diff options
author | yuuko <yuuko@partyvan.io> | 2025-09-02 15:12:20 -0700 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2025-09-02 15:12:20 -0700 |
commit | fc2fe2d4f0c4778b8934a9762b6141e15bef0e48 (patch) | |
tree | 538af338eb882700aef1b38bb59657b1a39e73fa /srcds-pkgs | |
parent | 5446ed699d1e6f7ace3024ad7620c12363a84256 (diff) |
Diffstat (limited to 'srcds-pkgs')
-rw-r--r-- | srcds-pkgs/vtf-thumbnailer/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srcds-pkgs/vtf-thumbnailer/default.nix b/srcds-pkgs/vtf-thumbnailer/default.nix index 0c56c42..2699992 100644 --- a/srcds-pkgs/vtf-thumbnailer/default.nix +++ b/srcds-pkgs/vtf-thumbnailer/default.nix @@ -82,7 +82,8 @@ stdenv.mkDerivation (self: { postFixup = '' substituteInPlace $out/share/thumbnailers/vtf-thumbnailer.thumbnailer \ - --replace "/opt/vtf-thumbnailer" "$out/bin" + --replace "/opt/vtf-thumbnailer" "$out/bin" \ + --replace "image/x-vtf;" "image/x-vtf;image/vnd.valve.source.texture;" ''; LANG = "C.UTF-8"; |