add ovito
This commit is contained in:
parent
af00015d69
commit
eee285d52d
1 changed files with 10 additions and 0 deletions
|
|
@ -42,5 +42,15 @@
|
||||||
vlc
|
vlc
|
||||||
wemeet
|
wemeet
|
||||||
obs-studio
|
obs-studio
|
||||||
|
(pkgs.symlinkJoin {
|
||||||
|
name = "ovito-wrapped";
|
||||||
|
paths = [ pkgs.ovito ];
|
||||||
|
buildInputs = [ pkgs.makeWrapper ];
|
||||||
|
postBuild = ''
|
||||||
|
wrapProgram $out/bin/ovito \
|
||||||
|
--set QT_QPA_PLATFORM wayland \
|
||||||
|
--set MESA_GL_VERSION_OVERRIDE 3.3
|
||||||
|
'';
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue