Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 65edeb8633de
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab0a828662c4
Choose a head ref

Commits on Oct 5, 2018

  1. nixos manual: releases workflow improvements

    - `git push --tags` is too dangerous (pushes all your tags)
    vcunat authored and samueldr committed Oct 5, 2018
    Copy the full SHA
    dd82f6c View commit details
  2. Copy the full SHA
    4f43e5f View commit details

Commits on Oct 27, 2019

  1. Merge branch 'master' into release-docs

    It's been a very long time, so I think a merge will be better than
    a rebase.  There was only one simple conflict.
    vcunat committed Oct 27, 2019
    Copy the full SHA
    d9c5d58 View commit details

Commits on Oct 30, 2019

  1. Copy the full SHA
    384e59a View commit details

Commits on Nov 1, 2019

  1. ec2/create-amis.sh: register root device as /dev/xvda

    For the case of blkfront drives, there appears to be no difference
    between /dev/sda1 and /dev/xvda: the drive always appears as the
    kernel device /dev/xvda.
    
    For the case of nvme drives, the root device typically appears as
    /dev/nvme0n1.  Amazon provides the 'ec2-utils' package for their first
    party linux ("Amazon Linux"), which configures udev to create symlinks
    from the provided name to the nvme device name. This name is
    communicated through nvme "Identify Controller" response, which can be
    inspected with:
    
      nvme id-ctrl --raw-binary /dev/nvme0n1 | cut -c3073-3104 | hexdump -C
    
    On Amazon Linux, where the device is attached as "/dev/xvda", this
    creates:
    
    - /dev/xvda  -> nvme0n1
    - /dev/xvda1 -> nvme0n1p1
    
    On NixOS where the device is attach as "/dev/sda1", this creates:
    
    - /dev/sda1  -> nvme0n1
    - /dev/sda11 -> nvme0n1p1
    
    This is odd, but not inherently a problem.
    
    NixOS unconditionally configures grub to install to `/dev/xvda`, which
    fails on an instance using nvme storage. With the root device name set
    to xvda, both blkfront and nvme drives are accessible as /dev/xvda,
    either directly or by symlink.
    thefloweringash committed Nov 1, 2019
    Copy the full SHA
    bd61216 View commit details

Commits on Nov 2, 2019

  1. Copy the full SHA
    0d691d1 View commit details

Commits on Nov 4, 2019

  1. Copy the full SHA
    57a9ba0 View commit details

Commits on Nov 12, 2019

  1. xpdf: 4.00 -> 4.02

    sikmir committed Nov 12, 2019
    Copy the full SHA
    fb8eaec View commit details
  2. xpdf: add knownVulnerabilities

    sikmir committed Nov 12, 2019
    Copy the full SHA
    747086b View commit details

Commits on Nov 13, 2019

  1. Copy the full SHA
    c8cf552 View commit details
  2. Copy the full SHA
    ed56d04 View commit details
  3. lz4: Fix MinGW build

    Ericson2314 committed Nov 13, 2019
    Copy the full SHA
    774e88c View commit details

Commits on Nov 14, 2019

  1. Copy the full SHA
    e6d9478 View commit details
  2. Copy the full SHA
    4f2e7e8 View commit details
  3. Copy the full SHA
    45c1be7 View commit details

Commits on Nov 15, 2019

  1. zstd: Fix MinGW build

    Ericson2314 committed Nov 15, 2019
    Copy the full SHA
    ca76436 View commit details

Commits on Nov 17, 2019

  1. Copy the full SHA
    f880347 View commit details

Commits on Nov 18, 2019

  1. beets: fix absubmit deps

    lovesegfault committed Nov 18, 2019
    Copy the full SHA
    82b0f74 View commit details
  2. tests/systemd-networkd-wireguard: migrate to make-test-python

    Updating `systemd-networkd-wireguard` to use the python test runner.
    
    This change was purely syntactic. This migration did not require any
    semantic change.
    picnoir committed Nov 18, 2019
    Copy the full SHA
    fe12d5d View commit details
  3. freeoffice: 971 -> 973

    romildo committed Nov 18, 2019
    Copy the full SHA
    8549294 View commit details
  4. Copy the full SHA
    57a6c3b View commit details

Commits on Nov 19, 2019

  1. canon-cups-ufr2: 2.90 -> 3.70

    kylesferrazza authored and Kyle Sferrazza committed Nov 19, 2019
    Copy the full SHA
    bfbba00 View commit details
  2. Copy the full SHA
    ebe1d6d View commit details
  3. Copy the full SHA
    b35f92b View commit details
  4. Copy the full SHA
    12eb4c3 View commit details
  5. Copy the full SHA
    0a8e159 View commit details
  6. Copy the full SHA
    8967713 View commit details
  7. Copy the full SHA
    6cc2870 View commit details
  8. Copy the full SHA
    cc993f0 View commit details
  9. sequoia: 0.10.0 -> 0.11.0

    Disable check on Darwin.
    doronbehar committed Nov 19, 2019
    Copy the full SHA
    1dbcd8f View commit details
  10. nixos/nextcloud: add occ in path of nextcloud-setup

    This makes possible to use nextcloud-occ for setting extra
    configuration options.
    
    Example:
    
      systemd.services.nextcloud-setup = {
        script = mkAfter ''
          nextcloud-occ config:system:set redis 'host' --value '/var/run/redis/redis.sock' --type string
          nextcloud-occ config:system:set redis 'port' --value 0 --type integer
        '';
      };
    eonpatapon committed Nov 19, 2019
    Copy the full SHA
    4ea4408 View commit details
  11. rclone: 1.50.1 -> 1.50.2

    marsam committed Nov 19, 2019
    Copy the full SHA
    58a0a9e View commit details

