summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-27 15:25:27 +0200
committerGitHub <noreply@github.com>2021-04-27 15:25:27 +0200
commitd4ff61db89ba2d0a7c98c3b02e5982f0a513286a (patch)
treea877a7d39a55f2303a2fdd19b24a32ee3b472d71 /pkgs
parentf21f86911ccee84ce4c078e87a399064f478d9e6 (diff)
parent73c8614a07cd5201c30d0eea5c14f79f5fdd577f (diff)
downloadnixpkgs-d4ff61db89ba2d0a7c98c3b02e5982f0a513286a.tar
nixpkgs-d4ff61db89ba2d0a7c98c3b02e5982f0a513286a.tar.gz
nixpkgs-d4ff61db89ba2d0a7c98c3b02e5982f0a513286a.tar.bz2
nixpkgs-d4ff61db89ba2d0a7c98c3b02e5982f0a513286a.tar.lz
nixpkgs-d4ff61db89ba2d0a7c98c3b02e5982f0a513286a.tar.xz
nixpkgs-d4ff61db89ba2d0a7c98c3b02e5982f0a513286a.tar.zst
nixpkgs-d4ff61db89ba2d0a7c98c3b02e5982f0a513286a.zip
Merge pull request #120651 from con-f-use/master
mcomix3: 2020-11-23 -> 2021-04-23
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/mcomix3/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/mcomix3/default.nix b/pkgs/applications/graphics/mcomix3/default.nix
index add40043c0f..db777b3bd77 100644
--- a/pkgs/applications/graphics/mcomix3/default.nix
+++ b/pkgs/applications/graphics/mcomix3/default.nix
@@ -17,13 +17,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "mcomix3";
-  version = "unstable-2020-11-23";
+  version = "unstable-2021-04-23";
 
   # no official release on pypi/github and no build system
   src = fetchFromGitHub {
     repo   = "${pname}";
     owner  = "multiSnow";
-    rev = "cdcb27533dc7ee2ebf7b0a8ab5ba10e61c0b8ff8";
+    rev = "139344e23898c28484328fc29fd0c6659affb12d";
     sha256 = "0q9xgl60ryf7qmy5vgzgfry4rvw5j9rb4d1ilxmpjmvm7dd3fm2k";
   };
 
@@ -46,6 +46,8 @@ python3.pkgs.buildPythonApplication rec {
   installPhase = ''
     runHook preInstall
 
+    substituteInPlace mime/*.desktop \
+      --replace "Exec=mcomix" "Exec=mcomix3"
     ${python3.executable} installer.py --srcdir=mcomix --target=$libdir
     mv $libdir/mcomix/mcomixstarter.py $out/bin/${pname}
     mv $libdir/mcomix/comicthumb.py $out/bin/comicthumb