diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-10-31 11:37:03 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-10-31 16:26:24 +0200 |
| commit | dc256a2d681d16627a4781e33d1fb4f2d9451eb6 (patch) | |
| tree | 0f2205039adaff2d90215875360f9a3a958e9e46 /gnu | |
| parent | b0db8b7a9b759194e7bd7881270615bc00a67dd4 (diff) | |
gnu: dbxfs: Don't propagate inputs.
* gnu/packages/file-systems.scm (dbxfs)[propagated-inputs]: Move from
here ...
[inputs]: ... to here.
Change-Id: I7cf2cc0b3db7c8bc37b31995e44cdaab5ce434fa
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index cd5cca9c1e7..7db74f796a9 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -2039,7 +2039,7 @@ compatible directories.") ;; Don't check for package updates. (("if version") "if False"))))))) - (propagated-inputs + (inputs (list python-block-tracing python-dropbox python-platformdirs |
