diff options
Diffstat (limited to 'src/xyz/euandreh/queue.scm')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index cfc1917..e417907 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -498,10 +498,10 @@ Template::Mustache conforms to v1.1.3 of the Mustache specs.") (package (inherit mdpo) (name "mdpo-patched") - (propagated-inputs + (native-inputs `(("python-flake8-implicit-str-concat" ,python-flake8-implicit-str-concat-patched) ,@(alist-delete "python-flake8-implicit-str-concat" - (package-propagated-inputs mdpo)))))) + (package-native-inputs mdpo)))))) (list perl-tidy |