+4
-4
README.md
+4
-4
README.md
······* [Continuous package builds for unstable/master](https://hydra.nixos.org/jobset/nixos/trunk-combined)-* [Continuous package builds for 18.09 release](https://hydra.nixos.org/jobset/nixos/release-18.09)+* [Continuous package builds for 19.03 release](https://hydra.nixos.org/jobset/nixos/release-19.03)* [Tests for unstable/master](https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents)-* [Tests for 18.09 release](https://hydra.nixos.org/job/nixos/release-18.09/tested#tabs-constituents)+* [Tests for 19.03 release](https://hydra.nixos.org/job/nixos/release-19.03/tested#tabs-constituents)
+3
-3
doc/languages-frameworks/haskell.section.md
+3
-3
doc/languages-frameworks/haskell.section.md
······+[How to install Haskell packages](#how-to-install-haskell-packages) how you can install those programs into your···+See [How to build a Haskell project using Stack](#how-to-build-a-haskell-project-using-stack).
+10
maintainers/maintainer-list.nix
+10
maintainers/maintainer-list.nix
······
+2
maintainers/scripts/luarocks-packages.csv
+2
maintainers/scripts/luarocks-packages.csv
+1
-1
maintainers/scripts/update-luarocks-packages
+1
-1
maintainers/scripts/update-luarocks-packages
+26
nixos/doc/manual/configuration/x-windows.xml
+26
nixos/doc/manual/configuration/x-windows.xml
···
+8
nixos/doc/manual/release-notes/rl-1909.xml
+8
nixos/doc/manual/release-notes/rl-1909.xml
···The same applies to ModemManager where modem-manager.service is now called ModemManager.service again.+The <option>services.nzbget.configFile</option> and <option>services.nzbget.openFirewall</option>
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
-10
nixos/modules/programs/browserpass.nix
-10
nixos/modules/programs/browserpass.nix
···-"chromium/native-messaging-hosts/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-host.json";-"chromium/policies/managed/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-policy.json";-"opt/chrome/native-messaging-hosts/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-host.json";-"opt/chrome/policies/managed/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-policy.json";
+3
-3
nixos/modules/programs/sway.nix
+3
-3
nixos/modules/programs/sway.nix
···
+3
nixos/modules/rename.nix
+3
nixos/modules/rename.nix
···(mkRemovedOptionModule [ "services" "neo4j" "port" ] "Use services.neo4j.http.listenAddress instead.")(mkRemovedOptionModule [ "services" "neo4j" "boltPort" ] "Use services.neo4j.bolt.listenAddress instead.")(mkRemovedOptionModule [ "services" "neo4j" "httpsPort" ] "Use services.neo4j.https.listenAddress instead.")+(mkRemovedOptionModule [ "services" "misc" "nzbget" "configFile" ] "The configuration of nzbget is now managed by users through the web interface.")+(mkRemovedOptionModule [ "services" "misc" "nzbget" "dataDir" ] "The data directory for nzbget is now /var/lib/nzbget.")+(mkRemovedOptionModule [ "services" "misc" "nzbget" "openFirewall" ] "The port used by nzbget is managed through the web interface so you should adjust your firewall rules accordingly.")(mkRemovedOptionModule [ "services" "prometheus" "alertmanager" "user" ] "The alertmanager service is now using systemd's DynamicUser mechanism which obviates a user setting.")(mkRemovedOptionModule [ "services" "prometheus" "alertmanager" "group" ] "The alertmanager service is now using systemd's DynamicUser mechanism which obviates a group setting.")
+30
-12
nixos/modules/services/logging/journalwatch.nix
+30
-12
nixos/modules/services/logging/journalwatch.nix
·········
+10
-5
nixos/modules/services/misc/gitea.nix
+10
-5
nixos/modules/services/misc/gitea.nix
······-HOST = ${if cfg.database.socket != null then cfg.database.socket else cfg.database.host + ":" + toString cfg.database.port}+HOST = ${if cfg.database.socket != null then cfg.database.socket else cfg.database.host + ":" + toString cfg.database.port}
+60
nixos/modules/services/misc/jellyfin.nix
+60
nixos/modules/services/misc/jellyfin.nix
···+ExecStart = "${pkgs.jellyfin}/bin/jellyfin --datadir '/var/lib/${StateDirectory}' --cachedir '/var/cache/${CacheDirectory}'";
+35
-61
nixos/modules/services/misc/nzbget.nix
+35
-61
nixos/modules/services/misc/nzbget.nix
···+configOpts = concatStringsSep " " (mapAttrsToList (name: value: "-o ${name}=${value}") nixosOpts);···-description = "Path for NZBGet's config file. (If this doesn't exist, the default config template is copied here.)";···-echo "Setting temporary \$MAINDIR variable in default config required in order to allow nzbget to complete initial start"-# The script in preStart (above) copies nzbget's config template to datadir on first run, containing paths that point to the nzbget derivation installed at the time.-# These paths break when nzbget is upgraded & the original derivation is garbage collected. If such broken paths are found in the config file, override them to point to-local hit=`grep -Po "(?<=^$1=).*+" "${cfg.configFile}" | sed 's/[ \t]*$//'` # Strip trailing whitespace
+1
-1
nixos/modules/services/monitoring/grafana.nix
+1
-1
nixos/modules/services/monitoring/grafana.nix
+11
-17
nixos/modules/services/networking/ejabberd.nix
+11
-17
nixos/modules/services/networking/ejabberd.nix
···-ectl = ''${cfg.package}/bin/ejabberdctl ${if cfg.configFile == null then "" else "--config ${cfg.configFile}"} --ctl-config "${ctlcfg}" --spool "${cfg.spoolDir}" --logs "${cfg.logsDir}"'';+ectl = ''${cfg.package}/bin/ejabberdctl ${optionalString (cfg.configFile != null) "--config ${cfg.configFile}"} --ctl-config "${ctlcfg}" --spool "${cfg.spoolDir}" --logs "${cfg.logsDir}"'';···-path = [ pkgs.findutils pkgs.coreutils pkgs.runit ] ++ lib.optional cfg.imagemagick pkgs.imagemagick;···
+12
-1
nixos/modules/services/networking/zeronet.nix
+12
-1
nixos/modules/services/networking/zeronet.nix
······
+13
-11
nixos/modules/services/security/sks.nix
+13
-11
nixos/modules/services/security/sks.nix
···
+14
-1
nixos/modules/services/system/earlyoom.nix
+14
-1
nixos/modules/services/system/earlyoom.nix
···+example = "sudo -u example_user DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus notify-send";+See <link xlink:href="https://github.com/rfjakob/earlyoom#notifications">README</link> for details.···
+119
-48
nixos/modules/services/web-apps/documize.nix
+119
-48
nixos/modules/services/web-apps/documize.nix
···-example = "host=localhost port=5432 sslmode=disable user=admin password=secret dbname=documize";+<literal>host=localhost port=5432 dbname=documize user=admin password=secret sslmode=disable</literal>
+4
-1
nixos/modules/services/x11/window-managers/i3.nix
+4
-1
nixos/modules/services/x11/window-managers/i3.nix
···
-18
nixos/modules/system/activation/switch-to-configuration.pl
-18
nixos/modules/system/activation/switch-to-configuration.pl
···
+3
nixos/modules/system/boot/luksroot.nix
+3
nixos/modules/system/boot/luksroot.nix
+2
nixos/tests/all-tests.nix
+2
nixos/tests/all-tests.nix
······
+262
nixos/tests/ejabberd.nix
+262
nixos/tests/ejabberd.nix
···+(pkgs.callPackage ./xmpp-sendmessage.nix { connectTo = nodes.server.config.networking.primaryIPAddress; })+$server->succeed('su ejabberd -s $(which ejabberdctl) status|grep started') =~ /ejabberd is running/;+$server->succeed('su ejabberd -s $(which ejabberdctl) register azurediamond example.com hunter2');+$server->succeed('su ejabberd -s $(which ejabberdctl) register cthon98 example.com nothunter2');
+16
nixos/tests/jellyfin.nix
+16
nixos/tests/jellyfin.nix
···
+26
nixos/tests/nzbget.nix
+26
nixos/tests/nzbget.nix
···+$server->succeed("curl -s -u nzbget:tegbzn6789 http://127.0.0.1:6789 | grep -q 'This file is part of nzbget'");+$server->succeed("${pkgs.nzbget}/bin/nzbget -n -o ControlIP=127.0.0.1 -o ControlPort=6789 -o ControlPassword=tegbzn6789 -V");
+14
-54
nixos/tests/prosody.nix
+14
-54
nixos/tests/prosody.nix
···
+46
nixos/tests/xmpp-sendmessage.nix
+46
nixos/tests/xmpp-sendmessage.nix
···+xmpp = SendMsgBot("cthon98@example.com", "nothunter2", "azurediamond@example.com", "hey, if you type in your pw, it will show as stars")
+49
pkgs/applications/accessibility/mousetweaks/default.nix
+49
pkgs/applications/accessibility/mousetweaks/default.nix
···+url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+3
-10
pkgs/applications/audio/calf/default.nix
+3
-10
pkgs/applications/audio/calf/default.nix
···-url = https://github.com/calf-studio-gear/calf/commit/7afdefc0d0489a6227fd10f15843d81dc82afd62.patch;
+11
-5
pkgs/applications/audio/dragonfly-reverb/default.nix
+11
-5
pkgs/applications/audio/dragonfly-reverb/default.nix
······
+97
pkgs/applications/audio/soundkonverter/default.nix
+97
pkgs/applications/audio/soundkonverter/default.nix
···+# currently needs to be installed into an environment and needs a `kbuildsycoca5` run afterwards for plugin discovery+propagatedBuildInputs = [ libkcddb kconfig kconfigwidgets ki18n kdelibs4support kio solid kwidgetsaddons kxmlgui qtbase phonon];+soundKonverter supports reading and writing tags and covers for many formats, so they are preserved when converting files.+Backends: faac, faad, ffmpeg, flac, lame, mplayer, neroaac, timidity, fluidsynth, vorbistools, opustools, sox, twolame,+Formats: ogg vorbis, mp3, flac, wma, aac, ac3, opus, alac, mp2, als, amr nb, amr wb, ape, speex, m4a, mp1, musepack shorten,
+20
-20
pkgs/applications/editors/jetbrains/default.nix
+20
-20
pkgs/applications/editors/jetbrains/default.nix
···update-channel = "CLion RELEASE"; # channel's id as in http://www.jetbrains.com/updates/updates.xml············description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";···············
+3
-3
pkgs/applications/misc/1password/default.nix
+3
-3
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";
+2
-2
pkgs/applications/misc/dbeaver/default.nix
+2
-2
pkgs/applications/misc/dbeaver/default.nix
······
-30
pkgs/applications/misc/evopedia/default.nix
-30
pkgs/applications/misc/evopedia/default.nix
···
-13
pkgs/applications/misc/font-manager/correct-post-install.patch
-13
pkgs/applications/misc/font-manager/correct-post-install.patch
···
+2
-6
pkgs/applications/misc/font-manager/default.nix
+2
-6
pkgs/applications/misc/font-manager/default.nix
······
+7
-5
pkgs/applications/misc/kanboard/default.nix
+7
-5
pkgs/applications/misc/kanboard/default.nix
···
+3
-4
pkgs/applications/misc/kdeconnect/default.nix
+3
-4
pkgs/applications/misc/kdeconnect/default.nix
···
+7
pkgs/applications/misc/onboard/default.nix
+7
pkgs/applications/misc/onboard/default.nix
············
+11
pkgs/applications/misc/onboard/fix-paths.patch
+11
pkgs/applications/misc/onboard/fix-paths.patch
···
+3
-3
pkgs/applications/misc/zola/default.nix
+3
-3
pkgs/applications/misc/zola/default.nix
···
+2
pkgs/applications/networking/flent/default.nix
+2
pkgs/applications/networking/flent/default.nix
-55
pkgs/applications/networking/instant-messengers/matrique/default.nix
-55
pkgs/applications/networking/instant-messengers/matrique/default.nix
···
+33
-27
pkgs/applications/networking/instant-messengers/quaternion/default.nix
+33
-27
pkgs/applications/networking/instant-messengers/quaternion/default.nix
···+quaternion = generic "0.0.9.3" "1hr9zqf301rg583n9jv256vzj7y57d8qgayk7c723bfknf1s6hh3" "v" libqmatrixclient_0_4;+quaternion-git = generic "0.0.9.4-rc3" "1fc3ya9fr3zw1cx7565s2rswzry98avslrryvdi0qa9yn0m3sw7p" "" libqmatrixclient_0_5;
+4
-9
pkgs/applications/networking/ipfs/default.nix
+4
-9
pkgs/applications/networking/ipfs/default.nix
···
+2190
pkgs/applications/networking/ipfs/deps.nix
+2190
pkgs/applications/networking/ipfs/deps.nix
···
+2
-9
pkgs/applications/office/kexi/default.nix
+2
-9
pkgs/applications/office/kexi/default.nix
······-url = "https://phabricator.kde.org/file/data/6iwzltiifyqwjnzbvyo6/PHID-FILE-li4a7j35wkdkm2qdtnp4/D11503.diff";
+2
-2
pkgs/applications/office/skrooge/default.nix
+2
-2
pkgs/applications/office/skrooge/default.nix
···
+2
-2
pkgs/applications/office/zim/default.nix
+2
-2
pkgs/applications/office/zim/default.nix
···
+29
pkgs/applications/radio/cubicsdr/default.nix
+29
pkgs/applications/radio/cubicsdr/default.nix
···+buildInputs = [ fftw hamlib libpulseaudio libGL libX11 liquid-dsp soapysdr-with-plugins wxGTK ];
+28
pkgs/applications/science/biology/aragorn/default.nix
+28
pkgs/applications/science/biology/aragorn/default.nix
···
+11
-5
pkgs/applications/science/math/R/default.nix
+11
-5
pkgs/applications/science/math/R/default.nix
······substituteInPlace configure --replace "-install_name libR.dylib" "-install_name $out/lib/R/lib/libR.dylib"···
+2
-2
pkgs/applications/science/math/geogebra/default.nix
+2
-2
pkgs/applications/science/math/geogebra/default.nix
······"http://web.archive.org/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
+7
pkgs/applications/science/math/sage/sage-src.nix
+7
pkgs/applications/science/math/sage/sage-src.nix
···url = "https://git.sagemath.org/sage.git/patch?id=d3483110474591ea6cc8e3210cd884f3e0018b3e";
+8
-8
pkgs/applications/virtualization/docker/default.nix
+8
-8
pkgs/applications/virtualization/docker/default.nix
···# https://github.com/docker/docker-ce/tree/v${version}/components/engine/hack/dockerfile/install/*
+3
-2
pkgs/applications/virtualization/qemu/default.nix
+3
-2
pkgs/applications/virtualization/qemu/default.nix
···
+4
-4
pkgs/applications/window-managers/awesome/default.nix
+4
-4
pkgs/applications/window-managers/awesome/default.nix
···-LUA_PATH = "?.lua;${lgi}/share/lua/${lua.luaversion}/?.lua;${lgi}/share/lua/${lua.luaversion}/lgi/?.lua";---prefix LUA_PATH ';' "${lgi}/share/lua/${lua.luaversion}/?.lua;${lgi}/share/lua/${lua.luaversion}/lgi/?.lua" \
+1
pkgs/applications/window-managers/sway/default.nix
+1
pkgs/applications/window-managers/sway/default.nix
+42
pkgs/applications/window-managers/sway/load-configuration-from-etc.patch
+42
pkgs/applications/window-managers/sway/load-configuration-from-etc.patch
···+-add_project_arguments('-DSYSCONFDIR="/@0@"'.format(join_paths(prefix, sysconfdir)), language : 'c')++add_project_arguments('-DNIX_SYSCONFDIR="/@0@"'.format(join_paths(prefix, sysconfdir)), language : 'c')
+2
pkgs/build-support/appimage/default.nix
+2
pkgs/build-support/appimage/default.nix
···
+2
-2
pkgs/data/fonts/iosevka/bin.nix
+2
-2
pkgs/data/fonts/iosevka/bin.nix
······
+26
pkgs/data/fonts/nahid-fonts/default.nix
+26
pkgs/data/fonts/nahid-fonts/default.nix
···
+6
-5
pkgs/desktops/enlightenment/efl.nix
+6
-5
pkgs/desktops/enlightenment/efl.nix
······harfbuzz jbig2dec librsvg dbus alsaLib poppler ghostscript libraw libspectre xineLib libwebp curl libdrm# ac_ct_CXX must be set to random value, because then it skips some magic which does alternative searching for g++···
+2
-1
pkgs/desktops/gnome-3/core/gnome-settings-daemon/default.nix
+2
-1
pkgs/desktops/gnome-3/core/gnome-settings-daemon/default.nix
+11
pkgs/desktops/gnome-3/core/gnome-settings-daemon/fix-paths.patch
+11
pkgs/desktops/gnome-3/core/gnome-settings-daemon/fix-paths.patch
···
+28
-1
pkgs/desktops/gnome-3/core/mutter/3.28.nix
+28
-1
pkgs/desktops/gnome-3/core/mutter/3.28.nix
···{ fetchFromGitLab, stdenv, substituteAll, pkgconfig, gnome3, intltool, gobject-introspection, upower, cairo+, glib, gtk3, pango, cogl, clutter, libstartup_notification, zenity, libcanberra-gtk3, fetchpatch···+url = "https://src.fedoraproject.org/rpms/mutter328/raw/fff28bebda02111b4c534952465ff967ba7efced/f/0070-clutter-Add-API-to-retrieve-the-physical-size-of-abs.patch";+url = "https://src.fedoraproject.org/rpms/mutter328/raw/fff28bebda02111b4c534952465ff967ba7efced/f/0071-backends-Add-MetaInputMapper.patch";+url = "https://src.fedoraproject.org/rpms/mutter328/raw/fff28bebda02111b4c534952465ff967ba7efced/f/0072-backends-Delegate-on-MetaInputMapper-for-unmapped-di.patch";+url = "https://src.fedoraproject.org/rpms/mutter328/raw/fff28bebda02111b4c534952465ff967ba7efced/f/0073-backends-Add-MetaInputMapper-method-to-lookup-device.patch";+url = "https://src.fedoraproject.org/rpms/mutter328/raw/fff28bebda02111b4c534952465ff967ba7efced/f/0074-backends-Turn-builtin-touchscreen-on-off-together-wi.patch";+url = "https://src.fedoraproject.org/rpms/mutter328/raw/fff28bebda02111b4c534952465ff967ba7efced/f/0075-backends-Update-to-new-output-setting-for-tablets-to.patch";
+4
-7
pkgs/desktops/gnustep/libobjc2/default.nix
+4
-7
pkgs/desktops/gnustep/libobjc2/default.nix
···
+2
-2
pkgs/desktops/mate/marco/default.nix
+2
-2
pkgs/desktops/mate/marco/default.nix
···url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
+2
-2
pkgs/desktops/mate/mate-session-manager/default.nix
+2
-2
pkgs/desktops/mate/mate-session-manager/default.nix
···url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
+2
-2
pkgs/desktops/mate/mate-system-monitor/default.nix
+2
-2
pkgs/desktops/mate/mate-system-monitor/default.nix
···url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
+3
-2
pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
+3
-2
pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
·········
+11
pkgs/desktops/pantheon/services/elementary-settings-daemon/fix-paths.patch
+11
pkgs/desktops/pantheon/services/elementary-settings-daemon/fix-paths.patch
···
+1
pkgs/desktops/plasma-5/default.nix
+1
pkgs/desktops/plasma-5/default.nix
···
+20
pkgs/desktops/plasma-5/discover.nix
+20
pkgs/desktops/plasma-5/discover.nix
···+karchive kconfig kcrash kdbusaddons kdeclarative kio kirigami2 kitemmodels knewstuff kwindowsystem kxmlgui
+2
-2
pkgs/development/compilers/adoptopenjdk-bin/sources.json
+2
-2
pkgs/development/compilers/adoptopenjdk-bin/sources.json
···"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.3%2B7/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.3_7.tar.gz",···"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.3%2B7/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.3_7.tar.gz",
+3
pkgs/development/compilers/openjdk/8.nix
+3
pkgs/development/compilers/openjdk/8.nix
+7
-7
pkgs/development/compilers/oraclejdk/jdk8cpu-linux.nix
+7
-7
pkgs/development/compilers/oraclejdk/jdk8cpu-linux.nix
···# jce download url: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;
+7
-7
pkgs/development/compilers/oraclejdk/jdk8psu-linux.nix
+7
-7
pkgs/development/compilers/oraclejdk/jdk8psu-linux.nix
···# jce download url: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;
+2
-2
pkgs/development/compilers/sbcl/bootstrap.nix
+2
-2
pkgs/development/compilers/sbcl/bootstrap.nix
···
+2
-2
pkgs/development/compilers/sbcl/default.nix
+2
-2
pkgs/development/compilers/sbcl/default.nix
···
+30
-9
pkgs/development/compilers/swi-prolog/default.nix
+30
-9
pkgs/development/compilers/swi-prolog/default.nix
···+''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/pack\"), silent(true), interactive(false)])." -t "halt."···
+6
pkgs/development/idris-modules/glfw.nix
+6
pkgs/development/idris-modules/glfw.nix
+5
-3
pkgs/development/idris-modules/idris-wrapper.nix
+5
-3
pkgs/development/idris-modules/idris-wrapper.nix
······
-76
pkgs/development/interpreters/lua-5/5.1.nix
-76
pkgs/development/interpreters/lua-5/5.1.nix
···-url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/lua-arch.patch?h=packages/lua51";-makeFlagsArray=( INSTALL_TOP=$out INSTALL_MAN=$out/share/man/man1 PLAT=macosx CFLAGS="-DLUA_USE_LINUX -fno-common -O2" LDFLAGS="" CC="$CC" )-makeFlagsArray=( INSTALL_TOP=$out INSTALL_MAN=$out/share/man/man1 PLAT=linux CFLAGS="-DLUA_USE_LINUX -O2 -fPIC" LDFLAGS="-fPIC" CC="$CC" AR="$AR q" RANLIB="$RANLIB" )-installFlagsArray=( TO_BIN="lua luac" TO_LIB="liblua.a liblua.so liblua.so.5.1 liblua.so.5.1.5" INSTALL_DATA='cp -d' )
-95
pkgs/development/interpreters/lua-5/5.2.nix
-95
pkgs/development/interpreters/lua-5/5.2.nix
···-url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/liblua.so.patch?h=packages/lua52";-makeFlagsArray=( INSTALL_TOP=$out INSTALL_MAN=$out/share/man/man1 PLAT=macosx CFLAGS="-DLUA_USE_LINUX -fno-common -O2 -fPIC${if compat then " -DLUA_COMPAT_ALL" else ""}" LDFLAGS="-fPIC" V=${luaversion} R=${version} CC="$CC" )-makeFlagsArray=( INSTALL_TOP=$out INSTALL_MAN=$out/share/man/man1 PLAT=linux CFLAGS="-DLUA_USE_LINUX -O2 -fPIC${if compat then " -DLUA_COMPAT_ALL" else ""}" LDFLAGS="-fPIC" V=${luaversion} R=${version} CC="$CC" AR="$AR q" RANLIB="$RANLIB" )-installFlagsArray=( TO_BIN="lua luac" TO_LIB="liblua.a liblua.so liblua.so.${luaversion} liblua.so.${version}" INSTALL_DATA='cp -d' )
-91
pkgs/development/interpreters/lua-5/5.3.nix
-91
pkgs/development/interpreters/lua-5/5.3.nix
···-makeFlagsArray=( INSTALL_TOP=$out INSTALL_MAN=$out/share/man/man1 PLAT=macosx CFLAGS="-DLUA_USE_LINUX -fno-common -O2 -fPIC${if compat then " -DLUA_COMPAT_ALL" else ""}" LDFLAGS="-fPIC" V=${luaversion} R=${version} CC="$CC" )-makeFlagsArray=( INSTALL_TOP=$out INSTALL_MAN=$out/share/man/man1 PLAT=linux CFLAGS="-DLUA_USE_LINUX -O2 -fPIC${if compat then " -DLUA_COMPAT_ALL" else ""}" LDFLAGS="-fPIC" V=${luaversion} R=${version} CC="$CC" AR="$AR q" RANLIB="$RANLIB" )-installFlagsArray=( TO_BIN="lua luac" TO_LIB="liblua.a liblua.so liblua.so.${luaversion} liblua.so.${version}" INSTALL_DATA='cp -d' )
+3
pkgs/development/interpreters/lua-5/build-lua-package.nix
+3
pkgs/development/interpreters/lua-5/build-lua-package.nix
···
+65
pkgs/development/interpreters/lua-5/default.nix
+65
pkgs/development/interpreters/lua-5/default.nix
···+url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/lua-arch.patch?h=packages/lua51";+url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/liblua.so.patch?h=packages/lua52";
+111
pkgs/development/interpreters/lua-5/interpreter.nix
+111
pkgs/development/interpreters/lua-5/interpreter.nix
···+makeFlagsArray+=(CFLAGS="-DLUA_USE_LINUX -O2 -fPIC${if compat then " -DLUA_COMPAT_ALL" else ""}" )+TO_LIB="${if stdenv.isDarwin then "liblua.${version}.dylib" else "liblua.a liblua.so liblua.so.${luaversion} liblua.so.${version}"}" )
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-html.nix
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-html.nix
···
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-pdf-a4.nix
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-pdf-a4.nix
···
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-pdf-letter.nix
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-pdf-letter.nix
···
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-text.nix
+3
-3
pkgs/development/interpreters/python/cpython/docs/2.7-text.nix
···
+18
pkgs/development/interpreters/python/cpython/docs/3.7-html.nix
+18
pkgs/development/interpreters/python/cpython/docs/3.7-html.nix
···
+18
pkgs/development/interpreters/python/cpython/docs/3.7-pdf-a4.nix
+18
pkgs/development/interpreters/python/cpython/docs/3.7-pdf-a4.nix
···
+18
pkgs/development/interpreters/python/cpython/docs/3.7-pdf-letter.nix
+18
pkgs/development/interpreters/python/cpython/docs/3.7-pdf-letter.nix
···
+18
pkgs/development/interpreters/python/cpython/docs/3.7-text.nix
+18
pkgs/development/interpreters/python/cpython/docs/3.7-text.nix
···
+12
pkgs/development/interpreters/python/cpython/docs/default.nix
+12
pkgs/development/interpreters/python/cpython/docs/default.nix
······
+1
-1
pkgs/development/interpreters/python/cpython/docs/generate.sh
+1
-1
pkgs/development/interpreters/python/cpython/docs/generate.sh
···-VERSIONS=$(curl http://www.python.org/download/releases/ 2>/dev/null | grep "releases/[123456789]"| cut -d/ -f4 |grep -v "^[12].[012345]" |grep -v "^1.6.1")+VERSIONS=$(for major in 2 3; do curl https://docs.python.org/$major/archives/ 2>/dev/null | perl -l -n -e'/<a href="python-([23].[0-9].[0-9]+)-docs-html.tar.bz2/ && print $1' | tail -n 1; done)
+2
-2
pkgs/development/libraries/accountsservice/default.nix
+2
-2
pkgs/development/libraries/accountsservice/default.nix
···url = "https://www.freedesktop.org/software/accountsservice/accountsservice-${version}.tar.xz";
+6
-6
pkgs/development/libraries/accountsservice/no-create-dirs.patch
+6
-6
pkgs/development/libraries/accountsservice/no-create-dirs.patch
···
+2
-9
pkgs/development/libraries/appstream/qt.nix
+2
-9
pkgs/development/libraries/appstream/qt.nix
···+# TODO: look into using the libraries from the regular appstream derivation as we keep duplicates here···
+2
-2
pkgs/development/libraries/armadillo/default.nix
+2
-2
pkgs/development/libraries/armadillo/default.nix
···
+27
-25
pkgs/development/libraries/arrow-cpp/default.nix
+27
-25
pkgs/development/libraries/arrow-cpp/default.nix
···-{ stdenv, symlinkJoin, fetchurl, fetchFromGitHub, autoconf, boost, brotli, cmake, double-conversion, flatbuffers, gflags, glog, gtest, lz4, perl, python, rapidjson, snappy, thrift, which, zlib, zstd }:+{ stdenv, fetchurl, fetchFromGitHub, autoconf, boost, brotli, cmake, double-conversion, flatbuffers, gflags, glog, gtest, lz4, perl, python, rapidjson, snappy, thrift, uriparser, which, zlib, zstd }:+url = https://raw.githubusercontent.com/apache/arrow/af4f52961209a5f1b43a19483536285c957e3bed/cpp/cmake_modules/Finduriparser.cmake;···-substituteInPlace cmake_modules/FindThrift.cmake --replace CMAKE_STATIC_LIBRARY CMAKE_SHARED_LIBRARY-substituteInPlace cmake_modules/FindBrotli.cmake --replace CMAKE_STATIC_LIBRARY CMAKE_SHARED_LIBRARY-substituteInPlace cmake_modules/FindGLOG.cmake --replace CMAKE_STATIC_LIBRARY CMAKE_SHARED_LIBRARYsubstituteInPlace cmake_modules/FindLz4.cmake --replace CMAKE_STATIC_LIBRARY CMAKE_SHARED_LIBRARY-substituteInPlace cmake_modules/FindSnappy.cmake --replace CMAKE_STATIC_LIBRARY CMAKE_SHARED_LIBRARY
+2
-2
pkgs/development/libraries/audio/libmysofa/default.nix
+2
-2
pkgs/development/libraries/audio/libmysofa/default.nix
···
+2
-2
pkgs/development/libraries/kproperty/default.nix
+2
-2
pkgs/development/libraries/kproperty/default.nix
···
+2
-2
pkgs/development/libraries/kreport/default.nix
+2
-2
pkgs/development/libraries/kreport/default.nix
···
+24
-18
pkgs/development/libraries/libqmatrixclient/default.nix
+24
-18
pkgs/development/libraries/libqmatrixclient/default.nix
···+libqmatrixclient_0_4 = generic "0.4.2.1" "056hvp2m74wx72yd8vai18siddj9l8bhrvrkc4ia4cwjsqw02kid" "v";+libqmatrixclient_0_5 = generic "0.5.1.2" "0vvpm1vlqfvhgfvavifrj4998g8v33hp5xjf0n8zfsmg4lxlnfg1" "";
+8
-7
pkgs/development/libraries/nlopt/default.nix
+8
-7
pkgs/development/libraries/nlopt/default.nix
······
+4
-3
pkgs/development/libraries/qca-qt5/default.nix
+4
-3
pkgs/development/libraries/qca-qt5/default.nix
···
+9
-11
pkgs/development/libraries/qca-qt5/move-project.patch
+9
-11
pkgs/development/libraries/qca-qt5/move-project.patch
···
+8
-4
pkgs/development/libraries/qtkeychain/default.nix
+8
-4
pkgs/development/libraries/qtkeychain/default.nix
······
+5
pkgs/development/libraries/snappy/default.nix
+5
pkgs/development/libraries/snappy/default.nix
···+--replace 'INTERFACE_INCLUDE_DIRECTORIES "''${_IMPORT_PREFIX}/include"' 'INTERFACE_INCLUDE_DIRECTORIES "'$dev'"'
+1
-1
pkgs/development/libraries/uriparser/default.nix
+1
-1
pkgs/development/libraries/uriparser/default.nix
+208
-174
pkgs/development/lua-modules/generated-packages.nix
+208
-174
pkgs/development/lua-modules/generated-packages.nix
····················································································homepage = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz";······-propagatedBuildInputs = [lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ];+propagatedBuildInputs = [ lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ];······
+4
-4
pkgs/development/ocaml-modules/eliom/default.nix
+4
-4
pkgs/development/ocaml-modules/eliom/default.nix
······
-28
pkgs/development/ocaml-modules/ojquery/default.nix
-28
pkgs/development/ocaml-modules/ojquery/default.nix
···-{ stdenv, fetchgit, ocaml, findlib, ocamlbuild, js_of_ocaml, js_of_ocaml-camlp4, camlp4, ocaml_lwt, react }:
+7
-21
pkgs/development/ocaml-modules/tyxml/default.nix
+7
-21
pkgs/development/ocaml-modules/tyxml/default.nix
···description = "A library that makes it almost impossible for your OCaml programs to generate wrong XML output, using static typing";
+1
-2
pkgs/development/python-modules/box2d/default.nix
+1
-2
pkgs/development/python-modules/box2d/default.nix
······
+2
-2
pkgs/development/python-modules/breathe/default.nix
+2
-2
pkgs/development/python-modules/breathe/default.nix
···
+7
-5
pkgs/development/python-modules/ezdxf/default.nix
+7
-5
pkgs/development/python-modules/ezdxf/default.nix
···
+5
-3
pkgs/development/python-modules/pg8000/default.nix
+5
-3
pkgs/development/python-modules/pg8000/default.nix
···
+2
-2
pkgs/development/python-modules/pyhamcrest/default.nix
+2
-2
pkgs/development/python-modules/pyhamcrest/default.nix
+2
-2
pkgs/development/python-modules/python-efl/default.nix
+2
-2
pkgs/development/python-modules/python-efl/default.nix
···
+2
-2
pkgs/development/python-modules/pytorch/default.nix
+2
-2
pkgs/development/python-modules/pytorch/default.nix
···
+2
-2
pkgs/development/tools/analysis/flow/default.nix
+2
-2
pkgs/development/tools/analysis/flow/default.nix
···
+3
-3
pkgs/development/tools/coursier/default.nix
+3
-3
pkgs/development/tools/coursier/default.nix
···
+2
-2
pkgs/development/tools/dep/default.nix
+2
-2
pkgs/development/tools/dep/default.nix
······
+77
pkgs/development/tools/electron/5.x.nix
+77
pkgs/development/tools/electron/5.x.nix
···+{ stdenv, libXScrnSaver, makeWrapper, fetchurl, unzip, atomEnv, libuuid, at-spi2-atk, at-spi2-core }:+url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-ia32.zip";+url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-x64.zip";+url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-armv7l.zip";+url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-arm64.zip";+--set-rpath "${atomEnv.libPath}:${stdenv.lib.makeLibraryPath [ libuuid at-spi2-atk at-spi2-core ]}:$out/lib/electron" \+url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-darwin-x64.zip";
+2
-2
pkgs/development/tools/flatpak-builder/default.nix
+2
-2
pkgs/development/tools/flatpak-builder/default.nix
······url = "https://github.com/flatpak/flatpak-builder/releases/download/${version}/${name}.tar.xz";
+10
-2
pkgs/development/tools/ocaml/js_of_ocaml/camlp4.nix
+10
-2
pkgs/development/tools/ocaml/js_of_ocaml/camlp4.nix
···
+2
-2
pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
+2
-2
pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
···
+41
pkgs/development/tools/omnisharp-roslyn/default.nix
+41
pkgs/development/tools/omnisharp-roslyn/default.nix
···+url = "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v${version}/omnisharp-mono.tar.gz";
+3
-3
pkgs/development/tools/rust/cargo-expand/default.nix
+3
-3
pkgs/development/tools/rust/cargo-expand/default.nix
···
+18
-28
pkgs/development/tools/rust/rustup/0001-dynamically-patchelf-binaries.patch
+18
-28
pkgs/development/tools/rust/rustup/0001-dynamically-patchelf-binaries.patch
···-diff --git a/src/rustup-dist/src/component/package.rs b/src/rustup-dist/src/component/package.rs···
+14
-7
pkgs/development/tools/rust/rustup/default.nix
+14
-7
pkgs/development/tools/rust/rustup/default.nix
······mkdir -p "$out/share/"{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions}
+2
-2
pkgs/games/crispy-doom/default.nix
+2
-2
pkgs/games/crispy-doom/default.nix
···
+2
-2
pkgs/games/gzdoom/default.nix
+2
-2
pkgs/games/gzdoom/default.nix
···
+83
-72
pkgs/misc/vim-plugins/generated.nix
+83
-72
pkgs/misc/vim-plugins/generated.nix
·····································································
+4
-3
pkgs/misc/vim-plugins/vim-plugin-names
+4
-3
pkgs/misc/vim-plugins/vim-plugin-names
···············
+7
-3
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
+7
-3
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
···
-12
pkgs/os-specific/linux/kernel/i2c-oops.patch
-12
pkgs/os-specific/linux/kernel/i2c-oops.patch
···-diff --git a/drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c b/drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c
+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.19.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.19.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
···
+2
-2
pkgs/os-specific/linux/kernel/linux-5.0.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-5.0.nix
···modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;···
-4
pkgs/os-specific/linux/kernel/patches.nix
-4
pkgs/os-specific/linux/kernel/patches.nix
+2
-1
pkgs/os-specific/linux/service-wrapper/default.nix
+2
-1
pkgs/os-specific/linux/service-wrapper/default.nix
······+# Shellscript has been modified but upstream source is: https://git.launchpad.net/ubuntu/+source/init-system-helpers
+3
-26
pkgs/os-specific/linux/service-wrapper/service-wrapper.sh
+3
-26
pkgs/os-specific/linux/service-wrapper/service-wrapper.sh
············
+2
-2
pkgs/servers/computing/slurm/default.nix
+2
-2
pkgs/servers/computing/slurm/default.nix
······
+5
-10
pkgs/servers/dico/default.nix
+5
-10
pkgs/servers/dico/default.nix
···
+11
-1
pkgs/servers/dns/bind/default.nix
+11
-1
pkgs/servers/dns/bind/default.nix
······+url = https://gitlab.isc.org/isc-projects/bind9/commit/d72f436b7d7c697b262968c48c2d7643069ab17f.diff;
+3
-3
pkgs/servers/documize-community/default.nix
+3
-3
pkgs/servers/documize-community/default.nix
······description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
+2
-2
pkgs/servers/freeradius/default.nix
+2
-2
pkgs/servers/freeradius/default.nix
···
+3
-3
pkgs/servers/jellyfin/default.nix
+3
-3
pkgs/servers/jellyfin/default.nix
···url = "https://github.com/jellyfin/jellyfin/releases/download/v${version}/jellyfin_${version}_portable.tar.gz";···
+2
-2
pkgs/servers/nextcloud/default.nix
+2
-2
pkgs/servers/nextcloud/default.nix
···
+34
pkgs/servers/nosql/eventstore/create-deps.sh
+34
pkgs/servers/nosql/eventstore/create-deps.sh
···
+58
-25
pkgs/servers/nosql/eventstore/default.nix
+58
-25
pkgs/servers/nosql/eventstore/default.nix
···+# that dependency seems to not be required for building, but pulls in libcurl which fails to be located.+dotnet test src/EventStore.Projections.Core.Tests/EventStore.Projections.Core.Tests.csproj -- RunConfiguration.TargetPlatform=x64···
+532
pkgs/servers/nosql/eventstore/deps.nix
+532
pkgs/servers/nosql/eventstore/deps.nix
···
+6
-4
pkgs/tools/X11/xlayoutdisplay/default.nix
+6
-4
pkgs/tools/X11/xlayoutdisplay/default.nix
·········
+9
-2
pkgs/tools/admin/acme.sh/default.nix
+9
-2
pkgs/tools/admin/acme.sh/default.nix
······
+29
pkgs/tools/backup/dedup/default.nix
+29
pkgs/tools/backup/dedup/default.nix
···
+4
pkgs/tools/filesystems/mergerfs/default.nix
+4
pkgs/tools/filesystems/mergerfs/default.nix
+2
-2
pkgs/tools/graphics/argyllcms/default.nix
+2
-2
pkgs/tools/graphics/argyllcms/default.nix
······
+13
pkgs/tools/misc/pazi/cargo-lock.patch
+13
pkgs/tools/misc/pazi/cargo-lock.patch
···
+24
pkgs/tools/misc/pazi/default.nix
+24
pkgs/tools/misc/pazi/default.nix
···
+3
-5
pkgs/tools/misc/staruml/default.nix
+3
-5
pkgs/tools/misc/staruml/default.nix
······
+24
-16
pkgs/tools/misc/yad/default.nix
+24
-16
pkgs/tools/misc/yad/default.nix
······
+28
pkgs/tools/misc/z-lua/default.nix
+28
pkgs/tools/misc/z-lua/default.nix
···
+3
-3
pkgs/tools/networking/dd-agent/6.nix
pkgs/tools/networking/dd-agent/datadog-agent.nix
+3
-3
pkgs/tools/networking/dd-agent/6.nix
pkgs/tools/networking/dd-agent/datadog-agent.nix
······
+13
-4
pkgs/tools/networking/dd-agent/README.md
+13
-4
pkgs/tools/networking/dd-agent/README.md
···+2. `git clone https://github.com/DataDog/datadog-process-agent.git && cd datadog-process-agent`
+7
-7
pkgs/tools/networking/dd-agent/datadog-process-agent-deps.nix
+7
-7
pkgs/tools/networking/dd-agent/datadog-process-agent-deps.nix
············
+2
-2
pkgs/tools/networking/dd-agent/datadog-process-agent.nix
+2
-2
pkgs/tools/networking/dd-agent/datadog-process-agent.nix
···
+8
-26
pkgs/tools/networking/dd-agent/deps.nix
pkgs/tools/networking/dd-agent/datadog-agent-deps.nix
+8
-26
pkgs/tools/networking/dd-agent/deps.nix
pkgs/tools/networking/dd-agent/datadog-agent-deps.nix
··················
+1211
pkgs/tools/networking/httplz/cargo-lock.patch
+1211
pkgs/tools/networking/httplz/cargo-lock.patch
···++ "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",++ "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",++"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"++"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"++"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"++"checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5"++"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"++"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"++"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"++"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"++"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"++"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"++"checksum brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"++"checksum brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"++"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"++"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"++"checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"++"checksum bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6584aa36f5ad4c9247f5323b0a42f37802b37a836f0ad87084d7a33961abe25f"++"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"++"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"++"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"++"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"++"checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"++"checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"++"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"++"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"++"checksum ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5531b7f0698d9220b4729f8811931dbe0e91a05be2f7b3245fdc50dd856bae26"++"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"++"checksum embed-resource 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee11dd277e159f3a7845341f8c800899cf918a366956e31dd52f35eff638a403"++"checksum flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f87e68aa82b2de08a6e037f1385455759df6e445a8df5e005b4297191dbf18aa"++"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"++"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"++"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"++"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"++"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"++"checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"++"checksum hyper-native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "72332e4a35d3059583623b50e98e491b78f8b96c5521fcb3f428167955aa56e8"++"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"++"checksum iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d8e17268922834707e1c29e8badbf9c712c9c43378e1b6a3388946baff10be2"++"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"++"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"++"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"++"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"++"checksum lazysort 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e22ff43b231e0e2f87d74984e53ebc73b90ae13397e041214fb07efc64168f"++"checksum libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "ec350a9417dfd244dc9a6c4a71e13895a4db6b92f0b106f07ebbc3f3bc580cee"++"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"++"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"++"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"++"checksum md6 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54e5826684849cecd3fa05a6a5052c50a3542f163a9917ff0b91379426a2e45d"++"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"++"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"++"checksum mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2d4c0961143b8efdcfa29c3ae63281601b446a4a668165454b6c90f8024954c5"++"checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649"++"checksum miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e"++"checksum miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab"++"checksum modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58"++"checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0"++"checksum nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46f0f3210768d796e8fa79ec70ee6af172dacbe7147f5e69be5240a47778302b"++"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"++"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"++"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"++"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"++"checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985"++"checksum openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" = "33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d"++"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"++"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"++"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"++"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"++"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"++"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"++"checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0"++"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"++"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"++"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"++"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"++"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"++"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"++"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"++"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"++"checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"++"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"++"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"++"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"++"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"++"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"++"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"++"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"++"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"++"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"++"checksum rfsapi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b6fbc119d00459f80252adb96e554766d75de071ed5d3c49f46a000d137cd49"++"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"++"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"++"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339"++"checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"++"checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"++"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"++"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"++"checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"++"checksum serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400"++"checksum serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "978fd866f4d4872084a81ccc35e275158351d3b9fe620074e7d7504b816b74ba"++"checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1"++"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"++"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"++"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"++"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"++"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"++"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"++"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"++"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"++"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"++"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"++"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"++"checksum trivial_colours 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7153365ea16c5a0ce2eebc4da1b33339a6b21d90c49f670e82130639656bb458"++"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"++"checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"++"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"++"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"++"checksum unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41d17211f887da8e4a70a45b9536f26fc5de166b81e2d5d80de4a17fd22553bd"++"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"++"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"++"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"++"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"++"checksum unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"++"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"++"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"++"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"++"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"++"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"++"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"++"checksum vswhom 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"++"checksum vswhom-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc2f5402d3d0e79a069714f7b48e3ecc60be7775a2c049cb839457457a239532"++"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"++"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"++"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"++"checksum winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a"
+26
pkgs/tools/networking/httplz/default.nix
+26
pkgs/tools/networking/httplz/default.nix
···
+28
-8
pkgs/tools/networking/openvpn/default.nix
+28
-8
pkgs/tools/networking/openvpn/default.nix
······+url = "https://raw.githubusercontent.com/jonathanio/update-systemd-resolved/v1.2.7/update-systemd-resolved";······
+2
pkgs/tools/networking/socat/default.nix
+2
pkgs/tools/networking/socat/default.nix
+13
pkgs/tools/networking/socat/speed-type-fix.patch
+13
pkgs/tools/networking/socat/speed-type-fix.patch
···
+12
-10
pkgs/tools/networking/wol/default.nix
+12
-10
pkgs/tools/networking/wol/default.nix
···
-43
pkgs/tools/security/browserpass/2.nix
-43
pkgs/tools/security/browserpass/2.nix
···-sed -e "s!%%replace%%!$host_file!" go/src/${goPackagePath}/firefox/host.json > firefox-host.json-install -D firefox-host.json $bin/lib/mozilla/native-messaging-hosts/com.dannyvankooten.browserpass.json
-39
pkgs/tools/security/browserpass/2deps.nix
-39
pkgs/tools/security/browserpass/2deps.nix
···
+7
-20
pkgs/tools/security/browserpass/default.nix
+7
-20
pkgs/tools/security/browserpass/default.nix
············-ln -s ${lib.getBin v2}/lib/mozilla/native-messaging-hosts/* $bin/lib/mozilla/native-messaging-hosts
-93
pkgs/tools/security/browserpass/deps.nix
-93
pkgs/tools/security/browserpass/deps.nix
···
+24
-24
pkgs/tools/security/kwalletcli/default.nix
+24
-24
pkgs/tools/security/kwalletcli/default.nix
···
+19
-8
pkgs/tools/security/mfoc/default.nix
+19
-8
pkgs/tools/security/mfoc/default.nix
···-url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mfoc/${name}.tar.gz";+url = "https://github.com/nfc-tools/mfoc/commit/f13efb0a6deb1d97ba945d555a6a5d6be89b593f.patch";+url = "https://github.com/nfc-tools/mfoc/commit/00eae36f891bc4580103e3b54f0bb5228af2cdef.patch";
-96
pkgs/tools/security/mfoc/mf_mini.patch
-96
pkgs/tools/security/mfoc/mf_mini.patch
···-fprintf(stream, " T nonce tolerance half-range, instead of default of 20\n (i.e., 40 for the total range, in both directions)\n");
+2
-2
pkgs/tools/system/augeas/default.nix
+2
-2
pkgs/tools/system/augeas/default.nix
···
+8
-12
pkgs/tools/system/journalwatch/default.nix
+8
-12
pkgs/tools/system/journalwatch/default.nix
···-sha512 = "3hvbgx95hjfivz9iv0hbhj720wvm32z86vj4a60lji2zdfpbqgr2b428lvg2cpvf71l2xn6ca5v0hzyz57qylgwqzgfrx7hqhl5g38s";+sha512 = "11g2f1w9lfqw6zxxyg7qrqpb914s6w71j0gnpw7qr7cak2l5jlf2l39dlg30y55rw7jgmf0yg77wwzd0c430mq1n6q1v8w86g1rwkzb";···
+6
-1
pkgs/tools/system/netdata/default.nix
+6
-1
pkgs/tools/system/netdata/default.nix
···-{ stdenv, fetchurl, autoreconfHook, pkgconfig, zlib, libuuid, libossp_uuid, CoreFoundation, IOKit }:+{ stdenv, fetchurl, autoreconfHook, pkgconfig, zlib, libuuid, libossp_uuid, CoreFoundation, IOKit, lm_sensors }:···+--replace 'ctypes.util.find_library("sensors")' '"${lm_sensors.out}/lib/libsensors${stdenv.hostPlatform.extensions.sharedLibrary}"'
+27
pkgs/tools/text/qgrep/default.nix
+27
pkgs/tools/text/qgrep/default.nix
···
+24
pkgs/tools/text/sd/default.nix
+24
pkgs/tools/text/sd/default.nix
···
+49
-44
pkgs/top-level/all-packages.nix
+49
-44
pkgs/top-level/all-packages.nix
······-quaternion = libsForQt5.callPackage ../applications/networking/instant-messengers/quaternion { };+inherit (libsForQt5.callPackage ../applications/networking/instant-messengers/quaternion { })·····················esteidfirefoxplugin = callPackage ../applications/networking/browsers/mozilla-plugins/esteidfirefoxplugin { };·········+inherit (luaInterpreters) lua5_1 lua5_2 lua5_2_compat lua5_3 lua5_3_compat luajit_2_1 luajit_2_0;························datadog-process-agent = callPackage ../tools/networking/dd-agent/datadog-process-agent.nix { };······-matrique = libsForQt5.callPackage ../applications/networking/instant-messengers/matrique { };·········
+1
-59
pkgs/top-level/lua-packages.nix
+1
-59
pkgs/top-level/lua-packages.nix
······
-4
pkgs/top-level/ocaml-packages.nix
-4
pkgs/top-level/ocaml-packages.nix
···
+1
-1
pkgs/top-level/python-packages.nix
+1
-1
pkgs/top-level/python-packages.nix
···
+6
pkgs/top-level/release.nix
+6
pkgs/top-level/release.nix
··················