Commit Graph

142727 Commits

Author SHA1 Message Date
Rolf Schröder
979ac47cd8 doc/languages-frameworks/python.section.md: fix typo (#41824) 2018-06-11 10:24:07 +01:00
Uli Baum
93cbb9b72f nixos/tomcat: fix eval error introduced by #40657 2018-06-11 11:02:54 +02:00
Matthew Bauer
eca521aea7 libcanberra: supports darwin 2018-06-10 22:45:40 -04:00
Matthew Bauer
b0cb40ed4b samba: support darwin
- add macos patch
2018-06-10 22:45:40 -04:00
Yegor Timoshenko
da038b1bfc
Merge pull request #40948 from r-ryantm/auto-update/whois
whois: 5.3.0 -> 5.3.1
2018-06-11 05:27:59 +03:00
Matthew Justin Bauer
51aec3b2ad
Merge pull request #41817 from bgamari/T41816
cmake: Only apply application-services.patch with 3.11
2018-06-10 22:02:25 -04:00
Jan Tojnar
e7b304e60b
Merge pull request #41785 from etu/sequeler-update
sequeler: 0.5.4 -> 0.5.5
2018-06-11 04:00:11 +02:00
Ben Gamari
5962d0d5f3 cmake: Only apply application-services.patch with 3.11
The patch doesn't apply with earlier versions. Fixes #41816.
2018-06-10 21:32:49 -04:00
Yegor Timoshenko
2391e836f9 wireguard-go: drop redundant relative import patch 2018-06-11 01:26:04 +00:00
Tim Steinbach
a444dcad03
linux-copperhead: LTS based on regular 4.14 2018-06-10 21:00:47 -04:00
Matthew Bauer
7eb169a257 avian: use no error
Currently a warning breaks an otherwise working package
2018-06-10 20:34:40 -04:00
Matthew Bauer
f522c9c3b9 dxx-rebirth: disable format hardening 2018-06-10 20:32:31 -04:00
Matthew Bauer
8eabbf1f17 dnsperf: supports darwin 2018-06-10 20:32:17 -04:00
Matthew Bauer
7e63a205da treewide: disable some darwin checks
Some network tests frequently fail on darwin. It’s easiest to disable
them for now.
2018-06-10 20:31:06 -04:00
Matthew Bauer
4b213588f9 ffmpeg: needs gcc
https://hydra.nixos.org/build/75640051/nixlog/2
2018-06-10 20:29:40 -04:00
Matthew Justin Bauer
6af1426421
bind: only include libcap on linux 2018-06-10 20:04:29 -04:00
Okina Matara
45af94bfb9 dolphinEmuMaster: Enable Vulkan Dolphin did not have access to the Vulkan libs before, now it does. 2018-06-10 16:24:28 -07:00
Okina Matara
03ca9eeaa2 dolphinEmuMaster: 20180430 -> 20180609 2018-06-10 16:24:28 -07:00
Matthew Bauer
97e8bcc925 dwarf-therapist: supports darwin 2018-06-10 19:23:11 -04:00
Matthew Bauer
7170ab8433 dfhack: add SDL to buildInputs 2018-06-10 19:23:11 -04:00
Matthew Bauer
8f89f81b62 dfhack: add submodules 2018-06-10 19:23:11 -04:00
Matthew Justin Bauer
cc42186614
Merge pull request #41668 from r-ryantm/auto-update/ngspice
ngspice: 27 -> 28
2018-06-10 19:08:30 -04:00
Matthew Justin Bauer
b2f10f4e20
Merge pull request #41720 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.8 -> 0.7.9
2018-06-10 19:07:42 -04:00
Matthew Justin Bauer
83be4ee318
Merge pull request #41747 from MarcFontaine/unixcw
unixcw : init at 3.5.1
2018-06-10 19:07:17 -04:00
Tobias Happ
895e4c2687 dwm-status: init at 0.4.0 (#41726) 2018-06-11 00:24:13 +02:00
Edmund Wu
4d8c0313b8 nixos/vscode-with-extensions: add desktop file (#41803) 2018-06-11 00:23:30 +02:00
Andreas Rammhold
559e26d7de
Merge pull request #41808 from andir/gnupg-2.2.8
gnupg: 2.2.7 -> 2.2.8
2018-06-11 00:22:22 +02:00
Ruben Maher
0b3f13d442 pkgs/qemu: tell qemu where to find smbd if smbdSupport is true (#41615) 2018-06-11 00:18:31 +02:00
Tobias Happ
8d488247e1 atom: patchelf ctags binary (#41811) 2018-06-11 00:08:08 +02:00
jraygauthier
1ef6d3fe62 tiscamera: Init at 0.9.1 (#41738) 2018-06-10 23:57:42 +02:00
Matthew Justin Bauer
01e165d073
Merge pull request #41788 from LumiGuide/fix-override-haskellPackages
haskell: fix overriding haskellPackages using haskell.packageOverrides
2018-06-10 17:35:55 -04:00
xeji
8bd9f064db
Merge pull request #41623 from jfrankenau/update-cura
cura: 3.2.1 -> 3.3.1
2018-06-10 23:32:31 +02:00
Michael Raskin
d871acb3b2
Merge pull request #33176 from Izorkin/mariadb-galera
mariadb galera: init at 25.3.23
2018-06-10 21:23:11 +00:00
Maximilian Bosch
aa46b1ec0e nixos/autosuggestions: add module (#41397)
The `zsh-autosuggestions` package provides several configuration options
such as a different highlight style (like `fg=cyan` which is easier to
read).

With `rename.nix` the old `programs.zsh.enableAutosuggestions` is still
functional, but yields the following warning like this during evaluation:

```
trace: warning: The option `programs.zsh.enableAutosuggestions' defined in `<unknown-file>' has been renamed to `programs.zsh.autosuggestions.enable'.
```

The module provides the most common `zsh-autosuggestions` (highlight
style and strategy) as options that will be written into the interactive
shell init (`/etc/zshrc` by default). Further configuration options can
be declared using the `extraConfig` attr set:

```
{
  programs.zsh.autosuggestions.extraConfig = {
    "ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE" = "buffer_size";
  };
}
```

A full list of available configuration options for `zsh-autosuggestions`
can be viewed here: https://github.com/zsh-users/zsh-autosuggestions/blob/v0.4.3/README.md
2018-06-10 23:08:50 +02:00
Elis Hirwing
530b287d6d
sequeler: 0.5.4 -> 0.5.5
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.5.5

They also happened to switch away from cmake.
2018-06-10 23:03:17 +02:00
Izorkin
35ce5c1c8e maxscale: init at 2.1.17 (#33835) 2018-06-10 22:50:36 +02:00
Profpatsch
67b6b25134 slic3r: add missing perl dependencies 2018-06-10 22:46:57 +02:00
Matthew Justin Bauer
e7870d9d25
Merge pull request #41805 from marsam/feature/fix-fira-fonts
fira fonts: Update url
2018-06-10 16:39:18 -04:00
Ryan Mulligan
2c89b0585d ssl-cert-check: init at 3.31 (#41734) 2018-06-10 22:06:27 +02:00
Benjamin Hipple
17d7650585 mupdf: apply CVE-2018-10289 patch (#41802)
Fixes mupdf issue in https://github.com/NixOS/nixpkgs/issues/41748 by applying
patch from https://bugs.ghostscript.com/show_bug.cgi?id=699271
2018-06-10 22:01:05 +02:00
xeji
6dabad3c77
Merge pull request #41754 from ckauhaus/41750-cve-libtiff-master
libtiff: 4.0.9 update patches
2018-06-10 21:49:06 +02:00
Andreas Rammhold
1abc0537b6
gnupg: 2.2.7 -> 2.2.8
This addresses CVE-2018-12020. The details can be retrived from the
changelog [1].

[1] https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000425.html
2018-06-10 21:30:52 +02:00
volth
3c2bbe217c lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)
* lib: bitAnd, bitOr, bitXor

* lib: test for bitAnd, bitOr, bitXor

* lib: bitsize-agnostic zipIntBits

* lib: bitNot

* lib: bitNot
2018-06-10 21:25:48 +02:00
Matthew Bauer
e544e4f564 configuration-common.nix: fix incorrect override 2018-06-10 15:07:02 -04:00
Matthew Bauer
5a216cd7ed ghcjs: disable some checks 2018-06-10 15:07:02 -04:00
Matthew Justin Bauer
aa18847e00
Merge pull request #41790 from ookhoi/pcsc-lite-not-found
pcsc-lite-not-found - alioth.debian.org decommissioned:
2018-06-10 14:58:48 -04:00
Benjamin Hipple
d81ab0ab7d alsa: setup mirrors for src downloads (#41761)
This commit adds a list of supported mirrors for all alsa projects, as described
on the download section of the alsa-project hompage:
http://alsa-project.org/main/index.php/Download
2018-06-10 20:56:20 +02:00
xeji
e76388a0ab
Merge pull request #41674 from woffs/loadwatch
loadwatch: init at 1.1
2018-06-10 20:54:00 +02:00
Frank Doepper
e7af719b96 loadwatch: 1.1 -> 1.1-1-g6d2544c
adopted the source and fixed the compiler warnings
2018-06-10 20:37:28 +02:00
Frederik Rietdijk
2114e15171
Merge pull request #41804 from Assassinkin/python-hosts
pythonPackages.python-hosts: init at 0.4.1
2018-06-10 20:25:10 +02:00