treewide: remove platform assertions
linux: readd assertion
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ stdenv, fetchurl, libtool, gettext }:
|
||||
|
||||
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cpufrequtils-008";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user