Author: rob
Date: Wed Jun 8 08:20:16 2011
New Revision: 27392
URL: https://svn.nixos.org/websvn/nix/?rev=27392&sc=1
Log:
bison/release.nix: use newer m4 until it will be in nixpkgs/trunk
Modified:
hydra-config/gnu/trunk/bison/release.nix
Modified: hydra-config/gnu/trunk/bison/release.nix
==============================================================================
--- hydra-config/gnu/trunk/bison/release.nix Wed Jun 8 08:11:24 2011
(r27391)
+++ hydra-config/gnu/trunk/bison/release.nix Wed Jun 8 08:20:16 2011
(r27392)
@@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
{ nixpkgs ? ../../nixpkgs
-, bison ? { outPath = ../../bison; }
+, bison ? { outPath = ../../bison; rev = "1234"; }
}:
let
@@ -47,6 +47,13 @@
];
};
+ m4 = pkgs : with pkgs; lib.overrideDerivation pkgs.m4 (args: {
+ name = "m4-1.4.16";
+ src = fetchurl {
+ url = mirror://gnu/m4/m4-1.4.16.tar.bz2;
+ sha256 = "035r7ma272j2cwni2961jp22k6bn3n9xwn3b3qbcn2yrvlghql22";
+ };
+ });
in
import ../gnu-jobs.nix {
name = "bison";
@@ -71,6 +78,7 @@
rsync
xz
help2man
+ (m4 pkgs)
];
dontBuild = false;
} ;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits