forked from mirrors/nixpkgs
Patches
svn path=/nixpkgs/trunk/; revision=4407
This commit is contained in:
parent
4d905aa2ed
commit
8f2c62c0e9
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue