3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=4407
This commit is contained in:
Martin Bravenboer 2005-12-22 12:28:11 +00:00
parent 4d905aa2ed
commit 8f2c62c0e9

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, patches ? []}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "STLport-5.0.0"; name = "STLport-5.0.0";
@ -8,6 +8,4 @@ stdenv.mkDerivation {
url = http://surfnet.dl.sourceforge.net/sourceforge/stlport/STLport-5.0.0.tar.bz2; url = http://surfnet.dl.sourceforge.net/sourceforge/stlport/STLport-5.0.0.tar.bz2;
md5 = "5aefcbb0c30a91d50bb2d6c7b30e8393"; md5 = "5aefcbb0c30a91d50bb2d6c7b30e8393";
}; };
inherit patches;
} }