about summary refs log tree commit diff
path: root/pkgs/misc/gnuk
AgeCommit message (Collapse)AuthorFilesLines
2021-09-12gnuk: switch to python3Sandro Jäckel1-3/+3
2021-04-03gnuk: stay with python2Frederik Rietdijk1-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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-13gnuk: 1.0.4 -> 1.2.14danme1-3/+3
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+0
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.
2018-10-30treewide: use gnu toolchain for avr/arm-embeddedMatthew Bauer1-2/+2
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
2018-10-29gnuk{-git,-unstable}: removeMatthew Bauer2-22/+0
These two are unmaintained, no reason to keep them when they are out-of-date
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
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)
2016-06-03gnuk: Fix hashes.Moritz Ulrich3-3/+3
Fixes #15827.
2015-05-02gnuk: Add derivation for fst-01William A. Kennington III4-0/+85