about summary refs log tree commit diff
path: root/pkgs/tools/networking/surfraw
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-19 13:20:38 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-20 12:40:49 +0700
commiteb260e60a67a6b43b348b44b75e4356f981467b3 (patch)
treea88c9c83c000d791065bd8d8ce72e5ff75834ea7 /pkgs/tools/networking/surfraw
parent6bdd008914b453ee537ce5ae4e0d0913fe49ec9e (diff)
surfraw: expand platforms to all
Diffstat (limited to 'pkgs/tools/networking/surfraw')
-rw-r--r--pkgs/tools/networking/surfraw/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/surfraw/default.nix b/pkgs/tools/networking/surfraw/default.nix
index d9bf06e825eaa..70bb5453518af 100644
--- a/pkgs/tools/networking/surfraw/default.nix
+++ b/pkgs/tools/networking/surfraw/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
     description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
     homepage = "https://gitlab.com/surfraw/Surfraw";
     maintainers = [];
-    platforms = lib.platforms.linux;
+    platforms = lib.platforms.all;
     license = lib.licenses.publicDomain;
   };
 }