siege: build on all Unix

Confirmed to work on Darwin
wip/yesman
Wout Mertens 6 years ago committed by GitHub
parent a5b455aeb6
commit a69f61df21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/networking/siege/default.nix

@ -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…
Cancel
Save