about summary refs log tree commit diff
path: root/pkgs/tools/security/plasma-pass
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2022-04-04 01:08:24 +0000
committerAaron Jheng <wentworth@outlook.com>2022-04-04 01:11:06 +0000
commitf0c470f5eb80e484efd694451862ea8a56083b95 (patch)
tree862d5240f5ba344071af721310b7fb47ac391867 /pkgs/tools/security/plasma-pass
parente0dc07236e232d1a581dd33adb48e36194f43535 (diff)
oath-toolkit: Rename from oathToolkit to oath-toolkit
Diffstat (limited to 'pkgs/tools/security/plasma-pass')
-rw-r--r--pkgs/tools/security/plasma-pass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/plasma-pass/default.nix b/pkgs/tools/security/plasma-pass/default.nix
index 20f64b725f112..2ff2ab38cefb2 100644
--- a/pkgs/tools/security/plasma-pass/default.nix
+++ b/pkgs/tools/security/plasma-pass/default.nix
@@ -1,7 +1,7 @@
 { mkDerivation, lib, fetchFromGitLab, cmake, extra-cmake-modules
 , ki18n
 , kitemmodels
-, oathToolkit
+, oath-toolkit
 , qgpgme
 , plasma-framework
 , qt5 }:
@@ -21,7 +21,7 @@ mkDerivation rec {
   buildInputs  = [
     ki18n
     kitemmodels
-    oathToolkit
+    oath-toolkit
     qgpgme
     plasma-framework
     qt5.qtbase