gpodder: fix makeWrapper to be a nativeBuildInput

This commit is contained in:
2023-02-10 00:45:44 +00:00
parent e6a6d35adf
commit 14922a40b2

View File

@@ -13,7 +13,7 @@ in
(symlinkJoin {
name = "gpodder-configured";
paths = [ gpodder remove-extra ];
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
# gpodder keeps all its feeds in a sqlite3 database.
# we can configure the feeds externally by wrapping gpodder and just instructing it to import