git-big-picture: enable on darwin

This commit is contained in:
Nikolay Korotkiy 2021-11-12 14:41:53 +03:00
parent 9a36f54a20
commit f8f1015885
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -21,7 +21,6 @@ python3Packages.buildPythonApplication rec {
description = "Tool for visualization of Git repositories";
homepage = "https://github.com/git-big-picture/git-big-picture";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.nthorne ];
};
}