about summary refs log tree commit diff
path: root/pkgs/applications/graphics/pureref/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/pureref/default.nix')
-rw-r--r--pkgs/applications/graphics/pureref/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/pureref/default.nix b/pkgs/applications/graphics/pureref/default.nix
index 825ea4c51e190..552f56a6b5c42 100644
--- a/pkgs/applications/graphics/pureref/default.nix
+++ b/pkgs/applications/graphics/pureref/default.nix
@@ -12,10 +12,6 @@ appimageTools.wrapType1 rec {
     curl "https://www.pureref.com/files/build.php?build=LINUX64.Appimage&version=${version}&downloadKey=$key" --output $out
   '';
 
-  extraInstallCommands = ''
-    mv $out/bin/${pname}-${version} $out/bin/${pname}
-  '';
-
   meta = with lib; {
     description = "Reference Image Viewer";
     homepage = "https://www.pureref.com";