Finally added runtime dependencies

This commit is contained in:
Nox Sluijtman 2023-12-30 00:14:27 +01:00
parent 74f7aa38bc
commit cf0c753f15

View file

@ -7,6 +7,13 @@ stdenv.mkDerivation rec {
buildInputs = [ scdoc ];
propogatedbuildinputs = with pkgs; [
pipe-viewer
libnotify
xclip
mpv
];
buildPhase = ''
scdoc < arbit.1.scd > arbit.1
'';