summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/elementary-code/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-05 14:02:06 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-06 11:20:01 -0400
commit0b59f4212c0c99e79de47a3d7bfc7375cc509b0a (patch)
tree74b9d855fe6c1172363382fe74325efc7dfadf17 /pkgs/desktops/pantheon/apps/elementary-code/default.nix
parentbd429bb06ce103c466113563f5640fc1eaea759f (diff)
downloadnixpkgs-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar
nixpkgs-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.gz
nixpkgs-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.bz2
nixpkgs-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.lz
nixpkgs-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.xz
nixpkgs-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.zst
nixpkgs-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.zip
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.
Diffstat (limited to 'pkgs/desktops/pantheon/apps/elementary-code/default.nix')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-code/default.nix32
1 files changed, 27 insertions, 5 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-code/default.nix b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
index 50e4cb95f77..355f3ea8d0f 100644
--- a/pkgs/desktops/pantheon/apps/elementary-code/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
@@ -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