about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-14 14:56:48 +0100
committerPeter Simons <simons@cryp.to>2015-03-15 11:00:12 +0100
commita996d94d6b295cf5eb71fd5db70076ac7e8c151b (patch)
treedaef6c09763d0792f25e17e2c78b1f44322071b0 /pkgs/development/haskell-modules
parent9370137501654d9cabf764265b53a06cce609307 (diff)
downloadnixlib-a996d94d6b295cf5eb71fd5db70076ac7e8c151b.tar
nixlib-a996d94d6b295cf5eb71fd5db70076ac7e8c151b.tar.gz
nixlib-a996d94d6b295cf5eb71fd5db70076ac7e8c151b.tar.bz2
nixlib-a996d94d6b295cf5eb71fd5db70076ac7e8c151b.tar.lz
nixlib-a996d94d6b295cf5eb71fd5db70076ac7e8c151b.tar.xz
nixlib-a996d94d6b295cf5eb71fd5db70076ac7e8c151b.tar.zst
nixlib-a996d94d6b295cf5eb71fd5db70076ac7e8c151b.zip
haskell-al: upstream has fixed the build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4966ca6d1150..859e7ea8fb97 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -59,7 +59,7 @@ self: super: {
 
   # The package doesn't know about the AL include hierarchy.
   # https://github.com/phaazon/al/issues/1
-  al = doJailbreak (appendConfigureFlag super.al "--extra-include-dirs=${pkgs.openal}/include/AL");
+  al = appendConfigureFlag super.al "--extra-include-dirs=${pkgs.openal}/include/AL";
 
   # Depends on code distributed under a non-free license.
   bindings-yices = dontDistribute super.bindings-yices;