15 src = fetchFromGitHub {
18 rev = "QTv${version}";
19 sha256 = "sha256-RfZXHmWSjZBxNFwQ/bzHppsLS0LauURIdnkAzxAIBcU=";
22 patches = lib.optionals stdenv.hostPlatform.isAarch64 [
23 # remove optimization flags with x86 only instruction sets
29 install -Dm555 -t $out/bin mlvapp
30 install -Dm444 -t $out/share/applications mlvapp.desktop
31 install -Dm444 -t $out/share/icons/hicolor/512x512/apps RetinaIMG/MLVAPP.png
35 qmakeFlags = [ "MLVApp.pro" ];
47 dontWrapQtApps = true;
50 wrapQtApp "$out/bin/mlvapp"
58 description = "All in one MLV processing app that is pretty great";
59 homepage = "https://mlv.app";
60 license = licenses.gpl3;
62 platforms = platforms.linux;
63 mainProgram = "mlvapp";