ltrace: remove aarch64 from platforms
ltrace does not support ARM
This commit is contained in:
parent
361f3cb2fa
commit
f6e8578552
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library call tracer";
|
description = "Library call tracer";
|
||||||
homepage = https://www.ltrace.org/;
|
homepage = https://www.ltrace.org/;
|
||||||
platforms = platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user