darcs: link this binary statically to avoid run-time dependencies on GHC and friends

This commit is contained in:
Peter Simons 2014-09-23 22:35:00 +02:00
parent 93c85b15d0
commit ed6d7c2234

View File

@ -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 "";
};