mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libgnome: add libogg some more
This commit is contained in:
parent
9c1a803019
commit
ca9f7f47ec
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue