darcs: link this binary statically to avoid run-time dependencies on GHC and friends
This commit is contained in:
parent
93c85b15d0
commit
ed6d7c2234
@ -8725,6 +8725,7 @@ let
|
||||
darcs = with haskellPackages_ghc783; callPackage ../applications/version-management/darcs {
|
||||
cabal = cabal.override {
|
||||
extension = self : super : {
|
||||
enableSharedExecutables = false;
|
||||
isLibrary = false;
|
||||
configureFlags = "-f-library " + super.configureFlags or "";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user