Merge pull request #13730 from nico202/non-update
non: 2016-02-07 -> 2016-03-06
This commit is contained in:
commit
2b5867f250
@ -1,23 +1,23 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, python2, cairo, libjpeg, ntk, libjack2, libsndfile,
|
{ stdenv, fetchFromGitHub, pkgconfig, python2, cairo, libjpeg, ntk, libjack2
|
||||||
ladspaH, liblrdf, liblo, libsigcxx
|
, libsndfile, ladspaH, liblrdf, liblo, libsigcxx
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "non-${version}";
|
name = "non-${version}";
|
||||||
version = "2016-02-07";
|
version = "2016-03-06";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "original-male";
|
owner = "original-male";
|
||||||
repo = "non";
|
repo = "non";
|
||||||
rev = "1ef382fbbea598fdb56b25244a703c64ecaf8446";
|
rev = "3946d392216ee999b560d8b7cdee7c4347110e29";
|
||||||
sha256 = "1mi3nm0nrrqlk36920irvqf5080lbnj1qc8vnxspgwkjjqgdc22g";
|
sha256 = "02vnq2mfimgdrmv3lmz80yif4h9a1lympv0wqc5dr2l0f8amj2fp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig python2 cairo libjpeg ntk libjack2 libsndfile
|
buildInputs = [ pkgconfig python2 cairo libjpeg ntk libjack2 libsndfile
|
||||||
ladspaH liblrdf liblo libsigcxx
|
ladspaH liblrdf liblo libsigcxx
|
||||||
];
|
];
|
||||||
configurePhase = ''python waf configure --prefix=$out'';
|
configurePhase = "python waf configure --prefix=$out";
|
||||||
buildPhase = ''python waf build'';
|
buildPhase = "python waf build";
|
||||||
installPhase = ''python waf install'';
|
installPhase = "python waf install";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lightweight and lightning fast modular Digital Audio Workstation";
|
description = "Lightweight and lightning fast modular Digital Audio Workstation";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user