about summary refs log tree commit diff
path: root/pkgs/games/itch
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2022-11-07 19:44:08 +0100
committerNicolas Benes <nbenes.gh@xandea.de>2022-11-15 19:46:12 +0100
commitc95d7d5a8c301cf59fde5ffd9296660bc72c3080 (patch)
treeec5249b7155990653fb7a158502f1334fb9967f6 /pkgs/games/itch
parentf6b07f0e2f5834b1fd6432a0f4c2bc11096e53ed (diff)
treewide: make sparseCheckout a list of strings
Diffstat (limited to 'pkgs/games/itch')
-rw-r--r--pkgs/games/itch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/itch/default.nix b/pkgs/games/itch/default.nix
index 7aed72dd531da..5776a1b43b2b0 100644
--- a/pkgs/games/itch/default.nix
+++ b/pkgs/games/itch/default.nix
@@ -41,7 +41,7 @@ stdenvNoCC.mkDerivation rec {
         repo = pname;
         rev = "v${version}";
         hash = "sha256-DZBmf8fe0zw5uiQjNKXw8g/vU2hjNDa87z/7XuhyXog=";
-        inherit sparseCheckout;
+        sparseCheckout = [ sparseCheckout ];
       } + sparseCheckout;
 
   nativeBuildInputs = [ copyDesktopItems makeWrapper ];