1 { lib, stdenv, fetchFromGitHub, gtk3, libdivsufsort, pkg-config, wrapGAppsHook3 }:
5 version = "unstable-2023-03-15";
7 src = fetchFromGitHub {
10 rev = "fdd5c6e34285beef5b9be759c9b91390df486c66";
11 hash = "sha256-uuHgpt7aWqiMTUILm5tAEGGeZrls3g/DdylYQgsfpTw=";
14 nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
15 buildInputs = [ gtk3 libdivsufsort ];
16 patches = [ ./use-system-libdivsufsort.patch ];
17 makeFlags = [ "PREFIX=${placeholder "out"}" ];
25 description = "Patcher for IPS and BPS files";
26 homepage = "https://github.com/Alcaro/Flips";
27 license = licenses.gpl3Plus;
28 maintainers = with lib.maintainers; [ aleksana ];
29 platforms = platforms.linux;
30 mainProgram = "flips";