coreboot-configurator: fix exec path in desktop file
This commit is contained in:
parent
28c1f459e8
commit
4b8c218e77
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ stdenv.mkDerivation {
|
||||||
--replace '/usr/sbin/nvramtool' '${nvramtool}/bin/nvramtool'
|
--replace '/usr/sbin/nvramtool' '${nvramtool}/bin/nvramtool'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
substituteInPlace $out/share/applications/coreboot-configurator.desktop \
|
||||||
|
--replace '/usr/bin/coreboot-configurator' 'coreboot-configurator'
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple GUI to change settings in Coreboot's CBFS";
|
description = "A simple GUI to change settings in Coreboot's CBFS";
|
||||||
homepage = "https://support.starlabs.systems/kb/guides/coreboot-configurator";
|
homepage = "https://support.starlabs.systems/kb/guides/coreboot-configurator";
|
||||||
|
|
Loading…
Reference in a new issue