Author: ludo
Date: Thu Feb 3 16:42:16 2011
New Revision: 25771
URL: https://svn.nixos.org/websvn/nix/?rev=25771&sc=1
Log:
GNU Guile 1.9.15.
Deleted:
nixpkgs/trunk/pkgs/development/interpreters/guile/net-db.patch
Modified:
nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix
Modified: nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix Thu Feb 3
16:23:05 2011 (r25770)
+++ nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix Thu Feb 3
16:42:16 2011 (r25771)
@@ -7,11 +7,11 @@
else stdenv.mkDerivation)
rec {
- name = "guile-1.9.14"; # This is a beta release!
+ name = "guile-1.9.15"; # This is a beta release!
src = fetchurl {
url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
- sha256 = "16239r7racjjv8pjvmcg4jzsxz1s54rwfj4lqwf6qbignj0gnga0";
+ sha256 = "0b6sd2a9s2ccdcr84d16ryk08sqqxgcw8bxisdz9z5b53dvpmh0p";
};
buildInputs =
@@ -26,7 +26,7 @@
# see below.
++ [ libtool libunistring ];
- patches = [ ./net-db.patch ] ++
+ patches =
stdenv.lib.optionals (coverageAnalysis != null)
[ ./gcov-file-name.patch ./disable-gc-sensitive-tests.patch ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits