tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
panopticon: mark as broken
Aaron Jheng
2 years ago
039ecec2
f242fc76
+1
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
analysis
panopticon
default.nix
+1
-2
pkgs/development/tools/analysis/panopticon/default.nix
···
46
'';
47
license = with licenses; [ gpl3 ];
48
maintainers = with maintainers; [ leenaars ];
49
-
# never built on aarch64-linux since first introduction in nixpkgs
50
-
broken = stdenv.isDarwin || (stdenv.isLinux && stdenv.isAarch64);
51
};
52
}
···
46
'';
47
license = with licenses; [ gpl3 ];
48
maintainers = with maintainers; [ leenaars ];
49
+
broken = true; # Added 2024-03-16
0
50
};
51
}