diff options
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -111,7 +111,9 @@ "-Dtests=disabled" "-Drelease-asserts=false" ]; - outputs = [ "out" "dev" ]; + fixupPhase = '' + wrapProgram $out/bin/cmv --set XDG_DATA_DIRS "${pkgs.mesa}/share" + ''; nativeBuildInputs = [ git gcc @@ -132,6 +134,7 @@ python-pkgs.cython ])) ffmpeg-headless # native input for ffprobe + makeWrapper ] ++ lib.optionals (stdenv.hostPlatform.system == "x86_64-linux") [ # Blu-ray jdk8 |