1
0
Fork 1
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:
zowoq 2022-01-07 11:46:05 +10:00
parent 9f09fe7a15
commit d77bbfcbb6
2 changed files with 0 additions and 2 deletions
pkgs/servers/etcd

View file

@ -30,6 +30,5 @@ buildGoModule rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
platforms = platforms.unix;
};
}

View file

@ -31,6 +31,5 @@ buildGoPackage rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
platforms = platforms.unix;
};
}