Skip to content

Commit d26aa2e

Browse files
committed
Configure from nixpkgs now works, so we don't have to override
1 parent 3ec6c83 commit d26aa2e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

deps/botan/default.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ pkgs.botan2.overrideAttrs (oldAttrs: {
1010
ln -sr "$out/include/botan-2/botan" "$out/include"
1111
'';
1212

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-
1913
buildPhase = ''
2014
runHook preBuild
2115

0 commit comments

Comments
 (0)