buildPython*: use pname

This commit is contained in:
Frederik Rietdijk
2020-03-30 17:07:41 +02:00
parent 237bf9e7bc
commit 46ec52f329
24 changed files with 55 additions and 46 deletions
+1 -1
View File
@@ -4,8 +4,8 @@
}:
python.pkgs.buildPythonApplication rec {
pname = "bcc";
version = "0.13.0";
name = "bcc-${version}";
src = fetchurl {
url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz";