forked from mirrors/nixpkgs
epson-workforce-635-nx625-series: fixed build errors
variables `maintainers` and `licenses` were invisible, leading to build errors; fixed this.
This commit is contained in:
parent
defd5087cd
commit
238e9530f9
|
@ -91,8 +91,8 @@ in stdenv.mkDerivation rec {
|
|||
};
|
||||
'';
|
||||
downloadPage = https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=&DSCMI=16857&DSCCHK=4334d3487503d7f916ccf5d58071b05b7687294f;
|
||||
license = with licenses; [ lgpl21 epson ];
|
||||
maintainers = [ maintainers.jorsn ];
|
||||
license = with lib.licenses; [ lgpl21 epson ];
|
||||
maintainers = [ lib.maintainers.jorsn ];
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue