Commit Graph

11148 Commits

Author SHA1 Message Date
Matej Cotman
e310dd1774 searx: new package 2014-02-22 18:11:18 +01:00
Oliver Charles
c541462cb4 haskellPackages.fb: New expression 2014-02-22 17:10:28 +00:00
Vladimír Čunát
351f704091 Merge x-updates into master
There's a major dbus bump (1.6 -> 1.8), and various minor fixes and updates.
2014-02-22 11:28:51 +01:00
Vladimír Čunát
a35d4a9d4e unstable job: don't depend on glib-tested yet (fails) 2014-02-22 10:38:13 +01:00
Peter Simons
6522d4254f haskell-primitive: update to version 0.5.2.1 2014-02-22 09:19:19 +01:00
Peter Simons
864db9c088 haskell-HTTP: update to version 4000.2.11 2014-02-22 09:19:18 +01:00
Benno Fünfstück
9ad8ce91a3 New expression: ghc-events-analyze 2014-02-22 00:55:26 +01:00
Domen Kožar
269955a521 pythonPackages.psycopg2: 2.5.1 -> 2.5.2 2014-02-21 23:46:56 +01:00
Peter Simons
5306d974ce haskell-aeson-0.7.x: fix build with older versions of ByteString
Closes <https://github.com/bos/aeson/issues/185>.
Closes <https://github.com/ekmett/lens/issues/397>.
2014-02-21 23:29:33 +01:00
Domen Kožar
40b8b3206e fix remaining broken python packages due to refactoring 2014-02-21 23:27:06 +01:00
Austin Seipp
4631a65c43 grsecurity: add pax-utils-0.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-21 13:17:56 -06:00
Austin Seipp
c2e4ccd4ad grsecurity: add paxctl-0.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-21 13:17:53 -06:00
Austin Seipp
f1459cd4b0 grsecurity: add gradm-3.0-201401291757
This also ensures the appropriate udev rules are installed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-21 13:14:11 -06:00
Ricardo Correia
308015e213 Merge pull request #1801 from thoughtpolice/kernel-grsec
kernel: stable updates, grsecurity patch updates
2014-02-21 19:23:49 +01:00
Domen Kožar
368839c703 Merge pull request #1467 from iElectric/buildPythonPackage-refactor
buildPythonPackage refactoring
2014-02-21 18:33:48 +01:00
Domen Kožar
f1db57f1fe buildPythonPackage: fix more borken packages 2014-02-21 18:29:57 +01:00
Domen Kožar
68a5b5e5fb add xarchiver: GTK+2 only frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only) 2014-02-21 13:19:25 +01:00
Domen Kožar
0ca4f087b3 Merge pull request #1797 from lethalman/empathy
new empathy, folks and clutter-gst packages, with related lib changes
2014-02-21 12:56:51 +01:00
Luca Bruno
3991f590f4 empathy: new package
Messaging program which supports text, voice, video chat,
and file transfers over many different protocols

https://wiki.gnome.org/Apps/Empathy
2014-02-21 11:47:19 +01:00
Luca Bruno
9f5beec66f clutter-gst: new package 2014-02-21 09:52:31 +01:00
Austin Seipp
18f65f3640 grsecurity: stable/testing updates
- stable:  3.0-3.2.55-201402192249 -> 3.0-3.2.55-201402201903
  - testing: 3.0-3.13.3-201402192252 -> 3.0-3.13.4-201402201908

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-20 20:21:16 -06:00
cillianderoiste
f47d6a1314 Merge pull request #1792 from larkery/davmail-and-lxappearance
Add lxappearance and davmail
2014-02-20 23:08:04 +01:00
Vladimír Čunát
ae5d8f6768 Merge master into x-updates 2014-02-20 20:55:31 +01:00
Ricardo M. Correia
2537b7c679 vim: add config option to generate vimrc 2014-02-20 14:08:42 +01:00
Peter Simons
676f44eb04 Merge pull request #1790 from thoughtpolice/checksec
checksec: version 1.5
2014-02-20 12:03:24 +01:00
Austin Seipp
7411fabd3e checksec: version 1.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-20 04:26:17 -06:00
Tom Hinton
f6ba040bdc Add me to maintainers list
Add a derivation for davmail
Add a derivation for lxappearance
Add both new derivations to all-packages
2014-02-20 09:49:50 +00:00
Domen Kožar
c72d59881f remove unneeded pytest test skip 2014-02-20 01:19:16 +01:00
Domen Kožar
fae6079a01 adopt rest of the packages that were failing with the buildPythonPackage changes 2014-02-20 01:19:15 +01:00
Domen Kožar
bf5d6fb9b1 Refactor buildPythonPackage to modularize building process.
Before we used `easy_install` command to handle installation
in one shot, now this is split into two phases:

 - buildPhase: python setup.py build
 - installPhase: python setup.py install

