mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
Merge pull request #205959 from danth/coreboot-configurator-desktop
coreboot-configurator: fix exec path in desktop file
This commit is contained in:
commit
c83113b3eb
@ -33,6 +33,11 @@ stdenv.mkDerivation {
|
||||
--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; {
|
||||
description = "A simple GUI to change settings in Coreboot's CBFS";
|
||||
homepage = "https://support.starlabs.systems/kb/guides/coreboot-configurator";
|
||||
|
Loading…
Reference in New Issue
Block a user