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,6 +1,6 @@
{ stdenv, fetchgit, pkgconfig, glib, sqlite, gnome3, vala_0_38
, intltool, libtool, dbus_libs, telepathy_glib
, gtk3, json_glib, librdf_raptor2, dbus_glib
, intltool, libtool, dbus_libs, telepathy-glib
, gtk3, json-glib, librdf_raptor2, dbus-glib
, pythonSupport ? true, python2Packages
}:
@@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-session-bus-services-dir=$(out)/share/dbus-1/services" ];
nativeBuildInputs = [ pkgconfig gnome3.gnome_common intltool libtool vala_0_38 ];
buildInputs = [ glib sqlite dbus_libs telepathy_glib dbus_glib
gtk3 json_glib librdf_raptor2 python2Packages.rdflib ];
nativeBuildInputs = [ pkgconfig gnome3.gnome-common intltool libtool vala_0_38 ];
buildInputs = [ glib sqlite dbus_libs telepathy-glib dbus-glib
gtk3 json-glib librdf_raptor2 python2Packages.rdflib ];
prePatch = "patchShebangs .";