Merge pull request #58320 from Infinisil/fix-idris-glfw
idrisPackages.glfw: Fix runtime
This commit is contained in:
commit
93143b02d5
@ -10,8 +10,14 @@ build-idris-package {
|
|||||||
|
|
||||||
idrisDeps = [ effects ];
|
idrisDeps = [ effects ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||||
extraBuildInputs = [ pkgs.glfw ];
|
extraBuildInputs = [ pkgs.glfw ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace src/MakefileGlfw \
|
||||||
|
--replace glfw3 "glfw3 gl"
|
||||||
|
'';
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eckart";
|
owner = "eckart";
|
||||||
repo = "glfw-idris";
|
repo = "glfw-idris";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user