Commit graph

48849 commits

Author SHA1 Message Date
Bjørn Forsman 53732eac2a python-robotframework-tools: new package
This package provides "Python Tools for Robot Framework and Test
Libraries".

In particular, I'm interested in the 'robotshell' extension for IPython.
2014-09-04 18:48:06 +02:00
Bjørn Forsman c1614ab180 python-moretools: new package
It provides "Many more basic tools for python 2/3 extending itertools,
functools, operator and collections".

It's a dependency of robotframework-tools, which I want to package.
2014-09-04 18:48:06 +02:00
Bjørn Forsman f41e336cc0 python-path: new package
path is a module wrapper for os.path.

It's a dependency of moretools (which is a dependency of
robotframework-tools, which is what I want to package).
2014-09-04 18:48:06 +02:00
Andreas Herrmann 3a38a9b127 mpi4py: Change description 2014-09-04 18:47:57 +02:00
Domen Kožar 476ca07d8e require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets 2014-09-04 18:44:03 +02:00
AndersonTorres 40b13e798b CImg and WxCam - New Packages #3519
In this commit, I'm including two new softwares
* CImg: A small, simple image toolkit library
* WxCam: a small, simple, wxGTK-based webcam application
2014-09-04 20:44:05 +04:00
Michael Raskin 014f7ad100 Merge pull request #3955 from paulkoerbitz/master
Update oraclejdk-7 patch version from 65 to 67
2014-09-04 20:20:01 +04:00
Michael Raskin 1a0d437bf3 Merge pull request #3944 from joshcartwright/gummiboot-timeout-fix
gummiboot/builder: fix timeout setting when unset
2014-09-04 20:17:44 +04:00
Michael Raskin 6b0e800d49 Merge pull request #3965 from ederoyd46/fix-sphinxsearch
Sphinxsearch Linux
2014-09-04 20:14:09 +04:00
Moritz Ulrich 963a554b31 cura(engine): update to 14.0{7,3}. 2014-09-04 17:05:21 +02:00
Moritz Ulrich 332395b262 Add myself as a maintainer to a bunch of packages. 2014-09-04 17:05:21 +02:00
Moritz Ulrich c30b23166b scheme48: update from 1.9 to 1.9.2 2014-09-04 17:05:21 +02:00
Moritz Ulrich dcf3ad6a2a chibi: Add missing meta.license field. 2014-09-04 17:05:20 +02:00
Moritz Ulrich d788060cc7 httrack: update from 3.48.17 to 3.48.19 2014-09-04 17:05:20 +02:00
Moritz Ulrich 0863bcb683 gitAndTools.hub: update from 1.12.0 to 1.12.2, potentially fixes CVE-2014-0177 2014-09-04 17:05:20 +02:00
Moritz Ulrich ff3ba48294 fping: update from 3.8 to 3.10 2014-09-04 17:05:20 +02:00
Moritz Ulrich 439ebda62a ffmpeg_1: update from 1.2.7 to 1.2.8 2014-09-04 17:05:20 +02:00
Michel Kuhlmann 83683c4140 haskell-ghc-server: initial expression 2014-09-04 16:20:57 +02:00
Peter Simons e5878fa70b git-annex: re-build expression with latest cabal2nix 2014-09-04 16:20:57 +02:00
Moritz Ulrich cce6dd11b6 subversionClient: update from 1.8.9 to 1.8.10, potentially fixes CVE-2014-3504, CVE-2014-3522, CVE-2014-3528 2014-09-04 16:06:42 +02:00
Moritz Heidkamp 6f682f9afb Add Chibi-Scheme expression 2014-09-04 16:06:42 +02:00
Moritz Ulrich 4678ddc1c0 gitAndTools.svn2git: update from 2.2.5 to 2.3.2 2014-09-04 16:06:41 +02:00
Moritz Ulrich 484dc89a21 pngcrush: update from 1.7.76 to 1.7.77 2014-09-04 16:06:41 +02:00
Moritz Ulrich 762c03ef64 openttd: update from 1.4.1 to 1.4.2 2014-09-04 16:06:41 +02:00
Bjørn Forsman c3436c0c4a sudo: change password prompt
The current sudo password prompt is "Password: ", while distros like
e.g. Ubuntu and Arch Linux use "[sudo] password for %p: ", where "%p"
expands to the username of the user running sudo.

