/nix/

option value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/djvu.scm
AgeCommit message (Expand)Author
2024-09-03gnu: ocrodjvu: Fix tests....* gnu/packages/djvu.scm (ocrodjvu)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Change-Id: I2d6f33ba8172e838f192c528e076008e060bf1d8 Guillaume Le Vaillant
2024-08-31gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/dejavu.scm (didjvu)[inputs]: Add 'bash-minimal'. (ocrodjvu)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iad4ae04506111fd86646148a9b809e4714660b97 Maxime Devos
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer