surfraw: expand platforms to all
This commit is contained in:
parent
6bdd008914
commit
eb260e60a6
|
@ -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";
|
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";
|
homepage = "https://gitlab.com/surfraw/Surfraw";
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.all;
|
||||||
license = lib.licenses.publicDomain;
|
license = lib.licenses.publicDomain;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue