tk: rename name to pname&version

This commit is contained in:
Felix Buehler 2022-02-09 14:19:36 +01:00 committed by Matthieu Coudron
parent 04c5b5ad97
commit 7d6a74d11c

View file

@ -3,7 +3,8 @@
, ... }:
tcl.mkTclDerivation {
name = "tk-${tcl.version}";
pname = "tk";
version = tcl.version;
inherit src patches;