summary refs log tree commit diff
path: root/pkgs/applications/misc/jekyll/default.nix
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-08-27 17:49:00 +0300
committerGitHub <noreply@github.com>2022-08-27 17:49:00 +0300
commit79c42aa06c387e3ce3bd31e084086e25da1aed13 (patch)
tree3c07ee0efcb72831bd178331260e6baf07c3cacd /pkgs/applications/misc/jekyll/default.nix
parent045e453fe5eefc89b060fecb7c5d1f259b410b43 (diff)
parentf97c3252e88b54375e4e459b40ce5b0d94ebb3ed (diff)
downloadnixpkgs-79c42aa06c387e3ce3bd31e084086e25da1aed13.tar
nixpkgs-79c42aa06c387e3ce3bd31e084086e25da1aed13.tar.gz
nixpkgs-79c42aa06c387e3ce3bd31e084086e25da1aed13.tar.bz2
nixpkgs-79c42aa06c387e3ce3bd31e084086e25da1aed13.tar.lz
nixpkgs-79c42aa06c387e3ce3bd31e084086e25da1aed13.tar.xz
nixpkgs-79c42aa06c387e3ce3bd31e084086e25da1aed13.tar.zst
nixpkgs-79c42aa06c387e3ce3bd31e084086e25da1aed13.zip
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
Diffstat (limited to 'pkgs/applications/misc/jekyll/default.nix')
-rw-r--r--pkgs/applications/misc/jekyll/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/jekyll/default.nix b/pkgs/applications/misc/jekyll/default.nix
index 8c25e3774b1..7ea488659f2 100644
--- a/pkgs/applications/misc/jekyll/default.nix
+++ b/pkgs/applications/misc/jekyll/default.nix
@@ -30,7 +30,7 @@ in bundlerApp {
     then ./full
     else ./basic;
 
-  buildInputs = [ makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
 
   postBuild = ''
     wrapProgram $out/bin/jekyll --prefix PATH : ${rubyWrapper}/bin