Commit Graph

62783 Commits

Author SHA1 Message Date
Svend Sorensen
95282e3cfc ipmitool: Fix build on darwin
s6_addr16 is not available on Mac OS X.
2015-11-18 10:35:07 -08:00
goibhniu
e9c31d9368 Merge pull request #11034 from zimbatm/webfs-1.21
webfs: init at 1.21
2015-11-18 19:19:28 +01:00
Edward Tate
21e7c65fd7 Updated source-code-pro SHA256. 2015-11-21 21:20:39 -04:00
Lluís Batlle i Rossell
bec459a94e Updating freecad to 0.15
(cherry picked from commit 8a18bc8722dc1739b5b2109d556032ca9a068bbd)

Conflicts:
	pkgs/top-level/all-packages.nix
2015-11-18 17:21:01 +01:00
Pascal Wittmann
f9670479e8 calibre: 2.44.0 -> 2.44.1 2015-11-18 16:13:33 +01:00
Peter Simons
c8a8146fb4 gnucash-2.4.15: disable test suite
The test suite was broken by the GLib 2.46.0 update. If anyone finds a
patch that remedies these issues for 2.4.x, please check it in!
Otherwise, we'll eventually update our default version to 2.6.x, I
suppose.

Closes https://github.com/NixOS/nixpkgs/issues/11084.
2015-11-18 15:25:52 +01:00
Peter Simons
d7e6a46770 r-modules: update list of broken builds to avoid Hydra errors 2015-11-18 15:23:46 +01:00
Vladimír Čunát
a5c168db4e gnome-screenshot: unbreak build by 3.16.0 -> 3.16.2
/cc @lethalman.
Includes a revert of 1f27976e03.
2015-11-18 14:05:18 +01:00
Pascal Wittmann
dd81844322 Merge pull request #11120 from vizanto/pr-boot
boot: 2.2.0 -> 2.4.2
2015-11-18 13:39:24 +01:00
Pascal Wittmann
d1d5f9c9c1 Merge pull request #11121 from manveru/google-fonts
google-fonts: new package
2015-11-18 12:36:20 +01:00
Michael Fellinger
08c6a2cd92 google-fonts: init at 2015-11-18 2015-11-18 12:19:37 +01:00
Danny Wilson
1ebc5bfa21 boot: 2.2.0 -> 2.4.2 2015-11-18 11:48:04 +01:00
Luca Bruno
1f27976e03 gnome3_16: mark gnome-screenshot as broken 2015-11-18 11:47:30 +01:00
William A. Kennington III
f9f3b47c72 xkbcomp: 1.3.0 -> 1.3.1 2015-11-18 02:36:18 -08:00
William A. Kennington III
4da7935a8e xinput: 1.6.1 -> 1.6.2 2015-11-18 02:36:18 -08:00
Pascal Wittmann
c283a3da68 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-18 11:34:09 +01:00
Pascal Wittmann
33a8e07d64 Merge pull request #11070 from plcplc/tortoisehg
Bumped tortoisehg to version 3.6
2015-11-18 10:13:25 +01:00
Herwig Hochleitner
f95388d706 dropbox: 3.10.9 -> 3.10.11 2015-11-18 09:46:20 +01:00
Herwig Hochleitner
ec73ef4c2f wine: 1.7.53 -> 1.7.55 2015-11-18 09:33:57 +01:00
vbgl
58d0a1ca40 Merge pull request #11112 from frlan/Update/Geany/1.26
geany: 1.25 -> 1.26
2015-11-18 09:23:05 +01:00
Domen Kožar
648265e020 Merge pull request #11111 from davidrusu/master
update net-tools home page
2015-11-18 08:31:02 +01:00
David Rusu
c46ffb05ff update net-tools home page
Previous domain had expired
2015-11-18 00:35:28 -05:00
William A. Kennington III
ee153a619a xorg: Fix hashes 2015-11-17 21:25:15 -08:00
William A. Kennington III
933316c310 tinc_pre: 2015-09-25 -> 2015-11-07 2015-11-17 21:16:42 -08:00
William A. Kennington III
349e50734e grub2: 2015-10-13 -> 2015-11-16 2015-11-17 21:16:01 -08:00
William A. Kennington III
2e595e32f6 xf86-video-ati: 7.5.0 -> 7.6.1 2015-11-17 21:15:30 -08:00
William A. Kennington III
2792b9228c xf86-input-synaptics: 1.8.2 -> 1.8.3 2015-11-17 21:15:04 -08:00
William A. Kennington III
7a2283b08e xf86-input-libinput: 0.14.0 -> 0.15.0 2015-11-17 21:14:46 -08:00
William A. Kennington III
5b3bbd1ac1 xf86-input-evdev: 2.9.2 -> 2.10.0 2015-11-17 21:14:18 -08:00
William A. Kennington III
8d01a4a4e4 nvidia: 352.55 -> 352.63 2015-11-17 21:13:41 -08:00
William A. Kennington III
357e471d56 rocksdb: 4.0 -> 4.1 2015-11-17 21:12:49 -08:00
William A. Kennington III
4506f29168 znc: 1.6.1 -> 1.6.2 2015-11-17 21:12:35 -08:00
Ricardo M. Correia
2b694c237b cargo, cargoSnapshot: add rustc runtime dependency
It turns out that cargo implicitly depends on rustc at runtime: even
`cargo help` will fail if rustc is not in the PATH.

