We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef0701 commit 56d2bd8Copy full SHA for 56d2bd8
flake.nix
@@ -38,7 +38,9 @@
38
python3-c = [(python313.withPackages (p: with p; [
39
numpy
40
]))];
41
- python3-py = [pypy3];
+ python3-py = [pypy3.override (x: {
42
+ sqlite = sqlite.overrideAttrs (x: { configureFlags = x.configureFlags ++ ["--soname=legacy"]; });
43
+ })];
44
pascal-fpc = [fpc binutils];
45
go = [go];
46
php = [(php84.buildEnv {
0 commit comments