nix: Update static-haskell-nix and fix stripped executable
This commit is contained in:
committed by
Remo Rechkemmer
parent
11374c2fae
commit
83cc358e1b
+1
-1
@@ -93,7 +93,7 @@ rec {
|
||||
|
||||
# Static executable.
|
||||
postgrestStatic =
|
||||
lib.doStrip (lib.justStaticExecutables (lib.dontCheck (staticHaskellPackage name src)));
|
||||
lib.justStaticExecutables (lib.dontCheck (staticHaskellPackage name src));
|
||||
|
||||
# Profiled dynamic executable.
|
||||
postgrestProfiled =
|
||||
|
||||
Reference in New Issue
Block a user