···1{ lib, stdenv, fetchurl, libX11, libXext, libXcursor, libXrandr, libjack2, alsa-lib
2, mpg123, releasePath ? null }:
34-with lib;
5-6# To use the full release version:
7# 1) Sign into https://backstage.renoise.com and download the release version to some stable location.
8# 2) Override the releasePath attribute to point to the location of the newly downloaded bundle.
9# Note: Renoise creates an individual build for each license which screws somewhat with the
10# use of functions like requireFile as the hash will be different for every user.
11let
12- urlVersion = replaceStrings [ "." ] [ "_" ];
13in
1415stdenv.mkDerivation rec {
···80 description = "Modern tracker-based DAW";
81 homepage = "https://www.renoise.com/";
82 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
83- license = licenses.unfree;
84 maintainers = [];
85 platforms = [ "x86_64-linux" ];
86 };
···1{ lib, stdenv, fetchurl, libX11, libXext, libXcursor, libXrandr, libjack2, alsa-lib
2, mpg123, releasePath ? null }:
3004# To use the full release version:
5# 1) Sign into https://backstage.renoise.com and download the release version to some stable location.
6# 2) Override the releasePath attribute to point to the location of the newly downloaded bundle.
7# Note: Renoise creates an individual build for each license which screws somewhat with the
8# use of functions like requireFile as the hash will be different for every user.
9let
10+ urlVersion = lib.replaceStrings [ "." ] [ "_" ];
11in
1213stdenv.mkDerivation rec {
···78 description = "Modern tracker-based DAW";
79 homepage = "https://www.renoise.com/";
80 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
81+ license = lib.licenses.unfree;
82 maintainers = [];
83 platforms = [ "x86_64-linux" ];
84 };
···2, readline, libsodium, rapidjson
3}:
45-with lib;
6stdenv.mkDerivation rec {
7 pname = "wownero";
8 version = "0.8.0.1";
···41 "-DMANUAL_SUBMODULES=ON"
42 ];
4344- meta = {
45 description = ''
46 A privacy-centric memecoin that was fairly launched on April 1, 2018 with
47 no pre-mine, stealth-mine or ICO
···2, readline, libsodium, rapidjson
3}:
405stdenv.mkDerivation rec {
6 pname = "wownero";
7 version = "0.8.0.1";
···40 "-DMANUAL_SUBMODULES=ON"
41 ];
4243+ meta = with lib; {
44 description = ''
45 A privacy-centric memecoin that was fairly launched on April 1, 2018 with
46 no pre-mine, stealth-mine or ICO