summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge pull request #42123 from peti/drop-ghc-8.4.2Peter Simons2018-06-19
|\ | | | | ghc: drop compiler version 8.4.2; we prefer 8.4.3
| * ghc: drop compiler version 8.4.2; we prefer 8.4.3Peter Simons2018-06-17
| |
* | wireshark: 2.4.7 -> 2.6.1Michael Raskin2018-06-19
| |
* | libressl: fix evalDaiderd Jordan2018-06-19
| |
* | linux-hardkernel: Init at 4.14.47-139 (#41782)qolii2018-06-19
| |
* | vym: 2.2.4 -> 2.6.11 (#42186)rys ostrovid2018-06-19
| |
* | Merge pull request #41893 from asymmetric/asymmetric/asc-qrxeji2018-06-18
|\ \ | | | | | | asc-key-to-qr-code-gif: init at 20180613
| * | asc-key-to-qr-code-gif: init at 20180613Lorenzo Manacorda2018-06-13
| | |
* | | Merge pull request #42151 from mrVanDalo/add-patchworkPascal Wittmann2018-06-18
|\ \ \ | | | | | | | | patchwork-classic : add 2.12.0
| * | | patchwork-classic : init at 2.12.0Ingolf Wagner2018-06-18
| | | |
* | | | Merge pull request #41950 from dtzWill/feature/editline-prWill Dietz2018-06-18
|\ \ \ \ | | | | | | | | | | editline: init at 1.15.3
| * | | | editline: init at 1.15.3Will Dietz2018-06-13
| | | | |
* | | | | Merge pull request #39153 from mnacamura/lightdm-mini-greeterMatthew Justin Bauer2018-06-18
|\ \ \ \ \ | | | | | | | | | | | | lightdm-mini-greeter: init at 0.3.2
| * | | | | lightdm-mini-greeter: init at 0.3.2Mitsuhiro Nakamura2018-06-18
| | | | | |
* | | | | | pythonPackages.xml2rfc: init at 2.9.8Vladimír Čunát2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems to work fine, in python2Packages and python3Packages. If you find a problem, let me know and I'll try to fix it.
* | | | | | Merge pull request #42143 from Ma27/bump-nifskopeJörg Thalheim2018-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | nifskope: 1.1.3 -> 2.0.dev7
| * | | | | | nifskope: 1.1.3 -> 2.0.dev7Maximilian Bosch2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `nifskope` v2 contains a lot of new features and a new, QT5-based UI (see https://github.com/niftools/nifskope/releases). Additionally the 2.0 sourcetree exists for quite a while and after some short user tests it seems fairly stable. The following aspects have been changed: * Use QT 5.9 rather than QT4 (see #33248). * GCC7 support from upstream (gcc6 patch not needed anymore, build on GCC7 works fine), disabled `-Werror=format-security` can be used again as compiler flag. * Patched broken paths in `NifSkope_targets.pri` to point to the proper dependencies (otherwise `<gli.hpp>` and `qhull` couldn't be found). * Patched paths in `NifSkope.pro` to `lupdate` and `lrelease` (default `QT_*` paths point to `libsForQt5x.qtbase` which doesn't contain the needed binaries, instead they need to point to `libsForQt5x.qttools`). * Added myself as maintainer.
* | | | | | | Merge pull request #41901 from ariutta/sqlintJörg Thalheim2018-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sqlint: init at 0.1.7
| * | | | | | | sqlint: init at 0.1.7. ht @ryantm.Anders Riutta2018-06-17
| | | | | | | |
* | | | | | | | Merge pull request #42141 from swflint/ical2orgadisbladis2018-06-18
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | ical2org: init at v.1.1.5
| * | | | | | | ical2org: init at v.1.1.5Samuel W. Flint2018-06-17
| | | | | | | |
* | | | | | | | Merge pull request #41940 from plapadoo/pdf-tools-upgradexeji2018-06-17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | pdf-tools: fix build
| * | | | | | | pdf-tools: 0.80 -> HEADPhilipp Middendorf2018-06-17
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | To fix #41916, this commit upgrades the emacs package “pdf-tools” to the HEAD revision, since there’s no official release containing the fix.
* | | | | | | dlib: 19.9 -> 19.13 (#41953)Maximilian Bosch2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the latest `dlib` build for `nixpkgs` compliancy: * Patched `setup.py` to use number of jobs defined in `$NIX_BUILD_CORES` rather than using all available cores. * Bumped `dlib` to latest version (v19.13 ATM). * Dropped `openblas` build input, `cblas` which actually works lives in `dlib/external`. Otherwise the test suite runs into segfaults (see https://github.com/NixOS/nixpkgs/pull/39255#issuecomment-384535129 for further reference). * Added myself as maintainer in case of any further breakage in the future. Closes #39255 /cc @dotlambda @ryantm
* | | | | | | lice: init at 0.4 (#42108)Samuel W. Flint2018-06-17
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lice: init at 0.4 * lice: make changes per pSub
* | | | | | brightnessctl: init at 0.3.2 (#42102)dje43212018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brightnessctl: init at 0.3.2 * Revised PR
* | | | | | spidermonkey_17: get darwin workingMatthew Bauer2018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLVM building is apparently broken. This is a similar fix to what was done in spidermonkey_38. enableReadline flag is also introduced (defaults to true except on darwin).
* | | | | | Merge pull request #42068 from symphorien/etherape-0.9.18lewo2018-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | etherape: 0.9.17 -> 0.9.18
| * | | | | | etherape: 0.9.17 -> 0.9.18Symphorien Gibol2018-06-15
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #42078 from Gerschtli/add/soapuiPascal Wittmann2018-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | soapui: init at 5.4.0
| * | | | | | soapui: init at 5.4.0Tobias Happ2018-06-15
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #42088 from grahamc/drop-vsstudioGraham Christensen2018-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | vsenv, vs90wrapper: delete
| * | | | | | vsenv, vs90wrapper: deleteGraham Christensen2018-06-15
| | | | | | |
* | | | | | | Merge pull request #42072 from johnchildren/masterDaiderd Jordan2018-06-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | LanguageClient-neovim : 2018-03-6 -> 2018-06-12
| * | | | | | | LanguageClient-neovim: fix darwin buildDaiderd Jordan2018-06-16
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #42083 from worldofpeace/lollypopYegor Timoshenko2018-06-16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | lollypop: init at 0.9.514
| * | | | | | lollypop: init at 0.9.514worldofpeace2018-06-15
| |/ / / / /
* / / / / / micropolis: removeJörg Thalheim2018-06-16
|/ / / / / | | | | | | | | | | | | | | | Old package without maintainer that no longer compiles.
* | | | | Merge pull request #40893 from bkchr/plasma_5_13Yegor Timoshenko2018-06-15
|\ \ \ \ \ | | | | | | | | | | | | plasma5: 5.12 -> 5.13
| * | | | | plasma-browser-integration: InitBastian Köcher2018-06-12
| | | | | |
* | | | | | Merge pull request #41095 from bkchr/qt_5_11Yegor Timoshenko2018-06-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | qt5: 5.10 -> 5.11
| * | | | | | qt5: 5.10 -> 5.11Bastian Köcher2018-06-12
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first time since 5.9 that we also update `qtwebkit`. `qtwebkit` is not maintained by Qt anymore and thus, we switch to the community port as for example arch has done. To prevent pulling in single patches, we just stick to the latest git version.
* | | | | | Merge a subset of staging (security)Vladimír Čunát2018-06-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, this contains Firefox-related and libgcrypt updates. Other larger rebuilds would apparently need lots of time to catch up on Hydra, due to nontrivial rebuilds in other branches than staging.
| * \ \ \ \ \ Merge branch 'master' into stagingOrivej Desh2018-06-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) tests.cc-wrapper: do not test sanitizers on darwin nodePackages_8_x: Add nodejs (npm) to wrapper python.pkgs.cairocffi: support darwin osinfo-db: 20180514 -> 20180531 (#41532) pkcs11helper: 1.22 -> 1.23 (#41530) pmd: 6.3.0 -> 6.4.0 (#41529) renpy: 6.99.14.3 -> 7.0.0 (#41515) wireless-regdb: 2018.05.09 -> 2018.05.31 (#41502) gnuplot: 5.2.3 -> 5.2.4 (#41505) qrencode: 4.0.0 -> 4.0.1 Revert "libbsd: replace with nbcompat" Revert "opendkim: fix libbsd dependency" Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba" flent: fix fetchFromGitHub version syncthing: 0.14.47 -> 0.14.48 pythonPackages.pykdtree: init at 1.3.0 (#41355) snd: 18.3 -> 18.4 bat: support darwin faust2: fix build with llvm 5.0.2 (#40672) mc: 4.8.20 -> 4.8.21 (#41496) ...
| * \ \ \ \ \ \ Merge branch 'staging' into cpan2nix-2018-06-04volth2018-06-05
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #41454 from volth/perl-aliasesJörg Thalheim2018-06-05
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [staging] perlPackages: convert some modules to aliases
| | | * | | | | | | perlPackages: convert some modules to aliasesvolth2018-06-04
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into stagingOrivej Desh2018-06-04
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Revert "vinagre: disable format hardening" nix: point at curl 7.59.0 (#41452) vinagre: disable format hardening linux: Add 4.17 gnome3.vinagre: fix build linux-copperhead: 4.16.12.a -> 4.16.13.a julia: add some version info to passthru, will be used by julia2nix gdal: Fix darwin build opendkim: fix libbsd dependency avoid redundant rm calls perlPackages.CPANPLUS: add cpanp dependency plotutils: fix parallel building nixos/gitea: Respect gitea-dump enable option. (#41437) kubernetes: corrected spelling mistake in docs (#41439) python.pkgs.trustme: fix python2 build revert 4a86f8c9abd99b880b8a9c3609d330c7ff398ad5 and properly remove the temporary ssh host keys file/directory.
| * | | | | | | | | [cpan2nix] perlPackages.Appperlbrew: 0.82 -> 0.83volth2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies: perlPackages.TestTempDirTiny: init at 0.017
| * | | | | | | | | [cpan2nix] perlPackages.PerlCritic: 1.130 -> 1.132volth2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies: perlPackages.PPIxQuoteLike: init at 0.005