summaryrefslogtreecommitdiffstats
path: root/pkgs/games/duckmarines
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-22 23:44:58 +0200
committerFelix Buehler <account@buehler.rocks>2021-06-25 01:28:10 +0200
commitce3b463c7900a354775a35f8b75dbd2cd1ca2e7d (patch)
tree3c3d6efc864eaf1543b494bbf8d9c2bfda934151 /pkgs/games/duckmarines
parentd26902aef932e80eb772026433af13ce662e7872 (diff)
games: /s/name/pname&version/
Diffstat (limited to 'pkgs/games/duckmarines')
-rw-r--r--pkgs/games/duckmarines/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/games/duckmarines/default.nix b/pkgs/games/duckmarines/default.nix
index 013ebcc7ec5f..ca2a74391416 100644
--- a/pkgs/games/duckmarines/default.nix
+++ b/pkgs/games/duckmarines/default.nix
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, love, lua, makeWrapper, makeDesktopItem }:
-let
+stdenv.mkDerivation rec {
pname = "duckmarines";
version = "1.0c";
@@ -19,11 +19,6 @@ let
categories = "Game;";
};
-in
-
-stdenv.mkDerivation rec {
- name = "${pname}-${version}";
-
src = fetchurl {
url = "https://github.com/SimonLarsen/${pname}/releases/download/v${version}/${pname}-1.0c.love";
sha256 = "1rvgpkvi4h9zhc4fwb4knhsa789yjcx4a14fi4vqfdyybhvg5sh9";