libgnunetchat: use pname instead of name

This commit is contained in:
jopejoe1
2026-01-22 09:25:05 +01:00
parent 5ec3546a11
commit 9d65d0c285
+1 -1
View File
@@ -15,7 +15,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "libgnunetchat";
pname = "libgnunetchat";
version = "0.6.0";
src = fetchgit {