{timedoctor,hyperspace-cli}: mark as broken

This commit is contained in:
oxalica 2021-10-26 00:14:24 +08:00
parent 1d1dd5ddfd
commit 55226a0d9e
No known key found for this signature in database
GPG key ID: CED392DE0C483D00
2 changed files with 5 additions and 0 deletions

View file

@ -119,5 +119,7 @@ appimageTools.wrapType2 {
license = licenses.unfree;
maintainers = with maintainers; [ kamadorueda ];
platforms = [ "x86_64-linux" ];
# gpgme for i686-linux failed to build.
broken = true;
};
}

View file

@ -89,6 +89,9 @@ let
pkgs.lib.makeBinPath [ pkgs.nodejs ]
}
'';
# See: https://github.com/NixOS/nixpkgs/issues/142196
# [...]/@hyperspace/cli/node_modules/.bin/node-gyp-build: /usr/bin/env: bad interpreter: No such file or directory
meta.broken = true;
};
mdctl-cli = super."@medable/mdctl-cli".override {