18 stdenv.mkDerivation rec {
24 url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
25 sha256 = "sha256-/owJ3gPBBuhbNzfI8DreFHyVa3ntevSFocijhY2zhCY=";
28 nativeBuildInputs = [ makeWrapper ];
46 wrapProgram $out/bin/quilt --prefix PATH : ${lib.makeBinPath buildInputs}
50 homepage = "https://savannah.nongnu.org/projects/quilt";
51 description = "Easily manage large numbers of patches";
54 Quilt allows you to easily manage large numbers of
55 patches by keeping track of the changes each patch
56 makes. Patches can be applied, un-applied, refreshed,
60 license = licenses.gpl2Plus;
61 maintainers = with maintainers; [ smancill ];
62 platforms = platforms.all;