forked from mirrors/nixpkgs
surfraw: add platforms
This commit is contained in:
parent
9a1f7564d7
commit
9cb5fd0ff6
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue