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, hugo, hugo-theme-anubis }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
src = ./.; src = ./.;
nativeBuildInputs = [ hugo ]; nativeBuildInputs = [ hugo hugo-theme-anubis ];
# avoid git submodules using flakes :-) # avoid git submodules using flakes :-)
patchPhase = '' patchPhase = ''
mkdir -p themes/ mkdir -p themes/