gnome-vfs: added hal, ssl and samba
svn path=/nixpkgs/branches/stdenv-updates/; revision=10468
This commit is contained in:
parent
c0496c0413
commit
d9d342749a
@ -1,12 +1,6 @@
|
|||||||
# todo audiofile is also part of the gnome platform. Move it to this collection?
|
# todo audiofile is also part of the gnome platform. Move it to this collection?
|
||||||
|
|
||||||
{ stdenv, fetchurl, pkgconfig, audiofile
|
args: with args;
|
||||||
, flex, bison, popt, perl, zlib, libxml2, libxslt
|
|
||||||
, perlXMLParser, docbook_xml_dtd_42, docbook_xml_dtd_412
|
|
||||||
, gettext, x11, libtiff, libjpeg
|
|
||||||
, libpng, gtkLibs, xlibs, bzip2, libcm, python, dbus_glib, ncurses
|
|
||||||
, which, libxml2Python, iconnamingutils
|
|
||||||
}:
|
|
||||||
|
|
||||||
assert dbus_glib.glib == gtkLibs.glib;
|
assert dbus_glib.glib == gtkLibs.glib;
|
||||||
|
|
||||||
@ -57,7 +51,7 @@ rec {
|
|||||||
|
|
||||||
gnomevfs = import ./gnome-vfs.nix {
|
gnomevfs = import ./gnome-vfs.nix {
|
||||||
inherit fetchurl stdenv gnome pkgconfig perl libxml2 popt
|
inherit fetchurl stdenv gnome pkgconfig perl libxml2 popt
|
||||||
perlXMLParser gettext bzip2 dbus_glib;
|
perlXMLParser gettext bzip2 dbus_glib openssl hal samba fam;
|
||||||
input = platform.gnomevfs;
|
input = platform.gnomevfs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
{ input, stdenv, fetchurl, gnome, pkgconfig, perl, libxml2
|
args: with args;
|
||||||
, popt, perlXMLParser, gettext, bzip2, dbus_glib
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit (input) name src;
|
inherit (input) name src;
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig perl gnome.glib libxml2 gnome.GConf gnome.libbonobo
|
pkgconfig perl gnome.glib libxml2 gnome.GConf gnome.libbonobo
|
||||||
gnome.gnomemimedata popt perlXMLParser gettext bzip2
|
gnome.gnomemimedata popt perlXMLParser gettext bzip2
|
||||||
dbus_glib
|
dbus_glib hal openssl samba fam
|
||||||
];
|
];
|
||||||
patches = [./no-kerberos.patch];
|
patches = [./no-kerberos.patch];
|
||||||
configureFlags = "--disable-hal";
|
|
||||||
}
|
}
|
||||||
|
@ -4930,7 +4930,7 @@ rec {
|
|||||||
perl perlXMLParser docbook_xml_dtd_42 docbook_xml_dtd_412
|
perl perlXMLParser docbook_xml_dtd_42 docbook_xml_dtd_412
|
||||||
gettext x11 libtiff libjpeg libpng gtkLibs xlibs bzip2
|
gettext x11 libtiff libjpeg libpng gtkLibs xlibs bzip2
|
||||||
libcm python dbus_glib ncurses which libxml2Python
|
libcm python dbus_glib ncurses which libxml2Python
|
||||||
iconnamingutils;
|
iconnamingutils openssl hal samba fam;
|
||||||
});
|
});
|
||||||
|
|
||||||
kdelibs = import ../desktops/kde/kdelibs {
|
kdelibs = import ../desktops/kde/kdelibs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user