Adopt the prompt from other distros because it makes it less confusing
when running commands with sudo that themselves ask for a password.
2014-09-04 15:39:11 +02:00
Peter Simons c8e50e28cd Merge pull request #3956 from ip1981/master
Fixed buildLocalCabal by defining temporary $HOME
2014-09-04 15:03:02 +02:00
Igor Pashev 3d8a3e97bd Fixed buildLocalCabal by defining temporary $HOME
This fixes build error:

building path(s) ‘/nix/store/c8i7gm134aij9330h77l4sdna635yj0a-foo.nix’
building /nix/store/c8i7gm134aij9330h77l4sdna635yj0a-foo.nix
cabal2nix: /homeless-shelter/.cache: createDirectory: does not exist (No such file or directory)
error: syntax error, unexpected $end, at /nix/store/c8i7gm134aij9330h77l4sdna635yj0a-foo.nix:1:1
(use ‘--show-trace’ to show detailed location information)…
2014-09-04 14:54:13 +02:00
Peter Simons 0a6ad14395 haskell-idris: update to version 0.9.14.3 2014-09-04 14:41:09 +02:00
Peter Simons 381ce7ef94 haskell-optparse-applicative: add version 0.10.0 2014-09-04 14:41:08 +02:00
Peter Simons 87bb484b9e haskell-setlocale: jailbreak to fix build with GHC 7.8.3 2014-09-04 14:41:08 +02:00
Peter Simons 9f22ed986b haskell-network-uri: disable test suite to fix the build
https://github.com/haskell/network-uri/issues/4
2014-09-04 14:41:08 +02:00
Peter Simons f82bf82465 haskell-tls: update to version 1.2.9 (and drop obsolete tls-extra) 2014-09-04 14:41:08 +02:00
Peter Simons 064c3d3e54 haskell-ghc-mod: update to version 5.0.1.2 2014-09-04 14:41:08 +02:00
Peter Simons a6bb945730 haskell-network: update to version 2.6.0.2 2014-09-04 14:41:08 +02:00
Peter Simons 061b9b148c haskell-x509: update to version 1.4.12 2014-09-04 14:41:08 +02:00
Peter Simons 6139f0f5ab haskell-setlocale: update to version 1.0.0 2014-09-04 14:41:07 +02:00
Peter Simons 01760e9110 haskell-retry: update to version 0.5.1 2014-09-04 14:41:07 +02:00
Peter Simons a64103179f haskell-rest-happstack: update to version 0.2.10.2 2014-09-04 14:41:07 +02:00
Peter Simons 93778f97e2 haskell-rest-gen: update to version 0.15 2014-09-04 14:41:07 +02:00
Peter Simons dcd580b9d2 haskell-purescript: update to version 0.5.5 2014-09-04 14:41:07 +02:00
Peter Simons 84b1072604 haskell-network-uri: update to version 2.6.0.1 2014-09-04 14:41:07 +02:00
Peter Simons fd9aed1a77 haskell-monad-journal: update to version 0.2.3.2 2014-09-04 14:41:07 +02:00
Peter Simons 4ff583358e haskell-hplayground: update to version 0.1.0.4 2014-09-04 14:41:07 +02:00
Peter Simons cd5f33affd haskell-entropy: update to version 0.3.3 2014-09-04 14:41:07 +02:00
Peter Simons 1ba291edc6 haskell-digestive-functors-heist: update to version 0.8.6.0 2014-09-04 14:41:07 +02:00
Peter Simons cbe7451b5e haskell-crypto-random: update to version 0.0.8 2014-09-04 14:41:07 +02:00
Peter Simons 7f9609756d haskell-MFlow: update to version 0.4.5.9 2014-09-04 14:41:07 +02:00
Matthew Brown 82b4965b08 Removed mysql dependency as it does not pick up the header files on Linux, even when specified explicitly in the config params. 2014-09-04 13:21:28 +01:00
Bjørn Forsman 89eccb7fb0 sudo: add sendmailPath option (defaults to /var/setuid-wrappers/sendmail)
It currently seems impossible to make sudo send emails. No matter how much
debugging I enable, sudo continues to be silent about sendmail. I tried setting
"Defaults mailerpath=/var/setuid-wrappers/sendmail" but that too was completely
ignored (except for logging that the variable mailerpath exists with the value
I assigned to it...).

This enables sendmail support and sets a default value that works on NixOS.
2014-09-04 13:38:03 +02:00
Michael Raskin a517dfcf71 Fix ACL2 2014-09-04 14:41:35 +04:00