bombsquad: use pname instead of name
This commit is contained in:
parent
79833cef24
commit
32ce85880b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user