httperf: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-18 22:23:20 +07:00
parent 2890ff4309
commit d93c9d4880

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/httperf/httperf";
maintainers = with maintainers; [ nand0p ];
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.all;
};
}