brasero: set pname and version instead of name (#482561)

This commit is contained in:
Fernando Rodrigues
2026-01-22 07:49:45 +00:00
committed by GitHub
+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;
}