- Oct 24, 2013
-
-
Eelco Dolstra authored
-
- Oct 17, 2013
-
-
Eelco Dolstra authored
Combined with the previous changes, stack traces involving derivations are now much less verbose, since something like while evaluating the builtin function `getAttr': while evaluating the builtin function `derivationStrict': while instantiating the derivation named `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3': while evaluating the derivation attribute `propagatedNativeBuildInputs' at `/home/eelco/Dev/nixpkgs/pkgs/stdenv/generic/default.nix:78:17': while evaluating the attribute `outPath' at `/nix/store/212ngf4ph63mp6p1np2bapkfikpakfv7-nix-1.6/share/nix/corepkgs/derivation.nix:18:9': ... now reads while evaluating the attribute `propagatedNativeBuildInputs' of the derivation `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3': ...
-
Eelco Dolstra authored
-
- Oct 16, 2013
-
-
goblin authored
-
- Sep 10, 2013
-
-
Eelco Dolstra authored
-
- Sep 06, 2013
-
-
Domen Kožar authored
-
- Sep 03, 2013
-
-
Eelco Dolstra authored
This is equivalent to running ‘nix-env -e '*'’ first, except that it happens in a single transaction. Thus, ‘nix-env -i pkgs...’ replaces the profile with the specified set of packages. The main motivation is to support declarative package management (similar to environment.systemPackages in NixOS). That is, if you have a specification ‘profile.nix’ like this: with import <nixpkgs> {}; [ thunderbird geeqie ... ] then after any change to ‘profile.nix’, you can run: $ nix-env -f profile.nix -ir to update the profile to match the specification. (Without the ‘-r’ flag, if you remove a package from ‘profile.nix’, it won't be removed from the actual profile.) Suggested by @zefhemel.
-
- Sep 02, 2013
-
-
Eelco Dolstra authored
Issue #162.
-
Eelco Dolstra authored
Reported by Matija Šuklje. Fixes #163.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This is mostly useful for Hydra to deal with builders that get stuck in an infinite loop writing data to stdout/stderr.
-
- Aug 26, 2013
-
-
Ivan Kozik authored
-
Ivan Kozik authored
-
- Aug 23, 2013
-
-
Eelco Dolstra authored
These cause an unnecessary runtime dependency :-)
-
- Aug 21, 2013
-
-
Eelco Dolstra authored
Libpng used to accept this, but no longer does.
-
- Jul 19, 2013
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This causes the environment to be (almost) cleared, thus giving a shell that more closely resembled the actual Nix derivation.
-
- Jul 12, 2013
-
-
Domen Kožar authored
-
- Jul 11, 2013
-
-
Eelco Dolstra authored
This ensures that not just environment variables are set, but also shell functions such as unpackPhase, configurePhase and so on.
-
- Jul 03, 2013
-
-
Eelco Dolstra authored
-
- Jul 01, 2013
-
-
Eelco Dolstra authored
Issue NixOS/hydra#102.
-
- Jun 17, 2013
-
- Jun 13, 2013
-
-
Eelco Dolstra authored
-
- Jun 05, 2013
-
-
Eelco Dolstra authored
-
- May 29, 2013
-
-
Eelco Dolstra authored
-
- May 13, 2013
-
- May 07, 2013
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This allows providing additional binary caches, useful in scripts like Hydra's build reproduction scripts, in particular because untrusted caches are ignored.
-
- May 03, 2013
-
-
Eelco Dolstra authored
-
- May 01, 2013
-
-
Eelco Dolstra authored
-
- Apr 09, 2013
-
-
Eelco Dolstra authored
Reported by Johan Grande.
-
- Mar 14, 2013
-
-
Eelco Dolstra authored
-
- Mar 08, 2013
-
-
Eelco Dolstra authored
This reverts commit 28bba8c4.
-
- Mar 07, 2013
-
-
Eelco Dolstra authored
-
- Feb 28, 2013
-
-
Eelco Dolstra authored
Also use a point release version number as suggested by several people.
-
- Feb 27, 2013
-
- Feb 26, 2013
-
- Feb 08, 2013
-
-
Eelco Dolstra authored
-