1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00
Commit graph

29598 commits

Author SHA1 Message Date
Peter Simons 86b9c3d60a haskell-hoauth: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons ebe6ff8b47 haskell-feed: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons c3d3097ab2 haskell-dotgen: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons 66d6ba1b97 haskell-datetime: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons 1a6a91d4fa haskell-arithmoi: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons 7af4922a9f haskell-RSA: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons 749243496c haskell-hakyll: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons 7b73fa3853 haskell-uuid: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons 47ecc24c48 haskell-HTTP-4000.2.8: cosmetic 2013-10-18 12:52:26 +02:00
Michael Raskin ebdec6418d Reflect addition of curses_panel python module 2013-10-18 12:54:49 +04:00
Michael Raskin fb2cb7bc0f Adding Glances system monitoring tool 2013-10-18 11:11:47 +04:00
Domen Kožar ef00dc20e6 Merge pull request #1089 from offlinehacker/pkgs/gzrt/add
Add gzrt, gzip Recovery Toolkit
2013-10-17 15:00:05 -07:00
Domen Kožar 9e33bcc54d nginx: 1.4.1 -> 1.4.3 2013-10-17 23:36:21 +02:00
Shea Levy e1ea4e3800 Add htm-xml-utils
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-17 14:11:15 -04:00
Jaka Hudoklin 9239b6df47 Add gzrt, gzip Recovery Toolkit 2013-10-17 18:35:24 +02:00
Eelco Dolstra ee330eaedf nixUnstable: Update to 1.7pre3252_792fd51 2013-10-17 16:06:58 +02:00
Eelco Dolstra b19d8e0fcd Remove obsolete pre-systemd compat stuff 2013-10-17 14:57:20 +02:00
Eelco Dolstra 34d61c53c2 postgresql: Update to latest versions 2013-10-17 13:29:49 +02:00
Eelco Dolstra de10c1b9be mysql: Update to 5.1.72 2013-10-17 13:25:45 +02:00
Eelco Dolstra 9255b5b81c mysql: Move all versions into the same directory 2013-10-17 13:25:13 +02:00
Eelco Dolstra fc9b53c2bc mysql: Update to 5.5.34
CVE-2013-3839
2013-10-17 13:21:58 +02:00
Eelco Dolstra bb67be7739 php: Update to 5.4.20 2013-10-17 13:21:14 +02:00
Eelco Dolstra 55ec87a907 mysql: Remove ancient, unsupported versions 2013-10-17 13:20:50 +02:00
Shea Levy a9c65b31b9 Add gurobi package
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 10:38:20 -04:00
Eelco Dolstra aeb3169b71 xorg-server: Fix a 20 year old security bug
CVE-2013-4396
2013-10-16 11:58:08 +02:00
Eelco Dolstra 7c7bfa817a fail2ban: Update to 0.8.10
Also fix random start failures due to a race between the fail2ban
server and the postStart script.
2013-10-16 10:03:43 +02:00
Domen Kožar c8f261c72d Merge pull request #1070 from lovek323/sdlmame
sdlmame: add expression
2013-10-15 15:02:17 -07:00
Bjørn Forsman b5c1d1873a skype: add workaround for pulseaudio glitches
See http://arunraghavan.net/2013/08/pulseaudio-4-0-and-skype/

Relevant bug reports:
  https://github.com/NixOS/nixpkgs/issues/788
  https://bugs.archlinux.org/task/35690
  https://bugs.freedesktop.org/show_bug.cgi?id=50510

We don't want to disable pulseaudio timer-based scheduling (tsched=0)
because that affects everyone. It seems this is the proper distro fix
for skype + pulseaudio at the moment.
2013-10-15 22:58:12 +02:00
Edward Tjörnhammar db684fc9ec Adding FriBID browser plugin
FriBID is an open source software for the Swedish e-id system called
BankID. FriBID also supports processor architectures and Linux/BSD
distributions that the official software doesn't support.

https://fribid.se/index.en.html

FriBID plugin is a firefoxWrapper plugin. Enabled by setting:

  nixpkgs.config.enableFriBIDPlugin = true
