guile-2-test: Try a different approach.
svn path=/nixpkgs/trunk/; revision=17309
This commit is contained in:
parent
b8461305f6
commit
9d1a48de59
@ -6,11 +6,8 @@
|
|||||||
let
|
let
|
||||||
allPackages = import ./all-packages.nix;
|
allPackages = import ./all-packages.nix;
|
||||||
|
|
||||||
pkgs = allPackages {
|
pkgs = let orig = (allPackages {}); in
|
||||||
config = {
|
orig // { __overrides = { guile = orig.guile_1_9; }; };
|
||||||
packageOverrides = (p: { guile = p.guile_1_9; });
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
toJob = x: if builtins.isAttrs x then x else
|
toJob = x: if builtins.isAttrs x then x else
|
||||||
{ type = "job"; systems = x; schedulingPriority = 10; };
|
{ type = "job"; systems = x; schedulingPriority = 10; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user