w3m package fix (second attempt)#77
Merged
peti merged 1 commit intoNixOS:masterfrom Aug 1, 2012
rizsotto:master
Merged
Conversation
The configure script picks up libbsd.so from the host machine. It uses simple find command to locate the file, but the linker can not use it. The fix replace the search path to /no-such-path
Profpatsch
pushed a commit
that referenced
this pull request
Jun 20, 2020
[rebased from #67] Suggestions for CONTRIBUTING
ethancedwards8
pushed a commit
to ethancedwards8/nixpkgs
that referenced
this pull request
Apr 2, 2021
12 tasks
e1mo
added a commit
to e1mo/nixpkgs
that referenced
this pull request
May 16, 2023
> - Fix BGPMAP showing wrong preferred protocol name (NixOS#75) > - Treat empty environment variables as valid settings (NixOS#77) > - Support setting port for WHOIS server on frontend > - Fix lgproxy handling of very long lines from BIRD daemon > - Make lgproxy parse allow IP list at startup https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.0
yu-re-ka
pushed a commit
that referenced
this pull request
Jun 13, 2023
> - Fix BGPMAP showing wrong preferred protocol name (#75) > - Treat empty environment variables as valid settings (#77) > - Support setting port for WHOIS server on frontend > - Fix lgproxy handling of very long lines from BIRD daemon > - Make lgproxy parse allow IP list at startup https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.0
github-actions bot
pushed a commit
that referenced
this pull request
Jun 13, 2023
> - Fix BGPMAP showing wrong preferred protocol name (#75) > - Treat empty environment variables as valid settings (#77) > - Support setting port for WHOIS server on frontend > - Fix lgproxy handling of very long lines from BIRD daemon > - Make lgproxy parse allow IP list at startup https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.0 (cherry picked from commit f27732c)
modulitos
pushed a commit
to modulitos/nixpkgs
that referenced
this pull request
Nov 24, 2024
…ting Cachix hat tip to Michael Raskin closes NixOS#77
notklea
pushed a commit
to notklea/nixpkgs
that referenced
this pull request
Dec 1, 2025
Update Quassel ircv3.x support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The configure script picks up libbsd.so from the host machine.
It uses simple find command to locate the file, but the linker
can not use it.
The fix replace the search path to /no-such-path