{timedoctor,hyperspace-cli}: mark as broken

main
oxalica 3 years ago
parent 1d1dd5ddfd
commit 55226a0d9e
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00
  1. 2
      pkgs/applications/office/timedoctor/default.nix
  2. 3
      pkgs/development/node-packages/default.nix

@ -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;
};
}

@ -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 {

Loading…
Cancel
Save