haskell-al: jailbreal to fix build with c2hs 0.24.1

This commit is contained in:
Peter Simons 2015-03-14 14:16:39 +01:00
parent 3b8a7f2f70
commit a33042af5b

View File

@ -58,7 +58,8 @@ self: super: {
});
# The package doesn't know about the AL include hierarchy.
al = appendConfigureFlag super.al "--extra-include-dirs=${pkgs.openal}/include/AL";
# https://github.com/phaazon/al/issues/1
al = doJailbreak (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;