Author: ludo Date: Wed Mar 2 17:11:15 2011 New Revision: 26131 URL: https://svn.nixos.org/websvn/nix/?rev=26131&sc=1
Log: libidn: Don't use the latest Gnulib. Modified: hydra-config/gnu/trunk/libidn/release.nix Modified: hydra-config/gnu/trunk/libidn/release.nix ============================================================================== --- hydra-config/gnu/trunk/libidn/release.nix Wed Mar 2 15:17:03 2011 (r26130) +++ hydra-config/gnu/trunk/libidn/release.nix Wed Mar 2 17:11:15 2011 (r26131) @@ -1,5 +1,5 @@ /* Continuous integration of GNU with Hydra/Nix. - Copyright (C) 2010 Ludovic Courtès <[email protected]> + Copyright (C) 2010, 2011 Ludovic Courtès <[email protected]> Copyright (C) 2010 Rob Vermaas <[email protected]> This program is free software: you can redistribute it and/or modify @@ -58,8 +58,10 @@ import ../gnu-jobs.nix { name = "libidn"; src = libidnSrc; - inherit nixpkgs meta; - + useLatestGnulib = false; + + inherit nixpkgs meta; + customEnv = { tarball = pkgs: { _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
