Skip to content

Commit 72e45fb

Browse files
author
nayeko
authored
flips: format
1 parent 4226b21 commit 72e45fb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/fl/flips/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,22 @@ stdenv.mkDerivation rec {
2323
pkg-config
2424
wrapGAppsHook3
2525
];
26+
2627
buildInputs = [
2728
gtk3
2829
libdivsufsort
2930
];
31+
3032
patches = [ ./use-system-libdivsufsort.patch ];
33+
3134
makeFlags = [ "PREFIX=${placeholder "out"}" ];
3235

33-
meta = with lib; {
36+
meta = {
3437
description = "Patcher for IPS and BPS files";
3538
homepage = "https://github.com/Alcaro/Flips";
36-
license = licenses.gpl3Plus;
39+
license = lib.licenses.gpl3Plus;
3740
maintainers = with lib.maintainers; [ aleksana ];
38-
platforms = platforms.linux;
41+
platforms = lib.platforms.linux;
3942
mainProgram = "flips";
4043
};
4144
}

0 commit comments

Comments
 (0)