+6
maintainers/maintainer-list.nix
+6
maintainers/maintainer-list.nix
···
+18
nixos/modules/installer/tools/nixos-generate-config.pl
+18
nixos/modules/installer/tools/nixos-generate-config.pl
······
+5
-2
nixos/modules/installer/tools/tools.nix
+5
-2
nixos/modules/installer/tools/tools.nix
·········
·········
+2
-3
nixos/modules/services/x11/desktop-managers/gnome3.nix
+2
-3
nixos/modules/services/x11/desktop-managers/gnome3.nix
···
···
+2
-3
nixos/modules/services/x11/desktop-managers/plasma5.nix
+2
-3
nixos/modules/services/x11/desktop-managers/plasma5.nix
···
···
+4
-5
nixos/tests/nixos-generate-config.nix
+4
-5
nixos/tests/nixos-generate-config.nix
+10
-6
pkgs/applications/audio/bambootracker/default.nix
+10
-6
pkgs/applications/audio/bambootracker/default.nix
·········
······+url = "https://github.com/rerrahkr/BambooTracker/commit/0fc96c60c7ae6c2504ee696bb7dec979ac19717d.patch";···
+24
pkgs/applications/editors/qemacs/default.nix
+24
pkgs/applications/editors/qemacs/default.nix
···
···
+23
-4
pkgs/applications/misc/crow-translate/default.nix
+23
-4
pkgs/applications/misc/crow-translate/default.nix
·········description = "A simple and lightweight translator that allows to translate and speak text using Google, Yandex and Bing";
·········description = "A simple and lightweight translator that allows to translate and speak text using Google, Yandex and Bing";
+27
-3
pkgs/applications/misc/crow-translate/dont-fetch-external-libs.patch
+27
-3
pkgs/applications/misc/crow-translate/dont-fetch-external-libs.patch
······
······+FetchContent_MakeAvailable(SingleApplication QTaskbarControl QHotkey QOnlineTranslator CircleFlags)
+9
-9
pkgs/applications/misc/crow-translate/fix-qttranslations-path.patch
+9
-9
pkgs/applications/misc/crow-translate/fix-qttranslations-path.patch
···-s_appTranslator.load(QLocale(), QStringLiteral(PROJECT_NAME), QStringLiteral("_"), QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral("translations"), QStandardPaths::LocateDirectory));-- s_qtTranslator.load(QLocale(), QStringLiteral("qt"), QStringLiteral("_"), QLibraryInfo::location(QLibraryInfo::TranslationsPath));-+ s_qtTranslator.load(QLocale(), QStringLiteral("qt"), QStringLiteral("_"), QLatin1String("@qttranslations@/translations"));
···+s_appTranslator.load(locale, QStringLiteral(PROJECT_NAME), QStringLiteral("_"), QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral("translations"), QStandardPaths::LocateDirectory));+- s_qtTranslator.load(locale, QStringLiteral("qtbase"), QStringLiteral("_"), QLibraryInfo::location(QLibraryInfo::TranslationsPath));++ s_qtTranslator.load(locale, QStringLiteral("qtbase"), QStringLiteral("_"), QLatin1String("@qttranslations@/translations"));
+3
-3
pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix
+3
-3
pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix
···
···
+3
-1
pkgs/applications/virtualization/OVMF/default.nix
+3
-1
pkgs/applications/virtualization/OVMF/default.nix
······
······+++ lib.optionals httpSupport [ "-DNETWORK_HTTP_ENABLE=TRUE" "-DNETWORK_HTTP_BOOT_ENABLE=TRUE" ];
+2
-2
pkgs/desktops/gnome-3/core/evince/default.nix
+2
-2
pkgs/desktops/gnome-3/core/evince/default.nix
···url = "mirror://gnome/sources/evince/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
···url = "mirror://gnome/sources/evince/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+3
-3
pkgs/desktops/gnome-3/misc/gnome-autoar/default.nix
+3
-3
pkgs/desktops/gnome-3/misc/gnome-autoar/default.nix
···url = "mirror://gnome/sources/gnome-autoar/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";···
···url = "mirror://gnome/sources/gnome-autoar/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";···
+1
-1
pkgs/development/compilers/flasm/default.nix
+1
-1
pkgs/development/compilers/flasm/default.nix
+267
pkgs/development/compilers/go/1.16.nix
+267
pkgs/development/compilers/go/1.16.nix
···
···+sed -i '/TestLoadSystemCertsLoadColonSeparatedDirs/aif true \{ return\; \}' src/crypto/x509/root_unix_test.go+# prepend the nix path to the zoneinfo files but also leave the original value for static binaries+sed -i 's,\"/usr/share/zoneinfo/,"${tzdata}/share/zoneinfo/\"\,\n\t&,' src/time/zoneinfo_unix.go+sed -i '/TestGoInstallRebuildsStalePackagesInOtherGOPATH/aif true \{ return\; \}' src/cmd/go/go_test.go+GOARM = toString (lib.intersectLists [(stdenv.hostPlatform.parsed.cpu.version or "")] ["5" "6" "7"]);
+23
pkgs/development/compilers/go/go_no_vendor_checks-1.16.patch
+23
pkgs/development/compilers/go/go_no_vendor_checks-1.16.patch
···
···++ if semver.Compare(index.goVersionV, "v1.14") < 0 || (os.Getenv("GO_NO_VENDOR_CHECKS") == "1" && len(vendorMeta) == 0) {
+33
pkgs/development/compilers/go/skip-external-network-tests-1.16.patch
+33
pkgs/development/compilers/go/skip-external-network-tests-1.16.patch
···
···
+34
pkgs/development/compilers/go/ssl-cert-file-1.16.patch
+34
pkgs/development/compilers/go/ssl-cert-file-1.16.patch
···
···
+2
-1
pkgs/development/compilers/miranda/default.nix
+2
-1
pkgs/development/compilers/miranda/default.nix
+2
-112
pkgs/development/compilers/sbcl/2.0.9.nix
+2
-112
pkgs/development/compilers/sbcl/2.0.9.nix
···-, threadSupport ? (stdenv.isi686 || stdenv.isx86_64 || "aarch64-linux" == stdenv.hostPlatform.system)-'/file-write-date output/i(or (and (= 2208988801 (file-write-date output)) (= 2208988801 (file-write-date input)))'-'/date defaulted-source/i(or (and (= 2208988801 (file-write-date defaulted-source-truename)) (= 2208988801 (file-write-date defaulted-fasl-truename)))'
+2
-112
pkgs/development/compilers/sbcl/2.1.1.nix
+2
-112
pkgs/development/compilers/sbcl/2.1.1.nix
···-, threadSupport ? (stdenv.isi686 || stdenv.isx86_64 || "aarch64-linux" == stdenv.hostPlatform.system)-'/file-write-date output/i(or (and (= 2208988801 (file-write-date output)) (= 2208988801 (file-write-date input)))'-'/date defaulted-source/i(or (and (= 2208988801 (file-write-date defaulted-source-truename)) (= 2208988801 (file-write-date defaulted-fasl-truename)))'
+116
pkgs/development/compilers/sbcl/common.nix
+116
pkgs/development/compilers/sbcl/common.nix
···
···+, threadSupport ? (stdenv.isi686 || stdenv.isx86_64 || "aarch64-linux" == stdenv.hostPlatform.system)+'/file-write-date output/i(or (and (= 2208988801 (file-write-date output)) (= 2208988801 (file-write-date input)))'+'/date defaulted-source/i(or (and (= 2208988801 (file-write-date defaulted-source-truename)) (= 2208988801 (file-write-date defaulted-fasl-truename)))'
+2
-112
pkgs/development/compilers/sbcl/default.nix
+2
-112
pkgs/development/compilers/sbcl/default.nix
···-, threadSupport ? (stdenv.isi686 || stdenv.isx86_64 || "aarch64-linux" == stdenv.hostPlatform.system)-'/file-write-date output/i(or (and (= 2208988801 (file-write-date output)) (= 2208988801 (file-write-date input)))'-'/date defaulted-source/i(or (and (= 2208988801 (file-write-date defaulted-source-truename)) (= 2208988801 (file-write-date defaulted-fasl-truename)))'
+2
pkgs/development/libraries/qt-5/modules/qtwebengine.nix
+2
pkgs/development/libraries/qt-5/modules/qtwebengine.nix
+8
-7
pkgs/development/ocaml-modules/base64/default.nix
+8
-7
pkgs/development/ocaml-modules/base64/default.nix
···url = "https://github.com/mirage/ocaml-base64/releases/download/v${version}/base64-v${version}.tbz";
···url = "https://github.com/mirage/ocaml-base64/releases/download/v${version}/base64-v${version}.tbz";
+20
-5
pkgs/development/ocaml-modules/uucp/default.nix
+20
-5
pkgs/development/ocaml-modules/uucp/default.nix
······description = "An OCaml library providing efficient access to a selection of character properties of the Unicode character database";
······description = "An OCaml library providing efficient access to a selection of character properties of the Unicode character database";
+19
-8
pkgs/development/python-modules/configargparse/default.nix
+19
-8
pkgs/development/python-modules/configargparse/default.nix
···
···
+2
-2
pkgs/development/python-modules/fonttools/default.nix
+2
-2
pkgs/development/python-modules/fonttools/default.nix
···
···
+3
-1
pkgs/development/python-modules/modeled/default.nix
+3
-1
pkgs/development/python-modules/modeled/default.nix
···
+67
pkgs/development/python-modules/python-engineio/3.nix
+67
pkgs/development/python-modules/python-engineio/3.nix
···
···+export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols:/etc/resolv.conf=$(realpath resolv.conf) \
+47
pkgs/development/python-modules/python-socketio/4.nix
+47
pkgs/development/python-modules/python-socketio/4.nix
···
···
+1
-1
pkgs/development/python-modules/python-socketio/default.nix
+1
-1
pkgs/development/python-modules/python-socketio/default.nix
···
···
+13
-13
pkgs/development/python-modules/robotframework-tools/default.nix
+13
-13
pkgs/development/python-modules/robotframework-tools/default.nix
·········
·········
+2
-2
pkgs/development/python-modules/uvloop/default.nix
+2
-2
pkgs/development/python-modules/uvloop/default.nix
+19
-7
pkgs/development/python-modules/zetup/default.nix
+19
-7
pkgs/development/python-modules/zetup/default.nix
······
······
+1
-1
pkgs/development/tools/chefdk/Gemfile
+1
-1
pkgs/development/tools/chefdk/Gemfile
+365
-321
pkgs/development/tools/chefdk/Gemfile.lock
+365
-321
pkgs/development/tools/chefdk/Gemfile.lock
·······································
·······································
+1
-1
pkgs/development/tools/chefdk/default.nix
+1
-1
pkgs/development/tools/chefdk/default.nix
+556
-483
pkgs/development/tools/chefdk/gemset.nix
+556
-483
pkgs/development/tools/chefdk/gemset.nix
··································································································································································dependencies = ["chef" "chef-config" "cleanroom" "concurrent-ruby" "minitar" "mixlib-archive" "mixlib-config" "mixlib-shellout" "octokit" "retryable" "solve" "thor"];······-dependencies = ["addressable" "chef" "cookbook-omnifetch" "diff-lcs" "ffi-yajl" "license-acceptance" "minitar" "mixlib-cli" "mixlib-shellout" "paint" "solve"];dependencies = ["addressable" "chef-utils" "fuzzyurl" "mixlib-config" "mixlib-shellout" "tomlrb"];···dependencies = ["addressable" "chef" "cookbook-omnifetch" "diff-lcs" "ffi-yajl" "license-acceptance" "minitar" "mixlib-cli" "mixlib-shellout" "paint" "solve"];···dependencies = ["cheffish" "inifile" "mixlib-install" "net-scp" "net-ssh" "net-ssh-gateway" "winrm" "winrm-elevated" "winrm-fs"];·······································-dependencies = ["cucumber-core" "erubis" "ffi-yajl" "nokogiri" "rake" "rufus-lru" "treetop"];···-dependencies = ["addressable" "googleauth" "httpclient" "mini_mime" "representable" "retriable" "signet"];··················dependencies = ["faraday_middleware" "inspec-core" "train" "train-aws" "train-habitat" "train-winrm"];···-dependencies = ["addressable" "chef-telemetry" "faraday" "hashie" "htmlentities" "json-schema" "license-acceptance" "method_source" "mixlib-log" "multipart-post" "parallel" "parslet" "pry" "rspec" "rspec-its" "rubyzip" "semverse" "sslshake" "term-ansicolor" "thor" "tomlrb" "train-core" "tty-prompt" "tty-table"];······················································dependencies = ["chef-config" "ffi" "ffi-yajl" "ipaddress" "mixlib-cli" "mixlib-config" "mixlib-log" "mixlib-shellout" "plist" "systemu" "wmi-lite"];····································-dependencies = ["jaro_winkler" "parallel" "parser" "rainbow" "rexml" "ruby-progressbar" "unicode-display_width"];···············dependencies = ["bcrypt_pbkdf" "ed25519" "license-acceptance" "mixlib-install" "mixlib-shellout" "net-scp" "net-ssh" "net-ssh-gateway" "thor" "winrm" "winrm-elevated" "winrm-fs"];···-dependencies = ["activesupport" "azure_graph_rbac" "azure_mgmt_key_vault" "azure_mgmt_resources" "azure_mgmt_security" "azure_mgmt_storage" "docker-api" "google-api-client" "googleauth" "train-core" "train-winrm"];-dependencies = ["aws-sdk-apigateway" "aws-sdk-apigatewayv2" "aws-sdk-athena" "aws-sdk-autoscaling" "aws-sdk-budgets" "aws-sdk-cloudformation" "aws-sdk-cloudhsm" "aws-sdk-cloudhsmv2" "aws-sdk-cloudtrail" "aws-sdk-cloudwatch" "aws-sdk-cloudwatchlogs" "aws-sdk-codecommit" "aws-sdk-codedeploy" "aws-sdk-codepipeline" "aws-sdk-configservice" "aws-sdk-core" "aws-sdk-costandusagereportservice" "aws-sdk-dynamodb" "aws-sdk-ec2" "aws-sdk-ecr" "aws-sdk-ecs" "aws-sdk-eks" "aws-sdk-elasticache" "aws-sdk-elasticbeanstalk" "aws-sdk-elasticloadbalancing" "aws-sdk-elasticloadbalancingv2" "aws-sdk-elasticsearchservice" "aws-sdk-firehose" "aws-sdk-iam" "aws-sdk-kafka" "aws-sdk-kinesis" "aws-sdk-kms" "aws-sdk-lambda" "aws-sdk-organizations" "aws-sdk-rds" "aws-sdk-redshift" "aws-sdk-route53" "aws-sdk-route53domains" "aws-sdk-route53resolver" "aws-sdk-s3" "aws-sdk-securityhub" "aws-sdk-ses" "aws-sdk-sms" "aws-sdk-sns" "aws-sdk-sqs" "aws-sdk-ssm"];···························
··································································································································································dependencies = ["chef" "chef-config" "cleanroom" "concurrent-ruby" "minitar" "mixlib-archive" "mixlib-config" "mixlib-shellout" "octokit" "retryable" "solve" "thor"];······+dependencies = ["addressable" "chef" "cookbook-omnifetch" "diff-lcs" "ffi-yajl" "license-acceptance" "minitar" "mixlib-cli" "mixlib-shellout" "pastel" "solve"];dependencies = ["addressable" "chef-utils" "fuzzyurl" "mixlib-config" "mixlib-shellout" "tomlrb"];···dependencies = ["addressable" "chef" "cookbook-omnifetch" "diff-lcs" "ffi-yajl" "license-acceptance" "minitar" "mixlib-cli" "mixlib-shellout" "paint" "solve"];···dependencies = ["cheffish" "inifile" "mixlib-install" "net-scp" "net-ssh" "net-ssh-gateway" "winrm" "winrm-elevated" "winrm-fs"];··········································+dependencies = ["addressable" "googleauth" "httpclient" "mini_mime" "representable" "retriable" "rexml" "signet"];··················dependencies = ["faraday_middleware" "inspec-core" "train" "train-aws" "train-habitat" "train-winrm"];···+dependencies = ["addressable" "chef-telemetry" "faraday" "faraday_middleware" "hashie" "license-acceptance" "method_source" "mixlib-log" "multipart-post" "parallel" "parslet" "pry" "rspec" "rspec-its" "rubyzip" "semverse" "sslshake" "thor" "tomlrb" "train-core" "tty-prompt" "tty-table"];······················································dependencies = ["chef-config" "ffi" "ffi-yajl" "ipaddress" "mixlib-cli" "mixlib-config" "mixlib-log" "mixlib-shellout" "plist" "systemu" "wmi-lite"];····································+dependencies = ["parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];···············dependencies = ["bcrypt_pbkdf" "ed25519" "license-acceptance" "mixlib-install" "mixlib-shellout" "net-scp" "net-ssh" "net-ssh-gateway" "thor" "winrm" "winrm-elevated" "winrm-fs"];···+dependencies = ["activesupport" "azure_graph_rbac" "azure_mgmt_key_vault" "azure_mgmt_resources" "azure_mgmt_security" "azure_mgmt_storage" "docker-api" "google-api-client" "googleauth" "inifile" "train-core" "train-winrm"];+dependencies = ["aws-sdk-apigateway" "aws-sdk-apigatewayv2" "aws-sdk-applicationautoscaling" "aws-sdk-athena" "aws-sdk-autoscaling" "aws-sdk-batch" "aws-sdk-budgets" "aws-sdk-cloudformation" "aws-sdk-cloudfront" "aws-sdk-cloudhsm" "aws-sdk-cloudhsmv2" "aws-sdk-cloudtrail" "aws-sdk-cloudwatch" "aws-sdk-cloudwatchevents" "aws-sdk-cloudwatchlogs" "aws-sdk-codecommit" "aws-sdk-codedeploy" "aws-sdk-codepipeline" "aws-sdk-cognitoidentity" "aws-sdk-cognitoidentityprovider" "aws-sdk-configservice" "aws-sdk-core" "aws-sdk-costandusagereportservice" "aws-sdk-databasemigrationservice" "aws-sdk-dynamodb" "aws-sdk-ec2" "aws-sdk-ecr" "aws-sdk-ecs" "aws-sdk-efs" "aws-sdk-eks" "aws-sdk-elasticache" "aws-sdk-elasticbeanstalk" "aws-sdk-elasticloadbalancing" "aws-sdk-elasticloadbalancingv2" "aws-sdk-elasticsearchservice" "aws-sdk-firehose" "aws-sdk-glue" "aws-sdk-guardduty" "aws-sdk-iam" "aws-sdk-kafka" "aws-sdk-kinesis" "aws-sdk-kms" "aws-sdk-lambda" "aws-sdk-organizations" "aws-sdk-ram" "aws-sdk-rds" "aws-sdk-redshift" "aws-sdk-route53" "aws-sdk-route53domains" "aws-sdk-route53resolver" "aws-sdk-s3" "aws-sdk-secretsmanager" "aws-sdk-securityhub" "aws-sdk-servicecatalog" "aws-sdk-ses" "aws-sdk-shield" "aws-sdk-sms" "aws-sdk-sns" "aws-sdk-sqs" "aws-sdk-ssm" "aws-sdk-states" "aws-sdk-transfer"];···························
+25
-17
pkgs/development/tools/skaffold/default.nix
+25
-17
pkgs/development/tools/skaffold/default.nix
······
······+Skaffold is a command line tool that facilitates continuous development for Kubernetes applications.+You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters.
+3
-3
pkgs/misc/emulators/dlx/default.nix
+3
-3
pkgs/misc/emulators/dlx/default.nix
······
···+makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "LINK=${stdenv.cc.targetPrefix}cc" "CFLAGS=-O2" ];···
+2
-2
pkgs/shells/fish/wrapper.nix
+2
-2
pkgs/shells/fish/wrapper.nix
···
···
+8
-3
pkgs/tools/misc/clipman/default.nix
pkgs/tools/wayland/clipman/default.nix
+8
-3
pkgs/tools/misc/clipman/default.nix
pkgs/tools/wayland/clipman/default.nix
······
······
+10
-3
pkgs/tools/misc/kanshi/default.nix
pkgs/tools/wayland/kanshi/default.nix
+10
-3
pkgs/tools/misc/kanshi/default.nix
pkgs/tools/wayland/kanshi/default.nix
·········
·········
+11
-3
pkgs/tools/misc/slurp/default.nix
pkgs/tools/wayland/slurp/default.nix
+11
-3
pkgs/tools/misc/slurp/default.nix
pkgs/tools/wayland/slurp/default.nix
······
······
+10
-5
pkgs/tools/misc/wev/default.nix
pkgs/tools/wayland/wev/default.nix
+10
-5
pkgs/tools/misc/wev/default.nix
pkgs/tools/wayland/wev/default.nix
······
······
+12
-4
pkgs/tools/misc/wl-clipboard/default.nix
pkgs/tools/wayland/wl-clipboard/default.nix
+12
-4
pkgs/tools/misc/wl-clipboard/default.nix
pkgs/tools/wayland/wl-clipboard/default.nix
······
······
+11
-3
pkgs/tools/misc/wlr-randr/default.nix
pkgs/tools/wayland/wlr-randr/default.nix
+11
-3
pkgs/tools/misc/wlr-randr/default.nix
pkgs/tools/wayland/wlr-randr/default.nix
······
······
+12
-5
pkgs/tools/misc/wob/default.nix
pkgs/tools/wayland/wob/default.nix
+12
-5
pkgs/tools/misc/wob/default.nix
pkgs/tools/wayland/wob/default.nix
······
······
+2
-2
pkgs/tools/security/tor/default.nix
+2
-2
pkgs/tools/security/tor/default.nix
+2
-2
pkgs/tools/system/auto-cpufreq/default.nix
+2
-2
pkgs/tools/system/auto-cpufreq/default.nix
···
···
+28
-10
pkgs/tools/system/auto-cpufreq/prevent-install-and-copy.patch
+28
-10
pkgs/tools/system/auto-cpufreq/prevent-install-and-copy.patch
···return print("Currently using:", getoutput("cpufreqctl.auto-cpufreq --governor").strip().split(" ")[0], "governor")············
···return print("Currently using:", getoutput("cpufreqctl.auto-cpufreq --governor").strip().split(" ")[0], "governor")············
+39
pkgs/tools/wayland/oguri/default.nix
+39
pkgs/tools/wayland/oguri/default.nix
···
···
+54
pkgs/tools/wayland/wlogout/default.nix
+54
pkgs/tools/wayland/wlogout/default.nix
···
···
+42
-23
pkgs/top-level/all-packages.nix
+42
-23
pkgs/top-level/all-packages.nix
······························
······························
+4
pkgs/top-level/perl-packages.nix
+4
pkgs/top-level/perl-packages.nix
···
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
······python-snappy = callPackage ../development/python-modules/python-snappy { inherit (pkgs) snappy; };
······python-snappy = callPackage ../development/python-modules/python-snappy { inherit (pkgs) snappy; };