lilv and sord: remove svn versions and deploy release version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, boost, gtk, pkgconfig, python }:
|
||||
{ stdenv, fetchgit, boost, gtk2, pkgconfig, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "raul-git-${rev}";
|
||||
name = "raul-unstable-${rev}";
|
||||
rev = "2016-09-20";
|
||||
|
||||
src = fetchgit {
|
||||
@@ -10,13 +10,13 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1lby508fb0n8ks6iz959sh18fc37br39d6pbapwvbcw5nckdrxwj";
|
||||
};
|
||||
|
||||
buildInputs = [ boost gtk pkgconfig python ];
|
||||
buildInputs = [ boost gtk2 pkgconfig python ];
|
||||
|
||||
configurePhase = "python waf configure --prefix=$out";
|
||||
configurePhase = "${python.interpreter} waf configure --prefix=$out";
|
||||
|
||||
buildPhase = "python waf";
|
||||
buildPhase = "${python.interpreter} waf";
|
||||
|
||||
installPhase = "python waf install";
|
||||
installPhase = "${python.interpreter} waf install";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A C++ utility library primarily aimed at audio/musical applications";
|
||||
|
||||
Reference in New Issue
Block a user