Update dependencies
This commit is contained in:
parent
4555e8ffd2
commit
5f4193f20e
3 changed files with 10 additions and 37 deletions
|
@ -1,6 +1,6 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
extraRpath = pkgs.stdenv.lib.strings.makeLibraryPath (with pkgs; [ ffmpeg_3 ]);
|
||||
extraRpath = pkgs.lib.strings.makeLibraryPath (with pkgs; [ ffmpeg_3 ]);
|
||||
java = pkgs.writeShellScriptBin "java" ''
|
||||
old_path="$(patchelf --print-rpath ${pkgs.jdk11}/bin/java)"
|
||||
LD_LIBRARY_PATH="$old_path:${extraRpath}" ${pkgs.jdk11}/bin/java $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue