-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
hwinfo: 21.38 -> 21.50 #31716
hwinfo: 21.38 -> 21.50 #31716
Conversation
$ ./result/bin/hwinfo --version
21.50
$ ./result/bin/hwinfo --short
cpu:
Intel(R) Core(TM) i7-4790S CPU @ 3.20GHz, 3200 MHz
Intel(R) Core(TM) i7-4790S CPU @ 3.20GHz, 3200 MHz
Intel(R) Core(TM) i7-4790S CPU @ 3.20GHz, 3200 MHz
Intel(R) Core(TM) i7-4790S CPU @ 3.20GHz, 3200 MHz
keyboard:
[...] |
/cc maintainer @bobvanderlinden |
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.
Re. DESTDIR=$(out)" "LIBDIR=/lib
: technically this is a lie — our DESTDIR is empty and LIBDIR is ${out}/lib
(this is usually achieved by setting PREFIX=$(out)
) — but if the application works anyway, and since you did not write this, this is good to go.
@bjornfor Did you not merge this because you've added a comment |
I had that comment in the first place and then removed entirely it in a second push. |
I didn't change the PR, I rebased locally without doing any changes. I didn't notice to the commented line :-/ |
Motivation for this change
Update
hwinfo
and itslibx86emu
dependency to latest stable releasesAlso fixed the pkgconfig .pc file of hwinfo (prefix was wrong)
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)