Skip to content

Commit

Permalink
lix-game: add missing lib.toList in license field
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T authored Sep 16, 2024
1 parent dcd072f commit bc0e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/lix-game/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
changelog = "https://github.com/SimonN/LixD/releases/tag/v${lix-game.version}";
license = lib.unique (
[lib.licenses.cc0] ++
(lix-game-assets.meta.license or []) ++
lib.toList (lix-game-assets.meta.license or []) ++
lib.optionals includeMusic (lib.toList (lix-game-music.license or []))
);
mainProgram = "lix";
Expand Down

0 comments on commit bc0e1ac

Please sign in to comment.