diff options
| author | NoƩ Lopez <noelopez@free.fr> | 2026-02-26 01:30:34 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-04-10 18:24:50 -0700 |
| commit | f303403ec380dc27be0f4ffc3ab1bbd72b6bd9ed (patch) | |
| tree | d477904e95f2ce91eea65c603404e17e35bc5948 /gnu/packages/linux.scm | |
| parent | cd006d069aa8836534db330a5546e81ba39122aa (diff) | |
gnu: Remove fuse-for-appimage.
fuse:static can now be used instead.
* gnu/packages/linux.scm (fuse-for-appimage): Remove.
* gnu/packages/appimage.scm (appimage-type2-runtime)
[inputs]: Replace fuse-for-appimage with fuse:static.
* gnu/packages/file-systems.scm (squashfuse-for-appimage):
[inputs]: Replace fuse-for-appimage with fuse:static.
Change-Id: If3b10bd397eb10d28a8509feca889154bb287f61
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3d3cb05b72c..10c291fcc07 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -5376,23 +5376,6 @@ user-space processes.") | |||
| 5376 | (("-DFUSERMOUNT_DIR=[[:graph:]]+") | 5376 | (("-DFUSERMOUNT_DIR=[[:graph:]]+") |
| 5377 | "-DFUSERMOUNT_DIR=\\\"/var/empty\\\""))))))))) | 5377 | "-DFUSERMOUNT_DIR=\\\"/var/empty\\\""))))))))) |
| 5378 | 5378 | ||
| 5379 | (define-public fuse-for-appimage | ||
| 5380 | (package | ||
| 5381 | (inherit fuse) | ||
| 5382 | (name "fuse") | ||
| 5383 | (version "3.16.2") | ||
| 5384 | (source | ||
| 5385 | (origin | ||
| 5386 | (method url-fetch) | ||
| 5387 | (uri (string-append "https://github.com/libfuse/libfuse/releases/" | ||
| 5388 | "download/fuse-" version "/fuse-" version ".tar.gz")) | ||
| 5389 | (sha256 | ||
| 5390 | (base32 "11yfl2w2a445hllyzlakq97n32g06972vxpmh7lpbclnj9fhb5zp")))) | ||
| 5391 | (arguments | ||
| 5392 | (substitute-keyword-arguments arguments | ||
| 5393 | ((#:configure-flags original-flags #~(list)) | ||
| 5394 | #~(append #$original-flags '("--default-library=static"))))))) | ||
| 5395 | |||
| 5396 | (define-public unionfs-fuse | 5379 | (define-public unionfs-fuse |
| 5397 | (package | 5380 | (package |
| 5398 | (name "unionfs-fuse") | 5381 | (name "unionfs-fuse") |
