summary refs log tree commit diff
path: root/pkgs/tools/networking/surfraw
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-12-20 18:07:44 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-21 02:28:26 +0200
commit9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e (patch)
tree86809c90272a29d69c682577cfcbfdb0373984f5 /pkgs/tools/networking/surfraw
parent9a1f7564d7cb0d2bce7b3412d29c7b3164b24323 (diff)
downloadnixpkgs-9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e.tar
nixpkgs-9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e.tar.gz
nixpkgs-9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e.tar.bz2
nixpkgs-9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e.tar.lz
nixpkgs-9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e.tar.xz
nixpkgs-9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e.tar.zst
nixpkgs-9cb5fd0ff699947ac6c72e8a23bfbcf1eb24ca5e.zip
surfraw: add platforms
Diffstat (limited to 'pkgs/tools/networking/surfraw')
-rw-r--r--pkgs/tools/networking/surfraw/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/surfraw/default.nix b/pkgs/tools/networking/surfraw/default.nix
index 712665ebbd2..401e252a294 100644
--- a/pkgs/tools/networking/surfraw/default.nix
+++ b/pkgs/tools/networking/surfraw/default.nix
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
     description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
     homepage = "http://surfraw.alioth.debian.org";
     maintainers = [];
+    platforms = stdenv.lib.platforms.linux;
   };
 }