File tree 1 file changed +1
-6
lines changed 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 13
13
self : super : {
14
14
15
15
########################################################################
16
- # Overides of Cardano SL packages
16
+ # Overides of local packages
17
17
18
18
########################################################################
19
19
language-plutus-core = addRealTimeTestLogs super . language-plutus-core ;
@@ -23,11 +23,6 @@ self: super: {
23
23
enableLibraryProfiling = enableProfiling ;
24
24
enableExecutableProfiling = enableProfiling ;
25
25
splitCheck = true ;
26
- # Static linking for everything to work around
27
- # https://ghc.haskell.org/trac/ghc/ticket/14444
28
- # This will be the default in nixpkgs since
29
- # https://github.com/NixOS/nixpkgs/issues/29011
30
- enableSharedExecutables = false ;
31
26
} // pkgs . lib . optionalAttrs ( args ? src ) {
32
27
src = cleanSourceHaskell args . src ;
33
28
} ) ;
You can’t perform that action at this time.
0 commit comments