haskell-al: fix build

This commit is contained in:
Peter Simons 2015-03-04 15:41:09 +01:00
parent ce441f4aaf
commit 9b600ca3b5

View file

@ -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;