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.");
|
.${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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user