19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 hash = "sha256-43EswCgNJv11Ov+4vmj2vS/yJ2atyzkRmk/SoCKYD/0=";
53 # Work around https://github.com/NixOS/nixpkgs/issues/214765
54 substituteInPlace Makefile \
55 --replace-fail "$(dirname $QMAKE)/lrelease" "${lib.getBin qttools}/bin/lrelease"
59 "DEFINES+=USE_LOCAL_STK"
63 broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
64 description = "Soundfont editor for creating musical instruments";
65 mainProgram = "polyphone";
66 homepage = "https://www.polyphone-soundfonts.com/";
67 license = licenses.gpl3;
68 maintainers = with maintainers; [
72 platforms = platforms.linux;