ltrace: remove aarch64 from platforms

ltrace does not support ARM
This commit is contained in:
Markus Kowalewski 2018-11-08 21:26:29 +01:00
parent 361f3cb2fa
commit f6e8578552
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library call tracer";
homepage = https://www.ltrace.org/;
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.gpl2;
};
}