diff options
author | EuAndreh <eu@euandre.org> | 2022-11-16 17:21:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-16 17:21:50 -0300 |
commit | bfa17bd836264bd9b573ea96afc854e72a2f137a (patch) | |
tree | 0732e05c4716ee11e53c2a71fe90aafafd358065 | |
parent | etc/guix/home.scm: Disable broken "rust" package (diff) | |
download | dotfiles-bfa17bd836264bd9b573ea96afc854e72a2f137a.tar.gz dotfiles-bfa17bd836264bd9b573ea96afc854e72a2f137a.tar.xz |
etc/guix/home.scm: Add "rpm" and "cpio" packages
Those were useful when iterating on the epson-L365 package, that was
built from source from an RPM file.
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 31b3cd2..fc9f2b5 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -399,6 +399,8 @@ xpdf perf-tools scdoc + rpm + cpio ;; for compiling ECL libatomic-ops |