mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Revert "Revert "libvorbis: propagate libogg dependency""
This reverts commit 5728c06f83
.
This commit is contained in:
parent
3f9817fd51
commit
d3f3317632
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libogg ];
|
||||
propagatedBuildInputs = [ libogg ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue