diff options
author | EuAndreh <eu@euandre.org> | 2023-04-02 22:34:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-02 22:34:14 -0300 |
commit | 3ba614ae68e2292f6e79ef4834ee04f1ff5bde28 (patch) | |
tree | cecd281a24365db78d82e4dc59b3a4b8c256f47c | |
parent | etc/guix/home.scm: Add pax-utils package (for scanelf(1)) (diff) | |
download | dotfiles-3ba614ae68e2292f6e79ef4834ee04f1ff5bde28.tar.gz dotfiles-3ba614ae68e2292f6e79ef4834ee04f1ff5bde28.tar.xz |
etc/guix/home.scm: Place pax-utils in the correct list
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index e4baf08..700e2a8 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -471,6 +471,7 @@ left it off the last time it was used.") perf-tools scdoc rpm + pax-utils dpkg fakeroot cpio @@ -687,7 +688,6 @@ left it off the last time it was used.") icedove firefox)) (list ;; cmucl - pax-utils abuild apk-tools tmux-plugin-continuum |