Loading pkgs/applications/misc/safeeyes/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ with python3.pkgs; buildPythonApplication rec { pname = "safeeyes"; version = "2.1.5"; version = "2.1.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-IjFDhkqtMitdcQORerRqwty3ZMP8jamPtb9oMHdre4I="; hash = "sha256-tvsBTf6+zKBzB5aL+LUcEvE4jmVHnnoY0L4xoKMJ0vM="; }; nativeBuildInputs = [ Loading Loading @@ -51,7 +51,7 @@ buildPythonApplication rec { postInstall = '' mkdir -p $out/share/applications cp -r safeeyes/platform/icons $out/share/icons/ cp safeeyes/platform/safeeyes.desktop $out/share/applications/safeeyes.desktop cp safeeyes/platform/io.github.slgobinath.SafeEyes.desktop $out/share/applications/io.github.slgobinath.SafeEyes.desktop ''; preFixup = '' Loading Loading
pkgs/applications/misc/safeeyes/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ with python3.pkgs; buildPythonApplication rec { pname = "safeeyes"; version = "2.1.5"; version = "2.1.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-IjFDhkqtMitdcQORerRqwty3ZMP8jamPtb9oMHdre4I="; hash = "sha256-tvsBTf6+zKBzB5aL+LUcEvE4jmVHnnoY0L4xoKMJ0vM="; }; nativeBuildInputs = [ Loading Loading @@ -51,7 +51,7 @@ buildPythonApplication rec { postInstall = '' mkdir -p $out/share/applications cp -r safeeyes/platform/icons $out/share/icons/ cp safeeyes/platform/safeeyes.desktop $out/share/applications/safeeyes.desktop cp safeeyes/platform/io.github.slgobinath.SafeEyes.desktop $out/share/applications/io.github.slgobinath.SafeEyes.desktop ''; preFixup = '' Loading