From 167da2103034c6a7d3895b851b0a432df2e464f3 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sat, 27 Feb 2021 15:58:33 +0100 Subject: standardnotes: remove unused inputs --- pkgs/applications/editors/standardnotes/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors/standardnotes') diff --git a/pkgs/applications/editors/standardnotes/default.nix b/pkgs/applications/editors/standardnotes/default.nix index e66febbf7fc2..0d50c24d3976 100644 --- a/pkgs/applications/editors/standardnotes/default.nix +++ b/pkgs/applications/editors/standardnotes/default.nix @@ -1,5 +1,5 @@ { lib, stdenv, appimageTools, autoPatchelfHook, desktop-file-utils -, fetchurl, runtimeShell, libsecret, gtk3, gsettings-desktop-schemas }: +, fetchurl, libsecret, gtk3, gsettings-desktop-schemas }: let version = "3.5.18"; -- cgit 1.4.1