mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
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.
|
||||
bindings-yices = dontDistribute super.bindings-yices;
|
||||
yices = dontDistribute super.yices;
|
||||
|
Loading…
Reference in New Issue
Block a user