pantheon: stylize expressions

The same way we want them in GNOME in nixpkgs.
Didn't touch the greeter expression because I have
a branch where it's already rewritten.
This commit is contained in:
worldofpeace
2019-08-06 11:20:01 -04:00
parent bd429bb06c
commit 0b59f4212c
61 changed files with 941 additions and 155 deletions
@@ -1,7 +1,29 @@
{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala
, python3, desktop-file-utils, gtk3, granite, libgee, elementary-icon-theme
, appstream, libpeas, editorconfig-core-c, gtksourceview3, gtkspell3, libsoup
, vte, webkitgtk, zeitgeist, ctags, libgit2-glib, wrapGAppsHook }:
{ stdenv
, fetchFromGitHub
, pantheon
, pkgconfig
, meson
, ninja
, vala
, python3
, desktop-file-utils
, gtk3
, granite
, libgee
, elementary-icon-theme
, appstream
, libpeas
, editorconfig-core-c
, gtksourceview3
, gtkspell3
, libsoup
, vte
, webkitgtk
, zeitgeist
, ctags
, libgit2-glib
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
pname = "elementary-code";
@@ -36,8 +58,8 @@ stdenv.mkDerivation rec {
buildInputs = [
ctags
elementary-icon-theme
editorconfig-core-c
elementary-icon-theme
granite
gtk3
gtksourceview3