about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-04-30 01:44:39 +0200
committerGitHub <noreply@github.com>2022-04-30 01:44:39 +0200
commitf308111faa2a476a308f07d8cc48d65a9440b2ae (patch)
tree1559415fe64739acbfd1e735313ca725b431342c /pkgs/applications/graphics
parent3080554891b4404fcbc5f09a4fe1d4ea0334d829 (diff)
parentaed4d163f6668719201f6e4b881dcb3d00172f48 (diff)
Merge pull request #164879 from willcohen/proj-9
proj: 8.2.1 -> 9.0.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/cloudcompare/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/cloudcompare/default.nix b/pkgs/applications/graphics/cloudcompare/default.nix
index 6a6820240f4a9..1d5556b6a8b50 100644
--- a/pkgs/applications/graphics/cloudcompare/default.nix
+++ b/pkgs/applications/graphics/cloudcompare/default.nix
@@ -1,4 +1,5 @@
 { lib
+, stdenv
 , mkDerivation
 , fetchFromGitHub
 , fetchpatch
@@ -114,5 +115,6 @@ mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ nh2 ];
     platforms = with platforms; linux; # only tested here; might work on others
+    broken = stdenv.isLinux; # plugins/core/IO/qPDALIO/CMakeFiles/QPDAL_IO_PLUGIN.dir/src/LASFilter.cpp.o] Error 1
   };
 }