summary refs log tree commit diff
path: root/pkgs/applications/misc/bb
Commit message (Collapse)AuthorAge
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | 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
* bb: fix build on aarch64-darwinWeijia Wang2022-11-03
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bb: add Darwin compatibilityAlyssa Ross2018-10-29
| | | | It even has working sound, unlike on Linux!
* darwin: disable broken packagesMatthew Bauer2018-03-08
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* bb: init at 1.3rc1rnhmjoj2017-10-16