Author: simons
Date: Sat Jan 28 10:20:50 2012
New Revision: 31903
URL: https://nixos.org/websvn/nix/?rev=31903&sc=1

Log:
gmp: renamed nix files to conform with coding guidelines

Added:
   nixpkgs/trunk/pkgs/development/libraries/gmp/4.3.2.nix
      - copied, changed from r31902, 
nixpkgs/trunk/pkgs/development/libraries/gmp/4.nix
   nixpkgs/trunk/pkgs/development/libraries/gmp/5.0.1.nix
      - copied, changed from r31902, 
nixpkgs/trunk/pkgs/development/libraries/gmp/default.nix
Deleted:
   nixpkgs/trunk/pkgs/development/libraries/gmp/4.nix
   nixpkgs/trunk/pkgs/development/libraries/gmp/default.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Copied and modified: nixpkgs/trunk/pkgs/development/libraries/gmp/4.3.2.nix 
(from r31902, nixpkgs/trunk/pkgs/development/libraries/gmp/4.nix)
==============================================================================

Copied and modified: nixpkgs/trunk/pkgs/development/libraries/gmp/5.0.1.nix 
(from r31902, nixpkgs/trunk/pkgs/development/libraries/gmp/default.nix)
==============================================================================

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sat Jan 28 09:04:48 
2012        (r31902)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sat Jan 28 10:20:50 
2012        (r31903)
@@ -3629,7 +3629,7 @@
     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;
       };
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to