Fix derivation name
All checks were successful
build / build (push) Successful in 1m54s

This commit is contained in:
2024-11-30 01:43:13 +01:00
parent e36fb131be
commit c2ff98ce55

View File

@@ -125,7 +125,7 @@
in
{
default = pkgs.stdenv.mkDerivation {
name = "huecli";
pname = "huecli";
version = pythonSet.huecli.version;
dontConfigure = true;
dontUnpack = true;