3
0
Fork 0
forked from mirrors/nixpkgs

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:
Cillian de Roiste 2012-03-22 19:56:48 +00:00
parent 464a05818e
commit 438f877d82
2 changed files with 0 additions and 32 deletions

View file

@ -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 ];
};
}

View file

@ -7293,10 +7293,6 @@ let
sox = callPackage ../applications/misc/audio/sox { };
specimen = callPackage ../applications/audio/specimen {
inherit (gnome) libgnomecanvas;
};
spotify = callPackage ../applications/audio/spotify { };
stalonetray = callPackage ../applications/window-managers/stalonetray {};