about summary refs log tree commit diff
path: root/pkgs/applications/version-management
AgeCommit message (Collapse)AuthorFilesLines
2016-08-04gitlab: 8.5.12 -> 8.10.3, update moduleFranz Pletz9-1186/+986
Fixes #14795.
2016-08-03Merge pull request #17491 from phile314/git-lfs-updateRobin Gloster1-3/+3
git-lfs: 2016-06-7 -> 1.3.1
2016-08-03git-lfs: 2016-06-7 -> 1.3.1Philipp Hausmann1-3/+3
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen14-0/+14
Build-tested on x86_64 Linux & Mac.
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2-0/+7
Build-tested on x86_64 Linux and on Darwin.
2016-08-02treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen1-1/+1
In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
2016-07-30meld: 3.16.1 -> 3.16.2mimadrid1-13/+6
2016-07-29git: 2.9.1 -> 2.9.2mimadrid1-2/+2
2016-07-26git: fix gitweb.cgi breakage due to missing CGI.pmBjørn Forsman2-1/+7
CGI.pm was removed from Perl core in v5.22, breaking the gitweb.cgi script and thus NixOS' services.lighttpd.gitweb. Nixpkgs switched to Perl 5.22 with a85ba820a409c84d97ca0 ("perl: Make 5.22 the default"). Fix it by bringing in the Perl CGI module (and dependency HTMLParser). The closure size of "nix-build -A git" increase by 1 MiB, to 201 MiB.
2016-07-21haskell: remove all but the latest LTS package sets (version 6.7)Peter Simons1-1/+1
This is the first step towards dropping Stackage support. We keep LTS 6.x around because I don't want to downgrade our default compiler to GHC 7.x, but once LTS 7.x comes out we'll switch our main package set to that and drop Nightly. More details are at: http://permalink.gmane.org/gmane.linux.distributions.nixos/20505 Closes https://github.com/NixOS/nixpkgs/issues/14897. Also relevant: - https://github.com/NixOS/nixpkgs/issues/16130 - https://github.com/commercialhaskell/stack/issues/2259
2016-07-18nixpkgs: build bitkeeper only on linuxAustin Seipp1-1/+1
The OS X build fails due to the dependency on 'crypt' failing. Perhaps in future versions of BitKeeper this build can be re-enabled. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18nixpkgs: add bitkeeper-7.3ceWayne Scott1-0/+52
Closes #16928. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18Merge pull request #17043 from womfoo/fix/qmake4Hook-buildsNikolay Amiantov1-0/+2
reintroduce qmake .pro files after qmake4Hook changes
2016-07-17diff-so-fancy: 0.10.0 -> 0.10.1 (#17033)Miguel Madrid1-2/+2
2016-07-17guitone: fix qmake4Hook buildKranium Gikos Mendoza1-0/+2
pass guitone.pro which was removed in 9a8a4b6
2016-07-13git: 2.9.0 -> 2.9.1mimadrid1-2/+2
2016-07-05diff-so-fancy: 0.9.3 -> 0.10.0mimadrid1-2/+2
2016-06-28src: bumpShea Levy1-6/+6
2016-06-25Merge pull request #16504 from cko/gitAndTools_git-extraszimbatm1-3/+3
git-ant-tools.git-extras: 3.0.0 -> 4.1.0
2016-06-25Merge pull request #16499 from mimadrid/update/meld-3.16.1Joachim Fasting1-2/+3
meld: 3.16.0 -> 3.16.1
2016-06-25meld: 3.16.0 -> 3.16.1mimadrid1-2/+3
2016-06-25git-ant-tools.git-extras: 3.0.0 -> 4.1.0Christine Koppelt1-3/+3
2016-06-20Captialize meta.description of all packagesBjørn Forsman3-3/+3
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)
2016-06-19Merge pull request #16319 from mimadrid/update/bazaar-2.7.0zimbatm2-12/+12
bazaar: 2.6.0 -> 2.7.0
2016-06-18bazaar: 2.6.0 -> 2.7.0mimadrid2-12/+12
2016-06-17diff-so-fancy: init at 0.9.3Alexey Lebedeff2-0/+51
Script was mentioned at GitHub blog - https://github.com/blog/2188-git-2-9-has-been-released :)
2016-06-16git: fix perl shebangs in contribAlexey Lebedeff1-1/+1
There are a lot of scripts in contrib (e.g. `diff-highlight`) that contain perl shebang line. But `patchShebangs` is unablle to fix this without explicitly listing `perl` in `buildInputs`.
2016-06-15git: 2.8.3 -> 2.9.0Nathan Zadoks1-2/+2
2016-06-13Merge #16216: meld: 3.14.0 -> 3.16.0Vladimír Čunát1-2/+2
2016-06-13meld: 3.14.0 -> 3.16.0mimadrid1-2/+2
2016-06-12mercurial: update source urlChristoph Hrdinka1-1/+1
The old download url isn't reachable since a few weeks. The new one uses mercurials domain instead of selenics.
2016-06-09git-lfs: 1.2.0 -> 2016-06-07zimbatm1-3/+4
Fixes import issues after go1.5+
2016-06-09Moving from fetchgit generated by go2nix to fetchFromGitHub where rev isKamil Chmielewski1-3/+4
a tag
2016-06-09no more goPackagesKamil Chmielewski4-5/+28
2016-06-09git-lfs: extracted from goPackagesKamil Chmielewski1-0/+31
2016-06-06git-annex: take this tool from LTS Haskell while Stackage Nightly is brokenPeter Simons1-1/+1
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen5-5/+5
2016-05-30hub: fix incorrect hash (#15830)Kazunori Kajihiro1-1/+1
2016-05-27Merge branch 'staging'Vladimír Čunát4-6/+6
Includes a security update of libxml2.
2016-05-27git: 2.8.0 -> 2.8.3Rok Garbas1-2/+2
2016-05-26Merge branch 'master' into stagingVladimír Čunát1-2/+2
... to get the systemd update (rebuilding ~7k jobs).
2016-05-25mercurial: 3.8.1 -> 3.8.2Michael Raskin1-2/+2
2016-05-23Merge branch 'master' into stagingVladimír Čunát1-0/+4
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-22Merge: make dev output references explicitVladimír Čunát4-6/+6
This is a rebase of most commits from #14766, resolving conflicts and a few other evaluation problems.
2016-05-20subversionClient: fix build with gcc5Alexander Ried1-0/+4
fixes #15483
2016-05-19treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of subversion is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of libxslt is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of apr is usedTuomas Tynkkynen1-1/+1