2 , buildPythonApplication
15 buildPythonApplication rec {
21 inherit pname version;
22 hash = "sha256-hvMPSxIfwwQqo80JCpYhcbVY4kXs5jWtjjafVSMrw6o=";
35 propagatedBuildInputs = [
52 $out/bin/${pname} --help
58 description = "Decky plugin to add versioned save-game snapshots to Steam-cloud enabled games";
59 mainProgram = "steamback";
60 homepage = "https://github.com/geeksville/steamback";
61 license = licenses.gpl3;
62 maintainers = with maintainers; [ AngryAnt ];