13 stdenv.mkDerivation rec {
24 url = "https://mirrors.kernel.org/sourceware/${pname}/${pname}-${version}.tar.xz";
25 hash = "sha256-fPxOmwCuONh/sMY76rsyucv5zkEOUs7rWtWzxb6xEfM=";
44 "--enable-bash-completion=yes"
48 enableParallelBuilding = true;
53 # runtestdiffpkg needs cache directory
54 export XDG_CACHE_HOME="$TEMPDIR"
59 description = "ABI Generic Analysis and Instrumentation Library";
60 homepage = "https://sourceware.org/libabigail/";
61 license = licenses.asl20-llvm;
63 platforms = platforms.linux;