From 4a8ed1661dcc22f90f24c80c9ab1f88a43d71563 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 20 Dec 2020 04:20:00 +0000 Subject: [PATCH] nuspell: add platforms --- pkgs/development/libraries/nuspell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/nuspell/default.nix b/pkgs/development/libraries/nuspell/default.nix index 3fac1421899..ce682e5b881 100644 --- a/pkgs/development/libraries/nuspell/default.nix +++ b/pkgs/development/libraries/nuspell/default.nix @@ -30,6 +30,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Free and open source C++ spell checking library"; homepage = "https://nuspell.github.io/"; + platforms = platforms.all; maintainers = with maintainers; [ fpletz ]; license = licenses.lgpl3Plus; };