'Fix' printer driver, set timezone

This commit is contained in:
root
2021-04-03 10:15:10 -07:00
parent 69b2b0305e
commit 4da2c85fb1
3 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -22,12 +22,13 @@ stdenv.mkDerivation rec {
coreutils ghostscript gnugrep gnused
]}
mkdir -p $out/lib/cups/filter/
ln -s $out/opt/brother/Printers/HLL2380DW/cupswrapper/brother_lpdwrapper_HLL2380W \
ln -s $out/opt/brother/Printers/HLL2380DW/cupswrapper/brother_lpdwrapper_HLL2380DW \
$out/lib/cups/filter/brother_lpdwrapper_HLL2380DW
ln -s $out/opt/brother/Printers/HLL2380DW/paperconfigml1 \
$out/lib/cups/filter/
mkdir -p $out/share/cups/model
ln -s $out/opt/brother/Printers/HLL2380DW/cupswrapper/brother-HLL2380DW-cups-en.ppd $out/share/cups/model/
touch $out/HI
'';
meta = with stdenv.lib; {