summary refs log tree commit diff
path: root/pkgs/tools/system/tm/default.nix
Commit message (Collapse)AuthorAge
* 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
* tm: Rely on cc-wrapper to export this env varhsloan2017-06-28
|
* tm: fix darwin buildMatthew Bauer2016-08-16
|
* 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)
* Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice2015-05-27
| | | | | | | | | | Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense.
* Making ts and tm crossbuildLluís Batlle i Rossell2010-11-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24870
* Setting tm and ts to build in all nixpkgs platforms.Lluís Batlle i Rossell2010-03-05
| | | | svn path=/nixpkgs/trunk/; revision=20446
* Updating freeimage, and setting me as maintainer on some packages.Lluís Batlle i Rossell2009-10-02
| | | | svn path=/nixpkgs/trunk/; revision=17584
* tm (terminal mixer), ts (task spooler) added, provided by viricMarc Weber2008-08-21
svn path=/nixpkgs/trunk/; revision=12688