diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
| commit | 789f7e9a3d37135d22d0a84c987fe3877131fd06 (patch) | |
| tree | e5ecd3aeafbbdabc7afb353dbf176eb3bc9af6ae /gnu/packages/libusb.scm | |
| parent | a879385de12e9bbfe90b39e14733ab261e88c171 (diff) | |
gnu: fuse@3: Bind to default FUSE variable.
* gnu/packages/linux.scm (fuse): Rename this…
(fuse-2): …to this, and…
(fuse-3): …rename this…
(fuse): …to this!
(fuse-static): Rename this…
(fuse-2-static): …to this.
Adjust all users.
Diffstat (limited to 'gnu/packages/libusb.scm')
| -rw-r--r-- | gnu/packages/libusb.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index 13090d30ab9..22803fa021c 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm | |||
| @@ -523,7 +523,7 @@ music and video to the device.") | |||
| 523 | (base32 | 523 | (base32 |
| 524 | "11wdv44qwia77sh38n36809ysaib52rwd4fvqwb5ybsbz4p70l1m")))) | 524 | "11wdv44qwia77sh38n36809ysaib52rwd4fvqwb5ybsbz4p70l1m")))) |
| 525 | (inputs | 525 | (inputs |
| 526 | (list fuse libimobiledevice)) | 526 | (list fuse-2 libimobiledevice)) |
| 527 | (native-inputs | 527 | (native-inputs |
| 528 | (list pkg-config)) | 528 | (list pkg-config)) |
| 529 | (build-system gnu-build-system) | 529 | (build-system gnu-build-system) |
