pkgs/desktops/gnome-2.28/platform/gnome-vfs: don't require hal unless the host OS is Linux
svn path=/nixpkgs/trunk/; revision=21859
This commit is contained in:
parent
6d7f97bd0b
commit
0db2caa183
@ -3,16 +3,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gnome-vfs-2.24.1";
|
name = "gnome-vfs-2.24.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnome/sources/gnome-vfs/2.24/gnome-vfs-2.24.1.tar.bz2;
|
url = mirror://gnome/sources/gnome-vfs/2.24/gnome-vfs-2.24.1.tar.bz2;
|
||||||
sha256 = "1dmyr8nj77717r8dhwkixpar2yp8ld3r683gp222n59v61718ndw";
|
sha256 = "1dmyr8nj77717r8dhwkixpar2yp8ld3r683gp222n59v61718ndw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig libxml2 bzip2 openssl samba dbus_glib fam hal cdparanoia
|
[ pkgconfig libxml2 bzip2 openssl samba dbus_glib fam cdparanoia
|
||||||
intltool gnome_mime_data
|
intltool gnome_mime_data
|
||||||
];
|
]
|
||||||
|
++ (if stdenv.isLinux then [hal] else []);
|
||||||
|
|
||||||
propagatedBuildInputs = [ GConf glib ];
|
propagatedBuildInputs = [ GConf glib ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user