Finally added runtime dependencies
This commit is contained in:
parent
74f7aa38bc
commit
cf0c753f15
|
@ -7,6 +7,13 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ scdoc ];
|
buildInputs = [ scdoc ];
|
||||||
|
|
||||||
|
propogatedbuildinputs = with pkgs; [
|
||||||
|
pipe-viewer
|
||||||
|
libnotify
|
||||||
|
xclip
|
||||||
|
mpv
|
||||||
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
scdoc < arbit.1.scd > arbit.1
|
scdoc < arbit.1.scd > arbit.1
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue