about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-24 14:26:32 -0500
committerGitHub <noreply@github.com>2019-11-24 14:26:32 -0500
commit8fa885e8d4042bbf9e896ae6a5c62131961df696 (patch)
tree4a3ade483c0e004aff8c2773982cd6e18a1f04e5 /pkgs/applications
parentba718f536ec217fa2e86eeeb293f35b191826f61 (diff)
parentfb0699d6bd2c0ab9deac64b2ae5417d65a127692 (diff)
downloadnixlib-8fa885e8d4042bbf9e896ae6a5c62131961df696.tar
nixlib-8fa885e8d4042bbf9e896ae6a5c62131961df696.tar.gz
nixlib-8fa885e8d4042bbf9e896ae6a5c62131961df696.tar.bz2
nixlib-8fa885e8d4042bbf9e896ae6a5c62131961df696.tar.lz
nixlib-8fa885e8d4042bbf9e896ae6a5c62131961df696.tar.xz
nixlib-8fa885e8d4042bbf9e896ae6a5c62131961df696.tar.zst
nixlib-8fa885e8d4042bbf9e896ae6a5c62131961df696.zip
Merge pull request #74049 from anderslundstedt/master
git-subrepo: enable on Darwin
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix b/pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix
index b196d39b46f6..969ea7cc2fa6 100644
--- a/pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix
@@ -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 ];
   };
 }