dep: enable all platforms

wip/yesman
Nick Novitski 6 years ago committed by Nick Novitski
parent b614523836
commit 70a85de23b
  1. 2
      pkgs/development/tools/dep/default.nix

@ -21,7 +21,7 @@ buildGoPackage rec {
homepage = https://github.com/golang/dep;
description = "Go dependency management tool";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.carlsverre ];
};
}

Loading…
Cancel
Save