haxePackages.*: set pname

This commit is contained in:
Sigmanificient
2026-02-03 00:35:33 +01:00
parent 80f1b4ef8e
commit fdc1d4c455
+2 -1
View File
@@ -43,7 +43,8 @@ let
stdenv.mkDerivation (
attrs
// {
name = "${libname}-${version}";
pname = libname;
inherit version;
buildInputs = (attrs.buildInputs or [ ]) ++ [
haxe