about summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-21 07:18:46 +0100
committerGitHub <noreply@github.com>2024-01-21 07:18:46 +0100
commitf2f0e24f7cde1fe4438bb0705af5f72b83acc872 (patch)
tree932c938cf61e2ba0e6d0798a82450edbbd16226c /pkgs/applications/office/qownnotes
parent48c419741e48bd79d2a7db2116114753547ad1fe (diff)
qownnotes: do not inherit appname
Co-authored-by: Robert Schütz <github@dotlambda.de>
Diffstat (limited to 'pkgs/applications/office/qownnotes')
-rw-r--r--pkgs/applications/office/qownnotes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/qownnotes/default.nix b/pkgs/applications/office/qownnotes/default.nix
index 09dbaa397b433..a61e58a86e4b3 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -22,7 +22,7 @@ let
   version = "24.1.4";
 in
 stdenv.mkDerivation {
-  inherit pname appname version;
+  inherit pname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";