Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Michael Eden
70d56f381f
tree: use $CC instead of cc to build
2019-03-16 16:30:37 -04:00
R. RyanTM
af22c2bd7b
tree: 1.7.0 -> 1.8.0
...
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
2018-11-17 23:04:14 -08:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* 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
2017-08-01 22:03:30 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
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)
2016-06-20 13:55:52 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
codyopel
e29b0da9c7
remove stdenv.isBSD
2015-02-24 22:15:51 -05:00
Peter Simons
79486d44c0
tree: don't rely on $CC being set in the stdenv build environment
...
Fixes https://github.com/NixOS/nixpkgs/issues/5214 .
2014-12-03 16:00:41 +01:00
Joel Taylor
6f949b2e87
get rid of nasty CC stuff
2014-09-09 13:54:26 -07:00
Joel Taylor
3e8344d334
suitable clang stdenv
2014-09-09 13:54:24 -07:00
John Wiegley
326ca0f690
Many minor fixes to get things building after recent compiler changes
2014-08-10 23:18:57 -05:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Anders Claesson
05402bc7c8
tree: update to version 1.7.0
2014-06-15 23:31:39 +02:00
Peter Simons
de4c559ce9
tree: configure build for BSD Unix
...
svn path=/nixpkgs/trunk/; revision=27948
2011-07-25 17:24:49 +00:00
Peter Simons
486ff3ff40
tree: configure build for Cygwin
...
svn path=/nixpkgs/trunk/; revision=27947
2011-07-25 17:19:37 +00:00
Peter Simons
31d1abd4a1
tree: OBJS+=... doesn't work on the make command line, use EXTRA_OBJS variable instead
...
svn path=/nixpkgs/trunk/; revision=27919
2011-07-24 19:36:03 +00:00
Peter Simons
3415f0f088
tree: the tool ought to compile everywhere, so let's give it a try
...
svn path=/nixpkgs/trunk/; revision=27918
2011-07-24 19:15:09 +00:00
Peter Simons
e0e42141d9
tree: blind attempt to fix the build on Darwin
...
svn path=/nixpkgs/trunk/; revision=27917
2011-07-24 19:15:03 +00:00
Peter Simons
7743596401
all-packages.nix: added the 'tree' utility
...
svn path=/nixpkgs/trunk/; revision=27916
2011-07-24 09:57:06 +00:00