Loading pkgs/misc/flashfocus/default.nix +9 −2 Original line number Diff line number Diff line { lib, python3Packages, fetchPypi, netcat-openbsd, nix-update-script }: { lib, python3Packages, fetchPypi, netcat-openbsd, procps, bash, nix-update-script }: python3Packages.buildPythonApplication rec { pname = "flashfocus"; Loading @@ -13,13 +13,20 @@ python3Packages.buildPythonApplication rec { postPatch = '' substituteInPlace bin/nc_flash_window \ --replace "nc" "${lib.getExe netcat-openbsd}" --replace-fail "nc" "${lib.getExe netcat-openbsd}" substituteInPlace src/flashfocus/util.py \ --replace-fail "pidof" "${lib.getExe' procps "pidof"}" ''; nativeBuildInputs = with python3Packages; [ setuptools ]; buildInputs = [ bash ]; pythonRelaxDeps = [ "pyyaml" "xcffib" Loading Loading
pkgs/misc/flashfocus/default.nix +9 −2 Original line number Diff line number Diff line { lib, python3Packages, fetchPypi, netcat-openbsd, nix-update-script }: { lib, python3Packages, fetchPypi, netcat-openbsd, procps, bash, nix-update-script }: python3Packages.buildPythonApplication rec { pname = "flashfocus"; Loading @@ -13,13 +13,20 @@ python3Packages.buildPythonApplication rec { postPatch = '' substituteInPlace bin/nc_flash_window \ --replace "nc" "${lib.getExe netcat-openbsd}" --replace-fail "nc" "${lib.getExe netcat-openbsd}" substituteInPlace src/flashfocus/util.py \ --replace-fail "pidof" "${lib.getExe' procps "pidof"}" ''; nativeBuildInputs = with python3Packages; [ setuptools ]; buildInputs = [ bash ]; pythonRelaxDeps = [ "pyyaml" "xcffib" Loading