Bjørn Forsman
215754f4fa
asciidoc-full: rename attribute from asciidocFull
...
But keep asciidocFull attribute for backwards compatibility (with a
timestamp so we can later decide when to finally remove the old
attribute).
2014-06-22 22:27:34 +02:00
Bjørn Forsman
9033821c34
asciidoc: properly differentiate the "-full" variant in meta.description
2014-06-22 22:22:51 +02:00
Bjørn Forsman
d3ae8086c4
maven: add meta attributes (description, homepage, license)
2014-06-22 22:13:33 +02:00
Bjørn Forsman
24f3fb6788
maven: cosmetic changes in expression
...
Replace hard tabs with space. Add some whitespace between lines.
2014-06-22 22:12:54 +02:00
Bjørn Forsman
239d35338f
antlr: add meta attributes
2014-06-22 21:59:41 +02:00
Bjørn Forsman
a14365b568
alchemy: add meta.longDescription
2014-06-22 21:46:34 +02:00
Bjørn Forsman
6693f6c3e3
accountsservice: add meta.description
2014-06-22 21:32:30 +02:00
Bjørn Forsman
76672dd9e3
accountsservice: be consistent in naming (always two 's')
...
The package is (correctly) named 'accountsservice' (with two 's'), but
the attribute and expression path lacked one 's'. Fix it.
2014-06-22 21:32:16 +02:00
Bjørn Forsman
686d847ee2
4suite: mark as broken
...
None of the tools installed to bin/ work. They all throw an exception
similar to this:
ImportError: No module named Ft.Xml.XPath._4xpath
2014-06-22 20:52:52 +02:00
Andreas Herrmann
5a32b6b4ef
pandas: Update to 0.14.0
2014-06-22 20:05:21 +02:00
Andreas Herrmann
52762ed416
tables: add new package, version 3.1.1
...
From the project page [1]:
> PyTables is a package for managing hierarchical datasets and designed to
> efficiently and easily cope with extremely large amounts of data.
It offers read/write access to hdf5 archives through a hierarchical interface.
I am adding it, because pandas depends on tables for hdf5 read/write
functionality.
Note: The name is a bit of an issue. The project is called pytables, whereas
the python module is simply called tables. I chose to name the nix-expression
tables for consistency with the source-tarball and the module name.
[1]: http://www.pytables.org/moin
2014-06-22 20:05:21 +02:00
Andreas Herrmann
5a96043637
hdf5: Update to 1.8.13
2014-06-22 20:05:20 +02:00
Andreas Herrmann
d1f7bc7bcf
hdf5: Add szip as an optional dependency
...
This adds additional compression modes to hdf5.
Note: The szip license may not be compatible with everyone's use case. Hence,
it is an optional dependency.
2014-06-22 20:05:20 +02:00
Andreas Herrmann
c24e85f3a5
szip: Fix source hash
...
The hash code of the downloaded source tar-ball was not identical to the one
specified in the nix-expression. This commit fixes that problem.
2014-06-22 20:05:20 +02:00
Andreas Herrmann
4528ebf509
hdf5: Add zlib as optional dependency
...
This adds addition compression modes to the hdf5 library.
I am adding this, because pytables depends on it.
2014-06-22 20:05:20 +02:00
Andreas Herrmann
9ae6cc5967
numexpr: new package, version 2.4
...
Description from the numexpr project page [1]:
> Numexpr is a fast numerical expression evaluator for NumPy. With it,
> expressions that operate on arrays (like "3*a+4*b") are accelerated and use
> less memory than doing the same calculation in Python.
I am adding it, because it is a dependency of the pytables package.
[1]: https://github.com/pydata/numexpr
2014-06-22 20:05:20 +02:00
Chris Farmiloe
fbfdc8e2dc
keep fallback visudo editor as nano
2014-06-22 19:50:40 +02:00
Chris Farmiloe
3dec61a8a6
Fix sudo not installing due to timedir deprecation
2014-06-22 19:42:32 +02:00
Peter Simons
2eea864503
Merge pull request #3050 from aycanirican/master
...
Added haskellPackages.hweblib 0.6.3
2014-06-22 19:25:22 +02:00
Michael Raskin
c68e3418fb
Update 3.16-rc to -rc2: -rc1 has problems with mounting BtrFS, will test -rc2
2014-06-22 19:45:07 +04:00
Aycan iRiCAN
ce64f0681a
Added haskellPackages.hweblib 0.6.3
2014-06-22 17:23:33 +03:00
Peter Simons
1704764dde
Merge pull request #3044 from aycanirican/master
...
pipes-bytestring: updated to 2.1.0
2014-06-22 15:32:06 +02:00
Peter Simons
d4e1604c1e
Merge pull request #3048 from chrisfarms/sqsh
...
New package: sqsh. An SQL query tool/shell for Sybase/MSSQL
2014-06-22 15:31:33 +02:00
Peter Simons
5b6f3fc7f5
Merge pull request #3017 from ttuegel/wrap-haskell
...
Wrap Haskell tools to find GHC packages
2014-06-22 15:29:53 +02:00
Vladimír Čunát
114b75ce97
mariadb: switch to a working download URL
2014-06-22 15:29:23 +02:00
Oliver Charles
41648113c8
haskellPackages.extensibleEffects: Jailbreak this package
...
This is required until https://github.com/RobotGymnast/extensible-effects/issues/15 is resolved
2014-06-22 14:28:27 +01:00
Vladimír Čunát
dc215c2988
php{53,54}: fetch from generic URL
...
I see no reason to download from a pre-specified mirror.
It didn't even work for me.
2014-06-22 15:02:41 +02:00
Chris Farmiloe
0669981ba0
New package: sqsh. An SQL query tool/shell for Sybase/MSSQL
2014-06-22 14:32:02 +02:00
Bjørn Forsman
9883b5806a
chrpath: new package
...
chrpath is a command line tool to adjust the RPATH or RUNPATH of ELF
binaries.
(Yes, it is similar to our patchelf tool.)
gpsd and Yocto/OpenEmbedded depend on chrpath (although we have
currently patched that dependency out of gpsd).
2014-06-22 14:21:55 +02:00
Bjørn Forsman
3ae765278f
diffstat: clean up expression
...
Most importantly, add meta.description and meta.platforms.
2014-06-22 13:39:28 +02:00
Nikita Mikhailov
724fbd81ff
i3: 4.7.2 -> 4.8
2014-06-22 18:17:09 +07:00
Luca Bruno
c5e0079962
libvorbis: use pkgconfig instead of guessing paths. Closes #3014
2014-06-22 12:40:59 +02:00
Nikita Mikhailov
d851ce331d
st: 0.4.1 -> 0.5
2014-06-22 17:25:49 +07:00
Aycan iRiCAN
c699a16785
pipes-bytestring: updated to 2.1.0
2014-06-22 13:07:08 +03:00
Peter Simons
db42ae4916
Merge pull request #3042 from ip1981/master
...
Added simple-sql-parser 0.4.0
2014-06-22 11:14:58 +02:00
Charles Strahan
400b94e120
fix bzr prefetcher on darwin
2014-06-22 05:07:09 -04:00
Charles Strahan
a6a729b207
add nix-prefetch-zip
2014-06-22 04:59:18 -04:00
Cillian de Róiste
15166ca5c2
Add KDE Connect: A tool to connect and sync your devices with KDE
2014-06-22 10:56:43 +02:00
Peter Simons
888f47b21b
Merge pull request #3039 from bennofs/add-hackage-mirror
...
Add hackage mirror to mirrors.nix
2014-06-22 10:39:40 +02:00
Peter Simons
484e9d4e70
haskell-twitter-types: update to version 0.3.20140620
2014-06-22 10:33:20 +02:00
Peter Simons
1c87337b46
haskell-shake: update to version 0.13.2
2014-06-22 10:33:20 +02:00
Peter Simons
f20464e281
haskell-network-info: update to version 0.2.0.5
2014-06-22 10:33:20 +02:00
Peter Simons
9801800563
haskell: fix spelling of 'hmatrixSpecial' attribute
2014-06-22 10:33:20 +02:00
Peter Simons
0c5a8a4b46
Merge pull request #3035 from aycanirican/master
...
Added distributed-process 0.5.
2014-06-22 10:29:05 +02:00
cillianderoiste
ad58665e98
Merge pull request #3043 from cstrahan/bzr-darwin
...
enable bazaar on darwin
2014-06-22 10:16:10 +02:00
Vladimír Čunát
3f15312b44
xorg: add xkbprint
...
Suggested by @KoviRobi on ML.
2014-06-22 10:04:10 +02:00
Austin Seipp
2b9fed52fd
pyrax: 1.7.4 -> 1.8.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 02:48:14 -05:00
Charles Strahan
ffc485547f
enable bazaar on darwin
2014-06-22 02:57:05 -04:00
John Wiegley
640d09f8c7
gdk_pixbuf: tests crash on Darwin with gcc 4.8.3
2014-06-21 23:53:49 -07:00
John Wiegley
e07c7e773c
python2.7-gyp: No longer use no-xcode.patch on Darwin
2014-06-21 23:53:49 -07:00
John Wiegley
812bba77f1
swig: ccache tests broken on Darwin with Gcc 4.8.3
2014-06-21 23:53:49 -07:00
Igor Pashev
ff860fa21f
Added simple-sql-parser 0.4.0
2014-06-22 07:49:31 +02:00
Austin Seipp
fc4adcd7af
php: 5.4.27 -> 5.4.29
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 00:46:58 -05:00
Austin Seipp
6cfa38ce7d
nagios: significant upgrades
...
- Upgrade Nagios Core to 4.x
- Expose mainConfigFile and cgiConfigFile in module for finer
configuration control.
- Upgrade Plugins to 2.x
- Remove default objectDefs, which users probably want to customize.
- Systemd-ify Nagios module and simplify directory structure
- Upgrade Nagios package with more modern patch, and ensure the
statedir is set to /var/lib/nagios
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 00:22:10 -05:00
Austin Seipp
b8ede68b25
kernel/grsec: updates
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-21 22:13:49 -05:00
Austin Seipp
6b345e088b
php: Fix fallout from 1228caae9e
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-21 21:15:29 -05:00
drozv
523cb5cf68
Fix broken checksums and update to version 4.2.018.
2014-06-21 19:30:27 -04:00
John Wiegley
1228caae9e
php-5.4: Do not build with mssql support on Darwin
2014-06-21 16:29:28 -07:00
John Wiegley
b24da6b15d
gccApple: Patches for building on Mavericks
2014-06-21 11:32:37 -07:00
Benno Fünfstück
7ac13c40ab
Add hackage mirror to mirrors.nix
2014-06-21 20:15:45 +02:00
Bjørn Forsman
ba048baaff
tig: enable command line history/completion support
...
Since version 2.0, tig can use readline for history/completion support,
so add readline as a build input.
Increases closure size from 53 MiB to 54 MiB.
2014-06-21 19:57:36 +02:00
Aycan iRiCAN
a60e9fb33c
Merge remote-tracking branch 'upstream/master'
2014-06-21 19:55:26 +03:00
John Wiegley
3b267d77a8
Merge pull request #3031 from jwiegley/proofgeneral
...
proofgeneral_4_3_pre: Add expression needed for current prooftree
2014-06-21 09:22:29 -07:00
John Wiegley
476700d56f
git-annex: Build on Darwin, let Cabal determine proper flags
2014-06-21 09:20:46 -07:00
John Wiegley
a986835718
Merge pull request #2986 from jwiegley/ncurses
...
ncurses: apply a patch on Darwin for a clang bug
2014-06-21 09:20:05 -07:00
John Wiegley
820052eb2c
Merge pull request #2983 from jwiegley/zlib
...
Do not use static-libgcc flag on Darwin
2014-06-21 09:19:48 -07:00
Aycan iRiCAN
8fe08c34a4
Add binary to networkTransport again.
2014-06-21 18:06:24 +03:00
Aycan iRiCAN
719d0b64e0
Removed binary argument from networkTransport and networkTransportTcp
2014-06-21 18:01:51 +03:00
Aycan iRiCAN
88050e4a41
Moved package overrides from haskell-packages.nix to haskell-defaults.nix.
2014-06-21 17:44:29 +03:00
Lluís Batlle i Rossell
116807aa55
retroshare: place plugins at proper place
...
Now they can be used.
2014-06-21 15:53:57 +02:00
Aycan iRiCAN
e9385023d7
Added distributed-process 0.5.
...
Bump binary version dependency of rank1dynamic, distributed-static, network-transport-* to 0.7.2.1.
2014-06-21 16:37:02 +03:00
Peter Simons
05f78d60c1
haskell-network-transport-tcp: fix build with ghc < 7.8.2
2014-06-21 15:04:25 +02:00
Peter Simons
8420a2e979
cppcheck: update from 1.64 to 1.65
2014-06-21 14:04:15 +02:00
Peter Simons
d95004cabf
gsl: update to version 1.16
2014-06-21 14:03:09 +02:00
Sander van der Burg
3484106642
Merge pull request #3024 from third3ye/patch-4
...
The folder $url/steam/archive seems to be empty...
2014-06-21 13:53:55 +02:00
Peter Simons
92082524a9
Revert "add OPENSSL_X509_CERT_FILE to the git
command environment"
...
This reverts commit 88b5578a57
because of the
following issues:
1) If $OPENSSL_X509_CERT_FILE is set in the current shell environment, then
its value will overwrite any settings the user may have configured in
http.sslCAInfo via git-config(1). If you are unaware of the wrapper, then
this behavior is totally unexpected as $OPENSSL_X509_CERT_FILE is not
supposed to have an effect on Git.
2) The patch makes it impossible for Git users to use the $GIT_SSL_CAINFO
environment variable as documented in git-config(1), because anything set
there will be overwritten with the value of $OPENSSL_X509_CERT_FILE (which
might be empty).
3) The patch breaks other builds of packages that depend on Git, i.e.
<http://hydra.nixos.org/build/11995872/nixlog/1/raw >.
2014-06-21 13:15:50 +02:00
Peter Simons
7179bdbcfe
haskell-network-transport-tcp: jailbreak to fix build with network 2.5
2014-06-21 13:14:35 +02:00
Aycan iRiCAN
5a080b9d72
Disable network-transport-tcp tests, since it should depend on network-transport-tests-0.2.0.0 which is not released yet.
2014-06-21 13:12:03 +02:00
John Wiegley
bfe77718d4
emacs-modes-emms, emacs-modes-org: Relax platform qualifier
2014-06-20 22:37:09 -07:00
John Wiegley
073933101e
proofgeneral: Delete default.nix for proofgeneral
2014-06-20 22:36:06 -07:00
John Wiegley
34c1d46c60
hoogle-local: Add patch based on main hoogle expression
2014-06-20 22:34:27 -07:00
John Wiegley
9d36361931
haskell-free-operational: Remove expression
2014-06-20 22:33:36 -07:00
John Wiegley
0cf6e55a70
proofgeneral_4_3_pre: Add expression needed for current prooftree
2014-06-20 22:31:55 -07:00
Austin Seipp
4d0d891644
Merge pull request #3019 from matejc/syncthing0815
...
syncthing: update from 0.8.11 to 0.8.15
2014-06-20 16:41:09 -05:00
Austin Seipp
5a84af7b32
Merge pull request #3026 from ttuegel/zotero
...
Update zotero 4.0.20 -> 4.0.21.1
2014-06-20 16:40:32 -05:00
Shea Levy
a87301092b
Merge branch 'php-zmq' of git://github.com/proger/nixpkgs
...
php-packages: add zmq
2014-06-20 17:27:11 -04:00
Florian Friesdorf
333b6bdfee
python nose-1.3.3
2014-06-20 20:43:24 +02:00
Peter Simons
ca9f7f47ec
libgnome: add libogg some more
2014-06-20 18:51:32 +02:00
Peter Simons
9c1a803019
libgnome: fix build by adding missing libogg
2014-06-20 18:40:14 +02:00
Peter Simons
16b07cfc4f
haskell-MonadCatchIO-transformers: update to version 0.3.1.1
2014-06-20 17:16:04 +02:00
Peter Simons
8a1f4d4e24
haskell-MonadCatchIO-mtl: jailbreak to support latest MonadCatchIO-transformers
2014-06-20 17:16:04 +02:00
Peter Simons
006eca8947
haskell-keter: update to version 1.3.2
2014-06-20 16:56:00 +02:00
Peter Simons
4c1621decf
haskell-yesod-test: update to version 1.2.3.1
2014-06-20 16:56:00 +02:00
Peter Simons
435e9144c0
haskell-yesod-form: update to version 1.3.11
2014-06-20 16:56:00 +02:00
Peter Simons
89797dd671
haskell-yesod-core: update to version 1.2.17
2014-06-20 16:56:00 +02:00
Peter Simons
c861de5615
haskell-yesod-bin: update to version 1.2.11
2014-06-20 16:55:59 +02:00
Peter Simons
dd451edb4f
haskell-wai-extra: update to version 3.0.0.1
2014-06-20 16:55:59 +02:00
Peter Simons
44853ef4d2
haskell-vinyl: update to version 0.4.2
2014-06-20 16:55:59 +02:00
Peter Simons
b99b0f3ca2
haskell-vector-space: update to version 0.8.7
2014-06-20 16:55:59 +02:00
Peter Simons
8a0186e65b
haskell-twitter-conduit: update to version 0.0.4
2014-06-20 16:55:59 +02:00
Peter Simons
d78aa3621b
haskell-syntactic: update to version 1.13
2014-06-20 16:55:59 +02:00
Peter Simons
ed16672aa9
haskell-snap-cors: update to version 1.2.5
2014-06-20 16:55:59 +02:00
Peter Simons
aa59970042
haskell-scotty: update to version 0.8.1
2014-06-20 16:55:59 +02:00
Peter Simons
3662aab37a
haskell-robots-txt: update to version 0.4.1.0
2014-06-20 16:55:58 +02:00
Peter Simons
b76e86c782
haskell-purescript: update to version 0.5.2.4
2014-06-20 16:55:58 +02:00
Peter Simons
35d53b368f
haskell-mono-traversable: update to version 0.6.0.3
2014-06-20 16:55:58 +02:00
Peter Simons
54ef970c6b
haskell-language-c-quote: update to version 0.8.0
2014-06-20 16:55:58 +02:00
Peter Simons
c4dcee2dd0
haskell-http-conduit: update to version 2.1.2.3
2014-06-20 16:55:58 +02:00
Peter Simons
54cd793305
haskell-http-client: update to version 0.3.3.2
2014-06-20 16:55:58 +02:00
Peter Simons
e9387206da
haskell-http-client-tls: update to version 0.2.1.2
2014-06-20 16:55:58 +02:00
Peter Simons
ca89435a5d
haskell-highlighting-kate: update to version 0.5.8.3
2014-06-20 16:55:58 +02:00
Peter Simons
1554bcf3b4
haskell-haxr: update to version 3000.10.3
2014-06-20 16:55:57 +02:00
Peter Simons
99ee851046
haskell-haskell-packages: update to version 0.2.4.1
2014-06-20 16:55:57 +02:00
Peter Simons
8ca2a7c9c3
haskell-fay: update to version 0.20.1.1
2014-06-20 16:55:57 +02:00
Peter Simons
6b8539aa44
haskell-dns: update to version 1.4.0
2014-06-20 16:55:57 +02:00
Peter Simons
2a88d3e56b
haskell-data-lens-light: update to version 0.1.2
2014-06-20 16:55:57 +02:00
Peter Simons
c3ac79a5cb
haskell-cryptohash: update to version 0.11.6
2014-06-20 16:55:57 +02:00
Peter Simons
2536eea460
haskell-amqp: update to version 0.9
2014-06-20 16:55:57 +02:00
Peter Simons
46abd4dfbc
haskell-SHA: update to version 1.6.4.1
2014-06-20 16:55:56 +02:00
Peter Simons
6587a30c4a
haskell-websockets: re-generate with cabal2nix
2014-06-20 16:55:56 +02:00
Peter Simons
80ffd99100
haskell-tcache-AWS: re-generate with cabal2nix
2014-06-20 16:55:56 +02:00
Peter Simons
18283ac861
haskell-fb: re-generate with cabal2nix
2014-06-20 16:55:56 +02:00
Peter Simons
6dcbc2ef9f
haskell-platform-2009.2.0.2: un-break the expression to try and fix it
2014-06-20 16:55:56 +02:00
Peter Simons
011e696f6d
haskell-platform-2010.1.0.0: un-break the expression to try and fix it
2014-06-20 16:55:56 +02:00
Peter Simons
f25e9c435d
haskell-yesod-auth: update to version 1.3.1.1
2014-06-20 16:55:56 +02:00
Peter Simons
a2570f8448
haskell-twitter-conduit: update to version 0.0.3
2014-06-20 16:55:56 +02:00
Peter Simons
fa20bf6fc7
haskell-string-combinators: update to version 0.6.0.5
2014-06-20 16:55:55 +02:00
Peter Simons
aa01efc665
haskell-snaplet-redis: update to version 0.1.3.2
2014-06-20 16:55:55 +02:00
Peter Simons
3ee3329c1f
haskell-shelly: update to version 1.5.4.1
2014-06-20 16:55:55 +02:00
Peter Simons
d783e5c32d
haskell-recursion-schemes: update to version 4.1
2014-06-20 16:55:55 +02:00
Peter Simons
a161d10071
haskell-rank1dynamic: update to version 0.2.0.0
2014-06-20 16:55:55 +02:00
Peter Simons
6509d2df2a
haskell-network-transport: update to version 0.4.0.0
2014-06-20 16:55:55 +02:00
Peter Simons
4d3fc68c64
haskell-network-transport-tcp: update to version 0.4.0
2014-06-20 16:55:55 +02:00
Peter Simons
3ad632c777
haskell-mwc-random: update to version 0.13.1.2
2014-06-20 16:55:55 +02:00
Peter Simons
d00e504a92
haskell-miniutter: update to version 0.4.4.0
2014-06-20 16:55:54 +02:00
Peter Simons
39a02984a0
haskell-io-memoize: update to version 1.1.1.0
2014-06-20 16:55:54 +02:00
Peter Simons
ff4ce5a704
haskell-http-conduit: update to version 2.1.2.2
2014-06-20 16:55:54 +02:00
Peter Simons
847bc3e0d3
haskell-hp2any-graph: update to version 0.5.4.1
2014-06-20 16:55:54 +02:00
Peter Simons
1a5bef7006
haskell-hoogle: update to version 4.2.33
2014-06-20 16:55:54 +02:00
Peter Simons
23da971e45
haskell-ghcjs-dom: update to version 0.0.10
2014-06-20 16:55:54 +02:00
Peter Simons
191941fc52
haskell-ghc-mod: update to version 4.1.3
2014-06-20 16:55:54 +02:00
Peter Simons
53ca82c6b7
haskell-foldl: update to version 1.0.5
2014-06-20 16:55:54 +02:00
Peter Simons
64f2634b49
haskell-fay: update to version 0.20.1.0
2014-06-20 16:55:53 +02:00
Peter Simons
861c1ca445
haskell-distributed-static: update to version 0.3.0.0
2014-06-20 16:55:53 +02:00
Peter Simons
50e91ea1ad
haskell-compdata: update to version 0.8.1.2
2014-06-20 16:55:53 +02:00
Thomas Tuegel
e07fde4017
Update zotero 4.0.20 -> 4.0.21.1
2014-06-20 08:00:06 -05:00
Peter Simons
ee1ff09e3b
haskell-BoundedChan: update to version 1.0.3.0
2014-06-20 14:56:33 +02:00
Peter Simons
72dae9f3e0
ShellCheck: re-generate with cabal2nix
2014-06-20 14:56:33 +02:00
Peter Simons
6782b9dbd1
haskell-snaplet-redis: re-generate with cabal2nix
2014-06-20 14:56:33 +02:00
Peter Simons
727de4c49e
haskell-hedis: re-generate with cabal2nix
2014-06-20 14:56:33 +02:00