Merge pull request #44985 from NixOS/siege-unix

siege: build on all Unix
This commit is contained in:
Wout Mertens
2018-08-13 16:17:22 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "HTTP load tester";
maintainers = with maintainers; [ ocharles raskin ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.gpl2Plus;
};
}