surfraw: add platforms

This commit is contained in:
Evgeny Egorochkin 2013-12-20 18:07:44 +02:00
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;
};
}