mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
abook: set platforms to unix
This commit is contained in:
parent
bf756bff7d
commit
cc1e9f4257
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user