starsector: init and compatability fix
This commit is contained in:
parent
b583e3f975
commit
0500777d61
3 changed files with 32 additions and 0 deletions
8
overlays/starsector/default.nix
Normal file
8
overlays/starsector/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
final: prev: {
|
||||
starsector = prev.starsector.overrideAttrs (prevAttrs: {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/starsector --set __GL_THREADED_OPTIMIZATIONS 0
|
||||
'';
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue