sxcs: use pname instead of name

This commit is contained in:
jopejoe1
2026-01-22 09:24:38 +01:00
parent 5ec3546a11
commit 4758180c05
+1 -1
View File
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "sxcs";
pname = "sxcs";
version = "1.1.0";
src = fetchFromGitea {