mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #68724 from aanderse/zhf/tome4
tome4: fix broken build
This commit is contained in:
commit
e9adc9f70c
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ in stdenv.mkDerivation rec {
|
|||
sha256 = "0mc5dgh2x9nbili7gy6srjhb23ckalf08wqq2amyjr5rq392jvd7";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
# http://forums.te4.org/viewtopic.php?f=42&t=49478&view=next#p234354
|
||||
sed -i 's|#include <GL/glext.h>||' src/tgl.h
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ makeWrapper unzip premake4 ];
|
||||
|
||||
# tome4 vendors quite a few libraries so someone might want to look
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue