julia: move patches into separate directories
Makes the top-level directory organisation easier with an increasing number of patches.
This commit is contained in:
@@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
|||||||
;
|
;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./use-system-utf8proc-julia-1.0.patch
|
./patches/1.0/use-system-utf8proc-julia-1.0.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./use-system-utf8proc-julia-1.3.patch
|
./patches/1.5/use-system-utf8proc-julia-1.3.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user