lilv and sord: remove svn versions and deploy release version
This commit is contained in:
@@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pcre 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; {
|
||||
homepage = http://drobilla.net/software/serd;
|
||||
|
||||
Reference in New Issue
Block a user