From 678e947b882f2b0027be7a5e1fbd74e977e721c1 Mon Sep 17 00:00:00 2001 From: Gabriel Volpe Date: Wed, 20 May 2020 14:46:21 +0200 Subject: [PATCH] haskellPackages.dhall-lsp-server: unbreak --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ .../haskell-modules/configuration-hackage2nix.yaml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6ce71eb4731..0c63a7b757e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1519,4 +1519,8 @@ self: super: { # upstream: https://github.com/obsidiansystems/which/pull/6 which = doJailbreak super.which; + # the test suite attempts to run the binaries built in this package + # through $PATH but they aren't in $PATH + dhall-lsp-server = dontCheck super.dhall-lsp-server; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index a03bbf3f606..d28a4f8cdfb 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -4187,7 +4187,6 @@ broken-packages: - dgs - dhall-check - dhall-fly - - dhall-lsp-server - dhall-nix - dhall-text - dhall-to-cabal