summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTobias Bora <tobias.bora@gmail.com>2023-11-19 17:44:56 +0100
committerGitHub <noreply@github.com>2023-11-19 18:44:56 +0200
commit3ea085d8d7f689d80cf14283ce0a5ffd9ba3280e (patch)
treef5adbbfd667bc221860f87faabfd84fd5bf41352 /pkgs/applications
parent46e98ccc96d9ec130f85f6c2b8884db8fb735ba5 (diff)
glaxnimate: 0.5.1 -> 0.5.4 + fix #263731 (#264387)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/glaxnimate/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/applications/video/glaxnimate/default.nix b/pkgs/applications/video/glaxnimate/default.nix
index 0878c2f1ed597..4ab5222c54ba5 100644
--- a/pkgs/applications/video/glaxnimate/default.nix
+++ b/pkgs/applications/video/glaxnimate/default.nix
@@ -37,19 +37,20 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "glaxnimate";
-  version = "0.5.1";
+  version = "0.5.4";
 
   src = fetchFromGitLab {
     owner = "mattbas";
     repo = "${pname}";
     rev = version;
-    sha256 = "G4ykcOvXXnVIQZUYpRIrALtDSsGqxMvDtcmobjjtlKw=";
+    sha256 = "sha256-8oHJCQdP2xxSSDM0MDkSrG89WgCtMKm1AKlddnq3gig=";
     fetchSubmodules = true;
   };
 
   nativeBuildInputs = [
     cmake
     wrapQtAppsHook
+    qttools
   ];
 
   buildInputs = [
@@ -65,6 +66,10 @@ stdenv.mkDerivation rec {
     python3WithLibs
   ];
 
+  # Translation needs to be separately compiled
+  # https://gitlab.com/mattbas/glaxnimate/-/issues/648
+  buildFlags = [ "translations" ];
+
   qtWrapperArgs = [ ''--prefix PATH : ${python3WithLibs}/bin'' ];
 
   passthru.tests.version = lib.optionalAttrs stdenv.isLinux (testers.testVersion {