diff options
author | Maxim Cournoyer <[email protected]> | 2024-01-24 13:27:08 -0500 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-08-31 10:44:56 +0200 |
commit | 86d5774605654ece8c6d1e22cdcd7ad88d5320d9 (patch) | |
tree | f86ce956a725d4fda7afe4fde1ada9fc7e135a69 /gnu/local.mk | |
parent | d1b8834927d50d736d1a08a2f26b9f8d2dca6fed (diff) |
gnu: Add atf.
* gnu/packages/check.scm (atf): New variable.
* gnu/packages/patches/atf-execute-with-shell.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I37a57069380309382bc0ff24977a1fd165985f5e
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f5d9061548..962eaa7ff6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -963,6 +963,7 @@ dist_patch_DATA = \ %D%/packages/patches/asli-use-system-libs.patch \ %D%/packages/patches/aspell-CVE-2019-25051.patch \ %D%/packages/patches/aspell-default-dict-dir.patch \ + %D%/packages/patches/atf-execute-with-shell.patch \ %D%/packages/patches/ath9k-htc-firmware-binutils.patch \ %D%/packages/patches/ath9k-htc-firmware-gcc.patch \ %D%/packages/patches/ath9k-htc-firmware-gcc-compat.patch \ |