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
commit fc95437ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}