mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
guile-2-test: Hopefully override `guile' for good.
svn path=/nixpkgs/trunk/; revision=17307
This commit is contained in:
parent
b0b44c8185
commit
e7366d6219
@ -7,10 +7,8 @@ let
|
||||
allPackages = import ./all-packages.nix;
|
||||
|
||||
pkgs = allPackages {
|
||||
config = {
|
||||
packageOverrides = (p: { guile = p.guile_1_9; });
|
||||
};
|
||||
};
|
||||
|
||||
toJob = x: if builtins.isAttrs x then x else
|
||||
{ type = "job"; systems = x; schedulingPriority = 10; };
|
||||
|
Loading…
Reference in New Issue
Block a user