etcd: remove unnecessary platform
using the default platform from `buildGoModule` is fine
This commit is contained in:
parent
9f09fe7a15
commit
d77bbfcbb6
2 changed files with 0 additions and 2 deletions
|
@ -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