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:
Johannes Rosenberger 2018-10-20 17:20:56 +02:00
parent defd5087cd
commit 238e9530f9

View File

@ -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" ];
};
}