hspell: fix build with structuredAttrs (#470418)
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.4";
|
||||
};
|
||||
|
||||
PERL_USE_UNSAFE_INC = "1";
|
||||
env.PERL_USE_UNSAFE_INC = "1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}${name}.tar.gz";
|
||||
@@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
description = "Hebrew spell checker";
|
||||
|
||||
Reference in New Issue
Block a user