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 = [
|
||||
./use-system-utf8proc-julia-1.0.patch
|
||||
./patches/1.0/use-system-utf8proc-julia-1.0.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user