Each of those commands have the ability to pass extra
parameters through buildPythonPackage parameters as
`setupPyInstallFlags` and `setupPyBuildFlags`.

Phases now correctly execute post/pre hooks.

In configurePhase we inject setuptools dependency before distutils
is imported to apply monkeypatching by setuptools that is needed
for special features to apply.

We don't have to reorder default phases anymore, as test
phase comes after build and that works.

I rewrote offineDistutils into distutils-cfg with a bit cleaner
syntax and ability to specify extraCfg to the config file.

Plone packages are failing and garbas said he will adopt them to
the new functions. The rest of the packages I fixed and these commits
shouldn't break any package (according to my testings) and they introduce
16 new jobs and fix 38 that were broken before.
2014-02-20 01:19:15 +01:00
Domen Kožar
e9923c6499 pythonPackages: update a bunch of them 2014-02-20 01:19:15 +01:00
Domen Kožar
6cbc1d554f remove unused setuptools/site.nix 2014-02-20 01:19:14 +01:00
Cillian de Róiste
77041cbf45 linuxsampler: fix the build by using bison2 2014-02-19 23:50:24 +01:00
Jaka Hudoklin
5caaa5e0ba pythonPackages: fix and upate graphite, carbon and whisper
Twisted needed downgrade for carbon to start
2014-02-19 16:42:12 +01:00
Eelco Dolstra
7a51e17775 Fix updating of the tarball mirror 2014-02-19 13:58:42 +01:00
Vladimír Čunát
dcf6cbf5b3 glib: add -tested variant, also to the unstable job
Replaces #1753.
2014-02-18 20:27:23 +01:00
Peter Simons
d62001d049 Merge pull request #1768 from klao/nc-indicators
Add nc-indicators-0.1 Haskell package
2014-02-18 18:23:37 +01:00
Sander van der Burg
70798243a2 titaniumsdk: Add 3.2 SDK option 2014-02-18 16:34:34 +01:00
Domen Kožar
810eff6087 Merge pull request #1769 from lethalman/epiphany
Epiphany: new package
2014-02-18 09:10:30 +01:00
Evgeny Egorochkin
64ddd86714 perlPackages.ExceptionClass: update from 1.30 to 1.37 2014-02-18 04:22:27 +02:00
Moritz Ulrich
53b6744646 teensy-loader: New package
Firmware uploader for the teensy microcontroller board family.
2014-02-18 01:02:47 +01:00
Luca Bruno
92f9949e09 epiphany: new package
WebKit based web browser for GNOME

https://wiki.gnome.org/Apps/Epiphany
2014-02-18 00:13:14 +01:00
Mihaly Barasz
668e81ad5a Add nc-indicators-0.1 Haskell package 2014-02-17 23:06:26 +01:00
Bjørn Forsman
493adc9227 Rename 'gnome-terminator' to 'terminator'
Align the package name with what other distros call it.

Other distros: Fedora, Debian, Archlinux, OpenSUSE, Mageia, Slackware
(and probably more).
2014-02-17 20:56:03 +01:00
Bjørn Forsman
0fa9dca362 gnome-terminator: add missing dependencies (for extra features)
Add 'keybinder' and 'python-notify' as dependencies. Fixes this:

  $ terminator
  [...]
  Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable
  [...]
  ActivityWatch plugin unavailable: please install python-notify
2014-02-17 20:53:55 +01:00
Bjørn Forsman
1d1667b7b0 keybinder: new package
keybinder is a library for registering global keyboard shortcuts.
keybinder works with GTK-based applications using the X Window System.

