{timedoctor,hyperspace-cli}: mark as broken

oxalica 55226a0d 1d1dd5dd

+5
+2
pkgs/applications/office/timedoctor/default.nix
··· 119 119 license = licenses.unfree; 120 120 maintainers = with maintainers; [ kamadorueda ]; 121 121 platforms = [ "x86_64-linux" ]; 122 + # gpgme for i686-linux failed to build. 123 + broken = true; 122 124 }; 123 125 }
+3
pkgs/development/node-packages/default.nix
··· 89 89 pkgs.lib.makeBinPath [ pkgs.nodejs ] 90 90 } 91 91 ''; 92 + # See: https://github.com/NixOS/nixpkgs/issues/142196 93 + # [...]/@hyperspace/cli/node_modules/.bin/node-gyp-build: /usr/bin/env: bad interpreter: No such file or directory 94 + meta.broken = true; 92 95 }; 93 96 94 97 mdctl-cli = super."@medable/mdctl-cli".override {