summary refs log tree commit diff
path: root/pkgs/development/libraries/enchant
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-22 16:56:40 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-22 16:56:40 +1000
commit153ad8bc1e097781f5b8c560c83f0678cd690397 (patch)
treed5984e38d635425a5b7178d3fb96149b989ab8d7 /pkgs/development/libraries/enchant
parentafc2edc3ee4473b3857cc76e6eb4517086641326 (diff)
parentd40c5e1c8f504c08fcc8921e4459506e4b3b5714 (diff)
downloadnixpkgs-153ad8bc1e097781f5b8c560c83f0678cd690397.tar
nixpkgs-153ad8bc1e097781f5b8c560c83f0678cd690397.tar.gz
nixpkgs-153ad8bc1e097781f5b8c560c83f0678cd690397.tar.bz2
nixpkgs-153ad8bc1e097781f5b8c560c83f0678cd690397.tar.lz
nixpkgs-153ad8bc1e097781f5b8c560c83f0678cd690397.tar.xz
nixpkgs-153ad8bc1e097781f5b8c560c83f0678cd690397.tar.zst
nixpkgs-153ad8bc1e097781f5b8c560c83f0678cd690397.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/libraries/enchant')
-rw-r--r--pkgs/development/libraries/enchant/1.x.nix4
-rw-r--r--pkgs/development/libraries/enchant/2.x.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/enchant/1.x.nix b/pkgs/development/libraries/enchant/1.x.nix
index 671ebb279fa..172d6747aa1 100644
--- a/pkgs/development/libraries/enchant/1.x.nix
+++ b/pkgs/development/libraries/enchant/1.x.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, aspell, pkg-config, glib, hunspell, hspell }:
+{ lib, stdenv, fetchurl, aspell, pkg-config, glib, hunspell, hspell }:
 
 stdenv.mkDerivation rec {
   version = "1.6.1";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ aspell glib hunspell hspell ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Generic spell checking library";
     homepage = "https://abiword.github.io/enchant";
     platforms = platforms.unix;
diff --git a/pkgs/development/libraries/enchant/2.x.nix b/pkgs/development/libraries/enchant/2.x.nix
index 0399f701d64..93815308f9c 100644
--- a/pkgs/development/libraries/enchant/2.x.nix
+++ b/pkgs/development/libraries/enchant/2.x.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , fetchurl
 , aspell
 , pkg-config
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     "--enable-relocatable" # needed for tests
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Generic spell checking library";
     homepage = "https://abiword.github.io/enchant/";
     license = licenses.lgpl21Plus; # with extra provision for non-free checkers