aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stardict/wrapper.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-03-14 09:35:13 +0100
committerKarel Kočí <cynerd@email.cz>2024-03-14 09:35:13 +0100
commitb2ec9599373c7e0f5428694c5712c8fc0be06264 (patch)
tree331d4c70ad7664fb9fdbe9ce1050de02e231e6a2 /pkgs/stardict/wrapper.nix
parent927fab5c6ec204ce2d7ddac3901519c023331c89 (diff)
downloadnixos-personal-b2ec9599373c7e0f5428694c5712c8fc0be06264.tar.gz
nixos-personal-b2ec9599373c7e0f5428694c5712c8fc0be06264.tar.bz2
nixos-personal-b2ec9599373c7e0f5428694c5712c8fc0be06264.zip
Load of updates and module simplification
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