mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
libgnome: add libogg some more
This commit is contained in:
parent
9c1a803019
commit
ca9f7f47ec
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./new-glib.patch ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ popt zlib intltool GConf gnome_vfs libcanberra libtool libogg ];
|
||||
propagatedBuildInputs = [ glib libbonobo ];
|
||||
buildInputs = [ popt zlib intltool GConf gnome_vfs libcanberra libtool ];
|
||||
propagatedBuildInputs = [ glib libbonobo libogg ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user