Updating the assertion to cpufrequtils: linux pc only.

The armv5tel-linux and mips64el-linux fail to build this too.
This commit is contained in:
Lluis Batlle 2013-03-25 21:58:51 +01:00
parent 67a1c3df94
commit 70dc369314

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, libtool, gettext }:
assert stdenv.isLinux && stdenv.system != "powerpc-linux";
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
stdenv.mkDerivation {
name = "cpufrequtils-008";