summary refs log tree commit diff
path: root/pkgs/applications/editors/apostrophe
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-17 16:00:10 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-17 16:00:10 +0100
commit494746288d5aa1f4c577bcbc27f43eea7301199c (patch)
treed803932c5ec82e2ef200d781c7da77514b283807 /pkgs/applications/editors/apostrophe
parent4b6373aa2ef260b4b3dab2defb404e6bd2b9efa6 (diff)
downloadnixpkgs-494746288d5aa1f4c577bcbc27f43eea7301199c.tar
nixpkgs-494746288d5aa1f4c577bcbc27f43eea7301199c.tar.gz
nixpkgs-494746288d5aa1f4c577bcbc27f43eea7301199c.tar.bz2
nixpkgs-494746288d5aa1f4c577bcbc27f43eea7301199c.tar.lz
nixpkgs-494746288d5aa1f4c577bcbc27f43eea7301199c.tar.xz
nixpkgs-494746288d5aa1f4c577bcbc27f43eea7301199c.tar.zst
nixpkgs-494746288d5aa1f4c577bcbc27f43eea7301199c.zip
apostrophe: 2.3 -> 2.4
https://gitlab.gnome.org/somas/apostrophe/-/releases/v2.4
Diffstat (limited to 'pkgs/applications/editors/apostrophe')
-rw-r--r--pkgs/applications/editors/apostrophe/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/applications/editors/apostrophe/default.nix b/pkgs/applications/editors/apostrophe/default.nix
index dd8757d0c17..5d435fa6823 100644
--- a/pkgs/applications/editors/apostrophe/default.nix
+++ b/pkgs/applications/editors/apostrophe/default.nix
@@ -13,14 +13,14 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "apostrophe";
-  version = "2.3";
+  version = "2.4";
 
   src = fetchFromGitLab {
     owner  = "somas";
     repo   = pname;
     domain = "gitlab.gnome.org";
     rev    = "v${version}";
-    sha256 = "1ggrbbnhbnf6p3hs72dww3c9m1rvr4znggmvwcpj6i8v1a3kycnb";
+    sha256 = "1qzy3zhi18wf42m034s8kcmx9gl05j620x3hf6rnycq2fvy7g4gz";
   };
 
   nativeBuildInputs = [ meson ninja cmake pkg-config desktop-file-utils
@@ -32,9 +32,6 @@ in stdenv.mkDerivation rec {
 
   postPatch = ''
     patchShebangs --build build-aux/meson_post_install.py
-
-    # get rid of unused distributed dependencies
-    rm -r ${pname}/pylocales
   '';
 
   preFixup = ''