Merge staging-next into staging

This commit is contained in:
zowoq
2021-01-22 16:56:40 +10:00
1772 changed files with 4918 additions and 4917 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, zlib, buildPackages }:
{ lib, stdenv, fetchurl, perl, zlib, buildPackages }:
stdenv.mkDerivation rec {
name = "${passthru.pname}-${passthru.version}";
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl zlib ];
# buildInputs = [ zlib ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Hebrew spell checker";
homepage = "http://hspell.ivrix.org.il/";
platforms = platforms.all;