summary refs log tree commit diff
path: root/pkgs/applications/version-management
Commit message (Collapse)AuthorAge
* git-annex: Build on Darwin, let Cabal determine proper flagsJohn Wiegley2014-06-21
|
* Revert "add OPENSSL_X509_CERT_FILE to the `git` command environment"Peter Simons2014-06-21
| | | | | | | | | | | | | | | | | | | This reverts commit 88b5578a579ca7eefc8ac5507f9a5be3cc3684ca because of the following issues: 1) If $OPENSSL_X509_CERT_FILE is set in the current shell environment, then its value will overwrite any settings the user may have configured in http.sslCAInfo via git-config(1). If you are unaware of the wrapper, then this behavior is totally unexpected as $OPENSSL_X509_CERT_FILE is not supposed to have an effect on Git. 2) The patch makes it impossible for Git users to use the $GIT_SSL_CAINFO environment variable as documented in git-config(1), because anything set there will be overwritten with the value of $OPENSSL_X509_CERT_FILE (which might be empty). 3) The patch breaks other builds of packages that depend on Git, i.e. <http://hydra.nixos.org/build/11995872/nixlog/1/raw>.
* add OPENSSL_X509_CERT_FILE to the `git` command environmentPaul Woolcock2014-06-16
|
* haskell-git-annex: update to version 5.20140613Peter Simons2014-06-16
|
* Update Monotone and add source-updater scriptMichael Raskin2014-06-10
|
* git-annex: build on Darwin, and rely on cabal to set flagsJohn Wiegley2014-06-10
| | | | Fixes #2519
* haskell-git-annex: update to version 5.20140606Peter Simons2014-06-09
|
* haskell-git-annex: update to version 5.20140529Peter Simons2014-06-09
|
* tig: update to 2.0.2Rok Garbas2014-06-01
|
* git: Update to 1.9.4Eelco Dolstra2014-05-31
|
* haskell-git-annex: update to version 5.20140517Peter Simons2014-05-21
|
* cgit: improve a commentBjørn Forsman2014-05-17
|
* git: Update to 1.9.3Linquize2014-05-15
|
* Re-write the Haskell Platform out of haskell-defaults.nix.Peter Simons2014-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Packages formerly called haskell-haskell-platform-ghcXYZ-VVVV.X.Y.Z are now called haskell-platform-VVVV.X.Y.Z. The latest version can be installed by running "nix-env -i haskell-platform". 2) The attributes haskellPackages_ghcXYZ.haskellPlatform no longer exist. Instead, we have attributes like haskellPlatformPackages."2012_4_0_0". (The last numeric bit must be quoted when used in a Nix file, but not on the command line to nix-env, nix-build, etc.) The latest Platform has a top-level alias called simply haskellPlatform. 3) The haskellPackages_ghcXYZ package sets offer the latest version of every library that GHC x.y.z can compile. For example, if 2.7 is the latest version of QuickCheck and if GHC 7.0.4 can compile that version, then haskellPackages_ghc704.QuickCheck refers to version 2.7. 4) All intermediate GHC releases were dropped from all-packages.nix to simplify our configuration. What remains is a haskellPackages_ghcXYZ set for the latest version of every major release branch, i.e. GHC 6.10.4, 6.12.3, 7.0.4, 7.2.2, 7.4.2, 7.6.3, 7.8.2, and 7.9.x (HEAD snapshot). 5) The ghcXYZPrefs functions in haskell-defaults.nix now inherit overrides from newer to older compilers, i.e. an override configured for GHC 7.0.4 will automatically apply to GHC 6.12.3 and 6.10.4, too. This change has reduced the redundancy in those configuration functions. The downside is that overriding an attribute for only one particular GHC version has become more difficult. In practice, this case doesn't occur much, though. 6) The 'cabal' builder has a brand-new argument called 'extension'. That function is "self : super : {}" by default and users can override it to mess with the attribute set passed to cabal.mkDerivation. An example use would be the definition of darcs in all-packages.nix: | darcs = haskellPackages.darcs.override { | cabal = haskellPackages.cabal.override { | extension = self : super : { | isLibrary = false; | configureFlags = "-f-library " + super.configureFlags or ""; | }; | }; | }; In this case, extension disables building the library part of the package to give us an executable-only version that has no dependencies on GHC or any other Haskell packages. The 'self' argument refers to the final version of the attribute set and 'super' refers to the original attribute set. Note that ... - Haskell Platform packages always provide the Haddock binary that came with the compiler. - Haskell Platform 2009.2.0.2 is broken because of build failures in cgi and cabal-install. - Haskell Platform 2010.1.0.0 is broken becasue of build failures in cgi.
* Use the working source for GNU ARchMichael Raskin2014-05-03
|
* haskell-git-annex: update to version 5.20140421Peter Simons2014-04-29
|
* Silence some Hydra evaluation warningsEelco Dolstra2014-04-24
|
* haskell-git-annex: update to version 5.20140412Peter Simons2014-04-23
|
* git send-email: Respect $OPENSSL_X509_CERT_FILEEelco Dolstra2014-04-16
|
* On Darwin, set NO_APPLE_COMMON_CRYPTO=1 for git buildsJohn Wiegley2014-04-14
|
* cgit: bump git version to 1.9.2Austin Seipp2014-04-13
| | | | | | This also updates the download URL to use kernel.org Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Change several package constraints from linux to unixJohn Wiegley2014-04-12
| | | | They all build on Darwin.
* git: Update to 1.9.2Linquize2014-04-10
|
* gitAndTools.svn2git: update from 2.2.2 to 2.2.5Peter Simons2014-04-09
|
* gitAndTools.stgit: update from 0.16 to 0.17.1Peter Simons2014-04-09
|
* haskell-git-annex: update to version 5.20140405Peter Simons2014-04-07
|
* haskell-git-annex: update to version 5.20140402Peter Simons2014-04-06
|
* git: Remove phony not-supported wrappers.Shea Levy2014-04-05
| | | | Fixes #1751
* mercurialFull: update from 2.9.1 to 2.9.2Evgeny Egorochkin2014-04-03
|
* haskell-git-annex: update to version 5.20140320Peter Simons2014-03-22
|
* git: Update to 1.9.1Linquize2014-03-20
|
* Rename git -> git-minimal, git-full -> gitEelco Dolstra2014-03-11
| | | | Since most people probably want the full Git.
* cgit: update from 0.10 to 0.10.1Evgeny Egorochkin2014-03-08
|
* haskell-git-annex: update to version 5.20140306Peter Simons2014-03-08
|
* mercurial: Update to 2.9.1Eelco Dolstra2014-03-05
|
* gitAndTools.gitflow: update from 1.6.1 to 1.7.0Peter Simons2014-03-03
|
* gitAndTools.hub: update from 1.11.1 to 1.12.0Peter Simons2014-03-03
|
* haskell-git-annex: update to version 5.20140227Peter Simons2014-02-28
|
* subversion: minor bump to fix CVE-2014-0032Vladimír Čunát2014-02-22
|
* haskell-git-annex: update to version 5.20140221Peter Simons2014-02-22
|
* git: fix typos in commentsBjørn Forsman2014-02-15
|
* Move all db4 packages to the default db5William A. Kennington III2014-02-15
|
* git: Update to 1.9.0Linquize2014-02-15
|
* Updating fossil to 1.28.Lluís Batlle i Rossell2014-02-11
|
* haskell-git-annex: update to version 5.20140210Peter Simons2014-02-10
|
* git: update to 1.8.5.4 (close #1714)Linquize2014-02-09
|
* updates: mr, vcsh and transmission-remote-gtkJan Malakhovski2014-02-06
| | | | | | - mr: copy some more stuff to output - add vcsh package - transmission-remote-gtk: 1.0.1 -> 1.1.1
* bazaar: updated to 2.6.0 and fixed ssl bugGeorges Dubus2014-02-05
| | | | Fixes #1216
* mercurialFull: update from 2.8.2 to 2.9Nixpkgs Monitor2014-02-04
|
* hub: Update from 1.10.6 -> 1.11.1Ricardo M. Correia2014-02-02
|