summary refs log tree commit diff
path: root/pkgs/games/itch
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-01-01 18:48:04 -0800
committerAdam Joseph <adam@westernsemico.com>2023-01-01 18:48:04 -0800
commit30bf7264ed899f91eda9fe79d9d4c2a976eac79e (patch)
tree311ecfbd06d7cdee5a60efe5edeb7f410d2eb601 /pkgs/games/itch
parent607d59fa9e6b557a4cb3b1f1b8472d7f555ae530 (diff)
downloadnixpkgs-30bf7264ed899f91eda9fe79d9d4c2a976eac79e.tar
nixpkgs-30bf7264ed899f91eda9fe79d9d4c2a976eac79e.tar.gz
nixpkgs-30bf7264ed899f91eda9fe79d9d4c2a976eac79e.tar.bz2
nixpkgs-30bf7264ed899f91eda9fe79d9d4c2a976eac79e.tar.lz
nixpkgs-30bf7264ed899f91eda9fe79d9d4c2a976eac79e.tar.xz
nixpkgs-30bf7264ed899f91eda9fe79d9d4c2a976eac79e.tar.zst
nixpkgs-30bf7264ed899f91eda9fe79d9d4c2a976eac79e.zip
fix packages with broken meta attributes
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 5776a1b43b2..ca0a04a8492 100644
--- a/pkgs/games/itch/default.nix
+++ b/pkgs/games/itch/default.nix
@@ -93,7 +93,7 @@ stdenvNoCC.mkDerivation rec {
     homepage = "https://github.com/itchio/itch";
     license = licenses.mit;
     platforms = platforms.linux;
-    sourceProvenance = lib.sourceTypes.binaryBytecode;
+    sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
     maintainers = with maintainers; [ pasqui23 ];
   };
 }