Skip to content

Commit fd109be

Browse files
committed
nph: upgrade to buildNimPackage; nph: mark broken for now
Upgrade: same with nimlsp nim was upgraded and removed this now defaults to nim which is currently 2.2.6 Broken: #461756 (comment) Upstream needs updating their nim versions for now, it will be marked broken
1 parent 1e4ca06 commit fd109be

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pkgs/by-name/np/nph/package.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
lib,
33
fetchFromGitHub,
44
buildNimPackage,
5-
nim-2_0,
65
}:
7-
let
8-
buildNimPackage' = buildNimPackage.override {
9-
# Do not build with Nim-2.2.x.
10-
nim2 = nim-2_0;
11-
};
12-
in
13-
buildNimPackage' (finalAttrs: {
6+
buildNimPackage (finalAttrs: {
147
pname = "nph";
158
version = "0.6.1";
169

@@ -43,5 +36,6 @@ buildNimPackage' (finalAttrs: {
4336
license = lib.licenses.mit;
4437
maintainers = with lib.maintainers; [ sigmanificient ];
4538
mainProgram = "nph";
39+
broken = true; # FIX: https://github.com/NixOS/nixpkgs/pull/461756#issuecomment-3592724847
4640
};
4741
})

0 commit comments

Comments
 (0)