siege: build on all Unix
Confirmed to work on Darwin
This commit is contained in:
parent
a5b455aeb6
commit
a69f61df21
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user