mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
gnome-vfs: Recategorize dependencies
This commit is contained in:
parent
d33360c388
commit
7c73ff4e92
@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ intltool pkgconfig ];
|
||||
buildInputs =
|
||||
[ pkgconfig libxml2 bzip2 openssl dbus_glib fam cdparanoia
|
||||
intltool gnome_mime_data avahi acl
|
||||
[ libxml2 bzip2 openssl dbus_glib fam cdparanoia
|
||||
gnome_mime_data avahi acl
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ GConf glib ];
|
||||
|
Loading…
Reference in New Issue
Block a user