mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
Merge pull request #10089 from puffnfresh/bug/jdk8-jce
oraclejdk8: Fix installation of JCE
This commit is contained in:
commit
136f452107
@ -133,7 +133,7 @@ let result = stdenv.mkDerivation rec {
|
||||
|
||||
if test -n "${jce}"; then
|
||||
unzip ${jce}
|
||||
cp -v UnlimitedJCEPolicy/*.jar $jrePath/lib/security
|
||||
cp -v UnlimitedJCEPolicy*/*.jar $jrePath/lib/security
|
||||
fi
|
||||
|
||||
rpath=$rpath''${rpath:+:}$jrePath/lib/${architecture}/jli
|
||||
|
Loading…
Reference in New Issue
Block a user