mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
etcd: remove unnecessary platform
using the default platform from `buildGoModule` is fine
This commit is contained in:
parent
9f09fe7a15
commit
d77bbfcbb6
pkgs/servers/etcd
|
@ -30,6 +30,5 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
homepage = "https://etcd.io/";
|
||||
maintainers = with maintainers; [ offline zowoq ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,6 +31,5 @@ buildGoPackage rec {
|
|||
license = licenses.asl20;
|
||||
homepage = "https://etcd.io/";
|
||||
maintainers = with maintainers; [ offline zowoq ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue