portaudio: remove old version portaudioSVN
The project is now using git and the sha for the source is wrong. Can not find other derivations using this.
This commit is contained in:
parent
80f2e535b3
commit
b165b5e924
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
@ -8917,8 +8917,6 @@ in
|
|||||||
|
|
||||||
portaudio = callPackage ../development/libraries/portaudio { };
|
portaudio = callPackage ../development/libraries/portaudio { };
|
||||||
|
|
||||||
portaudioSVN = callPackage ../development/libraries/portaudio/svn-head.nix { };
|
|
||||||
|
|
||||||
portmidi = callPackage ../development/libraries/portmidi {};
|
portmidi = callPackage ../development/libraries/portmidi {};
|
||||||
|
|
||||||
prison = callPackage ../development/libraries/prison { };
|
prison = callPackage ../development/libraries/prison { };
|
||||||
|
Loading…
Reference in New Issue
Block a user