about summary refs log tree commit diff
path: root/pkgs/applications/misc/buku
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-11 17:47:47 +0100
committerGitHub <noreply@github.com>2021-01-11 17:47:47 +0100
commit5faf6b7db64d67eebc0eb403b9357deabeaac261 (patch)
tree4b6e382d4ab380c43e2b803aa7ec4423f49b21a9 /pkgs/applications/misc/buku
parentc6097967d66cb9e0dc2605f06715b18f153395b3 (diff)
parent56bec3c8959e49f08234216d4991ef4992027f45 (diff)
Merge pull request #109022 from sikmir/buku
buku: enable on darwin
Diffstat (limited to 'pkgs/applications/misc/buku')
-rw-r--r--pkgs/applications/misc/buku/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/buku/default.nix b/pkgs/applications/misc/buku/default.nix
index 9568c38d4344a..772754ecc6d55 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 ];
   };
 }