summary refs log tree commit diff
path: root/pkgs/development/libraries/mimetic
diff options
context:
space:
mode:
authorAndré Vitor de Lima Matos <andre.vmatos@gmail.com>2022-04-26 15:33:03 +0000
committerAndré Vitor de Lima Matos <andre.vmatos@gmail.com>2022-04-26 12:42:13 -0300
commit5223d2c13b7705b54430026df3ea432ef3256984 (patch)
tree4ff3d62134cf609d602c31521a41b4771c907734 /pkgs/development/libraries/mimetic
parent69b03815604f684b45372797d14d08a35bb7a1a9 (diff)
kde/gear: apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/development/libraries/mimetic')
-rw-r--r--pkgs/development/libraries/mimetic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mimetic/default.nix b/pkgs/development/libraries/mimetic/default.nix
index 839643887c01f..5a965c3d7d92b 100644
--- a/pkgs/development/libraries/mimetic/default.nix
+++ b/pkgs/development/libraries/mimetic/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
       url = "https://github.com/tat/mimetic/commit/bf84940f9021950c80846e6b1a5f8b0b55991b00.patch";
       sha256 = "sha256-1JW9zPg67BgNsdIjK/jp9j7QMg50eRMz5FsDsbbzBlI=";
     })
-  ] ++ lib.optional stdenv.isAarch64 [ ./narrowing.patch ];
+  ] ++ lib.optional stdenv.isAarch64 ./narrowing.patch;
 
   meta = with lib; {
     description = "MIME handling library";