Commits on Nov 20, 2019

  1. Copy the full SHA
    4baf277 View commit details
  2. ldns: 1.7.0 -> 1.7.1

    https://www.nlnetlabs.nl/news/2019/Jul/26/ldns-1.7.1-released/
    
    * examples no longer can be configured separately,
      so build everything we want in a single go
      and sort into the appropriate outputs after.
    * libtool file doesn't seem to reference openssl at all
      so nothing to patch up there as we did previously.
    dtzWill committed Nov 20, 2019
    Copy the full SHA
    dc9e2c3 View commit details
  3. Copy the full SHA
    d9c19f4 View commit details
  4. Copy the full SHA
    7adf662 View commit details
  5. Copy the full SHA
    2b77265 View commit details
  6. Copy the full SHA
    f2bc9da View commit details
  7. Copy the full SHA
    1447158 View commit details
  8. Copy the full SHA
    211850c View commit details
  9. Copy the full SHA
    cce5926 View commit details
  10. python2.pkgs.google-auth-httplib2: disable tests

    	============================= test session starts ==============================
    	platform linux2 -- Python 2.7.17, pytest-4.6.6, py-1.8.0, pluggy-0.13.0
    	rootdir: /build/google-auth-httplib2-0.0.3
    	plugins: localserver-0.5.0
    	collected 0 items / 1 errors
    
    	==================================== ERRORS ====================================
    	_____________ ERROR collecting tests/test_google_auth_httplib2.py ______________
    	ImportError while importing test module '/build/google-auth-httplib2-0.0.3/tests/test_google_auth_httplib2.py'.
    	Hint: make sure your test modules/packages have valid Python names.
    	Traceback:
    	tests/test_google_auth_httplib2.py:20: in <module>
    	    import google_auth_httplib2
    	google_auth_httplib2.py:21: in <module>
    	    from google.auth import exceptions
    	E   ImportError: No module named google.auth
    jtojnar committed Nov 20, 2019
    Copy the full SHA
    52e9198 View commit details
  11. Copy the full SHA
    4fb1681 View commit details
  12. duplicity: add Google Drive support

    Required by Déjà Dup.
    jtojnar committed Nov 20, 2019
    Copy the full SHA
    77e6622 View commit details
  13. deja-dup: 38.3 → 40.4

    The main news is that GNOME Online Accounts are no longer used so if one wants to back up to Google Drive, they need to install Duplicity with PyDrive support. The credentials should be migrated automatically.
    
    https://gitlab.gnome.org/World/deja-dup/blob/40.4/NEWS.md#anchor-404
    jtojnar committed Nov 20, 2019
    Copy the full SHA
    6bddcf4 View commit details
  14. yelp-tools: move to top-level

    jtojnar committed Nov 20, 2019
    Copy the full SHA
    5b11829 View commit details
  15. Copy the full SHA
    a7f4c78 View commit details
  16. tasksh: enable on Darwin

    eraserhd committed Nov 20, 2019
    Copy the full SHA
    7f3b037 View commit details
  17. Merge pull request #73287 from NixOS/staging-next

    Staging next
    FRidh authored Nov 20, 2019
    Copy the full SHA
    ec9cf57 View commit details
  18. Merge pull request #73704 from romildo/upd.softmaker-office

    freeoffice: 971 -> 973
    romildo authored Nov 20, 2019
    Copy the full SHA
    d9a6c04 View commit details
