pantheon-terminal: fix build, schemas, icons
/cc maintainer @ollieh. BTW, it would be nice if the attribute names under maintainers were the same as the github usernames.
This commit is contained in:
parent
ff2ccb2721
commit
3a1345189c
@ -16,11 +16,14 @@ stdenv.mkDerivation rec {
|
|||||||
preFixup = ''
|
preFixup = ''
|
||||||
for f in $out/bin/*; do
|
for f in $out/bin/*; do
|
||||||
wrapProgram $f \
|
wrapProgram $f \
|
||||||
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share"
|
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$XDG_ICON_DIRS:$out/share"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [perl cmake vala pkgconfig glib gtk3 granite gnome3.vte gnome3.libgee libnotify gettext makeWrapper];
|
buildInputs = with gnome3; [
|
||||||
|
perl cmake vala pkgconfig glib gtk3 granite libnotify gettext makeWrapper
|
||||||
|
vte_290 libgee gsettings_desktop_schemas defaultIconTheme
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "elementary OS's terminal";
|
description = "elementary OS's terminal";
|
||||||
longDescription = "A super lightweight, beautiful, and simple terminal. It's designed to be setup with sane defaults and little to no configuration. It's just a terminal, nothing more, nothing less. Designed for elementary OS.";
|
longDescription = "A super lightweight, beautiful, and simple terminal. It's designed to be setup with sane defaults and little to no configuration. It's just a terminal, nothing more, nothing less. Designed for elementary OS.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user