mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
openjdk: Override hard-coded mkdir
svn path=/nixpkgs/trunk/; revision=28033
This commit is contained in:
parent
3439ac32bf
commit
057e36e2f7
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
make sanity
|
make MKDIR=${coreutils}/bin/mkdir sanity
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user