Revert "libvorbis: Fix ogg dependency"
This reverts commit ca5c9e6cf2ea5a7367154c52b41072722924ef2b.
This commit is contained in:
parent
84ff78dd8b
commit
3f9817fd51
@ -13,12 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
# Fix header reference
|
|
||||||
postInstall = ''
|
|
||||||
sed -i $out/include/vorbis/codec.h \
|
|
||||||
-e 's,#include <ogg/ogg.h>,#include "${libogg}/include/ogg/ogg.h",g'
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://xiph.org/vorbis/;
|
homepage = http://xiph.org/vorbis/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user