| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
| Artturin | 2023-02-22 | 1 | -1/+1 |
| * | dieharder: mark as unbroken on darwin•••Marked as broken by #173671 but builds and works fine on darwin, with
sandbox enabled.
| Sebastián Mancilla | 2022-07-09 | 1 | -1/+0 |
| * | dieharder: add -fcommon workaround•••Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: include/dieharder/parse.h:21: multiple definition of `splitbuf';
include/dieharder/parse.h:21: first defined here
| Sergei Trofimovich | 2022-06-05 | 1 | -0/+5 |
| * | treewide: pkgs/tools: mark broken for darwin•••All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
| Rick van Schijndel | 2022-05-29 | 1 | -0/+1 |
| * | dieharder: init at 3.31.1 | Zhaofeng Li | 2022-05-07 | 2 | -0/+41 |