summary refs log tree commit diff
path: root/pkgs/tools/system/tree
Commit message (Collapse)AuthorAge
* tree: fix build on darwin/othersTristan Gosselin-Hane2021-11-14
|
* tree: fix cross-compileMaciej Krüger2021-11-13
| | | | Should be makeFlagsArray not makeFlags
* tree: fix packageMaciej Krüger2021-11-13
| | | | | | | makeFlags seems to be escaped now, so to do CC=$CC we need to append it to makeFlags in the shell script now Otherwise we get CC=\$CC
* tree: cleanup, take maintainershipSandro Jäckel2021-11-12
|
* Drop myself from meta.maintainers for most packages.Peter Simons2021-10-14
| | | | | I'd like to reduce the number of Github notifications and review requests I receive.
* various: cleanup of 'inherit version;'Felix Buehler2021-07-16
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pnamevolth2019-08-17
|
* tree: use $CC instead of cc to buildMichael Eden2019-03-16
|
* tree: 1.7.0 -> 1.8.0R. RyanTM2018-11-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tree/versions
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* remove stdenv.isBSDcodyopel2015-02-24
|
* tree: don't rely on $CC being set in the stdenv build environmentPeter Simons2014-12-03
| | | | Fixes https://github.com/NixOS/nixpkgs/issues/5214.
* get rid of nasty CC stuffJoel Taylor2014-09-09
|
* suitable clang stdenvJoel Taylor2014-09-09
|
* Many minor fixes to get things building after recent compiler changesJohn Wiegley2014-08-10
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* tree: update to version 1.7.0Anders Claesson2014-06-15
|
* tree: configure build for BSD UnixPeter Simons2011-07-25
| | | | svn path=/nixpkgs/trunk/; revision=27948
* tree: configure build for CygwinPeter Simons2011-07-25
| | | | svn path=/nixpkgs/trunk/; revision=27947
* tree: OBJS+=... doesn't work on the make command line, use EXTRA_OBJS ↵Peter Simons2011-07-24
| | | | | | variable instead svn path=/nixpkgs/trunk/; revision=27919
* tree: the tool ought to compile everywhere, so let's give it a tryPeter Simons2011-07-24
| | | | svn path=/nixpkgs/trunk/; revision=27918
* tree: blind attempt to fix the build on DarwinPeter Simons2011-07-24
| | | | svn path=/nixpkgs/trunk/; revision=27917
* all-packages.nix: added the 'tree' utilityPeter Simons2011-07-24
svn path=/nixpkgs/trunk/; revision=27916