1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/reiser4/${pname}-${version}.tar.gz";
9 sha256 = "sha256-fIVohp2PVCaNaQRVJ4zfW8mukiiqM3BgF8Vwu9qrmJE=";
13 substituteInPlace Makefile --replace ./run-ldconfig true
16 enableParallelBuilding = true;
19 homepage = "http://www.namesys.com/";
20 description = "Support library for Reiser4";
21 license = lib.licenses.gpl2;
22 maintainers = with lib.maintainers; [ mglolenstine ];
23 platforms = with lib.platforms; linux;