-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
cnijfilter: init at 2.80 #27031
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
cnijfilter: init at 2.80 #27031
Conversation
@jerith666, thanks for your PR! By analyzing the history of the files in this pull request, we identified @abbradar, @edolstra and @urkud to be potential reviewers. |
Thanks, this looks good!
But does the path in |
pkgs/top-level/all-packages.nix
Outdated
@@ -18255,6 +18255,8 @@ with pkgs; | |||
|
|||
cups-bjnp = callPackage ../misc/cups/drivers/cups-bjnp { }; | |||
|
|||
cnijfilter = callPackage_i686 ../misc/cups/drivers/cnijfilter { }; |
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.
Per your comment about versioning, we should probably call this cnijfilter_2_80
so it won't conflict with other versions of the driver.
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.
Good point, will do so and push a new version in the next couple of days.
What it reads from
(I don't think those |
this driver reads support files from lib/bjlib as well as lib/cups, which is why the path in cupsd.nix is tweaked
f69bdbe
to
67d02cd
Compare
this driver reads libraries from
lib/bjlib
as well aslib/cups
,which is why the path in
cupsd.nix
is tweakedThings done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)