about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #41952 from obsidiansystems/darwin-booting-llvmJohn Ericson2018-06-13
|\ | | | | llvm: Remove unneeded libcxxabi dependencies
| * llvm 3.8+: Remove unneeded libcxxabi dependencyJohn Ericson2018-06-13
| | | | | | | | Evidentally this hasn't been needed for a while
| * llvm: use native cmake for libc++abiJohn Ericson2018-06-13
| | | | | | | | Finish what 1cb1b9193b64c74df3b269dabb520c9ae73ee8d5 started.
* | androidndk: fixup asm linkingMatthew Bauer2018-06-13
|/ | | | | | | | This fixes cross compiling to android that is currently broken. The asm symlink needs to be set on versions /newer/ than 10e not the other way around. We also need to use hostInfo’s triple here because ... /cc @ericson2314 @bkchr
* Merge pull request #41951 from smaret/ispellDaiderd Jordan2018-06-14
|\ | | | | ispell: fix compilation on Darwin
| * ispell: use optionalString instead of a bash conditionalSebastien Maret2018-06-14
| |
| * ispell: fix compilation on DarwinSebastien Maret2018-06-14
| | | | | | | | Closes #41948.
* | Merge pull request #41949 from bhipple/u/fzf-0-17-4Jörg Thalheim2018-06-13
|\ \ | | | | | | fzf: 0.17.3 -> 0.17.4
| * | fzf: 0.17.3 -> 0.17.4Benjamin Hipple2018-06-13
| | |
* | | Merge pull request #41941 from r-ryantm/auto-update/xmr-stakJörg Thalheim2018-06-13
|\ \ \ | |/ / |/| | xmr-stak: 2.4.4 -> 2.4.5
| * | xmr-stak: 2.4.4 -> 2.4.5R. RyanTM2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xmr-stak/versions. These checks were done: - built on NixOS - /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5/bin/xmr-stak passed the binary check. - Warning: no invocation of /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5/bin/libxmrstak_opencl_backend.so had a zero exit code or showed the expected version - 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 2.4.5 with grep in /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5 - directory tree listing: https://gist.github.com/d748f1490c29ab43e9426b5d283a5e4e - du listing: https://gist.github.com/06e416d3c3db5caf733655c9ab632eea
* | | linux: 4.9.107 -> 4.9.108Tim Steinbach2018-06-13
| | |
* | | linux: 4.4.136 -> 4.4.137Tim Steinbach2018-06-13
| | |
* | | Merge pull request #41907 from yrashk/powershell-fixJörg Thalheim2018-06-13
|\ \ \ | | | | | | | | powershell: fix the build
| * | | powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputsJörg Thalheim2018-06-13
| | | |
| * | | powershell: fix the buildYurii Rashkovskii2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason, building powershell derivation started failing with these errors: ``` liblttng-ust.so.0 -> not found! ... libpam.so.0 -> not found! ``` This patch adds these dependencies
* | | | Merge pull request #41853 from volth/patch-153xeji2018-06-13
|\ \ \ \ | | | | | | | | | | network-interfaces.nix: remove duplicate code
| * | | | network-interfaces.nix: remove duplicate codevolth2018-06-11
| | | | |
* | | | | Merge pull request #41928 from woffs/zfs-service-enableJörg Thalheim2018-06-13
|\ \ \ \ \ | | | | | | | | | | | | nixos/zfs: enable zfs services
| * | | | | nixos/zfs: enable zfs servicesFrank Doepper2018-06-13
| | | | | |
* | | | | | avocode: 2.26.4 -> 3.0.0 (#41947)Meghea Iulian2018-06-13
| | | | | |
* | | | | | Merge pull request #41938 from tilpner/awesome-no-argbJörg Thalheim2018-06-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/awesome: Add noArgb option
| * | | | | | nixos/awesome: Add noArgb optiontilpner2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option to disable client transparency support in awesome, which greatly improves performance in my setup (and presumably will in some others).
* | | | | | | Merge pull request #41946 from obsidiansystems/darwin-booting-llvmJohn Ericson2018-06-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | darwin stdenv: fix llvmPackages overrides
| * | | | | | | darwin stdenv: fix llvmPackage overridesJohn Ericson2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It may seem nice and abstract to just override the default version, but that breaks the alias relationship where the original llvmPackages_* is no longer in sync. Put another away, modifying the referee rather instead of breaking the reference "copy-on-write" is impossible.
* | | | | | | | ghcjs-ng: add haskellCompilerName attributeMatthew Justin Bauer2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed by some old code in Nixpkgs. Adding it here will fix some eval errors. /cc @ElvishJerricco Fixes #41943
* | | | | | | | Merge pull request #41852 from oxij/nixos/tor-serviceJoachim F2018-06-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/tor: fix systemd service
| * | | | | | | | nixos/tor: use ControlPort for controlSocket for simplicitySLNOS2018-06-11
| | | | | | | | |
| * | | | | | | | nixos/tor: add tor-init service to fix directory ownerships, fix hardeningsSLNOS2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts a part of 5bd12c694bfebaef1d03eb7f74a6eca01b86f546. Apparently there's no way to specify user for RuntimeDirectory in systemd service file (it's always root) but tor won't create control socket if the dir is owned by anybody except the tor user. These hardenings were adopted from the upstream service file, checked against systemd.service(5) and systemd.exec(5) manuals, and tested to actually work with all the options enabled. `PrivateDevices` implies `DevicePolicy=closed` according to systemd.exec(5), removed. `--RunAsDaemon 0` is the default value according to tor(5), removed.
* | | | | | | | | terraform-provider-ibm: 0.9.1 -> 0.10.0 (#41942)Jens Binkert2018-06-13
| | | | | | | | |
* | | | | | | | | skim: 0.4.0 -> 0.5.0 (#41936)Vladyslav M2018-06-13
| | | | | | | | |
* | | | | | | | | flatpak: 0.11.7 → 0.11.8.2Jan Tojnar2018-06-13
| | | | | | | | |
* | | | | | | | | phpPackages.php-cs-fixer: 2.12.0 → 2.12.1Jan Tojnar2018-06-13
| | | | | | | | |
* | | | | | | | | gnome3.epiphany: 3.28.2.1 → 3.28.3.1Jan Tojnar2018-06-13
| | | | | | | | |
* | | | | | | | | gnome3.gnome-documents: 3.28.0 → 3.28.1Jan Tojnar2018-06-13
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | zfs: fix substitution of /bin/rm (#41930)Frank Doepper2018-06-13
| | | | | | | |
* | | | | | | | Merge pull request #41764 from oxij/nixos/some-more-related-packagesMichael Raskin2018-06-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos: add some more related packages
| * | | | | | | | nixos: xserver: add related packagesJan Malakhovski2018-06-13
| | | | | | | | |
| * | | | | | | | nixos: doc: make `relatedPackages` a bit smarterJan Malakhovski2018-06-13
| | | | | | | | |
* | | | | | | | | Riemann-tools: 0.2.6 -> 0.2.13 (#41927)Michael Fellinger2018-06-13
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Revert "libxml2: add static output"Orivej Desh2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1897c352f55f5c5e7b63f252456d091d0fbdbcf7 on master. This is a mass rebuild that should go through staging.
* | | | | | | | yq: 2.5.0 -> 2.6.0 (#41926)R. RyanTM2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yq/versions. These checks were done: - built on NixOS - /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/.xq-wrapped passed the binary check. - /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/xq passed the binary check. - /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/.yq-wrapped passed the binary check. - /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/yq passed the binary check. - 4 of 4 passed binary check by having a zero exit code. - 4 of 4 passed binary check by having the new version present in output. - found 2.6.0 with grep in /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0 - directory tree listing: https://gist.github.com/d6c1ce31dff71d43e23d27c6d98e1925 - du listing: https://gist.github.com/a08a8e4ca7caa376a53ad39da72ba921
* | | | | | | | yoshimi: 1.5.8 -> 1.5.8.2 (#41925)R. RyanTM2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yoshimi/versions. These checks were done: - built on NixOS - /nix/store/k0c0kks60fdnismml72d956yca922nv4-yoshimi-1.5.8.2/bin/yoshimi passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.5.8.2 with grep in /nix/store/k0c0kks60fdnismml72d956yca922nv4-yoshimi-1.5.8.2 - directory tree listing: https://gist.github.com/cba4c23026b96fbb6a4cd4ee08212a0f - du listing: https://gist.github.com/867590c63053855dd8091a35257291d2
* | | | | | | | Merge pull request #41915 from nlewo/pr-libxml2-staticxeji2018-06-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libxml2: add static output
| * | | | | | | | libxml2: add static outputAntoine Eiche2018-06-13
| | | | | | | | |
* | | | | | | | | Merge pull request #41932 from obsidiansystems/fix-setup-dependsMatthew Justin Bauer2018-06-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | haskell generic-builder: Use separate setup db in more cases
| * | | | | | | | | haskell generic-builder: Use separate setup db in more casesJohn Ericson2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use for cross and GHCJS whether or not there are setup depends.
* | | | | | | | | | Merge pull request #41896 from obsidiansystems/fix-setup-dependsJohn Ericson2018-06-13
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | | haskell generic-builder: Fix setup depends
| * | | | | | | | haskell generic-builder: Fix setup dependsJohn Ericson2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was referring to the wrong package db in a few places. Thanks @ElvishJerricco for catching.
* | | | | | | | | nixos/tests/morty: fix non-deterministic failureUli Baum2018-06-13
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | ... due to improper timing