File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11import (
22 builtins . fetchTarball {
3- url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/24 .05.tar.gz" ;
4- sha256 = "1lr1h35prqkd1mkmzriwlpvxcb34kmhc9dnr48gkm8hh089hifmx " ;
3+ url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/25 .05.tar.gz" ;
4+ sha256 = "1r4fhp3apf1qggsrm60ni820gxzpm04q9xdk1w3dap9qymi6bpdk " ;
55 }
66)
You can’t perform that action at this time.
0 commit comments