aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stardict/wrapper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/stardict/wrapper.nix')
-rw-r--r--pkgs/stardict/wrapper.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/stardict/wrapper.nix b/pkgs/stardict/wrapper.nix
index e99fa01..98ee814 100644
--- a/pkgs/stardict/wrapper.nix
+++ b/pkgs/stardict/wrapper.nix
@@ -1,5 +1,4 @@
{
- lib,
stdenv,
makeBinaryWrapper,
stardict,
@@ -36,9 +35,9 @@ with stardict; let
'';
passthru.withDictionaries = dicts:
- drv.overrideAttrs (oldAttrs: {
+ drv.overrideAttrs {
dictionaries = dicts;
- });
+ };
};
in
drv