dep: enable all platforms

This commit is contained in:
Nick Novitski 2018-02-16 12:18:10 -08:00 committed by Nick Novitski
parent b614523836
commit 70a85de23b

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