Merge pull request #145620 from sikmir/git-big-picture

git-big-picture: enable on darwin
This commit is contained in:
figsoda 2021-11-12 08:14:24 -05:00 committed by GitHub
commit 3e81f958f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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