-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
lirc: fix build on ubuntu #365491
lirc: fix build on ubuntu #365491
Conversation
ran nixpkgs-review as part of another PR and everything passed. #364816 (comment) [edit] ran on this PR only as well.
|
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.
Incredible. Maybe worth proposing upstream if this is ancient hackery...?
created a ticket: https://sourceforge.net/p/lirc/tickets/385/ |
autoconf looks in /proc/version for `Ubuntu` and on match overrides the `--with-systemdsystemunitdir` value set in `configureFlags` causing the build to fail. > mkdir -p '/lib/systemd/system' > mkdir: cannot create directory '/lib': Permission denied patch `configure.ac` to prevent the override when building on ubuntu
a6fe4f8
to
d8e708a
Compare
Successfully created backport PR for |
autoconf looks in /proc/version for
Ubuntu
and on match overrides the--with-systemdsystemunitdir
value set inconfigureFlags
causing the build to fail.patch
configure.ac
to prevent the override when building on ubuntuThings done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.