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,6 +1,6 @@
{ stdenv, fetchFromGitHub, autoreconfHook, autoconf, automake, pkgconfig
, gtk, glib, pcre, libappindicator, libpthreadstubs, libXdmcp
, libxkbcommon, epoxy, at_spi2_core, dbus, libdbusmenu-glib
, libxkbcommon, epoxy, at-spi2-core, dbus, libdbusmenu-glib
}:
stdenv.mkDerivation rec {
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
buildInputs = [
autoconf automake autoreconfHook
gtk glib pcre libappindicator libpthreadstubs
libXdmcp libxkbcommon epoxy at_spi2_core
libXdmcp libxkbcommon epoxy at-spi2-core
dbus libdbusmenu-glib
];