httperf: expand platforms to all
This commit is contained in:
parent
2890ff4309
commit
d93c9d4880
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/httperf/httperf";
|
homepage = "https://github.com/httperf/httperf";
|
||||||
maintainers = with maintainers; [ nand0p ];
|
maintainers = with maintainers; [ nand0p ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user