mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
actually only use the right buildinputs
This commit is contained in:
parent
09bd1b398c
commit
f3451a8660
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
||||||
# make attic also use the "no check lix"
|
# make attic also use the "no check lix"
|
||||||
atticPackages = pkg: {
|
atticPackages = pkg: {
|
||||||
"${pkg}" = (flake.pkgs "lix-attic").${pkg}.overrideAttrs (oldAttrs: {
|
"${pkg}" = (flake.pkgs "lix-attic").${pkg}.overrideAttrs (oldAttrs: {
|
||||||
buildInputs = oldAttrs.buildInputs ++ [ lix ];
|
buildInputs = [ pkgs.boost lix ];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue