mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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…
Reference in New Issue
Block a user