surfraw: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-19 13:20:38 +07:00
parent 6bdd008914
commit eb260e60a6

View file

@ -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;
};
}