summary refs log tree commit diff
path: root/pkgs/misc/gnuk
Commit message (Collapse)AuthorAge
* gnuk: 1.0.4 -> 1.2.14danme2019-09-13
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* treewide: use gnu toolchain for avr/arm-embeddedMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | These packages should in theory work with our GCC toolchains, but there are some definite breakages that need to be tracked down. Comparing output of these to old gcc-arm-embedded is important. Affected packages include: - axolooti - avrdudess - opentx - microscheme - betaflight - inav - blackmagic - simavr - gnuk
* gnuk{-git,-unstable}: removeMatthew Bauer2018-10-29
| | | | | These two are unmaintained, no reason to keep them when they are out-of-date
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* gnuk: Fix hashes.Moritz Ulrich2016-06-03
| | | | Fixes #15827.
* gnuk: Add derivation for fst-01William A. Kennington III2015-05-02