summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core/sushi
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-10-27 15:30:42 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-10-27 15:30:42 +0100
commite192b0e0af3df2d2f4cbdebf64ee506082d72447 (patch)
tree6c18826dd63aca7c8ceb681b0a8a12f28ee8198d /pkgs/desktops/gnome-3/core/sushi
parent885576c97a9017d46bdaaab474b57e0bd0be84db (diff)
downloadnixpkgs-e192b0e0af3df2d2f4cbdebf64ee506082d72447.tar
nixpkgs-e192b0e0af3df2d2f4cbdebf64ee506082d72447.tar.gz
nixpkgs-e192b0e0af3df2d2f4cbdebf64ee506082d72447.tar.bz2
nixpkgs-e192b0e0af3df2d2f4cbdebf64ee506082d72447.tar.lz
nixpkgs-e192b0e0af3df2d2f4cbdebf64ee506082d72447.tar.xz
nixpkgs-e192b0e0af3df2d2f4cbdebf64ee506082d72447.tar.zst
nixpkgs-e192b0e0af3df2d2f4cbdebf64ee506082d72447.zip
gnome3.sushi: format with nixpkgs-format
Diffstat (limited to 'pkgs/desktops/gnome-3/core/sushi')
-rw-r--r--pkgs/desktops/gnome-3/core/sushi/default.nix56
1 files changed, 47 insertions, 9 deletions
diff --git a/pkgs/desktops/gnome-3/core/sushi/default.nix b/pkgs/desktops/gnome-3/core/sushi/default.nix
index 37bfd997b3f..2d6d398fb45 100644
--- a/pkgs/desktops/gnome-3/core/sushi/default.nix
+++ b/pkgs/desktops/gnome-3/core/sushi/default.nix
@@ -1,7 +1,27 @@
-{ stdenv, fetchurl, pkgconfig, meson, gettext, gobject-introspection, glib
-, clutter-gtk, clutter-gst, gnome3, gtksourceview4, gjs
-, webkitgtk, libmusicbrainz5, icu, wrapGAppsHook, gst_all_1
-, gdk-pixbuf, librsvg, gtk3, harfbuzz, ninja, epoxy }:
+{ stdenv
+, fetchurl
+, pkgconfig
+, meson
+, gettext
+, gobject-introspection
+, glib
+, clutter-gtk
+, clutter-gst
+, gnome3
+, gtksourceview4
+, gjs
+, webkitgtk
+, libmusicbrainz5
+, icu
+, wrapGAppsHook
+, gst_all_1
+, gdk-pixbuf
+, librsvg
+, gtk3
+, harfbuzz
+, ninja
+, epoxy
+}:
 
 stdenv.mkDerivation rec {
   pname = "sushi";
@@ -13,13 +33,31 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
-    pkgconfig meson ninja gettext gobject-introspection wrapGAppsHook
+    pkgconfig
+    meson
+    ninja
+    gettext
+    gobject-introspection
+    wrapGAppsHook
   ];
   buildInputs = [
-    glib gtk3 gnome3.evince icu harfbuzz
-    clutter-gtk clutter-gst gjs gtksourceview4 gdk-pixbuf
-    librsvg libmusicbrainz5 webkitgtk epoxy
-    gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
+    glib
+    gtk3
+    gnome3.evince
+    icu
+    harfbuzz
+    clutter-gtk
+    clutter-gst
+    gjs
+    gtksourceview4
+    gdk-pixbuf
+    librsvg
+    libmusicbrainz5
+    webkitgtk
+    epoxy
+    gst_all_1.gstreamer
+    gst_all_1.gst-plugins-base
+    gst_all_1.gst-plugins-good
   ];
 
   # See https://github.com/NixOS/nixpkgs/issues/31168