julia: move patches into separate directories

Makes the top-level directory organisation easier with an increasing
number of patches.
This commit is contained in:
Pontus Stenetorp 2021-04-13 14:42:31 +00:00
parent 5926635765
commit 75a93dfecc
No known key found for this signature in database
GPG key ID: D430287500E6483C
4 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
;
patches = [
./use-system-utf8proc-julia-1.0.patch
./patches/1.0/use-system-utf8proc-julia-1.0.patch
];
postPatch = ''

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
};
patches = [
./use-system-utf8proc-julia-1.3.patch
./patches/1.5/use-system-utf8proc-julia-1.3.patch
];
postPatch = ''