about summary refs log tree commit diff
path: root/pkgs/applications/video/glaxnimate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/glaxnimate/default.nix')
-rw-r--r--pkgs/applications/video/glaxnimate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/glaxnimate/default.nix b/pkgs/applications/video/glaxnimate/default.nix
index 9e4eda8a0790..7c6d8500d877 100644
--- a/pkgs/applications/video/glaxnimate/default.nix
+++ b/pkgs/applications/video/glaxnimate/default.nix
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
 
   qtWrapperArgs = [ ''--prefix PATH : ${python3WithLibs}/bin'' ];
 
-  passthru.tests.version = lib.optionalAttrs stdenv.isLinux (testers.testVersion {
+  passthru.tests.version = lib.optionalAttrs stdenv.hostPlatform.isLinux (testers.testVersion {
     package = glaxnimate;
     command = "${xvfb-run}/bin/xvfb-run glaxnimate --version";
   });