This means that we need to wrap the cargo binary to add rustc to PATH.
However, I have opted into doing something slightly unusual: instead of
tying down a specific cargo to use a specific rustc (i.e., wrap cargo so
that "${rustc}/bin" is prefixed into PATH), instead I'm adding the rustc
used to build cargo as a fallback rust compiler (i.e., wrap cargo so
that "${rustc}/bin" is suffixed into PATH). This means that cargo will
prefer to use a rust compiler that is in the default path, but fallback
into the one used to build cargo only if there wasn't any rust compiler
in the default path.

The reason I'm doing this is that otherwise it could cause unexpected
effects. For example, if you had a build environment with the
rustcMaster and cargo derivations, you would expect cargo to use
rustcMaster to compile your project (since rustcMaster would be the only
compiler available in $PATH), but this wouldn't happen if we tied down
cargo to use the rustc that was used to compile it (because the default
cargo derivation gets compiled with the stable rust compiler).

That said, I have slightly modified makeRustPlatform so that a rust
platform will always use the rust compiler that was used to build cargo,
because this prevents mistakenly depending on two different versions of
the rust compiler (stable and unstable) in the same rust platform,
something which is usually undesirable.

Fixes #11053
2015-11-18 02:41:45 +01:00
William A. Kennington III
893179e9c1 linux-testing: Bump to 4.4-rc1 2015-11-17 17:21:25 -08:00
William A. Kennington III
cf1ca41bfa ceph: Fix hash 2015-11-17 17:10:51 -08:00
Tobias Geerinckx-Rice
a5bad31da3 Merge pull request #11105 from nckx/add-gpart
gpart: init at 0.2.2
2015-11-17 23:38:03 +01:00
Tobias Geerinckx-Rice
7392ae1a3a gpart: init at 0.2.2 2015-11-17 23:09:04 +01:00
Domen Kožar
a7e8addf98 Merge pull request #11103 from samuelrivas/add-mixpanel
mixpanel: init at 4.0.2
2015-11-17 22:30:33 +01:00
Samuel Rivas
f1f7a438d1 mixpanel: init at 4.0.2 2015-11-17 22:19:54 +01:00
Philip Lykke Carlsen
d69e1956d7 tortoisehg: 3.4.2 -> 3.6
It builds and runs. Tested very superficially with an empty repository.
2015-11-17 22:09:38 +01:00
Frank Lanitz
5f6ce43418 geany: 1.25 -> 1.26 2015-11-17 22:02:43 +01:00
Pascal Wittmann
7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
goibhniu
8ca605fccb Merge pull request #11099 from magnetophon/helm-master
add Helm, a polyphonic synthesizer, standalone or lv2
2015-11-17 19:31:03 +01:00
Tobias Geerinckx-Rice
8d33c88c4f geolite-legacy 2015-11-04 -> 2015-11-17 2015-11-17 19:15:11 +01:00
Luca Bruno
43ee914535 cheese: fix build for 3.18 2015-11-17 18:48:25 +01:00
Luca Bruno
bdd1df16a7 gitg: fix 3.18 build 2015-11-17 18:41:08 +01:00
Luca Bruno
fd01f8d1a7 libgit2-glib: 0.0.24 -> 0.23.6 2015-11-17 18:41:08 +01:00
Arseniy Seroka
57ee05af86 Merge pull request #11095 from DamienCassou/isync-1.2.1
isync: 1.2.0 → 1.2.1
2015-11-17 20:29:55 +03:00
Bart Brouns
ac3608211e add Helm, a polyphonic synthesizer, standalone or lv2 2015-11-17 18:24:39 +01:00
Luca Bruno
db4e688df2 git2: fix libssh support 2015-11-17 17:55:20 +01:00
Jaka Hudoklin
43e8590321 Merge pull request #11089 from steveeJ/rkt-v0.11
rkt: v0.10.0 -> 0.11.0
2015-11-17 17:32:41 +01:00
Jaka Hudoklin
5bbb869297 Merge pull request #11090 from matejc/brackets
brackets: new package, code editor
2015-11-17 17:24:40 +01:00
Jaka Hudoklin
b04ba13ee0 Merge pull request #11050 from offlinehacker/pkgs/dd-agent/update_5.5.2
dd-agent: 5.4.3 -> 5.5.2, add docker support
2015-11-17 17:19:00 +01:00
Jaka Hudoklin
be067811ff Merge pull request #11048 from offlinehacker/pkgs/influxdb/update_0.9.4
influxdb: 0.8.3 -> 0.9.4, fix module
2015-11-17 17:18:24 +01:00
Jaka Hudoklin
7955be7a82 Merge pull request #11051 from offlinehacker/pkgs/bosun/update_0.5.0
bosun: 0.3.0 -> 0.5.0-alpha, udpate module
2015-11-17 17:17:44 +01:00
Jaka Hudoklin
0667fe29c9 Merge pull request #11061 from offlinehacker/nixos/heapster/add
heapster module: init
2015-11-17 17:17:01 +01:00
Jaka Hudoklin
69a1b3977b Merge pull request #11055 from offlinehacker/pkgs/grafana/update_2.5.0
grafana: 2.0.0-beta1 -> 2.5.0
2015-11-17 17:14:23 +01:00
Damien Cassou
2088e147b9 isync: 1.2.0 → 1.2.1 2015-11-17 11:00:42 -03:00
Lancelot SIX
fd1ffbf806 pkgs.wget: 1.16.3 -> 1.17 (close #11092)
See http://lists.gnu.org/archive/html/info-gnu/2015-11/msg00008.html
for release announcement.
2015-11-17 14:56:13 +01:00
Peter Simons
ba46f28bc6 Merge pull request #11093 from michelk/r-modules/update
R: regenerate CRAN packages
2015-11-17 14:55:40 +01:00
Matej Cotman
3454f8d371 brackets: new package, code editor 2015-11-17 14:50:17 +01:00
aszlig
d81fc427da
xf86-video-intel: 2015-11-13 -> 2015-11-14
Fixes quite an annoying and reproducable memory leak when I was using
multiple heads. This is the fix in question:

http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=2d26643cab33a32847afaf13b50d326d09d58bf7

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-17 14:46:52 +01:00
Michel Kuhlmann
cab1f3de5e R: regenerate CRAN packages 2015-11-17 14:34:27 +01:00
Domen Kožar
7e58284b68 Merge pull request #11087 from FRidh/llvmlite
python llvmlite: fix by using llvm_36
2015-11-17 13:48:56 +01:00
Shea Levy
a75de3ce56 Merge branch 'replace-dependency' of https://github.com/roconnor/nixpkgs
When replace-dependency is given a drv that doesn't actually depend on
oldDependency, then just return back the original drv but also issue a
warning.
2015-11-17 07:09:03 -05:00
Luca Bruno
aa9827a948 ipython: use requests2 to fix python3 build 2015-11-17 13:02:03 +01:00
Vladimír Čunát
31aa281919 libpng12: security update 1.2.53 -> 1.2.54
Part of fix for #11030.
Also refactor meta.
2015-11-17 12:57:33 +01:00
Stefan Junker
93e1f92781 rkt: v0.10.0 -> 0.11.0
Also prepare to support multiple stage1 flavors.
The 'host' flavor would be preferred to reuse systemd components instead
of downloading/unpacking/processing a CoreOS PXE image.
2015-11-17 12:44:32 +01:00
Matej Cotman
5f5fd03a71 nixui: upgrade to 0.2.1 2015-11-17 12:28:22 +01:00
Frederik Rietdijk
0d1a8a5fcf python llvmlite: fix by using llvm_36 2015-11-17 12:16:11 +01:00
Cillian de Róiste
242914358e datadog: fix license 2015-11-17 12:09:56 +01:00
Peter Simons
6fbff60f0e Add LTS Haskell 3.14. 2015-11-17 11:13:20 +01:00
Peter Simons
2d87d483d0 configuration-hackage2nix.yaml: update list of broken packages 2015-11-17 11:09:59 +01:00
Peter Simons
4fb7b4170a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-42-g3ca1747 using the following inputs:

  - Nixpkgs: ad0723f0c7
  - Hackage: c7478af457
  - LTS Haskell: 8ec1fc3419
  - Stackage Nightly: e6bcfb640c
2015-11-17 11:09:09 +01:00
Domen Kožar
a7c2ee2205 Merge pull request #11062 from offlinehacker/pkgs/pythonPackages/datadog/add
pythonPackages.datadog: init at 0.10.0
2015-11-17 10:45:03 +01:00
Pascal Wittmann
31f925b572 Merge pull request #11077 from rycee/bump/perl-Log-Log4perl
perl-Log-Log4perl: 1.43 -> 1.46
2015-11-17 10:26:13 +01:00
Pascal Wittmann
098d57cbe0 Merge pull request #11076 from mstarzyk/obnam
obnam: 1.18.1 -> 1.18.2
2015-11-17 10:25:27 +01:00
lethalman
589ab6b217 Merge pull request #11081 from khumba/claws-https-master
claws-mail: add glib_networking for fancy to load HTTPS content (for master)
2015-11-17 10:13:20 +01:00
Domen Kožar
f809e8e0ab webkitgtk: 2.10.0 -> 2.10.4 (fix build) 2015-11-17 08:19:01 +01:00
aszlig
880eba6481
conky: Fix building with CMake 3.4.0.
Regression introduced by 050bebb8c4.

It's essentially an upgrade to CMake 3.4.0, which breaks the build
because it seems that in CMake 3.3.x, the check_include_files() command
was implicitly included (haven't found out about why exactly).

So we're now just adding an import for CheckIncludeFiles in addition to
CheckIncludeFile, so that we have both commands (the plural and the
singular variant) available.

My original goal was to use brndnmtthws/conky@3a574ba, but this breaks
the build as well, because check_include_files doesn't accept additional
compile flags.

However, this is needed if building with wireless support, because
including iwlib.h needs -D_GNU_SOURCE set and check_include_files
doesn't do that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-17 05:51:27 +01:00
John Wiegley
17044e0e71 openvpn: Allow building on non-Linux systems 2015-11-16 20:34:56 -08:00
Bryan Gardiner
f2afad2349
claws-mail: add glib_networking for fancy to load HTTPS content (#10421) 2015-11-16 20:23:12 -08:00
Domen Kožar
0ff2240da3 Merge pull request #11078 from svend/nim-darwin
nim: Add darwin platform
2015-11-17 01:06:02 +01:00
Robert Helgesson
a2ed2f9f6a perl-Log-Log4perl: 1.43 -> 1.46
Also add meta section and myself as maintainer.
2015-11-17 00:06:02 +01:00
Russell O'Connor
fb683211dc replace-dependency.nix: Remove unnecessary carriage return. 2015-11-16 17:52:12 -05:00
Svend Sorensen
d4994d85e4 nim: Add darwin platform 2015-11-16 14:50:40 -08:00
Michael Raskin
05129a3ee6 Add sct — a minimal utility to set display colour temperature 2015-11-17 01:50:09 +03:00
Russell O'Connor
94e68bf9ee replace-dependency.nix: Give attr a slightly more meaningful name of drvHash 2015-11-16 17:44:03 -05:00
Maciek Starzyk
88a6ae6336 obnam: 1.18.1 -> 1.18.2 2015-11-16 23:20:32 +01:00
lethalman
ca186286d7 Merge pull request #10986 from teh/master
update flow + new go binary (codesearch)
2015-11-16 20:45:10 +01:00
Pascal Wittmann
fece57da45 Merge pull request #11007 from makefu/mhddfs_init_master
mhddfs: init at 0.1.39
2015-11-16 20:21:39 +01:00
Pascal Wittmann
743151e9f3 Merge pull request #11054 from makefu/acng_init
apt-cacher-ng: init at 0.8.6
2015-11-16 20:00:01 +01:00
Pascal Wittmann
59bb76e894 snapraid: append the version to the name 2015-11-16 19:56:14 +01:00
Benno Fünfstück
2fc679b6f7 pyacoustid: use requests2
This fixes an issue with beets which already needs requests2
due to the fetchart plugins' dependencies, so it would depend
on two different versions of requests if this package didn't
use requests2.
2015-11-16 19:45:06 +01:00
Benno Fünfstück
c0cb70bf7c python-discogs-client: use requests2
This fixes an issue in beets which would depend on two versions of
requests if this used requests and not requests2.
2015-11-16 19:45:06 +01:00
Sander van der Burg
a06dd213b6 nodejs-5_0: add package 2015-11-16 17:58:11 +00:00
zimbatm
6a0ed9361b webfs: init at 1.21 2015-11-16 17:29:40 +01:00
Jaka Hudoklin
15c76d17fe heapster: init at 3057a2c07061c8d9ffaf77e5442ffd7512ac0133 2015-11-16 16:58:09 +01:00
Florent Becker
e61ad1288c emacs-packages.rust-mode: init at 20151026 (close #10674) 2015-11-16 16:46:04 +01:00
taku0
b3a40786c0 firefox-bin: 41.0.2 -> 42.0 (close #10821) 2015-11-16 16:39:26 +01:00
Stefan Junker
63edfb1871 go14: 1.4.2 -> 1.4.3 (close #10702) 2015-11-16 16:39:08 +01:00
Arseniy Seroka
855cba7da7 Merge pull request #11029 from ryantrinkle/mariadb-darwin
Add CoreServices framework dependency to mariadb on darwin
2015-11-16 18:28:23 +03:00
Jaka Hudoklin
ac97469edd pythonPackages.datadog: init at 0.10.0 2015-11-16 16:25:13 +01:00
Arseniy Seroka
aca3377672 Merge pull request #11028 from ryantrinkle/hmatrix-darwin
Add Accelerate framework dependency to hmatrix on darwin
2015-11-16 18:19:25 +03:00
Jaka Hudoklin
02fc10ce25 docker: make lxc optional 2015-11-16 16:17:53 +01:00
Jaka Hudoklin
c79e22edbf docker: 1.8.1 -> 1.9.0 2015-11-16 15:56:09 +01:00
wedens
caedaf2f27 fzf: 0.10.8 -> 0.11.0
fixes #10418
2015-11-16 20:47:27 +06:00
Jaka Hudoklin
a42d2e439b docker-gc: init at b0cc52aa3da2e2ac0080794e0be6e674b1f063fc 2015-11-16 15:16:48 +01:00
Matthijs Steen
0ceda119d7 google-chrome: init at 45.0.2454.101-1 (close #10892)
As suggested the Google Chrome .deb file that is used for Chromium's plugins is reused.
vcunat removed lots of newlines, as the style was diverging from the
majority far too much (IHHO).
2015-11-16 15:15:51 +01:00
Jaka Hudoklin
abda14309f grafana: 2.0.0-beta1 -> 2.5.0 2015-11-16 14:59:16 +01:00
makefu
8db9408ac6 apt-cacher-ng: init at 0.8.6 2015-11-16 14:45:21 +01:00
Jaka Hudoklin
c8d1e900d6 bosun: 0.3.0 -> 0.5.0-alpha 2015-11-16 14:23:54 +01:00
Jaka Hudoklin
9c1943fb6f influxdb: 0.8.3 -> 0.9.4, fix module 2015-11-16 14:22:08 +01:00
William A. Kennington III
61402311cc ceph: Deduplicate the default 2015-11-16 05:15:19 -08:00
Domen Kožar
91fcff45a3 atom: 1.1.0 -> 1.2.0 2015-11-16 14:04:18 +01:00
Jaka Hudoklin
4acbfe7d9a dd-agent: add docker support 2015-11-16 13:46:19 +01:00
Jaka Hudoklin
b4ece28aac dd-agent: 5.4.3 -> 5.5.2 2015-11-16 13:46:06 +01:00
Asko Soukka
5b745f469f scikit-image: init at 0.11.3 (close #10881) 2015-11-16 13:12:43 +01:00
Asko Soukka
a69511e298 darwin: llvmlite: add impure dep to fix build 2015-11-16 13:12:43 +01:00
Domen Kožar
0b4776b6b7 Merge pull request #9182 from greedy/erlang-setup-hook
erlang: add setupHook to set ERL_LIBS
2015-11-16 13:09:26 +01:00
Domen Kožar
88f5cfc126 Merge pull request #8637 from FRidh/statsmodels
python-packages statsmodels: init at 0.6.1
2015-11-16 12:58:17 +01:00
viric
2a7b5e9f30 Merge pull request #11047 from dezgeg/pr-raspi-kheaders-defconfig
platforms.nix: Use bcm2835_defconfig for RPi kernelHeadersBaseConfig
2015-11-16 12:57:10 +01:00
Frederik Rietdijk
ce41204fa0 python-packages statsmodels: init at 0.6.1 2015-11-16 12:56:33 +01:00
Domen Kožar
5ca01c71d1 Merge pull request #10814 from NarrativeScience/no_large_file_test
numpy: patch to remove large file test
2015-11-16 12:55:13 +01:00
Domen Kožar
5900949ef2 Merge pull request #9520 from FRidh/bokeh
python-packages bokeh: init at 0.9.3
2015-11-16 12:53:29 +01:00
Frederik Rietdijk
ccb3eb13d9 python bokeh: init at 0.10.0 2015-11-16 12:38:21 +01:00
Domen Kožar
76e93b6362 Merge pull request #8868 from lancelotsix/update_pytestflakes
pythonPackages.pytestflakes: 0.2 -> 1.0.0
2015-11-16 12:22:41 +01:00
Domen Kožar
c651e6cbe5 pythonPackages.requests: disable on 3.4 2015-11-16 12:19:02 +01:00
Peter Simons
5a6028c996 Merge pull request #11045 from zimbatm/fix/nix-prefetch-git
nix-prefetch-git: add missing coreutils dependency
2015-11-16 12:02:01 +01:00
zimbatm
76bf9c54ea nix-prefetch-git: add missing coreutils dependency
At runtime, `readlink` is a dependency
2015-11-16 11:54:43 +01:00
Shea Levy
afaf712ee7 replace-dependency.nix: Use dynamic attrs now. 2015-11-16 05:42:27 -05:00
Peter Simons
e71a080488 Merge pull request #9252 from FRidh/audacity
audacity: 2.0.5 -> 2.1.1
2015-11-16 11:38:46 +01:00
Domen Kožar
ae15f96fd1 Merge pull request #11036 from FRidh/pycparser
python pycparser: 2.10 -> 2.14
2015-11-16 11:32:00 +01:00
Domen Kožar
4755afc385 Merge commit 'b666ac3e9ff3f08b120d068770768be580e67f76' (staging)
Merge rest of the fixes from staging
2015-11-16 11:23:06 +01:00
Peter Simons
2cb80f7fbc Merge pull request #10865 from NixOS/gnucash26
gnucash 2.6 package, partially broken (no HTML reports)
2015-11-16 11:14:08 +01:00
Peter Simons
731965eb24 Merge pull request #10967 from sjourdois/cracklib
cracklib: 2.9.4 -> 2.9.6
2015-11-16 11:09:04 +01:00
Peter Simons
2025ed52a0 Merge pull request #10987 from mcmtroffaes/feature/libssh2-mingw
libssh2: fix shared library build under mingw
2015-11-16 11:05:45 +01:00
Peter Simons
7255b9c0b6 Merge pull request #11017 from oxij/update-youtube-dl
youtube-dl: 2015.11.10 -> 2015.11.13
2015-11-16 11:05:02 +01:00
Peter Simons
cc679b8383 Merge pull request #11040 from cleverca22/master
future proof the wireshark source path
2015-11-16 11:03:51 +01:00
Matthew O'Gorman
7df0fefcbc xscreensaver: security update 5.33 -> 5.34 (close #10845)
Fixes a crash when hot-swapping monitors while locked.
2015-11-16 08:20:12 +01:00
Edward Tjörnhammar
656c21e55a idea.idea-{community,ultimate}: 15.0 -> 15.0.1 2015-11-16 07:48:00 +01:00
Russell O'Connor
782cfe94b0 replace-dependency.nix: new feature
When replace-dependency is given a drv that doesn't actually depend on oldDependency, then just return back the original drv but also issue a warning.
2015-11-15 19:52:30 -05:00
Tuomas Tynkkynen
6102398d46 platforms.nix: Use bcm2835_defconfig for RPi kernelHeadersBaseConfig
kirkwood_defconfig was removed in the 3.17 kernel release, so
kernelHeadersBaseConfig needs to be changed in order to build
any Raspberry Pi stuff against linuxHeaders_3_18 (which has been the
default since the systemd 227 merge).
2015-11-16 02:37:13 +02:00
Pascal Wittmann
ee5f7d4c16 Merge pull request #11016 from rnhmjoj/imv
imv: add version in the package name
2015-11-15 23:39:19 +01:00
michael bishop
e72bcc348c future proof the wireshark source path 2015-11-15 16:38:58 -04:00
Ryan Trinkle
90d5d315af hmatrix: fix missing Accelerate framework dependency on darwin 2015-11-15 14:57:58 -05:00
Ryan Trinkle
5d4595621d mariadb: fix missing CoreServices framework dependency on darwin 2015-11-15 14:57:06 -05:00
Pascal Wittmann
bedaa88a4a Merge pull request #11037 from FlorentBecker/kcov
kcov : init at 29
2015-11-15 19:54:54 +01:00
Florent Becker
7ff5826e08 kcov : init at 29 2015-11-15 18:07:48 +01:00
Pascal Wittmann
52546be521 Merge pull request #11035 from FRidh/pysoundfile
python pysoundfile: init at 0.8.1
2015-11-15 17:58:15 +01:00