summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7c3c6fc..0f2aa4f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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