Merge pull request #34130 from sellout/fix/git-hub-darwin
git-hub: add darwin support
This commit is contained in:
commit
ea8cd05b2f
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
|||
directly through the Git command line.
|
||||
'';
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue