3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #132 from MarcWeber/fixes/smpeg

fix build of smpeg
This commit is contained in:
Peter Simons 2012-09-27 02:34:20 -07:00
commit 083ac8dafc

View file

@ -10,11 +10,13 @@ stdenv.mkDerivation rec {
sha256 = "0ynwn7ih5l2b1kpzpibns9bb9wzfjak7mgrb1ji0dkn2q5pv6lr0";
};
enableParallelBuilding = true;
buildInputs = [ SDL autoconf automake libtool gtk m4 pkgconfig mesa ];
preConfigure = ''
touch NEWS AUTHORS ChangeLog
autoreconf -fvi -I acinclude
sh autogen.sh
'';
postInstall = ''