mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
pantheon.wingpanel: add elementary-gtk-theme
This commit is contained in:
parent
6cecb196fd
commit
834a49e0d4
@ -65,6 +65,13 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs meson/post_install.py
|
patchShebangs meson/post_install.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
gappsWrapperArgs+=(
|
||||||
|
# this theme is required
|
||||||
|
--prefix XDG_DATA_DIRS : "${elementary-gtk-theme}/share"
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The extensible top panel for Pantheon";
|
description = "The extensible top panel for Pantheon";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user