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,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gtk_doc, gobjectIntrospection
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gtk-doc, gobjectIntrospection
, libgsystem, xz, e2fsprogs, libsoup, gpgme, which, autoconf, automake, libtool, fuse
, libarchive, libcap, bzip2, yacc, libxslt, docbook_xsl, docbook_xml_dtd_42
}:
@@ -30,7 +30,7 @@ in stdenv.mkDerivation {
};
nativeBuildInputs = [
autoconf automake libtool pkgconfig gtk_doc gobjectIntrospection which yacc
autoconf automake libtool pkgconfig gtk-doc gobjectIntrospection which yacc
libxslt docbook_xsl docbook_xml_dtd_42
];