openal: fix alias
This commit is contained in:
parent
ba50fd7170
commit
18d7366418
1 changed files with 2 additions and 1 deletions
|
@ -8897,7 +8897,8 @@ in
|
|||
|
||||
oniguruma = callPackage ../development/libraries/oniguruma { };
|
||||
|
||||
openal = openalSoft;
|
||||
openal = self.openalSoft;
|
||||
|
||||
openalSoft = callPackage ../development/libraries/openal-soft {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices AudioUnit AudioToolbox;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue