about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop/elementary-print-shim
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/desktop/elementary-print-shim
parentbd429bb06ce103c466113563f5640fc1eaea759f (diff)
downloadnixlib-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar
nixlib-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.gz
nixlib-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.bz2
nixlib-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.lz
nixlib-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.xz
nixlib-0b59f4212c0c99e79de47a3d7bfc7375cc509b0a.tar.zst
nixlib-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/desktop/elementary-print-shim')
-rw-r--r--pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix b/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
index 61afde4d82fa..0be2431d33d8 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
@@ -1,4 +1,12 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig, vala, gtk3 }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, gtk3
+}:
 
 stdenv.mkDerivation rec {
   pname = "elementary-print-shim";