Pascal Wittmann
2cdbe82ada
llpp: update from 2015-06-06 to 2015-06-27
2015-06-30 13:07:06 +02:00
Pascal Wittmann
18308e6b56
tvheadend: fix build by disabling dvbscan
2015-06-30 13:00:21 +02:00
viric
ea925c72e7
Merge pull request #8571 from dezgeg/pr-uboot
...
U-Boot: Refactor, update & new board+QEMU support
2015-06-30 11:15:11 +02:00
Tuomas Tynkkynen
0ec0790348
U-Boot: Patch Versatile Express to use config_distro_bootcmd.h
...
With this patch in place, ARMv7 NixOS can be booted in QEMU:
qemu-system-arm -kernel u-boot -M vexpress-a9 -serial stdio -sd nixos-sd-image-armv7l-linux.img -m 1024
...with all the features that boot.loader.generic-extlinux-compatible
supports, like the boot generation menu and seamless kernel upgrades
in the VM.
2015-06-30 11:10:18 +03:00
Tuomas Tynkkynen
d013de6d32
U-Boot: Update to 2015.04 and major refactor
...
Instead of selecting the defconfig based on stdenv.platform.uboot,
provide different ubootFoo packages. Otherwise we couldn't easily build
U-Boots for different platforms than what we are currently running on.
All users of the ubootChooser function appear to be using only CLI tools
like mkimage, whose behaviour is not affected by the defconfig (their
build outputs are bitwise-identical). So add a separate package for the
CLI tools.
Of the removed patches, some version of sheevaplug-sdio.patch has
apparently been applied upstream (with at least mv_sdio.c renamed to
mvebu_mmc.c). sheevaplug-config.patch needs rebasing & re-testing on
real hardware.
Tested boards and input/output methods that upstream supports:
- Raspberry Pi:
- HDMI works, USB keyboard not yet supported
- Serial via the 26-pin connector (3.3V)
- pcDuino3 Nano:
- HDMI + USB keyboard (only if attached to a hub)
- Serial via the 3-pin connector (3.3V)
- Jetson TK1: RS-232 serial port only
- Versatile Express CA9 (for QEMU only): Serial via '-serial stdio'
2015-06-30 10:49:56 +03:00
Tobias Geerinckx-Rice
e0038d7571
lz4 130 -> 131
...
Changes:
- liblz4: xxhash symbols are dynamically changed (namespace
emulation) to avoid symbol conflict
- liblz4.a (static library) no longer compiled with -fPIC by
default
2015-06-30 09:49:52 +02:00
Tuomas Tynkkynen
1793fdbfb1
platforms.nix: Remove IntegratorCP and Versatile
...
These ARM boards are very old and quite likely used only for booting in
QEMU emulation. I'll focus on making the multiplatform image easy to
boot in QEMU instead.
2015-06-30 10:33:25 +03:00
Tuomas Tynkkynen
d8b4cff390
dtc: Fix cross compilation
...
Flex and Bison are need to be executable by the build system.
2015-06-30 10:33:25 +03:00
Jude Taylor
b62baacbc1
Revert "Fix libcxxStdenv on Linux"
...
This reverts commit 172ed10426
.
2015-06-29 13:55:12 -07:00
Shea Levy
03dbba9757
build-maven: Handle very long dependency lists
2015-06-29 13:41:24 -04:00
Arseniy Seroka
3862fd57fe
Merge pull request #8526 from matthiasbeyer/add-klaus
...
Package: klaus + dependencies
2015-06-29 19:08:38 +03:00
Arseniy Seroka
7e9cba3a2d
qutebrowser: 0.3-pre -> 0.3
2015-06-29 19:05:51 +03:00
Matthias Beyer
5344e4db4d
klaus: init at 0.4.9
2015-06-29 17:55:33 +02:00
Matthias Beyer
ce10f31e0e
httpauth: init at 0.2
2015-06-29 17:55:32 +02:00
Matthias Beyer
886a872853
humanize: init at 0.5.1
2015-06-29 17:55:32 +02:00
Pascal Wittmann
6dca09d36f
Merge pull request #8557 from couchemar/elixir-1.0.5
...
elixir: 1.0.4 -> 1.0.5
2015-06-29 17:37:55 +02:00
Pascal Wittmann
5ade71b1d7
pencil: wrap bin/pencil correctly, fixes #8551
2015-06-29 17:04:35 +02:00
Pascal Wittmann
851ef7e2de
Merge pull request #8548 from dezgeg/pr-dtc
...
dtc: init at 1.4.1
2015-06-29 16:37:45 +02:00
Andrey Pavlov
15fd734a58
elixir: 1.0.4 -> 1.0.5
2015-06-29 17:30:59 +03:00
Pascal Wittmann
512225ef81
Fixed some descriptions
2015-06-29 16:20:58 +02:00
Pascal Wittmann
aefa3a30f0
Merge pull request #8550 from maurer/bitstring-gunk
...
ocaml-bitstring: debug message removal
2015-06-29 15:41:13 +02:00
Pascal Wittmann
bd65e8afb4
bro: update from 2.3.2 to 2.4
2015-06-29 12:50:34 +02:00
Pascal Wittmann
439ce0d07d
checkstyle: update from 6.7 to 6.8
2015-06-29 12:50:34 +02:00
hiberno
8e997a4b6d
powerline-fonts: bump to latest revision
2015-06-29 09:45:55 +02:00
Tobias Geerinckx-Rice
d94285788f
python-packages: repocheck 2015-05-04 -> 2015-06-27
2015-06-29 01:21:17 +02:00
Matthew Maurer
a145a70f1a
ocaml-bitstring: debug message removal
2015-06-28 21:12:10 +00:00
Arseniy Seroka
88c7e4aa94
Merge pull request #8545 from C0DEHERO/update/voxelands
...
update 1504.01 -> 1506.00
2015-06-29 00:06:06 +03:00
C0DEHERO
cf98387f73
voxelands: 1504.01 -> 1506.00
2015-06-28 16:36:15 -04:00
Shea Levy
291d203f80
Merge branch 'clang-stdenv' of https://github.com/Ralith/nixpkgs into staging
2015-06-28 15:54:06 -04:00
Tuomas Tynkkynen
b0ad2da4ed
dtc: init at 1.4.1
...
Compiling U-Boot for the Jetson TK1 board requires this.
2015-06-28 22:40:35 +03:00
Benjamin Saunders
172ed10426
Fix libcxxStdenv on Linux
...
This corrects linkage failures arising from missing -lc++abi and
resolves "unused argument" warnings arising due to -stdlib=libc++
serving no purpose when search paths are being supplied explicitly.
2015-06-28 21:33:12 +02:00
Arseniy Seroka
2c64c34517
Merge pull request #8544 from Chattered/master
...
tome4: add new maintainer
2015-06-28 20:42:58 +03:00
Phil Scott
52339c7c70
tome4: add new maintainer
2015-06-28 18:35:26 +01:00
Michael Raskin
0d24a16bdf
Minimal fix to make XConq playable again
2015-06-28 19:06:59 +03:00
Leroy Hopson
d0633a28ff
Fix SSL/TLS support for shellinaboxd
...
shellinboxd was not finding libssl.so in it's library path, so it was
falling back to ssl disabled mode. Also, the path to openssl was
hardcoded to /usr/bin/openssl, so shellinaboxd could not generate SSL
certificates once libssl.so was added to LD_LIBRARY_PATH.
2015-06-28 23:08:10 +12:00
Edward Tjörnhammar
da7355e562
pkgs.haskellPackages.gitit: unmark as broken
2015-06-28 12:40:23 +02:00
Michael Raskin
124a61f10d
Fix alternative samba configuration evaluations
2015-06-28 13:41:27 +03:00
Domen Kožar
3ff2dfb7fa
Merge pull request #8423 from bobvanderlinden/popcorntime-bin
...
added popcorntime package
2015-06-28 10:01:45 +02:00
William A. Kennington III
90d041b4b5
keepalived: Fix ip release
2015-06-27 23:19:05 -07:00
William A. Kennington III
3ea1c5bc0c
keepalived: Add libnl support
2015-06-27 19:59:52 -07:00
Arseniy Seroka
e44d325c27
Merge pull request #8536 from kirelagin/qutebrowser
...
qutebrowser: update to git master
2015-06-28 02:42:26 +03:00
Kirill Elagin
f49e9ce1be
qutebrowser: Add @jagajaga as a maintainer
2015-06-28 02:38:01 +03:00
Kirill Elagin
e2398a2361
qutebrowser: update to git master
...
qutebrowser is actively developed, sticking to stable
versions doesn’t make any sense.
Also fixed formatting.
2015-06-28 02:26:59 +03:00
Arseniy Seroka
3c82eaf5a9
Merge pull request #8535 from kirelagin/pyqt5
...
pyqt5: make it actually 5.4.2
2015-06-28 02:25:23 +03:00
Kirill Elagin
6209961810
pyqt5: make it actually 5.4.2
2015-06-28 02:18:58 +03:00
William A. Kennington III
06b2804bea
memtest86+: Make compatible with gcc5
2015-06-27 15:49:30 -07:00
William A. Kennington III
b6adf14ebf
reiserfsprogs: Fix gcc5 compiling
2015-06-27 15:43:42 -07:00
William A. Kennington III
511fc648b5
keepalived: Add derivation
2015-06-27 14:33:29 -07:00
Arseniy Seroka
f893ac0622
pyqt5: 5.3 -> 5.4.2
2015-06-28 00:28:19 +03:00
Arseniy Seroka
ae7d918499
sip: 4.16.4 -> 4.16.6
2015-06-28 00:28:14 +03:00
Domen Kožar
32d618b2ca
Merge pull request #8531 from dezgeg/pr-libxcomp
...
libxcomp: Fix build in staging
2015-06-27 23:13:21 +02:00
Tuomas Tynkkynen
6b829e7302
libxcomp: Fix build
...
The mkdirs were failing since the 'out' and 'lib' directories are
already created by 'make install' (#7524 fallout). And in fact, the
entire postInstall script is doing the exact same thing as installPhase,
so it can be simply dropped.
2015-06-27 23:53:49 +03:00
William A. Kennington III
cab3572e99
btrfsprogs: 4.0.1 -> 4.1
2015-06-27 12:39:52 -07:00
William A. Kennington III
512beee962
zeroc-ice: 3.5.1 -> 3.6.0
2015-06-27 12:38:32 -07:00
Peter Simons
f9046a1878
Merge pull request #8527 from dezgeg/pr-xfig
...
xfig: Fix build failure on staging now visible due to #7524
2015-06-27 21:26:02 +02:00
Arseniy Seroka
8c19ed81e9
Merge pull request #8529 from matthiasbeyer/update-mdp
...
mdp: 0.93 -> 1.0.0
2015-06-27 21:55:17 +03:00
William A. Kennington III
ca2cf48e10
tinc_pre: 2015-05-15 -> 2015-06-20
2015-06-27 11:31:10 -07:00
William A. Kennington III
f93d565c28
Merge branch 'master.upstream' into staging.upstream
2015-06-27 10:44:00 -07:00
William A. Kennington III
e080827fdb
Fix heimdal reference
2015-06-27 10:43:45 -07:00
William A. Kennington III
8b844dce2d
ffado -> ffadoFull
2015-06-27 10:42:13 -07:00
Matthias Beyer
c37e2745bd
mdp: Add license, pkg maintainer
2015-06-27 19:41:11 +02:00
Matthias Beyer
7ea32d390b
mdp: 0.93 -> 1.0.0
2015-06-27 19:40:56 +02:00
Nicolas Dudebout
430c8520b2
One more change for jack2 to libjack2
...
7297255019
did break things and this change seems to fix them.
2015-06-27 13:20:56 -04:00
vbgl
742824bd78
Merge pull request #8291 from maurer/misc-ocaml
...
Add miscellaneous OCaml Packages
2015-06-27 18:52:03 +02:00
Matthew Maurer
9c0f1eefc6
piqi-ocaml: init at 0.7.4
2015-06-27 16:54:20 +00:00
Matthew Maurer
8c875e76f0
uuidm: init at 0.9.5
2015-06-27 16:54:20 +00:00
Matthew Maurer
289e2a10db
ocaml-faillib: init at 111.17.00
2015-06-27 16:54:20 +00:00
Matthew Maurer
1d79d840b1
piqi: init at 0.6.12
2015-06-27 16:54:20 +00:00
Matthew Maurer
90a4de0f1b
ocaml-bitstring: init at 2.0.4 and f1673f8
2015-06-27 16:54:10 +00:00
Tuomas Tynkkynen
3dafe7a466
xfig: Fix build failure now visible due to #7524
...
The first 'find' command in postUnpack that attempts to add +x
permissions fails, because the +x permission is needed by the find
itself, and with the xargs method it's added too late.
2015-06-27 18:44:06 +03:00
Vincent Laporte
e4d16dcc72
ocaml-io-page: 1.4.0 -> 1.5.1
2015-06-27 14:48:12 +02:00
Carles Pagès
8658ab9675
abcde: update to 2.7 and fix mp3 tagging
...
It now depends on eyeD3 (python), but that's an upstream decision.
2015-06-27 14:19:22 +02:00
Carles Pagès
658c8c5e38
eyeD3: fix and update to 0.7.8
2015-06-27 14:18:31 +02:00
Vladimír Čunát
e6ca18e9bf
xwayland: fix build
...
Maybe it was just covered by #7524 until now.
/cc #5061 and @echo-oddly.
2015-06-27 11:40:04 +02:00
Vladimír Čunát
58f7bf5b68
gsl: fix i686 tests by upstream patch
2015-06-27 11:28:50 +02:00
Vladimír Čunát
9c5f76bc0f
gnome-menus: fix build by dropping wrong patchShebangs
...
Strange error, probably hidden by #7524 until recently.
/cc @lethalman.
2015-06-27 10:57:03 +02:00
Vladimír Čunát
637873d8fb
crypto++: fix tests by not using -O3, refactor
...
Tests were segfaulting due to compilation with -O3,
most likely since building with gcc-4.9.
AFAIK it isn't generally safe/advisable to use -O3 anyway.
Also do some cleanup and expression refactoring, mostly.
2015-06-27 10:57:03 +02:00
Michael Raskin
9bf2c6a8ab
Fix wrong condition related to enableKerberos
2015-06-27 11:40:38 +03:00
William A. Kennington III
12102562f7
Merge branch 'master.upstream' into staging.upstream
2015-06-27 00:18:18 -07:00
William A. Kennington III
7297255019
Convert all jack references to libjack2
2015-06-27 00:17:52 -07:00
William A. Kennington III
559cbdaab7
heimdal: Rename to heimdalFull
2015-06-26 23:07:10 -07:00
William A. Kennington III
9c5ef0469c
krb5: 1.13.1 -> 1.13.2
2015-06-26 23:02:20 -07:00
William A. Kennington III
943b282800
heimdal: Always install hcrypto
2015-06-26 22:45:20 -07:00
William A. Kennington III
a13fe2db47
Fix redundancy
2015-06-26 22:41:58 -07:00
William A. Kennington III
769ea09360
heimdal: Use the git version and breakout into a library
2015-06-26 22:41:25 -07:00
William A. Kennington III
ccc47a6a42
kerberos: Use mit by default as it is has more upstream support / bugfixes
2015-06-26 22:06:16 -07:00
William A. Kennington III
b6322e1215
krb5: Break out into a lib and not lib version
2015-06-26 22:05:47 -07:00
William A. Kennington III
ef253212f4
Merge branch 'master.upstream' into staging.upstream
2015-06-26 17:25:49 -07:00
William A. Kennington III
8ce4cb4de8
Also fix the default reference for kerberos
2015-06-26 17:24:11 -07:00
William A. Kennington III
adeab5e815
Migrate all heimdal -> libheimdal
...
Also disable heimdal references in samba as it uses internal api
features not guaranteed to be stable
2015-06-26 17:23:00 -07:00
William A. Kennington III
fa1bdb8cbd
Migrate all krb5 -> libkrb5
2015-06-26 17:21:49 -07:00
William A. Kennington III
eb8a411a18
Add kerberos library references for later use
2015-06-26 17:16:27 -07:00
Arseniy Seroka
da4266afb6
vimPlugins: update 2015-06-27
2015-06-27 02:05:15 +03:00
Arseniy Seroka
43636bc83c
Merge pull request #8506 from hrdinka/add/qtpass
...
qtpass: init at 0.8.4
2015-06-26 20:19:06 +03:00
Jude Taylor
e130e9d3a3
fix bundler hash
2015-06-26 09:54:49 -07:00
Jude Taylor
05fe0da059
remove obsolete part of gyp patch
2015-06-26 09:54:49 -07:00
Jude Taylor
363d1bf07a
darwin purity: vim
2015-06-26 09:54:44 -07:00
Jude Taylor
20268f6382
darwin purity: libusb1 (depend on udev on linux only)
2015-06-26 09:53:28 -07:00
Jude Taylor
616ed6ee15
darwin purity: libev
2015-06-26 09:53:10 -07:00
Russell O'Connor
946a6823b2
cassandra: add procps depencency, closes #8512
...
${cassandra}/conf/cassandra-env.sh calls free program on Linux systems in
calculate_heap_sizes().
Adding procps to the path makes the free program available.
2015-06-26 18:03:54 +02:00
Profpatsch
62921384e0
stow: patch that removes warning for 2.2.0, closes #8513
2015-06-26 18:02:59 +02:00
Pascal Wittmann
8c4fcc87f8
autobuild: 3.5 -> 5.3
2015-06-26 17:40:09 +02:00
lethalman
5754fd9e02
Merge pull request #8490 from lethalman/overridepkgs
...
Add pkgs.overridePackages
2015-06-26 17:14:22 +02:00
Pascal Wittmann
dd73d2af87
Merge pull request #8505 from joachifm/delete-codeville
...
codeville: delete expression
2015-06-26 17:09:42 +02:00
Damien Cassou
8b86e245bc
stumpwm: use full-path of xdpyinfo, closes #8518
2015-06-26 16:23:48 +02:00
Andrey Pavlov
5506632473
erlang: add Erlang R18, closes #8515
2015-06-26 16:15:14 +02:00
Luca Bruno
7f5f9072ad
all-packages.nix: Add pkgs.overridePackages
2015-06-26 15:08:11 +02:00
Domen Kožar
f895960e84
Merge pull request #8256 from dezgeg/pr-i686-kconfig
...
kernel-config: Fix 4.0 build on 32-bit
2015-06-26 13:23:35 +02:00
Markus Kohlhase
86dbc9b5e2
k9copy: fixed attributes to evaluate with current master
2015-06-26 10:11:49 +02:00
Christoph Hrdinka
bc975c36d1
qtpass: init at 0.8.4
2015-06-26 09:44:02 +02:00
Charles Strahan
d51a81690c
libtsm: fix building with clang for darwin
2015-06-25 21:06:55 -05:00
Jude Taylor
942cde614b
darwin purity: rustc
2015-06-25 16:36:06 -07:00
Jude Taylor
7e4f41b16f
patch pinentry to work with ncurses
2015-06-25 16:36:05 -07:00
Jude Taylor
33de26c029
darwin purity: wget
2015-06-25 16:36:05 -07:00
Jude Taylor
d0951cb68d
darwin purity: recode
2015-06-25 16:36:05 -07:00
Jude Taylor
4fd74930ce
darwin purity: gdk-pixbuf
2015-06-25 16:36:05 -07:00
Jude Taylor
9f6f299448
darwin purity: subversion
2015-06-25 16:36:05 -07:00
Jude Taylor
bf95812c99
darwin purity: pixman
2015-06-25 16:36:05 -07:00
Jude Taylor
d2167b3f5d
darwin purity: libnatspec
2015-06-25 16:36:05 -07:00
Jude Taylor
80c62d1325
darwin purity: ruby-1.9.3
2015-06-25 16:36:04 -07:00
Jude Taylor
a8c98bc013
darwin purity: mercurial
2015-06-25 16:36:04 -07:00
Jude Taylor
c0e1f2e34f
darwin purity: weechat
2015-06-25 16:35:18 -07:00
Arseniy Seroka
61fdf5b758
Merge pull request #8511 from avnik/add-vault
...
New package: vault
2015-06-26 01:35:44 +03:00
Alexander V. Nikolaev
41bbb904eb
vault: init at v0.1.2
2015-06-26 01:34:32 +03:00
Arseniy Seroka
55d7d52d13
Merge pull request #8496 from jb55/obs-studio-audio
...
obs-studio: add audio support
2015-06-26 00:59:05 +03:00
vbgl
5c537f3bdd
Merge pull request #8296 from vbgl/ocamlp4
...
OCaml-4.02: fix ocamlbuild rules for camlp4
2015-06-25 23:54:13 +02:00
Vincent Laporte
715f78be7e
E prover: do not build the manual
2015-06-25 23:21:25 +02:00
Joachim Fasting
78d4f1dec6
codeville: delete expression
...
Codeville is abandonware. The homepage returns 404, and the last release
is 8 years old ...
2015-06-25 22:34:29 +02:00
Luca Bruno
f5f24dd95a
gnome3: add glib to systemPackages
2015-06-25 21:56:57 +02:00
Bob van der Linden
bb10e48573
popcorntime: don't use pkgs in argument
2015-06-25 19:05:52 +02:00
Eelco Dolstra
7f54f99656
Don't build texLive in Hydra
...
It's way too big (texlive-core-2014 alone is > 1.5 GB).
2015-06-25 17:34:08 +02:00
Rushmore Mushambi
ddade52f0e
Merge pull request #8501 from rushmorem/package-j2cli
...
Add j2cli package, a shell script templating helper
2015-06-25 16:36:52 +02:00
Thomas Tuegel
a8c52d0958
Merge branch 'master' into staging
2015-06-25 09:15:05 -05:00
Vladimír Čunát
9e1704c1bb
file: add another mirror (macports, fixes #8500 )
2015-06-25 16:14:28 +02:00
Thomas Tuegel
6c1d645bd0
kde5: propagate plugin and QML dependencies
2015-06-25 09:03:42 -05:00
Thomas Tuegel
09a53440f1
qt54: don't propagate build inputs
...
This disables propagated of Qt 5 build inputs at the request of
@edolstra. If this breaks your build, you need to add the missing
dependencies yourself. If this breaks your package at runtime, you need
to wrap your package to set either the plugin path or the QML import
path.
2015-06-25 09:03:41 -05:00
Thomas Tuegel
fa9ed76122
qt54: regenerate manifest
2015-06-25 09:03:41 -05:00
Thomas Tuegel
2faa29d129
plasma53.plasma-workspace: fix path to kapplymousetheme
2015-06-25 09:03:41 -05:00
Thomas Tuegel
9899ce476d
plasma53: build bluedevil
2015-06-25 09:03:41 -05:00
Thomas Tuegel
e5e32e45a5
plasma53.plasma-workspace: patch startkde paths correctly
2015-06-25 09:03:41 -05:00
Thomas Tuegel
5560585d4c
plasma53.plasma-desktop: fix missing paths
2015-06-25 09:03:41 -05:00
Thomas Tuegel
8862d8d9c9
autonix: JSON manifest format
2015-06-25 09:03:40 -05:00
Thomas Tuegel
0aa8e64967
kde5: JSON manifest format
2015-06-25 09:03:40 -05:00
Lluís Batlle i Rossell
662a94312d
Fix python-json-pointer meta.
...
(cherry picked from commit f1f5441b50ea5ebf8df275bc76aef16f5e33d817)
2015-06-25 15:44:04 +02:00
Lluís Batlle i Rossell
e7d10c4190
Updating podofo to 0.9.3.
2015-06-25 15:40:04 +02:00
rushmorem
fad9d34452
Add j2cli package, a shell script templating helper
2015-06-25 15:30:27 +02:00
Luca Bruno
1baf402f8a
gtk-vnc: fix .la file
2015-06-25 15:14:54 +02:00
Luca Bruno
4bc436ca3a
libusb1: fix .la file
2015-06-25 15:14:54 +02:00
Peter Simons
ec08cb9036
haskell-stack: disable failing test suite
...
Works around https://github.com/commercialhaskell/stack/issues/408 and
https://github.com/commercialhaskell/stack/issues/409 . Closes
https://github.com/NixOS/nixpkgs/pull/8497 .
2015-06-25 14:14:07 +02:00
Peter Simons
160e342dbd
python-args: drop bogus reference to "stdenv.lib.licenses.bsd"
2015-06-25 12:19:58 +02:00
Peter Simons
8e68d55b04
hackage-packages.nix: update to d107d75494
with hackage2nix revision de16283b7d550f2f74d936477f2ab475e3a30669
2015-06-25 12:18:19 +02:00
Peter Simons
b64021cdaa
haskell-gnutls: linker errors have been fixed upstream
2015-06-25 12:16:48 +02:00
Lluís Batlle i Rossell
66bd251a7c
Adding internetarchive 0.8.3.
2015-06-25 12:06:12 +02:00
Luca Bruno
2ca1a7a234
gnome-boxes: fix 3.16 version
2015-06-25 11:38:39 +02:00
Luca Bruno
4736b3b1ae
spice-gtk: update to 0.27
2015-06-25 11:38:32 +02:00
William Casarin
1281f51b69
obs-studio: audio support
2015-06-25 00:32:16 -07:00
Vincent Laporte
1d72ce49cf
coq-8.3: fix (needs make 3)
2015-06-25 08:55:31 +02:00
Vincent Laporte
2727ecec37
js_of_ocaml: propagate camlp4 dependency
2015-06-25 08:55:30 +02:00
Vincent Laporte
3105b66dbd
lablgtk-2.14: fix build with OCaml-4.02 (needs camlp4)
2015-06-25 08:55:30 +02:00
Vincent Laporte
f7dc2df7c0
acgtk: fix build with OCaml 4.02
2015-06-25 08:55:30 +02:00
Vincent Laporte
ca48e50946
bolt: fix build with OCaml 4.02
2015-06-25 08:55:29 +02:00
Vincent Laporte
5beebaca58
fix glsurf
2015-06-25 08:55:29 +02:00
Vincent Laporte
8263cd2917
ocaml-mysql: fix build with OCaml-4.02 (needs camlp4)
2015-06-25 08:55:29 +02:00
Vincent Laporte
bce75f1d1a
eliom: fix build with OCaml-4.02
2015-06-25 08:55:28 +02:00
Vincent Laporte
e63c1ea33e
ocaml-ulex: fix build with OCaml-4.02 (depends on camlp4)
2015-06-25 08:55:28 +02:00
Vincent Laporte
d440059e7d
OCaml-4.02: fix ocamlbuild
...
This addresses the issue described at http://caml.inria.fr/mantis/view.php?id=6605
2015-06-25 08:55:28 +02:00
Vincent Laporte
af3f91085a
mldonkey: move package out of ocamlPackages
...
as it does not provides any library but only an executable program
2015-06-25 08:55:27 +02:00
William A. Kennington III
59faa759da
zfs_git: 2015-05-13 -> 2015-06-22
2015-06-24 23:41:46 -07:00
William A. Kennington III
6af1fe3519
spl_git: 2015-04-24 -> 2015-06-10
2015-06-24 23:41:45 -07:00
William A. Kennington III
2a8cf39952
zfs: Fix kernel 4.1 compat
2015-06-24 23:33:28 -07:00
William A. Kennington III
4fe22edf14
mongodb: Build on gcc5
2015-06-24 23:04:41 -07:00
William A. Kennington III
c5b17670e1
firefox: 38.0.5 -> 38.0.6
2015-06-24 23:04:29 -07:00
William A. Kennington III
45a7d4829e
phonon: Fix building (on gcc5 maybe)
2015-06-24 21:57:59 -07:00
William A. Kennington III
6bb4c1e89f
ceph: 0.80.9 -> 0.80.10
2015-06-24 18:34:10 -07:00
William A. Kennington III
6b0f0c6f41
ceph: Changes rollup from triton
2015-06-24 18:25:53 -07:00
William A. Kennington III
f80dc98ca9
nss: 3.19.1 -> 3.19.2
2015-06-24 18:14:17 -07:00
William A. Kennington III
b08d384da8
kernel: 3.14.44 -> 3.14.45
2015-06-24 18:12:20 -07:00
William A. Kennington III
2f255eafd9
kernel: 4.0.5 -> 4.0.6
2015-06-24 18:11:25 -07:00
William A. Kennington III
16e0a98483
kernel: 3.10.80 -> 3.10.81
2015-06-24 18:09:40 -07:00
William A. Kennington III
24f47ac4be
libevdev: 1.4.1 - 1.4.3
2015-06-24 18:09:10 -07:00
William A. Kennington III
5edbc2846e
librdmacm: 1.0.19.1 -> 1.0.21
2015-06-24 17:52:15 -07:00
William A. Kennington III
7a0bbce2e6
lz4: Don't test by default as it takes forever
2015-06-24 17:51:59 -07:00
William A. Kennington III
63448b5dac
rocksdb: 3.11 -> 3.11.2
2015-06-24 17:51:51 -07:00
William A. Kennington III
9031daf806
gflags: 2.0 -> 2.1.2
2015-06-24 17:51:47 -07:00
William A. Kennington III
42bd1dc12f
accelio: 1.3 -> 1.4
2015-06-24 17:51:07 -07:00
Jascha Geerds
bc4b46c142
rtv: Replace fetchurl with fetchFromGitHub
2015-06-24 21:45:55 +02:00
Jascha Geerds
6c19145234
Merge pull request #8488 from tmmcguire/fix-es
...
es: bugfix for man page install
2015-06-24 21:35:21 +02:00
Jascha Geerds
ee2c3058fc
Merge pull request #8489 from ktosiek/d-feet-0.3.10
...
d-feet: 0.3.9 -> 0.3.10
2015-06-24 21:28:04 +02:00
Tomasz Kontusz
5c4a6b59c3
d-feet: 0.3.9 -> 0.3.10
...
Also added license. This is based on COPYING inside the archive.
2015-06-24 20:57:03 +02:00
Shea Levy
96749220c7
haskellPackages.ip-quoter: bump
2015-06-24 13:24:41 -04:00
Pascal Wittmann
cb757098d5
cv: update from 0.6 to 0.7.1
2015-06-24 19:20:12 +02:00
Tobias Geerinckx-Rice
0cf1a5c5e1
netsniff-ng -> 0.5.9-18-g9977ec6
...
New features:
- netsniff-ng: use Linux "cooked" header for Netlink interface
automatically or as replacement of L2 header if "--cooked"
option is specified.
- nlmsg: print rtnl neigh info
2015-06-24 19:14:41 +02:00
Tommy M. McGuire
2d7da5a62e
es: bugfix for man page install
...
See Issue #8487 .
2015-06-24 11:36:02 -05:00
Cillian de Róiste
df92d1c711
xf86_input_wacom: update from 0.29.0 to 0.30.0
2015-06-24 17:23:23 +02:00
tv@shackspace.de
e14c8fd368
highlight: fixes an issue locating the default conf_dir, closes #8385
2015-06-24 17:19:56 +02:00
lethalman
5988dda30f
Merge pull request #8485 from obadz/coreclr
...
dotnet: package coreclr (from git)
2015-06-24 16:59:27 +02:00
Tobias Geerinckx-Rice
97ae36691e
radeontop 2015-05-28 -> 2015-06-24
...
New features:
- Make coloured output toggleable
Fixes:
- Release libpciaccess resources
- Make the check for quit case-insensitive
2015-06-24 16:43:04 +02:00
Alexander Foremny
ba7e7e1c9a
Update flashplayer-11
2015-06-24 16:08:52 +02:00
obadz
30bd03a3e2
dotnet: package coreclr (from git)
2015-06-24 15:06:14 +01:00
Rok Garbas
dbdc9eee05
cygwin: apr-util now also building on cygwin
2015-06-24 15:49:59 +02:00
Simon Vandel Sillesen
9dab1a840c
tvheadend: init at 4.0.4
2015-06-24 13:22:09 +00:00
lethalman
5ee8b66a68
Merge pull request #8474 from obadz/moar-dotnet
...
Some dotnet upgrades + a few new packages
2015-06-24 14:32:56 +02:00
Jascha Geerds
ec222230a5
Merge pull request #8475 from ehahn/qutebrowser
...
qutebrowser: Fix license
2015-06-24 13:39:22 +02:00
Pascal Wittmann
08cf3d28b1
Merge pull request #8482 from ctheune/submit/syncthing-0.11.10
...
Update syncthing to 0.11.10
2015-06-24 13:21:08 +02:00
Sou Bunnbu
c7c8f4a780
Merge pull request #8481 from iyzsong/master
...
tiled: update to 0.12.3 and build with qt5
2015-06-24 19:16:22 +08:00
Christian Theune
700e11dfee
Update syncthing to 0.11.10
2015-06-24 13:07:34 +02:00
Rok Garbas
2c944fd4dd
pythonPackages.jenkins-job-builder: init at 1.2.0
2015-06-24 12:37:11 +02:00
Peter Simons
56b293231b
haskell-shake: disable test suite because of https://github.com/ndmitchell/shake/issues/267
2015-06-24 12:28:04 +02:00
Peter Simons
ddcdeaf2c1
haskell-units-attoparsec: build depends on broken singletons library
2015-06-24 12:28:04 +02:00
Peter Simons
ae7140f693
haskell-hslua: drop obsolete override
2015-06-24 12:28:04 +02:00
Peter Simons
0d919b374c
hackage-packages.nix: update to 79a194bc9a
with hackage2nix revision 1c5ac72f817d996a1ccec3e5a14496fb49806755
2015-06-24 12:27:59 +02:00
Eelco Dolstra
ab8a2b0c78
vlc: Don't depend on JACK by default
...
To reduce dependency bloat, packages should not depend on non-standard
audio systems by default.
2015-06-24 12:20:38 +02:00
Peter Simons
4ad434e521
python-dulwich: update to version 0.10.1a
2015-06-24 11:37:30 +02:00
Peter Simons
922c555015
mercurial: add hg-git support
...
Enable this feature by putting these lines into your ~/.hgrc file:
[extensions]
hgext.bookmarks =
hggit =
2015-06-24 11:33:17 +02:00
Peter Simons
c112c3f51f
hg-git: update to version 0.8.1
2015-06-24 11:33:17 +02:00
Pascal Wittmann
cf13409313
fityk: update 1.2.9 to 1.3.0
2015-06-24 11:15:44 +02:00
宋文武
7c0c2dc15b
tiled: update to 0.12.3 and build with qt5
2015-06-24 17:14:12 +08:00
Pascal Wittmann
1776016bf7
filezilla: update from 3.10.3 to 3.11.0.2
2015-06-24 10:47:09 +02:00
Michael Phillips
e17494956b
powerline: 2.1 -> 2.1.4, closes #8466
...
Makes powerline work again with tmux 2.0
2015-06-24 10:17:30 +02:00
Michael Phillips
17898cf533
gyp: fix cflags on darwin
2015-06-24 10:17:18 +02:00
laMudri
723cd518b9
hol: k.8 -> k.10, closes #8477
2015-06-24 10:04:54 +02:00
Ryan Scheel (Havvy)
3ec096f65b
iojs: 2.2.1 -> 2.3.1, closes #8478
2015-06-24 10:02:09 +02:00
obadz
33e0dbbc4b
dotnet: package Projekt
2015-06-23 23:12:29 +01:00
obadz
e45788993b
dotnet: FSharp.Compiler.Service 0.0.89 -> 0.0.90
2015-06-23 23:12:29 +01:00
obadz
0092d04d25
dotnet: package Deedle 1.2.0
2015-06-23 23:12:29 +01:00
obadz
3e6d95fc2a
dotnet: FSharp.Data 2.2.2 -> 2.2.3
2015-06-23 23:11:50 +01:00
obadz
9c205124e4
dotnet: package ExcelDna 0.32.0 + ExcelDna.Registration
2015-06-23 23:11:50 +01:00
obadz
14dcf50cb1
dotnet: package MathNet.Numerics 3.7.0
2015-06-23 23:11:08 +01:00
obadz
58418eaa67
dotnet: FSharp.AutoComplete 0.16.0 -> 0.18.2
2015-06-23 23:11:08 +01:00
obadz
24bb5d1a94
dotnet: Paket 1.6.2 -> 1.18.2
2015-06-23 23:11:08 +01:00
obadz
3f762e27ec
monodevelop: 5.9.0.431 -> 5.9.4.5
2015-06-23 23:11:08 +01:00
Erik Hahn
d6acec03bb
qutebrowser: fix license
2015-06-24 00:10:54 +02:00
Pascal Wittmann
c8e66bb9ac
autoconf-archive: update from 2014.10.15 to 2015.02.25
...
and use mirror://
2015-06-23 23:49:33 +02:00
William A. Kennington III
6532863ac4
unifi: 3.2.10 -> 4.6.3
2015-06-23 10:09:44 -07:00
Arseniy Seroka
22b89f2fcd
Merge pull request #8463 from mbbx6spp/jruby-1_7_20_1
...
jruby: 1.7.12 -> 1.7.20.1 (update package for CVE patch)
2015-06-23 20:04:31 +03:00
Susan Potter
2968707101
jruby: 1.7.12 -> 1.7.20.1
...
Security release which only updates Rubygems to version 2.4.8. Rubygems 2.4.8
addresses CVE-2015-1855 to resolve some problems with wildcard matching of
hostnames.
See following entry for more information:
http://jruby.org/2015/06/10/jruby-1-7-20-1.html
2015-06-23 11:58:29 -05:00
Arseniy Seroka
266531b5b0
Merge pull request #8422 from travisbhartwell/update/atom-shell-to-electron
...
atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
2015-06-23 18:54:22 +03:00
Sou Bunnbu
efb3fa7021
Merge pull request #8467 from henrytill/racket-6.2
...
racket: 6.1.1 -> 6.2
2015-06-23 22:26:21 +08:00
Arseniy Seroka
2aac4c301c
Merge pull request #8469 from ehahn/qutebrowser
...
add packages: qutebrowser + dependency pypeg2
2015-06-23 17:22:26 +03:00
Richard Wallace
3dd96b1a2c
hoogle files are generated correctly with ghc 7.10.1, hipbot builds correctly.
2015-06-23 16:12:30 +02:00
Pascal Wittmann
c491e4669d
parallel: update from 20150522 to 20150622
2015-06-23 15:38:09 +02:00
Vladimír Čunát
110aabbb67
liferea: maintenance update
2015-06-23 15:10:03 +02:00
Tom Hunger
04f6a1c665
pandas: Update to 0.16.1, closes #8288
...
Note that I could remove the line-switching hack because
the problem has been fixed upstream:
https://github.com/fvia/pandas/commit/09a7a69e116
2015-06-23 13:54:19 +02:00
Erik Hahn
006e7ae04e
qutebrowser: init at 0.2.1
2015-06-23 13:39:33 +02:00
Erik Hahn
d9085b845e
pypeg2: init at 2.15.1
2015-06-23 13:39:23 +02:00
Mateusz Kowalczyk
e149ba4768
Merge pull request #8461 from dezgeg/pr-calamares-fixes
...
calamares: Patch out all file references to /usr
2015-06-23 12:38:56 +01:00
lethalman
0f1abcc78d
Merge pull request #8395 from mbakke/ipcalcs
...
add ipcalc and sipcalc
2015-06-23 13:33:25 +02:00
Arseniy Seroka
a73d25d6c2
Merge pull request #8470 from retrry/spotify-update
...
spotify: remove 32-bit support and old workarounds
2015-06-23 13:31:41 +03:00
Tadas Barzdzius
32af0c1f7d
spotify: remove broken 32-bit support and cleanup workarounds
2015-06-23 13:28:00 +03:00
Peter Simons
3baa1b97c0
Merge pull request #8468 from jb55/clib-patch
...
clib: a micro-package manager for C
2015-06-23 11:34:07 +02:00
Rickard Nilsson
af5472a739
google-cloud-sdk: Update from 0.9.58 to 0.9.65
2015-06-23 11:23:45 +02:00
Cillian de Róiste
5c4a2d311f
yoshimi: update from 1.3.4 to 1.3.5.1
2015-06-23 09:48:48 +02:00
William Casarin
634d9eb4c1
clib: a micro-package manager for C
2015-06-23 00:35:03 -07:00
William A. Kennington III
fb0bc10de4
ncurses: Fix includedir in the pkgconfig referencing ${out}
2015-06-22 23:45:10 -07:00
William A. Kennington III
fd829968c7
jack2: 1.9.10 -> 2015-06-02
2015-06-22 23:42:10 -07:00
William A. Kennington III
bdd88582e3
ncurses: Add a symlink to the fully suffixed directory which was incorrectly skipped when this code was modified
2015-06-22 20:25:26 -07:00
William A. Kennington III
1e58156159
Merge branch 'master.upstream' into staging.upstream
2015-06-22 20:03:10 -07:00
William A. Kennington III
7f9a4957ee
openssl: Make 1.0.2 conform to the 1.0.1 derivation
2015-06-22 20:00:44 -07:00
aszlig
7143f34970
chromium: Drop references to version 42 and below.
...
Since 7d217e3
the lowest version number is 43, so all those conditionals
are no longer needed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
cadd675e7a
chromium: Disable "hotwording" by default.
...
There has been some recent news about that component extension on hacker
news:
https://news.ycombinator.com/item?id=9724409
Even though on our side it won't work, because we don't have NaCl
enabled by default or even working (I honestly haven't tested if it even
builds if enabled), we might get to the point where we can build with
NaCl enabled.
But until and even after that day, we want to have explicit control on
whether this extension is enabled.
Please also have a look at these two issues explaining the details
(about component extensions and the hotwording extension in particular):
https://crbug.com/491435
https://crbug.com/500922
Fixes issue #8358 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
c290595e5b
chromium: Update all channels to latest versions.
...
Overview of the updated versions:
stable: 43.0.2357.124 -> 43.0.2357.125
beta: 44.0.2403.39 -> 44.0.2403.52 [1]
dev: 45.0.2421.0 -> 45.0.2431.0 [2]
[1] Beta channel fixes:
I had to fetch a patch from a newer revision of Blink (r195908), see
https://codereview.chromium.org/1157943002/ for more information
about the patch.
Here is the failing build log:
https://headcounter.org/hydra/build/704037/nixlog/2
Another fix for Blink, was needed in order to get it to build,
see: https://codereview.chromium.org/1156113007/
Also I needed to revert https://codereview.chromium.org/1150543002/
using another patch, because the build won't succeed and bail out
with WEBRTC_VIDEO_CODEC_FALLBACK_SOFTWARE not being found (it's only
used once in the source, but isn't defined anywhere). Here are the
trybot results:
https://chromium-cq-status.appspot.com/patch-status/1150543002/20001
[2] Dev channel fixes:
The "ffmpegsumo" shared library is now no longer built, because it
is now statically linked against Chromium, for details see:
https://codereview.chromium.org/1141703002
All channels built and tested on my Hydra at:
https://headcounter.org/hydra/eval/178458
Test reports:
x86: https://headcounter.org/hydra/build/704908/download/1/log.html
x86_64: https://headcounter.org/hydra/build/704914/download/1/log.html
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
d2df553da1
fetchpatch: Allow to pass a postFetch attribute.
...
Comes in handy if we want to make additional modificiations to the
output file. While I wasn't sure whether to invoke the passed postFetch
directly before the patch or afterwards, I thought it would be better
afterwards because "postFetch of fetchpatch" at least to my intuition
would sound that after whatever "fetchpatch" does - it comes afterwards.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
Henry Till
e6e04d3a45
racket: 6.1.1 -> 6.2
2015-06-22 19:28:43 -04:00
Tobias Geerinckx-Rice
5cd1fd8012
cassandra 2.0.15 -> 2.0.16
2015-06-22 23:27:03 +02:00
Tobias Geerinckx-Rice
4bfcfef9fc
cassandra 2.1.6 -> 2.1.7
2015-06-22 23:27:03 +02:00
Pascal Wittmann
abee7fbe2c
mysql55: update from 5.5.43 to 5.5.44
2015-06-22 23:23:54 +02:00
Pascal Wittmann
b92905e097
dejavu_fonts: update from 2.34 to 2.35
2015-06-22 22:42:40 +02:00
William A. Kennington III
c6e512b80c
Merge branch 'master.upstream' into staging.upstream
2015-06-22 12:43:12 -07:00
William A. Kennington III
bd9433c90d
kernel: Add version 4.1 latest
2015-06-22 12:41:23 -07:00
William A. Kennington III
c48433d575
kernel: 3.4.107 -> 3.4.108
2015-06-22 12:35:56 -07:00
William A. Kennington III
094bf83b26
Fix the usage of cross packages during nix-env listings
2015-06-22 12:25:53 -07:00
Edward Tjörnhammar
aecc7bd6aa
idea updates
...
idea.clion: 1.0.3 -> 1.0.4
idea.idea-{community,ultimate}: 14.1.3 -> 14.1.4
idea.pycharm-{community,professional}: 4.5.1 -> 4.5.2
idea.webstorm: 10.0.3 -> 10.0.4
2015-06-22 20:38:43 +02:00
Mike Sperber
bd003198b3
openssl: patch not needed anymore for darwin platform, closes #8456
...
The darwin-arch.patch that was needed for previous releases doesn't
apply, and also doesn't work anymore. It builds fine without.
2015-06-22 19:59:28 +02:00
William A. Kennington III
282d03befa
Merge branch 'master.upstream' into staging.upstream
2015-06-22 10:57:36 -07:00
Robert Scott
ad779acd3b
findutils: disable test_canonicalize ( close #8324 )
...
It fails when user doesn't have permission to list all TMPDIR's parent directories.
2015-06-22 18:55:14 +02:00
laMudri
22172b8e43
ibus-table-others: init at 1.3.7, closes #8460
2015-06-22 18:25:45 +02:00
laMudri
f0b4065392
ibus-table: init at 1.9.6
2015-06-22 18:25:45 +02:00
Vladimír Čunát
e716dc9058
zandronum-bin: fix evaluation/tarball by assertion
...
The expression seems usable only on x86_64-linux anyway.
/cc maintainer @lassulus.
2015-06-22 18:21:27 +02:00
lassulus
2204206a47
asciinema: init at 1.1.1, closes #8459
2015-06-22 18:16:52 +02:00
Luca Bruno
f00440fac5
nixos/x11: start session with dbus-launch
...
This is needed by most window managers. Desktop environments
usually launch dbus-launch if a session hasn't been started yet
so this shouldn't hurt. The worst it can happen is that one
dbus session will be unused in case it's started twice.
The GDM change is backported from recent gdm.
2015-06-22 16:12:20 +00:00
Michael Raitza
7907a8bcba
dialog: init at 1.2-20150225, closes #8457
...
Generate ncurses dialogs from shell scripts.
2015-06-22 18:11:05 +02:00
Eelco Dolstra
c53ed1038c
emacs-offlineimap: Mark as broken
...
This package has never built:
http://hydra.nixos.org/job/nixpkgs/trunk/emacsPackages.offlineimap.x86_64-linux/all
2015-06-22 18:08:16 +02:00
Vladimír Čunát
d8c91a6d27
mesa: maintenance update
2015-06-22 18:04:44 +02:00
Tuomas Tynkkynen
fc4be77491
calamares: Patch out all file references to /usr
...
This makes the timezone selection page as well as the keyboard layout
selection page work correctly.
2015-06-22 19:03:12 +03:00
Arseniy Seroka
6881cd2c3a
Merge pull request #8435 from flosse/k9copy
...
k9copy: init at 3.0.3
2015-06-22 18:45:52 +03:00
Arseniy Seroka
1c444984bc
Merge pull request #8448 from dezgeg/pr-ckbcomp
...
ckbcomp: New package at version 1.129
2015-06-22 18:45:24 +03:00
Vladimír Čunát
783af9a960
wpa_supplicant: disable TLS-1.2 for now ( fixes #8332 )
2015-06-22 17:33:49 +02:00
Luca Bruno
4f4c573f9b
Use gtkvnc compiled for gtk3 in gnome3
2015-06-22 17:20:00 +02:00
Jascha Geerds
a612e397d8
silver-searcher: Replace fetchurl with fetchFromGitHub
2015-06-22 16:19:23 +02:00
Oliver Charles
fd6600c809
bluejeans: New Mozilla plugin
2015-06-22 14:04:40 +01:00
Eelco Dolstra
7c3bf186a6
bash: Update to 4.3-p39
2015-06-22 14:40:29 +02:00
Tobias Geerinckx-Rice
67f3c77fe6
simple-scan -> 3.17.3
2015-06-22 14:38:34 +02:00
Tuomas Tynkkynen
4ac3bc3330
ckbcomp: init at 1.129
2015-06-22 15:32:42 +03:00
Markus Kohlhase
f50b2e5892
k9copy: init at 3.0.3
2015-06-22 12:34:00 +02:00
Jascha Geerds
51fa682655
hexchat: 2.9.6.1 -> 2.10.2
2015-06-22 12:28:28 +02:00
Jascha Geerds
01e43fcd1d
gitflow: 1.7.0 -> 1.8.0
2015-06-22 12:17:50 +02:00
Jascha Geerds
b9cebbe9b1
silver-searcher: 0.29.1 -> 0.30.0
2015-06-22 12:10:03 +02:00
Eelco Dolstra
47868d85b2
Merge pull request #8452 from rycee/update/perl-DateTime
...
Update core Perl DateTime packages
2015-06-22 12:03:43 +02:00
Jascha Geerds
3113d31070
dnscrypt-proxy: Add myself as maintainer
2015-06-22 08:45:48 +02:00
Jascha Geerds
5afdc14871
Merge pull request #8420 from joachifm/dnscrypt-proxy-1_5_0
...
dnscrypt-proxy: 1.4.3 -> 1.5.0
2015-06-22 08:44:31 +02:00
Jascha Geerds
ed4b17bbd8
Merge pull request #8424 from bobvanderlinden/gitcola-2.2.1
...
git-cola: update from 2.1.1 to 2.2.1
2015-06-22 08:42:53 +02:00
Domen Kožar
a6d718c319
Merge pull request #8454 from jb55/obs-studio-fix
...
obs-studio: fix regression
2015-06-22 08:39:27 +02:00
Jascha Geerds
b361cc71e7
Merge pull request #8449 from dezgeg/pr-bastet-platforms
...
bastet: Add platforms
2015-06-22 08:36:54 +02:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Tobias Geerinckx-Rice
655cda730d
eagle 6.5.0 -> 6.6.0
...
CC @bjornfor:
Version 6.5.0 has disappeared from Cadsoft's FTP site. This is the
closest version that's still available. Not extensively tested, but
works fine here.
Current version is 7.3.0. I leave that to someone more interested.
2015-06-22 07:13:54 +02:00
William Casarin
bd399f2647
add qt5.x11extras to obs-studio
...
fixes build
2015-06-21 21:20:01 -07:00
Shea Levy
f63e764bb6
Add buildMaven
2015-06-21 22:24:03 -04:00
Robert Helgesson
17402efed0
Update core Perl DateTime packages.
...
This change includes the following updates:
- DateTime 1.08 → 1.19,
- DateTimeFormatStrptime 1.54 → 1.56,
- DateTimeLocale 0.45 → 0.46, and
- DateTimeTimeZone 1.63 → 1.91.
2015-06-22 00:39:57 +02:00
Robert Helgesson
46b47fa2b7
Update perl-List-AllUtils to 0.09.
2015-06-22 00:39:57 +02:00
Tobias Geerinckx-Rice
30bda340f5
python-packages: prompt_toolkit -> 0.41
...
Fixes:
- Emacs Control-T key binding.
- Color fix for Windows consoles.
New features:
- Allow both booleans and Filters in many places.
- `password` can be a Filter now.
2015-06-21 22:37:18 +02:00
Tobias Geerinckx-Rice
066d4d92f5
stress-ng -> 0.04.07
...
* Make semaphore stressors linux only because of timeout
* Make stress-sem conditional on STRESS_SEMAPHORE_POSIX
* stress-sem{,-sysv}: Add timeout to semaphore wait
* stress-sem{,-sysv}: ensure parent is waiting and not thrashing
* stress-sem: remove verbose timeout info, it can spam the output
2015-06-21 22:37:17 +02:00
Joachim Schiele
9980367639
ipfs: added to go-packages
2015-06-21 22:06:58 +02:00
Tuomas Tynkkynen
2caa151354
bastet: Add platforms
...
I had initially forgotten to add this.
2015-06-21 23:00:42 +03:00
Arseniy Seroka
311d55315d
Merge pull request #8432 from andrewrk/rucksack
...
rucksack: init at 3.1.0
2015-06-21 20:12:26 +03:00
devhell
ec31bead9f
kpcli: 2.8 -> 3.0
2015-06-21 14:37:43 +01:00
Arseniy Seroka
7ed48bff72
Merge pull request #8443 from matthiasbeyer/add-tasknc
...
Add package: tasknc
2015-06-21 15:31:17 +03:00
Matthias Beyer
563167bbe7
tasknc: init at 0.8
2015-06-21 14:22:10 +02:00
Jascha Geerds
ef50db91f7
rtv: Add jgeerds to maintainers
2015-06-21 13:23:38 +02:00
Matthias Beyer
de76ce46e6
rtv: 1.2.2 -> 1.4
2015-06-21 13:22:15 +02:00
Pascal Wittmann
08bdb6fe6d
calibre: update from 2.30.0 to 2.31.0
2015-06-21 10:38:32 +02:00
Jude Taylor
c779fe9804
darwin purity: haskell-double-conversion
2015-06-21 00:57:50 -07:00
Jude Taylor
3af62f18f2
darwin purity: haskell-system-fileio
2015-06-21 00:57:41 -07:00
Jude Taylor
d28e5f1c61
fix ncurses pkgconfig path a final time
2015-06-21 00:57:17 -07:00
Jude Taylor
26da697f73
darwin purity: libuv, again
2015-06-21 00:56:48 -07:00
Jude Taylor
6f3729e3b3
darwin purity: nodejs
2015-06-21 00:56:26 -07:00
Domen Kožar
d99baf3d5c
Merge pull request #8439 from joachifm/attic-0_16
...
attic: 0.15 -> 0.16
2015-06-21 09:25:58 +02:00
Domen Kožar
2959f193a9
update flash player
...
(cherry picked from commit 48b41f0e9524db37f45818f71aa7b55a9c462900)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-06-21 09:23:06 +02:00
Travis B. Hartwell
f4d876f73c
i3-py: init at 0.6.4
...
Extract i3-py from i3minator so it can be installed on its own.
2015-06-20 23:31:38 -06:00
Joachim Fasting
0d6ef780c7
attic: 0.15 -> 0.16
2015-06-21 06:47:40 +02:00
Arseniy Seroka
d7615af947
Merge pull request #8434 from k0ral/libasr
...
libasr: 1.0.1 -> 1.0.2
2015-06-21 02:15:53 +02:00
Vincent Laporte
542d20384f
Isabelle: fix download URL
2015-06-21 00:45:38 +02:00
Jude Taylor
72737118fd
darwin purity: libuv
2015-06-20 15:29:55 -07:00
Jude Taylor
a4fbe26ec8
darwin purity: haskell-hfsevents
2015-06-20 15:29:55 -07:00
William A. Kennington III
507bb016cc
openssl: Clean up the cross compile arguments
...
Also add a check to make sure we don't depend on perl in the output
2015-06-20 14:30:18 -07:00
William A. Kennington III
c49301b2f7
ncurses: Cleanup some old hacks
2015-06-20 13:59:11 -07:00
William A. Kennington III
d4f176f70d
Fix libiconv handling when using a crossSystem
2015-06-20 13:31:39 -07:00
Jude Taylor
faf33749ce
install ncurses headers in the correct place
2015-06-20 13:13:42 -07:00
William A. Kennington III
105feaa9f4
Cleanup some top-level cross compiling toolchain things
...
Also, switch the cross gcc to use the default gcc.
2015-06-20 12:59:32 -07:00
Travis B. Hartwell
1682bd707a
electron: Added myself as maintainer.
...
Per https://github.com/NixOS/nixpkgs/pull/8422#issuecomment-113695261
2015-06-20 12:43:10 -06:00
Vincent Laporte
8e7b1f2ac2
ocaml-herelib: works also with OCaml-4.0+
2015-06-20 18:24:40 +02:00
koral
db2b0ce90d
libasr: 1.0.1 -> 1.0.2
2015-06-20 12:45:26 +00:00
Marius Bakke
aef2a813a8
add ipcalc
2015-06-20 10:24:19 +01:00
Marius Bakke
c0d4cdce07
add sipcalc
2015-06-20 10:24:19 +01:00
Andrew Kelley
55262f98b6
rucksack: init at 3.1.0
2015-06-20 02:06:20 -07:00
Arseniy Seroka
0fea053461
Merge pull request #8425 from lihop/add/openpyxl
...
openpyxl: init at 2.2.4
2015-06-20 10:50:31 +02:00
Arseniy Seroka
95787d2fe5
Merge pull request #8430 from andrewrk/liblaxjson
...
liblaxjson: init at 1.0.5
2015-06-20 10:42:24 +02:00
Arseniy Seroka
0749f10ce9
Merge pull request #8426 from doshitan/steam-xrandr
...
steam: add xrandr binary to env
2015-06-20 10:41:36 +02:00
Vladimír Čunát
f5cae29005
openssl-1.0.2: bug+security upate ( Fixes #8415 )
2015-06-20 09:10:54 +02:00
Andrew Kelley
42f88b5ba7
liblaxjson: init at 1.0.5
2015-06-19 23:35:04 -07:00
Jude Taylor
e3927f6b92
remove unbuildables from impure darwin stdenv
2015-06-19 22:08:11 -07:00
Jude Taylor
14d83e9565
add gnused to impure darwin stdenv
2015-06-19 22:08:01 -07:00
Tanner Doshier
0da4293c2c
steam: add xrandr binary to env
...
Games utilizing LWJGL >= 2.4 && < 3.0 need this as the framework parses
display information from the command line output of xrandr[1] on Linux.
There are a number of LWJGL games on Steam currently.
[1]: 46f602f0c6/src/java/org/lwjgl/opengl/XRandR.java (L72)
2015-06-19 20:48:26 -05:00
Leroy Hopson
108dbfba9a
openpyxl: init at 2.2.4
2015-06-20 12:53:04 +12:00
Leroy Hopson
9b623def11
jdcal: init at 1.0
...
a dependency of openpyxl
2015-06-20 12:53:04 +12:00
Arseniy Seroka
a00d5998da
Merge pull request #8417 from kirelagin/update-tabbed
...
tabbed: update and add xft patch
2015-06-20 00:33:29 +02:00
Arseniy Seroka
8043c4834b
Merge pull request #8400 from andrewrk/wolfebin
...
wolfebin: init at 5.4
2015-06-20 00:31:37 +02:00
Bob van der Linden
a768954d63
git-cola: update from 2.1.1 to 2.2.1, potentially fixes CVE-2012-0845, CVE-2012-1150, CVE-2014-9365
2015-06-19 23:56:30 +02:00
Travis B. Hartwell
caa216b640
atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
...
Added systemd to buildEnv path because of new libudev dependency.
2015-06-19 15:32:12 -06:00
Bob van der Linden
e315d0599d
popcorntime: allow different versions of node_webkit
2015-06-19 23:22:18 +02:00
Bob van der Linden
f2f0d98e53
popcorntime: added support for i686-linux
2015-06-19 23:22:18 +02:00
Bob van der Linden
236f8c720d
added popcorntime package
2015-06-19 23:22:18 +02:00
Joachim Fasting
359215e3fd
dnscrypt-proxy: 1.4.3 -> 1.5.0
2015-06-19 22:52:38 +02:00
Jude Taylor
099f85465c
darwin purity: tetex-3.0
2015-06-19 12:56:39 -07:00
Jude Taylor
2c79dcd5ce
darwin purity: pkgconfig
2015-06-19 12:56:39 -07:00
Jude Taylor
d3ef216c54
darwin purity: libusb1
2015-06-19 12:56:39 -07:00
Jude Taylor
f048ff3969
darwin purity: python-2.7
2015-06-19 12:56:39 -07:00
Jude Taylor
e039794e5b
apply perl-5.20 fix to pure darwin only
2015-06-19 12:56:38 -07:00
Andrew Kelley
3d7125d1a7
wolfebin: init at 5.4
2015-06-19 12:26:00 -07:00
Anders Papitto
4ac7c02d8e
Disable i3 tests due to unfixed errors
2015-06-19 12:14:10 -07:00
Kirill Elagin
a35263d75e
dmenu: build with Xft
...
It doesn’t make any sense to build dmenu without Xft. Really.
Extra bonus: getting rid of deprecated config.
2015-06-19 21:44:34 +03:00
Kirill Elagin
1bb72a8198
tabbed: update and add xft patch
2015-06-19 21:28:52 +03:00
Domen Kožar
7720c7d75f
Merge pull request #8414 from matthiasbeyer/update-hstr
...
hstr: update from 1.16 to 1.17
2015-06-19 20:25:40 +02:00
William A. Kennington III
c96d269ad7
coreutils: Fix gmp in cross build
2015-06-19 11:23:43 -07:00
Matthias Beyer
a80b77890a
scim: update from 0.1.8 to 0.1.9
2015-06-19 19:01:47 +02:00
Matthias Beyer
7250ecc44f
hstr: update from 1.16 to 1.17
2015-06-19 19:00:02 +02:00
lethalman
f914a39d57
Merge pull request #8151 from globin/lxc-python-wrapping
...
Wrap the python scripts in lxc
2015-06-19 18:51:52 +02:00
Vincent Laporte
cd3a7d5be6
ssreflect, mathcomp: better package names
2015-06-19 18:11:33 +02:00
Vincent Laporte
01571ab2d7
coq-mathcomp: refactor
2015-06-19 18:11:33 +02:00
Vincent Laporte
524b7fe178
coq-ssreflect: refactor
2015-06-19 18:11:33 +02:00
Vincent Laporte
0f6b981fba
coq-mathcomp: also build and install the documentation
2015-06-19 18:11:33 +02:00
Vincent Laporte
e6b29c024b
coq-ssreflect: also build and install the documentation
2015-06-19 18:11:33 +02:00
Eelco Dolstra
8def3d69c7
rustc: Install docs in a separator output
...
This reduces rustc's size from 359 MiB to 186 MiB.
Maybe we should disable doc generation altogether, since it's very
slow and people who need docs will JFGI anyway. But for now I've left
it.
2015-06-19 18:01:43 +02:00
Mateusz Kowalczyk
8c29f2f948
Merge pull request #8396 from mbakke/rofi
...
Rofi updates
2015-06-19 15:25:07 +01:00
Mateusz Kowalczyk
fc26e89159
Merge pull request #8394 from mbakke/maim
...
Add maim and slop
2015-06-19 15:22:20 +01:00
Luca Bruno
6551af69eb
add tk-8_5 and fix xconq (XHF)
2015-06-19 16:06:10 +02:00
Robin Gloster
45be5244a4
Wrap the python scripts in lxc
2015-06-19 14:34:09 +02:00
Eelco Dolstra
ffb70f9c51
Don't use camelCase in file names
2015-06-19 14:29:09 +02:00
Thomas Tuegel
a457d29def
Merge pull request #8408 from bendlas/update-dropbox-unstable
...
dropbox: 3.4.6 -> 3.6.7
2015-06-19 07:24:03 -05:00
Luca Bruno
005837d85f
remove duplicated gtk-vnc
2015-06-19 14:19:27 +02:00
Luca Bruno
d92ce0d552
guix: use libgcrypt_1_5, fix compilation but not tests (ZHF)
2015-06-19 14:16:07 +02:00
Eelco Dolstra
fef6141662
Revert "procps-ng: Refactor a bit"
...
This reverts commit dceff137e1
. It was
described as a "refactoring", but actually made procps depend on
systemd (which is a heavy dependency) and changed the name of the
package.
2015-06-19 14:14:52 +02:00
Eelco Dolstra
d8c9fa5043
Remove meta.license hack
2015-06-19 14:14:52 +02:00
Herwig Hochleitner
ab7c9e49c2
dropbox: 3.4.6 -> 3.6.7
2015-06-19 13:50:42 +02:00
Jaka Hudoklin
ef1f827671
skydns: update to 2.5.0a
2015-06-19 13:35:32 +02:00
Jaka Hudoklin
f1480c8296
goPackages: fix influxdb8 and related packages
2015-06-19 13:23:55 +02:00
William A. Kennington III
6f4fbcc981
dnsmasq: Fix build
2015-06-19 00:54:41 -07:00
Eduard Bachmakov
e837e025ea
mesa: minor update to 10.5.7
...
Picked from #8369 .
2015-06-19 09:20:38 +02:00
William A. Kennington III
be9a0a8943
logrotate: 3.8.9 -> 3.9.1
2015-06-18 23:52:33 -07:00
William A. Kennington III
ad9081411c
kmod: 20 -> 21
2015-06-18 23:51:12 -07:00
William A. Kennington III
31cedc7ee7
mariadb: Fix for darwin
2015-06-18 23:47:08 -07:00