gmp: renamed nix files to conform with coding guidelines

svn path=/nixpkgs/trunk/; revision=31903
This commit is contained in:
Peter Simons 2012-01-28 10:20:50 +00:00
parent 8c1f88549d
commit 37d2e2e917
3 changed files with 1 additions and 1 deletions

View File

@ -3629,7 +3629,7 @@ let
else
# We temporarily leave gmp 4 here, waiting for a new ppl/cloog-ppl that
# would build well with gmp 5.
makeOverridable (import ../development/libraries/gmp/4.nix) {
makeOverridable (import ../development/libraries/gmp/4.3.2.nix) {
inherit stdenv fetchurl m4;
cxx = false;
};