Merge pull request #34130 from sellout/fix/git-hub-darwin

git-hub: add darwin support

authored by Daiderd Jordan and committed by GitHub ea8cd05b 931a0b8b

+1 -1
+1 -1
pkgs/applications/version-management/git-and-tools/git-hub/default.nix
··· 39 directly through the Git command line. 40 ''; 41 license = licenses.gpl3Plus; 42 - platforms = platforms.linux; 43 }; 44 }
··· 39 directly through the Git command line. 40 ''; 41 license = licenses.gpl3Plus; 42 + platforms = platforms.all; 43 }; 44 }