Showing with 3,853 additions and 1,808 deletions.
  1. +5 −0 .github/CODEOWNERS
  2. +20 −1 maintainers/maintainer-list.nix
  3. +1 −3 nixos/doc/manual/configuration/profiles/graphical.xml
  4. +12 −9 nixos/doc/manual/development/releases.xml
  5. +7 −7 nixos/doc/manual/installation/installing.xml
  6. +13 −0 nixos/doc/manual/release-notes/rl-2003.xml
  7. +17 −9 nixos/lib/test-driver/test-driver.py
  8. +2 −2 nixos/maintainers/scripts/ec2/create-amis.sh
  9. +1 −1 nixos/modules/config/qt5.nix
  10. +0 −1 nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
  11. +0 −1 nixos/modules/profiles/graphical.nix
  12. +2 −1 nixos/modules/programs/adb.nix
  13. +2 −1 nixos/modules/services/misc/beanstalkd.nix
  14. +1 −0 nixos/modules/services/web-apps/nextcloud.nix
  15. +1 −0 nixos/modules/services/web-servers/phpfpm/default.nix
  16. +1 −1 nixos/modules/services/x11/desktop-managers/gnome3.nix
  17. +3 −12 nixos/modules/services/x11/desktop-managers/plasma5.nix
  18. +40 −0 nixos/modules/services/x11/display-managers/gdm.nix
  19. +86 −0 nixos/modules/services/x11/display-managers/set-session.py
  20. +1 −1 nixos/modules/system/boot/networkd.nix
  21. +81 −81 nixos/tests/ceph-multi-node.nix
  22. +78 −78 nixos/tests/ceph-single-node.nix
  23. +13 −7 nixos/tests/clickhouse.nix
  24. +14 −12 nixos/tests/deluge.nix
  25. +8 −8 nixos/tests/dovecot.nix
  26. +6 −3 nixos/tests/fancontrol.nix
  27. +15 −15 nixos/tests/firewall.nix
  28. +7 −4 nixos/tests/fish.nix
  29. +10 −7 nixos/tests/fluentd.nix
  30. +31 −17 nixos/tests/gitlab.nix
  31. +17 −15 nixos/tests/glusterfs.nix
  32. +9 −3 nixos/tests/handbrake.nix
  33. +12 −11 nixos/tests/hibernate.nix
  34. +10 −9 nixos/tests/hound.nix
  35. +4 −4 nixos/tests/icingaweb2.nix
  36. +16 −16 nixos/tests/incron.nix
  37. +5 −4 nixos/tests/jackett.nix
  38. +14 −25 nixos/tests/kerberos/heimdal.nix
  39. +12 −16 nixos/tests/kerberos/mit.nix
  40. +7 −7 nixos/tests/minidlna.nix
  41. +14 −10 nixos/tests/miniflux.nix
  42. +6 −4 nixos/tests/mongodb.nix
  43. +36 −34 nixos/tests/mosquitto.nix
  44. +22 −23 nixos/tests/mpd.nix
  45. +5 −5 nixos/tests/neo4j.nix
  46. +5 −6 nixos/tests/roundcube.nix
  47. +13 −19 nixos/tests/rxe.nix
  48. +7 −7 nixos/tests/systemd-networkd-wireguard.nix
  49. +21 −19 nixos/tests/yggdrasil.nix
  50. +57 −28 pkgs/applications/audio/gnome-podcasts/default.nix
  51. +2 −2 pkgs/applications/audio/strawberry/default.nix
  52. +67 −23 pkgs/applications/backup/deja-dup/default.nix
  53. +4 −26 pkgs/applications/backup/deja-dup/hardcode-gsettings.patch
  54. +3 −3 pkgs/applications/blockchains/parity/beta.nix
  55. +3 −3 pkgs/applications/blockchains/parity/default.nix
  56. +2 −1 pkgs/applications/display-managers/lightdm/default.nix
  57. +2 −2 pkgs/applications/editors/gobby/default.nix
  58. +2 −2 pkgs/applications/editors/neovim/default.nix
  59. +2 −0 pkgs/applications/graphics/gimp/default.nix
  60. +12 −5 pkgs/applications/graphics/gimp/plugins/default.nix
  61. +2 −2 pkgs/applications/graphics/glabels/default.nix
  62. +2 −10 pkgs/applications/graphics/ideogram/default.nix
  63. +0 −81 pkgs/applications/graphics/seg3d/cstdio.patch
  64. +0 −54 pkgs/applications/graphics/seg3d/default.nix
  65. +3 −2 pkgs/applications/kde/kcachegrind.nix
  66. +8 −3 pkgs/applications/misc/blender/default.nix
  67. +2 −2 pkgs/applications/misc/elogind/default.nix
  68. +3 −3 pkgs/applications/misc/et/default.nix
  69. +2 −2 pkgs/applications/misc/font-manager/default.nix
  70. +2 −2 pkgs/applications/misc/formatter/default.nix
  71. +2 −1 pkgs/applications/misc/glom/default.nix
  72. +2 −2 pkgs/applications/misc/gpxsee/default.nix
  73. +2 −1 pkgs/applications/misc/houdini/runtime.nix
  74. +2 −1 pkgs/applications/misc/kdeconnect/default.nix
  75. +62 −15 pkgs/applications/misc/orca/default.nix
  76. +1 −1 pkgs/applications/misc/tasksh/default.nix
  77. +40 −17 pkgs/applications/misc/xpdf/default.nix
  78. +2 −2 pkgs/applications/networking/browsers/ephemeral/default.nix
  79. +6 −6 pkgs/applications/networking/cluster/sonobuoy/default.nix
  80. +2 −2 pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
  81. +1 −1 pkgs/applications/networking/instant-messengers/riot/update-riot-desktop.sh
  82. +2 −2 pkgs/applications/networking/instant-messengers/zoom-us/default.nix
  83. +2 −2 pkgs/applications/networking/sync/rclone/default.nix
  84. +5 −5 pkgs/applications/networking/weather/meteo/default.nix
  85. +2 −2 pkgs/applications/office/aesop/default.nix
  86. +5 −0 pkgs/applications/office/libreoffice/default.nix
  87. +5 −0 pkgs/applications/office/libreoffice/still.nix
  88. +2 −2 pkgs/applications/office/softmaker/freeoffice.nix
  89. +4 −0 pkgs/applications/office/softmaker/generic.nix
  90. +3 −3 pkgs/applications/science/biology/freebayes/default.nix
  91. +2 −2 pkgs/applications/science/misc/golly/default.nix
  92. +4 −0 pkgs/applications/version-management/git-and-tools/git/default.nix
  93. +2 −2 pkgs/applications/version-management/gitlab/default.nix
  94. +1 −1 pkgs/applications/version-management/gitlab/update.py
  95. +13 −2 pkgs/applications/version-management/pijul/default.nix
  96. +2 −2 pkgs/applications/window-managers/cage/default.nix
  97. +1 −1 pkgs/build-support/appimage/default.nix
  98. +4 −2 pkgs/build-support/emacs/setup-hook.sh
  99. +24 −10 pkgs/data/documentation/gnome-user-docs/default.nix
  100. +1 −1 pkgs/data/fonts/babelstone-han/default.nix
  101. +2 −2 pkgs/data/fonts/fantasque-sans-mono/default.nix
  102. +64 −0 pkgs/desktops/deepin/deepin-editor/default.nix
  103. +1 −0 pkgs/desktops/deepin/default.nix
  104. +2 −2 pkgs/desktops/enlightenment/terminology.nix
  105. +74 −24 pkgs/desktops/gnome-3/apps/gnome-documents/default.nix
  106. +73 −17 pkgs/desktops/gnome-3/apps/gnome-music/default.nix
  107. +0 −26 pkgs/desktops/gnome-3/core/gnome-user-docs/default.nix
  108. +4 −4 pkgs/desktops/gnome-3/default.nix
  109. +2 −2 pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
  110. +2 −2 pkgs/desktops/pantheon/apps/elementary-photos/default.nix
  111. +2 −2 pkgs/desktops/pantheon/apps/elementary-screenshot-tool/default.nix
  112. +2 −2 pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
  113. +2 −2 pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
  114. +2 −4 pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
  115. +2 −2 pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
  116. +3 −5 pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
  117. +47 −34 .../desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/hardcode-settings-daemon-gsettings.patch
  118. +4 −6 pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
  119. +35 −0 pkgs/desktops/pantheon/apps/switchboard-plugs/network/fix-paths.patch
  120. +0 −43 pkgs/desktops/pantheon/apps/switchboard-plugs/network/nma.patch
  121. +4 −10 pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
  122. +18 −2 pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/hardcode-gsettings.patch
  123. +2 −2 pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
  124. +2 −12 pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
  125. +2 −4 pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
  126. +6 −12 pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
  127. +2 −2 pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
  128. +2 −2 pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
  129. +4 −2 pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
  130. +1 −1 pkgs/desktops/plasma-5/default.nix
  131. +6 −5 pkgs/development/compilers/carp/default.nix
  132. +7 −6 pkgs/development/compilers/gerbil/unstable.nix
  133. +14 −13 pkgs/development/compilers/ghc/head.nix
  134. +5 −0 pkgs/development/compilers/openjdk/8.nix
  135. +3 −3 pkgs/development/compilers/unison/default.nix
  136. +1 −1 pkgs/development/interpreters/eff/default.nix
  137. +22 −0 pkgs/development/interpreters/lua-5/CVE-2019-6706.patch
  138. +5 −2 pkgs/development/interpreters/lua-5/default.nix
  139. +5 −8 pkgs/development/interpreters/lua-5/wrapper.nix
  140. +2 −1 pkgs/development/interpreters/python/cpython/default.nix
  141. +3 −12 pkgs/development/interpreters/python/default.nix
  142. +12 −8 pkgs/development/libraries/gjs/default.nix
  143. +2 −2 pkgs/development/libraries/glib/setup-hook.sh
  144. +27 −12 pkgs/development/libraries/glui/default.nix
  145. +27 −0 pkgs/development/libraries/hyphen/default.nix
  146. +1 −1 pkgs/development/libraries/kde-frameworks/default.nix
  147. +2 −2 pkgs/development/libraries/kde-frameworks/extra-cmake-modules/setup-hook.sh
  148. +9 −28 pkgs/development/libraries/ldns/default.nix
  149. +4 −2 pkgs/development/libraries/libheif/default.nix
  150. +2 −0 pkgs/development/libraries/libwmf/default.nix
  151. +21 −20 pkgs/development/libraries/phonon/backends/gstreamer.nix
  152. +22 −23 pkgs/development/libraries/phonon/backends/vlc.nix
  153. +20 −22 pkgs/development/libraries/phonon/default.nix
  154. +2 −1 pkgs/development/libraries/polkit/default.nix
  155. +7 −4 pkgs/development/libraries/qgnomeplatform/default.nix
  156. +22 −6 pkgs/development/libraries/rocksdb/default.nix
  157. +7 −8 pkgs/development/libraries/science/math/scalapack/default.nix
  158. +0 −143 pkgs/development/libraries/science/math/scalapack/openmpi4.patch
  159. +1 −1 pkgs/development/libraries/snappy/default.nix
  160. +21 −14 pkgs/development/libraries/unixODBCDrivers/default.nix
  161. +10 −1 pkgs/development/libraries/wlroots/default.nix
  162. +56 −13 pkgs/development/libraries/zeitgeist/default.nix
  163. +1 −0 pkgs/development/lisp-modules/clwrapper/default.nix
  164. +3 −3 pkgs/development/lisp-modules/clwrapper/setup-hook.sh
  165. +4 −4 pkgs/development/lisp-modules/define-package.nix
  166. +1 −1 pkgs/development/lua-modules/overrides.nix
  167. +3 −1 pkgs/{desktops/gnome-3/core → development/misc}/yelp-tools/default.nix
  168. +5 −10 pkgs/development/ocaml-modules/lwt/4.x.nix
  169. +27 −0 pkgs/development/ocaml-modules/sodium/default.nix
  170. +5 −3 pkgs/development/python-modules/ansible/default.nix
  171. +2 −8 pkgs/development/python-modules/anytree/default.nix
  172. +5 −0 pkgs/development/python-modules/azure-cosmos/default.nix
  173. +30 −0 pkgs/development/python-modules/azure-functions-devops-build/default.nix
  174. +6 −0 pkgs/development/python-modules/azure-keyvault/default.nix
  175. +31 −0 pkgs/development/python-modules/azure-mgmt-apimanagement/default.nix
  176. +31 −0 pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix
  177. +6 −0 pkgs/development/python-modules/azure-mgmt-applicationinsights/default.nix
  178. +5 −0 pkgs/development/python-modules/azure-mgmt-batchai/default.nix
  179. +17 −11 pkgs/development/python-modules/azure-mgmt-billing/default.nix
  180. +31 −0 pkgs/development/python-modules/azure-mgmt-botservice/default.nix
  181. +7 −0 pkgs/development/python-modules/azure-mgmt-consumption/default.nix
  182. +31 −0 pkgs/development/python-modules/azure-mgmt-containerregistry/default.nix
  183. +8 −0 pkgs/development/python-modules/azure-mgmt-datalake-analytics/default.nix
  184. +9 −1 pkgs/development/python-modules/azure-mgmt-datalake-store/default.nix
  185. +8 −2 pkgs/development/python-modules/azure-mgmt-datamigration/default.nix
  186. +31 −0 pkgs/development/python-modules/azure-mgmt-deploymentmanager/default.nix
  187. +8 −2 pkgs/development/python-modules/azure-mgmt-devtestlabs/default.nix
  188. +8 −3 pkgs/development/python-modules/azure-mgmt-dns/default.nix
  189. +31 −0 pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix
  190. +31 −0 pkgs/development/python-modules/azure-mgmt-imagebuilder/default.nix
  191. +8 −1 pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix
  192. +8 −1 pkgs/development/python-modules/azure-mgmt-keyvault/default.nix
  193. +31 −0 pkgs/development/python-modules/azure-mgmt-kusto/azure-mgmt-apimanagement/default.nix
  194. +31 −0 pkgs/development/python-modules/azure-mgmt-kusto/default.nix
  195. +7 −0 pkgs/development/python-modules/azure-mgmt-loganalytics/default.nix
  196. +31 −0 pkgs/development/python-modules/azure-mgmt-managedservices/default.nix
  197. +7 −0 pkgs/development/python-modules/azure-mgmt-maps/default.nix
  198. +7 −1 pkgs/development/python-modules/azure-mgmt-monitor/default.nix
  199. +7 −0 pkgs/development/python-modules/azure-mgmt-msi/default.nix
  200. +31 −0 pkgs/development/python-modules/azure-mgmt-netapp/default.nix
  201. +31 −0 pkgs/development/python-modules/azure-mgmt-privatedns/default.nix
  202. +7 −0 pkgs/development/python-modules/azure-mgmt-relay/default.nix
  203. +31 −0 pkgs/development/python-modules/azure-mgmt-security/default.nix
  204. +7 −0 pkgs/development/python-modules/azure-mgmt-servicefabric/default.nix
  205. +31 −0 pkgs/development/python-modules/azure-mgmt-sqlvirtualmachine/default.nix
  206. +36 −0 pkgs/development/python-modules/azure-multiapi-storage/default.nix
  207. +35 −0 pkgs/development/python-modules/babelgladeextractor/default.nix
  208. +1 −1 pkgs/development/python-modules/croniter/default.nix
  209. +1 −1 pkgs/development/python-modules/flask-babelex/default.nix
  210. +1 −1 pkgs/development/python-modules/flask-openid/default.nix
  211. +5 −1 pkgs/development/python-modules/google-auth-httplib2/default.nix
  212. +8 −5 pkgs/development/python-modules/google_cloud_translate/default.nix
  213. +32 −0 pkgs/development/python-modules/javaproperties/default.nix
  214. +33 −0 pkgs/development/python-modules/keyring/2.nix
  215. +1 −1 pkgs/development/python-modules/kmapper/default.nix
  216. +1 −1 pkgs/development/python-modules/mahotas/default.nix
  217. +1 −1 pkgs/development/python-modules/meinheld/default.nix
  218. +1 −1 pkgs/development/python-modules/micawber/default.nix
  219. +36 −0 pkgs/development/python-modules/mnist/default.nix
  220. +2 −2 pkgs/development/python-modules/monty/default.nix
  221. +2 −2 pkgs/development/python-modules/msrest/default.nix
  222. +2 −2 pkgs/development/python-modules/msrestazure/default.nix
  223. +1 −1 pkgs/development/python-modules/nuitka/default.nix
  224. +38 −0 pkgs/development/python-modules/openpyxl/2.nix
  225. +2 −2 pkgs/development/python-modules/pandas/2.nix
  226. +3 −2 pkgs/development/python-modules/portalocker/default.nix
  227. +33 −0 pkgs/development/python-modules/pydocstyle/2.nix
  228. +11 −9 pkgs/development/python-modules/pydocstyle/default.nix
  229. +33 −0 pkgs/development/python-modules/pydrive/default.nix
  230. +30 −0 pkgs/development/python-modules/secure/default.nix
  231. +2 −11 pkgs/development/python-modules/spglib/default.nix
  232. +31 −0 pkgs/development/python-modules/sshtunnel/default.nix
  233. +2 −2 pkgs/development/python-modules/tables/3.5.nix
  234. +23 −3 pkgs/development/python-modules/tensorflow-tensorboard/default.nix
  235. +2 −0 pkgs/development/python-modules/twine/default.nix
  236. +28 −0 pkgs/development/python-modules/vsts-cd-manager/default.nix
  237. +4 −4 pkgs/development/tools/build-managers/bloop/default.nix
  238. +2 −2 pkgs/development/tools/clj-kondo/default.nix
  239. +4 −4 pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
  240. +2 −2 pkgs/development/tools/continuous-integration/jenkins/default.nix
  241. +5 −5 pkgs/development/tools/cue/default.nix
  242. +12 −3 pkgs/development/tools/documentation/mkdocs/default.nix
  243. +7 −8 pkgs/development/tools/gamecube-tools/default.nix
  244. +5 −2 pkgs/development/tools/git-series/default.nix
  245. +3 −3 pkgs/development/tools/gotools/default.nix
  246. +3 −3 pkgs/development/tools/misc/texlab/default.nix
  247. +2 −1 pkgs/development/tools/misc/travis/Gemfile
  248. +10 −4 pkgs/development/tools/misc/travis/Gemfile.lock
  249. +44 −7 pkgs/development/tools/misc/travis/gemset.nix
  250. +5 −5 pkgs/development/tools/rust/cargo-make/Cargo.lock
  251. +3 −3 pkgs/development/tools/rust/cargo-make/default.nix
  252. +3 −3 pkgs/development/tools/rust/cargo-watch/default.nix
  253. +2 −2 pkgs/development/tools/yarn2nix-moretea/fetch-source.nix
  254. +6 −1 pkgs/development/tools/yarn2nix-moretea/yarn2nix/default.nix
  255. +2 −2 pkgs/development/web/nodejs/v13.nix
  256. +2 −2 pkgs/games/boohu/default.nix
  257. +4 −4 pkgs/games/boohu/deps.nix
  258. +2 −1 pkgs/games/construo/default.nix
  259. +2 −2 pkgs/games/extremetuxracer/default.nix
  260. +2 −2 pkgs/games/gzdoom/default.nix
  261. +2 −2 pkgs/games/steam/chrootenv.nix
  262. +47 −41 pkgs/misc/cups/drivers/canon/default.nix
  263. +8 −1 pkgs/misc/gnash/default.nix
  264. +2 −2 pkgs/misc/themes/adwaita-qt/default.nix
  265. +2 −2 pkgs/os-specific/linux/kernel/linux-4.14.nix
  266. +2 −2 pkgs/os-specific/linux/kernel/linux-4.19.nix
  267. +2 −2 pkgs/os-specific/linux/kernel/linux-5.3.nix
  268. +2 −2 pkgs/servers/consul/default.nix
  269. +2 −2 pkgs/servers/jackett/default.nix
  270. +4 −4 pkgs/servers/monitoring/loki/default.nix
  271. +3 −3 pkgs/servers/rainloop/default.nix
  272. +2 −2 pkgs/servers/roundcube/default.nix
  273. +3 −3 pkgs/servers/routinator/default.nix
  274. +4 −10 pkgs/servers/web-apps/codimd/default.nix
  275. +3 −3 pkgs/shells/zsh/oh-my-zsh/default.nix
  276. +248 −0 pkgs/tools/admin/azure-cli/default.nix
  277. +247 −0 pkgs/tools/admin/azure-cli/python-packages.nix
  278. +3 −3 pkgs/tools/admin/eksctl/default.nix
  279. +11 −7 pkgs/tools/audio/beets/default.nix
  280. +1 −1 pkgs/tools/backup/duplicity/default.nix
  281. +14 −3 pkgs/tools/compression/lz4/default.nix
  282. +26 −4 pkgs/tools/compression/zstd/default.nix
  283. +13 −0 pkgs/tools/compression/zstd/mcfgthreads-no-pthread.patch
  284. +1 −1 pkgs/tools/filesystems/duff/default.nix
  285. +0 −1 pkgs/tools/filesystems/nixpart/0.4/default.nix
  286. +18 −7 pkgs/tools/misc/vector/default.nix
  287. +2 −2 pkgs/tools/misc/youtube-dl/default.nix
  288. +12 −3 pkgs/tools/security/gnome-keysign/default.nix
  289. +4 −4 pkgs/tools/security/sequoia/default.nix
  290. +4 −4 pkgs/tools/security/sops/default.nix
  291. +2 −2 pkgs/tools/text/kdiff3/default.nix
  292. +3 −3 pkgs/tools/text/mdbook/default.nix
  293. +5 −0 pkgs/top-level/aliases.nix
  294. +38 −42 pkgs/top-level/all-packages.nix
  295. +2 −0 pkgs/top-level/ocaml-packages.nix
  296. +7 −7 pkgs/top-level/perl-packages.nix
  297. +58 −4 pkgs/top-level/python-packages.nix
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -167,3 +167,8 @@
/nixos/modules/services/monitoring/prometheus/exporters.nix @WilliButz
/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz
/nixos/tests/prometheus-exporters.nix @WilliButz

# PHP
/pkgs/development/interpreters/php @etu
/pkgs/top-level/php-packages.nix @etu
/pkgs/build-support/build-pecl.nix @etu
21 changes: 20 additions & 1 deletion maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -1780,6 +1780,12 @@
githubId = 875324;
name = "David Johnson";
};
dmrauh = {
email = "dmrauh@posteo.de";
github = "dmrauh";
githubId = 37698547;
name = "Dominik Michael Rauh";
};
dmvianna = {
email = "dmlvianna@gmail.com";
github = "dmvianna";
@@ -2515,6 +2521,7 @@
gazally = {
email = "gazally@runbox.com";
github = "gazally";
githubId = 16470252;
name = "Gemini Lasswell";
};
gebner = {
@@ -3700,6 +3707,18 @@
githubId = 449813;
name = "Roman Kuznetsov";
};
kylesferrazza = {
name = "Kyle Sferrazza";
email = "kyle.sferrazza@gmail.com";

github = "kylesferrazza";
githubId = 6677292;

keys = [{
longkeyid = "rsa4096/81A1540948162372";
fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372";
}];
};
kylewlacy = {
email = "kylelacy+nix@pm.me";
github = "kylewlacy";
@@ -6087,7 +6106,7 @@
name = "Shahrukh Khan";
};
shanemikel = {
email = "shanemikel1@gmail.com";
email = "shanepearlman@pm.me";
github = "shanemikel";
githubId = 6720672;
name = "Shane Pearlman";
4 changes: 1 addition & 3 deletions nixos/doc/manual/configuration/profiles/graphical.xml
Original file line number Diff line number Diff line change
@@ -13,9 +13,7 @@
<para>
It sets <xref linkend="opt-services.xserver.enable"/>,
<xref linkend="opt-services.xserver.displayManager.sddm.enable"/>,
<xref linkend="opt-services.xserver.desktopManager.plasma5.enable"/> (
<link linkend="opt-services.xserver.desktopManager.plasma5.enableQt4Support">
without Qt4 Support</link>), and
<xref linkend="opt-services.xserver.desktopManager.plasma5.enable"/>, and
<xref linkend="opt-services.xserver.libinput.enable"/> to true. It also
includes glxinfo and firefox in the system packages list.
</para>
21 changes: 12 additions & 9 deletions nixos/doc/manual/development/releases.xml
Original file line number Diff line number Diff line change
@@ -45,12 +45,12 @@
<listitem>
<para>
<literal>git tag -a -s -m &quot;Release 17.09-beta&quot; 17.09-beta
&amp;&amp; git push --tags</literal>
&amp;&amp; git push origin 17.09-beta</literal>
</para>
</listitem>
<listitem>
<para>
From the master branch run <literal>git checkout -B
From the master branch run <literal>git checkout -b
release-17.09</literal>.
</para>
</listitem>
@@ -157,7 +157,7 @@
<listitem>
<para>
Release Nix (currently only Eelco Dolstra can do that).
<link xlink:href="https://github.com/NixOS/nixpkgs/commit/53710c752a85f00658882531bc90a23a3d1287e4">
<link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/tools/nix-fallback-paths.nix">
Make sure fallback is updated. </link>
</para>
</listitem>
@@ -169,8 +169,8 @@
</listitem>
<listitem>
<para>
Change <literal>stableBranch</literal> to true and wait for channel to
update.
Change <literal>stableBranch</literal> to <literal>true</literal> in Hydra and wait for
the channel to update.
</para>
</listitem>
</itemizedlist>
@@ -193,9 +193,11 @@
</listitem>
<listitem>
<para>
Update http://nixos.org/nixos/download.html and
http://nixos.org/nixos/manual in
https://github.com/NixOS/nixos-org-configurations
Update the
<link xlink:href="https://github.com/NixOS/nixos-homepage/commit/2a37975d5a617ecdfca94696242b6f32ffcba9f1"><code>NIXOS_SERIES</code></link>
in the
<link xlink:href="https://github.com/NixOS/nixos-homepage">nixos-homepage</link>
repository.
</para>
</listitem>
<listitem>
@@ -212,7 +214,8 @@
</listitem>
<listitem>
<para>
Send an email to nix-dev to announce the release with above information.
Create a new topic on <link xlink:href="https://discourse.nixos.org/">the
Discourse instance</link> to announce the release with the above information.
Best to check how previous email was formulated to see what needs to be
included.
</para>
14 changes: 7 additions & 7 deletions nixos/doc/manual/installation/installing.xml
Original file line number Diff line number Diff line change
@@ -392,11 +392,11 @@
<filename>hardware-configuration.nix</filename> is included from
<filename>configuration.nix</filename> and will be overwritten by future
invocations of <command>nixos-generate-config</command>; thus, you
generally should not modify it.) Additionally, you may want to look at
generally should not modify it.) Additionally, you may want to look at
<link xlink:href="https://github.com/NixOS/nixos-hardware">Hardware
configuration for known-hardware</link> at this point or after
installation.

</para>
<note>
<para>
@@ -418,11 +418,11 @@
Do the installation:
<screen>
<prompt># </prompt>nixos-install</screen>
Cross fingers. If this fails due to a temporary problem (such as a network
issue while downloading binaries from the NixOS binary cache), you can
just re-run <command>nixos-install</command>. Otherwise, fix your
<filename>configuration.nix</filename> and then re-run
<command>nixos-install</command>.
This will install your system based on the configuration you provided.
If anything fails due to a configuration problem or any other issue
(such as a network outage while downloading binaries from the NixOS
binary cache), you can re-run <command>nixos-install</command> after
fixing your <filename>configuration.nix</filename>.
</para>
<para>
As the last step, <command>nixos-install</command> will ask you to set the
13 changes: 13 additions & 0 deletions nixos/doc/manual/release-notes/rl-2003.xml
Original file line number Diff line number Diff line change
@@ -163,6 +163,19 @@
time during the releases development (if viable).
</para>
</listitem>
<listitem>
<para>
The <link linkend="opt-services.phpfpm.pools">phpfpm</link> module now sets
<literal>PrivateTmp=true</literal> in its systemd units for better process isolation.
If you rely on <literal>/tmp</literal> being shared with other services, explicitly override this by
setting <literal>serviceConfig.PrivateTmp</literal> to <literal>false</literal> for each phpfpm unit.
</para>
</listitem>
<listitem>
<para>
KDE’s old multimedia framework Phonon no longer supports Qt 4. For that reason, Plasma desktop also does not have <option>enableQt4Support</option> option any more.
</para>
</listitem>
</itemizedlist>
</section>

