pm-utils: Set meta.platforms

This commit is contained in:
Eelco Dolstra 2013-01-24 12:51:21 +01:00
parent ed0fde7eb5
commit 337d2f43d0

View file

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
homepage = http://pm-utils.freedesktop.org/wiki/;
description = "A small collection of scripts that handle suspend and resume on behalf of HAL";
license = "GPLv2";
platforms = stdenv.lib.platforms.linux;
};
}