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
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook, docbook_xsl, gtk_doc, icu
{ stdenv, fetchFromGitHub, autoreconfHook, docbook_xsl, gtk-doc, icu
, libxslt, pkgconfig, python2 }:
let
@@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = [ icu libxslt ];
nativeBuildInputs = [ autoreconfHook docbook_xsl gtk_doc pkgconfig python2 ];
nativeBuildInputs = [ autoreconfHook docbook_xsl gtk-doc pkgconfig python2 ];
postPatch = ''
substituteInPlace src/psl.c --replace bits/stat.h sys/stat.h