summary refs log tree commit diff
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-12-24 16:05:31 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-12-24 16:05:31 +0900
commitac92ac99081b18296b1d43bc12eea433104182ed (patch)
treefdbc9efd8d55a80bb599f8e89bde4320f0012ed4
parent9f2b3e327af49590c81eb23d1bb14e44bca5e36e (diff)
downloadnixpkgs-ac92ac99081b18296b1d43bc12eea433104182ed.tar
nixpkgs-ac92ac99081b18296b1d43bc12eea433104182ed.tar.gz
nixpkgs-ac92ac99081b18296b1d43bc12eea433104182ed.tar.bz2
nixpkgs-ac92ac99081b18296b1d43bc12eea433104182ed.tar.lz
nixpkgs-ac92ac99081b18296b1d43bc12eea433104182ed.tar.xz
nixpkgs-ac92ac99081b18296b1d43bc12eea433104182ed.tar.zst
nixpkgs-ac92ac99081b18296b1d43bc12eea433104182ed.zip
petrinizer: mark as broken because sbv no longer builds
-rw-r--r--pkgs/applications/editors/yi/wrapper.nix2
-rw-r--r--pkgs/applications/science/logic/petrinizer/default.nix4
2 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/editors/yi/wrapper.nix b/pkgs/applications/editors/yi/wrapper.nix
index b7eaf5d639e..356a04b36e9 100644
--- a/pkgs/applications/editors/yi/wrapper.nix
+++ b/pkgs/applications/editors/yi/wrapper.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
     license = licenses.publicDomain;
     maintainers = with maintainers; [ ];
 
-    # dependency yi-language no longer builds doesn't build
+    # dependency yi-language no longer builds
     hydraPlatforms = lib.platforms.none;
     broken = true;
   };
diff --git a/pkgs/applications/science/logic/petrinizer/default.nix b/pkgs/applications/science/logic/petrinizer/default.nix
index 62d259f8318..9fd20e3ed4a 100644
--- a/pkgs/applications/science/logic/petrinizer/default.nix
+++ b/pkgs/applications/science/logic/petrinizer/default.nix
@@ -24,4 +24,8 @@ mkDerivation rec {
   license = lib.licenses.gpl3;
   maintainers = with lib.maintainers; [ raskin ];
   inherit (sbv_7_13.meta) platforms;
+
+  # dependency sbv no longer builds
+  hydraPlatforms = lib.platforms.none;
+  broken = true;
 }