summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-05-09 01:36:50 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-05-09 01:36:50 +0200
commit0194fb5f8497be28ac7b11fdf73cc718199f5ecf (patch)
treebc0e00d8f6782cda36a4109a8fbfc44543e418b1
parent423aefc9c68ef31966f2fd792aa270e51d3ebeb9 (diff)
downloadnixpkgs-0194fb5f8497be28ac7b11fdf73cc718199f5ecf.tar
nixpkgs-0194fb5f8497be28ac7b11fdf73cc718199f5ecf.tar.gz
nixpkgs-0194fb5f8497be28ac7b11fdf73cc718199f5ecf.tar.bz2
nixpkgs-0194fb5f8497be28ac7b11fdf73cc718199f5ecf.tar.lz
nixpkgs-0194fb5f8497be28ac7b11fdf73cc718199f5ecf.tar.xz
nixpkgs-0194fb5f8497be28ac7b11fdf73cc718199f5ecf.tar.zst
nixpkgs-0194fb5f8497be28ac7b11fdf73cc718199f5ecf.zip
zeroc-ice: mark broken
-rw-r--r--pkgs/development/libraries/zeroc-ice/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/zeroc-ice/default.nix b/pkgs/development/libraries/zeroc-ice/default.nix
index 9a1861f6044..9ee55a47797 100644
--- a/pkgs/development/libraries/zeroc-ice/default.nix
+++ b/pkgs/development/libraries/zeroc-ice/default.nix
@@ -97,5 +97,7 @@ in stdenv.mkDerivation rec {
     license = licenses.gpl2Only;
     platforms = platforms.unix;
     maintainers = with maintainers; [ abbradar ];
+    # no match for 'operator!='
+    broken = true;
   };
 }