idle3-tools can build only on linux, I think.

This commit is contained in:
Lluís Batlle i Rossell 2013-03-07 22:39:53 +01:00
parent 78e71242d7
commit 197f6c6c4c

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation {
description = "Tool to get/set the infamous idle3 timer in WD HDDs";
license = "GPLv3";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; all;
platforms = with stdenv.lib.platforms; linux;
};
}