Robert Helgesson
ee0684fa1e
perl-Math-BigInt: 1.999722 -> 1.999723
2016-06-14 20:41:21 +02:00
artuuge
d1f38e2adc
make clblas-cuda and libgpuarray-cuda more functorial
2016-06-14 20:01:51 +02:00
Tobias Geerinckx-Rice
9f996d6406
tzdata: 2016d -> 2016e
2016-06-14 18:27:57 +02:00
Tobias Geerinckx-Rice
156a14d153
geolite-legacy: 2016-06-08 -> 2016-06-13
2016-06-14 18:27:56 +02:00
Lluís Batlle i Rossell
93912d99d2
Adding nvenc support to ffmpeg (default off)
...
I add the nvidia-video-sdk header files, required to make it work.
You have to set nvenct=true to ffmpeg-full and nonfreeLicensing=true to
ffmpeg-full to use this.
2016-06-14 17:51:55 +02:00
José Romildo Malaquias
e72d29020c
libxfce4ui: add libICE and libSM as propagated build inputs
2016-06-14 11:53:11 -03:00
José Romildo Malaquias
370cc4f44f
libxfce4ui: use nativeBuildInputs for dependencies not needed at runtime
2016-06-14 11:51:04 -03:00
Joachim Fasting
c94f4f85c5
Merge pull request #16226 from bobvanderlinden/fix-lsyncd
...
lsyncd: removed support for Darwin
2016-06-14 15:04:48 +02:00
Joachim Fasting
f04291abe5
Merge pull request #16138 from romildo/upd.arc
...
arc-gtk-theme-git: 2016-06-02 -> 2016-06-06
2016-06-14 15:04:18 +02:00
Joachim Fasting
d27006b82b
dnscrypt-wrapper: 0.2 -> 0.2.1
2016-06-14 14:22:18 +02:00
Joachim Fasting
130b06eb0b
grsecurity: 4.5.7-201606080852 -> 4.5.7-201606110914
2016-06-14 14:18:01 +02:00
Peter Simons
39d657ec04
Merge pull request #16167 from rasendubi/ghc-docs
...
GHC: Split docs
2016-06-14 12:32:42 +02:00
José Romildo Malaquias
1f77d3cd09
idea.idea-{community,ultimate}: 2016.1.2 -> 2016.1.3
...
(cherry picked from commit a6fd3e8680ff3da7ddc55c8d8dfd38e17f9fcd1f)
2016-06-14 12:28:27 +02:00
Edward Tjörnhammar
efb519d2f4
i2pd: 2.6.0 -> 2.7.0
2016-06-14 12:28:27 +02:00
Luca Bruno
63b2bf108d
Merge pull request #16224 from aneeshusa/enable-multiple-outputs-for-tmux
...
tmux: enable multiple outputs
2016-06-14 10:57:18 +02:00
Bob van der Linden
61431e239b
lsyncd: removed support for Darwin
2016-06-14 10:46:56 +02:00
Christian Lask
4e59526bf4
rofi-pass: 1.3.1 -> 1.3.2
...
Note: You'll need to add the `_rofi` command to your config of rofi-pass
to make this release work. Refer to config.example for an example of
how this might look like. For more information on this change, see
75cf715158
.
2016-06-14 10:07:59 +02:00
Joachim Fasting
886c03ad2e
Merge pull request #16107 from joachifm/grsec-ng
...
Rework grsecurity support
2016-06-14 03:52:50 +02:00
Joachim Fasting
7bda8f0a8f
grsecurity: add a xen guest kernel
...
This is for the benefit of users who want to quickly get up and running
on a Xen host, for which the stock NixOS kernel is likely unsuitable.
2016-06-14 03:38:19 +02:00
Joachim Fasting
544b42f8f5
top-level/release.nix: remove obsolete grsec jobs
2016-06-14 03:38:19 +02:00
Joachim Fasting
dae5f53d25
qemu: apply PaX markings
2016-06-14 03:38:18 +02:00
Joachim Fasting
3123c7df37
Merge pull request #16204 from vrthra/mlterm
...
mlterm: Disable darwin compilaton
2016-06-14 03:09:46 +02:00
Tuomas Tynkkynen
7ae1e9bb6d
multi_v7_defconfig: Enable AHCI_IMX
2016-06-14 01:31:57 +03:00
Joachim Fasting
75b9a7beac
grsecurity: implement a single NixOS kernel
...
This patch replaces the old grsecurity kernels with a single NixOS
specific grsecurity kernel. This kernel is intended as a general
purpose kernel, tuned for casual desktop use.
Providing only a single kernel may seem like a regression compared to
offering a multitude of flavors. It is impossible, however, to
effectively test and support that many options. This is amplified by
the reality that very few seem to actually use grsecurity on NixOS,
meaning that bugs go unnoticed for long periods of time, simply because
those code paths end up never being exercised. More generally, it is
hopeless to anticipate imagined needs. It is better to start from a
solid foundation and possibly add more flavours on demand.
While the generic kernel is intended to cover a wide range of use cases,
it cannot cover everything. For some, the configuration will be either
too restrictive or too lenient. In those cases, the recommended
solution is to build a custom kernel --- this is *strongly* recommended
for security sensitive deployments.
Building a custom grsec kernel should be as simple as
```nix
linux_grsec_nixos.override {
extraConfig = ''
GRKERNSEC y
PAX y
# and so on ...
'';
}
```
The generic kernel should be usable both as a KVM guest and host. When
running as a host, the kernel assumes hardware virtualisation support.
Virtualisation systems other than KVM are *unsupported*: users of
non-KVM systems are better served by compiling a custom kernel.
Unlike previous Grsecurity kernels, this configuration disables `/proc`
restrictions in favor of `security.hideProcessInformation`.
Known incompatibilities:
- ZFS: can't load spl and zfs kernel modules; claims incompatibility
with KERNEXEC method `or` and RAP; changing to `bts` does not fix the
problem, which implies we'd have to disable RAP as well for ZFS to
work
- `kexec()`: likely incompatible with KERNEXEC (unverified)
- Xen: likely incompatible with KERNEXEC and UDEREF (unverified)
- Virtualbox: likely incompatible with UDEREF (unverified)
2016-06-14 00:08:20 +02:00
Joachim Fasting
bdc6690baf
Merge pull request #16219 from rasendubi/cython
...
Cython: fix source link
2016-06-13 23:20:03 +02:00
Peter Simons
8d86c8274f
callHackage: generate expressions for the appropriate target system and compiler
2016-06-13 23:09:56 +02:00
Peter Simons
322fe543b6
cabal2nix: bump to version 20160613
2016-06-13 23:09:55 +02:00
Peter Simons
bef99f11cb
Add LTS Haskell 6.3.
2016-06-13 23:09:55 +02:00
Peter Simons
ee933f5d73
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160613 using the following inputs:
- Hackage: b9e58743e7
- LTS Haskell: 2a2cddb443
- Stackage Nightly: 4b8c8abac5
2016-06-13 23:09:44 +02:00
Joachim Fasting
be009c90ca
Merge pull request #16211 from mpscholten/fix-php
...
php: Fixed libiconv error
2016-06-13 22:57:58 +02:00
Robert Helgesson
96fc1e19b8
cacert: remove dependency on LWP
...
The `mk-ca-bundle.pl` script manages quite well using only curl but
fails without LWP being present due to a `use` statement. This removes
the Perl import of the LWP library and adds curl as a build input.
2016-06-13 22:18:59 +02:00
Alexey Shmalko
1191149cc8
Cython: fix source link
...
Fixes #16218 .
2016-06-13 23:13:01 +03:00
Vladimír Čunát
e68191e6c4
Merge #16216 : meld: 3.14.0 -> 3.16.0
2016-06-13 22:10:09 +02:00
mimadrid
1a9a72274a
meld: 3.14.0 -> 3.16.0
2016-06-13 21:21:16 +02:00
Thomas Tuegel
8a37d9cb6d
Merge pull request #16176 from bendlas/update-emacs-packages
...
melpa(-unstable)-packages 2016-06-12
2016-06-13 14:07:52 -05:00
Colton Padden
e265f58395
neovim: fix neovim on darwin - requires libmpack
2016-06-13 14:14:20 -04:00
Tobias Geerinckx-Rice
ff04cf2522
gparted: 0.26.0 -> 0.26.1
...
Key changes include:
- Ensure boot loaders work on ext4 < 16 TiB by using 32bit feature
- Fix core dump crash in OperationDelete::get_partition_new()
More: https://sourceforge.net/projects/gparted/files/gparted/gparted-0.26.1/gparted-0.26.1-README.md/view
2016-06-13 19:35:24 +02:00
Marc Scholten
d1219ba68f
php: Fixed libiconv error
2016-06-13 18:25:58 +02:00
Paweł Pacana
d2b58dd39a
buildkite-agent: init at 2.1.8
...
* nixos module included
* install compiled binary
* only one platform now
* limited config options
* relies on providing ssh keys for agent
2016-06-13 17:21:08 +01:00
Luca Bruno
127b4e84f0
Merge pull request #16072 from ejlo/fix/electron-update-v1.2.2
...
electron: 0.36.2 -> 1.2.2
2016-06-13 17:23:10 +02:00
Joachim Fasting
3d54210566
Merge pull request #15739 from matthewbauer/retroarch-disable-nvidia
...
Remove nvidia-cg-toolkit as input for retroarch.
2016-06-13 16:46:58 +02:00
Joachim Fasting
70c5ab532f
Merge pull request #16110 from womfoo/augeas
...
augeas: 1.2.0 -> 1.5.0
2016-06-13 16:46:08 +02:00
Joachim Fasting
41bd0dc373
Merge pull request #16078 from mpscholten/php7
...
php: Now builds on darwin
2016-06-13 16:45:28 +02:00
Rob Vermaas
91436641ec
Fix hash for Debian 8.4 Jessie
...
(cherry picked from commit fd60751ce0c85427423b78d8a46c3f78d65bd0e2)
2016-06-13 12:20:55 +00:00
Gabriel Ebner
de3ccbbdac
jabref: 2.10 -> 3.3
2016-06-13 13:40:16 +02:00
obadz
ca17bd0c8a
socat: add readline support
2016-06-13 12:09:32 +01:00
Peter Simons
52edff8689
Merge pull request #15989 from mboes/stack-builder-tweaks
...
haskell.lib.buildStackProject: allow passing in a custom GHC version.
2016-06-13 12:15:11 +02:00
Christoph Hrdinka
17dc0a544c
mapnik: 3.0.9 -> 3.0.10
2016-06-13 11:59:04 +02:00
zimbatm
95e9a95099
Merge pull request #16186 from romildo/upd.mate
...
Update mate themes
2016-06-13 10:33:29 +01:00
Moritz Ulrich
edca4a1b55
Merge pull request #16159 from matthewbauer/neovim-darwin-fixes
...
Neovim darwin fixes
2016-06-13 10:42:20 +02:00
José Romildo Malaquias
ce50ba74dc
numix-gtk-theme: 2016-05-25 -> 2016-06-12
...
Closes #16188 .
2016-06-13 10:03:30 +02:00
José Romildo Malaquias
d76e2f24c2
numix-icon-theme-circle: 2016-05-25 -> 2016-06-10
2016-06-13 10:03:24 +02:00
José Romildo Malaquias
8edc102336
numix-icon-theme: 2016-05-18 -> 2016-06-10
2016-06-13 10:03:24 +02:00
José Romildo Malaquias
0bd6b9ce98
paper-gtk-theme: 2016-05-25 -> 2016-05-27
...
Closes #16194 .
2016-06-13 09:57:25 +02:00
José Romildo Malaquias
25d37fc4eb
paper-icon-theme: 2016-05-25 -> 2016-06-08
2016-06-13 09:56:31 +02:00
Michael Alan Dorman
b40e1efe00
haskell generic-builder: don't propagate setupHaskellDepends
...
Without this patch, attempts to install at least some of the packages
that start to use setupHaskellDepends (mostly gtk-related packages)
results in collisions:
building path(s) ‘/nix/store/63k5smns43f5r2ad8wcc242x0gwd70m3-ghc-8.0.1’
collision between `/nix/store/k18i1nm5hgnb82y9w2g9hmlwhk3szjld-ghc-8.0.1/lib/ghc-8.0.1/Cabal-1.24.0.0/Distribution/Compat/Binary.dyn_hi' and `/nix/store/0rwhbwsg9kmywgbrib2bs29p2hmi80za-Cabal-1.24.0.0/lib/ghc-8.0.1/Cabal-1.24.0.0/Distribution/Compat/Binary.dyn_hi'
builder for ‘/nix/store/vrjkfpm8sb96m9i5k74h8vn0rwddgy4v-ghc-8.0.1.drv’ failed with exit code 25
This would appear to me to be a consequence of setupHaskellDepends
entries being added to propagateBuildInputs. It is sufficient in the
cases I'm familiar with (taffyBar), and I think correct, to simply add
it to the otherBuildInputs.
2016-06-13 09:51:35 +02:00
José Romildo Malaquias
0072cb8ff1
faba-mono-icons: init at 2016-04-30
...
Closes #16109 .
2016-06-13 09:40:51 +02:00
José Romildo Malaquias
fa447287b0
arc-icon-theme: init at 2016-06-06
2016-06-13 09:40:44 +02:00
José Romildo Malaquias
4e44a330cb
moka-icon-theme: init at 2016-06-07
2016-06-13 09:40:43 +02:00
José Romildo Malaquias
c33cf02337
faba-icon-theme: init at 2016-06-02
2016-06-13 09:40:43 +02:00
Nathan Zadoks
ff45ea743f
qtpass: 1.1.1 -> 1.1.3
...
Closes #16202 .
2016-06-13 09:30:37 +02:00
Rahul Gopinath
e19c5ce2e7
green-pdf-viewer: init at nightly-2014-04-22
...
Green pdf viewer uses SDL and libpoppler to render pdf.
2016-06-12 20:27:45 -07:00
Rahul Gopinath
ea8fb0aee5
SDL_sixel: init at 1.2-nightly
...
SDL_sixel is a fork of SDL1.2 that supports sixel as a video driver (for
console graphics)
2016-06-12 20:27:44 -07:00
Matthew Bauer
e37bb985a3
retroarch: 2015-11-20 -> 1.3.4
...
also: remove nvidia-cg-toolkit as input for retroarch.
see #15707
darwin is also building but you have to trick it into
thinking it's a desktop app for the GUI to load
platforms is set to "platforms.all".
2016-06-12 22:13:06 -05:00
Matthew Bauer
e0884e85cf
neovim: fix build on darwin, cleanup lua paths
...
fixes #16152
The cmake script had trouble finding the lua paths, this sets them
using “luaPackages.getLuaPath” and “luaPackages.getLuaCPath”.
2016-06-12 21:02:09 -05:00
Matthew Bauer
b331af6de6
lua-mpack: fix building with clang
...
clang has some things considered “warnings” that gcc doesn’t so it is
necessary to set “-Wno-error” to build under clang.
2016-06-12 21:02:04 -05:00
Rahul Gopinath
b3edfdbe21
mlterm: Disable darwin compilaton
...
Mlterm does not compile on darwin due to utmp.h not found.
2016-06-12 18:36:27 -07:00
Rahul Gopinath
9b01ad3ce8
rebol: init at 3-alpha
...
Rebol is a cross-platform data exchange language and a multi-paradigm dynamic
programming language for network communications and distributed computing.
2016-06-12 16:32:10 -07:00
Rahul Gopinath
4227aa2c4f
ffmpeg-sixel: init at nightly-2.3.x
2016-06-12 16:23:25 -07:00
Benno Fünfstück
96066935f2
fix build of pngcheck
2016-06-13 01:21:14 +02:00
zimbatm
7618d886c9
Merge pull request #16177 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.84 -> 0.7.86
2016-06-13 00:20:12 +01:00
zimbatm
4f27f28f89
Merge pull request #16137 from abbradar/parsoid
...
Update node packages
2016-06-13 00:19:25 +01:00
zimbatm
5d6c4314ce
Merge pull request #8891 from mk0x9/mpd-on-darwin
...
mpd on darwin
2016-06-13 00:10:16 +01:00
Tom Dimiduk
f16171dd24
emcee: init at 2.1
2016-06-13 00:05:36 +01:00
Mathieu Boespflug
70bc97b731
haskell.lib.buildStackProject: fix treatment of LD_LIBRARY_PATH.
...
Don't make LD_LIBRARY_PATH pick up cwd when original string is empty,
due to colon terminated search path.
2016-06-13 00:55:34 +02:00
zimbatm
f663822cc8
Merge pull request #16168 from romildo/fix.gksu
...
gksu: use nativeBuildInputs and wrapGAppsHook
2016-06-12 23:55:34 +01:00
Mathieu Boespflug
292a8892a0
haskell.lib.buildStackProject: allow passing in a custom GHC version.
...
Previously, the user could only compile using the default version of
GHC in Nixpkgs. Now this can be changed by setting the `ghc` attribute
appropriately.
2016-06-13 00:55:33 +02:00
zimbatm
b39e38f096
Merge pull request #16135 from vrthra/xterm
...
xterm: 320 -> 325
2016-06-12 23:49:30 +01:00
zimbatm
a95229a963
Merge pull request #15677 from womfoo/mod_auth_mellon
...
mod_auth_mellon: init at 0.12.0 and dependency lasso: init at 2.5.1
2016-06-12 23:38:57 +01:00
zimbatm
ecdd2721da
Merge pull request #16136 from vrthra/libsixel
...
libsixel: init at 1.6.1
2016-06-12 23:32:13 +01:00
zimbatm
ae34904ee9
Merge pull request #16160 from vrthra/mupdf
...
mupdf: 1.8 -> 1.9
2016-06-12 23:26:34 +01:00
zimbatm
04a8f4499e
Merge pull request #16151 from vrthra/mlterm
...
mlterm: init at 3.3.8
2016-06-12 23:20:33 +01:00
zimbatm
e1a487fa8f
gx: init at 20160601
2016-06-12 23:14:42 +01:00
zimbatm
24b1185265
Merge pull request #16185 from hrdinka/fix/mercurial
...
mercurial: update source url
2016-06-12 23:11:40 +01:00
zimbatm
f911b7393b
Merge pull request #16191 from bendlas/update-i2p
...
i2p: 0.9.25 -> 0.9.26
2016-06-12 23:11:14 +01:00
zimbatm
61032ce936
Merge pull request #16154 from womfoo/oath-toolkit
...
oath-toolkit: 2.4.1 -> 2.6.1
2016-06-12 23:10:19 +01:00
zimbatm
a26ed26cf0
Merge pull request #16184 from hrdinka/update/kmod-debian-aliases
...
kmod-debian-aliases: 21-1 -> 22-1.1
2016-06-12 22:10:08 +01:00
zimbatm
711456c632
Merge pull request #16187 from Profpatsch/bgnet
...
bgnet: init at 3.0.21
2016-06-12 22:08:14 +01:00
zimbatm
373b4deb46
Merge pull request #16195 from bendlas/update-dropbox-master
...
dropbox: 3.20.1 -> 4.4.29
2016-06-12 22:05:57 +01:00
Herwig Hochleitner
7df03fbbb3
dropbox: 3.20.1 -> 4.4.29
2016-06-12 21:55:47 +02:00
Herwig Hochleitner
8b3278b794
i2p: 0.9.25 -> 0.9.26
2016-06-12 21:51:04 +02:00
Profpatsch
0da4bb869e
bgnet: init at 3.0.21
2016-06-12 21:28:40 +02:00
zimbatm
e2413ad5a8
shadow: add shellPath passthru
...
This one is a bit special, it's used to deny users from logging in.
2016-06-12 20:13:32 +01:00
José Romildo Malaquias
9573ef7e0d
mate-themes: 3.18.1 -> 3.18.2, 3.20.8
2016-06-12 15:47:42 -03:00
Christoph Hrdinka
077ac28f2c
mercurial: update source url
...
The old download url isn't reachable since a few weeks. The new one uses
mercurials domain instead of selenics.
2016-06-12 20:23:00 +02:00
Christoph Hrdinka
473062c9a7
kmod-debian-aliases: 21-1 -> 22-1.1
2016-06-12 20:15:42 +02:00
zimbatm
7e578dc334
zsh: add shellPath passthru
2016-06-12 18:57:31 +01:00
zimbatm
a9f42f633b
xonsh: add shellPath passthru
2016-06-12 18:57:31 +01:00
zimbatm
53060e5bb8
tcsh: add shellPath passthru
2016-06-12 18:57:31 +01:00
zimbatm
2e22de1f58
rush: add shellPath passthru
2016-06-12 18:57:30 +01:00
zimbatm
27ef2eb695
pash: add shellPath passthru
2016-06-12 18:57:30 +01:00
zimbatm
7fcd50da4f
mksh: add shellPath passthru
2016-06-12 18:57:30 +01:00
zimbatm
b482036cbb
fish: add shellPath passthru
2016-06-12 18:57:29 +01:00
zimbatm
68865f51ef
es: add shellPath passthru
2016-06-12 18:57:29 +01:00
zimbatm
b5dad466d5
dash: add shellPath passthru
2016-06-12 18:57:29 +01:00
José Romildo Malaquias
14e4e62ea4
mate-icon-theme-faenza: 1.14.1 -> 1.15.0
2016-06-12 14:36:58 -03:00
José Romildo Malaquias
bea663985a
mate-icon-theme: 1.14.1 -> 1.15.0
2016-06-12 14:30:04 -03:00
José Romildo Malaquias
0edbfabe24
mate-common: 1.14.1 -> 1.15.0
2016-06-12 14:13:24 -03:00
zimbatm
28fa4a2f03
Escape all shell arguments uniformly
2016-06-12 18:11:37 +01:00
Rahul Gopinath
af76a52c06
libsixel: init at 1.6.1
...
libsixel is a library for display of graphics in console.
2016-06-12 09:58:25 -07:00
Rahul Gopinath
857ba2d956
llpp: 21-git-2016-05-07 -> 21-git-2015-07-30
...
Update llpp to sync with mupdf
2016-06-12 09:48:34 -07:00
Rahul Gopinath
b8a525a8b6
jfbview: update mupdf 1.8 -> 1.9
2016-06-12 09:48:34 -07:00
Rahul Gopinath
82f2e72941
zathura: Update mupdf dependency
2016-06-12 09:48:34 -07:00
Arseniy Seroka
852e9c3096
Merge pull request #16158 from juliendehos/armadillo
...
armadillo: init at 7.200.1b
2016-06-12 19:13:38 +03:00
devhell
20f0c66fe4
canto-{curses,daemon}: 0.9.{6,5} -> 0.9.{7,6}
...
Unfortunately there is no changelog available.
2016-06-12 16:55:53 +01:00
devhell
22da52f28d
{lib}mediainfo{-gui}: 0.7.84 -> 0.7.86
...
From the changelog:
```
Version 0.7.86, 2016-05-31
+ Linux/Mac: more output formats (PBCore, EBUCore, FIMS)
+ FFV1 parsing optimization, avoiding by default a too verbose trace
+ Matroska: more elements support and typo fixes in the trace
+ #I172, Trace feature: provide the name of the main parser in the media element
+ Matroska: consider all values below 0x10 EBML names as 1-byte junk
x Matroska: better support (including speed improvement) of huge lossless frames (e.g. 20 MB FFV1 4K)
x #I144, Python binding: Python 2 on Linux does not automatically provide the locale to the shared object
x HTML output: don't escape carriage returns from the input file
x FFV1: some streams were rejected despite the fact they are valid
x Python binding: some errors during call of Get() API with Python3 on Linux/Mac
```
2016-06-12 16:23:12 +01:00
Herwig Hochleitner
887c316b7d
melpa(-unstable)-packages 2016-06-12
2016-06-12 17:11:51 +02:00
Joachim Fasting
6008d11fbb
Merge pull request #16166 from romildo/upd.jwm
...
jwm: 1532 -> 1535
2016-06-12 16:51:09 +02:00
zimbatm
08770cd242
influxdb: merge deps with the common go-modules
2016-06-12 15:08:44 +01:00
zimbatm
8a1ebe98f3
influxdb: 0.9.4 -> 0.13.0
2016-06-12 14:38:11 +01:00
Nikolay Amiantov
a7815995bf
cython: 0.23.4 -> 0.24
2016-06-12 15:57:29 +03:00
Nikolay Amiantov
b0ff10ada2
clojure: 1.7.0 -> 1.8.0
2016-06-12 15:57:29 +03:00
zimbatm
a06bf119c9
Merge pull request #14031 from zimbatm/nix-prefetch-git-shellcheck
...
nix-prefetch-git: shellcheck fixes
2016-06-12 13:48:28 +01:00
zimbatm
740740c265
Merge pull request #15890 from zimbatm/godep-v73
...
godep: ddd7fbf -> v73
2016-06-12 13:46:44 +01:00
zimbatm
a42b7faaec
nix-prefetch-git: shellcheck fixes
...
Used shellcheck (https://github.com/koalaman/shellcheck ) to validate
the script and fixed any resulting escaping and ambiguity issues.
2016-06-12 13:45:20 +01:00
zimbatm
3086250ceb
bundler: 1.11.2 -> 1.12.5
2016-06-12 13:35:15 +01:00
José Romildo Malaquias
106c5b58f1
gksu: use nativeBuildInputs and wrapGAppsHook
2016-06-12 08:27:19 -03:00
José Romildo Malaquias
e6e465334d
libgksu: use nativeBuildInputs and wrapGAppsHook
2016-06-12 08:20:10 -03:00
José Romildo Malaquias
5532630543
jwm: 1532 -> 1535
2016-06-12 08:06:27 -03:00
Alexey Shmalko
2089dd4ab6
GHC: Split docs
2016-06-12 14:03:43 +03:00
José Romildo Malaquias
f771bf9239
font-manager: git-2016-03-02 -> 2016-06-04
2016-06-12 08:00:31 -03:00
zimbatm
f145360835
Merge pull request #16162 from orbekk/fish-fix
...
fish: fix completion from NIX_PROFILES
2016-06-12 11:40:02 +01:00
Tal Walter
eacc13a3e6
uif2iso: init at 0.1.7
...
a program for converting UIF files (Universal Image Format, used by MagicISO)
to uncompressed images depending on the input file type:
ISO, BIN/CUE, MDS/MDF, CCD/IMG/SUB and NRG.
2016-06-12 13:16:14 +03:00
rushmorem
2b520ff4f6
rethinkdb: 2.3.0 -> 2.3.4
2016-06-12 11:14:13 +02:00
Peter Simons
22ae90ae90
cabal2nix: update to version 20160611
2016-06-12 08:37:06 +02:00
Peter Simons
2862d272a6
haskell: add support for all of Hackage
...
The function "callHackage <name> <version>" generates build instructions for
the requested library version on-the-fly. All of Hackage is available. Note:
this code is brand-new, experimental, and it might change in the future. Don't
base production code on this feature yet.
Example usage:
$ nix-shell -p 'haskellPackages.callHackage "cpphs" "1.19.3" {}' --run "cpphs --version"
cpphs 1.19.3
$ nix-shell -p 'haskellPackages.ghcWithPackages (self: [(self.callHackage "hsdns" "1.6.1" {})])' --run "ghc-pkg list hsdns"
/nix/store/p6r81k2vb2pzy4wcvri6z9m492i0hg63-ghc-8.0.1/lib/ghc-8.0.1/package.conf.d
hsdns-1.6.1
2016-06-12 08:37:06 +02:00
Peter Simons
52aad6c77d
haskell.lib.withHoogle: remove obsolete function
2016-06-12 08:37:06 +02:00
Peter Simons
00bebe798c
haskell-http2: remove obsolete override
2016-06-12 08:37:06 +02:00
Peter Simons
cc09d421f2
haskell-hslogger: fix LTS build
2016-06-12 08:37:05 +02:00
Peter Simons
71f0092143
haskell-lhc: drop obsolete override
2016-06-12 08:37:05 +02:00
Peter Simons
8ffcd238c3
haskell-generic-builder: add support for setupHaskellDepends
2016-06-12 08:37:01 +02:00
Peter Simons
bef4cf54d5
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160611 using the following inputs:
- Hackage: 8f99b2654a
- LTS Haskell: 1a80e0660e
- Stackage Nightly: 504ee2b3bb
2016-06-12 08:36:53 +02:00
Kjetil Orbekk
3d7c8bd179
fish: fix completion from NIX_PROFILES
...
Load NIX_PROFILES at shell startup, not at build time.
This one was missed in #16039 .
2016-06-12 01:16:35 -04:00
Rahul Gopinath
9b385535e8
mupdf: 1.8 -> 1.9
...
Updates mupdf, and libmupdf.so
2016-06-11 21:05:15 -07:00
Matthew Bauer
d0cb52596e
libmpack: fix building on darwin
2016-06-11 21:20:37 -05:00
Phil Wetzel
7e9fbf4a1d
squeezelite: init at git 2016-05-27
2016-06-11 22:03:56 -04:00
Julien Dehos
cb6e9e5e24
armadillo: init at 7.200.1b
2016-06-12 03:06:07 +02:00
Rahul Gopinath
105a903d94
xterm: 320 -> 325
...
Update xterm, also enable sixel, and regis support for graphics
2016-06-11 16:43:52 -07:00
Tobias Geerinckx-Rice
c3d5a0a7df
libpsl: list 2016-05-23 -> 2016-06-10
2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice
6558f0add3
sane-backends-git: fix corrupted hash
2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice
9f266996b4
btrfs-progs: 4.5.3 -> 4.6
2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice
1212d921c1
lrzip: 0.621 -> 0.630
...
Changes: http://ck-hack.blogspot.com/2016/06/lrzip-0630.html
2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice
6b2cdf8cd1
sane-backends-git: 2016-05-09 -> 2016-06-11
...
fujitsu backend v131:
- hide compression-arg option when jpeg disabled
- add Send/SC/GHS macros for recent scanners
- add initial support for fi-74x0
- add initial support for fi-7030
- set has_MS_lamp=0 for fi-71x0
- add I18N macros to all option titles and descriptions
- add usb ids for many newer scanners
2016-06-12 00:28:55 +02:00
Erik Rybakken
d49e0ff79f
vimPlugins: add localvimrc
2016-06-11 23:13:15 +02:00
Kranium Gikos Mendoza
1105674352
oath-toolkit: 2.4.1 -> 2.6.1
2016-06-12 04:27:56 +08:00
Joachim Fasting
72d589080f
emacs25pre: 25.0.94 -> 25.0.95
2016-06-11 21:59:53 +02:00
Rahul Gopinath
c0316aaf84
mlterm: init at 3.3.8
...
A multi-lingual terminal that supports REGIS and SIXEL graphics
2016-06-11 12:35:34 -07:00
Arseniy Seroka
63dcc818e1
Merge pull request #16091 from ryantm/minecraft
...
minecraft: use icon in jar
2016-06-11 22:35:19 +03:00
Arseniy Seroka
5347a118c2
Merge pull request #16139 from romildo/upd.catfish
...
catfish: 1.4.1 -> 1.4.2
2016-06-11 22:33:02 +03:00
Arseniy Seroka
d4876168e2
Merge pull request #16140 from hiberno/update-vivaldi
...
vivaldi: 1.1 -> 1.2
2016-06-11 22:32:38 +03:00
Arseniy Seroka
263edf8897
Merge pull request #16147 from womfoo/bluejeans
...
bluejeans: 2.155.17.5 -> 2.160.49-8
2016-06-11 22:31:46 +03:00
José Romildo Malaquias
205ec15d1e
catfish: 1.4.1 -> 1.4.2
2016-06-11 15:25:59 -03:00
Rushmore Mushambi
bb1a9d3b60
Merge pull request #16145 from rushmorem/update-nanomsg
...
nanomsg: 0.8-beta -> 1.0.0
2016-06-11 19:28:18 +02:00
Rushmore Mushambi
1965bd56e6
Merge pull request #16146 from kamilchm/rework-go
...
all-packages references to Go packages includes all outputs
2016-06-11 19:24:35 +02:00
rushmorem
8086145649
nanomsg: 0.8-beta -> 1.0.0
2016-06-11 19:05:53 +02:00
Nikolay Amiantov
b341de88e9
Merge pull request #16030 from abbradar/fhs-refactor
...
Improvements for FHS user chrootenv
2016-06-11 21:04:20 +04:00
Kamil Chmielewski
7d02cc1dd5
all-packages references to Go packages includes all outputs
2016-06-11 18:57:29 +02:00
Frederik Rietdijk
9fbd5cf1bd
Merge pull request #16127 from regnat/bugwarrior
...
pythonPackages.bugwarrior : 1.0.2 -> 1.4.0
2016-06-11 18:55:04 +02:00
Luca Bruno
beb4182cc8
gnome3.gdm: fix version 3.14 for being used with gnome-shell 3.20. Closes #16063
2016-06-11 16:47:14 +02:00
Maciek Starzyk
a3bff71738
nimble: 0.7.2 -> 0.7.4
2016-06-11 14:53:08 +02:00
Maciek Starzyk
ab09c37f99
nim: 0.13.0 -> 0.14.2
2016-06-11 14:53:07 +02:00
Moritz Ulrich
47d400a1cc
Merge pull request #16131 from vrthra/neomutt
...
neomutt: 20160502 -> 20160530
2016-06-11 11:39:06 +02:00
Aneesh Agrawal
94627e658b
tmux: enable multiple outputs
2016-06-11 04:19:32 -04:00
Christian Lask
da0b516a5f
vivaldi: 1.1 -> 1.2
2016-06-11 09:55:32 +02:00
Nikolay Amiantov
b195bf1ed2
dspam: disable on Darwin
2016-06-11 03:40:22 +03:00
Nikolay Amiantov
4a0ca7d92e
grub4dos: enable only on Linux
2016-06-11 03:39:44 +03:00
Nikolay Amiantov
659bea9dda
dropbear: disable on Darwin
2016-06-11 03:38:57 +03:00
José Romildo Malaquias
9ddc8a1a5a
arc-gtk-theme-git: 2016-06-02 -> 2016-06-06
2016-06-10 21:35:32 -03:00
Nikolay Amiantov
3f241c172c
remarkjs: mark as broken
2016-06-11 03:28:50 +03:00
Nikolay Amiantov
3b24a4b09a
nodePackages: regenerate, add svgo, pin parsoid
2016-06-11 03:03:45 +03:00
Nikolay Amiantov
862c160e29
uwsgi: 2.0.12 -> 2.0.13.1
2016-06-11 02:43:44 +03:00
Nikolay Amiantov
80b22a823c
lambdabot: use LTS package set
2016-06-11 02:43:44 +03:00
Nikolay Amiantov
5f925c7e2b
mueval: use LTS package set
2016-06-11 02:43:44 +03:00
Nikolay Amiantov
3ce3ff64fd
pythonPackages.scfbuild: init at 1.0.3
2016-06-11 02:43:44 +03:00
Nikolay Amiantov
ac30c87d01
fontforge: add to pythonPackages
2016-06-11 02:43:44 +03:00
Nikolay Amiantov
9a1d6fe701
fontforge: 20150824 -> 20160404
2016-06-11 02:43:44 +03:00
Nikolay Amiantov
5dc116e456
julia-git: 0.4.4-pre-2016-02-08 -> 0.5.0-dev-2016-06-10
2016-06-11 02:43:44 +03:00
Kranium Gikos Mendoza
1497998a40
bluejeans: 2.155.17.5 -> 2.160.49-8
2016-06-11 06:29:52 +08:00
Rahul Gopinath
65b3ddec31
neomutt: 20160502 -> 20160530
...
Adds keywords, compress, nntp to patches.
2016-06-10 13:55:21 -07:00
Arseniy Seroka
bf71761b69
Merge pull request #16083 from matthewbauer/fix-exif-darwin
...
exif: use libintl on darwin
2016-06-10 21:13:45 +03:00
zimbatm
495fb3214a
Merge pull request #16114 from hiberno/update-qutebrowser
...
qutebrowser: 0.6.1 -> 0.6.2
2016-06-10 18:53:49 +01:00
zimbatm
ed42fa41ce
Merge pull request #16123 from matthiasbeyer/update-klaus
...
pythonPackages.klaus: 0.6.0 -> 0.9.1
2016-06-10 18:46:50 +01:00
zimbatm
2ff58e7049
Merge pull request #16126 from joelmo/seaborn
...
seaborn: 0.7.0 -> 0.7.1
2016-06-10 18:46:33 +01:00
Joachim Fasting
4ae5eb97f1
kernel: set virtualization options regardless of grsec
...
Per my own testing, the NixOS grsecurity kernel works both as a
KVM-based virtualisation host and guest; there appears to be no good
reason to making these conditional on `features.grsecurity`.
More generally, it's unclear what `features.grsecurity` *means*. If
someone configures a grsecurity kernel in such a fashion that it breaks
KVM support, they should know to disable KVM themselves.
2016-06-10 19:27:59 +02:00
Joachim Fasting
d8e4432fe2
kernel: unconditionally disable /dev/kmem
...
This was presumably set for grsecurity compatibility, but now appears
redundant. Grsecurity does not expect nor require /dev/kmem to be
present and so it makes little sense to continue making its inclusion in
the standard kernel dependent on grsecurity.
More generally, given the large number of possible grsecurity
configurations, it is unclear what `features.grsecurity` even
*means* and its use should be discouraged.
2016-06-10 19:27:41 +02:00
Théophane Hufschmitt
c616882757
pythonPackages.bugwarrior : 1.0.2 -> 1.4.0
2016-06-10 18:35:01 +02:00
Michael Raskin
da021cdda1
xscreensaver: an option to install all the hacks, including retired ones and DNA logo
2016-06-10 17:51:39 +02:00
Rushmore Mushambi
aa8cf825ce
Merge pull request #16103 from kamilchm/go2nix
...
go2nix: 20160307 -> 0.1.0
2016-06-10 17:21:27 +02:00
Joel Moberg
0b30c3ab95
seaborn: 0.7.0 -> 0.7.1
2016-06-10 17:18:02 +02:00
Alexey Shmalko
b21329e0e0
zathura: Enable synctex support
...
Closes #15984 .
abbradar: list is not needed for lib.optional
2016-06-10 17:32:48 +03:00
Ryan Mulligan
40b661a850
minecraft: use icon in jar
...
This removes the dependency on a wiki image download, which seemed bad
when I first introduced it. Unfortunately, they do not provide a 48x48
icon so we are not satisfying the minimal XDG standard.
2016-06-10 07:16:36 -07:00
Shea Levy
4fbafb2395
linux 4.6.1 -> 4.6.2
2016-06-10 09:30:11 -04:00
Matthias Beyer
7537e228bc
pythonPackages.klaus: 0.6.0 -> 0.9.1
2016-06-10 15:29:27 +02:00
Kamil Chmielewski
d73f5d6993
icon-lang, xgeometry-select: FIX accidental remove after rebase in https://github.com/NixOS/nixpkgs/pull/16017 ( #16121 )
2016-06-10 14:04:46 +01:00
obadz
ff42b489c1
xgeometry-select: add back entry in top level removed in 7eb671e
2016-06-10 14:00:50 +01:00
Rushmore Mushambi
62db274e5b
Merge pull request #16104 from rushmorem/update-vault
...
vault: 0.5.2 -> 0.5.3
2016-06-10 14:48:21 +02:00
Nikolay Amiantov
21f5510a54
Merge pull request #15367 from bendlas/update-wine
...
wine-unstable: 1.9.7 -> 1.9.11; add optional dependencies; opencl-icd: init; refactor flags
2016-06-10 16:47:31 +04:00
Michael Raskin
46d3001fa7
xscreensaver: use gle
2016-06-10 14:51:48 +02:00
Michael Raskin
a6072331c0
gle: init at 3.1.0
2016-06-10 14:51:48 +02:00
Peter Simons
0f7a0a0377
haskell-stack: apply small patch from Git to fix "stack repl" for GHC 8.x
2016-06-10 14:41:01 +02:00
Rushmore Mushambi
ceaf0185bd
Merge pull request #16106 from steveeJ/rkt-bump-1.8
...
rkt: 1.7.0 -> 1.8.0
2016-06-10 14:30:00 +02:00
Vladimír Čunát
ce5cb1eff7
Merge #16117 : mononoki: init at 1.2
2016-06-10 12:35:01 +02:00
Christian L
64a6e09979
atom: 1.7.3 -> 1.8.0 ( #16118 )
2016-06-10 11:30:50 +01:00
Christian Lask
e0e9df7c8d
mononoki: init at 1.2
2016-06-10 12:19:17 +02:00
Kamil Chmielewski
76b331ae59
go2nix: 20160307 -> 0.1.0
2016-06-10 12:04:35 +02:00
Rickard Nilsson
548a136345
google-cloud-sdk: 109.0.0 -> 113.0.0
2016-06-10 09:07:01 +00:00
Rickard Nilsson
656c48f141
opentsdb: 2.1.1 -> 2.2.0
2016-06-10 08:17:20 +00:00
Christian Lask
527077f02c
qutebrowser: 0.6.1 -> 0.6.2
2016-06-10 10:11:59 +02:00
Rickard Nilsson
70338f4981
bosun: 0.5.0-alpha -> 0.5.0-rc4
2016-06-10 08:00:18 +00:00
Rickard Nilsson
b9922661b8
jetty: Remove obsolete versions and init new default to 9.3.9.v20160517
2016-06-10 07:59:59 +00:00
Rickard Nilsson
335ccfcf34
hbase: 0.98.13 -> 0.98.19
2016-06-10 07:59:11 +00:00
Rok Garbas
5f34b5476b
goaccess: 0.9.4 -> 1.0
...
also there is no need for local variables
2016-06-10 04:33:27 +02:00
Rok Garbas
4c96860b53
firefox-bin: 47.0b9 -> 48.0b1, 48.0a2 -> 49.0a2
2016-06-10 04:24:27 +02:00
Kranium Gikos Mendoza
cc05622761
augeas: 1.2.0 -> 1.5.0
2016-06-10 10:23:44 +08:00
Rickard Nilsson
9657844db2
fluentd: 0.12.6 -> 0.14.0
2016-06-10 01:35:39 +00:00
Rickard Nilsson
511565e996
kibana: 4.4.1 -> 4.5.1
2016-06-10 01:35:39 +00:00
Stefan Junker
42b3156b4e
rkt: 1.7.0 -> 1.8.0
2016-06-09 16:28:30 -07:00
rushmorem
1f99f81d24
vault: 0.5.2 -> 0.5.3
2016-06-10 00:46:26 +02:00
Joachim Fasting
589082646a
Merge pull request #16097 from mimadrid/update/klavaro-3.02
...
klavaro: 3.01 -> 3.02
2016-06-10 00:18:39 +02:00
Rushmore Mushambi
902b6d5691
Merge pull request #16093 from rushmorem/update-go
...
go: v1.5.3 -> v1.5.4
2016-06-10 00:14:56 +02:00
mimadrid
830c748ea4
Add myself as maintainer
2016-06-09 23:41:17 +02:00
Joachim Fasting
7bd515979c
tinycc: fix paxmark call
...
I missed this due to testing on a checkout that didn't contain
the paxmark fix ...
2016-06-09 23:06:01 +02:00
Rahul Gopinath
b89d4a3a61
unicon: init at 11.7
...
Unicon is a very high level goal-directed, object-oriented, general purpose
applications language
2016-06-09 13:32:44 -07:00
rushmorem
6e709b180e
storebrowse: mark broken
...
`storebrowse` depends on https://code.google.com/archive/p/gosqlite/
which leads to gosqlite.googlecode.com/hg/sqlite which now 404s.
2016-06-09 22:09:07 +02:00
Peter Simons
3a4ff5fc7e
haskell-darcs: switch to LTS package set to fix the build
2016-06-09 21:51:19 +02:00
Peter Simons
bcd46a3d9b
haskell-cryptol: switch to LTS package set to fix the build
2016-06-09 21:51:09 +02:00
Peter Simons
7914242b37
haskell-timezone-series: fix build with GHC 8.0.1
...
- Fix the incorrect sha256 hash of the patch.
- Apply the patch only when compiling with GHC 8.0.x.
2016-06-09 21:51:09 +02:00
Peter Simons
cf042ae750
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160406-38-g2269395 using the following inputs:
- Hackage: 65d1dbe8dd
- LTS Haskell: 1a80e0660e
- Stackage Nightly: 5863aeaee3
2016-06-09 21:51:00 +02:00
Nikolay Amiantov
69e97f8a45
Merge pull request #15891 from abbradar/krita
...
krita: init at 3.0
2016-06-09 23:34:07 +04:00
Thomas Tuegel
e6fdc9f7f0
Merge pull request #16092 from abbradar/qt561
...
Qt: 5.6.0 -> 5.6.1
2016-06-09 14:32:53 -05:00
rushmorem
2a258d13ad
go: make 1.6 default
2016-06-09 21:32:37 +02:00
mimadrid
f8a0f1ce68
klavaro: 3.01 -> 3.02
2016-06-09 20:49:26 +02:00
Nikolay Amiantov
7b84294bd9
tdesktop: fix with new Qt
2016-06-09 21:37:24 +03:00
Thomas Tuegel
04ad2ebfb2
Merge branch 'kde-propagate'
2016-06-09 12:40:04 -05:00
Thomas Tuegel
aea0ff96de
sddm: run phase hooks
2016-06-09 12:39:02 -05:00
rushmorem
0e262f52f3
go: v1.5.3 -> v1.5.4
2016-06-09 19:18:07 +02:00
Christopher Lübbemeier
ac4903284c
gmsh: init at 2.12.0
2016-06-09 18:54:26 +02:00
Nikolay Amiantov
97d791978c
qt56: 5.6.0 -> 5.6.1
2016-06-09 18:44:56 +03:00
Thomas Tuegel
09d63127de
Revert "qt56: 5.6.0 -> 5.6.1"
...
This reverts commit 4d2cf4baac
.
2016-06-09 10:42:52 -05:00
Franz Pletz
a0996c2c60
libressl: 2.3.4 -> 2.3.5
2016-06-09 17:37:29 +02:00