NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.29k stars 13.54k forks source link

Package request: TR1X (run Tomb Raider game) #289219

Open revuwa opened 6 months ago

revuwa commented 6 months ago

Project description

Open source re-implementation of Tomb Raider 1 (1996), along with additional enhancements and bugfixes.

Metadata

Could replace: https://github.com/NixOS/nixpkgs/issues/189177 (package request for: OpenLara)


Add a :+1: reaction to issues you find important.

jficz commented 6 months ago

I was just about to open the exact same request!

However, the game's build recipe is based on Docker which makes the build rather complicated on/with Nix (the inputs are mutable and impure - you never know what docker container you're going to end up with).

I don't know how to approach this in Nix - or whether there even is a way to expose Docker daemon to the build environment...

nixos-discourse commented 6 months ago

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/docker-as-build-dependency/39886/1