goverlay: distro info
This commit is contained in:
parent
8a5a751302
commit
b6fe99db9f
@ -13,6 +13,7 @@
|
|||||||
libGLU,
|
libGLU,
|
||||||
libnotify,
|
libnotify,
|
||||||
libX11,
|
libX11,
|
||||||
|
lsb-release,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
polkit,
|
polkit,
|
||||||
procps,
|
procps,
|
||||||
@ -46,7 +47,9 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace overlayunit.pas \
|
substituteInPlace overlayunit.pas \
|
||||||
--replace-fail '/usr/share/icons/hicolor/128x128/apps/goverlay.png' "$out/share/icons/hicolor/128x128/apps/goverlay.png" \
|
--replace-fail '/usr/share/icons/hicolor/128x128/apps/goverlay.png' "$out/share/icons/hicolor/128x128/apps/goverlay.png" \
|
||||||
--replace-fail '/sbin/ip' "${lib.getExe' iproute2 "ip"}" \
|
--replace-fail '/sbin/ip' "${lib.getExe' iproute2 "ip"}" \
|
||||||
--replace-fail '/bin/bash' "${lib.getExe' bash "bash"}"
|
--replace-fail '/bin/bash' "${lib.getExe' bash "bash"}" \
|
||||||
|
--replace-fail '/usr/lib/os-release' '/etc/os-release' \
|
||||||
|
--replace-fail 'lsb_release' "${lib.getExe' lsb-release "lsb_release"} 2> /dev/null"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user