+1
doc/functions.xml
+1
doc/functions.xml
+76
doc/functions/ocitools.xml
+76
doc/functions/ocitools.xml
···
···
+43
doc/stdenv.xml
+43
doc/stdenv.xml
···
+3
-3
nixos/doc/manual/configuration/customizing-packages.xml
+3
-3
nixos/doc/manual/configuration/customizing-packages.xml
···<xref linkend="opt-environment.systemPackages"/> = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ];···
···<xref linkend="opt-environment.systemPackages"/> = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ];···
+1
-1
nixos/doc/manual/release-notes/rl-1703.xml
+1
-1
nixos/doc/manual/release-notes/rl-1703.xml
···
···
+22
nixos/doc/manual/release-notes/rl-1909.xml
+22
nixos/doc/manual/release-notes/rl-1909.xml
···It was not useful except for debugging purposes and was confusingly set as default in some circumstances.···
···It was not useful except for debugging purposes and was confusingly set as default in some circumstances.+The WeeChat plugin <literal>pkgs.weechatScripts.weechat-xmpp</literal> has been removed as it doesn't receive···+See the <link xlink:href="https://ceph.com/releases/v14-2-0-nautilus-released/">release notes</link> for details.+The mgr dashboard as well as osds backed by loop-devices is no longer explicitly supported by the package and module.+and prometheus mgr modules (and possibly others), hence 0000-dont-check-cherrypy-version.patch.+Weechat also recommends <link xlink:href="https://weechat.org/scripts/python3/">to use Python3
+25
-3
nixos/maintainers/scripts/ec2/amazon-image.nix
+25
-3
nixos/maintainers/scripts/ec2/amazon-image.nix
·········pkgs = import ../../../.. { inherit (pkgs) system; }; # ensure we use the regular qemu-kvm package···
···+default = "nixos-amazon-image-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}";······pkgs = import ../../../.. { inherit (pkgs) system; }; # ensure we use the regular qemu-kvm package···+--arg logical_bytes "$(${pkgs.qemu}/bin/qemu-img info --output json "$diskImage" | ${pkgs.jq}/bin/jq '."virtual-size"')" \
+239
-222
nixos/maintainers/scripts/ec2/create-amis.sh
+239
-222
nixos/maintainers/scripts/ec2/create-amis.sh
···-regions="eu-west-1 eu-west-2 eu-west-3 eu-central-1 us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 ap-southeast-1 ap-southeast-2 ap-northeast-1 ap-northeast-2 sa-east-1 ap-south-1"---arg configuration "{ imports = [ <nixpkgs/nixos/maintainers/scripts/ec2/amazon-image.nix> ]; ec2.hvm = $hvmFlag; }"-vhdFileLogicalBytes="$(qemu-img info "$vhdFile" | grep ^virtual\ size: | cut -f 2 -d \( | cut -f 1 -d \ )"-echo "Disk size is $vhdFileLogicalBytes bytes. Will be registered as $vhdFileLogicalGigaBytes GB."-volId=$(aws ec2 describe-conversion-tasks --conversion-task-ids "$taskId" --region "$region" | jq -r .ConversionTasks[0].ImportVolume.Volume.Id)-snapId=$(aws ec2 create-snapshot --volume-id "$volId" --region "$region" --description "$description" | jq -r .SnapshotId)-status=$(aws ec2 describe-snapshots --snapshot-ids "$snapId" --region "$region" | jq -r .Snapshots[0].State)-blockDeviceMappings="DeviceName=/dev/sda1,Ebs={SnapshotId=$snapId,VolumeSize=$vhdFileLogicalGigaBytes,DeleteOnTermination=true,VolumeType=gp2}"-kernel=$(aws ec2 describe-images --owner amazon --filters "Name=name,Values=pv-grub-hd0_1.05-$arch.gz" | jq -r .Images[0].ImageId)-status=$(aws ec2 describe-images --image-ids "$ami" --region "$region" | jq -r .Images[0].State)
···+"DeviceName=/dev/sda1,Ebs={SnapshotId=$snapshot_id,VolumeSize=$image_logical_gigabytes,DeleteOnTermination=true,VolumeType=gp2}"
+1
-1
nixos/modules/config/gtk/gtk-icon-cache.nix
+1
-1
nixos/modules/config/gtk/gtk-icon-cache.nix
+4
-4
nixos/modules/installer/tools/nix-fallback-paths.nix
+4
-4
nixos/modules/installer/tools/nix-fallback-paths.nix
···
···
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+1
-1
nixos/modules/programs/plotinus.nix
+1
-1
nixos/modules/programs/plotinus.nix
+2
-2
nixos/modules/programs/plotinus.xml
+2
-2
nixos/modules/programs/plotinus.xml
···
···
+1
nixos/modules/rename.nix
+1
nixos/modules/rename.nix
···(mkRenamedOptionModule [ "services" "kubernetes" "etcd" "caFile" ] [ "services" "kubernetes" "apiserver" "etcd" "caFile" ])(mkRenamedOptionModule [ "services" "kubernetes" "proxy" "address" ] ["services" "kubernetes" "proxy" "bindAddress"])(mkRenamedOptionModule [ "services" "logstash" "address" ] [ "services" "logstash" "listenAddress" ])
···(mkRenamedOptionModule [ "services" "kubernetes" "etcd" "caFile" ] [ "services" "kubernetes" "apiserver" "etcd" "caFile" ])(mkRenamedOptionModule [ "services" "kubernetes" "proxy" "address" ] ["services" "kubernetes" "proxy" "bindAddress"])(mkRenamedOptionModule [ "services" "logstash" "address" ] [ "services" "logstash" "listenAddress" ])
+5
-80
nixos/modules/services/cluster/kubernetes/addon-manager.nix
+5
-80
nixos/modules/services/cluster/kubernetes/addon-manager.nix
······-systemd.services.kube-addon-manager-bootstrap = mkIf (top.apiserver.enable && top.addonManager.bootstrapAddons != {}) {-KUBECONFIG = top.lib.mkKubeConfig "kube-addon-manager-bootstrap" cfg.bootstrapAddonsKubeconfig;-services.kubernetes.addonManager.bootstrapAddonsKubeconfig.server = mkDefault top.apiserverAddress;
······
+15
-21
nixos/modules/services/cluster/kubernetes/addons/dashboard.nix
+15
-21
nixos/modules/services/cluster/kubernetes/addons/dashboard.nix
·········
·········
+3
-45
nixos/modules/services/cluster/kubernetes/apiserver.nix
+3
-45
nixos/modules/services/cluster/kubernetes/apiserver.nix
·········
·········
+5
-34
nixos/modules/services/cluster/kubernetes/controller-manager.nix
+5
-34
nixos/modules/services/cluster/kubernetes/controller-manager.nix
·········
·········
-25
nixos/modules/services/cluster/kubernetes/default.nix
-25
nixos/modules/services/cluster/kubernetes/default.nix
······services.kubernetes.apiserverAddress = mkDefault ("https://${if cfg.apiserver.advertiseAddress != null
······services.kubernetes.apiserverAddress = mkDefault ("https://${if cfg.apiserver.advertiseAddress != null
+11
-62
nixos/modules/services/cluster/kubernetes/flannel.nix
+11
-62
nixos/modules/services/cluster/kubernetes/flannel.nix
···-makeWrapper ${pkgs.bashInteractive}/bin/bash $out/mk-docker-opts --add-flags "$out/mk-docker-opts.sh"······services.kubernetes.addonManager.bootstrapAddons = mkIf ((storageBackend == "kubernetes") && (elem "RBAC" top.apiserver.authorizationMode)) {···
···+makeWrapper ${pkgs.bashInteractive}/bin/bash $out/mk-docker-opts --add-flags "${pkgs.kubernetes}/bin/mk-docker-opts.sh"······services.kubernetes.addonManager.bootstrapAddons = mkIf ((storageBackend == "kubernetes") && (elem "RBAC" top.apiserver.authorizationMode)) {···
+9
-84
nixos/modules/services/cluster/kubernetes/kubelet.nix
+9
-84
nixos/modules/services/cluster/kubernetes/kubelet.nix
······path = with pkgs; [ gitMinimal openssh docker utillinux iproute ethtool thin-provisioning-tools iptables socat ] ++ top.path;·········
······path = with pkgs; [ gitMinimal openssh docker utillinux iproute ethtool thin-provisioning-tools iptables socat ] ++ top.path;·········
+73
-89
nixos/modules/services/cluster/kubernetes/pki.nix
+73
-89
nixos/modules/services/cluster/kubernetes/pki.nix
···············-environment.etc.${cfg.etcClusterAdminKubeconfig}.source = mkIf (cfg.etcClusterAdminKubeconfig != null)·········
···············+environment.etc.${cfg.etcClusterAdminKubeconfig}.source = mkIf (!isNull cfg.etcClusterAdminKubeconfig)·········
+6
-31
nixos/modules/services/cluster/kubernetes/proxy.nix
+6
-31
nixos/modules/services/cluster/kubernetes/proxy.nix
······
······
+4
-30
nixos/modules/services/cluster/kubernetes/scheduler.nix
+4
-30
nixos/modules/services/cluster/kubernetes/scheduler.nix
······
······
+4
nixos/modules/services/databases/postgresql.nix
+4
nixos/modules/services/databases/postgresql.nix
+3
-3
nixos/modules/services/editors/emacs.xml
+3
-3
nixos/modules/services/editors/emacs.xml
·········
·········
+1
nixos/modules/services/misc/zookeeper.nix
+1
nixos/modules/services/misc/zookeeper.nix
+73
-37
nixos/modules/services/network-filesystems/ceph.nix
+73
-37
nixos/modules/services/network-filesystems/ceph.nix
···# function that translates "camelCaseOptions" to "camel case options", credits to tilpner in #nixos@freenode-{ "ceph-${daemonType}-${daemon}" = generateServiceFile daemonType daemon cfg.global.clusterName ceph extraServiceConfig; }description = "Ceph ${builtins.replaceStrings lowerChars upperChars daemonType} daemon ${daemonId}";after = [ "network-online.target" "time-sync.target" ] ++ optional (daemonType == "osd") "ceph-mon.target";···-ExecStart = "${ceph.out}/bin/${if daemonType == "rgw" then "radosgw" else "ceph-${daemonType}"} -f --cluster ${clusterName} --id ${if daemonType == "rgw" then "client.${daemonId}" else daemonId} --setuser ceph --setgroup ceph";-// optionalAttrs (daemonType == "osd") { ExecStartPre = "${ceph.out}/libexec/ceph/ceph-osd-prestart.sh --id ${daemonId} --cluster ${clusterName}"; };daemonPath="/var/lib/ceph/${if daemonType == "rgw" then "radosgw" else daemonType}/${clusterName}-${daemonId}"···············''Not setting up a list of members in monInitialMembers requires that you set the host variable for each mon daemon or else the cluster won't function'';-translatedGlobalConfig = mapAttrs' (name: value: nameValuePair (translateOption name) value) cfg.global;-globalAndMgrConfig = translatedGlobalConfig // optionalAttrs cfg.mgr.enable cfg.mgr.extraConfig;# Remove all name-value pairs with null values from the attribute set to avoid making empty sections in the ceph.conf-globalConfig = mapAttrs' (name: value: nameValuePair (translateOption name) value) (filterAttrs (name: value: value != null) globalAndMgrConfig);······-++ optional cfg.mds.enable (generateDaemonList "mds" cfg.mds.daemons { StartLimitBurst = "3"; })-++ optional cfg.osd.enable (generateDaemonList "osd" cfg.osd.daemons { StartLimitBurst = "30"; RestartSec = "20s"; })-++ optional cfg.mgr.enable (generateDaemonList "mgr" cfg.mgr.daemons { StartLimitBurst = "3"; });-{ ceph = { description = "Ceph target allowing to start/stop all ceph service instances at once"; }; }
···# function that translates "camelCaseOptions" to "camel case options", credits to tilpner in #nixos@freenode+{ "ceph-${daemonType}-${daemonId}" = makeService daemonType daemonId cfg.global.clusterName pkgs.ceph extraServiceConfig; })description = "Ceph ${builtins.replaceStrings lowerChars upperChars daemonType} daemon ${daemonId}";after = [ "network-online.target" "time-sync.target" ] ++ optional (daemonType == "osd") "ceph-mon.target";···+ExecStart = ''${ceph.out}/bin/${if daemonType == "rgw" then "radosgw" else "ceph-${daemonType}"} \+// optionalAttrs (daemonType == "osd") { ExecStartPre = ''${ceph.lib}/libexec/ceph/ceph-osd-prestart.sh \daemonPath="/var/lib/ceph/${if daemonType == "rgw" then "radosgw" else daemonType}/${clusterName}-${daemonId}"······+Extra configuration to add to the global section. Use for setting values that are common for all daemons in the cluster.·········''Not setting up a list of members in monInitialMembers requires that you set the host variable for each mon daemon or else the cluster won't function'';+globalSection = expandCamelCaseAttrs (cfg.global // cfg.extraConfig // optionalAttrs cfg.mgr.enable cfg.mgr.extraConfig);# Remove all name-value pairs with null values from the attribute set to avoid making empty sections in the ceph.conf······+{ "ceph" = { description = "Ceph target allowing to start/stop all ceph service instances at once";
+1
-1
nixos/modules/services/web-servers/darkhttpd.nix
+1
-1
nixos/modules/services/web-servers/darkhttpd.nix
+2
-2
nixos/modules/services/x11/desktop-managers/enlightenment.nix
+2
-2
nixos/modules/services/x11/desktop-managers/enlightenment.nix
······
······
+1
-1
nixos/modules/services/x11/desktop-managers/mate.nix
+1
-1
nixos/modules/services/x11/desktop-managers/mate.nix
+3
-3
nixos/modules/services/x11/desktop-managers/xfce.nix
+3
-3
nixos/modules/services/x11/desktop-managers/xfce.nix
······
······
+2
-2
nixos/modules/services/x11/desktop-managers/xfce4-14.nix
+2
-2
nixos/modules/services/x11/desktop-managers/xfce4-14.nix
···
···
+12
-2
nixos/modules/virtualisation/amazon-image.nix
+12
-2
nixos/modules/virtualisation/amazon-image.nix
············
············
+8
-1
nixos/modules/virtualisation/amazon-options.nix
+8
-1
nixos/modules/virtualisation/amazon-options.nix
······
+125
nixos/modules/virtualisation/railcar.nix
+125
nixos/modules/virtualisation/railcar.nix
···
···
+16
nixos/release.nix
+16
nixos/release.nix
···
+37
-15
nixos/tests/ceph.nix
+37
-15
nixos/tests/ceph.nix
·········-ceph = super.ceph.override({ nss = super.nss; libxfs = super.libxfs; libaio = super.libaio; jemalloc = super.jemalloc; });······"sudo -u ceph ceph-authtool --create-keyring /tmp/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *'",-"ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *'",-"monmaptool --create --add aio 192.168.1.1 --fsid 066ae264-2a5d-4729-8001-6ad265f50b03 /tmp/monmap",·········
···············"sudo -u ceph ceph-authtool --create-keyring /tmp/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *'",+"sudo -u ceph ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *'",+"sudo -u ceph ceph-authtool /tmp/ceph.mon.keyring --import-keyring /etc/ceph/ceph.client.admin.keyring",+"monmaptool --create --add aio 192.168.1.1 --fsid 066ae264-2a5d-4729-8001-6ad265f50b03 /tmp/monmap",·········
+1
-4
nixos/tests/kubernetes/base.nix
+1
-4
nixos/tests/kubernetes/base.nix
···
-3
nixos/tests/kubernetes/dns.nix
-3
nixos/tests/kubernetes/dns.nix
······$machine1->waitUntilSucceeds("cp -f /var/lib/cfssl/apitoken.secret /tmp/shared/apitoken.secret");
······$machine1->waitUntilSucceeds("cp -f /var/lib/cfssl/apitoken.secret /tmp/shared/apitoken.secret");
-4
nixos/tests/kubernetes/rbac.nix
-4
nixos/tests/kubernetes/rbac.nix
······$machine1->waitUntilSucceeds("cp -f /var/lib/cfssl/apitoken.secret /tmp/shared/apitoken.secret");
······$machine1->waitUntilSucceeds("cp -f /var/lib/cfssl/apitoken.secret /tmp/shared/apitoken.secret");
+2
-2
nixos/tests/quake3.nix
+2
-2
nixos/tests/quake3.nix
···
···
+1
-1
pkgs/applications/audio/cozy-audiobooks/default.nix
+1
-1
pkgs/applications/audio/cozy-audiobooks/default.nix
+1
-1
pkgs/applications/audio/pavucontrol/default.nix
+1
-1
pkgs/applications/audio/pavucontrol/default.nix
+2
-2
pkgs/applications/audio/quodlibet/default.nix
+2
-2
pkgs/applications/audio/quodlibet/default.nix
···preFixup = stdenv.lib.optionalString (kakasi != null) "gappsWrapperArgs+=(--prefix PATH : ${kakasi}/bin)";
···preFixup = stdenv.lib.optionalString (kakasi != null) "gappsWrapperArgs+=(--prefix PATH : ${kakasi}/bin)";
+1
-1
pkgs/applications/audio/sonata/default.nix
+1
-1
pkgs/applications/audio/sonata/default.nix
+1
-1
pkgs/applications/editors/leafpad/default.nix
+1
-1
pkgs/applications/editors/leafpad/default.nix
+3
-3
pkgs/applications/editors/vscode/vscode.nix
+3
-3
pkgs/applications/editors/vscode/vscode.nix
···
···
+3
-3
pkgs/applications/editors/vscode/vscodium.nix
+3
-3
pkgs/applications/editors/vscode/vscodium.nix
···
···
+1
-1
pkgs/applications/graphics/gcolor2/default.nix
+1
-1
pkgs/applications/graphics/gcolor2/default.nix
+2
-2
pkgs/applications/graphics/geeqie/default.nix
+2
-2
pkgs/applications/graphics/geeqie/default.nix
···
···
+1
-1
pkgs/applications/graphics/mcomix/default.nix
+1
-1
pkgs/applications/graphics/mcomix/default.nix
···
···
+2
-2
pkgs/applications/graphics/mtpaint/default.nix
+2
-2
pkgs/applications/graphics/mtpaint/default.nix
···
···
+4
-4
pkgs/applications/misc/calibre/default.nix
+4
-4
pkgs/applications/misc/calibre/default.nix
·········
·········
+1
-1
pkgs/applications/misc/clipit/default.nix
+1
-1
pkgs/applications/misc/clipit/default.nix
+4
-4
pkgs/applications/misc/epdfview/default.nix
+4
-4
pkgs/applications/misc/epdfview/default.nix
···
···
+2
-2
pkgs/applications/misc/font-manager/default.nix
+2
-2
pkgs/applications/misc/font-manager/default.nix
···
···
+1
-1
pkgs/applications/misc/girara/default.nix
+1
-1
pkgs/applications/misc/girara/default.nix
+1
-1
pkgs/applications/misc/gksu/default.nix
+1
-1
pkgs/applications/misc/gksu/default.nix
···
···
+1
-1
pkgs/applications/misc/gmrun/default.nix
+1
-1
pkgs/applications/misc/gmrun/default.nix
···
···
+1
-1
pkgs/applications/misc/grip/default.nix
+1
-1
pkgs/applications/misc/grip/default.nix
+2
-2
pkgs/applications/misc/gtk2fontsel/default.nix
+2
-2
pkgs/applications/misc/gtk2fontsel/default.nix
···
···
+53
pkgs/applications/misc/michabo/default.nix
+53
pkgs/applications/misc/michabo/default.nix
···
···
+1
-1
pkgs/applications/misc/orca/default.nix
+1
-1
pkgs/applications/misc/orca/default.nix
···
···
+1
-1
pkgs/applications/misc/pcmanfm/default.nix
+1
-1
pkgs/applications/misc/pcmanfm/default.nix
+1
-1
pkgs/applications/misc/pcmanx-gtk2/default.nix
+1
-1
pkgs/applications/misc/pcmanx-gtk2/default.nix
+1
-4
pkgs/applications/misc/stupidterm/default.nix
+1
-4
pkgs/applications/misc/stupidterm/default.nix
···
+2
-2
pkgs/applications/misc/taskell/default.nix
+2
-2
pkgs/applications/misc/taskell/default.nix
+1
-1
pkgs/applications/misc/zathura/wrapper.nix
+1
-1
pkgs/applications/misc/zathura/wrapper.nix
···
···
+1
-1
pkgs/applications/networking/browsers/midori/default.nix
+1
-1
pkgs/applications/networking/browsers/midori/default.nix
+2
-2
pkgs/applications/networking/browsers/surf/default.nix
+2
-2
pkgs/applications/networking/browsers/surf/default.nix
···
···
+2
-2
pkgs/applications/networking/browsers/vivaldi/default.nix
+2
-2
pkgs/applications/networking/browsers/vivaldi/default.nix
···
···
+8
-6
pkgs/applications/networking/cluster/kubernetes/default.nix
+8
-6
pkgs/applications/networking/cluster/kubernetes/default.nix
·········
·········
+113
pkgs/applications/networking/cluster/kubernetes/mk-docker-opts.sh
+113
pkgs/applications/networking/cluster/kubernetes/mk-docker-opts.sh
···
···
+2
-2
pkgs/applications/networking/cluster/terraform/default.nix
+2
-2
pkgs/applications/networking/cluster/terraform/default.nix
+1
-1
pkgs/applications/networking/corebird/default.nix
+1
-1
pkgs/applications/networking/corebird/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/dino/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/dino/default.nix
+3
-3
pkgs/applications/networking/instant-messengers/discord/default.nix
+3
-3
pkgs/applications/networking/instant-messengers/discord/default.nix
···
···
+4
-3
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+4
-3
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";
·········url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
+3
-3
pkgs/applications/networking/irc/weechat/default.nix
+3
-3
pkgs/applications/networking/irc/weechat/default.nix
···-{ name = "python"; enabled = pythonSupport; cmakeFlag = "ENABLE_PYTHON"; buildInputs = [ python ]; }
···+{ name = "python"; enabled = pythonSupport; cmakeFlag = "ENABLE_PYTHON3"; buildInputs = [ python ]; }
+4
-8
pkgs/applications/networking/irc/weechat/scripts/default.nix
+4
-8
pkgs/applications/networking/irc/weechat/scripts/default.nix
···
···
+3
-3
pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix
+3
-3
pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix
······
······
+64
pkgs/applications/networking/irc/weechat/scripts/weechat-otr/default.nix
+64
pkgs/applications/networking/irc/weechat/scripts/weechat-otr/default.nix
···
···
+13
pkgs/applications/networking/irc/weechat/scripts/weechat-otr/libpath.patch
+13
pkgs/applications/networking/irc/weechat/scripts/weechat-otr/libpath.patch
-36
pkgs/applications/networking/irc/weechat/scripts/weechat-xmpp/default.nix
-36
pkgs/applications/networking/irc/weechat/scripts/weechat-xmpp/default.nix
···
···
-16
pkgs/applications/networking/irc/weechat/scripts/weechat-xmpp/libpath.patch
-16
pkgs/applications/networking/irc/weechat/scripts/weechat-xmpp/libpath.patch
···
···
+3
-3
pkgs/applications/networking/irc/weechat/wrapper.nix
+3
-3
pkgs/applications/networking/irc/weechat/wrapper.nix
······
······
+1
-1
pkgs/applications/networking/mailreaders/astroid/default.nix
+1
-1
pkgs/applications/networking/mailreaders/astroid/default.nix
+1
-1
pkgs/applications/networking/modem-manager-gui/default.nix
+1
-1
pkgs/applications/networking/modem-manager-gui/default.nix
···description = "An app to send/receive SMS, make USSD requests, control mobile data usage and more";
···description = "An app to send/receive SMS, make USSD requests, control mobile data usage and more";
+1
-1
pkgs/applications/networking/newsreaders/pan/default.nix
+1
-1
pkgs/applications/networking/newsreaders/pan/default.nix
+1
-1
pkgs/applications/networking/p2p/transmission/default.nix
+1
-1
pkgs/applications/networking/p2p/transmission/default.nix
···
···
+1
-1
pkgs/applications/networking/remote/remmina/default.nix
+1
-1
pkgs/applications/networking/remote/remmina/default.nix
+1
-1
pkgs/applications/office/planner/default.nix
+1
-1
pkgs/applications/office/planner/default.nix
···
···
+1
-1
pkgs/applications/science/astronomy/gpredict/default.nix
+1
-1
pkgs/applications/science/astronomy/gpredict/default.nix
···
···
+23
pkgs/applications/science/biology/xenomapper/default.nix
+23
pkgs/applications/science/biology/xenomapper/default.nix
···
···+description = "A utility for post processing mapped reads that have been aligned to a primary genome and a secondary genome and binning reads into species specific, multimapping in each species, unmapped and unassigned bins";
+1
-1
pkgs/applications/search/catfish/default.nix
+1
-1
pkgs/applications/search/catfish/default.nix
+1
-1
pkgs/applications/video/celluloid/default.nix
+1
-1
pkgs/applications/video/celluloid/default.nix
+1
-1
pkgs/applications/video/handbrake/default.nix
+1
-1
pkgs/applications/video/handbrake/default.nix
+2
-2
pkgs/applications/video/mkvtoolnix/default.nix
+2
-2
pkgs/applications/video/mkvtoolnix/default.nix
+2
-2
pkgs/applications/video/subtitleeditor/default.nix
+2
-2
pkgs/applications/video/subtitleeditor/default.nix
···
···
+7
-4
pkgs/applications/virtualization/docker-compose/default.nix
+7
-4
pkgs/applications/virtualization/docker-compose/default.nix
······-cp contrib/completion/bash/docker-compose $out/share/bash-completion/completions/docker-compose
······
+19
-3
pkgs/applications/virtualization/virtualbox/default.nix
+19
-3
pkgs/applications/virtualization/virtualbox/default.nix
············
·········+qtPluginPath = "${qtbase.bin}/${qtbase.qtPluginPrefix}:${qtsvg.bin}/${qtbase.qtPluginPrefix}:${qtwayland.bin}/${qtbase.qtPluginPrefix}";···
+14
pkgs/applications/virtualization/virtualbox/qt-env-vars.patch
+14
pkgs/applications/virtualization/virtualbox/qt-env-vars.patch
···
···
+2
-2
pkgs/applications/window-managers/i3/default.nix
+2
-2
pkgs/applications/window-managers/i3/default.nix
+1
-1
pkgs/applications/window-managers/i3/lock-fancy.nix
+1
-1
pkgs/applications/window-managers/i3/lock-fancy.nix
···sed -i -e 's|icon="/usr/share/i3lock-fancy/icons/lock.png"|icon="'$out'/share/i3lock-fancy/icons/lock.png"|' i3lock-fancy
···sed -i -e 's|icon="/usr/share/i3lock-fancy/icons/lock.png"|icon="'$out'/share/i3lock-fancy/icons/lock.png"|' i3lock-fancy
+4
pkgs/build-support/install-shell-files/default.nix
+4
pkgs/build-support/install-shell-files/default.nix
+78
pkgs/build-support/oci-tools/default.nix
+78
pkgs/build-support/oci-tools/default.nix
···
···
+165
pkgs/build-support/setup-hooks/install-shell-files.sh
+165
pkgs/build-support/setup-hooks/install-shell-files.sh
···
···+# share/man<n>/ directory. The function returns an error if any paths don't have the man section+# Each path is installed into the appropriate directory for shell completions for the given shell.+# If one of `--bash`, `--fish`, or `--zsh` is given the path is assumed to belong to that shell.+# Otherwise the file extension will be examined to pick a shell. If the shell is unknown a warning+# will be logged and the command will return a non-zero status code after processing any remaining+# If the shell completion needs to be renamed before installing the optional `--name <name>` flag+# For zsh completions, if the `--name` flag is not given, the path will be automatically renamed+# However it may be easier to read if each shell is split into its own invocation, especially when+echo "installShellCompletion: warning: assuming path \`$arg' is zsh; please specify with --zsh" >&2
+2
-2
pkgs/data/fonts/sudo/default.nix
+2
-2
pkgs/data/fonts/sudo/default.nix
···
···
+2
-2
pkgs/data/fonts/victor-mono/default.nix
+2
-2
pkgs/data/fonts/victor-mono/default.nix
······
······
+1
-1
pkgs/data/icons/elementary-xfce-icon-theme/default.nix
+1
-1
pkgs/data/icons/elementary-xfce-icon-theme/default.nix
+1
-1
pkgs/data/themes/adementary/default.nix
+1
-1
pkgs/data/themes/adementary/default.nix
+1
-1
pkgs/data/themes/greybird/default.nix
+1
-1
pkgs/data/themes/greybird/default.nix
···
···
+1
-1
pkgs/data/themes/materia-theme/default.nix
+1
-1
pkgs/data/themes/materia-theme/default.nix
+1
-1
pkgs/data/themes/plata/default.nix
+1
-1
pkgs/data/themes/plata/default.nix
+2
-2
pkgs/desktops/gnome-2/desktop/vte/default.nix
+2
-2
pkgs/desktops/gnome-2/desktop/vte/default.nix
···
···
+8
-8
pkgs/desktops/gnome-2/platform/gtkglext/default.nix
+8
-8
pkgs/desktops/gnome-2/platform/gtkglext/default.nix
···
···
+1
-1
pkgs/desktops/gnome-3/apps/glade/default.nix
+1
-1
pkgs/desktops/gnome-3/apps/glade/default.nix
+1
-1
pkgs/desktops/gnome-3/games/hitori/default.nix
+1
-1
pkgs/desktops/gnome-3/games/hitori/default.nix
+1
-1
pkgs/desktops/lxde/core/lxtask/default.nix
+1
-1
pkgs/desktops/lxde/core/lxtask/default.nix
···
···
+2
-2
pkgs/desktops/pantheon/granite/default.nix
+2
-2
pkgs/desktops/pantheon/granite/default.nix
···-Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions
···+Granite is a companion library for GTK and GLib. Among other things, it provides complex widgets and convenience functions
+1
-1
pkgs/desktops/xfce/core/gtk-xfce-engine.nix
+1
-1
pkgs/desktops/xfce/core/gtk-xfce-engine.nix
+2
-2
pkgs/desktops/xfce/default.nix
+2
-2
pkgs/desktops/xfce/default.nix
······
······
+2
-13
pkgs/development/arduino/platformio/chrootenv.nix
+2
-13
pkgs/development/arduino/platformio/chrootenv.nix
······
······
+5
-3
pkgs/development/arduino/platformio/core.nix
+5
-3
pkgs/development/arduino/platformio/core.nix
·········
·········
+3
-3
pkgs/development/arduino/platformio/fix-searchpath.patch
+3
-3
pkgs/development/arduino/platformio/fix-searchpath.patch
+2
-2
pkgs/development/compilers/gcc/4.8/default.nix
+2
-2
pkgs/development/compilers/gcc/4.8/default.nix
······
······
+2
-2
pkgs/development/compilers/gcc/4.9/default.nix
+2
-2
pkgs/development/compilers/gcc/4.9/default.nix
······
······
+2
-2
pkgs/development/compilers/gcc/5/default.nix
+2
-2
pkgs/development/compilers/gcc/5/default.nix
······
······
+2
-2
pkgs/development/compilers/gcc/6/default.nix
+2
-2
pkgs/development/compilers/gcc/6/default.nix
······
······
+1
-1
pkgs/development/guile-modules/guile-gnome/default.nix
+1
-1
pkgs/development/guile-modules/guile-gnome/default.nix
···
···
+1
-1
pkgs/development/libraries/amtk/default.nix
+1
-1
pkgs/development/libraries/amtk/default.nix
+3
-3
pkgs/development/libraries/fflas-ffpack/default.nix
+3
-3
pkgs/development/libraries/fflas-ffpack/default.nix
+1
-1
pkgs/development/libraries/goffice/default.nix
+1
-1
pkgs/development/libraries/goffice/default.nix
+1
-1
pkgs/development/libraries/goocanvas/2.x.nix
+1
-1
pkgs/development/libraries/goocanvas/2.x.nix
···
···
+1
-1
pkgs/development/libraries/goocanvas/default.nix
+1
-1
pkgs/development/libraries/goocanvas/default.nix
+1
-1
pkgs/development/libraries/gspell/default.nix
+1
-1
pkgs/development/libraries/gspell/default.nix
pkgs/development/libraries/gtk+/01-build-Fix-path-handling-in-pkgconfig.patch
pkgs/development/libraries/gtk/01-build-Fix-path-handling-in-pkgconfig.patch
pkgs/development/libraries/gtk+/01-build-Fix-path-handling-in-pkgconfig.patch
pkgs/development/libraries/gtk/01-build-Fix-path-handling-in-pkgconfig.patch
pkgs/development/libraries/gtk+/2.0-darwin-x11.patch
pkgs/development/libraries/gtk/2.0-darwin-x11.patch
pkgs/development/libraries/gtk+/2.0-darwin-x11.patch
pkgs/development/libraries/gtk/2.0-darwin-x11.patch
pkgs/development/libraries/gtk+/2.0-immodules.cache.patch
pkgs/development/libraries/gtk/2.0-immodules.cache.patch
pkgs/development/libraries/gtk+/2.0-immodules.cache.patch
pkgs/development/libraries/gtk/2.0-immodules.cache.patch
+4
-4
pkgs/development/libraries/gtk+/2.x.nix
pkgs/development/libraries/gtk/2.x.nix
+4
-4
pkgs/development/libraries/gtk+/2.x.nix
pkgs/development/libraries/gtk/2.x.nix
···
···
pkgs/development/libraries/gtk+/3.0-darwin-x11.patch
pkgs/development/libraries/gtk/3.0-darwin-x11.patch
pkgs/development/libraries/gtk+/3.0-darwin-x11.patch
pkgs/development/libraries/gtk/3.0-darwin-x11.patch
pkgs/development/libraries/gtk+/3.0-immodules.cache.patch
pkgs/development/libraries/gtk/3.0-immodules.cache.patch
pkgs/development/libraries/gtk+/3.0-immodules.cache.patch
pkgs/development/libraries/gtk/3.0-immodules.cache.patch
+4
-4
pkgs/development/libraries/gtk+/3.x.nix
pkgs/development/libraries/gtk/3.x.nix
+4
-4
pkgs/development/libraries/gtk+/3.x.nix
pkgs/development/libraries/gtk/3.x.nix
···
···
pkgs/development/libraries/gtk+/gtk2-theme-paths.patch
pkgs/development/libraries/gtk/gtk2-theme-paths.patch
pkgs/development/libraries/gtk+/gtk2-theme-paths.patch
pkgs/development/libraries/gtk/gtk2-theme-paths.patch
pkgs/development/libraries/gtk+/gtk3-setup-hook.sh
pkgs/development/libraries/gtk/gtk3-setup-hook.sh
pkgs/development/libraries/gtk+/gtk3-setup-hook.sh
pkgs/development/libraries/gtk/gtk3-setup-hook.sh
pkgs/development/libraries/gtk+/setup-hook.sh
pkgs/development/libraries/gtk/setup-hook.sh
pkgs/development/libraries/gtk+/setup-hook.sh
pkgs/development/libraries/gtk/setup-hook.sh
+2
-2
pkgs/development/libraries/gtk-mac-integration/default.nix
+2
-2
pkgs/development/libraries/gtk-mac-integration/default.nix
···
···
+1
-1
pkgs/development/libraries/gtk-sharp-beans/default.nix
+1
-1
pkgs/development/libraries/gtk-sharp-beans/default.nix
+1
-1
pkgs/development/libraries/gtkd/default.nix
+1
-1
pkgs/development/libraries/gtkd/default.nix
+1
-1
pkgs/development/libraries/gtkdatabox/default.nix
+1
-1
pkgs/development/libraries/gtkdatabox/default.nix
+2
-2
pkgs/development/libraries/gtkimageview/default.nix
+2
-2
pkgs/development/libraries/gtkimageview/default.nix
···
···
+2
-2
pkgs/development/libraries/gtkmm/2.x.nix
+2
-2
pkgs/development/libraries/gtkmm/2.x.nix
···
···
+2
-2
pkgs/development/libraries/gtkmm/3.x.nix
+2
-2
pkgs/development/libraries/gtkmm/3.x.nix
···
···
+1
-1
pkgs/development/libraries/indicator-application/gtk2.nix
+1
-1
pkgs/development/libraries/indicator-application/gtk2.nix
+1
-1
pkgs/development/libraries/libchamplain/default.nix
+1
-1
pkgs/development/libraries/libchamplain/default.nix
···
···
+1
-1
pkgs/development/libraries/libdazzle/default.nix
+1
-1
pkgs/development/libraries/libdazzle/default.nix
···
···
+1
-1
pkgs/development/libraries/libhandy/default.nix
+1
-1
pkgs/development/libraries/libhandy/default.nix
+1
-1
pkgs/development/libraries/libnotify/default.nix
+1
-1
pkgs/development/libraries/libnotify/default.nix
+2
-2
pkgs/development/libraries/libsexy/default.nix
+2
-2
pkgs/development/libraries/libsexy/default.nix
······
······
+1
-1
pkgs/development/libraries/libyaml-cpp/default.nix
+1
-1
pkgs/development/libraries/libyaml-cpp/default.nix
+1
-1
pkgs/development/libraries/mm-common/default.nix
+1
-1
pkgs/development/libraries/mm-common/default.nix
+1
-1
pkgs/development/libraries/osm-gps-map/default.nix
+1
-1
pkgs/development/libraries/osm-gps-map/default.nix
+2
-2
pkgs/development/libraries/pango/default.nix
+2
-2
pkgs/development/libraries/pango/default.nix
···
···
+2
-2
pkgs/development/libraries/pangomm/default.nix
+2
-2
pkgs/development/libraries/pangomm/default.nix
···
···
+1
-1
pkgs/development/libraries/qtstyleplugins/default.nix
+1
-1
pkgs/development/libraries/qtstyleplugins/default.nix
···-description = "Additional style plugins for Qt5, including BB10, GTK+, Cleanlooks, Motif, Plastique";
···+description = "Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique";
+1
-1
pkgs/development/libraries/rep-gtk/default.nix
+1
-1
pkgs/development/libraries/rep-gtk/default.nix
+2
-2
pkgs/development/libraries/spice-gtk/default.nix
+2
-2
pkgs/development/libraries/spice-gtk/default.nix
···
···
+2
-2
pkgs/development/libraries/vte/2.90.nix
+2
-2
pkgs/development/libraries/vte/2.90.nix
···
···
+2
-2
pkgs/development/libraries/vte/default.nix
+2
-2
pkgs/development/libraries/vte/default.nix
···
···
+1
-1
pkgs/development/libraries/webkitgtk/2.4.nix
+1
-1
pkgs/development/libraries/webkitgtk/2.4.nix
+1
-1
pkgs/development/libraries/webkitgtk/default.nix
+1
-1
pkgs/development/libraries/webkitgtk/default.nix
+1
-1
pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
+1
-1
pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
+1
-1
pkgs/development/ocaml-modules/lablgtk/default.nix
+1
-1
pkgs/development/ocaml-modules/lablgtk/default.nix
+1
-1
pkgs/development/ocaml-modules/lablgtk3/default.nix
+1
-1
pkgs/development/ocaml-modules/lablgtk3/default.nix
+1
-1
pkgs/development/pure-modules/gtk/default.nix
+1
-1
pkgs/development/pure-modules/gtk/default.nix
···
···
+1
-1
pkgs/development/python-modules/gtimelog/default.nix
+1
-1
pkgs/development/python-modules/gtimelog/default.nix
+25
pkgs/development/python-modules/imagecodecs-lite/default.nix
+25
pkgs/development/python-modules/imagecodecs-lite/default.nix
···
···+description = "Block-oriented, in-memory buffer transformation, compression, and decompression functions";
+1
-1
pkgs/development/python-modules/pygtk/default.nix
+1
-1
pkgs/development/python-modules/pygtk/default.nix
+24
pkgs/development/python-modules/pyvmomi/default.nix
+24
pkgs/development/python-modules/pyvmomi/default.nix
···
···+description = "Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter";
+1
-1
pkgs/development/python-modules/pywebkitgtk/default.nix
+1
-1
pkgs/development/python-modules/pywebkitgtk/default.nix
+2
-2
pkgs/development/python-modules/semantic-version/default.nix
+2
-2
pkgs/development/python-modules/semantic-version/default.nix
+2
-2
pkgs/development/python-modules/speedtest-cli/default.nix
+2
-2
pkgs/development/python-modules/speedtest-cli/default.nix
+17
-27
pkgs/development/python-modules/textacy/default.nix
+17
-27
pkgs/development/python-modules/textacy/default.nix
···-# latest scikitlearn not supported for this: https://github.com/chartbeat-labs/textacy/issues/260
···
+3
-3
pkgs/development/ruby-modules/bundix/default.nix
+3
-3
pkgs/development/ruby-modules/bundix/default.nix
+2
-2
pkgs/development/tools/analysis/flow/default.nix
+2
-2
pkgs/development/tools/analysis/flow/default.nix
+3
-2
pkgs/development/tools/analysis/radare2/cutter.nix
+3
-2
pkgs/development/tools/analysis/radare2/cutter.nix
······
······
+1
-1
pkgs/development/tools/documentation/gtk-doc/default.nix
+1
-1
pkgs/development/tools/documentation/gtk-doc/default.nix
+2
-2
pkgs/development/tools/gtk-mac-bundler/default.nix
+2
-2
pkgs/development/tools/gtk-mac-bundler/default.nix
···-description = "a helper script that creates application bundles form GTK+ executables for macOS";
···+description = "a helper script that creates application bundles form GTK executables for macOS";
+1
-1
pkgs/development/tools/misc/gtkperf/default.nix
+1
-1
pkgs/development/tools/misc/gtkperf/default.nix
+58
-54
pkgs/development/web/postman/default.nix
+58
-54
pkgs/development/web/postman/default.nix
·········
·········
+1
-1
pkgs/misc/emulators/gens-gs/default.nix
+1
-1
pkgs/misc/emulators/gens-gs/default.nix
+1
-1
pkgs/misc/screensavers/xlockmore/default.nix
+1
-1
pkgs/misc/screensavers/xlockmore/default.nix
+1
-1
pkgs/misc/themes/adapta/default.nix
+1
-1
pkgs/misc/themes/adapta/default.nix
+1
-1
pkgs/misc/themes/e17gtk/default.nix
+1
-1
pkgs/misc/themes/e17gtk/default.nix
+1
-1
pkgs/misc/themes/equilux-theme/default.nix
+1
-1
pkgs/misc/themes/equilux-theme/default.nix
+1
-1
pkgs/misc/themes/gtk2/gtk-engines/default.nix
+1
-1
pkgs/misc/themes/gtk2/gtk-engines/default.nix
+3
-3
pkgs/os-specific/linux/fwts/default.nix
+3
-3
pkgs/os-specific/linux/fwts/default.nix
+2
-2
pkgs/os-specific/linux/sysdig/default.nix
+2
-2
pkgs/os-specific/linux/sysdig/default.nix
···
···
+10
-12
pkgs/os-specific/linux/usbguard/default.nix
+10
-12
pkgs/os-specific/linux/usbguard/default.nix
············
············
+3
-3
pkgs/os-specific/linux/v4l-utils/default.nix
+3
-3
pkgs/os-specific/linux/v4l-utils/default.nix
···
···
+7
-9
pkgs/servers/mautrix-whatsapp/default.nix
+7
-9
pkgs/servers/mautrix-whatsapp/default.nix
···
···
-211
pkgs/servers/mautrix-whatsapp/deps.nix
-211
pkgs/servers/mautrix-whatsapp/deps.nix
···
···
+31
pkgs/servers/monitoring/prometheus/process-exporter.nix
+31
pkgs/servers/monitoring/prometheus/process-exporter.nix
···
···
+156
pkgs/servers/monitoring/prometheus/process-exporter_deps.nix
+156
pkgs/servers/monitoring/prometheus/process-exporter_deps.nix
···
···
+11
-6
pkgs/tools/X11/caffeine-ng/default.nix
+11
-6
pkgs/tools/X11/caffeine-ng/default.nix
···
···
+1
-1
pkgs/tools/X11/wpgtk/default.nix
+1
-1
pkgs/tools/X11/wpgtk/default.nix
···In short, wpgtk is a colorscheme/wallpaper manager with a template system attached which lets you create templates from any textfile and will replace keywords on it on the fly, allowing for great styling and theming possibilities.-wpgtk uses pywal as its colorscheme generator, but builds upon it with a UI and other features, such as the abilty to mix and edit the colorschemes generated and save them with their respective wallpapers, having light and dark themes, hackable and fast GTK+ theme made specifically for wpgtk and custom keywords and values to replace in templates.INFO: To work properly, this tool needs "programs.dconf.enable = true" on nixos or dconf installed. A reboot may be required after installing dconf.
···In short, wpgtk is a colorscheme/wallpaper manager with a template system attached which lets you create templates from any textfile and will replace keywords on it on the fly, allowing for great styling and theming possibilities.+wpgtk uses pywal as its colorscheme generator, but builds upon it with a UI and other features, such as the abilty to mix and edit the colorschemes generated and save them with their respective wallpapers, having light and dark themes, hackable and fast GTK theme made specifically for wpgtk and custom keywords and values to replace in templates.INFO: To work properly, this tool needs "programs.dconf.enable = true" on nixos or dconf installed. A reboot may be required after installing dconf.
+2
-2
pkgs/tools/admin/aws-rotate-key/default.nix
+2
-2
pkgs/tools/admin/aws-rotate-key/default.nix
······
······
+3
-3
pkgs/tools/admin/eksctl/default.nix
+3
-3
pkgs/tools/admin/eksctl/default.nix
···
···
+1
-1
pkgs/tools/archivers/xarchive/default.nix
+1
-1
pkgs/tools/archivers/xarchive/default.nix
+1
-1
pkgs/tools/archivers/xarchiver/default.nix
+1
-1
pkgs/tools/archivers/xarchiver/default.nix
···-description = "GTK+ frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
···+description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
+8
-5
pkgs/tools/audio/aucdtect/default.nix
+8
-5
pkgs/tools/audio/aucdtect/default.nix
···
···
+1
-1
pkgs/tools/bluetooth/blueman/default.nix
+1
-1
pkgs/tools/bluetooth/blueman/default.nix
+70
pkgs/tools/filesystems/ceph/0000-dont-check-cherrypy-version.patch
+70
pkgs/tools/filesystems/ceph/0000-dont-check-cherrypy-version.patch
···
···
+11
pkgs/tools/filesystems/ceph/0000-fix-SPDK-build-env.patch
+11
pkgs/tools/filesystems/ceph/0000-fix-SPDK-build-env.patch
···
···++ BUILD_COMMAND env PATH=$ENV{PATH} CC=${CMAKE_C_COMPILER} $(MAKE) EXTRA_CFLAGS="-fPIC" C_OPT="-mssse3"
-58
pkgs/tools/filesystems/ceph/0001-kv-RocksDBStore-API-break-additional.patch
-58
pkgs/tools/filesystems/ceph/0001-kv-RocksDBStore-API-break-additional.patch
···-+ static_cast<double>(rocksdb::get_perf_context()->write_pre_and_post_process_time)/1000000000);-+ static_cast<double>(rocksdb::get_perf_context()->write_pre_and_post_process_time)/1000000000);
···
-19
pkgs/tools/filesystems/ceph/0002-fix-absolute-include-path.patch
-19
pkgs/tools/filesystems/ceph/0002-fix-absolute-include-path.patch
···-diff -ru ceph/src/key_value_store/kv_flat_btree_async.cc ceph-copy/src/key_value_store/kv_flat_btree_async.cc
···
+194
-8
pkgs/tools/filesystems/ceph/default.nix
+194
-8
pkgs/tools/filesystems/ceph/default.nix
···
···+substituteInPlace CMakeLists.txt --replace "list(APPEND BOOST_COMPONENTS python)" "list(APPEND BOOST_COMPONENTS python37)"+export PYTHONPATH=${ceph-python-env}/lib/python3.7/site-packages:$lib/lib/python3.7/site-packages/:$out/lib/python3.7/site-packages/+export PYTHONPATH="${ceph-python-env}/lib/python3.7/site-packages:$lib/lib/ceph/mgr:$out/lib/python3.7/site-packages/"+wrapProgram $out/bin/ceph-mgr --prefix PYTHONPATH ":" "${ceph-python-env}/lib/python3.7/site-packages:$lib/lib/ceph/mgr:$out/lib/python3.7/site-packages/"+wrapProgram $out/bin/ceph-volume --prefix PYTHONPATH ":" "${ceph-python-env}/lib/python3.7/site-packages:$lib/lib/ceph/mgr:$out/lib/python3.7/site-packages/"
-175
pkgs/tools/filesystems/ceph/generic.nix
-175
pkgs/tools/filesystems/ceph/generic.nix
···
···
+2
-2
pkgs/tools/graphics/pngquant/default.nix
+2
-2
pkgs/tools/graphics/pngquant/default.nix
+2
-2
pkgs/tools/misc/bdf2psf/default.nix
+2
-2
pkgs/tools/misc/bdf2psf/default.nix
+6
-5
pkgs/tools/misc/heimdall/default.nix
+6
-5
pkgs/tools/misc/heimdall/default.nix
+8
-19
pkgs/tools/misc/html-proofer/Gemfile.lock
+8
-19
pkgs/tools/misc/html-proofer/Gemfile.lock
···
···
+10
-63
pkgs/tools/misc/html-proofer/gemset.nix
+10
-63
pkgs/tools/misc/html-proofer/gemset.nix
······-dependencies = ["activesupport" "addressable" "mercenary" "nokogiri" "parallel" "rainbow" "typhoeus" "yell"];············
······+dependencies = ["addressable" "mercenary" "nokogiri" "parallel" "rainbow" "timerizer" "typhoeus" "yell"];············
+1
-1
pkgs/tools/misc/parcellite/default.nix
+1
-1
pkgs/tools/misc/parcellite/default.nix
+1
-1
pkgs/tools/misc/plotinus/default.nix
+1
-1
pkgs/tools/misc/plotinus/default.nix
+2
-2
pkgs/tools/misc/txr/default.nix
+2
-2
pkgs/tools/misc/txr/default.nix
+2
-2
pkgs/tools/networking/gftp/default.nix
+2
-2
pkgs/tools/networking/gftp/default.nix
+5
-4
pkgs/tools/networking/httpie/default.nix
+5
-4
pkgs/tools/networking/httpie/default.nix
···
···
+1
-1
pkgs/tools/networking/p2p/gtk-gnutella/default.nix
+1
-1
pkgs/tools/networking/p2p/gtk-gnutella/default.nix
···homepage = "http://gtk-gnutella.sourceforge.net/"; # Code: https://github.com/gtk-gnutella/gtk-gnutella
···homepage = "http://gtk-gnutella.sourceforge.net/"; # Code: https://github.com/gtk-gnutella/gtk-gnutella
+1
-1
pkgs/tools/networking/uget/default.nix
+1
-1
pkgs/tools/networking/uget/default.nix
···
···
+3
-3
pkgs/tools/package-management/home-manager/default.nix
+3
-3
pkgs/tools/package-management/home-manager/default.nix
···
···
+2
-2
pkgs/tools/package-management/nix/default.nix
+2
-2
pkgs/tools/package-management/nix/default.nix
···
···
+4
-2
pkgs/tools/package-management/xbps/default.nix
+4
-2
pkgs/tools/package-management/xbps/default.nix
······
······
+1
-1
pkgs/tools/security/metasploit/Gemfile
+1
-1
pkgs/tools/security/metasploit/Gemfile
+159
-97
pkgs/tools/security/metasploit/Gemfile.lock
+159
-97
pkgs/tools/security/metasploit/Gemfile.lock
···························
···························
+2
-2
pkgs/tools/security/metasploit/default.nix
+2
-2
pkgs/tools/security/metasploit/default.nix
···
···
+587
-152
pkgs/tools/security/metasploit/gemset.nix
+587
-152
pkgs/tools/security/metasploit/gemset.nix
···dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];························-dependencies = ["metasploit-concern" "metasploit-model" "metasploit_data_models" "pg" "railties" "rex-socket" "rubyntlm" "rubyzip"];-dependencies = ["actionpack" "activerecord" "activesupport" "backports" "bcrypt" "bcrypt_pbkdf" "bit-struct" "dnsruby" "filesize" "jsobfu" "json" "metasm" "metasploit-concern" "metasploit-credential" "metasploit-model" "metasploit-payloads" "metasploit_data_models" "metasploit_payloads-mettle" "msgpack" "nessus_rest" "net-ssh" "network_interface" "nexpose" "nokogiri" "octokit" "openssl-ccm" "openvas-omp" "packetfu" "patch_finder" "pcaprub" "pdf-reader" "pg" "railties" "rb-readline" "rbnacl" "rbnacl-libsodium" "recog" "redcarpet" "rex-arch" "rex-bin_tools" "rex-core" "rex-encoder" "rex-exploitation" "rex-java" "rex-mime" "rex-nop" "rex-ole" "rex-powershell" "rex-random_identifier" "rex-registry" "rex-rop_builder" "rex-socket" "rex-sslscan" "rex-struct2" "rex-text" "rex-zip" "robots" "ruby_smb" "rubyntlm" "rubyzip" "sqlite3" "sshkey" "tzinfo" "tzinfo-data" "windows_error" "xdr" "xmlrpc"];···dependencies = ["activerecord" "activesupport" "arel-helpers" "metasploit-concern" "metasploit-model" "pg" "postgres_ext" "railties" "recog"];··············································································
···dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];························+dependencies = ["metasploit-concern" "metasploit-model" "metasploit_data_models" "net-ssh" "pg" "railties" "rex-socket" "rubyntlm" "rubyzip"];+dependencies = ["actionpack" "activerecord" "activesupport" "aws-sdk-ec2" "aws-sdk-iam" "aws-sdk-s3" "backports" "bcrypt" "bcrypt_pbkdf" "bit-struct" "concurrent-ruby" "dnsruby" "ed25519" "em-http-request" "faker" "filesize" "jsobfu" "json" "metasm" "metasploit-concern" "metasploit-credential" "metasploit-model" "metasploit-payloads" "metasploit_data_models" "metasploit_payloads-mettle" "mqtt" "msgpack" "nessus_rest" "net-ssh" "network_interface" "nexpose" "nokogiri" "octokit" "openssl-ccm" "openvas-omp" "packetfu" "patch_finder" "pcaprub" "pdf-reader" "pg" "railties" "rb-readline" "recog" "redcarpet" "rex-arch" "rex-bin_tools" "rex-core" "rex-encoder" "rex-exploitation" "rex-java" "rex-mime" "rex-nop" "rex-ole" "rex-powershell" "rex-random_identifier" "rex-registry" "rex-rop_builder" "rex-socket" "rex-sslscan" "rex-struct2" "rex-text" "rex-zip" "ruby-macho" "ruby_smb" "rubyntlm" "rubyzip" "sinatra" "sqlite3" "sshkey" "thin" "tzinfo" "tzinfo-data" "warden" "windows_error" "xdr" "xmlrpc"];···dependencies = ["activerecord" "activesupport" "arel-helpers" "metasploit-concern" "metasploit-model" "pg" "postgres_ext" "railties" "recog"];··············································································
+1
-1
pkgs/tools/security/pinentry/default.nix
+1
-1
pkgs/tools/security/pinentry/default.nix
+2
-2
pkgs/tools/system/netdata/default.nix
+2
-2
pkgs/tools/system/netdata/default.nix
···url = "https://github.com/netdata/netdata/releases/download/v${version}/netdata-v${version}.tar.gz";
···url = "https://github.com/netdata/netdata/releases/download/v${version}/netdata-v${version}.tar.gz";
+2
-2
pkgs/tools/system/stress-ng/default.nix
+2
-2
pkgs/tools/system/stress-ng/default.nix
···
···
+1
-1
pkgs/top-level/aliases.nix
+1
-1
pkgs/top-level/aliases.nix
···
···
+20
-13
pkgs/top-level/all-packages.nix
+20
-13
pkgs/top-level/all-packages.nix
······nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackages) inherit-local; };··················prometheus-openvpn-exporter = callPackage ../servers/monitoring/prometheus/openvpn-exporter.nix { };prometheus-postfix-exporter = callPackage ../servers/monitoring/prometheus/postfix-exporter.nix { };prometheus-postgres-exporter = callPackage ../servers/monitoring/prometheus/postgres-exporter.nix { };prometheus-rabbitmq-exporter = callPackage ../servers/monitoring/prometheus/rabbitmq-exporter.nix { };···prl-tools = if stdenv.lib.versionOlder kernel.version "4.15" then callPackage ../os-specific/linux/prl-tools { } else null;·········
······nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackages) inherit-local; };··················prometheus-openvpn-exporter = callPackage ../servers/monitoring/prometheus/openvpn-exporter.nix { };prometheus-postfix-exporter = callPackage ../servers/monitoring/prometheus/postfix-exporter.nix { };prometheus-postgres-exporter = callPackage ../servers/monitoring/prometheus/postgres-exporter.nix { };+prometheus-process-exporter = callPackage ../servers/monitoring/prometheus/process-exporter.nix { };prometheus-rabbitmq-exporter = callPackage ../servers/monitoring/prometheus/rabbitmq-exporter.nix { };···+phc-intel = if stdenv.lib.versionAtLeast kernel.version "4.10" then callPackage ../os-specific/linux/phc-intel { } else null;prl-tools = if stdenv.lib.versionOlder kernel.version "4.15" then callPackage ../os-specific/linux/prl-tools { } else null;·········
+2
-2
pkgs/top-level/perl-packages.nix
+2
-2
pkgs/top-level/perl-packages.nix
······
······
+6
pkgs/top-level/python-packages.nix
+6
pkgs/top-level/python-packages.nix
·········
···+imagecodecs-lite = disabledIf (!isPy3k) (callPackage ../development/python-modules/imagecodecs-lite { });······+xenomapper = disabledIf (!isPy3k) (callPackage ../applications/science/biology/xenomapper { });
+1
-1
pkgs/top-level/release.nix
+1
-1
pkgs/top-level/release.nix