patch-apply 0.8.3

Parse and apply patches in the unified diff format
Documentation
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

stdenv.mkDerivation {
    name = "rust";
    buildInputs = [
        cargo
    ];
}