summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* kicad-unstable: 2018-03-10 -> 2018-06-12Ben Gamari2018-06-12
|
* cmake: Only apply application-services.patch with 3.11Ben Gamari2018-06-12
| | | | The patch doesn't apply with earlier versions. Fixes #41816.
* avian: use no errorMatthew Bauer2018-06-10
| | | | Currently a warning breaks an otherwise working package
* dxx-rebirth: disable format hardeningMatthew Bauer2018-06-10
|
* dnsperf: supports darwinMatthew Bauer2018-06-10
|
* treewide: disable some darwin checksMatthew Bauer2018-06-10
| | | | | Some network tests frequently fail on darwin. It’s easiest to disable them for now.
* ffmpeg: needs gccMatthew Bauer2018-06-10
| | | | https://hydra.nixos.org/build/75640051/nixlog/2
* bind: only include libcap on linuxMatthew Justin Bauer2018-06-10
|
* dolphinEmuMaster: Enable Vulkan Dolphin did not have access to the Vulkan ↵Okina Matara2018-06-10
| | | | libs before, now it does.
* dolphinEmuMaster: 20180430 -> 20180609Okina Matara2018-06-10
|
* dwarf-therapist: supports darwinMatthew Bauer2018-06-10
|
* dfhack: add SDL to buildInputsMatthew Bauer2018-06-10
|
* dfhack: add submodulesMatthew Bauer2018-06-10
|
* Merge pull request #41668 from r-ryantm/auto-update/ngspiceMatthew Justin Bauer2018-06-10
|\ | | | | ngspice: 27 -> 28
| * ngspice: 27 -> 28R. RyanTM2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ngspice/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28/bin/cmpp had a zero exit code or showed the expected version - /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28/bin/ngspice passed the binary check. - 1 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 28 with grep in /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28 - directory tree listing: https://gist.github.com/890c9d6d1b1aa9e86b2f4c8ddf86a36d - du listing: https://gist.github.com/099b236d47fee839749355d18a841493
* | Merge pull request #41720 from r-ryantm/auto-update/appstream-glibMatthew Justin Bauer2018-06-10
|\ \ | | | | | | appstream-glib: 0.7.8 -> 0.7.9
| * | appstream-glib: 0.7.8 -> 0.7.9R. RyanTM2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/appstream-glib/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.7.9 with grep in /nix/store/c15qrflgi7dn8by6lndn4szzxqfv6fbh-appstream-glib-0.7.9 - directory tree listing: https://gist.github.com/8232c1c6ab5664cb630765eefbbf7f5f - du listing: https://gist.github.com/820804a1f32be45fb3ccdd98d6dd6a86
* | | Merge pull request #41747 from MarcFontaine/unixcwMatthew Justin Bauer2018-06-10
|\ \ \ | | | | | | | | unixcw : init at 3.5.1
| * | | unixcw : init at 3.5.1MarcFontaine2018-06-10
| | | |
* | | | dwm-status: init at 0.4.0 (#41726)Tobias Happ2018-06-11
| | | |
* | | | nixos/vscode-with-extensions: add desktop file (#41803)Edmund Wu2018-06-11
| | | |
* | | | Merge pull request #41808 from andir/gnupg-2.2.8Andreas Rammhold2018-06-11
|\ \ \ \ | | | | | | | | | | gnupg: 2.2.7 -> 2.2.8
| * | | | gnupg: 2.2.7 -> 2.2.8Andreas Rammhold2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | pkgs/qemu: tell qemu where to find smbd if smbdSupport is true (#41615)Ruben Maher2018-06-11
| | | | |
* | | | | atom: patchelf ctags binary (#41811)Tobias Happ2018-06-11
| | | | |
* | | | | tiscamera: Init at 0.9.1 (#41738)jraygauthier2018-06-10
| | | | |
* | | | | Merge pull request #41788 from LumiGuide/fix-override-haskellPackagesMatthew Justin Bauer2018-06-10
|\ \ \ \ \ | | | | | | | | | | | | haskell: fix overriding haskellPackages using haskell.packageOverrides
| * | | | | haskell: fix overriding haskellPackages using haskell.packageOverridesBas van Dijk2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested using: $ nix-build -E '(import ./. { overlays = [(final : previous : { haskell = previous.haskell // { packageOverrides = self : super : {blablabla = super.scientific;};};})];}).haskellPackages.blablabla' /nix/store/s75xbfhn88187jk8238h4ii2ap9kg4m2-scientific-0.3.6.2
* | | | | | Merge pull request #41623 from jfrankenau/update-curaxeji2018-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | cura: 3.2.1 -> 3.3.1
| * | | | | | cura: 3.2.1 -> 3.3.1Johannes Frankenau2018-06-10
| | | | | | |
| * | | | | | curaengine: 3.2.1 -> 3.3.0Johannes Frankenau2018-06-10
| | | | | | |
| * | | | | | libarcus: 3.2.1 -> 3.3.0Johannes Frankenau2018-06-10
| | | | | | |
| * | | | | | python.pkgs.pyqt5: apply patch for cura segfaultsJohannes Frankenau2018-06-10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #33176 from Izorkin/mariadb-galeraMichael Raskin2018-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | mariadb galera: init at 25.3.23
| * | | | | | mariadb galera: init at 25.3.23Izorkin2018-05-18
| | | | | | |
* | | | | | | nixos/autosuggestions: add module (#41397)Maximilian Bosch2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | maxscale: init at 2.1.17 (#33835)Izorkin2018-06-10
| | | | | | |
* | | | | | | slic3r: add missing perl dependenciesProfpatsch2018-06-10
| | | | | | |
* | | | | | | Merge pull request #41805 from marsam/feature/fix-fira-fontsMatthew Justin Bauer2018-06-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fira fonts: Update url
| * | | | | | | fira-mono: update urlMario Rodas2018-06-10
| | | | | | | |
| * | | | | | | fira: update urlMario Rodas2018-06-10
| | | | | | | |
* | | | | | | | ssl-cert-check: init at 3.31 (#41734)Ryan Mulligan2018-06-10
| | | | | | | |
* | | | | | | | mupdf: apply CVE-2018-10289 patch (#41802)Benjamin Hipple2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes mupdf issue in https://github.com/NixOS/nixpkgs/issues/41748 by applying patch from https://bugs.ghostscript.com/show_bug.cgi?id=699271
* | | | | | | | Merge pull request #41754 from ckauhaus/41750-cve-libtiff-masterxeji2018-06-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libtiff: 4.0.9 update patches
| * | | | | | | | Get libtiff on the same patch level as Debian. The imported patch file contains:Christian Kauhaus2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2017-9935 CVE-2017-11613 CVE-2017-17095 CVE-2017-18013 CVE-2018-5784 CVE-2018-7456 Re #41748 (master) Re #41749 (release-18.03 - needs to be cherry-picked)
* | | | | | | | | lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth2018-06-10
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib: bitAnd, bitOr, bitXor * lib: test for bitAnd, bitOr, bitXor * lib: bitsize-agnostic zipIntBits * lib: bitNot * lib: bitNot
* | | | | | | | configuration-common.nix: fix incorrect overrideMatthew Bauer2018-06-10
| | | | | | | |
* | | | | | | | ghcjs: disable some checksMatthew Bauer2018-06-10
| | | | | | | |
* | | | | | | | Merge pull request #41790 from ookhoi/pcsc-lite-not-foundMatthew Justin Bauer2018-06-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pcsc-lite-not-found - alioth.debian.org decommissioned:
| * | | | | | | | pcsc-lite-not-found - wrong hashSander Hollaar2018-06-10
| | | | | | | | |