siege: build on all Unix

Confirmed to work on Darwin
This commit is contained in:
Wout Mertens
2018-08-13 16:05:53 +02:00
committed by GitHub
parent a5b455aeb6
commit a69f61df21

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;
};
}