We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd90d5 commit 2887e92Copy full SHA for 2887e92
prolead.nix
@@ -4,7 +4,7 @@
4
fetchFromGitHub,
5
pkg-config,
6
gnumake,
7
- boost185,
+ boost186,
8
flint,
9
python310,
10
catch2,
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
33
34
# Required at runtime
35
buildInputs = [
36
- (boost185.override {
+ (boost186.override {
37
enablePython = true;
38
python = python310;
39
})
shell.nix
@@ -9,7 +9,7 @@ pkgs.mkShell {
gcc
];
11
buildInputs = with pkgs; [
12
13
14
15
0 commit comments