summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-03-30 11:01:50 +0200
committerJörg Thalheim <joerg@thalheim.io>2017-03-30 11:02:21 +0200
commitca87b3a130da099b207ef1b5d5ca72e824883533 (patch)
tree18c46e697266414a5d0b72f76a9ad9ecb552b347 /pkgs
parent04223369e37e1c7c59737d546741dee583534b2e (diff)
downloadnixpkgs-ca87b3a130da099b207ef1b5d5ca72e824883533.tar
nixpkgs-ca87b3a130da099b207ef1b5d5ca72e824883533.tar.gz
nixpkgs-ca87b3a130da099b207ef1b5d5ca72e824883533.tar.bz2
nixpkgs-ca87b3a130da099b207ef1b5d5ca72e824883533.tar.lz
nixpkgs-ca87b3a130da099b207ef1b5d5ca72e824883533.tar.xz
nixpkgs-ca87b3a130da099b207ef1b5d5ca72e824883533.tar.zst
nixpkgs-ca87b3a130da099b207ef1b5d5ca72e824883533.zip
corebird: fix spell check
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/corebird/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/corebird/default.nix b/pkgs/applications/networking/corebird/default.nix
index 36b46030577..b4197a12db3 100644
--- a/pkgs/applications/networking/corebird/default.nix
+++ b/pkgs/applications/networking/corebird/default.nix
@@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
     ./autogen.sh
   '';
 
-  configureFlags = [ "--disable-spellcheck" ];
-
   nativeBuildInputs = [ automake autoconf libtool pkgconfig wrapGAppsHook ];
 
   buildInputs = [