slop: mark linux only

https://hydra.nixos.org/build/94247171
This commit is contained in:
Matthew Bauer 2019-06-05 23:04:19 -04:00
parent a04bbae81c
commit e0a33f36fd

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "Queries a selection from the user and prints to stdout";
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl3Plus;
maintainers = with maintainers; [ primeos mbakke ];
};