Merge pull request #58320 from Infinisil/fix-idris-glfw

idrisPackages.glfw: Fix runtime
This commit is contained in:
Silvan Mosberger 2019-04-28 16:53:32 +02:00 committed by GitHub
commit 93143b02d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,14 @@ build-idris-package {
idrisDeps = [ effects ];
nativeBuildInputs = [ pkgs.pkgconfig ];
extraBuildInputs = [ pkgs.glfw ];
postPatch = ''
substituteInPlace src/MakefileGlfw \
--replace glfw3 "glfw3 gl"
'';
src = fetchFromGitHub {
owner = "eckart";
repo = "glfw-idris";