[Nix-dev] Re: [Nix-commits] SVN commit: nix - r23387 - nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpc
Lluís Batlle i Rossell
viriketo at gmail.com
Tue Aug 24 20:46:59 CEST 2010
After this change, stdenv-linux bootstraps properly in x86_64 with mpfr 3.0.0
Let's consider this the latest software update for this stdenv? :)
On Tue, Aug 24, 2010 at 09:21:26AM +0000, Ludovic Courtès wrote:
> Author: ludo
> Date: Tue Aug 24 09:21:19 2010
> New Revision: 23387
> URL: https://svn.nixos.org/websvn/nix/?rev=23387&sc=1
>
> Log:
> MPC 0.8.2.
>
> Modified:
> nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpc/default.nix
>
> Modified: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpc/default.nix
> ==============================================================================
> --- nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpc/default.nix Tue Aug 24 09:01:48 2010 (r23386)
> +++ nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpc/default.nix Tue Aug 24 09:21:19 2010 (r23387)
> @@ -1,11 +1,11 @@
> { fetchurl, stdenv, gmp, mpfr }:
>
> stdenv.mkDerivation rec {
> - name = "mpc-0.8.1";
> + name = "mpc-0.8.2";
>
> src = fetchurl {
> url = "http://www.multiprecision.org/mpc/download/${name}.tar.gz";
> - sha256 = "1r73zqw8lnf0bkfsxn0znbwbfyacg94pd0l4aaixh7r5awvn0r76";
> + sha256 = "1iw0ag28l5r88k7kpn6i89rqn3yhk2irqzk0d1mlb1la3paghydf";
> };
>
> buildInputs = [ gmp mpfr ];
> _______________________________________________
> nix-commits mailing list
> nix-commits at cs.uu.nl
> http://mail.cs.uu.nl/mailman/listinfo/nix-commits
More information about the nix-dev
mailing list