From f3daa81cfbe3c45017a47d8d20e0e5af3dd24dfa Mon Sep 17 00:00:00 2001 From: Yureka Date: Fri, 29 Sep 2023 20:27:15 +0200 Subject: [PATCH] shelldap: build on darwin --- pkgs/tools/misc/shelldap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/shelldap/default.nix b/pkgs/tools/misc/shelldap/default.nix index 4bf0721ff24e..b383c9692a9c 100644 --- a/pkgs/tools/misc/shelldap/default.nix +++ b/pkgs/tools/misc/shelldap/default.nix @@ -47,6 +47,6 @@ perlPackages.buildPerlPackage rec { changelog = "https://github.com/mahlonsmith/shelldap/blob/v${version}/CHANGELOG"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ clerie tobiasBora ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }