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
@ -10,9 +10,10 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig libxml2 bzip2 openssl samba dbus_glib fam hal cdparanoia
|
||||
[ pkgconfig libxml2 bzip2 openssl samba dbus_glib fam cdparanoia
|
||||
intltool gnome_mime_data
|
||||
];
|
||||
]
|
||||
++ (if stdenv.isLinux then [hal] else []);
|
||||
|
||||
propagatedBuildInputs = [ GConf glib ];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user