tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
{timedoctor,hyperspace-cli}: mark as broken
oxalica
4 years ago
55226a0d
1d1dd5dd
+5
2 changed files
expand all
collapse all
unified
split
pkgs
applications
office
timedoctor
default.nix
development
node-packages
default.nix
+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
122
+
# gpgme for i686-linux failed to build.
123
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
92
+
# See: https://github.com/NixOS/nixpkgs/issues/142196
93
93
+
# [...]/@hyperspace/cli/node_modules/.bin/node-gyp-build: /usr/bin/env: bad interpreter: No such file or directory
94
94
+
meta.broken = true;
92
95
};
93
96
94
97
mdctl-cli = super."@medable/mdctl-cli".override {