mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +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" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ intltool pkgconfig ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig libxml2 bzip2 openssl dbus_glib fam cdparanoia
|
[ libxml2 bzip2 openssl dbus_glib fam cdparanoia
|
||||||
intltool gnome_mime_data avahi acl
|
gnome_mime_data avahi acl
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ GConf glib ];
|
propagatedBuildInputs = [ GConf glib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user