summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/chipsec
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-03-29 12:34:50 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-03-30 17:07:41 +0200
commit46ec52f32966f16ce2bdd12bd150841e058988e9 (patch)
treee0aaa743a8febbf799b972162a42f64bea103ac9 /pkgs/tools/security/chipsec
parent237bf9e7bc3cd2966e8e581dd41f17eacf4ce142 (diff)
buildPython*: use pname
Diffstat (limited to 'pkgs/tools/security/chipsec')
-rw-r--r--pkgs/tools/security/chipsec/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix
index 7d7456309899..f528cb800ea5 100644
--- a/pkgs/tools/security/chipsec/default.nix
+++ b/pkgs/tools/security/chipsec/default.nix
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, pythonPackages, nasm, libelf
, kernel ? null, withDriver ? false }:
pythonPackages.buildPythonApplication rec {
- name = "chipsec-${version}";
+ pname = "chipsec";
version = "1.4.7";
src = fetchFromGitHub {