prismlauncher: set pname and version

This commit is contained in:
Jacob Birkett
2025-10-08 11:25:59 -07:00
committed by Jacob Birkett
parent f792ec7d15
commit 02dbb29ad9
+2 -1
View File
@@ -55,7 +55,8 @@ let
in
symlinkJoin {
name = "prismlauncher-${prismlauncher'.version}";
pname = "prismlauncher";
inherit (prismlauncher') version;
paths = [ prismlauncher' ];