Merge pull request #35054 from nicknovitski/patch-3

dep: enable all platforms

authored by

Joachim F and committed by
GitHub
fc95437e d8720dd1

+1 -1
+1 -1
pkgs/development/tools/dep/default.nix
··· 21 homepage = https://github.com/golang/dep; 22 description = "Go dependency management tool"; 23 license = licenses.bsd3; 24 - platforms = platforms.linux; 25 maintainers = [ maintainers.carlsverre ]; 26 }; 27 }
··· 21 homepage = https://github.com/golang/dep; 22 description = "Go dependency management tool"; 23 license = licenses.bsd3; 24 + platforms = platforms.all; 25 maintainers = [ maintainers.carlsverre ]; 26 }; 27 }