pm-utils: Set meta.platforms
This commit is contained in:
parent
ed0fde7eb5
commit
337d2f43d0
@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://pm-utils.freedesktop.org/wiki/;
|
homepage = http://pm-utils.freedesktop.org/wiki/;
|
||||||
description = "A small collection of scripts that handle suspend and resume on behalf of HAL";
|
description = "A small collection of scripts that handle suspend and resume on behalf of HAL";
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user