Merge pull request #109022 from sikmir/buku

buku: enable on darwin
This commit is contained in:
Sandro 2021-01-11 17:47:47 +01:00 committed by GitHub
commit 5faf6b7db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}