Commit 7f1971f9 authored by Anderson Torres's avatar Anderson Torres
Browse files

clevis: internalize asciidoc-full

There is few to no reason (besides breaking API) in not doing this.
parent 152a6e0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  asciidoc,
  asciidoc-full,
  coreutils,
  cryptsetup,
  curl,
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  nativeBuildInputs = [
    asciidoc
    asciidoc-full
    makeWrapper
    meson
    ninja
+0 −4
Original line number Diff line number Diff line
@@ -4496,10 +4496,6 @@ with pkgs;
  clevercsv = with python3Packages; toPythonApplication clevercsv;
  clevis = callPackage ../by-name/cl/clevis/package.nix {
    asciidoc = asciidoc-full;
  };
  cli53 = callPackage ../tools/admin/cli53 { };
  cli-visualizer = callPackage ../applications/misc/cli-visualizer { };