mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
docs/hugo-build-module: update package list
This commit is contained in:
parent
ac6b9a9023
commit
96ba0a0702
@ -92,12 +92,7 @@ in
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
(
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ lib, ... }:
|
||||
{
|
||||
wrappers.asciidoctor = {
|
||||
arg0 = lib.getExe' gems "asciidoctor";
|
||||
@ -129,9 +124,8 @@ in
|
||||
|
||||
vendorHash = "sha256-qsmXolxEcYjY2jwIlPRqir5gE8TeVknPGIGF4g89x54=";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
nativeBuildInputs = [
|
||||
asciidoctorWrapped
|
||||
git
|
||||
gems
|
||||
gems.wrappedRuby
|
||||
];
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
{
|
||||
name ? "${args'.pname}-${args'.version}",
|
||||
buildInputs ? [ ],
|
||||
nativeBuildInputs ? [ ],
|
||||
passthru ? { },
|
||||
|
||||
@ -210,10 +211,13 @@ let
|
||||
// {
|
||||
nativeBuildInputs = [
|
||||
hugo
|
||||
git
|
||||
go
|
||||
] ++ nativeBuildInputs;
|
||||
|
||||
buildInputs = [
|
||||
git
|
||||
] ++ buildInputs;
|
||||
|
||||
inherit (go) GOOS GOARCH;
|
||||
|
||||
GOFLAGS =
|
||||
|
Loading…
Reference in New Issue
Block a user