Bjørn Forsman
05bb66ce20
Add myself as maintainer for several packages
...
And set missing meta.platforms for the packages I've added earlier.
2013-05-20 20:28:15 +02:00
Eelco Dolstra
e3c641b39a
mercurial: Update to 2.6.1
...
Also, set a default for web.cacerts so that the system certificates on
NixOS are used.
2013-05-15 13:15:53 +02:00
Eelco Dolstra
b9013993db
git: Update to 1.8.2.3
2013-05-14 11:53:28 +02:00
Gergely Risko
972b1a7d50
Download git-annex from github instead of git.kitenet.net
...
git.kitenet.net doesn't allow snapshot downloads anymore, the url
just returns 403 Forbidden.
2013-05-13 18:19:41 +02:00
Vladimír Čunát
ec3965d8d0
Revert Merge x-updates into master due to mesa bloat
...
See #490 discussion.
This reverts commit 1278859d31
, reversing
changes made to 0c020c98f9
.
Conflicts:
pkgs/desktops/xfce/core/xfce4-session.nix (take master)
pkgs/lib/misc.nix (auto)
2013-05-09 14:03:35 +02:00
Vladimír Čunát
1278859d31
Merge branch 'master' into x-updates
...
Conflicts (just splitting version from name):
pkgs/os-specific/linux/systemd/default.nix
2013-05-08 13:46:46 +02:00
Shea Levy
fde3526e7d
Merge branch 'master' into stdenv-updates
...
Conflict in kerberos, which was updated both in master and in
stdenv-updates. Kept the stdenv-updates version, except pulled in the
enableParallelBuilding change from master.
Signed-off-by: Shea Levy <shea@shealevy.com>
Conflicts:
pkgs/development/libraries/kerberos/krb5.nix
2013-05-04 18:28:48 -04:00
Peter Simons
7b868bbff4
git-annex: update to version 4.20130501
2013-05-03 11:38:58 +02:00
Eelco Dolstra
b17ba0fbb2
subversion: Update to 1.7.9
...
CVE-2013-1845, CVE-2013-1846, CVE-2013-1847, CVE-2013-1849,
CVE-2013-1884.
2013-05-01 13:15:05 +02:00
Vladimír Čunát
bde20f3e88
Merge branch 'master' into x-updates
...
Conflicts (just taken x-updates):
pkgs/servers/x11/xorg/overrides.nix
2013-04-24 06:29:09 +00:00
Eelco Dolstra
f2aaed44aa
git: Properly use symlinks instead of hard links
...
Git's Makefile has a NO_INSTALL_HARDLINKS flag to produce symlinks
instead of hard links. However, it still produces hard links between
$out/bin and $out/libexec, hence the patch.
Also, update Git to 1.8.2.1.
2013-04-22 15:55:01 +02:00
Eelco Dolstra
6ee8bca8ee
Revert "git: fix build on FreeBSD"
...
This reverts commit ab98d72fad
, which
caused the size of the Git package in the store to increase from 18
MiB to 190 MiB.
2013-04-22 15:26:26 +02:00
Peter Simons
2ffd0b6dac
Merge changes from branch 'origin/master' into stdenv-updates.
2013-04-20 22:19:39 +02:00
Bjørn Forsman
88f1e643e3
git: fix gitweb.cgi runtime dependency on gzip
...
gitweb.cgi uses gzip for creating "snapshots". Without this patch it
doesn't work.
2013-04-19 22:32:51 +02:00
Peter Simons
4914e63a89
Merge changes from branch 'master' into stdenv-updates.
...
Conflicts:
pkgs/development/libraries/icu/default.nix
pkgs/tools/misc/coreutils/default.nix
2013-04-19 11:48:11 +02:00
Vladimír Čunát
ec736312d4
Merge branch 'master' into x-updates
...
Conflicts:
pkgs/development/compilers/vala/default.nix (it's different version)
pkgs/development/libraries/cairo/default.nix (trivial)
2013-04-17 18:26:28 +02:00
Peter Simons
0911fe7f3c
haskell-github-backup: update to version 1.20130414
2013-04-14 23:06:17 +02:00
Peter Simons
7a69341994
git-annex: drop obsolete dependency on testpack
2013-04-14 21:19:09 +02:00
Vladimír Čunát
17ae1617dc
Merge branch 'master' into x-updates
...
Conflicts (systemd version is split on x-updates):
pkgs/os-specific/linux/systemd/default.nix
2013-04-13 12:21:31 +02:00
Peter Simons
0b4e664a24
git-annex: update to version 4.20130405
2013-04-13 00:13:22 +02:00
Vladimír Čunát
8249695b61
Merge branch 'master' into x-updates
...
Needed that to fix the tarball.
2013-04-11 23:31:33 +02:00
Lluís Batlle i Rossell
e0249ffcd0
meld: update to 1.6.1
2013-04-08 12:14:26 +02:00
Peter Simons
9f4d510b6b
Merge branch 'master' into stdenv-updates.
2013-04-05 11:23:38 +02:00
Peter Simons
47e93cd27e
rcs: update to version 5.8.2
...
It's profoundly satisfying to know that we have the very latest version of RCS.
RCS users, you see, live on the bleeding edge.
2013-04-05 08:56:40 +02:00
Vladimír Čunát
eb2e46aab2
Merge branch 'master' into x-updates
...
Conflicts:
pkgs/applications/graphics/rawtherapee/default.nix
pkgs/applications/misc/blender/default.nix
pkgs/applications/networking/browsers/chromium/sources.nix
pkgs/os-specific/linux/kernel/linux-3.9.nix
pkgs/top-level/all-packages.nix
2013-04-04 21:43:40 +02:00
Peter Simons
62e37492b9
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-04-04 00:51:30 +02:00
Bjørn Forsman
e21c53c211
tig: enable bash completion
...
Copy the bash completion script that comes with tig to
$out/etc/bash_completion.d/.
Note: to enable bash completion in NixOS, set
environment.enableBashCompletion = true;
2013-04-01 18:37:52 +02:00
Peter Simons
0823aea0a6
Merge branch 'master' into stdenv-updates.
...
Conflicts:
pkgs/development/libraries/libxslt/default.nix
Commit 1764ea2b0a
introduced changes to libxslt
in an awkward way to avoid re-builds on Linux. This patch has been simplified
during this merge.
2013-03-25 13:43:45 +01:00
Peter Simons
ab98d72fad
git: fix build on FreeBSD
...
Our hard-linking code depended on md5sum, which FreeBSD doesn't have in its
system environment. To avoid that impure dependency, the hard-linking is now
done with the 'hardlink' utility from Nixpkgs.
2013-03-25 12:47:39 +01:00
Peter Simons
73c610e1d6
git: update to version 1.8.2
2013-03-22 02:11:38 +01:00
Peter Simons
22fb1ad99e
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-03-21 09:23:54 +01:00
Peter Simons
d28d3f37a8
topgit: fix build on FreeBSD
...
The BSD unices have a version of install(1) that doesn't support the -D flag. Grr.
2013-03-20 11:43:43 +01:00
Peter Simons
51e64392ea
git-annex: update to version 4.20130314
2013-03-20 10:15:06 +01:00
Peter Simons
a1a7448e5b
topgit: update to version 0.9
2013-03-20 09:50:06 +01:00
Danny Wilson
d007a78ccb
Merge remote-tracking branch 'origin/stdenv-updates' into illumos
...
Conflicts:
pkgs/development/libraries/gmp/5.1.1.nix
pkgs/development/libraries/mpc/default.nix
pkgs/development/libraries/mpfr/default.nix
pkgs/development/libraries/ppl/default.nix
pkgs/tools/misc/coreutils/default.nix
2013-03-17 13:22:24 +01:00
Vladimír Čunát
b1eeae8cac
Merge branch 'master' into x-updates
...
Conflicts (easy):
pkgs/desktops/xfce/core/xfdesktop.nix
pkgs/development/libraries/cairo/default.nix
pkgs/development/libraries/pango/default.nix
2013-03-17 11:28:28 +01:00
Sander van der Burg
23c78e41db
git: Adding -lgcc_s on darwin causes the build to fail, so we disable it for that platform
2013-03-14 14:57:40 +01:00
Peter Simons
4c9ebb62d4
git: link binaries with libgcc_s.so to ensure pthread_cancel() works
2013-03-09 23:57:57 +01:00
Vladimír Čunát
86639d9bb9
Merge branch 'master' into x-updates
...
Conflicts (taken master versions):
pkgs/desktops/xfce-4.8/core/libxfcegui4.nix
pkgs/desktops/xfce/applications/gigolo.nix
pkgs/desktops/xfce/applications/mousepad.nix
pkgs/desktops/xfce/applications/ristretto.nix
pkgs/desktops/xfce/applications/terminal.nix
pkgs/desktops/xfce/applications/xfce4-mixer.nix
pkgs/desktops/xfce/applications/xfce4-notifyd.nix
pkgs/desktops/xfce/applications/xfce4-taskmanager.nix
pkgs/desktops/xfce/art/xfce4-icon-theme.nix
pkgs/desktops/xfce/core/exo.nix
pkgs/desktops/xfce/core/garcon.nix
pkgs/desktops/xfce/core/gtk-xfce-engine.nix
pkgs/desktops/xfce/core/libxfce4ui.nix
pkgs/desktops/xfce/core/libxfce4util.nix
pkgs/desktops/xfce/core/libxfcegui4.nix
pkgs/desktops/xfce/core/thunar-volman.nix
pkgs/desktops/xfce/core/thunar.nix
pkgs/desktops/xfce/core/tumbler.nix
pkgs/desktops/xfce/core/xfce4-appfinder.nix
pkgs/desktops/xfce/core/xfce4-panel.nix
pkgs/desktops/xfce/core/xfce4-power-manager.nix
pkgs/desktops/xfce/core/xfce4-session.nix
pkgs/desktops/xfce/core/xfce4-settings.nix
pkgs/desktops/xfce/core/xfconf.nix
pkgs/desktops/xfce/core/xfdesktop.nix
pkgs/desktops/xfce/core/xfwm4.nix
pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin.nix
pkgs/development/libraries/webkit/default.nix
pkgs/top-level/all-packages.nix
2013-03-09 17:55:37 +01:00
Eelco Dolstra
674c51af3c
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-03-07 19:33:52 +01:00
Peter Simons
4f697db7dd
haskell-github-backup: update to version 1.20120314
2013-03-02 17:07:43 +01:00
Vladimír Čunát
26af997d41
Merge branch 'master' into stdenv-updates
...
Conflicts (simple):
pkgs/applications/networking/browsers/chromium/default.nix
pkgs/development/libraries/libsoup/default.nix
pkgs/os-specific/linux/kernel/manual-config.nix
pkgs/os-specific/linux/qemu-kvm/default.nix
2013-03-02 10:41:53 +01:00
Danny Wilson
ecba7e947e
Update Git to 1.8.1.3 and fix build on Illumos.
2013-02-28 20:04:06 +01:00
Peter Simons
329b33c59c
git-annex: clean up build expression
2013-02-28 13:04:15 +01:00
Peter Simons
e23be1b2ef
git-annex: update to version 4.20130227
2013-02-28 11:31:44 +01:00
Peter Simons
80dc8df25d
haskell-github-backup: update to version 1.20120314
2013-02-27 12:00:52 +01:00
Peter Simons
8f1c029e33
haskell-github-backup: add version 1.20120627
2013-02-25 15:25:54 +01:00
Peter Simons
8f1756e2d4
git: update to version 1.8.1.3
2013-02-25 02:12:42 +01:00
Peter Simons
1420012eca
darcs: disable test suite to avoid 127 exit code
2013-02-25 00:37:11 +01:00
Peter Simons
dd9ff9adb7
darcs: disable test suite to avoid 127 exit code
2013-02-25 00:03:34 +01:00
Peter Simons
5f32207dfc
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-02-24 19:27:08 +01:00
Vladimír Čunát
37bae3193d
monotone: fix
2013-02-24 00:31:20 +01:00
Peter Simons
eb5ebb6063
network-protocol-xmpp: fix spelling of the attribute name
2013-02-22 16:14:27 +01:00
Vladimír Čunát
0d72174dbd
Merge branch stdenv-updates into x-updates
...
x-updates is supposed to merge after stdenv-updates, so let's test it
Conflicts:
pkgs/development/libraries/gtk+/2.x.nix (both updated, taking newer)
pkgs/development/libraries/mesa/default.nix (taking nativeBuildInputs)
2013-02-21 12:43:00 +01:00
Lluís Batlle i Rossell
bcbf9472ea
Merge remote-tracking branch 'central/master' into x-updates
2013-02-18 13:49:11 +01:00
Peter Simons
9e68734d61
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-02-18 11:54:56 +01:00
Peter Simons
b076ab94d6
git-annex: update to version 3.20130216
2013-02-18 11:20:46 +01:00
Eelco Dolstra
2aa6f262cb
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-02-15 13:36:34 +01:00
Vladimír Čunát
684f215b4f
fix the problem of missing expat in a few packages
2013-02-11 18:34:40 +01:00
Peter Simons
2191cbb0a1
haskell-darcs: update to version 2.8.4
2013-02-09 18:24:50 +01:00
Lluís Batlle i Rossell
7bfd3fd5c8
git: adding an option not to build the manual
...
asciidoc+xsltproc take hours to run
2013-01-29 20:17:34 +01:00
Lluís Batlle i Rossell
8a9ba8c382
git: adding an option not to build the manual
...
asciidoc+xsltproc take hours to run
2013-01-28 21:24:52 +01:00
Eelco Dolstra
b0cb17257b
rcs: Update to 5.8.1 and fix build
...
http://hydra.nixos.org/build/3895835
2013-01-28 17:19:02 +01:00
Eelco Dolstra
5bb548d2e4
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-17 14:19:14 +01:00
Eelco Dolstra
4c9cfd87aa
bazaar: Update to 2.5.1
2013-01-15 18:53:12 +01:00
Eelco Dolstra
58e9406f4b
subversion: Update to 1.7.8
2013-01-14 14:38:23 +01:00
Peter Simons
b33ad366a1
Merge branch 'master' into stdenv-updates.
2013-01-11 15:46:10 +01:00
Peter Simons
490085a811
git-annex: update to version 3.20130107
2013-01-09 16:54:31 +01:00
Peter Simons
9e9cd7b529
Merge branch 'master' into stdenv-updates.
2013-01-04 21:00:53 +01:00
Peter Simons
70b6b15215
git-annex: update to version 3.20130102
2013-01-04 19:24:09 +01:00
Peter Simons
cb329d1cd2
git: update to version 1.8.1
2013-01-04 19:24:04 +01:00
Lluís Batlle i Rossell
b58780c43d
Merge remote-tracking branch 'eelco/master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial solution.
2012-12-28 23:28:16 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Peter Simons
918b26a59e
git-annex: update to version 3.20121211
2012-12-15 11:44:13 +01:00
aszlig
f1c80cf20c
git-and-tools/hub: New package, version 1.10.3.
...
This is a small wrapper of Git, which integrates some GitHub specific features,
especially stuff like merging or sending pull requests or attaching commits to
an issue.
I'm not quite familiar with the Nix integration of Ruby, so let's hope that I'm
not doing something horrible here.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 12:36:18 +01:00
cillianderoiste
5b0cd954f1
Merge pull request #206 from chaoflow/python-merge
...
python pureness, cleanup, and enable pth loaders (setuptoolsSite, recursivePthLoader)
2012-12-05 14:28:09 -08:00
Michael Raskin
56f1c1ec24
Update veracity
2012-12-04 10:12:38 +04:00
Peter Simons
3261d1d4aa
git-annex: update to version 3.20121127
2012-12-03 16:12:04 +01:00
Florian Friesdorf
1adc9b1b1f
python module cleanup, enable a couple of tests, add comments for failing
2012-12-03 06:38:11 +01:00
Florian Friesdorf
5436356733
a package does not need to include setuptools manually
...
this breaks for now
2012-12-03 04:40:38 +01:00
Florian Friesdorf
3438681d80
Merge branch 'channel-nixos' into python-merge
2012-11-29 21:40:33 +01:00
Florian Friesdorf
471a4b583f
Merge branch 'channel-nixos' into python-merge
2012-11-29 15:36:17 +01:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Peter Simons
8effc542b4
git-annex: update to 3.20121126
2012-11-27 13:46:27 +01:00
Peter Simons
62f8d24e56
git: update to 1.8.0.1
2012-11-27 13:46:12 +01:00
Florian Friesdorf
9208fb1edb
fix mercurial -extra PYTHONPATH +setuptools
...
- PYTHONPATH is already set correctly
- setuptools is needed to see docutils
2012-11-24 23:24:34 +01:00
Eelco Dolstra
2da2e5137f
subversion: Update to 1.7.7
2012-11-22 16:56:03 +01:00
Peter Simons
03abf1abbc
git-annex: switch build to GHC 7.4.2
2012-11-21 17:40:56 +01:00
Peter Simons
9ada368ef8
git-annex: update to version 3.20121112-161-gb27d9eb to fix build errors with current version of yesod
2012-11-21 12:30:54 +01:00
Rok Garbas
d999c3f6ec
tig: typo
2012-11-17 02:20:07 +01:00
Rok Garbas
a64b34a43e
tig: update to 1.1
2012-11-17 02:13:25 +01:00
Peter Simons
84c6f6f88e
git-annex: update to version 3.20121112
2012-11-15 12:50:17 +01:00
Michael Raskin
48ad0f7443
Update Fossil to a still present version
2012-11-08 23:15:33 +04:00
Peter Simons
4ab06e5c24
Fix git-annex build.
...
git-annex depends on 'testpack', which doesn't compile with Haskell
Platform 2012.4.0.0. The testpack library appears to be unmaintained, so
there is probably no quick solution for this issue. For the time being,
we compile git-annex with GHC 7.4.1.
2012-11-06 18:34:54 +01:00
Peter Simons
321ee97b4c
haskell-darcs: update to version 2.8.3
2012-11-05 16:25:26 +01:00
Paolo Capriotti
6ac427d391
Update git-annex to 3.20121017
2012-11-05 13:59:08 +00:00
David Guibert
b963624867
update git to 1.8.0
2012-10-24 16:33:42 +02:00
Peter Simons
58f3e47166
git: update to version 1.7.12.4
2012-10-19 10:08:07 +02:00
Peter Simons
c90a15a604
git-annex: update to version 3.20121010
2012-10-15 20:17:33 +02:00
Eelco Dolstra
7dd3236c81
git: Update to 1.7.12.2
2012-10-02 12:34:38 -04:00
Peter Simons
b5416d6ed6
darcs: install bash completion instructions
2012-09-25 15:15:38 +02:00
Peter Simons
625e2e45f7
git: update to version 1.7.12.1
2012-09-24 13:28:31 +02:00
aszlig
9ff9d85ef6
darcs-to-git: Remove propagatedBuildInputs.
...
I missed this while checking the commit diffs before my last push. And it really
doesn't make sense to propagate ruby all the way up to whatever in the universe
may depend on this package.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-17 06:35:49 +02:00
aszlig
98b7228c06
darcs-to-git: New package from upstream Git.
...
This consists of just one single ruby script, which runs shell commands assuming
that the current PATH has all dependencies set up correctly. Unfortunately, this
somewhat breaks functional purity as the command won't work correctly in
environments that do not contain git, darcs or diffutils.
During the patchPhase we replace all those dependencies directly in the ruby
source code, rather than creating a wrapper. Afterwards we run a checkPhase
which not only checks whether we caught all the dependencies (PATH=) but also
checks if the conversion has been done correctly.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-17 06:08:04 +02:00
Peter Simons
ac751dc753
haskell-darcs: update to version 2.8.2
2012-09-10 15:08:21 +02:00
Peter Simons
14da2bf31b
git: update to version 1.7.12
2012-09-06 18:13:45 +02:00
Peter Simons
33bf9644cf
git-annex: update to version 3.20120825
2012-09-06 18:13:44 +02:00
Yury G. Kudryashov
c2ad9f873d
mr-1.13, more verbose install
2012-08-31 12:07:22 +04:00
Antono Vasiljev
61f7853e43
Merge pull request #92 from dmalikov/b125ef36b67f2a0aedabc34eb4dac12e61ae9828
...
gitAndTools: bump tig from 0.16 to 1.0
2012-08-16 06:03:54 -07:00
Michael Raskin
938d86b16b
Veracity: update to version 2.0
...
Still no permission support or commit signing, though.
2012-08-09 11:05:43 +04:00
Dmitry Malikov
b125ef36b6
Bump gitAndTools/tig from 0.16 to 1.0
2012-08-08 00:51:25 +02:00
Eelco Dolstra
f901b6d38d
git: Update to 1.7.11.4
2012-08-06 15:27:28 -04:00
Eelco Dolstra
bd8d7a8d15
Add some packages to the channel
2012-07-31 19:26:35 -04:00
Shea Levy
c3c68b6510
Mercurial: Install hgweb.wsgi as well
2012-07-28 20:25:41 -04:00
Shea Levy
deb09fd9de
Mercurial: Bump
2012-07-27 19:44:01 -04:00
Antono Vasiljev
631a59e449
Added mr - Multiple Repository management tool
2012-07-07 17:12:18 +02:00
David Guibert
3b0d9374a4
git-annex: update to 3.20120629
2012-06-29 21:09:52 +02:00
David Guibert
a97e27fc82
git-annex: update to 3.20120624
2012-06-29 21:09:52 +02:00
Eelco Dolstra
94812c9dd3
git: Fix the "notSupported" scripts for "git send-email" and "git gui"
2012-06-21 15:25:02 -04:00
Eelco Dolstra
9365981409
git: Updated to 1.7.11
2012-06-21 15:23:29 -04:00
Peter Simons
a3224ededc
git-and-tools: fixed build in the presence of QuickCheck 2.5
...
svn path=/nixpkgs/trunk/; revision=34553
2012-06-18 18:16:23 +00:00
Peter Simons
2a60c221d1
git-annex: updated to version 3.20120614
...
svn path=/nixpkgs/trunk/; revision=34518
2012-06-15 15:33:47 +00:00
Peter Simons
330ea0887f
git-annex: added openssh to build inputs so that the configure phase enables support for SSH connection caching
...
svn path=/nixpkgs/trunk/; revision=34386
2012-06-08 14:02:28 +00:00
Peter Simons
87d25896c1
git-annex: updated to version 3.20120605
...
svn path=/nixpkgs/trunk/; revision=34385
2012-06-08 14:02:21 +00:00
Eelco Dolstra
104bd01e1d
* Git 1.7.10.4.
...
svn path=/nixpkgs/trunk/; revision=34349
2012-06-04 15:54:57 +00:00
Eelco Dolstra
ce10ebebac
* Subversion 1.7.5.
...
svn path=/nixpkgs/trunk/; revision=34348
2012-06-04 15:40:25 +00:00
Peter Simons
ac64ba04bd
git-annex: updated to version 3.20120522
...
svn path=/nixpkgs/trunk/; revision=34213
2012-05-22 19:46:37 +00:00
Eelco Dolstra
5e7f049fc9
* svn2git-kde 1.0.5.
...
svn path=/nixpkgs/trunk/; revision=34169
2012-05-18 15:01:54 +00:00
Peter Simons
201bdca962
Updated Haskell packages.
...
- cryptocipher: updated to version 0.3.2
- Crypto: updated to version 4.2.5
- darcs: updated to version 2.8.1
- hamlet: updated to version 1.0.1.3
- monad-par-extras: updated to version 0.3.2
- persistent-template: updated to version 0.9.0.2
- pool-conduit: updated to version 0.1.0.2
- shakespeare-css: updated to version 1.0.1.2
- shakespeare-i18n: updated to version 1.0.0.2
- shakespeare-js: updated to version 1.0.0.2
- shakespeare-text: updated to version 1.0.0.2
- shakespeare: updated to version 1.0.0.2
- warp: updated to version 1.2.1
- wxcore: updated to version 0.90.0.1
- wxc: updated to version 0.90.0.3
- wx: updated to version 0.90.0.1
- xml-conduit: updated to version 0.7.0.3
- xss-sanitize: updated to version 0.3.2
- yesod-auth: updated to version 1.0.2.1
- yesod-core: updated to version 1.0.1.2
- yesod-default: updated to version 1.0.1.1
- yesod-form: updated to version 1.0.0.4
- yesod-json: updated to version 1.0.0.1
- yesod-persistent: updated to version 1.0.0.1
- yesod-routes: updated to version 1.0.1.2
- yesod-static: updated to version 1.0.0.2
- yesod: updated to version 1.0.1.6
svn path=/nixpkgs/trunk/; revision=34102
2012-05-15 11:50:48 +00:00
Eelco Dolstra
7c1612d6f2
* svn2git -> svn2git-kde to distinguish it from the other svn2git.
...
svn path=/nixpkgs/trunk/; revision=34071
2012-05-12 19:45:55 +00:00
Peter Simons
e0bd67afd7
git-annex: updated to version 3.20120430
...
svn path=/nixpkgs/trunk/; revision=33970
2012-05-02 09:25:28 +00:00
Peter Simons
f1135ba545
Updated Haskell packages.
...
- alternative-io: updated to version 0.0.1
- blaze-markup: added version 0.5.1.0
- crypto-conduit: updated to version 0.3.2
- cryptohash: updated to version 0.7.5
- darcs: updated to version 2.8.0
- filestore: updated to version 0.4.2
- Graphalyze: cosmetic change
- hamlet: updated to version 1.0.1.1
- happstack-hamlet: updated to version 7.0.1
- happstack-server: updated to version 7.0.1
- HFuse: updated to version 0.2.4.1
- Hipmunk: updated to version 5.2.0.8
- language-javascript: updated to version 0.5.2
- libmpd: updated to version 0.8.0
- lifted-base: updated to version 0.1.0.4
- monad-control: updated to version 0.3.1.2
- persistent: updated to version 0.9.0.3
- regex-compat: use latest version when building with GHC 7.4.1
- skein: updated to version 0.1.0.7
- snap-core: updated to version 0.8.1
- snap-server: updated to version 0.8.1.1
- tls: updated to version 0.9.5
- vty: updated to version 4.7.0.12
- wai-app-static: updated to version 1.2.0.2
- yesod-core: updated to version 1.0.1.1
svn path=/nixpkgs/trunk/; revision=33889
2012-04-23 09:34:01 +00:00
Peter Simons
4fc0e49bdd
git-annex: updated to version 3.20120418
...
svn path=/nixpkgs/trunk/; revision=33856
2012-04-20 11:35:20 +00:00
Nicolas Pierron
7a4cf21350
Add git-bz nix expression.
...
svn path=/nixpkgs/trunk/; revision=33801
2012-04-15 23:48:16 +00:00
Nicolas Pierron
7b7dd238fc
Add dulwich (git filesystem in python).
...
Add bugz (command line tool for bugzilla)
Add gitBz (bugzilla in git)
svn path=/nixpkgs/trunk/; revision=33800
2012-04-15 23:48:11 +00:00
Nicolas Pierron
811b035171
Mercurial: Support ssl and curses python packages for fast-export and crecord.
...
svn path=/nixpkgs/trunk/; revision=33799
2012-04-15 23:48:07 +00:00
Michael Raskin
351bcc3b70
Fix tailor URL
...
svn path=/nixpkgs/trunk/; revision=33767
2012-04-12 20:54:39 +00:00
Peter Simons
4292793d40
git-annex: updated to version 3.20120406
...
svn path=/nixpkgs/trunk/; revision=33669
2012-04-08 10:48:14 +00:00
Peter Simons
799722afde
git-annex: updated to version 3.20120405
...
svn path=/nixpkgs/trunk/; revision=33638
2012-04-05 23:11:00 +00:00
Rob Vermaas
a1d87e58c1
re-add overwritten svn2git (used/developed by kde people)
...
svn path=/nixpkgs/trunk/; revision=33567
2012-04-04 15:30:29 +00:00
Eelco Dolstra
4ae899f4bf
* Mercurial updated to 2.1.2.
...
svn path=/nixpkgs/trunk/; revision=33563
2012-04-04 14:06:04 +00:00
Eelco Dolstra
ebae9a9fd7
* Git 1.7.9.5.
...
svn path=/nixpkgs/trunk/; revision=33553
2012-04-03 11:07:50 +00:00
Peter Simons
880dcc2c64
Removed myself as a maintainer from Haskell packages that I don't personally use.
...
By now, it happened twice that a commit broke GHC and thus all Haskell packages
we have in Nixpkgs. On such an occasion, I receive well in excess of 3000
notification e-mails from Hydra, and then I receive another 3000 e-mails after
the bug has been fixed. Under these circumstances, subscribing to these
notifications makes no sense for me.
svn path=/nixpkgs/trunk/; revision=33392
2012-03-24 10:21:28 +00:00
Eelco Dolstra
512357f875
* Remove a wildly outdated Git version that shouldn't have been in
...
Nixpkgs in the first place.
svn path=/nixpkgs/trunk/; revision=33272
2012-03-19 18:24:53 +00:00
Peter Simons
46f9f71439
git: updated to version 1.7.9.4
...
svn path=/nixpkgs/trunk/; revision=33145
2012-03-16 09:47:34 +00:00
Peter Simons
6ff954a5e8
git-annex: updated to version 3.20120315
...
svn path=/nixpkgs/trunk/; revision=33116
2012-03-15 18:07:49 +00:00
Peter Simons
f5219b23a4
git-annex: updated to version 3.20120309
...
The test suite failure introduced recently has been fixed.
svn path=/nixpkgs/trunk/; revision=33014
2012-03-12 14:06:11 +00:00
Eelco Dolstra
613dd942c7
* Subversion updated to 1.7.4.
...
svn path=/nixpkgs/trunk/; revision=33013
2012-03-12 13:40:40 +00:00
Eelco Dolstra
3c56e571af
* Final sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32820
2012-03-06 11:34:11 +00:00
Peter Simons
88d14c0e29
git-annex: updated to version 3.20120230
...
Note that the latest version of git-annex must be compiled with GHC 7.4.1 or
later, because it takes advantage of some freaky file name encoding guessing
features that are absent in older versions of the base library.
svn path=/nixpkgs/trunk/; revision=32819
2012-03-06 11:24:20 +00:00
Lluís Batlle i Rossell
e1c8ab095c
Removing a duplicated line so the hydra stdenv evaluation can go.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32576
2012-02-26 16:04:57 +00:00
Shea Levy
ea195b2507
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
2012-02-25 19:57:34 +00:00
Peter Simons
0660134750
git: updated to version 1.7.9.2
...
svn path=/nixpkgs/trunk/; revision=32528
2012-02-23 22:31:09 +00:00
Yury G. Kudryashov
38e3d7bc86
svn merge ^/nixpkgs/trunk
...
Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you
please look at this?
svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
2012-02-23 20:06:21 +00:00
Yury G. Kudryashov
c6f0449124
Let hydra build kdesvn and krusader.
...
Also fix kdesvn build with qt-4.8.
svn path=/nixpkgs/trunk/; revision=32473
2012-02-22 14:51:15 +00:00
Eelco Dolstra
f71dd91a43
* Apply r32435 from the trunk (always build Python with SSL support).
...
Remove .ssl references from some packages missed in that commit.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
2012-02-21 23:35:35 +00:00
Eelco Dolstra
e64443baf1
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32468
2012-02-21 23:29:21 +00:00
Yury G. Kudryashov
578847f8b3
Let hydra build kdesvn
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32455
2012-02-21 14:04:51 +00:00
Eelco Dolstra
45fed14272
* Revert r32435. We'll be doing a stdenv merge in a few days, so
...
let's put it in there rather than having the Nth near-complete
rebuild of the trunk in a few days.
svn path=/nixpkgs/trunk/; revision=32436
2012-02-20 18:59:43 +00:00
Peter Simons
95cbf4ed55
Modified the Python 2.7 expression so that the interpreter has unconditional
...
OpenSSL support. Having OpenSSL available at the time the core interpreter is
built enables all kinds of important crypto features (i.e. additional hashlib
algorithms, etc.) that otherwise won't be available.
svn path=/nixpkgs/trunk/; revision=32435
2012-02-20 18:52:52 +00:00
Yury G. Kudryashov
e5027e5b36
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32330
2012-02-16 15:02:26 +00:00
Peter Simons
cb28766341
Re-generated Haskell package descriptions with the latest version of cabal2nix.
...
svn path=/nixpkgs/trunk/; revision=32327
2012-02-16 14:05:41 +00:00
Eelco Dolstra
cdd8d2b163
* Subversion updated to 1.7.3.
...
svn path=/nixpkgs/trunk/; revision=32305
2012-02-15 16:23:40 +00:00
Peter Simons
ac69747aa8
Regenerated all Haskell packages with the latest version of cabal2nix.
...
svn path=/nixpkgs/trunk/; revision=32292
2012-02-14 17:00:37 +00:00
Yury G. Kudryashov
5144a19987
svn merge ^/nixpkgs/trunk
...
There were a few merge conflicts due to ensureDir->mkdir -p migration
svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
2012-02-10 10:24:30 +00:00
Eelco Dolstra
e4ee3e2c9b
* svn2git updated to 2.2.0.
...
svn path=/nixpkgs/trunk/; revision=32108
2012-02-07 12:22:48 +00:00
Yury G. Kudryashov
5b132f6e96
svn merge ^/nixpkgs/trunk
...
Conflicts: cups, all-packages.nix (gcc45_debug)
svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
2012-01-26 15:27:03 +00:00
Peter Simons
6e4f0b6365
git-annex: updated to version 3.20120123
...
svn path=/nixpkgs/trunk/; revision=31836
2012-01-25 16:07:52 +00:00
Peter Simons
680787f13e
mercurial: updated to version 2.0.2
...
svn path=/nixpkgs/trunk/; revision=31775
2012-01-21 19:08:48 +00:00
Peter Simons
f8eee42a66
git-annex: updated to version 3.20120116
...
svn path=/nixpkgs/trunk/; revision=31757
2012-01-21 14:32:42 +00:00
Eelco Dolstra
d4d7931a62
* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2012-01-18 20:53:01 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Peter Simons
01bea39bad
gource: cosmetic, no functional change
...
svn path=/nixpkgs/trunk/; revision=31589
2012-01-16 11:33:57 +00:00
Peter Simons
7ccde05271
git-annex: cosmetic change for the meta.license attribute
...
svn path=/nixpkgs/trunk/; revision=31572
2012-01-15 11:44:08 +00:00
Peter Simons
3c8a798411
gource: added meta information and moved the package into version-management category
...
svn path=/nixpkgs/trunk/; revision=31570
2012-01-15 11:44:02 +00:00
Peter Simons
97e815a9af
git-annex: bumped to version 3.20120113
...
svn path=/nixpkgs/trunk/; revision=31569
2012-01-15 11:43:57 +00:00
Peter Simons
9ddd085129
subversion: instantiate SASL only when it's actually enabled
...
svn path=/nixpkgs/trunk/; revision=31532
2012-01-14 12:05:18 +00:00
Peter Simons
ef343ed3ab
subversion: add sasl support
...
svn path=/nixpkgs/trunk/; revision=31530
2012-01-14 11:41:06 +00:00
Peter Simons
bae5b8dabb
git-annex: updated to version 3.20120106
...
svn path=/nixpkgs/trunk/; revision=31509
2012-01-13 09:27:08 +00:00
Peter Simons
38f6d36e91
git-annex: updated to version 3.20111231
...
svn path=/nixpkgs/trunk/; revision=31212
2012-01-02 14:51:26 +00:00
Michael Raskin
64290dbd96
Try updating veracity
...
svn path=/nixpkgs/trunk/; revision=30990
2011-12-20 21:37:23 +00:00
Marco Maggesi
f6689d01a3
Update fossil to version 1.21
...
svn path=/nixpkgs/trunk/; revision=30875
2011-12-13 22:19:06 +00:00
Peter Simons
1817b55a7f
git: updated to version 1.7.8
...
svn path=/nixpkgs/trunk/; revision=30805
2011-12-09 11:44:42 +00:00
Eelco Dolstra
acd7288678
* Proper version number.
...
svn path=/nixpkgs/trunk/; revision=30784
2011-12-06 21:16:20 +00:00
Eelco Dolstra
3aedd3770f
* Get svn2git to work.
...
svn path=/nixpkgs/trunk/; revision=30778
2011-12-06 15:41:16 +00:00
Eelco Dolstra
b1e6ccae4e
* Subversion 1.7.2.
...
svn path=/nixpkgs/trunk/; revision=30776
2011-12-06 14:56:47 +00:00
Peter Simons
3357437461
git-annex: updated to version 3.20111203
...
svn path=/nixpkgs/trunk/; revision=30762
2011-12-05 16:23:05 +00:00
Peter Simons
42757e653a
Temporarily keep monad-control 0.2.0.3 until a new version of git-annex comes out that supports the current version.
...
svn path=/nixpkgs/trunk/; revision=30761
2011-12-05 16:23:02 +00:00
Peter Simons
1193eabfa1
git-annex: updated to version 3.20111122
...
svn path=/nixpkgs/trunk/; revision=30538
2011-11-23 09:21:20 +00:00
Peter Simons
1c0ae7e8ed
git: updated to version 1.7.7.3
...
svn path=/nixpkgs/trunk/; revision=30476
2011-11-18 18:37:20 +00:00
Peter Simons
692efb76e4
mercurial: updated to version 2.0
...
svn path=/nixpkgs/trunk/; revision=30443
2011-11-16 14:37:11 +00:00
Peter Simons
9dcb5da174
git-annex: updated to version 3.20111107
...
svn path=/nixpkgs/trunk/; revision=30337
2011-11-08 16:59:30 +00:00
Peter Simons
a0cf7c24e1
git-annex: updated to version 3.20111025
...
svn path=/nixpkgs/trunk/; revision=30241
2011-11-05 00:03:44 +00:00
Eelco Dolstra
eeb4d231b3
* Subversion updated to 1.7.1.
...
svn path=/nixpkgs/trunk/; revision=30034
2011-10-26 15:32:56 +00:00
Lluís Batlle i Rossell
22ff0a19c3
Updating the fossil tarball hash, due to an update upstream:
...
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06730.html
I also add readline (it may provide a nicer prompt on fossil sqlite)
and sqlite (required for some tests).
The old tarballs were broken in a way that the tests requiring sqlite were not run.
svn path=/nixpkgs/trunk/; revision=29974
2011-10-22 20:41:37 +00:00
Nicolas Pierron
87bf637319
Mercurial: Give access to ssl and curses python packages for
...
fast-export and crecord.
svn path=/nixpkgs/trunk/; revision=29972
2011-10-22 15:41:20 +00:00
Peter Simons
9016346fbd
git: updated to version 1.7.7
...
svn path=/nixpkgs/trunk/; revision=29965
2011-10-21 16:50:36 +00:00
Peter Simons
e98852cefd
git-annex: updated to version 3.20111011
...
svn path=/nixpkgs/trunk/; revision=29964
2011-10-21 16:34:38 +00:00
Marco Maggesi
11d18ba4fd
Update fossil to version 1.20
...
svn path=/nixpkgs/trunk/; revision=29954
2011-10-21 14:12:46 +00:00
Ludovic Courtès
14e951e6d5
GNU RCS 5.8.
...
svn path=/nixpkgs/trunk/; revision=29795
2011-10-12 20:43:44 +00:00