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,5 +1,5 @@
{ stdenv, fetchurl, python, pkgconfig, popt, atk, libX11, libICE, xorg, libXi
, intltool, dbus_glib, at_spi2_core, libSM }:
, intltool, dbus-glib, at-spi2-core, libSM }:
stdenv.mkDerivation rec {
versionMajor = "2.26";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [ python popt atk libX11 libICE xorg.libXtst libXi
dbus_glib at_spi2_core libSM ];
dbus-glib at-spi2-core libSM ];
meta = with stdenv.lib; {
platforms = platforms.unix;