Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

surfraw: add platforms

+1
+1
pkgs/tools/networking/surfraw/default.nix
··· 18 18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power"; 19 19 homepage = "http://surfraw.alioth.debian.org"; 20 20 maintainers = []; 21 + platforms = stdenv.lib.platforms.linux; 21 22 }; 22 23 }