monoDLLFixer: set pname and version (#491691)

This commit is contained in:
Matthieu Coudron
2026-02-18 10:34:11 +00:00
committed by GitHub
+7 -2
View File
@@ -1,6 +1,11 @@
{ stdenv, perl }:
{
lib,
stdenv,
perl,
}:
stdenv.mkDerivation {
name = "mono-dll-fixer";
pname = "mono-dll-fixer";
version = lib.trivial.release;
dllFixer = ./dll-fixer.pl;
dontUnpack = true;
installPhase = ''