File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ with pkgs; buildGo123Module /* use go 1.23 */ {
2323 glibc . static
2424 ] ++ [
2525 gpgme
26+ libapparmor
2627 libassuan
27- libgpgerror
28+ libgpg-error
2829 libseccomp
29- libapparmor
3030 libselinux
3131 ] ;
3232 prePatch = ''
Original file line number Diff line number Diff line change 11{
22 "url" : " https://github.com/nixos/nixpkgs" ,
3- "rev" : " 64046f018f169b026bb4a4b206e5b0dfe18b0401 " ,
4- "date" : " 2024-10-05T23:34:39+01:00 " ,
5- "path" : " /nix/store/am25xsm4bx6bhkcwinhi16a4crzr5syr -nixpkgs" ,
6- "sha256" : " 031q3lgy6d4yrnnbrans8xci4waawkal3havnys379q6r0x79jbg " ,
7- "hash" : " sha256-b8l0OsgGpzO0t1vBQdXkSnESWUfaqryszZ404x8dOAw =" ,
3+ "rev" : " 43eac3c9e618c4114a3441b52949609ea2104670 " ,
4+ "date" : " 2024-11-13T17:48:20+05:30 " ,
5+ "path" : " /nix/store/h9sbjsxmd5fhksm567130sw30bhvsicy -nixpkgs" ,
6+ "sha256" : " 02ysmgkrx7wjjmijjixfyfsd56jch4z088n87x1vywjlhb50p700 " ,
7+ "hash" : " sha256-AJwLyoJUcr9DP8giBD6BTJrStPOuRyljlZKfnuer2gs =" ,
88 "fetchLFS" : false ,
99 "fetchSubmodules" : false ,
1010 "deepClone" : false ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ self: super:
99 configureFlags = self . lib . lists . remove "--enable-fixed-path=${ self . gnupg } /bin" x . configureFlags ;
1010 } ) ;
1111 libassuan = ( static super . libassuan ) ;
12- libgpgerror = ( static super . libgpgerror ) ;
12+ libgpg-error = ( static super . libgpg-error ) ;
1313 libseccomp = ( static super . libseccomp ) ;
1414 gnupg = super . gnupg . override {
1515 libusb1 = null ;
You can’t perform that action at this time.
0 commit comments