Loading pkgs/misc/flashfocus/default.nix +4 −4 Original line number Diff line number Diff line { lib, python3, fetchPypi, netcat-openbsd, nix-update-script }: { lib, python3Packages, fetchPypi, netcat-openbsd, nix-update-script }: python3.pkgs.buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "flashfocus"; version = "2.4.0"; Loading @@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { --replace "nc" "${lib.getExe netcat-openbsd}" ''; nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook setuptools ]; Loading @@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec { "xcffib" ]; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3Packages; [ i3ipc xcffib click Loading Loading
pkgs/misc/flashfocus/default.nix +4 −4 Original line number Diff line number Diff line { lib, python3, fetchPypi, netcat-openbsd, nix-update-script }: { lib, python3Packages, fetchPypi, netcat-openbsd, nix-update-script }: python3.pkgs.buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "flashfocus"; version = "2.4.0"; Loading @@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { --replace "nc" "${lib.getExe netcat-openbsd}" ''; nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook setuptools ]; Loading @@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec { "xcffib" ]; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3Packages; [ i3ipc xcffib click Loading