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 3ec6c83 commit d26aa2eCopy full SHA for d26aa2e
deps/botan/default.nix
@@ -10,12 +10,6 @@ pkgs.botan2.overrideAttrs (oldAttrs: {
10
ln -sr "$out/include/botan-2/botan" "$out/include"
11
'';
12
13
- configurePhase = ''
14
- runHook preConfigure
15
- python3 configure.py --prefix=$out --with-bzip2 --with-zlib --build-targets=static --cpu=${cpuFlag} --os=linux
16
- runHook postConfigure
17
- '';
18
-
19
buildPhase = ''
20
runHook preBuild
21
0 commit comments