Revert "libvorbis: Fix ogg dependency"

This reverts commit ca5c9e6cf2.
This commit is contained in:
William A. Kennington III 2015-05-07 01:38:03 -07:00
parent 84ff78dd8b
commit 3f9817fd51

View File

@ -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;