From 56bec3c8959e49f08234216d4991ef4992027f45 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Mon, 11 Jan 2021 18:01:11 +0300 Subject: [PATCH] buku: enable on darwin --- pkgs/applications/misc/buku/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/buku/default.nix b/pkgs/applications/misc/buku/default.nix index 459b2159a93f..de567aac7fdf 100644 --- a/pkgs/applications/misc/buku/default.nix +++ b/pkgs/applications/misc/buku/default.nix @@ -74,7 +74,7 @@ with python3.pkgs; buildPythonApplication rec { description = "Private cmdline bookmark manager"; homepage = "https://github.com/jarun/Buku"; license = licenses.gpl3; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ matthiasbeyer infinisil ]; }; }