Quantize clipboard screenshots
This commit is contained in:
parent
7f0e165ae6
commit
bafb134702
4 changed files with 12 additions and 14 deletions
|
@ -2,16 +2,17 @@
|
|||
, scdoc
|
||||
, xclip
|
||||
, maim
|
||||
, pngquant
|
||||
, stdenvNoCC
|
||||
, nushell
|
||||
, xdotool
|
||||
, ...
|
||||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "irs";
|
||||
version = "0.3";
|
||||
src = ./src;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nativeBuildInputs = [
|
||||
scdoc
|
||||
nushell
|
||||
];
|
||||
|
@ -39,6 +40,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
substituteInPlace $out/bin/* \
|
||||
--replace "xclip" "${xclip}/bin/xclip" \
|
||||
--replace "maim" "${maim}/bin/maim" \
|
||||
--replace "pngquant" "${pngquant}/bin/pngquant" \
|
||||
--replace "xdotool" "${xdotool}/bin/xdotool"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue