# Makefile variables for PO directory in any package using GNU gettext. # This domain contains only translations of package synopses and descriptions. DOMAIN = guix-packages subdir = po/packages top_builddir = ../.. # These options get passed to xgettext. We want to catch exclusively package # synopses and descriptions. XGETTEXT_OPTIONS = \ --language=Scheme --from-code=UTF-8 \ --keyword=synopsis --keyword=description COPYRIGHT_HOLDER = the authors of Guix (msgids) MSGID_BUGS_ADDRESS = bug-guix@gnu.org EXTRA_LOCALE_CATEGORIES = # Disable PO update upon "make dist", which sometimes fails when doing # "make distcheck -j4". # See . DIST_DEPENDS_ON_UPDATE_PO = no # Ignore the timestamp of the .pot file, as .po files are updated by # `make download-po` only. This ensures po files are not modified on the # first `make` invocation. PO_DEPENDS_ON_POT = no tr>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/images
AgeCommit message (Expand)Author
2023-06-14system: images: Add unmatched module....Efraim Flashner
2022-12-26images: wsl2: Create XDG_RUNTIME_DIR on first login....dan
2022-12-09system: images: Add networking support to pine64 image....Gabriel Wicki
2022-10-13system: Use a valid license as the dummy license....Ricardo Wurmus
2022-09-24system: images: Add wsl2 module....Alex Griffin
2022-09-24platforms: x86: Rename Hurd hurd to i586-gnu....Mathieu Othacehe
2022-09-24image: Make the operating-system field mandatory....Mathieu Othacehe
2022-09-07system: images: Define the platform in image-types....Mathieu Othacehe
2022-05-25images: hurd: Adjust module imports....Efraim Flashner
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-03-15images: novena: Fix build....Mathieu Othacehe