treewide: remove platform assertions
linux: readd assertion
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
, platformTools
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "android-ndk-r10e";
|
||||
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
, platformTools
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "android-ndk-r8e";
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{ stdenv, requireFile, p7zip, jre, libusb1, platformTools, gtk2, glib, libXtst }:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
# TODO:
|
||||
#
|
||||
# The FlashTool and FlashToolConsole scripts are messy and should probably we
|
||||
@@ -57,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.flashtool.net/;
|
||||
description = "S1 flashing software for Sony phones from X10 to Xperia Z Ultra";
|
||||
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = [ "i686-linux" ];
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user