mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
darcs: remove all run-time dependencies on GHC and other Haskell libraries
This commit is contained in:
parent
cd7b1ca000
commit
5fae046771
@ -10721,7 +10721,10 @@ let
|
||||
darcs = haskell.lib.overrideCabal haskellPackages.darcs (drv: {
|
||||
configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
|
||||
enableSharedExecutables = false;
|
||||
enableSharedLibraries = false;
|
||||
isLibrary = false;
|
||||
doHaddock = false;
|
||||
postFixup = "rm -rf $out/lib $out/nix-support $out/share";
|
||||
});
|
||||
|
||||
darktable = callPackage ../applications/graphics/darktable {
|
||||
|
Loading…
Reference in New Issue
Block a user