Merge pull request #44985 from NixOS/siege-unix

siege: build on all Unix

authored by Wout Mertens and committed by GitHub 55fa1564 eaab530f

+1 -1
+1 -1
pkgs/tools/networking/siege/default.nix
··· 24 meta = with stdenv.lib; { 25 description = "HTTP load tester"; 26 maintainers = with maintainers; [ ocharles raskin ]; 27 - platforms = platforms.linux; 28 license = licenses.gpl2Plus; 29 }; 30 }
··· 24 meta = with stdenv.lib; { 25 description = "HTTP load tester"; 26 maintainers = with maintainers; [ ocharles raskin ]; 27 + platforms = platforms.unix; 28 license = licenses.gpl2Plus; 29 }; 30 }