11 stdenv.mkDerivation rec {
15 outputs = [ "bin" "out" "dev" ];
18 url = "https://mirrors.kernel.org/sourceware/${pname}/${pname}-${version}.tar.xz";
19 hash = "sha256-fPxOmwCuONh/sMY76rsyucv5zkEOUs7rWtWzxb6xEfM=";
38 "--enable-bash-completion=yes"
42 enableParallelBuilding = true;
47 # runtestdiffpkg needs cache directory
48 export XDG_CACHE_HOME="$TEMPDIR"
53 description = "ABI Generic Analysis and Instrumentation Library";
54 homepage = "https://sourceware.org/libabigail/";
55 license = licenses.asl20-llvm;
57 platforms = platforms.linux;