Commit 6d77935a authored by maralorn's avatar maralorn
Browse files

haskellPackages.vaultenv: dontDistribute

Can’t disable it like usual because it is a non-hackage-package
parent 9e06296a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";