3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add missing module to (gnu packages base).

This is a follow-up to commit 42958b5e0f.

Reported by pmikkelsen on IRC.

* gnu/packages/base.scm: Use srfi-1 for alist-delete.
This commit is contained in:
Ricardo Wurmus 2018-03-14 12:46:57 +01:00
parent c4fb2b9f4e
commit 911e66f922
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -53,6 +53,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system trivial)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1)
#:export (glibc
libiconv-if-needed))