mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
git-hub: add darwin support
This commit is contained in:
parent
d1a04efbf7
commit
312b49ad6a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue