treewide: remove platform assertions
linux: readd assertion
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ stdenv, makeWrapper, requireFile, patchelf, gcc, unzip }:
|
||||
assert stdenv.system == "x86_64-linux";
|
||||
with stdenv.lib;
|
||||
|
||||
# v2.1: last version with NHM/WSM arch support
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ stdenv, requireFile, patchelf, unzip }:
|
||||
assert stdenv.system == "x86_64-linux";
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user