buildPython*: use pname

This commit is contained in:
Frederik Rietdijk
2020-03-29 12:34:50 +02:00
parent 237bf9e7bc
commit 46ec52f329
24 changed files with 55 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, fetchurl, python3Packages }:
python3Packages.buildPythonApplication rec {
name = "unicode-${version}";
pname = "unicode";
version = "2.6";
src = fetchFromGitHub {