Fernando Rodrigues
ec8cc3e717
gnuk: set as broken, use correct homepage in meta and remove nested with expression
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-10-31 15:54:49 +00:00
Fernando Rodrigues
cab0d917f4
gnuk: 1.2.14 -> 2.2
...
Still broken, as they switched from newlib to picolib.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-10-31 15:54:49 +00:00
Fernando Rodrigues
ac2bd873a3
gnuk: replace configurePhase with configureFlags and sourceRoot
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-10-31 15:54:48 +00:00
Fernando Rodrigues
4e63264c54
gnuk: format with nixfmt-rfc-style
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-10-31 15:40:02 +00:00
Fernando Rodrigues
3d794b1dfe
gnuk: convert into a saner derivation
...
This absolutely does not need a generic builder.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-10-31 14:53:15 +00:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Felix Buehler
027d353491
treewide: rename name to pname&version
2022-01-22 18:13:29 +01:00
Sandro Jäckel
e3cf7c1a90
gnuk: switch to python3
2021-09-12 16:18:47 +02:00
Frederik Rietdijk
c817f6442f
gnuk: stay with python2
2021-04-03 17:06:08 +02:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
danme
5aa5fd4657
gnuk: 1.0.4 -> 1.2.14
2019-09-13 18:59:45 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
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.
2019-01-26 10:05:32 +00:00
Matthew Bauer
aa4707fc34
treewide: use gnu toolchain for avr/arm-embedded
...
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-30 13:31:45 -05:00
Matthew Bauer
501d072b5f
gnuk{-git,-unstable}: remove
...
These two are unmaintained, no reason to keep them when they are
out-of-date
2018-10-29 14:34:10 -05:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
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-20 13:55:52 +02:00
Moritz Ulrich
a1b0ca639c
gnuk: Fix hashes.
...
Fixes #15827 .
2016-06-03 12:16:54 +02:00
William A. Kennington III
36f6601e12
gnuk: Add derivation for fst-01
2015-05-02 15:54:42 -07:00