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

git-hub: add darwin support
This commit is contained in:
Daiderd Jordan 2018-01-22 08:38:42 +01:00 committed by GitHub
commit ea8cd05b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
directly through the Git command line.
'';
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.all;
};
}