Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-10 21:34:37 +02:00
parent b3931d9046
commit 1f79257d92
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 13 additions and 8 deletions

View file

@ -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)"