From 48f24712dca6859a4f66dcb46c5b5056a12f0ef8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Dec 2013 23:20:23 +0100 Subject: Fix a lots of evaluation errors on Hydra. --- pkgs/tools/X11/bgs/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkgs/tools/X11/bgs') diff --git a/pkgs/tools/X11/bgs/default.nix b/pkgs/tools/X11/bgs/default.nix index 0c6951aa3e76..ed700fa63569 100644 --- a/pkgs/tools/X11/bgs/default.nix +++ b/pkgs/tools/X11/bgs/default.nix @@ -14,11 +14,10 @@ stdenv.mkDerivation rec { preConfigure = ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk''; - meta = { + meta = { description = "Extremely fast and small background setter for X"; license = "MIT"; - platforms = with stdenv.lib.platforms; all; - maintainers = with stdenv.lib.maintainers; [pSub]; + hydraPlatforms = stdenv.lib.platforms.linux; + maintainers = with stdenv.lib.maintainers; [pSub]; }; } - -- cgit 1.4.1