libudev-devd: use pname instead of name

This commit is contained in:
jopejoe1
2026-08-10 11:05:29 +02:00
parent 0a756486cc
commit 2cccc0186a

View File

@@ -10,7 +10,7 @@
}:
stdenv.mkDerivation rec {
name = "libudev-devd";
pname = "libudev-devd";
version = "0.6.0";
src = fetchFromGitHub {