julia: move patches into separate directories
Makes the top-level directory organisation easier with an increasing number of patches.
This commit is contained in:
parent
5926635765
commit
75a93dfecc
@ -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 = ''
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user