mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
haskellPackages.vaultenv: dontDistribute
Can’t disable it like usual because it is a non-hackage-package
This commit is contained in:
parent
9e06296ad2
commit
6d77935aaf
@ -2982,6 +2982,9 @@ self: super: {
|
||||
ghc-lib-parser = self.ghc-lib-parser_9_8_1_20231121;
|
||||
});
|
||||
|
||||
# 2024-03-17: broken
|
||||
vaultenv = dontDistribute super.vaultenv;
|
||||
|
||||
# Support base16 1.0
|
||||
nix-serve-ng = appendPatch (fetchpatch {
|
||||
url = "https://github.com/aristanetworks/nix-serve-ng/commit/4d9eacfcf753acbcfa0f513bec725e9017076270.patch";
|
||||
|
Loading…
Reference in New Issue
Block a user