diff options
author | yuuko <yuuko@partyvan.io> | 2025-09-02 14:47:41 -0700 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2025-09-02 14:47:44 -0700 |
commit | 5446ed699d1e6f7ace3024ad7620c12363a84256 (patch) | |
tree | 805f67766bb480b5c78e5b5e8e4540a6fab59adc /srcds-pkgs/vtf-thumbnailer | |
parent | ad61eeefebb1ebf3d71d5e3fed2bad3a11c08429 (diff) |
vtf-thumbnailer: fix up where the .thumbnailer points
Diffstat (limited to 'srcds-pkgs/vtf-thumbnailer')
-rw-r--r-- | srcds-pkgs/vtf-thumbnailer/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/srcds-pkgs/vtf-thumbnailer/default.nix b/srcds-pkgs/vtf-thumbnailer/default.nix index 4fef9c1..0c56c42 100644 --- a/srcds-pkgs/vtf-thumbnailer/default.nix +++ b/srcds-pkgs/vtf-thumbnailer/default.nix @@ -80,6 +80,11 @@ stdenv.mkDerivation (self: { chmod -R +w /build/bzip2tmp ''; + postFixup = '' + substituteInPlace $out/share/thumbnailers/vtf-thumbnailer.thumbnailer \ + --replace "/opt/vtf-thumbnailer" "$out/bin" + ''; + LANG = "C.UTF-8"; meta = { |