Loading pkgs/applications/audio/setbfree/default.nix +12 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ stdenv.mkDerivation rec { }; postPatch = '' sed 's#/usr/local#$(out)#g' -i common.mak sed 's#/usr/share/fonts/truetype/ttf-bitstream-vera#${ttf_bitstream_vera}/share/fonts/truetype#g' \ -i b_synth/Makefile substituteInPlace common.mak \ --replace /usr/local "$out" \ --replace /usr/share/fonts/truetype/ttf-bitstream-vera "${ttf_bitstream_vera}/share/fonts/truetype" ''; nativeBuildInputs = [ pkg-config ]; Loading @@ -25,6 +25,15 @@ stdenv.mkDerivation rec { ttf_bitstream_vera ]; doInstallCheck = true; installCheckPhase = ''( set -x test -e $out/bin/setBfreeUI )''; enableParallelBuilding = true; meta = with lib; { description = "A DSP tonewheel organ emulator"; homepage = "https://setbfree.org"; Loading Loading
pkgs/applications/audio/setbfree/default.nix +12 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ stdenv.mkDerivation rec { }; postPatch = '' sed 's#/usr/local#$(out)#g' -i common.mak sed 's#/usr/share/fonts/truetype/ttf-bitstream-vera#${ttf_bitstream_vera}/share/fonts/truetype#g' \ -i b_synth/Makefile substituteInPlace common.mak \ --replace /usr/local "$out" \ --replace /usr/share/fonts/truetype/ttf-bitstream-vera "${ttf_bitstream_vera}/share/fonts/truetype" ''; nativeBuildInputs = [ pkg-config ]; Loading @@ -25,6 +25,15 @@ stdenv.mkDerivation rec { ttf_bitstream_vera ]; doInstallCheck = true; installCheckPhase = ''( set -x test -e $out/bin/setBfreeUI )''; enableParallelBuilding = true; meta = with lib; { description = "A DSP tonewheel organ emulator"; homepage = "https://setbfree.org"; Loading