Removing specimen, the release doesn't work and the svn repo is no longer available :(
svn path=/nixpkgs/trunk/; revision=33362
This commit is contained in:
parent
464a05818e
commit
438f877d82
|
@ -1,28 +0,0 @@
|
||||||
{ stdenv, fetchsvn, alsaLib, autoconf, automake, gtk, jackaudio,
|
|
||||||
libgnomecanvas, libsamplerate, libsndfile, libtool, libxml2, phat,
|
|
||||||
pkgconfig }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "specimen-svn-89";
|
|
||||||
|
|
||||||
# The released version won't compile with newer versions of jack
|
|
||||||
src = fetchsvn {
|
|
||||||
url = http://zhevny.com/svn/specimen/trunk;
|
|
||||||
rev = 89;
|
|
||||||
sha256 = "1i24nchw14cbjv7kmzs7cvmis2xv4r7bxghi8d6gq5lprwk8xydf";
|
|
||||||
};
|
|
||||||
|
|
||||||
preConfigure = "sh autogen.sh";
|
|
||||||
|
|
||||||
buildInputs = [ alsaLib autoconf automake gtk jackaudio
|
|
||||||
libgnomecanvas libsamplerate libsndfile libtool libxml2 phat
|
|
||||||
pkgconfig ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
description = "MIDI controllable audio sampler";
|
|
||||||
homepage = http://zhevny.com/specimen/;
|
|
||||||
license = licenses.gpl2Plus;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = [ maintainers.goibhniu ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -7293,10 +7293,6 @@ let
|
||||||
|
|
||||||
sox = callPackage ../applications/misc/audio/sox { };
|
sox = callPackage ../applications/misc/audio/sox { };
|
||||||
|
|
||||||
specimen = callPackage ../applications/audio/specimen {
|
|
||||||
inherit (gnome) libgnomecanvas;
|
|
||||||
};
|
|
||||||
|
|
||||||
spotify = callPackage ../applications/audio/spotify { };
|
spotify = callPackage ../applications/audio/spotify { };
|
||||||
|
|
||||||
stalonetray = callPackage ../applications/window-managers/stalonetray {};
|
stalonetray = callPackage ../applications/window-managers/stalonetray {};
|
||||||
|
|
Loading…
Reference in New Issue