-
-
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
dcpj1100dw-cups: init at 1.0.5-0 #72758
Conversation
Unlike past Brother drivers, this contains binaries which reference absolute /opt paths. I could have added an rpath hack to override syscalls like stat but I decided the driver should just run in a simple FHS environment. Works great for me.
Thank you for your contributions.
|
|
||
phases = [ "installPhase" ]; |
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.
phases = [ "installPhase" ]; |
$out/lib/cups/filter/brother_lpdwrapper_dcpj1100dw | ||
''; | ||
|
||
meta = with stdenv.lib; { |
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.
meta = with stdenv.lib; { | |
meta = with lib; { |
I marked this as stale due to inactivity. → More info |
This worked for me for a while but I think it's now a bit broken and I haven't had time to fix it up. |
Unlike past Brother drivers, this contains binaries which reference
absolute /opt paths. I could have added an rpath hack to override
syscalls like stat but I decided the driver should just run in a
simple FHS environment. Works great for me.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @