svn path=/nixpkgs/branches/stdenv-updates/; revision=13947

This commit is contained in:
Eelco Dolstra 2009-02-01 21:46:11 +00:00
parent 779b4b2448
commit a422ef08e2

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, m4, cxx ? true }:
{stdenv, fetchurl, m4, cxx ? true}:
stdenv.mkDerivation {
name = "gmp-4.2.4";