21 version = "unstable-2021-01-28";
22 src = fetchFromGitHub {
25 rev = "cdad26211b301d2fad55a26812169ab905b85bbb";
26 sha256 = "sha256-iMJNMDytNXpEkUhL0RILSd25ixkm8HL/edtOZta0Pf4=";
46 # NOTE: non provides its own waf script that is incompatible with new
47 # python versions. If the script is not present, wafHook will install
48 # a compatible version from nixpkgs.
53 env.CXXFLAGS = "-std=c++14";
56 description = "Lightweight and lightning fast modular Digital Audio Workstation";
57 homepage = "http://non.tuxfamily.org";
58 license = lib.licenses.lgpl21;
59 platforms = lib.platforms.linux;
60 maintainers = [ lib.maintainers.nico202 ];