starsector: init and compatability fix
This commit is contained in:
parent
d294132e24
commit
c9896917b0
4 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
final: prev: {
|
||||
starsector = prev.starsector.overrideAttrs (prevAttrs: {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/starsector --set __GL_THREADED_OPTIMIZATIONS=0
|
||||
wrapProgram $out/bin/starsector --set __GL_THREADED_OPTIMIZATIONS 0
|
||||
'';
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue