summary refs log tree commit diff
path: root/pkgs/applications/misc/hello
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Changelog meta entry (#60371)Michael Raskin2019-05-10
| | | | meta.changelog: enable, document, add for GNU Hello
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* hello-unfree: init at 1.0 (#41763)Jan Malakhovski2018-06-09
| | | Also add `version` attribute to GNU `hello` while we are at it.
* doc: use "with stdenv.lib" in metaDmitry Kalinkin2018-05-22
|
* Revert switching hello to fetchipfs, re: #18296Michael Raskin2017-11-13
|
* bootstrap tools test: fixup after d71833ee36Vladimír Čunát2017-11-11
|
* fetchipfs: initknupfer2017-11-04
| | | | Fixes #18296
* hello: doCheck = true; againVladimír Čunát2016-08-07
| | | | Close #17573.
* hello/ex-2 -> helloEelco Dolstra2015-09-22
|
* separateDebugInfo: Assert LinuxEelco Dolstra2015-09-22
| | | | Also remove some unintended setting of separateDebugInfo.
* Enable separate debug infoEelco Dolstra2015-09-17
| | | | | | | | | | | You can now pass separateDebugInfo = true; to mkDerivation. This causes debug info to be separated from ELF binaries and stored in the "debug" output. The advantage is that it enables installing lean binaries, while still having the ability to make sense of core dumps, etc.
* Remove unreferenced filesPascal Wittmann2015-08-13
| | | | | | | | | This commit removes files that are not referenced in nixpkgs anymore. I have created this list by finding potential candidates using find nixpkgs/pkgs -type d -links 2 | parallel -N 1 'out=`grep -L {} top-level/all-packages.nix`; test -n "$out" && echo {}' and have then searched for those candidates with grep in whole nixpkgs.
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* hello: Update to 2.10Eelco Dolstra2014-11-16
|
* doc: modernize meta attributes documentationDomen Kožar2014-07-27
|
* hello: update from 2.8 to 2.9Nixpkgs Monitor2013-12-15
|
* hello: Update to 2.8Shea Levy2012-07-09
|
* * Remove dummy line that got committed accidentally.Eelco Dolstra2011-05-11
| | | | svn path=/nixpkgs/trunk/; revision=27218
* Important version bumpShea Levy2011-04-01
| | | | svn path=/nixpkgs/trunk/; revision=26657
* * Sync with the trunk.Eelco Dolstra2010-11-29
| | | | svn path=/nixpkgs/branches/cve-2010-3856/; revision=24921
* GNU Hello 2.6.Ludovic Courtès2010-05-10
| | | | svn path=/nixpkgs/trunk/; revision=21707
* * Updated GNU hello to 2.5. This also gets rid of the unintentionalEelco Dolstra2010-02-09
| | | | | | "hello-2.3x26" commit. svn path=/nixpkgs/trunk/; revision=19877
* * Fix / disable some packages that give evaluation errors in Hydra.Eelco Dolstra2010-02-05
| | | | svn path=/nixpkgs/trunk/; revision=19833
* * Quick start section.Eelco Dolstra2008-06-17
| | | | | | * Updated some packages that are referenced in that section. svn path=/nixpkgs/trunk/; revision=12139
* meta.homepage added to several packagesYury G. Kudryashov2008-01-30
| | | | svn path=/nixpkgs/trunk/; revision=10417
* * Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9201
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Added a bunch of descriptions.Eelco Dolstra2006-10-11
| | | | svn path=/nixpkgs/trunk/; revision=6705
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Example 2.Eelco Dolstra2004-11-05
| | | | svn path=/nixpkgs/trunk/; revision=1703
* * Sync example with manual.Eelco Dolstra2004-11-04
| | | | svn path=/nixpkgs/trunk/; revision=1687
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * Added GNU hello.Eelco Dolstra2003-11-27
svn path=/nixpkgs/trunk/; revision=555