2013-10-15 20:46:44 +02:00
Eelco Dolstra 0c0bc0857e tzdata: Update to 2013g 2013-10-15 17:24:33 +02:00
Eelco Dolstra 11960d2f47 nss: Update to 3.15.2 2013-10-15 17:24:33 +02:00
Eelco Dolstra df5eadd283 nspr: Update to 4.10.1 2013-10-15 17:24:33 +02:00
Sander van der Burg 521ea15f14 We need to use ... to allow other parameters 2013-10-15 16:48:42 +02:00
Sander van der Burg f24e20f1e3 Support Xcode 5.0 2013-10-15 16:32:38 +02:00
Sander van der Burg ce7f235a09 Make arbitrary arguments to the generic builder possible 2013-10-15 16:32:16 +02:00
Eelco Dolstra 873662b8ad slim: Work around broken PAM session handling
Previously logging in via SLiM more than once didn't work because SLiM
doesn't clean up its PAM session properly (that is, in a child rather
than in the parent).  Thus the slim process becomes part of the user
session's cgroup, among other things.  This patch causes SLiM to exit
after the session has finished, after which systemd will restart
display-manager.service.

Fixes NixOS/nixops#137.
2013-10-15 13:23:40 +02:00
Eelco Dolstra 1d634b4388 slim: Update to 1.3.6 2013-10-15 13:23:39 +02:00
Peter Simons 347132478b haskell-HTTP: jailbreak to fix build with GHC 7.7 2013-10-15 11:59:12 +02:00
Peter Simons e7b25c78a5 haskell-snap: jailbreak to fix build with recent versions of lens 2013-10-15 11:59:12 +02:00
Peter Simons 57b5927d6a haskell-cryptohash: re-enable the test suite 2013-10-15 11:59:12 +02:00
Peter Simons 7edfd67fe0 haskell-accelerate: jailbreak to fix build with recent versions of fclables 2013-10-15 11:59:12 +02:00
Peter Simons 4cdefbb926 haskell-errors: jailbreak to fix build with either 4.x 2013-10-15 11:59:12 +02:00
Peter Simons 7eaefcae45 haskell-groupoids: don't try to build documentation; this package is empty 2013-10-15 11:59:12 +02:00
Peter Simons 93727ab861 haskell-comonads-fd: don't try to build documentation; this package is empty 2013-10-15 11:59:11 +02:00
Peter Simons 18c9c07bde haskell-yesod-form: update to version 1.3.3 2013-10-15 11:59:11 +02:00
Peter Simons c4385c4db7 haskell-yesod-core: update to version 1.2.4.5 2013-10-15 11:59:11 +02:00
Peter Simons ad55ea940b haskell-yesod-bin: update to version 1.2.3.4 2013-10-15 11:59:11 +02:00
Peter Simons 1811b175d6 haskell-warp: update to version 1.3.10.1 2013-10-15 11:59:11 +02:00
Peter Simons c933c31141 haskell-wai-app-static: update to version 1.3.3 2013-10-15 11:59:11 +02:00
Peter Simons 97f3968921 haskell-trifecta: update to version 1.2.1.1 2013-10-15 11:59:11 +02:00
Peter Simons 7fc3d75dd4 haskell-tasty: update to version 0.3.1 2013-10-15 11:59:11 +02:00
Peter Simons 1c1f7f7e7f haskell-shakespeare-js: update to version 1.2.0.1 2013-10-15 11:59:11 +02:00
Peter Simons e4857cf3c6 haskell-semigroupoids: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons 271be21f5a haskell-semigroupoid-extras: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons d217bfd571 haskell-reducers: update to version 3.10.1 2013-10-15 11:59:11 +02:00
Peter Simons 054a313221 haskell-profunctors: update to version 4.0.1 2013-10-15 11:59:11 +02:00
Peter Simons 860175c660 haskell-profunctor-extras: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons 345423eb5d haskell-pointed: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons a8c8120626 haskell-parsers: update to version 0.10 2013-10-15 11:59:11 +02:00
Peter Simons 0bfd9cd3a1 haskell-numbers: update to version 3000.2.0.0 2013-10-15 11:59:11 +02:00
Peter Simons 343b43297d haskell-lens: update to version 3.10 2013-10-15 11:59:11 +02:00
Peter Simons 358cbd05ac haskell-keys: update to version 3.10 2013-10-15 11:59:11 +02:00
Peter Simons 5a309bd661 haskell-intervals: update to version 0.2.2.1 2013-10-15 11:59:11 +02:00
Peter Simons 0e35a09bf4 haskell-heist: update to version 0.13.0.2 2013-10-15 11:59:10 +02:00
Peter Simons 3323a090c8 haskell-hamlet: update to version 1.1.7.3 2013-10-15 11:59:10 +02:00
Peter Simons 595e1c47e0 haskell-groupoids: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 9fbc5fd4fb haskell-free: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons b88b7f4986 haskell-either: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 502c2eda48 haskell-distributive: update to version 0.3.2 2013-10-15 11:59:10 +02:00
Peter Simons f572643b42 haskell-cryptohash: update to version 0.11.1 2013-10-15 11:59:10 +02:00
Peter Simons 9274cb0a49 haskell-comonads-fd: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 48c44876ae haskell-comonad: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 40ad6ff9b3 haskell-comonad-transformers: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 8090704e3d haskell-charset: update to version 0.3.5.1 2013-10-15 11:59:10 +02:00
Peter Simons 27c80e7712 haskell-bifunctors: update to version 4.1.0.1 2013-10-15 11:59:10 +02:00
Peter Simons b3119ba705 haskell-aeson: update to version 0.6.2.1 2013-10-15 11:59:10 +02:00
Bjørn Forsman 645cdce565 plantuml: new package
PlantUML draws UML diagrams using a simple and human readable text
description.
2013-10-14 20:13:49 +02:00
Michael Raskin dd7ecf5336 Update pdf2djvu 2013-10-14 22:07:13 +04:00
Domen Kožar dc68c10e94 fix eval 2013-10-14 17:14:11 +02:00
Carles Pagès 582aa9a6f4 Add libjson-rpc-cpp-0.2.1 2013-10-14 16:11:46 +02:00
Eelco Dolstra fc593e719d linux: Update to 3.4.66
CVE-2013-2015
2013-10-14 12:52:22 +02:00
Eelco Dolstra d55b8a10ee systemd: Apply a bunch of upstream fixes
For all changes relative to v203, see
https://github.com/edolstra/systemd/tree/nixos-v203.

