1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gscan2pdf: remove 'with lib;'

This commit is contained in:
Felix Buehler 2024-08-13 22:02:39 +02:00 committed by Valentin Gagarin
parent 3b193a7841
commit ec71a11431

View file

@ -6,8 +6,6 @@
# test dependencies
xvfb-run, liberation_ttf, file, tesseract }:
with lib;
perlPackages.buildPerlPackage rec {
pname = "gscan2pdf";
version = "2.13.3";
@ -132,7 +130,7 @@ perlPackages.buildPerlPackage rec {
make test
'';
meta = {
meta = with lib; {
description = "GUI to produce PDFs or DjVus from scanned documents";
homepage = "https://gscan2pdf.sourceforge.net/";
license = licenses.gpl3;