diff options
| author | 2024-10-19 16:07:48 -0400 | |
|---|---|---|
| committer | 2024-10-19 16:07:48 -0400 | |
| commit | ca453193aba9acffeeca528981a3197f6e01976a (patch) | |
| tree | dc459edee5c14872ad14e2a92cc741049b25d34c | |
| parent | 7753877b150ad15bf106c827faf14b63701e2565 (diff) | |
| download | mauri-ca453193aba9acffeeca528981a3197f6e01976a.tar.gz mauri-ca453193aba9acffeeca528981a3197f6e01976a.tar.bz2 mauri-ca453193aba9acffeeca528981a3197f6e01976a.zip | |
Temporary (x86_64-only) build fix
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ ffmpeg-headless ]; fixupPhase = '' - wrapProgram $out/bin/taro --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ self ]}" + wrapProgram $out/bin/taro --prefix LD_LIBRARY_PATH : "$out/lib64" ''; meta = with lib; { homepage = "https://akon.city/"; |