Fixes #1072.
2013-10-14 12:47:05 +02:00
Eelco Dolstra 3ae18ebcad pciutils: Update PCI IDs 2013-10-14 12:47:04 +02:00
Eelco Dolstra 15f293e0e6 usbutils: Update USB IDs
Also, don't install update-usbids.sh (doesn't make sense) and fix
lsusb.py.
2013-10-14 12:47:04 +02:00
Eelco Dolstra d9be549a4c libusb1: Fix "libgcc_s.so.1 must be installed for pthread_cancel to work" error 2013-10-14 12:47:04 +02:00
Domen Kožar 30933abb97 add prey: Proven tracking software that helps you find, lock and recover your devices when stolen or missing 2013-10-14 11:57:48 +02:00
Michael Raskin 75bb099867 Update Julia 2013-10-14 11:55:59 +04:00
Michael Raskin 776adb5704 Updating TeXLive to 2013 using updated Debian snapshots.
Kept the old hacks where they don't break the build in case they things
they fix are still relevant.

I checked that the upgrade doesn't break:
1) Asymptote and EProver builds.
2) My XeLaTeX demo from configurations/ repository.
3) Some of my own files.

The upgrade fixes problems with simultaneous use of 3D and LaTeX labels
in Asymptote.

Please provide a test that worked previously and is broken now if you
need to revert this update or its parts.
2013-10-14 10:58:54 +04:00
Peter Simons 4dee7de246 haskell-packunused: update to version 0.1.0.1 2013-10-14 08:46:31 +02:00
Peter Simons 182e352ccf haskell-src-exts: switch default to version 1.14.0 2013-10-14 08:43:35 +02:00
Peter Simons ba36baee34 haskell-connection: add version 0.1.3 2013-10-14 08:43:35 +02:00
Peter Simons db2d296827 haskell-yesod-platform: update to version 1.2.4.3 2013-10-14 08:43:35 +02:00
Peter Simons 51a88b28b9 haskell-yaml: update to version 0.8.5.1 2013-10-14 08:43:35 +02:00
Peter Simons 2bb93a3bcc haskell-simple-sendfile: update to version 0.2.13 2013-10-14 08:43:35 +02:00
Peter Simons 60116c5c2c haskell-resourcet: update to version 0.4.9 2013-10-14 08:43:34 +02:00
Peter Simons f925c182e8 haskell-postgresql-simple: update to version 0.3.8.0 2013-10-14 08:43:34 +02:00
Peter Simons 1dc9738c34 haskell-pandoc-citeproc: update to version 0.1.2 2013-10-14 08:43:34 +02:00
Peter Simons d0c56466e0 haskell-optparse-applicative: update to version 0.6.0 2013-10-14 08:43:34 +02:00
Peter Simons 25a3c855fe haskell-network-conduit-tls: update to version 1.0.2 2013-10-14 08:43:34 +02:00
Peter Simons ace869c15b haskell-mwc-random: update to version 0.13.1.0 2013-10-14 08:43:34 +02:00
Peter Simons 4b9d4600e1 haskell-haxr: update to version 3000.10.1.1 2013-10-14 08:43:34 +02:00
Peter Simons d247d7bb6c haskell-haskell-src-meta: update to version 0.6.0.4 2013-10-14 08:43:33 +02:00
Peter Simons bac50a5372 haskell-hashtables: update to version 1.1.2.1 2013-10-14 08:43:33 +02:00
Peter Simons 7bfb168b8a haskell-enumerator: update to version 0.4.20 2013-10-14 08:43:33 +02:00
Peter Simons ca7c270278 haskell-entropy: update to version 0.2.2.3 2013-10-14 08:43:33 +02:00
Peter Simons fce3c4fb1b haskell-either: update to version 3.4.2 2013-10-14 08:43:33 +02:00
Peter Simons 1df8a24935 haskell-constraints: update to version 0.3.4.1 2013-10-14 08:43:33 +02:00
Peter Simons f19f16b6f1 haskell-conduit: update to version 1.0.8 2013-10-14 08:43:33 +02:00
Cillian de Róiste a02e5a7fb2 Update python packages 2013-10-13 15:19:46 +02:00
Peter Simons d21fcc53ee Merge pull request #1062 from danbst/master
Add `usb` haskell package
2013-10-13 01:51:05 -07:00
Michael Raskin a1394551d2 Replacing StumpWM with a fresh lisp-packages version 2013-10-13 11:00:18 +04:00
Michael Raskin 4129c4e735 Adding fresh StumpWM built via lisp-packages 2013-10-13 10:58:48 +04:00
Michael Raskin 56f0be1ba1 Adding lisp-packages subset. Adding a few test packages without dependencies. 2013-10-13 10:57:30 +04:00
Michael Raskin d44439d03e Adding a Common Lisp wrapper.
Features:
  + configurable via environment variables
  + can skip the actual launching of the lisp implementation (source it
  with NIX_LISP_SKIP_CODE=1 to get all the settings)
  + currently supports SBCL, CLisp, ECL
  + determines lisp implementation from NIX_LISP_COMMAND variable or
  from buildInputs
  + sets ASDF search path for packages using buildInputs
