diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-10-08 23:11:55 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-10-08 23:15:29 +0200 |
commit | 7e917283d71fee1a29363e113f29c8c21f7c4739 (patch) | |
tree | 161352b49ead206de34c94dc5c984af3d598a28e /gnu/packages/admin.scm | |
parent | aadd3429fb28a48f2cffaf9f360baf7a41f58d26 (diff) | |
download | guix-7e917283d71fee1a29363e113f29c8c21f7c4739.tar guix-7e917283d71fee1a29363e113f29c8c21f7c4739.tar.gz |
gnu: sunxi-tools: Fix build.
* gnu/packages/patches/sunxi-tools-remove-sys-io.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (sunxi-tools-source): Add it.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 40db55e73c..275432cb96 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2945,6 +2945,8 @@ Kerberos and Heimdal and FAST is supported with recent MIT Kerberos.") (commit (string-append "v" version)))) (sha256 (base32 "04f3jqg8ww4jxsf9c6ddcdgy2xbhkyp0b3l5f1hvvbv94p81rjxd")) + (patches + (search-patches "sunxi-tools-remove-sys-io.patch")) (modules '((guix build utils))) (snippet ;; Remove binaries contained in the tarball which are only for the |