summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #48235 from dtzWill/update/pcsctools-1.5.3Timo Kaufmann2018-10-12
|\ | | | | pcsctools: 1.4.25 -> 1.5.3
| * pcsctools: 1.4.25 -> 1.5.3Will Dietz2018-10-11
| |
* | eccodes: 2.8.2 -> 2.9.0 (#47822)R. RyanTM2018-10-12
| | | | | | | | | | | | | | | | | | | | | | * eccodes: 2.8.2 -> 2.9.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/eccodes/versions * eccodes: src and homepage URLs changed
* | knot-dns: 2.7.2 -> 2.7.3 (minor update)Vladimír Čunát2018-10-12
| | | | | | | | https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.3
* | wavebox: 3.14.10 -> 4.3.0 (#47701)R. RyanTM2018-10-12
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wavebox/versions
* | Merge pull request #42562 from ambrop72/gdk-pixbuf-fixJan Tojnar2018-10-12
|\ \ | | | | | | Use a NixOS module for generating the gdk-pixbuf loaders cache.
| * | Use a NixOS module for generating the gdk-pixbuf loaders cache.Ambroz Bizjak2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #33231 and makes it possible to enable Plasma and KDE at the same time. Previously, this worked like this: - The gdk-pixbuf package comes with a cache file covering the modules bundled with gdk-pixbuf. - The librsvg package comes with a cache covering modules from gdk-pixbuf as well as librsvg. - plasma5 and xfce modules set the environment variable GDK_PIXBUF_MODULE_FILE to the one from librsvg, so that SVG was supported in addition to the formats supported by gdk-pixbuf. However if both were enabled a configuration conflict would result (despite setting to the same value). While this sort of worked (ignoring the conflict which perhaps could be hacked around), it is unscalable and a hack, as there would be a real problem when one wanted to add a third package that supports additional image formats. A new NixOS module (gdk-pixbuf) is added with a configuration option (modulePackages) that other modules use to request specific packages to be included in the loaders cache. When any package is present in the list, the module generates a system-wide loaders cache which includes the requested packages (and always gdk-pixbuf itself), and sets the environment variable GDK_PIXBUF_MODULE_FILE to point to the generated cache file. The plasma5 and xfce modules are updated to add librsvg to modulePackages instead of setting GDK_PIXBUF_MODULE_FILE. Note that many packages create wrappers that set GDK_PIXBUF_MODULE_FILE, some directly to the one from librsvg. Therefore this change does not change the existing hack in the librsvg package which ensures that file is generated. This change aims only to solve the conflict in the global environent variable configuration.
* | | Merge pull request #48245 from volth/patch-258Jörg Thalheim2018-10-12
|\ \ \ | | | | | | | | bootStage1: fix cross build
| * | | bootStage1: fix cross build (@matthewbauer's solution)volth2018-10-12
| | | |
| * | | bootStage1: fix cross buildvolth2018-10-12
| | | |
* | | | Merge pull request #48236 from dywedir/rust-bindgenJörg Thalheim2018-10-12
|\ \ \ \ | | | | | | | | | | rust-bindgen: 0.40.0 -> 0.42.2
| * | | | rust-bindgen: 0.40.0 -> 0.42.2Vladyslav Mykhailichenko2018-10-11
| | | | |
* | | | | Merge pull request #48240 from volth/patch-254Jörg Thalheim2018-10-12
|\ \ \ \ \ | | | | | | | | | | | | perl-cross: 1.2 -> gitmaster
| * | | | | perl-cross: 1.2 -> gitmastervolth2018-10-11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #48269 from volth/patch-268Jörg Thalheim2018-10-12
|\ \ \ \ \ | | | | | | | | | | | | screen: fix cross-compiling
| * | | | | screen: fix cross-compilingvolth2018-10-12
| | | | | |
* | | | | | Merge pull request #48230 from nicknovitski/fastlane-disable-update-checkJörg Thalheim2018-10-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | fastlane: disable update check
| * | | | | | fastlane: disable update checkNick Novitski2018-10-11
| | | | | | |
* | | | | | | Merge pull request #48260 from volth/patch-262Jörg Thalheim2018-10-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dos2unix: fix cross build
| * | | | | | | dos2unix: fix cross buildvolth2018-10-12
| | | | | | | |
* | | | | | | | Merge pull request #48267 from volth/patch-266Jörg Thalheim2018-10-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ntp: fix cross-build
| * | | | | | | | ntp: fix cross-buildvolth2018-10-12
| | | | | | | | |
* | | | | | | | | Merge pull request #48268 from volth/patch-267Jörg Thalheim2018-10-12
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | psmisc: fix cross-compiling
| * | | | | | | | psmisc: fix cross-compilingvolth2018-10-12
| |/ / / / / / /
* | | | | | | | Merge pull request #48266 from volth/patch-265Jörg Thalheim2018-10-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p7zip: fix cross-compilation
| * | | | | | | | p7zip: fix cross-compilationvolth2018-10-12
| | | | | | | | |
* | | | | | | | | Merge pull request #48007 from magnetophon/kokkinizitaSilvan Mosberger2018-10-12
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | update Kokkinizita packages
| * | | | | | | | libclxclient: 3.9.0 -> 3.9.2Bart Brouns2018-10-07
| | | | | | | | |
| * | | | | | | | libclthreads: 2.4.0 -> 2.4.2Bart Brouns2018-10-07
| | | | | | | | |
| * | | | | | | | zita-resampler: 1.6.0 -> 1.6.2Bart Brouns2018-10-07
| | | | | | | | |
| * | | | | | | | zita-convolver: 4.0.0 -> 4.0.3Bart Brouns2018-10-07
| | | | | | | | |
| * | | | | | | | zita-alsa-pcmi: 0.2.0 -> 0.3.2Bart Brouns2018-10-07
| | | | | | | | |
| * | | | | | | | tetraproc: 0.8.2 -> 0.8.6Bart Brouns2018-10-07
| | | | | | | | |
| * | | | | | | | aeolus: 0.9.5 -> 0.9.7Bart Brouns2018-10-07
| | | | | | | | |
* | | | | | | | | Merge pull request #43865 from Infinisil/add/futharkSilvan Mosberger2018-10-12
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | futhark: init at 0.6.2
| * | | | | | | | haskell: add GitHub issues to non-hackage-packages.nixBas van Dijk2018-10-12
| | | | | | | | |
| * | | | | | | | haskellPackages.multi-ghc-travis: removed in favour of haskell-ciBas van Dijk2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
| * | | | | | | | haskell: have a dedicated file for non Hackage packagesBas van Dijk2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had a few "overrides" in configuration-common.nix that were really extensions. They introduced packages that weren't in hackage-packages.nix. The advantage of having a dedicated file for these packages is that we can still place Nix-specific overrides to these packages in configuration-nix.nix. We weren't able do this before because configuration-nix.nix extended only the packages from hackage-packages.nix.
| * | | | | | | | futhark: introduce the top-level futhark attributeBas van Dijk2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fact that futhark is a Haskell package is an implementation detail. To install it users should just have to specify `futhark` instead of `haskellPackages.futhark`. Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to reduce closure size.
| * | | | | | | | futhark: init at 0.6.2Silvan Mosberger2018-10-12
|/ / / / / / / /
* | | | | | | | Merge pull request #48097 from tenx-tech/feature/init-envdir-goSarah Brofeldt2018-10-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | envdir: init at 1.0.0
| * | | | | | | | envdir: init at 1.0.0edude032018-10-12
| | | | | | | | |
* | | | | | | | | Merge pull request #45890 from lopsided98/buildbot-python3Silvan Mosberger2018-10-12
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | buildbot: Python 3 support and other improvements
| * | | | | | | | buildbot: add Python 3 supportBen Wolsieffer2018-10-11
| | | | | | | | |
| * | | | | | | | buildbot: 1.2.0 -> 1.4.0Ben Wolsieffer2018-10-11
| | | | | | | | |
| * | | | | | | | pythonPackages.sqlalchemy_migrate: patch backslash escapesBen Wolsieffer2018-10-11
| | | | | | | | |
| * | | | | | | | pythonPackages.autobahn: use checkInputsBen Wolsieffer2018-10-11
| | | | | | | | |
| * | | | | | | | pythonPackages.trollius: 1.0.4 -> 2.2Ben Wolsieffer2018-10-11
| | | | | | | | |
| * | | | | | | | pythonPackages.hyperlink: don't create .pytest_cacheBen Wolsieffer2018-10-11
| | | | | | | | |
| * | | | | | | | python2Packages.pylint: init at 1.9.2Ben Wolsieffer2018-10-11
| | | | | | | | |