polychromatic: use pname instead of name

This commit is contained in:
jopejoe1 2024-05-27 22:16:33 +02:00
parent 58df87c248
commit 86d69eec17

View File

@ -21,7 +21,7 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
name = "polychromatic"; pname = "polychromatic";
version = "0.9.1"; version = "0.9.1";
format = "other"; format = "other";