https://github.com/engla/keybinder/
2014-02-17 20:50:22 +01:00
Ricardo Correia
09b2365806 Merge pull request #1764 from thoughtpolice/grsec
linux-3.2 & grsecurity updates
2014-02-17 18:32:08 +01:00
Peter Simons
6e28b6ebb8 haskell-text-stream-decode: add version 0.1.0.3 2014-02-17 16:41:08 +01:00
Peter Simons
aaa4d951dd haskell-enclosed-exceptions: add version 1.0.0.1 2014-02-17 16:41:08 +01:00
Peter Simons
ba53ddcbb5 haskell-conduit-combinators: add version 0.1.0.0 2014-02-17 16:41:07 +01:00
Peter Simons
f3a3119bd0 haskell-chunked-data: add version 0.1.0.0 2014-02-17 16:41:07 +01:00
Austin Seipp
c137015328 grsecurity updates.
- stable:  3.0-3.2.54-201402062221 -> 3.0-3.2.55-201402152203
  - testing: 3.0-3.13.3-201402132113 -> 3.0-3.13.3-201402152204

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-17 07:27:51 -06:00
Luca Bruno
9d34103a57 gucharmap: new package
GNOME Character Map, based on the Unicode Character Database

https://wiki.gnome.org/Apps/Gucharmap
2014-02-17 12:51:30 +01:00
Aristid Breitkreuz
4fab99a195 perl.Finance::Quote 1.19 (close #1759)
This restores access to Yahoo. It is not available on CPAN yet, so the
download refers to Sourceforge directly.
2014-02-16 18:06:07 +01:00
Peter Simons
e4bea8bb9b Merge pull request #1744 from ocharles/haskellPackages.aeson
haskellPackages.aeson_0_7: No longer depends on attoparsec 0.11
2014-02-16 14:28:16 +01:00
Domen Kožar
7f2a372a37 Merge pull request #1757 from lethalman/yelp
Yelp and yelp-xsl
2014-02-16 12:05:00 +01:00
Bjørn Forsman
bb8a891412 python26: update dependency 'db44' to 'db47'
I downgraded too aggressively from db5 to db4. db48 doesn't work but
db47 does, so there is no need to downgrade further.
2014-02-16 12:01:14 +01:00
Vladimír Čunát
96f07fa74e Merge master into x-updates 2014-02-16 11:45:02 +01:00
Luca Bruno
da36d7d220 yelp: new package
Yelp is the help viewer in Gnome.

https://wiki.gnome.org/Apps/Yelp
2014-02-16 11:43:35 +01:00
Bjørn Forsman
26d7645b6b python26: unbreak build (revert from db5 to db44)
The bsddb module is apparently not compatible with db5 (or db48), so switch
back to db44. Fixes the following build error:

  $ nix-build -A python26.modules
  these derivations will be built:
    /nix/store/5zcqmpa4iby0aa342psjph0byiyikm6h-python-bsddb-2.6.8.drv
  building path(s) `/nix/store/qpsjyx7nmxhm9zq40674wr67dx8w6ycl-python-bsddb-2.6.8'
  building /nix/store/qpsjyx7nmxhm9zq40674wr67dx8w6ycl-python-bsddb-2.6.8
  unpacking sources
  unpacking source archive /nix/store/2qwc1kd8allnaljm1z360lv9jsf8cfqy-Python-2.6.8.tar.bz2
  source root is Python-2.6.8
  patching sources
  applying patch /nix/store/cfk04ans56xql9l6waqhqzzd60g9rzxi-search-path.patch
  patching file setup.py
  Hunk #1 succeeded at 424 (offset 145 lines).
  applying patch /nix/store/dxscwf37hgq0xafs54h0c8xx47vg6d5g-nix-store-mtime.patch
  patching file Python/import.c
  Hunk #1 succeeded at 747 (offset -4 lines).
  configuring
  building
  running build_ext
  INFO: Can't locate Tcl/Tk libs and/or headers
  Traceback (most recent call last):
    File "./setup.py", line 2037, in <module>
      main()
    File "./setup.py", line 2032, in main
      'Lib/smtpd.py']
    File "/nix/store/xxzwak31qql6vq7v35xmq68zmjpfr5py-python-2.6.8/lib/python2.6/distutils/core.py", line 152, in setup
      dist.run_commands()
    File "/nix/store/xxzwak31qql6vq7v35xmq68zmjpfr5py-python-2.6.8/lib/python2.6/distutils/dist.py", line 975, in run_commands
      self.run_command(cmd)
    File "/nix/store/xxzwak31qql6vq7v35xmq68zmjpfr5py-python-2.6.8/lib/python2.6/distutils/dist.py", line 995, in run_command
      cmd_obj.run()
    File "/nix/store/xxzwak31qql6vq7v35xmq68zmjpfr5py-python-2.6.8/lib/python2.6/distutils/command/build_ext.py", line 340, in run
      self.build_extensions()
    File "./setup.py", line 249, in build_extensions
      longest = max([len(e.name) for e in self.extensions])
  ValueError: max() arg is an empty sequence
  builder for `/nix/store/5zcqmpa4iby0aa342psjph0byiyikm6h-python-bsddb-2.6.8.drv' failed with exit code 1
  error: build of `/nix/store/5zcqmpa4iby0aa342psjph0byiyikm6h-python-bsddb-2.6.8.drv' failed
2014-02-16 11:28:00 +01:00
Cillian de Róiste
3250375f20 Remove dvswitch: I don't use it, and it's broken 2014-02-16 01:19:16 +01:00
Domen Kožar
3f3a3ec24c Merge pull request #1755 from lethalman/baobab
baobab: new package
2014-02-15 22:32:31 +01:00
Luca Bruno
402c1d582e baobab: new package
Graphical application to analyse disk usage in any Gnome environment.

https://wiki.gnome.org/Apps/Baobab
2014-02-15 22:21:06 +01:00
William A. Kennington III
e5a21b7bed libpipeline: Add package
[Bjørn Forsman: modify meta.description so that it doesn't include the
package name and doesn't end in a period.]
2014-02-15 12:16:19 +01:00
William A. Kennington III
bdb842d5eb Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
William A. Kennington III
99f5d2edb4 db: Reorganize Berkeley Database Packaging
Currently, the berkeley databases resuses a lot of the same code for the
expressions of each version. This consolidates all of the build routines
similar to that of the linux kernel.

This patch also adds version 6 of BDB.
2014-02-15 12:03:01 +01:00
Evgeny Egorochkin
3777998a31 perlPackages.YAMLLibYAML: update from 0.38 to 0.41 2014-02-14 20:24:47 +02:00
Evgeny Egorochkin
1193d8c34d perlPackages.YAML: update from 0.84 to 0.90 2014-02-14 20:23:34 +02:00
Evgeny Egorochkin
4d7f525aec perlPackages.XMLLibXSLT: update from 1.70 to 1.87 2014-02-14 20:22:33 +02:00
Evgeny Egorochkin
ac92b3aebd perlPackages.UNIVERSALrequire: update from 0.11 to 0.16 2014-02-14 20:21:17 +02:00
Evgeny Egorochkin
e63abf17f4 perlPackages.TextTabularDisplay: update from 1.22 to 1.35 2014-02-14 20:20:16 +02:00
Evgeny Egorochkin
24375083e0 perlPackages.TestFailWarnings: update from 0.005 to 0.008 2014-02-14 20:18:34 +02:00
Evgeny Egorochkin
26dd63e54f perlPackages.DevelFindPerl: update from 0.006 to 0.012 2014-02-14 20:16:07 +02:00
Evgeny Egorochkin
4ac42fcb76 perlPackages.DateTime: update from 1.04 to 1.07 2014-02-14 20:15:15 +02:00
Evgeny Egorochkin
3d41e4ebde perlPackages.ConvertASN1: update from 0.22 to 0.26 2014-02-14 20:11:46 +02:00
Evgeny Egorochkin
7cc98001dc perlPackages.Clone: update from 0.34 to 0.36 2014-02-14 20:09:56 +02:00
Evgeny Egorochkin
daa2827b99 grsecurity: update patch 2014-02-14 18:13:05 +02:00
Shea Levy
6a95e90f27 Add interpolatedstring-perl6 haskell package 2014-02-14 06:15:08 -05:00
Oliver Charles
d8a5ac138c haskellPackages.aeson_0_7: No longer depends on attoparsec 0.11 2014-02-14 11:02:21 +00:00
Eelco Dolstra
ca5f99b9ea Finance::Quote: Fix the Yahoo source 2014-02-14 10:54:00 +01:00
Evgeny Egorochkin
cf3d2e0a17 add repositories.git to several packages 2014-02-14 09:34:30 +02:00
Bjørn Forsman
d4ebb62481 python-robotframework-selenium2library: bump 1.4.0 -> 1.5.0 2014-02-13 22:47:28 +01:00
Bjørn Forsman
bf57fb7386 python-robotframework-ride: bump 1.2.2 -> 1.2.3
Remove the now unneeded postPatch phase; the fix has been integrated
into the upstream release.
2014-02-13 22:47:28 +01:00
Bjørn Forsman
b705e0d156 python-robotframework: bump 2.8.1 -> 2.8.4
Source URL is changing from googlecode to pypi; new releases are no
longer available on googlecode.
2014-02-13 22:47:28 +01:00
Peter Simons
9856172956 Merge pull request #1740 from ocharles/haskellPackages.digestiveFunctorsAeson
haskellPackages.digestiveFunctorsAeson: Correct dependencies
2014-02-13 21:11:04 +01:00
Peter Simons
0e482a2810 Merge pull request #1738 from ttuegel/diagrams
Add haskell-Chart-diagrams-1.2 and dependencies
2014-02-13 21:10:28 +01:00
Oliver Charles
f508ff8793 haskellPackages.digestiveFunctorsAeson: Correct dependencies 2014-02-13 17:02:02 +00:00
Thomas Tuegel
2cd48f94cc Add haskell-Chart-diagrams-1.2 2014-02-13 07:48:21 -06:00
Thomas Tuegel
89a9a94054 Add haskell-diagrams-postscript-1.0.1.2 2014-02-13 07:48:20 -06:00
Thomas Tuegel
1ff560f2ad Add haskell-SVGFonts-1.4.0.1 2014-02-13 07:48:20 -06:00
Peter Simons
51095c1e5c haskell-lens: update to version 4.0.3 2014-02-13 10:57:08 +01:00
Peter Simons
04ddcf6079 haskell-pretty-show: update to version 1.6.7 2014-02-13 10:54:39 +01:00
Evgeny Egorochkin
432a698e8d KDE-4.12: package 4.12.2 2014-02-13 04:26:42 +02:00
Evgeny Egorochkin
d91696c1f3 libraw: package 0.16.0 2014-02-13 04:26:42 +02:00
Rickard Nilsson
bcb7925562 New package: The vimb web browser 2014-02-12 19:42:39 +01:00
Eelco Dolstra
42c083df41 Add Template::Plugin::IO::All 2014-02-12 17:38:02 +01:00
Shea Levy
51d35d5028 Update pythonPackages.botocore 2014-02-12 09:35:08 -05:00
Shea Levy
9332d9ed5c Update pythonPackages.jmespath 2014-02-12 09:35:08 -05:00
Shea Levy
6a4e30d8d1 Add rsa pythonPackage 2014-02-12 09:35:08 -05:00
Shea Levy
ffc3091811 Add bcdoc pythonPackage 2014-02-12 09:35:08 -05:00
Domen Kožar
7271eb50e6 Add i3minator: i3 project manager similar to tmuxinator 2014-02-12 12:04:53 +01:00
cillianderoiste
ffd1e88651 Merge pull request #1732 from garbas/phantomjs-on-darwin
phantomjs on darwin
2014-02-12 01:55:55 +01:00
cillianderoiste
19757df9dc Merge pull request #1673 from pSub/writegood-mode
Add emacs minor mode writegood
2014-02-12 01:52:01 +01:00
Rok Garbas
671a369634 add phantomjs to darwin platform 2014-02-12 00:51:11 +00:00
cillianderoiste
c75ce202e6 Merge pull request #1570 from rszibele/scite
Added SciTE 3.3.7.
2014-02-12 01:39:40 +01:00
Shea Levy
b2d0c27d0a Revert "Remove now-unneeded old version of haskell-tls"
It's used by smtps-gmail

This reverts commit 70d73236e8.
2014-02-11 13:47:34 -05:00
Shea Levy
70d73236e8 Remove now-unneeded old version of haskell-tls 2014-02-11 11:48:12 -05:00
Lluís Batlle i Rossell
248161ffeb Updating irssi_otr and libotr to the latest master versions.
According to their few additional commit logs, it's worth it.

I also set libotr to use the latest libgcrypt, related to a comment
in libotr commit. They talk about a libgcrypt fix that will have
more chances to be in the latest libgcrypt.
2014-02-11 12:32:47 +01:00
Rickard Nilsson
f2a7622a6d Add smtps-gmail Haskell package 2014-02-11 11:56:47 +01:00
Linquize
95c3d664f1 google-gflags: add 2.0 2014-02-11 07:53:13 +08:00
Peter Simons
27ea519caf Update haskell-llvm-* (and use full version numbers in their attribute names, like all other Haskell packages do) 2014-02-10 20:54:55 +01:00
Peter Simons
7d3cda336f haskell-Zwaluw: drop obsolete package
This package doesn't compile and hasn't seen an update in ages.
2014-02-10 20:54:55 +01:00
Peter Simons
d6d943b31f haskell-parsers: update to version 0.10.3 2014-02-10 20:54:55 +01:00
Peter Simons
4149ab9c50 haskell-cgi: update to version 3001.1.8.5 2014-02-10 20:54:52 +01:00
Peter Simons
84aa7e1434 haskell-lens: update to version 4.0.2 2014-02-10 20:54:52 +01:00
Peter Simons
a6a65c05d3 haskell-aeson: update to version 0.7.0.1 2014-02-10 20:54:52 +01:00
Vladimír Čunát
dfdf164f87 Merge master into x-updates
Conflicts (trivial):
	pkgs/games/spring/default.nix
2014-02-10 19:15:58 +01:00
Rob Vermaas
e9a894a97d Revert "Update hipchat"
This reverts commit 54288f5cfe.
2014-02-10 17:34:35 +01:00
Peter Simons
e37afbf53c Merge pull request #1712 from PkmX/pr-taffybar
Add haskell packages 'gtk-traymanager' and 'taffybar'
2014-02-10 10:53:08 +01:00
Peter Simons
cc8c7f61da Merge pull request #1715 from ocharles/haskellPackages.jsonAssertions
haskellPackages.jsonAssertions: New expression
2014-02-10 10:52:37 +01:00
Oliver Charles
cf5513f240 haskellPackages.diff3: New expression 2014-02-09 12:27:41 +00:00
Oliver Charles
de6222577a haskellPackages.jsonAssertions: New expression 2014-02-09 12:26:39 +00:00
Moritz Ulrich
c3df9e21c0 Weechat: Update to 0.4.3 2014-02-09 12:42:26 +01:00
PkmX
807d01debd Add Haskell package 'gtk-traymanager' 2014-02-09 06:24:22 +08:00
PkmX
3f30c971c8 Add haskell package 'taffybar' 2014-02-09 06:24:22 +08:00
Domen Kožar
b17edbac57 ModemManager: 0.5.4.0 -> 0.7.991 2014-02-08 20:17:00 +01:00
Domen Kožar
61f20ca45e libqmi: 1.0 -> 1.8.0, move outside gnome3 namespace, fix build 2014-02-08 20:17:00 +01:00
Vladimír Čunát
94ae555c06 Merge #1654: grsecurity: fix build and update 2014-02-08 17:46:27 +01:00
Vladimír Čunát
e78351cf3a llvm: revert to _33 default on darwin as a temp workaround
_34 doesn't build and I don't have a clue what to do about it
(and I don't have a machine to test it anyway).
2014-02-08 17:24:17 +01:00
Ricardo M. Correia
b31547654d grsecurity: Update stable and test patches
stable: 3.0-3.2.54-201401191012 -> 3.0-3.2.54-201402062221
test:   3.0-3.12.8-201401191015 -> 3.0-3.13.2-201402062224
2014-02-08 16:16:58 +01:00
Ricardo M. Correia
31fa2cd52b grsecurity: Fix building grsec-3.x.0 kernels 2014-02-08 15:16:40 +00:00
Petr Rockai
63478d9590 Add fedpkg, koji &c. + their python dependencies. 2014-02-08 14:37:53 +01:00
Petr Rockai
140e06f9aa osc: Add an OBS (open build system) CLI client. 2014-02-08 14:36:51 +01:00
Domen Kožar
5ffab7710d gnome3.gnome_control_center: build and fix runtime deps 2014-02-08 12:30:23 +01:00
Vladimír Čunát
989bfbac79 llvmPackages on darwin: attempt to fix build by using gcc48 2014-02-08 09:49:41 +01:00
Vladimír Čunát
9b69117fec Merge master into x-updates 2014-02-08 09:12:51 +01:00
Vladimír Čunát
7ae5902c59 libchop: fix build by reverting to gnutls31
The errors were a bit cryptic.
CC @viric.
2014-02-08 09:01:16 +01:00
Vladimír Čunát
c4dbb0a961 rtmpdump: fix build by reverting to gnutls31 2014-02-08 08:29:09 +01:00
Song Wenwu
aec17bfbd3 add guile-xcb 1.3 2014-02-08 10:54:37 +08:00
Peter Simons
f163bce98d Merge pull request #1694 from oxij/haskell-updates
add several haskell packages
2014-02-07 19:47:49 +01:00
Jan Malakhovski
a8db8e15e6 add haskellPackages.ixdopp 2014-02-07 16:46:21 +00:00
William A. Kennington III
6b2533c48f glfw: Update packaging and add v3
This patch cleans up the previous glfw2 package. Additionally, it adds
glfw3 and makes that the new default glfw version.
2014-02-07 16:05:28 +00:00
Peter Simons
97f5ebd742 Merge pull request #1668 from errge/master
Added snapBlaze and sqliteSimple haskell packages
2014-02-07 16:45:10 +01:00
Jan Malakhovski
515d4ad8fe add haskellPackages.preprocessorTools (0.1.3 and 1.0.1) 2014-02-07 12:05:54 +00:00
Thomas Tuegel
5b421f7bdb Add Haskell packages 'hybrid-vectors' and 'sparse'.
Also, disable the test suite of 'linear' which fails running the doctests.
2014-02-07 10:04:38 +01:00
Peter Simons
6498f48976 haskell-linear: this package requires lens 4.x to compile 2014-02-07 10:04:38 +01:00
Peter Simons
fabda56521 haskell-lens: update to version 4.0.1 2014-02-07 10:04:38 +01:00
Corey O'Connor
7a653e5156 add guvcview package 2014-02-07 00:01:40 +00:00
Jan Malakhovski
f5de6b8fc8 updates: mr, vcsh and transmission-remote-gtk
- mr: copy some more stuff to output
- add vcsh package
- transmission-remote-gtk: 1.0.1 -> 1.1.1
2014-02-06 23:37:53 +00:00
Rok Garbas
23c2993ef6 node-packages: add gh and regenerate pkgs/top-level/node-packages-generated.nix 2014-02-06 21:46:42 +00:00
Jaka Hudoklin
c3a81a6991 Add fakechroot 2014-02-06 21:35:20 +00:00
Domen Kožar
6cf926c38e Merge pull request #1688 from brodul/steghide
Added steghide 0.5.1
2014-02-06 22:00:55 +01:00
Vladimír Čunát
cb605c92d2 gnutls32: update 3.2.4 -> .10, including CVE fixes
Also make gnutls32 the default gnutls.
CVE-2013-{4466,4487}
2014-02-06 20:45:14 +01:00
Shea Levy
f4c4f121cb Add wai-middleware-static haskell package
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-06 14:16:28 -05:00
Shea Levy
15282d8228 Add scottyHastache haskell package
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-06 14:14:53 -05:00
Vladimír Čunát
32cd198d8f gimp: remove 2.6, because it's old and vulnerable
CVE-2012-2763 and three others. If we really need to resurrect it,
I think I saw debian could have patches for these somewhere.

Also add linux platforms for 2.8.
2014-02-06 19:56:28 +01:00
Peter Simons
43166e306e haskell-packages.nix: use the correct path to tls 1.2.2 2014-02-06 15:11:00 +01:00
Andraz Brodnik
451fe867b2 Add steghide to top level. 2014-02-06 12:00:41 +01:00
Shea Levy
9b7ecb76f3 Use proper file and attribute names for tls packages
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-05 23:19:08 -05:00
Peter Simons
f379d2f5b4 haskell-abstract-deque-tests: add version 0.3 2014-02-05 20:40:24 +01:00
Peter Simons
eb7b5317fd haskell-packages.nix: provide a consistent attribute name for llvmGeneral_3_4 2014-02-05 20:40:24 +01:00
Peter Simons
37a354f632 haskell-llvm-general: drop unnecessary function arguments 2014-02-05 20:40:24 +01:00
Eelco Dolstra
80647127a3 Turn the coverage analysis stdenv adapters into setup hooks
Stdenv adapters are kinda weird and un-idiomatic (especially when they
don't actually change stdenv).  It's more idiomatic to say

  buildInputs = [ makeCoverageAnalysisReport ];
2014-02-05 19:18:33 +01:00
Eelco Dolstra
c3d84d15ce Apply makeOverridable to stdenv
This removes the need for hacks like stdenv.regenerate.  It also
ensures that overrideGCC is now stackable (so ‘stdenv = useGoldLinker
clangStdenv’ works).
2014-02-05 19:18:33 +01:00
Eelco Dolstra
7703f04b75 Add a stdenv adapter ‘useGoldLinker’ to force use of Gold 2014-02-05 19:18:33 +01:00
Evgeny Egorochkin
1f21ae53d3 KDE: default to 4.11 2014-02-05 20:14:16 +02:00
Moritz Maxeiner
3d7010b5b7 Dashify seafileShared and seafileClient 2014-02-05 18:25:43 +01:00
Shea Levy
b8e06f3110 Revive old haskell-tls packages
tls-1.2 broke source-compatability

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-05 09:56:24 -05:00
Shea Levy
da16a4b631 Add string-conversions haskell package
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-05 09:56:24 -05:00
Sander van der Burg
9eaf987e62 nodejs: update packages 2014-02-05 10:19:28 +01:00
Austin Seipp
1920d6854a Add pythonPackages.pysphere 0.1.8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-04 22:13:59 -06:00
Vladimír Čunát
be70104a3a Merge master into x-updates
Conflicts (taken master):
	pkgs/development/compilers/llvm/3.4/llvm.nix
2014-02-04 22:00:09 +01:00
Moritz Maxeiner
99ba14ee7a Add packages for libzdb, libsearpc, ccnet, seafile-shared, and seafile-client 2014-02-04 20:02:46 +01:00
Sander van der Burg
ab60acc1aa nodejs: update packages 2014-02-04 19:04:59 +01:00
Sander van der Burg
77451661d4 Updated node packages 2014-02-04 16:21:22 +01:00
Pascal Wittmann
351e070366 Add emacs minor mode writegood 2014-02-04 16:01:35 +01:00
Shea Levy
bd996abc9c Haskell packages don't mix default.nix and <version>.nix in the same directory
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 18:56:27 -05:00
Shea Levy
5ac4f3dcf6 llvm: Attempt to fix build on darwin
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 18:54:25 -05:00
Shea Levy
3c9ed5b51a http-parser: Bump
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 18:37:20 -05:00
Shea Levy
dc4c049f3c Remove refind
We never used it in NixOS

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 18:16:10 -05:00
Karn Kallio
e1b422d348 Update perl CPAN GraphViz package to work with latest graphviz. 2014-02-03 23:30:18 +01:00
Karn Kallio
1739fcf612 pure: The pure interpreter does not now build with llvm 3.4 on linux. 2014-02-03 23:30:18 +01:00
Shea Levy
f2210651eb Revert "Hide nodePackages from nix-env"
Now node packages that aren't just programs have a node- prefix in their
names.

This reverts commit 2f11bc495b.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 17:28:38 -05:00
Shea Levy
3bec816e0d Update node packages to np2nix 5.5.0
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 17:23:54 -05:00
Shea Levy
b4a9fff1aa Update node packages
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 14:43:21 -05:00
Karn Kallio
26ea10a775 proofgeneral: fix build with earlier version of texinfo. 2014-02-03 18:26:20 +01:00
Gergely Risko
8e7518f923 Added snapBlaze and sqliteSimple haskell packages 2014-02-03 18:21:42 +01:00
Bjørn Forsman
34484e65f3 arp-scan: new package
Arp-scan is a command-line tool that uses the ARP protocol to discover
and fingerprint IP hosts on the local network.

http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
2014-02-03 12:37:51 +01:00
Shea Levy
2cf7bc982b idris requires llvm-general-3.3 currently
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-02 20:40:29 -05:00
Shea Levy
06ef22bcdd llvm-general: Fix build
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-02 20:36:50 -05:00
Peter Simons
e3651da23e haskell-lens: add version 4.0 2014-02-02 22:36:13 +01:00
Peter Simons
f16f44662f haskell-aeson: fix build of version 0.7.x 2014-02-02 22:36:13 +01:00
Peter Simons
3829975fd5 haskell-packages.nix: obsolete regexTDFA attribute; the proper name is 'regexTdfa' 2014-02-02 22:36:11 +01:00
Peter Simons
35b0a53ad3 haskell-trifecta: add version 1.4 2014-02-02 22:36:11 +01:00
Peter Simons
c2cc4554f6 haskell-pipes-group: add version 1.0.0 2014-02-02 22:36:11 +01:00
Peter Simons
13b05a4975 haskell-GLUT: update to version 2.5.1.0 2014-02-02 22:36:11 +01:00
Peter Simons
f2b6e77e05 Fix file name used for libcdio 0.82 2014-02-02 22:36:00 +01:00
Florian Friesdorf
cbf7c54964 fix libcdio filename 2014-02-02 21:39:45 +01:00
Florian Friesdorf
9fb8624b94 libcdio-0.82 for abcde
libcdio-0.9x lacks cd-paranoia needed by abcde. Bring back 0.82 for
abcde until we sort out where cd-paranoia went to.
2014-02-02 21:31:16 +01:00
Michael Raskin
335e92184f Create an attribute for latest ocaml packages even when this is not the default version 2014-02-02 19:48:07 +04:00