Merge pull request #125805 from maralorn/static-cabal2nix
haskellPackages.cabal2nix-unstable: Use justStaticExecutables
This commit is contained in:
commit
b93c4e462b
@ -819,4 +819,8 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# itself causing an infinite recursion at evaluation
|
# itself causing an infinite recursion at evaluation
|
||||||
# time
|
# time
|
||||||
random = dontCheck super.random;
|
random = dontCheck super.random;
|
||||||
|
|
||||||
|
# Since this package is primarily used by nixpkgs maintainers and is probably
|
||||||
|
# not used to link against by anyone, we can make it’s closure smaller.
|
||||||
|
cabal2nix-unstable = justStaticExecutables super.cabal2nix-unstable;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user