2013-10-13 10:45:07 +04:00
Michael Raskin f1dd61d353 Adding ASDF package definition system for Common Lisp 2013-10-13 10:40:25 +04:00
Michael Raskin 6be28d142f Update SBCL to 1.1.12 2013-10-13 10:34:55 +04:00
Michael Raskin dbc9d7f862 Add full linking-set to clisp 2.49 2013-10-13 10:34:22 +04:00
Peter Simons bf3e2d86cb wxmaxima: update to version 13.04.2 2013-10-13 00:39:06 +02:00
Peter Simons 568b39c672 maxima: update to version 5.31.2 2013-10-13 00:37:58 +02:00
Peter Simons c74b044be1 asymptote: update to version 2.24 2013-10-13 00:34:51 +02:00
Lluís Batlle i Rossell 57569c0057 Merge branch 'sdl2' of https://github.com/cpages/nixpkgs 2013-10-12 22:10:59 +02:00
Vladimír Čunát d269ab1579 libav: maintenance update 9.9 -> 9.10 2013-10-12 19:37:27 +02:00
Lluís Batlle i Rossell 7f62880468 Updating bitcoin to 0.8.5 2013-10-12 19:06:42 +02:00
Lluís Batlle i Rossell 5355ab63b9 Fixes for torprpl, until making it work. 2013-10-12 18:53:59 +02:00
Lluís Batlle i Rossell 3ecba5afd1 Adding tox-prpl, a pidgin plugin for tox.
I use the current master, because the release 0.2.0 doesn't match the
libtoxcore expression.
2013-10-12 15:38:38 +02:00
Jason "Don" O'Conal a3d9f41aad sdlmame: add expression 2013-10-12 00:31:46 +00:00
Karn Kallio c51e6c75a6 eclipse: add Eclipse Classic version 4.3.1 (codename Kepler). 2013-10-11 22:25:58 +02:00
Lluís Batlle i Rossell 08e327b284 Updating freicoin to 0.8.3-1. 2013-10-11 21:54:01 +02:00
Lluís Batlle i Rossell 8a3652544b Moving the attribute tox_core to libtoxcore. It seems more appropiate. 2013-10-11 21:44:15 +02:00
Lluís Batlle i Rossell fb8494b18b Adding toxic, the reference CLI for Tox 2013-10-11 21:42:42 +02:00
Lluís Batlle i Rossell 218fa0fc5d Adding tox-core 2013-10-11 21:32:36 +02:00
Lluís Batlle i Rossell c28d1169ec Fixing the libsodium expression to use the release tarball. 2013-10-11 21:23:10 +02:00
Lluís Batlle i Rossell 2cf008345e Adding libsodium 0.4.3. 2013-10-11 20:37:47 +02:00
Lluís Batlle i Rossell 3ba1970cfd Updating torchat to 0.9.9.553. 2013-10-11 19:35:38 +02:00
Lluís Batlle i Rossell 2c06488a9f gnunet_svn: update to 27840 2013-10-11 19:24:04 +02:00
Lluís Batlle i Rossell 42ee481f5d Adding verboseness option to gnunet 2013-10-11 19:24:04 +02:00
Eelco Dolstra d374bff41e Tarball: Match the NixOS version 2013-10-11 13:36:09 +02:00
Eelco Dolstra 29b99ed9fa Revert "pythonPackage.psycopg2: fix"
This reverts commit 762164c8a7 since it
breaks Nixpkgs evaluation: http://hydra.nixos.org/build/6471883
2013-10-11 10:44:18 +02:00
Peter Simons 7e06522645 hol: fix access to dot
Committing on behalf of Karn Kallio <tierpluspluslists@skami.org>.
2013-10-11 10:20:37 +02:00
danbst 254c153b62 Add usb haskell package 2013-10-11 09:39:16 +02:00
Mathijs Kwik 79b7f8dc45 rxvt-unicode: use multiple outputs for terminfo
this is useful for installing the terminfo files to headless/Xless
machines, which currently produce warnings when ssh'ing to them with
urxvt.
2013-10-11 00:59:12 +02:00
Peter Simons 5b0af38347 haskell-shakespeare-css: update to version 1.0.6.4 2013-10-10 20:56:40 +02:00
Peter Simons 4cd2771345 haskell-uuid: jailbreak to fix build with recent cryptohash 2013-10-10 20:56:40 +02:00
Peter Simons f3e8d77ebf haskell-cryptohash: disable test suite to avoid build errors
https://github.com/vincenthz/hs-cryptohash/issues/17
2013-10-10 20:56:39 +02:00
Peter Simons 1f7957329c haskell-trifecta: update to version 1.2.1 2013-10-10 20:56:39 +02:00
Peter Simons 01ba6468b7 haskell-tls-extra: update to version 0.6.6 2013-10-10 20:56:39 +02:00
Peter Simons 30d9b33460 haskell-test-framework: update to version 0.8.0.3 2013-10-10 20:56:39 +02:00
Peter Simons fae99f8e78 haskell-test-framework-quickcheck2: update to version 0.3.0.2 2013-10-10 20:56:39 +02:00
Peter Simons 445f80e6e4 haskell-test-framework-hunit: update to version 0.3.0.1 2013-10-10 20:56:38 +02:00
Peter Simons 9a7fc0ea64 haskell-statistics: update to version 0.10.5.0 2013-10-10 20:56:38 +02:00
Peter Simons 05c56d583d haskell-socks: update to version 0.5.3 2013-10-10 20:56:38 +02:00
Peter Simons bc86211c2d haskell-setenv: update to version 0.1.1 2013-10-10 20:56:38 +02:00
Peter Simons d2f719644b haskell-regex-compat-tdfa: update to version 0.95.1.4 2013-10-10 20:56:38 +02:00
Peter Simons 304b837c41 haskell-persistent-template: update to version 1.2.0.3 2013-10-10 20:56:38 +02:00
Peter Simons c147c72a1f haskell-pandoc-types: update to version 1.12.2.3 2013-10-10 20:56:37 +02:00
Peter Simons d7831932ce haskell-pandoc-citeproc: update to version 0.1.1.2 2013-10-10 20:56:37 +02:00
Peter Simons e68e87ac4a haskell-math-functions: update to version 0.1.4.0 2013-10-10 20:56:37 +02:00
Peter Simons d8993dd96c haskell-hslua: update to version 0.3.7 2013-10-10 20:56:37 +02:00
Peter Simons 91397f6686 haskell-hjsmin: update to version 0.1.4.3 2013-10-10 20:56:37 +02:00
Peter Simons 8bb21217b1 haskell-hflags: update to version 0.4 2013-10-10 20:56:36 +02:00
Peter Simons 37d97d04e0 haskell-hashtables: update to version 1.1.2.0 2013-10-10 20:56:36 +02:00
Peter Simons 2a5f6a5739 haskell-happstack-server: update to version 7.3.1 2013-10-10 20:56:36 +02:00
Peter Simons 308420d64d haskell-hakyll: update to version 4.4.1.0 2013-10-10 20:56:36 +02:00
Peter Simons 04440788ad haskell-ghc-mod: update to version 3.1.3 2013-10-10 20:56:36 +02:00
Peter Simons eebdbaf3ac haskell-fclabels: update to version 2.0 2013-10-10 20:56:35 +02:00
Peter Simons a5f8ca839f haskell-cryptohash: update to version 0.11.0 2013-10-10 20:56:35 +02:00
Peter Simons e1729d6aca haskell-crypto-cipher-types: update to version 0.0.7 2013-10-10 20:56:35 +02:00
Peter Simons f9162c54ed haskell-crypto-cipher-tests: update to version 0.0.10 2013-10-10 20:56:35 +02:00
Peter Simons c628bb466c haskell-citeproc-hs: update to version 0.3.9 2013-10-10 20:56:35 +02:00
Peter Simons 3b36ea9ebb haskell-cipher-rc4: update to version 0.1.4 2013-10-10 20:56:34 +02:00
Peter Simons e8509b1cf7 haskell-cipher-des: update to version 0.0.5 2013-10-10 20:56:34 +02:00
Peter Simons 0e4d71d781 haskell-cipher-camellia: update to version 0.0.2 2013-10-10 20:56:34 +02:00
Peter Simons 24dfe9bd79 haskell-cipher-blowfish: update to version 0.0.3 2013-10-10 20:56:34 +02:00
Peter Simons ff8fc2a3dc haskell-cipher-aes: update to version 0.2.6 2013-10-10 20:56:34 +02:00
Peter Simons 6cba0e6085 haskell-certificate: update to version 1.3.9 2013-10-10 20:56:34 +02:00
Peter Simons b3a5735df6 haskell-JuicyPixels: update to version 3.1.1 2013-10-10 20:56:33 +02:00
Peter Simons f3aa6c02b9 haskell-GLFW: update to version 0.5.2.0 2013-10-10 20:56:33 +02:00
Peter Simons b224e751c0 haskell-github-backup: update to version 1.20131006 2013-10-10 20:56:33 +02:00
Peter Simons 0a24aa4d29 haskell-network: add version 2.4.2.0 2013-10-10 20:52:39 +02:00
Rok Garbas 762164c8a7 pythonPackage.psycopg2: fix 2013-10-10 15:18:50 +02:00
Eelco Dolstra 041da5a6f9 Unify the Nixpkgs and NixOS version numbers 2013-10-10 13:28:22 +02:00
Eelco Dolstra 3293421dd3 Fix references to pkgs/lib 2013-10-10 13:28:22 +02:00
Eelco Dolstra 5fef92c4a0 Move pkgs/lib/ to lib/ 2013-10-10 13:28:21 +02:00
Peter Simons 0ae1a8b847 hol: update to version k.8
Committing on behalf of Tom Ridge <tom.j.ridge@googlemail.com>.
2013-10-10 12:00:12 +02:00
Peter Simons 60f9e092e3 gnupg: improve conformance of meta.description to Nixpkgs guidelines 2013-10-10 11:41:21 +02:00
Peter Simons 9f65946e5f all-packages.nix: strip trailing whitespace 2013-10-10 11:40:06 +02:00
Peter Simons 0cd0627989 gnupg: update to version 2.0.22 (fixes CVE-2013-4402) 2013-10-10 11:39:55 +02:00
Peter Simons 6a63106185 gnupg1: support for IDEA is now included by default (the patent has expired) 2013-10-10 11:38:23 +02:00
Moritz Ulrich 282b5ac5f0 dwarf-therapist: New package
Dwarf Therapist is a tool to manage your Dwarves' work orders and
other management stuff.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-10 01:22:23 +02:00
Moritz Ulrich b98ae36d32 dwarf-fortress: Update to 0.34.11.
Somehow Dwarf Fortress suddenly started failing to use our libpng (or
zlib). I tried all possible combinations (supplying them via
LD_LIBRARY_PATH in the script) but it just won't work.

