Hi all,

I'm trying to build a nixpkg for a custom version of rsync.
As you might know, rsync has a collection of patches that they
maintain next to the official source.
I'm using mkDerivation and gave it:

srcs = [mainSrc patchesSrc]

where main and patches are fetchurls.
Nix nicely unpacks both tarballs into 1 dir.
Now, I would like to use 3 patches, which are located at ./patches/ in
the build-dir.
How can I refer to them in a default patches = [ ... ] construct?

Thanks,
Mathijs
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to