From 6d77935aaf41af3d4629e56ef8098e8a93f1b8ce Mon Sep 17 00:00:00 2001 From: maralorn Date: Sun, 17 Mar 2024 00:08:03 +0100 Subject: [PATCH] haskellPackages.vaultenv: dontDistribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Can’t disable it like usual because it is a non-hackage-package --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f17f868dce58..ec0545a89281 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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";