-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[staging]freeglut: 3.0.0 -> 3.2.1 #70235
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this fixed the problems with 3.2.0 (missing glut.h).
correct,
EDIT: result-dev here points to 3.2.0 still.... disregard this comment xD |
b71dbd0
to
8c2f12b
Compare
moved base to staging, as this causes a fair number of rebuilds. |
In your example I don't see
Perhaps you did the same mistake as I (initially): one must run |
I think I left off the part when I ran EDIT: Although, it's missing glut.h so i probably ran that on the other PR :( (3.2.0 outputs) fixed output:
|
I'm running a review right now, just to make sure I don't cause any major breakages, could be a while though:
:( |
|
8c2f12b
to
6a8ac41
Compare
The freeglut-3.2.1 setup does not produce a lib/pkgconfig/freeglut.pc file, only a glut.pc. However, postFixup = '' |
Sounds like an upstream issue to me, between Haskell's GLUT and freeglut. |
I also just found this, using the community-sponsored static-haskell-nix CI server (yey). The
Since here: 2228100#commitcomment-36514552 I'll make a PR to fix it. |
This was broken by PR NixOS#70235 with commit f5ae5ca - freeglut: 3.0.0 -> 3.2.1 The in the newer freeglut version, the pkg-config file is called `glut.pc`, no longer `freeglut.pc`. Found in: NixOS#70235 (comment)
PR: #76073 |
Motivation for this change
follow up to #69531
includes a series of small installation fixes
closes #69531
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @