-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 56090c4151b9
head repository: NixOS/nixpkgs
compare: 9110d40d20a6
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fdaa426 - Browse repository at this point
Copy the full SHA fdaa426View commit details -
haskellPackages.shellFor: Clean and fixup
- Now correctly sets NIX_GHC* env vars
Configuration menu - View commit details
-
Copy full SHA for 08814b7 - Browse repository at this point
Copy the full SHA 08814b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bafa93 - Browse repository at this point
Copy the full SHA 2bafa93View commit details
Commits on Oct 12, 2018
-
nixos/emby: ensure plugins are writeable
(cherry picked from commit a16c6d8)
Configuration menu - View commit details
-
Copy full SHA for cfd6ace - Browse repository at this point
Copy the full SHA cfd6aceView commit details -
(cherry picked from commit bd02b33)
Configuration menu - View commit details
-
Copy full SHA for c2638dd - Browse repository at this point
Copy the full SHA c2638ddView commit details -
(cherry picked from commit 6e8da1d)
Configuration menu - View commit details
-
Copy full SHA for ef311d5 - Browse repository at this point
Copy the full SHA ef311d5View commit details -
(cherry picked from commit f7a2e20)
Configuration menu - View commit details
-
Copy full SHA for 04d75db - Browse repository at this point
Copy the full SHA 04d75dbView commit details -
(cherry picked from commit 9ec17c6)
Configuration menu - View commit details
-
Copy full SHA for 36f064d - Browse repository at this point
Copy the full SHA 36f064dView commit details -
(cherry picked from commit c2e269e)
Configuration menu - View commit details
-
Copy full SHA for 3f8c202 - Browse repository at this point
Copy the full SHA 3f8c202View commit details -
nixos/emby: fixes binary name change introduced by #47659
(cherry picked from commit bb06b5b)
Configuration menu - View commit details
-
Copy full SHA for ca20a04 - Browse repository at this point
Copy the full SHA ca20a04View commit details -
nixos/emby : use the dataDir option
(cherry picked from commit 7d43e2a)
Configuration menu - View commit details
-
Copy full SHA for ec61247 - Browse repository at this point
Copy the full SHA ec61247View commit details -
nixos/emby : delete programData hardcode in pkg
(cherry picked from commit 751c647)
Configuration menu - View commit details
-
Copy full SHA for 2c5f94b - Browse repository at this point
Copy the full SHA 2c5f94bView commit details
Commits on Oct 20, 2018
-
https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/ This release is just for fixing the packaging issue. This release doesn’t contain any additional bug fixes from 2.5.2. (cherry picked from commit 87407bc)
Configuration menu - View commit details
-
Copy full SHA for e76b112 - Browse repository at this point
Copy the full SHA e76b112View commit details -
kitty: fix locating libstartup-notification-1
Startup notification doesn't work in recent versions of Kitty: > Traceback (most recent call last): > File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 216, in init_startup_notification > return init_startup_notification_x11(window_handle, startup_id) > File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 201, in init_startup_notification_x11 > return init_x11_startup_notification(display, window_handle, sid) > OSError: Failed to load libstartup-notification-1.so with error: libstartup-notification-1.so: cannot open shared object file: No such file or directory Apparently dispatching of startup notification has been moved to a C binding in kitty 0.6.0 [1] so the substituion had to be modified to reflect that. Without this fix Kitty still works except that window managers which depend on startup notifications to be fired (e.g. Awesome) cannot apply special placement rules. The substitution mechanism is also changed to use a patch file to detect this kind of mistakes in the future. [1]: kovidgoyal/kitty@b08f4ab (cherry picked from commit 1842c4a)
Configuration menu - View commit details
-
Copy full SHA for 4d91833 - Browse repository at this point
Copy the full SHA 4d91833View commit details
Commits on Oct 21, 2018
-
vimPlugins.clang_complete: fix path to libclang.so
Same fix as d301d5c. A traditional backport with `git cherry-pick` is impossible as the override approach for VIM plugins has significantly changed.
Configuration menu - View commit details
-
Copy full SHA for 5fa7d74 - Browse repository at this point
Copy the full SHA 5fa7d74View commit details -
(cherry picked from commit ebd3818) Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de> Co-authored-by: Robin Gloster <mail@glob.in> Co-authored-by: Janne Heß <janne@hess.ooo> Co-authored-by: Florian Klink <flokli@flokli.de>
Configuration menu - View commit details
-
Copy full SHA for f1509d8 - Browse repository at this point
Copy the full SHA f1509d8View commit details -
(cherry picked from commit e5b3ea5) Co-authored-by: Robin Gloster <mail@glob.in>
Configuration menu - View commit details
-
Copy full SHA for dde8faf - Browse repository at this point
Copy the full SHA dde8fafView commit details -
nextcloud: fix sendmail path discovery
(cherry picked from commit 1fd6477)
Configuration menu - View commit details
-
Copy full SHA for 2822d45 - Browse repository at this point
Copy the full SHA 2822d45View commit details -
nixos/nextcloud: add poolConfig option (#48094)
(cherry picked from commit 2dcd512)
Configuration menu - View commit details
-
Copy full SHA for 2026505 - Browse repository at this point
Copy the full SHA 2026505View commit details -
(cherry picked from commit 6d3b54a)
Configuration menu - View commit details
-
Copy full SHA for 08a0f3f - Browse repository at this point
Copy the full SHA 08a0f3fView commit details -
Merge pull request #48779 from Ma27/backport-vim-clang-fix
vimPlugins.clang_complete: fix path to libclang.so (backport)
Configuration menu - View commit details
-
Copy full SHA for d4d4e58 - Browse repository at this point
Copy the full SHA d4d4e58View commit details -
debootstrap: 1.0.107 -> 1.0.108 (#46294)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/debootstrap/versions (cherry picked from commit 8955ec6)
Configuration menu - View commit details
-
Copy full SHA for b76a837 - Browse repository at this point
Copy the full SHA b76a837View commit details -
debootstrap: 1.0.108 -> 1.0.109
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/debootstrap/versions (cherry picked from commit 73dbb11)
Configuration menu - View commit details
-
Copy full SHA for 5b2a976 - Browse repository at this point
Copy the full SHA 5b2a976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1408671 - Browse repository at this point
Copy the full SHA 1408671View commit details
Commits on Oct 22, 2018
-
(cherry picked from commit 069bf7a)
Configuration menu - View commit details
-
Copy full SHA for e05517f - Browse repository at this point
Copy the full SHA e05517fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c00f567 - Browse repository at this point
Copy the full SHA c00f567View commit details -
samba4: 4.7.9 -> 4.7.10 (#48787)
Changes: https://www.samba.org/samba/history/samba-4.7.10.html (cherry picked from commit d620d8f)
Configuration menu - View commit details
-
Copy full SHA for a7325a6 - Browse repository at this point
Copy the full SHA a7325a6View commit details -
slimserver: Relax audio scan dependency (#47029)
(cherry picked from commit 09df5da)
Configuration menu - View commit details
-
Copy full SHA for e15b5ba - Browse repository at this point
Copy the full SHA e15b5baView commit details -
dovecot: dovenull user should have its own group.
Quoting from https://wiki.dovecot.org/UserIds#dovenulluser: "It should belong to its own private dovenull group where no one else belongs to..." (cherry picked from commit fa38853)
Configuration menu - View commit details
-
Copy full SHA for be9e927 - Browse repository at this point
Copy the full SHA be9e927View commit details -
Merge pull request #48831 from nyanloutre/18-09-slimserver-fix
[18.09] slimserver: Relax audio scan dependency (#47029)
Configuration menu - View commit details
-
Copy full SHA for 09bc130 - Browse repository at this point
Copy the full SHA 09bc130View commit details -
(cherry picked from commit 914c341)
Configuration menu - View commit details
-
Copy full SHA for c4cb419 - Browse repository at this point
Copy the full SHA c4cb419View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jackett/versions (cherry picked from commit 7f5a809)
Configuration menu - View commit details
-
Copy full SHA for 93a57b3 - Browse repository at this point
Copy the full SHA 93a57b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b2aeb - Browse repository at this point
Copy the full SHA 25b2aebView commit details -
Merge pull request #48150 from Vskilet/release-18.09
[18.09] nixos/emby: use the dataDir option
Configuration menu - View commit details
-
Copy full SHA for f80504e - Browse repository at this point
Copy the full SHA f80504eView commit details
Commits on Oct 23, 2018
-
(cherry picked from commit ec9d761)
Configuration menu - View commit details
-
Copy full SHA for af588df - Browse repository at this point
Copy the full SHA af588dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d156f - Browse repository at this point
Copy the full SHA f8d156fView commit details -
jackett: update mono version to 5.14
See details here : #48821 (comment) (cherry picked from commit 7a44e6e)
Configuration menu - View commit details
-
Copy full SHA for 2b4f746 - Browse repository at this point
Copy the full SHA 2b4f746View commit details -
mu: fix build for
withMug = true
(#48830)Fixes a following build error: /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstapp-1.0 /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstaudio-1.0 /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstfft-1.0 /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstpbutils-1.0 /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstvideo-1.0 /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstbase-1.0 /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstreamer-1.0 This workaround targets release-18.09 branch and is not needed at master (no idea why).
Configuration menu - View commit details
-
Copy full SHA for 694aff6 - Browse repository at this point
Copy the full SHA 694aff6View commit details -
Merge pull request #48822 from nyanloutre/18-09-jackett-10-365
[18.09] jackett: 0.10.250 -> 0.10.365
Configuration menu - View commit details
-
Copy full SHA for 1b7e30c - Browse repository at this point
Copy the full SHA 1b7e30cView commit details -
gocode: 2018-07-27 -> 2018-10-22 (#48832)
github.com/nsf/gocode has also been deprecated in favor of github.com/mdempsky/gocode (cherry picked from commit cc4b9ef)
Configuration menu - View commit details
-
Copy full SHA for c162a0a - Browse repository at this point
Copy the full SHA c162a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f49df04 - Browse repository at this point
Copy the full SHA f49df04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b695b6 - Browse repository at this point
Copy the full SHA 0b695b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d6184f - Browse repository at this point
Copy the full SHA 9d6184fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df29219 - Browse repository at this point
Copy the full SHA df29219View commit details
Commits on Oct 24, 2018
-
linux-headers: Fix Darwin cross build
Carefully fake cc-version and cc-fullversion to avoid needing a compiler for the kernel itself to build the headers. For some reason, doing `make install_headers` twice, first without INSTALL_HDR_PATH=$out then with, is neccessary to get this to work.
Configuration menu - View commit details
-
Copy full SHA for ab6bbdd - Browse repository at this point
Copy the full SHA ab6bbddView commit details -
6
Configuration menu - View commit details
-
Copy full SHA for 22df942 - Browse repository at this point
Copy the full SHA 22df942View commit details -
linux-headers: Temporarily avoid mass rebuild
This is only needed for 18.09, not master
Configuration menu - View commit details
-
Copy full SHA for 87dc3df - Browse repository at this point
Copy the full SHA 87dc3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afc9ca - Browse repository at this point
Copy the full SHA 0afc9caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e9b654 - Browse repository at this point
Copy the full SHA 8e9b654View commit details -
Merge pull request #48931 from obsidiansystems/darwin-to-linux-18.09
misc pkgs: Darwin -> Linux cross compilation for 18.09
Configuration menu - View commit details
-
Copy full SHA for 06fb025 - Browse repository at this point
Copy the full SHA 06fb025View commit details
There are no files selected for viewing