mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Updating the assertion to cpufrequtils: linux pc only.
The armv5tel-linux and mips64el-linux fail to build this too.
This commit is contained in:
parent
67a1c3df94
commit
70dc369314
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user