fix propagated build inputs

This commit is contained in:
Tim Schubert 2021-08-19 21:45:41 +02:00
parent 4b4a19dbf9
commit 2e53a9b25b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -1,7 +1,7 @@
{ stdenv, hugo, hugo-theme-anubis }:
stdenv.mkDerivation rec {
src = ./.;
nativeBuildInputs = [ hugo ];
nativeBuildInputs = [ hugo hugo-theme-anubis ];
# avoid git submodules using flakes :-)
patchPhase = ''
mkdir -p themes/