1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/reiser4/${pname}-${version}.tar.gz";
9 sha256 = "176f2sns6iyxv3h9zyirdinjwi05gdak48zqarhib2s38rvm98di";
12 patches = [ ./libaal-1.0.6-glibc-2.26.patch ];
15 substituteInPlace Makefile --replace ./run-ldconfig true
18 enableParallelBuilding = true;
21 homepage = "http://www.namesys.com/";
22 description = "Support library for Reiser4";
23 license = lib.licenses.gpl2;
24 maintainers = with lib.maintainers; [ ];
25 platforms = with lib.platforms; linux;