tribler: add pname (#486254)

This commit is contained in:
Yohann Boniface
2026-02-02 13:28:22 +00:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ in
python3.pkgs.buildPythonApplication {
inherit version src;
name = "tribler";
pname = "tribler";
pyproject = true;
build-system = with python3.pkgs; [