summaryrefslogtreecommitdiff
path: root/pkgs/tools/security/dieharder (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Hildebrandt2024-06-091-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. stuebinm2024-03-191-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 Artturin2023-02-221-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 Mancilla2022-07-091-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 Trofimovich2022-06-051-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 Schijndel2022-05-291-0/+1
* dieharder: init at 3.31.1Zhaofeng Li2022-05-072-0/+41