mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Patch sh paths
This commit is contained in:
parent
46d59c3251
commit
9b7e398a3c
@ -61,6 +61,8 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
substituteInPlace configure --replace /bin/bash "$shell"
|
||||||
|
substituteInPlace ../hotspot-${repover}/make/linux/adlc_updater --replace /bin/sh "$shell"
|
||||||
'';
|
'';
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-freetype=${freetype}"
|
"--with-freetype=${freetype}"
|
||||||
|
Loading…
Reference in New Issue
Block a user