Merge pull request #74049 from anderslundstedt/master

git-subrepo: enable on Darwin
This commit is contained in:
Mario Rodas 2019-11-24 14:26:32 -05:00 committed by GitHub
commit 8fa885e8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/ingydotnet/git-subrepo;
description = "Git submodule alternative";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix ++ platforms.darwin;
maintainers = [ maintainers.ryantrinkle ];
};
}