haskell-al: fix build
This commit is contained in:
parent
ce441f4aaf
commit
9b600ca3b5
@ -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.
|
# Depends on code distributed under a non-free license.
|
||||||
bindings-yices = dontDistribute super.bindings-yices;
|
bindings-yices = dontDistribute super.bindings-yices;
|
||||||
yices = dontDistribute super.yices;
|
yices = dontDistribute super.yices;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user