bombsquad: use pname instead of name

This commit is contained in:
jopejoe1 2024-05-27 21:43:40 +02:00
parent 79833cef24
commit 32ce85880b

View File

@ -33,7 +33,7 @@ let
.${targetPlatform.system} or (throw "${targetPlatform.system} is unsupported."); .${targetPlatform.system} or (throw "${targetPlatform.system} is unsupported.");
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
name = "bombsquad"; pname = "bombsquad";
version = "1.7.35"; version = "1.7.35";
sourceRoot = "."; sourceRoot = ".";
src = fetchurl { src = fetchurl {