mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +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,9 +7,7 @@ let
|
||||
allPackages = import ./all-packages.nix;
|
||||
|
||||
pkgs = allPackages {
|
||||
config = {
|
||||
packageOverrides = (p: { guile = p.guile_1_9; });
|
||||
};
|
||||
packageOverrides = (p: { guile = p.guile_1_9; });
|
||||
};
|
||||
|
||||
toJob = x: if builtins.isAttrs x then x else
|
||||
|
Loading…
Reference in New Issue
Block a user