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

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