Compare commits
2 Commits
3050cece0c
...
d4a40ab410
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4a40ab410 | ||
|
|
bd99da5d38 |
@@ -234,14 +234,20 @@ in
|
|||||||
);
|
);
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
|
(disableTests "coreutils")
|
||||||
|
(disableTests "coreutils-full")
|
||||||
(disableTests "deno") # Tests use too much disk space
|
(disableTests "deno") # Tests use too much disk space
|
||||||
|
(disableTests "libuv")
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
inherit (final.unoptimized)
|
inherit (final.unoptimized)
|
||||||
libtpms
|
libtpms
|
||||||
|
libjxl
|
||||||
|
ddrescueview
|
||||||
|
deno
|
||||||
|
mesa
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
(disableOptimizationsPython3 "scipy")
|
(disableOptimizationsPython3 "scipy")
|
||||||
|
|
||||||
# Works but probably sets python2's scipy to be python3:
|
# Works but probably sets python2's scipy to be python3:
|
||||||
#
|
#
|
||||||
# (final: prev: {
|
# (final: prev: {
|
||||||
|
|||||||
Reference in New Issue
Block a user