starsector: init and compatability fix

This commit is contained in:
Christoph Hollizeck 2025-03-23 00:53:49 +01:00
parent c1abb0b851
commit 987e6cfa5e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
final: prev: {
starsector = prev.starsector.overrideAttrs (prevAttrs: {
postInstall = ''
wrapProgram $out/bin/starsector --set __GL_THREADED_OPTIMIZATIONS 0
'';
});
}