idle3-tools can build only on linux, I think.
This commit is contained in:
parent
78e71242d7
commit
197f6c6c4c
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user