tree-wide: autorename gnome packages to use dashes

This commit is contained in:
Jan Tojnar
2018-02-25 17:41:16 +01:00
parent 20c5476a8b
commit a31d98f312
491 changed files with 1532 additions and 1458 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig
, dbus, dbus_glib, gtk3, gobjectIntrospection
, dbus, dbus-glib, gtk3, gobjectIntrospection
, gtkdoc, docbook_xml_dtd_45, docbook_xsl
, libxslt, libxml2 }:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ dbus dbus_glib gtk3 gobjectIntrospection gtkdoc docbook_xml_dtd_45 docbook_xsl libxslt libxml2 ];
buildInputs = [ dbus dbus-glib gtk3 gobjectIntrospection gtkdoc docbook_xml_dtd_45 docbook_xsl libxslt libxml2 ];
meta = {
homepage = https://wiki.gnome.org/Attic/LibUnique;