Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
  • Loading branch information
ashuramaruzxc and msanft committed Apr 5, 2024
1 parent 56c51f1 commit 99e296c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/th/thcrap-steam-proton-wrapper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation {
sha256 = "sha256-J2O8F75NMdsxSaNVr8zLf+vLEJE6CHqWQIIscuuJZ3o=";
};

buildInputs = [subversion];
buildInputs = [ subversion ];

nativeBuildInputs = [ makeWrapper ];

Expand All @@ -33,15 +33,15 @@ stdenv.mkDerivation {

postFixup = ''
wrapProgram $out/bin/thcrap_proton \
--prefix PATH : ${lib.makeBinPath [bash subversion gnome.zenity]}
--prefix PATH : ${lib.makeBinPath [ bash subversion gnome.zenity ]}
'';

meta = {
description = ''A wrapper script for launching the official Touhou games on Steam with patches through Proton on GNU/Linux'';
homepage = "https://github.com/tactikauan/thcrap-steam-proton-wrapper";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ashuramaruzxc];
platforms = ["x86_64-linux" "aarch64-linux"];
maintainers = with lib.maintainers; [ ashuramaruzxc ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
mainProgram = "thcrap_proton";
};
}

0 comments on commit 99e296c

Please sign in to comment.