This solution was found in the Archlinux bug tracker: It just symlinks
all problematic .png files to their .bmp counterparts. It's ugly and
*sadly* breaks tileset support (unless you convert them to bmp) but I
think it's acceptable, as the whole expression is pretty problematic
in terms of purity.

Let's hope the next release of Dwarf Fortress will be easier to
support.

(fixes #710)
2013-10-10 01:21:55 +02:00
Karn Kallio 32ebe90fa1 pure: fix build with llvm 3.3 2013-10-09 21:23:37 +02:00
Shea Levy f7a1c8c2f5 s/gnu_efi/gnu-efi
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 14:01:36 -04:00
Sander van der Burg b79c8e64c1 Added owl-deepcopy nodejs package + update other node packages 2013-10-09 18:12:09 +02:00
Shea Levy f5886feb1e gptfdisk: Update to 0.8.6
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:42:05 -04:00
Shea Levy 74d72d89ea Update edk2 and OVMF
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:30:44 -04:00
Shea Levy 19c7b84799 gnu-efi: Update to 3.0u
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:07:02 -04:00
Shea Levy e521757f21 Update gummiboot
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 09:52:08 -04:00
Lluís Batlle i Rossell 174503945f Updating paraview to 4.0.1. 2013-10-09 09:02:21 +02:00
Rob Vermaas 4b65d6e7a3 Update nixops to 1.1.1 2013-10-08 16:21:15 +02:00
Evgeny Egorochkin d07d2eb137 torsocks: update to 1.3 2013-10-08 16:59:48 +03:00
Bjørn Forsman 661e5a8f1a asciidocFull: add missing sed + coreutils for a2x wrapper
When making a PDF file I got an error because dblatex couldn't find
sed/uname/mkdir etc. This fixes it.
2013-10-08 14:13:14 +02:00
Rob Vermaas 2066508131 Add argument to oraclejdk to allow installation of Java Cryptography Extension with unlimited strength. User needs to download these themselves, and need to accept a license agreement (Java SE BCL License Agreement) 2013-10-08 11:31:12 +02:00
Eelco Dolstra 21cfef0beb Disable some packages that don't build 2013-10-08 11:12:44 +02:00
Eelco Dolstra df0d362f31 Fix some more Hydra evaluation errors 2013-10-08 11:07:14 +02:00
viric 446c6daccd Merge pull request #1052 from offlinehacker/xca
Add xca, interface for managing keys like RSA or DSA
2013-10-08 01:56:05 -07:00
Jaka Hudoklin a19bbd49b7 Add xca, interface for managing keys like RSA or DSA 2013-10-08 09:36:03 +02:00
Cillian de Róiste bfac9f828e Bugfix: zc_buildout_nix, replace links to eggs in the store which have been gc-ed 2013-10-08 01:51:24 +02:00
Evgeny Egorochkin fd05af8bc0 KDE4.11: update to 4.11.2. Add missing xslt file. 2013-10-07 22:32:47 +03:00
Rok Garbas 5aa323660c adding jmeter 2013-10-07 19:55:37 +02:00
Rok Garbas d269a8c91d adding RelStorage and psycopg2 python packages 2013-10-07 19:55:36 +02:00
Eelco Dolstra 2147a07938 Fix a bunch of Hydra evaluation errors 2013-10-07 17:36:47 +02:00
Eelco Dolstra 9faba5f073 Remove KDE 4.8
4.10 has been the default for a while.
2013-10-07 17:12:50 +02:00
Eelco Dolstra db091a6662 quassel: Fix evaluation on non-Linux platforms 2013-10-07 17:11:22 +02:00
Moritz Ulrich 3ee5c50cda Add gnutls 3.2.4 (as pkgs.gnutls32) & make weechat use it.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-07 13:44:19 +02:00
Moritz Ulrich c8b16f172a weechat: 0.4.2 and fix segfault on /exit.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-07 13:24:54 +02:00
Lluís Batlle i Rossell 1b794c098b filegive update to 0.7.1 2013-10-07 09:34:25 +02:00
Domen Kožar 8e031bc3be Merge pull request #1051 from silverhook/eventlist
Eventlist: add package
2013-10-06 15:31:13 -07:00
Matija Šuklje c8a9b0069f Eventlist: Renamed accordingly and fixed the description. 2013-10-07 00:26:27 +02:00
Matija Šuklje 4f74888a9f Eventlist: First working package 0.6.96.
Added boost as buildInputs.
Removed uneeded doCheck.
2013-10-06 23:57:16 +02:00
Domen Kožar f0830dbb9c gnupg1: 1.4.13 -> 1.4.15 (CVE-2013-4402) 2013-10-06 23:31:38 +02:00
Bjørn Forsman 1a062d1456 flightgear: 2.10.0 -> 2.12.0 (and make it run again)
The current FlightGear expression doesn't work:

  bash$ nix-build -A flightgear
  /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0

  bash$ ./result/bin/fgfs
  ERROR: The path '/nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear' does not exist in the file system.

  Base package check failed:
    Version [none] found at: /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear
    Version 2.10.0 is required.
  Please upgrade/downgrade base package and set the path to your fgdata
  with --fg-root=path_to_your_fgdata

We could probably make the 2.10.0 version run, but I had already
upgraded it to 2.12.0 before I made it work. It seems only the data dir
configuration was wrong/missing: FG_DATA_DIR="$out/share/FlightGear/".

Simgear must be in version sync with flightgear, hence the upgrade.

Most of the diff is because I rewrote the flightgear expression to what
I think is the "new style". I wanted to add a preConfigure phase but
didn't understand why this expression had custom phases. So I just
rewrote the whole thing to something I consider more readable.
2013-10-06 22:38:48 +02:00
Matija Šuklje 525a6fc8a8 Eventlist: Added more dependencies. 2013-10-06 22:09:35 +02:00
Peter Simons d210ce955c Merge pull request #1043 from bjornfor/asciidoc-all-deps2
Add asciidocFull (and dblatexFull dependency)
2013-10-06 12:42:05 -07:00
Matija Šuklje 5a70214bb5 Merge branch 'eventlist' 2013-10-06 21:29:19 +02:00
Matija Šuklje 5b4a8ff6cc Eventlist: Updated version to 0.6.96. 2013-10-06 21:27:23 +02:00
Matija Šuklje 28a1e45ec7 Added proper dependencies. 2013-10-06 21:20:24 +02:00
Bjørn Forsman 866d57d93d wgetpaste: better package description 2013-10-06 21:19:27 +02:00
Mathijs Kwik ab94b3b863 linux-3.0: upgrade to 3.0.99 2013-10-06 20:17:02 +02:00
Mathijs Kwik c242863da8 linux-3.4: upgrade to 3.4.65 2013-10-06 20:17:01 +02:00
Mathijs Kwik 07fd8c87ab linux-3.10: upgrade to 3.10.15 2013-10-06 20:17:01 +02:00
Mathijs Kwik 2af2f26034 linux-3.11: upgrade to 3.11.4 2013-10-06 20:17:01 +02:00
Mathijs Kwik 40826e309f linux-3.12: upgrade to 3.12-rc3 2013-10-06 20:17:01 +02:00
Domen Kožar 960896a063 Merge pull request #1048 from falsifian/firefox_debug
firefox: add an option to build with debugging enabled.
2013-10-06 10:48:31 -07:00
Bjørn Forsman dc44195b95 pv: 1.3.4 -> 1.4.12
See changelog in the "NEWS" section at
http://www.ivarch.com/programs/pv.shtml
2013-10-06 18:40:41 +02:00
Domen Kožar 81fc2301f3 add haveged: A simple entropy daemon 2013-10-06 17:18:50 +02:00
Domen Kožar 49f8e371a1 Merge pull request #1049 from bjornfor/description-fixes
More description fixes
2013-10-06 07:05:20 -07:00
Bjørn Forsman 9d7086f173 asciidoc: purify and add asciidocFull attribute
The current asciidoc expression is impure; it relies on several tools to
be found in PATH at runtime. This commit adds a enableStandardFeatures
parameter that, if true, pulls in all dependencies and patches asciidoc
to contain full paths to the tools.

I've set enableStandardFeatures = false for the existing asciidoc
attribute so that the closure size stays unchanged, at 255 MiB. The new
asciidocFull attribute (with enableStandardFeatures = true) has a
closure size of 1.5 GiB.
2013-10-06 12:18:08 +02:00
Bjørn Forsman 83c9a264bf dblatex: purify and add dblatexFull attribute
imagemagick, transfig, inkscape, fontconfig and ghostscript are missing
dependencies of dblatex. Instead of adding all those dependencies to the
existing dblatex attribute, make a new dblatexFull attribute for that.

Also pass --use-python-path at install time so that script shebangs end
up with #!/path/to/python instead of #!/path/to/env python (which is
impure when not run in a wrapper).
2013-10-06 12:18:08 +02:00
Bjørn Forsman 083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Peter Simons 2e60cd53b7 Merge pull request #1046 from DriesVanDaele/master
add tabling to yap
2013-10-06 02:58:53 -07:00
James Cook b0d4b8bcaa firefox: add an option to build with debugging enabled. 2013-10-05 21:07:42 -07:00
Eelco Dolstra 9db68de9e6 polkit, pulseaudio: Drop some Linux-specific dependencies 2013-10-06 00:21:28 +02:00
Eelco Dolstra 2ae2b0bca3 Drop --xml, it's no longer needed 2013-10-06 00:21:28 +02:00
Aristid Breitkreuz c80556f630 rsnapshot 1.3.1 2013-10-05 23:07:52 +02:00
Dries Van Daele 89964dd241 add tabling to yap 2013-10-05 20:59:34 +02:00
Aristid Breitkreuz 80924c8f3c rsnapshot: configurable configuration file path
default value: /etc/rsnapshot.conf
2013-10-05 20:48:03 +02:00
Domen Kožar 38a20082cd Merge pull request #1044 from bjornfor/description-fixes
Some description fixes
2013-10-05 10:40:02 -07:00
Bjørn Forsman 28ac782583 Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Domen Kožar f82cfef944 add sshuttle: Transparent proxy server that works as a poor man's VPN 2013-10-05 16:46:56 +02:00
Vladimír Čunát 4c7796e4a3 transmission: fix non-gtk builds
I'm sorry, I was incautious.
2013-10-04 21:10:54 +02:00