mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
portaudio: add old 2014 version
Needed e.g. for lightworks package as there was a breaking ABI change between portaudio 2014 and 2016
This commit is contained in:
parent
1775b036bb
commit
be776435ce
1 changed files with 7 additions and 0 deletions
|
@ -10532,6 +10532,13 @@ with pkgs;
|
|||
inherit (darwin.apple_sdk.frameworks) AudioToolbox AudioUnit CoreAudio CoreServices Carbon;
|
||||
};
|
||||
|
||||
portaudio2014 = portaudio.overrideAttrs (oldAttrs: {
|
||||
src = fetchurl {
|
||||
url = http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz;
|
||||
sha256 = "0mwddk4qzybaf85wqfhxqlf0c5im9il8z03rd4n127k8y2jj9q4g";
|
||||
};
|
||||
});
|
||||
|
||||
portmidi = callPackage ../development/libraries/portmidi {};
|
||||
|
||||
prison = callPackage ../development/libraries/prison { };
|
||||
|
|
Loading…
Reference in a new issue