Merge pull request #166812 from bobby285271/pantheon
pantheon.elementary-dock: run glib-compile-schemas
This commit is contained in:
commit
1b4d728eaf
1 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,14 @@ stdenv.mkDerivation rec {
|
||||||
pango
|
pango
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# elementary/dock/master is missing a Meson post
|
||||||
|
# install script that does this. This has been
|
||||||
|
# resolved after the dock rewrite (the `main` branch).
|
||||||
|
# https://github.com/elementary/default-settings/issues/267
|
||||||
|
glib-compile-schemas $out/share/glib-2.0/schemas
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Elegant, simple, clean dock";
|
description = "Elegant, simple, clean dock";
|
||||||
homepage = "https://github.com/elementary/dock";
|
homepage = "https://github.com/elementary/dock";
|
||||||
|
|
Loading…
Reference in a new issue