11 stdenv.mkDerivation rec {
15 outputs = [ "bin" "out" "dev" ];
18 url = "https://mirrors.kernel.org/sourceware/${pname}/${pname}-${version}.tar.gz";
19 sha256 = "sha256-SmKX1B0V0ZNiVhFxFr1hKW5rm+4j1UoMr40/WrjdzEw=";
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 = with licenses; [ asl20 llvm-exception ];
56 maintainers = with maintainers; [ jtojnar ];
57 platforms = platforms.linux;