From 3bfeecb981f30db3881bcbc33436c282cd5efe7b Mon Sep 17 00:00:00 2001 From: Olli Helenius Date: Sat, 5 Jan 2019 13:43:01 +0200 Subject: [PATCH] aspell: remove override of name in buildOfficialDict The name should include the version number and this is handled just fine by buildDict. --- pkgs/development/libraries/aspell/dictionaries.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix index 1f822a116c2..1a4be2b703f 100644 --- a/pkgs/development/libraries/aspell/dictionaries.nix +++ b/pkgs/development/libraries/aspell/dictionaries.nix @@ -57,8 +57,6 @@ let buildOfficialDict = {language, version, filename, fullName, sha256, ...}@args: let buildArgs = { - name = "aspell-dict-${language}"; - shortName = "${language}-${version}"; src = fetchurl {