Loading pkgs/by-name/du/duckmarines/package.nix +14 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,20 @@ stdenv.mkDerivation rec { description = "Duck-themed action puzzle video game"; platforms = lib.platforms.linux; hydraPlatforms = [ ]; license = lib.licenses.free; license = with lib.licenses; [ # code zlib # assets cc-by-sa-40 cc-by-nc-nd-40 # slam mit # tserial unfree ]; downloadPage = "http://tangramgames.dk/games/duckmarines"; }; Loading Loading
pkgs/by-name/du/duckmarines/package.nix +14 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,20 @@ stdenv.mkDerivation rec { description = "Duck-themed action puzzle video game"; platforms = lib.platforms.linux; hydraPlatforms = [ ]; license = lib.licenses.free; license = with lib.licenses; [ # code zlib # assets cc-by-sa-40 cc-by-nc-nd-40 # slam mit # tserial unfree ]; downloadPage = "http://tangramgames.dk/games/duckmarines"; }; Loading