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