From 9b600ca3b58ce7101d9119b7ab91b840c1eac4c8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Mar 2015 15:41:09 +0100 Subject: [PATCH] haskell-al: fix build --- 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 347042ec52c..fc33ad119c9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -57,6 +57,9 @@ self: super: { ''; }); + # The package doesn't know about the AL include hierarchy. + 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; yices = dontDistribute super.yices;