+3
.github/FUNDING.yml
+3
.github/FUNDING.yml
+1
-1
.github/PULL_REQUEST_TEMPLATE.md
+1
-1
.github/PULL_REQUEST_TEMPLATE.md
···- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
+12
doc/package-notes.xml
+12
doc/package-notes.xml
···
+25
maintainers/maintainer-list.nix
+25
maintainers/maintainer-list.nix
···············
+1
-1
nixos/doc/manual/configuration/ipv6-config.xml
+1
-1
nixos/doc/manual/configuration/ipv6-config.xml
+1
-1
nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
+1
-1
nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
···
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+7
nixos/modules/rename.nix
+7
nixos/modules/rename.nix
···(mkRemovedOptionModule [ "boot" "zfs" "enableLegacyCrypto" ] "The corresponding package was removed from nixpkgs.")(mkRemovedOptionModule [ "services" "winstone" ] "The corresponding package was removed from nixpkgs.")(mkRemovedOptionModule [ "services" "mysql" "pidDir" ] "Don't wait for pidfiles, describe dependencies through systemd")+(mkRemovedOptionModule [ "services" "mysql" "rootPassword" ] "Use socket authentication or set the password outside of the nix store.")(mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ])···(mkRenamedOptionModule [ "boot" "binfmtMiscRegistrations" ] [ "boot" "binfmt" "registrations" ])+(mkRemovedOptionModule [ "services" "phpfpm" "poolConfigs" ] "Use services.phpfpm.pools instead.")+(mkRemovedOptionModule [ "services" "phpfpm" "phpPackage" ] "Use services.phpfpm.pools.<name>.phpPackage instead.")+(mkRemovedOptionModule [ "services" "phpfpm" "phpOptions" ] "Use services.phpfpm.pools.<name>.phpOptions instead.")+(mkRenamedOptionModule [ "services" "phpfpm" "extraConfig" ] [ "services" "phpfpm" "globalExtraConfig" ])
+5
-5
nixos/modules/services/audio/mopidy.nix
+5
-5
nixos/modules/services/audio/mopidy.nix
···ExecStart = "${mopidyEnv}/bin/mopidy --config ${concatStringsSep ":" ([mopidyConf] ++ cfg.extraConfigFiles)}";ExecStart = "${mopidyEnv}/bin/mopidy --config ${concatStringsSep ":" ([mopidyConf] ++ cfg.extraConfigFiles)} local scan";···
+49
nixos/modules/services/audio/roon-server.nix
+49
nixos/modules/services/audio/roon-server.nix
···
+4
-2
nixos/modules/services/audio/slimserver.nix
+4
-2
nixos/modules/services/audio/slimserver.nix
···ExecStart = "${cfg.package}/slimserver.pl --logdir ${cfg.dataDir}/logs --prefsdir ${cfg.dataDir}/prefs --cachedir ${cfg.dataDir}/cache --noimage --novideo";
+1
-5
nixos/modules/services/backup/duplicati.nix
+1
-5
nixos/modules/services/backup/duplicati.nix
···ExecStart = "${pkgs.duplicati}/bin/duplicati-server --webservice-interface=${cfg.interface} --webservice-port=${toString cfg.port} --server-datafolder=/var/lib/duplicati";
+4
-5
nixos/modules/services/computing/boinc/client.nix
+4
-5
nixos/modules/services/computing/boinc/client.nix
···
+7
-7
nixos/modules/services/databases/firebird.nix
+7
-7
nixos/modules/services/databases/firebird.nix
······
+8
-14
nixos/modules/services/databases/foundationdb.nix
+8
-14
nixos/modules/services/databases/foundationdb.nix
······
+5
-12
nixos/modules/services/databases/hbase.nix
+5
-12
nixos/modules/services/databases/hbase.nix
······
+87
-102
nixos/modules/services/databases/mysql.nix
+87
-102
nixos/modules/services/databases/mysql.nix
···-description = "Path to a file containing the root password, modified on the first startup. Not specifying a root password will leave the root password empty.";···ExecStart = "${mysql}/bin/mysqld --defaults-file=/etc/my.cnf ${mysqldOptions} $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION";+echo "CREATE USER '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' IDENTIFIED WITH mysql_native_password;"+echo "SET PASSWORD FOR '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' = PASSWORD('${cfg.replication.masterPassword}');"+echo "GRANT REPLICATION SLAVE ON *.* TO '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}';"-echo "CREATE USER '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' IDENTIFIED WITH mysql_native_password;"-echo "SET PASSWORD FOR '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' = PASSWORD('${cfg.replication.masterPassword}');"-echo "GRANT REPLICATION SLAVE ON *.* TO '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}';"+echo "change master to master_host='${cfg.replication.masterHost}', master_user='${cfg.replication.masterUser}', master_password='${cfg.replication.masterPassword}';"-echo "change master to master_host='${cfg.replication.masterHost}', master_user='${cfg.replication.masterUser}', master_password='${cfg.replication.masterPassword}';"+( echo "CREATE USER IF NOT EXISTS '${user.name}'@'localhost' IDENTIFIED WITH ${if isMariaDB then "unix_socket" else "auth_socket"};"-( echo "CREATE USER IF NOT EXISTS '${user.name}'@'localhost' IDENTIFIED WITH ${if isMariaDB then "unix_socket" else "auth_socket"};"
+4
nixos/modules/services/desktops/deepin/deepin.nix
+4
nixos/modules/services/desktops/deepin/deepin.nix
······
+5
-7
nixos/modules/services/logging/graylog.nix
+5
-7
nixos/modules/services/logging/graylog.nix
·········ln -s ${cfg.package}/plugin/$includedplugin /var/lib/graylog/plugins/$includedplugin || true
+4
-2
nixos/modules/services/logging/heartbeat.nix
+4
-2
nixos/modules/services/logging/heartbeat.nix
···ExecStart = "${pkgs.heartbeat}/bin/heartbeat -c \"${heartbeatYml}\" -path.data \"${cfg.stateDir}/data\" -path.logs \"${cfg.stateDir}/logs\"";
+4
-9
nixos/modules/services/mail/dspam.nix
+4
-9
nixos/modules/services/mail/dspam.nix
···
+4
-3
nixos/modules/services/mail/opendkim.nix
+4
-3
nixos/modules/services/mail/opendkim.nix
·········
+23
-19
nixos/modules/services/mail/roundcube.nix
+23
-19
nixos/modules/services/mail/roundcube.nix
······
+2
-7
nixos/modules/services/misc/apache-kafka.nix
+2
-7
nixos/modules/services/misc/apache-kafka.nix
······
+1
-6
nixos/modules/services/misc/couchpotato.nix
+1
-6
nixos/modules/services/misc/couchpotato.nix
···
+12
-4
nixos/modules/services/misc/gitea.nix
+12
-4
nixos/modules/services/misc/gitea.nix
······
+6
-9
nixos/modules/services/misc/gollum.nix
+6
-9
nixos/modules/services/misc/gollum.nix
···+"d '${cfg.stateDir}' - ${config.users.users.gollum.name} ${config.users.groups.gollum.name} - -"
+8
-1
nixos/modules/services/misc/lidarr.nix
+8
-1
nixos/modules/services/misc/lidarr.nix
······
+4
-1
nixos/modules/services/misc/nix-daemon.nix
+4
-1
nixos/modules/services/misc/nix-daemon.nix
······nix.binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
+4
-3
nixos/modules/services/misc/octoprint.nix
+4
-3
nixos/modules/services/misc/octoprint.nix
······environment.PYTHONPATH = makeSearchPathOutput "lib" pkgs.python.sitePackages [ pluginsEnv ];${pkgs.yaml-merge}/bin/yaml-merge "${cfg.stateDir}/config.yaml" "${cfgUpdate}" > "${cfg.stateDir}/config.yaml.tmp"···
+22
-11
nixos/modules/services/misc/zoneminder.nix
+22
-11
nixos/modules/services/misc/zoneminder.nix
············+message = "services.zoneminder.database.username must be set to ${user} if services.zoneminder.database.createLocally is set true";············install -dm775 -o ${user} -g ${group} ${cfg.storageDir}/{${lib.concatStringsSep "," libDirs}}
+4
-5
nixos/modules/services/monitoring/alerta.nix
+4
-5
nixos/modules/services/monitoring/alerta.nix
······ExecStart = "${pkgs.python36Packages.alerta-server}/bin/alertad run --port ${toString cfg.port} --host ${cfg.bind}";
+4
-5
nixos/modules/services/monitoring/kapacitor.nix
+4
-5
nixos/modules/services/monitoring/kapacitor.nix
······
-1
nixos/modules/services/monitoring/netdata.nix
-1
nixos/modules/services/monitoring/netdata.nix
+5
-3
nixos/modules/services/monitoring/riemann-dash.nix
+5
-3
nixos/modules/services/monitoring/riemann-dash.nix
···
-1
nixos/modules/services/monitoring/riemann-tools.nix
-1
nixos/modules/services/monitoring/riemann-tools.nix
-1
nixos/modules/services/monitoring/scollector.nix
-1
nixos/modules/services/monitoring/scollector.nix
+5
-9
nixos/modules/services/networking/aria2.nix
+5
-9
nixos/modules/services/networking/aria2.nix
······
-1
nixos/modules/services/networking/autossh.nix
-1
nixos/modules/services/networking/autossh.nix
+4
-5
nixos/modules/services/networking/charybdis.nix
+4
-5
nixos/modules/services/networking/charybdis.nix
······ExecStart = "${charybdis}/bin/charybdis -foreground -logfile /dev/stdout -configfile ${configFile}";
+12
-2
nixos/modules/services/networking/hostapd.nix
+12
-2
nixos/modules/services/networking/hostapd.nix
·········
+1
-7
nixos/modules/services/networking/minidlna.nix
+1
-7
nixos/modules/services/networking/minidlna.nix
···
+4
-6
nixos/modules/services/networking/quassel.nix
+4
-6
nixos/modules/services/networking/quassel.nix
······after = [ "network.target" ] ++ optional config.services.postgresql.enable "postgresql.service"···
+1
-2
nixos/modules/services/networking/squid.nix
+1
-2
nixos/modules/services/networking/squid.nix
+4
-6
nixos/modules/services/networking/teamspeak3.nix
+4
-6
nixos/modules/services/networking/teamspeak3.nix
······
+5
-6
nixos/modules/services/networking/unifi.nix
+5
-6
nixos/modules/services/networking/unifi.nix
·········
+5
-8
nixos/modules/services/networking/zeronet.nix
+5
-8
nixos/modules/services/networking/zeronet.nix
···
+11
-7
nixos/modules/services/web-apps/atlassian/confluence.nix
+11
-7
nixos/modules/services/web-apps/atlassian/confluence.nix
······-e 's,protocol="org.apache.coyote.http11.Http11NioProtocol",protocol="org.apache.coyote.http11.Http11NioProtocol" proxyName="${cfg.proxy.name}" proxyPort="${toString cfg.proxy.port}" scheme="${cfg.proxy.scheme}",' \···
+10
-7
nixos/modules/services/web-apps/atlassian/crowd.nix
+10
-7
nixos/modules/services/web-apps/atlassian/crowd.nix
······-e 's,compression="on",compression="off" protocol="HTTP/1.1" proxyName="${cfg.proxy.name}" proxyPort="${toString cfg.proxy.port}" scheme="${cfg.proxy.scheme}" secure="${boolToString cfg.proxy.secure}",' \···
+11
-7
nixos/modules/services/web-apps/atlassian/jira.nix
+11
-7
nixos/modules/services/web-apps/atlassian/jira.nix
······-e 's,protocol="HTTP/1.1",protocol="HTTP/1.1" proxyName="${cfg.proxy.name}" proxyPort="${toString cfg.proxy.port}" scheme="${cfg.proxy.scheme}" secure="${toString cfg.proxy.secure}",' \···
+5
-5
nixos/modules/services/web-apps/frab.nix
+5
-5
nixos/modules/services/web-apps/frab.nix
·········
+21
-15
nixos/modules/services/web-apps/icingaweb2/icingaweb2.nix
+21
-15
nixos/modules/services/web-apps/icingaweb2/icingaweb2.nix
············
+4
-4
nixos/modules/services/web-apps/limesurvey.nix
+4
-4
nixos/modules/services/web-apps/limesurvey.nix
······
+23
-15
nixos/modules/services/web-apps/matomo.nix
+23
-15
nixos/modules/services/web-apps/matomo.nix
···+# it's not possible to use /run/phpfpm-${pool}/${pool}.sock because /run/phpfpm/ is root:root 0770,·········# which is illegal, but as assertions apparently are being triggered *after* config generation,
+7
-6
nixos/modules/services/web-apps/nextcloud.nix
+7
-6
nixos/modules/services/web-apps/nextcloud.nix
···env[PATH] = /run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/usr/bin:/bin···
+11
-7
nixos/modules/services/web-apps/restya-board.nix
+11
-7
nixos/modules/services/web-apps/restya-board.nix
············
+26
-19
nixos/modules/services/web-apps/selfoss.nix
+26
-19
nixos/modules/services/web-apps/selfoss.nix
············
+7
-5
nixos/modules/services/web-apps/tt-rss.nix
+7
-5
nixos/modules/services/web-apps/tt-rss.nix
······
+2
-2
nixos/modules/services/web-servers/lighttpd/cgit.nix
+2
-2
nixos/modules/services/web-servers/lighttpd/cgit.nix
···
+95
-88
nixos/modules/services/web-servers/phpfpm/default.nix
+95
-88
nixos/modules/services/web-servers/phpfpm/default.nix
······+Options appended to the PHP configuration file <filename>php.ini</filename> used for this PHP-FPM pool.······+AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" "CAP_SETGID" "CAP_SETUID" "CAP_CHOWN" "CAP_SYS_RESOURCE" ];+CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" "CAP_SETGID" "CAP_SETUID" "CAP_CHOWN" "CAP_SYS_RESOURCE" ];
-57
nixos/modules/services/web-servers/phpfpm/pool-options.nix
-57
nixos/modules/services/web-servers/phpfpm/pool-options.nix
···-"Options appended to the PHP configuration file <filename>php.ini</filename> used for this PHP-FPM pool."
+64
-40
nixos/modules/virtualisation/libvirtd.nix
+64
-40
nixos/modules/virtualisation/libvirtd.nix
·································-environment.LIBVIRTD_ARGS = ''--config "${configFile}" ${concatStringsSep " " cfg.extraOptions}'';···# stable (not GC'able as in /nix/store) paths for using in <emulator> section of xml configsfor emulator in ${pkgs.libvirt}/libexec/libvirt_lxc ${cfg.qemuPackage}/bin/qemu-kvm ${cfg.qemuPackage}/bin/qemu-system-*; do+environment.LIBVIRTD_ARGS = ''--config "${configFile}" ${concatStringsSep " " cfg.extraOptions}'';······
+6
nixos/tests/mysql.nix
+6
nixos/tests/mysql.nix
···
+3
-3
pkgs/applications/altcoins/parity/beta.nix
+3
-3
pkgs/applications/altcoins/parity/beta.nix
···
+3
-3
pkgs/applications/altcoins/parity/default.nix
+3
-3
pkgs/applications/altcoins/parity/default.nix
···
+4
-2
pkgs/applications/altcoins/parity/parity.nix
+4
-2
pkgs/applications/altcoins/parity/parity.nix
······
+2
-2
pkgs/applications/audio/ecasound/default.nix
+2
-2
pkgs/applications/audio/ecasound/default.nix
···
+1
pkgs/applications/audio/pulseaudio-modules-bt/default.nix
+1
pkgs/applications/audio/pulseaudio-modules-bt/default.nix
+15
pkgs/applications/audio/pulseaudio-modules-bt/fix-aac-defaults.patch
+15
pkgs/applications/audio/pulseaudio-modules-bt/fix-aac-defaults.patch
···+@@ -90,8 +90,8 @@ pa_aac_encoder_init(pa_a2dp_source_read_cb_t read_cb, pa_a2dp_source_read_buf_fr
+2
-2
pkgs/applications/audio/pulseeffects/default.nix
+2
-2
pkgs/applications/audio/pulseeffects/default.nix
···
+2
-2
pkgs/applications/audio/qmmp/default.nix
+2
-2
pkgs/applications/audio/qmmp/default.nix
···
+3
-3
pkgs/applications/editors/android-studio/default.nix
+3
-3
pkgs/applications/editors/android-studio/default.nix
···
+1
-1
pkgs/applications/editors/kakoune/default.nix
+1
-1
pkgs/applications/editors/kakoune/default.nix
+5
pkgs/applications/editors/kakoune/plugins.nix
+5
pkgs/applications/editors/kakoune/plugins.nix
+44
pkgs/applications/editors/kakoune/wrapper.nix
+44
pkgs/applications/editors/kakoune/wrapper.nix
···
+30
pkgs/applications/editors/kakoune/wrapper.sh
+30
pkgs/applications/editors/kakoune/wrapper.sh
···
+2
-2
pkgs/applications/editors/typora/default.nix
+2
-2
pkgs/applications/editors/typora/default.nix
···
+1
pkgs/applications/editors/vscode/with-extensions.nix
+1
pkgs/applications/editors/vscode/with-extensions.nix
···ln -sT "${vscode}/share/applications/${executableName}.desktop" "$out/share/applications/${executableName}.desktop"+ln -sT "${vscode}/share/applications/${executableName}-url-handler.desktop" "$out/share/applications/${executableName}-url-handler.desktop"makeWrapper "${vscode}/bin/${executableName}" "$out/bin/${executableName}" ${lib.optionalString (vscodeExtensions != []) ''
+2
-2
pkgs/applications/graphics/drawpile/default.nix
+2
-2
pkgs/applications/graphics/drawpile/default.nix
···
+15
-3
pkgs/applications/graphics/geeqie/default.nix
+15
-3
pkgs/applications/graphics/geeqie/default.nix
······+url = "https://src.fedoraproject.org/rpms/geeqie/raw/132fb04a1a5e74ddb333d2474f7edb9a39dc8d27/f/geeqie-1.4-goodbye-changelog.patch";+url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/geeqie-exiv2-0.27.patch?h=packages/geeqie&id=dee28a8b3e9039b9cd6927b5a93ef2a07cd8271d";
-14
pkgs/applications/graphics/geeqie/geeqie-no-changelog.patch
-14
pkgs/applications/graphics/geeqie/geeqie-no-changelog.patch
···
+9
-1
pkgs/applications/graphics/hugin/default.nix
+9
-1
pkgs/applications/graphics/hugin/default.nix
······+url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/hugin-exiv2-0.27.1.patch?h=packages/hugin";
+13
-11
pkgs/applications/graphics/luminance-hdr/default.nix
+13
-11
pkgs/applications/graphics/luminance-hdr/default.nix
···
+4
pkgs/applications/graphics/nomacs/default.nix
+4
pkgs/applications/graphics/nomacs/default.nix
+26
pkgs/applications/graphics/nomacs/nomacs-iostream.patch
+26
pkgs/applications/graphics/nomacs/nomacs-iostream.patch
···
+1
pkgs/applications/graphics/photivo/default.nix
+1
pkgs/applications/graphics/photivo/default.nix
+21
-8
pkgs/applications/graphics/photoqt/default.nix
+21
-8
pkgs/applications/graphics/photoqt/default.nix
···+url = "https://gitlab.com/luspi/photoqt/commit/c6fd41478e818f3a651d40f96cab3d790e1c09a4.patch";
-13
pkgs/applications/graphics/photoqt/photoqt-1.5.1-qt-5.9.patch
-13
pkgs/applications/graphics/photoqt/photoqt-1.5.1-qt-5.9.patch
···
-41
pkgs/applications/graphics/qtpfsgui/default.nix
-41
pkgs/applications/graphics/qtpfsgui/default.nix
···
+9
-1
pkgs/applications/kde/gwenview.nix
+9
-1
pkgs/applications/kde/gwenview.nix
······
+4
-4
pkgs/applications/misc/1password/default.nix
+4
-4
pkgs/applications/misc/1password/default.nix
···url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_linux_amd64_v${version}.zip";url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_darwin_amd64_v${version}.zip";
+1
-1
pkgs/applications/misc/alacritty/default.nix
+1
-1
pkgs/applications/misc/alacritty/default.nix
···
+2
-2
pkgs/applications/misc/calcurse/default.nix
+2
-2
pkgs/applications/misc/calcurse/default.nix
···
+2
-2
pkgs/applications/misc/copyq/default.nix
+2
-2
pkgs/applications/misc/copyq/default.nix
···
+2
-2
pkgs/applications/misc/electron-cash/default.nix
+2
-2
pkgs/applications/misc/electron-cash/default.nix
···url = "https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz";
+30
-17
pkgs/applications/misc/gpscorrelate/default.nix
+30
-17
pkgs/applications/misc/gpscorrelate/default.nix
······
+26
-1
pkgs/applications/misc/jekyll/default.nix
+26
-1
pkgs/applications/misc/jekyll/default.nix
······
+2
-2
pkgs/applications/misc/latte-dock/default.nix
+2
-2
pkgs/applications/misc/latte-dock/default.nix
···
+1
-1
pkgs/applications/misc/lutris/default.nix
+1
-1
pkgs/applications/misc/lutris/default.nix
···
+7
-2
pkgs/applications/misc/merkaartor/default.nix
+7
-2
pkgs/applications/misc/merkaartor/default.nix
······
+2
-2
pkgs/applications/misc/pdfpc/default.nix
+2
-2
pkgs/applications/misc/pdfpc/default.nix
···
+15
-4
pkgs/applications/misc/qmapshack/default.nix
+15
-4
pkgs/applications/misc/qmapshack/default.nix
······+url = "https://bitbucket.org/maproom/qmapshack/raw/d0b1b595578a83fda981ccc1ff24166fa636ba1d/FindPROJ4.patch";+url = "https://bitbucket.org/maproom/qmapshack/raw/d0b1b595578a83fda981ccc1ff24166fa636ba1d/FindQuaZip5.patch";
+2
-2
pkgs/applications/misc/termdown/default.nix
+2
-2
pkgs/applications/misc/termdown/default.nix
···
+5
-3
pkgs/applications/misc/viking/default.nix
+5
-3
pkgs/applications/misc/viking/default.nix
···
+3
-3
pkgs/applications/misc/zola/default.nix
+3
-3
pkgs/applications/misc/zola/default.nix
···
+8
-1
pkgs/applications/networking/browsers/firefox/common.nix
+8
-1
pkgs/applications/networking/browsers/firefox/common.nix
···-] ++ lib.optionals (stdenv.isAarch64 && lib.versionAtLeast ffversion "66" && lib.versionOlder ffversion "67") [+url = "https://hg.mozilla.org/mozilla-central/raw-diff/562655fe/python/mozbuild/mozbuild/action/node.py";+++ lib.optionals (stdenv.isAarch64 && lib.versionAtLeast ffversion "66" && lib.versionOlder ffversion "67") [url = "https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/09c7fa0dc1d87922e3b464c0fa084df1227fca79/extra/firefox/arm.patch";
+2
-2
pkgs/applications/networking/browsers/qutebrowser/default.nix
+2
-2
pkgs/applications/networking/browsers/qutebrowser/default.nix
···url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
+8
-3
pkgs/applications/networking/browsers/vivaldi/default.nix
+8
-3
pkgs/applications/networking/browsers/vivaldi/default.nix
······+VIVALDI_FFMPEG_FOUND=YES\nCACHED_FFMPEG=${vivaldi-ffmpeg-codecs}/lib/libffmpeg.so' opt/${vivaldiName}/${vivaldiName}···
+11
-32
pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix
+11
-32
pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix
···-url = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${version}.tar.xz";-sha512 = "1477g5dgi4m0zbiqwm9w6jqkmjfmgjlbl3qs9ljldx8bif8my1jbz4hzws954aqxyxdbf5rjpvmrrqqppk5347prvsyl37rbsndaaqf";+url = "https://launchpadlibrarian.net/424938057/${name}-extra_${version}-0ubuntu0.16.04.1_amd64.deb";-local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true enable_hevc_demuxing=true use_gnome_keyring=false use_sysroot=false use_gold=false use_allocator=\"none\" linux_use_bundled_binutils=false fatal_linker_warnings=false treat_warnings_as_errors=false enable_nacl=false enable_nacl_nonsfi=false is_clang=false clang_use_chrome_plugins=false is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=false use_lld=false use_jumbo_build=false"
+32
pkgs/applications/networking/browsers/vivaldi/widevine.nix
+32
pkgs/applications/networking/browsers/vivaldi/widevine.nix
···
+2
-2
pkgs/applications/networking/cluster/helmfile/default.nix
+2
-2
pkgs/applications/networking/cluster/helmfile/default.nix
······
+2
-2
pkgs/applications/networking/cluster/kops/default.nix
+2
-2
pkgs/applications/networking/cluster/kops/default.nix
······
+25
pkgs/applications/networking/cluster/kube3d/default.nix
+25
pkgs/applications/networking/cluster/kube3d/default.nix
···+description = "A helper to run k3s (Lightweight Kubernetes. 5 less than k8s) in a docker container";
+174
pkgs/applications/networking/cluster/kube3d/deps.nix
+174
pkgs/applications/networking/cluster/kube3d/deps.nix
···
+5
-5
pkgs/applications/networking/cluster/kubecfg/default.nix
+5
-5
pkgs/applications/networking/cluster/kubecfg/default.nix
···
+6
-2
pkgs/applications/networking/cluster/nomad/default.nix
+6
-2
pkgs/applications/networking/cluster/nomad/default.nix
······
+2
-2
pkgs/applications/networking/instant-messengers/baresip/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/baresip/default.nix
···
+3
-3
pkgs/applications/networking/instant-messengers/discord/default.nix
+3
-3
pkgs/applications/networking/instant-messengers/discord/default.nix
···
+9
-1
pkgs/applications/networking/instant-messengers/fractal/default.nix
+9
-1
pkgs/applications/networking/instant-messengers/fractal/default.nix
···{ stdenv, fetchFromGitLab, meson, ninja, gettext, cargo, rustc, python3, rustPlatform, pkgconfig, gtksourceview-, hicolor-icon-theme, glib, libhandy, gtk3, libsecret, dbus, openssl, sqlite, gst_all_1, wrapGAppsHook }:+, hicolor-icon-theme, glib, libhandy, gtk3, libsecret, dbus, openssl, sqlite, gst_all_1, wrapGAppsHook, fetchpatch }:···glib gtk3 libhandy dbus openssl sqlite gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-bad+url = "https://gitlab.gnome.org/GNOME/fractal/commit/e78f36c25c095ea09c9c421187593706ad7c4065.patch";
+10
-8
pkgs/applications/networking/instant-messengers/gomuks/default.nix
+10
-8
pkgs/applications/networking/instant-messengers/gomuks/default.nix
···
+1
-1
pkgs/applications/networking/instant-messengers/riot/riot-desktop-package.json
+1
-1
pkgs/applications/networking/instant-messengers/riot/riot-desktop-package.json
+2
-2
pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
+2
-2
pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
···
+2
-2
pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+2
-2
pkgs/applications/networking/instant-messengers/riot/riot-web.nix
···url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
+2
-2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
···url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
+2
-2
pkgs/applications/networking/irc/irssi/default.nix
+2
-2
pkgs/applications/networking/irc/irssi/default.nix
···
+4
pkgs/applications/networking/irc/weechat/scripts/weechat-matrix-bridge/default.nix
+4
pkgs/applications/networking/irc/weechat/scripts/weechat-matrix-bridge/default.nix
···license = licenses.mit; # see https://github.com/torhve/weechat-matrix-protocol-script/blob/0052e7275ae149dc5241226391c9b1889ecc3c6b/matrix.lua#L53
+11
-10
pkgs/applications/networking/p2p/transgui/default.nix
+11
-10
pkgs/applications/networking/p2p/transgui/default.nix
······
-22
pkgs/applications/networking/p2p/transgui/r988-compile-fix.patch
-22
pkgs/applications/networking/p2p/transgui/r988-compile-fix.patch
···
+2
-2
pkgs/applications/networking/znc/default.nix
+2
-2
pkgs/applications/networking/znc/default.nix
···
+2
-2
pkgs/applications/office/gnucash/default.nix
+2
-2
pkgs/applications/office/gnucash/default.nix
···
+57
pkgs/applications/office/timetable/default.nix
+57
pkgs/applications/office/timetable/default.nix
···
+7
-15
pkgs/applications/office/watson/default.nix
+7
-15
pkgs/applications/office/watson/default.nix
···-url = https://github.com/TailorDev/Watson/commit/f5760c71cbc22de4e12ede8f6f7257515a9064d3.patch;···
+2
-2
pkgs/applications/radio/soapyuhd/default.nix
+2
-2
pkgs/applications/radio/soapyuhd/default.nix
······
+2
-2
pkgs/applications/radio/urh/default.nix
+2
-2
pkgs/applications/radio/urh/default.nix
···
+2
-2
pkgs/applications/science/astronomy/stellarium/default.nix
+2
-2
pkgs/applications/science/astronomy/stellarium/default.nix
···
+6
-6
pkgs/applications/science/biology/mosdepth/default.nix
+6
-6
pkgs/applications/science/biology/mosdepth/default.nix
···
+30
pkgs/applications/science/biology/octopus/default.nix
+30
pkgs/applications/science/biology/octopus/default.nix
···
+2
-2
pkgs/applications/science/electronics/verilator/default.nix
+2
-2
pkgs/applications/science/electronics/verilator/default.nix
···
+2
-2
pkgs/applications/science/math/gap/default.nix
+2
-2
pkgs/applications/science/math/gap/default.nix
···url = "https://www.gap-system.org/pub/gap/gap-${lib.versions.major version}.${lib.versions.minor version}/tar.bz2/gap-${version}.tar.bz2";
+1
-1
pkgs/applications/science/math/sage/default.nix
+1
-1
pkgs/applications/science/math/sage/default.nix
···
-26
pkgs/applications/science/math/sage/patches/do-not-test-package-manifests.patch
-26
pkgs/applications/science/math/sage/patches/do-not-test-package-manifests.patch
···
+57
pkgs/applications/science/math/sage/patches/sphinx-docbuild-subprocesses.patch
+57
pkgs/applications/science/math/sage/patches/sphinx-docbuild-subprocesses.patch
···+- sage: DocBuilder._options = setup_parser().parse_args([])[0] # builder_helper needs _options to be set+- sage: original_runsphinx, sage_setup.docbuild.sphinxbuild.runsphinx = sage_setup.docbuild.sphinxbuild.runsphinx, raiseBaseException
+7
-66
pkgs/applications/science/math/sage/sage-src.nix
+7
-66
pkgs/applications/science/math/sage/sage-src.nix
······-url = "https://salsa.debian.org/science-team/sagemath/raw/8a215b17e6f791ddfae6df8ce6d01dfb89acb434/debian/patches/df-subprocess-sphinx.patch";-url = "https://git.sagemath.org/sage.git/patch?id2=10407524b18659e14e184114b61c043fb816f3c2&id=c9b0cc9d0b8748ab85e568f8f57f316c5e8cbe54";···
+3
-3
pkgs/applications/version-management/git-and-tools/git-recent/default.nix
+3
-3
pkgs/applications/version-management/git-and-tools/git-recent/default.nix
···
+2
-2
pkgs/applications/version-management/git-and-tools/hub/default.nix
+2
-2
pkgs/applications/version-management/git-and-tools/hub/default.nix
······
+2
-2
pkgs/applications/version-management/git-and-tools/pre-commit/default.nix
+2
-2
pkgs/applications/version-management/git-and-tools/pre-commit/default.nix
···
+2
-2
pkgs/applications/video/clipgrab/default.nix
+2
-2
pkgs/applications/video/clipgrab/default.nix
···
+10
-1
pkgs/applications/video/mythtv/default.nix
+10
-1
pkgs/applications/video/mythtv/default.nix
······+url = "https://aur.archlinux.org/cgit/aur.git/plain/004-exiv2.patch?h=mythtv&id=76ea37f8556805b205878772ad7874e487c0d946";
+11
-11
pkgs/applications/video/plex-media-player/default.nix
+11
-11
pkgs/applications/video/plex-media-player/default.nix
···url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz.sha1";url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz";url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz.sha1";url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz";
+2
-2
pkgs/applications/video/smtube/default.nix
+2
-2
pkgs/applications/video/smtube/default.nix
···
+2
-2
pkgs/applications/virtualization/virt-manager/default.nix
+2
-2
pkgs/applications/virtualization/virt-manager/default.nix
···
+1
-1
pkgs/applications/virtualization/virtualbox/default.nix
+1
-1
pkgs/applications/virtualization/virtualbox/default.nix
···
+4
-5
pkgs/applications/window-managers/i3/pystatus.nix
+4
-5
pkgs/applications/window-managers/i3/pystatus.nix
···-propagatedBuildInputs = with python3Packages; [ keyring colour netifaces praw psutil basiciw ] ++
+6
-4
pkgs/build-support/build-bazel-package/default.nix
+6
-4
pkgs/build-support/build-bazel-package/default.nix
······
+1
-1
pkgs/build-support/trivial-builders.nix
+1
-1
pkgs/build-support/trivial-builders.nix
···
+27
pkgs/data/fonts/amiri/default.nix
+27
pkgs/data/fonts/amiri/default.nix
···
+2
-2
pkgs/data/icons/papirus-icon-theme/default.nix
+2
-2
pkgs/data/icons/papirus-icon-theme/default.nix
···
+2
-2
pkgs/data/misc/osinfo-db/default.nix
+2
-2
pkgs/data/misc/osinfo-db/default.nix
···
+3
-3
pkgs/data/themes/matcha/default.nix
+3
-3
pkgs/data/themes/matcha/default.nix
···
+112
pkgs/desktops/deepin/dde-control-center/default.nix
+112
pkgs/desktops/deepin/dde-control-center/default.nix
···
+65
pkgs/desktops/deepin/dde-control-center/fix-paths.patch
+65
pkgs/desktops/deepin/dde-control-center/fix-paths.patch
···+diff --git a/src/frame/modules/datetime/timezone_dialog/timezone.cpp b/src/frame/modules/datetime/timezone_dialog/timezone.cpp+diff --git a/src/frame/modules/network/connectionvpneditpage.cpp b/src/frame/modules/network/connectionvpneditpage.cpp
+8
-3
pkgs/desktops/deepin/dde-daemon/default.nix
+8
-3
pkgs/desktops/deepin/dde-daemon/default.nix
············fixPath ${deepin-desktop-base} /etc/deepin-version systeminfo/version.go accounts/deepinversion.gofixPath ${deepin-wallpapers} /usr/share/wallpapers appearance/background/list.go accounts/user.go
+76
pkgs/desktops/deepin/dde-launcher/default.nix
+76
pkgs/desktops/deepin/dde-launcher/default.nix
···+substituteInPlace src/widgets/miniframebottombar.cpp --replace "dde-shutdown" "${dde-session-ui}/bin/dde-shutdown"+substituteInPlace $f --replace "/usr/share/backgrounds/default_background.jpg" "${deepin-wallpapers}/share/backgrounds/deepin/desktop.jpg"+# note: `dbus-send` path does not need to be hard coded because it is not used for dtkcore >= 2.0.8.0
+49
pkgs/desktops/deepin/deepin-calculator/default.nix
+49
pkgs/desktops/deepin/deepin-calculator/default.nix
···+substituteInPlace deepin-calculator.desktop --replace "Exec=deepin-calculator" "Exec=$out/bin/deepin-calculator"
+3
pkgs/desktops/deepin/default.nix
+3
pkgs/desktops/deepin/default.nix
···
+4
-1
pkgs/desktops/deepin/dtkcore/default.nix
+4
-1
pkgs/desktops/deepin/dtkcore/default.nix
···
+2
-2
pkgs/desktops/gnome-3/extensions/appindicator/default.nix
+2
-2
pkgs/desktops/gnome-3/extensions/appindicator/default.nix
···
+5
-4
pkgs/desktops/xfce4-13/exo/default.nix
+5
-4
pkgs/desktops/xfce4-13/exo/default.nix
···
-37
pkgs/desktops/xfce4-13/garcon/12700.patch
-37
pkgs/desktops/xfce4-13/garcon/12700.patch
···
-75
pkgs/desktops/xfce4-13/garcon/13785.patch
-75
pkgs/desktops/xfce4-13/garcon/13785.patch
···
+5
-5
pkgs/desktops/xfce4-13/garcon/default.nix
+5
-5
pkgs/desktops/xfce4-13/garcon/default.nix
···
+5
-4
pkgs/desktops/xfce4-13/gigolo/default.nix
+5
-4
pkgs/desktops/xfce4-13/gigolo/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/libxfce4ui/default.nix
+3
-2
pkgs/desktops/xfce4-13/libxfce4ui/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/libxfce4util/default.nix
+3
-2
pkgs/desktops/xfce4-13/libxfce4util/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/parole/default.nix
+2
-2
pkgs/desktops/xfce4-13/parole/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/ristretto/default.nix
+2
-2
pkgs/desktops/xfce4-13/ristretto/default.nix
······
+3
-2
pkgs/desktops/xfce4-13/thunar-volman/default.nix
+3
-2
pkgs/desktops/xfce4-13/thunar-volman/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/thunar/default.nix
+3
-2
pkgs/desktops/xfce4-13/thunar/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/tumbler/default.nix
+3
-2
pkgs/desktops/xfce4-13/tumbler/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/xfce4-appfinder/default.nix
+3
-2
pkgs/desktops/xfce4-13/xfce4-appfinder/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/xfce4-battery-plugin/default.nix
+2
-2
pkgs/desktops/xfce4-13/xfce4-battery-plugin/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/xfce4-clipman-plugin/default.nix
+2
-2
pkgs/desktops/xfce4-13/xfce4-clipman-plugin/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix
+2
-2
pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/xfce4-dict/default.nix
+2
-2
pkgs/desktops/xfce4-13/xfce4-dict/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/xfce4-notifyd/default.nix
+2
-2
pkgs/desktops/xfce4-13/xfce4-notifyd/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/xfce4-panel/default.nix
+3
-2
pkgs/desktops/xfce4-13/xfce4-panel/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix
+3
-2
pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix
···
+2
-2
pkgs/desktops/xfce4-13/xfce4-screenshooter/default.nix
+2
-2
pkgs/desktops/xfce4-13/xfce4-screenshooter/default.nix
···nativeBuildInputs = [ wrapGAppsHook ]; # fix "No GSettings schemas are installed on the system"
+3
-2
pkgs/desktops/xfce4-13/xfce4-session/default.nix
+3
-2
pkgs/desktops/xfce4-13/xfce4-session/default.nix
···buildInputs = [ exo dbus-glib dbus gtk3 libxfce4ui libxfce4util libwnck3 xfconf polkit iceauth ];
+3
-2
pkgs/desktops/xfce4-13/xfce4-settings/default.nix
+3
-2
pkgs/desktops/xfce4-13/xfce4-settings/default.nix
···
+5
-11
pkgs/desktops/xfce4-13/xfce4-taskmanager/default.nix
+5
-11
pkgs/desktops/xfce4-13/xfce4-taskmanager/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/xfconf/default.nix
+3
-2
pkgs/desktops/xfce4-13/xfconf/default.nix
···
+3
-2
pkgs/desktops/xfce4-13/xfdesktop/default.nix
+3
-2
pkgs/desktops/xfce4-13/xfdesktop/default.nix
···
+8
-7
pkgs/desktops/xfce4-13/xfwm4/default.nix
+8
-7
pkgs/desktops/xfce4-13/xfwm4/default.nix
···
+2
-2
pkgs/development/compilers/chicken/5/chicken.nix
+2
-2
pkgs/development/compilers/chicken/5/chicken.nix
······
+2
-2
pkgs/development/compilers/kotlin/default.nix
+2
-2
pkgs/development/compilers/kotlin/default.nix
···url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
+3
-1
pkgs/development/compilers/llvm/7/llvm.nix
+3
-1
pkgs/development/compilers/llvm/7/llvm.nix
···
+3
-1
pkgs/development/compilers/llvm/8/llvm.nix
+3
-1
pkgs/development/compilers/llvm/8/llvm.nix
···
+47
-23
pkgs/development/compilers/nim/default.nix
+47
-23
pkgs/development/compilers/nim/default.nix
···-{ stdenv, lib, fetchurl, makeWrapper, nodejs-slim-10_x, openssl, pcre, readline, boehmgc, sfml, tzdata, coreutils }:·········substituteInPlace ./tests/stdlib/ttimes.nim --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
+2
pkgs/development/compilers/openjdk/11.nix
+2
pkgs/development/compilers/openjdk/11.nix
······
+110
pkgs/development/compilers/openjdk/openjfx/11.nix
+110
pkgs/development/compilers/openjdk/openjfx/11.nix
···+# perl code mavenizes pathes (com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar -> com/squareup/okio/okio/1.13.0/okio-1.13.0.jar)+| perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \+else if stdenv.system == "i686-linux" then "0mjlyf6jvbis7nrm5d394sjv4hjw6k3753hr1nwdxk8skwc3ry08"
+22
pkgs/development/compilers/qbe/default.nix
+22
pkgs/development/compilers/qbe/default.nix
···
+4
-19
pkgs/development/compilers/rust/binaryBuild.nix
+4
-19
pkgs/development/compilers/rust/binaryBuild.nix
······-install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/rustc"-install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/rustdoc"-install_name_tool -change /usr/lib/libiconv.2.dylib '${darwin.libiconv}/lib/libiconv.2.dylib' "$out/bin/cargo"-install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/cargo"-install_name_tool -change /usr/lib/libcurl.4.dylib '${stdenv.lib.getLib curl}/lib/libcurl.4.dylib' "$out/bin/cargo"-install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$f"······-install_name_tool -change /usr/lib/libiconv.2.dylib '${darwin.libiconv}/lib/libiconv.2.dylib' "$out/bin/cargo"-install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/cargo"-install_name_tool -change /usr/lib/libcurl.4.dylib '${stdenv.lib.getLib curl}/lib/libcurl.4.dylib' "$out/bin/cargo"
+8
-8
pkgs/development/compilers/rust/bootstrap.nix
+8
-8
pkgs/development/compilers/rust/bootstrap.nix
···-armv7-unknown-linux-gnueabihf = "f6f0ec0a98d922c4bfd79703bc9e9eef439ba347453f33608a87cd63c47e7245";-aarch64-unknown-linux-gnu = "a308044e4076b62f637313ea803fa0a8f340b0f1b53136856f2c43afcabe5387";+armv7-unknown-linux-gnueabihf = "70d1057fcc133dc3e44377060a00d2f9d3a134e2670963d3f1d93f3dbfa0548e";+aarch64-unknown-linux-gnu = "15fc6b7ec121df9d4e42483dd12c677203680bec8c69b6f4f62e5a35a07341a8";
+23
-24
pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch
+23
-24
pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch
···+diff -ru -x '*~' rustc-1.35.0-src-orig/src/libstd/net/tcp.rs rustc-1.35.0-src/src/libstd/net/tcp.rs························+#[cfg_attr(target_env = "sgx", ignore)] // FIXME: https://github.com/fortanix/rust-sgx/issues/31+#[cfg_attr(target_env = "sgx", ignore)] // FIXME: https://github.com/fortanix/rust-sgx/issues/31
+2
-2
pkgs/development/compilers/rust/rustc.nix
+2
-2
pkgs/development/compilers/rust/rustc.nix
···
+1
-1
pkgs/development/coq-modules/gappalib/default.nix
+1
-1
pkgs/development/coq-modules/gappalib/default.nix
+13
-2
pkgs/development/coq-modules/mathcomp/default.nix
+13
-2
pkgs/development/coq-modules/mathcomp/default.nix
······
+46
-23
pkgs/development/coq-modules/mathcomp/extra.nix
+46
-23
pkgs/development/coq-modules/mathcomp/extra.nix
·································
+2
-1
pkgs/development/go-modules/generic/default.nix
+2
-1
pkgs/development/go-modules/generic/default.nix
······
+4
-4
pkgs/development/haskell-modules/configuration-common.nix
+4
-4
pkgs/development/haskell-modules/configuration-common.nix
···+}) (with self; [base-compat generic-lens microlens optparse-applicative ShellCheck exceptions temporary]));
+3
-2
pkgs/development/libraries/arrow-cpp/default.nix
+3
-2
pkgs/development/libraries/arrow-cpp/default.nix
···-{ stdenv, fetchurl, fetchFromGitHub, autoconf, boost, brotli, cmake, double-conversion, flatbuffers, gflags, glog, gtest, lz4, perl, python, rapidjson, snappy, thrift, uriparser, which, zlib, zstd }:+{ stdenv, fetchurl, fetchFromGitHub, fixDarwinDylibNames, autoconf, boost, brotli, cmake, double-conversion, flatbuffers, gflags, glog, gtest, lz4, perl, python, rapidjson, snappy, thrift, uriparser, which, zlib, zstd }:···
+2
-2
pkgs/development/libraries/cimg/default.nix
+2
-2
pkgs/development/libraries/cimg/default.nix
···
+77
-11
pkgs/development/libraries/exiv2/default.nix
+77
-11
pkgs/development/libraries/exiv2/default.nix
···
+16
pkgs/development/libraries/exiv2/fix-cmake.patch
+16
pkgs/development/libraries/exiv2/fix-cmake.patch
···+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2ConfigVersion.cmake DESTINATION "${CMAKE_INSTALL_LIBDIR}/exiv2/cmake")++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2ConfigVersion.cmake DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/exiv2")
+2
pkgs/development/libraries/intel-media-driver/default.nix
+2
pkgs/development/libraries/intel-media-driver/default.nix
+2
-2
pkgs/development/libraries/kerberos/heimdal.nix
+2
-2
pkgs/development/libraries/kerberos/heimdal.nix
···
+2
-2
pkgs/development/libraries/libcouchbase/default.nix
+2
-2
pkgs/development/libraries/libcouchbase/default.nix
···
+10
-1
pkgs/development/libraries/libextractor/default.nix
+10
-1
pkgs/development/libraries/libextractor/default.nix
······+url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/libextractor-exiv2-0.27.patch?h=packages/libextractor&id=4dc53f7fc69210ae571285dface108ed65d8ee53";
+2
-2
pkgs/development/libraries/libhandy/default.nix
+2
-2
pkgs/development/libraries/libhandy/default.nix
······
+2
-2
pkgs/development/libraries/libpqxx/default.nix
+2
-2
pkgs/development/libraries/libpqxx/default.nix
···
+1
-1
pkgs/development/libraries/libressl/default.nix
+1
-1
pkgs/development/libraries/libressl/default.nix
···
+2
-2
pkgs/development/libraries/libsass/default.nix
+2
-2
pkgs/development/libraries/libsass/default.nix
···
+2
-2
pkgs/development/libraries/libtoxcore/default.nix
+2
-2
pkgs/development/libraries/libtoxcore/default.nix
+2
-2
pkgs/development/libraries/liburcu/default.nix
+2
-2
pkgs/development/libraries/liburcu/default.nix
···
+30
-5
pkgs/development/libraries/libvirt/default.nix
+30
-5
pkgs/development/libraries/libvirt/default.nix
······+url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=aed6a032cead4386472afb24b16196579e239580";+url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=db0b78457f183e4c7ac45bc94de86044a1e2056a";+url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=8afa68bac0cf99d1f8aaa6566685c43c22622f26";+url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=bf6c2830b6c338b1f5699b095df36f374777b291";···
+2
-2
pkgs/development/libraries/matio/default.nix
+2
-2
pkgs/development/libraries/matio/default.nix
···
+4
pkgs/development/libraries/mtxclient/default.nix
+4
pkgs/development/libraries/mtxclient/default.nix
+2
-2
pkgs/development/libraries/ogre/default.nix
+2
-2
pkgs/development/libraries/ogre/default.nix
···
+3
-1
pkgs/development/libraries/olm/default.nix
+3
-1
pkgs/development/libraries/olm/default.nix
······
+9
-1
pkgs/development/libraries/openmpi/default.nix
+9
-1
pkgs/development/libraries/openmpi/default.nix
······url = "http://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${name}.tar.bz2";
+2
-2
pkgs/development/libraries/opensubdiv/default.nix
+2
-2
pkgs/development/libraries/opensubdiv/default.nix
···
+25
pkgs/development/libraries/packr/default.nix
+25
pkgs/development/libraries/packr/default.nix
···
+1
-1
pkgs/development/libraries/physics/rivet/default.nix
+1
-1
pkgs/development/libraries/physics/rivet/default.nix
+2
-2
pkgs/development/libraries/physics/yoda/default.nix
+2
-2
pkgs/development/libraries/physics/yoda/default.nix
···
+2
-2
pkgs/development/libraries/pyotherside/default.nix
+2
-2
pkgs/development/libraries/pyotherside/default.nix
···
+1
-2
pkgs/development/libraries/sqlite/default.nix
+1
-2
pkgs/development/libraries/sqlite/default.nix
······
+23
pkgs/development/libraries/trompeloeil/default.nix
+23
pkgs/development/libraries/trompeloeil/default.nix
···
+2
-2
pkgs/development/libraries/unixODBCDrivers/default.nix
+2
-2
pkgs/development/libraries/unixODBCDrivers/default.nix
···-{ fetchurl, stdenv, unixODBC, cmake, postgresql, mysql55, mariadb, sqlite, zlib, libxml2, dpkg, lib, openssl, kerberos, curl, libuuid, autoPatchelfHook }:+{ fetchurl, stdenv, unixODBC, cmake, postgresql, mysql, mariadb, sqlite, zlib, libxml2, dpkg, lib, openssl, kerberos, curl, libuuid, autoPatchelfHook }:···
+3
-1
pkgs/development/libraries/vulkan-loader/default.nix
+3
-1
pkgs/development/libraries/vulkan-loader/default.nix
···
+45
pkgs/development/libraries/vulkan-loader/system-search-path.patch
+45
pkgs/development/libraries/vulkan-loader/system-search-path.patch
···+"Search path to use when XDG_DATA_DIRS is unset or empty or the current process is SUID/SGID. Default is freedesktop compliant."+@@ -3688,6 +3688,7 @@ static VkResult ReadDataFilesInSearchPaths(const struct loader_instance *inst, e+@@ -3737,6 +3738,7 @@ static VkResult ReadDataFilesInSearchPaths(const struct loader_instance *inst, e
+14
pkgs/development/lua-modules/bit32.patch
+14
pkgs/development/lua-modules/bit32.patch
···
+6
-4
pkgs/development/lua-modules/overrides.nix
+6
-4
pkgs/development/lua-modules/overrides.nix
···
+10
-22
pkgs/development/ocaml-modules/elpi/default.nix
+10
-22
pkgs/development/ocaml-modules/elpi/default.nix
···
+15
-10
pkgs/development/python-modules/baselines/default.nix
+15
-10
pkgs/development/python-modules/baselines/default.nix
·········
-18
pkgs/development/python-modules/baselines/fix-dep-names.patch
-18
pkgs/development/python-modules/baselines/fix-dep-names.patch
···
+2
-2
pkgs/development/python-modules/braintree/default.nix
+2
-2
pkgs/development/python-modules/braintree/default.nix
···
+2
-2
pkgs/development/python-modules/chameleon/default.nix
+2
-2
pkgs/development/python-modules/chameleon/default.nix
···
+2
-2
pkgs/development/python-modules/cherrypy/default.nix
+2
-2
pkgs/development/python-modules/cherrypy/default.nix
···
+2
-2
pkgs/development/python-modules/cmd2/default.nix
+2
-2
pkgs/development/python-modules/cmd2/default.nix
···
+2
-2
pkgs/development/python-modules/confluent-kafka/default.nix
+2
-2
pkgs/development/python-modules/confluent-kafka/default.nix
···{ stdenv, buildPythonPackage, fetchPypi, isPy3k, rdkafka, requests, avro3k, avro, futures, enum34 }:
+2
-2
pkgs/development/python-modules/datadog/default.nix
+2
-2
pkgs/development/python-modules/datadog/default.nix
···
+12
-1
pkgs/development/python-modules/django_taggit/default.nix
+12
-1
pkgs/development/python-modules/django_taggit/default.nix
······
+10
-3
pkgs/development/python-modules/dm-sonnet/default.nix
+10
-3
pkgs/development/python-modules/dm-sonnet/default.nix
············
+1
-1
pkgs/development/python-modules/execnet/default.nix
+1
-1
pkgs/development/python-modules/execnet/default.nix
+26
pkgs/development/python-modules/google-pasta/default.nix
+26
pkgs/development/python-modules/google-pasta/default.nix
···
+2
-2
pkgs/development/python-modules/libversion/default.nix
+2
-2
pkgs/development/python-modules/libversion/default.nix
···
+2
-2
pkgs/development/python-modules/libvirt/default.nix
+2
-2
pkgs/development/python-modules/libvirt/default.nix
···
+2
-2
pkgs/development/python-modules/luftdaten/default.nix
+2
-2
pkgs/development/python-modules/luftdaten/default.nix
···
+3
-9
pkgs/development/python-modules/mpi4py/default.nix
+3
-9
pkgs/development/python-modules/mpi4py/default.nix
···-url = "https://github.com/mpi4py/mpi4py/commit/42f5e35a6a90454516c11131549a08cd766edbb0.patch";
+17
-9
pkgs/development/python-modules/pip-tools/default.nix
+17
-9
pkgs/development/python-modules/pip-tools/default.nix
······+"test_editable_top_level_deps_preserved" # can't figure out how to select only one parameter to ignore
+2
-2
pkgs/development/python-modules/pytesseract/default.nix
+2
-2
pkgs/development/python-modules/pytesseract/default.nix
···
+2
-2
pkgs/development/python-modules/pytest-django/default.nix
+2
-2
pkgs/development/python-modules/pytest-django/default.nix
···
+17
-4
pkgs/development/python-modules/python-dotenv/default.nix
+17
-4
pkgs/development/python-modules/python-dotenv/default.nix
···
+2
-2
pkgs/development/python-modules/qtpy/default.nix
+2
-2
pkgs/development/python-modules/qtpy/default.nix
···
+2
-1
pkgs/development/python-modules/requests-toolbelt/default.nix
+2
-1
pkgs/development/python-modules/requests-toolbelt/default.nix
······
+2
-2
pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix
+2
-2
pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix
···{ stdenv, buildPythonPackage, fetchFromGitHub, python, robotframework, selenium, mockito, robotstatuschecker, approvaltests }:···
+2
-2
pkgs/development/python-modules/sabyenc/default.nix
+2
-2
pkgs/development/python-modules/sabyenc/default.nix
···
+2
-2
pkgs/development/python-modules/snakeviz/default.nix
+2
-2
pkgs/development/python-modules/snakeviz/default.nix
···
+2
-2
pkgs/development/python-modules/statsmodels/default.nix
+2
-2
pkgs/development/python-modules/statsmodels/default.nix
···
+2
-2
pkgs/development/python-modules/tensorflow-estimator/default.nix
+2
-2
pkgs/development/python-modules/tensorflow-estimator/default.nix
···
+82
-13
pkgs/development/python-modules/tensorflow-probability/default.nix
+82
-13
pkgs/development/python-modules/tensorflow-probability/default.nix
···+# https://github.com/tensorflow/probability/blob/f01d27a6f256430f03b14beb14d37def726cb257/testing/run_tests.sh#L58
+3
-3
pkgs/development/python-modules/tensorflow-tensorboard/default.nix
+3
-3
pkgs/development/python-modules/tensorflow-tensorboard/default.nix
······
+20
-4
pkgs/development/python-modules/tensorflow/bin.nix
+20
-4
pkgs/development/python-modules/tensorflow/bin.nix
·········-propagatedBuildInputs = [ protobuf numpy termcolor grpcio six astor absl-py gast tensorflow-estimator tensorflow-tensorboard keras-applications keras-preprocessing ]
+1
-1
pkgs/development/python-modules/tensorflow/prefetcher.sh
+1
-1
pkgs/development/python-modules/tensorflow/prefetcher.sh
-42
pkgs/development/python-modules/tensorflow/tf1.13.1-hashes.nix
-42
pkgs/development/python-modules/tensorflow/tf1.13.1-hashes.nix
···-url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.13.1-cp27-none-linux_x86_64.whl";-url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.13.1-cp35-cp35m-linux_x86_64.whl";-url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.13.1-cp36-cp36m-linux_x86_64.whl";-url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.13.1-cp37-cp37m-linux_x86_64.whl";-url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.13.1-cp27-none-linux_x86_64.whl";-url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.13.1-cp35-cp35m-linux_x86_64.whl";-url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.13.1-cp36-cp36m-linux_x86_64.whl";-url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.13.1-cp37-cp37m-linux_x86_64.whl";
+42
pkgs/development/python-modules/tensorflow/tf1.14.0-hashes.nix
+42
pkgs/development/python-modules/tensorflow/tf1.14.0-hashes.nix
···+url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.14.0-cp27-none-linux_x86_64.whl";+url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.14.0-cp35-cp35m-linux_x86_64.whl";+url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.14.0-cp36-cp36m-linux_x86_64.whl";+url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl";+url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.14.0-cp27-none-linux_x86_64.whl";+url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.14.0-cp35-cp35m-linux_x86_64.whl";+url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.14.0-cp36-cp36m-linux_x86_64.whl";+url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.14.0-cp37-cp37m-linux_x86_64.whl";
+2
-2
pkgs/development/python-modules/tomlkit/default.nix
+2
-2
pkgs/development/python-modules/tomlkit/default.nix
···
+2
-2
pkgs/development/python-modules/twilio/default.nix
+2
-2
pkgs/development/python-modules/twilio/default.nix
···
+2
-2
pkgs/development/python-modules/vega/default.nix
+2
-2
pkgs/development/python-modules/vega/default.nix
···
+2
-2
pkgs/development/python-modules/virtual-display/default.nix
+2
-2
pkgs/development/python-modules/virtual-display/default.nix
···
+2
-2
pkgs/development/python-modules/xarray/default.nix
+2
-2
pkgs/development/python-modules/xarray/default.nix
···
+2
-2
pkgs/development/python-modules/yamllint/default.nix
+2
-2
pkgs/development/python-modules/yamllint/default.nix
···
+2
-2
pkgs/development/python-modules/zconfig/default.nix
+2
-2
pkgs/development/python-modules/zconfig/default.nix
···
+2
-2
pkgs/development/tools/analysis/checkstyle/default.nix
+2
-2
pkgs/development/tools/analysis/checkstyle/default.nix
···url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
+2
-2
pkgs/development/tools/analysis/cppcheck/default.nix
+2
-2
pkgs/development/tools/analysis/cppcheck/default.nix
···
+3
-3
pkgs/development/tools/analysis/tflint/default.nix
+3
-3
pkgs/development/tools/analysis/tflint/default.nix
···
+21
-7
pkgs/development/tools/bazel-watcher/default.nix
+21
-7
pkgs/development/tools/bazel-watcher/default.nix
···+url = "https://github.com/bazelbuild/bazel-watcher/commit/686130f50cea274f7453f6abc8c5249654047462.patch";+url = "https://github.com/bazelbuild/bazel-watcher/commit/18bdb44832ccc533e0ab3923ef80060eeb24582d.patch";······
+13
pkgs/development/tools/bazel-watcher/use-go-in-path.patch
+13
pkgs/development/tools/bazel-watcher/use-go-in-path.patch
···+@@ -61,7 +61,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
+7
-4
pkgs/development/tools/bazelisk/default.nix
+7
-4
pkgs/development/tools/bazelisk/default.nix
···
+49
pkgs/development/tools/build-managers/bazel/cpp-test.nix
+49
pkgs/development/tools/build-managers/bazel/cpp-test.nix
···
+34
-12
pkgs/development/tools/build-managers/bazel/default.nix
+34
-12
pkgs/development/tools/build-managers/bazel/default.nix
··················-pythonBinPathWithoutNixHacks = callPackage ./python-bin-path-test.nix{ inherit runLocal bazelTest; };+bashToolsWithNixHacks = callPackage ./bash-tools-test.nix { inherit runLocal bazelTest; bazel = bazelWithNixHacks; };+cppWithNixHacks = callPackage ./cpp-test.nix { inherit runLocal bazelTest bazel-examples; bazel = bazelWithNixHacks; };+javaWithNixHacks = callPackage ./java-test.nix { inherit runLocal bazelTest bazel-examples; bazel = bazelWithNixHacks; };+protobufWithNixHacks = callPackage ./protobuf-test.nix { inherit runLocal bazelTest; bazel = bazelWithNixHacks; };pythonBinPathWithNixHacks = callPackage ./python-bin-path-test.nix{ inherit runLocal bazelTest; bazel = bazelWithNixHacks; };-bashToolsWithNixHacks = callPackage ./bash-tools-test.nix { inherit runLocal bazelTest; bazel = bazelWithNixHacks; };···
+56
pkgs/development/tools/build-managers/bazel/java-test.nix
+56
pkgs/development/tools/build-managers/bazel/java-test.nix
···
+152
pkgs/development/tools/build-managers/bazel/protobuf-test.nix
+152
pkgs/development/tools/build-managers/bazel/protobuf-test.nix
···
-1
pkgs/development/tools/build-managers/bazel/python-bin-path-test.nix
-1
pkgs/development/tools/build-managers/bazel/python-bin-path-test.nix
+37
pkgs/development/tools/build-managers/bazel/trim-last-argument-to-gcc-if-empty.patch
+37
pkgs/development/tools/build-managers/bazel/trim-last-argument-to-gcc-if-empty.patch
···
+27
pkgs/development/tools/drm_info/default.nix
+27
pkgs/development/tools/drm_info/default.nix
···
+2
-2
pkgs/development/tools/flatpak-builder/default.nix
+2
-2
pkgs/development/tools/flatpak-builder/default.nix
···installed_testdir = "${placeholder "installedTests"}/libexec/installed-tests/flatpak-builder";installed_test_metadir = "${placeholder "installedTests"}/share/installed-tests/flatpak-builder";···url = "https://github.com/flatpak/flatpak-builder/releases/download/${version}/${name}.tar.xz";
+8
-8
pkgs/development/tools/github/github-release/default.nix
+8
-8
pkgs/development/tools/github/github-release/default.nix
···
+7
-8
pkgs/development/tools/go-protobuf/default.nix
+7
-8
pkgs/development/tools/go-protobuf/default.nix
···
+7
-8
pkgs/development/tools/go-tools/default.nix
+7
-8
pkgs/development/tools/go-tools/default.nix
···excludedPackages = ''\(simple\|ssa\|ssa/ssautil\|lint\|staticcheck\|stylecheck\|unused\)/testdata'';···description = "A collection of tools and libraries for working with Go code, including linters and static analysis.";
-29
pkgs/development/tools/go-tools/deps.nix
-29
pkgs/development/tools/go-tools/deps.nix
···
-29
pkgs/development/tools/haskell/multi-ghc-travis/default.nix
-29
pkgs/development/tools/haskell/multi-ghc-travis/default.nix
···
+2
-2
pkgs/development/tools/pet/default.nix
+2
-2
pkgs/development/tools/pet/default.nix
···
+30
pkgs/development/tools/protoc-gen-doc/default.nix
+30
pkgs/development/tools/protoc-gen-doc/default.nix
···
+33
pkgs/development/tools/prototool/default.nix
+33
pkgs/development/tools/prototool/default.nix
···
+2
-2
pkgs/development/tools/rust/bindgen/default.nix
+2
-2
pkgs/development/tools/rust/bindgen/default.nix
···
+2
-2
pkgs/development/tools/rust/rustfmt/default.nix
+2
-2
pkgs/development/tools/rust/rustfmt/default.nix
···
+2
-2
pkgs/development/tools/sassc/default.nix
+2
-2
pkgs/development/tools/sassc/default.nix
···
+2
-2
pkgs/development/tools/scalafmt/default.nix
+2
-2
pkgs/development/tools/scalafmt/default.nix
······
+7
pkgs/development/tools/vagrant/default.nix
+7
pkgs/development/tools/vagrant/default.nix
···
+2
-2
pkgs/development/web/nodejs/v12.nix
+2
-2
pkgs/development/web/nodejs/v12.nix
+2
-2
pkgs/games/factorio/default.nix
+2
-2
pkgs/games/factorio/default.nix
···stable = bdist { sha256 = "0b4hbpdcrh5hgip9q5dkmw22p66lcdhnr0kmb0w5dw6yi7fnxxh0"; version = "0.16.51"; withAuth = true; };-experimental = bdist { sha256 = "0xgvvmyh49992y2r8yhafi80j3j4pcsp7pf0fg3rbc6zi1ariwsr"; version = "0.17.32"; withAuth = true; };+experimental = bdist { sha256 = "1q66chnxsdlaz1bj3al62iikyxvknj1vkwh5bcc46favy4wpqpzz"; version = "0.17.52"; withAuth = true; };stable = bdist { sha256 = "0zrnpg2js0ysvx9y50h3gajldk16mv02dvrwnkazh5kzr1d9zc3c"; version = "0.16.51"; };-experimental = bdist { sha256 = "1jfjbb0v7yiqpn7nxkr4fcd1rsz59s8k6qcl82d1j320l3y7nl9w"; version = "0.17.32"; };+experimental = bdist { sha256 = "03nv0qagv5pmqqbisf0hq6cb5rg2ih37lzkvcxihnnw72r78li94"; version = "0.17.52"; };
+2
-2
pkgs/games/klavaro/default.nix
+2
-2
pkgs/games/klavaro/default.nix
···
+4
-3
pkgs/games/openjk/default.nix
+4
-3
pkgs/games/openjk/default.nix
···
+57
pkgs/games/redeclipse/default.nix
+57
pkgs/games/redeclipse/default.nix
···+url = "https://github.com/red-eclipse/base/releases/download/v${version}/redeclipse_${version}_nix.tar.bz2";+url = "https://github.com/red-eclipse/base/commit/b16b4963c1ad81bb9ef784bc4913a4c8ab5f1bb4.diff";
+2
-2
pkgs/games/tintin/default.nix
+2
-2
pkgs/games/tintin/default.nix
···
+2
-2
pkgs/misc/screensavers/xlockmore/default.nix
+2
-2
pkgs/misc/screensavers/xlockmore/default.nix
···
+300
-113
pkgs/misc/vim-plugins/generated.nix
+300
-113
pkgs/misc/vim-plugins/generated.nix
················································································································································
+22
-5
pkgs/misc/vim-plugins/vim-plugin-names
+22
-5
pkgs/misc/vim-plugins/vim-plugin-names
················································
+11
-4
pkgs/os-specific/linux/hostapd/default.nix
+11
-4
pkgs/os-specific/linux/hostapd/default.nix
······+url = "https://raw.githubusercontent.com/openwrt/openwrt/master/package/network/services/hostapd/patches/300-noscan.patch";······
+22
pkgs/os-specific/linux/iproute/mptcp.nix
+22
pkgs/os-specific/linux/iproute/mptcp.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-4.14.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.14.nix
···modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;···
+2
-2
pkgs/os-specific/linux/kernel/linux-4.4.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.4.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-4.9.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.9.nix
···
+8
-4
pkgs/os-specific/linux/kernel/linux-testing.nix
+8
-4
pkgs/os-specific/linux/kernel/linux-testing.nix
···+modDirVersion = if (modDirVersionArg == null) then builtins.replaceStrings ["-"] [".0-"] version else modDirVersionArg;
+33
pkgs/os-specific/linux/linuxptp/default.nix
+33
pkgs/os-specific/linux/linuxptp/default.nix
···+description = "Implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux";
+21
pkgs/os-specific/linux/net-tools/mptcp.nix
+21
pkgs/os-specific/linux/net-tools/mptcp.nix
···
+2
-2
pkgs/os-specific/linux/nmon/default.nix
+2
-2
pkgs/os-specific/linux/nmon/default.nix
···
+7
-12
pkgs/os-specific/linux/nvidia-x11/default.nix
+7
-12
pkgs/os-specific/linux/nvidia-x11/default.nix
···
+2
-2
pkgs/os-specific/linux/sysvinit/default.nix
+2
-2
pkgs/os-specific/linux/sysvinit/default.nix
···
+2
-2
pkgs/os-specific/linux/tomb/default.nix
+2
-2
pkgs/os-specific/linux/tomb/default.nix
···
+2
-2
pkgs/servers/atlassian/confluence.nix
+2
-2
pkgs/servers/atlassian/confluence.nix
···
+2
-2
pkgs/servers/atlassian/jira.nix
+2
-2
pkgs/servers/atlassian/jira.nix
···url = "https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-${version}.tar.gz";
+2
-2
pkgs/servers/beanstalkd/default.nix
+2
-2
pkgs/servers/beanstalkd/default.nix
···
+2
-2
pkgs/servers/dns/powerdns/default.nix
+2
-2
pkgs/servers/dns/powerdns/default.nix
···
+1
-1
pkgs/servers/headphones/default.nix
+1
-1
pkgs/servers/headphones/default.nix
···
+2
-2
pkgs/servers/http/apache-modules/mod_wsgi/default.nix
+2
-2
pkgs/servers/http/apache-modules/mod_wsgi/default.nix
···
+2
-2
pkgs/servers/http/tengine/default.nix
+2
-2
pkgs/servers/http/tengine/default.nix
···
+3
-3
pkgs/servers/monitoring/grafana/default.nix
+3
-3
pkgs/servers/monitoring/grafana/default.nix
······url = "https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-${version}.linux-amd64.tar.gz";
+2
-2
pkgs/servers/monitoring/riemann/default.nix
+2
-2
pkgs/servers/monitoring/riemann/default.nix
···
+2
-2
pkgs/servers/radarr/default.nix
+2
-2
pkgs/servers/radarr/default.nix
···url = "https://github.com/Radarr/Radarr/releases/download/v${version}/Radarr.develop.${version}.linux.tar.gz";
+65
pkgs/servers/roon-server/default.nix
+65
pkgs/servers/roon-server/default.nix
···+sed -i '/--debug--gc=sgen --server/exec "$HARDLINK" --debug --gc=sgen --server "$SCRIPT.exe" "$@" -storagetrace -watchertrace' Appliance/RoonAppliance
+2
-2
pkgs/servers/search/groonga/default.nix
+2
-2
pkgs/servers/search/groonga/default.nix
···
+1
-1
pkgs/servers/sickbeard/default.nix
+1
-1
pkgs/servers/sickbeard/default.nix
···
+1
-1
pkgs/servers/sickbeard/sickgear.nix
+1
-1
pkgs/servers/sickbeard/sickgear.nix
···description = "The most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation";
-44
pkgs/servers/sql/mysql/5.5.17-cygwin.patch
-44
pkgs/servers/sql/mysql/5.5.17-cygwin.patch
···
-22
pkgs/servers/sql/mysql/5.5.17-export-symbols.patch
-22
pkgs/servers/sql/mysql/5.5.17-export-symbols.patch
···
-93
pkgs/servers/sql/mysql/5.5.x.nix
-93
pkgs/servers/sql/mysql/5.5.x.nix
···-url = "https://svn.freebsd.org/ports/head/databases/mysql55-server/files/patch-sql_sql_partition.cc?rev=469888";
+2
-2
pkgs/servers/sql/postgresql/ext/cstore_fdw.nix
+2
-2
pkgs/servers/sql/postgresql/ext/cstore_fdw.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix
···
+2
-2
pkgs/servers/sql/postgresql/ext/pg_bigm.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_bigm.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_cron.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_cron.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_hll.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_hll.nix
+3
-3
pkgs/servers/sql/postgresql/ext/pg_partman.nix
+3
-3
pkgs/servers/sql/postgresql/ext/pg_partman.nix
···
+1
-1
pkgs/servers/sql/postgresql/ext/pg_repack.nix
+1
-1
pkgs/servers/sql/postgresql/ext/pg_repack.nix
···+install -D lib/{pg_repack--${version}.sql,pg_repack.control} -t $out/share/postgresql/extension
+1
-1
pkgs/servers/sql/postgresql/ext/pg_similarity.nix
+1
-1
pkgs/servers/sql/postgresql/ext/pg_similarity.nix
···-install -D ./{pg_similarity--unpackaged--1.0.sql,pg_similarity--1.0.sql,pg_similarity.control} -t $out/share/extension+install -D ./{pg_similarity--unpackaged--1.0.sql,pg_similarity--1.0.sql,pg_similarity.control} -t $out/share/postgresql/extension
+2
-2
pkgs/servers/sql/postgresql/ext/pg_topn.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pg_topn.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pgjwt.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pgjwt.nix
···
+1
-1
pkgs/servers/sql/postgresql/ext/pgroonga.nix
+1
-1
pkgs/servers/sql/postgresql/ext/pgroonga.nix
···
+2
-2
pkgs/servers/sql/postgresql/ext/pgrouting.nix
+2
-2
pkgs/servers/sql/postgresql/ext/pgrouting.nix
···
+1
-1
pkgs/servers/sql/postgresql/ext/pgtap.nix
+1
-1
pkgs/servers/sql/postgresql/ext/pgtap.nix
···
+1
-1
pkgs/servers/sql/postgresql/ext/pipelinedb.nix
+1
-1
pkgs/servers/sql/postgresql/ext/pipelinedb.nix
···
+1
-1
pkgs/servers/sql/postgresql/ext/plv8.nix
+1
-1
pkgs/servers/sql/postgresql/ext/plv8.nix
···
+2
-2
pkgs/servers/sql/postgresql/ext/postgis.nix
+2
-2
pkgs/servers/sql/postgresql/ext/postgis.nix
···-configureFlags="--datadir=$out/share --datarootdir=$out/share --bindir=$out/bin --with-gdalconfig=${gdal}/bin/gdal-config --with-jsondir=${json_c.dev}"+configureFlags="--datadir=$out/share/postgresql --datarootdir=$out/share/postgresql --bindir=$out/bin --with-gdalconfig=${gdal}/bin/gdal-config --with-jsondir=${json_c.dev}"+makeFlags="PERL=${perl}/bin/perl datadir=$out/share/postgresql pkglibdir=$out/lib bindir=$out/bin"
+2
-2
pkgs/servers/sql/postgresql/ext/tds_fdw.nix
+2
-2
pkgs/servers/sql/postgresql/ext/tds_fdw.nix
···
+2
-2
pkgs/servers/sql/postgresql/ext/temporal_tables.nix
+2
-2
pkgs/servers/sql/postgresql/ext/temporal_tables.nix
+3
-3
pkgs/servers/sql/postgresql/ext/timescaledb.nix
+3
-3
pkgs/servers/sql/postgresql/ext/timescaledb.nix
·········+--replace 'DESTINATION "''${PG_SHAREDIR}/extension"' "DESTINATION \"$out/share/postgresql/extension\""
+1
-1
pkgs/servers/sql/postgresql/ext/tsearch_extras.nix
+1
-1
pkgs/servers/sql/postgresql/ext/tsearch_extras.nix
···+install -D ./{tsearch_extras--1.0.sql,tsearch_extras.control} -t $out/share/postgresql/extension
+2
-2
pkgs/servers/tautulli/default.nix
+2
-2
pkgs/servers/tautulli/default.nix
······
+3
-3
pkgs/shells/zsh/oh-my-zsh/default.nix
+3
-3
pkgs/shells/zsh/oh-my-zsh/default.nix
···
+2
-2
pkgs/shells/zsh/zsh-autosuggestions/default.nix
+2
-2
pkgs/shells/zsh/zsh-autosuggestions/default.nix
···
+21
-22
pkgs/tools/X11/xtrace/default.nix
+21
-22
pkgs/tools/X11/xtrace/default.nix
···
+2
-2
pkgs/tools/admin/dehydrated/default.nix
+2
-2
pkgs/tools/admin/dehydrated/default.nix
···{ stdenv, coreutils, curl, diffutils, gawk, gnugrep, gnused, openssl, makeWrapper, fetchFromGitHub }:···
+2
-2
pkgs/tools/filesystems/avfs/default.nix
+2
-2
pkgs/tools/filesystems/avfs/default.nix
···
+2
-2
pkgs/tools/filesystems/f3/default.nix
+2
-2
pkgs/tools/filesystems/f3/default.nix
······
+2
-2
pkgs/tools/misc/catimg/default.nix
+2
-2
pkgs/tools/misc/catimg/default.nix
···
+2
-2
pkgs/tools/misc/mc/default.nix
+2
-2
pkgs/tools/misc/mc/default.nix
···
+2
-2
pkgs/tools/misc/plantuml/default.nix
+2
-2
pkgs/tools/misc/plantuml/default.nix
···
+31
pkgs/tools/misc/psrecord/default.nix
+31
pkgs/tools/misc/psrecord/default.nix
···
+14
-5
pkgs/tools/misc/stow/default.nix
+14
-5
pkgs/tools/misc/stow/default.nix
···
+2
-2
pkgs/tools/misc/youtube-dl/default.nix
+2
-2
pkgs/tools/misc/youtube-dl/default.nix
···
+2
-2
pkgs/tools/misc/yubikey-manager-qt/default.nix
+2
-2
pkgs/tools/misc/yubikey-manager-qt/default.nix
···
+2
-2
pkgs/tools/networking/dhcpcd/default.nix
+2
-2
pkgs/tools/networking/dhcpcd/default.nix
···
+2
-2
pkgs/tools/networking/lldpd/default.nix
+2
-2
pkgs/tools/networking/lldpd/default.nix
···
+4
pkgs/tools/networking/shadowsocks-libev/default.nix
+4
pkgs/tools/networking/shadowsocks-libev/default.nix
+3
-1
pkgs/tools/package-management/cargo-outdated/default.nix
+3
-1
pkgs/tools/package-management/cargo-outdated/default.nix
······
+3
-3
pkgs/tools/package-management/conda/default.nix
+3
-3
pkgs/tools/package-management/conda/default.nix
······
+3
-3
pkgs/tools/package-management/home-manager/default.nix
+3
-3
pkgs/tools/package-management/home-manager/default.nix
···
+3
-3
pkgs/tools/package-management/nix/default.nix
+3
-3
pkgs/tools/package-management/nix/default.nix
···
+10
-3
pkgs/tools/security/gnupg/22.nix
+10
-3
pkgs/tools/security/gnupg/22.nix
······+url = https://files.gnupg.net/file/data/qmxjhc6kuja3orybj7st/PHID-FILE-vvzlnw36427pdnug2amc/file;sed -i 's,"libpcsclite\.so[^"]*","${stdenv.lib.getLib pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c
+2
-2
pkgs/tools/security/lynis/default.nix
+2
-2
pkgs/tools/security/lynis/default.nix
···
+2
-2
pkgs/tools/security/tpm2-tools/default.nix
+2
-2
pkgs/tools/security/tpm2-tools/default.nix
···url = "https://github.com/tpm2-software/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
+2
-2
pkgs/tools/system/bfs/default.nix
+2
-2
pkgs/tools/system/bfs/default.nix
···
+3
-3
pkgs/tools/system/netdata/default.nix
+3
-3
pkgs/tools/system/netdata/default.nix
···{ stdenv, fetchurl, autoreconfHook, pkgconfig, zlib, libuuid, libossp_uuid, CoreFoundation, IOKit, lm_sensors }:url = "https://github.com/netdata/netdata/releases/download/v${version}/netdata-v${version}.tar.gz";···
+44
-37
pkgs/tools/system/netdata/no-files-in-etc-and-var.patch
+44
-37
pkgs/tools/system/netdata/no-files-in-etc-and-var.patch
······-diff -ruN orig/collectors/charts.d.plugin/Makefile.am new/collectors/charts.d.plugin/Makefile.am-diff -ruN orig/collectors/python.d.plugin/Makefile.am new/collectors/python.d.plugin/Makefile.am
+2
-2
pkgs/tools/system/syslog-ng/default.nix
+2
-2
pkgs/tools/system/syslog-ng/default.nix
···
+2
-2
pkgs/tools/text/languagetool/default.nix
+2
-2
pkgs/tools/text/languagetool/default.nix
···
+1
pkgs/tools/typesetting/asciidoctor/Gemfile
+1
pkgs/tools/typesetting/asciidoctor/Gemfile
+3
-1
pkgs/tools/typesetting/asciidoctor/Gemfile.lock
+3
-1
pkgs/tools/typesetting/asciidoctor/Gemfile.lock
······
+8
-2
pkgs/tools/typesetting/asciidoctor/default.nix
+8
-2
pkgs/tools/typesetting/asciidoctor/default.nix
······
+12
-2
pkgs/tools/typesetting/asciidoctor/gemset.nix
+12
-2
pkgs/tools/typesetting/asciidoctor/gemset.nix
······
+6
pkgs/tools/typesetting/asciidoctor/update.sh
+6
pkgs/tools/typesetting/asciidoctor/update.sh
+1
pkgs/top-level/aliases.nix
+1
pkgs/top-level/aliases.nix
···
+50
-21
pkgs/top-level/all-packages.nix
+50
-21
pkgs/top-level/all-packages.nix
··································································vivaldi-ffmpeg-codecs = callPackage ../applications/networking/browsers/vivaldi/ffmpeg-codecs.nix {};+vivaldi-widevine = callPackage ../applications/networking/browsers/vivaldi/widevine.nix { };···············
+3
-3
pkgs/top-level/coq-packages.nix
+3
-3
pkgs/top-level/coq-packages.nix
···
+5
-5
pkgs/top-level/dotnet-packages.nix
+5
-5
pkgs/top-level/dotnet-packages.nix
······
+1
-1
pkgs/top-level/emacs-packages.nix
+1
-1
pkgs/top-level/emacs-packages.nix
+2
-2
pkgs/top-level/perl-packages.nix
+2
-2
pkgs/top-level/perl-packages.nix
···
+2
pkgs/top-level/python-packages.nix
+2
pkgs/top-level/python-packages.nix
···