14 src = fetchFromGitHub {
17 rev = "QTv${version}";
18 sha256 = "0s5sjdxi8a17ddvih4ara7mlb2xrc9xqx52jmhfaca6ng341gi4x";
21 patches = if stdenv.isAarch64 then ./aarch64-flags.patch else null;
25 install -Dm555 -t $out/bin mlvapp
26 install -Dm444 -t $out/share/applications mlvapp.desktop
27 install -Dm444 -t $out/share/icons/hicolor/512x512/apps RetinaIMG/MLVAPP.png
31 qmakeFlags = [ "MLVApp.pro" ];
43 dontWrapQtApps = true;
46 wrapQtApp "$out/bin/mlvapp"
54 description = "All in one MLV processing app that is pretty great";
55 homepage = "https://mlv.app";
56 license = licenses.gpl3;
57 maintainers = with maintainers; [
60 platforms = platforms.linux;