nixpkgs/pkgs/by-name/ut
Sergei Trofimovich 3489a438d4 ut1999: fix library search paths on x86_64-linux
Without the change the game fails to start as it fails to find it's
shared objects as:

    $ NIXPKGS_ALLOW_UNFREE=1 nix build -f. ut1999 && ./result/bin/ut1999
    Object not found: Class Render.Render
    History: UObject::SafeLoadError <- UObject::StaticLoadClass <- UGameEngine::Init <- InitEngine <- main
    Exiting due to error

After the change the game starts without problems.
2024-08-05 22:33:24 +01:00
..
ut ut: 2.0.1 -> 2.1.0 2024-07-24 16:34:40 +00:00
ut1999 ut1999: fix library search paths on x86_64-linux 2024-08-05 22:33:24 +01:00