fix propagated build inputs
This commit is contained in:
parent
4b4a19dbf9
commit
2e53a9b25b
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue