git-subrepo: enable on Darwin
This commit is contained in:
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/ingydotnet/git-subrepo;
|
homepage = https://github.com/ingydotnet/git-subrepo;
|
||||||
description = "Git submodule alternative";
|
description = "Git submodule alternative";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.ryantrinkle ];
|
maintainers = [ maintainers.ryantrinkle ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user