about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-05-27 21:43:40 +0200
committerjopejoe1 <johannes@joens.email>2024-06-05 20:42:11 +0200
commit32ce85880bf463353477870c6c92adda4f508ccf (patch)
tree9a424727ec1ed59ca3740b0e58e176c1bbd2935b
parent79833cef24a0ebe6929ed36de1383aaa0c54f9ed (diff)
bombsquad: use pname instead of name
-rw-r--r--pkgs/by-name/bo/bombsquad/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/bo/bombsquad/package.nix b/pkgs/by-name/bo/bombsquad/package.nix
index 61baff9e2d924..ad1e1393c21dd 100644
--- a/pkgs/by-name/bo/bombsquad/package.nix
+++ b/pkgs/by-name/bo/bombsquad/package.nix
@@ -33,7 +33,7 @@ let
     .${targetPlatform.system} or (throw "${targetPlatform.system} is unsupported.");
 in
 stdenv.mkDerivation (finalAttrs: {
-  name = "bombsquad";
+  pname = "bombsquad";
   version = "1.7.35";
   sourceRoot = ".";
   src = fetchurl {