(define-public texlive-generic-babel-hungarian (package (name "texlive-generic-babel-hungarian") (version (number->string %texlive-revision)) (source (origin (method svn-fetch) (uri (let ((component "generic") (id "babel-hungarian") (%texlive-revision 49701)) (svn-reference (url (string-append "svn://www.tug.org/texlive/tags/" %texlive-tag "/Master/texmf-dist/" "tex/" component "/" id)) (revision %texlive-revision)))) (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "0xk21zw4wdp844yd0dsgmbfy9rs235kx6v3iv92f4chm3g9acb51")))) (build-system texlive-build-system) (arguments '(#:tex-directory "generic/babel-hungarian" #:phases (modify-phases %standard-phases (add-after 'install 'install-for-real (lambda* (#:key outputs #:allow-other-keys) (install-file "")))))) (home-page "https://www.ctan.org/pkg/babel-hungarian") (synopsis "Babel support for Hungarian") (description #f) (license #f ;;license:lppl1.3+ )))