diff options
author | EuAndreh <eu@euandre.org> | 2021-06-30 14:19:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-30 14:19:47 -0300 |
commit | a12071373fccc9a3bc73f025663bdf14d0a5041d (patch) | |
tree | f3bc9b50768511049a7f0ebd324f7348b1398ecc | |
parent | src/xyz/euandreh/queue.scm: Add mdpo-patched pacakge (diff) | |
download | package-repository-a12071373fccc9a3bc73f025663bdf14d0a5041d.tar.gz package-repository-a12071373fccc9a3bc73f025663bdf14d0a5041d.tar.xz |
src/xyz/euandreh/queue.scm(mdpo): Overwrite native-inputs, not propagated-inputs
-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 |