about summary refs log tree commit diff
path: root/pkgs/applications/science/electronics/hal-hardware-analyzer
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-07Merge pull request #286257 from risicle/ris-hal-hardware-analyzer-darwin-2024-02Robert Scott1-1/+5
hal-hardware-analyzer: fix build on darwin
2024-02-04hal-hardware-analyzer: fix build on darwinRobert Scott1-1/+5
allow old igraph to build on modern clang by ignoring some new warnings, and build with sdk 11 to avoid memstream problems
2024-02-03hal-hardware-analyzer: fix build with gcc 13Robert Scott1-0/+6
2023-09-05hal-hardware-analyzer: mark as broken on darwinTobias Mayer1-0/+1
2023-08-30hal-hardware-analyzer: fix build with fmt 10.1.0Tobias Mayer1-0/+6
2023-08-27hal-hardware-analyzer: 3.3.0 -> 4.2.0Doron Behar1-40/+63
Diff: https://github.com/emsec/hal/compare/v3.3.0...v4.2.0
2023-07-01spdlog: reformat expression arguments, and comment about fmt_9Doron Behar1-1/+1
2023-04-06spdlog: 1.10.0 -> 1.11.0Nicolas Benes1-1/+1
Unpin from fmt_8.
2022-11-12hal-hardware-analyzer: use igraph 0.9Robert Schütz1-1/+19
2022-08-29hal-hardware-analyzer: use overridden fmt 8.0.1 for spdlogRobert Scott1-5/+35
2022-07-20hal-hardware-analyzer: fix build with python 3.10Jiajie Chen1-1/+13
The build fails with Python 3.10. Applied upstream pr to fix it.
2021-11-07treewide: remove fmt from buildInputs where spdlog is usedArtturin1-2/+2
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points to fmt_7 in buildInputs makes the builds use wrong fmt
2021-10-29hal-hardware-analyzer: 3.2.6 -> 3.3.0R. Ryantm1-2/+2
2021-03-09hal-hardware-analyzer: 3.2.5 -> 3.2.6R. RyanTM1-2/+2
2021-02-17hal-hardware-analyzer: 3.1.9 -> 3.2.5 (#112414)SCOTT-HAMILTON1-4/+4
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-11hal-hardware-analyzer: 2.0.0 -> 3.1.9Robert Scott1-7/+7
2020-12-10Update pkgs/applications/science/electronics/hal-hardware-analyzer/default.nixSCOTT-HAMILTON1-1/+1
Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
2020-12-10spdlog: use nixpkgs' fmt instead of bundled oneSCOTT-HAMILTON1-6/+6
2020-07-20hal-hardware-analyzer: init at 2.0.0Robert Scott1-0/+52