Commit dbd2e83
committed
libliftoff: fix
Before the change this override had no effect:
$ nix build --impure --expr 'with import ./. {}; libliftoff_0_4.override { stdenv = gcc14Stdenv; }'
After the change it applies new `gcc` and exposes the failure.override mechanism by using callPackage
1 parent 7de69e2 commit dbd2e83
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22196 | 22196 | | |
22197 | 22197 | | |
22198 | 22198 | | |
22199 | | - | |
| 22199 | + | |
22200 | 22200 | | |
22201 | 22201 | | |
22202 | 22202 | | |
| |||
0 commit comments