Merge pull request #166812 from bobby285271/pantheon

pantheon.elementary-dock: run glib-compile-schemas
This commit is contained in:
davidak 2022-04-01 15:05:48 +02:00 committed by GitHub
commit 1b4d728eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,14 @@ stdenv.mkDerivation rec {
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; {
description = "Elegant, simple, clean dock";
homepage = "https://github.com/elementary/dock";