summary refs log tree commit diff
path: root/pkgs/applications/misc/simplenote
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-07-21 19:43:53 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-07-21 19:43:53 +0200
commitad47d658d1734353df834a05e45b98dae968550d (patch)
tree5ee2481126f5e29cf961e3b955b748609bc08f82 /pkgs/applications/misc/simplenote
parent8213ff161c461655aaff7d43984384dbca64b312 (diff)
parentcc218fc91530529b84307faf6fa2dd8c5d395d6f (diff)
downloadnixpkgs-ad47d658d1734353df834a05e45b98dae968550d.tar
nixpkgs-ad47d658d1734353df834a05e45b98dae968550d.tar.gz
nixpkgs-ad47d658d1734353df834a05e45b98dae968550d.tar.bz2
nixpkgs-ad47d658d1734353df834a05e45b98dae968550d.tar.lz
nixpkgs-ad47d658d1734353df834a05e45b98dae968550d.tar.xz
nixpkgs-ad47d658d1734353df834a05e45b98dae968550d.tar.zst
nixpkgs-ad47d658d1734353df834a05e45b98dae968550d.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/misc/simplenote')
-rw-r--r--pkgs/applications/misc/simplenote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/simplenote/default.nix b/pkgs/applications/misc/simplenote/default.nix
index 436d3ee4233..719b8d32b33 100644
--- a/pkgs/applications/misc/simplenote/default.nix
+++ b/pkgs/applications/misc/simplenote/default.nix
@@ -1,8 +1,8 @@
 { fetchurl, stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig
-, libgnome-keyring3, gdk_pixbuf, gvfs, cairo, cups, expat, libgpgerror, nspr
+, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
 , nss, xorg, libcap, systemd, libnotify ,libXScrnSaver, gnome2 }:
 
- stdenv.mkDerivation rec {
+stdenv.mkDerivation rec {
 
   name = "simplenote-${pkgver}";
   pkgver = "1.1.3";