summary refs log tree commit diff
path: root/pkgs/misc/misc.nix
Commit message (Collapse)AuthorAge
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra2011-12-12
| | | | | | in its interaction with the ‘dontStrip’ attribute. svn path=/nixpkgs/branches/stdenv-updates/; revision=30848
* pkgs/misc/misc.nix: removed the warning I added earlierPeter Simons2011-08-16
| | | | | | | | | | | | | | | | | | | | | | | | What I did was to add two versions of the same package into the same collection, i.e. ghc-7.0.4 and ghc-7.2.1. I was surprised to see the build succeed, because there are file collisions between these two. So I (wrongly) assumed that the collection function was to blame, but in fact this is a "feature" of nix-env. Apparently, file collision detection doesn't take place when the user installs two versions of the same package simultaneously. File collisions are detected only between different packages! For example, the command nix-env -i ghc-7.0.4 ghc-7.2.1-wrapper is going to fail, but nix-env -i ghc-7.0.4-wrapper ghc-7.2.1-wrapper is going to succeed. Maybe I just didn't read the documentation thoroughly enough, but this behavior sure is unexpected to me. svn path=/nixpkgs/trunk/; revision=28638
* pkgs/misc/misc.nix: document the fact that 'collection' does not detect file ↵Peter Simons2011-08-16
| | | | | | collisions svn path=/nixpkgs/trunk/; revision=28610
* Fix typo in pkgs/misc/misc.nixShea Levy2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27152
* Build a package with debugging information so that you can run it within gdb ↵Marc Weber2010-05-23
| | | | | | | | or run valgrind on it. Example: xmessageDebug = misc.debugVersion xorg.xmessage svn path=/nixpkgs/trunk/; revision=21945
* cdtenv: also store PATH and PKG_CONFIG_PATHMarc Weber2009-07-27
| | | | svn path=/nixpkgs/trunk/; revision=16478
* adding cdtEnv symlinking deps into one $out/cdt-env/{lib,include} directoryMarc Weber2009-07-07
and collection which let's you install and update a set of derivations at once svn path=/nixpkgs/trunk/; revision=16224