Commit 7afd6383 authored by Michael Daniels's avatar Michael Daniels
Browse files

tio: fix Bash completion

`bash-completion` is a runtime dependency, so it needs to be in buildInputs,
not nativeBuildInputs.
parent ef085322
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ stdenv.mkDerivation (finalAttrs: {
    inih
    lua
    glib
    bash-completion
  ];

  nativeBuildInputs = [
    meson
    ninja
    pkg-config
    bash-completion
  ];

  meta = with lib; {