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;
|
downloadPage = https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=&DSCMI=16857&DSCCHK=4334d3487503d7f916ccf5d58071b05b7687294f;
|
||||||
license = with licenses; [ lgpl21 epson ];
|
license = with lib.licenses; [ lgpl21 epson ];
|
||||||
maintainers = [ maintainers.jorsn ];
|
maintainers = [ lib.maintainers.jorsn ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user