Merge pull request #170524 from armeenm/unbreak-hyperspace-cli

hyperspace-cli: unbreak
This commit is contained in:
Sandro 2022-04-27 17:49:01 +02:00 committed by GitHub
commit b8150f791c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,9 +89,6 @@ 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 {