mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
wdisplays: fix icon in desktop file
This commit is contained in:
parent
555daa9d33
commit
0a2d099131
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-cOF3+T34zPro58maWUouGG+vlLm2C5NfcH7PZhSvApE=";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace ./resources/wdisplays.desktop.in --replace "@app_id@" "wdisplays"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A graphical application for configuring displays in Wayland compositors";
|
||||
homepage = "https://github.com/luispabon/wdisplays";
|
||||
|
Loading…
Reference in New Issue
Block a user