libvorbis: Get rid of propagatedBuildInputs
This commit is contained in:
parent
23f836615d
commit
e2b6e11b94
@ -8,9 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1lg1n3a6r41492r7in0fpvzc7909mc5ir9z0gd3qh2pz4yalmyal";
|
sha256 = "1lg1n3a6r41492r7in0fpvzc7909mc5ir9z0gd3qh2pz4yalmyal";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
buildInputs = [ libogg ];
|
||||||
propagatedBuildInputs = [ libogg ];
|
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user