mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
glsurf: fix runtime error
This commit is contained in:
parent
cc4169d737
commit
a56529a95f
@ -49,6 +49,9 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace "$f" --replace "+camlp4" \
|
||||
"${ocamlPackages.camlp4}/lib/ocaml/${ocamlPackages.ocaml.version}/site-lib/camlp4"
|
||||
done
|
||||
|
||||
# Fatal error: exception Sys_error("Mutex.unlock: Operation not permitted")
|
||||
sed -i "/gl_started/d" src/draw.ml* src/main.ml
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user