mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #35054 from nicknovitski/patch-3
dep: enable all platforms
This commit is contained in:
commit
fc95437ebd
@ -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…
Reference in New Issue
Block a user