Merge pull request #168546 from nbardiuk/caffeine-icon-fix
caffeine-ng: fix broken tray icon
This commit is contained in:
commit
b6e12f03f9
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ python3Packages.buildPythonApplication rec {
|
|||
postInstall = ''
|
||||
mkdir -p $out/share
|
||||
cp -r share $out/
|
||||
cp -r caffeine/assets/icons $out/share/icons
|
||||
# autostart file
|
||||
cp -r $out/lib/python*/site-packages/etc $out/etc/
|
||||
glib-compile-schemas --strict $out/share/glib-2.0/schemas
|
||||
|
|
Loading…
Reference in a new issue