mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
localsend: fix window visibility
This commit is contained in:
parent
ec6e750643
commit
98a18e8bd0
@ -39,6 +39,11 @@ let
|
||||
|
||||
buildInputs = [ libayatana-appindicator ];
|
||||
|
||||
postUnpack = ''
|
||||
substituteInPlace $sourceRoot/linux/my_application.cc \
|
||||
--replace-fail "gtk_widget_realize(GTK_WIDGET(window))" "gtk_widget_show(GTK_WIDGET(window))"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
for s in 32 128 256 512; do
|
||||
d=$out/share/icons/hicolor/''${s}x''${s}/apps
|
||||
|
Loading…
Reference in New Issue
Block a user