fix: lw5xl install process, add: HP Deskjet 2800
This commit is contained in:
parent
69eff28b09
commit
2fce9fd507
4 changed files with 35 additions and 13 deletions
|
@ -1,7 +1,5 @@
|
|||
# This file defines overlays
|
||||
{inputs, ...}: let
|
||||
raster2dymolw_v2 = ./raster2dymolw_v2;
|
||||
in {
|
||||
{inputs, ...}: {
|
||||
# This one brings our custom packages from the 'pkgs' directory
|
||||
additions = final: _prev: import ../pkgs final.pkgs;
|
||||
|
||||
|
@ -12,12 +10,6 @@ in {
|
|||
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
||||
# ...
|
||||
# });
|
||||
cups-dymo = prev.cups-dymo.overrideAttrs (oldAttrs: {
|
||||
installPhase = ''
|
||||
installPhase
|
||||
cp ${raster2dymolw_v2} $out/lib/cups/filter/raster2dymolw_v2
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
||||
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue