summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-27 18:14:28 +0000
committerGitHub <noreply@github.com>2021-04-27 18:14:28 +0000
commit97889a52e1423e52a7227560271f85a52b3610c5 (patch)
tree3356469a91c61bc9aa5d584610ae97c38fa4d98a /pkgs/applications/graphics
parentc01456266d66ab608397b709e791901a668297ca (diff)
parentb84f107173799ffcd6aea3a27cac3140f2d2ab66 (diff)
downloadnixpkgs-97889a52e1423e52a7227560271f85a52b3610c5.tar
nixpkgs-97889a52e1423e52a7227560271f85a52b3610c5.tar.gz
nixpkgs-97889a52e1423e52a7227560271f85a52b3610c5.tar.bz2
nixpkgs-97889a52e1423e52a7227560271f85a52b3610c5.tar.lz
nixpkgs-97889a52e1423e52a7227560271f85a52b3610c5.tar.xz
nixpkgs-97889a52e1423e52a7227560271f85a52b3610c5.tar.zst
nixpkgs-97889a52e1423e52a7227560271f85a52b3610c5.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/graphics')
-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