1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

git-hub: add darwin support

This commit is contained in:
Gregory Pfeil 2018-01-21 22:36:10 -07:00
parent d1a04efbf7
commit 312b49ad6a

View file

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