about summary refs log tree commit diff
path: root/pkgs/tools/misc/toybox
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09toybox: fix build with libxcryptMartin Weinelt1-3/+7
2022-08-17toybox: 0.8.6 -> 0.8.8R. Ryantm1-2/+2
2021-12-24toybox: 0.8.5 -> 0.8.6R. Ryantm1-2/+2
2021-09-19pkgsStatic.toybox: fix buildAlyssa Ross1-1/+2
2021-08-14toybox: 0.8.4 -> 0.8.5R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-03treewide: Start to break up static overlayJohn Ericson1-1/+1
We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
2020-12-25toybox: fix cross-compilationRyan Burns1-0/+2
Toybox expects a native `cc` for producing build-time executables, such as kconfig/conf.
2020-11-26toybox: 0.8.3 -> 0.8.4Christian Kampka1-2/+4
2020-05-27toybox: 0.8.2 -> 0.8.3R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30treewide: installTargets is a listRobin Gloster1-1/+1
2019-10-24toybox: 0.8.1 -> 0.8.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/toybox/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-04toybox: 0.8.0 -> 0.8.1Will Dietz1-2/+2
http://landley.net/toybox/index.html#21-05-2019
2019-04-26treewide: disable -Werror for llvm 7Matthew Bauer1-0/+2
Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
2019-03-03toybox: install all binary links in one directoryhhm1-3/+6
also... - removes an unused parameter - patches all shebangs, not just those in "scripts" dir - add "which" to checkInputs for debug mode tests
2019-02-27toybox: init at 0.8.0hhm1-0/+62
B"H toybox package, supporting static building via enableStatic, and custom configurations via extraConfig and enableMinimal parameters parseconfig shell function, and misc other parts, are based on busybox package derivation