summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/gnuk
AgeCommit message (Collapse)Author
2022-01-22treewide: rename name to pname&versionFelix Buehler
2021-09-12gnuk: switch to python3Sandro Jäckel
2021-04-03gnuk: stay with python2Frederik Rietdijk
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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 Reilly
2019-09-13gnuk: 1.0.4 -> 1.2.14danme
2019-08-28treewide: remove redundant recvolth
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim
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 Bauer
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 Bauer
These two are unmaintained, no reason to keep them when they are out-of-date
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-06-20Captialize meta.description of all packagesBjørn Forsman
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 Ulrich
Fixes #15827.
2015-05-02gnuk: Add derivation for fst-01William A. Kennington III