aszlig
3ae3f3272f
chromium: Don't add sources as runtime dependency.
...
This is because of a single file that symlinks to the source output
path:
libexec/chromium/resources/extension/demo/library.js
Target within source output path:
chrome/browser/resources/extension_resource/demo/library.js
So we just need to ensure that the cp command follows symlinks during
installPhase and we should no longer have this unnecessary dependency.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:36 +02:00
aszlig
0c50978cb8
chromium: Hardcode dlopen() path for libexif.
...
This is needed for Chromium version 36 and higher.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:35 +02:00
aszlig
47214207b9
chromium/update: Fix fetching previous version.
...
After refactoring the updater we no longer did properly propagate the
exit code from the nix-prefetch-url call to the main script. So if the
newest version could not be fetched it didn't even bother to try the
previous release and we would end up with an empty hash.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:35 +02:00
aszlig
4cbedd7322
chromium: Update all channels to latest versions.
...
With this commit, the following new upstream versions are introduced:
stable: 35.0.1916.114 -> 35.0.1916.153
beta: 35.0.1916.86 -> 36.0.1985.67
dev: 36.0.1964.2 -> 37.0.2054.3
All builds successfully tested on my machine, however in order to update
the beta and dev channels, a few additional modifications were
necessary:
* Update/rebase USER_NS sandbox patch for version 36 and higher.
* Create address_input_strings.grdp before running gyp in version 37.
* Remove an empty string leftover from 0517041
.
* Add patch for building bundled Angle for version 37.
The patch for Angle is to remove reliance on git being present during
build and is from https://chromium-review.googlesource.com/202048 but
with own modifications to remove/fix Windows-specific parts within the
patch file.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:34 +02:00
aszlig
3d665679c1
chromium: Properly implement mksnapshot target.
...
Let's ensure we do all architecture-dependant stuff inside
mkChromiumDerivation and not pass archInfo around, so we can properly
decouple it from the main function.
This partially reverts 8d54dc6d13
.
The main reason for doing this is because the architecture information
is no longer required in Chromium 37, so let's uglify and XXX it in
common.nix and remove it once version 37 hits the stable channel.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:34 +02:00
aszlig
1580688490
gyp: Update to new upstream revision 1944.
...
This is mainly needed in order to build the new Chromium version 37.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:33 +02:00
Austin Seipp
72a0bcd49f
Merge pull request #2957 from doublec/xpra
...
Change to xpra version 0.11.6 as 0.12.5 was not working
2014-06-18 16:25:44 -05:00
Austin Seipp
537dbfed78
Merge pull request #2898 from robberer/php/mssql
...
mssql support for php-5.4
2014-06-18 16:25:24 -05:00
Austin Seipp
b9fc9bd760
Merge pull request #2992 from bluescreen303/agda
...
Agda: upgrade stdlib to 0.8, change defaults to latest version
2014-06-18 16:22:33 -05:00
Austin Seipp
85c70f642f
Merge pull request #2977 from bluescreen303/emacs-org2blog
...
Emacs org2blog - bring up to date - now works with org-8.* again
2014-06-18 16:21:02 -05:00
Austin Seipp
1e3a53e44e
Merge pull request #3001 from deepfire/aurulent-sans
...
aurulent-sans: new expression
2014-06-18 16:20:18 -05:00
Austin Seipp
55fee4ffce
Merge pull request #3004 from offlinehacker/pkgs/logstash/update_1_3_3
...
logstash: update to 1.3.3
2014-06-18 16:20:00 -05:00
Austin Seipp
d349481e8b
Merge pull request #2960 from third3ye/patch-2
...
Application.ini does not refer correctly
2014-06-18 16:18:54 -05:00
Austin Seipp
ad0755e5d4
Merge pull request #2919 from ehmry/ogg-vorbis
...
libogg, libvorbis: update to 1.3.2, 1.3.4
2014-06-18 16:17:37 -05:00
Austin Seipp
3a86ce32e4
Merge pull request #2937 from cpages/oxc
...
openxcom: add version 1.0.0
2014-06-18 16:16:07 -05:00
Austin Seipp
4eb7fdcc13
Merge pull request #2966 from wkennington/master.sudo
...
Update and fix sudo
2014-06-18 16:13:53 -05:00
Austin Seipp
f72e9c1090
Merge pull request #2975 from bluescreen303/conkeror
...
conkeror: upgrade to latest snapshot
2014-06-18 16:09:52 -05:00
Austin Seipp
fb24267670
Merge pull request #3002 from tomberek/haskell_tcacheAWS
...
Adds tcache-AWS
2014-06-18 16:09:35 -05:00
Austin Seipp
ae8e54c64b
Merge pull request #2989 from pwoolcoc/git-cacert-path
...
add OPENSSL_X509_CERT_FILE to the `git` command environment
2014-06-18 16:09:22 -05:00
Austin Seipp
1e23c251e7
Merge pull request #2995 from pSub/dwb-update
...
Updated dwb to latest revision.
2014-06-18 16:08:52 -05:00
John Wiegley
4643126d10
Merge pull request #2938 from pSub/org-mode
...
Org-mode 8.2.7 depends on texlive-cm-super.
2014-06-18 09:42:12 -07:00
Jaka Hudoklin
d4506fd7eb
logstash: update to 1.3.3
2014-06-18 13:29:26 +02:00
Peter Simons
f7c7282964
Merge pull request #2979 from bluescreen303/idris
...
Idris: fix wrapper for llvm, upgrade emacs-idris-mode
2014-06-18 10:00:00 +02:00
Thomas Bereknyei
8a16a950ba
Adds tcache-AWS
2014-06-18 01:01:45 -04:00
William A. Kennington III
1bb2a094fd
sudo: Update 1.8.9p4 -> 1.8.10p3
2014-06-17 22:41:32 -05:00
William A. Kennington III
ef4ea24420
sudo: Always keepVisudo in order to simplify sudo build
2014-06-17 22:41:32 -05:00
Kosyrev Serge
4bbabdc8b9
aurulent-sans: new expression
2014-06-18 04:12:10 +04:00
Michael Raskin
8297a26746
Create an option to build 3.16-rc1 which carries a new Wireless driver; make USB_DEBUG optional as it seems to be planned to disappear in 3.16.
2014-06-18 00:23:48 +02:00
Austin Seipp
fd4c2d893f
duo-unix: upgrade, fix full name + version
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-17 17:06:31 -05:00
Austin Seipp
5cf3fb7cb6
arcanist: 20140606 -> 20140617
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-17 15:48:51 -05:00
Eelco Dolstra
e5d63646a0
Don't suggest using --arg config '{ allowUnfree = true; }'
...
This doesn't work when using the Nixpkgs/NixOS channel.
Issue #2998 .
2014-06-17 15:00:24 -05:00
Austin Seipp
7f800e8155
jd-gui: version 0.3.5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-17 14:44:49 -05:00
Wout Mertens
d619f0ef6d
sublime3: fix plugin_host ( close #2804 )
...
Also move the binaries in their own package, so it doesn't pollute the
profile.
2014-06-17 21:15:37 +02:00
Ricardo M. Correia
f8e108c865
nixos.tests.installer: Fix test failures due to network being disabled
2014-06-17 18:41:26 +02:00
Pascal Wittmann
41e5fd84c3
Updated dwb to latest revision.
2014-06-17 16:25:53 +02:00
Shea Levy
50287f2c02
Merge pull request #2991 from bluescreen303/kernel-3.15
...
linux-3.15: upgrade to 3.15.1
2014-06-17 09:59:23 -04:00
Shea Levy
fec288f404
Merge branch 's3cmd-git' of git://github.com/fmapfmapfmap/nixpkgs
2014-06-17 09:56:01 -04:00
lethalman
219e992519
Merge pull request #2976 from bluescreen303/nginx
...
nginx: fix group, statedir permissions, add echo module, fix aio
2014-06-17 14:23:15 +02:00
Mathijs Kwik
2d92adcc1a
agda: change defaults to latest version
2014-06-17 08:25:45 +02:00
Mathijs Kwik
3fd519822f
agda-stdlib: upgrade to 0.8 (they keep changing the version scheme)
...
Conflicts:
pkgs/development/compilers/agda/stdlib-0.8.nix
pkgs/top-level/haskell-packages.nix
2014-06-17 08:25:44 +02:00
Mathijs Kwik
5bc69209b1
linux-3.15: upgrade to 3.15.1
2014-06-17 08:17:38 +02:00
Paul Woolcock
88b5578a57
add OPENSSL_X509_CERT_FILE to the git
command environment
2014-06-16 21:55:43 -04:00
John Wiegley
f39471a873
ncurses: apply a patch on Darwin for a clang bug
2014-06-16 16:39:20 -07:00
John Wiegley
6025caa92b
Merge pull request #2972 from proger/rsync-patch-hash
...
rsync: sha256 for the patch was updated
2014-06-16 15:42:44 -07:00
John Wiegley
195800e881
Do not use static-libgcc flag on Darwin
2014-06-16 14:26:40 -07:00
John Wiegley
61e8fe50c2
Agda: add 2.4.0.1, 2.3.2.2 is still the default for now
2014-06-16 14:03:17 -07:00
John Wiegley
39dfef4af0
haskell-boxes: new expression
2014-06-16 14:03:17 -07:00
John Wiegley
20f31b66a2
haskell-free-operational: new expression
2014-06-16 14:03:17 -07:00
John Wiegley
7a45ef7e25
haskell-equivalence: new expression
2014-06-16 14:03:17 -07:00
John Wiegley
cd3798c266
haskell-STMonadTrans: new expression
2014-06-16 14:03:17 -07:00
Mateusz Kowalczyk
43c6bfc0c9
mpd: clean up some flags
...
Some changed, some are no longer used.
2014-06-16 22:50:14 +02:00
Mateusz Kowalczyk
8f5f9f6c6b
libid3tag: apply fixes before build
...
Amongst other things, this stops things like mpd spinning up to full
memory when updating the database.
2014-06-16 22:50:14 +02:00
Mathijs Kwik
76c2c0c499
nginx: add echo module, fix aio on linux&freebsd
2014-06-16 22:43:58 +02:00
Mathijs Kwik
ff995adb0d
emacs-idris-mode: upgrade to 0.9.13.1
2014-06-16 22:43:51 +02:00
Mathijs Kwik
8d708ba35a
idris: provide boehmgc to compile with llvm backend
2014-06-16 22:43:51 +02:00
Mathijs Kwik
b193dd5d77
emacs-org2blog: upgrade to 0.8.1
2014-06-16 22:43:11 +02:00
Mathijs Kwik
ab8337e4fc
add emacs-metaweblog
2014-06-16 22:43:10 +02:00
Mathijs Kwik
69492796ef
conkeror: upgrade to latest snapshot
2014-06-16 22:43:01 +02:00
Vladimir Kirillov
2dfb036a30
rsync: sha256 for the patch was updated
2014-06-16 23:20:24 +03:00
Pascal Wittmann
63ee29b808
Org-mode 8.2.7 depends on texlive-cm-super.
2014-06-16 21:58:59 +02:00
Paul Colomiets
6b27a2789e
Upgrade zeromq and nanomsg
2014-06-16 22:25:56 +03:00
Shea Levy
52aa2afdcd
nixUnstable: bump
2014-06-16 10:44:02 -04:00
Peter Simons
0f9b3ef24a
hscolour-bootstrap: GHC 6.10.x and earlier don't support the -rtsopts option
2014-06-16 16:28:39 +02:00
Peter Simons
c5b7e2a2f2
haskell-git-annex: update to version 5.20140613
2014-06-16 16:12:36 +02:00
Peter Simons
fa8f2ca300
hscolour-bootstrap: allow setting RTS options for the hscolour binary we use to generate our documentation
...
Other tools like hsc2hs or haddock allows this, too, and some tools explicitly
set memory limits on these tools during the build (i.e. llvm-general-pure) by
exposing a GHCRTS environment variable. See [1] for a concrete example of this
issue.
[1] https://github.com/NixOS/nixpkgs/issues/2939
2014-06-16 15:38:38 +02:00
Peter Simons
a83aa733c3
Merge pull request #2967 from sol/master
...
Update haskell-http-kit and haskell-aeson-qq
2014-06-16 15:15:09 +02:00
Simon Hengel
78c0b2fca6
Update haskell-aeson-qq to version 0.7.2
2014-06-16 20:12:05 +08:00
Simon Hengel
5434317aac
Update haskell-http-kit to version 0.5.0
2014-06-16 19:18:08 +08:00
Vladimír Čunát
1b78ca58bc
Merge #2798 : stdenv and a few other big updates
...
Stdenv-changing things:
- gcc 4.8.2 -> 4.8.3
- long-running grsecurity branch
Others:
- pkgconfig update
- CVE for libtasn1, dbus
Conflicts (simple):
pkgs/development/compilers/ghc/7.6.3.nix
2014-06-16 10:23:36 +02:00
vi
fd08da1116
New derivation: hxt-tagsoup #haskell
2014-06-16 13:32:24 +08:00
third3ye
a322687423
Application.ini does not refer correctly
...
The "Application.ini" provided with Thunderbird does not correctly set the path to the icon location. Visa vi it refers to '$out/lib/thunderbird-17.0.11esr', which doesn't exist, but '$out/lib/thunderbird-17.0.11' does. To remedy this problem I added a new variable called 'verName" which adds 'esr' after the variable '$version'. Then change the variables necessary so that the build process sets working references.
Fuuzetsu suggested putting the verName variable inside of mkDerivation. I cannot surmise.
2014-06-16 05:24:24 +02:00
Chris Double
e3f4d343a3
Change to xpra version 0.11.6 as 0.12.5 was not working
...
Version 0.11.6 was the latest version that I was able to get building
and running on NixOS. Unfortunately my previous commit for 0.12.5 was
an error and incomplete.
2014-06-16 12:12:46 +12:00
Austin Seipp
5f960cc893
Merge pull request #2934 from CodeBlock/spawn-fcgi-update
...
update spawn-fcgi to 1.6.4
2014-06-15 19:02:25 -05:00
Mateusz Kowalczyk
8ae9d533b7
rtorrent: update to 0.9.4
2014-06-16 01:05:22 +02:00
Mateusz Kowalczyk
d97d34398c
libtorrent: update to 0.13.4
2014-06-16 01:05:11 +02:00
ambrop7@gmail.com
576fa310b2
Warzone2100: Update to 3.1.1.
...
Changed to use openal-soft, which makes sound work,
in combination with https://github.com/NixOS/nixpkgs/pull/2947 .
Added optional installation of campaign videos, not enabled by default.
2014-06-15 23:38:01 +02:00
Mateusz Kowalczyk
b5ca04f4a8
nitrogen: patchShebangs instead of patchfile + /usr/bin/env
...
This hopefully fixes the build on Hydra.
2014-06-15 23:34:20 +02:00
Anders Claesson
05402bc7c8
tree: update to version 1.7.0
2014-06-15 23:31:39 +02:00
ambrop7@gmail.com
bf0bacdbf8
openal-soft: Add PulseAudio backend, make non-OSS backends work.
...
* Added PulseAudio backend support.
* Made ALSA and PulseAudio backends optional.
* Made ALSA and PulseAudio backends actually work by adding to
NIX_LDFLAGS (because package uses dlopen).
TEST: Tested all 3 backends (OSS, ALSA, PulseAudio) using openal-info
and my upcoming Warzone 2100 update, by selecting the backend in
.alsoftrc. It also works without .alsoftrc (I think it first tries pulse
then alsa then oss).
2014-06-15 23:28:54 +02:00
vi
82cbbb1759
Added CPAN's Crypt::OpenSSL::Bignum.
2014-06-15 23:23:26 +02:00
vi
174f1dac9e
Added CPAN's Crypt::DH, and its dependencies.
2014-06-15 23:23:26 +02:00
vi
f6b2155ef4
Added CPAN's Crypt::Blowfish.
2014-06-15 23:23:25 +02:00
Vladimír Čunát
9757785295
Merge recent master
2014-06-15 17:55:35 +02:00
cillianderoiste
43a77448f8
Merge pull request #2940 from deepfire/xtrace
...
xtrace: fix build and update to 1.3.1
2014-06-15 17:45:32 +02:00
Peter Simons
132309de52
scala: cosmetic fix for syntax highlighting in Emacs
2014-06-15 17:12:14 +02:00
Shea Levy
7a0c66c829
Merge branch 'master' of git://github.com/soenkehahn/nixpkgs
...
packaging hp2any-manager and dependencies
2014-06-15 11:00:40 -04:00
Domen Kožar
0d71d2b631
fixes #2926
2014-06-15 16:05:18 +02:00
Bjørn Forsman
7911072947
sweethome3d: remove '.' at end of description
2014-06-15 13:49:55 +02:00
Edward Tjörnhammar
97f45b1e11
Adding SweetHome3D, TexturesLibraryEditor, FurnitureLibraryEditor
2014-06-15 13:04:59 +02:00
Kosyrev Serge
eda6fd83a8
xtrace: fix build and update to 1.3.1
...
Alioth now requires a login before you can download tarballs.
2014-06-15 14:10:35 +04:00
cillianderoiste
658d1f656a
Merge pull request #2945 from deepfire/e17-terminology
...
e17.terminology: 0.4.0 -> 0.5.1
2014-06-15 11:53:32 +02:00
Kosyrev Serge
c022486b5f
e17.terminology: 0.4.0 -> 0.5.1
2014-06-15 09:26:01 +04:00
Simon Hengel
d2eaca9c80
Update haskell-hspec2 to version 0.3.4
2014-06-15 08:47:14 +08:00
Bjørn Forsman
06af50ff42
liboping: new package
...
liboping is a C library to generate ICMP echo requests, better known as
"ping packets". It is intended for use in network monitoring
applications or applications that would otherwise need to fork ping(1)
frequently.
http://verplant.org/liboping/
2014-06-15 00:42:40 +02:00
Bjørn Forsman
cb64b3d758
libmodbus: new package
...
libmodbus is a library to send/receive data according to the Modbus
protocol.
http://libmodbus.org/
2014-06-14 21:50:57 +02:00
Shea Levy
564c4515b1
Merge pull request #2936 from sol/master
...
Add haskell-hspec-wai
2014-06-14 11:43:26 -04:00
Bjørn Forsman
dcfdab62c9
pyrtlsdr: new package
...
pyrtlsdr is a python wrapper for librtlsdr (a driver for Realtek
RTL2832U based SDR's).
2014-06-14 14:15:32 +02:00
Carles Pagès
d9ed7c5a9c
openxcom: add version 1.0.0
2014-06-14 11:58:00 +02:00
Michael Raskin
a076a60735
Allow specifying allowUnfreePredicate instead of allowUnfree. The predicate will have access to the arguments of mkDerivation call. Should be an improvement for #2188
2014-06-14 13:01:12 +04:00
Michael Raskin
18023bc0e8
Update Sauerbraten to a fresh revision 5000. Apparently fixes the build. Probably fixes #995 .
2014-06-14 11:50:08 +04:00
Simon Hengel
8a396ee56a
Add haskell-hspec-wai
2014-06-14 15:13:40 +08:00
Simon Hengel
315016197a
Update haskell-aeson-qq to version 0.7.1
2014-06-14 14:55:34 +08:00
Ricky Elrod
379c2731b2
update spawn-fcgi to 1.6.4
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-06-13 23:01:47 -04:00
Robert M. Mather
2d6d52bb2a
Ur/Web compiler: new release, 20140426 -> 20140531
2014-06-13 18:22:34 -07:00
Michael Raskin
213312b667
Update GlusterFS to 3.4.3
2014-06-14 00:23:12 +04:00
Michael Raskin
6bbd163df4
Update Wine unstable version
2014-06-14 00:23:11 +04:00
Michael Raskin
ed20f939f5
Update CL-Launch
2014-06-14 00:23:11 +04:00
Jonathan Glines
43432b9fca
Added a long description. Added the patch file.
2014-06-13 12:08:44 -06:00
Jonathan Glines
2784866ffd
Merge branch 'master' into nitrogen. Added maintainer and license.
...
Conflicts:
pkgs/tools/X11/nitrogen/default.nix
2014-06-13 11:54:19 -06:00
Jonathan Glines
c977673bb5
Merge branch 'nitrogen' of github.com:/auntieNeo/nixpkgs into nitrogen
...
Conflicts:
pkgs/tools/X11/nitrogen/default.nix
2014-06-13 11:41:40 -06:00
Jonathan Glines
c55be95e6e
Nitrogen build working. Missing custom icons in GUI.
2014-06-13 11:37:05 -06:00
Jonathan Glines
57450acaca
Oops, typespeed branch got merged somehow. Removed.
2014-06-13 11:37:05 -06:00
Jonathan Glines
93ea13874c
Working on a package for nitrogen.
2014-06-13 11:37:05 -06:00
Jonathan Glines
3d24aa0dbd
Added typespeed package.
2014-06-13 11:37:05 -06:00
Eelco Dolstra
27c72f337b
linux: Update to 3.12.22
...
Fixes CVE-2014-3153 (local privilege escalation via futex()).
2014-06-13 17:44:02 +02:00
Peter Simons
fd61a8fce2
Merge pull request #2929 from pSub/org-mode
...
Update org-mode from 8.2.6 to 8.2.7 and add myself as a maintainer.
2014-06-13 15:47:41 +02:00
Peter Simons
40ca1149c9
haskell-io-memoize: update to version 1.1.0.0
2014-06-13 15:41:26 +02:00
Peter Simons
67a692a830
haskell-force-layout: update to version 0.3.0.5
2014-06-13 15:41:26 +02:00
Peter Simons
87d3a5b980
haskell-event-list: update to version 0.1.1.1
2014-06-13 15:41:26 +02:00
Peter Simons
7abf0948be
hoogle: patch to fix build errors with WAI 3.0
...
https://github.com/ndmitchell/hoogle/issues/69
2014-06-13 15:41:25 +02:00
Peter Simons
84e0ecd664
haskell-MFlow: re-generate expression with cabal2nix
2014-06-13 15:41:25 +02:00
Peter Simons
a1336ca41c
haskell-purescript: update to version 0.5.2.3
2014-06-13 15:41:25 +02:00
Peter Simons
371f44dcbc
haskell-pipes-text: update to version 0.0.0.11
2014-06-13 15:41:25 +02:00
Peter Simons
e4b5d2f7b7
haskell-haskeline: update to version 0.7.1.3
2014-06-13 15:41:25 +02:00
Peter Simons
f7db41deda
haskell-entropy: update to version 0.3.2
2014-06-13 15:41:25 +02:00
Peter Simons
cc326495c4
haskell-attoparsec: update to version 0.12.1.0
2014-06-13 15:41:25 +02:00
Peter Simons
1380b62fdb
haskell-sloane: update to version 1.8
2014-06-13 15:41:25 +02:00
Peter Simons
2795d46f95
haskell-wai-logger: disable test suite to fix build
...
https://github.com/kazu-yamamoto/logger/issues/42
2014-06-13 15:41:25 +02:00
Peter Simons
a059a4b167
haskell-wai-test: disable haddock phase for empty module
2014-06-13 15:41:25 +02:00
Peter Simons
30835fc777
haskell-wai: update to version 3.0.0.1
2014-06-13 15:41:25 +02:00
Peter Simons
21cba499b4
haskell-mongoDB: update to version 1.5.0
2014-06-13 15:41:25 +02:00
Peter Simons
a2a94462db
haskell-hourglass: update to version 0.2.2
2014-06-13 15:41:25 +02:00
Peter Simons
bcd9e73947
haskell-keter: update to version 1.3.1
2014-06-13 15:41:25 +02:00
Peter Simons
129197ba5e
haskell-cabal-bounds: update to version 0.6
2014-06-13 15:41:24 +02:00
Peter Simons
6a17d46ba2
haskell-yesod: update to version 1.2.6
2014-06-13 15:41:24 +02:00
Peter Simons
ad65fa4c2b
haskell-yesod-test: update to version 1.2.3
2014-06-13 15:41:24 +02:00
Peter Simons
5d54c13146
haskell-yesod-static: update to version 1.2.4
2014-06-13 15:41:24 +02:00
Peter Simons
fa6fd66288
haskell-yesod-persistent: update to version 1.2.3
2014-06-13 15:41:24 +02:00
Peter Simons
7e924a23c8
haskell-yesod-form: update to version 1.3.10
2014-06-13 15:41:24 +02:00
Peter Simons
7febd19525
haskell-yesod-core: update to version 1.2.16.1
2014-06-13 15:41:24 +02:00
Peter Simons
ffb0c2b5eb
haskell-yesod-bin: update to version 1.2.10.2
2014-06-13 15:41:24 +02:00
Peter Simons
d02baccd7b
haskell-websockets: update to version 0.8.2.4
2014-06-13 15:41:24 +02:00
Peter Simons
567ba23b1a
haskell-warp: update to version 3.0.0.1
2014-06-13 15:41:24 +02:00
Peter Simons
78c13dfb4f
haskell-warp-tls: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
046c636924
haskell-wai: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
b4dd791cea
haskell-wai-websockets: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
6f80ab07a5
haskell-wai-test: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
037ea00300
haskell-wai-middleware-static: update to version 0.6.0
2014-06-13 15:41:23 +02:00
Peter Simons
0bcda04c13
haskell-wai-handler-launch: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
edf412e9e5
haskell-wai-handler-fastcgi: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
8b12a38910
haskell-wai-extra: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
f9e09908b8
haskell-wai-app-static: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
978ae0e64f
haskell-scotty: update to version 0.8.0
2014-06-13 15:41:23 +02:00
Peter Simons
faf9c7f1dd
haskell-non-negative: update to version 0.1.1
2014-06-13 15:41:23 +02:00
Peter Simons
229f352953
haskell-http-reverse-proxy: update to version 0.4.0.1
2014-06-13 15:41:23 +02:00
Peter Simons
54800cc222
haskell-http-conduit: update to version 2.1.2.1
2014-06-13 15:41:23 +02:00
Peter Simons
c72d054ff4
haskell-http-client: update to version 0.3.3.1
2014-06-13 15:41:23 +02:00
Peter Simons
8cc6a959d4
haskell-hspec-meta: update to version 1.10.0
2014-06-13 15:41:23 +02:00
Peter Simons
ca3f416e8d
haskell-hsimport: update to version 0.4
2014-06-13 15:41:23 +02:00
Peter Simons
e76486c662
haskell-hourglass: update to version 0.2.1
2014-06-13 15:41:23 +02:00
Peter Simons
6f78a87b6f
haskell-ghc-vis: update to version 0.7.2.3
2014-06-13 15:41:23 +02:00
Peter Simons
8bc8dd90af
haskell-event-list: update to version 0.1.1
2014-06-13 15:41:22 +02:00
Peter Simons
0b0ace748a
haskell-cabal-lenses: update to version 0.2
2014-06-13 15:41:22 +02:00
Peter Simons
3352644623
haskell-cabal-cargs: update to version 0.7
2014-06-13 15:41:22 +02:00
Peter Simons
5c05c0cdf4
haskell-blaze-builder-enumerator: update to version 0.2.0.6
2014-06-13 15:41:22 +02:00
Peter Simons
c4d3a0acab
haskell-wai-conduit: add version 3.0.0
2014-06-13 15:41:22 +02:00
Peter Simons
e9bbb1ede9
haskell-idris: update to version 0.9.13.1
2014-06-13 15:41:22 +02:00
Michael Raskin
a5509026ec
Add Squid 3.4.5 and enable its SSL features.
2014-06-13 17:41:42 +04:00
Pascal Wittmann
19110c9a53
Update org-mode from 8.2.6 to 8.2.7 and add myself as a maintainer.
2014-06-13 14:21:39 +02:00
Rob Vermaas
2c918c6545
Revert "Revert "elasticsearch: update from 1.0.1 to 1.2.1, potentially fixes CVE-2013-5307""
...
This reverts commit 61384f5627
.
2014-06-13 14:00:26 +02:00
Rob Vermaas
61384f5627
Revert "elasticsearch: update from 1.0.1 to 1.2.1, potentially fixes CVE-2013-5307"
...
Was accidentally pushed.
This reverts commit 1ecb9b8de8
.
2014-06-13 13:56:27 +02:00
Rob Vermaas
1ecb9b8de8
elasticsearch: update from 1.0.1 to 1.2.1, potentially fixes CVE-2013-5307
2014-06-13 13:27:53 +02:00
Michael Raskin
566ef0e31a
Adding an auto-updater script for qiv and updating it to 2.3.1
2014-06-13 13:37:12 +04:00
Michael Raskin
258040a939
Add a function to overwrite just the version and sha256 by grepping them
2014-06-13 13:37:12 +04:00
Michael Raskin
64274e9981
MuPDF: Add an auto-updater script and update to the latest version.
2014-06-13 13:37:12 +04:00
Sönke Hahn
aaf8b264d7
hp2any-manager: tool for haskell heap profile visualization
2014-06-13 16:22:46 +08:00
Sönke Hahn
e9e6e1ceb9
haskellPackages.gtkglext: new expression
2014-06-13 16:20:54 +08:00
Chris Double
2deb3ca0aa
Update tor to 0.2.4.22 and tor browser to 3.6.2
2014-06-13 14:21:53 +12:00
Austin Seipp
3e76f3922f
Merge pull request #2801 from orbitz/haxe-3.1.3
...
Add HaXe 3.1.3
2014-06-12 20:41:58 -05:00
Austin Seipp
d99c7a7444
Merge pull request #2921 from CodeBlock/shellcheck
...
add ShellCheck
2014-06-12 20:41:22 -05:00
Ricky Elrod
4a2dd52b54
add ShellCheck
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-06-12 21:27:32 -04:00
Emery Hemingway
ca59c577d0
libogg, libvorbis: update to 1.3.2, 1.3.4
2014-06-12 18:54:16 -04:00
Bjørn Forsman
0e9741df81
libvirt-python: update to to 1.2.5 (must be kept in sync with libvirt!)
...
libvirt was recently updated to 1.2.5, breaking libvirt-python. This
unbreaks it.
2014-06-13 00:07:02 +02:00
Michael Raskin
ed7b509fbf
Oops. Fix the permissions on initialized persistence file for Dia
2014-06-13 01:33:18 +04:00
Michael Raskin
6b35f37005
Fix dia when run not from $PATH
2014-06-13 01:22:56 +04:00
Rickard Nilsson
7dc09de565
libvirt: Update from 1.2.4 to 1.2.5
2014-06-12 22:11:31 +02:00
Oliver Charles
6cc799b24c
haskellPackages.snapletRedis: New expression
...
This needs to be jailbroken until a new version reaches Hackage.
2014-06-12 15:07:04 +01:00
Austin Seipp
1dbc7c4567
Merge pull request #2882 from iyzsong/n/xmp
...
add xmp, a extended module player
2014-06-12 08:51:33 -05:00
Oliver Charles
bbdadcd8c6
haskellPackages.hedis: New expression
2014-06-12 14:36:26 +01:00
Michael Raskin
80b701ca94
Put a correct Dia persistence file in ~/.dia unless such a file exists. Fixes #1691 .
2014-06-12 15:02:49 +04:00
Michael Raskin
97ff4b2172
Merge pull request #2914 from hrdinka/nsd-package
...
nsd: add package version 4.0.3
2014-06-12 13:31:57 +04:00
Christoph Hrdinka
e59c465103
nsd: add package version 4.0.3
2014-06-12 11:14:44 +02:00
Michael Raskin
c5f019e9a0
Merge pull request #2063 from redbaron/libmsgpack
...
Proper separation between build and runtime outputs
2014-06-12 13:05:40 +04:00
Michael Raskin
8dca1caeb9
Merge pull request #2479 from urv/master
...
upgraded calibre & scummvm and added haskel-monad-parallel nix expression
2014-06-12 12:59:15 +04:00
Peter Simons
187e480329
haskell-crypto-numbers: disable the test suite to avoid spurious build failures
...
https://github.com/vincenthz/hs-crypto-numbers/issues/8
2014-06-12 10:32:11 +02:00
Michael Raskin
23869e0006
Merge pull request #2907 from falsifian/firefox_30
...
Firefox 30.0
2014-06-12 12:19:03 +04:00
Peter Simons
5becd18203
haskell-cabal2nix: update to version 1.63
2014-06-12 10:03:32 +02:00
Arvin Moezzi
58cbfedc5d
scummvm: upgrade from 1.2.1 to 1.6.0
2014-06-12 09:30:39 +02:00
Arvin Moezzi
0dfd7efd36
calibre: upgrade from 1.31.0 to 1.35.0
2014-06-12 09:30:39 +02:00
Vladimír Čunát
de12094b0e
Merge recent master
2014-06-12 09:15:11 +02:00
Vladimír Čunát
1bcc2aa216
fix licenCe typos
2014-06-12 09:12:14 +02:00
Simon Hengel
22a45575e4
Update haskell-hspec2 to version 0.3.3
...
(fixes broken Haddocks)
2014-06-12 14:28:47 +08:00
Anders Claesson
d7491e429a
pass: install bash completion script
2014-06-12 07:46:39 +02:00
Simon Hengel
837d1f406b
Update haskell-hspec2 to version 0.3.1
2014-06-12 13:16:05 +08:00
Daniel Bergey
af3d448d33
pass(word-store): add option to include xclip in PATH
...
xclip is necessary for pass(word-store) to send passwords to the
clipboard / X-selection, rather than echoing to the terminal.
The option currently defaults to false, because someone may not want the
dependency on X libraries and also pass is really quick to build (it's
just a shell script).
2014-06-11 23:36:28 +02:00
Bjørn Forsman
9e46a0d748
gvfs: add more supported protocols in gnome 3.10. Closes #2880
...
This change has been successfully tested on gnome 3.12 (thanks
@lethalman!). Now bring it to gnome 3.10, which currently is the default
gnome3 version in NixOS.
I've build and run tested it (success: smb:// protocol now work in
Nautilus).
2014-06-11 23:10:40 +02:00
James Cook
4b55530bd2
nspr: update to 4.10.6
...
Required for Firefox 30.0.
2014-06-11 13:50:47 -07:00
taku0
22b0306976
thunderbird-bin: update to version 24.6.0
2014-06-11 22:33:26 +02:00
Vladimír Čunát
34091bf265
cudatoolkit: fix multiple outputs ( close #2466 )
2014-06-11 21:32:13 +02:00
Jos van den Oever
845b0e3ebc
qt5,qtcreator: update to qt-5.2.1 and qtcreator-3.1.
...
Close #2643 .
Testing parallel build of qt5: fine on @vcunat's 8-core (just this single task).
We'll see on Hydra.
2014-06-11 21:30:21 +02:00
Peter Simons
8d309c37a7
Merge pull request #2904 from bennofs/haskell-pipes-text
...
haskell-pipes-text: new expression
2014-06-11 21:25:30 +02:00
Bjørn Forsman
68a6c0e3e9
lilypond: unbreak build by adding t1utils to buildInputs
...
lilypond needs the 't1asm' tool from t1utils to build. t1asm used to be
provided by texlive-core, but does no more (since texlive-core-2014
update).
2014-06-11 21:17:50 +02:00
Bjørn Forsman
86d19319d6
t1utils: new package
...
t1utils is a collection of simple Type 1 font manipulation programs.
2014-06-11 21:17:49 +02:00
Rob Vermaas
8d8c761606
Revert "Add vtop, update some node packages."
...
This reverts commit cf3a2d0475
.
2014-06-11 21:10:18 +02:00
Joel Taylor
58971f7b14
add htop fork for darwin ( close #2690 )
...
@vcunat made it a single conditional attribute.
Conflicts (trivial):
lib/maintainers.nix
2014-06-11 20:36:10 +02:00
Vladimír Čunát
e1775895a6
Merge #2711 : add ansible-1.6.1
...
Conflicts (trivial):
lib/maintainers.nix
2014-06-11 20:29:55 +02:00
System administrator
dbf92db3b9
teamviewer: fix broken links ( close #2901 )
2014-06-11 20:19:03 +02:00
James Cook
2fec892959
firefox: bump to 30.0.
2014-06-11 11:02:28 -07:00
Benno Fünfstück
0205ec7878
haskell-pipes-text: new expression
2014-06-11 18:49:48 +02:00
Austin Seipp
5a44c0a7ce
Merge pull request #2899 from bennofs/nix-prefetch-revision
...
nix-prefetch-*: print fetched revision
2014-06-11 09:26:35 -05:00
Benno Fünfstück
063efadd69
nix-prefetch-{bzr,hg,svn}: print fetched revision
2014-06-11 14:42:39 +02:00
Benno Fünfstück
be25ce8f58
nix-prefetch-git: fix printing of revision
...
If the user explictly gives a ref such as "refs/heads/master", `git
rev-parse` failed because we only checked out the `fetchgit`
branch. Now, we also try `git rev-parse fetchgit` if the first call
fails, which fixes the issue.
2014-06-11 14:09:58 +02:00
System administrator
7b1b46b96b
mssql support for php-5.4
...
small changes to freetds
see: http://www.php.net/manual/de/mssql.setup.php
2014-06-11 12:58:40 +02:00
Peter Simons
9b899d8600
esniper: update to version 2.31.0
2014-06-11 12:05:06 +02:00
Peter Simons
e82eda551e
haskell-libmpd: test suite build is broken by recent hspec update
2014-06-11 11:12:57 +02:00
Peter Simons
a817ffe8c0
all-packages.nix: cosmetic changes
2014-06-11 11:01:10 +02:00
Peter Simons
66da23b011
lilypond: cosmetic changes
2014-06-11 11:00:35 +02:00
Sönke Hahn
de0520bb3a
haskell-hspec2: new package, v0.3.0
2014-06-11 15:57:48 +08:00
Sönke Hahn
1d3477c422
haskell-io-memoize: new package, v1.0.0.0
2014-06-11 15:56:41 +08:00
Sönke Hahn
87154e257a
haskell-spawn: new package, v0.3
2014-06-11 15:55:19 +08:00
Simon Hengel
0c40023efd
Update haskell-hspec to version 1.10.0
2014-06-11 14:16:59 +08:00
Michael Raskin
acb0c21bc8
Update netlib
2014-06-11 10:05:57 +04:00
Michael Raskin
e0bdf466ef
Update MITMProxy
2014-06-11 10:01:15 +04:00
Michael Raskin
cc13182795
Create a PIL symlink when installing PIL so the recommended way of importing PIL.something works
2014-06-11 10:01:15 +04:00
Vladimír Čunát
e4dc3f8ae3
mesa: fix libGL searching for libudev
...
Close #2784 , #2731 .
I don't have a clue if using our libudev is always correct on non-nixos,
or if using /run/current-system/sw/lib/libudev would be better...
2014-06-11 07:46:15 +02:00
Vladimír Čunát
cfc457eda5
dbus: security-only update, CVE-2014-3477 (DOS)
2014-06-11 06:53:59 +02:00
Vladimír Čunát
9c7dc50159
mesa: maintenance update 10.1.4 -> .5
2014-06-11 06:46:25 +02:00
Luca Bruno
d2639ac5ef
libtasn1: 3.4 -> 3.6. Fixes some security CVEs.
...
Closes #2844 , #2857
2014-06-11 06:46:24 +02:00
Austin Seipp
03d9bbcfa9
Merge pull request #2855 from cstrahan/xpwn-fix-darwin
...
Fix xpwn on Darwin and other case-insensitive file systems
2014-06-10 18:14:42 -05:00
Austin Seipp
faa58159e1
Merge pull request #2885 from wmertens/pgadmin-1.18.1
...
pgadmin: bump to 1.18.1
2014-06-10 18:13:26 -05:00
Austin Seipp
6fe363e8c2
Merge pull request #2886 from madjar/master
...
davmail: update to 4.5.0
2014-06-10 18:13:10 -05:00
Austin Seipp
2f996c6075
Add Rakudo Star ( closes #2054 )
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 18:12:33 -05:00
Austin Seipp
fe9133d522
verifast: 14.5, x86_64 linux only
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 16:38:45 -05:00
Austin Seipp
20f3cbd99e
Remove old intel-tbb package
...
It's unused now, and there's already the `tbb` package so this is
totally redundant.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp
3d319b8264
Remove old hiphop-vm package
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp
509beb1f68
Add HHVM packages, replacing old hiphop-php expr
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp
d176729427
tbb: upgrade to 4.2-u5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:34 -05:00
Peter Simons
5956fc3f75
haskell-syb: drop obsolete versions 0.2.2 and 0.3.6.2
2014-06-10 20:27:57 +02:00
Peter Simons
0bee2c38ed
haskell-syb: update to version 0.4.2
2014-06-10 20:27:56 +02:00
Peter Simons
ac56e50d3a
haskell-defaults.nix: ghc-HEAD requires latest mtl
2014-06-10 20:27:20 +02:00