tree-wide: autorename gnome packages to use dashes
This commit is contained in:
@@ -28,7 +28,7 @@ Heb je geen mozilla, maar heb je wel de firebird/firefox variant geinstalleerd s
|
||||
{ stdenv, fetchurl
|
||||
, zlib, libxml2, libxslt, firefox, openssl, curl
|
||||
, glib, gtk, libgnomeui, libgtkhtml
|
||||
, pkgconfig, dbus_glib, realCurl, pcre, libsexy, gtkspell, libnotify
|
||||
, pkgconfig, dbus-glib, realCurl, pcre, libsexy, gtkspell, libnotify
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [
|
||||
zlib libxml2 libxslt firefox openssl curl
|
||||
glib gtk pkgconfig dbus_glib realCurl pcre libsexy libgnomeui gtkspell libnotify libgtkhtml
|
||||
glib gtk pkgconfig dbus-glib realCurl pcre libsexy libgnomeui gtkspell libnotify libgtkhtml
|
||||
];
|
||||
|
||||
configureFlags="--with-libcurl-libraries=${curl.out}/lib --with-libcurl-headers=${curl.dev}/include --with-pcre_libraries=${pcre.out}/lib --with-pcre_headers=${pcre.dev}/include";
|
||||
|
||||
Reference in New Issue
Block a user