From d12701fed117b06d771da92c2efc20a902891f7b Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 11 Apr 2023 18:56:04 +0200 Subject: cdecrypt: add darwin to supported platforms --- pkgs/development/tools/cdecrypt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/tools/cdecrypt') diff --git a/pkgs/development/tools/cdecrypt/default.nix b/pkgs/development/tools/cdecrypt/default.nix index ef14ac5b40900..bcbe34c886c1f 100644 --- a/pkgs/development/tools/cdecrypt/default.nix +++ b/pkgs/development/tools/cdecrypt/default.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/VitaSmith/cdecrypt/releases/tag/v${version}"; license = licenses.gpl3Plus; maintainers = with maintainers; [ hughobrien ]; - platforms = platforms.linux; + platforms = platforms.linux ++ platforms.darwin; }; } -- cgit 1.4.1