haskell-al: jailbreal to fix build with c2hs 0.24.1
This commit is contained in:
parent
3b8a7f2f70
commit
a33042af5b
@ -58,7 +58,8 @@ self: super: {
|
|||||||
});
|
});
|
||||||
|
|
||||||
# The package doesn't know about the AL include hierarchy.
|
# 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.
|
# Depends on code distributed under a non-free license.
|
||||||
bindings-yices = dontDistribute super.bindings-yices;
|
bindings-yices = dontDistribute super.bindings-yices;
|
||||||
|
Loading…
Reference in New Issue
Block a user