diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-07 14:03:17 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-04 11:31:25 +0200 |
| commit | 86813d5779253bb50002d79ab791eeda5a8b4729 (patch) | |
| tree | 6f1cb07aebf4d513ac64cfc9d7cad8146aecfa23 | |
| parent | 72b9c68879eabd7ca0c47037f452fdac5ca8db04 (diff) | |
gnu: Remove fuseiso.
* gnu/packages/linux.scm (fuseiso): Delete variable.
| -rw-r--r-- | gnu/packages/linux.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3b02f05d803..1f3a59b8497 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -7719,30 +7719,6 @@ is flexible, efficient and uses a modular implementation.") | |||
| 7719 | write access to exFAT devices.") | 7719 | write access to exFAT devices.") |
| 7720 | (license license:gpl2+))) | 7720 | (license license:gpl2+))) |
| 7721 | 7721 | ||
| 7722 | (define-public fuseiso | ||
| 7723 | (package | ||
| 7724 | (name "fuseiso") | ||
| 7725 | (version "20070708") | ||
| 7726 | (source (origin | ||
| 7727 | (method url-fetch) | ||
| 7728 | (uri (string-append "mirror://sourceforge/fuseiso/fuseiso/" | ||
| 7729 | version "/fuseiso-" version ".tar.bz2")) | ||
| 7730 | (sha256 | ||
| 7731 | (base32 | ||
| 7732 | "127xql52dcdhmh7s5m9xc6q39jdlj3zhbjar1j821kb6gl3jw94b")))) | ||
| 7733 | (build-system gnu-build-system) | ||
| 7734 | (native-inputs | ||
| 7735 | (list pkg-config)) | ||
| 7736 | (inputs | ||
| 7737 | (list fuse-2 glib zlib)) | ||
| 7738 | (home-page "https://sourceforge.net/projects/fuseiso/") | ||
| 7739 | (synopsis "Mount ISO file system images") | ||
| 7740 | (description | ||
| 7741 | "FuseISO is a FUSE module to mount ISO file system images (.iso, .nrg, | ||
| 7742 | .bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock | ||
| 7743 | Ridge, Joliet, and zisofs.") | ||
| 7744 | (license license:gpl2))) | ||
| 7745 | |||
| 7746 | (define-public gpm | 7722 | (define-public gpm |
| 7747 | (package | 7723 | (package |
| 7748 | (name "gpm") | 7724 | (name "gpm") |
