about summary refs log tree commit diff
path: root/pkgs/development/libraries/cm256cc
AgeCommit message (Collapse)AuthorFilesLines
2023-08-20cm256cc: pull fix pending upstream inclusion for gcc-13Sergei Trofimovich1-1/+11
Without the change build fails on `gcc-13` as: $ nix build --impure --expr 'with import ./. {}; cm256cc.override { stdenv = gcc13Stdenv; }' -L ... /build/source/unit_test/data.h:37:9: error: 'uint16_t' does not name a type 37 | uint16_t i; | ^~~~~~~~ /build/source/unit_test/data.h:33:1: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' 32 | #include <string.h> +++ |+#include <cstdint>
2023-03-12sdrangel: fix darwin buildMathieu Rene1-1/+1
Tested and changed the platform metadata for the dependent libs.
2022-09-07cm256cc: fix path in pkg-config fileAlexander Shpilkin1-0/+6
2021-02-20cm256cc: 1.0.5 -> 1.1.0R. RyanTM1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-06-27cm256cc: add licenseMarkus Kowalewski1-0/+1
2019-08-24cm256cc: init at 1.0.5Alkeryn1-0/+23