summary refs log tree commit diff
path: root/pkgs/applications/misc/abook/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-03-17 21:05:41 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-03-17 21:50:51 -0300
commitcc1e9f425796770d9906d3cf79d74003a6b16803 (patch)
tree4f7a1782b8643d01ebc1a5fb355ea2bd10d0f157 /pkgs/applications/misc/abook/default.nix
parentbf756bff7de42112384101549a0a66b2594f20d9 (diff)
downloadnixpkgs-cc1e9f425796770d9906d3cf79d74003a6b16803.tar
nixpkgs-cc1e9f425796770d9906d3cf79d74003a6b16803.tar.gz
nixpkgs-cc1e9f425796770d9906d3cf79d74003a6b16803.tar.bz2
nixpkgs-cc1e9f425796770d9906d3cf79d74003a6b16803.tar.lz
nixpkgs-cc1e9f425796770d9906d3cf79d74003a6b16803.tar.xz
nixpkgs-cc1e9f425796770d9906d3cf79d74003a6b16803.tar.zst
nixpkgs-cc1e9f425796770d9906d3cf79d74003a6b16803.zip
abook: set platforms to unix
Diffstat (limited to 'pkgs/applications/misc/abook/default.nix')
-rw-r--r--pkgs/applications/misc/abook/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/abook/default.nix b/pkgs/applications/misc/abook/default.nix
index de463cfd666..e822f869619 100644
--- a/pkgs/applications/misc/abook/default.nix
+++ b/pkgs/applications/misc/abook/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     description = "Text-based addressbook program designed to use with mutt mail client";
     license = lib.licenses.gpl2;
     maintainers = [ lib.maintainers.edwtjo ];
-    platforms = with lib.platforms; linux;
+    platforms = with lib.platforms; unix;
   };
 }