PropagatedBuild inputs workaround

This commit is contained in:
Johannes Kirschbauer
2024-07-26 15:23:25 +02:00
parent d7b6fc16a4
commit 7a3fad01e0
7 changed files with 35 additions and 8 deletions

View File

@@ -54,9 +54,11 @@
module-docs =
pkgs.runCommand "rendered"
{
nativeBuildInputs = [
buildInputs = [
pkgs.python3
self'.packages.clan-cli
# TODO: see postFixup clan-cli/default.nix:L188
self'.packages.clan-cli.propagatedBuildInputs
];
}
''