summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* pkgs/tests: Add test for LD_LIBRARY_PATHTuomas Tynkkynen2018-08-01
| | | | | | | The latest binutils upgrade silently broke this until it was fixed by https://github.com/NixOS/nixpkgs/pull/43531. So add a test.
* ffmpeg-full: add AV1 encoder with libaom (#43789)kiloreux2018-08-01
|
* scummvm: fix compilationPeter Hoeg2018-08-01
|
* termite: factor wrapper out into its own file (#43691)Maximilian Bosch2018-08-01
| | | | | | | | | | | | | | | | | | | Until now it's impossible to override the attrs of the actual build instruction for the `termite` package like this: ``` termite.overrideAttrs (_: { # ... }) ``` This issue occurs since the `termite/default.nix` expressions returns the `symlinkJoin` expression when I override termite (e.g. to provide a config file). I recently patched termite and wanted to apply this patch to my local termite installation in my system config which is impossible this, so splitting the wrapper and the build instruction into their own files makes this way easier to maintian.
* ipgrep: init at 1.0 (#43887)leenaars2018-08-01
|
* plasma-nm: fix path to mobile broadband provider file (#44302)Yarny02018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | When creating a new mobile broadband connection with the plasma network manager connection editor, it tries to find a file containing provider information somewhere in /usr/share/... . The build recipe contains a patch to fix the lookup path such that it finds the file in the corresponding package, probably added due to https://github.com/NixOS/nixpkgs/issues/9389 . The actual lookup path is injected into the patch file with substituteAll. With commit a31d98f3120e0f676303b7fc3e84424e6b325290 , the variable name used in subsituteAll changed from mobile_broadband_provider_info to mobile-broadband-provider-info (underscores in package names turned into dashes). Apparently, substituteAll can't handle dashes in variable names. Consequently, the variable name was no longer resolved. plasma-nm failed to create new mobile broadband connections; the connection creator silently exited and logged the error > plasma-nm: Error opening providers file "@mobile-broadband-provider-info@/share/mobile-broadband-provider-info/serviceproviders.xml" This commit keeps the dashes in package names, but it restores the underscores in the variable used by substituteAll, thereby ensuring the variable gets resolved properly.
* ffmpeg: 3.4.3 -> 3.4.4 (bugfix) (#44267)Matthew Harm Bekkema2018-08-01
| | | Fixes #44256
* jenkins: 2.107.3 -> 2.121.2 (#43936)Chloe Kever2018-08-01
|
* 1password: 0.4.1 -> 0.5.1 (#43981)Mario Rodas2018-08-01
|
* brakeman: init at 4.3.1 (#44294)Mario Rodas2018-08-01
|
* ia-writer-duospace: init at 20180721 (#43937)Mario Rodas2018-08-01
|
* cargo-asm: init at 0.1.16 (#44182)Daniël de Kok2018-08-01
|
* halide: init at 2018_02_15 (#44207)markuskowa2018-08-01
|
* Merge pull request #44278 from jtojnar/gnome-updateJan Tojnar2018-08-01
|\ | | | | Gnome update
| * libdazzle: 3.28.3 → 3.28.5Jan Tojnar2018-07-31
| |
| * gnome3.totem: 3.28.1 → 3.28.2Jan Tojnar2018-07-31
| |
| * gnome3.mutter: 3.28.2 → 3.28.3Jan Tojnar2018-07-31
| |
| * gnome3.grilo: 0.3.4 → 0.3.6Jan Tojnar2018-07-31
| |
| * gnome3.grilo-plugins: 0.3.5 → 0.3.7Jan Tojnar2018-07-31
| |
| * gnome3.gnome-shell: 3.28.2 → 3.28.3Jan Tojnar2018-07-31
| |
| * gnome3.gnome-bluetooth: 3.28.0 → 3.28.1Jan Tojnar2018-07-31
| |
| * evolution-data-server: 3.28.3 → 3.28.5Jan Tojnar2018-07-31
| |
| * gnome3.eog: 3.28.2 → 3.28.3Jan Tojnar2018-07-31
| |
| * gnome3.polari: 3.28.0 → 3.28.1Jan Tojnar2018-07-31
| |
| * gnome3.file-roller: 3.28.0 → 3.28.1Jan Tojnar2018-07-31
| |
| * gnome3.evolution: 3.28.3 → 3.28.5Jan Tojnar2018-07-31
| |
* | Merge pull request #44197 from etu/php-kill-56-and-70Jörg Thalheim2018-08-01
|\ \ | | | | | | php: drop 5.6 and 7.0
| * | php: drop 5.6 and 7.0Elis Hirwing2018-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both 5.6 and 7.0 is currently on life support, as in only recieving security related patches. This will only continue until: - 2018-12-31 for PHP 5.6 - 2018-12-01 for PHP 7.0 Both these dates are in the middle of the 18.09 lifecycle. So it would be nice to not have them in the 18.09 stable release. Dropping them now would also result in less maintanance in updating them. The death dates can be seen on both these links: - https://secure.php.net/supported-versions.php - https://en.wikipedia.org/wiki/PHP#Release_history
* | | Merge pull request #44155 from Assassinkin/slackclientJörg Thalheim2018-08-01
|\ \ \ | | | | | | | | pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
| * | | pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactorAssassinkin2018-08-01
| | | |
* | | | Merge pull request #44289 from vbgl/ocaml-core_kernel-0.11.1Jörg Thalheim2018-08-01
|\ \ \ \ | | | | | | | | | | ocamlPackages.core_kernel: 0.11.0 -> 0.11.1
| * | | | ocamlPackages.core_kernel: 0.11.0 -> 0.11.1Vincent Laporte2018-07-31
| | | | |
* | | | | Merge pull request #43637 from qolii/hardkernel_update_and_defconfigxeji2018-08-01
|\ \ \ \ \ | | | | | | | | | | | | linux-hardkernel: 4.14.47-139 -> 4.14.55-146. Additionally, use vendo…
| * | | | | linux-hardkernel: 4.14.47-139 -> 4.14.55-146. Additionally, use vendor ↵qoli2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | defconfig.
* | | | | | Merge pull request #44298 from Izorkin/fix-buildxeji2018-08-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix build packages edk2 and bazaar
| * | | | | | bazaar: fix buidIzorkin2018-08-01
| | | | | | |
| * | | | | | edk2: fix buidIzorkin2018-08-01
| | | | | | |
* | | | | | | Merge pull request #44261 from dotlambda/python-jose-3.0.0Jörg Thalheim2018-08-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python.pkgs.python-jose: 2.0.2 -> 3.0.0
| * | | | | | | python.pkgs.python-jose: 2.0.2 -> 3.0.0Robert Schütz2018-07-31
| | | | | | | |
* | | | | | | | ldmtool: init at 0.2.4 (#43975)Jens Binkert2018-08-01
| | | | | | | |
* | | | | | | | atom, atom-beta: 1.28.2 -> 1.29.0, refactored build script (#44297)Patrick Hilhorst2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | atom-beta: 1.29.0-beta1 -> 1.30.0-beta1 The beta version jump seems like an irregular update, but 1.30.0-beta0 was retired rougly 3 hours after release due to an macOS error: > Fixed an error about a missing string_decoder module when the Git pane > is displayed on macOS. This shouldn't affect the Linux x86_64 version, but latest versions are always nice. Also refactored the build script, it now takes the version number as an extra (optional) argument and creates the version number from that. Also removed `rec` from the main set because it was no longer needed.
* | | | | | | | memo: don't use ag aliasUli Baum2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using the alias `ag` for `silver-searcher` broke the nixpkgs tarball with an error in eval-release.nix, see discussion in #44273.
* | | | | | | | Merge pull request #44283 from kalbasit/nixpkgs-fix-44282xeji2018-08-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cups-filters: fix the build with poppler-0.67.0
| * | | | | | | | cups-filters: fix the build with poppler-0.67.0Wael M. Nasreddine2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply the patch from https://github.com/OpenPrinting/cups-filters/pull/51 closes #44282
* | | | | | | | | Merge pull request #44249 from lukeadams/scrcpyJörg Thalheim2018-08-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | scrcpy: init at v1.2
| * | | | | | | | | scrcpy: init at v1.2Luke Adams2018-07-31
| | | | | | | | | |
* | | | | | | | | | Merge pull request #44214 from roconnor/bitcoinJörg Thalheim2018-08-01
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | Update Bitcoin and its MiniUPnPc dependency
| * | | | | | | | | bitcoin: 0.16.1 -> 0.16.2Russell O'Connor2018-07-29
| | | | | | | | | |
| * | | | | | | | | miniupnpc_2: 2.0.20171212 -> 2.0.20180203Russell O'Connor2018-07-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #44279 from bachp/gluster-3.12.12Jörg Thalheim2018-08-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | glusterfs: 3.12.4 -> 3.12.12