File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
"libsodium" = [ "libsodium-18" ] ;
38
38
} ;
39
39
} ;
40
- libsodium-18 = final . callPackage ( inputs . nixpkgs-2311 + "/pkgs/development/libraries/libsodium" ) { } ;
40
+ libsodium-18 = ( final . callPackage ( inputs . nixpkgs-2311 + "/pkgs/development/libraries/libsodium" ) { } ) . overrideAttrs ( _ : { dontDisableStatic = true ; } ) ;
41
41
} )
42
42
] ;
43
43
# Needed for dwarf tests
Original file line number Diff line number Diff line change 13
13
"libsodium" = [ "libsodium-18" ] ;
14
14
} ;
15
15
} ;
16
- libsodium-18 = final . callPackage ( haskellNix . sources . nixpkgs-2311 + "/pkgs/development/libraries/libsodium" ) { } ;
16
+ libsodium-18 = ( final . callPackage ( haskellNix . sources . nixpkgs-2311 + "/pkgs/development/libraries/libsodium" ) { } ) . overrideAttrs ( _ : { dontDisableStatic = true ; } ) ;
17
17
} )
18
18
] ;
19
19
}
You can’t perform that action at this time.
0 commit comments