etlegacy: fix `.desktop` files

Fix an issue introduced in #296713
This commit is contained in:
Pol Dellaiera 2024-04-07 09:49:49 +02:00
parent b85364a528
commit b3fd70b2d3
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 2 additions and 3 deletions

View File

@ -18,10 +18,9 @@ symlinkJoin {
];
postBuild = ''
rm -rf $out/bin/*
makeWrapper ${etlegacy-unwrapped}/bin/etl.* $out/bin/etl \
makeWrapper $out/bin/etl.* $out/bin/etl \
--add-flags "+set fs_basepath ${placeholder "out"}/lib/etlegacy"
makeWrapper ${etlegacy-unwrapped}/bin/etlded.* $out/bin/etlded \
makeWrapper $out/bin/etlded.* $out/bin/etlded \
--add-flags "+set fs_basepath ${placeholder "out"}/lib/etlegacy"
'';