mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #20953 from joelmo/master
portaudio: remove old version portaudioSVN
This commit is contained in:
commit
a65deea6c6
@ -1,25 +0,0 @@
|
||||
{ stdenv, fetchsvn, alsaLib, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
revision = "1788";
|
||||
name = "portaudio-svn-r${revision}";
|
||||
|
||||
src = fetchsvn {
|
||||
url = "https://subversion.assembla.com/svn/portaudio/portaudio/trunk";
|
||||
rev = revision;
|
||||
sha256 = "0vhiy4lkmv0flhvkbbra71z5cfr3gbh27bbfcqqdc939b4z35lsi";
|
||||
};
|
||||
|
||||
buildInputs = [ alsaLib pkgconfig ];
|
||||
|
||||
meta = {
|
||||
description = "Portable cross-platform Audio API";
|
||||
homepage = http://www.portaudio.com/;
|
||||
# Not exactly a bsd license, but alike
|
||||
license = "BSD";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
api_version = 19;
|
||||
};
|
||||
}
|
@ -8916,8 +8916,6 @@ in
|
||||
|
||||
portaudio = callPackage ../development/libraries/portaudio { };
|
||||
|
||||
portaudioSVN = callPackage ../development/libraries/portaudio/svn-head.nix { };
|
||||
|
||||
portmidi = callPackage ../development/libraries/portmidi {};
|
||||
|
||||
prison = callPackage ../development/libraries/prison { };
|
||||
|
Loading…
Reference in New Issue
Block a user