aspell, tla: use pname

This commit is contained in:
Benjamin Hipple
2020-04-24 20:13:43 -04:00
parent d17a130290
commit 35ee9b6d94
2 changed files with 10 additions and 8 deletions

View File

@@ -15,10 +15,11 @@ let
in
stdenv.mkDerivation rec {
name = "aspell-0.60.8";
pname = "aspell";
version = "0.60.8";
src = fetchurl {
url = "mirror://gnu/aspell/${name}.tar.gz";
url = "mirror://gnu/aspell/aspell-${version}.tar.gz";
sha256 = "1wi60ankalmh8ds7nplz434jd7j94gdvbahdwsr539rlad8pxdzr";
};