26 changes: 17 additions & 9 deletions nixos/lib/test-driver/test-driver.py
Original file line number Diff line number Diff line change
@@ -290,10 +290,15 @@ def nested(self, msg: str, attrs: Dict[str, str] = {}) -> _GeneratorContextManag

def wait_for_monitor_prompt(self) -> str:
assert self.monitor is not None
answer = ""
while True:
answer = self.monitor.recv(1024).decode()
undecoded_answer = self.monitor.recv(1024)
if not undecoded_answer:
break
answer += undecoded_answer.decode()
if answer.endswith("(qemu) "):
return answer
break
return answer

def send_monitor_command(self, command: str) -> str:
message = ("{}\n".format(command)).encode()
@@ -606,12 +611,15 @@ def create_socket(path: str) -> socket.socket:
+ os.environ.get("QEMU_OPTS", "")
)

environment = {
"QEMU_OPTS": qemu_options,
"SHARED_DIR": self.shared_dir,
"USE_TMPDIR": "1",
}
environment.update(dict(os.environ))
environment = dict(os.environ)
environment.update(
{
"TMPDIR": self.state_dir,
"SHARED_DIR": self.shared_dir,
"USE_TMPDIR": "1",
"QEMU_OPTS": qemu_options,
}
)

self.process = subprocess.Popen(
self.script,
@@ -749,7 +757,7 @@ def run_tests() -> None:
if tests is not None:
with log.nested("running the VM test script"):
try:
exec(tests)
exec(tests, globals())
except Exception as e:
eprint("error: {}".format(str(e)))
sys.exit(1)
4 changes: 2 additions & 2 deletions nixos/maintainers/scripts/ec2/create-amis.sh
Original file line number Diff line number Diff line change
@@ -211,11 +211,11 @@ upload_image() {
log "Registering snapshot $snapshot_id as AMI"

local block_device_mappings=(
"DeviceName=/dev/sda1,Ebs={SnapshotId=$snapshot_id,VolumeSize=$image_logical_gigabytes,DeleteOnTermination=true,VolumeType=gp2}"
"DeviceName=/dev/xvda,Ebs={SnapshotId=$snapshot_id,VolumeSize=$image_logical_gigabytes,DeleteOnTermination=true,VolumeType=gp2}"
)

local extra_flags=(
--root-device-name /dev/sda1
--root-device-name /dev/xvda
--sriov-net-support simple
--ena-support
--virtualization-type hvm
2 changes: 1 addition & 1 deletion nixos/modules/config/qt5.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ let
isQtStyle = cfg.platformTheme == "gtk2" && cfg.style != "adwaita";

packages = if isQGnome then [ pkgs.qgnomeplatform pkgs.adwaita-qt ]
else if isQtStyle then [ pkgs.qtstyleplugins ]
else if isQtStyle then [ pkgs.libsForQt5.qtstyleplugins ]
else throw "`qt5.platformTheme` ${cfg.platformTheme} and `qt5.style` ${cfg.style} are not compatible.";

in
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ with lib;
services.xserver = {
desktopManager.plasma5 = {
enable = true;
enableQt4Support = false;
};

# Automatically login as nixos.
1 change: 0 additions & 1 deletion nixos/modules/profiles/graphical.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@
displayManager.sddm.enable = true;
desktopManager.plasma5 = {
enable = true;
enableQt4Support = false;
};
libinput.enable = true; # for touchpad support on many laptops
};
3 changes: 2 additions & 1 deletion nixos/modules/programs/adb.nix
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@ with lib;
###### implementation
config = mkIf config.programs.adb.enable {
services.udev.packages = [ pkgs.android-udev-rules ];
environment.systemPackages = [ pkgs.androidenv.androidPkgs_9_0.platform-tools ];
# Give platform-tools lower priority so mke2fs+friends are taken from other packages first
environment.systemPackages = [ (lowPrio pkgs.androidenv.androidPkgs_9_0.platform-tools) ];
users.groups.adbusers = {};
};
}
3 changes: 2 additions & 1 deletion nixos/modules/services/misc/beanstalkd.nix
Original file line number Diff line number Diff line change
@@ -44,7 +44,8 @@ in
serviceConfig = {
DynamicUser = true;
Restart = "always";
ExecStart = "${pkg}/bin/beanstalkd -l ${cfg.listen.address} -p ${toString cfg.listen.port}";
ExecStart = "${pkg}/bin/beanstalkd -l ${cfg.listen.address} -p ${toString cfg.listen.port} -b $STATE_DIRECTORY";
StateDirectory = "beanstalkd";
};
};

1 change: 1 addition & 0 deletions nixos/modules/services/web-apps/nextcloud.nix
Original file line number Diff line number Diff line change
@@ -390,6 +390,7 @@ in {
in {
wantedBy = [ "multi-user.target" ];
before = [ "phpfpm-nextcloud.service" ];
path = [ occ ];
script = ''
chmod og+x ${cfg.home}
ln -sf ${pkgs.nextcloud}/apps ${cfg.home}/
1 change: 1 addition & 0 deletions nixos/modules/services/web-servers/phpfpm/default.nix
Original file line number Diff line number Diff line change
@@ -262,6 +262,7 @@ in {
in {
Slice = "phpfpm.slice";
PrivateDevices = true;
PrivateTmp = true;
ProtectSystem = "full";
ProtectHome = true;
# XXX: We need AF_NETLINK to make the sendmail SUID binary from postfix work
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/desktop-managers/gnome3.nix
Original file line number Diff line number Diff line change
@@ -309,7 +309,7 @@ in
gnome-shell
gnome-shell-extensions
gnome-themes-extra
gnome-user-docs
pkgs.gnome-user-docs
pkgs.orca
pkgs.glib # for gsettings
pkgs.gnome-menus
15 changes: 3 additions & 12 deletions nixos/modules/services/x11/desktop-managers/plasma5.nix
Original file line number Diff line number Diff line change
@@ -27,20 +27,13 @@ in
example = "vlc";
description = "Phonon audio backend to install.";
};

enableQt4Support = mkOption {
type = types.bool;
default = true;
description = ''
Enable support for Qt 4-based applications. Particularly, install a
default backend for Phonon.
'';
};

};

};

imports = [
(mkRemovedOptionModule [ "services" "xserver" "desktopManager" "plasma5" "enableQt4Support" ] "Phonon no longer supports Qt 4.")
];

config = mkMerge [
(mkIf cfg.enable {
@@ -173,9 +166,7 @@ in

# Phonon audio backend
++ lib.optional (cfg.phononBackend == "gstreamer") libsForQt5.phonon-backend-gstreamer
++ lib.optional (cfg.phononBackend == "gstreamer" && cfg.enableQt4Support) pkgs.phonon-backend-gstreamer
++ lib.optional (cfg.phononBackend == "vlc") libsForQt5.phonon-backend-vlc
++ lib.optional (cfg.phononBackend == "vlc" && cfg.enableQt4Support) pkgs.phonon-backend-vlc

# Optional hardware support features
++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt ]
Loading