diff options
author | EuAndreh <eu@euandre.org> | 2024-04-22 13:02:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-22 13:02:01 -0300 |
commit | f4f846bfe1fd30482ec27601198b0c5a2d6c88fe (patch) | |
tree | e6c81b077e90fcc3916cf0c0e8dd7655b16acb59 | |
parent | reconfigure.sh: rm -f /etc/guix/channels.scm before copying (diff) | |
download | toph-f4f846bfe1fd30482ec27601198b0c5a2d6c88fe.tar.gz toph-f4f846bfe1fd30482ec27601198b0c5a2d6c88fe.tar.xz |
system.scm: Remove "nss-certs" package
Some other package is propagating an older version of it, and failing
the system build because of a conflict.
-rw-r--r-- | src/infrastructure/guix/system.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index d14e5d3..7889477 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -294,8 +294,7 @@ (packages (append (map (compose list specification->package+output symbol->string) - '(nss-certs - parted + '(parted acl bind:utils tcpdump |