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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user