brasero: set pname and version instead of name

This commit is contained in:
jopejoe1
2026-01-22 07:52:09 +01:00
parent 5ec3546a11
commit 270be28f97
+2 -2
View File
@@ -11,7 +11,7 @@ let
binPath = lib.makeBinPath [ cdrtools ];
in
symlinkJoin {
name = "brasero-${brasero-unwrapped.version}";
pname = "brasero";
paths = [ brasero-unwrapped ];
nativeBuildInputs = [ makeWrapper ];
@@ -22,5 +22,5 @@ symlinkJoin {
--prefix LD_PRELOAD : ${lib.makeLibraryPath [ libdvdcss ]}/libdvdcss.so
'';
inherit (brasero-unwrapped) meta;
inherit (brasero-unwrapped) meta version;
}