diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-08-03 18:13:55 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-24 11:51:54 +0200 |
| commit | e8bfe203efaeac80ef4f45cc5f4221a5e1c7337f (patch) | |
| tree | a34292b50caeffdd9e4008e1031cb828f162f989 | |
| parent | 3c4604731ddeb602c3f728af9e95c8bd4e534ab5 (diff) | |
gnu: Remove hdup.
* gnu/packages/backup.scm (hdup): Delete variable.
| -rw-r--r-- | gnu/packages/backup.scm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 14dc1596788..16bee670131 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm | |||
| @@ -231,40 +231,6 @@ can even repair them.") | |||
| 231 | (home-page "https://github.com/Parchive/par2cmdline") | 231 | (home-page "https://github.com/Parchive/par2cmdline") |
| 232 | (license license:gpl3+))) | 232 | (license license:gpl3+))) |
| 233 | 233 | ||
| 234 | (define-public hdup | ||
| 235 | (package | ||
| 236 | (name "hdup") | ||
| 237 | (version "2.0.14") | ||
| 238 | (source | ||
| 239 | (origin | ||
| 240 | (method url-fetch) | ||
| 241 | (uri "https://fossies.org/linux/privat/old/hdup-2.0.14.tar.bz2") | ||
| 242 | (sha256 | ||
| 243 | (base32 | ||
| 244 | "02bnczg01cyhajmm4rhbnc0ja0dd9ikv9fwv28asxh1rlx9yr0b7")))) | ||
| 245 | (build-system gnu-build-system) | ||
| 246 | (native-inputs (list pkg-config)) | ||
| 247 | (inputs | ||
| 248 | (list glib | ||
| 249 | tar | ||
| 250 | lzop | ||
| 251 | mcrypt | ||
| 252 | openssh | ||
| 253 | gnupg-1)) | ||
| 254 | (arguments | ||
| 255 | `(#:configure-flags | ||
| 256 | `(,(string-append "--sbindir=" (assoc-ref %outputs "out") "/bin")) | ||
| 257 | #:tests? #f)) | ||
| 258 | (home-page (string-append "http://web.archive.org/web/20150925223424/" | ||
| 259 | "http://archive.miek.nl/projects/hdup/index.html")) | ||
| 260 | (synopsis "Simple incremental backup tool") | ||
| 261 | (description | ||
| 262 | "Hdup2 is a backup utility, its aim is to make backup really simple. The | ||
| 263 | backup scheduling is done by means of a cron job. It supports an | ||
| 264 | include/exclude mechanism, remote backups, encrypted backups and split | ||
| 265 | backups (called chunks) to allow easy burning to CD/DVD.") | ||
| 266 | (license license:gpl2))) | ||
| 267 | |||
| 268 | (define-public libarchive | 234 | (define-public libarchive |
| 269 | (package | 235 | (package |
| 270 | (name "libarchive") | 236 | (name "libarchive") |
