summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorGabriel Volpe <volpegabriel@gmail.com>2020-05-20 14:46:21 +0200
committerPeter Simons <simons@cryp.to>2020-05-29 22:16:02 +0200
commit678e947b882f2b0027be7a5e1fbd74e977e721c1 (patch)
tree19b83d6bc9582385122a0d8853f278ebfe917b06 /pkgs/development/haskell-modules/configuration-common.nix
parent9a302dffc8df7282a1d77ebac2b895c7ace374d2 (diff)
downloadnixpkgs-678e947b882f2b0027be7a5e1fbd74e977e721c1.tar
nixpkgs-678e947b882f2b0027be7a5e1fbd74e977e721c1.tar.gz
nixpkgs-678e947b882f2b0027be7a5e1fbd74e977e721c1.tar.bz2
nixpkgs-678e947b882f2b0027be7a5e1fbd74e977e721c1.tar.lz
nixpkgs-678e947b882f2b0027be7a5e1fbd74e977e721c1.tar.xz
nixpkgs-678e947b882f2b0027be7a5e1fbd74e977e721c1.tar.zst
nixpkgs-678e947b882f2b0027be7a5e1fbd74e977e721c1.zip
haskellPackages.dhall-lsp-server: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
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