Merge pull request #35054 from nicknovitski/patch-3

dep: enable all platforms
This commit is contained in:
Joachim F
2018-02-16 22:15:06 +00:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoPackage rec {
homepage = https://github.com/golang/dep; homepage = https://github.com/golang/dep;
description = "Go dependency management tool"; description = "Go dependency management tool";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.all;
maintainers = [ maintainers.carlsverre ]; maintainers = [ maintainers.carlsverre ];
}; };
} }