{"_id":"q-en-nixpkgs-003bea105d5e62a4e5664aa3d025ff21de944b47e29d4af2f24b517e09448b4d","text":"stdenv.mkDerivation rec { pname = \"cinnamon-common\"; version = \"5.4.9\"; version = \"5.4.10\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = \"cinnamon\"; rev = version; hash = \"sha256-nM87NO/dwOd+hN5/3zX7XUjyKvXh4uDhLcGFcKE9ccA=\"; hash = \"sha256-yNjFP32+0LXqHfJUxm1A+CTuwny5/IxxT08689f7VlE=\"; }; patches = [ ./use-sane-install-dir.patch ./libdir.patch # Re-add libsoup 2.4 as dependency - needed by some applets. # Can be removed on next update. (fetchpatch { url = \"https://github.com/linuxmint/cinnamon/commit/76224fe409d074f8a44c70e4fd5e1289f92800b9.patch\"; sha256 = \"sha256-nDt4kkK1kVstxbij63XxTJ2L/TM9Q1P6feok3xlPQOM=\"; }) # keybindings.js: Use bindings.get(). # Can be removed on next update. # https://github.com/linuxmint/cinnamon/issues/11055 (fetchpatch { url = \"https://github.com/linuxmint/cinnamon/commit/7724e4146baf8431bc1fb55dce60984e77adef5a.patch\"; sha256 = \"sha256-idGtkBa13nmoEprtmAr6OssO16wJwBd16r2ZbbhrYDQ=\"; }) ]; buildInputs = ["} {"_id":"q-en-nixpkgs-004eb8f61558f30d31144b8030d324c97e65591d5b1df9f13f0ab13ce36c5735","text":"''; buildPhase = '' # gcc-6.4.0/include/c++/6.4.0/cstdlib:75:15: fatal error: 'stdlib.h' file not found export NIX_CFLAGS_COMPILE=\"$(< $NIX_CC/nix-support/libcxx-cxxflags) $NIX_CFLAGS_COMPILE\" # explicitly include C++ headers to prevent errors where stdlib.h is not found from cstdlib export NIX_CFLAGS_COMPILE=\"$(< ${clang}/nix-support/libcxx-cxxflags) $NIX_CFLAGS_COMPILE\" # During the Swift build, a full local LLVM build is performed and the resulting clang is invoked. # This compiler is not using the Nix wrappers, so it needs some help to find things. export NIX_LDFLAGS_BEFORE=\"-rpath ${clang.cc.gcc.lib}/lib -L${clang.cc.gcc.lib}/lib $NIX_LDFLAGS_BEFORE\""} {"_id":"q-en-nixpkgs-0060c05af27b2d7fc46ad928c47ceeda7af065346ee375cfe08893ce716ed741","text":"rstcheck = with python3Packages; toPythonApplication rstcheck; rstfmt = callPackage ../development/tools/rstfmt { }; rt = callPackage ../servers/rt { }; rtmpdump = callPackage ../tools/video/rtmpdump { };"} {"_id":"q-en-nixpkgs-0076f356d78ef57536c07f01e7f349187e8027ddc93afc6304104fb45f68a16b","text":", wayland , wayland-protocols , qtwayland , cairo }: mkDerivation rec {"} {"_id":"q-en-nixpkgs-00cc77b62a67378aae254466aedc366cac1343fed9ae0857b1e4f67b11f248b4","text":"tmpFile=\"$tmpPath/$(get_name $finalImageName $finalImageTag)\" if test -z \"$QUIET\"; then \"$skopeoCmd\" --override-os ${os} --override-arch ${arch} copy \"$sourceUrl\" \"docker-archive://$tmpFile:$finalImageName:$finalImageTag\" skopeo --insecure-policy --tmpdir=$TMPDIR --override-os ${os} --override-arch ${arch} copy \"$sourceUrl\" \"docker-archive://$tmpFile:$finalImageName:$finalImageTag\" else \"$skopeoCmd\" --override-os ${os} --override-arch ${arch} copy \"$sourceUrl\" \"docker-archive://$tmpFile:$finalImageName:$finalImageTag\" > /dev/null skopeo --insecure-policy --tmpdir=$TMPDIR --override-os ${os} --override-arch ${arch} copy \"$sourceUrl\" \"docker-archive://$tmpFile:$finalImageName:$finalImageTag\" > /dev/null fi # Compute the hash."} {"_id":"q-en-nixpkgs-00f7834c66b19099c5515d74ca6fcac4f6cd63c573aac0365284da8b05179d5d","text":"nvmetcfg = handleTest ./nvmetcfg.nix {}; nzbget = handleTest ./nzbget.nix {}; nzbhydra2 = handleTest ./nzbhydra2.nix {}; ocis = handleTest ./ocis.nix {}; oh-my-zsh = handleTest ./oh-my-zsh.nix {}; ollama = handleTest ./ollama.nix {}; ombi = handleTest ./ombi.nix {};"} {"_id":"q-en-nixpkgs-011c92fc5bb77393d3b4173db614e615a296781ddd76f7085e4707c161f6e15a","text":"}; config = mkIf cfg.server.enable { assertions = [ { assertion = !(cfg.server.exports ? \"generic\"); message = \"services.nbd.server exports must not be named 'generic'\"; } ]; boot.kernelModules = [ \"nbd\" ]; systemd.services.nbd-server = {"} {"_id":"q-en-nixpkgs-01860fa9b3ff62db4d382bef9cda192e03416843eb1b488b941e7d87de73a70a","text":" { stdenv, lib, fetchFromGitHub, bash, wget, makeWrapper }: stdenv.mkDerivation rec { pname = \"ipfetch\"; version = \"unstable-2022-03-24\"; src = fetchFromGitHub { owner = \"trakBan\"; repo = \"ipfetch\"; rev = \"fc295bfda4f9fea6eee9f6f3f2dabc26b6f25be4\"; sha256 = \"sha256-YKQ9pRBj2hgPg2ShCqWGxzHs/n7kNhKRNyElRDwHDBU=\"; }; strictDeps = true; buildInputs = [ bash wget ]; nativeBuildInputs = [ makeWrapper ]; patchPhase = '' patchShebangs --host ipfetch # Not only does `/usr` have to be replaced but also `/flags` needs to be added because with Nix the script is broken without this. The `/flags` is somehow not needed if you install via the install script in the source repository. substituteInPlace ./ipfetch --replace /usr/share/ipfetch $out/usr/share/ipfetch/flags ''; installPhase = '' mkdir -p $out/bin mkdir -p $out/usr/share/ipfetch/ cp -r flags $out/usr/share/ipfetch/ cp ipfetch $out/bin/ipfetch wrapProgram $out/bin/ipfetch --prefix PATH : ${ lib.makeBinPath [ bash wget ] } ''; meta = with lib; { description = \"Neofetch but for ip adresses\"; license = licenses.gpl3Only; platforms = platforms.all; maintainers = with maintainers; [ papojari ]; }; } "} {"_id":"q-en-nixpkgs-01a63714a0cf587e5b1f0d680744109500b1a6f6671912f7cae46b03debe35e8","text":"[ CoreAudio AudioToolbox ]; # propagation is needed for Security.framework to be available when linking propagatedBuildInputs = [ aws-c-cal aws-c-event-stream aws-c-io aws-c-common aws-checksums s2n-tls ]; propagatedBuildInputs = [ aws-crt-cpp ]; cmakeFlags = [ \"-DBUILD_DEPS=OFF\""} {"_id":"q-en-nixpkgs-01e20e2aa45ea7a738de10ecc3487162fd9c31985657e044e58a0a2a024eed44","text":"platforms = platforms.unix ++ platforms.windows; priority = 10; maintainers = [ maintainers.eelco ]; };"} {"_id":"q-en-nixpkgs-0229101760d9c2fbf187d87f526f9441a447244e774be0984c154d50e28435be","text":", stdenv , curl , Security , runCommand , version ? \"0.2.87\" , hash ? \"sha256-0u9bl+FkXEK2b54n7/l9JOCtKo+pb42GF9E1EnAUQa0=\" , cargoHash ? \"sha256-AsZBtE2qHJqQtuCt/wCAgOoxYMfvDh8IzBPAOkYSYko=\" }: rustPlatform.buildRustPackage rec { pname = \"wasm-bindgen-cli\"; version = \"0.2.84\"; inherit version hash cargoHash; src = fetchCrate { inherit pname version; sha256 = \"sha256-0rK+Yx4/Jy44Fw5VwJ3tG243ZsyOIBBehYU54XP/JGk=\"; inherit pname version hash; }; cargoSha256 = \"sha256-vcpxcRlW1OKoD64owFF6mkxSqmNrvY+y3Ckn5UwEQ50=\"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ curl Security ]; nativeCheckInputs = [ nodejs ]; # other tests require it to be ran in the wasm-bindgen monorepo cargoTestFlags = [ \"--test=interface-types\" ]; # tests require it to be ran in the wasm-bindgen monorepo doCheck = false; meta = with lib; { homepage = \"https://rustwasm.github.io/docs/wasm-bindgen/\";"} {"_id":"q-en-nixpkgs-0232b9ec3b3b37606dc5b64f6a5015f042ef97c5ada5a9fe41c614790e4fe1bc","text":"postInstall = '' HOST_PATH=$out/bin patchShebangs --host $out ${lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' $out/bin/${self.meta.mainProgram} --completion-bash > ${self.meta.mainProgram}.bash installShellCompletion ${self.meta.mainProgram}.bash ''} ${lib.optionalString (enableNpm) '' mkdir -p $out/share/bash-completion/completions ln -s $out/lib/node_modules/npm/lib/utils/completion.sh "} {"_id":"q-en-nixpkgs-023a9af39be94d0f5dc5afa49fc293d32d2fe490ed7dae4009d755e3e422e5aa","text":"json-glib ]; patches = [ # needed for compiling pdfpc 4.6.0 with vala 0.56.7, see # https://github.com/pdfpc/pdfpc/issues/686 # https://github.com/pdfpc/pdfpc/pull/687 (fetchpatch { url = \"https://github.com/pdfpc/pdfpc/commit/d38edfac63bec54173b4b31eae5c7fb46cd8f714.diff\"; hash = \"sha256-KC2oyzcwU2fUmxaed8qAsKcePwR5KcXgpVdstJg8KmU=\"; }) ]; cmakeFlags = lib.optional stdenv.isDarwin \"-DMOVIES=OFF\"; meta = with lib; {"} {"_id":"q-en-nixpkgs-026614c6c440db034592353ddd72c3a8513eb51cc1d802d2e973f00adbdbfd0e","text":"--prefix XDG_DATA_DIRS : \"$XDG_ICON_DIRS:${gtk3.out}/share:${gsettings-desktop-schemas}/share:$out/share:$GSETTINGS_SCHEMAS_PATH\" --add-flags \"-Dsun.java2d.opengl=true -jar $out/share/java/${module}-${version}.jar -cp $out/share/java/Furniture.jar:$out/share/java/Textures.jar:$out/share/java/Help.jar -d${toString stdenv.hostPlatform.parsed.cpu.bits}\" # remember the store paths found inside the .jar libraries. note that # which file they are in does not matter in particular, just that some # file somewhere lists them in plain-text mkdir -p $out/nix-support cp .jar-paths $out/nix-support/depends runHook postInstall '';"} {"_id":"q-en-nixpkgs-02711ff62992d1606bf71dccb1e0d13be438397c82aba982da1efa81369acf5e","text":"stdenv.mkDerivation rec { pname = \"mbedtls\"; name = \"mbedtls-${version}\"; version = \"2.16.3\"; # nixpkgs-update: no auto update version = \"2.16.9\"; # nixpkgs-update: no auto update src = fetchFromGitHub { owner = \"ARMmbed\"; repo = \"mbedtls\"; rev = \"${pname}-${version}\"; sha256 = \"1mzh92yyz93099a1gb2wvwc76jv12d1k1wg9k3dimbgczxgrkirc\"; sha256 = \"0mz7n373b8d287crwi6kq2hb8ryyi228j38h25744lqai23qj5cf\"; }; nativeBuildInputs = [ cmake ninja perl python ];"} {"_id":"q-en-nixpkgs-027c3a03850b1bc6f111b9743a244844f2dcda34f96498eedb176e7f6e8fe54f","text":"- Deprecated `xlibsWrapper` transitional package has been removed in favour of direct use of its constitutents: `xorg.libX11`, `freetype` and others. - .NET 5.0 was removed due to being end-of-life, use a newer, supported .NET version - https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core ## Other Notable Changes {#sec-release-23.05-notable-changes} "} {"_id":"q-en-nixpkgs-0281b17aa287723f443aaf51f1a78812f3403589916a9582c9437b6fa1483036","text":"version = \"0.24\"; src = pkgs.fetchurl { url = \"http://www.cython.org/release/${name}.tar.gz\"; url = \"mirror://pypi/C/Cython/${name}.tar.gz\"; sha256 = \"1wd3q97gia3zhsgcdlvxh26hkrf3m53i6r1l4g0yya119264vr3d\"; };"} {"_id":"q-en-nixpkgs-02a7dbac88516f27f589c6e89f1b02f0578769513fe753cf3eff810155c29882","text":" import ./make-test.nix ({ pkgs, lib, ...} : { name = \"gotify-server\"; meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ ma27 ]; }; machine = { pkgs, ... }: { environment.systemPackages = [ pkgs.jq ]; services.gotify = { enable = true; port = 3000; }; }; testScript = '' startAll; $machine->waitForUnit(\"gotify-server\"); $machine->waitForOpenPort(3000); my $token = $machine->succeed( \"curl --fail -sS -X POST localhost:3000/application -F name=nixos \" . '-H \"Authorization: Basic $(echo -ne \"admin:admin\" | base64 --wrap 0)\" ' . '| jq .token | xargs echo -n' ); my $usertoken = $machine->succeed( \"curl --fail -sS -X POST localhost:3000/client -F name=nixos \" . '-H \"Authorization: Basic $(echo -ne \"admin:admin\" | base64 --wrap 0)\" ' . '| jq .token | xargs echo -n' ); $machine->succeed( \"curl --fail -sS -X POST 'localhost:3000/message?token=$token' -H 'Accept: application/json' \" . '-F title=Gotify -F message=Works' ); my $title = $machine->succeed( \"curl --fail -sS 'localhost:3000/message?since=0&token=$usertoken' | jq '.messages|.[0]|.title' | xargs echo -n\" ); $title eq \"Gotify\" or die \"Wrong title ($title), expected 'Gotify'!\"; ''; }) "} {"_id":"q-en-nixpkgs-02c4aab2e3c11dca7d9287028fad57e81efe402b18a869522bb148bf665ebf4d","text":" { config, lib, pkgs, ... }: with lib; let cfg = config.programs.msmtp; in { meta.maintainers = with maintainers; [ pacien ]; options = { programs.msmtp = { enable = mkEnableOption \"msmtp - an SMTP client\"; setSendmail = mkOption { type = types.bool; default = true; description = '' Whether to set the system sendmail to msmtp's. ''; }; defaults = mkOption { type = types.attrs; default = {}; example = { aliases = \"/etc/aliases\"; port = 587; tls = true; }; description = '' Default values applied to all accounts. See msmtp(1) for the available options. ''; }; accounts = mkOption { type = with types; attrsOf attrs; default = {}; example = { \"default\" = { host = \"smtp.example\"; auth = true; user = \"someone\"; passwordeval = \"cat /secrets/password.txt\"; }; }; description = '' Named accounts and their respective configurations. The special name \"default\" allows a default account to be defined. See msmtp(1) for the available options. Use `programs.msmtp.extraConfig` instead of this attribute set-based option if ordered account inheritance is needed. It is advised to use the `passwordeval` setting to read the password from a secret file to avoid having it written in the world-readable nix store. The password file must end with a newline (`n`). ''; }; extraConfig = mkOption { type = types.lines; default = \"\"; description = '' Extra lines to add to the msmtp configuration verbatim. See msmtp(1) for the syntax and available options. ''; }; }; }; config = mkIf cfg.enable { environment.systemPackages = [ pkgs.msmtp ]; services.mail.sendmailSetuidWrapper = mkIf cfg.setSendmail { program = \"sendmail\"; source = \"${pkgs.msmtp}/bin/sendmail\"; setuid = false; setgid = false; }; environment.etc.\"msmtprc\".text = let mkValueString = v: if v == true then \"on\" else if v == false then \"off\" else generators.mkValueStringDefault {} v; mkKeyValueString = k: v: \"${k} ${mkValueString v}\"; mkInnerSectionString = attrs: concatStringsSep \"n\" (mapAttrsToList mkKeyValueString attrs); mkAccountString = name: attrs: '' account ${name} ${mkInnerSectionString attrs} ''; in '' defaults ${mkInnerSectionString cfg.defaults} ${concatStringsSep \"n\" (mapAttrsToList mkAccountString cfg.accounts)} ${cfg.extraConfig} ''; }; } "} {"_id":"q-en-nixpkgs-02e09652b273599b6d6013367ec221812c07d170e0669295a4773ad0afcf4a49","text":"# https://github.com/NixOS/nixpkgs/pull/161773#discussion_r820134708 zenKernels = callPackage ../os-specific/linux/kernel/zen-kernels.nix; linux_zen = (zenKernels { linux_zen = zenKernels { variant = \"zen\"; kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper ]; }).zen; }; linux_lqx = (zenKernels { linux_lqx = zenKernels { variant = \"lqx\"; kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper ]; }).lqx; }; # This contains the variants of the XanMod kernel xanmodKernels = callPackage ../os-specific/linux/kernel/xanmod-kernels.nix { xanmodKernels = callPackage ../os-specific/linux/kernel/xanmod-kernels.nix; linux_xanmod = xanmodKernels { variant = \"lts\"; kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper ]; }; linux_xanmod_stable = xanmodKernels { variant = \"main\"; kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper ]; }; linux_xanmod_latest = xanmodKernels { variant = \"main\"; kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper ]; }; linux_xanmod = xanmodKernels.lts; linux_xanmod_stable = xanmodKernels.main; linux_xanmod_latest = xanmodKernels.main; linux_libre = deblobKernel packageAliases.linux_default.kernel;"} {"_id":"q-en-nixpkgs-02fc1f5b18462a10a58e150e0ac36dcfac7061c63c9f8eb0eb87e74cc13215b4","text":"\"-p:PublishTrimmed=true\" ]; dotnetInstallFlags = [ \"--framework=net7.0\" \"--framework=net8.0\" ]; selfContainedBuild = true;"} {"_id":"q-en-nixpkgs-034490bb30edafe0bb620718ec235d6230ebf80f2a7798a73b95059e177fbb4f","text":"libXScrnSaver libXcursor libXtst libGLU libGL pciutils protobuf speechd libXdamage at-spi2-core jre pipewire_0_2 ] ++ optional useVaapi libva ++ optional gnomeKeyringSupport libgnome-keyring3 ++ optionals gnomeSupport [ gnome.GConf libgcrypt ]"} {"_id":"q-en-nixpkgs-034ec6b5bf3e5f591d227a9486abc21f1c6d3d83f4a7defdb2305a0486c3a411","text":"jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731 }; freenet = callPackage ../applications/networking/p2p/freenet { gradle = gradle_7; jdk = jdk17_headless; # Reduce closure size jre = pkgs.jre17_minimal.override { modules = [ \"java.base\" \"java.logging\" \"java.naming\" \"java.sql\" \"java.desktop\" \"java.management\" ]; jdk = jdk17_headless; }; }; freeoffice = callPackage ../applications/office/softmaker/freeoffice.nix { }; freepv = callPackage ../applications/graphics/freepv { };"} {"_id":"q-en-nixpkgs-034fa82609f4affb4c1e559b107697c6c0ea815d83f8a32abafd6a6723eac76c","text":"sha256 = \"1z66m16n4r16zqmnv84a5jndr5x6mdqdq4b1wq929sablwqd2rl4\"; }; cargoSha256 = \"1xdx0gjqd4zyhnp72hz88rdmgry1m7rcw2j73lh67vp08z74y54y\"; cargoSha256 = \"0hp68w5mvk725gzbmlgl8j6wa1dv2fydil7jvq0f09mzxxaqrwcs\"; nativeBuildInputs = [ pkgconfig ];"} {"_id":"q-en-nixpkgs-035232048c675c0d3795ef0023d1a17f525d958dd9a5b537daef586ba70dba78","text":"{ /* Returns the Agda interface file to a given Agda file. * * The resulting path may not be normalized. * * Examples: * interfaceFile \"Everything.agda\" == \"Everything.agdai\" * interfaceFile \"src/Everything.lagda.tex\" == \"src/Everything.agdai\" * interfaceFile pkgs.agda.version \"./Everything.agda\" == \"_build/2.6.4.3/agda/./Everything.agdai\" * interfaceFile pkgs.agda.version \"src/Everything.lagda.tex\" == \"_build/2.6.4.3/agda/src/Everything.agdai\" */ interfaceFile = agdaFile: lib.head (builtins.match ''(.*.)l?agda(.(md|org|rst|tex|typ))?'' agdaFile) + \"agdai\"; interfaceFile = agdaVersion: agdaFile: \"_build/\" + agdaVersion + \"/agda/\" + lib.head (builtins.match ''(.*.)l?agda(.(md|org|rst|tex|typ))?'' agdaFile) + \"agdai\"; /* Takes an arbitrary derivation and says whether it is an agda library package * that is not marked as broken."} {"_id":"q-en-nixpkgs-037572e250a59dfa550729f71df1f8ded046cd897f7a9f206dd04a4b582e8b21","text":"python3Packages = python3.pkgs; pythonInterpreters = callPackage ./../development/interpreters/python { }; inherit (pythonInterpreters) python27 python37 python38 python39 python310 python3Minimal pypy27 pypy38; inherit (pythonInterpreters) python27 python37 python38 python39 python310 python3Minimal pypy27 pypy38 rustpython; # Python package sets. python27Packages = python27.pkgs;"} {"_id":"q-en-nixpkgs-03c7080fd9af2e082737d6c3a72f53541908f8e96fe582131ff53471aca55533","text":"./fix-java-home-jdk8.patch ./read-truststore-from-env-jdk8.patch ./currency-date-range-jdk8.patch ./fix-library-path-jdk8.patch ] ++ lib.optionals (!headless && enableGnome2) [ ./swing-use-gtk-jdk8.patch ];"} {"_id":"q-en-nixpkgs-0415656d47fe38fe415a3a0de62a00c57221da9593c393d1ec39a8b9e8a6ccdf","text":"services.postgresql = { enable = true; initialScript = pkgs.writeText \"psql-init\" '' create role nextcloud with login password 'hunter2'; create database nextcloud with owner nextcloud; ''; ensureDatabases = [ \"nextcloud\" ]; ensureUsers = [ { name = \"nextcloud\"; ensurePermissions.\"DATABASE nextcloud\" = \"ALL PRIVILEGES\"; } ]; }; }; };"} {"_id":"q-en-nixpkgs-042d6b7bc5dc2af00436e20365dad6f4fd18ba93031329e970f48da9da67cd26","text":"nativeBuildInputs = [ pkg-config ]; buildInputs = [ hidapi jimtcl libftdi1 libjaylink libusb1 ] ++ lib.optional stdenv.isLinux libgpiod; ++ # tracking issue for v2 api changes https://sourceforge.net/p/openocd/tickets/306/ lib.optional stdenv.isLinux (libgpiod.overrideAttrs (old: rec { version = \"1.6.4\"; src = fetchurl { url = \"https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz\"; sha256 = \"sha256-gp1KwmjfB4U2CdZ8/H9HbpqnNssqaKYwvpno+tGXvgo=\"; }; })); configureFlags = [ \"--disable-werror\""} {"_id":"q-en-nixpkgs-0431e525621ffe94d2b9c66a906f9319ff739a97aebeb75672b99e5806073381","text":"propagatedBuildInputs = [ bottle defusedxml future netifaces psutil"} {"_id":"q-en-nixpkgs-0452c89ff6c4cfe4666d36f7cccf185b48f1de4cf607fc5dd48f345973bfb91b","text":"setupHook = ./setup-hook.sh; passthru.updateScript = ./update.sh; passthru.tests = { # Test that building this derivation with a blacklist works, and that UTF-8 is supported. blacklist-utf8 = let blacklistCAToFingerprint = { # \"blacklist\" uses the CA name from the NSS bundle, but we check for presence using the SHA256 fingerprint. \"CFCA EV ROOT\" = \"5C:C3:D7:8E:4E:1D:5E:45:54:7A:04:E6:87:3E:64:F9:0C:F9:53:6D:1C:CC:2E:F8:00:F3:55:C4:C5:FD:70:FD\"; \"NetLock Arany (Class Gold) Főtanúsítvány\" = \"6C:61:DA:C3:A2:DE:F0:31:50:6B:E0:36:D2:A6:FE:40:19:94:FB:D1:3D:F9:C8:D4:66:59:92:74:C4:46:EC:98\"; }; mapBlacklist = f: concatStringsSep \"n\" (mapAttrsToList f blacklistCAToFingerprint); in runCommand \"verify-the-cacert-filter-output\" { cacert = cacert.unbundled; cacertWithExcludes = (cacert.override { blacklist = builtins.attrNames blacklistCAToFingerprint; }).unbundled; nativeBuildInputs = [ openssl ]; } '' isPresent() { # isPresent for f in $1/etc/ssl/certs/*.crt; do fingerprint=\"$(openssl x509 -in \"$f\" -noout -fingerprint -sha256 | cut -f2 -d=)\" if [[ \"x$fingerprint\" == \"x$3\" ]]; then return 0 fi done return 1 } # Ensure that each certificate is in the main \"cacert\". ${mapBlacklist (caName: caFingerprint: '' isPresent \"$cacert\" \"${caName}\" \"${caFingerprint}\" || ({ echo \"CA fingerprint ${caFingerprint} (${caName}) is missing from the CA bundle. Consider picking a different CA for the blacklist test.\" >&2 exit 1 }) '')} # Ensure that each certificate is NOT in the \"cacertWithExcludes\". ${mapBlacklist (caName: caFingerprint: '' isPresent \"$cacertWithExcludes\" \"${caName}\" \"${caFingerprint}\" && ({ echo \"CA fingerprint ${caFingerprint} (${caName}) is present in the cacertWithExcludes bundle.\" >&2 exit 1 }) '')} touch $out ''; }; meta = { homepage = \"https://curl.haxx.se/docs/caextract.html\"; description = \"A bundle of X.509 certificates of public Certificate Authorities (CA)\"; platforms = platforms.all; maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ andir fpletz lukegb ]; license = licenses.mpl20; }; }"} {"_id":"q-en-nixpkgs-0476a41d4137af6144952aa0ecc51349fddf6f8416c0d8496c893bc9cd9e5c98","text":", withBtrfs ? stdenv.isLinux, btrfs-progs , withLvm ? stdenv.isLinux, lvm2 , withSeccomp ? stdenv.isLinux, libseccomp , knownVulnerabilities ? [] }: let docker-runc = runc.overrideAttrs {"} {"_id":"q-en-nixpkgs-04808972a8301b125a1fb6819dccd20be66e3cd62bb7714f9e4f99d64e551175","text":"patches = [ ./nix-unstable-sandbox-fix.patch ./encoding.patch ]; buildInputs = ["} {"_id":"q-en-nixpkgs-0485e578abb730a2e5b1f4293f8fd1bf81cc36acdd1733185c3190a4c820f481","text":"'\"request\":\"$request\",' '\"http_referer\":\"$http_referer\",' '\"upstream_addr\":\"$upstream_addr\"}'; ''; services.nginx.virtualHosts.\"0.my.test\" = { extraConfig = '' access_log syslog:server=unix:/dev/log,facility=user,tag=mytag,severity=info ceeformat; location /favicon.ico { allow all; access_log off; log_not_found off; } ''; services.nginx.virtualHosts.\"0.my.test\" = { extraConfig = '' access_log syslog:server=unix:/dev/log,facility=user,tag=mytag,severity=info ceeformat; location /favicon.ico { allow all; access_log off; log_not_found off; } ''; }; }; services.nginx.virtualHosts.localhost = { root = pkgs.runCommand \"testdir\" {} '' mkdir \"$out\" echo hello world > \"$out/index.html\" ''; }; }; in { webserver = commonConfig; newwebserver = { pkgs, lib, ... }: { imports = [ commonConfig ]; services.nginx.virtualHosts.localhost = { root = lib.mkForce (pkgs.runCommand \"testdir2\" {} '' mkdir \"$out\" echo hello world > \"$out/index.html\" ''); }; }; }; testScript = '' startAll; testScript = { nodes, ... }: let newServerSystem = nodes.newwebserver.config.system.build.toplevel; switch = \"${newServerSystem}/bin/switch-to-configuration test\"; in '' my $url = 'http://localhost/index.html'; sub checkEtag { my $etag = $webserver->succeed( 'curl -v '.$url.' 2>&1 | sed -n -e \"s/^< [Ee][Tt][Aa][Gg]: *//p\"' ); $etag =~ s/r?n$//; my $httpCode = $webserver->succeed( 'curl -w \"%{http_code}\" -X HEAD -H 'If-None-Match: '.$etag.'' '.$url ); chomp $httpCode; die \"HTTP code is not 304\" unless $httpCode == 304; return $etag; } $webserver->waitForUnit(\"nginx\"); $webserver->waitForOpenPort(\"80\"); subtest \"check ETag if serving Nix store paths\", sub { my $oldEtag = checkEtag; $webserver->succeed('${switch}'); my $newEtag = checkEtag; die \"Old ETag $oldEtag is the same as $newEtag\" if $oldEtag eq $newEtag; }; ''; })"} {"_id":"q-en-nixpkgs-0488f8227af1b6740ff36928e8b8fdb90cc0a2588a682f73df72542ab7ab8ff0","text":"bin = \"${getBin provider}/bin/${cmd}\"; manpage = \"${getOutput \"man\" provider}/share/man/man1/${cmd}.1.gz\"; in runCommand \"${cmd}-${version}\" { meta.platforms = map (n: { kernel.name = n; }) (attrNames providers); meta = { priority = 10; platforms = map (n: { kernel.name = n; }) (attrNames providers); }; passthru = { inherit provider; }; preferLocalBuild = true; } ''"} {"_id":"q-en-nixpkgs-04f23e401bf2a8ab4ec3779b93fcfb774626d2779512df8570df2ec8cdac1b45","text":"python3Packages.buildPythonApplication rec { pname = \"bottles-unwrapped\"; version = \"51.9\"; version = \"51.11\"; src = fetchFromGitHub { owner = \"bottlesdevs\"; repo = \"bottles\"; rev = version; sha256 = \"sha256-iZUszwVcbVn6Xsqou6crSp9gJBRmm5vEqxS87h/s3PQ=\"; sha256 = \"sha256-uS3xmTu+LrVFX93bYcJvYjl6179d3IjpxLKrOXn8Z8Y=\"; }; patches = ["} {"_id":"q-en-nixpkgs-04fba45c11c7b1231c2f3877ec411ecf2ea4685f287408cf79f046710dde1228","text":" { lib, bundlerEnv, bundlerUpdateScript, ruby, perl, autoconf }: bundlerEnv { name = \"chef-dk-4.13.3\"; # Do not change this to pname & version until underlying issues with Ruby # packaging are resolved ; see https://github.com/NixOS/nixpkgs/issues/70171 inherit ruby; gemdir = ./.; buildInputs = [ perl autoconf ]; passthru.updateScript = bundlerUpdateScript \"chefdk\"; meta = with lib; { description = \"A streamlined development and deployment workflow for Chef platform\"; homepage = \"https://downloads.chef.io/chef-dk/\"; license = licenses.asl20; maintainers = with maintainers; [ offline nicknovitski ]; platforms = platforms.unix; badPlatforms = [ \"aarch64-linux\" ]; }; } "} {"_id":"q-en-nixpkgs-0549f66a04542deea4b4d0fa242e40c6112f45972a523357861699b3fde2d856","text":"\"haiku/_src/integration/jax2tf_test.py\" ]; disabledTests = [ # See https://github.com/deepmind/dm-haiku/issues/366. \"test_jit_Recurrent\" ]; meta = with lib; { description = \"Haiku is a simple neural network library for JAX developed by some of the authors of Sonnet.\"; homepage = \"https://github.com/deepmind/dm-haiku\";"} {"_id":"q-en-nixpkgs-0552850e52252bb376febe90df6d2fc1e99c8f7340aa00d9d082237fcbb155fd","text":"python3Packages = python3.pkgs; pythonInterpreters = callPackage ./../development/interpreters/python {}; inherit (pythonInterpreters) python27 python35 python36 python37 python38 python39 python3Minimal pypy27 pypy36; inherit (pythonInterpreters) python27 python36 python37 python38 python39 python3Minimal pypy27 pypy36; # Python package sets. python27Packages = lib.hiPrioSet (recurseIntoAttrs python27.pkgs); python35Packages = python35.pkgs; python36Packages = python36.pkgs; python37Packages = recurseIntoAttrs python37.pkgs; python38Packages = recurseIntoAttrs python38.pkgs;"} {"_id":"q-en-nixpkgs-056120e0e23e5896195fe18b007dd55ad0016d7718d6d888fa27a712a734ae52","text":"## It's also a loopback device to test exporting /dev/... systemd.services.create-priv-file = mkCreateSmallFileService { path = \"/vault-priv.disk\"; loop = true; }; ## `aaa.disk` is just here because \"[aaa]\" sorts before ## \"[generic]\" lexicographically, and nbd-server breaks if ## \"[generic]\" isn't the first section. systemd.services.create-aaa-file = mkCreateSmallFileService { path = \"/aaa.disk\"; }; # Needed only for nbd-client used in the tests. environment.systemPackages = [ pkgs.nbd ];"} {"_id":"q-en-nixpkgs-059ee490c1f60afe16ee2f4bdbcfa479998400a54032629b9545b2ec4f88df39","text":", numba , numpy , pillow , scipy , pytestCheckHook , , scipy , setuptools }: buildPythonPackage rec { pname = \"pymatting\"; version = \"1.1.10\"; format = \"setuptools\"; pyproject = true; src = fetchFromGitHub { owner = \"pymatting\";"} {"_id":"q-en-nixpkgs-05a0b05a66da30dff0f78b736c86711f90c05fe218651dc039d70e2c21033fa8","text":"psutil-home-assistant python-kasa sqlalchemy ]; # missing inputs: python-kasa.optional-dependencies.speedups ] ++ python-kasa.optional-dependencies.speedups; \"tplink_lte\" = ps: with ps; [ ]; # missing inputs: tp-connected \"tplink_omada\" = ps: with ps; ["} {"_id":"q-en-nixpkgs-05ba942612327b395fcbc3e1497ed2b4bfef56f6ec84b9df2a6cbe295561ecba","text":"url = \"https://github.com/google/snappy/pull/142/commits/658cb2fcf67b626fff2122a3dbf7a3560c58f7ee.patch\"; sha256 = \"1kg3lxjwmhc7gjx36nylilnf444ddbnr3px1wpvyc6l1nh6zh4al\"; }) # Re-enable RTTI, without which other applications can't subclass # snappy::Source (this breaks Ceph, as one example) # https://tracker.ceph.com/issues/53060 # https://build.opensuse.org/package/show/openSUSE:Factory/snappy (fetchpatch { url = \"https://build.opensuse.org/public/source/openSUSE:Factory/snappy/reenable-rtti.patch?rev=a759aa6fba405cd40025e3f0ab89941d\"; sha256 = \"sha256-RMuM5yd6zP1eekN/+vfS54EyY4cFbGDVor1E1vj3134=\"; }) ]; outputs = [ \"out\" \"dev\" ];"} {"_id":"q-en-nixpkgs-05c6c70855b12a545fa45f85c0a9e3c10e3587214e11d80581888726aeb4f2d9","text":" ## `invalidateFetcherByDrvHash` {#sec-pkgs-invalidateFetcherByDrvHash} Use the derivation hash to invalidate the output via name, for testing. Type: `(a@{ name, ... } -> Derivation) -> a -> Derivation` Normally, fixed output derivations can and should be cached by their output hash only, but for testing we want to re-fetch everytime the fetcher changes. Changes to the fetcher become apparent in the drvPath, which is a hash of how to fetch, rather than a fixed store path. By inserting this hash into the name, we can make sure to re-run the fetcher every time the fetcher changes. This relies on the assumption that Nix isn't clever enough to reuse its database of local store contents to optimize fetching. You might notice that the \"salted\" name derives from the normal invocation, not the final derivation. `invalidateFetcherByDrvHash` has to invoke the fetcher function twice: once to get a derivation hash, and again to produce the final fixed output derivation. Example: tests.fetchgit = invalidateFetcherByDrvHash fetchgit { name = \"nix-source\"; url = \"https://github.com/NixOS/nix\"; rev = \"9d9dbe6ed05854e03811c361a3380e09183f4f4a\"; sha256 = \"sha256-7DszvbCNTjpzGRmpIVAWXk20P0/XTrWZ79KSOGLrUWY=\"; }; "} {"_id":"q-en-nixpkgs-05e9250efe6da20bf49d8c9a453ca4b7aa4a6a234bc3bace29da0f0ab57018c2","text":"sha256 = \"sha256-L1j1lXPxy9nWMeED9uzQHV5y7XTE6+DB57rDnXa4kMo=\"; }; cargoSha256 = \"sha256-zNLU9QnBGna5qb+iu2imOUvCIw3ZWRFsQlpFo5ECtKo=\"; cargoHash = \"sha256-r1yIPV2sW/EpHJpdaJyi6pzE+rtNkBIxSUJF+XA8kbA=\"; cargoPatches = [ # Update dependencies (needed for the below patch to merge cleanly) (fetchpatch { name = \"Update-dependencies-1\"; url = \"https://github.com/timvisee/ffsend/commit/afb004680b9ed672c7e87ff23f16bb2c51fea06e.patch\"; hash = \"sha256-eDcbyi05aOq+muVWdLmlLzLXUKcrv/9Y0R+0aHgL4+s=\"; }) # Disable unused features in prettytable-rs crate (needed for the below patch to merge cleanly) (fetchpatch { name = \"Disable-unused-features\"; url = \"https://github.com/timvisee/ffsend/commit/9b8dee12ea839f911ed207ff9602d929cab5d34b.patch\"; hash = \"sha256-6LK1Fqov+zEbPZ4+B6JCLXtXmgSad9vr9YO2oYodBSM=\"; }) # Update dependencies (needed for the below patch to merge cleanly) (fetchpatch { name = \"Update-dependencies-2\"; url = \"https://github.com/timvisee/ffsend/commit/fd5b38f9ab9cbc5f962d1024f4809eb36ba8986c.patch\"; hash = \"sha256-BDZKrVtQHpOewmB2Lb6kUfy02swcNK+CYZ3lj3kwFV4=\"; }) # Fix seg fault (fetchpatch { name = \"Fix-segfault\"; url = \"https://github.com/timvisee/ffsend/commit/3c1c2dc28ca1d88c45f87496a7a96052f5c37858.patch\"; hash = \"sha256-2hWlFXDopNy26Df74nJoB1J8qzPEOpf61wEOEtxOVx8=\"; }) ]; nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ pkg-config ];"} {"_id":"q-en-nixpkgs-05f343545865ce09f04be50d672300a313a159652165e45a69e5cfccaaf825f5","text":" "} {"_id":"q-en-nixpkgs-0612a80977b9d41b32d9489a64924fac0b2bdfd328266c079e68ae13daaab368","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"addr2line\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f\" dependencies = [ \"cfg-if 1.0.0\", \"once_cell\", \"version_check\", ] [[package]] name = \"aho-corasick\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab\" dependencies = [ \"memchr\", ] [[package]] name = \"aligned-vec\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1\" [[package]] name = \"allocator-api2\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5\" [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_log-sys\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937\" [[package]] name = \"android_logger\" version = \"0.13.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c494134f746c14dc653a35a4ea5aca24ac368529da5370ecf41fe0341c35772f\" dependencies = [ \"android_log-sys\", \"env_logger\", \"log\", \"once_cell\", ] [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"ansi_term\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"anstream\" version = \"0.6.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b\" dependencies = [ \"anstyle\", \"anstyle-parse\", \"anstyle-query\", \"anstyle-wincon\", \"colorchoice\", \"is_terminal_polyfill\", \"utf8parse\", ] [[package]] name = \"anstyle\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87\" [[package]] name = \"anstyle-parse\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140\" dependencies = [ \"utf8parse\", ] [[package]] name = \"anstyle-query\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b\" dependencies = [ \"windows-sys 0.48.0\", ] [[package]] name = \"anstyle-wincon\" version = \"3.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628\" dependencies = [ \"anstyle\", \"windows-sys 0.48.0\", ] [[package]] name = \"anyhow\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3\" [[package]] name = \"appdirs\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d512b3e61196d27562dcc71446a58ba8a93d3bed2a03a87f96101b9a17f1d378\" dependencies = [ \"ole32-sys\", \"shell32-sys\", \"winapi 0.2.8\", ] [[package]] name = \"arbitrary\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110\" [[package]] name = \"arg_enum_proc_macro\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"arrayvec\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\" [[package]] name = \"async-broadcast\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb\" dependencies = [ \"event-listener 5.3.0\", \"event-listener-strategy 0.5.2\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-channel\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a\" dependencies = [ \"concurrent-queue\", \"event-listener-strategy 0.5.2\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-executor\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a\" dependencies = [ \"async-task\", \"concurrent-queue\", \"fastrand\", \"futures-lite\", \"slab\", ] [[package]] name = \"async-fs\" version = \"2.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a\" dependencies = [ \"async-lock\", \"blocking\", \"futures-lite\", ] [[package]] name = \"async-io\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884\" dependencies = [ \"async-lock\", \"cfg-if 1.0.0\", \"concurrent-queue\", \"futures-io\", \"futures-lite\", \"parking\", \"polling\", \"rustix\", \"slab\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-lock\" version = \"3.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b\" dependencies = [ \"event-listener 4.0.3\", \"event-listener-strategy 0.4.0\", \"pin-project-lite\", ] [[package]] name = \"async-process\" version = \"2.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a53fc6301894e04a92cb2584fedde80cb25ba8e02d9dc39d4a87d036e22f397d\" dependencies = [ \"async-channel\", \"async-io\", \"async-lock\", \"async-signal\", \"async-task\", \"blocking\", \"cfg-if 1.0.0\", \"event-listener 5.3.0\", \"futures-lite\", \"rustix\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-recursion\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"async-signal\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda\" dependencies = [ \"async-io\", \"async-lock\", \"atomic-waker\", \"cfg-if 1.0.0\", \"futures-core\", \"futures-io\", \"rustix\", \"signal-hook-registry\", \"slab\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-stream\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51\" dependencies = [ \"async-stream-impl\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-stream-impl\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"async-task\" version = \"4.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de\" [[package]] name = \"async-trait\" version = \"0.1.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"atomic\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba\" [[package]] name = \"atomic-waker\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\" [[package]] name = \"atty\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\" dependencies = [ \"hermit-abi 0.1.19\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"av1-grain\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf\" dependencies = [ \"anyhow\", \"arrayvec\", \"log\", \"nom\", \"num-rational\", \"v_frame\", ] [[package]] name = \"avif-serialize\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2\" dependencies = [ \"arrayvec\", ] [[package]] name = \"aw-client-rust\" version = \"0.1.0\" source = \"git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877\" dependencies = [ \"aw-models\", \"chrono\", \"gethostname\", \"reqwest\", \"serde\", \"serde_json\", \"tokio\", ] [[package]] name = \"aw-datastore\" version = \"0.1.0\" source = \"git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877\" dependencies = [ \"appdirs\", \"aw-models\", \"aw-transform\", \"chrono\", \"log\", \"mpsc_requests\", \"rusqlite\", \"serde\", \"serde_json\", ] [[package]] name = \"aw-models\" version = \"0.1.0\" source = \"git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877\" dependencies = [ \"chrono\", \"log\", \"schemars\", \"serde\", \"serde_json\", ] [[package]] name = \"aw-query\" version = \"0.1.0\" source = \"git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877\" dependencies = [ \"aw-datastore\", \"aw-models\", \"aw-transform\", \"chrono\", \"fancy-regex\", \"log\", \"plex\", \"serde\", \"serde_json\", ] [[package]] name = \"aw-server\" version = \"0.13.1\" source = \"git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877\" dependencies = [ \"android_logger\", \"appdirs\", \"aw-datastore\", \"aw-models\", \"aw-query\", \"aw-transform\", \"chrono\", \"clap 4.5.4\", \"fern\", \"gethostname\", \"jemallocator\", \"jni\", \"lazy_static\", \"libc\", \"log\", \"log-panics\", \"openssl-sys\", \"rocket\", \"rocket_cors\", \"rust-embed\", \"serde\", \"serde_json\", \"toml 0.8.13\", \"uuid\", ] [[package]] name = \"aw-transform\" version = \"0.1.0\" source = \"git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877\" dependencies = [ \"aw-models\", \"chrono\", \"fancy-regex\", \"log\", \"serde\", \"serde_json\", \"url\", ] [[package]] name = \"awatcher\" version = \"0.3.0\" dependencies = [ \"anyhow\", \"aw-datastore\", \"aw-server\", \"chrono\", \"clap 4.5.4\", \"fern\", \"image\", \"ksni\", \"log\", \"open\", \"rstest\", \"serde\", \"tempfile\", \"tokio\", \"toml 0.8.13\", \"watchers\", ] [[package]] name = \"backtrace\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if 1.0.0\", \"libc\", \"miniz_oxide\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.21.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2\" [[package]] name = \"binascii\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72\" [[package]] name = \"bit-set\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1\" dependencies = [ \"bit-vec\", ] [[package]] name = \"bit-vec\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\" [[package]] name = \"bit_field\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635\" [[package]] name = \"bitstream-io\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06c9989a51171e2e81038ab168b6ae22886fe9ded214430dbb4f41c28cf176da\" [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array\", ] [[package]] name = \"blocking\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88\" dependencies = [ \"async-channel\", \"async-lock\", \"async-task\", \"futures-io\", \"futures-lite\", \"piper\", ] [[package]] name = \"built\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16\" [[package]] name = \"bumpalo\" version = \"3.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec\" [[package]] name = \"bytemuck\" version = \"1.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6\" [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"byteorder-lite\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495\" [[package]] name = \"bytes\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223\" [[package]] name = \"cc\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0\" dependencies = [ \"jobserver\", \"libc\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfg-expr\" version = \"0.15.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02\" dependencies = [ \"smallvec\", \"target-lexicon\", ] [[package]] name = \"cfg-if\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"chrono\" version = \"0.4.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"js-sys\", \"num-traits\", \"serde\", \"wasm-bindgen\", \"windows-targets 0.52.5\", ] [[package]] name = \"clap\" version = \"2.34.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c\" dependencies = [ \"ansi_term\", \"atty\", \"bitflags 1.3.2\", \"strsim 0.8.0\", \"textwrap\", \"unicode-width\", \"vec_map\", ] [[package]] name = \"clap\" version = \"4.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0\" dependencies = [ \"clap_builder\", \"clap_derive\", ] [[package]] name = \"clap_builder\" version = \"4.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4\" dependencies = [ \"anstream\", \"anstyle\", \"clap_lex\", \"strsim 0.11.1\", ] [[package]] name = \"clap_derive\" version = \"4.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64\" dependencies = [ \"heck\", \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"clap_lex\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce\" [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"colorchoice\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7\" [[package]] name = \"colored\" version = \"1.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a5f741c91823341bebf717d4c71bda820630ce065443b58bd1b7451af008355\" dependencies = [ \"is-terminal\", \"lazy_static\", \"winapi 0.3.9\", ] [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"concurrent-queue\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973\" dependencies = [ \"crossbeam-utils 0.8.16\", ] [[package]] name = \"cookie\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747\" dependencies = [ \"percent-encoding\", \"time\", \"version_check\", ] [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa\" [[package]] name = \"cpufeatures\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1\" dependencies = [ \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"crossbeam-channel\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87\" dependencies = [ \"crossbeam-utils 0.7.2\", \"maybe-uninit\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-epoch\", \"crossbeam-utils 0.8.16\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7\" dependencies = [ \"autocfg\", \"cfg-if 1.0.0\", \"crossbeam-utils 0.8.16\", \"memoffset 0.9.0\", \"scopeguard\", ] [[package]] name = \"crossbeam-utils\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8\" dependencies = [ \"autocfg\", \"cfg-if 0.1.10\", \"lazy_static\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"darling\" version = \"0.13.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.13.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2\", \"quote\", \"strsim 0.10.0\", \"syn 1.0.109\", ] [[package]] name = \"darling_macro\" version = \"0.13.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835\" dependencies = [ \"darling_core\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"dbus\" version = \"0.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b\" dependencies = [ \"libc\", \"libdbus-sys\", \"winapi 0.3.9\", ] [[package]] name = \"dbus-codegen\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a49da9fdfbe872d4841d56605dc42efa5e6ca3291299b87f44e1cde91a28617c\" dependencies = [ \"clap 2.34.0\", \"dbus\", \"xml-rs\", ] [[package]] name = \"dbus-tree\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f456e698ae8e54575e19ddb1f9b7bce2298568524f215496b248eb9498b4f508\" dependencies = [ \"dbus\", ] [[package]] name = \"deranged\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946\" [[package]] name = \"devise\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8\" dependencies = [ \"devise_codegen\", \"devise_core\", ] [[package]] name = \"devise_codegen\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6\" dependencies = [ \"devise_core\", \"quote\", ] [[package]] name = \"devise_core\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a\" dependencies = [ \"bitflags 2.4.0\", \"proc-macro2\", \"proc-macro2-diagnostics\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"dirs\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059\" dependencies = [ \"dirs-sys 0.3.7\", ] [[package]] name = \"dirs\" version = \"5.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225\" dependencies = [ \"dirs-sys 0.4.1\", ] [[package]] name = \"dirs-sys\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6\" dependencies = [ \"libc\", \"redox_users\", \"winapi 0.3.9\", ] [[package]] name = \"dirs-sys\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c\" dependencies = [ \"libc\", \"option-ext\", \"redox_users\", \"windows-sys 0.48.0\", ] [[package]] name = \"dlib\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412\" dependencies = [ \"libloading\", ] [[package]] name = \"downcast-rs\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650\" [[package]] name = \"dyn-clone\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd\" [[package]] name = \"either\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07\" [[package]] name = \"encoding_rs\" version = \"0.8.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"endi\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf\" [[package]] name = \"enumflags2\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d\" dependencies = [ \"enumflags2_derive\", \"serde\", ] [[package]] name = \"enumflags2_derive\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"env_logger\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0\" dependencies = [ \"log\", \"regex\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"errno\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"event-listener\" version = \"4.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener\" version = \"5.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3\" dependencies = [ \"event-listener 4.0.3\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1\" dependencies = [ \"event-listener 5.3.0\", \"pin-project-lite\", ] [[package]] name = \"exr\" version = \"1.71.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide\", \"rayon-core\", \"smallvec\", \"zune-inflate\", ] [[package]] name = \"fallible-iterator\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649\" [[package]] name = \"fallible-streaming-iterator\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a\" [[package]] name = \"fancy-regex\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05\" dependencies = [ \"bit-set\", \"regex\", ] [[package]] name = \"fastrand\" version = \"2.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5\" [[package]] name = \"fdeflate\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"fern\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee\" dependencies = [ \"colored\", \"log\", ] [[package]] name = \"figment\" version = \"0.10.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4547e226f4c9ab860571e070a9034192b3175580ecea38da34fcdb53a018c9a5\" dependencies = [ \"atomic\", \"pear\", \"serde\", \"toml 0.7.8\", \"uncased\", \"version_check\", ] [[package]] name = \"flate2\" version = \"1.0.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"flume\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181\" dependencies = [ \"spin\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"form_urlencoded\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"futures\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\" [[package]] name = \"futures-executor\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\" [[package]] name = \"futures-lite\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63\" dependencies = [ \"fastrand\", \"futures-core\", \"futures-io\", \"memchr\", \"parking\", \"pin-project-lite\", \"waker-fn\", ] [[package]] name = \"futures-macro\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"futures-sink\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5\" [[package]] name = \"futures-task\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\" [[package]] name = \"futures-timer\" version = \"3.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c\" [[package]] name = \"futures-util\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"generator\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e\" dependencies = [ \"cc\", \"libc\", \"log\", \"rustversion\", \"windows\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"gethostname\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818\" dependencies = [ \"libc\", \"windows-targets 0.48.5\", ] [[package]] name = \"getrandom\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"wasi\", ] [[package]] name = \"gif\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gimli\" version = \"0.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0\" [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"h2\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http\", \"indexmap 1.9.3\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"half\" version = \"2.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0\" dependencies = [ \"crunchy\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"hashbrown\" version = \"0.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12\" dependencies = [ \"ahash\", \"allocator-api2\", ] [[package]] name = \"hashlink\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7\" dependencies = [ \"hashbrown 0.14.1\", ] [[package]] name = \"heck\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\" [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"http\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1\" dependencies = [ \"bytes\", \"http\", \"pin-project-lite\", ] [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"httpdate\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\" [[package]] name = \"hyper\" version = \"0.14.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"socket2 0.4.9\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"hyper-tls\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905\" dependencies = [ \"bytes\", \"hyper\", \"native-tls\", \"tokio\", \"tokio-native-tls\", ] [[package]] name = \"iana-time-zone\" version = \"0.1.57\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"idna\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"image\" version = \"0.25.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"exr\", \"gif\", \"image-webp\", \"num-traits\", \"png\", \"qoi\", \"ravif\", \"rayon\", \"rgb\", \"tiff\", \"zune-core\", \"zune-jpeg\", ] [[package]] name = \"image-webp\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d\" dependencies = [ \"byteorder-lite\", \"thiserror\", ] [[package]] name = \"imgref\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126\" [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", ] [[package]] name = \"indexmap\" version = \"2.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897\" dependencies = [ \"equivalent\", \"hashbrown 0.14.1\", \"serde\", ] [[package]] name = \"inlinable_string\" version = \"0.1.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb\" [[package]] name = \"interpolate_name\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"ipnet\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6\" [[package]] name = \"is-docker\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3\" dependencies = [ \"once_cell\", ] [[package]] name = \"is-terminal\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b\" dependencies = [ \"hermit-abi 0.3.9\", \"rustix\", \"windows-sys 0.48.0\", ] [[package]] name = \"is-wsl\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5\" dependencies = [ \"is-docker\", \"once_cell\", ] [[package]] name = \"is_terminal_polyfill\" version = \"1.70.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800\" [[package]] name = \"itertools\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38\" [[package]] name = \"jemalloc-sys\" version = \"0.5.4+5.3.0-patched\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"jemallocator\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc\" dependencies = [ \"jemalloc-sys\", \"libc\", ] [[package]] name = \"jni\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c\" dependencies = [ \"cesu8\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e\" [[package]] name = \"js-sys\" version = \"0.3.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"ksni\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4934310bdd016e55725482b8d35ac0c16fd058c1b955d8959aa2d953b918c85b\" dependencies = [ \"dbus\", \"dbus-codegen\", \"dbus-tree\", \"thiserror\", ] [[package]] name = \"lalr\" version = \"0.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"106d7548f95adbe3019b4fc4954554d7b72535867aa9ce326d2f766b68958de7\" [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lebe\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8\" [[package]] name = \"libc\" version = \"0.2.153\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd\" [[package]] name = \"libdbus-sys\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72\" dependencies = [ \"pkg-config\", ] [[package]] name = \"libfuzzer-sys\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7\" dependencies = [ \"arbitrary\", \"cc\", \"once_cell\", ] [[package]] name = \"libloading\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb\" dependencies = [ \"cfg-if 1.0.0\", \"windows-sys 0.48.0\", ] [[package]] name = \"libsqlite3-sys\" version = \"0.27.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716\" dependencies = [ \"cc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"linux-raw-sys\" version = \"0.4.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89\" [[package]] name = \"lock_api\" version = \"0.4.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c\" [[package]] name = \"log-panics\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f\" dependencies = [ \"backtrace\", \"log\", ] [[package]] name = \"loom\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5\" dependencies = [ \"cfg-if 1.0.0\", \"generator\", \"scoped-tls\", \"serde\", \"serde_json\", \"tracing\", \"tracing-subscriber\", ] [[package]] name = \"loop9\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062\" dependencies = [ \"imgref\", ] [[package]] name = \"matchers\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558\" dependencies = [ \"regex-automata 0.1.10\", ] [[package]] name = \"maybe-rayon\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519\" dependencies = [ \"cfg-if 1.0.0\", \"rayon\", ] [[package]] name = \"maybe-uninit\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00\" [[package]] name = \"memchr\" version = \"2.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c\" [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"mime\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\" [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09\" dependencies = [ \"libc\", \"wasi\", \"windows-sys 0.48.0\", ] [[package]] name = \"mpsc_requests\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d778b8a8b7b31d8d23c8bbde4e571b483f3962dc9f14f447c14188e8a7fe85c\" dependencies = [ \"crossbeam-channel\", ] [[package]] name = \"multer\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2\" dependencies = [ \"bytes\", \"encoding_rs\", \"futures-util\", \"http\", \"httparse\", \"log\", \"memchr\", \"mime\", \"spin\", \"tokio\", \"tokio-util\", \"version_check\", ] [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"new_debug_unreachable\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086\" [[package]] name = \"nix\" version = \"0.26.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if 1.0.0\", \"libc\", \"memoffset 0.7.1\", ] [[package]] name = \"nix\" version = \"0.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4\" dependencies = [ \"bitflags 2.4.0\", \"cfg-if 1.0.0\", \"cfg_aliases\", \"libc\", \"memoffset 0.9.0\", ] [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"noop_proc_macro\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8\" [[package]] name = \"nu-ansi-term\" version = \"0.46.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84\" dependencies = [ \"overload\", \"winapi 0.3.9\", ] [[package]] name = \"num-bigint\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-derive\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-bigint\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\" dependencies = [ \"hermit-abi 0.3.9\", \"libc\", ] [[package]] name = \"object\" version = \"0.32.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0\" dependencies = [ \"memchr\", ] [[package]] name = \"ole32-sys\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"open\" version = \"5.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2eb49fbd5616580e9974662cb96a3463da4476e649a7e4b258df0de065db0657\" dependencies = [ \"is-wsl\", \"libc\", \"pathdiff\", ] [[package]] name = \"openssl\" version = \"0.10.57\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c\" dependencies = [ \"bitflags 2.4.0\", \"cfg-if 1.0.0\", \"foreign-types\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-src\" version = \"300.1.5+3.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"559068e4c12950d7dcaa1857a61725c0d38d4fc03ff8e070ab31a75d6e316491\" dependencies = [ \"cc\", ] [[package]] name = \"openssl-sys\" version = \"0.9.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d\" dependencies = [ \"cc\", \"libc\", \"openssl-src\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"option-ext\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d\" [[package]] name = \"ordered-stream\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50\" dependencies = [ \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"overload\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39\" [[package]] name = \"parking\" version = \"2.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067\" [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall 0.3.5\", \"smallvec\", \"windows-targets 0.48.5\", ] [[package]] name = \"paste\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c\" [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"pear\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61a386cd715229d399604b50d1361683fe687066f42d56f54be995bc6868f71c\" dependencies = [ \"inlinable_string\", \"pear_codegen\", \"yansi\", ] [[package]] name = \"pear_codegen\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da9f0f13dac8069c139e8300a6510e3f4143ecf5259c60b116a9b271b4ca0d54\" dependencies = [ \"proc-macro2\", \"proc-macro2-diagnostics\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"percent-encoding\" version = \"2.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94\" [[package]] name = \"pin-project-lite\" version = \"0.2.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"piper\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4\" dependencies = [ \"atomic-waker\", \"fastrand\", \"futures-io\", ] [[package]] name = \"pkg-config\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964\" [[package]] name = \"plex\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d8fc09f81816d9530a29fc1a879c7b4a6b94c3a50bb9d5626a58ae15ca34360\" dependencies = [ \"lalr\", \"proc-macro2\", \"quote\", \"redfa\", \"syn 2.0.64\", ] [[package]] name = \"png\" version = \"0.17.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"polling\" version = \"3.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3\" dependencies = [ \"cfg-if 1.0.0\", \"concurrent-queue\", \"hermit-abi 0.3.9\", \"pin-project-lite\", \"rustix\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"proc-macro-crate\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284\" dependencies = [ \"toml_edit 0.21.0\", ] [[package]] name = \"proc-macro2\" version = \"1.0.82\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"proc-macro2-diagnostics\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", \"version_check\", \"yansi\", ] [[package]] name = \"profiling\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58\" dependencies = [ \"profiling-procmacros\", ] [[package]] name = \"profiling-procmacros\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd\" dependencies = [ \"quote\", \"syn 2.0.64\", ] [[package]] name = \"qoi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001\" dependencies = [ \"bytemuck\", ] [[package]] name = \"quick-error\" version = \"2.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3\" [[package]] name = \"quick-xml\" version = \"0.30.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956\" dependencies = [ \"memchr\", ] [[package]] name = \"quote\" version = \"1.0.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"rav1e\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9\" dependencies = [ \"arbitrary\", \"arg_enum_proc_macro\", \"arrayvec\", \"av1-grain\", \"bitstream-io\", \"built\", \"cfg-if 1.0.0\", \"interpolate_name\", \"itertools\", \"libc\", \"libfuzzer-sys\", \"log\", \"maybe-rayon\", \"new_debug_unreachable\", \"noop_proc_macro\", \"num-derive\", \"num-traits\", \"once_cell\", \"paste\", \"profiling\", \"rand\", \"rand_chacha\", \"simd_helpers\", \"system-deps\", \"thiserror\", \"v_frame\", \"wasm-bindgen\", ] [[package]] name = \"ravif\" version = \"0.11.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234\" dependencies = [ \"avif-serialize\", \"imgref\", \"loop9\", \"quick-error\", \"rav1e\", \"rayon\", \"rgb\", ] [[package]] name = \"rayon\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed\" dependencies = [ \"crossbeam-deque\", \"crossbeam-utils 0.8.16\", ] [[package]] name = \"redfa\" version = \"0.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba41b4ee12e29433820b330c8ac41d2f01390be8a8ef8ac59ed2b8edeaa7857e\" dependencies = [ \"bit-set\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom\", \"redox_syscall 0.2.16\", \"thiserror\", ] [[package]] name = \"ref-cast\" version = \"1.0.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280\" dependencies = [ \"ref-cast-impl\", ] [[package]] name = \"ref-cast-impl\" version = \"1.0.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"regex\" version = \"1.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata 0.4.6\", \"regex-syntax 0.8.2\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" dependencies = [ \"regex-syntax 0.6.29\", ] [[package]] name = \"regex-automata\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax 0.8.2\", ] [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"regex-syntax\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f\" [[package]] name = \"relative-path\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca\" [[package]] name = \"reqwest\" version = \"0.11.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1\" dependencies = [ \"base64\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-tls\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"tokio\", \"tokio-native-tls\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg\", ] [[package]] name = \"rgb\" version = \"0.8.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8\" dependencies = [ \"bytemuck\", ] [[package]] name = \"rocket\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e7bb57ccb26670d73b6a47396c83139447b9e7878cab627fdfe9ea8da489150\" dependencies = [ \"async-stream\", \"async-trait\", \"atomic\", \"binascii\", \"bytes\", \"either\", \"figment\", \"futures\", \"indexmap 2.0.2\", \"log\", \"memchr\", \"multer\", \"num_cpus\", \"parking_lot\", \"pin-project-lite\", \"rand\", \"ref-cast\", \"rocket_codegen\", \"rocket_http\", \"serde\", \"serde_json\", \"state\", \"tempfile\", \"time\", \"tokio\", \"tokio-stream\", \"tokio-util\", \"ubyte\", \"version_check\", \"yansi\", ] [[package]] name = \"rocket_codegen\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2238066abf75f21be6cd7dc1a09d5414a671f4246e384e49fe3f8a4936bd04c\" dependencies = [ \"devise\", \"glob\", \"indexmap 2.0.2\", \"proc-macro2\", \"quote\", \"rocket_http\", \"syn 2.0.64\", \"unicode-xid\", \"version_check\", ] [[package]] name = \"rocket_cors\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cfac3a1df83f8d4fc96aa41dba3b86c786417b7fc0f52ec76295df2ba781aa69\" dependencies = [ \"http\", \"log\", \"regex\", \"rocket\", \"serde\", \"serde_derive\", \"unicase\", \"unicase_serde\", \"url\", ] [[package]] name = \"rocket_http\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37a1663694d059fe5f943ea5481363e48050acedd241d46deb2e27f71110389e\" dependencies = [ \"cookie\", \"either\", \"futures\", \"http\", \"hyper\", \"indexmap 2.0.2\", \"log\", \"memchr\", \"pear\", \"percent-encoding\", \"pin-project-lite\", \"ref-cast\", \"serde\", \"smallvec\", \"stable-pattern\", \"state\", \"time\", \"tokio\", \"uncased\", ] [[package]] name = \"rstest\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682\" dependencies = [ \"futures\", \"futures-timer\", \"rstest_macros\", \"rustc_version\", ] [[package]] name = \"rstest_macros\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d\" dependencies = [ \"cfg-if 1.0.0\", \"glob\", \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"regex\", \"relative-path\", \"rustc_version\", \"syn 2.0.64\", \"unicode-ident\", ] [[package]] name = \"rusqlite\" version = \"0.30.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d\" dependencies = [ \"bitflags 2.4.0\", \"chrono\", \"fallible-iterator\", \"fallible-streaming-iterator\", \"hashlink\", \"libsqlite3-sys\", \"serde_json\", \"smallvec\", ] [[package]] name = \"rust-embed\" version = \"8.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1e7d90385b59f0a6bf3d3b757f3ca4ece2048265d70db20a2016043d4509a40\" dependencies = [ \"rust-embed-impl\", \"rust-embed-utils\", \"walkdir\", ] [[package]] name = \"rust-embed-impl\" version = \"8.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c3d8c6fd84090ae348e63a84336b112b5c3918b3bf0493a581f7bd8ee623c29\" dependencies = [ \"proc-macro2\", \"quote\", \"rust-embed-utils\", \"shellexpand\", \"syn 2.0.64\", \"walkdir\", ] [[package]] name = \"rust-embed-utils\" version = \"8.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"873feff8cb7bf86fdf0a71bb21c95159f4e4a37dd7a4bd1855a940909b583ada\" dependencies = [ \"sha2\", \"walkdir\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.38.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f\" dependencies = [ \"bitflags 2.4.0\", \"errno\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustversion\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4\" [[package]] name = \"ryu\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"schannel\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88\" dependencies = [ \"windows-sys 0.48.0\", ] [[package]] name = \"schemars\" version = \"0.8.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c\" dependencies = [ \"chrono\", \"dyn-clone\", \"schemars_derive\", \"serde\", \"serde_json\", ] [[package]] name = \"schemars_derive\" version = \"0.8.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c\" dependencies = [ \"proc-macro2\", \"quote\", \"serde_derive_internals\", \"syn 1.0.109\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"security-framework\" version = \"2.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"semver\" version = \"1.0.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0\" [[package]] name = \"serde\" version = \"1.0.202\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_default\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fd4c77b86d9fb10363e52607ca6dc3043d8dfde6c790b702ed4ffafb34e7b99\" dependencies = [ \"darling\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"serde_derive\" version = \"1.0.202\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"serde_derive_internals\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"serde_json\" version = \"1.0.117\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_repr\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"serde_spanned\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0\" dependencies = [ \"serde\", ] [[package]] name = \"serde_urlencoded\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd\" dependencies = [ \"form_urlencoded\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"sha1\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sha2\" version = \"0.10.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sharded-slab\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b\" dependencies = [ \"lazy_static\", ] [[package]] name = \"shell32-sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"shellexpand\" version = \"2.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4\" dependencies = [ \"dirs 4.0.0\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1\" dependencies = [ \"libc\", ] [[package]] name = \"simd-adler32\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe\" [[package]] name = \"simd_helpers\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6\" dependencies = [ \"quote\", ] [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a\" [[package]] name = \"socket2\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"socket2\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9\" dependencies = [ \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"spin\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\" dependencies = [ \"lock_api\", ] [[package]] name = \"stable-pattern\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045\" dependencies = [ \"memchr\", ] [[package]] name = \"state\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8\" dependencies = [ \"loom\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"strsim\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a\" [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"strsim\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\" [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"system-deps\" version = \"6.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349\" dependencies = [ \"cfg-expr\", \"heck\", \"pkg-config\", \"toml 0.8.13\", \"version-compare\", ] [[package]] name = \"target-lexicon\" version = \"0.12.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f\" [[package]] name = \"tempfile\" version = \"3.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1\" dependencies = [ \"cfg-if 1.0.0\", \"fastrand\", \"rustix\", \"windows-sys 0.52.0\", ] [[package]] name = \"textwrap\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060\" dependencies = [ \"unicode-width\", ] [[package]] name = \"thiserror\" version = \"1.0.49\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.49\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"thread_local\" version = \"1.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152\" dependencies = [ \"cfg-if 1.0.0\", \"once_cell\", ] [[package]] name = \"tiff\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211\" dependencies = [ \"flate2\", \"jpeg-decoder\", \"weezl\", ] [[package]] name = \"time\" version = \"0.3.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe\" dependencies = [ \"deranged\", \"itoa\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\" [[package]] name = \"time-macros\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20\" dependencies = [ \"time-core\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2 0.5.5\", \"tokio-macros\", \"windows-sys 0.48.0\", ] [[package]] name = \"tokio-macros\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-stream\" version = \"0.1.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", \"tracing\", ] [[package]] name = \"toml\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.19.15\", ] [[package]] name = \"toml\" version = \"0.8.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.22.13\", ] [[package]] name = \"toml_datetime\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421\" dependencies = [ \"indexmap 2.0.2\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow 0.5.15\", ] [[package]] name = \"toml_edit\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03\" dependencies = [ \"indexmap 2.0.2\", \"toml_datetime\", \"winnow 0.5.15\", ] [[package]] name = \"toml_edit\" version = \"0.22.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c\" dependencies = [ \"indexmap 2.0.2\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow 0.6.8\", ] [[package]] name = \"tower-service\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52\" [[package]] name = \"tracing\" version = \"0.1.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\" dependencies = [ \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", ] [[package]] name = \"tracing-core\" version = \"0.1.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\" dependencies = [ \"once_cell\", \"valuable\", ] [[package]] name = \"tracing-log\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922\" dependencies = [ \"lazy_static\", \"log\", \"tracing-core\", ] [[package]] name = \"tracing-subscriber\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77\" dependencies = [ \"matchers\", \"nu-ansi-term\", \"once_cell\", \"regex\", \"sharded-slab\", \"smallvec\", \"thread_local\", \"tracing\", \"tracing-core\", \"tracing-log\", ] [[package]] name = \"try-lock\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed\" [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"ubyte\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6\" dependencies = [ \"serde\", ] [[package]] name = \"uds_windows\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9\" dependencies = [ \"memoffset 0.9.0\", \"tempfile\", \"winapi 0.3.9\", ] [[package]] name = \"uncased\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68\" dependencies = [ \"serde\", \"version_check\", ] [[package]] name = \"unicase\" version = \"2.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89\" dependencies = [ \"version_check\", ] [[package]] name = \"unicase_serde\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ef53697679d874d69f3160af80bc28de12730a985d57bdf2b47456ccb8b11f1\" dependencies = [ \"serde\", \"unicase\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460\" [[package]] name = \"unicode-ident\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b\" [[package]] name = \"unicode-normalization\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-width\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"url\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", ] [[package]] name = \"utf8parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a\" [[package]] name = \"uuid\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d\" dependencies = [ \"getrandom\", \"serde\", ] [[package]] name = \"v_frame\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b\" dependencies = [ \"aligned-vec\", \"num-traits\", \"wasm-bindgen\", ] [[package]] name = \"valuable\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d\" [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"vec_map\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191\" [[package]] name = \"version-compare\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"waker-fn\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690\" [[package]] name = \"walkdir\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"want\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e\" dependencies = [ \"try-lock\", ] [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8\" dependencies = [ \"cfg-if 1.0.0\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.64\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.64\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96\" [[package]] name = \"watchers\" version = \"0.3.0\" dependencies = [ \"anyhow\", \"async-trait\", \"aw-client-rust\", \"chrono\", \"dirs 5.0.1\", \"gethostname\", \"log\", \"regex\", \"rstest\", \"serde\", \"serde_default\", \"serde_json\", \"tempfile\", \"tokio\", \"toml 0.8.13\", \"wayland-client\", \"wayland-protocols\", \"wayland-protocols-plasma\", \"wayland-protocols-wlr\", \"x11rb\", \"zbus\", ] [[package]] name = \"wayland-backend\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4\" dependencies = [ \"cc\", \"downcast-rs\", \"nix 0.26.4\", \"scoped-tls\", \"smallvec\", \"wayland-sys\", ] [[package]] name = \"wayland-client\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3\" dependencies = [ \"bitflags 2.4.0\", \"nix 0.26.4\", \"wayland-backend\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4\" dependencies = [ \"bitflags 2.4.0\", \"wayland-backend\", \"wayland-client\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols-plasma\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479\" dependencies = [ \"bitflags 2.4.0\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols-wlr\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6\" dependencies = [ \"bitflags 2.4.0\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-scanner\", ] [[package]] name = \"wayland-scanner\" version = \"0.31.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c\" dependencies = [ \"proc-macro2\", \"quick-xml\", \"quote\", ] [[package]] name = \"wayland-sys\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af\" dependencies = [ \"dlib\", \"log\", \"pkg-config\", ] [[package]] name = \"web-sys\" version = \"0.3.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"weezl\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082\" [[package]] name = \"winapi\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-build\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc\" [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets 0.52.5\", ] [[package]] name = \"windows-targets\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\" dependencies = [ \"windows_aarch64_gnullvm 0.48.5\", \"windows_aarch64_msvc 0.48.5\", \"windows_i686_gnu 0.48.5\", \"windows_i686_msvc 0.48.5\", \"windows_x86_64_gnu 0.48.5\", \"windows_x86_64_gnullvm 0.48.5\", \"windows_x86_64_msvc 0.48.5\", ] [[package]] name = \"windows-targets\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb\" dependencies = [ \"windows_aarch64_gnullvm 0.52.5\", \"windows_aarch64_msvc 0.52.5\", \"windows_i686_gnu 0.52.5\", \"windows_i686_gnullvm\", \"windows_i686_msvc 0.52.5\", \"windows_x86_64_gnu 0.52.5\", \"windows_x86_64_gnullvm 0.52.5\", \"windows_x86_64_msvc 0.52.5\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670\" [[package]] name = \"windows_i686_gnullvm\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0\" [[package]] name = \"winnow\" version = \"0.5.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc\" dependencies = [ \"memchr\", ] [[package]] name = \"winnow\" version = \"0.6.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.50.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1\" dependencies = [ \"cfg-if 1.0.0\", \"windows-sys 0.48.0\", ] [[package]] name = \"x11rb\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12\" dependencies = [ \"gethostname\", \"rustix\", \"x11rb-protocol\", ] [[package]] name = \"x11rb-protocol\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d\" [[package]] name = \"xdg-home\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"xml-rs\" version = \"0.8.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a\" [[package]] name = \"yansi\" version = \"1.0.0-rc.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377\" dependencies = [ \"is-terminal\", ] [[package]] name = \"zbus\" version = \"4.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5915716dff34abef1351d2b10305b019c8ef33dcf6c72d31a6e227d5d9d7a21\" dependencies = [ \"async-broadcast\", \"async-executor\", \"async-fs\", \"async-io\", \"async-lock\", \"async-process\", \"async-recursion\", \"async-task\", \"async-trait\", \"blocking\", \"enumflags2\", \"event-listener 5.3.0\", \"futures-core\", \"futures-sink\", \"futures-util\", \"hex\", \"nix 0.28.0\", \"ordered-stream\", \"rand\", \"serde\", \"serde_repr\", \"sha1\", \"static_assertions\", \"tracing\", \"uds_windows\", \"windows-sys 0.52.0\", \"xdg-home\", \"zbus_macros\", \"zbus_names\", \"zvariant\", ] [[package]] name = \"zbus_macros\" version = \"4.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"66fceb36d0c1c4a6b98f3ce40f410e64e5a134707ed71892e1b178abc4c695d4\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zbus_names\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c\" dependencies = [ \"serde\", \"static_assertions\", \"zvariant\", ] [[package]] name = \"zune-core\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a\" [[package]] name = \"zune-inflate\" version = \"0.2.54\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"zune-jpeg\" version = \"0.4.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448\" dependencies = [ \"zune-core\", ] [[package]] name = \"zvariant\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"877ef94e5e82b231d2a309c531f191a8152baba8241a7939ee04bd76b0171308\" dependencies = [ \"endi\", \"enumflags2\", \"serde\", \"static_assertions\", \"zvariant_derive\", ] [[package]] name = \"zvariant_derive\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7ca98581cc6a8120789d8f1f0997e9053837d6aa5346cbb43454d7121be6e39\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zvariant_utils\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75fa7291bdd68cd13c4f97cc9d78cbf16d96305856dfc7ac942aeff4c2de7d5a\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] "} {"_id":"q-en-nixpkgs-0633e612d52be83e3da42a634fca7df1d3bf35805a82ec766fb1ccc6dd55c894","text":" { lib , python3Packages , fetchFromGitHub , writeText , copyDesktopItems , makeDesktopItem , makeWrapper , onedrive { lib, python3Packages, fetchFromGitHub, writeText, copyDesktopItems, makeDesktopItem, makeWrapper, onedrive, }: let version = \"1.0.3\"; version = \"1.1.0rc3\"; setupPy = writeText \"setup.py\" '' from setuptools import setup"} {"_id":"q-en-nixpkgs-063fb924ca5088fb7d1e70e984d48e358b75a93a1d362ba4ed40bf0bab00a0cd","text":", qtx11extras, rubberband, scons, sqlite, taglib, upower, vampSDK }: stdenv.mkDerivation rec { mkDerivation rec { name = \"mixxx-${version}\"; version = \"2.2.1\";"} {"_id":"q-en-nixpkgs-064f130a92adb9d8c6adff3823844b7fb6b9ee25922b4b645d186fab95b2e4f0","text":"client.wait_for_unit(\"default.target\") client.succeed( 'curl --data '{\"host\": \"acme.test\", \"addresses\": [\"${nodes.acme.config.networking.primaryIPAddress}\"]}' http://${dnsServerIP nodes}:8055/add-a' 'curl --data '{\"host\": \"${caDomain}\", \"addresses\": [\"${nodes.acme.config.networking.primaryIPAddress}\"]}' http://${dnsServerIP nodes}:8055/add-a' ) acme.start()"} {"_id":"q-en-nixpkgs-0699345fbcd73abf9ae8338ef86db8693dc1f04d7b762a7636b9f27dc6d02b6d","text":"homepage = \"https://freetubeapp.io/\"; license = licenses.agpl3Only; maintainers = with maintainers; [ ryneeverett alyaeanyx ]; inherit (electron_22.meta) platforms; inherit (electron.meta) platforms; }; }"} {"_id":"q-en-nixpkgs-06b54fe534b1abb0ecb4bd34651f060f1ea879524be293b00e214c7365445802","text":"mkdir -p $out/Applications cp -r *.app $out/Applications ''; # 1Password is notarized. dontFixup = true; }"} {"_id":"q-en-nixpkgs-06f53b92f974435397023ab25fcc831cd1cb68d8694c843b7ebddaae4f58984c","text":"btcdeb = callPackage ../applications/blockchains/btcdeb {}; jitsi-meet-electron = callPackage ../applications/networking/instant-messengers/jitsi-meet-electron { }; }"} {"_id":"q-en-nixpkgs-0734396e9e5be432f7e0db149e13408255d54083be74d091beba65e6a470c86e","text":"libExecPath=\"${libExecPath}\" python build/linux/unbundle/replace_gn_files.py --system-libraries ${toString gnSystemLibraries} gn gen --args=${escapeShellArg gnFlags} out/Release gn gen --args=${escapeShellArg gnFlags} out/Release | tee gn-gen-outputs.txt # Fail if `gn gen` contains a WARNING. grep -o WARNING gn-gen-outputs.txt && echo \"Found gn WARNING, exiting nix build\" && exit 1 runHook postConfigure '';"} {"_id":"q-en-nixpkgs-073a6d641f9dba2ca1e0d2ca83a35155db7c0d7f1e497a9b90f948d169bb61c1","text":"type = with types; attrsOf (submodule upsOptions); }; users = mkOption { default = {}; description = lib.mdDoc '' Users that can access upsd. See `man upsd.users`. ''; type = with types; attrsOf (submodule userOptions); }; }; }; config = mkIf cfg.enable { assertions = [ (let totalPowerValue = foldl' add 0 (map (monitor: monitor.powerValue) (attrValues cfg.upsmon.monitor)); minSupplies = cfg.upsmon.settings.MINSUPPLIES; in mkIf cfg.upsmon.enable { assertion = totalPowerValue >= minSupplies; message = '' `power.ups.upsmon`: Total configured power value (${toString totalPowerValue}) must be at least MINSUPPLIES (${toString minSupplies}). ''; }) ]; environment.systemPackages = [ pkgs.nut ]; systemd.services.upsmon = { networking.firewall = mkIf cfg.openFirewall { allowedTCPPorts = if cfg.upsd.listen == [] then [ defaultPort ] else unique (forEach cfg.upsd.listen (listen: listen.port)); }; systemd.services.upsmon = let secrets = mapAttrsToList (name: monitor: \"upsmon_password_${name}\") cfg.upsmon.monitor; createUpsmonConf = installSecrets upsmonConf \"/run/nut/upsmon.conf\" secrets; in { enable = cfg.upsmon.enable; description = \"Uninterruptible Power Supplies (Monitor)\"; after = [ \"network.target\" ]; wantedBy = [ \"multi-user.target\" ]; serviceConfig.Type = \"forking\"; script = \"${pkgs.nut}/sbin/upsmon\"; environment.NUT_CONFPATH = \"/etc/nut/\"; environment.NUT_STATEPATH = \"/var/lib/nut/\"; serviceConfig = { Type = \"forking\"; ExecStartPre = \"${createUpsmonConf}\"; ExecStart = \"${pkgs.nut}/sbin/upsmon\"; ExecReload = \"${pkgs.nut}/sbin/upsmon -c reload\"; LoadCredential = mapAttrsToList (name: monitor: \"upsmon_password_${name}:${monitor.passwordFile}\") cfg.upsmon.monitor; }; environment.NUT_CONFPATH = \"/etc/nut\"; environment.NUT_STATEPATH = \"/var/lib/nut\"; }; systemd.services.upsd = { systemd.services.upsd = let secrets = mapAttrsToList (name: user: \"upsdusers_password_${name}\") cfg.users; createUpsdUsers = installSecrets upsdUsers \"/run/nut/upsd.users\" secrets; in { enable = cfg.upsd.enable; description = \"Uninterruptible Power Supplies (Daemon)\"; after = [ \"network.target\" \"upsmon.service\" ]; wantedBy = [ \"multi-user.target\" ]; serviceConfig.Type = \"forking\"; # TODO: replace 'root' by another username. script = \"${pkgs.nut}/sbin/upsd -u root\"; environment.NUT_CONFPATH = \"/etc/nut/\"; environment.NUT_STATEPATH = \"/var/lib/nut/\"; serviceConfig = { Type = \"forking\"; ExecStartPre = \"${createUpsdUsers}\"; # TODO: replace 'root' by another username. ExecStart = \"${pkgs.nut}/sbin/upsd -u root\"; ExecReload = \"${pkgs.nut}/sbin/upsd -c reload\"; LoadCredential = mapAttrsToList (name: user: \"upsdusers_password_${name}:${user.passwordFile}\") cfg.users; }; environment.NUT_CONFPATH = \"/etc/nut\"; environment.NUT_STATEPATH = \"/var/lib/nut\"; restartTriggers = [ config.environment.etc.\"nut/upsd.conf\".source ]; }; systemd.services.upsdrv = { enable = cfg.upsd.enable; description = \"Uninterruptible Power Supplies (Register all UPS)\"; after = [ \"upsd.service\" ]; wantedBy = [ \"multi-user.target\" ]; # TODO: replace 'root' by another username. script = \"${pkgs.nut}/bin/upsdrvctl -u root start\"; serviceConfig = { Type = \"oneshot\"; RemainAfterExit = true; # TODO: replace 'root' by another username. ExecStart = \"${pkgs.nut}/bin/upsdrvctl -u root start\"; }; environment.NUT_CONFPATH = \"/etc/nut/\"; environment.NUT_STATEPATH = \"/var/lib/nut/\"; environment.NUT_CONFPATH = \"/etc/nut\"; environment.NUT_STATEPATH = \"/var/lib/nut\"; }; environment.etc = {"} {"_id":"q-en-nixpkgs-073aae7cb02ca6587d31350a421739eb9f7527354e188cc1eee7593a83641b08","text":"] ++ optionals stdenv.isLinux [ \"QEMU_BRIDGE_HELPER=/run/wrappers/bin/qemu-bridge-helper\" \"QEMU_PR_HELPER=/run/libvirt/nix-helpers/qemu-pr-helper\" \"EBTABLES_PATH=${ebtables}/bin/ebtables-legacy\" \"--with-attr\" \"--with-apparmor\" \"--with-secdriver-apparmor\""} {"_id":"q-en-nixpkgs-076287ad216380519ac3290d915f7ac8164b3ab2042e4e0775d1fa2c8150655e","text":", libXt, qt, readline , useSCEL ? false, emacs }: let optional = stdenv.lib.optional; in stdenv.mkDerivation rec { let optional = stdenv.lib.optional; ljack2 = libjack2.override { gcc = gcc; }; in stdenv.mkDerivation rec { name = \"supercollider-3.6.6\"; meta = {"} {"_id":"q-en-nixpkgs-078fef34e88feff3d456df764ff341967ab01b83e89f54760baf114ae3338a8c","text":"mkdir $out/share/applications cp share/applnk/player/xdg/*.desktop $out/share/applications/ cp share/applnk/client/xdg-mime/*.desktop $out/share/applications/ cp share/applnk/runner/xdg-mime/*.desktop $out/share/applications/ mkdir -p $out/share/mime/packages cp share/applnk/client/xdg-mime/*.xml $out/share/mime/packages/ cp share/applnk/runner/xdg-mime/*.xml $out/share/mime/packages/ for i in $out/share/applications/*.desktop; do substituteInPlace \"$i\" --replace /usr/NX/bin $out/bin"} {"_id":"q-en-nixpkgs-079a014e615438d166ed2059d530d6a9bac412349c5019ce84a9f562fb9d35cf","text":", miniupnpc , zeromq , zlib , db48 , sqlite , qrencode , qtbase ? null"} {"_id":"q-en-nixpkgs-07a5712aedf9376fc89868b2661dd171fa83c446331c63f311c78c9d2e0ec2f7","text":"mkDerivation rec { pname = \"mythtv\"; version = \"32.0\"; version = \"34.0\"; src = fetchFromGitHub { owner = \"MythTV\"; repo = \"mythtv\"; rev = \"v${version}\"; sha256 = \"0i4fs3rbk1jggh62wflpa2l03na9i1ihpz2vsdic9vfahqqjxff1\"; hash = \"sha256-6/TEoyYIRq6pufYzGOmO5DB05JuDo9lqRAYT5N5M/L4=\"; }; patches = [ # Disable sourcing /etc/os-release ./dont-source-os-release.patch # Fix QMake variable substitution syntax - MythTV/mythtv#550 (fetchpatch { name = \"fix-qmake-var-syntax.patch\"; url = \"https://github.com/MythTV/mythtv/commit/a8da7f7e7ec069164adbef65a8104adc9bb52e36.patch\"; stripLen = 1; hash = \"sha256-JfRME00YNNjl6SKs1HBa0wBa/lR/Rt3zbQtWhsC36JM=\"; }) # Bachport the build against binutils-2.41 (fetchpatch { name = \"binutils-2.41.patch\"; url = \"https://github.com/MythTV/mythtv/commit/f9f9bba62ee2743c816cb2b9634b6b4397e5e2e3.patch\"; stripLen = 1; hash = \"sha256-IcXgBtfqPZ42inYFe7l8mWvKUV13S/YEQAHcOFaDivI=\"; }) ]; setSourceRoot = \"sourceRoot=$(echo */mythtv)\";"} {"_id":"q-en-nixpkgs-07c517366e074074f953ff769d456f7c35aa590bc17fb18473044a6a2e8d10e3","text":" { lib , rustPlatform , fetchFromGitHub , pkg-config , openssl , sqlite , stdenv , darwin , mpv , youtube-dl , makeBinaryWrapper }: rustPlatform.buildRustPackage rec { pname = \"ytui-music\"; version = \"2.0.0-rc1\"; src = fetchFromGitHub { owner = \"sudipghimire533\"; repo = \"ytui-music\"; rev = \"v${version}\"; hash = \"sha256-f/23PVk4bpUCvcQ25iNI/UVXqiPBzPKWq6OohVF41p8=\"; }; cargoHash = \"sha256-766Wev2/R/9LLlWWxOPl6y4CBRUU4hUrTDlVVuoJ8C8=\"; checkFlags = [ \"--skip=tests::display_config_path\" \"--skip=tests::inspect_server_list\" ]; nativeBuildInputs = [ pkg-config makeBinaryWrapper ]; buildInputs = [ openssl sqlite mpv ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreFoundation darwin.apple_sdk.frameworks.Security ]; postInstall = '' wrapProgram $out/bin/ytui_music --prefix PATH : ${lib.makeBinPath [ youtube-dl ]} ''; doInstallCheck = true; installCheckPhase = '' runHook preInstallCheck $out/bin/ytui_music help runHook postInstallCheck ''; meta = with lib; { description = \"Youtube client in terminal for music\"; homepage = \"https://github.com/sudipghimire533/ytui-music\"; license = licenses.gpl2Only; maintainers = with maintainers; [ kashw2 ]; mainProgram = \"ytui_music\"; }; } "} {"_id":"q-en-nixpkgs-08535e084290048d3c2157f43b86ea7c2d0c990300e9b31bf254ae8d74d278b4","text":", libarchive , libcpuid , libsodium , libxml2 , libxslt , lowdown , mdbook , mdbook-linkcheck"} {"_id":"q-en-nixpkgs-086ef688a262363cd6b445cc633ceebac0a233099f2f913e7b4f5ca3537fc021","text":"(fetchNuGet { pname = \"Swashbuckle.AspNetCore.SwaggerUI\"; version = \"6.5.0\"; sha256 = \"17hx7kc187higm0gk67dndng3n7932sn3fwyj48l45cvyr3025h7\"; }) (fetchNuGet { pname = \"System.Collections.Immutable\"; version = \"1.7.1\"; sha256 = \"1nh4nlxfc7lbnbl86wwk1a3jwl6myz5j6hvgh5sp4krim9901hsq\"; }) (fetchNuGet { pname = \"System.Collections.Immutable\"; version = \"7.0.0\"; sha256 = \"1n9122cy6v3qhsisc9lzwa1m1j62b8pi2678nsmnlyvfpk0zdagm\"; }) (fetchNuGet { pname = \"System.Composition\"; version = \"7.0.0\"; sha256 = \"1aii681g7a4gv8fvgd6hbnbbwi6lpzfcnl3k0k8hqx4m7fxp2f32\"; }) (fetchNuGet { pname = \"System.Composition.AttributedModel\"; version = \"7.0.0\"; sha256 = \"1cxrp0sk5b2gihhkn503iz8fa99k860js2qyzjpsw9rn547pdkny\"; }) (fetchNuGet { pname = \"System.Composition.Convention\"; version = \"7.0.0\"; sha256 = \"1nbyn42xys0kv247jf45r748av6fp8kp27f1582lfhnj2n8290rp\"; }) (fetchNuGet { pname = \"System.Composition.Hosting\"; version = \"7.0.0\"; sha256 = \"0wqbjxgggskfn45ilvg86grqci3zx9xj34r5sradca4mqqc90n7f\"; }) (fetchNuGet { pname = \"System.Composition.Runtime\"; version = \"7.0.0\"; sha256 = \"1p9xpqzx42s8cdizv6nh15hcjvl2km0rwby66nfkj4cb472l339s\"; }) (fetchNuGet { pname = \"System.Composition.TypedParts\"; version = \"7.0.0\"; sha256 = \"0syz7y6wgnxxgjvfqgymn9mnaa5fjy1qp06qnsvh3agr9mvcv779\"; }) (fetchNuGet { pname = \"System.Diagnostics.DiagnosticSource\"; version = \"6.0.0\"; sha256 = \"0rrihs9lnb1h6x4h0hn6kgfnh58qq7hx8qq99gh6fayx4dcnx3s5\"; }) (fetchNuGet { pname = \"System.Composition\"; version = \"8.0.0\"; sha256 = \"0y7rp5qwwvh430nr0r15zljw01gny8yvr0gg6w5cmsk3q7q7a3dc\"; }) (fetchNuGet { pname = \"System.Composition.AttributedModel\"; version = \"8.0.0\"; sha256 = \"16j61piz1jf8hbh14i1i4m2r9vw79gdqhjr4f4i588h52249fxlz\"; }) (fetchNuGet { pname = \"System.Composition.Convention\"; version = \"8.0.0\"; sha256 = \"10fwp7692a6yyw1p8b923k061zh95a6xs3vzfdmdv5pmf41cxlb7\"; }) (fetchNuGet { pname = \"System.Composition.Hosting\"; version = \"8.0.0\"; sha256 = \"1gbfimhxx6v6073pblv4rl5shz3kgx8lvfif5db26ak8pl5qj4kb\"; }) (fetchNuGet { pname = \"System.Composition.Runtime\"; version = \"8.0.0\"; sha256 = \"0snljpgfmg0wlkwilkvn9qjjghq1pjdfgdpnwhvl2qw6vzdij703\"; }) (fetchNuGet { pname = \"System.Composition.TypedParts\"; version = \"8.0.0\"; sha256 = \"0skwla26d8clfz3alr8m42qbzsrbi7dhg74z6ha832b6730mm4pr\"; }) (fetchNuGet { pname = \"System.IdentityModel.Tokens.Jwt\"; version = \"7.0.3\"; sha256 = \"1fls88ffq34j1gr6zay1crm27v3sjs5fa4mvj9akqjq05bxanlhk\"; }) (fetchNuGet { pname = \"System.Linq.Async\"; version = \"6.0.1\"; sha256 = \"10ira8hmv0i54yp9ggrrdm1c06j538sijfjpn1kmnh9j2xk5yzmq\"; }) (fetchNuGet { pname = \"System.Reflection.Metadata\"; version = \"1.6.0\"; sha256 = \"1wdbavrrkajy7qbdblpbpbalbdl48q3h34cchz24gvdgyrlf15r4\"; }) (fetchNuGet { pname = \"System.Runtime.CompilerServices.Unsafe\"; version = \"6.0.0\"; sha256 = \"0qm741kh4rh57wky16sq4m0v05fxmkjjr87krycf5vp9f0zbahbc\"; }) (fetchNuGet { pname = \"System.Security.AccessControl\"; version = \"5.0.0\"; sha256 = \"17n3lrrl6vahkqmhlpn3w20afgz09n7i6rv0r3qypngwi7wqdr5r\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.ProtectedData\"; version = \"7.0.1\"; sha256 = \"1nq9ngkqha70rv41692c79zq09cx6m85wkp3xj9yc31s62afyl5i\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.ProtectedData\"; version = \"8.0.0\"; sha256 = \"1ysjx3b5ips41s32zacf4vs7ig41906mxrsbmykdzi0hvdmjkgbx\"; }) (fetchNuGet { pname = \"System.Security.Principal.Windows\"; version = \"5.0.0\"; sha256 = \"1mpk7xj76lxgz97a5yg93wi8lj0l8p157a5d50mmjy3gbz1904q8\"; }) (fetchNuGet { pname = \"System.Text.Encoding.CodePages\"; version = \"7.0.0\"; sha256 = \"0sn6hxdjm7bw3xgsmg041ccchsa4sp02aa27cislw3x61dbr68kq\"; }) (fetchNuGet { pname = \"zxcvbn-core\"; version = \"7.0.92\"; sha256 = \"1pbi0n3za8zsnkbvq19njy4h4hy12a6rv4rknf4a2m1kdhxb3cgx\"; })"} {"_id":"q-en-nixpkgs-0888ee8a090feea283620fcc1ae3d1fa0d494b16e105170b9692e14ecc9b9163","text":"owner = \"linuxmint\"; repo = pname; rev = version; sha256 = \"sha256-Xn9CgGe7j2APaJRLvx58z2w+sN7ZeDScQz53ZBBnsQs=\"; sha256 = \"sha256-f3rO0lpOcwpSpIpKrslf6/6nqFbbGTwnKbHpWO+Uf+Q=\"; }; outputs = [ \"out\" \"dev\" ];"} {"_id":"q-en-nixpkgs-088dd4f46f34583128d25e5ec96d028036c9b7542858e300639e85b0e6988c51","text":"sha256 = \"02s775m1531sshwlbvfddk3pz8zjmwkv1sgzggn386ja3gc9vwi2\"; }; buildInputs = [ pulseaudio gtkmm3 libcanberra_gtk3 ]; preFixup = '' wrapProgram \"$out/bin/pavucontrol\" --prefix XDG_DATA_DIRS : \"$XDG_ICON_DIRS\" ''; buildInputs = [ pulseaudio gtkmm3 libcanberra_gtk3 makeWrapper gnome3.gnome_icon_theme ]; nativeBuildInputs = [ pkgconfig intltool ];"} {"_id":"q-en-nixpkgs-08b68431a627f4ab40c0b893316870b68dad7ee43667eae3fe69e470779932e8","text":"/* Returns the current nixpkgs release number as string. */ release = lib.strings.fileContents ../.version; /* The latest release that is supported, at the time of release branch-off, if applicable. Ideally, out-of-tree modules should be able to evaluate cleanly with all supported Nixpkgs versions (master, release and old release until EOL). So if possible, deprecation warnings should take effect only when all out-of-tree expressions/libs/modules can upgrade to the new way without losing support for supported Nixpkgs versions. This release number allows deprecation warnings to be implemented such that they take effect as soon as the oldest release reaches end of life. */ oldestSupportedRelease = # Update on master only. Do not backport. 2111; /* Whether a feature is supported in all supported releases (at the time of release branch-off, if applicable). See `oldestSupportedRelease`. */ isInOldestRelease = /* Release number of feature introduction as an integer, e.g. 2111 for 21.11. Set it to the upcoming release, matching the nixpkgs/.version file. */ release: release <= lib.trivial.oldestSupportedRelease; /* Returns the current nixpkgs release code name. On each release the first letter is bumped and a new animal is chosen"} {"_id":"q-en-nixpkgs-08bdc47f1ca2115a9523bcd638eb7d67ba137f6fbd0079e8c283309e0313f8d7","text":"config = mkIf cfg.enable { services.geoclue2.enable = true; # so polkit will pick up the rules environment.systemPackages = [ pkgs.localtime ]; users.users = [{ name = \"localtimed\"; description = \"Taskserver user\"; }]; # We use the 'out' output, since localtime has its 'bin' output # first, so that is what we get if we use the derivation bare. # Install the polkit rules. environment.systemPackages = [ pkgs.localtime.out ]; # Install the systemd unit. systemd.packages = [ pkgs.localtime.out ]; systemd.services.localtime = { description = \"localtime service\"; wantedBy = [ \"multi-user.target\" ]; partOf = [ \"geoclue.service \"]; serviceConfig = { Restart = \"on-failure\"; # TODO: make it work with dbus #DynamicUser = true; Nice = 10; User = \"localtimed\"; PrivateTmp = \"yes\"; PrivateDevices = true; PrivateNetwork = \"yes\"; NoNewPrivileges = \"yes\"; ProtectSystem = \"strict\"; ProtectHome = true; ExecStart = \"${pkgs.localtime}/bin/localtimed\"; }; serviceConfig.Restart = \"on-failure\"; }; }; }"} {"_id":"q-en-nixpkgs-08f04beaed6be73edb3000e37209efe311199ffba9bd40eb6ca3387f95f7208e","text":"freetype and others. .NET 5.0 was removed due to being end-of-life, use a newer, supported .NET version - https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
"} {"_id":"q-en-nixpkgs-08f9fc029d50beac13ff7a5a2533d1d3cb904aa116d901afa5dca810ab1dd795","text":"--replace \"= gcc\" \"=${stdenv.cc.targetPrefix}cc\" --replace \"= g++\" \"=${stdenv.cc.targetPrefix}c++\" --replace \"-DGNU_RUNTIME=1\" \"\" --replace \"-fgnu-runtime\" \"-fobjc-nonfragile-abi\" --replace \"-fgnu-runtime\" \"-fobjc-runtime=gnustep-2.0\" done # we need to build inside this directory as well, so we have to make it writeable"} {"_id":"q-en-nixpkgs-09562d482f6ec790b7861eb55e31c243a1bb7ba93c38f6264e983510bd295d16","text":"githubId = 15693688; name = \"Lucas Eduardo Wendt\"; }; lucastso10 = { email = \"lucastso10@gmail.com\"; github = \"lucastso10\"; githubId = 84486266; name = \"Lucas Teixeira Soares\"; }; lucc = { email = \"lucc+nix@posteo.de\"; github = \"lucc\";"} {"_id":"q-en-nixpkgs-09b90577eb796330a45bdf520246b26f8c0ef8d03147ab731f422249de21a01f","text":"machine.succeed( \"\"\" find /boot -iname '*.efi' -print0 | xargs -0 -I '{}' sed -i 's/#### LoaderInfo: systemd-boot .* ####/#### LoaderInfo: systemd-boot 001 ####/' '{}' xargs -0 -I '{}' sed -i 's/#### LoaderInfo: systemd-boot .* ####/#### LoaderInfo: systemd-boot 000.0-1-notnixos ####/' '{}' \"\"\" ) output = machine.succeed(\"/run/current-system/bin/switch-to-configuration boot\") assert \"updating systemd-boot from 001 to \" in output assert \"updating systemd-boot from (000.0-1-notnixos) to \" in output ''; }; }"} {"_id":"q-en-nixpkgs-0a0bb143fe3e4f473f3a15b94a5e3f57455d1fe6674811415c0d2309fcc5f245","text":"let execFormatIsELF = platform: platform.parsed.kernel.execFormat.name == \"elf\"; withGold = platform: platform.parsed.kernel.execFormat.name == \"elf\" && !platform.isRiscV; in { stdenv"} {"_id":"q-en-nixpkgs-0b509aeec32c3c39a13cb22987a75cda427eaa1421faa0e64f597b6f35a95ec0","text":" { lib, buildPythonPackage, fetchFromGitHub, poetry-core, pytestCheckHook, }: buildPythonPackage { pname = \"bpylist2\"; version = \"4.1.1\"; pyproject = true; src = fetchFromGitHub { owner = \"parabolala\"; repo = \"bpylist2\"; rev = \"ddb89e0b0301c6b298de6469221d99b5fe127b58\"; hash = \"sha256-OBwDQZL5++LZgpQM96tmplAh1Pjme3KGSNFTKqKUn00=\"; }; build-system = [ poetry-core ]; pythonImportsCheck = [ \"bpylist2\" ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg --replace-fail \"--pycodestyle\" \"\" --replace-fail \"--pylint --pylint-rcfile=pylint.rc\" \"\" --replace-fail \"--mypy\" \"\" ''; meta = { description = \"Parse and Generate binary plists and NSKeyedArchiver archives\"; license = lib.licenses.mit; homepage = \"https://github.com/parabolala/bpylist2\"; maintainers = with lib.maintainers; [ sigmanificient ]; }; } "} {"_id":"q-en-nixpkgs-0b546ec00887f2ffb163a90ab44369512e7ec7289bff1016473830c3c427975e","text":"stdenv.mkDerivation rec { pname = \"invoiceplane\"; version = \"1.5.11\"; version = \"1.6-beta-1\"; src = fetchurl { url = \"https://github.com/InvoicePlane/InvoicePlane/releases/download/v${version}/v${version}.zip\"; sha256 = \"137g0xps4kb3j7f5gz84ql18iggbya6d9dnrfp05g2qcbbp8kqad\"; sha256 = \"sha256-hIbk9zzqbwv2kSFClgPfTObB1YHj7KR4swKjGoN2v2E=\"; }; patches = [ # Fix CVE-2021-29024, unauthenticated directory listing # Should be included in a later release > 1.5.11 # https://github.com/NixOS/nixpkgs/issues/166655 # https://github.com/InvoicePlane/InvoicePlane/pull/754 (fetchpatch { url = \"https://patch-diff.githubusercontent.com/raw/InvoicePlane/InvoicePlane/pull/754.patch\"; sha256 = \"sha256-EHXw7Zqli/nA3tPIrhxpt8ueXvDtshz0XRzZT78sdQk=\"; }) # Fix CVE-2021-29023, password reset rate-limiting # Should be included in a later release > 1.5.11 # https://github.com/NixOS/nixpkgs/issues/166655 # https://github.com/InvoicePlane/InvoicePlane/pull/739 (fetchpatch { url = \"https://patch-diff.githubusercontent.com/raw/InvoicePlane/InvoicePlane/pull/739.patch\"; sha256 = \"sha256-6ksJjW6awr3lZsDRxa22pCcRGBVBYyV8+TbhOp6HBq0=\"; }) # Fix CVE-2021-29022, full path disclosure # Should be included in a later release > 1.5.11 # https://github.com/NixOS/nixpkgs/issues/166655 # https://github.com/InvoicePlane/InvoicePlane/pull/767 #(fetchpatch { # url = \"https://patch-diff.githubusercontent.com/raw/InvoicePlane/InvoicePlane/pull/767.patch\"; # sha256 = \"sha256-rSWDH8KeHSRWLyQEa7RSwv+8+ja9etTz+6Q9XThuwUo=\"; #}) ]; nativeBuildInputs = [ unzip ]; sourceRoot = \".\"; installPhase = '' mkdir -p $out/ cp -r . $out/ cp -r ip/. $out/ ''; passthru.tests = {"} {"_id":"q-en-nixpkgs-0b56cfa7d9958cb477b4cfeb04a16edfe89a0c86ebccfee23d56b7ffcd645ce3","text":"preInstall = '' substituteInPlace src/cmake_install.cmake --replace ${fcitx} $out substituteInPlace po/cmake_install.cmake --replace ${fcitx} $out substituteInPlace data/cmake_install.cmake --replace ${fcitx} $out substituteInPlace dictmanager/cmake_install.cmake "} {"_id":"q-en-nixpkgs-0b57764d24fb92f3cafdebe7fc227912eeb58bd6430176a26378346262ebfaed","text":" {stdenv, fetchurl, fetchpatch, libtool, libjpeg, openssl, zlib, libgcrypt, autoreconfHook, pkgconfig, libpng, systemd { stdenv, fetchzip, fetchpatch, cmake , libjpeg, openssl, zlib, libgcrypt, libpng , systemd }: let s = # Generated upstream information rec { baseName=\"libvncserver\"; version=\"0.9.11\"; name=\"${baseName}-${version}\"; url=\"https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${version}.tar.gz\"; sha256=\"15189n09r1pg2nqrpgxqrcvad89cdcrca9gx6qhm6akjf81n6g8r\"; pname = \"libvncserver\"; version = \"0.9.12\"; url = \"https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${version}.tar.gz\"; sha256 = \"1226hb179l914919f5nm2mlf8rhaarqbf48aa649p4rwmghyx9vm\"; # unpacked archive checksum }; in stdenv.mkDerivation { inherit (s) name version; src = fetchurl { inherit (s) pname version; src = fetchzip { inherit (s) url sha256; }; patches = [ # CVE-2018-7225. Remove with the next release (fetchpatch { url = https://salsa.debian.org/debian/libvncserver/raw/master/debian/patches/CVE-2018-7225.patch; sha256 = \"1hj1lzxsrdmzzl061vg0ncdpvfmvvkrpk8q12mp70qvszcqa7ja3\"; name = \"CVE-2018-20750.patch\"; url = \"https://github.com/LibVNC/libvncserver/commit/09e8fc02f59f16e2583b34fe1a270c238bd9ffec.patch\"; sha256 = \"004h50786nvjl3y3yazpsi2b767vc9gqrwm1ralj3zgy47kwfhqm\"; }) (fetchpatch { name = \"CVE-2019-15681.patch\"; url = \"https://github.com/LibVNC/libvncserver/commit/d01e1bb4246323ba6fcee3b82ef1faa9b1dac82a.patch\"; sha256 = \"0hf0ss7all2m50z2kan4mck51ws44yim4ymn8p0d991y465y6l9s\"; }) ]; preConfigure = '' sed -e 's@/usr/include/linux@${stdenv.cc.libc}/include/linux@g' -i configure ''; nativeBuildInputs = [ pkgconfig autoreconfHook ]; nativeBuildInputs = [ cmake ]; buildInputs = [ libtool libjpeg openssl libgcrypt libpng libjpeg openssl libgcrypt libpng ] ++ stdenv.lib.optional stdenv.isLinux systemd; propagatedBuildInputs = [ zlib ]; meta = { inherit (s) version; description = \"VNC server library\"; description = \"VNC server library\"; homepage = \"https://libvnc.github.io/\"; license = stdenv.lib.licenses.gpl2Plus ; maintainers = [stdenv.lib.maintainers.raskin]; platforms = stdenv.lib.platforms.unix;"} {"_id":"q-en-nixpkgs-0b67ff469292faf3f87da09329b5b9540f3d42fccbe3d47135a354e0ae3e12b9","text":" { lib, stdenv, buildPackages, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, zlib, ilmbase, fetchpatch }: let # Doesn't really do anything when not crosscompiling emulator = stdenv.hostPlatform.emulator buildPackages; in { lib , stdenv , buildPackages , fetchFromGitHub , zlib , ilmbase , fetchpatch , cmake , libtool }: stdenv.mkDerivation rec { pname = \"openexr\"; version = \"2.4.1\";"} {"_id":"q-en-nixpkgs-0b76f45c4b78384063511f6aab259d67824fb8d6c86ef9897de1dd5cc966a4dd","text":"''; startAt = optional cfg.autoPrune.enable cfg.autoPrune.dates; after = [ \"docker.service\" ]; requires = [ \"docker.service\" ]; }; assertions = ["} {"_id":"q-en-nixpkgs-0b8f52b0affaff4d71c1966d8f60a0c94f36ce0a26cbdc5665c47e311743d2d5","text":" { lib, stdenv, fetchFromGitHub, buildLinux, ... } @ args: { lib, stdenv, fetchFromGitHub, buildLinux, variant, ... } @ args: let # comments with variant added for update script # ./update-zen.py zen zenVariant = { version = \"6.10.5\"; #zen suffix = \"zen1\"; #zen sha256 = \"08ibz7560xsmlnrm8j13hxf8hjjcxfmnjdrwffqc81g9g6rvpqra\"; #zen isLqx = false; }; # ./update-zen.py lqx lqxVariant = { version = \"6.10.5\"; #lqx suffix = \"lqx1\"; #lqx sha256 = \"09rscj20j94qkmvk0hlpjm6v1n1ndnkv2vl035gsp5lwggws2jqm\"; #lqx isLqx = true; variants = { # ./update-zen.py zen zen = { version = \"6.10.5\"; #zen suffix = \"zen1\"; #zen sha256 = \"08ibz7560xsmlnrm8j13hxf8hjjcxfmnjdrwffqc81g9g6rvpqra\"; #zen isLqx = false; }; # ./update-zen.py lqx lqx = { version = \"6.10.5\"; #lqx suffix = \"lqx1\"; #lqx sha256 = \"09rscj20j94qkmvk0hlpjm6v1n1ndnkv2vl035gsp5lwggws2jqm\"; #lqx isLqx = true; }; }; zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // { inherit version;"} {"_id":"q-en-nixpkgs-0baeab33b6ab4aec4ccd84ff6f72414ba944e5b45059aa53e61de73b304d2209","text":"cp ${pandoc}/bin/pandoc dependencies/common/pandoc/ ''; cmakeFlags = [ \"-DRSTUDIO_TARGET=Desktop\" \"-DQT_QMAKE_EXECUTABLE=${qt5.qmake}/bin/qmake\" ]; cmakeFlags = [ \"-DRSTUDIO_TARGET=Desktop\" \"-DQT_QMAKE_EXECUTABLE=$NIX_QT5_TMP/bin/qmake\" ]; desktopItem = makeDesktopItem { name = name;"} {"_id":"q-en-nixpkgs-0bba6b453afedbbfbb22a790ff2c3aff4f41c7ca903462a6c976bade4d1d5791","text":"--replace \"${ if stdenv.cc.cc or null != null then stdenv.cc.cc else \"/no-such-path\" }\" /no-such-path --replace \"${stdenv.cc}\" /no-such-path --replace \"$man\" /no-such-path '' + stdenv.lib.optionalString crossCompiling ''"} {"_id":"q-en-nixpkgs-0be83a017fad31d17fd2feda8b9517577494edd3f12196335ab06e533479c3ca","text":"inherit passthruFun; }; rustpython = callPackage ./rustpython/default.nix { inherit (darwin.apple_sdk.frameworks) SystemConfiguration; }; })"} {"_id":"q-en-nixpkgs-0bfa17ca5425b723a185e8673a075122efc695e8ba46e8800d5264a88fda295a","text":" { lib, rustPlatform, yabridge }: rustPlatform.buildRustPackage rec { pname = \"yabridgectl\"; version = yabridge.version; src = yabridge.src; sourceRoot = \"source/tools/yabridgectl\"; cargoSha256 = \"1sjhani8h7ap42yqlnj05sx59jyz2h12qlm1ibv8ldxcpwps0bwy\"; patches = [ ./libyabridge-from-nix-profiles.patch ]; patchFlags = [ \"-p3\" ]; meta = with lib; { description = \"A small, optional utility to help set up and update yabridge for several directories at once\"; homepage = \"https://github.com/robbert-vdh/yabridge/tree/master/tools/yabridgectl\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ metadark ]; }; } "} {"_id":"q-en-nixpkgs-0c056c3384393b8929e0d1ee53ca99feca76c0a1aec372a751dd4d39a08eb070","text":" # This file is generated from generate-sources.sh. DO NOT EDIT. # Execute generate-sources.sh or fetch.sh to update the file. {stdenv, fetchurl, unzip}: let buildSource = args: stdenv.mkDerivation (args // { buildInputs = [ unzip ]; buildCommand = '' mkdir -p $out cd $out unzip $src ''; }); in { source_14 = buildSource { name = \"android-source-14\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-14_r01.zip; sha1 = \"eaf4ed7dcac46e68516a1b4aa5b0d9e5a39a7555\"; }; meta = { description = \"Source code for Android API 14\"; }; }; source_15 = buildSource { name = \"android-source-15\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-15_r02.zip; sha1 = \"e5992a5747c9590783fbbdd700337bf0c9f6b1fa\"; }; meta = { description = \"Source code for Android API 15\"; }; }; source_16 = buildSource { name = \"android-source-16\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-16_r02.zip; sha1 = \"0f83c14ed333c45d962279ab5d6bc98a0269ef84\"; }; meta = { description = \"Source code for Android API 16\"; }; }; source_17 = buildSource { name = \"android-source-17\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-17_r01.zip; sha1 = \"6f1f18cd2d2b1852d7f6892df9cee3823349d43a\"; }; meta = { description = \"Source code for Android API 17\"; }; }; source_18 = buildSource { name = \"android-source-18\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-18_r01.zip; sha1 = \"8b49fdf7433f4881a2bfb559b5dd05d8ec65fb78\"; }; meta = { description = \"Source code for Android API 18\"; }; }; source_19 = buildSource { name = \"android-source-19\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-19_r02.zip; sha1 = \"433a1d043ef77561571250e94cb7a0ef24a202e7\"; }; meta = { description = \"Source code for Android API 19\"; }; }; source_20 = buildSource { name = \"android-source-20\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-20_r01.zip; sha1 = \"8da3e40f2625f9f7ef38b7e403f49f67226c0d76\"; }; meta = { description = \"Source code for Android API 20\"; }; }; source_21 = buildSource { name = \"android-source-21\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-21_r01.zip; sha1 = \"137a5044915d32bea297a8c1552684802bbc2e25\"; }; meta = { description = \"Source code for Android API 21\"; }; }; source_22 = buildSource { name = \"android-source-22\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-22_r01.zip; sha1 = \"98320e13976d11597a4a730a8d203ac9a03ed5a6\"; }; meta = { description = \"Source code for Android API 22\"; }; }; source_23 = buildSource { name = \"android-source-23\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-23_r01.zip; sha1 = \"b0f15da2762b42f543c5e364c2b15b198cc99cc2\"; }; meta = { description = \"Source code for Android API 23\"; }; }; source_24 = buildSource { name = \"android-source-24\"; src = fetchurl { url = https://dl.google.com/android/repository/sources-24_r01.zip; sha1 = \"6b96115830a83d654479f32ce4b724ca9011148b\"; }; meta = { description = \"Source code for Android API 24\"; }; }; } "} {"_id":"q-en-nixpkgs-0c53e9c99134b1deca3a0ecb6985bee0e8f5c9a01ad830ae81e510c036dd3d3b","text":" #!/bin/sh -e xsltproc generate-sources.xsl repository-11.xml > sources.nix "} {"_id":"q-en-nixpkgs-0d13b127f26792325d501461b08801ba251e155bf308e36d5ced970f049fa22a","text":"sha256 = \"1044rj3wbfmgaif2jb0k28m2aczli6ai2n5yvn6pr7zjyw16kvd2\"; }; buildInputs = [ pkgs.gtk2 Cairo ExtUtilsDepends ExtUtilsPkgConfig Glib Pango ]; doCheck = !stdenv.isDarwin; # https://rt.cpan.org/Public/Bug/Display.html?id=130742 # doCheck = !stdenv.isDarwin; doCheck = false; meta = { homepage = http://gtk2-perl.sourceforge.net/; description = \"Perl interface to the 2.x series of the Gimp Toolkit library\";"} {"_id":"q-en-nixpkgs-0d142dd4cfc2f567ea76209c55def92bb4afe35a4ce544b7ff75f96938a9efbb","text":"patches = [ ./fix-application-path.patch ]; postPatch = '' # https://github.com/NixOS/nixpkgs/issues/119766 substituteInPlace lxqtbacklight/linux_backend/driver/libbacklight_backend.c --replace \"pkexec lxqt-backlight_backend\" \"pkexec $out/bin/lxqt-backlight_backend\" sed -i \"s|''${POLKITQT-1_POLICY_FILES_INSTALL_DIR}|''${out}/share/polkit-1/actions|\" CMakeLists.txt '';"} {"_id":"q-en-nixpkgs-0d2bebefe9b5889d6547f8d779032d670d3ef485c12f70af59f050349981172a","text":"stdenv = gcc7Stdenv; })); llvmPackages_latest = llvmPackages_11; llvmPackages_latest = llvmPackages_12; llvmPackages_rocm = recurseIntoAttrs (callPackage ../development/compilers/llvm/rocm { });"} {"_id":"q-en-nixpkgs-0d5d8f9cdafdc4a5f6e9e683f60c672d9906ada8e3df9a14744823a4527ce915","text":"cpp-ipfs-api = callPackage ../development/libraries/cpp-ipfs-api { }; cpp-netlib = callPackage ../development/libraries/cpp-netlib { openssl = openssl_1_0_2; }; cpp-netlib = callPackage ../development/libraries/cpp-netlib {}; uri = callPackage ../development/libraries/uri { }; cppcms = callPackage ../development/libraries/cppcms { };"} {"_id":"q-en-nixpkgs-0d5ed0ad647463b5c9cb44af98b0a600e5ba3f0e14d2b36ce6912a270f9622b2","text":"]; buildInputs = [ cairo gdk-pixbuf gobject-introspection libsoup pango webkitgtk ]; [ cairo gdk-pixbuf gobject-introspection libsoup openssl pango webkitgtk ]; env = { OPENSSL_NO_VENDOR = 1; }; postPatch = '' substituteInPlace ./tauri.conf.json --replace '\"distDir\": \"../dist\",' '\"distDir\": \"${finalAttrs.ui}\",' --replace '\"beforeBuildCommand\": \"pnpm build\",' '\"beforeBuildCommand\": \"\",' --replace-fail '\"distDir\": \"../dist\",' '\"distDir\": \"${finalAttrs.ui}\",' --replace-fail '\"beforeBuildCommand\": \"pnpm build\",' '\"beforeBuildCommand\": \"\",' ''; postBuild = ''"} {"_id":"q-en-nixpkgs-0d63c4ff401d6189121c1dc27c75bcd538d116772798b19f7a90610cac75d7fd","text":", autoPatchelfHook , makeWrapper , buildNpmPackage , nixosTests , cmake , avahi , libevdev"} {"_id":"q-en-nixpkgs-0d9946220f42402884183643083227f8c87c70b1d3d34b987c7197c2daaf862c","text":"options = { paths = mkOption { type = with types; either path (nonEmptyListOf path); type = with types; either path (listOf str); description = \"Path(s) to back up.\"; example = \"/home/user\"; apply = x: if isList x then x else [ x ];"} {"_id":"q-en-nixpkgs-0db7a84c1b227c4ac9f809647bdfac4deea3591dff54341a37a9f7d9e0fc4f6e","text":"''; meta = with lib; { description = \"Powerful graphical SurrealDB query playground and database explorer for Browser and Desktop\"; homepage = \"https://surrealist.starlane.studio\"; description = \"Surrealist is the ultimate way to visually manage your SurrealDB database\"; homepage = \"https://surrealdb.com/surrealist\"; license = licenses.mit; mainProgram = \"surrealist\"; maintainers = with maintainers; [ frankp ]; platforms = platforms.linux; # See comment about wasm32-unknown-unknown in rustc.nix. broken = lib.any (a: lib.hasAttr a stdenv.hostPlatform.gcc) [ \"cpu\" \"float-abi\" \"fpu\" ] || !stdenv.hostPlatform.gcc.thumb or true; }; })"} {"_id":"q-en-nixpkgs-0dc9108f66eafddeb6dd0c3deb609a1b418629964e915185bc9beaf3823bf795","text":"passthru.tests.version = testers.testVersion { package = podman-tui; command = \"podman-tui version\"; command = \"HOME=$(mktemp -d) podman-tui version\"; version = \"v${version}\"; };"} {"_id":"q-en-nixpkgs-0e0987a9119ccb8bc0951ef56da9729828faa2034ed9c8b96f1cce6d0c6cce33","text":"gnused # sed stdenv.cc # c++ ld etc. stdenv.cc.libc # ldd ]}\" --prefix ${lib.optionalString stdenv.hostPlatform.isDarwin \"DY\"}LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ xrootd ]}\" ]}\" # Patch thisroot.{sh,csh,fish}"} {"_id":"q-en-nixpkgs-0e868375a426a989c386416f2c5a42a6c09974d1cc9802912f36bdcafd661867","text":"owner = \"spesmilo\"; repo = \"electrum\"; rev = version; sha256 = \"sha256-lXMz0U7zgtCApBCGZcpOHvLcyOeGG0yJE/gr7Gv+yBQ=\"; sha256 = \"sha256-R5jFxqaKnqQ+WNp4l0u34wMFxlbIsQ+9qDQxiQEu6kM=\"; postFetch = '' mv $out ./all"} {"_id":"q-en-nixpkgs-0ec2e483e57eacb893dc94480c15b9cd71d72bc4e5b9d73b8f5532c671f21c05","text":" { lib, fetchurl, appimageTools }: { lib, stdenv, fetchurl, dpkg, makeWrapper, buildFHSUserEnv , extraPkgs ? pkgs: [ ] , extraLibs ? pkgs: [ ] }: appimageTools.wrapType2 rec { stdenv.mkDerivation rec { pname = \"unityhub\"; version = \"2.3.2\"; version = \"3.4.1\"; src = fetchurl { # mirror of https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage url = \"https://archive.org/download/unity-hub-${version}/UnityHub.AppImage\"; sha256 = \"07nfyfp9apshqarc6pgshsczila6x4943hiyyizc55kp85aw0imn\"; url = \"https://hub-dist.unity3d.com/artifactory/hub-debian-prod-local/pool/main/u/unity/unityhub_amd64/unityhub-amd64-${version}.deb\"; sha256 = \"sha256-/P6gPLSRGfwEN801cyNrZTpHyZKO+4tU6cFvLz8ERuo=\"; }; extraPkgs = (pkgs: with pkgs; with xorg; [ gtk2 gdk-pixbuf glib libGL libGLU nss nspr alsa-lib cups libcap fontconfig freetype pango cairo dbus dbus-glib libdbusmenu libdbusmenu-gtk2 expat zlib libpng12 udev tbb libpqxx gtk3 libsecret lsb-release openssl nodejs ncurses5 nativeBuildInputs = [ dpkg makeWrapper ]; libX11 libXcursor libXdamage libXfixes libXrender libXi libXcomposite libXext libXrandr libXtst libSM libICE libxcb fhsEnv = buildFHSUserEnv { name = \"${pname}-fhs-env\"; runScript = \"\"; libselinux pciutils libpulseaudio libxml2 icu clang cacert ]); # Seems to be needed for GTK filepickers to work in FHSUserEnv profile = \"XDG_DATA_DIRS=\"$XDG_DATA_DIRS:/usr/share/\"\"; extraInstallCommands = let appimageContents = appimageTools.extractType2 { inherit pname version src; }; in '' install -Dm444 ${appimageContents}/unityhub.desktop -t $out/share/applications substituteInPlace $out/share/applications/unityhub.desktop --replace 'Exec=AppRun' 'Exec=${pname}' install -m 444 -D ${appimageContents}/unityhub.png $out/share/icons/hicolor/64x64/apps/unityhub.png ''; targetPkgs = pkgs: with pkgs; [ xorg.libXrandr # GTK filepicker gsettings-desktop-schemas hicolor-icon-theme # Bug Reporter dependencies fontconfig freetype lsb-release ] ++ extraPkgs pkgs; multiPkgs = pkgs: with pkgs; [ # Unity Hub ldd dependencies cups gtk3 expat libxkbcommon lttng-ust_2_12 krb5 alsa-lib nss_latest libdrm mesa nspr atk dbus at-spi2-core pango xorg.libXcomposite xorg.libXext xorg.libXdamage xorg.libXfixes xorg.libxcb xorg.libxshmfence xorg.libXScrnSaver xorg.libXtst # Unity Hub additional dependencies libva openssl_1_1 cairo xdg-utils libnotify libuuid libsecret udev libappindicator wayland cpio icu libpulseaudio # Editor dependencies libglvnd # provides ligbl xorg.libX11 xorg.libXcursor glib gdk-pixbuf libxml2 zlib clang git # for git-based packages in unity package manager ] ++ extraLibs pkgs; }; unpackCmd = \"dpkg -x $curSrc src\"; dontConfigure = true; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out mv opt/ usr/share/ $out # `/opt/unityhub/unityhub` is a shell wrapper that runs `/opt/unityhub/unityhub-bin` # Which we don't need and overwrite with our own custom wrapper makeWrapper ${fhsEnv}/bin/${pname}-fhs-env $out/opt/unityhub/unityhub --add-flags $out/opt/unityhub/unityhub-bin --argv0 unityhub # Link binary mkdir -p $out/bin ln -s $out/opt/unityhub/unityhub $out/bin/unityhub # Replace absolute path in desktop file to correctly point to nix store substituteInPlace $out/share/applications/unityhub.desktop --replace /opt/unityhub/unityhub $out/opt/unityhub/unityhub runHook postInstall ''; meta = with lib; { description = \"Official Unity3D app to download and manage Unity Projects and installations\"; homepage = \"https://unity3d.com/\"; description = \"Game development tool\"; longDescription = '' Popular development platform for creating 2D and 3D multiplatform games and interactive experiences. ''; license = licenses.unfree; maintainers = with maintainers; [ tesq0 huantian ]; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ tesq0 ]; }; }"} {"_id":"q-en-nixpkgs-0ec3fc964e9e655c74292bbc65014331795d50af9ce2dd747cd1bac72962d111","text":"user = config.services.nginx.user; group = config.services.nginx.group; }; systemd.targets.\"acme-finished-example.test\" = {}; systemd.targets.\"acme-finished-example.test\" = { after = [ \"acme-example.test.service\" ]; wantedBy = [ \"acme-example.test.service\" ]; }; systemd.services.\"acme-example.test\" = { wants = [ \"acme-finished-example.test.target\" ]; before = [ \"acme-finished-example.test.target\" \"nginx.service\" ]; before = [ \"nginx.service\" ]; wantedBy = [ \"nginx.service\" ]; }; services.nginx.virtualHosts.\"c.example.test\" = {"} {"_id":"q-en-nixpkgs-0f5f1e0f09019dc22ac7d5e3cd8858d54ccd86a0c9dff8a7b4a9b55755220a72","text":", libxml2 , elfutils , mpi , systemd , gtest , python3Packages , gpuTargets ? [ \"gfx900\" \"gfx906\" \"gfx908\" \"gfx90a\" \"gfx940\" \"gfx941\" \"gfx942\" \"gfx1030\" \"gfx1100\" \"gfx1101\" \"gfx1102\" ] , gpuTargets ? clr.gpuTargets }: stdenv.mkDerivation (finalAttrs: { let rocmtoolkit-merged = symlinkJoin { name = \"rocmtoolkit-merged\"; paths = [ rocm-core rocm-thunk rocm-device-libs roctracer rocdbgapi rocm-smi hsa-amd-aqlprofile-bin clr ]; postBuild = '' rm -rf $out/nix-support ''; }; in stdenv.mkDerivation (finalAttrs: { pname = \"rocprofiler\"; version = \"5.7.1\";"} {"_id":"q-en-nixpkgs-0f793ab213c3d83db799e53537f123926fd5afa7064fca53283cc8c164ae3605","text":"{ lib , fetchFromGitHub , llvmPackages_13 , llvmPackages , makeBinaryWrapper , libiconv , MacOSX-SDK"} {"_id":"q-en-nixpkgs-0fb5048ff963ec1c3e9ffa8c6659e397d8d6a80413130a0d8486d305912fa4d9","text":"{ lib, stdenv, file, fetchurl, makeWrapper, autoPatchelfHook, jsoncpp, libpulseaudio }: let versionMajor = \"8.4\"; versionMinor = \"2\"; versionMajor = \"8.13\"; versionMinor = \"1\"; versionBuild_x86_64 = \"1\"; versionBuild_i686 = \"1\"; in"} {"_id":"q-en-nixpkgs-0fce5560c552e2ca0382cd0db81e17d90d09db4c1b12e7bc1e0fff74a4e7322b","text":" { pkgs, lib, config, ... }: with lib; let cfg = config.services.gotify; in { options = { services.gotify = { enable = mkEnableOption \"Gotify webserver\"; port = mkOption { type = types.port; description = '' Port the server listens to. ''; }; stateDirectoryName = mkOption { type = types.str; default = \"gotify-server\"; description = '' The name of the directory below /var/lib where gotify stores its runtime data. ''; }; }; }; config = mkIf cfg.enable { systemd.services.gotify-server = { wantedBy = [ \"multi-user.target\" ]; after = [ \"network.target\" ]; description = \"Simple server for sending and receiving messages\"; environment = { GOTIFY_SERVER_PORT = toString cfg.port; }; serviceConfig = { WorkingDirectory = \"/var/lib/${cfg.stateDirectoryName}\"; StateDirectory = cfg.stateDirectoryName; Restart = \"always\"; DynamicUser = \"yes\"; ExecStart = \"${pkgs.gotify-server}/bin/server\"; }; }; }; } "} {"_id":"q-en-nixpkgs-0ff13558616dd147b5b49a583cec1f1fd1e1433c3d0fe1f729b3032e6c792c6a","text":"functionTo = elemType: mkOptionType { name = \"functionTo\"; description = \"function that evaluates to a(n) ${elemType.name}\"; description = \"function that evaluates to a(n) ${elemType.description}\"; check = isFunction; merge = loc: defs: fnArgs: (mergeDefinitions (loc ++ [ \"[function body]\" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;"} {"_id":"q-en-nixpkgs-100e3acb1e01c20d3cc103dc71ccac9309f285928f76c12f7ad7df0f69cf2316","text":"}; }; vue.vscode-typescript-vue-plugin = buildVscodeMarketplaceExtension { mktplcRef = { name = \"vscode-typescript-vue-plugin\"; publisher = \"Vue\"; version = \"1.8.27\"; hash = \"sha256-ym1+WPKBcn4h9lqSFVehfiDoGUEviOSEVXVLhHcYvfc=\"; }; meta = { changelog = \"https://marketplace.visualstudio.com/items/Vue.vscode-typescript-vue-plugin/changelog\"; description = \"Vue VSCode extension for TypeScript\"; downloadPage = \"https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin\"; homepage = \"https://github.com/vuejs/language-tools\"; license = lib.licenses.mit; }; }; waderyan.gitblame = buildVscodeMarketplaceExtension { mktplcRef = { name = \"gitblame\";"} {"_id":"q-en-nixpkgs-104e9a493ae9fce28b995920ce85e9ec6534d338b6087f7cba15ebd3a12fc2be","text":"client.succeed( \"curl --cacert /tmp/ca.crt https://c.example.test/ | grep -qF 'hello world'\" ) with subtest(\"Can request certificate of nginx when startup is delayed\"): webserver.succeed( \"${switchToNewServer}\" ) webserver.succeed( \"/run/current-system/specialisation/slow-startup/bin/switch-to-configuration test\" ) webserver.wait_for_unit(\"acme-finished-d.example.com.target\") client.succeed(\"curl --cacert /tmp/ca.crt https://d.example.com/\") ''; })"} {"_id":"q-en-nixpkgs-104ffe98b41c921978d0b95d2d6f38b8e1c30d099ffd7062854413e4e6bc9da3","text":"harmonia = callPackage ../tools/package-management/harmonia { }; hayagriva = callPackage ../tools/typesetting/hayagriva { }; hcl2json = callPackage ../applications/misc/hcl2json { }; hcxtools = callPackage ../tools/security/hcxtools { };"} {"_id":"q-en-nixpkgs-107cff8f83284c2ddd5d333774ba10057aa2f809ee2cb2645535e557d168abac","text":"''; }; }; # When nginx depends on a service that is slow to start up, requesting used to fail # certificates fail. Reproducer for https://github.com/NixOS/nixpkgs/issues/81842 specialisation.slow-startup.configuration = { pkgs, config, nodes, lib, ...}: { systemd.services.my-slow-service = { wantedBy = [ \"multi-user.target\" \"nginx.service\" ]; before = [ \"nginx.service\" ]; preStart = \"sleep 5\"; script = \"${pkgs.python3}/bin/python -m http.server\"; }; systemd.targets.\"acme-finished-d.example.com\" = { after = [ \"acme-d.example.com.service\" ]; wantedBy = [ \"acme-d.example.com.service\" ]; }; services.nginx.virtualHosts.\"d.example.com\" = { forceSSL = true; enableACME = true; locations.\"/\".proxyPass = \"http://localhost:8000\"; }; }; }; client = {nodes, lib, ...}: {"} {"_id":"q-en-nixpkgs-107d0a8a92d807c0fb2e35b793eb63a2383eeaf43afe7f3337531100a3426144","text":"name = \"RStudio-${version}\"; buildInputs = [ cmake boost163 zlib openssl R qt5.full qt5.qtwebkit libuuid unzip ant jdk makeWrapper pandoc ]; nativeBuildInputs = [ qt5.qmake ]; src = fetchurl { url = \"https://github.com/rstudio/rstudio/archive/v${version}.tar.gz\";"} {"_id":"q-en-nixpkgs-10d36350a25d83e6ea49fbb86e39e9a8e32b9cfd953381d5743f7dcfdec39092","text":"let # when bumping the version, check if imhex has gotten support for the capstone version in nixpkgs version = \"1.26.2\"; version = \"1.27.1\"; patterns_src = fetchFromGitHub { owner = \"WerWolv\"; repo = \"ImHex-Patterns\"; rev = \"ImHex-v${version}\"; hash = \"sha256-2+7bJzgwHfXcINM5oxwi3vEbUtq9gGJc/uxFOwT4RnM=\"; hash = \"sha256-7Aaj+W+zXjHO8A2gmWtp5Pa/i5Uk8lXzX2WHjPIPRZI=\"; }; in"} {"_id":"q-en-nixpkgs-11037428b0b492cdf0ffeb900aa5ac15bf87e15dcff202113eac0ff2b79664f4","text":" { lib, stdenv, fetchurl, fetchpatch, autoreconfHook, pkg-config, doxygen, perl, pam, nspr, nss, openldap , db, cyrus_sasl, svrcore, icu, net-snmp, libkrb5, pcre, perlPackages, libevent, openssl, python3 { stdenv , autoreconfHook , fetchFromGitHub , lib , bzip2 , cmocka , cracklib , cyrus_sasl , db , doxygen , icu , libevent , libkrb5 , lm_sensors , net-snmp , nspr , nss , openldap , openssl , pcre , perl , perlPackages , pkg-config , python3 , svrcore , zlib , enablePamPassthru ? true , pam , enableCockpit ? true , rsync , enableDna ? true , enableLdapi ? true , enableAutobind ? false , enableAutoDnSuffix ? false , enableBitwise ? true , enableAcctPolicy ? true , enablePosixWinsync ? true }: stdenv.mkDerivation rec { pname = \"389-ds-base\"; version = \"1.3.9.1\"; version = \"2.0.5\"; src = fetchurl { url = \"https://releases.pagure.org/${pname}/${pname}-${version}.tar.bz2\"; sha256 = \"141iv1phgk1lw74sfjj3v7wy6qs0q56lvclwv2p0hqn1wg8ic4q6\"; src = fetchFromGitHub { owner = \"389ds\"; repo = pname; rev = \"${pname}-${version}\"; sha256 = \"sha256-H0G8py4sB+2CSZKyCIb2TCIXOpnPx7udWUEK4Tg5TD8=\"; }; nativeBuildInputs = [ autoreconfHook pkg-config doxygen ]; buildInputs = [ perl pam nspr nss openldap db cyrus_sasl svrcore icu net-snmp libkrb5 pcre libevent openssl python3 ] ++ (with perlPackages; [ MozillaLdap NetAddrIP DBFile ]); patches = [ (fetchpatch { name = \"389-ds-nss.patch\"; url = \"https://aur.archlinux.org/cgit/aur.git/plain/nss.patch?h=389-ds-base&id=b80ed52cc65ff9b1d72f8ebc54dbd462b12f6be9\"; sha256 = \"07z7jl9z4gzhk3k6qyfn558xl76js8041llyr5n99h20ckkbwagk\"; }) ]; bzip2 cracklib cyrus_sasl db icu libevent libkrb5 lm_sensors net-snmp nspr nss openldap openssl pcre perl python3 svrcore zlib # tests cmocka libevent # lib389 (python3.withPackages (ps: with ps; [ setuptools ldap six pyasn1 pyasn1-modules dateutil argcomplete libselinux ])) # logconv.pl perlPackages.DBFile perlPackages.ArchiveTar ] ++ lib.optional enableCockpit rsync ++ lib.optional enablePamPassthru pam; postPatch = '' substituteInPlace Makefile.am --replace 's,@perlpath@,$(perldir),g' 's,@perlpath@,$(perldir) $(PERLPATH),g' patchShebangs ./buildnum.py ./ldap/servers/slapd/mkDBErrStrs.py ''; preConfigure = ''"} {"_id":"q-en-nixpkgs-110945fa484e9fef4640dae886a83608362efb7f30356af0494f0d7de9d75e76","text":" { stdenv , cmake , fetchurl , python # GNU Octave needs KLU for ODE solvers , suitesparse , liblapack , gfortran , lapackSupport ? true }: let liblapackShared = liblapack.override { shared = true; }; in stdenv.mkDerivation rec { pname = \"sundials\"; version = \"2.7.0\"; buildInputs = [ python ] ++ stdenv.lib.optionals (lapackSupport) [ gfortran suitesparse ]; nativeBuildInputs = [ cmake ]; src = fetchurl { url = \"https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz\"; sha256 = \"01513g0j7nr3rh7hqjld6mw0mcx5j9z9y87bwjc16w2x2z3wm7yk\"; }; patches = [ (fetchurl { # https://github.com/LLNL/sundials/pull/19 url = \"https://github.com/LLNL/sundials/commit/1350421eab6c5ab479de5eccf6af2dcad1eddf30.patch\"; sha256 = \"0g67lixp9m85fqpb9rzz1hl1z8ibdg0ldwq5z6flj5zl8a7cw52l\"; }) ]; cmakeFlags = [ \"-DEXAMPLES_INSTALL_PATH=${placeholder \"out\"}/share/examples\" ] ++ stdenv.lib.optionals (lapackSupport) [ \"-DSUNDIALS_INDEX_TYPE=int32_t\" # GNU Octave needs KLU for ODE solvers \"-DKLU_ENABLE=ON\" \"-DKLU_INCLUDE_DIR=${suitesparse}/include\" \"-DKLU_LIBRARY_DIR=${suitesparse}/lib\" \"-DLAPACK_ENABLE=ON\" \"-DLAPACK_LIBRARIES=${liblapackShared}/lib/liblapack${stdenv.hostPlatform.extensions.sharedLibrary};${liblapackShared}/lib/libblas${stdenv.hostPlatform.extensions.sharedLibrary}\" ]; # flaky tests, and patch in https://github.com/LLNL/sundials/pull/21 doesn't apply cleanly for sundials_3 doCheck = false; checkPhase = \"make test\"; meta = with stdenv.lib; { description = \"Suite of nonlinear differential/algebraic equation solvers\"; homepage = https://computation.llnl.gov/projects/sundials; platforms = platforms.all; maintainers = with maintainers; [ flokli idontgetoutmuch ]; license = licenses.bsd3; }; } "} {"_id":"q-en-nixpkgs-1127ba0a759ecaa2c773f7c7ad4463f253d7a98602c3b3c9364e7ea7e15b3b8a","text":"- [`kops`](https://kops.sigs.k8s.io) defaults to 1.22.4, which will enable [Instance Metadata Service Version 2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html) and require tokens on new clusters with Kubernetes 1.22. This will increase security by default, but may break some types of workloads. See the [release notes](https://kops.sigs.k8s.io/releases/1.22-notes/) for details. - Module authors can use `mkRenamedOptionModuleWith` to automate the deprecation cycle without annoying out-of-tree module authors and their users. ## New Services {#sec-release-22.05-new-services} - [aesmd](https://github.com/intel/linux-sgx#install-the-intelr-sgx-psw), the Intel SGX Architectural Enclave Service Manager. Available as [services.aesmd](#opt-services.aesmd.enable)."} {"_id":"q-en-nixpkgs-116749262854df3f1a6af1d2a75b40f1cd22599c2d35cd771ec87e17bcd7745f","text":"buildInputs = [ gnuplot libxls libxlsxwriter libxml2 libzip ncurses ] ++ lib.optionals xlsSupport [ libxls libxlsxwriter ]; makeFlags = [ \"prefix=${placeholder \"out\"}\" ];"} {"_id":"q-en-nixpkgs-11c55da090790538a5e511b8daeda3e4ba8ac0199c92993bf401c2f748e1c0af","text":" { stdenv, pkgs, lib , libXNVCtrl }: let mangohud_64 = pkgs.callPackage ./default.nix { inherit libXNVCtrl; }; mangohud_32 = pkgs.pkgsi686Linux.callPackage ./default.nix { inherit libXNVCtrl; }; in pkgs.buildEnv rec { name = \"mangohud-${mangohud_64.version}\"; paths = [ mangohud_32 ] ++ lib.optionals stdenv.is64bit [ mangohud_64 ]; meta = mangohud_64.meta; } "} {"_id":"q-en-nixpkgs-11d4714db9d1fc708e32dc5567e8f672b4ecfc4b58f62a8ae94f40da7035ee77","text":"buildInputs = [ gnupg ]; doCheck = true; # https://github.com/NixOS/nixpkgs/issues/134445 doCheck = !stdenv.isDarwin && stdenv.isx86_64; checkInputs = [ expect"} {"_id":"q-en-nixpkgs-11d647c90de377a2e4ab9d7ea26df7de404b8e3bba9b119f7598993f2a49a010","text":"open-meteo = callPackage ../development/python-modules/open-meteo { }; openai-whisper = callPackage ../development/python-modules/openai-whisper { }; openant = callPackage ../development/python-modules/openant { }; openapi-schema-validator = callPackage ../development/python-modules/openapi-schema-validator { };"} {"_id":"q-en-nixpkgs-12125555b65f3cae672bb714045430a421df13d9a56d3ad0823b8bcf1f5f27b3","text":"sha256 = \"sha256-BX3kc629FOh5cnD6Sa/69wKdhmhT3Rpz5ZvhnD4MclQ=\"; }; patches = [ (fetchpatch { # fix #295002 (segfault on AMD), will be in the release after 0.8.0 name = \"fix crash on AMD\"; url = \"https://github.com/mchehab/rasdaemon/commit/f1ea76375281001cdf4a048c1a4a24d86c6fbe48.patch\"; hash = \"sha256-1VPDTrAsvZGiGbh52EUdG6tYV/n6wUS0mphOSXzran0=\"; }) ]; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = ["} {"_id":"q-en-nixpkgs-123e320e84e6d157e1080e005387873efc33b6a7ff49b90332e1e8ea7d137c97","text":"# symlink other core stuff ln -s /host/etc/localtime localtime ln -s /host/etc/zoneinfo zoneinfo ln -s /host/etc/machine-id machine-id ln -s /host/etc/os-release os-release"} {"_id":"q-en-nixpkgs-12754c63db4060d1c88892c9d9d3d7d34ee1ef515a21fea564fc7b8db7ecd0fc","text":" { lib, stdenv { lib , stdenv , fetchFromGitHub , nix-update-script , pantheon , pkg-config , vala_0_46 , vala , cmake , ninja , gtk3"} {"_id":"q-en-nixpkgs-12b47935a528d624b0ff7ff25a73c3a3c0fb0f883c3f49938026b8de8a35adf8","text":", pycountry , pytestCheckHook , python-dateutil , python-jose , pythonOlder , pyyaml , requests"} {"_id":"q-en-nixpkgs-12c5b41dcd1df25149647ef20120ff47b628965a8a566ab81e2c3d16883a7d4a","text":"{ lib , buildPythonPackage , fetchPypi , fetchFromGitHub , selenium , six , flask , coverage , pytestCheckHook }: buildPythonPackage rec { pname = \"splinter\"; version = \"0.14.0\"; src = fetchPypi { inherit pname version; sha256 = \"459e39e7a9f7572db6f1cdb5fdc5ccfc6404f021dccb969ee6287be2386a40db\"; src = fetchFromGitHub { owner = \"cobrateam\"; repo = \"splinter\"; rev = version; sha256 = \"0480bqprv8581cvnc80ls91rz9780wvdnfw99zsw44hvy2yg15a6\"; }; propagatedBuildInputs = [ selenium ]; propagatedBuildInputs = [ selenium six ]; checkInputs = [ flask coverage ]; checkInputs = [ flask pytestCheckHook ]; # No tests included doCheck = false; disabledTestPaths = [ \"samples\" \"tests/test_djangoclient.py\" \"tests/test_flaskclient.py\" \"tests/test_webdriver.py\" \"tests/test_webdriver_chrome.py\" \"tests/test_webdriver_firefox.py\" \"tests/test_webdriver_remote.py\" \"tests/test_zopetestbrowser.py\" ]; meta = { pythonImportsCheck = [ \"splinter\" ]; meta = with lib; { description = \"Browser abstraction for web acceptance testing\"; homepage = \"https://github.com/cobrateam/splinter\"; license = lib.licenses.bsd3; license = licenses.bsd3; maintainers = with maintainers; [ dotlambda ]; }; }"} {"_id":"q-en-nixpkgs-13671ecd9a857731377e38a87cef3af8410119226169a8e4fe12e5e696c90292","text":"This syntax is taken from [MyST](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing). #### HTML Inlining HTML is not allowed. Parts of the documentation gets rendered to various non-HTML formats, such as man pages in the case of NixOS manual. #### Roles If you want to link to a man page, you can use `` {manpage}`nix.conf(5)` ``. The references will turn into links when a mapping exists in [`doc/manpage-urls.json`](./manpage-urls.json)."} {"_id":"q-en-nixpkgs-13f094f0a873f06ae8f88c0534f09c9e224e8bbcb1c7a87439917c854463d4ce","text":"buggyBiosCDSupport = config.grub.buggyBiosCDSupport or true; }; grub2 = callPackage ../tools/misc/grub/2.0x.nix { libusb = libusb1; }; grub2 = callPackage ../tools/misc/grub/2.0x.nix { libusb = libusb1; flex = flex_2_5_35; }; grub2_efi = grub2.override { EFIsupport = true; };"} {"_id":"q-en-nixpkgs-14c56ee102d18264474b71adb2912aaa3add7b4136d068345481ee65853f5e7f","text":"# Generate the swapDevices option from the currently activated swap # devices. my @swaps = read_file(\"/proc/swaps\"); shift @swaps; my @swaps = read_file(\"/proc/swaps\", err_mode => 'carp'); my @swapDevices; foreach my $swap (@swaps) { $swap =~ /^(S+)s/; next unless -e $1; my $dev = findStableDevPath $1; push @swapDevices, \"{ device = \"$dev\"; }\"; if (@swaps) { shift @swaps; foreach my $swap (@swaps) { $swap =~ /^(S+)s/; next unless -e $1; my $dev = findStableDevPath $1; push @swapDevices, \"{ device = \"$dev\"; }\"; } }"} {"_id":"q-en-nixpkgs-14dedd5678c1d4185ce35f5169206012a5946e95f9304eb0833179e7a87d40f8","text":"owner = \"xianyi\"; repo = \"OpenBLAS\"; rev = \"v${version}\"; sha256 = \"174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b\"; sha256 = \"0mk1kjkr96bvvcq2zigzjrs0cnhwsf6gfi0855mp9yifn8lvp20y\"; }; inherit blas64;"} {"_id":"q-en-nixpkgs-1502dcdf60d513993ebf932e419db76d3adbee305041583a708e4f3b05f97dc0","text":"cp -R \"usr/share\" \"$out/share\" chmod -R g-w \"$out\" # Wrap the startup command makeBinaryWrapper $out/opt/ArmCord/armcord $out/bin/armcord # use makeShellWrapper (instead of the makeBinaryWrapper provided by wrapGAppsHook3) for proper shell variable expansion # see https://github.com/NixOS/nixpkgs/issues/172583 makeShellWrapper $out/opt/ArmCord/armcord $out/bin/armcord \"''${gappsWrapperArgs[@]}\" --prefix XDG_DATA_DIRS : \"${gtk3}/share/gsettings-schemas/${gtk3.name}/\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WebRTCPipeWireCapturer }}\" "} {"_id":"q-en-nixpkgs-15236d842bc351e5ed6fe695d174ebe0982038f5dd41d8d7c0b32dc044a8fa75","text":"- Type should be appropriate (string related types differs in their merging capabilities, `optionSet` and `string` types are deprecated). - Description, default and example should be provided. - Ensure that option changes are backward compatible. - `mkRenamedOptionModule` and `mkAliasOptionModule` functions provide way to make option changes backward compatible. - `mkRenamedOptionModuleWith` provides a way to make option changes backward compatible. - Ensure that removed options are declared with `mkRemovedOptionModule` - Ensure that changes that are not backward compatible are mentioned in release notes. - Ensure that documentations affected by the change is updated."} {"_id":"q-en-nixpkgs-1537aaf5351e190e1a5529207383039fb53e281b59ffdd5b35ee5e29c754528a","text":" { stdenv, lib, fetchFromGitHub, cmake }: stdenv.mkDerivation rec { pname = \"dht\"; version = \"0.25\"; src = fetchFromGitHub { # Use transmission fork from post-0.25-transmission branch owner = \"transmission\"; repo = pname; rev = \"25e12bb39eea3d433602de6390796fec8a8f3620\"; sha256 = \"fksi8WBQPydgSlISaZMMnxzt4xN7/Hh7aN6QQ+g/L7s=\"; }; nativeBuildInputs = [ cmake ]; meta = with lib; { description = \"BitTorrent DHT library\"; homepage = \"https://github.com/transmission/dht\"; license = licenses.mit; maintainers = with maintainers; [ angustrau ]; platforms = platforms.unix; }; } "} {"_id":"q-en-nixpkgs-155e4902436cd661aa7e8241f23aebf1a4f266c3736a515c9dfc7325ea1598d2","text":", callPackage , coreutils , curl , docbook_xsl_ns , docbook5 , editline , flex , gnutar"} {"_id":"q-en-nixpkgs-15f7c595a1fa22ac24080d2ce0e7d0324293ad1f042297384e3c08c8cdd272d5","text":"eternity = callPackage ../games/doom-ports/eternity-engine { }; gzdoom = callPackage ../games/doom-ports/gzdoom { }; odamex = callPackage ../games/doom-ports/odamex { }; prboom-plus = callPackage ../games/doom-ports/prboom-plus { };"} {"_id":"q-en-nixpkgs-15fa7cb30a37d805dfaac1c434701ee16324b56e950fcf211b0e83d93b0e49c3","text":"outputs = [ \"out\" \"dev\" ]; preConfigure = '' patchShebangs ./bootstrap ./bootstrap ''; nativeBuildInputs = [ cmake libtool ]; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ automake autoconf libtool which ]; NIX_CFLAGS_LINK = \"-pthread\"; patches = [ ./cross.patch ]; patches = [ ./cross.patch ]; # fails 1 out of 1 tests with # \"lt-ImathTest: testBoxAlgo.cpp:892: void {anonymous}::boxMatrixTransform(): Assertion `b21 == b2' failed\""} {"_id":"q-en-nixpkgs-162b7cc65fbe9c906136e8917217267189fd43ff07c1b6de801d10c8c6277c5c","text":"scipy ]; pythonImportsCheck = [ \"pymatting\" ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"pymatting\" ]; disabledTests = [ # no access to input data set # see: https://github.com/pymatting/pymatting/blob/master/tests/download_images.py"} {"_id":"q-en-nixpkgs-1640ca3f19b9b5ba5d88e5d1c215d3588ea39afe02cb27b0883bc874c8eb6dcb","text":"{ spellChecking ? true , stdenv, fetchurl, pkgconfig, gtk2, gtkspell2 ? null , perl, pcre, gmime, gettext, intltool, dbus-glib, libnotify , stdenv, fetchurl, pkgconfig, gtk3, gtkspell3 ? null , perl, pcre, gmime2, gettext, intltool, itstool, libxml2, dbus-glib, libnotify, gnutls , makeWrapper, gnupg , gnomeSupport ? true, libgnome-keyring3 }: assert spellChecking -> gtkspell2 != null; assert spellChecking -> gtkspell3 != null; let version = \"0.139\"; in let version = \"0.144\"; in stdenv.mkDerivation { name = \"pan-${version}\"; src = fetchurl { url = \"http://pan.rebelbase.com/download/releases/${version}/source/pan-${version}.tar.bz2\"; sha256 = \"1fab2i6ngqp66lhls0g7j8d1c1rk75afiqr3r1x2sn3zk47k4pxz\"; sha256 = \"0l07y75z8jxhbmfv28slw81gjncs7i89x7fq44zif7xhq5vy7yli\"; }; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ gtk2 perl gmime gettext intltool dbus-glib libnotify ] ++ stdenv.lib.optional spellChecking gtkspell2; nativeBuildInputs = [ pkgconfig makeWrapper ]; buildInputs = [ gtk3 perl gmime2 gettext intltool itstool libxml2 dbus-glib libnotify gnutls ] ++ stdenv.lib.optional spellChecking gtkspell3 ++ stdenv.lib.optional gnomeSupport libgnome-keyring3; configureFlags = [ \"--with-dbus\" \"--with-gtk3\" \"--with-gnutls\" \"--enable-libnotify\" ] ++ stdenv.lib.optional spellChecking \"--with-gtkspell\" ++ stdenv.lib.optional gnomeSupport \"--enable-gkr\"; postInstall = '' wrapProgram $out/bin/pan --suffix PATH : ${gnupg}/bin ''; enableParallelBuilding = true;"} {"_id":"q-en-nixpkgs-166bc3c25ee41480280b0066dc83ff6d3950ef7f3c27a7abfe71fdab977fe04d","text":"}@args: let basicEnv = (callPackage ../bundled-common {}) args; basicEnv = (callPackage ../bundled-common { inherit ruby; }) args; cmdArgs = removeAttrs args [ \"pname\" \"postBuild\" \"gemConfig\" \"passthru\" \"gemset\" \"gemdir\" ] // { inherit preferLocalBuild allowSubstitutes; # pass the defaults"} {"_id":"q-en-nixpkgs-167f1d7db59b80568189f7c0e8913538ef0950fed3f88cd7f8821be9d693b9d6","text":" #!/usr/bin/env nix-shell #! nix-shell -i bash -p poetry poetry2nix.cli set -eu poetry lock poetry2nix lock "} {"_id":"q-en-nixpkgs-169400edcf96bff509ed535097aec6a274605c35f23855232f4fd2c23d4bca77","text":" { lib , stdenv , fetchFromGitHub , glslang , meson , ninja , pkg-config , libX11 , spirv-headers , vulkan-headers , vkBasalt32 }: stdenv.mkDerivation rec { pname = \"vkBasalt\"; version = \"0.3.2.4\"; src = fetchFromGitHub { owner = \"DadSchoorse\"; repo = pname; rev = \"v${version}\"; sha256 = \"01iplj6dlw2vl35hyci5m5yp8jmzcwng6c3jk3wn97jpv6m3hjqz\"; }; nativeBuildInputs = [ glslang meson ninja pkg-config ]; buildInputs = [ libX11 spirv-headers vulkan-headers ]; mesonFlags = [ \"-Dappend_libdir_vkbasalt=true\" ]; # Include 32bit layer in 64bit build postInstall = lib.optionalString (stdenv.hostPlatform.system == \"x86_64-linux\") '' ln -s ${vkBasalt32}/share/vulkan/implicit_layer.d/vkBasalt.json \"$out/share/vulkan/implicit_layer.d/vkBasalt32.json\" ''; meta = with lib; { description = \"A Vulkan post processing layer for Linux\"; homepage = \"https://github.com/DadSchoorse/vkBasalt\"; license = licenses.zlib; maintainers = with maintainers; [ metadark ]; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-16ade6f52bb197e724087279e623445ddcac92545a82e4690c7241ae262aa71f","text":"description = \"Where IPFS exposes its API to\"; }; swarmAddress = mkOption { type = types.listOf types.str; default = [ \"/ip4/0.0.0.0/tcp/4001\" \"/ip6/::/tcp/4001\" ]; description = \"Where IPFS listens for incoming p2p connections\"; }; enableGC = mkOption { type = types.bool; default = false;"} {"_id":"q-en-nixpkgs-16b4c5d9783d5d69f260ea4aaf64cb0e891708f4212e894bbb6b3444973c95b5","text":"next; } if ($isPatch) { print STDERR \"skipping $url (support for patches is missing)n\"; next; } next if defined $exclude && $url =~ /$exclude/; if (alreadyMirrored($algo, $hash)) {"} {"_id":"q-en-nixpkgs-16c61daf0a7a63bd4dc551adecd3d0d4e5f7f8d6a8296bdf1d70fdc565a0636b","text":"
ibus-engines.typing-booster This package is an ibus-based completion method to speed up typing.
Activating the engine IBus needs to be configured accordingly to activate typing-booster. The configuration depends on the desktop manager in use. For detailed instructions, please refer to the upstream docs. On NixOS you need to explicitly enable ibus with given engines before customizing your desktop to use typing-booster. This can be achieved using the ibus module: { pkgs, ... }: { i18n.inputMethod = { enabled = \"ibus\"; ibus.engines = with pkgs.ibus-engines; [ typing-booster ]; }; }
Using custom hunspell dictionaries The IBus engine is based on hunspell to support completion in many languages. By default the dictionaries de-de, en-us, fr-moderne es-es, it-it, sv-se and sv-fi are in use. To add another dictionary, the package can be overridden like this: ibus-engines.typing-booster.override { langs = [ \"de-at\" \"en-gb\" ]; } Note: each language passed to langs must be an attribute name in pkgs.hunspellDicts.
Built-in emoji picker The ibus-engines.typing-booster package contains a program named emoji-picker. To display all emojis correctly, a special font such as noto-fonts-emoji is needed: On NixOS it can be installed using the following expression: { pkgs, ... }: { fonts.fonts = with pkgs; [ noto-fonts-emoji ]; }
"} {"_id":"q-en-nixpkgs-16d8882cbc17c26305a4eb6bfe1b0364c4b23f766866df28d0c49a788fc84630","text":"}; keybinder3 = callPackage ../development/libraries/keybinder3 { gtk3 = if stdenv.isDarwin then gtk3-x11 else gtk3; automake = automake111x; };"} {"_id":"q-en-nixpkgs-16ec72647ecdc046882f6a89b046f9be35bab83fecfd0f2c1a0fcd9157b66aea","text":"''; }; useHostResolvConf = mkOption { type = types.bool; default = false; description = '' In containers, whether to use the resolv.conf supplied by the host. ''; }; dnsSingleRequest = lib.mkOption { type = types.bool; default = false;"} {"_id":"q-en-nixpkgs-17260034623385d701110087bc1c9581ee0d3db21373be1bfe2b82214705da84","text":"striprtf = callPackage ../development/python-modules/striprtf { }; strpdatetime = callPackage ../development/python-modules/strpdatetime { }; structlog = callPackage ../development/python-modules/structlog { }; stubserver = callPackage ../development/python-modules/stubserver { };"} {"_id":"q-en-nixpkgs-17319e543debf5f8dc24b343233b4d8fd8b930aa1cd35f65d52d1abcb04e8c2c","text":"homepage = \"https://github.com/Kethku/neovide\"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ck3d ]; platforms = platforms.linux; platforms = platforms.unix; mainProgram = \"neovide\"; }; }"} {"_id":"q-en-nixpkgs-1734ddee4ad058c87800cbdb10c3d02180f3e46b804d5402bae05387b3e14584","text":"mesonFlags = [ \"-Dextension_set=all\" ]; preFixup = '' # The meson build doesn't compile the schemas. # Fixup adapted from export-zips.sh in the source. extensiondir=$out/share/gnome-shell/extensions schemadir=$out/share/gsettings-schemas/gnome-shell-extensions-3.28.0/glib-2.0/schemas/ glib-compile-schemas $schemadir for f in $extensiondir/*; do name=`basename ''${f%%@*}` uuid=$name@gnome-shell-extensions.gcampax.github.com schema=$schemadir/org.gnome.shell.extensions.$name.gschema.xml if [ -f $schema ]; then mkdir $f/schemas ln -s $schema $f/schemas; glib-compile-schemas $f/schemas fi done ''; meta = with stdenv.lib; { homepage = https://wiki.gnome.org/Projects/GnomeShell/Extensions; description = \"Modify and extend GNOME Shell functionality and behavior\";"} {"_id":"q-en-nixpkgs-17ebdfae48d895b99bdd43abe6fceff275b7bd591aa5df51c793a5c78680d76e","text":"redoflacs = callPackage ../applications/audio/redoflacs { }; flameshot = libsForQt5.callPackage ../tools/misc/flameshot { }; flex-ncat = callPackage ../applications/radio/flex-ncat { }; flex-ndax = callPackage ../applications/radio/flex-ndax { };"} {"_id":"q-en-nixpkgs-18c43d360758418d12359334b651ee3fe99e8502731ee5d207e1b4dc86073887","text":"sha256 = \"sha256:0ycp7k6lkxzqwkc16fifhyqaqi7hl3351pwddsn18r5l83jnzdn2\"; }; postPatch = '' substituteInPlace \"ykman/pcsc/__init__.py\" --replace '/usr/bin/pkill' '${procps}/bin/pkill' ''; format = \"pyproject\"; nativeBuildInputs = with python3Packages; [ poetry-core ];"} {"_id":"q-en-nixpkgs-18dab420ff5e5e4134e7e5177f5e3bb258e4a2bf9712609cb7b035530c33370b","text":"{ # Note: do not use Hydra as a source URL. Ask a member of the # infrastructure team to mirror the job. busybox = import { url = https://hydra.nixos.org/build/112609163/download/2/busybox; sha256 = \"0dc5471dc6a5f69ad98eb7445f51a61e88aa5792d7a677025bf012bdb513b763\"; # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest # from build: https://hydra.nixos.org/build/114203025 url = \"http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/busybox\"; # note: the following hash is different than the above hash, due to executable = true sha256 = \"0qxp2fsvs4phbc17g9npj9bsm20ylr8myi5pivcrmxm5qqflgi8d\"; executable = true; }; bootstrapTools = import { url = https://hydra.nixos.org/build/112609163/download/1/bootstrap-tools.tar.xz; sha256 = \"ca0564eca4eb944649ce10ec70859640427bf2241243af62812b163176487e02\"; # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest # from build: https://hydra.nixos.org/build/114203025 url = \"http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/bootstrap-tools.tar.xz\"; sha256 = \"28327343db5ecc7f7811449ec69280d5867fa5d1d377cab0426beb9d4e059ed6\"; }; }"} {"_id":"q-en-nixpkgs-1955e80b81284cb4c3d477aefe75422eb7090a4e11a9f9844807430f6e4057bc","text":"The tomcat-connector httpd.extraSubservice has been removed from nixpkgs. It's now possible to change configuration in services.nextcloud after the initial deploy since all config parameters are persisted in an additional config file generated by the module. Previously core configuration like database parameters were set using their imperative installer after creating /var/lib/nextcloud.
"} {"_id":"q-en-nixpkgs-197c99f40909443f1f9f867c42bc0eec91a500f7f99bd12b0bc746346e4d38d4","text":"description = \"Text-based addressbook program designed to use with mutt mail client\"; license = lib.licenses.gpl2; maintainers = [ lib.maintainers.edwtjo ]; platforms = with lib.platforms; linux; platforms = with lib.platforms; unix; }; }"} {"_id":"q-en-nixpkgs-1991905c0e90b80ae472d2268d2e0fd155bc64c5a07b043bf3f0aed8d97b8a5c","text":"services.postgresql = { enable = true; initialScript = pkgs.writeText \"psql-init\" '' CREATE ROLE nextcloud WITH LOGIN; CREATE DATABASE nextcloud WITH OWNER nextcloud; ''; ensureDatabases = [ \"nextcloud\" ]; ensureUsers = [ { name = \"nextcloud\"; ensurePermissions.\"DATABASE nextcloud\" = \"ALL PRIVILEGES\"; } ]; }; # ensure that postgres is running *before* running the setup"} {"_id":"q-en-nixpkgs-19a9290c70fb595b195e37b469c60d85a8bbcf5ee3c2631635a18c3ad065b72b","text":"\"examples/*\" ]; disabledTests = [ # See https://github.com/google/flax/issues/2554. \"test_async_save_checkpoints\" \"test_jax_array0\" \"test_jax_array1\" \"test_keep0\" \"test_keep1\" \"test_optimized_lstm_cell_matches_regular\" \"test_overwrite_checkpoints\" \"test_save_restore_checkpoints_target_empty\" \"test_save_restore_checkpoints_target_none\" \"test_save_restore_checkpoints_target_singular\" \"test_save_restore_checkpoints_w_float_steps\" \"test_save_restore_checkpoints\" ]; meta = with lib; { description = \"Neural network library for JAX\"; homepage = \"https://github.com/google/flax\";"} {"_id":"q-en-nixpkgs-19b7a3dc42b5ef7ea9afabcdb32c110b3090220e638b8dcc2ff9d454ecf0843c","text":"if [ -n \"${dirs}\" ]; then header \"stripping (with command $cmd and flags $stripFlags) in$dirs\" find $dirs -type f -exec $cmd $commonStripFlags $stripFlags '{}' ; 2>/dev/null find $dirs -type f -exec $cmd $stripFlags '{}' ; 2>/dev/null stopNest fi }"} {"_id":"q-en-nixpkgs-1a27c10ff5532e13fbc6ce562f7e7a5c9f3b1ef778e20444fc15f11685e797a3","text":"home = \"/root\"; shell = mkDefault cfg.defaultUserShell; group = \"root\"; initialHashedPassword = mkDefault \"!\"; }; nobody = { uid = ids.uids.nobody;"} {"_id":"q-en-nixpkgs-1a2f3ee922fee0ea77c28e6afa42d6054b578f8924b6675611454902d9d8155d","text":"}; goPackagePath = \"github.com/Stebalien/localtime\"; buildInputs = [ systemd polkit m4 ]; buildInputs = [ m4 ]; makeFlags = [ \"PREFIX=$(out)\" ]; makeFlags = [ \"PREFIX=${placeholder \"out\"}\" \"BINDIR=${placeholder \"bin\"}/bin\" ]; buildPhase = '' cd go/src/${goPackagePath} make localtimed make $makeFlags ''; installPhase = '' mkdir -p $bin/bin install -Dm555 localtimed $bin/bin make install $makeFlags ''; meta = with stdenv.lib; {"} {"_id":"q-en-nixpkgs-1a311ee1bbfd5c9da77c14c677e17d044543e7569ef7dc74a5e5c7e5fea6c90a","text":"+ # https://stackoverflow.com/a/17022146/4935114 + shutil.copystat = lambda x, y: x + shutil.copytree(self.srcdir, self.dir, copy_function=shutil.copyfile) try: shutil.copyfile(os.path.join(gr.prefix(), 'share', 'gnuradio', 'clang-format.conf'), os.path.join(self.dir, '.clang-format')) source_dir = os.path.join(gr.prefix(), \"share\", \"gnuradio\") for source_name, target_name in ( (\"clang-format.conf\", \".clang-format\"), "} {"_id":"q-en-nixpkgs-1a618e167a1e7738bb5c5d63a2492d59c0d605c28482dff5fb835a33d09c5fc1","text":"pdf-quench = callPackage ../applications/misc/pdf-quench { }; pdf-sign = callPackage ../tools/graphics/pdf-sign { }; pdfarranger = callPackage ../applications/misc/pdfarranger { }; briss = callPackage ../tools/graphics/briss { };"} {"_id":"q-en-nixpkgs-1a7b60def24275c11a55510adab74f1d133086d96c2fbf485b36a31f9069bf50","text":"let debPatch = fetchzip { url = \"mirror://debian/pool/main/v/vorbis-tools/vorbis-tools_1.4.0-6.debian.tar.xz\"; sha256 = \"1xmmpdvxyr84lazlg23c6ck5ic97ga2rkiqabb1d98ix2zdzyqz5\"; url = \"mirror://debian/pool/main/v/vorbis-tools/vorbis-tools_1.4.0-11.debian.tar.xz\"; sha256 = \"0kvmd5nslyqplkdb7pnmqj47ir3y5lmaxd12wmrnqh679a8jhcyi\"; }; in stdenv.mkDerivation {"} {"_id":"q-en-nixpkgs-1a9221d5449e57bb1799bd86b2ebefbdc59652e082c5d2e79e672319f789cd43","text":"npmInstallHook = makeSetupHook { name = \"npm-install-hook\"; deps = [ makeWrapper ]; deps = [ buildPackages.makeWrapper ]; substitutions = { hostNode = \"${nodejs}/bin/node\"; jq = \"${buildPackages.jq}/bin/jq\";"} {"_id":"q-en-nixpkgs-1aa310b38faed02eae16ff36a9c6c7df7722b065c6f2006e24cf0f3151419dcd","text":"- [Mealie](https://nightly.mealie.io/), a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in NuxtJS for a pleasant user experience for the whole family. Available as [services.mealie](#opt-services.mealie.enable) - [Sunshine](https://app.lizardbyte.dev/Sunshine), a self-hosted game stream host for Moonlight. Available as [services.sunshine](#opt-services.sunshine.enable). - [Uni-Sync](https://github.com/EightB1ts/uni-sync), a synchronization tool for Lian Li Uni Controllers. Available as [hardware.uni-sync](#opt-hardware.uni-sync.enable) ## Backward Incompatibilities {#sec-release-24.05-incompatibilities}"} {"_id":"q-en-nixpkgs-1acd2e7d31b41b7ccdaeb89d2fcd5613c24da287fc56a3d9de244959349b0d5b","text":" { stdenv, fetchFromGitLab, cmake, fcitx, pkgconfig, qtbase, extra-cmake-modules }: { lib, mkDerivation, fetchFromGitLab , cmake , extra-cmake-modules , fcitx , pkgconfig , qtbase }: stdenv.mkDerivation rec { mkDerivation rec { pname = \"fcitx-qt5\"; version = \"1.2.3\";"} {"_id":"q-en-nixpkgs-1ae8984abafe041d2a9308686c334b029e55be11af7ae402cd3085b986ba5fcd","text":" { lib , rustPlatform , fetchFromGitHub , openssl , pkg-config }: rustPlatform.buildRustPackage rec { pname = \"awatcher\"; version = \"0.3.0\"; src = fetchFromGitHub { owner = \"2e3s\"; repo = \"awatcher\"; rev = \"v${version}\"; hash = \"sha256-G7UH2JcKseGZUA+Ac431cTXUP7rxWxYABfq05/ENjUM=\"; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; doCheck = false; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"aw-client-rust-0.1.0\" = \"sha256-yliRLPM33GWTPcNBDNuKMOkNOMNfD+TI5nRkh+5YSnw=\"; }; }; meta = with lib; { description = \"Activity and idle watchers\"; longDescription = '' Awatcher is a window activity and idle watcher with an optional tray and UI for statistics. The goal is to compensate the fragmentation of desktop environments on Linux by supporting all reportable environments, to add more flexibility to reports with filters, and to have better UX with the distribution by a single executable. ''; downloadPage = \"https://github.com/2e3s/awatcher/releases\"; homepage = \"https://github.com/2e3s/awatcher\"; license = licenses.mpl20; mainProgram = \"awatcher\"; maintainers = [ maintainers.aikooo7 ]; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-1b108b996e8b3648ce009ca57f66508966a6c72553306c545c19514f50c96cca","text":"CPPFLAGS = concatStringsSep \" \" (map (p: \"-I${getDev p}/include\") buildInputs); LDFLAGS = concatStringsSep \" \" (map (p: \"-L${getLib p}/lib\") buildInputs); LIBS = \"${optionalString (!stdenv.isDarwin) \"-lcrypt\"} ${optionalString (ncurses != null) \"-lncurses\"}\"; NIX_LDFLAGS = optionalString (stdenv.isLinux && !stdenv.hostPlatform.isMusl) \"-lgcc_s\" + optionalString stdenv.hostPlatform.isMusl \"-lgcc_eh\"; NIX_LDFLAGS = lib.optionalString stdenv.cc.isGNU ({ \"glibc\" = \"-lgcc_s\"; \"musl\" = \"-lgcc_eh\"; }.\"${stdenv.hostPlatform.libc}\" or \"\"); # Determinism: We fix the hashes of str, bytes and datetime objects. PYTHONHASHSEED=0;"} {"_id":"q-en-nixpkgs-1b1962d618a2e7cb410c3a61f2d0b8057417053f7c5c957efd15d8676abb1e77","text":" { lib , rustPlatform , fetchCrate }: rustPlatform.buildRustPackage rec { pname = \"hayagriva\"; version = \"0.3.0\"; src = fetchCrate { inherit pname version; hash = \"sha256-zp7YfMmp16YRWNcOf5aVt1vXnL+23+DyFeFn7Gow7wM=\"; }; cargoHash = \"sha256-jsVd4vyST563HiXvqCfiZ2oUhNXF4E8Y2HBLl5AtvRw=\"; buildFeatures = [ \"cli\" ]; meta = with lib; { description = \"Work with references: Literature database management, storage, and citation formatting\"; homepage = \"https://github.com/typst/hayagriva\"; changelog = \"https://github.com/typst/hayagriva/releases/tag/v${version}\"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ figsoda ]; }; } "} {"_id":"q-en-nixpkgs-1b6bea0f6057b412ca9c9f760cf91dc34990ddef1a9b442397dfeeeafea2a6d4","text":", alsa-lib , libjack2 , libusb1 , udev , libsndfile , vulkanSupport ? true , vulkan-headers"} {"_id":"q-en-nixpkgs-1ba5f5b25fa248fcedb1328185839fa272f66734edd3e5c4793266153140dafe","text":"}; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ openssl_1_0_2 libpcap ]; buildInputs = [ openssl libpcap ]; # Mongodb incorrectly names all of their binaries main # Let's work around this with our own installer"} {"_id":"q-en-nixpkgs-1bf6c2dd4bffd1919a34457403ee6548c8abb1b13b1df24ac7f1751f14d0b02a","text":" { lib, fetchFromGitHub, python3, cdparanoia, cdrdao, flac , sox, accuraterip-checksum, libsndfile, util-linux, substituteAll }: { lib , python3 , fetchFromGitHub , libcdio-paranoia , cdrdao , libsndfile , flac , sox , util-linux }: python3.pkgs.buildPythonApplication rec { let bins = [ libcdio-paranoia cdrdao flac sox util-linux ]; in python3.pkgs.buildPythonApplication rec { pname = \"whipper\"; version = \"0.10.0\";"} {"_id":"q-en-nixpkgs-1c91aa000f25fd0d5a06074a6dd7a8b559ebd358674650804b7b132495136770","text":"type = types.str; default = \"/var/lib/gitolite\"; description = '' Gitolite home directory (used to store all the repositories). The gitolite home directory used to store all repositories. If left as the default value this directory will automatically be created before the gitolite server starts, otherwise the sysadmin is responsible for ensuring the directory exists with appropriate ownership and permissions. ''; };"} {"_id":"q-en-nixpkgs-1ca93444b11710857f2384b0b1067cd051cda69a5ba94f83fea5575405de1a32","text":"owner = \"devicetree-org\"; repo = \"dt-schema\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-wwlXIM/eO3dII/qQpkAGLT3/15rBLi7ZiNtqYFf7Li4=\"; sha256 = \"sha256-+wF6WdonZrkZEnlq/P6QeT3X7CMinxbapLa7q0t2zUc=\"; }; patches = [ # Change name of pylibfdt to libfdt ./fix_libfdt_name.patch ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-1cbf62d196d253291dbdea240e2c8cab279388bc4b8108061206958f74bff62d","text":"EOF ipfs --local config --json \"${concatStringsSep \".\" path}\" \"$value\" '') cfg.extraConfig) ({ Addresses.API = cfg.apiAddress; Addresses.Gateway = cfg.gatewayAddress; Addresses.Swarm = cfg.swarmAddress; } // cfg.extraConfig)) ); serviceConfig = { ExecStart = \"${wrapped}/bin/ipfs daemon ${ipfsFlags}\";"} {"_id":"q-en-nixpkgs-1d2121ebbd04c4dcea9ed11c7ba0ee94f5930a11a824e038adb8bf81c06eb0fd","text":" { stdenv , lib , fetchurl , qt4 , SDL }: stdenv.mkDerivation rec { pname = \"tworld2\"; version = \"2.2.0\"; src = fetchurl { url = \"https://tw2.bitbusters.club/downloads/tworld-${version}-src.tar.gz\"; sha256 = \"sha256:1y55v2shk2xxcds7bdwdjaq9lka31sgdp2469zqnvldchwbvcb2i\"; }; buildInputs = [ qt4 SDL ]; enableParallelBuilding = true; postConfigure = '' echo \"#define COMPILE_TIME \"$(date -ud \"@$SOURCE_DATE_EPOCH\" '+%Y %b %e %T %Z')\"\" >comptime.h ''; makeFlags = [ \"bindir=${placeholder \"out\"}/bin\" \"sharedir=${placeholder \"out\"}/share\" \"mandir=${placeholder \"out\"}/share/man/en\" ]; postInstall = '' mkdir -p $out/share/doc/${pname} cp COPYING README docs/tworld2.html $out/share/doc/${pname} mkdir $out/share/icons cp tworld.ico tworld2.ico $out/share/icons ''; meta = with lib; { description = \"Tile World 2: Tile World is a reimplementation of the game Chip's Challenge\"; homepage = \"https://tw2.bitbusters.club/\"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ drperceptron ]; }; } "} {"_id":"q-en-nixpkgs-1d805ec4d4a53a7a479eae21b19d90143e3329fc3707744ec90ba16463de0d02","text":"fetchfossil = callPackage ../build-support/fetchfossil { }; fetchgit = callPackage ../build-support/fetchgit { fetchgit = (callPackage ../build-support/fetchgit { git = buildPackages.gitMinimal; cacert = buildPackages.cacert; git-lfs = buildPackages.git-lfs; }) // { # fetchgit is a function, so we use // instead of passthru. tests = callPackages ../build-support/fetchgit/tests.nix {}; }; fetchgitLocal = callPackage ../build-support/fetchgitlocal { };"} {"_id":"q-en-nixpkgs-1d81b98e4ee53fe4665d3629eb291ab9fa30837d0b7166b139f8e68375c83a2a","text":"stdenv.mkDerivation rec { version = \"5.2.0\"; pname = \"octave\"; src = fetchurl { url = \"mirror://gnu/octave/${pname}-${version}.tar.gz\"; sha256 = \"1qcmcpsq1lfka19fxzvxjwjhg113c39a9a0x8plkhvwdqyrn5sig\"; }; buildInputs = [ gfortran readline ncurses perl flex texinfo qhull graphicsmagick pcre pkgconfig fltk zlib curl openblas libsndfile fftw fftwSinglePrec portaudio qrupdate arpack libwebp gl2ps ] ++ (stdenv.lib.optional (qt != null) qt) ++ (stdenv.lib.optional (qscintilla != null) qscintilla) ++ (stdenv.lib.optional (ghostscript != null) ghostscript) ++ (stdenv.lib.optional (llvm != null) llvm) ++ (stdenv.lib.optional (hdf5 != null) hdf5) ++ (stdenv.lib.optional (glpk != null) glpk) ++ (stdenv.lib.optional (suitesparse != null) suitesparse) ++ (stdenv.lib.optional (jdk != null) jdk) ++ (stdenv.lib.optional (gnuplot != null) gnuplot) ++ (stdenv.lib.optional (python != null) python) ++ (stdenv.lib.optionals (!stdenv.isDarwin) [ libGL libGLU libX11 ]) ; # makeinfo is required by Octave at runtime to display help prePatch = '' substituteInPlace libinterp/corefcn/help.cc --replace 'Vmakeinfo_program = \"makeinfo\"' 'Vmakeinfo_program = \"${texinfo}/bin/makeinfo\"' ''; buildInputs = [ readline ncurses perl flex qhull graphicsmagick pcre fltk zlib curl openblas libsndfile fftw fftwSinglePrec portaudio qrupdate arpack libwebp gl2ps ] ++ (stdenv.lib.optionals enableQt [ qtbase qtsvg qscintilla ]) ++ (stdenv.lib.optional (ghostscript != null) ghostscript) ++ (stdenv.lib.optional (hdf5 != null) hdf5) ++ (stdenv.lib.optional (glpk != null) glpk) ++ (stdenv.lib.optional (suitesparse != null) suitesparse) ++ (stdenv.lib.optional (jdk != null) jdk) ++ (stdenv.lib.optional (sundials_2 != null) sundials_2) ++ (stdenv.lib.optional (gnuplot != null) gnuplot) ++ (stdenv.lib.optional (python != null) python) ++ (stdenv.lib.optionals (!stdenv.isDarwin) [ libGL libGLU libX11 ]) ; nativeBuildInputs = [ pkgconfig gfortran # Listed here as well because it's outputs are split fftw fftwSinglePrec texinfo ] ++ (stdenv.lib.optional (sundials_2 != null) sundials_2) ++ (stdenv.lib.optional enableJIT llvm) ++ (stdenv.lib.optionals enableQt [ qtscript qttools ]) ; doCheck = !stdenv.isDarwin;"} {"_id":"q-en-nixpkgs-1dab858396a128de8897a9daafe2426cc26bade0bb7be123685b788287c63c5f","text":"--replace /etc/openzwave $out/etc/openzwave ''; fixupPhase = '' substituteInPlace $out/lib/pkgconfig/libopenzwave.pc --replace prefix= prefix=$out --replace dir= dir=$out substituteInPlace $out/bin/ozw_config --replace pcfile=${pkg-config} pcfile=$out ''; meta = with lib; { description = \"C++ library to control Z-Wave Networks via a USB Z-Wave Controller\"; homepage = \"http://www.openzwave.net/\";"} {"_id":"q-en-nixpkgs-1db9b99b4c8707619443f3fefebdcec66b7f2537455b82d3436e35664617f9d7","text":"pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ \"test_run_local_server\" ]; meta = with lib; { description = \"Google Authentication Library: oauthlib integration\"; homepage = \"https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib\";"} {"_id":"q-en-nixpkgs-1e123816aec5dabf6d88de3e85e9ac0cc9cda3383c9dd5bc64c40fbd9ca6c493","text":"bgnet = callPackage ../data/documentation/bgnet { }; bibata-cursors = callPackage ../data/icons/bibata-cursors { attrs = python3Packages.attrs; }; bibata-extra-cursors = callPackage ../data/icons/bibata-cursors/extra.nix { }; bibata-cursors-translucent = callPackage ../data/icons/bibata-cursors/translucent.nix { };"} {"_id":"q-en-nixpkgs-1e2b270f9825ae017193dfafb433ff4dda2c8cd63878f78f50038488a5d1b075","text":", libXt , libnotify , gnome , libGLU, libGL , libGLU , libGL , nspr , nss , pango"} {"_id":"q-en-nixpkgs-1e2c651b2bdae00a32f6a78560e00d27e1cb332369b7d0894c3ae0d1568a4daf","text":"bash-completion = callPackage ../shells/bash/bash-completion { }; gradle-completion = callPackage ../shells/zsh/gradle-completion { }; nix-bash-completions = callPackage ../shells/bash/nix-bash-completions { }; dash = callPackage ../shells/dash { };"} {"_id":"q-en-nixpkgs-1e3a5430fa0753ef93cd8c7e173895d94c75c0113662fced042aaffb28880c71","text":"ensureUsers = singleton { name = cfg.databaseUsername; }; }; # Enable rotation of log files services.logrotate = { enable = cfg.logrotate.enable; paths = { gitlab = { path = \"${cfg.statePath}/log/*.log\"; user = cfg.user; group = cfg.group; frequency = cfg.logrotate.frequency; keep = cfg.logrotate.keep; extraConfig = cfg.logrotate.extraConfig; }; }; }; # The postgresql module doesn't currently support concepts like # objects owners and extensions; for now we tack on what's needed # here."} {"_id":"q-en-nixpkgs-1e4542eac5c0b60789887fb35d027af8415fb199b54a7865b8d95e6f911f401d","text":"security.acme.certs.\"standalone.test\" = { webroot = \"/var/lib/acme/acme-challenges\"; }; systemd.targets.\"acme-finished-standalone.test\" = {}; systemd.services.\"acme-standalone.test\" = { wants = [ \"acme-finished-standalone.test.target\" ]; before = [ \"acme-finished-standalone.test.target\" ]; systemd.targets.\"acme-finished-standalone.test\" = { after = [ \"acme-standalone.test.service\" ]; wantedBy = [ \"acme-standalone.test.service\" ]; }; services.nginx.enable = true; services.nginx.virtualHosts.\"standalone.test\" = {"} {"_id":"q-en-nixpkgs-1e52f745de0f62127af89ac70717b2eec1affb0ba279ebbac243724b06e73708","text":"wantedBy = [ \"multi-user.target\" ]; wants = concatLists (map (hostOpts: [ \"acme-${hostOpts.hostName}.service\" \"acme-selfsigned-${hostOpts.hostName}.service\" ]) vhostsACME); after = [ \"network.target\" \"fs.target\" ] ++ map (hostOpts: \"acme-selfsigned-${hostOpts.hostName}.service\") vhostsACME; before = map (hostOpts: \"acme-${hostOpts.hostName}.service\") vhostsACME; path = [ pkg pkgs.coreutils pkgs.gnugrep ];"} {"_id":"q-en-nixpkgs-1e5673fafc907c78bb22dd79ff6fb17292a893dea2509bab7aeb4d359aa53273","text":" { stdenv, fetchFromGitHub, autoreconfHook, gnum4, pkgconfig, python2 { stdenv, fetchFromGitHub, autoreconfHook, gnum4, pkg-config, python3 , intel-gpu-tools, libdrm, libva, libX11, libGL, wayland, libXext , enableHybridCodec ? false, vaapi-intel-hybrid }:"} {"_id":"q-en-nixpkgs-1e71880ce064775cbe15c66e2487512f6438df917595dcb1a8dacf1f058818f9","text":"homepage = \"https://ffmpeg.org/\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.lgpl21; maintainers = with maintainers; [ betaboon cawilliamson lluchs ]; maintainers = with maintainers; [ betaboon cawilliamson fptje ]; platforms = [ \"x86_64-linux\" ]; }; }"} {"_id":"q-en-nixpkgs-1eb12454a12a60e29a92d2930f93218c9ac2147bc839e17821b08feac92a69a6","text":"}; }); python-kasa = super.python-kasa.overridePythonAttrs (oldAttrs: rec { version = \"0.5.4\"; src = fetchFromGitHub { owner = \"python-kasa\"; repo = \"python-kasa\"; rev = \"refs/tags/${version}\"; hash = \"sha256-wGPMrYaTtKkkNW88eyiiciFcBSTRqqChYi6e15WUCHo=\"; }; }); python-roborock = super.python-roborock.overridePythonAttrs (oldAttrs: rec { version = \"0.38.0\"; src = fetchFromGitHub {"} {"_id":"q-en-nixpkgs-1ebae56799282ad51c12b3086598db637ec6fdc2d8f1f8332f8af91349d216ee","text":"combinePackages = attrs: callPackage (import ./combine-packages.nix attrs) {}; # EOL sdk_2_1 = throw \"Dotnet SDK 2.1 is EOL, please use 3.1 (LTS), 5.0 (Current) or 6.0 (LTS)\"; sdk_2_2 = throw \"Dotnet SDK 2.2 is EOL, please use 3.1 (LTS), 5.0 (Current) or 6.0 (LTS)\"; sdk_3_0 = throw \"Dotnet SDK 3.0 is EOL, please use 3.1 (LTS), 5.0 (Current) or 6.0 (LTS)\"; } // dotnet_3_1 // dotnet_5_0 // dotnet_6_0 // dotnet_7_0 sdk_2_1 = throw \"Dotnet SDK 2.1 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; sdk_2_2 = throw \"Dotnet SDK 2.2 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; sdk_3_0 = throw \"Dotnet SDK 3.0 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; sdk_5_0 = throw \"Dotnet SDK 5.0 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; } // dotnet_3_1 // dotnet_6_0 // dotnet_7_0 "} {"_id":"q-en-nixpkgs-1ebc4028f82c8fcba5f641d6d5a0ef3f7a1de895512f7df16b8294b34033c7e9","text":"{ stdenv, lib , makeWrapper, dpkg, fetchurl, autoPatchelfHook , curl, libkrb5, lttng-ust, libpulseaudio, gtk3, openssl_1_1, icu70, webkitgtk, librsvg, gdk-pixbuf, libsoup, glib-networking, graphicsmagick_q16 , curl, libkrb5, lttng-ust, libpulseaudio, gtk3, openssl_1_1, icu70, webkitgtk, librsvg, gdk-pixbuf, libsoup, glib-networking, graphicsmagick_q16, libva, libusb, hiredis }: stdenv.mkDerivation rec { pname = \"aws-workspaces\"; version = \"4.1.0.1523\"; version = \"4.5.0.2006\"; src = fetchurl { # ref https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/Packages # ref https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/Packages urls = [ \"https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/workspacesclient_${version}_amd64.deb\" \"https://web.archive.org/web/20220709124028/https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/workspacesclient_${version}_amd64.deb\" \"https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/workspacesclient_${version}_amd64.deb\" \"https://archive.org/download/workspacesclient_${version}_amd64/workspacesclient_${version}_amd64.deb\" ]; sha256 = \"sha256-nOrIOPZ0yOBGOQgNQxnm1cVR9NJ+BTEC12UB7Ux1yuk=\"; sha256 = \"sha256-1ysj020fYOmIRvZR27+7ZNqdzqkA2QbrCwDU18ouxaI=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-1eeaf3984ebe02eadf8b75efeba023254540b2c9263a6cb094a3c66e4d6a1bd2","text":"}; testScript = '' assert ( \"${pkgs.agdaPackages.lib.interfaceFile \"Everything.agda\"}\" == \"Everything.agdai\" ), \"wrong interface file for Everything.agda\" assert ( \"${pkgs.agdaPackages.lib.interfaceFile \"tmp/Everything.agda.md\"}\" == \"tmp/Everything.agdai\" ), \"wrong interface file for tmp/Everything.agda.md\" # Minimal script that typechecks machine.succeed(\"touch TestEmpty.agda\") machine.succeed(\"agda TestEmpty.agda\")"} {"_id":"q-en-nixpkgs-1efe74135f784caeed9745972a2475041d81922fa310667d8feb61f150337d49","text":" { lib, stdenv, fetchurl, autoreconfHook, ... } @ args: { lib, stdenv, fetchurl, autoreconfHook, targetPlatform, ... } @ args: import ./generic.nix (args // { import ./generic.nix (builtins.removeAttrs args [\"targetPlatform\"] // { version = \"4.8.30\"; sha256 = \"0ampbl2f0hb1nix195kz1syrqqxpmvnvnfvphambj7xjrl3iljg0\"; extraPatches = ["} {"_id":"q-en-nixpkgs-1f16b2de70f0d89c45788d31dcfc7079c2eaa5917265259fafae06f1ee215797","text":"done ''} # https://github.com/NixOS/nixpkgs/issues/137104 ${optionalString (enableHardening || headless) '' rm $libexec/components/VBoxREM.so ''} cp -rv out/linux.*/${buildType}/bin/src \"$modsrc\" '';"} {"_id":"q-en-nixpkgs-1f54d976123535387bbf4de702a2eefd362a22d3b35b4d376afc313d07b23a88","text":" { lib, python3Packages, fetchpatch }: # Packaging documentation at: # https://github.com/pimutils/vdirsyncer/blob/0.16.7/docs/packaging.rst python3Packages.buildPythonApplication rec { version = \"0.16.7\"; pname = \"vdirsyncer\"; src = python3Packages.fetchPypi { inherit pname version; sha256 = \"6c9bcfb9bcb01246c83ba6f8551cf54c58af3323210755485fc23bb7848512ef\"; }; propagatedBuildInputs = with python3Packages; [ click click-log click-threading requests_toolbelt requests requests_oauthlib # required for google oauth sync atomicwrites ]; nativeBuildInputs = with python3Packages; [ setuptools_scm ]; checkInputs = with python3Packages; [ hypothesis pytest pytest-localserver pytest-subtesthack ]; patches = [ # Fixes for hypothesis: https://github.com/pimutils/vdirsyncer/pull/779 (fetchpatch { url = https://github.com/pimutils/vdirsyncer/commit/22ad88a6b18b0979c5d1f1d610c1d2f8f87f4b89.patch; sha256 = \"0dbzj6jlxhdidnm3i21a758z83sdiwzhpd45pbkhycfhgmqmhjpl\"; }) ]; postPatch = '' # Invalid argument: 'perform_health_check' is not a valid setting substituteInPlace tests/conftest.py --replace \"perform_health_check=False\" \"\" substituteInPlace tests/unit/test_repair.py --replace $'@settings(perform_health_check=False) # Using the random module for UIDsn' \"\" ''; checkPhase = '' make DETERMINISTIC_TESTS=true test ''; meta = with lib; { homepage = https://github.com/pimutils/vdirsyncer; description = \"Synchronize calendars and contacts\"; license = licenses.mit; maintainers = with maintainers; [ loewenheim ]; }; } "} {"_id":"q-en-nixpkgs-1f8e9f5d7c7259b783c1a06fedf6e3cb7530f127bbab5b45eb1094ac395fdb9d","text":"stdenv.mkDerivation (finalAttrs: { pname = \"kstars\"; version = \"3.6.9\"; version = \"3.7.0\"; src = fetchFromGitHub { owner = \"KDE\"; repo = \"kstars\"; rev = \"stable-${finalAttrs.version}\"; hash = \"sha256-28RRW+ncMiQcBb/lybEKTeV08ZkF3IqLkeTHNW5nhls=\"; src = fetchurl { url = \"mirror://kde/stable/kstars/kstars-${finalAttrs.version}.tar.xz\"; hash = \"sha256-yvN1k0LqUi5Odb34Nk8UP5qoIbFUcvUiyESpoMKmuqg=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-1fa3e50a11a0bea952ccfd2b830bbee4b764a39da40d4220bfe89ca2b467ab63","text":"{ stdenv, fetchurl, gettext, bzip2 }: stdenv.mkDerivation rec { name = \"sysstat-12.2.0\"; name = \"sysstat-12.2.3\"; src = fetchurl { url = \"http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz\"; sha256 = \"0xc3983ccr0dwab1px2jhbgj86pfmmr29k7ggnwjwm1qigmriak1\"; sha256 = \"0c7lcjj796fvb0abqlhkval82r9yp5kvn3vi9k823r45422xv5y1\"; }; buildInputs = [ gettext ];"} {"_id":"q-en-nixpkgs-1fe3cf5e0c5c7d7fecff984f3baec8b09da7056d67ce662825f6e151108e8fc5","text":"owner = \"gorilla-devs\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-tYRs6HfFTdUZqWal9pLZ0uUNCPr3+zQz5JV2ohOLIP8=\"; hash = \"sha256-tYRs6HfFTdUZqWal9pLZ0uUNCPr3+zQz5JV2ohOLIP8=\"; }; buildInputs = lib.optionals stdenv.isDarwin [ Security ]; buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; cargoHash = \"sha256-5ClBS42hWw3ULEG1Qn+fiM6dvJ+xS4Dusy3BCj5Cvbg=\";"} {"_id":"q-en-nixpkgs-2034a824130bdce3e0330c81f84cf6cef118478e9aec786e9bd8d8431fd29ec4","text":"pytestCheckHook ]; disabledTests = [ # See https://github.com/deepmind/chex/issues/204. \"test_uninspected_checks\" ]; meta = with lib; { description = \"Chex is a library of utilities for helping to write reliable JAX code.\"; homepage = \"https://github.com/deepmind/chex\";"} {"_id":"q-en-nixpkgs-203d42418a37b990e556aea783272c8b6205221c5c3c258d6a8f01fb57046d94","text":" { lib, stdenv, fetchFromGitHub, bundlerEnv, ruby }: let gems = bundlerEnv { name = \"whatweb-env\"; inherit ruby; gemdir = ./.; }; in stdenv.mkDerivation rec { pname = \"whatweb\"; version = \"0.5.5\"; src = fetchFromGitHub { owner = \"urbanadventurer\"; repo = \"whatweb\"; rev = \"v${version}\"; sha256 = \"sha256-HLF55x4C8n8aPO4SI0d6Z9wZe80krtUaGUFmMaYRBIE=\"; }; prePatch = '' substituteInPlace Makefile --replace \"/usr/local\" \"$out\" --replace \"/usr\" \"$out\" ''; buildInputs = [ gems ]; installPhase = '' runHook preInstall raw=$out/share/whatweb/whatweb rm $out/bin/whatweb cat << EOF >> $out/bin/whatweb #!/bin/sh -e exec ${gems}/bin/bundle exec ${ruby}/bin/ruby \"$raw\" \"$@\" EOF chmod +x $out/bin/whatweb runHook postInstall ''; meta = with lib; { description = \"Next generation web scanner\"; homepage = \"https://github.com/urbanadventurer/whatweb\"; license = licenses.gpl2Only; maintainers = with maintainers; [ wolfangaukang ]; platforms = platforms.unix; }; } "} {"_id":"q-en-nixpkgs-209c4c214924b0ff17038e1e5000a5511f2506371a9d00fb755f5e66fde7683d","text":"pywaterkotte = callPackage ../development/python-modules/pywaterkotte { }; pywavefront = callPackage ../development/python-modules/pywavefront { }; pywavelets = callPackage ../development/python-modules/pywavelets { }; pywayland = callPackage ../development/python-modules/pywayland { };"} {"_id":"q-en-nixpkgs-20dc20332cfb725140caf98e99e796bbd57bd520956fdd36870b148d0665e97b","text":"[aarch64-darwin]=darwin-arm64 ) hashfile=\"$(nix-prefetch-url --print-path \"https://github.com/electron/electron/releases/download/v${VERSION}/SHASUMS256.txt\" 2>/dev/null | tail -n1)\" headers=\"$(nix-prefetch-url \"https://atom.io/download/electron/v${VERSION}/node-v${VERSION}-headers.tar.gz\")\" hashfile=\"$(nix-prefetch-url --print-path \"https://github.com/electron/electron/releases/download/v${VERSION}/SHASUMS256.txt\" | tail -n1)\" headers=\"$(nix-prefetch-url \"https://artifacts.electronjs.org/headers/dist/v${VERSION}/node-v${VERSION}-headers.tar.gz\")\" # Entry similar to the following goes in default.nix:"} {"_id":"q-en-nixpkgs-20f6c0f7b9ca92e4a82cf33aa4642f5fbfbfb5e597b213da0c1e76e29be40589","text":" diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8473a42..07ea873 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -112,10 +112,6 @@ function(generate_hsaco TARGET_ID INPUT_FILE OUTPUT_FILE) DEPENDS ${INPUT_FILE} clang COMMENT \"Building ${OUTPUT_FILE}...\" VERBATIM) - install( - FILES ${PROJECT_BINARY_DIR}/${OUTPUT_FILE} - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/tests-v1 - COMPONENT tests) set(HSACO_TARGET_LIST ${HSACO_TARGET_LIST} ${PROJECT_BINARY_DIR}/${OUTPUT_FILE} PARENT_SCOPE) "} {"_id":"q-en-nixpkgs-212234268b8da8f33335a28aecdb8ec12f41d209455332ded86616523d4006c2","text":"--replace '$QT_INSTALL_DOCS' \"${qtbase}/share/doc\" done ''; nativeBuildInputs = [ qttools ]; nativeBuildInputs = [ (qttools.override { withClang = true; }) ]; qtInputs = [ qtdeclarative ]; cmakeFlags = [ \"-DCMAKE_MESSAGE_LOG_LEVEL=STATUS\""} {"_id":"q-en-nixpkgs-2139cb0fb07adbab43b238fddd33eaf6371bd102cd03c753f8e34d8fbaff7628","text":"in assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins; stdenv.mkDerivation rec { version = \"2.6\"; version = \"2.7\"; pname = \"weechat\"; src = fetchurl { url = \"https://weechat.org/files/src/weechat-${version}.tar.bz2\"; sha256 = \"1narazk28m7lmn1vqi7bhyvnr8apjrmaa4w1hbadn64hwr8ya1hb\"; sha256 = \"00hzchzw1w2181kczcrrnj8ngml3bwk7qciha3higxq3qynf0h8c\"; }; outputs = [ \"out\" \"man\" ] ++ map (p: p.name) enabledPlugins;"} {"_id":"q-en-nixpkgs-2167d36502ca4a4f478c4565514f61bdf649f5faffd0d5799fef8db30377f946","text":"]; passthru.optional-dependencies = { speedup = [ speedups = [ kasa-crypt orjson ];"} {"_id":"q-en-nixpkgs-21adf6bbcea7e8d1e68054ba410daec3a10d85bc584166497d9fe816585d4d58","text":"] ++ stdenv.lib.optionals (targetPlatform.isDarwin && targetPlatform.isAarch64) [ # fix for iOS: https://www.reddit.com/r/haskell/comments/4ttdz1/building_an_osxi386_to_iosarm64_cross_compiler/d5qvd67/ \"--disable-large-address-space\" ] ++ stdenv.lib.optional enableDwarf [ \"--enable-dwarf-unwind\" ]; # Make sure we never relax`$PATH` and hooks support for compatability."} {"_id":"q-en-nixpkgs-21c642acde89b5057377f6cdbb1fd9cd22cadece9c602f69ef57226b4c15c6f6","text":"# Watch out for python <> boost compatibility python = python310.override { packageOverrides = self: super: { packageOverrides = self: super: let cryptographyOverrideVersion = \"40.0.1\"; in { # Ceph does not support `cryptography` > 40 yet: # * https://github.com/NixOS/nixpkgs/pull/281858#issuecomment-1899358602 # * Upstream issue: https://tracker.ceph.com/issues/63529 # > Python Sub-Interpreter Model Used by ceph-mgr Incompatible With Python Modules Based on PyO3 # # We pin the older `cryptography` 40 here; # this also forces us to pin an older `pyopenssl` because the current one # is not compatible with older `cryptography`, see: # https://github.com/pyca/pyopenssl/blob/d9752e44127ba36041b045417af8a0bf16ec4f1e/CHANGELOG.rst#2320-2023-05-30 cryptography = super.cryptography.overridePythonAttrs (old: rec { version = cryptographyOverrideVersion; src = fetchPypi { inherit (old) pname; version = cryptographyOverrideVersion; hash = \"sha256-KAPy+LHpX2FEGZJsfm9V2CivxhTKXtYVQ4d65mjMNHI=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; sourceRoot = let cargoRoot = \"src/rust\"; in \"${old.pname}-${cryptographyOverrideVersion}/${cargoRoot}\"; name = \"${old.pname}-${cryptographyOverrideVersion}\"; hash = \"sha256-gFfDTc2QWBWHBCycVH1dYlCsWQMVcRZfOBIau+njtDU=\"; }; patches = (old.patches or []) ++ [ # Fix https://nvd.nist.gov/vuln/detail/CVE-2023-49083 which has no upstream backport. # See https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a#diff-f5134bf8f3cf0a5cc8601df55e50697acc866c603a38caff98802bd8e17976c5R1893 ./python-cryptography-Cherry-pick-fix-for-CVE-2023-49083-on-cryptography-40.patch ]; # Tests would require overriding `cryptography-vectors`, which is not currently # possible/desired, see: https://github.com/NixOS/nixpkgs/pull/281858#pullrequestreview-1841421866 doCheck = false; }); # This is the most recent version of `pyopenssl` that's still compatible with `cryptography` 40. # See https://github.com/NixOS/nixpkgs/pull/281858#issuecomment-1899358602 pyopenssl = super.pyopenssl.overridePythonAttrs (old: rec { version = \"23.1.1\"; src = fetchPypi { pname = \"pyOpenSSL\"; inherit version; hash = \"sha256-hBSYub7GFiOxtsR+u8AjZ8B9YODhlfGXkIF/EMyNsLc=\"; }; }); # Ceph does not support `kubernetes` >= 19, see: # https://github.com/NixOS/nixpkgs/pull/281858#issuecomment-1900324090 kubernetes = super.kubernetes.overridePythonAttrs (old: rec { version = \"18.20.0\"; src = fetchFromGitHub { owner = \"kubernetes-client\"; repo = \"python\"; rev = \"v${version}\"; sha256 = \"1sawp62j7h0yksmg9jlv4ik9b9i1a1w9syywc9mv8x89wibf5ql1\"; fetchSubmodules = true; }; }); }; };"} {"_id":"q-en-nixpkgs-21df8e6ae35da053cf2ef042693576435570445cf6066b45c92583ffa1020d6f","text":" { stdenv, fetchFromGitHub, cmake, boost, openssl, asio }: { stdenv, fetchFromGitHub, cmake, boost, openssl }: stdenv.mkDerivation rec { pname = \"cpp-netlib\";"} {"_id":"q-en-nixpkgs-21eb75216aca449fe34f028d8771c2502e1848a3e43c1969eca7ac2005e37264","text":"# Thsese are the original flags from the helm makefile buildFlagsArray = '' -ldflags= -ldflags=-X k8s.io/helm/pkg/version.Version=v${version} -w -s '';"} {"_id":"q-en-nixpkgs-222e00ce8766b8f2cdbee7e44cd74fd8e4ac2bef4f1939757009c11221152b03","text":"patchCnfLua \"./texmfcnf.lua\" mkdir $out/share/texmf-local rm updmap.cfg ) '' +"} {"_id":"q-en-nixpkgs-224c3ed5a719201179ce20a3d583d15c9a8d8040d26914cc1d44f73fff04ff4e","text":"halftone = callPackage ../applications/graphics/halftone { }; halloy = callPackage ../applications/networking/irc/halloy { }; harminv = callPackage ../development/libraries/science/chemistry/harminv { }; igrep = callPackage ../tools/text/igrep {"} {"_id":"q-en-nixpkgs-2266320b4504ee977036203e8af3e09f87f6cb8389e02a3df53267ce4cf66508","text":" { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = \"headscale\"; version = \"0.2.2\"; src = fetchFromGitHub { owner = \"juanfont\"; repo = \"headscale\"; rev = \"v${version}\"; sha256 = \"0iij4hdbdplai5c8kvcwiw11idrk04xbpwb3njdhqcg6pdyx3216\"; }; vendorSha256 = \"sha256-8MCSN8wn2Y9ejHAIEwTdIXGITaa+FqX7WUMJEr0RcIk=\"; # Ldflags are same as build target in the project's Makefile # https://github.com/juanfont/headscale/blob/main/Makefile ldflags = [ \"-s\" \"-w\" \"-X main.version=v${version}\" ]; meta = with lib; { description = \"An implementation of the Tailscale coordination server\"; homepage = \"https://github.com/juanfont/headscale\"; license = licenses.bsd3; maintainers = with maintainers; [ nkje ]; }; } "} {"_id":"q-en-nixpkgs-2284485bd2cb4186c9ab56c90283b16ffac1cd5d77c993bea7b2d9d4d945a906","text":"stdenv.mkDerivation rec { pname = \"gnunet\"; version = \"0.14.0\"; version = \"0.14.1\"; src = fetchurl { url = \"mirror://gnu/gnunet/${pname}-${version}.tar.gz\"; sha256 = \"sha256-2u9gO9Mu0dM1yixcaqOnZcDfGcp69dc5CH5tkl6vRas=\"; sha256 = \"1hhqv994akymf4s593mc1wpsjy6hccd0zbdim3qmc1y3f32hacja\"; }; enableParallelBuilding = true;"} {"_id":"q-en-nixpkgs-228c29382fe9a0045e9f698d435c0af0b457cfd8b85cd5e31ca690f682604d09","text":", propagateDoc ? cc != null && cc ? man , extraTools ? [], extraPackages ? [], extraBuildCommands ? \"\" , nixSupport ? {} , isGNU ? false, isClang ? cc.isClang or false, gnugrep ? null , isGNU ? false, isClang ? cc.isClang or false, isCcache ? cc.isCcache or false, gnugrep ? null , buildPackages ? {} , libcxx ? null }:"} {"_id":"q-en-nixpkgs-22ea7bc537d029b15f0bb465fe31fd3254960835152529f3fc1a208487665e59","text":" let lib = import ../../../lib; in lib.makeOverridable ( let lib = import ../../../lib; stdenv-overridable = lib.makeOverridable ( { name ? \"stdenv\", preHook ? \"\", initialPath argsStdenv@{ name ? \"stdenv\", preHook ? \"\", initialPath , # If we don't have a C compiler, we might either have `cc = null` or `cc = # throw ...`, but if we do have a C compiler we should definiely have `cc !="} {"_id":"q-en-nixpkgs-22fbc66786815ce55caba7cb54be545e620d69605b581e34608de8cc58b63068","text":"buildInputs = [ unrar ]; NIX_CFLAGS_LINK = lib.optionalString stdenv.isDarwin \"-headerpad_max_install_names\"; postInstall = lib.optionalString stdenv.isDarwin '' install_name_tool -change libunrar.so ${unrar}/lib/libunrar.so $out/lib/python*/site-packages/unrardll/unrar.*-darwin.so install_name_tool -change libunrar.so ${unrar}/lib/libunrar.so build/lib.*/unrardll/unrar.*-darwin.so ''; pythonImportsCheck = [ \"unrardll\" ]; meta = with lib; {"} {"_id":"q-en-nixpkgs-231255ffdc3743f8845354638242a7d69ae73c834b6d82883b81daa2f74098dd","text":"nativeBuildInputs = [ cmake pkg-config qttools (qttools.override { withClang = true; }) wrapQtAppsHook python3 ninja"} {"_id":"q-en-nixpkgs-2327bf27f2ee17dd3e7848c1fbf77f8fff9cd57ebfb5595c1668c7f1f93208c5","text":"mv artifacts/msbuild artifacts/mono-msbuild chmod +x artifacts/mono-msbuild/MSBuild.dll ln -s $(find ${dotnet-sdk} -name libhostfxr.so) artifacts/mono-msbuild/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver/ # The provided libhostfxr.dylib is for x86_64-darwin, so we remove it rm artifacts/mono-msbuild/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver/libhostfxr.dylib ln -s $(find ${dotnet-sdk} -name libhostfxr${sharedLibrary}) artifacts/mono-msbuild/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver/ # overwrite the file echo \"#!${stdenv.shell}\" > eng/common/dotnet-install.sh echo \"#!${stdenv.shell}\" > mono/build/get_sdk_files.sh # Prevent msbuild from downloading a new libhostfxr echo \"#!${stdenv.shell}\" > mono/build/extract_and_copy_hostfxr.sh mkdir -p mono/dotnet-overlay/msbuild-bin cp ${dotnet-sdk}/sdk/*/{Microsoft.NETCoreSdk.BundledVersions.props,RuntimeIdentifierGraph.json} mono/dotnet-overlay/msbuild-bin"} {"_id":"q-en-nixpkgs-233ecd021807080a6f602037e57bc31e87f4e3a50db5b9b7204285538cdb8d08","text":"{ stdenv, stdenv_32bit, fetchurl, unzip, makeWrapper , platformTools, buildTools, support, supportRepository, platforms, sysimages, addons , platformTools, buildTools, support, supportRepository, platforms, sysimages, addons, sources , libX11, libXext, libXrender, libxcb, libXau, libXdmcp, libXtst, mesa, alsaLib , freetype, fontconfig, glib, gtk2, atk, file, jdk, coreutils, libpulseaudio, dbus , zlib, glxinfo, xkeyboardconfig , includeSources }: { platformVersions, abiVersions, useGoogleAPIs, useExtraSupportLibs ? false, useGooglePlayServices ? false }:"} {"_id":"q-en-nixpkgs-235166bc00d8f3eb2a747aa2d25a3290fa0c6f95bad2b348d22d2f6e9f227415","text":"#seeks = 148; # removed 2020-06-21 prosody = 149; i2pd = 150; systemd-coredump = 151; systemd-network = 152; systemd-resolve = 153; systemd-timesync = 154;"} {"_id":"q-en-nixpkgs-23c1886a104acf7ccd31cda0013981640c20d9689a7ae60daec84b9049804553","text":"`fetchpatch` works very similarly to `fetchurl` with the same arguments expected. It expects patch files as a source and performs normalization on them before computing the checksum. For example it will remove comments or other unstable parts that are sometimes added by version control systems and can change over time. Other fetcher functions allow you to add source code directly from a VCS such as subversion or git. These are mostly straightforward nambes based on the name of the command used with the VCS system. Because they give you a working repository, they act most like `fetchzip`. Most other fetchers return a directory rather than a single file. ## `fetchsvn` {#fetchsvn}"} {"_id":"q-en-nixpkgs-23d7b9a2a4dd846f1d8a021720e70f22985922d802c2a9dd7d4004042265c836","text":"environment.sessionVariables.TZDIR = \"/etc/zoneinfo\"; # This way services are restarted when tzdata changes. systemd.globalEnvironment.TZDIR = tzdir; environment.etc.localtime = { source = \"${tzdir}/${config.time.timeZone}\"; { source = \"/etc/zoneinfo/${config.time.timeZone}\"; mode = \"direct-symlink\"; }; environment.etc.zoneinfo.source = \"${pkgs.tzdata}/share/zoneinfo\"; environment.etc.zoneinfo.source = tzdir; };"} {"_id":"q-en-nixpkgs-23d7f3c2557ca6c1b2e7af765580ff77a969ec030e821ad1daf649a861911ed6","text":" See: https://lkml.org/lkml/2017/11/25/90 diff -urNZ a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c --- a/src/wl/sys/wl_linux.c\t2015-09-18 22:47:30.000000000 +0000 +++ b/src/wl/sys/wl_linux.c\t2018-01-31 22:52:10.859856221 +0000 @@ -93,7 +93,11 @@ #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) +static void wl_timer(struct timer_list *tl); +#else static void wl_timer(ulong data); +#endif static void _wl_timer(wl_timer_t *t); static struct net_device *wl_alloc_linux_if(wl_if_t *wlif); @@ -2298,9 +2302,15 @@ } static void +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) +wl_timer(struct timer_list *tl) +{ +\twl_timer_t *t = from_timer(t, tl, timer); +#else wl_timer(ulong data) { wl_timer_t *t = (wl_timer_t *)data; +#endif if (!WL_ALL_PASSIVE_ENAB(t->wl)) _wl_timer(t); @@ -2352,9 +2362,13 @@ bzero(t, sizeof(wl_timer_t)); +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) +\ttimer_setup(&t->timer, wl_timer, 0); +#else init_timer(&t->timer); t->timer.data = (ulong) t; t->timer.function = wl_timer; +#endif t->wl = wl; t->fn = fn; t->arg = arg; "} {"_id":"q-en-nixpkgs-23f4808d389438c17ad34426cd93647ba5d66cb4fa85df202c75c10f05e20cd2","text":"buildPythonPackage rec { pname = \"matrix-nio\"; version = \"0.18.0\"; version = \"0.18.1\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"poljar\"; repo = \"matrix-nio\"; rev = version; sha256 = \"1rn5lz81y4bvgjhxzd57qhr0lmkm5xljl4bj9w10lnm4f7ls0xdi\"; sha256 = \"QHNirglqSxGMmbST96LUp9MHoGj0yAwLoTRlsbMqwaM=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-246456b2dfaf78c8b90d7de5757e59bf34a17b05263c0c1da00fc3b2db0dbacc","text":", libXxf86dga, libXxf86misc , libXxf86vm, openal, libGLU, libGL, libjpeg, flac , libXi, libXfixes, freetype, libopus, libtheora , physfs, enet, pkg-config, gtk2, pcre, libpulseaudio, libpthreadstubs , physfs, enet, pkg-config, gtk3, pcre, libpulseaudio, libpthreadstubs , libXdmcp }:"} {"_id":"q-en-nixpkgs-2474c29ff674b8aec7571341187897dc16eb4d3410f218743e34ac7ea71ec7b3","text":"makeFlags = lib.optionals stdenv.hostPlatform.isGnu [ \"udevruledir=$(out)/lib/udev/rules.d\" ]; installFlags = [ \"install_python\" ]; enableParallelBuilding = true; passthru.tests = {"} {"_id":"q-en-nixpkgs-24a150a419626dce1e1ee260f0f86b687566790ca93f68a920e5b42dfd66e929","text":"githubId = 1755789; name = \"Robert Irelan\"; }; tembleking = { name = \"Fede Barcelona\"; email = \"fede_rico_94@hotmail.com\"; github = \"tembleking\"; githubId = 2988780; }; tengkuizdihar = { name = \"Tengku Izdihar\"; email = \"tengkuizdihar@gmail.com\";"} {"_id":"q-en-nixpkgs-24a680dc28f1612fcd44b254638d69664878307fb464b769a9f33b1b02a166dc","text":"sets are * `pkgs.python27Packages` * `pkgs.python35Packages` * `pkgs.python36Packages` * `pkgs.python37Packages` * `pkgs.python38Packages` * `pkgs.python39Packages` * `pkgs.pypyPackages` and the aliases * `pkgs.python2Packages` pointing to `pkgs.python27Packages` * `pkgs.python3Packages` pointing to `pkgs.python37Packages` * `pkgs.python3Packages` pointing to `pkgs.python38Packages` * `pkgs.pythonPackages` pointing to `pkgs.python2Packages` #### `buildPythonPackage` function"} {"_id":"q-en-nixpkgs-24f41fb16a206274869b3898bc6df9dd8c717d62fc5cd7f8739eee3fffee344d","text":"monA.wait_until_succeeds(\"ceph -s | grep 'mgr: ${cfg.monA.name}(active,'\") monA.wait_until_succeeds(\"ceph -s | grep 'HEALTH_OK'\") # This test has been commented out due to the upstream issue with pyo3 # that has broken this dashboard # Reference: https://www.spinics.net/lists/ceph-users/msg77812.html # Enable the dashboard and recheck health # monA.succeed( # \"ceph mgr module enable dashboard\", # \"ceph config set mgr mgr/dashboard/ssl false\", # # default is 8080 but it's better to be explicit # \"ceph config set mgr mgr/dashboard/server_port 8080\", # ) # monA.wait_for_open_port(8080) # monA.wait_until_succeeds(\"curl -q --fail http://localhost:8080\") # monA.wait_until_succeeds(\"ceph -s | grep 'HEALTH_OK'\") monA.succeed( \"ceph mgr module enable dashboard\", \"ceph config set mgr mgr/dashboard/ssl false\", # default is 8080 but it's better to be explicit \"ceph config set mgr mgr/dashboard/server_port 8080\", ) monA.wait_for_open_port(8080) monA.wait_until_succeeds(\"curl -q --fail http://localhost:8080\") monA.wait_until_succeeds(\"ceph -s | grep 'HEALTH_OK'\") ''; in { name = \"basic-single-node-ceph-cluster\";"} {"_id":"q-en-nixpkgs-24fe188af76e77c3ba9ab32779693d589382ae5985d8773b5c656a457d783d34","text":" --- a/certdata2pem.py\t2017-08-01 23:10:00.000000000 +0300 +++ b/certdata2pem.py\t2017-08-01 23:08:21.131297636 +0300 @@ -88,7 +88,7 @@ # Read blacklist. blacklist = [] if os.path.exists('blacklist.txt'): - for line in open('blacklist.txt', 'r'): + for line in io.open('blacklist.txt', 'r', encoding='utf-8'): line = line.strip() if line.startswith('#') or len(line) == 0: continue @@ -101,7 +101,7 @@ if obj['CKA_CLASS'] != 'CKO_NSS_TRUST': continue if obj['CKA_LABEL'] in blacklist: - print(\"Certificate %s blacklisted, ignoring.\" % obj['CKA_LABEL']) + print(\"Certificate %s blacklisted, ignoring.\" % unicode(obj['CKA_LABEL']).encode('utf-8')) elif obj['CKA_TRUST_SERVER_AUTH'] == 'CKT_NSS_TRUSTED_DELEGATOR': trust[obj['CKA_LABEL']] = True elif obj['CKA_TRUST_EMAIL_PROTECTION'] == 'CKT_NSS_TRUSTED_DELEGATOR': "} {"_id":"q-en-nixpkgs-24fed11d6215b9eef8962dd5a06be097e49144f26a5216c293fbf3ced4f9bd69","text":"sed -i '/virnetsockettest/d' tests/meson.build # delete only the first occurrence of this sed -i '0,/qemuxml2argvtest/{/qemuxml2argvtest/d;}' tests/meson.build '' + optionalString isLinux '' sed -i 's,define PARTED \"parted\",define PARTED \"${parted}/bin/parted\",' src/storage/storage_backend_disk.c src/storage/storage_util.c '' + optionalString isDarwin '' sed -i '/qemucapabilitiestest/d' tests/meson.build sed -i '/vircryptotest/d' tests/meson.build"} {"_id":"q-en-nixpkgs-253db4067f84a6e3c033192d60e8ef21a2a0a05fab35b7af8cefad45f4d5cfc3","text":"let value = getAttrFromPath [ \"services\" \"ddclient\" \"domain\" ] config; in if value != \"\" then [ value ] else [])) (mkRemovedOptionModule [ \"services\" \"ddclient\" \"homeDir\" ] \"\") (mkRenamedOptionModule [ \"services\" \"flatpak\" \"extraPortals\" ] [ \"xdg\" \"portal\" \"extraPortals\" ]) (mkRenamedOptionModule [ \"services\" \"i2pd\" \"extIp\" ] [ \"services\" \"i2pd\" \"address\" ]) (mkRenamedOptionModule [ \"services\" \"kubernetes\" \"apiserver\" \"admissionControl\" ] [ \"services\" \"kubernetes\" \"apiserver\" \"enableAdmissionPlugins\" ]) (mkRenamedOptionModule [ \"services\" \"kubernetes\" \"apiserver\" \"address\" ] [\"services\" \"kubernetes\" \"apiserver\" \"bindAddress\"])"} {"_id":"q-en-nixpkgs-25aae64914f586e77ca81264facaff26220b93dea2331ecbc7dd5b7f51d39e07","text":"}; }; listenOptions = { options = { address = mkOption { type = types.str; description = lib.mdDoc '' Address of the interface for `upsd` to listen on. See `man upsd.conf` for details. ''; }; port = mkOption { type = types.port; default = defaultPort; description = lib.mdDoc '' TCP port for `upsd` to listen on. See `man upsd.conf` for details. ''; }; }; }; upsdOptions = { options = { enable = mkOption { type = types.bool; defaultText = literalMD \"`true` if `mode` is one of `standalone`, `netserver`\"; description = mdDoc \"Whether to enable `upsd`.\"; }; listen = mkOption { type = with types; listOf (submodule listenOptions); default = []; example = [ { address = \"192.168.50.1\"; } { address = \"::1\"; port = 5923; } ]; description = lib.mdDoc '' Address of the interface for `upsd` to listen on. See `man upsd` for details`. ''; }; extraConfig = mkOption { type = types.lines; default = \"\"; description = lib.mdDoc '' Additional lines to add to `upsd.conf`. ''; }; }; config = { enable = mkDefault (elem cfg.mode [ \"standalone\" \"netserver\" ]); }; }; monitorOptions = { name, config, ... }: { options = { system = mkOption { type = types.str; default = name; description = lib.mdDoc '' Identifier of the UPS to monitor, in this form: `[@[:]]` See `upsmon.conf` for details. ''; }; powerValue = mkOption { type = types.int; default = 1; description = lib.mdDoc '' Number of power supplies that the UPS feeds on this system. See `upsmon.conf` for details. ''; }; user = mkOption { type = types.str; description = lib.mdDoc '' Username from `upsd.users` for accessing this UPS. See `upsmon.conf` for details. ''; }; passwordFile = mkOption { type = types.str; defaultText = literalMD \"power.ups.users.${user}.passwordFile\"; description = lib.mdDoc '' The full path to a file containing the password from `upsd.users` for accessing this UPS. The password file is read on service start. See `upsmon.conf` for details. ''; }; type = mkOption { type = types.str; default = \"master\"; description = lib.mdDoc '' The relationship with `upsd`. See `upsmon.conf` for details. ''; }; }; config = { passwordFile = mkDefault cfg.users.${config.user}.passwordFile; }; }; upsmonOptions = { options = { enable = mkOption { type = types.bool; defaultText = literalMD \"`true` if `mode` is one of `standalone`, `netserver`, `netclient`\"; description = mdDoc \"Whether to enable `upsmon`.\"; }; monitor = mkOption { type = with types; attrsOf (submodule monitorOptions); default = {}; description = lib.mdDoc '' Set of UPS to monitor. See `man upsmon.conf` for details. ''; }; settings = mkOption { type = nutFormat.type; default = {}; defaultText = literalMD '' { MINSUPPLIES = 1; RUN_AS_USER = \"root\"; NOTIFYCMD = \"''${pkgs.nut}/bin/upssched\"; SHUTDOWNCMD = \"''${pkgs.systemd}/bin/shutdown now\"; } ''; description = mdDoc \"Additional settings to add to `upsmon.conf`.\"; example = literalMD '' { MINSUPPLIES = 2; NOTIFYFLAG = [ [ \"ONLINE\" \"SYSLOG+EXEC\" ] [ \"ONBATT\" \"SYSLOG+EXEC\" ] ]; } ''; }; }; config = { enable = mkDefault (elem cfg.mode [ \"standalone\" \"netserver\" \"netclient\" ]); settings = { RUN_AS_USER = \"root\"; # TODO: replace 'root' by another username. MINSUPPLIES = mkDefault 1; NOTIFYCMD = mkDefault \"${pkgs.nut}/bin/upssched\"; SHUTDOWNCMD = mkDefault \"${pkgs.systemd}/bin/shutdown now\"; MONITOR = flip mapAttrsToList cfg.upsmon.monitor (name: monitor: with monitor; [ system powerValue user \"\"@upsmon_password_${name}@\"\" type ]); }; }; }; userOptions = { options = { passwordFile = mkOption { type = types.str; description = lib.mdDoc '' The full path to a file that contains the user's (clear text) password. The password file is read on service start. ''; }; actions = mkOption { type = with types; listOf str; default = []; description = lib.mdDoc '' Allow the user to do certain things with upsd. See `man upsd.users` for details. ''; }; instcmds = mkOption { type = with types; listOf str; default = []; description = lib.mdDoc '' Let the user initiate specific instant commands. Use \"ALL\" to grant all commands automatically. For the full list of what your UPS supports, use \"upscmd -l\". See `man upsd.users` for details. ''; }; upsmon = mkOption { type = with types; nullOr str; default = null; description = lib.mdDoc '' Add the necessary actions for a upsmon process to work. See `man upsd.users` for details. ''; }; }; }; in"} {"_id":"q-en-nixpkgs-25f37ae7164e7460d53f714c2ca74eaa67617ed3cec6d3aa5bc5254d8e5afbb2","text":"| Find libraries | `configurePhase` | Missing dependency on a `dev` output | Add the missing dependency | The `dev` output typically contain CMake configuration files | | Find libraries | `buildPhase` or `patchelf` | Missing dependency on a `lib` or `static` output | Add the missing dependency | The `lib` or `static` output typically contain the libraries | In the scenario you are unable to run the resulting binary: this is arguably the most complicated as it could be any combination of the previous reasons. This type of failure typically occurs when a library attempts to load or open a library it depends on that it does not declare in its `DT_NEEDED` section. As a first step, ensure that dependencies are patched with [`cudaPackages.autoAddDriverRunpath`](https://search.nixos.org/packages?channel=unstable&type=packages&query=cudaPackages.autoAddDriverRunpath). Failing that, try running the application with [`nixGL`](https://github.com/guibou/nixGL) or a similar wrapper tool. If that works, it likely means that the application is attempting to load a library that is not in the `RPATH` or `RUNPATH` of the binary. In the scenario you are unable to run the resulting binary: this is arguably the most complicated as it could be any combination of the previous reasons. This type of failure typically occurs when a library attempts to load or open a library it depends on that it does not declare in its `DT_NEEDED` section. As a first step, ensure that dependencies are patched with [`autoAddDriverRunpath`](https://search.nixos.org/packages?channel=unstable&type=packages&query=autoAddDriverRunpath). Failing that, try running the application with [`nixGL`](https://github.com/guibou/nixGL) or a similar wrapper tool. If that works, it likely means that the application is attempting to load a library that is not in the `RPATH` or `RUNPATH` of the binary. "} {"_id":"q-en-nixpkgs-26090b8443db973b6ddb15f1c913233b30fe2de9025e6fb704cc81b2041fc220","text":" { lib, buildPythonPackage, fetchPypi, unrar }: { lib, stdenv, buildPythonPackage, fetchPypi, unrar }: buildPythonPackage rec { pname = \"unrardll\";"} {"_id":"q-en-nixpkgs-260bbf5ceebccfe08d3baa067db7beb47d9c41596887aed864e5880cffb07374","text":"setuid = true; owner = \"root\"; group = \"root\"; source = \"/run/${dirName}/nix-helpers/qemu-bridge-helper\"; source = \"${cfg.qemu.package}/libexec/qemu-bridge-helper\"; }; systemd.packages = [ cfg.package ];"} {"_id":"q-en-nixpkgs-260f710b1e905a1f19ea6843315488fd933fc28210ee24a249e2f4ac517bd662","text":" { lib, stdenv, fetchFromGitea, }: stdenv.mkDerivation rec { pname = \"game-devices-udev-rules\"; version = \"0.21\"; src = fetchFromGitea { domain = \"codeberg.org\"; owner = \"fabiscafe\"; repo = \"game-devices-udev\"; rev = version; hash = \"sha256-Yy91yDF5BSDTTlr/Pj8e0UklPooEdzvRW8mkhdHtHVo=\"; }; installPhase = '' runHook preInstall install -Dm444 -t \"$out/lib/udev/rules.d\" *.rules runHook postInstall ''; meta = with lib; { description = \"Udev rules to make supported controllers available with user-grade permissions\"; homepage = \"https://codeberg.org/fabiscafe/game-devices-udev\"; license = licenses.mit; longDescription = '' These udev rules are intended to be used as a package under 'services.udev.packages'. They will not be activated if installed as 'environment.systemPackages' or 'users.user..packages'. Additionally, you may need to enable 'hardware.uinput'. ''; platforms = platforms.linux; maintainers = with maintainers; [keenanweaver]; }; } "} {"_id":"q-en-nixpkgs-261d23a04063fd422480e139ae48bb72451b51f710b1c8a1170f2973714a2910","text":"${keyboard.config} ''; # Only the config file generated by this module is checked. A # user-provided one is not checked because it may not be available # at build time. I think this is a good balance between module # complexity and functionality. checkPhase = '' ${getExe cfg.package} --cfg \"$target\" --check --debug '';"} {"_id":"q-en-nixpkgs-261fbaed6db06af12b4fcf80677d4b43b0a4aee487859106853a4e26d500e56a","text":"webdis = callPackage ../development/tools/database/webdis { }; xmake = callPackage ../development/tools/build-managers/xmake { lua = lua5_4; }; xc3sprog = callPackage ../development/embedded/xc3sprog { stdenv = gcc10StdenvCompat; }; xcb-imdkit = callPackage ../development/libraries/xcb-imdkit { };"} {"_id":"q-en-nixpkgs-26354fd667c4df8aeef370be8e456b45530e45cdd064d0e0cb622601b78156d5","text":"maintainers = [ ]; platforms = stdenv.lib.platforms.all; priority = 10; }; }"} {"_id":"q-en-nixpkgs-2651e206b8cc60938c57f9571c87663eb4f3948a695a328934f305418b9d35bf","text":" { lib , stdenv , fetchFromGitHub , emptyDirectory , writeText , makeBinaryWrapper , gradle , jdk22 , llvmPackages }: let gradleInit = writeText \"init.gradle\" '' logger.lifecycle 'Replacing Maven repositories with empty directory...' gradle.projectsLoaded { rootProject.allprojects { buildscript { repositories { clear() maven { url '${emptyDirectory}' } } } repositories { clear() maven { url '${emptyDirectory}' } } } } settingsEvaluated { settings -> settings.pluginManagement { repositories { maven { url '${emptyDirectory}' } } } } ''; in stdenv.mkDerivation { pname = \"jextract\"; version = \"unstable-2024-03-13\"; src = fetchFromGitHub { owner = \"openjdk\"; repo = \"jextract\"; rev = \"b9ec8879cff052b463237fdd76382b3a5cd8ff2b\"; hash = \"sha256-+4AM8pzXPIO/CS3+Rd/jJf2xDvAo7K7FRyNE8rXvk5U=\"; }; nativeBuildInputs = [ gradle makeBinaryWrapper ]; env = { ORG_GRADLE_PROJECT_llvm_home = llvmPackages.libclang.lib; ORG_GRADLE_PROJECT_jdk22_home = jdk22; }; buildPhase = '' runHook preBuild export GRADLE_USER_HOME=$(mktemp -d) gradle --console plain --init-script \"${gradleInit}\" assemble runHook postBuild ''; doCheck = true; checkPhase = '' runHook preCheck gradle --console plain --init-script \"${gradleInit}\" verify runHook postCheck ''; installPhase = '' runHook preInstall mkdir -p $out/opt/ cp -r ./build/jextract $out/opt/jextract makeBinaryWrapper \"$out/opt/jextract/bin/jextract\" \"$out/bin/jextract\" runHook postInstall ''; meta = with lib; { description = \"A tool which mechanically generates Java bindings from a native library headers\"; mainProgram = \"jextract\"; homepage = \"https://github.com/openjdk/jextract\"; platforms = jdk22.meta.platforms; license = licenses.gpl2Only; maintainers = with maintainers; [ jlesquembre sharzy ]; }; } "} {"_id":"q-en-nixpkgs-265c52c79abc43c890599cfd7354e98cdc4844b2a0d30dca59937f2efb27035a","text":"python3.pkgs.buildPythonApplication rec { pname = \"borgbackup\"; version = \"1.1.10\"; version = \"1.1.11\"; src = python3.pkgs.fetchPypi { inherit pname version; sha256 = \"1pp70p4n5kamvcbl4d8021ggrxhyykmg9isjg4yd3wags8b19d7g\"; sha256 = \"190gjzx83b6p64nqj840x382dgz9gfv0gm7wj585lnkrpa90j29n\"; }; nativeBuildInputs = with python3.pkgs; ["} {"_id":"q-en-nixpkgs-26b14d631fff5a7cf50a4fa13ca099a5eebd40d3e4f329fb3dc5281cf5612ed0","text":", pillow , toml , numpy , pyyaml , python , pytestCheckHook }: buildPythonPackage rec { pname = \"clickgen\"; version = \"2.1.3\"; version = \"2.1.9\"; format = \"setuptools\"; disabled = pythonOlder \"3.8\";"} {"_id":"q-en-nixpkgs-26bf1fe811b00ea19f8fe794e3f690bdc43f83c49671bfa4d69df438e9e851de","text":"monA.succeed( \"ceph osd pool create multi-node-test 32 32\", \"ceph osd pool ls | grep 'multi-node-test'\", # We need to enable an application on the pool, otherwise it will # stay unhealthy in state POOL_APP_NOT_ENABLED. # Creating a CephFS would do this automatically, but we haven't done that here. # See: https://docs.ceph.com/en/reef/rados/operations/pools/#associating-a-pool-with-an-application # We use the custom application name \"nixos-test\" for this. \"ceph osd pool application enable multi-node-test nixos-test\", \"ceph osd pool rename multi-node-test multi-node-other-test\", \"ceph osd pool ls | grep 'multi-node-other-test'\", )"} {"_id":"q-en-nixpkgs-26c85e28f9cda3fbb0322bcc51af9722b603c23ee2037e61e5caf2ba6b814892","text":"quickemu ''; patches = [ # reduces windows vm ram requirements to 4G, to match microsoft recommendations # TODO: remove on next release (fetchpatch2 { name = \"decrease-windows-ram-requirements.patch\"; url = \"https://github.com/quickemu-project/quickemu/commit/f51697593a4650c5486661292e2febe1d16f8c71.patch\"; hash = \"sha256-J5hIvQGtkufOcjk2FZN65iox/W2zkLlg+Veg9TF11Fs=\"; }) ]; nativeBuildInputs = [ makeWrapper installShellFiles"} {"_id":"q-en-nixpkgs-26f59cabc30934bbb2368558622e8910d28c6afa9e33eaa1f24d2c1bd0a20f37","text":"wrapArgs=\"$wrapArgs --prefix PATH : $dep/bin\" done wrapArgs=\"$wrapArgs --prefix PATH : ${gnused}/bin\" wrapArgs=\"$wrapArgs --set HOME : /homeless-shelter\" wrapProgram $out/bin/$name $wrapArgs }"} {"_id":"q-en-nixpkgs-26fcc8e49dbbff814b8bd0508e75b7d7c73c3bd66abf5a0cd8c2ad7c3abcf08e","text":"# NOTE: You must also bump: # # SysVirt in version = \"8.5.0\"; version = \"8.6.0\"; src = fetchFromGitLab { owner = pname; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-x6TnMFYjcUSdQZd9ctN2hITCAl9TGVb7/qAObGb9xMk=\"; sha256 = \"sha256-bSId7G2o808WfHGt5ioFEIhPyy4+XW+R349UgHKOvQU=\"; fetchSubmodules = true; };"} {"_id":"q-en-nixpkgs-2784183894fa6e9b6e270ea9b45c44a25efc82d718a8e0a153db8998bde8c00e","text":"assert command.env[\"WINE\"] == str(wine_bin_dir / \"wine\") assert command.env[\"WINELOADER\"] == str(wine_bin_dir / \"wine\") assert command.env[\"WINESERVER\"] == str(wine_bin_dir / \"wineserver\") - assert command.env[\"LEGACY_STEAM_RUNTIME_PATH\"] == - str(steam_runtime_dir / \"steam-runtime\") assert \"STEAM_RUNTIME_PATH\" not in command.env for name in (\"wine\", \"wineserver\"): @@ -166,16 +161,14 @@ class TestCLIRun: assert command.env[\"PATH\"].startswith(str(wine_bin_dir)) # Compared to the traditional Steam Runtime, PROTON_LD_LIBRARY_PATH - # will be different + # will be the same (it would be different without steam-run.patch) proton_install_path = Path(proton_app.install_path) assert command.env[\"PROTON_LD_LIBRARY_PATH\"] == \"\".join([ str(proton_install_path / \"dist\" / \"lib\"), os.pathsep, str(proton_install_path / \"dist\" / \"lib64\"), os.pathsep ]) - # Environment variables for both legacy and new Steam Runtime exist - assert command.env[\"LEGACY_STEAM_RUNTIME_PATH\"] == - str(steam_runtime_dir / \"steam-runtime\") + # Environment variable for new Steam Runtime exists assert command.env[\"STEAM_RUNTIME_PATH\"] == str(steam_runtime_soldier.install_path) @@ -238,10 +231,7 @@ class TestCLIRun: str(runtime_root / \"lib\" / \"i386-linux-gnu\"), os.pathsep, str(runtime_root / \"lib\" / \"x86_64-linux-gnu\") ])) - - # Environment variables for both legacy and new Steam Runtime exist - assert command.env[\"LEGACY_STEAM_RUNTIME_PATH\"] == - str(steam_runtime_dir / \"steam-runtime\") + # Environment variable for new Steam Runtime exists assert command.env[\"STEAM_RUNTIME_PATH\"] == str(steam_runtime_soldier.install_path) @@ -324,20 +314,6 @@ class TestCLIRun: assert \"Zenity is not installed\" in result - def test_run_steam_runtime_not_found( - self, cli, steam_dir, steam_app_factory): - \"\"\" - Try performing a command with Steam Runtime enabled but no - available Steam Runtime installation - \"\"\" - steam_app_factory(name=\"Fake game 1\", appid=10) - result = cli( - [\"10\", \"winecfg\"], env={\"STEAM_RUNTIME\": \"invalid/path\"}, - expect_exit=True - ) - - assert \"Steam Runtime was enabled but couldn't be found\" in result - def test_run_proton_not_found(self, cli, steam_dir, steam_app_factory): steam_app_factory(name=\"Fake game 1\", appid=10) result = cli([\"10\", \"winecfg\"], expect_exit=True) "} {"_id":"q-en-nixpkgs-27b68c339e0cb38b236f033dab582c64164ce612be284c4ad16f68cfacd9d46e","text":", sassc , udisks2 , wrapGAppsHook , libX11 , libXext , libXNVCtrl }: stdenv.mkDerivation rec { pname = \"monitor\"; version = \"0.11.0\"; version = \"0.12.0\"; src = fetchFromGitHub { owner = \"stsdc\"; repo = \"monitor\"; rev = version; sha256 = \"sha256-xWhhjn7zk/juXx50wLG2TpB5aqU+588kWBBquWrVJbM=\"; sha256 = \"1fv98yz9393ddp0k96bwbgccy6x9dmmg8g1pjd3xs6m4c1bnvfc7\"; fetchSubmodules = true; };"} {"_id":"q-en-nixpkgs-281e89ee3aa39412f57410a20d00fbe8619c8d1d2f97f2c942433112c407d8bf","text":"''; # Register some undeclared runtime dependencies to be patched in by autoPatchelfHook # Note: dyalog.rt is used internally to run child APL processes in preFixup = '' patchelf ${dyalogHome}/dyalog --add-needed libncurses.so for exec in \"dyalog\" \"dyalog.rt\"; do patchelf ${dyalogHome}/$exec --add-needed libncurses.so done '' + lib.optionalString htmlRendererSupport '' patchelf ${dyalogHome}/libcef.so --add-needed libudev.so --add-needed libGL.so"} {"_id":"q-en-nixpkgs-28719cc5935f3f73ff14d52c34fe4010a13446157cb5f800fe6b4509b15fcb13","text":"nativeBuildInputs = [ file pkgconfig gnupg autoreconfHook git texinfo ] ++ lib.optionals pythonSupport [ python swig2 which ncurses ]; patches = [ (fetchpatch { name = \"fix-key-expiry.patch\"; url = \"https://files.gnupg.net/file/data/fehgbjmataj5tc2pnfhj/PHID-FILE-aqck6l4elhw53tjanrie/file\"; sha256 = \"1h80m045gy7r0g7dzzlfpql6p065x88p274ij9jnf7d4lwwgrf1a\"; }) ]; postPatch ='' substituteInPlace ./configure --replace /usr/bin/file ${file}/bin/file '';"} {"_id":"q-en-nixpkgs-287e401f4b383aaf1851d641891b4e6cb27dc5af64e8a0f214bd4ee9e69d352c","text":", stdenv , rustPlatform , fetchFromGitHub , installShellFiles , pkg-config , libxcb # Darwin dependencies , openssl # Darwin dependencies , AppKit }: rustPlatform.buildRustPackage rec { pname = \"didyoumean\"; version = \"1.1.0\"; version = \"1.1.3\"; src = fetchFromGitHub { owner = \"hisbaan\"; repo = \"didyoumean\"; rev = \"v${version}\"; sha256 = \"sha256-t2bmvz05vWIxQhC474q/9uky1kAQoFN8Z+qflw5Vj68=\"; sha256 = \"sha256-hHl9PGNDFN7Dad2JOlAy99dz0pC9OmphwYMJHBBwx7Y=\"; }; cargoSha256 = \"sha256-4DbziI9enib4pm9/P4WEu15glIxtejaV2GCqbzuxxyw=\"; cargoSha256 = \"sha256-rjkj9MO6fXVOk3fA87olGt/iIaJ8Zv/cy/Cqy/pg6yI=\"; buildInputs = lib.optional stdenv.isLinux [ libxcb ] ++ lib.optionals stdenv.isDarwin [ AppKit ]; nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ pkg-config ]; buildInputs = lib.optionals stdenv.isLinux [ libxcb openssl ] ++ lib.optionals stdenv.isDarwin [ AppKit ]; postInstall = '' installManPage man/dym.1 installShellCompletion completions/dym.{bash,fish} installShellCompletion --zsh completions/_dym ''; # Clipboard doesn't exist in test environment doCheck = false; meta = with lib; { description = \"A CLI spelling corrector for when you're unsure\"; homepage = \"https://github.com/hisbaan/didyoumean\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ evanjs ]; maintainers = with maintainers; [ evanjs wegank ]; mainProgram = \"dym\"; }; }"} {"_id":"q-en-nixpkgs-28831188f28af2410d13c1c8f6bf2f8e0716500fdb0baae896f499d75fd77d79","text":"}; }.${stdenv.hostPlatform.system} or (throw \"Unsupported system: ${stdenv.hostPlatform.system}\"); nativeBuildInputs = [ autoPatchelfHook dpkg makeBinaryWrapper wrapGAppsHook3 ]; nativeBuildInputs = [ autoPatchelfHook dpkg makeShellWrapper wrapGAppsHook3 ]; dontWrapGApps = true;"} {"_id":"q-en-nixpkgs-288ba34f350f70230219c63662a1f051a4be68ef28d4e94b9289831c016f14eb","text":"echo \"Publishing plugin $1\" dotnet publish $1 -p:ContinuousIntegrationBuild=true -p:Deterministic=true --output $out/lib/ArchiSteamFarm/plugins/$1 --configuration Release -p:TargetLatestRuntimePatch=false -p:UseAppHost=false --no-restore --framework=net7.0 -p:TargetLatestRuntimePatch=false -p:UseAppHost=false } buildPlugin ArchiSteamFarm.OfficialPlugins.ItemsMatcher"} {"_id":"q-en-nixpkgs-28979ca6793e119400a5dcede17a7fe497f525c36bba0fb938b48c7b777d52a0","text":"stdenv.mkDerivation rec { pname = \"bluemail\"; version = \"1.136.21-1884\"; version = \"1.140.8-1922\"; # Taking a snapshot of the DEB release because there are no tagged version releases. # For new versions, download the upstream release, extract it and check for the version string. # In case there's a new version, create a snapshot of it on https://archive.org before updating it here. src = fetchurl { url = \"https://archive.org/download/blue-mail-1.136.21-1884/BlueMail.deb\"; hash = \"sha256-L9mCUjsEcalVxzl80P3QzVclCKa75So2sBG7KjjBVIc=\"; url = \"https://web.archive.org/web/20240208120704/https://download.bluemail.me/BlueMail/deb/BlueMail.deb\"; hash = \"sha256-dnYOb3Q/9vSDssHGS2ywC/Q24Oq96/mvKF+eqd/4dVw=\"; }; desktopItems = [ (makeDesktopItem { name = \"bluemail\"; icon = \"bluemail\"; exec = \"bluemail\"; desktopName = \"BlueMail\"; comment = meta.description; genericName = \"Email Reader\"; mimeTypes = [ \"x-scheme-handler/me.blueone.linux\" \"x-scheme-handler/mailto\" ]; categories = [ \"Office\" ]; }) ]; nativeBuildInputs = [ autoPatchelfHook copyDesktopItems makeWrapper dpkg wrapGAppsHook"} {"_id":"q-en-nixpkgs-28c8e869a0b38830d0223b7cd115c41433cb436351fc0ba1de61528f5d5881cb","text":" { lib, stdenv, fetchFromGitHub, pkg-config, avahi, libsoup, libjpeg { lib, stdenv, fetchFromGitHub, pkg-config, avahi, libsoup, libjpeg, libpng , sane-backends, meson, ninja }: stdenv.mkDerivation rec { pname = \"sane-airscan\"; version = \"0.9.17\"; version = \"0.99.0\"; nativeBuildInputs = [ meson ninja pkg-config ]; buildInputs = [ avahi libsoup libjpeg sane-backends ]; buildInputs = [ avahi libsoup libjpeg libpng sane-backends ]; src = fetchFromGitHub { owner = \"alexpevzner\"; repo = pname; rev = version; sha256 = \"03y0c1z5s3wbvxa9nvji62w42cmvcgm2sw72j7wm831995q3abmx\"; sha256 = \"0bbw3s95v5fmkpmmd26v9cf1c40dm85bgxlhs06ski5my803ck0a\"; }; meta = with lib; {"} {"_id":"q-en-nixpkgs-28d767afeb042051345c36c6539b61d1bedef8bb18a2016b318fc96c0c7cccb2","text":" diff --git a/tests/test_strpdatetime.py b/tests/test_strpdatetime.py index 6c371d6..a3d0232 100644 --- a/tests/test_strpdatetime.py +++ b/tests/test_strpdatetime.py @@ -44,5 +44,4 @@ TEST_DATA = [ @pytest.mark.parametrize(\"string, format, expected\", TEST_DATA) def test_datetime_strptime(string, format, expected): \"\"\"Test datetime_strptime\"\"\" - locale.setlocale(locale.LC_ALL, \"en_US.UTF-8\") assert strpdatetime(string, format) == expected "} {"_id":"q-en-nixpkgs-28e1099ac29067f320dcbd9d3fa91626984c7278d208d4be6ca6e039329d8b1e","text":"nativeBuildInputs = [ pkg-config ] ++ lib.optionals atLeast24 [ autoconf-archive autoreconfHook bison flex jq ] ++ lib.optionals (atLeast24 && enableDocumentation) [ ] ++ lib.optionals (enableDocumentation && !atLeast24) [ libxslt libxml2 docbook_xsl_ns docbook5 ] ++ lib.optionals (enableDocumentation && atLeast24) [ (lib.getBin lowdown) mdbook ] ++ lib.optionals (atLeast213 && enableDocumentation) ["} {"_id":"q-en-nixpkgs-28f08e5587db760a0bc353c918c41312e6ba072a3c962b3ce721d865f8bf1e93","text":"dependencies = []; buildInputs = [ python go cmake (if stdenv.isDarwin then llvmPackages.clang else llvmPackages.clang-unwrapped) llvmPackages.llvm ] ++ stdenv.lib.optional stdenv.isDarwin Cocoa; propagatedBuildInputs = stdenv.lib.optional (!stdenv.isDarwin) rustracerd; patches = [ ./patches/youcompleteme/1-top-cmake.patch ./patches/youcompleteme/2-ycm-cmake.patch ]; # YCM requires path to external libclang 3.9 # For explicit use and as env variable for ../third_party/ycmd/build.py EXTRA_CMAKE_ARGS=\"-DEXTERNAL_LIBCLANG_PATH=${llvmPackages.clang.cc}/lib/libclang.${if stdenv.isDarwin then \"dylib\" else \"so\"}\"; buildPhase = '' patchShebangs . substituteInPlace plugin/youcompleteme.vim "} {"_id":"q-en-nixpkgs-291f96bb4091aa367107c197a8377216700175b88ee21e497babc8752a37694e","text":" { stdenv, buildPythonPackage, fetchPypi, six }: buildPythonPackage rec { pname = \"websocket_client\"; version = \"0.54.0\"; src = fetchPypi { inherit version pname; sha256 = \"e51562c91ddb8148e791f0155fdb01325d99bb52c4cdbb291aee7a3563fd0849\"; }; prePatch = '' # ssl.match_hostname exists in python2.7 version maintained in nixpkgs, # the dependency is not necessary. sed -e \"s/['backports.ssl_match_hostname']/[]/\" -i setup.py ''; propagatedBuildInputs = [ six ]; meta = with stdenv.lib; { homepage = https://github.com/liris/websocket-client; description = \"Websocket client for python\"; license = licenses.lgpl2; }; } "} {"_id":"q-en-nixpkgs-2927aa2e4509bbcc94922a5a1c40958cf6c5b20d2815c3860af4bb392cee9b11","text":"}) (callPackage ./common-overrides.nix { inherit haskellLib; inherit haskellLib fetchpatch buildPackages; }) ghcjsDepOverrides ]);"} {"_id":"q-en-nixpkgs-2974b6ed18dd7f6835b7079941faced8471483c3e7d7f900767ef691034ec618","text":" { lib , stdenvNoCC , fetchFromGitHub , fetchzip , clickgen }: stdenvNoCC.mkDerivation rec { pname = \"bibata-cursors\"; version = \"2.0.6\"; src = fetchFromGitHub { owner = \"ful1e5\"; repo = \"Bibata_Cursor\"; rev = \"v${version}\"; hash = \"sha256-iLBgQ0reg8HzUQMUcZboMYJxqpKXks5vJVZMHirK48k=\"; }; bitmaps = fetchzip { url = \"https://github.com/ful1e5/Bibata_Cursor/releases/download/v${version}/bitmaps.zip\"; hash = \"sha256-8ujkyqby5sPcnscIPkay1gvd/1CH4R9yMJs1nH/mx8M=\"; }; nativeBuildInputs = [ clickgen ]; buildPhase = '' runHook preBuild ctgen build.toml -p x11 -d $bitmaps/Bibata-Modern-Amber -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge bibata cursors.' ctgen build.toml -p x11 -d $bitmaps/Bibata-Modern-Classic -n 'Bibata-Modern-Classic' -c 'Black and rounded edge Bibata cursors.' ctgen build.toml -p x11 -d $bitmaps/Bibata-Modern-Ice -n 'Bibata-Modern-Ice' -c 'White and rounded edge Bibata cursors.' ctgen build.toml -p x11 -d $bitmaps/Bibata-Original-Amber -n 'Bibata-Original-Amber' -c 'Yellowish and sharp edge Bibata cursors.' ctgen build.toml -p x11 -d $bitmaps/Bibata-Original-Classic -n 'Bibata-Original-Classic' -c 'Black and sharp edge Bibata cursors.' ctgen build.toml -p x11 -d $bitmaps/Bibata-Original-Ice -n 'Bibata-Original-Ice' -c 'White and sharp edge Bibata cursors.' runHook postBuild ''; installPhase = '' runHook preInstall install -dm 0755 $out/share/icons cp -rf themes/* $out/share/icons/ runHook postInstall ''; meta = { description = \"Material Based Cursor Theme\"; homepage = \"https://github.com/ful1e5/Bibata_Cursor\"; license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ rawkode AdsonCicilioti ]; }; } "} {"_id":"q-en-nixpkgs-297943d15d2ab9d2c7a3a55d5839a59f8d7d517381a7e830f5f38ec849ac8644","text":"inherit (lib) types; cfg = config.services.ollama; ollamaPackage = cfg.package.override { ollamaPackage = cfg.package.override (prevArgs: { inherit (cfg) acceleration; } // lib.optionalAttrs (prevArgs ? linuxPackages) { linuxPackages = config.boot.kernelPackages // { nvidia_x11 = config.hardware.nvidia.package; }; }; }); in { options = {"} {"_id":"q-en-nixpkgs-2991a9baca350ad79463de1c1d16ddcdbcd28c6447f52145f3b29f262ee47526","text":"dontWrapQtApps = true; meta = with lib; { maintainers = with lib.maintainers; [ peterhoeg ]; description = \"KDE Partition Manager core library\"; homepage = \"https://invent.kde.org/system/kpmcore\"; license = with licenses; [ cc-by-40 cc0 gpl3Plus mit ]; maintainers = with maintainers; [ peterhoeg oxalica ]; # The build requires at least Qt 5.14: broken = lib.versionOlder qtbase.version \"5.14\"; broken = versionOlder qtbase.version \"5.14\"; }; }"} {"_id":"q-en-nixpkgs-299eb719dcd1922ecf37ef5bf7d762e564f9ac83a79c7054b17a7f27e8e7a495","text":"disallowedReferences = [ stdenv.cc.cc ]; postFixup = '' remove-references-to -t ${stdenv.cc.cc} \"$(readlink -f $out/share/perl6/runtime/dynext/libperl6_ops_moar.so)\" remove-references-to -t ${stdenv.cc.cc} \"$(readlink -f $out/share/perl6/runtime/dynext/libperl6_ops_moar${stdenv.hostPlatform.extensions.sharedLibrary})\" ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-29a6127ea083cb3938f42ba84534766f414d83e0b7782ac781c9d9f57b119777","text":"(if compat185 then \"--enable-compat185\" else \"--disable-compat185\") ] ++ lib.optional dbmSupport \"--enable-dbm\" ++ lib.optional stdenv.isFreeBSD \"--with-pic\"; ++ lib.optional stdenv.isFreeBSD \"--with-pic\" ++ (drvArgs.configureFlags or []); preConfigure = '' cd build_unix"} {"_id":"q-en-nixpkgs-29a8623e84c9e83c5ccc7e46b41246ab373b92a711927f14f20d58e666629dbe","text":"mkOptionDefault mkDefault mkImageMediaOverride mkForce mkVMOverride mkFixStrictness mkOrder mkBefore mkAfter mkAliasDefinitions mkAliasAndWrapDefinitions fixMergeModules mkRemovedOptionModule mkRenamedOptionModule mkMergedOptionModule mkChangedOptionModule mkRenamedOptionModule mkRenamedOptionModuleWith mkMergedOptionModule mkChangedOptionModule mkAliasOptionModule mkDerivedConfig doRename; inherit (self.options) isOption mkEnableOption mkSinkUndeclaredOptions mergeDefaultOption mergeOneOption mergeEqualOption mergeUniqueOption"} {"_id":"q-en-nixpkgs-29bd3ac4ab9e95449d1231fdfa99c0f14ff0518131d2d5a909bd3879285dde3a","text":"exit 1 fi # Resolve symlinks in the init parameter. We need this for some boot loaders # (e.g. boot.loader.generationsDir). closure=\"$(chroot /sysroot ${pkgs.coreutils}/bin/realpath \"$closure\")\" # Assume the directory containing the init script is the closure. closure=\"$(dirname \"$closure\")\" # If we are not booting a NixOS closure (e.g. init=/bin/sh), # we don't know what root to prepare so we don't do anything if ! [ -x \"/sysroot$(readlink \"/sysroot$closure/prepare-root\" || echo \"$closure/prepare-root\")\" ]; then"} {"_id":"q-en-nixpkgs-29c4e0e269974792f7a3d6d3d381d1eb82854d88aa093511664ef8491830c3ee","text":"setupHooks = [ ../setup-hooks/role.bash ./setup-hook.sh ]; ] ++ stdenv.lib.optional (cc.langC or true) ./setup-hook.sh ++ stdenv.lib.optional (cc.langFortran or false) ./fortran-hook.sh; postFixup = ''"} {"_id":"q-en-nixpkgs-2a07836d82b62730f76f49cfce25e630678325b4edb733240ebc8526585edeb2","text":"pushd \"$(dirname \"$(find -path '**/repgrep-stamp' | head -n 1)\")\" installManPage rgr.1 installShellCompletion rgr.{bash,fish} _rgr popd '' + lib.optionalString (stdenv.hostPlatform.canExecute stdenv.buildPlatform) '' # As it can be seen here: https://github.com/acheronfail/repgrep/blob/0.15.0/.github/workflows/release.yml#L206, the completions are just the same as ripgrep installShellCompletion --cmd rgr --bash <(${lib.getExe ripgrep} --generate complete-bash | sed 's/-c rg/-c rgr/') --zsh <(${lib.getExe ripgrep} --generate complete-zsh | sed 's/-c rg/-c rgr/') --fish <(${lib.getExe ripgrep} --generate complete-fish | sed 's/-c rg/-c rgr/') ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-2a4a74ef67c53d4649677b5bba5e736484ff4aae6039115ac8f82448d0b14a99","text":"sed \"s| cinnamon-session| ${cinnamon-session}/bin/cinnamon-session|g\" -i ./files/usr/bin/cinnamon-session-cinnamon -i ./files/usr/bin/cinnamon-session-cinnamon2d sed \"s|/usr/bin|$out/bin|g\" -i ./files/usr/share/xsessions/cinnamon.desktop ./files/usr/share/xsessions/cinnamon2d.desktop sed \"s|msgfmt|${gettext}/bin/msgfmt|g\" -i ./files/usr/share/cinnamon/cinnamon-settings/bin/Spices.py patchShebangs src/data-to-c.pl '';"} {"_id":"q-en-nixpkgs-2a8f3c3caedf985be36dd71a14d365f38cf92bcf2acd1f5427e2e6e3bfe9a121","text":"(config: let enabled = getAttrFromPath [ \"services\" \"printing\" \"gutenprint\" ] config; in if enabled then [ pkgs.gutenprint ] else [ ])) (mkRenamedOptionModule [ \"services\" \"ddclient\" \"domain\" ] [ \"services\" \"ddclient\" \"domains\" ]) (mkChangedOptionModule [ \"services\" \"ddclient\" \"domain\" ] [ \"services\" \"ddclient\" \"domains\" ] (config: let value = getAttrFromPath [ \"services\" \"ddclient\" \"domain\" ] config; in if value != \"\" then [ value ] else [])) (mkRemovedOptionModule [ \"services\" \"ddclient\" \"homeDir\" ] \"\") (mkRenamedOptionModule [ \"services\" \"elasticsearch\" \"host\" ] [ \"services\" \"elasticsearch\" \"listenAddress\" ]) (mkRenamedOptionModule [ \"services\" \"graphite\" \"api\" \"host\" ] [ \"services\" \"graphite\" \"api\" \"listenAddress\" ])"} {"_id":"q-en-nixpkgs-2b249561a1918e4f85282ae85e4c68d203db969e70828c8deb2c8f367ed6f031","text":" { lib , rustPlatform , fetchCrate }: rustPlatform.buildRustPackage rec { pname = \"swc\"; version = \"0.91.19\"; src = fetchCrate { pname = \"swc_cli\"; inherit version; sha256 = \"sha256-BzReetAOKSGzHhITXpm+J2Rz8d9Hq2HUagQmfst74Ag=\"; }; cargoSha256 = \"sha256-1U9YLrPYENv9iJobCxtgnQakJLDctWQwnDUtpLG3PGc=\"; buildFeatures = [ \"swc_core/plugin_transform_host_native\" ]; meta = with lib; { description = \"Rust-based platform for the Web\"; homepage = \"https://github.com/swc-project/swc\"; license = licenses.asl20; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"q-en-nixpkgs-2b467617e7aa60e2d99bd98aae04ace26efa75d83f6f3ac3909447ca3e9963d2","text":"sha256 = \"sha256-IG5YWwq3WVzQBvAslQ9Z2Ou6ADzf4n9NkQCtH4Jgkac=\"; }; mvnSha256 = \"7Sm1hAoi5xc4MLONOD8ySLLkpao0qmlMRRva/8zR210=\"; mvnSha256 = \"WAB15d4UvUOkBXT7K/hvAZWOE3V1Lpl/tr+AFNBM4FI=\"; mvnParameters = \"-P desktop,all-platforms\"; fetchedMavenDeps = stdenv.mkDerivation { name = \"dbeaver-${version}-maven-deps\"; inherit src; buildInputs = [ maven ]; buildPhase = \"mvn package -Dmaven.repo.local=$out/.m2 ${mvnParameters}\"; # keep only *.{pom,jar,sha1,nbm} and delete all ephemeral files with lastModified timestamps inside installPhase = '' find $out -type f -name *.lastUpdated -or -name resolver-status.properties -or -name _remote.repositories -delete ''; # don't do any fixup dontFixup = true; outputHashAlgo = \"sha256\"; outputHashMode = \"recursive\"; outputHash = \"sha256-WAB15d4UvUOkBXT7K/hvAZWOE3V1Lpl/tr+AFNBM4FI=\"; }; nativeBuildInputs = [ copyDesktopItems makeWrapper"} {"_id":"q-en-nixpkgs-2b9147c28738edfecf2e6335a72dc6742828ba5f3f18e148e8291b2d0f197484","text":"(enableFeature enablePython2Library \"python-library\") (enableFeature enablePython2Library \"python2\") # XXX: python2 library does not work anyway (enableFeature enableUI \"ui\") \"--enable-gtk4\" \"--enable-install-tests\" \"--with-unicode-emoji-dir=${unicode-emoji}/share/unicode/emoji\" \"--with-emoji-annotation-dir=${cldr-emoji-annotation}/share/unicode/cldr/common/annotations\""} {"_id":"q-en-nixpkgs-2bad86bf236dabf15b604e590a8f9af4bd4cf3e1c3344ab4aa53ea3e39267a8a","text":"]; preCheck = if stdenv.isDarwin then '' export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH''${DYLD_LIBRARY_PATH:+:}`pwd`/lib export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH''${DYLD_LIBRARY_PATH:+:}`pwd`/lib:${blas}/lib:${lapack}/lib '' else '' export LD_LIBRARY_PATH=$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}`pwd`/lib '' + ''"} {"_id":"q-en-nixpkgs-2bb207bb10a3de1b6320e14ac80b8f4942201ef5ad3b58cc8c5a532c7fda5dd9","text":"services.k3s.enable = true; services.k3s.role = \"server\"; services.k3s.extraFlags = toString [ # \"--kubelet-arg=v=4\" # Optionally add additional args to k3s # \"--debug\" # Optionally add additional args to k3s ]; } ```"} {"_id":"q-en-nixpkgs-2bd192eeef03cb26616f9fc5df79d40ffeb4d7b76132fc0ff55c401f437cbfce","text":"setuptools ]; postFixup = lib.optionalString (!stdenv.targetPlatform.isWindows) '' find $out -name '*.exe' -delete ''; pythonImportsCheck = [ \"distlib\" \"distlib.database\""} {"_id":"q-en-nixpkgs-2bef96ab08b652e45509a84334de92eb38929f4de68894f73661bd8510e83663","text":"buildPhase = if buildPhase != null then buildPhase else '' runHook preBuild agda ${includePathArgs} ${everythingFile} rm ${everythingFile} ${lib.interfaceFile Agda.version everythingFile} runHook postBuild ''; installPhase = if installPhase != null then installPhase else '' runHook preInstall mkdir -p $out find -not ( -path ${everythingFile} -or -path ${lib.interfaceFile everythingFile} ) -and ( ${concatMapStringsSep \" -or \" (p: \"-name '*.${p}'\") (extensions ++ extraExtensions)} ) -exec cp -p --parents -t \"$out\" {} + find ( ${concatMapStringsSep \" -or \" (p: \"-name '*.${p}'\") (extensions ++ extraExtensions)} ) -exec cp -p --parents -t \"$out\" {} + runHook postInstall '';"} {"_id":"q-en-nixpkgs-2c06fbbff645b7de877d455fe0444c67aeafe439abe1e6138fc1de2ebf368baf","text":"RUST_SRC_PATH = rustPlatform.rustcSrc; postInstall = '' wrapProgram $out/bin/racer --set-default RUST_SRC_PATH $rustcSrc wrapProgram $out/bin/racer --set-default RUST_SRC_PATH ${rustPlatform.rustcSrc} ''; checkPhase = ''"} {"_id":"q-en-nixpkgs-2c1b8f77bb87382b355289f52ec7765c014af628f322bd0cc2c2b7b2c88aab2e","text":" [tool.poetry] name = \"rmfuse-env\" version = \"0.1.0\" description = \"\" authors = [] [tool.poetry.dependencies] python = \"^3.8\" rmfuse = {git = \"https://github.com/rschroll/rmfuse.git\", extras = [\"pyfuse3\"]} [tool.poetry.dev-dependencies] [build-system] requires = [\"poetry-core>=1.0.0\"] build-backend = \"poetry.core.masonry.api\" "} {"_id":"q-en-nixpkgs-2c34c7dd13e7da68189fba8a41d89a1251c53e024512cc59ed3a1550d39721a4","text":"\"-DENABLE_VOMS=${if stdenv.isLinux then \"TRUE\" else \"FALSE\"}\" ]; # Workaround the library-not-found issue # happening to binaries compiled with xrootd libraries. # See #169677 preFixup = '' makeWrapperArgs+=(\"--prefix\" \"${lib.optionalString stdenv.hostPlatform.isDarwin \"DY\"}LD_LIBRARY_PATH\" \":\" \"${placeholder \"out\"}/lib\") ''; postFixup = '' while IFS= read -r FILE; do wrapProgram \"$FILE\" \"''${makeWrapperArgs[@]}\" done < <(find \"$bin/bin\" -mindepth 1 -maxdepth 1 -type f,l -perm -a+x) '' + lib.optionalString (externalEtc != null) '' postFixup = lib.optionalString (externalEtc != null) '' moveToOutput etc \"$etc\" ln -s ${lib.escapeShellArg externalEtc} \"$out/etc\" ''; dontPatchELF = true; # shrinking rpath will cause runtime failures in dlopen meta = with lib; { description = \"High performance, scalable fault tolerant data access\"; homepage = \"https://xrootd.slac.stanford.edu\";"} {"_id":"q-en-nixpkgs-2c37d5a9698301f91206894a056f35e0a5d4f7e3fc8e69cc922e46a8d7dd13c8","text":"attrsets.nameValuePair name fixedDrv; # versionedDerivations :: AttrSet Derivation versionedDerivations = builtins.listToAttrs (lists.map buildPackage perSystemReleases); versionedDerivations = builtins.listToAttrs (lists.map buildPackage allReleases); defaultDerivation = { ${pname} = (buildPackage newest).value; }; in"} {"_id":"q-en-nixpkgs-2c4308c05331921a5961be7b8e1327d69193fb8b42086464b5547c85aabef36b","text":" { stdenv, fetchsvn, fetchurl, cups, zlib }: { stdenv, fetchsvn, cups, zlib, jbigkit }: let rev = \"315\"; in stdenv.mkDerivation rec { name = \"splix-svn-${rev}\"; src = fetchsvn { # We build this from svn, because splix hasn't been in released in several years # although the community has been adding some new printer models."} {"_id":"q-en-nixpkgs-2c6fe6d424b8127a320652fbab484277b808f7ab6bf93ff6a89692e1440877f1","text":" From Ingo Hadan Fri, 02 Apr 2010 21:08:50 +0200 From: Julien Moutinho Date: Fri, 26 Apr 2013 01:57:26 +0200 Subject: tsocks fails if socksified application uses poll(2) (e.g. subversion-1.5) --- diff --git a/tsocks.c b/tsocks.c index 9cfdfff..470babd 100644 --- a/tsocks.c +++ b/tsocks.c @@ -657,10 +657,11 @@ int poll(POLL_SIGNATURE) { * be ready for writing), otherwise we'll just let the select loop * come around again (since we can't flag it for read, we don't know * if there is any data to be read and can't be bothered checking) */ - if (conn->selectevents & WRITE) { - setevents |= POLLOUT; + if (conn->selectevents & POLLOUT) { + ufds[i].revents |= POLLOUT; nevents++; } + ufds[i].events = conn->selectevents; } } } while (nevents == 0); "} {"_id":"q-en-nixpkgs-2c8b4b84ffaa50899a3b6b53b5701d891c4c9cb287cff9796e463bcfae873879","text":"libsodium ]; propagatedBuildInputs = [ propagatedNativeBuildInputs = [ cffi ]; propagatedBuildInputs = [ six ]; checkInputs = [ hypothesis pytestCheckHook"} {"_id":"q-en-nixpkgs-2cbeb6ee2eac97233012982ca9ec42a30ef3df7ef6cc17ecec9709ab8b7a1dae","text":"{ buildPackages, runCommand, nettools, bc, bison, flex, perl, rsync, gmp, libmpc, mpfr, openssl , libelf, cpio, elfutils , libelf, cpio, elfutils, zstd, gawk , writeTextFile }:"} {"_id":"q-en-nixpkgs-2cc39d1e288ffbd98c9ce91926f82aa4a661cb0dec25cec8c8e3ad125ad08ef4","text":"proprietary_codecs = false; use_sysroot = false; use_gnome_keyring = gnomeKeyringSupport; ## FIXME remove use_gconf after chromium 65 has become stable use_gconf = gnomeSupport; use_gio = gnomeSupport; enable_nacl = enableNaCl; enable_hotwording = enableHotwording; enable_widevine = enableWideVine; use_cups = cupsSupport;"} {"_id":"q-en-nixpkgs-2cde153fadc954aeb5fc2563de7e0cfb27da9acd46d1fe1021648f368b4ae560","text":"''; }); stumpwm-unwrapped = super.stumpwm; ltk = super.ltk.overrideLispAttrs (o: { src = pkgs.fetchzip { url = \"https://github.com/uthar/ltk/archive/f19162e76d6c7c2f51bd289b811d9ba20dd6555e.tar.gz\";"} {"_id":"q-en-nixpkgs-2ceba5ca35af238105c5b253b98d31445063ebb65a64e6ae1e50976cfea17c6a","text":"cabal2nix = self.generateOptparseApplicativeCompletions [ \"cabal2nix\" ] super.cabal2nix; arbtt = overrideCabal (drv: { buildTools = drv.buildTools or [] ++ [ pkgs.buildPackages.installShellFiles pkgs.buildPackages.libxslt ]; postBuild = '' xsl=${pkgs.buildPackages.docbook_xsl}/share/xml/docbook-xsl make -C doc man XSLTPROC_MAN_STYLESHEET=$xsl/manpages/profile-docbook.xsl ''; postInstall = '' for f in doc/man/man[1-9]/*; do installManPage $f done ''; # The test suite needs the packages's executables in $PATH to succeed. preCheck = '' for i in $PWD/dist/build/*; do"} {"_id":"q-en-nixpkgs-2d369e4f1ce88eb8fd6c24ab349dd3f40e87bef015054f00298e7e76426b4e14","text":"systemd.packages = [ pkgs.tracker ]; environment.variables = { TRACKER_CLI_SUBCOMMANDS_DIR = let subcommandPackagesTree = pkgs.symlinkJoin { name = \"tracker-with-subcommands-${pkgs.tracker.version}\"; paths = [ pkgs.tracker ] ++ cfg.subcommandPackages; }; in \"${subcommandPackagesTree}/libexec/tracker3\"; }; }; }"} {"_id":"q-en-nixpkgs-2d71ffc1364a30102bc213d964bfe3f2185bbce8985d50fdf5d776d2229020fd","text":"gtkspell3 libgee pantheon.granite pcre sqlite webkitgtk ];"} {"_id":"q-en-nixpkgs-2d82be3e91254cfdea60bc6efe0ffc00f797427921ab80c400cd1d47921150b7","text":"activitywatch = callPackage ../applications/office/activitywatch/wrapper.nix { }; aw-watcher-window-wayland = callPackage ../tools/wayland/aw-watcher-window-wayland { }; adobe-reader = pkgsi686Linux.callPackage ../applications/misc/adobe-reader { }; adl = callPackage ../applications/video/adl { };"} {"_id":"q-en-nixpkgs-2d9213e1b81853805eedcb798b99577f3f347bed69639844889b420233017fce","text":"\"['pandas/src/klib', 'pandas/src', '$cpp_sdk']\" ''; setupPyBuildFlags = [ # Parallel Cythonization is broken in Python 3.8 on Darwin. Fixed in the next # release. https://github.com/pandas-dev/pandas/pull/30862 setupPyBuildFlags = optionals (!(isPy38 && isDarwin)) [ # As suggested by # https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#creating-a-python-environment \"--parallel=$NIX_BUILD_CORES\""} {"_id":"q-en-nixpkgs-2dae86f9e2228eae38d50f9ca80336c29c0ca2ad3eaaed27af0afee1048592b5","text":"zope_configuration ]; checkInputs = [ docutils sphinx ]; patches = [ (fetchpatch { url = \"https://gitlab.com/mailman/mailman/-/commit/4b206e2a5267a0e17f345fd7b2d957122ba57566.patch\";"} {"_id":"q-en-nixpkgs-2dafbc8e5e2d5981ef4aa6de2022a7c01509047749a454868da1285a88821136","text":"''; homepage = \"https://strlen.com/treesheets/\"; maintainers = with maintainers; [ obadz avery ]; maintainers = with maintainers; [ obadz ]; platforms = platforms.unix; license = licenses.zlib; };"} {"_id":"q-en-nixpkgs-2de77623cbff574f38c7a391edeb349b3eb5700bca4f2ab0591e17aaa212cb2f","text":"User = cfg.user; Group = cfg.group; PermissionsStartOnly = \"true\"; ExecStart = \"${pkgs.mono}/bin/mono ${pkgs.emby}/bin/MediaBrowser.Server.Mono.exe\"; ExecStart = \"${pkgs.emby}/bin/MediaBrowser.Server.Mono\"; Restart = \"on-failure\"; }; };"} {"_id":"q-en-nixpkgs-2de9a7ed8bc85b3b83ec93526ea6318b898bc428b632158cb96b62b780531f72","text":"buildPythonPackage rec { pname = \"msal\"; version = \"1.29.0\"; version = \"1.30.0\"; pyproject = true; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; hash = \"sha256-j2cl8Jl1JVP5sv6EEl4qXr5HtJ+S6syjPr7dOp66riU=\"; hash = \"sha256-tL8AhQCS5GUVfYFO+iShj3iChMmkeUkQJNYpAwheovs=\"; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ cryptography pyjwt requests"} {"_id":"q-en-nixpkgs-2e36f34cbd04c4d562ea999cd113127b6e22cf4417fc5073f4b3c0cf61eace52","text":"ctl.!default { type pulse } ${alsaCfg.extraConfig} ''); in {"} {"_id":"q-en-nixpkgs-2edaa6136a5d6f1f343834afd7fd433b3047629c642ccb78983d74c01a22db04","text":" { stdenv, fetchurl, bison, m4 }: stdenv.mkDerivation { name = \"flex-2.5.35\"; src = fetchurl { url = mirror://sourceforge/flex/flex-2.5.35.tar.bz2; sha256 = \"0ysff249mwhq0053bw3hxh58djc0gy7vjan2z1krrf9n5d5vvv0b\"; }; buildInputs = [ bison ]; propagatedNativeBuildInputs = [ m4 ]; crossAttrs = { preConfigure = '' export ac_cv_func_malloc_0_nonnull=yes export ac_cv_func_realloc_0_nonnull=yes ''; }; meta = { homepage = http://flex.sourceforge.net/; description = \"A fast lexical analyser generator\"; }; } "} {"_id":"q-en-nixpkgs-2efddd0f20056bf9ed7936a3c482f4ab335b2d400b35b275e91bc5896f180f94","text":"{ # Note: do not use Hydra as a source URL. Ask a member of the # infrastructure team to mirror the job. busybox = import { url = https://hydra.nixos.org/build/112609441/download/2/busybox; sha256 = \"e6f6aecb675e924a96516f4379445dd2c0ba8b9c438fbfbaa2dc14ccce2802e0\"; # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv6l.dist/latest # from build: https://hydra.nixos.org/build/114202834 url = \"http://tarballs.nixos.org/stdenv-linux/armv6l/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/busybox\"; # note: the following hash is different than the above hash, due to executable = true sha256 = \"1q02537cq56wlaxbz3s3kj5vmh6jbm27jhvga6b4m4jycz5sxxp6\"; executable = true; }; bootstrapTools = import { url = https://hydra.nixos.org/build/112609441/download/1/bootstrap-tools.tar.xz; sha256 = \"7a3f20def1a17ebf0edb5a92c403558429bcc2ac3d931b5e1bd88606cb217778\"; # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv6l.dist/latest # from build: https://hydra.nixos.org/build/114202834 url = \"http://tarballs.nixos.org/stdenv-linux/armv6l/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/bootstrap-tools.tar.xz\"; sha256 = \"0810fe74f8cd09831f177d075bd451a66b71278d3cc8db55b07c5e38ef3fbf3f\"; }; }"} {"_id":"q-en-nixpkgs-2f060d9d66b391e024e91147e00f2b70ee1fcd3d6c2a0a9b1aee70f5a9102757","text":"}) ]; patchFlags = [ \"-p3\" ]; } { inherit stdenv lib fetchurl fixDarwinDylibNames nativeBuildRoot; } } { inherit stdenv lib fetchurl fixDarwinDylibNames nativeBuildRoot buildRootOnly; } "} {"_id":"q-en-nixpkgs-2f138b6e669c1f525032c9fa3f2ca1c8881e98fd7ff40c44b655f5acb2f8837c","text":"system.nssModules = optional (cfg.nssmdns4 || cfg.nssmdns6) pkgs.nssmdns; system.nssDatabases.hosts = let mdnsMinimal = if (cfg.nssmdns4 && cfg.nssmdns6) then \"mdns_minimal\" mdns = if (cfg.nssmdns4 && cfg.nssmdns6) then \"mdns\" else if (!cfg.nssmdns4 && cfg.nssmdns6) then \"mdns6_minimal\" \"mdns6\" else if (cfg.nssmdns4 && !cfg.nssmdns6) then \"mdns4_minimal\" \"mdns4\" else \"\"; in optionals (cfg.nssmdns4 || cfg.nssmdns6) (mkMerge [ (mkBefore [ \"${mdnsMinimal} [NOTFOUND=return]\" ]) # before resolve (mkAfter [ \"mdns\" ]) # after dns (mkBefore [ \"${mdns}_minimal [NOTFOUND=return]\" ]) # before resolve (mkAfter [ \"${mdns}\" ]) # after dns ]); environment.systemPackages = [ cfg.package ];"} {"_id":"q-en-nixpkgs-2f5dbcfb5c4a2c6f2809c616b7fdcc5bc4bb763b2f18372109365a91b56be42e","text":"fastjar = callPackage ../development/tools/java/fastjar { }; jextract = callPackage ../development/tools/java/jextract { }; httpunit = callPackage ../development/libraries/java/httpunit { }; javaCup = callPackage ../development/libraries/java/cup {"} {"_id":"q-en-nixpkgs-2f9b5268ac94bc76c5441faec6fa585a579aac50d66a41cde80f195b89eebf61","text":"buildPythonApplication rec { pname = \"pmbootstrap\"; version = \"1.45.0\"; version = \"1.50.0\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-75ZFzhRsczkwhiUl1upKjSvmqN0RkXaM8cKr4zLgi4w=\"; hash = \"sha256-UtXUq+B3EMHS3CTqfzbyQK0gHgrFwcwQ6zTzw/EwIuA=\"; }; repo = fetchFromGitLab {"} {"_id":"q-en-nixpkgs-2fbc63a23e8bdfc8026f8925544c0c6de91cf1a402cd1acff79642ada52b2e09","text":"buildGoModule rec { pname = \"teleport\"; version = \"6.1.2\"; version = \"6.1.3\"; # This repo has a private submodule \"e\" which fetchgit cannot handle without failing. src = fetchFromGitHub { owner = \"gravitational\"; repo = \"teleport\"; rev = \"v${version}\"; sha256 = \"sha256-4ZaebTTgGrGRQbMfDw1PL/qtDKmHbSY6kPmWyFeIcAU=\"; sha256 = \"sha256-kb7qRPZKXDY0Qy3/72epAGaN2FCOO/XAN8lOoUYkoM0=\"; }; vendorSha256 = null;"} {"_id":"q-en-nixpkgs-300ec87f666d183a539ff9b9fe85c9fce8a9f3f73da6c4f9768e520122413a92","text":"nativeBuildInputs = [ meson ninja python3 pkgconfig gettext makeWrapper pkgconfig gettext wrapGAppsHook libxml2 libxslt docbook_xsl docbook_xml_dtd_42 ];"} {"_id":"q-en-nixpkgs-30213cb4dd365e1085b6028d0bc174e5fb0971a6cc593571823f2fb00f5c6d59","text":"buildInputs = [ eigen boost glew opencsg cgal mpfr gmp glib harfbuzz lib3mf libzip double-conversion freetype fontconfig qtbase qtmultimedia qscintilla qtbase qtmultimedia qscintilla cairo ] ++ lib.optionals stdenv.isLinux [ libGLU libGL wayland wayland-protocols qtwayland ] ++ lib.optional stdenv.isDarwin qtmacextras ++ lib.optional spacenavSupport libspnav"} {"_id":"q-en-nixpkgs-3071e5b406f50371ce0a472320c91a73fa3dbf328ff75627d90e30205f111df3","text":", fetchFromGitHub , setuptools_scm , vdf , bash , steam-run , winetricks , zenity"} {"_id":"q-en-nixpkgs-3087cdcc776425d62dc884912a428aaaf83692b7d12e29ac5aa06d1b9bc48ce5","text":" { python_openzwave, fetchPypi }: { python_openzwave, fetchPypi, openzwave, fetchFromGitHub }: python_openzwave.overridePythonAttrs (oldAttrs: rec { (python_openzwave.override { openzwave = openzwave.overrideAttrs (oldAttrs: { version = \"unstable-2020-03-24\"; src = fetchFromGitHub { owner = \"home-assistant\"; repo = \"open-zwave\"; rev = \"94267fa298c1882f0dc73c0fd08f1f755ba83e83\"; sha256 = \"0p2869fwidz1wcqzfm52cwm9ab96pmwkna3d4yvvh21nh09cvmwk\"; }; patches = [ ]; }); }).overridePythonAttrs (oldAttrs: rec { pname = \"homeassistant_pyozw\"; version = \"0.1.10\";"} {"_id":"q-en-nixpkgs-30c156dd5429a81f6b01d2b6cb0dea0ee73190607d241435892de62756751fd0","text":", mkDerivation , variant ? \"standalone\" , fetchFromGitHub , fetchpatch , cmake , pkg-config , ninja"} {"_id":"q-en-nixpkgs-30df850f3ab1524452d82a8786ab516263db3376fadcdf02f91b22c33f8aff05","text":", libxml2 , libzip , ncurses , xlsSupport ? false }: stdenv.mkDerivation rec {"} {"_id":"q-en-nixpkgs-3103f22975b87705799c76e83ebc9165b4e0be6b5f4bcf778f0a60f7760b645e","text":"## Files in versions/ are generated automatically by update.sh ## dotnet_3_1 = import ./versions/3.1.nix (buildAttrs // { icu = icu70; }); dotnet_5_0 = import ./versions/5.0.nix (buildAttrs // { inherit icu; }); dotnet_6_0 = import ./versions/6.0.nix (buildAttrs // { inherit icu; }); dotnet_7_0 = import ./versions/7.0.nix (buildAttrs // { inherit icu; }); in"} {"_id":"q-en-nixpkgs-315c91434889632cd44579755f3f0bae7fe2fb126cccda8c511bf779ef19bd7c","text":" - [ownCloud Infinite Scale Stack](https://owncloud.com/infinite-scale-4-0/), a modern and scalable rewrite of ownCloud. - [Handheld Daemon](https://github.com/hhd-dev/hhd), support for gaming handhelds like the Legion Go, ROG Ally, and GPD Win. Available as [services.handheld-daemon](#opt-services.handheld-daemon.enable). - [Guix](https://guix.gnu.org), a functional package manager inspired by Nix. Available as [services.guix](#opt-services.guix.enable)."} {"_id":"q-en-nixpkgs-3170ebcef761338edcbadc6f3c8be46fcb834f8bc4d3aec60d04515e21aad9e7","text":"let cfg = config.power.ups; in defaultPort = 3493; nutFormat = { type = with lib.types; let singleAtom = nullOr (oneOf [ bool int float str ]) // { description = \"atom (null, bool, int, float or string)\"; }; in attrsOf (oneOf [ singleAtom (listOf (nonEmptyListOf singleAtom)) ]); generate = name: value: let normalizedValue = lib.mapAttrs (key: val: if lib.isList val then forEach val (elem: if lib.isList elem then elem else [elem]) else if val == null then [] else [[val]] ) value; mkValueString = concatMapStringsSep \" \" (v: let str = generators.mkValueStringDefault {} v; in # Quote the value if it has spaces and isn't already quoted. if (hasInfix \" \" str) && !(hasPrefix \"\"\" str && hasSuffix \"\"\" str) then \"\"${str}\"\" else str ); in pkgs.writeText name (lib.generators.toKeyValue { mkKeyValue = generators.mkKeyValueDefault { inherit mkValueString; } \" \"; listsAsDuplicateKeys = true; } normalizedValue); }; installSecrets = source: target: secrets: pkgs.writeShellScript \"installSecrets.sh\" '' install -m0600 -D ${source} \"${target}\" ${concatLines (forEach secrets (name: '' ${pkgs.replace-secret}/bin/replace-secret '@${name}@' \"$CREDENTIALS_DIRECTORY/${name}\" \"${target}\" ''))} chmod u-w \"${target}\" ''; upsmonConf = nutFormat.generate \"upsmon.conf\" cfg.upsmon.settings; upsdUsers = pkgs.writeText \"upsd.users\" (let # This looks like INI, but it's not quite because the # 'upsmon' option lacks a '='. See: man upsd.users userConfig = name: user: concatStringsSep \"n \" (concatLists [ [ \"[${name}]\" \"password = \"@upsdusers_password_${name}@\"\" ] (optional (user.upsmon != null) \"upsmon ${user.upsmon}\") (forEach user.actions (action: \"actions = ${action}\")) (forEach user.instcmds (instcmd: \"instcmds = ${instcmd}\")) ]); in concatStringsSep \"nn\" (mapAttrsToList userConfig cfg.users)); let upsOptions = {name, config, ...}: { options = {"} {"_id":"q-en-nixpkgs-3184fa0fbad908d5200a74b1d590d2e0eb2cf1dec302215ef84072b54cb7e953","text":"${stdenv.lib.optionalString (buildAndTestSubdir != null) \"pushd ${buildAndTestSubdir}\"} runHook preCheck echo \"Running cargo test ${argstr} -- ''${checkFlags} ''${checkFlagsArray+''${checkFlagsArray[@]}}\" cargo test ${argstr} -- ''${checkFlags} ''${checkFlagsArray+\"''${checkFlagsArray[@]}\"} cargo test -j $NIX_BUILD_CORES ${argstr} -- --test-threads=$NIX_BUILD_CORES ''${checkFlags} ''${checkFlagsArray+\"''${checkFlagsArray[@]}\"} runHook postCheck ${stdenv.lib.optionalString (buildAndTestSubdir != null) \"popd\"} '');"} {"_id":"q-en-nixpkgs-31c9a8113d33b8381d8f9b025a670b087b8e89e5d2f50ee62e4a30de9e29de4f","text":"### E ### EBTKS = ebtks; # Added 2024-01-21 ec2_ami_tools = ec2-ami-tools; # Added 2021-10-08 ec2_api_tools = ec2-api-tools; # Added 2021-10-08 ec2-utils = amazon-ec2-utils; # Added 2022-02-01"} {"_id":"q-en-nixpkgs-31e4307bd98b2590297b91c8485c9be86d656fa7970e6a9784fb9ac24f0535ab","text":"buildDotnetModule rec { pname = \"ArchiSteamFarm\"; # nixpkgs-update: no auto update version = \"5.5.0.11\"; version = \"5.5.2.3\"; src = fetchFromGitHub { owner = \"JustArchiNET\"; repo = \"ArchiSteamFarm\"; rev = version; hash = \"sha256-VlJiTCdoH6hlVtQgECIlbsQvg3S58B5IIy1zRxh1eOg=\"; hash = \"sha256-8MrVeJ4XVU7WdYv0mbwz64hIGglisb6+vUoicl4/WC0=\"; }; dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;"} {"_id":"q-en-nixpkgs-31fa3e30ddd99bc1359d4cc38d935d275a1678810f4099243388b1081316cb4b","text":"ragnarwm = handleTest ./ragnarwm.nix {}; rasdaemon = handleTest ./rasdaemon.nix {}; readarr = handleTest ./readarr.nix {}; realm = handleTest ./realm.nix {}; redis = handleTest ./redis.nix {}; redlib = handleTest ./redlib.nix {}; redmine = handleTest ./redmine.nix {};"} {"_id":"q-en-nixpkgs-3242c3735108a10932377075668836e0c71e1a13839764458a0f4218e5f54012","text":"ln -s $out/opt/teams/teams $out/bin/ ''; dontAutoPatchelf = true; # Includes runtimeDependencies in the RPATH of the included Node modules # so that dynamic loading works. We cannot use directly runtimeDependencies # here, since the libraries from runtimeDependencies are not propagated # to the dynamically loadable node modules because of a condition in # autoPatchElfHook since *.node modules have Type: DYN (Shared object file) # instead of EXEC or INTERP it expects. # Fixes: https://github.com/NixOS/nixpkgs/issues/85449 postFixup = '' autoPatchelf \"$out\" runtime_rpath=\"${lib.makeLibraryPath runtimeDependencies}\" for mod in $(find \"$out/opt/teams\" -name '*.node'); do mod_rpath=\"$(patchelf --print-rpath \"$mod\")\" echo \"Adding runtime dependencies to RPATH of Node module $mod\" patchelf --set-rpath \"$runtime_rpath:$mod_rpath\" \"$mod\" done; ''; meta = with stdenv.lib; { description = \"Microsoft Teams\"; homepage = \"https://teams.microsoft.com\";"} {"_id":"q-en-nixpkgs-32447fb5900605e9a448e0d87a490a13d6bcd13141d64eaf821be816676abf16","text":"stdenv.mkDerivation (finalAttrs: { pname = \"astro-language-server\"; version = \"2.10.0\"; version = \"2.14.2\"; src = fetchFromGitHub { owner = \"withastro\"; repo = \"language-tools\"; rev = \"@astrojs/language-server@${finalAttrs.version}\"; hash = \"sha256-WdeQQaC9AVHT+/pXLzaC6MZ6ddHsFSpxoDPHqWvqmiQ=\"; hash = \"sha256-4GaLyaRUN9qS2U7eSzASB6fSQY2+fWtgfb54uuHjuh4=\"; }; pnpmDeps = pnpm_8.fetchDeps {"} {"_id":"q-en-nixpkgs-325e0fcc295c9679947b5082436ce3ec815e01763ecd9c12a6f7a80eeedd4eb7","text":"((buildMozillaMach rec { pname = \"floorp\"; packageVersion = \"11.13.3\"; packageVersion = \"11.14.1\"; applicationName = \"Floorp\"; binaryName = \"floorp\"; branding = \"browser/branding/official\";"} {"_id":"q-en-nixpkgs-3266cc6a9918c21cb2677d3257fe326f95195c112525820ebf3edda587f95f23","text":", pam , wrapGAppsHook , writeTextFile , writeShellScriptBin , xkeyboard_config , xorg , runCommand , buildEnv }: let pname = \"gnome-flashback\";"} {"_id":"q-en-nixpkgs-32fd0c0698a24a795336dd45dacbc56535a8f2a145c563aed067b89e3dedd278","text":"sha256 = \"06hci7gzhy8p34ggvx7gah2k9yxpwhgmq1cgw8pcd1r82g4rg6kd\"; }; postPatch = '' substituteInPlace src/VolumeHist/DHistogram.cc --replace \"register \" \"\" ''; nativeBuildInputs = [ cmake makeWrapper ]; buildInputs = [ libminc EBTKS ]; buildInputs = [ libminc ebtks ]; propagatedBuildInputs = with perlPackages; [ perl MNI-Perllib GetoptTabular ]; cmakeFlags = [ \"-DLIBMINC_DIR=${libminc}/lib/cmake\" \"-DEBTKS_DIR=${EBTKS}/lib/\" ]; cmakeFlags = [ \"-DLIBMINC_DIR=${libminc}/lib/cmake\" \"-DEBTKS_DIR=${ebtks}/lib/\" ]; postFixup = '' for p in $out/bin/*; do"} {"_id":"q-en-nixpkgs-334483760e406fc73987700f0913b89f052a157dad03aa885180017a380615fa","text":"wantedBy = [ \"multi-user.target\" ]; wants = concatLists (map (vhostConfig: [\"acme-${vhostConfig.serverName}.service\" \"acme-selfsigned-${vhostConfig.serverName}.service\"]) acmeEnabledVhosts); after = [ \"network.target\" ] ++ map (vhostConfig: \"acme-selfsigned-${vhostConfig.serverName}.service\") acmeEnabledVhosts; # Nginx needs to be started in order to be able to request certificates # (it's hosting the acme challenge after all) # This fixes https://github.com/NixOS/nixpkgs/issues/81842 before = map (vhostConfig: \"acme-${vhostConfig.serverName}.service\") acmeEnabledVhosts; stopIfChanged = false; preStart = '' ${cfg.preStart}"} {"_id":"q-en-nixpkgs-336b1281b29157987bd9044806f8de68a8c84a4f6e72daa3b843e9d3cccfe1de","text":" { stdenv, fetchurl, libpcap, pkgconfig, openssl, lua5_3 { stdenv, fetchurl, fetchpatch, libpcap, pkgconfig, openssl, lua5_3 , graphicalSupport ? false , libX11 ? null , gtk2 ? null"} {"_id":"q-en-nixpkgs-337f04f3a9f242337870804a3518c3a5b5d473bf0503fd4128de034813efe5bf","text":"hash = \"sha256-JHxMEignDJAQ9HIcmFy1tiirUKvPnyZ4Ywc3FC7rkcM=\"; }; patches = lib.optional stdenv.isDarwin ./darwin.patch; patches = [ # remove with 3.5.X ./blender-numpy.patch ] ++ lib.optional stdenv.isDarwin ./darwin.patch; nativeBuildInputs = [ cmake makeWrapper python310Packages.wrapPython llvmPackages.llvm.dev ] ++ lib.optionals cudaSupport [ addOpenGLRunpath ];"} {"_id":"q-en-nixpkgs-33a5428c411400cf35acb573e50c042e78c112ad692c7881495a252c49ec8a7b","text":"(fetchNuGet { pname = \"Microsoft.AspNetCore.App.Ref\"; version = \"3.1.10\"; sha256 = \"0xn4zh7shvijqlr03fqsmps6gz856isd9bg9rk4z2c4599ggal77\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/3.1.10/microsoft.aspnetcore.app.ref.3.1.10.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm64\"; version = \"3.1.32\"; sha256 = \"00ha2sl4gvqv68mbrsizd6ngqy0vv6vamngzjxr338k1w7a276dx\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.linux-arm64/3.1.32/microsoft.aspnetcore.app.runtime.linux-arm64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-x64\"; version = \"3.1.32\"; sha256 = \"0ywz63q8vrdp25ix2j9b7h2jp5grc68hqfl64c6lqk26q9xwhp9r\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.linux-x64/3.1.32/microsoft.aspnetcore.app.runtime.linux-x64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-x64\"; version = \"3.1.32\"; sha256 = \"1crk54a1wvj76s9gnh46pi7wk8ryympm9xh2jq4s4rpp329fqgic\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/3.1.32/microsoft.aspnetcore.app.runtime.osx-x64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.Build.Framework\"; version = \"16.5.0\"; sha256 = \"1xgr02r7s9i6s70n237hss4yi9zicssia3zd2ny6s8vyxb7jpdyb\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/16.5.0/microsoft.build.framework.16.5.0.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.Build.Tasks.Core\"; version = \"16.5.0\"; sha256 = \"08mpdcnjbjpsggfzb3plpmjg1jhx2j4zslm8m2p3icnrpw8swxz4\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.tasks.core/16.5.0/microsoft.build.tasks.core.16.5.0.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.Build.Tasks.Git\"; version = \"1.2.0-beta-22167-02\"; sha256 = \"1zb5vhlc9kzqbw22hg84hakhqms0aa7ghy585229hsf278rfh2sy\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build.tasks.git/1.2.0-beta-22167-02/microsoft.build.tasks.git.1.2.0-beta-22167-02.nupkg\"; })"} {"_id":"q-en-nixpkgs-33f53b87003086dd46ebb1c86f96bbd9e21571f07f1b522c52f32062b415bbd2","text":" diff --git c/gr-utils/modtool/core/newmod.py w/gr-utils/modtool/core/newmod.py index babebfcde..9a02f663e 100644 --- c/gr-utils/modtool/core/newmod.py +++ w/gr-utils/modtool/core/newmod.py @@ -62,7 +62,9 @@ class ModToolNewModule(ModTool): self._setup_scm(mode='new') logger.info(f\"Creating out-of-tree module in {self.dir}...\") try: - shutil.copytree(self.srcdir, self.dir) + # https://stackoverflow.com/a/17022146/4935114 + shutil.copystat = lambda x, y: x + shutil.copytree(self.srcdir, self.dir, copy_function=shutil.copyfile) try: shutil.copyfile(os.path.join(gr.prefix(), 'share', 'gnuradio', 'clang-format.conf'), os.path.join(self.dir, '.clang-format')) "} {"_id":"q-en-nixpkgs-3446473de2dc464f59e6359e3617245700fd2ec7249977f6c5249bc34145a3eb","text":"with python3Packages; buildPythonApplication rec { pname = \"kitty\"; version = \"0.29.2\"; version = \"0.30.0\"; format = \"other\"; src = fetchFromGitHub { owner = \"kovidgoyal\"; repo = \"kitty\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-ureJHG6Jh4bsXqQZnGwY5Hlq7sXxYX3iTajb8ZkpZw8=\"; hash = \"sha256-M6qFkeUp2rBudO2PiLN2VSrmut68c9mjjUr07WEX9VY=\"; }; goModules = (buildGoModule { pname = \"kitty-go-modules\"; inherit src version; vendorHash = \"sha256-jk2EcYVuhV/UQfHAIfpnn8ZIZnwjA/o8YRXmpoC85Vc=\"; vendorHash = \"sha256-53Y2S/P2fWT9STZFTdlkESxHNpoAggifZJ0+WXCzbkU=\"; }).goModules; buildInputs = ["} {"_id":"q-en-nixpkgs-344f77ba4719e70cc975fd66b137a4912fed80b4e3b549a152dfc2d8afd52af0","text":" { lib, buildPythonPackage, fetchPypi, isPy27 , six , backports_ssl_match_hostname }: buildPythonPackage rec { version = \"0.56.0\"; pname = \"websocket_client\"; src = fetchPypi { inherit pname version; sha256 = \"0fpxjyr74klnyis3yf6m54askl0h5dchxcwbfjsq92xng0455m8z\"; }; propagatedBuildInputs = [ six ] ++ lib.optional isPy27 backports_ssl_match_hostname; meta = with lib; { description = \"Websocket client for python\"; homepage = \"https://github.com/websocket-client/websocket-client\"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; } "} {"_id":"q-en-nixpkgs-348e12a8239b373781add54eaec9b91d17ff0b6d0b4a90b0632dcf490cf90741","text":"jsonschema rfc3987 ruamel-yaml libfdt ]; # Module has no tests"} {"_id":"q-en-nixpkgs-34adae8a7d6a2676c78ecb73cf6e5ff8a6af7e3c7bfec55ae8a4712d15ea83a4","text":"startAt = cfg.interval; serviceConfig = { Type = \"oneshot\"; ExecStart = ''${lib.getExe pkgs.inadyn} -f ${configFile} --cache-dir ''${CACHE_DIRECTORY}/inadyn -1 --foreground -l ${cfg.logLevel}''; ExecStart = ''${lib.getExe pkgs.inadyn} -f ${configFile} --cache-dir ''${CACHE_DIRECTORY} -1 --foreground -l ${cfg.logLevel}''; LoadCredential = \"config:${configFile}\"; CacheDirectory = \"inadyn\";"} {"_id":"q-en-nixpkgs-34b8b004a86eb3ed54e4ba59d21223e6499b291866a573b4b2517abca7f6479c","text":"ocamlPackages = ocaml-ng.ocamlPackages_4_01_0; }; monitor = callPackage ../applications/system/monitor { }; monitor = callPackage ../applications/system/monitor { libXNVCtrl = linuxPackages.nvidia_x11.settings.libXNVCtrl; }; moolticute = libsForQt5.callPackage ../applications/misc/moolticute { };"} {"_id":"q-en-nixpkgs-34b8c1ac81b7b116d2981ec72c6364fc2e68754d1c83bc863aeb217c6fd56334","text":"homepage = \"https://github.com/pantsbuild/pex\"; changelog = \"https://github.com/pantsbuild/pex/releases/tag/v${version}\"; license = licenses.asl20; maintainers = with maintainers; [ copumpkin ]; maintainers = with maintainers; [ copumpkin phaer ]; }; }"} {"_id":"q-en-nixpkgs-34defafa5fb2267bb2803a3c8f9da8d4890277e991e382e78e678079c63f03b5","text":" { config, lib, pkgs, ... }: { config, lib, pkgs, ... }: with lib;"} {"_id":"q-en-nixpkgs-34f2d6a887445ca8a829e5e5b4edd96f221d849fe9e19a981649859c8dd4935e","text":"# Splicer will pull out correct variations libDeps = platform: stdenv.lib.optional enableTerminfo [ ncurses ] ++ stdenv.lib.optional (!enableIntegerSimple) gmp ++ stdenv.lib.optional (platform.libc != \"glibc\" && !targetPlatform.isWindows) libiconv ++ stdenv.lib.optional enableDwarf elfutils; ++ stdenv.lib.optional (platform.libc != \"glibc\" && !targetPlatform.isWindows) libiconv; toolsForTarget = [ pkgsBuildTarget.targetPackages.stdenv.cc"} {"_id":"q-en-nixpkgs-352cc7838168dcf763f119564f805dbe37bfba1732a16b2ecb21ef2eccacc3cc","text":", withVoAmrwbenc ? withFullDeps # AMR-WB encoder , withVorbis ? withHeadlessDeps # Vorbis de/encoding, native encoder exists , withVpx ? withHeadlessDeps && stdenv.buildPlatform == stdenv.hostPlatform # VP8 & VP9 de/encoding , withVulkan ? withFullDeps && !stdenv.isDarwin , withVulkan ? withSmallDeps && !stdenv.isDarwin , withWebp ? withFullDeps # WebP encoder , withX264 ? withHeadlessDeps # H.264/AVC encoder , withX265 ? withHeadlessDeps # H.265/HEVC encoder"} {"_id":"q-en-nixpkgs-353be9de429259a442545246f091eaf824d36ae9eca8c13588c18844d5295981","text":"githubId = 10198051; name = \"Drew Risinger\"; }; drperceptron = { email = \"92106371+drperceptron@users.noreply.github.com\"; github = \"drperceptron\"; githubId = 92106371; name = \"Dr Perceptron\"; keys = [{ longkeyid = \"rsa4096/0x95EB6DFF26D1CEB0\"; fingerprint = \"7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0\"; }]; }; drupol = { name = \"Pol Dellaiera\"; email = \"pol.dellaiera@protonmail.com\";"} {"_id":"q-en-nixpkgs-358d2ae88e4008406c1942fda96949eae8c8b411e088e83760a7808b79fb39ce","text":"targetPlatform = localSystem; inherit config; preHook = '' # Make \"strip\" produce deterministic output, by setting # timestamps etc. to a fixed value. commonStripFlags=\"--enable-deterministic-archives\" ${commonPreHook} ''; preHook = commonPreHook; initialPath = ((import ../common-path.nix) {pkgs = prevStage;});"} {"_id":"q-en-nixpkgs-35acfc3129d0cb3e12de79a31330c30c28273934b3a74f3d58c0daf064b1ea7b","text":" Right now changes to the services.nextcloud.config attribute set won't take effect after the first install (except services.nextcloud.config.extraTrustedDomains) since the actual configuration file is generated by the NextCloud installer which also sets up critical parts such as the database structure. All configuration parameters are also stored in /var/lib/nextcloud/config/override.config.php which is generated by the module and linked from the store to ensure that all values from config.php can be modified by the module. However config.php manages the application's state and shouldn't be touched manually because of that. Warning: don't delete config.php! This file Don't delete config.php! This file tracks the application's state and a deletion can cause unwanted side-effects! side-effects! Warning: don't rerun nextcloud-occ Don't rerun nextcloud-occ maintenance:install! This command tries to install the application and can cause unwanted side-effects! The issues are known and reported in #49783, for now it's unfortunately necessary to manually work around these issues. Right now app installation and configuration is done imperatively in the nextcloud web ui or via the nextcloud-occ command line utility. You can activate auto updates for your apps via services.nextcloud.autoUpdateApps. and can cause unwanted side-effects! "} {"_id":"q-en-nixpkgs-35be65c6a065ffb612eeec690de8209aedd486f6b652485a830696158d31c2c6","text":"gtk3 libextractor libgcrypt libsodium libxml2 ]; configureFlags = [ \"--with-gnunet=${gnunet}\" ]; patchPhase = \"patchShebangs pixmaps/icon-theme-installer\"; meta = gnunet.meta // { description = \"GNUnet GTK User Interface\"; homepage = \"https://git.gnunet.org/gnunet-gtk.git\"; # configure: error: compiling gnunet-gtk requires GNUnet core headers broken = true; }; }"} {"_id":"q-en-nixpkgs-35c7734ecfd7fda8778868658580e0bf9d1b1d308adf85f845eb592914dd53f0","text":"'' maxstartdelay = ${toString cfg.maxStartDelay} ${flip concatStringsSep (forEach (attrValues cfg.ups) (ups: ups.summary)) \" \"} ${concatStringsSep \"nn\" (forEach (attrValues cfg.ups) (ups: ups.summary))} ''; \"nut/upsd.conf\".source = pkgs.writeText \"upsd.conf\" '' ${concatStringsSep \"n\" (forEach cfg.upsd.listen (listen: \"LISTEN ${listen.address} ${toString listen.port}\"))} ${cfg.upsd.extraConfig} ''; \"nut/upssched.conf\".source = cfg.schedulerRules; # These file are containing private information and thus should not # be stored inside the Nix store. /* \"nut/upsd.conf\".source = \"\"; \"nut/upsd.users\".source = \"\"; \"nut/upsmon.conf\".source = \"\"; */ \"nut/upsd.users\".source = \"/run/nut/upsd.users\"; \"nut/upsmon.conf\".source = \"/run/nut/upsmon.conf\"; }; power.ups.schedulerRules = mkDefault \"${pkgs.nut}/etc/upssched.conf.sample\"; systemd.tmpfiles.rules = [ \"d /var/state/ups -\" \"d /var/lib/nut 700\" ];"} {"_id":"q-en-nixpkgs-35c785428bae7aa11520d7a604e093b56c3f65aa8ec97dca611c0bb3e63b72ef","text":"fingerprint = \"D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4\"; }]; }; geri1701 = { email = \"geri@sdf.org\"; github = \"geri1701\"; githubId = 67984144; name = \"Gerhard Schwanzer\"; }; gerschtli = { email = \"tobias.happ@gmx.de\"; github = \"Gerschtli\";"} {"_id":"q-en-nixpkgs-362b1a339849d1159dfd6708e0632ad059f084856cd570af3f86ebaad1ca4644","text":", gtk3 , gsettings-desktop-schemas , p7zip , autoPatchelfHook , libXxf86vm , unzip }:"} {"_id":"q-en-nixpkgs-36418986c576c0b19574e09b8875f9ff0e9ec9317148299353104177024206a0","text":"-e \"s,buniqb,${coreutils}/bin/uniq,\" -e \"s,bcolumnb,${util-linux}/bin/column,\" -e \"s,bfzf-tmuxb,${fzf}/bin/fzf-tmux,\" -e \"/display-message/!s,bgitb,${git}/bin/git,g\" -e \"s,bgrepb,${gnugrep}/bin/grep,\" -e \"s,bsedb,${gnused}/bin/sed,\" -e \"/fzf-tmux/!s,btmuxb,${tmux}/bin/tmux,\" -e \"s,bxargsb,${findutils}/bin/xargs,\" -e \"s,bxdg-openb,${xdg-utils}/bin/xdg-open,\" -e \"/display-message|fzf-git-$o-widget|burl=|$remote_url =~ /!s,bgitb,${git}/bin/git,g\" -e \"s,__fzf_git=.*BASH_SOURCE.*,__fzf_git=$out/share/${pname}/fzf-git.sh,\" -e \"/__fzf_git=.*readlink.*/d\" fzf-git.sh"} {"_id":"q-en-nixpkgs-36f4e2c15093e256081e5524ebb3981e82096d2e468e0fc882a67fcd089c361d","text":"'') cfg.listenAddresses} Listen /var/run/cups/cups.sock SetEnv PATH ${bindir}/lib/cups/filter:${bindir}/bin SetEnv PATH /var/lib/cups/path/lib/cups/filter:/var/lib/cups/path/bin DefaultShared ${if cfg.defaultShared then \"Yes\" else \"No\"}"} {"_id":"q-en-nixpkgs-374bd339ca6d2b3cf3b4bec2e1b2f835ff28cf5b8e64ece2ef184a5ffc21e4b0","text":"services.nbd.server = { enable = true; exports = { aaa = { path = \"/aaa.disk\"; }; vault-pub = { path = \"/vault-pub.disk\"; };"} {"_id":"q-en-nixpkgs-374c62b8a78f0b72d5bf6d0a33442098c0f15aac57eee806306d4c1cf498758f","text":" let generateNodeConf = { lib, pkgs, config, privkpath, pubk, peerId, nodeId, ...}: { imports = [ common/user-account.nix ]; systemd.services.systemd-networkd.environment.SYSTEMD_LOG_LEVEL = \"debug\"; networking.useNetworkd = true; networking.firewall.enable = false; virtualisation.vlans = [ 1 ]; environment.systemPackages = with pkgs; [ wireguard-tools ]; boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ]; systemd.network = { enable = true; netdevs = { \"90-wg0\" = { netdevConfig = { Kind = \"wireguard\"; Name = \"wg0\"; }; wireguardConfig = { PrivateKeyFile = privkpath ; ListenPort = 51820; FwMark = 42; }; wireguardPeers = [ {wireguardPeerConfig={ Endpoint = \"192.168.1.${peerId}:51820\"; PublicKey = pubk; PresharedKeyFile = pkgs.writeText \"psk.key\" \"yTL3sCOL33Wzi6yCnf9uZQl/Z8laSE+zwpqOHC4HhFU=\"; AllowedIPs = [ \"10.0.0.${peerId}/32\" ]; PersistentKeepalive = 15; };}]; }; }; networks = { \"99-nope\" = { matchConfig.Name = \"eth*\"; linkConfig.Unmanaged = true; }; \"90-wg0\" = { matchConfig = { Name = \"wg0\"; }; address = [ \"10.0.0.${nodeId}/32\" ]; routes = [ { routeConfig = { Gateway = \"10.0.0.${nodeId}\"; Destination = \"10.0.0.0/24\"; }; } ]; }; \"90-eth1\" = { matchConfig = { Name = \"eth1\"; }; address = [ \"192.168.1.${nodeId}/24\" ]; }; }; }; }; in import ./make-test.nix ({pkgs, ... }: { name = \"networkd-wireguard\"; meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ ninjatrappeur ]; }; nodes = { node1 = { pkgs, ... }@attrs: let localConf = { privkpath = pkgs.writeText \"priv.key\" \"GDiXWlMQKb379XthwX0haAbK6hTdjblllpjGX0heP00=\"; pubk = \"iRxpqj42nnY0Qz8MAQbSm7bXxXP5hkPqWYIULmvW+EE=\"; nodeId = \"1\"; peerId = \"2\"; }; in generateNodeConf (attrs // localConf); node2 = { pkgs, ... }@attrs: let localConf = { privkpath = pkgs.writeText \"priv.key\" \"eHxSI2jwX/P4AOI0r8YppPw0+4NZnjOxfbS5mt06K2k=\"; pubk = \"27s0OvaBBdHoJYkH9osZpjpgSOVNw+RaKfboT/Sfq0g=\"; nodeId = \"2\"; peerId = \"1\"; }; in generateNodeConf (attrs // localConf); }; testScript = '' startAll; $node1->waitForUnit('systemd-networkd-wait-online.service'); $node2->waitForUnit('systemd-networkd-wait-online.service'); $node1->succeed('ping -c 5 10.0.0.2'); $node2->succeed('ping -c 5 10.0.0.1'); # Is the fwmark set? $node2->succeed('wg | grep -q 42'); ''; }) "} {"_id":"q-en-nixpkgs-376dde619424ec4904fa8a606a2942255ca5fbf1bcdf16a5b6121ee4e26dc92e","text":"\"-DOCIO_INSTALL_EXT_PACKAGES=NONE\" # GPU test fails with: freeglut (GPU tests): failed to open display '' \"-DOCIO_BUILD_GPU_TESTS=OFF\" \"-Dminizip-ng_INCLUDE_DIR=${minizip-ng}/include\" ] ++ lib.optional (!pythonBindings) \"-DOCIO_BUILD_PYTHON=OFF\" ++ lib.optional (!buildApps) \"-DOCIO_BUILD_APPS=OFF\";"} {"_id":"q-en-nixpkgs-3774d43341ff815414b7c55556c8f7293f056f083576c2069471834543cf473e","text":" #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=../../../ -i bash -p wget yarn2nix-moretea.yarn2nix # This script is based upon: # pkgs/applications/networking/instant-messengers/riot/update-riot-desktop.sh set -euo pipefail if [ \"$#\" -ne 1 ] || [[ \"$1\" == -* ]]; then echo \"Regenerates the Yarn dependency lock files for the gotify-server package.\" echo \"Usage: $0 \" exit 1 fi GOTIFY_WEB_SRC=\"https://raw.githubusercontent.com/gotify/server/$1\" wget \"$GOTIFY_WEB_SRC/ui/package.json\" -O package.json wget \"$GOTIFY_WEB_SRC/ui/yarn.lock\" -O yarn.lock yarn2nix --lockfile=yarn.lock > yarndeps.nix rm yarn.lock "} {"_id":"q-en-nixpkgs-37af050a9ca321a856a855bde7833aa7eca70eb4ab64c83f57e0f04656efc361","text":" --- a/whipper/program/cdparanoia.py +++ b/whipper/program/cdparanoia.py @@ -280,10 +280,10 @@ bufsize = 1024 if self._overread: - argv = [\"cd-paranoia\", \"--stderr-progress\", + argv = [\"@cdparanoia@/bin/cdparanoia\", \"--stderr-progress\", \"--sample-offset=%d\" % self._offset, \"--force-overread\", ] else: - argv = [\"cd-paranoia\", \"--stderr-progress\", + argv = [\"@cdparanoia@/bin/cdparanoia\", \"--stderr-progress\", \"--sample-offset=%d\" % self._offset, ] if self._device: argv.extend([\"--force-cdrom-device\", self._device, ]) @@ -560,7 +560,7 @@ def getCdParanoiaVersion(): getter = common.VersionGetter('cd-paranoia', - [\"cd-paranoia\", \"-V\"], + [\"@cdparanoia@/bin/cdparanoia\", \"-V\"], _VERSION_RE, \"%(version)s %(release)s\") @@ -585,7 +585,7 @@ def __init__(self, device=None): # cdparanoia -A *always* writes cdparanoia.log self.cwd = tempfile.mkdtemp(suffix='.whipper.cache') - self.command = ['cd-paranoia', '-A'] + self.command = ['@cdparanoia@/bin/cdparanoia', '-A'] if device: self.command += ['-d', device] "} {"_id":"q-en-nixpkgs-37cb59aabed62de79dc09ff25775f6896d242bd8344ccaf37ba8e85bc7416aae","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"aho-corasick\" version = \"0.7.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac\" dependencies = [ \"memchr\", ] [[package]] name = \"anstream\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371\" dependencies = [ \"anstyle\", \"anstyle-parse\", \"anstyle-query\", \"anstyle-wincon\", \"colorchoice\", \"is-terminal\", \"utf8parse\", ] [[package]] name = \"anstyle\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d\" [[package]] name = \"anstyle-parse\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee\" dependencies = [ \"utf8parse\", ] [[package]] name = \"anstyle-query\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b\" dependencies = [ \"windows-sys 0.48.0\", ] [[package]] name = \"anstyle-wincon\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd\" dependencies = [ \"anstyle\", \"windows-sys 0.48.0\", ] [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b\" [[package]] name = \"arrayvec\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\" [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"base64\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bstr\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223\" dependencies = [ \"lazy_static\", \"memchr\", \"regex-automata\", ] [[package]] name = \"bstr\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09\" dependencies = [ \"memchr\", \"serde\", ] [[package]] name = \"bytemuck\" version = \"1.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea\" [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"clap\" version = \"4.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a\" dependencies = [ \"clap_builder\", \"clap_derive\", \"once_cell\", ] [[package]] name = \"clap_builder\" version = \"4.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6\" dependencies = [ \"anstream\", \"anstyle\", \"bitflags\", \"clap_lex\", \"strsim\", ] [[package]] name = \"clap_derive\" version = \"4.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4\" dependencies = [ \"heck\", \"proc-macro2\", \"quote\", \"syn 2.0.15\", ] [[package]] name = \"clap_lex\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1\" [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"colorchoice\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7\" [[package]] name = \"comemo\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70b396e6f0a1a7d2c1d588fd8a255a8c30a8edeef65bc96b4afb3fdb8a8bf281\" dependencies = [ \"comemo-macros\", \"siphasher\", ] [[package]] name = \"comemo-macros\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"421c3e125e48959f3b6a18c0d266f3c228f6e28464c73cc44cff24e808fcda2d\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"console\" version = \"0.15.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60\" dependencies = [ \"encode_unicode\", \"lazy_static\", \"libc\", \"windows-sys 0.42.0\", ] [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if\", ] [[package]] name = \"data-url\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193\" dependencies = [ \"matches\", ] [[package]] name = \"ecow\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e60e2840fbfc397c7972b11a6e6bd99a0248921cc1e31f293c5f6c5ac24831da\" [[package]] name = \"either\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91\" [[package]] name = \"encode_unicode\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f\" [[package]] name = \"env_logger\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0\" dependencies = [ \"humantime\", \"is-terminal\", \"log\", \"regex\", \"termcolor\", ] [[package]] name = \"errno\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a\" dependencies = [ \"errno-dragonfly\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"fdeflate\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"flate2\" version = \"1.0.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841\" dependencies = [ \"crc32fast\", \"miniz_oxide 0.6.2\", ] [[package]] name = \"float-cmp\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4\" [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"gif\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gif\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"globmatch\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0e82f77d5e36ce0c3941a39a6d8fff8ed9553ae13586b31640d6885f7376097\" dependencies = [ \"globset\", \"log\", \"walkdir\", ] [[package]] name = \"globset\" version = \"0.4.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc\" dependencies = [ \"aho-corasick\", \"bstr 1.4.0\", \"fnv\", \"log\", \"regex\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286\" [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"if_chain\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed\" [[package]] name = \"image\" version = \"0.24.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"gif 0.12.0\", \"jpeg-decoder 0.3.0\", \"num-rational\", \"num-traits\", \"png\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220\" dependencies = [ \"hermit-abi\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"is-terminal\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f\" dependencies = [ \"hermit-abi\", \"io-lifetimes\", \"rustix\", \"windows-sys 0.48.0\", ] [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6\" [[package]] name = \"jpeg-decoder\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b\" [[package]] name = \"jpeg-decoder\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e\" [[package]] name = \"kurbo\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449\" dependencies = [ \"arrayvec 0.7.2\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"libc\" version = \"0.2.141\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5\" [[package]] name = \"linux-raw-sys\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f\" [[package]] name = \"log\" version = \"0.4.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e\" dependencies = [ \"cfg-if\", ] [[package]] name = \"matches\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5\" [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"miniz_oxide\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34\" dependencies = [ \"adler\", ] [[package]] name = \"miniz_oxide\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa\" dependencies = [ \"adler\", ] [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", ] [[package]] name = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"pdf-writer\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"249f9b33a3192626f2cd9f4b0cd66c1ec32d65968d58cf4d8239977feddddead\" dependencies = [ \"bitflags\", \"itoa\", \"ryu\", ] [[package]] name = \"pico-args\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468\" [[package]] name = \"pixglyph\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9eefadd393715fe315c8cdcd587f893b818a6dfe4f6f9faeb44b764c7c38fd8b\" dependencies = [ \"ttf-parser 0.18.1\", ] [[package]] name = \"png\" version = \"0.17.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa\" dependencies = [ \"bitflags\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide 0.7.1\", ] [[package]] name = \"proc-macro2\" version = \"1.0.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"quote\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rctree\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ae028b272a6e99d9f8260ceefa3caa09300a8d6c8d2b2001316474bc52122e9\" [[package]] name = \"regex\" version = \"1.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"resvg\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e702d1e8e00a3a0717b96244cba840f34f542d8f23097c8903266c4e2975658\" dependencies = [ \"gif 0.11.4\", \"jpeg-decoder 0.2.6\", \"log\", \"pico-args\", \"png\", \"rgb\", \"svgtypes\", \"tiny-skia\", \"usvg\", ] [[package]] name = \"rgb\" version = \"0.8.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59\" dependencies = [ \"bytemuck\", ] [[package]] name = \"roxmltree\" version = \"0.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b\" dependencies = [ \"xmlparser\", ] [[package]] name = \"rustix\" version = \"0.37.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77\" dependencies = [ \"bitflags\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.48.0\", ] [[package]] name = \"rustybuzz\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a617c811f5c9a7060fe511d35d13bf5b9f0463ce36d63ce666d05779df2b4eba\" dependencies = [ \"bitflags\", \"bytemuck\", \"smallvec\", \"ttf-parser 0.15.2\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-general-category\", \"unicode-script\", ] [[package]] name = \"ryu\" version = \"1.0.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041\" [[package]] name = \"safe_arch\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05\" dependencies = [ \"bytemuck\", ] [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"serde\" version = \"1.0.160\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.160\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.15\", ] [[package]] name = \"serde_spanned\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4\" dependencies = [ \"serde\", ] [[package]] name = \"simd-adler32\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f\" [[package]] name = \"similar\" version = \"2.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf\" dependencies = [ \"bstr 0.2.17\", \"unicode-segmentation\", ] [[package]] name = \"similar-asserts\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18\" dependencies = [ \"console\", \"similar\", ] [[package]] name = \"simplecss\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d\" dependencies = [ \"log\", ] [[package]] name = \"siphasher\" version = \"0.3.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de\" [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"subsetter\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9\" [[package]] name = \"svg2pdf\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd5736713f3850a24060c3cdd7ac9efdc0c5138779386c6c8975b46d54d2d3d5\" dependencies = [ \"image\", \"miniz_oxide 0.5.4\", \"pdf-writer\", \"usvg\", ] [[package]] name = \"svgtypes\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22975e8a2bac6a76bb54f898a6b18764633b00e780330f0b689f65afb3975564\" dependencies = [ \"siphasher\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"termcolor\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6\" dependencies = [ \"winapi-util\", ] [[package]] name = \"thin-vec\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8\" [[package]] name = \"tiny-skia\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d049bfef0eaa2521e75d9ffb5ce86ad54480932ae19b85f78bec6f52c4d30d78\" dependencies = [ \"arrayref\", \"arrayvec 0.5.2\", \"bytemuck\", \"cfg-if\", \"png\", \"safe_arch\", ] [[package]] name = \"toml\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit\", ] [[package]] name = \"toml_datetime\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13\" dependencies = [ \"indexmap\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"ttf-parser\" version = \"0.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd\" [[package]] name = \"ttf-parser\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633\" [[package]] name = \"typst\" version = \"0.2.0\" source = \"git+https://github.com/typst/typst.git#1e948f7fa29395cfc2bd704bfdbe6019229ba500\" dependencies = [ \"bitflags\", \"bytemuck\", \"comemo\", \"ecow\", \"flate2\", \"if_chain\", \"image\", \"indexmap\", \"log\", \"miniz_oxide 0.5.4\", \"once_cell\", \"pdf-writer\", \"pixglyph\", \"regex\", \"resvg\", \"roxmltree\", \"rustybuzz\", \"serde\", \"siphasher\", \"subsetter\", \"svg2pdf\", \"thin-vec\", \"tiny-skia\", \"ttf-parser 0.18.1\", \"typst-macros\", \"unicode-math-class\", \"unicode-segmentation\", \"unicode-xid\", \"unscanny\", \"usvg\", \"xmp-writer\", ] [[package]] name = \"typst-fmt\" version = \"0.1.0\" dependencies = [ \"clap\", \"env_logger\", \"globmatch\", \"itertools\", \"log\", \"regex\", \"similar-asserts\", \"toml\", \"typst\", ] [[package]] name = \"typst-macros\" version = \"0.2.0\" source = \"git+https://github.com/typst/typst.git#1e948f7fa29395cfc2bd704bfdbe6019229ba500\" dependencies = [ \"heck\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"unscanny\", ] [[package]] name = \"unicode-bidi-mirroring\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694\" [[package]] name = \"unicode-ccc\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1\" [[package]] name = \"unicode-general-category\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07547e3ee45e28326cc23faac56d44f58f16ab23e413db526debce3b0bfd2742\" [[package]] name = \"unicode-ident\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4\" [[package]] name = \"unicode-math-class\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d246cf599d5fae3c8d56e04b20eb519adb89a8af8d0b0fbcded369aa3647d65\" [[package]] name = \"unicode-script\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc\" [[package]] name = \"unicode-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"unscanny\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47\" [[package]] name = \"usvg\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a261d60a7215fa339482047cc3dafd4e22e2bf34396aaebef2b707355bbb39c0\" dependencies = [ \"base64\", \"data-url\", \"flate2\", \"float-cmp\", \"kurbo\", \"log\", \"pico-args\", \"rctree\", \"roxmltree\", \"simplecss\", \"siphasher\", \"svgtypes\", ] [[package]] name = \"utf8parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a\" [[package]] name = \"walkdir\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-targets\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5\" dependencies = [ \"windows_aarch64_gnullvm 0.48.0\", \"windows_aarch64_msvc 0.48.0\", \"windows_i686_gnu 0.48.0\", \"windows_i686_msvc 0.48.0\", \"windows_x86_64_gnu 0.48.0\", \"windows_x86_64_gnullvm 0.48.0\", \"windows_x86_64_msvc 0.48.0\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a\" [[package]] name = \"winnow\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28\" dependencies = [ \"memchr\", ] [[package]] name = \"xmlparser\" version = \"0.13.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd\" [[package]] name = \"xmp-writer\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fd742bbbb930fc972b28bf66b7546dfbc7bb9a4c7924299df0ae6a5641fcadf\" "} {"_id":"q-en-nixpkgs-38036a4cad4f3dd04fe74a6c3a3af2d6fe2cdeeced489fc37c5d17c9db18d63a","text":"version = \"13.3.1.22\"; src = fetchurl { url = \"https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb\"; # Official link: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb url = \"http://web.archive.org/web/20210602004133/https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb\"; sha256 = \"0rs26x0lycavybn6k1hbb5kzms0zzcmxlrmi4g8k7vyafj6s8dqh\"; };"} {"_id":"q-en-nixpkgs-38510dd0822d67e083f097b0a33f6eb93fd8b3d343e8d941159cd5ae39fdf206","text":"python3.pkgs.buildPythonApplication rec { pname = \"pdm\"; version = \"2.18.2\"; version = \"2.19.1\"; pyproject = true; disabled = python3.pkgs.pythonOlder \"3.8\";"} {"_id":"q-en-nixpkgs-3860bddd568a5e96bde13dd4850d3ff4b883cd4b4904a6fc174ad72001196cec","text":" { mkDerivation, fetchurl, lib { mkDerivation, fetchurl, lib, makeWrapper , extra-cmake-modules, kdoctools, wrapGAppsHook, wrapQtAppsHook , kconfig, kcrash, kinit, kpmcore , eject, libatasmart , util-linux, qtbase , cryptsetup, lvm2, mdadm, smartmontools, systemdMinimal, util-linux , btrfs-progs, dosfstools, e2fsprogs, exfat, f2fs-tools, fatresize, hfsprogs , jfsutils, nilfs-utils, ntfs3g, reiser4progs, reiserfsprogs, udftools, xfsprogs, zfs }: let pname = \"partitionmanager\"; # External programs are resolved by `partition-manager` and then # invoked by `kpmcore_externalcommand` from `kpmcore` as root. # So these packages should be in PATH of `partition-manager`. # https://github.com/KDE/kpmcore/blob/06f15334ecfbe871730a90dbe2b694ba060ee998/src/util/externalcommand_whitelist.h runtimeDeps = lib.makeBinPath [ cryptsetup lvm2 mdadm smartmontools systemdMinimal util-linux btrfs-progs dosfstools e2fsprogs exfat f2fs-tools fatresize hfsprogs jfsutils nilfs-utils ntfs3g reiser4progs reiserfsprogs udftools xfsprogs zfs # FIXME: Missing command: tune.exfat hfsck hformat fsck.nilfs2 {fsck,mkfs,debugfs,tunefs}.ocfs2 ]; in mkDerivation rec { name = \"${pname}-${version}\"; version = \"3.3.1\"; pname = \"partitionmanager\"; # NOTE: When changing this version, also change the version of `kpmcore`. version = \"4.2.0\"; src = fetchurl { url = \"mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz\"; sha256 = \"0jhggb4xksb0k0mj752n6pz0xmccnbzlp984xydqbz3hkigra1si\"; url = \"mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz\"; hash = \"sha256-6Qlt1c47Eek6TkWWBzTyBZYJ1jfhtwsC9X5q5h6IhPg=\"; }; nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook wrapQtAppsHook ]; nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook wrapQtAppsHook makeWrapper ]; # refer to kpmcore for the use of eject buildInputs = [ eject libatasmart util-linux ]; propagatedBuildInputs = [ kconfig kcrash kinit kpmcore ]; postFixup = '' wrapProgram $out/bin/partitionmanager --prefix PATH : \"${runtimeDeps}\" ''; meta = with lib; { description = \"KDE Partition Manager\"; license = licenses.gpl2; license = with licenses; [ cc-by-40 cc0 gpl3Plus lgpl3Plus mit ]; homepage = \"https://www.kde.org/applications/system/kdepartitionmanager/\"; maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg oxalica ]; }; }"} {"_id":"q-en-nixpkgs-3864b2967d30820bfa2acdb2eb4731632ba177335fccbe5a4eab6e227a5e461b","text":"{ lib , stdenv , fetchFromGitHub , buildPythonPackage , python"} {"_id":"q-en-nixpkgs-3871cd3404a6bc9eba0d4b6f846106b2981fd9f78fe5b546ef6c2499a95705f5","text":"# updated by the update script # this is always the commit that should be used with asf-ui from the latest asf version rev = version; hash = \"sha256-dTSYlswMWWRafieWqNDIi3qCBvNAkcmZWKhQgJiv2Ts=\"; hash = \"sha256-NISUhxClFAzLQp4o9AzMzasPV9+aBAyDd1tuNT7HJw4=\"; }; npmDepsHash = \"sha256-0zzP1z3VO9Y4gBWJ+T7oHhKE/H2dzMUMg71BKupVcH4=\"; npmDepsHash = \"sha256-kI7kgSw0xs8Hsa/5lhLteDo8TgwyxIxKE1QK92D1Qio=\"; installPhase = '' runHook preInstall"} {"_id":"q-en-nixpkgs-387b6212f882f22ab0f6712af30cd5d17b053322febcd1ffca8d4ed928992be8","text":" { lib, stdenv, fetchFromGitHub, cmake, ninja, SDL2, zmusic, libvpx, pkg-config, makeWrapper, bzip2, gtk3, fluidsynth, openal, libGL, vulkan-loader, }: stdenv.mkDerivation (finalAttrs: { pname = \"raze\"; version = \"1.10.2\"; src = fetchFromGitHub { owner = \"ZDoom\"; repo = \"Raze\"; rev = finalAttrs.version; hash = \"sha256-R3Sm/cibg+D2QPS4UisRp91xvz3Ine2BUR8jF5Rbj1g=\"; leaveDotGit = true; postFetch = '' cd $out git rev-parse HEAD > COMMIT rm -rf .git ''; }; nativeBuildInputs = [ cmake ninja pkg-config makeWrapper ]; buildInputs = [ SDL2 zmusic libvpx bzip2 gtk3 fluidsynth openal libGL vulkan-loader ]; cmakeFlags = [ (lib.cmakeFeature \"CMAKE_BUILD_TYPE\" \"Release\") (lib.cmakeBool \"DYN_GTK\" false) (lib.cmakeBool \"DYN_OPENAL\" false) ]; postPatch = '' substituteInPlace tools/updaterevision/gitinfo.h.in --replace-fail \"@Tag@\" \"${finalAttrs.version}\" --replace-fail \"@Hash@\" \"$(cat COMMIT)\" --replace-fail \"@Timestamp@\" \"1970-01-01 00:00:01 +0000\" ''; postInstall = '' mv $out/bin/raze $out/share/raze makeWrapper $out/share/raze/raze $out/bin/raze install -Dm644 ../source/platform/posix/org.zdoom.Raze.256.png $out/share/pixmaps/org.zdoom.Raze.png install -Dm644 ../source/platform/posix/org.zdoom.Raze.desktop $out/share/applications/org.zdoom.Raze.desktop install -Dm644 ../soundfont/raze.sf2 $out/share/raze/soundfonts/raze.sf2 ''; meta = { description = \"Build engine port backed by GZDoom tech\"; longDescription = '' Raze is a fork of Build engine games backed by GZDoom tech and combines Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave in a single package. It is also capable of playing Nam and WW2 GI. ''; homepage = \"https://github.com/ZDoom/Raze\"; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ qubitnano ]; mainProgram = \"raze\"; platforms = [ \"x86_64-linux\" ]; }; }) "} {"_id":"q-en-nixpkgs-38b67c61cb5b899fa9e369937f7fcea1f883458d27d1de6fcf4c313aafa3d08c","text":"buildInputs = [ alsa-lib bluez dbus fdk_aac ffmpeg glib gst_all_1.gst-plugins-base gst_all_1.gstreamer libcamera libjack2 libfreeaptx liblc3 libmysofa libopus libpulseaudio libusb1 libselinux libsndfile lilv modemmanager ncurses readline ] ++ (if enableSystemd then [ systemd ] else [ udev ]) sbc systemd ] ++ (if lib.meta.availableOn stdenv.hostPlatform webrtc-audio-processing_1 then [ webrtc-audio-processing_1 ] else [ webrtc-audio-processing ]) ++ lib.optionals gstreamerSupport [ gst_all_1.gst-plugins-base gst_all_1.gstreamer ] ++ lib.optionals libcameraSupport [ libcamera ] ++ lib.optional ffmpegSupport ffmpeg ++ lib.optionals bluezSupport [ bluez libfreeaptx liblc3 sbc fdk_aac libopus ] ++ lib.optional ldacbtSupport ldacbt ++ lib.optional nativeModemManagerSupport modemmanager ++ lib.optional opusSupport libopus ++ lib.optional pulseTunnelSupport libpulseaudio ++ lib.optional (lib.meta.availableOn stdenv.hostPlatform ldacbt) ldacbt ++ lib.optional zeroconfSupport avahi ++ lib.optional raopSupport openssl ++ lib.optional rocSupport roc-toolkit ++ lib.optionals vulkanSupport [ libdrm vulkan-headers vulkan-loader ] ++ lib.optionals x11Support [ libcanberra xorg.libX11 xorg.libXfixes ] ++ lib.optional mysofaSupport libmysofa ++ lib.optional ffadoSupport ffado; # Valgrind binary is required for running one optional test. nativeCheckInputs = lib.optional withValgrind valgrind; nativeCheckInputs = lib.optional (lib.meta.availableOn stdenv.hostPlatform valgrind) valgrind; mesonFlags = [ (lib.mesonEnable \"docs\" true)"} {"_id":"q-en-nixpkgs-38cff630a2342f6eb2e00815509b8e13f293a94df7d601a0a27041d356ca62a3","text":" diff --git a/tool/tsh/tsh.go b/tool/tsh/tsh.go index 57379c40f..cb4d7b84c 100644 --- a/tool/tsh/tsh.go +++ b/tool/tsh/tsh.go @@ -514,10 +514,11 @@ func Run(args []string, opts ...cliOption) error { } } -\tcf.executablePath, err = os.Executable() +\ttempBinaryPath, err := os.Executable() if err != nil { return trace.Wrap(err) } +\tcf.executablePath = path.Dir(tempBinaryPath) + \"/tsh\" if err := client.ValidateAgentKeyOption(cf.AddKeysToAgent); err != nil { return trace.Wrap(err) "} {"_id":"q-en-nixpkgs-3908e859ad022470027e5164b2b13c6df0d26510ec3119f6849dee4a679d1cc2","text":"src = fetchurl { url = \"https://download.electrum.org/${version}/Electrum-${version}.tar.gz\"; sha256 = \"sha256-SHV+fCDhfgIh7s8L7eDbKj8bkHSVm7J2PPQ4CQpp6cI=\"; sha256 = \"sha256-a0In9PARV3xSJCXggKicgmBBWjiUxGF/LbP4jLZTvxc=\"; }; postUnpack = ''"} {"_id":"q-en-nixpkgs-39199789a0b33f18315a1086853755ab1ab385be1d8b0de8c231623b7c535270","text":"AC_SUBST(py2overridesdir) fi fi @@ -462,7 +462,7 @@ @@ -502,7 +502,7 @@ if test x\"$enable_python_library\" = x\"yes\"; then PYTHON2_VERSION=`$PYTHON2 -c \"import sys; sys.stdout.write(sys.version[[:3]])\"` PYTHON2_LIBDIR=\"$PYTHON2_PREFIX/lib/python$PYTHON2_VERSION\" python2dir=\"$PYTHON2_LIBDIR/site-packages\""} {"_id":"q-en-nixpkgs-397790d9bf0fb16178f046148d848c502708564acd44638514059e8815b6a003","text":"Group = cfg.group; StateDirectory = \"\"; ReadWritePaths = optionals (!cfg.autoMount) [ \"\" cfg.dataDir ]; # Make sure the socket units are started before ipfs.service Sockets = [ \"ipfs-gateway.socket\" \"ipfs-api.socket\" ]; } // optionalAttrs (cfg.serviceFdlimit != null) { LimitNOFILE = cfg.serviceFdlimit; }; } // optionalAttrs (!cfg.startWhenNeeded) { wantedBy = [ \"default.target\" ];"} {"_id":"q-en-nixpkgs-39cbf701ff9ec24ae31d68f41243d43037ef2f68ba2d8efb402e87631f0207c2","text":"###### implementation config = mkIf config.services.gnome.tracker.enable { config = mkIf cfg.enable { environment.systemPackages = [ pkgs.tracker ];"} {"_id":"q-en-nixpkgs-39f1abc8aa2555fec8a57a2b4717a706f83503ba654d719dc2dfe3e479f36a0d","text":"}) ]; nativeBuildInputs = [ libtool ]; nativeBuildInputs = [ libtool libtommath ]; postPatch = '' substituteInPlace makefile.shared --replace \"LT:=glibtool\" \"LT:=libtool\" ''; preBuild = '' makeFlagsArray=(PREFIX=$out makeFlagsArray+=(PREFIX=$out CFLAGS=\"-DUSE_LTM -DLTM_DESC -DLTC_PTHREAD\" EXTRALIBS=\"-ltommath\" INSTALL_GROUP=$(id -g) INSTALL_USER=$(id -u)) '';"} {"_id":"q-en-nixpkgs-39faffab67e851391887203f31b40c61afe14a831aa20fae9cc9382849886f06","text":"plasma-integration polkit-kde-agent qqc2-breeze-style qqc2-desktop-style plasma-desktop plasma-workspace plasma-workspace-wallpapers"} {"_id":"q-en-nixpkgs-3a2f7bd5b3e70cd2c08ad702bd37fbdf81207f0afa395b5f6f9663eebf14e5b9","text":"return check_connection_key_bits(node, domain, bits, retries - 1) def check_stapling(node, domain, retries=3): assert retries >= 0 # Pebble doesn't provide a full OCSP responder, so just check the URL result = node.succeed( \"openssl s_client -CAfile /tmp/ca.crt\" f\" -servername {domain} -connect {domain}:443 < /dev/null\" \" | openssl x509 -noout -ocsp_uri\" ) print(\"OCSP Responder URL:\", result) if \"${caDomain}:4002\" not in result.lower(): time.sleep(1) return check_stapling(node, domain, retries - 1) client.start() dnsserver.start()"} {"_id":"q-en-nixpkgs-3a48893be5ec6accd147680a6b75f9f92590e672844f514dae2aab5dab4d2481","text":"outputs = [ \"out\" \"symbols\" ]; ] ++ lib.optionals crashreporterSupport [ \"symbols\" ]; # Add another configure-build-profiling run before the final configure phase if we build with pgo preConfigurePhases = lib.optionals pgoSupport ["} {"_id":"q-en-nixpkgs-3a547092d7d13604882509da6dd85f22b9d5438797d47b5148a364f4056b52b6","text":"rm test/DebugInfo/X86/convert-inlined.ll rm test/DebugInfo/X86/convert-linked.ll rm test/tools/dsymutil/X86/op-convert.test rm test/tools/llvm-readobj/ELF/dependent-libraries.test '' + optionalString (stdenv.hostPlatform.system == \"armv6l-linux\") '' # Seems to require certain floating point hardware (NEON?) rm test/ExecutionEngine/frem.ll"} {"_id":"q-en-nixpkgs-3a5f78b2273d5c7e5c634932d53d87c2f4f3c0bdad2e2cbc8f9a0ba1e19052b7","text":"sway-launcher-desktop = callPackage ../applications/misc/sway-launcher-desktop { }; tart = callPackage ../applications/virtualization/tart { }; tecoc = callPackage ../applications/editors/tecoc { }; viber = callPackage ../applications/networking/instant-messengers/viber { };"} {"_id":"q-en-nixpkgs-3a96b3f0952e4ac42550a4575147aa8a54856ec60e27a81328dced77363651e5","text":" import ./make-test-python.nix ({ pkgs, ... }: { name = \"libvirtd\"; meta.maintainers = with pkgs.lib.maintainers; [ fpletz ]; nodes = { virthost = { pkgs, ... }: { virtualisation = { cores = 2; memorySize = 2048; libvirtd.enable = true; }; networking.nameservers = [ \"192.168.122.1\" ]; security.polkit.enable = true; environment.systemPackages = with pkgs; [ virt-manager ]; }; }; testScript = let nixosInstallISO = (import ../release.nix {}).iso_minimal.${pkgs.hostPlatform.system}; virshShutdownCmd = if pkgs.stdenv.isx86_64 then \"shutdown\" else \"destroy\"; in '' start_all() virthost.wait_for_unit(\"sockets.target\") with subtest(\"enable default network\"): virthost.succeed(\"virsh net-start default\") virthost.succeed(\"virsh net-autostart default\") virthost.succeed(\"virsh net-info default\") with subtest(\"check if partition disk pools works with parted\"): virthost.succeed(\"fallocate -l100m /tmp/foo; losetup /dev/loop0 /tmp/foo; echo 'label: dos' | sfdisk /dev/loop0\") virthost.succeed(\"virsh pool-create-as foo disk --source-dev /dev/loop0 --target /dev\") virthost.succeed(\"virsh vol-create-as foo loop0p1 25MB\") virthost.succeed(\"virsh vol-create-as foo loop0p2 50MB\") with subtest(\"check if nixos install iso boots and network works\"): virthost.succeed( \"virt-install -n nixos --osinfo=nixos-unstable --ram=1024 --graphics=none --disk=`find ${nixosInstallISO}/iso -type f | head -n1`,readonly=on --import --noautoconsole\" ) virthost.succeed(\"virsh domstate nixos | grep running\") virthost.wait_until_succeeds(\"ping -c 1 nixos\") virthost.succeed(\"virsh ${virshShutdownCmd} nixos\") virthost.wait_until_succeeds(\"virsh domstate nixos | grep 'shut off'\") ''; }) "} {"_id":"q-en-nixpkgs-3a9b76e94c204351615f1014437fbca730f0815abc618f08fc54b742e8f28182","text":"}; boot.initrd.compressor = mkOption { default = \"gzip\"; default = ( if lib.versionAtLeast config.boot.kernelPackages.kernel.version \"5.9\" then \"zstd\" else \"gzip\" ); defaultText = \"zstd if the kernel supports it (5.9+), gzip if not.\"; type = types.unspecified; # We don't have a function type... description = '' The compressor to use on the initrd image. May be any of:"} {"_id":"q-en-nixpkgs-3ac019bd3dd5d48b7caca33e95d68cc632e5bf649502c8bd27bc69c568d386c1","text":" { stdenv, fetchurl, gfortran, readline, ncurses, perl, flex, texinfo, qhull , libsndfile, portaudio, libX11, graphicsmagick, pcre, pkgconfig, libGL, libGLU, fltk , fftw, fftwSinglePrec, zlib, curl, qrupdate, openblas, arpack, libwebp, gl2ps , qt ? null, qscintilla ? null, ghostscript ? null, llvm ? null, hdf5 ? null,glpk ? null , suitesparse ? null, gnuplot ? null, jdk ? null, python ? null, overridePlatforms ? null { stdenv , fetchurl , gfortran , readline , ncurses , perl , flex , texinfo , qhull , libsndfile , portaudio , libX11 , graphicsmagick , pcre , pkgconfig , libGL , libGLU , fltk # Both are needed for discrete Fourier transform , fftw , fftwSinglePrec , zlib , curl , qrupdate , openblas , arpack , libwebp , gl2ps , ghostscript ? null , hdf5 ? null , glpk ? null , suitesparse ? null , gnuplot ? null , jdk ? null , python ? null , overridePlatforms ? null , sundials_2 ? null # Qt / GUI is disabled by default , enableQt ? false , qtbase ? null , qtsvg ? null , qtscript ? null , qscintilla ? null , qttools ? null # JIT is disabled by default , enableJIT ? false , llvm ? null }: let"} {"_id":"q-en-nixpkgs-3ac60946ad73ff831944147f977341dfddb298728f5ed67c85f7f70106113847","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"aho-corasick\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86b8f9420f797f2d9e935edf629310eb938a0d839f984e25327f3c7eed22300c\" dependencies = [ \"memchr\", ] [[package]] name = \"anyhow\" version = \"1.0.72\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854\" [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"bindgen\" version = \"0.64.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4\" dependencies = [ \"bitflags 1.3.2\", \"cexpr\", \"clang-sys\", \"lazy_static\", \"lazycell\", \"peeking_take_while\", \"proc-macro2\", \"quote\", \"regex\", \"rustc-hash\", \"shlex\", \"syn 1.0.109\", ] [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42\" [[package]] name = \"bitmaps\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2\" dependencies = [ \"typenum\", ] [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"cairo-rs\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d859b656775a6b1dd078d3e5924884e6ea88aa649a7fdde03d5b2ec56ffcc10b\" dependencies = [ \"bitflags 2.3.3\", \"cairo-sys-rs\", \"glib\", \"libc\", \"once_cell\", \"thiserror\", ] [[package]] name = \"cairo-sys-rs\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd4d115132e01c0165e3bf5f56aedee8980b0b96ede4eb000b693c05a8adb8ff\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"cc\" version = \"1.0.82\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01\" dependencies = [ \"libc\", ] [[package]] name = \"cexpr\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\" dependencies = [ \"nom\", ] [[package]] name = \"cfg-expr\" version = \"0.15.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b40ccee03b5175c18cde8f37e7d2a33bcef6f8ec8f7cc0d81090d1bb380949c9\" dependencies = [ \"smallvec\", \"target-lexicon\", ] [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"clang-sys\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f\" dependencies = [ \"glob\", \"libc\", ] [[package]] name = \"convert_case\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca\" dependencies = [ \"unicode-segmentation\", ] [[package]] name = \"cookie-factory\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b\" [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"field-offset\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f\" dependencies = [ \"memoffset 0.9.0\", \"rustc_version\", ] [[package]] name = \"futures\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c\" [[package]] name = \"futures-executor\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964\" [[package]] name = \"futures-macro\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.28\", ] [[package]] name = \"futures-sink\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e\" [[package]] name = \"futures-task\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65\" [[package]] name = \"futures-util\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"gdk-pixbuf\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbc9c2ed73a81d556b65d08879ba4ee58808a6b1927ce915262185d6d547c6f3\" dependencies = [ \"gdk-pixbuf-sys\", \"gio\", \"glib\", \"libc\", \"once_cell\", ] [[package]] name = \"gdk-pixbuf-sys\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7\" dependencies = [ \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"gdk4\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8965ed5455cbfa1eb45c14a3b971cbacb43481913a3a5b9078b2ef0d9a01bd4b\" dependencies = [ \"cairo-rs\", \"gdk-pixbuf\", \"gdk4-sys\", \"gio\", \"glib\", \"libc\", \"pango\", ] [[package]] name = \"gdk4-sys\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aeffd4a7d68046c28666d817071bf025254aaed4df35099443f0c306ca6177f3\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"system-deps\", ] [[package]] name = \"gettext-rs\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364\" dependencies = [ \"gettext-sys\", \"locale_config\", ] [[package]] name = \"gettext-sys\" version = \"0.21.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d\" dependencies = [ \"cc\", \"temp-dir\", ] [[package]] name = \"gio\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7884cba6b1c5db1607d970cadf44b14a43913d42bc68766eea6a5e2fe0891524\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-util\", \"gio-sys\", \"glib\", \"libc\", \"once_cell\", \"pin-project-lite\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gio-sys\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", \"winapi\", ] [[package]] name = \"glib\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"331156127e8166dd815cf8d2db3a5beb492610c716c03ee6db4f2d07092af0a7\" dependencies = [ \"bitflags 2.3.3\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-task\", \"futures-util\", \"gio-sys\", \"glib-macros\", \"glib-sys\", \"gobject-sys\", \"libc\", \"log\", \"memchr\", \"once_cell\", \"smallvec\", \"thiserror\", ] [[package]] name = \"glib-macros\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"179643c50bf28d20d2f6eacd2531a88f2f5d9747dd0b86b8af1e8bb5dd0de3c0\" dependencies = [ \"heck\", \"proc-macro-crate\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 2.0.28\", ] [[package]] name = \"glib-sys\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898\" dependencies = [ \"libc\", \"system-deps\", ] [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"gobject-sys\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"graphene-rs\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b2228cda1505613a7a956cca69076892cfbda84fc2b7a62b94a41a272c0c401\" dependencies = [ \"glib\", \"graphene-sys\", \"libc\", ] [[package]] name = \"graphene-sys\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc4144cee8fc8788f2a9b73dc5f1d4e1189d1f95305c4cb7bd9c1af1cfa31f59\" dependencies = [ \"glib-sys\", \"libc\", \"pkg-config\", \"system-deps\", ] [[package]] name = \"gsk4\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53b3b9e8090acb325d08cde84b30fc29b963a75fbac93160e9c5a30d2b335742\" dependencies = [ \"cairo-rs\", \"gdk4\", \"glib\", \"graphene-rs\", \"gsk4-sys\", \"libc\", \"pango\", ] [[package]] name = \"gsk4-sys\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0770d1ede7189092748c4ef5b6921264eb945fd2318a58e8f59dc273000810f8\" dependencies = [ \"cairo-sys-rs\", \"gdk4-sys\", \"glib-sys\", \"gobject-sys\", \"graphene-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"gtk4\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0973f9b9ade10fc22403810b7283d47b533033715f2aaa36288cd3bf90d63efc\" dependencies = [ \"cairo-rs\", \"field-offset\", \"futures-channel\", \"gdk-pixbuf\", \"gdk4\", \"gio\", \"glib\", \"graphene-rs\", \"gsk4\", \"gtk4-macros\", \"gtk4-sys\", \"libc\", \"pango\", ] [[package]] name = \"gtk4-macros\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae9f2c4530f3168fe506b0be7bc15f7a93ef38d020edb27d81a921a26cbca851\" dependencies = [ \"anyhow\", \"proc-macro-crate\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"gtk4-sys\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19fde71ef2e78ac8fb18073c345b5f29609048d4045a345613645aa1163243c1\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gdk4-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"graphene-sys\", \"gsk4-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"hashbrown\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a\" [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"im-rc\" version = \"15.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe\" dependencies = [ \"bitmaps\", \"rand_core\", \"rand_xoshiro\", \"sized-chunks\", \"typenum\", \"version_check\", ] [[package]] name = \"indexmap\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d\" dependencies = [ \"equivalent\", \"hashbrown\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lazycell\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\" [[package]] name = \"libadwaita\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06444f4ca05a60693da6e9e2b591bd40a298e65a118a8d5e830771718b3e0253\" dependencies = [ \"gdk-pixbuf\", \"gdk4\", \"gio\", \"glib\", \"gtk4\", \"libadwaita-sys\", \"libc\", \"pango\", ] [[package]] name = \"libadwaita-sys\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"021cfe3d1fcfa82411765a791f7e9b32f35dd98ce88d2e3fa10e7320f5cc8ce7\" dependencies = [ \"gdk4-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"gtk4-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"libc\" version = \"0.2.147\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3\" [[package]] name = \"libspa\" version = \"0.6.0\" source = \"git+https://gitlab.freedesktop.org/saivert/pipewire-rs?branch=misc_fixes#46bfbd8bdf0ad3ff1d25d02b2e36f97333c78e23\" dependencies = [ \"bitflags 2.3.3\", \"cc\", \"convert_case\", \"cookie-factory\", \"libc\", \"libspa-sys\", \"nix\", \"nom\", \"system-deps\", ] [[package]] name = \"libspa-sys\" version = \"0.6.0\" source = \"git+https://gitlab.freedesktop.org/saivert/pipewire-rs?branch=misc_fixes#46bfbd8bdf0ad3ff1d25d02b2e36f97333c78e23\" dependencies = [ \"bindgen\", \"cc\", \"system-deps\", ] [[package]] name = \"locale_config\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934\" dependencies = [ \"lazy_static\", \"objc\", \"objc-foundation\", \"regex\", \"winapi\", ] [[package]] name = \"log\" version = \"0.4.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4\" [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"nix\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.7.1\", \"pin-utils\", \"static_assertions\", ] [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"once_cell\" version = \"1.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d\" [[package]] name = \"pango\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06a9e54b831d033206160096b825f2070cf5fda7e35167b1c01e9e774f9202d1\" dependencies = [ \"gio\", \"glib\", \"libc\", \"once_cell\", \"pango-sys\", ] [[package]] name = \"pango-sys\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"peeking_take_while\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099\" [[package]] name = \"pin-project-lite\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pipewire\" version = \"0.6.0\" source = \"git+https://gitlab.freedesktop.org/saivert/pipewire-rs?branch=misc_fixes#46bfbd8bdf0ad3ff1d25d02b2e36f97333c78e23\" dependencies = [ \"anyhow\", \"bitflags 2.3.3\", \"libc\", \"libspa\", \"libspa-sys\", \"nix\", \"once_cell\", \"pipewire-sys\", \"thiserror\", ] [[package]] name = \"pipewire-sys\" version = \"0.6.0\" source = \"git+https://gitlab.freedesktop.org/saivert/pipewire-rs?branch=misc_fixes#46bfbd8bdf0ad3ff1d25d02b2e36f97333c78e23\" dependencies = [ \"bindgen\", \"libspa-sys\", \"system-deps\", ] [[package]] name = \"pkg-config\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964\" [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2\", \"quote\", \"version_check\", ] [[package]] name = \"proc-macro2\" version = \"1.0.66\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"pwvucontrol\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"futures\", \"gettext-rs\", \"glib\", \"gtk4\", \"im-rc\", \"libadwaita\", \"log\", \"once_cell\", \"pipewire\", \"wireplumber\", ] [[package]] name = \"quote\" version = \"1.0.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" [[package]] name = \"rand_xoshiro\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa\" dependencies = [ \"rand_core\", ] [[package]] name = \"regex\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata\", \"regex-syntax\", ] [[package]] name = \"regex-automata\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"semver\" version = \"1.0.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918\" [[package]] name = \"serde\" version = \"1.0.183\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c\" [[package]] name = \"serde_spanned\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186\" dependencies = [ \"serde\", ] [[package]] name = \"shlex\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3\" [[package]] name = \"sized-chunks\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e\" dependencies = [ \"bitmaps\", \"typenum\", ] [[package]] name = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9\" [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"system-deps\" version = \"6.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3\" dependencies = [ \"cfg-expr\", \"heck\", \"pkg-config\", \"toml\", \"version-compare\", ] [[package]] name = \"target-lexicon\" version = \"0.12.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a\" [[package]] name = \"temp-dir\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab\" [[package]] name = \"thiserror\" version = \"1.0.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.28\", ] [[package]] name = \"toml\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit\", ] [[package]] name = \"toml_datetime\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a\" dependencies = [ \"indexmap\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"typenum\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba\" [[package]] name = \"unicode-ident\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c\" [[package]] name = \"unicode-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[package]] name = \"version-compare\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"winnow\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acaaa1190073b2b101e15083c38ee8ec891b5e05cbee516521e94ec008f61e64\" dependencies = [ \"memchr\", ] [[package]] name = \"wireplumber\" version = \"0.1.0\" source = \"git+https://github.com/saivert/wireplumber.rs.git?branch=use_pipewire_from_git#8dbf383ce54dee7b8d578b87c13f3507a65291f8\" dependencies = [ \"bitflags 1.3.2\", \"gio\", \"glib\", \"libc\", \"libspa-sys\", \"pipewire-sys\", \"pkg-config\", \"semver\", \"wireplumber-sys\", ] [[package]] name = \"wireplumber-sys\" version = \"0.1.0\" source = \"git+https://github.com/saivert/wireplumber.rs.git?branch=use_pipewire_from_git#8dbf383ce54dee7b8d578b87c13f3507a65291f8\" dependencies = [ \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"libspa-sys\", \"pipewire-sys\", \"system-deps\", ] "} {"_id":"q-en-nixpkgs-3b1f04acd0ddbea45bc40f321db66b4040a975889d274a94f4077ddfc2c9a206","text":"sha256 = \"add96ad3509d4d5c6d8658b005dfd046963cd6bb0a4e1f3e88f726a86c05810f\"; }; passthru.tests = nixosTests.freetube; appimageContents = appimageTools.extractType2 { name = \"${pname}-${version}\"; inherit src;"} {"_id":"q-en-nixpkgs-3b3eb4d2e6a89546e11fdf77edbb203833eb8cbaada3dfb0d3f70cd5c0e4dfb6","text":"aarch64-darwin = \"97adf13306c9b3b304d3e9ddf68f5f7fb9b79c9a1342114e3671182f3cc9e808\"; headers = \"0gl30q2igr9c8sjlhyj5w57dm5navpkas5hnz9yl7sasbx66v10v\"; }; electron_19 = mkElectron \"19.0.7\" { armv7l-linux = \"d6a6d2d7c0d658695783137d032a50f20843cdfe6582ef985451d741eef4dd32\"; aarch64-linux = \"58685d21bb92c2667d20063ab12aabc2e5c2518f3eda84e98a0fa2306456ce57\"; x86_64-linux = \"a4c20a068c54c238ae8c440ab8f46d39eda4168d6aa8cffcaae406800b539983\"; x86_64-darwin = \"2709dd94e22ecfc8e7de0c7a7009160ed79e95ba91618c7307e24c26a33e978b\"; aarch64-darwin = \"f9042bce83fe8446e22f6885285dd5fc2dca048d0b89cbf7f326a46102ffc440\"; headers = \"09dbx4qh0rgp5mdm6srz6fgx12zq6b9jqq1k6l3gzyvwigi3wny1\"; }; }"} {"_id":"q-en-nixpkgs-3b688225d3ef26db6ff891a6aea024e83cb4f9f8eb5ebbddd18572784e1cc0d4","text":"mkdir -p $out/bin makeWrapper ${Agda}/bin/agda $out/bin/agda --add-flags \"--with-compiler=${ghc}/bin/ghc\" --add-flags \"--library-file=${library-file}\" --add-flags \"--local-interfaces\" --add-flags \"--library-file=${library-file}\" ln -s ${Agda}/bin/agda-mode $out/bin/agda-mode ''; # Local interfaces has been added for now: See https://github.com/agda/agda/issues/4526 ''; withPackages = arg: if builtins.isAttrs arg then withPackages' arg else withPackages' { pkgs = arg; };"} {"_id":"q-en-nixpkgs-3b91793f80d66ae9ddc47e39d45ad53fb47eb07f2f102b01f9d951a13bcfb3a6","text":"libgphoto2 libjpeg libpng librsvg libtiff openexr sqlite libxslt libsoup graphicsmagick json-glib openjpeg lua pugixml colord colord-gtk libwebp libsecret gnome3.adwaita-icon-theme osm-gps-map osm-gps-map ocl-icd ]; cmakeFlags = [ \"-DBUILD_USERMANUAL=False\" ];"} {"_id":"q-en-nixpkgs-3bb6357bfd0a4fd1f2523a38d6d2f2b31a02d3262c26805ce5cd9b7f6e59c7d7","text":"githubId = 70191398; name = \"Ryan Cao\"; }; ryand56 = { email = \"git@ryand.ca\"; github = \"ryand56\"; githubId = 22267679; name = \"Ryan Omasta\"; }; ryane = { email = \"ryanesc@gmail.com\"; github = \"ryane\";"} {"_id":"q-en-nixpkgs-3bc88dee87c41dab552fca39a2586e0c08c62105a7998ba97a822b652a57822a","text":"lib.optional (coreutils != null) \"PR_PROGRAM=${coreutils}/bin/pr\" ++ lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) \"gl_cv_func_getopt_gnu=yes\"; doCheck = true; # Test failure on QEMU only (#300550) doCheck = !stdenv.buildPlatform.isRiscV64; meta = with lib; { homepage = \"https://www.gnu.org/software/diffutils/diffutils.html\";"} {"_id":"q-en-nixpkgs-3bce22533f14bb8b1ecf5ff0d1342655837feee640a28763fc0d4cb720cbb6df","text":"]; buildInputs = [ llvmPackages_39.llvm llvmPackages_39.clang-unwrapped llvmPackages_4.llvm llvmPackages_4.clang-unwrapped hiredis gtest ]; patches = [ ./cmake-fix.patch ]; enableParallelBuilding = true; preConfigure = ''"} {"_id":"q-en-nixpkgs-3bcf0d0a32965ed4510a183fea59f66bdcb784315b6212443b5ec4a2773f982f","text":"preBuild = stdenv.lib.optionalString stdenv.isDarwin \"unset AR\"; GRPC_BUILD_WITH_BORING_SSL_ASM = \"\"; GRPC_PYTHON_BUILD_SYSTEM_OPENSSL = 1; GRPC_PYTHON_BUILD_SYSTEM_ZLIB = 1; GRPC_PYTHON_BUILD_SYSTEM_CARES = 1;"} {"_id":"q-en-nixpkgs-3be8b4477484246491a1f1da3cab84a4028e53443e3b3c6b70b45d72f8814c2d","text":"\"network-online.target\" ]; path = lib.mkIf config.boot.zfs.enabled [ config.boot.zfs.package ]; path = lib.mkIf config.boot.zfs.enabled [ config.boot.zfs.package \"${config.boot.zfs.package}/lib/udev\" ]; environment = { # Override Path to the LXC template configuration directory"} {"_id":"q-en-nixpkgs-3bf01395b4bb4674cb61450f2cdadaeef76b7b2b8a123dcea341e528ea0cf8ad","text":"# Needs GCC rocprofiler = callPackage ./rocprofiler { inherit rocmUpdateScript clr rocm-core rocm-thunk rocm-device-libs roctracer rocdbgapi rocm-smi hsa-amd-aqlprofile-bin; inherit (llvm) clang; inherit rocmUpdateScript clr rocm-thunk roctracer rocm-smi hsa-amd-aqlprofile-bin; }; # Needs GCC"} {"_id":"q-en-nixpkgs-3c38d9e0923f17ff71394026c95e6003f439c7050e67afe3a0635f3169378388","text":"buildPythonPackage rec { pname = \"libvirt\"; version = \"8.5.0\"; version = \"8.6.0\"; src = fetchFromGitLab { owner = \"libvirt\"; repo = \"libvirt-python\"; rev = \"v${version}\"; sha256 = \"sha256-/OS+qBo0h9jshKDuxKX++cRPAjegImQROb7Uh+imOUA=\"; sha256 = \"sha256-eJ0RPxJ4Gm+VGs6NeTWP2FbvDnJy4mURPlFbgvkSgo0=\"; }; nativeBuildInputs = [ pkg-config ];"} {"_id":"q-en-nixpkgs-3c4a6e4f09911792591edd15a5e9c6603c17c9fb949cd5cef31b745a51d58669","text":"hash = \"sha256-cyyxu/oj4QEFp3CVx2WeXa9T4OAUyynuBJHGkBZSxJI=\"; }; patches = [ # CMake formatting, required for the next two commits to cleanly apply (fetchpatch { url = \"https://github.com/hyprwm/xdg-desktop-portal-hyprland/commit/5555f467f68ce7cdf1060991c24263073b95e9da.patch\"; hash = \"sha256-yNkg7GCXDPJdsE7M6J98YylnRxQWpcM5N3olix7Oc1A=\"; }) # removes wayland-scanner from deps, as it includes a pkg-config that # defines that it has a non-existent include directory which trips up CMake (fetchpatch { url = \"https://github.com/hyprwm/xdg-desktop-portal-hyprland/commit/0dd9af698b9386bcf25d3ea9f5017eca721831c1.patch\"; hash = \"sha256-Y6eWASHoMXVN2rYJ1rs0jy2qP81/qbHsZU+6b7XNBBg=\"; }) # handle finding wayland-scanner more nicely (fetchpatch { url = \"https://github.com/hyprwm/xdg-desktop-portal-hyprland/commit/2425e8f541525fa7409d9f26a8ffaf92a3767251.patch\"; hash = \"sha256-6dCg/U/SIjtvo07Z3tn0Hn8Xwx72nwVz6Q2cFnObonU=\"; }) ]; depsBuildBuild = [ pkg-config ]; nativeBuildInputs = [ cmake pkg-config"} {"_id":"q-en-nixpkgs-3c4d24295d4f73ad38e2c05dfffe073f5d24ed0fbb1060ee569eeb108b7474dd","text":"./qtbase.patch ./qtbase-darwin.patch ./qtbase-revert-no-macos10.10.patch ] ++ optionals stdenv.isDarwin [ ./qtbase-darwin-nseventtype.patch ]; qtdeclarative = [ ./qtdeclarative.patch ]; qtscript = [ ./qtscript.patch ];"} {"_id":"q-en-nixpkgs-3cb82e1b43551471b7d4ddf75de8031750fab039d8b10a3e131e47e819fd631e","text":"install -Dm644 ../packaging/linux/${pname}.desktop $out/share/applications/${pname}.desktop ''; passthru.updateScript = ./updater.sh; passthru = { tests.sunshine = nixosTests.sunshine; updateScript = ./updater.sh; }; meta = with lib; { description = \"Sunshine is a Game stream host for Moonlight\";"} {"_id":"q-en-nixpkgs-3d0f0a2dd784f861b94a0c3317dc7b74e8759de29be0ce21ed04d940dd885d5d","text":" getTargetRole getTargetRoleWrapper export FC${role_post}=@named_fc@ # If unset, assume the default hardening flags. # These are different for fortran. : ${NIX_HARDENING_ENABLE=\"stackprotector pic strictoverflow relro bindnow\"} export NIX_HARDENING_ENABLE unset -v role_post "} {"_id":"q-en-nixpkgs-3d753dc33310a174cfa183206c3255d99481f8cce2d41269c5992f5a8c293839","text":", attr , bash , btrfs-progs , cdrkit , criu , dnsmasq , e2fsprogs , getent , gnutar , gptfdisk , gzip , iproute2 , iptables , kmod , lvm2 , minio , nftables , OVMF , qemu_kvm , qemu-utils , rsync , spice-gtk , squashfsTools , thin-provisioning-tools , util-linux , virtiofsd , xz"} {"_id":"q-en-nixpkgs-3dc1fd96950fd87807671c9f3a0dfe1b9e981db212dae41d81421998276e64ca","text":"python3.pkgs.buildPythonApplication rec { pname = \"gitless\"; version = \"0.8.8\"; version = \"0.9.17\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"gitless-vcs\"; owner = \"goldstar611\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-xo5EWtP2aN8YzP8ro3bnxZwUGUp0PHD0g8hk+Y+gExE=\"; rev = version; hash = \"sha256-XDB1i2b1reMCM6i1uK3IzTnsoLXO7jldYtNlYUo1AoQ=\"; }; nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ sh pygit2 clint argcomplete ]; pythonRelaxDeps = [ \"pygit2\" ];"} {"_id":"q-en-nixpkgs-3e0606602ac9ee99f14e79c9f548b9ebe132e770bcfece4277faf67e2511426b","text":"in stdenv.mkDerivation rec { pname = \"mwprocapture\"; subVersion = \"4373\"; subVersion = \"4390\"; version = \"1.3.0.${subVersion}-${kernel.version}\"; src = fetchurl { url = \"https://www.magewell.com/files/drivers/ProCaptureForLinux_${subVersion}.tar.gz\"; sha256 = \"sha256-/6q+6CTlgkHOgq1PF8dSPfl/xm/UFczr/AGkac2mXZ8=\"; sha256 = \"sha256-HOVAR9auc8ulENPLoI0scdCMZoSbDYkTaCLgZoFG7eU=\"; }; nativeBuildInputs = kernel.moduleBuildDependencies;"} {"_id":"q-en-nixpkgs-3e579da17417b50e52492e1eb3b4481edba86fdbd876bbd3f4a3c0c9527aa2b6","text":"clang, libbpf, bpftools, fetchurl, }: let # Compare with https://github.com/draios/sysdig/blob/0.38.0/cmake/modules/falcosecurity-libs.cmake # Compare with https://github.com/draios/sysdig/blob/0.38.1/cmake/modules/falcosecurity-libs.cmake libsRev = \"0.17.2\"; libsHash = \"sha256-BTLXtdU7GjOJReaycHvXkSd2vtybnCn0rTR7OEsvaMQ=\";"} {"_id":"q-en-nixpkgs-3e9c55abee6821935c7f718c361e0802a47fbdefa45d605c39f3141f0873928a","text":", pymongo , pytestCheckHook , python , pythonAtLeast , python-dateutil , pythonAtLeast , pythonRelaxDepsHook , pytz , pyyaml , requests , requests-mock , scikit-learn , setuptools , sqlalchemy , tenacity , typing-extensions , testcontainers , scikit-learn }: , typing-extensions }: buildPythonPackage rec { pname = \"apache-beam\";"} {"_id":"q-en-nixpkgs-3eb5c03af9b3a1a303ac7d741429ad87b35526cc2b74aca50db5a4f5e66fb5e8","text":"\"--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive\" ]; # mixxx installs udev rules to DATADIR instead of SYSCONFDIR # let's disable this and install udev rules manually via postInstall # see https://github.com/mixxxdj/mixxx/blob/2.3.0/CMakeLists.txt#L1381-L1392 cmakeFlags = [ \"-DINSTALL_USER_UDEV_RULES=OFF\" ]; postInstall = lib.optionalString stdenv.isLinux '' rules=\"$src/res/linux/mixxx-usb-uaccess.rules\" if [ ! -f \"$rules\" ]; then echo \"$rules is missing, must update the Nix file.\" exit 1 fi mkdir -p \"$out/lib/udev/rules.d\" cp \"$rules\" \"$out/lib/udev/rules.d/69-mixxx-usb-uaccess.rules\" ''; meta = with lib; { homepage = \"https://mixxx.org\"; description = \"Digital DJ mixing software\";"} {"_id":"q-en-nixpkgs-3ec53859469d5a1c12f818b42f685f7b713f9e7ea26deb438356a55a17408f2b","text":" [ \"de_DE\" , \"fr_FR\" , \"ro_RO\" ] { \"de_DE\": \"gpl2Plus\" , \"fr_FR\": \"gpl2Plus\" , \"ro_RO\": \"gpl2Plus\" } "} {"_id":"q-en-nixpkgs-3f0256dd08118721e0b28813053a62dfffcd4b8e082569147b3a2602f8e11e48","text":"sed -i '/TestDisasmExtld/areturn' src/cmd/objdump/objdump_test.go sed -i 's/unrecognized/unknown/' src/cmd/link/internal/ld/lib.go sed -i 's/unrecognized/unknown/' src/cmd/go/build.go touch $TMPDIR/group $TMPDIR/hosts $TMPDIR/passwd sed -i '1 aexit 0' misc/cgo/errors/test.bash"} {"_id":"q-en-nixpkgs-3f65943e878c8ac8f4e3d8a33dfca9aef4c9f8a12882e1b5559cb798463d21ab","text":"mkdir build pushd build cmake -G \"Unix Makefiles\" . ../third_party/ycmd/cpp -DPYTHON_LIBRARIES:PATH=${python}/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR:PATH=${python}/include/python2.7 -DUSE_CLANG_COMPLETER=ON -DUSE_SYSTEM_LIBCLANG=ON cmake -G \"Unix Makefiles\" . ../third_party/ycmd/cpp -DPYTHON_LIBRARIES:PATH=${python}/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR:PATH=${python}/include/python2.7 -DUSE_CLANG_COMPLETER=ON $EXTRA_CMAKE_ARGS make ycm_core -j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}} ${python}/bin/python ../third_party/ycmd/build.py --gocode-completer --clang-completer --system-libclang ${python}/bin/python ../third_party/ycmd/build.py --gocode-completer --clang-completer popd '';"} {"_id":"q-en-nixpkgs-3fd47a6cacf3eddff67b39beaeae96f7ab7d4b8921815706c3074efdb18a167e","text":"c64-debugger = callPackage ../applications/emulators/c64-debugger { }; cameractrls-gtk4 = cameractrls.override { withGtk = 4; }; cameractrls-gtk3 = cameractrls.override { withGtk = 3; }; camunda-modeler = callPackage ../applications/misc/camunda-modeler { }; checkpointBuildTools = callPackage ../build-support/checkpoint-build.nix {};"} {"_id":"q-en-nixpkgs-3ff056355f8228f28670561e38c05e41580f17560b70ad928da46202b779df31","text":"type = types.str; default = poolName; description = '' Name of the phpfpm pool to use and setup. If not specified, a pool will be created Name of the php-fpm pool to use and setup. If not specified, a pool will be created with default values. ''; };"} {"_id":"q-en-nixpkgs-402d96850f5e35b08a06efe2f8e534dae84628a56c14956ac5835184be1aa2df","text":"''; }; }; specialisation.dns-01.configuration = {pkgs, config, nodes, lib, ...}: { security.acme.certs.\"example.test\" = { domain = \"*.example.test\";"} {"_id":"q-en-nixpkgs-409d704541d91eaf44208eff6bc59778a30a53ecaa322165db2b1d7543e2efb4","text":"maintainers = with maintainers; [ goibhniu gilligan cko marsam ]; platforms = platforms.linux ++ platforms.darwin; mainProgram = \"node\"; knownVulnerabilities = optional (versionOlder version \"12\") \"This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.\"; knownVulnerabilities = optional (versionOlder version \"14\") \"This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.\"; }; passthru.python = python; # to ensure nodeEnv uses the same version"} {"_id":"q-en-nixpkgs-40a563e7a7a2e88fbd7d624cfa288d1cd7dc6a81e2b5ceecba3163617ea86e61","text":"destination = mkOption { type = types.str; example = \"10.0.0.1:80\"; description = \"Forward tcp connection to destination ip:port\"; description = \"Forward connection to destination ip:port\"; }; proto = mkOption { type = types.str; default = \"tcp\"; example = \"udp\"; description = \"Protocol of forwarded connection\"; }; }; }); default = []; example = [ { sourcePort = 8080; destination = \"10.0.0.1:80\"; } ]; example = [ { sourcePort = 8080; destination = \"10.0.0.1:80\"; proto = \"tcp\"; } ]; description = '' List of forwarded ports from the external interface to"} {"_id":"q-en-nixpkgs-40b50bc7e4e2395c8cefc93b6602c4c6dcab5ff1a0884dd7d273890cd60c2ec2","text":"seexpr = callPackage ../development/compilers/seexpr { }; selectdefaultapplication = libsForQt5.callPackage ../applications/misc/selectdefaultapplication { }; semgrep = python3.pkgs.callPackage ../tools/security/semgrep { }; semgrep-core = callPackage ../tools/security/semgrep/semgrep-core.nix { };"} {"_id":"q-en-nixpkgs-411e58a873551b790a58ad178f03515ddd56c3420a50714fd975ed5663c2fc1a","text":"libwnck sassc udisks2 libX11 libXext libXNVCtrl ]; # Force link against Xext, otherwise build fails with: # ld: /nix/store/...-libXNVCtrl-495.46/lib/libXNVCtrl.a(NVCtrl.o): undefined reference to symbol 'XextAddDisplay' # ld: /nix/store/...-libXext-1.3.4/lib/libXext.so.6: error adding symbols: DSO missing from command line # https://github.com/stsdc/monitor/issues/292 NIX_LDFLAGS = \"-lXext\"; mesonFlags = [ \"-Dindicator-wingpanel=enabled\" ]; postPatch = '' chmod +x meson/post_install.py patchShebangs meson/post_install.py"} {"_id":"q-en-nixpkgs-41400ebe99f4d3c457097d36c58396379d517fdf0937450c4a9e7b8d91104f2e","text":"options = { services.flatpak = { enable = mkEnableOption \"flatpak\"; extraPortals = mkOption { type = types.listOf types.package; default = []; description = '' List of additional portals to add to path. Portals allow interaction with system, like choosing files or taking screenshots. At minimum, a desktop portal implementation should be listed. GNOME already adds xdg-desktop-portal-gtk; for KDE, there is xdg-desktop-portal-kde. Other desktop environments will probably want to do the same. ''; }; }; }; ###### implementation config = mkIf cfg.enable { environment.systemPackages = [ pkgs.flatpak ]; services.dbus.packages = [ pkgs.flatpak pkgs.xdg-desktop-portal ] ++ cfg.extraPortals; services.dbus.packages = [ pkgs.flatpak ]; systemd.packages = [ pkgs.flatpak pkgs.xdg-desktop-portal ] ++ cfg.extraPortals; systemd.packages = [ pkgs.flatpak ]; environment.profiles = [ \"$HOME/.local/share/flatpak/exports\" \"/var/lib/flatpak/exports\" ]; environment.variables = { XDG_DESKTOP_PORTAL_PATH = map (p: \"${p}/share/xdg-desktop-portal/portals\") cfg.extraPortals; }; }; }"} {"_id":"q-en-nixpkgs-4162cc271e05bfdbf4e21555d81d4687da91ae04b9fd37098ebf3f37ff2bd0c7","text":"# Misc. stuff. \"pcips2\" \"atkbd\" # Temporary fix for https://github.com/NixOS/nixpkgs/issues/18451 # Remove as soon as upstream gets fixed - marking it: # TODO # FIXME \"i8042\" # To wait for SCSI devices to appear. \"scsi_wait_scan\""} {"_id":"q-en-nixpkgs-41dc5f525bbc0c0bd148076049bee818905dca750afc062a7d92a61cba2bdc46","text":"which wrapGAppsHook ] ++ lib.optionals crashreporterSupport [ dump_syms ] ++ lib.optionals pgoSupport [ xvfb-run ] ++ extraNativeBuildInputs;"} {"_id":"q-en-nixpkgs-4206d1cfadf886e2570ec31b6a5e0c7217889bef63f3ee1e52c037d1a5ec1d01","text":"sha256 = \"1cidki3av9wnkgwi7fklxbg3bh6kysf8w3fk2qadjr05a92mx3zp\"; }; patchPhase = '' patchShebangs ./src/shaders/gpp.py ''; preConfigure = '' sed -i -e \"s,LIBVA_DRIVERS_PATH=.*,LIBVA_DRIVERS_PATH=$out/lib/dri,\" configure ''; # Set the correct install path: LIBVA_DRIVERS_PATH = \"${placeholder \"out\"}/lib/dri\"; postInstall = stdenv.lib.optionalString enableHybridCodec '' ln -s ${vaapi-intel-hybrid}/lib/dri/* $out/lib/dri/ ''; configureFlags = [ \"--enable-drm\" \"--enable-x11\" \"--enable-wayland\" ] ++ stdenv.lib.optional enableHybridCodec \"--enable-hybrid-codec\"; nativeBuildInputs = [ autoreconfHook gnum4 pkgconfig python2 ]; nativeBuildInputs = [ autoreconfHook gnum4 pkg-config python3 ]; buildInputs = [ intel-gpu-tools libdrm libva libX11 libXext libGL wayland ] ++ stdenv.lib.optional enableHybridCodec vaapi-intel-hybrid;"} {"_id":"q-en-nixpkgs-421ec37795e87f6f8fcc2b52801b92917a431e7ef5ebffd6fb5bece3330a6109","text":"(mkRenamedOptionModule [ \"networking\" \"dnsExtensionMechanism\" ] [ \"networking\" \"resolvconf\" \"dnsExtensionMechanism\" ]) (mkRenamedOptionModule [ \"networking\" \"extraResolvconfConf\" ] [ \"networking\" \"resolvconf\" \"extraConfig\" ]) (mkRenamedOptionModule [ \"networking\" \"resolvconfOptions\" ] [ \"networking\" \"resolvconf\" \"extraOptions\" ]) (mkRemovedOptionModule [ \"networking\" \"resolvconf\" \"useHostResolvConf\" ] \"This option was never used for anything anyways\") ]; options = {"} {"_id":"q-en-nixpkgs-4227888a3918fee11746f9d8b69efaaf09962fa513f4ca2eafec6198734646b7","text":"url = \"https://github.com/mquinson/po4a/releases/download/v${version}/po4a-${version}.tar.gz\"; sha256 = \"0eb510a66f59de68cf7a205342036cc9fc08b39334b91f1456421a5f3359e68b\"; }; patches = [ (fetchpatch { # make devdoc output reproducible # https://github.com/mquinson/po4a/pull/387 url = \"https://github.com/mquinson/po4a/commit/df7433b58f6570558d44b6aac885c2a8f7862e51.patch\"; sha256 = \"9MVkYiItR2P3PBCUc4OhEOUHQuLqTWUYtYlZ3L8miC8=\"; }) ]; nativeBuildInputs = [ docbook_xsl docbook_xsl_ns ModuleBuild ]; propagatedBuildInputs = lib.optional (!stdenv.hostPlatform.isMusl) TextWrapI18N ++ [ LocaleGettext SGMLSpm UnicodeLineBreak PodParser YAMLTiny ]; # TODO: TermReadKey was temporarily removed from propagatedBuildInputs to unfreeze the build"} {"_id":"q-en-nixpkgs-423621a9e46e436188319ea880b8a66c3c9d4573fd2115ec67d398fd957cb24b","text":" { stdenv , lib , fetchFromGitHub , fetchpatch , meson , ninja , pkg-config , python3Packages , dbus , glslang , libglvnd , libXNVCtrl , mesa , vulkan-headers , vulkan-loader , xorg }: stdenv.mkDerivation rec { pname = \"mangohud${lib.optionalString stdenv.is32bit \"_32\"}\"; version = \"0.4.1\"; src = fetchFromGitHub { owner = \"flightlessmango\"; repo = \"MangoHud\"; rev = \"v${version}\"; sha256 = \"04v2ps8n15ph2smjgnssax5hq88bszw2kbcff37cnd5c8yysvfi6\"; fetchSubmodules = true; }; patches = [ (fetchpatch { # FIXME obsolete in >=0.5.0 url = \"https://patch-diff.githubusercontent.com/raw/flightlessmango/MangoHud/pull/208.patch\"; sha256 = \"1i6x6sr4az1zv0p6vpw99n947c7awgbbv087fghjlczhry676nmh\"; }) ]; mesonFlags = [ \"-Dappend_libdir_mangohud=false\" \"-Duse_system_vulkan=enabled\" \"--libdir=lib${lib.optionalString stdenv.is32bit \"32\"}\" ]; buildInputs = [ dbus glslang libglvnd libXNVCtrl mesa python3Packages.Mako vulkan-headers vulkan-loader xorg.libX11 ]; nativeBuildInputs = [ meson ninja pkg-config python3Packages.Mako python3Packages.python ]; preConfigure = '' mkdir -p \"$out/share/vulkan/\" ln -sf \"${vulkan-headers}/share/vulkan/registry/\" $out/share/vulkan/ ln -sf \"${vulkan-headers}/include\" $out ''; meta = with lib; { description = \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more\"; homepage = \"https://github.com/flightlessmango/MangoHud\"; platforms = platforms.linux; license = licenses.mit; maintainers = with maintainers; [ zeratax ]; }; } "} {"_id":"q-en-nixpkgs-425760e81b7539f942736b51e4f00d5ed8e53cc15e1de371f2780d4518b243df","text":"systemd = handleTest ./systemd.nix {}; systemd-confinement = handleTest ./systemd-confinement.nix {}; systemd-timesyncd = handleTest ./systemd-timesyncd.nix {}; systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {}; pdns-recursor = handleTest ./pdns-recursor.nix {}; taskserver = handleTest ./taskserver.nix {}; telegraf = handleTest ./telegraf.nix {};"} {"_id":"q-en-nixpkgs-425ffba59de095f51371e16e99c838ab76dca5408103f38a9176ffe851ab71b3","text":"runHook postInstall ''; passthru.tests = testers.testVersion { package = quickemu; }; passthru.tests = testers.testVersion { version = \"4.9.5\"; # required for passing tests, TODO: remove when release bump package = quickemu; }; meta = { description = \"Quickly create and run optimised Windows, macOS and Linux virtual machines\";"} {"_id":"q-en-nixpkgs-42b3537d63467e6ec2890700d5bcced326a8b9e4a950273ec8f81c8a61d99573","text":"sha256 = \"020gyl8zv83ag6gbcchmqiyx9rh2jca7j8n52zx1gk4rck7kwc01\"; }; sourceRoot = \"source/OpenEXR\"; outputs = [ \"bin\" \"dev\" \"out\" \"doc\" ]; # Needed because there are some generated sources. Solution: just run them under QEMU. postPatch = '' for file in b44ExpLogTable dwaLookups do # Ecape for both sh and Automake emu=${lib.escapeShellArg (lib.replaceStrings [\"$\"] [\"$$\"] emulator)} before=\"./$file > $file.h\" after=\"$emu $before\" substituteInPlace IlmImf/Makefile.am --replace \"$before\" \"$after\" done # Make sure the patch succeeded [[ $(grep \"$emu\" IlmImf/Makefile.am | wc -l) = 2 ]] ''; preConfigure = '' patchShebangs ./bootstrap ./bootstrap ''; nativeBuildInputs = [ pkgconfig autoconf automake libtool ]; nativeBuildInputs = [ cmake libtool ]; propagatedBuildInputs = [ ilmbase zlib ]; enableParallelBuilding = true; doCheck = false; # fails 1 of 1 tests meta = with stdenv.lib; { description = \"A high dynamic-range (HDR) image file format\";"} {"_id":"q-en-nixpkgs-4321f9a73e57e160436f089e2d928c79ebe63dcac31dd816580499f9964e5987","text":"headers = \"1v7ap1v520hhghw358k41aahpnaif54qbg6a9dwgmg1di0qwn735\"; }; electron_26-bin = mkElectron \"26.1.0\" { armv7l-linux = \"4a4a6587bddce4554657f40fd9d39645ede03a375a1c42455c9b8d556698e5f5\"; aarch64-linux = \"1ed0996a06e97f5c23ceb8ae767873915c432c0aca5ffd4b37ab5fb1002d9d65\"; x86_64-linux = \"de78aed71ce17395675a29dcd20c1370473713eb234143dd0fa3e4c5a39504eb\"; x86_64-darwin = \"39a336baca218058011f39c4fa9a4275348ec7f411789262799d23c9669060d9\"; aarch64-darwin = \"f39aafcf480ef581161d3dc0b89a91c556dcaed45927ee0b612368016afe7b89\"; headers = \"134iqsjg6b80jwywccrhkhlrk6vj12d1nmfqbvlcl0d6cyqw6hys\"; electron_26-bin = mkElectron \"26.2.1\" { armv7l-linux = \"27469331e1b19f732f67e4b3ae01bba527b2744e31efec1ef76748c45fe7f262\"; aarch64-linux = \"fe634b9095120d5b5d2c389ca016c378d1c3ba4f49b33912f9a6d8eb46f76163\"; x86_64-linux = \"be4ca43f4dbc82cacb4c48a04f3c4589fd560a80a77dbb9bdf6c81721c0064df\"; x86_64-darwin = \"007413187793c94cd248f52d3e00e2d95ed73b7a3b2c5a618f22eba7af94cd1a\"; aarch64-darwin = \"4e095994525a0e97e897aad9c1940c8160ce2c9aaf7b6792f31720abc3e04ee6\"; headers = \"02z604nzcm8iw29s5lsgjlzwn666h3ikxpdfjg2h0mffm82d0wfk\"; }; }"} {"_id":"q-en-nixpkgs-432c4ab07fe9d6ac73f75cdb2986fe4dddae79df2164456e9ba234c571da6200","text":"with python3Packages; buildPythonApplication rec { pname = \"kitty\"; version = \"0.34.0\"; version = \"0.34.1\"; format = \"other\"; src = fetchFromGitHub { owner = \"kovidgoyal\"; repo = \"kitty\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-IP1CWMHiWnBSbt+78EQ6hfX2A9FDhlwt0KLthXtO4dA=\"; hash = \"sha256-r7KZcSqREILMp0F9ajeHS5sglq/o88h2t+4BgbABjOY=\"; }; goModules = (buildGo122Module {"} {"_id":"q-en-nixpkgs-43464e2e31a886b5436623b8c5ece6beb0f9a4a57e612a4606b9b487b600785d","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"virter\"; version = \"0.25.0\"; src = fetchFromGitHub { owner = \"LINBIT\"; repo = \"virter\"; rev = \"v${version}\"; hash = \"sha256-NIZBaPYFFH3MG2M7rF39TW8sLVR44SA37ZU3gOPwAFU=\"; }; vendorHash = \"sha256-cVOxRrsDdtlDSJ3WRDNk8nqt7ztz4GSRIf6FDDBxvPc=\"; ldflags = [ \"-s\" \"-w\" \"-X github.com/LINBIT/virter/cmd.version=${version}\" \"-X github.com/LINBIT/virter/cmd.builddate=builtByNix\" \"-X github.com/LINBIT/virter/cmd.githash=builtByNix\" ]; # requires network access doCheck = false; meta = { description = \"A command line tool for simple creation and cloning of virtual machines based on libvirt\"; homepage = \"https://github.com/LINBIT/virter\"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dit7ya ]; }; } "} {"_id":"q-en-nixpkgs-43472b68122196c251d65840b8a9c553294c8b4e844045d6dce24482f37ea0b6","text":"{ LOCATE_PATH = cfg.output; }; warnings = optional (isMLocate && cfg.localuser != null) \"mlocate does not support searching as user other than root\" warnings = optional (isMLocate && cfg.localuser != null) \"mlocate does not support the services.locate.localuser option; updatedb will run as root. (Silence with services.locate.localuser = null.)\" ++ optional (isFindutils && cfg.pruneNames != []) \"findutils locate does not support pruning by directory component\" ++ optional (isFindutils && cfg.pruneBindMounts) \"findutils locate does not support skipping bind mounts\";"} {"_id":"q-en-nixpkgs-4351d802126123a4d3a7570b8ff4386faf6ed740601770a78f998f5cb467bdd3","text":"\"--enable-gc\" ] ++ lib.optionals (!enableDocumentation) [ \"--disable-doc-gen\" ] ++ lib.optionals (!atLeast24) [ # option was removed in 2.4 \"--disable-init-state\" ] ++ lib.optionals atLeast214 [ \"CXXFLAGS=-I${lib.getDev rapidcheck}/extras/gtest/include\" ] ++ lib.optionals stdenv.isLinux ["} {"_id":"q-en-nixpkgs-4357a62b3a8adeccd09b8930bb36ca4e1dc2f14fb506d049932e44f98e562899","text":"description = \"Enterprise-class Open Source LDAP server for Linux\"; license = licenses.gpl3Plus; platforms = platforms.linux; knownVulnerabilities = [ \"CVE-2021-3514\" # https://nvd.nist.gov/vuln/detail/CVE-2021-3514 ]; }; }"} {"_id":"q-en-nixpkgs-43a9c32e0580240d241d115881602d68946dadd0f4545b73e5a47c2fd7a62aaf","text":" { lib, stdenvNoCC, pijul }: { lib, stdenvNoCC, pijul, cacert }: lib.makeOverridable ( { url"} {"_id":"q-en-nixpkgs-43e9a678be952bbec3c481caade8113b797941a2d334496a91daf9a338f506ad","text":"fingerprint = \"92D8 A09D 03DD B774 AABD 53B9 E136 2F07 D750 DB5C\"; }]; }; lilacious = { email = \"yuchenhe126@gmail.com\"; github = \"Lilacious\"; githubId = 101508537; name = \"Yuchen He\"; }; lillycham = { email = \"lillycat332@gmail.com\"; github = \"lillycat332\";"} {"_id":"q-en-nixpkgs-442624c2f320f23b6692eb0b4624939e5c48d05717bb50c824545ed4fe54f7c5","text":"stdenv.mkDerivation rec { name = \"tsocks-${version}\"; version = \"1.8beta5\"; src = fetchurl { url = \"mirror://sourceforge/tsocks/${name}.tar.gz\"; sha256 = \"0ixkymiph771dcdzvssi9dr2pk1bzaw9zv85riv3xl40mzspx7c4\"; }; patches = [ ./poll.patch ]; preConfigure = '' export configureFlags=\"$configureFlags --libdir=$out/lib\" sed -i -e \"s,/usr,\"$(echo $out|sed -e \"s,/,/,g\")\",g\" tsocks substituteInPlace tsocks --replace /usr $out export configureFlags=\"$configureFlags --libdir=$out/lib\" ''; meta = with stdenv.lib; {"} {"_id":"q-en-nixpkgs-44299fabe478d62f60d75ef28fc2dd260fcdb9cd2dd34932d45b5a14f65b74c9","text":" { mkDerivation , lib , fetchFromGitHub , qtbase , cmake , qttools , qtsvg , nix-update-script , fetchpatch , kguiaddons }: mkDerivation rec { pname = \"flameshot\"; version = \"12.1.0\"; src = fetchFromGitHub { owner = \"flameshot-org\"; repo = \"flameshot\"; rev = \"v${version}\"; sha256 = \"sha256-omyMN8d+g1uYsEw41KmpJCwOmVWLokEfbW19vIvG79w=\"; }; patches = [ # https://github.com/flameshot-org/flameshot/pull/3166 (fetchpatch { name = \"10-fix-wayland.patch\"; url = \"https://github.com/flameshot-org/flameshot/commit/5fea9144501f7024344d6f29c480b000b2dcd5a6.patch\"; sha256 = \"sha256-SnjVbFMDKD070vR4vGYrwLw6scZAFaQA4b+MbI+0W9E=\"; }) ]; passthru = { updateScript = nix-update-script { }; }; cmakeFlags = [ (lib.cmakeBool \"USE_WAYLAND_CLIPBOARD\" true) ]; nativeBuildInputs = [ cmake qttools qtsvg ]; buildInputs = [ qtbase kguiaddons ]; meta = with lib; { description = \"Powerful yet simple to use screenshot software\"; homepage = \"https://github.com/flameshot-org/flameshot\"; mainProgram = \"flameshot\"; maintainers = with maintainers; [ scode oxalica ]; license = licenses.gpl3Plus; platforms = platforms.linux ++ platforms.darwin; }; } "} {"_id":"q-en-nixpkgs-443332236489e383de9d444e1267aacd35d5d9e5da6527e209b6ca400e8a1711","text":" let tests = { wayland = { pkgs, ... }: { imports = [ ./common/wayland-cage.nix ]; services.cage.program = \"${pkgs.freetube}/bin/freetube\"; virtualisation.memorySize = 2047; environment.variables.NIXOS_OZONE_WL = \"1\"; environment.variables.DISPLAY = \"do not use\"; }; xorg = { pkgs, ... }: { imports = [ ./common/user-account.nix ./common/x11.nix ]; virtualisation.memorySize = 2047; services.xserver.enable = true; services.xserver.displayManager.sessionCommands = '' ${pkgs.freetube}/bin/freetube ''; test-support.displayManager.auto.user = \"alice\"; }; }; mkTest = name: machine: import ./make-test-python.nix ({ pkgs, ... }: { inherit name; nodes = { \"${name}\" = machine; }; meta.maintainers = with pkgs.lib.maintainers; [ kirillrdy ]; enableOCR = true; testScript = '' start_all() machine.wait_for_unit('graphical.target') machine.wait_for_text('Your Subscription list is currently empty') machine.send_key(\"ctrl-r\") machine.wait_for_text('Your Subscription list is currently empty') machine.screenshot(\"main.png\") machine.send_key(\"ctrl-comma\") machine.wait_for_text('General Settings', timeout=30) machine.screenshot(\"preferences.png\") ''; }); in builtins.mapAttrs (k: v: mkTest k v { }) tests "} {"_id":"q-en-nixpkgs-446c92e06ef613b6f2594be1cd51eb09f97711c5ba11b126181f7a2f37fe3520","text":"meta = with lib; { description = \"Markdown notes editor and manager designed for elementary OS\" + lib.optionalString withPantheon \" - built with Contractor support\"; + lib.optionalString withPantheon \" - built with Contractor support\"; homepage = \"https://github.com/Philip-Scott/Notes-up\"; license = licenses.gpl2; license = licenses.gpl2Only; maintainers = with maintainers; [ davidak ]; platforms = platforms.linux; };"} {"_id":"q-en-nixpkgs-44bb0968f4cc3056340026ea1eeffc3cd7b8c91da71d4a02874867809f47a9e6","text":"{ stdenv, fetchurl, pkgconfig, bc, perl, perlPackages, pam, libXext, libXScrnSaver, libX11 , libXrandr, libXmu, libXxf86vm, libXrender, libXxf86misc, libjpeg, libGLU, libGL, gtk2 , libxml2, libglade, intltool, xorg, makeWrapper, gle , libxml2, libglade, intltool, xorg, makeWrapper, gle, gdk-pixbuf, gdk-pixbuf-xlib , forceInstallAllHacks ? false }:"} {"_id":"q-en-nixpkgs-44c70686228238e2ac094d1b4c799f35f931b91b62d2df1c66236dca355db522","text":"s = # Generated upstream information rec { baseName=\"firejail\"; version=\"0.9.44.10\"; version=\"0.9.48\"; name=\"${baseName}-${version}\"; hash=\"19wln3h54wcscqgcmkm8sprdh7vrn5k91rr0hagv055y1i52c7mj\"; url=\"https://netix.dl.sourceforge.net/project/firejail/firejail/firejail-0.9.44.10.tar.xz\"; sha256=\"19wln3h54wcscqgcmkm8sprdh7vrn5k91rr0hagv055y1i52c7mj\"; hash=\"02a74nx8p2gbpd6ffnr52p02pxxllw3yy5fy4083a77r3wia8zb3\"; url=\"https://vorboss.dl.sourceforge.net/project/firejail/firejail/firejail-0.9.48.tar.xz\"; sha256=\"02a74nx8p2gbpd6ffnr52p02pxxllw3yy5fy4083a77r3wia8zb3\"; }; buildInputs = [ which"} {"_id":"q-en-nixpkgs-44c791928c54271011aa97cbc897a8d7c6e2abffe37ed26d895916457d0a32af","text":" diff --git a/tools/yabridgectl/src/config.rs b/tools/yabridgectl/src/config.rs index c1c89cf..d7bd822 100644 --- a/tools/yabridgectl/src/config.rs +++ b/tools/yabridgectl/src/config.rs @@ -23,6 +23,7 @@ use std::collections::{BTreeMap, BTreeSet}; use std::env; use std::fmt::Display; use std::fs; +use std::iter; use std::path::{Path, PathBuf}; use which::which; use xdg::BaseDirectories; @@ -216,34 +217,24 @@ impl Config { } } None => { - // Search in the system library locations and in `~/.local/share/yabridge` if no - // path was set explicitely. We'll also search through `/usr/local/lib` just in case - // but since we advocate against installing yabridge there we won't list this path - // in the error message when `libyabridge-vst2.so` can't be found. - let system_path = Path::new(\"/usr/lib\"); + // Search through NIX_PROFILES & data home directory if no path was set explicitly. + let nix_profiles = env::var(\"NIX_PROFILES\"); let user_path = xdg_dirs.get_data_home(); - let lib_directories = [ - system_path, - // Used on Debian based distros - Path::new(\"/usr/lib/x86_64-linux-gnu\"), - // Used on Fedora - Path::new(\"/usr/lib64\"), - Path::new(\"/usr/local/lib\"), - Path::new(\"/usr/local/lib/x86_64-linux-gnu\"), - Path::new(\"/usr/local/lib64\"), - &user_path, - ]; + let lib_directories = nix_profiles.iter() + .flat_map(|profiles| profiles.split(' ') + .map(|profile| Path::new(profile).join(\"lib\"))) + .chain(iter::once(user_path.clone())); + let mut candidates = lib_directories - .iter() .map(|directory| directory.join(LIBYABRIDGE_VST2_NAME)); + match candidates.find(|directory| directory.exists()) { Some(candidate) => candidate, _ => { return Err(anyhow!( - \"Could not find '{}' in either '{}' or '{}'. You can override the - default search path using 'yabridgectl set --path='.\", + \"Could not find '{}' through 'NIX_PROFILES' or '{}'. You can override the + default search path using 'yabridgectl set --path='.\", LIBYABRIDGE_VST2_NAME, - system_path.display(), user_path.display() )); } diff --git a/tools/yabridgectl/src/main.rs b/tools/yabridgectl/src/main.rs index 0db1bd4..221cdd0 100644 --- a/tools/yabridgectl/src/main.rs +++ b/tools/yabridgectl/src/main.rs @@ -102,7 +102,7 @@ fn main() -> Result<()> { .about(\"Path to the directory containing 'libyabridge-{vst2,vst3}.so'\") .long_about( \"Path to the directory containing 'libyabridge-{vst2,vst3}.so'. If this - is not set, then yabridgectl will look in both '/usr/lib' and + is not set, then yabridgectl will look through 'NIX_PROFILES' and '~/.local/share/yabridge' by default.\", ) .validator(validate_path) "} {"_id":"q-en-nixpkgs-44da74c8f5cbc6967ecaa19a0393d20f7ca0439af47e4ae30909d8936319eb89","text":"{ stdenv, buildPythonPackage, fetchFromGitHub , requests, decorator, flake8, mock, six, update_checker, pytestrunner, prawcore , pytest_3, betamax, betamax-serializers, betamax-matchers, requests_toolbelt , betamax , betamax-serializers , betamax-matchers , mock , six , pytestrunner , prawcore , pytest , requests-toolbelt , update_checker , websocket_client }: buildPythonPackage rec { pname = \"praw\"; version = \"6.0.0\"; version = \"6.3.1\"; src = fetchFromGitHub { owner = \"praw-dev\"; repo = \"praw\"; rev = \"v${version}\"; sha256 = \"0y6nyz8vf98gl1qfmnznv3dbvlbzdl6mz99vk673nyfn3hbs451i\"; sha256 = \"0by89aw7m803dvjcc33m9390msjm6v5v8g3k8ink9gfm421lw8ky\"; }; postPatch = '' # drop upper bound of prawcore requirement sed -ri \"s/'(prawcore >=.+), <.+'/'1'/\" setup.py ''; nativeBuildInputs = [ pytestrunner ]; propagatedBuildInputs = [ requests decorator flake8 mock six update_checker pytestrunner prawcore update_checker websocket_client ]; checkInputs = [ pytest_3 betamax betamax-serializers betamax-matchers requests_toolbelt mock pytest requests-toolbelt six ]; meta = with stdenv.lib; { description = \"Python Reddit API wrapper\"; homepage = https://praw.readthedocs.org/; license = licenses.gpl3; homepage = \"https://praw.readthedocs.org/\"; license = licenses.bsd2; platforms = platforms.all; maintainers = with maintainers; [ ]; };"} {"_id":"q-en-nixpkgs-4502d44f887cf1f7162f531bdc30fbc6b9fcff280fa9c66b197c5c9156ea4ce3","text":"inherit (callPackage ../applications/virtualization/docker {}) docker_24 docker_25 docker_26 docker_27; docker = docker_24; docker = docker_27; docker-client = docker.override { clientOnly = true; }; docker-gc = callPackage ../applications/virtualization/docker/gc.nix { };"} {"_id":"q-en-nixpkgs-452aad353774525f450421cdc4a24943b460220528360c6fdb27ed01a93f783b","text":"for usage. ''); scriptDir = mkOption { type = types.path; default = \"/var/lib/networkd-dispatcher\"; description = mdDoc '' This directory is used for keeping various scripts read and run by networkd-dispatcher. See [https://gitlab.com/craftyguy/networkd-dispatcher](upstream instructions) for directory structure and script usage. rules = mkOption { default = {}; example = lib.literalExpression '' { \"restart-tor\" = { onState = [\"routable\" \"off\"]; script = ''' #!''${pkgs.runtimeShell} if [[ $IFACE == \"wlan0\" && $AdministrativeState == \"configured\" ]]; then echo \"Restarting Tor ...\" systemctl restart tor fi exit 0 '''; }; }; ''; description = lib.mdDoc '' Declarative configuration of networkd-dispatcher rules. See [https://gitlab.com/craftyguy/networkd-dispatcher](upstream instructions) for an introduction and example scripts. ''; type = types.attrsOf (types.submodule { options = { onState = mkOption { type = types.listOf (types.enum [ \"routable\" \"dormant\" \"no-carrier\" \"off\" \"carrier\" \"degraded\" \"configuring\" \"configured\" ]); default = null; description = lib.mdDoc '' List of names of the systemd-networkd operational states which should trigger the script. See for a description of the specific state type. ''; }; script = mkOption { type = types.lines; description = lib.mdDoc '' Shell commands executed on specified operational states. ''; }; }; }); }; };"} {"_id":"q-en-nixpkgs-452af2dd98dfc8d445812fd0f92d30a59ea77a133239f144c3c54f4ec435dc8a","text":" { lib , stdenv , fetchFromGitHub , pkg-config , gtk3 , curl , libxml2 }: stdenv.mkDerivation rec { pname = \"smooth\"; version = \"0.9.6\"; src = fetchFromGitHub { owner = \"enzo1982\"; repo = \"smooth\"; rev = \"v${version}\"; sha256 = \"05j5gk6kz2089x8bcq2l0kjspfiiymxn69jcxl4dh9lw96blbadr\"; }; nativeBuildInputs = [ pkg-config ]; makeFlags = [ \"prefix=$(out)\" ]; buildInputs = [ gtk3 curl libxml2 ]; meta = with lib; { description = \"The smooth Class Library\"; license = licenses.artistic2; homepage = \"http://www.smooth-project.org/\"; maintainers = with maintainers; [ shamilton ]; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-452fbc32aa5db70b50763ca37f0fd89b70259cbc92c0f2d9966d6be63bd98475","text":"# this fixes bundled ripgrep chmod +x resources/app/node_modules/@vscode/ripgrep/bin/rg '' + lib.optionalString (lib.versionOlder version \"1.78.0\") '' '' + lib.optionalString (lib.versionOlder version \"1.78.0\" && stdenv.isLinux) '' # see https://github.com/gentoo/gentoo/commit/4da5959 chmod +x resources/app/node_modules/node-pty/build/Release/spawn-helper '';"} {"_id":"q-en-nixpkgs-456a867922cb344f2ad60b190ebed49d69d69bceaadf7a54e09c1dcfab45429e","text":" { lib , stdenv , buildPythonPackage , fetchPypi , pythonOlder # Build dependencies , glibcLocales # Test dependencies , nose , pygments # Runtime dependencies , jedi , decorator , pickleshare , traitlets , prompt_toolkit , pexpect , appnope , backcall , fetchpatch }: buildPythonPackage rec { pname = \"ipython\"; version = \"7.9.0\"; src = fetchPypi { inherit pname version; sha256 = \"103jkw18z7fnwdal1mdbijjxi1fndzn31g887lmj7ddpf2r07lyz\"; }; prePatch = lib.optionalString stdenv.isDarwin '' substituteInPlace setup.py --replace \"'gnureadline'\" \" \" ''; buildInputs = [ glibcLocales ]; checkInputs = [ nose pygments ]; propagatedBuildInputs = [ jedi decorator pickleshare traitlets prompt_toolkit pygments pexpect backcall ] ++ lib.optionals stdenv.isDarwin [appnope]; LC_ALL=\"en_US.UTF-8\"; doCheck = false; # Circular dependency with ipykernel checkPhase = '' nosetests ''; pythonImportsCheck = [ \"IPython\" ]; meta = with lib; { description = \"IPython: Productive Interactive Computing\"; homepage = \"http://ipython.org/\"; license = licenses.bsd3; maintainers = with maintainers; [ bjornfor ]; }; } "} {"_id":"q-en-nixpkgs-456c1f1f660368aebc46f702765ffe962fc051fb5577a1c902210629bef0b86c","text":"serviceConfig = { User = pgmanage; Group = pgmanage; ExecStart = \"${pkgs.pgmanage}/sbin/pgmanage -c ${confFile}\" + ExecStart = \"${cfg.package}/sbin/pgmanage -c ${confFile}\" + optionalString cfg.localOnly \" --local-only=true\"; }; };"} {"_id":"q-en-nixpkgs-457cd1df86763b8df00bee28409cd1078d2bd04321a7e4c852476350a0c4178d","text":"version = src.version; src = pkgs.invoiceplane; patchPhase = '' postPhase = '' # Patch index.php file to load additional config file substituteInPlace index.php --replace \"require('vendor/autoload.php');\" \"require('vendor/autoload.php'); $dotenv = new DotenvDotenv(__DIR__, 'extraConfig.php'); $dotenv->load();\"; --replace \"require('vendor/autoload.php');\" \"require('vendor/autoload.php'); $dotenv = DotenvDotenv::createImmutable(__DIR__, 'extraConfig.php'); $dotenv->load();\"; ''; installPhase = ''"} {"_id":"q-en-nixpkgs-45e3a8c7d4b59b1875b9af0f7dacfc09151e008edcbd5197c7b01d707c8d7062","text":"(fetchNuGet { pname = \"Microsoft.Extensions.Logging.Abstractions\"; version = \"8.0.0\"; sha256 = \"1klcqhg3hk55hb6vmjiq2wgqidsl81aldw0li2z98lrwx26msrr6\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Options\"; version = \"8.0.0\"; sha256 = \"0p50qn6zhinzyhq9sy5svnmqqwhw2jajs2pbjh9sah504wjvhscz\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Primitives\"; version = \"8.0.0\"; sha256 = \"0aldaz5aapngchgdr7dax9jw5wy7k7hmjgjpfgfv1wfif27jlkqm\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Abstractions\"; version = \"7.0.3\"; sha256 = \"0njmg2lygnirnfjv9gck2f5lq4ly5rgws9cpf8qj3kwcwxfp0b9s\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.JsonWebTokens\"; version = \"7.0.3\"; sha256 = \"1ayh85xqdq8rqjk2iqcn7iaczcl7d8qg6bxk0b4rgx59fmsmbqj7\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Logging\"; version = \"7.0.3\"; sha256 = \"13cjqmf59k895q6gkd5ycl89mnpalckda7rhsdl11jdyr32hsfnv\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Tokens\"; version = \"7.0.3\"; sha256 = \"1pmhd0imh9wlhvbvvwjrpjsqvzagi2ly22nddwr4r0pi234khyz1\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Abstractions\"; version = \"7.3.0\"; sha256 = \"1x183b0gz1vcfiljggrn30g6jvixlwks0lfpl4hl9nnjbpg0fdvq\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.JsonWebTokens\"; version = \"7.3.0\"; sha256 = \"03nnqmz0w42wiqgf5y0wkn6w0n3m93q8ihqmrrz7rdh85v06f999\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Logging\"; version = \"7.3.0\"; sha256 = \"1b24pf0ippwbdjc3k1wzr13lr1zqlcbymi2hpvfmxmk4i6vzn4mv\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Tokens\"; version = \"7.3.0\"; sha256 = \"1qdcqcnczaqfd0cii3bcymbc7rvkypm25idxgx7hfc81h9ysh79h\"; }) (fetchNuGet { pname = \"Microsoft.NET.ILLink.Tasks\"; version = \"8.0.1\"; sha256 = \"1drbgqdcvbpisjn8mqfgba1pwb6yri80qc4mfvyczqwrcsj5k2ja\"; }) (fetchNuGet { pname = \"Microsoft.NET.Test.Sdk\"; version = \"17.8.0\"; sha256 = \"1syvl3g0hbrcgfi9rq6pld8s8hqqww4dflf1lxn59ccddyyx0gmv\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"5.0.0\"; sha256 = \"0mwpwdflidzgzfx2dlpkvvnkgkr2ayaf0s80737h4wa35gaj11rc\"; }) (fetchNuGet { pname = \"Microsoft.OpenApi\"; version = \"1.2.3\"; sha256 = \"07b19k89whj69j87afkz86gp9b3iybw8jqwvlgcn43m7fb2y99rr\"; }) (fetchNuGet { pname = \"Microsoft.Testing.Extensions.Telemetry\"; version = \"1.0.0\"; sha256 = \"1b52s7z01wkg83dpkpyg7girjflm84zr65pacsfwm2hvhb9xa2w6\"; }) (fetchNuGet { pname = \"Microsoft.Testing.Extensions.TrxReport.Abstractions\"; version = \"1.0.0\"; sha256 = \"0pvr4yga99fqr4z8s8js9hxki5c92qy7scvpqwslws5mri625m38\"; }) (fetchNuGet { pname = \"Microsoft.Testing.Extensions.VSTestBridge\"; version = \"1.0.0\"; sha256 = \"0zzrwp5in56fhc2cdmn4i44v2jf13frbjwpb9v8s7fkr9ky4wh5w\"; }) (fetchNuGet { pname = \"Microsoft.Testing.Platform\"; version = \"1.0.0\"; sha256 = \"1qbf922frk4c0cam57d98f3d5q5226pgrgjm7pfcamwy5whvx5sh\"; }) (fetchNuGet { pname = \"Microsoft.Testing.Platform.MSBuild\"; version = \"1.0.0\"; sha256 = \"0my1fihyh86rckfzbrvl5kdcq34yp0ywl8azs2gx3c27sg4pjrp2\"; }) (fetchNuGet { pname = \"Microsoft.TestPlatform.ObjectModel\"; version = \"17.5.0\"; sha256 = \"0qkjyf3ky6xpjg5is2sdsawm99ka7fzgid2bvpglwmmawqgm8gls\"; }) (fetchNuGet { pname = \"Microsoft.TestPlatform.ObjectModel\"; version = \"17.8.0\"; sha256 = \"0b0i7lmkrcfvim8i3l93gwqvkhhhfzd53fqfnygdqvkg6np0cg7m\"; }) (fetchNuGet { pname = \"Microsoft.TestPlatform.TestHost\"; version = \"17.8.0\"; sha256 = \"0f5jah93kjkvxwmhwb78lw11m9pkkq9fvf135hpymmmpxqbdh97q\"; }) (fetchNuGet { pname = \"Microsoft.Win32.Registry\"; version = \"5.0.0\"; sha256 = \"102hvhq2gmlcbq8y2cb7hdr2dnmjzfp2k3asr1ycwrfacwyaak7n\"; }) (fetchNuGet { pname = \"MSTest.TestAdapter\"; version = \"3.1.1\"; sha256 = \"0y3ic8jv5jhld6gan2qfa2wyk4z57f7y4y5a47njr0jvxxnarg2c\"; }) (fetchNuGet { pname = \"MSTest.TestFramework\"; version = \"3.1.1\"; sha256 = \"1lbgkrbrkmw4c54g61cwbmwc4zl8hyqmp283ymvj93lq7chbxasn\"; }) (fetchNuGet { pname = \"MSTest.TestAdapter\"; version = \"3.2.0\"; sha256 = \"0n7iw8ppjyps4sg0rfh5pags4wq58yg1g9vnxfwa73z38jws2c10\"; }) (fetchNuGet { pname = \"MSTest.TestFramework\"; version = \"3.2.0\"; sha256 = \"0n9aab1cxf8w23dl4yw7rqpi47v7gd02csq3zisc5whsrb9i0xbq\"; }) (fetchNuGet { pname = \"Newtonsoft.Json\"; version = \"13.0.1\"; sha256 = \"0fijg0w6iwap8gvzyjnndds0q4b8anwxxvik7y8vgq97dram4srb\"; }) (fetchNuGet { pname = \"Newtonsoft.Json\"; version = \"13.0.3\"; sha256 = \"0xrwysmrn4midrjal8g2hr1bbg38iyisl0svamb11arqws4w2bw7\"; }) (fetchNuGet { pname = \"Newtonsoft.Json.Bson\"; version = \"1.0.2\"; sha256 = \"0c27bhy9x3c2n26inq32kmp6drpm71n6mqnmcr19wrlcaihglj35\"; })"} {"_id":"q-en-nixpkgs-45e7d6821ea23d3733f9c69e4ff3ddb7e9e83308515be57f46d99e51ade3b3f1","text":"meta = with lib; { homepage = \"https://nicolargo.github.io/glances/\"; description = \"Cross-platform curses-based monitoring tool\"; changelog = \"https://github.com/nicolargo/glances/releases/tag/v${version}\"; changelog = \"https://github.com/nicolargo/glances/blob/v${version}/NEWS.rst\"; license = licenses.lgpl3Only; maintainers = with maintainers; [ jonringer primeos koral ]; };"} {"_id":"q-en-nixpkgs-4628319feb94245156d9da6d4d9c4f8f5cf36f6299c99304cb4d2818bdeda2ee","text":"let self = stdenv.mkDerivation rec { pname = \"mysql\"; version = \"5.7.27\"; version = \"5.7.37\"; src = fetchurl { url = \"mirror://mysql/MySQL-5.7/${pname}-${version}.tar.gz\"; sha256 = \"1fhv16zr46pxm1j8vb8x8mh3nwzglg01arz8gnazbmjqldr5idpq\"; sha256 = \"sha256-qZqaqGNdJWbat2Sy3la+0XMDZdNg4guyf1Y5LOVOGL0=\"; }; preConfigure = lib.optionalString stdenv.isDarwin ''"} {"_id":"q-en-nixpkgs-464a4f966abdd5c92a62fa9ebb3dc23525d03033f06279e37d991a9ce55a4491","text":"ossfs = callPackage ../development/python-modules/ossfs { }; osxphotos = callPackage ../development/python-modules/osxphotos { }; ots-python = callPackage ../development/python-modules/ots-python { }; outcome = callPackage ../development/python-modules/outcome { };"} {"_id":"q-en-nixpkgs-4666ec61462089f9007a061898687c7ac86255718870920117ee0a28f29a3ce2","text":"# - Package: ../modules/${pname}/releases/package.nix # FIXME: do this at the module system level propagatePlatforms = lib.mapAttrs (platform: subset: map (r: r // { inherit platform; }) subset); propagatePlatforms = lib.mapAttrs (redistArch: packages: map (p: { inherit redistArch; } // p) packages); # All releases across all platforms # See ../modules/${pname}/releases/releases.nix"} {"_id":"q-en-nixpkgs-466e2489cd2b07db04af5b68079060b21c275159611bb8e2fe448e5917825115","text":"systemd.packages = [ pkgs.tracker-miners ]; services.gnome.tracker.subcommandPackages = [ pkgs.tracker-miners ]; }; }"} {"_id":"q-en-nixpkgs-469b1daa33fb65272c425b8a30ae80d3efb6daea9d15b46548c4dc6a0ba33b4a","text":"githubId = 543055; name = \"Shadaj Laddad\"; }; shaddydc = { email = \"nixpkgs@shaddy.dev\"; github = \"ShaddyDC\"; githubId = 18403034; name = \"Shaddy\"; }; shadowrz = { email = \"shadowrz+nixpkgs@disroot.org\"; matrix = \"@ShadowRZ:matrixim.cc\";"} {"_id":"q-en-nixpkgs-46b8cad902be8020829b04d126250cc22414d2fdceb8d933d05581fb1e6b79c4","text":"cd ../.. # Symlink required sources mkdir -p sources cd sources ${if includeSources then stdenv.lib.concatMapStrings (platformVersion: if (builtins.hasAttr (\"source_\"+platformVersion) sources) then let source = builtins.getAttr (\"source_\"+platformVersion) sources; in \"ln -s ${source}/* android-${platformVersion}n\" else \"\") platformVersions else \"\"} cd .. # Symlink required platforms mkdir -p platforms"} {"_id":"q-en-nixpkgs-46dc9a5a354b3157205d1d559350176f2f18ce87f054fc5df1838259010d9d55","text":"# package customization , enableNaCl ? false , enableHotwording ? false , enableWideVine ? false , gnomeSupport ? false, gnome ? null , gnomeKeyringSupport ? false, libgnome-keyring3 ? null"} {"_id":"q-en-nixpkgs-4703ec114bd259290707c84669085fe9f181513632961c3c36b8c5f24fd84010","text":"# Fetchers {#chap-pkgs-fetchers} When using Nix, you will frequently need to download source code and other files from the internet. Nixpkgs comes with a few helper functions that allow you to fetch fixed-output derivations in a structured way. When using Nix, you will frequently need to download source code and other files from the internet. For this purpose, Nix provides the [_fixed output derivation_](https://nixos.org/manual/nix/stable/#fixed-output-drvs) feature and Nixpkgs provides various functions that implement the actual fetching from various protocols and services. The two fetcher primitives are `fetchurl` and `fetchzip`. Both of these have two required arguments, a URL and a hash. The hash is typically `sha256`, although many more hash algorithms are supported. Nixpkgs contributors are currently recommended to use `sha256`. This hash will be used by Nix to identify your source. A typical usage of fetchurl is provided below. ## Caveats Because fixed output derivations are _identified_ by their hash, a common mistake is to update a fetcher's URL or a version parameter, without updating the hash. **This will cause the old contents to be used.** So remember to always invalidate the hash argument. For those who develop and maintain fetcheres, a similar problem arises with changes to the implementation of a fetcher. These may cause a fixed output derivation to fail, but won't normally be caught by tests because the supposed output is already in the store or cache. For the purpose of testing, you can use a trick that is embodied by the [`invalidateFetcherByDrvHash`](#sec-pkgs-invalidateFetcherByDrvHash) function. It uses the derivation `name` to create a unique output path per fetcher implementation, defeating the caching precisely where it would be harmful. ## `fetchurl` and `fetchzip` {#fetchurl} Two basic fetchers are `fetchurl` and `fetchzip`. Both of these have two required arguments, a URL and a hash. The hash is typically `sha256`, although many more hash algorithms are supported. Nixpkgs contributors are currently recommended to use `sha256`. This hash will be used by Nix to identify your source. A typical usage of fetchurl is provided below. ```nix { stdenv, fetchurl }:"} {"_id":"q-en-nixpkgs-470dbe825cff2003f82e0bf278549adb9a7282c9cceac32509d34a58cb358fea","text":"dontAutoPatchelf = true; postFixup = (attrs.postFixup or \"\") + optionalString (stdenv.isLinux) '' ( cd $out/clion-${version} cd $out/clion # bundled cmake does not find libc rm -rf bin/cmake/linux ln -s ${cmake} bin/cmake/linux"} {"_id":"q-en-nixpkgs-471ef460e64b0333ac4fd02347e14f152ada3c50949ebbc3a7a64adde7f8e8fb","text":"postInstall = '' wrapProgram $out/bin/git-flow --set FLAGS_GETOPT_CMD ${pkgs.getopt}/bin/getopt --suffix PATH : ${pkgs.git}/bin --prefix PATH : ${pkgs.coreutils}/bin --set FLAGS_GETOPT_CMD ${getopt}/bin/getopt --suffix PATH : ${git}/bin --prefix PATH : ${coreutils}/bin ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-474905e4678abd2adeeb986a825b53283a20c6bcd5d153e32274423be5f5d23a","text":"{ fetchurl }: rec { version = \"1.6.23\"; version = \"1.6.24\"; src = fetchurl { url = \"http://www.openafs.org/dl/openafs/${version}/openafs-${version}-src.tar.bz2\"; sha256 = \"1gy7a0jhagxif8av540xb1aa6cl7id08nsgjbgady54bnmb0viga\"; sha256 = \"1dxzc1y5mmx3ap0m94sx80vfs3qxkckid3wc1xm0wr5i6fh7zn1h\"; }; srcs = [ src (fetchurl { url = \"http://www.openafs.org/dl/openafs/${version}/openafs-${version}-doc.tar.bz2\"; sha256 = \"18my71s9mddy0k835852ksjzkza7xs73kyxavmdqflh5vkywb6y0\"; sha256 = \"0aq9ipqpr2ksmk30h2dc4mlrkrqs16xnmspwfb6xj3rgr1pwszlx\"; })]; }"} {"_id":"q-en-nixpkgs-4798fcfbb89118997166778e684f732be8d3500079a0e80cbd89376ec78e98a6","text":"crow-translate = libsForQt5.callPackage ../applications/misc/crow-translate { }; cryptowatch-desktop = callPackage ../applications/finance/cryptowatch { }; dae = callPackage ../tools/networking/dae { }; darling = callPackage ../applications/emulators/darling { };"} {"_id":"q-en-nixpkgs-47ab3d9589380f1da85d81ba6a58985e3f90fbed505621b3250bf29325e76187","text":"local dst=\"$1\" local wrapper=\"$2\" export prog=\"$3\" export use_response_file_by_default=${if isClang then \"1\" else \"0\"} export use_response_file_by_default=${if isClang && !isCcache then \"1\" else \"0\"} substituteAll \"$wrapper\" \"$out/bin/$dst\" chmod +x \"$out/bin/$dst\" }"} {"_id":"q-en-nixpkgs-47bae1a8f9662bda8df1792c5d48eb845b64d054aac5a4ea9de2fc7a0ed529ab","text":"let pname = \"ollama\"; # don't forget to invalidate all hashes each update version = \"0.1.48\"; version = \"0.2.1\"; src = fetchFromGitHub { owner = \"ollama\"; repo = \"ollama\"; rev = \"v${version}\"; hash = \"sha256-rMStHUFC88TXIH/1c9bCOU0csnEZHOhWKBlLKarmCmE=\"; hash = \"sha256-hzB/sS+6vsMuJfCPZucTQerytnq+TBzTtiWwwd+H+bE=\"; fetchSubmodules = true; };"} {"_id":"q-en-nixpkgs-47c4ceb186f8bb6489abfbc39acd878aea4e7e595527a8889f5389ccc66c4c35","text":", ilmbase, gtk3, intltool, lcms2, lensfun, libX11, libexif, libgphoto2, libjpeg , libpng, librsvg, libtiff, openexr, osm-gps-map, pkgconfig, sqlite, libxslt , openjpeg, lua, pugixml, colord, colord-gtk, libwebp, libsecret, gnome3 , ocl-icd }: stdenv.mkDerivation rec {"} {"_id":"q-en-nixpkgs-47c7a31f72b851aa7d1488b694d1e60f5ae6b651b77cc076b6800bb5168f44e4","text":"then tag else lib.head (lib.strings.splitString \"-\" (baseNameOf result.outPath)); # Docker can't be made to run darwin binaries meta.badPlatforms = lib.platforms.darwin; } '' ${lib.optionalString (tag == null) '' outName=\"$(basename \"$out\")\""} {"_id":"q-en-nixpkgs-47ce1b4018eb443d1c81a071c973d960a086fd62a7e2b3ec61882255ff60abc0","text":"executableName = \"codium\"; longName = \"VSCodium\"; shortName = \"Codium\"; shortName = \"vscodium\"; src = fetchurl { url = \"https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-${plat}-${version}.${archive_fmt}\";"} {"_id":"q-en-nixpkgs-47d6b079739f5257bbd6df1a1394d4d3e35c1033913386df184c4a58718472f2","text":"Similarly [virtualisation.vmVariantWithBootloader](#opt-virtualisation.vmVariantWithBootLoader) was added. - The configuration portion of the `nix-daemon` module has been reworked and exposed as [nix.settings](options.html#opt-nix-settings): * Legacy options have been mapped to the corresponding options under under [nix.settings](options.html#opt-nix.settings) but may be deprecated in the future. * Legacy options have been mapped to the corresponding options under under [nix.settings](options.html#opt-nix.settings) and will be deprecated when NixOS 21.11 reaches end of life. * [nix.buildMachines.publicHostKey](options.html#opt-nix.buildMachines.publicHostKey) has been added. - The `writers.writePyPy2`/`writers.writePyPy3` and corresponding `writers.writePyPy2Bin`/`writers.writePyPy3Bin` convenience functions to create executable Python 2/3 scripts using the PyPy interpreter were added."} {"_id":"q-en-nixpkgs-48029400933cf686f330c20105b4478f62bb374bbe77be5c877757a8a88b4151","text":" { yarn2nix-moretea , fetchFromGitHub }: yarn2nix-moretea.mkYarnPackage rec { name = \"gotify-ui\"; packageJSON = ./package.json; yarnNix = ./yarndeps.nix; version = \"2.0.8\"; src_all = fetchFromGitHub { owner = \"gotify\"; repo = \"server\"; rev = \"v${version}\"; sha256 = \"17bxs3wcazrxippf3i9w7d2mq8lf0v5m4bn3nl2zb8v8dl3lsc9a\"; }; src = \"${src_all}/ui\"; buildPhase = '' yarn build ''; } "} {"_id":"q-en-nixpkgs-483c76479040e304af04b0b7ce573524b6f6288e337a74b1a6a943cf6c2422a1","text":"\"CONF_GCC_LINKER_OPTS_STAGE2=-fuse-ld=gold\" ] ++ stdenv.lib.optionals (disableLargeAddressSpace) [ \"--disable-large-address-space\" ] ++ stdenv.lib.optional enableDwarf [ \"--enable-dwarf-unwind\" ]; # Make sure we never relax`$PATH` and hooks support for compatability."} {"_id":"q-en-nixpkgs-48562b41e404cd9316f5e1fb3600a3b363afdaf1a03781d7fd7db4f8fdadffd9","text":" { stdenv, fetchurl, appimageTools, undmg, libsecret }: let inherit (stdenv.hostPlatform) system; throwSystem = throw \"Unsupported system: ${system}\"; pname = \"keeweb\"; version = \"1.15.7\"; name = \"${pname}-${version}\"; suffix = { x86_64-linux = \"linux.AppImage\"; x86_64-darwin = \"mac.dmg\"; }.${system} or throwSystem; src = fetchurl { url = \"https://github.com/keeweb/keeweb/releases/download/v${version}/KeeWeb-${version}.${suffix}\"; sha256 = { x86_64-linux = \"0cy0avl0m07xs523xm0rzsmifl28sv4rjb2jj3x492qmr2v64ckk\"; x86_64-darwin = \"0r8c3zi0ibj0bb0gfc1axfn0y4qpjqfr0xpcxf810d65kaz6wic4\"; }.${system} or throwSystem; }; appimageContents = appimageTools.extract { inherit name src; }; meta = with stdenv.lib; { description = \"Free cross-platform password manager compatible with KeePass\"; homepage = \"https://keeweb.info/\"; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = [ \"x86_64-linux\" \"x86_64-darwin\" ]; }; linux = appimageTools.wrapType2 rec { inherit name src meta; extraPkgs = pkgs: with pkgs; [ libsecret ]; extraInstallCommands = '' mv $out/bin/{${name},${pname}} install -Dm644 ${appimageContents}/keeweb.desktop -t $out/share/applications install -Dm644 ${appimageContents}/keeweb.png -t $out/share/icons/hicolor/256x256/apps install -Dm644 ${appimageContents}/usr/share/mime/keeweb.xml -t $out/share/mime substituteInPlace $out/share/applications/keeweb.desktop --replace 'Exec=AppRun' 'Exec=${pname}' ''; }; darwin = stdenv.mkDerivation { inherit pname version src meta; nativeBuildInputs = [ undmg ]; sourceRoot = \"KeeWeb.app\"; installPhase = '' mkdir -p $out/Applications/KeeWeb.app cp -R . $out/Applications/KeeWeb.app ''; }; in if stdenv.isDarwin then darwin else linux "} {"_id":"q-en-nixpkgs-489a0c4a1bef047b79dec14f0ffc5ba0096873e395e6f65b52767d84d7c77996","text":", vala , wrapGAppsHook3 , glib , glib-networking , gtk3 , json-glib , libappindicator"} {"_id":"q-en-nixpkgs-48b0c5a9555e8acbf692509dc82cee2e43a5a44ae6ce2488df390b511c8d78c8","text":" prefix=@out@ exec_prefix=${prefix} libdir=@out@/lib includedir=@out@/include Name: tbox Description: A glib-like multi-platform c library Version: @version@ Libs: -L${libdir} -ltbox Cflags: -I${includedir} "} {"_id":"q-en-nixpkgs-48bd2a416d5cb191128c1abc6429a0973319761c8d8b35e1dee7871006daad4b","text":"python3Packages.buildPythonApplication rec { pname = \"pass-import\"; version = \"3.2\"; version = \"3.5\"; src = fetchFromGitHub { owner = \"roddhjav\"; repo = \"pass-import\"; rev = \"v${version}\"; sha256 = \"0hrpg7yiv50xmbajfy0zdilsyhbj5iv0qnlrgkfv99q1dvd5qy56\"; src = fetchurl { url = \"https://github.com/roddhjav/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz\"; hash = \"sha256-+wrff3OxPkAGu1Mn4Kl0KN4FmvIAb+MnaERcD5ScDNc=\"; }; patches = [ (fetchpatch { name = \"support-for-pykeepass-4.0.3.patch\"; url = \"https://github.com/roddhjav/pass-import/commit/f1b167578916d971ee4f99be99ba0e86ef49015e.patch\"; hash = \"sha256-u6bJbV3/QTfRaPauKSyCWNodpy6CKsreMXUZWKRbee0=\"; }) ]; propagatedBuildInputs = with python3Packages; [ cryptography defusedxml jsonpath-ng pyaml pykeepass python-magic # similar API to \"file-magic\", but already in nixpkgs. requests secretstorage zxcvbn ]; nativeCheckInputs = ["} {"_id":"q-en-nixpkgs-4923e3aab42d7577f9bf5d3f817ded25b85a1c376c6c0c58e54fd260e8a5b953","text":"py.test ''; patches = [ # Add Python 3.7 support. Remove with the next release (fetchpatch { url = \"https://github.com/google/python-fire/commit/668007ae41391f5964870b4597e41493a936a11e.patch\"; sha256 = \"0rf7yzv9qx66zfmdggfz478z37fi4rwx4hlh3dk1065sx5rfksi0\"; }) ]; meta = with stdenv.lib; { description = \"A library for automatically generating command line interfaces\";"} {"_id":"q-en-nixpkgs-493fb536479457900d674b57b4e3b5d88aa7b9bfbefa4c64585982eee0dd7281","text":"githubId = 20391; name = \"Nahum Shalman\"; }; nsnelson = { email = \"noah.snelson@protonmail.com\"; github = \"peeley\"; githubId = 30942198; name = \"Noah Snelson\"; }; nthorne = { email = \"notrupertthorne@gmail.com\"; github = \"nthorne\";"} {"_id":"q-en-nixpkgs-495b521d346e03d191d83f3ef59077748f9eb96355439e3fce0017f90ea2fae5","text":"configureFlags = attrs.configureFlags ++ [\"--set=build.docs=false\"]; }); wasm-bindgen-84 = wasm-bindgen-cli.override { version = \"0.2.84\"; hash = \"sha256-0rK+Yx4/Jy44Fw5VwJ3tG243ZsyOIBBehYU54XP/JGk=\"; cargoHash = \"sha256-vcpxcRlW1OKoD64owFF6mkxSqmNrvY+y3Ckn5UwEQ50=\"; }; commonDerivationAttrs = rec { pname = \"lldap\"; version = \"0.4.3\";"} {"_id":"q-en-nixpkgs-4978a7b9d44eb816f9bb10a7944ffca24ccc1a57b64705d211e6859fbf209fd5","text":"fi done # Copy all layers from input images to output image directory cp -R --no-clobber inputs/*/* image/ cp -R --update=none inputs/*/* image/ # Merge repositories objects and manifests jq -s add \"''${repos[@]}\" > repositories jq -s add \"''${manifests[@]}\" > manifest.json"} {"_id":"q-en-nixpkgs-49817b9ba9fd5f323c73d1a3f3f7e1ecaf6cc60d905ea45dac13e565f072e234","text":"preInstall = '' substituteInPlace platforminputcontext/cmake_install.cmake --replace ${qtbase.out} $out --replace ${qtbase.bin} $out substituteInPlace quickphrase-editor/cmake_install.cmake --replace ${fcitx} $out ''; meta = with stdenv.lib; { meta = with lib; { homepage = https://gitlab.com/fcitx/fcitx-qt5; description = \"Qt5 IM Module for Fcitx\"; license = licenses.gpl2;"} {"_id":"q-en-nixpkgs-49862a0988e7d658ce530856c099d6bc8490f2749ef0a9b5dd05f99c1c56f471","text":"libDeps = platform: stdenv.lib.optional enableTerminfo [ ncurses ] ++ [libffi] ++ stdenv.lib.optional (!enableIntegerSimple) gmp ++ stdenv.lib.optional (platform.libc != \"glibc\" && !targetPlatform.isWindows) libiconv ++ stdenv.lib.optional enableDwarf elfutils; ++ stdenv.lib.optional (platform.libc != \"glibc\" && !targetPlatform.isWindows) libiconv; toolsForTarget = [ pkgsBuildTarget.targetPackages.stdenv.cc"} {"_id":"q-en-nixpkgs-49b6b1d1d434d9581f02373b5b6878f45e11255aa38b57e251404ee5682f6fe1","text":"-e 's^addCVars^addCVars${_infixSalt}^g' -e 's^[ -z \"$crossConfig\" ]^[[ \"${builtins.toString (targetPlatform != hostPlatform)}\" || -z \"$crossConfig\" ]]^g' '' + stdenv.lib.optionalString (textFile == ./setup-hook.sh) '' cat << 'EOF' >> $out for CMD in ar as nm objcopy ranlib strip strings size ld windres do # which is not part of stdenv, but compgen will do for now if PATH=$_PATH type -p ${prefix}$CMD > /dev/null then export ''$(echo \"$CMD\" | tr \"[:lower:]\" \"[:upper:]\")=${prefix}''${CMD}; fi done EOF sed -i $out -e 's_envHooks_crossEnvHooks_g' '' + '' # NIX_ things which we don't both use and define, we revert them #asymmetric=$( # for pre in \"\" \"$\""} {"_id":"q-en-nixpkgs-49d5f7b791b3dc97056c00245abd52e0137c5b9de1b6605e8f6d478d4b45a400","text":"rustPlatform.buildRustPackage rec { pname = \"edgedb\"; version = \"3.3.0\"; version = \"3.4.0\"; src = fetchFromGitHub { owner = \"edgedb\"; repo = \"edgedb-cli\"; rev = \"v${version}\"; sha256 = \"sha256-6uhwuAGZ/XU+eENNo0H7hOdrDDx0fWvPVZAEOm5mdcY=\"; sha256 = \"sha256-w6YpjSmh517yat45l4gGdV6qWD4O3aCx/6LL5wea+RA=\"; fetchSubmodules = true; };"} {"_id":"q-en-nixpkgs-4a0af1c082ddf8a73d951763c997c783391aecb64c3cfc81a23478f6d66bac3e","text":"homepage = \"https://github.com/luabind/luabind\"; description = \"A library that helps you create bindings between C++ and Lua\"; license = lib.licenses.mit; platforms = lib.platforms.linux; platforms = lib.platforms.unix; }; }"} {"_id":"q-en-nixpkgs-4a13572fdee3fe4980badb303b6bd39bd689b1eb17461c8f3a3aa118f879a99b","text":"requests_oauth2 = buildPythonPackage rec { name = \"requests-oauth2-0.1.1\"; # python3 does not support relative imports disabled = isPy3k; src = pkgs.fetchurl { url = https://github.com/maraujop/requests-oauth2/archive/0.1.1.tar.gz; sha256 = \"1aij66qg9j5j4vzyh64nbg72y7pcafgjddxsi865racsay43xfqg\"; }; propagatedBuildInputs = with self; [ requests_oauthlib ]; propagatedBuildInputs = with self; [ requests2 ]; # no tests in tarball doCheck = false; meta = { description = \"Python's Requests OAuth2 (Open Authentication) plugin\";"} {"_id":"q-en-nixpkgs-4a52a31ff9493b93ebd18d456084998a589fe8a836227f8355e8a27639233cf0","text":"hash = \"sha256-FIlnJsNgofGo4HETEEpW28wpC3U9z5AZprwFR5AgFfA=\"; }; version = \"0.38.0\"; # \"main.c\" from master after (https://github.com/falcosecurity/libs/pull/1884) # Remove when an upstream release includes the driver update driverKernel610MainC = fetchurl { url = \"https://raw.githubusercontent.com/falcosecurity/libs/fa26daf65bb4117ecfe099fcad48ea75fe86d8bb/driver/main.c\"; hash = \"sha256-VI/tOSXs5OcEDehSqICF3apmSnwe4QCmbkHz+DGH4uM=\"; }; version = \"0.38.1\"; in stdenv.mkDerivation { pname = \"sysdig\";"} {"_id":"q-en-nixpkgs-4a9a51afafc4f96aec0b5af6648e2a29d99337e7f35b61102f17e2b7dfe054d6","text":"# Unpack the wheel file. wheel unpack --dest unpacked ./*.whl # Tensorflow has a hard dependency on gast==0.2.2, but we relax it to # gast==0.3.2. substituteInPlace ./unpacked/tensorflow*/tensorflow_core/tools/pip_package/setup.py --replace \"gast == 0.2.2\" \"gast == 0.3.2\" substituteInPlace ./unpacked/tensorflow*/tensorflow_*.dist-info/METADATA --replace \"gast (==0.2.2)\" \"gast (==0.3.2)\" # Tensorflow wheels tightly constrain the versions of gast, tensorflow-estimator and scipy. # This code relaxes these requirements: substituteInPlace ./unpacked/tensorflow*/tensorflow_core/tools/pip_package/setup.py --replace \"tensorflow_estimator >= 2.1.0rc0, < 2.2.0\" \"tensorflow_estimator\" --replace \"tensorboard >= 2.1.0, < 2.2.0\" \"tensorboard\" --replace \"gast == 0.2.2\" \"gast\" --replace \"scipy == 1.2.2\" \"scipy\" substituteInPlace ./unpacked/tensorflow*/tensorflow*.dist-info/METADATA --replace \"gast (==0.2.2)\" \"gast\" --replace \"tensorflow-estimator (<2.2.0,>=2.1.0rc0)\" \"tensorflow_estimator\" --replace \"tensorboard (<2.2.0,>=2.1.0)\" \"tensorboard\" --replace \"scipy (==1.4.1)\" \"scipy\" # Pack the wheel file back up. wheel pack ./unpacked/tensorflow*"} {"_id":"q-en-nixpkgs-4a9af4ad266e431eb1fe12ff25b6330e779f109e0cb13b4cb4a0d7bff7f22230","text":"# THIS IS A GENERATED FILE. DO NOT EDIT! xorgserver = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, openssl, libX11, libXau, libxcb, xcbutil, xcbutilwm, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, libXdmcp, libXfixes, libxkbfile, testers }: stdenv.mkDerivation (finalAttrs: { pname = \"xorg-server\"; version = \"21.1.12\"; version = \"21.1.13\"; builder = ./builder.sh; src = fetchurl { url = \"mirror://xorg/individual/xserver/xorg-server-21.1.12.tar.xz\"; sha256 = \"03x954bygi6sdynk5yy3yvsfhg6i9gjhisn3x9jxvk5mw4mnw08y\"; url = \"mirror://xorg/individual/xserver/xorg-server-21.1.13.tar.xz\"; sha256 = \"033lvjihidc68v08izrr63va8jhkfmzcjg0d6rm26wizjkah4nml\"; }; hardeningDisable = [ \"bindnow\" \"relro\" ]; strictDeps = true;"} {"_id":"q-en-nixpkgs-4aac13e5e62ef3e070c110c4eef738583daf25efd5c94ec85f9d228c3ab86329","text":"./services/networking/strongswan.nix ./services/networking/stubby.nix ./services/networking/stunnel.nix ./services/networking/sunshine.nix ./services/networking/supplicant.nix ./services/networking/supybot.nix ./services/networking/syncplay.nix"} {"_id":"q-en-nixpkgs-4aecf96e648333f0a94bbcc6ac4f8b02de79b39799b396fe5eb070cdcc29989c","text":"postFixup = '' wrapProgram $out/bin/glimpse-${lib.versions.majorMinor version} --set GDK_PIXBUF_MODULE_FILE \"$GDK_PIXBUF_MODULE_FILE\" --set GDK_PIXBUF_MODULE_FILE \"$GDK_PIXBUF_MODULE_FILE\" --prefix PATH \":\" ${ lib.makeBinPath [ graphviz ] } ''; passthru = rec {"} {"_id":"q-en-nixpkgs-4ba636acb3058aebbfed5f8f3933d7e12877c29795f8000500761cc67d07eaf8","text":"owner = \"evanw\"; repo = \"esbuild\"; rev = \"v${version}\"; hash = \"sha256-mED3h+mY+4H465m02ewFK/BgA1i/PQ+ksUNxBlgpUoI=\"; hash = \"sha256-h/Vqwax4B4nehRP9TaYbdixAZdb1hx373dNxNHvDrtY=\"; }; vendorHash = \"sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=\"; }); }; wasm-bindgen-cli-2-92 = wasm-bindgen-cli.override { version = \"0.2.92\"; hash = \"sha256-1VwY8vQy7soKEgbki4LD+v259751kKxSxmo/gqE6yV0=\"; cargoHash = \"sha256-aACJ+lYNEU8FFBs158G1/JG8sc6Rq080PeKCMnwdpH0=\"; }; in stdenv.mkDerivation (finalAttrs: { pname = \"surrealist\"; version = \"1.11.7\"; version = \"2.0.6\"; src = fetchFromGitHub { owner = \"StarlaneStudios\"; repo = \"Surrealist\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-1jTvbr7jFo2GOB79ClwtBVVnNQlSEkqY2eqbiZxWG74=\"; owner = \"surrealdb\"; repo = \"surrealist\"; rev = \"surrealist-v${finalAttrs.version}\"; hash = \"sha256-5OiVqn+ujssxXZXC6pnGiG1Nw8cAhoDU5IIl9skywBw=\"; }; sourceRoot = \"${finalAttrs.src.name}/src-tauri\"; embed = stdenv.mkDerivation { inherit (finalAttrs) src version; pname = \"${finalAttrs.pname}-embed\"; sourceRoot = \"${finalAttrs.src.name}/src-embed\"; auditable = false; dontInstall = true; cargoDeps = rustPlatform.fetchCargoTarball { inherit (finalAttrs) src; sourceRoot = \"${finalAttrs.src.name}/src-embed\"; hash = \"sha256-0cAhaeoP8EPcE1230CyznQZZIKRs0lrI8XOXECgb8pg=\"; }; nativeBuildInputs = [ cargo rustc llvmPackages_15.clangNoLibc llvmPackages_15.lld rustPlatform.cargoSetupHook wasm-bindgen-cli-2-92 ]; postBuild = '' CC=clang cargo build --target wasm32-unknown-unknown --release wasm-bindgen target/wasm32-unknown-unknown/release/surrealist_embed.wasm --out-dir $out --out-name surrealist-embed --target web ''; }; ui = stdenvNoCC.mkDerivation { inherit (finalAttrs) src version; pname = \"${finalAttrs.pname}-ui\"; dontFixup = true; pnpmDeps = pnpm.fetchDeps { inherit (finalAttrs) pname version src; hash = \"sha256-3x/GKgVX0mnxTZmINe/qTtr/vI0h5IqPYt9N0l/VGzg=\"; hash = \"sha256-apvU7nanzueaF7PEQL7EKjVT5z1M6I7PZpEIJxfKuCQ=\"; }; ESBUILD_BINARY_PATH = \"${lib.getExe esbuild-18-20}\"; ESBUILD_BINARY_PATH = \"${lib.getExe esbuild-20-2}\"; nativeBuildInputs = [ nodejs pnpm.configHook ]; postPatch = '' ln -s ${finalAttrs.embed} src/generated ''; buildPhase = '' runHook preBuild postBuild = '' pnpm build runHook postBuild ''; postInstall = '' installPhase = '' runHook preInstall cp -r dist $out runHook postInstall ''; }; cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; outputHashes = { \"tauri-plugin-localhost-0.1.0\" = \"sha256-7PJgz6t/jPEwX/2xaOe0SYawfPSZw/F1QtOrc6iPiP0=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit (finalAttrs) src sourceRoot version; name = \"${finalAttrs.pname}-${finalAttrs.version}\"; hash = \"sha256-uE4r0smgSbl4l77/MsHtn1Ar5fqspsYcLC/u8TUrcu8=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-4bfd5abd41d451200d4fcd62bf778dfd97b863a95a08ae34d5052830b1df4a50","text":"]; preCheck = '' # Scale default timeouts by a factor of 4 to avoid flaky builds # https://github.com/microsoft/debugpy/pull/1286 if merged would # allow us to disable the timeouts altogether export DEBUGPY_PROCESS_SPAWN_TIMEOUT=60 export DEBUGPY_PROCESS_EXIT_TIMEOUT=20 export DEBUGPY_PROCESS_SPAWN_TIMEOUT=0 export DEBUGPY_PROCESS_EXIT_TIMEOUT=0 '' + lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) '' # https://github.com/python/cpython/issues/74570#issuecomment-1093748531 export no_proxy='*';"} {"_id":"q-en-nixpkgs-4c099b321e395614d16d85544b0f2321d60caba5f7e5f944f6104e1f890864bc","text":"(lib.mesonEnable \"installed_tests\" true) (lib.mesonOption \"installed_test_prefix\" (placeholder \"installedTests\")) (lib.mesonOption \"libjack-path\" \"${placeholder \"jack\"}/lib\") (lib.mesonEnable \"libcamera\" libcameraSupport) (lib.mesonEnable \"libcamera\" true) (lib.mesonEnable \"libffado\" ffadoSupport) (lib.mesonEnable \"roc\" rocSupport) (lib.mesonEnable \"libpulse\" pulseTunnelSupport) (lib.mesonEnable \"libpulse\" true) (lib.mesonEnable \"avahi\" zeroconfSupport) (lib.mesonEnable \"gstreamer\" gstreamerSupport) (lib.mesonEnable \"systemd\" enableSystemd) (lib.mesonEnable \"systemd-system-service\" enableSystemd) (lib.mesonEnable \"udev\" (!enableSystemd)) (lib.mesonEnable \"ffmpeg\" ffmpegSupport) (lib.mesonEnable \"pw-cat-ffmpeg\" ffmpegSupport) (lib.mesonEnable \"bluez5\" bluezSupport) (lib.mesonEnable \"bluez5-backend-hsp-native\" nativeHspSupport) (lib.mesonEnable \"bluez5-backend-hfp-native\" nativeHfpSupport) (lib.mesonEnable \"bluez5-backend-native-mm\" nativeModemManagerSupport) (lib.mesonEnable \"bluez5-backend-ofono\" ofonoSupport) (lib.mesonEnable \"bluez5-backend-hsphfpd\" hsphfpdSupport) (lib.mesonEnable \"gstreamer\" true) (lib.mesonEnable \"gstreamer-device-provider\" true) (lib.mesonEnable \"systemd\" true) (lib.mesonEnable \"systemd-system-service\" true) (lib.mesonEnable \"udev\" false) (lib.mesonEnable \"ffmpeg\" true) (lib.mesonEnable \"pw-cat-ffmpeg\" true) (lib.mesonEnable \"bluez5\" true) (lib.mesonEnable \"bluez5-backend-hsp-native\" true) (lib.mesonEnable \"bluez5-backend-hfp-native\" true) (lib.mesonEnable \"bluez5-backend-native-mm\" true) (lib.mesonEnable \"bluez5-backend-ofono\" true) (lib.mesonEnable \"bluez5-backend-hsphfpd\" true) # source code is not easily obtainable (lib.mesonEnable \"bluez5-codec-lc3plus\" false) (lib.mesonEnable \"bluez5-codec-lc3\" bluezSupport) (lib.mesonEnable \"bluez5-codec-ldac\" ldacbtSupport) (lib.mesonEnable \"opus\" opusSupport) (lib.mesonEnable \"bluez5-codec-lc3\" true) (lib.mesonEnable \"bluez5-codec-ldac\" true) (lib.mesonEnable \"opus\" true) (lib.mesonOption \"sysconfdir\" \"/etc\") (lib.mesonEnable \"raop\" raopSupport) (lib.mesonOption \"session-managers\" \"\")"} {"_id":"q-en-nixpkgs-4c0eec13b9918fe1926836419c957698f23d16f4715c134872da50f2eded3b6f","text":"buildPythonPackage rec { pname = \"dm-tree\"; # As of 2021-12-29, the latest stable version still builds with Bazel. version = \"unstable-2021-12-20\"; version = \"0.1.7\"; src = fetchFromGitHub { owner = \"deepmind\"; repo = \"tree\"; rev = \"b452e5c2743e7489b4ba7f16ecd51c516d7cd8e3\"; sha256 = \"1r187xwpvnnj98lyasngcv3lbxz0ziihpl5dbnjbfbjr0kh6z0j9\"; rev = version; hash = \"sha256-rg6dcGcbTGfK3h4WAyhwCjgM3o64Jj2SImxNsZXJHHM=\"; }; patches = ["} {"_id":"q-en-nixpkgs-4c3b7b3e63846339c4562b0fe54cd2c0f6fb352dfbbcc0651ccd645d8c20f1af","text":" {lib, stdenv, fetchurl, libedit, automake, autoconf, libtool , # icu = null: use icu which comes with firebird # icu = pkgs.icu => you may have trouble sharing database files with windows # users if \"Collation unicode\" columns are being used # windows icu version is *30.dll, however neither the icu 3.0 nor the 3.6 # sources look close to what ships with this package. # Thus I think its best to trust firebird devs and use their version # icu version missmatch may cause such error when selecting from a table: # \"Collation unicode for character set utf8 is not installed\" # icu 3.0 can still be built easily by nix (by dropping the #elif case and # make | make) icu ? null , superServer ? false , port ? 3050 , serviceName ? \"gds_db\" }: /* there are 3 ways to use firebird: a) superserver - one process, one thread for each connection b) classic - is built by default - one process for each connection - on linux direct io operations (?) c) embedded. manual says that you usually don't notice the difference between a and b. I'm only interested in the embedder shared libary for now. So everything isn't tested yet */ stdenv.mkDerivation rec { version = \"2.5.7.27050-0\"; { lib, stdenv, fetchFromGitHub, libedit, autoreconfHook, zlib, unzip, libtommath, libtomcrypt, icu, superServer ? false }: let base = { pname = \"firebird\"; # enableParallelBuilding = false; build fails meta = with lib; { description = \"SQL relational database management system\"; homepage = \"https://firebirdsql.org/\"; changelog = \"https://github.com/FirebirdSQL/firebird/blob/master/CHANGELOG.md\"; license = [ \"IDPL\" \"Interbase-1.0\" ]; platforms = platforms.linux; maintainers = with maintainers; [ marcweber ]; }; nativeBuildInputs = [ autoreconfHook ]; buildInputs = [ libedit icu ]; # http://tracker.firebirdsql.org/browse/CORE-3246 preConfigure = '' makeFlags=\"$makeFlags CPU=$NIX_BUILD_CORES\" LD_LIBRARY_PATH = lib.makeLibraryPath [ icu ]; configureFlags = [ \"--with-system-editline\" ] ++ (lib.optional superServer \"--enable-superserver\"); installPhase = '' runHook preInstall mkdir -p $out cp -r gen/Release/firebird/* $out runHook postInstall ''; configureFlags = [ \"--with-serivec-port=${builtins.toString port}\" \"--with-service-name=${serviceName}\" \"--with-system-editline\" \"--with-fblog=/var/log/firebird\" \"--with-fbconf=/etc/firebird\" \"--with-fbsecure-db=/var/db/firebird/system\" ] ++ (lib.optional (icu != null) \"--with-system-icu\") ++ (lib.optional superServer \"--enable-superserver\"); src = fetchurl { url = \"mirror://sourceforge/firebird/Firebird-${version}.tar.bz2\"; sha256 = \"06hp6bq5irqvm3h03s79qjgcc3jsjpq150y9aq7anklx9v4nhfqa\"; }; }; in { hardeningDisable = [ \"format\" ]; firebird_2_5 = stdenv.mkDerivation (base // rec { version = \"2.5.9\"; # configurePhase = '' # sed -i 's@cp /usr/share/automake-.*@@' autogen.sh # sh autogen.sh $configureFlags --prefix=$out # ''; buildInputs = [libedit icu automake autoconf libtool]; src = fetchFromGitHub { owner = \"FirebirdSQL\"; repo = \"firebird\"; rev = \"R${builtins.replaceStrings [ \".\" ] [ \"_\" ] version}\"; sha256 = \"sha256-YyvlMeBux80OpVhsCv+6IVxKXFRsgdr+1siupMR13JM=\"; }; # TODO: Probably this hase to be tidied up.. # make install requires beeing. disabling the root checks # dosen't work. Copying the files manually which can be found # in ubuntu -dev -classic, -example packages: # maybe some of those files can be removed again installPhase = \"cp -r gen/firebird $out\"; configureFlags = base.configureFlags ++ [ \"--with-system-icu\" ]; meta = { description = \"SQL relational database management system\"; homepage = \"https://www.firebirdnews.org\"; license = [\"IDPL\" \"Interbase-1.0\"]; maintainers = [lib.maintainers.marcweber]; platforms = lib.platforms.linux; broken = true; }; installPhase = '' runHook preInstall mkdir -p $out cp -r gen/firebird/* $out runHook postInstall ''; meta = base.meta // { platforms = [ \"x86_64-linux\" ]; }; }); firebird_3 = stdenv.mkDerivation (base // rec { version = \"3.0.7\"; src = fetchFromGitHub { owner = \"FirebirdSQL\"; repo = \"firebird\"; rev = \"R${builtins.replaceStrings [ \".\" ] [ \"_\" ] version}\"; sha256 = \"sha256-8nGan10qjW8dFF89BL/tUWtwMGhahBiODbOqRrHSrbs=\"; }; buildInputs = base.buildInputs ++ [ zlib libtommath ]; meta = base.meta // { platforms = [ \"x86_64-linux\" ]; }; }); firebird_4 = stdenv.mkDerivation (base // rec { version = \"4.0.0-rc1\"; src = fetchFromGitHub { owner = \"FirebirdSQL\"; repo = \"firebird\"; rev = \"T4_0_0_RC1\"; sha256 = \"sha256-FLaRePosF5dtJ+fmrfvzkE6wawC9Z9YLhT/ZWkwWXb4=\"; }; buildInputs = base.buildInputs ++ [ zlib unzip libtommath libtomcrypt ]; }); }"} {"_id":"q-en-nixpkgs-4c6ff7976115fd391de82c7d68546aa5f1e22b03049ea564e6953ad67cca1907","text":"enableParallelBuilding = true; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ perl bc nettools openssl rsync gmp libmpc mpfr ] nativeBuildInputs = [ perl bc nettools openssl rsync gmp libmpc mpfr gawk zstd ] ++ optional (stdenv.hostPlatform.platform.kernelTarget == \"uImage\") buildPackages.ubootTools ++ optional (stdenv.lib.versionAtLeast version \"4.14\" && stdenv.lib.versionOlder version \"5.8\") libelf # Removed util-linuxMinimal since it should not be a dependency."} {"_id":"q-en-nixpkgs-4cfff5398761eae21371a72190c4cc89d32b2f3d71b6a381c12c8b883cf6f2fc","text":" { lib , stdenv , fetchurl , installShellFiles , python3 }: stdenv.mkDerivation rec { pname = \"flawfinder\"; version = \"2.0.15\"; src = fetchurl { url = \"https://dwheeler.com/flawfinder/flawfinder-${version}.tar.gz\"; sha256 = \"01j4szy8gwvikrfzfayfayjnc1za0jxsnxp5fsa6d06kn69wyr8a\"; }; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ python3 ]; installPhase = '' runHook preInstall mkdir -p $out/bin cp ${pname} $out/bin installManPage flawfinder.1 runHook postInstall ''; meta = with lib; { description = \"Tool to examines C/C++ source code for security flaws\"; homepage = \"https://dwheeler.com/flawfinder/\"; license = with licenses; [ gpl2Only ]; maintainers = with maintainers; [ fab ]; }; } "} {"_id":"q-en-nixpkgs-4d47e290830a8735da4534d598aa294f4c17ba4a8ee6a6936faadd5e29bc3627","text":"buildGoModule rec { pname = \"yq-go\"; version = \"4.6.3\"; version = \"4.11.2\"; src = fetchFromGitHub { owner = \"mikefarah\"; rev = \"v${version}\"; repo = \"yq\"; sha256 = \"sha256-+qSGdskv8qUZRl7wYKn8WsgAcD8DYw1BwZnVKK6g/sI=\"; rev = \"v${version}\"; sha256 = \"sha256-IzsI0jS+chm/xOdL1O11qxQTstKcUeZ9YxL7RtKHBZw=\"; }; vendorSha256 = \"sha256-vpvIl1lfaziuoHs+oDEIztufH1somphiBAn6qTaQaZw=\"; vendorSha256 = \"sha256-X162NQ+NgOUbwEA6xdnuy0u18/GQLhR3zzi+TVgzMIc=\"; doCheck = false;"} {"_id":"q-en-nixpkgs-4d77f6e97e4e12e4c8c95bb48ebfe0922fe3b3f1d8cfcc63aa32f70434597755","text":"for i in *; do [ ! -e \"/var/lib/cups/$i\" ] && ln -s \"${rootdir}/etc/cups/$i\" \"/var/lib/cups/$i\" done #update path reference [ -L /var/lib/cups/path ] && rm /var/lib/cups/path [ ! -e /var/lib/cups/path ] && ln -s ${bindir} /var/lib/cups/path ${optionalString cfg.gutenprint '' if [ -d /var/lib/cups/ppd ]; then ${gutenprint}/bin/cups-genppdupdate -p /var/lib/cups/ppd"} {"_id":"q-en-nixpkgs-4dd9b7ec0b62f525f0250d8b466fff4f8a47b535069670be4de8b9ed0b2089c5","text":" { stdenv, fetchurl, perl, nettools, java, polyml }: { stdenv, fetchurl, perl, nettools, java, polyml, z3 }: # nettools needed for hostname let dirname = \"Isabelle2016\"; theories = [\"HOL\" \"FOL\" \"ZF\"]; dirname = \"Isabelle2016-1\"; in stdenv.mkDerivation { name = \"isabelle-2016\"; inherit dirname theories; name = \"isabelle-2016-1\"; inherit dirname; src = if stdenv.isDarwin then fetchurl { url = \"http://isabelle.in.tum.de/website-${dirname}/dist/${dirname}.dmg\"; sha256 = \"0wawf0cjc52h8hif1867p33qhlh6qz0fy5i2kr1gbf7psickd6iw\"; sha256 = \"0553l7m2z32ajmiv6sgg11rh16n490w8i4q9hr7vx4zzggr9nrlr\"; } else fetchurl { url = \"http://isabelle.in.tum.de/website-${dirname}/dist/${dirname}_linux.tar.gz\"; sha256 = \"0jh1qrsyib13fycymwvw7dq7xfy4iyplwq0s65ash842cdzkbxb4\"; sha256 = \"1w1cgfmmi1sr43z6hczyc29lxlnlz7dd8fa88ai44wkc13y05b5r\"; }; buildInputs = [ perl polyml ] buildInputs = [ perl polyml z3 ] ++ stdenv.lib.optionals (!stdenv.isDarwin) [ nettools java ]; sourceRoot = dirname;"} {"_id":"q-en-nixpkgs-4ddd46a382b4891806a9fadb30be34b64e49a1425e062e28be84225d2ff39778","text":"python3.pkgs.buildPythonApplication rec { pname = \"apkid\"; version = \"2.1.1\"; version = \"2.1.3\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"rednaga\"; repo = \"APKiD\"; rev = \"v${version}\"; sha256 = \"1p6kdjjw2jhwr875445w43k46n6zwpz0l0phkl8d3y1v4gi5l6dx\"; hash = \"sha256-U4CsPTA0fXCzj5iLTbLFGudAvewVCzxe4xl0osoBy5A=\"; }; propagatedBuildInputs = with python3.pkgs; ["} {"_id":"q-en-nixpkgs-4e09866c7a8ed60d3fa03b0d95cd91f69ffbc09c2a4679a1b47d1c3984521cd7","text":"nativeBuildInputs = [ glib gobject-introspection pkg-config wrapGAppsHook ];"} {"_id":"q-en-nixpkgs-4e126aa3019b33c4fecc4f66f8a700ff0c3456e17c69d1adf84077d426d0bbf2","text":"let isPy3k = (lib.versions.major pythonVersion) == \"3\"; isPy38OrNewer = lib.versionAtLeast pythonVersion \"3.8\"; isPy39OrNewer = lib.versionAtLeast pythonVersion \"3.9\"; passthru = passthruFun { passthru = passthruFun rec { inherit self sourceVersion pythonVersion packageOverrides; implementation = \"pypy\"; libPrefix = \"pypy${pythonVersion}\"; executable = \"pypy${if isPy39OrNewer then lib.versions.majorMinor pythonVersion else lib.optionalString isPy3k \"3\"}\"; sitePackages = \"site-packages\"; sitePackages = \"${lib.optionalString isPy38OrNewer \"lib/${libPrefix}/\"}site-packages\"; hasDistutilsCxxPatch = false; inherit pythonAttr;"} {"_id":"q-en-nixpkgs-4e130b550feefa36f5e98cabcb6b4514128f09ecb711b9e04a0dead1f1d64d75","text":"buildInputs = [ cmake boost openssl ]; # This can be removed when updating to 0.13, see https://github.com/cpp-netlib/cpp-netlib/issues/629 propagatedBuildInputs = [ asio ]; cmakeFlags = [ \"-DCPP-NETLIB_BUILD_SHARED_LIBS=ON\" ]; enableParallelBuilding = true; # The test driver binary lacks an RPath to the library's libs preCheck = '' export LD_LIBRARY_PATH=$PWD/libs/network/src ''; # Most tests make network GET requests to various websites doCheck = false; meta = with stdenv.lib; { description = \"Collection of open-source libraries for high level network programming\"; description = \"Collection of open-source libraries for high level network programming\"; homepage = https://cpp-netlib.org; license = licenses.boost; platforms = platforms.all;"} {"_id":"q-en-nixpkgs-4e20f504448c7dad29ffdd2ad109d9f046762eb4ec3699a7b139a6899bbf0343","text":"Type = \"notify\"; ExecStart = '' ${getExe cfg.package} --cfg ${mkConfig name keyboard} --cfg ${keyboard.configFile} --symlink-path ''${RUNTIME_DIRECTORY}/${name} ${optionalString (keyboard.port != null) \"--port ${toString keyboard.port}\"} ${utils.escapeSystemdExecArgs keyboard.extraArgs}"} {"_id":"q-en-nixpkgs-4e2d153828c755d48e0a705e6152e512c3c5766286b38730921a978da5412870","text":"\"--disable-carbon_check\" \"--disable-gtktest\" ] ++ lib.optional (guiSupport == \"gtk2\" || guiSupport == \"gtk3\") \"--enable-gui=${guiSupport}\" ++ lib.optional stdenv.isDarwin (if darwinSupport then \"--enable-darwin\" else \"--disable-darwin\") ++ lib.optionals luaSupport ["} {"_id":"q-en-nixpkgs-4e65ec82f972e4b28d1fe8a2a2ecc8a6a5c777265235ad5475b35ae87eddc6f2","text":"- [Envision](https://gitlab.com/gabmus/envision), a UI for building, configuring and running Monado, the open source OpenXR runtime. Available as [programs.envision](#opt-programs.envision.enable). - [realm](https://github.com/zhboner/realm), a simple, high performance relay server written in rust. Available as [services.realm.enable](#opt-services.realm.enable). - [Playerctld](https://github.com/altdesktop/playerctl), a daemon to track media player activity. Available as [services.playerctld](option.html#opt-services.playerctld). - [Glance](https://github.com/glanceapp/glance), a self-hosted dashboard that puts all your feeds in one place. Available as [services.glance](option.html#opt-services.glance)."} {"_id":"q-en-nixpkgs-4e6726596a0138f5ba8bbb4a81c4bf1eb7a0ddb5d80093e77b0c5da5e605ca84","text":" { stdenv, fetchurl, gmp, pkgconfig }: { stdenv, fetchurl, gmp, pkgconfig, python }: stdenv.mkDerivation rec { name = \"strongswan-5.2.1\";"} {"_id":"q-en-nixpkgs-4e832813bf7f7ef62748ea07e535e4309d71445fb622066f3ae46a1996fbc993","text":"rustPlatform.buildRustPackage rec { pname = \"sqlx-cli\"; version = \"0.7.1\"; version = \"0.7.3\"; src = fetchFromGitHub { owner = \"launchbadge\"; repo = \"sqlx\"; rev = \"v${version}\"; hash = \"sha256-567/uJPQhrNqDqBF/PqklXm2avSjvtQsddjChwUKUCI=\"; hash = \"sha256-AKVNyuV9jwzmsy6tHkGkLj1fhVT8XYvEn2Ip2wCKDxI=\"; }; cargoHash = \"sha256-X7fLbih1s3sxn8vb2kQeFUKDK2DlC+sjm9ZTwj3FD1Y=\"; cargoHash = \"sha256-F3FLu/n57F8psk+d0Hf+HnqV/DvEFQwRefu/4C8A1sU=\"; # Prepare the Cargo.lock for offline use. # See https://github.com/NixOS/nixpkgs/issues/261412 postConfigure = '' cargo metadata --offline > /dev/null ''; buildNoDefaultFeatures = true; buildFeatures = [ \"native-tls\" \"postgres\" \"sqlite\" \"mysql\" \"completions\" ]; doCheck = false; cargoBuildFlags = [ \"--package sqlx-cli --no-default-features --features native-tls,postgres,sqlite,mysql,completions\" ]; cargoBuildFlags = [ \"--package sqlx-cli\" ]; nativeBuildInputs = [ installShellFiles"} {"_id":"q-en-nixpkgs-4e91c66ca31f71d45885508de7d619d4c53c09c8ff04cbd230ff0aba235b42fd","text":"projectReferences = [ referencedProject ]; # `referencedProject` must contain `nupkg` in the folder structure. dotnet-sdk = dotnetCorePackages.sdk_3_1; dotnet-runtime = dotnetCorePackages.net_5_0; dotnet-runtime = dotnetCorePackages.net_6_0; executables = [ \"foo\" ]; # This wraps \"$out/lib/$pname/foo\" to `$out/bin/foo`. executables = []; # Don't install any executables."} {"_id":"q-en-nixpkgs-4ea258a023b63a72cb1c861f4deadad60de29e5c30c9181ebc7a62306bf25fd8","text":"smallwm = callPackage ../applications/window-managers/smallwm { }; smooth = callPackage ../development/libraries/smooth { }; smos = callPackage ../applications/misc/smos { }; spectrwm = callPackage ../applications/window-managers/spectrwm { };"} {"_id":"q-en-nixpkgs-4ef48e675b488eb2b3ce30e302743b857612aee8d4e276158b3ca03eb713673c","text":"buildPackage = package: let shims = final.callPackage shimsFn {inherit package redistArch;}; shims = final.callPackage shimsFn {inherit package; inherit (package) redistArch; }; name = computeName package; drv = final.callPackage ./manifest.nix { inherit pname;"} {"_id":"q-en-nixpkgs-4f6f8b6188c0cfa71fcc2ec00463d3635423540c651bc2f86ad720a3df792918","text":"./generate-addons.sh ./generate-platforms.sh ./generate-sysimages.sh ./generate-sources.sh "} {"_id":"q-en-nixpkgs-4f79d92cc6f7e1d290a521accce6df05628f921aac0a1b361382b0299be21c35","text":", pkgsHostHost , callPackage , fetchgit , fetchpatch , ghcjsSrcJson ? null , ghcjsSrc ? fetchgit (lib.importJSON ghcjsSrcJson) , bootPkgs"} {"_id":"q-en-nixpkgs-4f8f172adaab3e9ae95c42376f3b19dd337d3fbe46e46943030d3cd8e8bffadc","text":" { lib , stdenv , fetchFromGitLab , cmake , extra-cmake-modules , pkg-config , qtbase , qtquickcontrols2 , qtx11extras , kdelibs4support , kpipewire , wrapQtAppsHook }: stdenv.mkDerivation (finalAttrs: { pname = \"xwaylandvideobridge\"; version = \"0.2\"; src = fetchFromGitLab { domain = \"invent.kde.org\"; owner = \"system\"; repo = \"xwaylandvideobridge\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-79Z4BH7C85ZF+1Zivs3bTey7IdUnaDKhvZxzL6sDqUs=\"; }; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config wrapQtAppsHook ]; buildInputs = [ qtbase qtquickcontrols2 qtx11extras kdelibs4support kpipewire ]; meta = { description = \"Utility to allow streaming Wayland windows to X applications\"; homepage = \"https://invent.kde.org/system/xwaylandvideobridge\"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ stepbrobd ]; platforms = lib.platforms.linux; mainProgram = \"xwaylandvideobridge\"; }; }) "} {"_id":"q-en-nixpkgs-4f9fe1a8d92b24d0acd00685795343a762e7fde424801e9262266b3fab7e08b6","text":"hash = \"sha256-M9AjV954H1w64YGCVxDEGGSnoEbmocG3zwltob6IW04=\"; }; patches = [ (fetchpatch { name = \"no-deprecated-pkg_resources.patch\"; url = \"https://gitlab.com/woob/woob/-/commit/3283c4c1a935cc71acea98b2d8c88bc4bf28f643.patch\"; hash = \"sha256-3bRuv93ivKRxbGr52coO023DlxHZWwUeInXTPqQAeL8=\"; }) ]; nativeBuildInputs = [ setuptools pythonRelaxDepsHook"} {"_id":"q-en-nixpkgs-4fa70bffe408d8c857f24cb084436e6836395ca0f44a6535ab46a12e55a08a17","text":"easyocr = with python3.pkgs; toPythonApplication easyocr; EBTKS = callPackage ../development/libraries/science/biology/EBTKS { }; ecasound = callPackage ../applications/audio/ecasound { }; edac-utils = callPackage ../os-specific/linux/edac-utils { };"} {"_id":"q-en-nixpkgs-4feb6035a00fbd77d2e9f51b8673037cda49d4d75d9758731e0132d6e0709bcb","text":"{ stdenv, lib, fetchurl, runtimeShell , gettext, pkg-config, python3 , avahi, libgphoto2, libieee1284, libjpeg, libpng, libtiff, libusb1, libv4l, net-snmp , curl, systemd, libxml2, poppler , curl, systemd, libxml2, poppler, gawk , sane-drivers # List of { src name backend } attibute sets - see installFirmware below:"} {"_id":"q-en-nixpkgs-4ffb89b75f34a9b04c752af0066269251e52031d05a53dafdb9bc9082f3aebfd","text":"done for d in $(grep '^dynamic-library-dirs:' \"$packageConfDir\"/* | cut -d' ' -f2- | tr ' ' 'n' | sort -u); do for lib in \"$d/\"*.dylib; do for lib in \"$d/\"*.{dylib,so}; do ln -s \"$lib\" \"$dynamicLinksDir\" done done"} {"_id":"q-en-nixpkgs-5032e6f0c62b9d34202b21da1a62ecab1f77487541072250d370dd7ea39af84e","text":"(fetchNuGet { pname = \"Humanizer.Core.zh-Hant\"; version = \"2.14.1\"; sha256 = \"0qxjnbdj645l5sd6y3100yyrq1jy5misswg6xcch06x8jv7zaw1p\"; }) (fetchNuGet { pname = \"JetBrains.Annotations\"; version = \"2023.3.0\"; sha256 = \"0vp4mpn6gfckn8grzjm1jxlbqiq2fglm2rk9wq787adw7rxs8k7w\"; }) (fetchNuGet { pname = \"Markdig.Signed\"; version = \"0.34.0\"; sha256 = \"1jrs5fc8k99mh1kipvvlgwm0qlacrsh82bbpdclb84xz0h6nwwrh\"; }) (fetchNuGet { pname = \"Microsoft.ApplicationInsights\"; version = \"2.21.0\"; sha256 = \"1q034jbqkxb8lddkd0ijp0wp0ymnnf3bg2mjpay027zv7jswnc4x\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.JsonPatch\"; version = \"7.0.0\"; sha256 = \"1f13vsfs1rp9bmdp3khk4mk2fif932d72yxm2wszpsr239x4s2bf\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.Mvc.NewtonsoftJson\"; version = \"7.0.0\"; sha256 = \"1w49rg0n5wb1m5wnays2mmym7qy7bsi2b1zxz97af2rkbw3s3hbd\"; }) (fetchNuGet { pname = \"Microsoft.Bcl.AsyncInterfaces\"; version = \"6.0.0\"; sha256 = \"15gqy2m14fdlvy1g59207h5kisznm355kbw010gy19vh47z8gpz3\"; })"} {"_id":"q-en-nixpkgs-503ae9c7708d2a8551d5eebaf0bb2500a6a33a351663166e53d560110f5e75ce","text":"''; */ meta = { meta = with stdenv.lib; { description = \"GNU's decentralized anonymous and censorship-resistant P2P framework\"; longDescription = ''"} {"_id":"q-en-nixpkgs-50503fa2d1421f8a63e38a180bed72faa818bb9c133df12fe0001f29f773d419","text":"postPatch = '' patchShebangs . # Cannot find ROCm device library, pointless substituteInPlace CMakeLists.txt --replace \"add_subdirectory(tests-v2)\" \"\" --replace \"add_subdirectory(samples)\" \"\" substituteInPlace tests-v2/featuretests/profiler/CMakeLists.txt --replace \"--build-id=sha1\" \"--build-id=sha1 --rocm-path=${clr} --rocm-device-lib-path=${rocm-device-libs}/amdgcn/bitcode\" substituteInPlace test/CMakeLists.txt --replace \"''${ROCM_ROOT_DIR}/amdgcn/bitcode\" \"${rocm-device-libs}/amdgcn/bitcode\" ''; postBuild = '' # HSACO aren't being built for some reason substituteInPlace test/cmake_install.cmake --replace \"file(INSTALL DESTINATION \"''${CMAKE_INSTALL_PREFIX}/share/rocprofiler/tests-v1\" TYPE FILE FILES \"\" \"message(\"\" postInstall = '' # Why do these not already have the executable bit set? chmod +x $out/lib/rocprofiler/librocprof-tool.so chmod +x $out/share/rocprofiler/tests-v1/test/ocl/SimpleConvolution # Why do these have the executable bit set? chmod -x $out/libexec/rocprofiler/counters/basic_counters.xml chmod -x $out/libexec/rocprofiler/counters/derived_counters.xml ''; passthru.updateScript = rocmUpdateScript {"} {"_id":"q-en-nixpkgs-5077e62af9f9193788959cca7bc211d17ba1709caefd01a4cda5a20d74e49d36","text":"config = mkIf cfg.enable { assertions = lib.singleton { assertion = cfg.driSupport32Bit -> pkgs.stdenv.isx86_64; message = \"Option driSupport32Bit only makes sense on a 64-bit system.\"; }; assertions = [ { assertion = cfg.driSupport32Bit -> pkgs.stdenv.isx86_64; message = \"Option driSupport32Bit only makes sense on a 64-bit system.\"; } { assertion = cfg.driSupport32Bit -> (config.boot.kernelPackages.kernel.features.ia32Emulation or false); message = \"Option driSupport32Bit requires a kernel that supports 32bit emulation\"; } ]; systemd.tmpfiles.rules = [ \"L+ /run/opengl-driver - - - - ${package}\""} {"_id":"q-en-nixpkgs-50d768ee9fc9e2d3211d87f588983ef53c7f76460193b8df13ffa8a3fa97af6b","text":"stdenv.mkDerivation rec { pname = \"rtl-sdr\"; version = \"0.6.0\"; version = \"0.8.0\"; src = fetchgit { url = \"git://git.osmocom.org/rtl-sdr.git\"; rev = \"refs/tags/${version}\"; sha256 = \"0lmvsnb4xw4hmz6zs0z5ilsah5hjz29g1s0050n59fllskqr3b8k\"; src = fetchFromGitHub { owner = \"librtlsdr\"; repo = \"librtlsdr\"; rev = \"v${version}\"; sha256 = \"1fgxlkgmdchbrf0nn98ivjr6css5hak3608nr4xrf2qzf7xy2kdk\"; }; postPatch = ''"} {"_id":"q-en-nixpkgs-510342aa080e4c895510ae1dac4dd04d13737b27f5be46bcc2f731b6ee8731e7","text":"keepassx2 = callPackage ../applications/misc/keepassx/2.0.nix { }; keepassxc = libsForQt5.callPackage ../applications/misc/keepassx/community.nix { }; keeweb = callPackage ../applications/misc/keeweb { }; inherit (gnome3) evince; evolution-data-server = gnome3.evolution-data-server; evolution-ews = callPackage ../applications/networking/mailreaders/evolution/evolution-ews { };"} {"_id":"q-en-nixpkgs-5128924c58fe8255acc95a3be732c8624c7755a431965874424e2d2cc8940158","text":", buildPythonApplication , fetchFromGitHub , gitMinimal , arrow , click , sh , wheel , python3 }: let py = python3.override { packageOverrides = self: super: { click = super.click.overridePythonAttrs (oldAttrs: rec { version = \"7.1.2\"; src = oldAttrs.src.override { inherit version; sha256 = \"06kbzd6sjfkqan3miwj9wqyddfxc2b6hi7p5s4dvqjb3gif2bdfj\"; }; }); arrow = super.arrow.overridePythonAttrs (oldAttrs: rec { version = \"1.0.3\"; src = oldAttrs.src.override { inherit version; sha256 = \"0793badh4hgbk2c5g70hmbl7n3d4g5d87bcflld0w9rjwy59r71r\"; }; }); sh = super.sh.overridePythonAttrs (oldAttrs: rec { version = \"1.14.1\"; src = oldAttrs.src.override { inherit version; sha256 = \"13hxgifab9ichla13qaa7sh8r0il7vs1r21js72s0n355zr9mair\"; }; }); }; }; in with py.pkgs; buildPythonApplication rec { pname = \"gitlint\"; version = \"0.15.1\";"} {"_id":"q-en-nixpkgs-5189abbf323e188707d8cc00d893067e9f7af4af53cb2e86cfc893a0f0e3dd1a","text":" { lib , stdenv , fetchurl , pkgs , appimageTools }: let pname = \"pinokio\"; version = \"1.3.4\"; src = fetchurl { x86_64-darwin = { url = \"https://github.com/pinokiocomputer/pinokio/releases/download/${version}/Pinokio-${version}.dmg\"; hash = \"sha256-Il5zaVWu4icSsKmMjU9u1/Mih34fd+xNpF1nkFAFFGo=\"; }; x86_64-linux = { url = \"https://github.com/pinokiocomputer/pinokio/releases/download/${version}/Pinokio-${version}.AppImage\"; hash = \"sha256-/E/IAOUgxH9RWpE2/vLlQy92LOgwpHF79K/1XEtSpXI=\"; }; }.${stdenv.system} or (throw \"Unsupported system: ${stdenv.system}\"); appimageContents = appimageTools.extractType2 { inherit pname version src; }; meta = { homepage = \"https://pinokio.computer\"; description = \"Browser to install, run, and programmatically control ANY application automatically\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ByteSudoer ]; platforms = [ \"x86_64-darwin\" \"x86_64-linux\" ]; mainProgram = \"pinokio\"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; }; in if stdenv.isDarwin then stdenv.mkDerivation { inherit pname version src meta; sourceRoot = \".\"; nativeBuildInputs = with pkgs; [ undmg ]; installPhase = '' runHook preInstall mkdir -p \"$out/Applications\" mv Pinokio.app $out/Applications/ runHook postInstall ''; } else appimageTools.wrapType2 { inherit pname version src meta; extraInstallCommands = '' mkdir -p $out/share/pinokio cp -a ${appimageContents}/{locales,resources} $out/share/pinokio cp -a ${appimageContents}/usr/share/icons $out/share/ install -Dm 444 ${appimageContents}/pinokio.desktop -t $out/share/applications ''; } "} {"_id":"q-en-nixpkgs-519c577ce286ffce395c7356a67c75f935015df10fc316291c11d754f73864bf","text":"postInstall = '' install -Dm755 -t $client/bin $out/bin/tsh wrapProgram $client/bin/tsh --prefix PATH : ${xdg-utils}/bin wrapProgram $out/bin/tsh --prefix PATH : ${xdg-utils}/bin wrapProgram $client/bin/tsh --prefix PATH : ${lib.makeBinPath [ xdg-utils ]} wrapProgram $out/bin/tsh --prefix PATH : ${lib.makeBinPath [ xdg-utils ]} ''; doInstallCheck = true;"} {"_id":"q-en-nixpkgs-51a0c85cc350771136d77fd6c8131cb8267c8a2aea0e764a3048fce7fe0daa37","text":"libsForQt5 = pkgs.plasma5Packages; inherit (libsForQt5) kdeGear kdeFrameworks plasma5; inherit (pkgs) writeText; inherit (lib) getBin optionalString literalExpression mkRemovedOptionModule mkRenamedOptionModule mkDefault mkIf mkMerge mkOption types; ini = pkgs.formats.ini { }; gtkrc2 = writeText \"gtkrc-2.0\" '' # Default GTK+ 2 config for NixOS Plasma 5 include \"/run/current-system/sw/share/themes/Breeze/gtk-2.0/gtkrc\" style \"user-font\" { font_name=\"Sans Serif Regular\" } widget_class \"*\" style \"user-font\" gtk-font-name=\"Sans Serif Regular 10\" gtk-theme-name=\"Breeze\" gtk-icon-theme-name=\"breeze\" gtk-fallback-icon-theme=\"hicolor\" gtk-cursor-theme-name=\"breeze_cursors\" gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-menu-images=1 gtk-button-images=1 ''; gtk3_settings = ini.generate \"settings.ini\" { Settings = { gtk-font-name = \"Sans Serif Regular 10\"; gtk-theme-name = \"Breeze\"; gtk-icon-theme-name = \"breeze\"; gtk-fallback-icon-theme = \"hicolor\"; gtk-cursor-theme-name = \"breeze_cursors\"; gtk-toolbar-style = \"GTK_TOOLBAR_ICONS\"; gtk-menu-images = 1; gtk-button-images = 1; }; }; kcminputrc = ini.generate \"kcminputrc\" { Mouse = { cursorTheme = \"breeze_cursors\"; cursorSize = 0; }; }; activationScript = '' ${set_XDG_CONFIG_HOME}"} {"_id":"q-en-nixpkgs-521e3d4afbc9ef2122513470de6dc938722be85d34346f1212cfec644375a0e0","text":", libsodium , cffi , hypothesis , six }: buildPythonPackage rec {"} {"_id":"q-en-nixpkgs-521e7fb714fe5988794bc7e11178b38b256c0e366e27b490426011c47c600ba7","text":" #! @bash@/bin/bash set -eo pipefail PATH=@coreutils@/bin:$PATH export CLASSPATH=$(find @outFreenet@/deps/ -name \"*.jar\"|grep -v bcprov-jdk15on-1.48.jar|tr $'n' :) CLASSPATH=$CLASSPATH:@outFreenet@/share/freenet/freenet-ext.jar:@outFreenet@/share/freenet/freenet.jar export FREENET_HOME=\"$HOME/.local/share/freenet\" if [ -n \"$XDG_DATA_HOME\" ] ; then FREENET_HOME=\"$XDG_DATA_HOME/freenet\" fi mkdir -p -- $FREENET_HOME cp -u -- @seednodes@ $FREENET_HOME/seednodes.fref chmod u+rw -- $FREENET_HOME/seednodes.fref cd -- $FREENET_HOME exec @jre@/bin/java -Xmx1024M freenet.node.NodeStarter \"$@\" "} {"_id":"q-en-nixpkgs-522b376df405357e3cba4f7c5e7cc02dff166aadc5777b5a6556c32b79c0b37d","text":"inherit (darwin.apple_sdk.frameworks) AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit ImageCaptureCore GSS ImageIO; stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv; }; emacsPackagesFor = emacs: self: let callPackage = newScope self; in rec {"} {"_id":"q-en-nixpkgs-5231e06251f0037bec389dc846e6bfe563c55c5e35595f4dbcc3fb8fd95d87d4","text":"\"CXX_${rust.toRustTarget stdenv.buildPlatform}\"=\"${cxxForBuild}\" \"CC_${rust.toRustTarget stdenv.hostPlatform}\"=\"${ccForHost}\" \"CXX_${rust.toRustTarget stdenv.hostPlatform}\"=\"${cxxForHost}\" cargo build cargo build -j $NIX_BUILD_CORES ${stdenv.lib.optionalString (buildType == \"release\") \"--release\"} --target ${rustTarget} --frozen ${concatStringsSep \" \" cargoBuildFlags}"} {"_id":"q-en-nixpkgs-523e8f74a8a2bc92e64f2eef0d2ff77be1feea749073186fabd043b09735b047","text":"gitless = callPackage ../applications/version-management/gitless { python = python3; }; gitlint = python3Packages.callPackage ../tools/misc/gitlint { }; gitter = callPackage ../applications/networking/instant-messengers/gitter { }; gjs = callPackage ../development/libraries/gjs { };"} {"_id":"q-en-nixpkgs-524066c9db44f5c922966bab0a90bce65b8456dbd3440667f2cee9588764fe5d","text":"''; }; upsmon = mkOption { default = {}; description = lib.mdDoc '' Options for the `upsmon.conf` configuration file. ''; type = types.submodule upsmonOptions; }; upsd = mkOption { default = {}; description = lib.mdDoc '' Options for the `upsd.conf` configuration file. ''; type = types.submodule upsdOptions; }; ups = mkOption { default = {}; # see nut/etc/ups.conf.sample"} {"_id":"q-en-nixpkgs-524bab66054b462735cd8e40e8b63fd4e940ebbebf331b554230499df6e0e3be","text":", libiconv ? null, ncurses , enableDwarf ? !stdenv.targetPlatform.isDarwin && !stdenv.targetPlatform.isWindows, elfutils # for DWARF support , useLLVM ? !stdenv.targetPlatform.isx86 || (stdenv.targetPlatform.isMusl && stdenv.hostPlatform != stdenv.targetPlatform) , # LLVM is conceptually a run-time-only depedendency, but for # non-x86, we need LLVM to bootstrap later stages, so it becomes a"} {"_id":"q-en-nixpkgs-5256ea0096540718170b15aa613f853896873f4444c994282151c6640b341faf","text":"owner = \"Chia-Network\"; repo = \"chia-blockchain\"; rev = version; sha256 = \"sha256-yS0/Fy2dj8VIbwv2J9sehP0VN0f/YDxu1k9WkaeEz8M=\"; fetchSubmodules = true; sha256 = \"sha256-nK/Zk2zgIdrRtw3+VkUXQWfI9j29XFDOR95Dvbn07eA=\"; }; patches = ["} {"_id":"q-en-nixpkgs-525bd2c7dbde5731dc79f08fad1c1f95c0aa374c2f44e100ce4925eefcef296f","text":" "} {"_id":"q-en-nixpkgs-5272fdea91da0a1d96f83015bb9b8bd22290ed50c05d02e522e792cb9f064073","text":"})) ]; postFixup = '' postFixup = let libPath = lib.makeLibraryPath ([ libglvnd libxkbcommon xorg.libXcursor xorg.libXext xorg.libXrandr xorg.libXi ] ++ lib.optionals enableWayland [ wayland ]); in '' wrapProgram $out/bin/neovide --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libglvnd libxkbcommon wayland xorg.libXcursor xorg.libXext xorg.libXrandr xorg.libXi ]} --prefix LD_LIBRARY_PATH : ${libPath} ''; postInstall = ''"} {"_id":"q-en-nixpkgs-530b441648a2ca5d8e58177af73b2c4158bd1a59e7d88570e847f296a72a2e98","text":"checkInputs = [ chex cloudpickle dill dm-tree jaxlib pytest-xdist"} {"_id":"q-en-nixpkgs-531f79646e70250bedca2b0418a9c00a5566838814e19a4738baa51661830833","text":"# May fail due to parallelism, see: # https://github.com/astropy/astropy/issues/15441 \"TestUnifiedOutputRegistry\" # More flaky tests, see: https://github.com/NixOS/nixpkgs/issues/294392 \"test_sidereal_lon_independent\" \"test_timedelta_full_precision_arithmetic\" ]; meta = {"} {"_id":"q-en-nixpkgs-5340f5a17db2f5b85f3bd08ccea033f15f870cd5653366bceff11c53b3095a1d","text":" {fetchzip}: { plugins.civicrm = fetchzip rec { name = \"civicrm\"; {fetchzip, stdenv, lib}: { plugins.civicrm = stdenv.mkDerivation rec { pname = \"civicrm\"; version = \"5.56.0\"; url = \"https://storage.googleapis.com/${name}/${name}-stable/${version}/${name}-${version}-wordpress.zip\"; hash = \"sha256-XsNFxVL0LF+OHlsqjjTV41x9ERLwMDq9BnKKP3Px2aI=\"; src = fetchzip { inherit version; name = pname; url = \"https://storage.googleapis.com/${pname}/${pname}-stable/${version}/${pname}-${version}-wordpress.zip\"; hash = \"sha256-XsNFxVL0LF+OHlsqjjTV41x9ERLwMDq9BnKKP3Px2aI=\"; }; meta.license = lib.licenses.agpl3Only; }; themes.geist = fetchzip rec { name = \"geist\"; themes.geist = stdenv.mkDerivation rec { pname = \"geist\"; version = \"2.0.3\"; url = \"https://github.com/christophery/geist/archive/refs/tags/${version}.zip\"; hash = \"sha256-c85oRhqu5E5IJlpgqKJRQITur1W7x40obOvHZbPevzU=\"; src = fetchzip { inherit version; name = pname; url = \"https://github.com/christophery/geist/archive/refs/tags/${version}.zip\"; hash = \"sha256-c85oRhqu5E5IJlpgqKJRQITur1W7x40obOvHZbPevzU=\"; }; meta.license = lib.licenses.gpl2Only; }; }"} {"_id":"q-en-nixpkgs-5399f3a7a15b8efbb7b70367693afc62c3584f1a4fa36d933fc85e90f71aea09","text":"# verifies: # 1. nginx generates config file with shared http context definitions above # generated virtual hosts config. # 2. whether the ETag header is properly generated whenever we're serving # files in Nix store paths import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ... }: { name = \"nginx\"; meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ mbbx6spp ]; }; nodes = { webserver = { ... }: { services.nginx.enable = true; services.nginx.commonHttpConfig = '' nodes = let commonConfig = { pkgs, ... }: { services.nginx.enable = true; services.nginx.commonHttpConfig = '' log_format ceeformat '@cee: {\"status\":\"$status\",' '\"request_time\":$request_time,' '\"upstream_response_time\":$upstream_response_time,'"} {"_id":"q-en-nixpkgs-53c4a370302eb1549d322138228a40fc93d6e97ede803b835a76b6ccd2a2e7b6","text":" { lib , fetchFromGitHub , mkDerivation , breeze-icons , breeze-qt5 , cmake , extra-cmake-modules , kcodecs , kconfig , kcoreaddons , kfilemetadata , ki18n , kiconthemes , kio , kio-extras , kirigami2 , kxmlgui , mpv , pkg-config , qqc2-desktop-style , qtbase , qtquickcontrols2 , qtwayland , youtube-dl }: mkDerivation rec { pname = \"haruna\"; version = \"0.6.1\"; src = fetchFromGitHub { owner = \"g-fb\"; repo = \"haruna\"; rev = version; sha256 = \"sha256-8MauKmvQUwzq4Ssmm6g7/y6ADkye+eg/zyR3v/Wu848=\"; }; buildInputs = [ breeze-icons breeze-qt5 kcodecs kconfig kcoreaddons kfilemetadata ki18n kiconthemes kio kio-extras kirigami2 kxmlgui mpv qqc2-desktop-style qtbase qtquickcontrols2 qtwayland youtube-dl ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ]; meta = with lib; { homepage = \"https://github.com/g-fb/haruna\"; description = \"Open source video player built with Qt/QML and libmpv\"; license = with licenses; [ bsd3 cc-by-40 gpl3Plus wtfpl ]; maintainers = with maintainers; [ jojosch ]; }; } "} {"_id":"q-en-nixpkgs-5408eaee5b6ef283256fd3c2be1e2f2a444d64453c805b7655067c827f3d942b","text":"./services/networking/radicale.nix ./services/networking/radvd.nix ./services/networking/rdnssd.nix ./services/networking/realm.nix ./services/networking/redsocks.nix ./services/networking/resilio.nix ./services/networking/robustirc-bridge.nix"} {"_id":"q-en-nixpkgs-542a2005336cad151430721f486f4a00abcd2b85bcdaaf46b7ecdaed074b0fcd","text":"privateKey = testCerts.${domain}.key; httpPort = 80; tlsPort = 443; ocspResponderURL = \"http://0.0.0.0:4002\"; ocspResponderURL = \"http://${domain}:4002\"; strict = true; };"} {"_id":"q-en-nixpkgs-54478c28339939337e1a6a2db2caf1d52cb27a6cd3a818accfc8af2821f8f96d","text":"mirror://xorg/individual/util/makedepend-1.0.9.tar.xz mirror://xorg/individual/util/util-macros-1.20.0.tar.xz mirror://xorg/individual/util/xorg-cf-files-1.0.8.tar.xz mirror://xorg/individual/xserver/xorg-server-21.1.12.tar.xz mirror://xorg/individual/xserver/xorg-server-21.1.13.tar.xz "} {"_id":"q-en-nixpkgs-546079e9bfae9b9490d834b7a60913aa3ab2d18eb8c39b1c9194d65b0b5182df","text":" { stdenv, fetchurl, pkgs, ... }: { stdenv, fetchurl, pkgs, makeWrapper, mono, ffmpeg, ... }: stdenv.mkDerivation rec { name = \"emby-${version}\";"} {"_id":"q-en-nixpkgs-54de17b7552d6d360271f96997876778931419e5326cdd019475d7380664c3cb","text":"} ~~~ This expression should fetch This expression should fetch - the *nix* vscode extension from whatever source defined in the default nixpkgs extensions set `vscodeExtensions`. - the *code-runner* vscode extension from the marketplace using the - the *code-runner* vscode extension from the marketplace using the following url: ~~~"} {"_id":"q-en-nixpkgs-550cd315981592cb6b1cce12636cc48b0aa20f7a1797896c449ac09370e58450","text":"(wm: pkgs.gnome.gnome-flashback.mkSessionForWm { inherit (wm) wmName wmLabel wmCommand enableGnomePanel; inherit (cfg.flashback) panelModulePackages; } ) flashbackWms;"} {"_id":"q-en-nixpkgs-55f1157c2d04a60d9998b83c3b4c0ed119666973dcd9d254870e02d58d96294e","text":"rec { thunderbird = common rec { pname = \"thunderbird\"; version = \"91.5.1\"; version = \"91.6.0\"; application = \"comm/mail\"; binaryName = pname; src = fetchurl { url = \"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz\"; sha512 = \"5939e09b143e440efa906d95cda06826bd3a73b2edde5eed86229b8a0e4d1434519059f37d319d26978d7eea9b3906c5e1c1543a2bc2465625d5ab5438855717\"; sha512 = \"a11eafe1390141ee3508eea06ba8ab135d0725513977a3b37b3b35f413a1f825dc14fef530b9ac961840804be59291c7f5cba3c93b12726605d4a7255660f749\"; }; patches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`."} {"_id":"q-en-nixpkgs-561c8b77d45f51d1214c713b4f5af78544b9600cdd8273617f307a2ccbc50a35","text":"rm -f /tmp/.X0-lock ''; script = \"${cfg.displayManager.job.execCmd}\"; # TODO: move declaring the systemd service to its own mkIf script = mkIf (config.systemd.services.display-manager.enable == true) \"${cfg.displayManager.job.execCmd}\"; # Stop restarting if the display manager stops (crashes) 2 times # in one minute. Starting X typically takes 3-4s."} {"_id":"q-en-nixpkgs-563cd025c0a7701b20b01b08a7f7cafdf21a996dc6a8d36892feb8e4c618eb96","text":" { lib , stdenv , fetchFromGitHub , appstream-glib , desktop-file-utils , gobject-introspection , libadwaita , meson , ninja , pkg-config , python3 , wrapGAppsHook4 , apx , gnome-console }: stdenv.mkDerivation (finalAttrs: { pname = \"apx-gui\"; version = \"0.1.1\"; src = fetchFromGitHub { owner = \"Vanilla-OS\"; repo = \"apx-gui\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-orP5kAsoXX0zyDskeIPKKHNt5c757eUm9un4Ws6uFYA=\"; }; strictDeps = true; nativeBuildInputs = [ appstream-glib desktop-file-utils gobject-introspection meson ninja pkg-config (python3.withPackages (ps: [ ps.pygobject3 ])) wrapGAppsHook4 ]; buildInputs = [ libadwaita ]; preFixup = '' gappsWrapperArgs+=( --prefix PATH : \"${lib.makeBinPath [ apx gnome-console ]}\" ) ''; meta = { description = \"A GUI frontend for Apx in GTK 4 and Libadwaita\"; homepage = \"https://github.com/Vanilla-OS/apx-gui\"; license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ chewblacka ]; mainProgram = \"apx-gui\"; }; }) "} {"_id":"q-en-nixpkgs-56709a915a07cdf30f839abca3a4918682043b01ad959c8c060b325cf5051840","text":" { lib , stdenvNoCC , fetchFromGitHub , fetchurl , clickgen , attrs }: stdenvNoCC.mkDerivation rec { pname = \"bibata-cursors\"; version = \"2.0.3\"; src = fetchFromGitHub { owner = \"ful1e5\"; repo = \"Bibata_Cursor\"; rev = \"v${version}\"; sha256 = \"zCk7qgPeae0BfzhxxU2Dk1SOWJQOxiWyJuzH/ri+Gq4=\"; }; buildInputs = [ clickgen attrs ]; buildPhase = '' ctgen build.toml -p x11 -d 'bitmaps/Bibata-Modern-Amber' -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge bibata cursors.' ctgen build.toml -p x11 -d 'bitmaps/Bibata-Modern-Classic' -n 'Bibata-Modern-Classic' -c 'Black and rounded edge Bibata cursors.' ctgen build.toml -p x11 -d 'bitmaps/Bibata-Modern-Ice' -n 'Bibata-Modern-Ice' -c 'White and rounded edge Bibata cursors.' ctgen build.toml -p x11 -d 'bitmaps/Bibata-Original-Amber' -n 'Bibata-Original-Amber' -c 'Yellowish and sharp edge Bibata cursors.' ctgen build.toml -p x11 -d 'bitmaps/Bibata-Original-Classic' -n 'Bibata-Original-Classic' -c 'Black and sharp edge Bibata cursors.' ctgen build.toml -p x11 -d 'bitmaps/Bibata-Original-Ice' -n 'Bibata-Original-Ice' -c 'White and sharp edge Bibata cursors.' ''; installPhase = '' install -dm 0755 $out/share/icons cp -rf themes/* $out/share/icons/ ''; meta = with lib; { description = \"Material Based Cursor Theme\"; homepage = \"https://github.com/ful1e5/Bibata_Cursor\"; license = licenses.gpl3; platforms = platforms.linux; maintainers = with maintainers; [ rawkode AdsonCicilioti ]; }; } "} {"_id":"q-en-nixpkgs-568bc63830f1668550e162ab57117971fce9d212897c3ca96df66a48c82264de","text":"test2.psk = \"@PSK_SPECIAL@\"; # should be replaced test3.psk = \"@PSK_MISSING@\"; # should not be replaced test4.psk = \"P@ssowrdWithSome@tSymbol\"; # should not be replaced test5.psk = \"@PSK_AWK_REGEX@\"; # should be replaced }; # secrets environmentFile = pkgs.writeText \"wpa-secrets\" '' PSK_VALID=\"S0m3BadP4ssw0rd\"; # taken from https://github.com/minimaxir/big-list-of-naughty-strings PSK_SPECIAL=\",./;'[]-= <>?:\"{}|_+ !@#$%^&*()`~\"; PSK_SPECIAL=\",./;'[]/-= <>?:\"{}|_+ !@#$%^&*()`~\"; PSK_AWK_REGEX=\"PassowrdWith&symbol\"; ''; }; };"} {"_id":"q-en-nixpkgs-56ae26d62ee08d6a895cb6df15bceb6ed3ac40635dab8afdf3208e3deb9b66db","text":"broken = builtins.compareVersions qtbase.version \"5.7.0\" < 0; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ hunspell qttools ]; buildInputs = [ aspell qttools ]; propagatedBuildInputs = [ qtbase ]; }"} {"_id":"q-en-nixpkgs-56e70ac8baee521bd3bae8c87846ec363fac98c67d4ad1b7eef3ffb8de9619a5","text":"buildDotnetModule rec { pname = \"ArchiSteamFarm\"; # nixpkgs-update: no auto update version = \"5.4.13.4\"; version = \"5.5.0.11\"; src = fetchFromGitHub { owner = \"JustArchiNET\"; repo = \"ArchiSteamFarm\"; rev = version; hash = \"sha256-RQx+E/lxdSgB2ddNIeWOd/S2OMMiznXCbYUXdYKRvCM=\"; hash = \"sha256-VlJiTCdoH6hlVtQgECIlbsQvg3S58B5IIy1zRxh1eOg=\"; }; dotnet-runtime = dotnetCorePackages.aspnetcore_7_0; dotnet-sdk = dotnetCorePackages.sdk_7_0; dotnet-runtime = dotnetCorePackages.aspnetcore_8_0; dotnet-sdk = dotnetCorePackages.sdk_8_0; nugetDeps = ./deps.nix;"} {"_id":"q-en-nixpkgs-571e8e112d9eb37fc4e77bdb28dfb48ee7d6ed028f359c4ec663e632d4991799","text":"disabled = pythonOlder \"3.8\"; src = fetchPypi { pname = \"snowflake_connector_python\"; inherit version; hash = \"sha256-/ZvCqxv1OE0si2W8ALsEdVV9UvBHenESkzSqtT+Wef0=\"; src = fetchFromGitHub { owner = \"snowflakedb\"; repo = \"snowflake-connector-python\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-A6QnKCROd1vJpFCTrLEoHVo43xojdjpgYS3qQm64gcY=\"; }; build-system = [ cython setuptools wheel ]; dependencies = [ asn1crypto certifi cffi charset-normalizer cryptography filelock idna oscrypto packaging platformdirs pycryptodomex pyjwt pyopenssl pytz"} {"_id":"q-en-nixpkgs-575736e1f50e96408d9877de2b61aad0141d39065ccd4434e0c6b01a433d25de","text":"composable_kernel = throw \"'composable_kernel' has been replaced with 'rocmPackages.composable_kernel'\"; # Added 2023-10-08 cpp-ipfs-api = cpp-ipfs-http-client; # Project has been renamed. Added 2022-05-15 crispyDoom = crispy-doom; # Added 2023-05-01 cryptowatch-desktop = throw \"Cryptowatch Desktop was sunset on September 30th 2023 and has been removed from nixpkgs\"; # Added 2023-12-22 clash = throw \"'clash' has been removed, upstream gone. Consider using 'clash-meta' instead.\"; # added 2023-11-10 clasp = clingo; # added 2022-12-22 claws-mail-gtk3 = claws-mail; # Added 2021-07-10"} {"_id":"q-en-nixpkgs-575be14be5640536481ee9273bdf690995e170016297b2caaac1bfb490ac6a38","text":"stdenv.mkDerivation rec { pname = \"gmic\"; version = \"3.1.6\"; version = \"3.2.0\"; outputs = [ \"out\" \"lib\" \"dev\" \"man\" ]; src = fetchFromGitHub { owner = \"dtschump\"; repo = \"gmic\"; rev = \"326ea9b7dc320b3624fe660d7b7d81669ca12e6d\"; sha256 = \"RRCzYMN/IXViiUNnacJV3DNpku3hIHQkHbIrtixExT0=\"; rev = \"v.${version}\"; hash = \"sha256-lrIlzxXWqv046G5uRkBQnjvysaIcv+iDKxjuUEJWqcs=\"; }; # TODO: build this from source"} {"_id":"q-en-nixpkgs-576c082538319a11fc08412fc59a83d20b8a272978865d38bef84c85de2776f1","text":"stdenv.mkDerivation rec { pname = \"zotero\"; version = \"5.0.96.3\"; version = \"6.0\"; src = fetchurl { url = \"https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2\"; sha256 = \"sha256-eqSNzmkGNopGJ7VByvUffFEPJz3WHS7b5+jgUAW/hU4=\"; url = \"https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2\"; sha256 = \"0zkgmmflcj6vbyv8rs51jf3vx1zq8pl7b5d5asgayhrdlwi0qgff\"; }; nativeBuildInputs = [ wrapGAppsHook ]; buildInputs= [ gsettings-desktop-schemas glib gtk3 gnome.adwaita-icon-theme dconf ]; buildInputs = [ gsettings-desktop-schemas glib gtk3 gnome.adwaita-icon-theme dconf ]; dontConfigure = true; dontBuild = true; dontStrip = true; dontPatchELF = true; libPath = lib.makeLibraryPath [ stdenv.cc.cc atk cairo curl cups dbus-glib dbus fontconfig freetype gdk-pixbuf glib glibc gtk3 libX11 libXScrnSaver libXcomposite libXcursor libxcb libXdamage libXext libXfixes libXi libXinerama libXrender libXt libnotify libGLU libGL nspr nss pango ] + \":\" + lib.makeSearchPathOutput \"lib\" \"lib64\" [ stdenv.cc.cc ]; libPath = lib.makeLibraryPath [ stdenv.cc.cc atk cairo curl cups dbus-glib dbus fontconfig freetype gdk-pixbuf glib glibc gtk3 libX11 libXScrnSaver libXcomposite libXcursor libxcb libXdamage libXext libXfixes libXi libXinerama libXrender libXt libnotify libGLU libGL nspr nss pango ] + \":\" + lib.makeSearchPathOutput \"lib\" \"lib64\" [ stdenv.cc.cc ]; postPatch = '' sed -i '/pref(\"app.update.enabled\", true);/cpref(\"app.update.enabled\", false);' defaults/preferences/prefs.js"} {"_id":"q-en-nixpkgs-576efee79b3c8e0feaad3024bf3225403a63173932b525c9d91c677dd86dfcb6","text":"doCheck = false; # fails with \"ModuleNotFoundError: No module named 'gi'\" doInstallCheck = doCheck; preFixup = '' for f in $out/libexec/*; do wrapProgram $f ${stdenv.lib.optionalString gnomeSupport \"--prefix GIO_EXTRA_MODULES : \"${stdenv.lib.getLib gnome.dconf}/lib/gio/modules\"\"} --prefix XDG_DATA_DIRS : \"$GSETTINGS_SCHEMAS_PATH\" done ''; passthru = { updateScript = gnome3.updateScript { packageName = pname;"} {"_id":"q-en-nixpkgs-57accff24513aae2745f35e1ac1582b748d5cf2faf4df00a800ee7b932ee7852","text":"git = gitMinimal; }; # Build summary for this flavor # - Build Octave Qt GUI: no (missing:QtCore QtGui QtNetwork QtHelp QtXml) # - JIT compiler for loops: no # - Build Java interface: yes # - Build static libraries: no # - Build shared libraries: yes # - Dynamic Linking API: dlopen # - Include support for GNU readline: yes # - 64-bit array dims and indexing: yes # - 64-bit BLAS array dims and indexing: yes # - OpenMP SMP multithreading: yes # - Truncate intermediate FP results: yes # - Build cross tools: no # - Build docs: yes octave = callPackage ../development/interpreters/octave { qt = null; qscintilla = null; ghostscript = null; graphicsmagick = null; llvm = null; hdf5 = null; glpk = null; suitesparse = null; jdk = null; python = python3; openblas = if stdenv.isDarwin then openblasCompat else openblas; }; octaveFull = (lowPrio (octave.override { qt = qt4; inherit qscintilla; overridePlatforms = [\"x86_64-linux\" \"x86_64-darwin\"]; # Build summary for this flavor # - Build Octave Qt GUI: no (missing:QtCore QtGui QtNetwork QtHelp QtXml) # - JIT compiler for loops: yes # - Build Java interface: yes # - Build static libraries: no # - Build shared libraries: yes # - Dynamic Linking API: dlopen # - Include support for GNU readline: yes # - 64-bit array dims and indexing: yes # - 64-bit BLAS array dims and indexing: yes # - OpenMP SMP multithreading: yes # - Truncate intermediate FP results: yes # - Build cross tools: no # - Build docs: yes octave-jit = callPackage ../development/interpreters/octave { python = python3; openblas = if stdenv.isDarwin then openblasCompat else openblas; enableJIT = true; }; # Build summary for this flavor # - Build Octave Qt GUI: yes # - JIT compiler for loops: no # - Build Java interface: yes # - Build static libraries: no # - Build shared libraries: yes # - Dynamic Linking API: dlopen # - Include support for GNU readline: yes # - 64-bit array dims and indexing: yes # - 64-bit BLAS array dims and indexing: yes # - OpenMP SMP multithreading: yes # - Truncate intermediate FP results: yes # - Build cross tools: no # - Build docs: yes # Build summary for this flavor octaveFull = (lowPrio (libsForQt512.callPackage ../development/interpreters/octave { python = python3; openblas = if stdenv.isDarwin then openblasCompat else openblas; enableQt = true; overridePlatforms = [\"x86_64-linux\" \"x86_64-darwin\"]; })); ocropus = callPackage ../applications/misc/ocropus { };"} {"_id":"q-en-nixpkgs-57b237983e868e4678ffc39f4573f1f15f210d24ac5ab4fc1cc96b32ee7ea3d7","text":"description = \"Library for registering global key bindings\"; homepage = \"https://github.com/kupferlauncher/keybinder/\"; license = licenses.mit; platforms = platforms.linux; platforms = platforms.unix; maintainers = [ maintainers.cstrahan ]; }; }"} {"_id":"q-en-nixpkgs-57b814cd896deb68aec593db9254eba87d73e5f769667d79f178fd2bc7fc4609","text":"systemd libxml2 poppler gawk ]; enableParallelBuilding = true;"} {"_id":"q-en-nixpkgs-57ba0582a07546f3e39774beae6f68a6e284a0c9eb66797e767839e704c3a449","text":" { copyDesktopItems , fetchurl , jre , lib , makeDesktopItem , makeWrapper , stdenvNoCC { copyDesktopItems, fetchurl, jre, lib, makeDesktopItem, makeWrapper, stdenvNoCC, , gamemodeSupport ? stdenvNoCC.isLinux , textToSpeechSupport ? stdenvNoCC.isLinux , additionalLibs ? [ ] gamemodeSupport ? stdenvNoCC.isLinux, textToSpeechSupport ? stdenvNoCC.isLinux, additionalLibs ? [ ], , # dependencies flite , gamemode , libglvnd , libpulseaudio , udev , xorg # dependencies flite, gamemode, libglvnd, libpulseaudio, udev, xorg, }: stdenvNoCC.mkDerivation (finalAttrs: {"} {"_id":"q-en-nixpkgs-57c3d5392ed074f0e053a5260671ad648988f478e3859d69dcfa7dcb95e48ea8","text":" "} {"_id":"q-en-nixpkgs-57d45227161cc1e7ed8fd5869930d3be768f7b5d52c4c677253e4cdf5d051868","text":"crossMesonFlags=\"--cross-file=@crossFile@/cross-file.conf\" fi # See multiple-outputs.sh and meson’s coredata.py mesonFlags=\" --libdir=${!outputLib}/lib --libexecdir=${!outputLib}/libexec --bindir=${!outputBin}/bin --sbindir=${!outputBin}/sbin --includedir=${!outputInclude}/include --mandir=${!outputMan}/share/man --infodir=${!outputInfo}/share/info --localedir=${!outputLib}/share/locale $mesonFlags\" mesonFlags=\"${crossMesonFlags+$crossMesonFlags }--buildtype=${mesonBuildType:-release} $mesonFlags\" echo \"meson flags: $mesonFlags ${mesonFlagsArray[@]}\""} {"_id":"q-en-nixpkgs-57fe11a3f32b6ccbea45475d39d0d6b010e4c64ec953077e9ccbe1cde76d2f5e","text":"lcms2 librsync openssl.dev xxHash ] ++ lib.optionals stdenv.isDarwin [ Cocoa Kernel"} {"_id":"q-en-nixpkgs-57ff1ca4e9330e75aa86a8dd36a494e60d4e2555672d8a629d0b0fab4e11fc42","text":"webcamoid = libsForQt5.callPackage ../applications/video/webcamoid { }; webcord = callPackage ../applications/networking/instant-messengers/webcord {}; webex = callPackage ../applications/networking/instant-messengers/webex {}; webmacs = libsForQt5.callPackage ../applications/networking/browsers/webmacs {};"} {"_id":"q-en-nixpkgs-5843cc939ff26e964dd1baf0c826eb7ab6db62fdc19466b37a1f54ce3235e25f","text":"netifaces octoprint-filecheck octoprint-firmwarecheck octoprint-pisupport passlib pathvalidate pkginfo"} {"_id":"q-en-nixpkgs-588b9d89b5338dd90e0c4e62e97ea867489674ba44d4b4ed8691c10a52735973","text":"owner = \"AzureAD\"; repo = \"microsoft-authentication-extensions-for-python\"; rev = \"refs/tags/${version}\"; hash = \"sha256-ScInTvOgFxP5mgep5FRu6YZHPTtXhrcZGFE7Wdvcm4c=\"; hash = \"sha256-javYE1XDW1yrMZ/BLqIu/pUXChlBZlACctbD2RfWuis=\"; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ msal portalocker ];"} {"_id":"q-en-nixpkgs-58d7c8b565b72fe83eecab17b4c06bf14dccb7cd30891cd022a9a4d639f0b513","text":"config = mkIf cfg.enable { services.xserver = { exportConfiguration = true; displayManager.job.execCmd = \"\"; displayManager.lightdm.enable = lib.mkForce false; }; systemd.services.display-manager.enable = false; # Other displayManagers log to /dev/null because they're services and put # Xorg's stdout in the journal"} {"_id":"q-en-nixpkgs-58db43d123a4422393b71fd8ba70fa36262a9317d06b29ddda79e1d3333e80b4","text":" { lib , stdenv , fetchFromGitLab , meson , vala , ninja , pkg-config , wrapGAppsHook , desktop-file-utils , appstream-glib , python3 , glib , gtk3 , libhandy , libtransmission , libb64 , libutp , miniupnpc , dht , libnatpmp , libevent , curl , openssl , zlib }: stdenv.mkDerivation rec { pname = \"fragments\"; version = \"1.5\"; src = fetchFromGitLab { domain = \"gitlab.gnome.org\"; owner = \"World\"; repo = \"Fragments\"; rev = version; sha256 = \"0x1kafhlgyi65l4w67c24r8mpvasg3q3c4wlgnjc9sxvp6ki7xbn\"; }; patches = [ # Fix dependency resolution ./dependency-resolution.patch ]; nativeBuildInputs = [ meson vala ninja pkg-config wrapGAppsHook desktop-file-utils appstream-glib python3 ]; buildInputs = [ glib gtk3 libhandy libtransmission libb64 libutp miniupnpc dht libnatpmp libevent curl openssl zlib ]; meta = with lib; { homepage = \"https://gitlab.gnome.org/World/Fragments\"; description = \"A GTK3 BitTorrent Client\"; maintainers = with maintainers; [ angustrau ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-591876ea93c6599f7a58ab221fc74816273d03a9d08db877560f6462973cfc1a","text":"acme.wait_for_unit(\"default.target\") acme.wait_for_unit(\"pebble.service\") client.succeed(\"curl https://acme.test:15000/roots/0 > /tmp/ca.crt\") client.succeed(\"curl https://acme.test:15000/intermediate-keys/0 >> /tmp/ca.crt\") client.succeed(\"curl https://${caDomain}:15000/roots/0 > /tmp/ca.crt\") client.succeed(\"curl https://${caDomain}:15000/intermediate-keys/0 >> /tmp/ca.crt\") with subtest(\"Can request certificate with HTTPS-01 challenge\"): webserver.wait_for_unit(\"acme-finished-a.example.test.target\")"} {"_id":"q-en-nixpkgs-5971392766b39cbdff380a2fabc7088ef04a7c13fffa1f783d7f8984cd6cc717","text":" { lib , stdenvNoCC , fetchurl }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"softnet\"; version = \"0.7.1\"; src = fetchurl { url = \"https://github.com/cirruslabs/softnet/releases/download/${finalAttrs.version}/softnet.tar.gz\"; sha256 = \"1g274x524xc85hfzxi3vb4xp720bjgk740bp6hc92d1ikmp0b664\"; }; sourceRoot = \".\"; installPhase = '' runHook preInstall install -D softnet $out/bin/softnet install -Dm444 -t $out/share/softnet README.md LICENSE runHook postInstall ''; meta = with lib; { description = \"Software networking with isolation for Tart\"; homepage = \"https://github.com/cirruslabs/softnet\"; license = licenses.agpl3Plus; maintainers = with maintainers; [ emilytrau ]; platforms = [ \"aarch64-darwin\" ]; # Source build will be possible after darwin SDK 12.0 bump # https://github.com/NixOS/nixpkgs/pull/229210 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; }; }) "} {"_id":"q-en-nixpkgs-598689ccf3a1d162622a2aa76226fd259b927313e42cb1169cecfd0e1ed6136f","text":"patches = [ ./cflags-prune.diff ] ++ lib.optional ftNixSupport ./ft-nix-support.patch; configureFlags = [ \"--enable-gui=${guiSupport}\" \"--with-features=${features}\" \"--disable-xsmp\" # XSMP session management \"--disable-xsmp_interact\" # XSMP interaction"} {"_id":"q-en-nixpkgs-59a244e225589692f083ee968c65797490e12f33888dc03f4e4a1a0a4100e8b9","text":"passthru = { inherit targetPrefix; }; meta = { maintainers = with stdenv.lib.maintainers; [ matthewbauer ]; priority = 10; }; }"} {"_id":"q-en-nixpkgs-59f4d6125865cb1f69dba773b1bc02c152d1b168e5cb830107b0fde66a5a2e41","text":"--replace '$POLYML_HOME/$PLATFORM/polyml' ${polyml}/bin/poly substituteInPlace lib/scripts/run-polyml* lib/scripts/polyml-version --replace '$ML_HOME/poly' ${polyml}/bin/poly ''; substituteInPlace contrib/z3*/etc/settings --replace '$Z3_HOME/z3' '${z3}/bin/z3' '' + (if ! stdenv.isLinux then \"\" else '' arch=${if stdenv.system == \"x86_64-linux\" then \"x86_64-linux\" else \"x86-linux\"} for f in contrib/*/$arch/{bash_process,epclextract,eprover,nunchaku,SPASS}; do patchelf --set-interpreter $(cat ${stdenv.cc}/nix-support/dynamic-linker) \"$f\" done ''); installPhase = '' mkdir -p $out/bin"} {"_id":"q-en-nixpkgs-5a3a967b49366369c2ac7218db0afed530642b2643b8013583e7276e98912bcb","text":"{ lib , stdenv , fetchpatch2 , cmake , ninja , python"} {"_id":"q-en-nixpkgs-5a50b099652ec4903e26ad715d8b67fb43406f83822ad4e2dc2d9f791b151328","text":"dontWrapGApps = true; installPhase = '' runHook preInstall mkdir -p $out/bin mv opt/BlueMail/* $out ln -s $out/bluemail $out/bin/bluemail mkdir -p $out/share/icons mv usr/share/icons/hicolor $out/share/icons/ runHook postInstall ''; makeWrapperArgs = ["} {"_id":"q-en-nixpkgs-5a5d1b5e3c11924c8f940c3eb725ad5d1cf7786a4a19b396502d998aa8c5d7eb","text":" { pcre, pcre2, libXinerama, picom, lib, fetchFromGitHub }: { lib , fetchFromGitHub , libXinerama , pcre , pcre2 , picom , xcbutil }: picom.overrideAttrs (oldAttrs: rec { picom.overrideAttrs (oldAttrs: { pname = \"picom-next\"; version = \"unstable-2023-01-29\"; buildInputs = [ pcre2 ] ++ lib.remove libXinerama (lib.remove pcre oldAttrs.buildInputs); version = \"unstable-2023-08-03\"; buildInputs = [ pcre2 xcbutil ] # remove dependencies that are not used anymore ++ (lib.subtractLists [ libXinerama pcre ] oldAttrs.buildInputs); src = fetchFromGitHub { owner = \"yshui\"; repo = \"picom\"; rev = \"cee12875625465292bc11bf09dc8ab117cae75f4\"; sha256 = \"sha256-lVwBwOvzn4ro1jInRuNvn1vQuwUHUp4MYrDaFRmW9pc=\"; rev = \"5d6957d3da1bf99311a676eab94c69ef4276bedf\"; hash = \"sha256-Mzf0533roLSODjMCPKyGSMbP7lIbT+PoLTZfoIBAI6g=\"; }; meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ]; })"} {"_id":"q-en-nixpkgs-5aae67708bf54b4ff00ca31b05dabed35b7e31ee3fc055c1661e81ca8b152e5d","text":"enableParallelBuilding = true; installPhase = '' runHook preInstall DESTDIR=$out PREFIX= pkgconfigdir=lib/pkgconfig make install $installFlags runHook postInstall ''; makeFlags = [ \"PREFIX=${placeholder \"out\"}\" ]; FONTCONFIG_FILE=\"${fontconfig.out}/etc/fonts/fonts.conf\"; FONTCONFIG_PATH=\"${fontconfig.out}/etc/fonts/\";"} {"_id":"q-en-nixpkgs-5ac115fcdf59e36f3dcb4864169260470f03a1d3a727f0c01060d0027602ab66","text":"runHook postInstall ''; # Electron version is set to 22 in order to match upstream postFixup = '' makeWrapper ${electron_22}/bin/electron $out/bin/${pname} makeWrapper ${electron}/bin/electron $out/bin/${pname} --add-flags $out/share/${pname}/resources/app.asar '';"} {"_id":"q-en-nixpkgs-5ad261aa711d0b4c5ed5f0ed767c65cb9e9f7ba3a3fc69f94fc79592eeebfcb5","text":"wrapt zeroconf zipstream-new ] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ]; ] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ]; checkInputs = with super; [ pytestCheckHook mock ddt ]; checkInputs = with super; [ ddt mock pytestCheckHook ]; patches = [ # substitute pip and let it find out, that it can't write anywhere"} {"_id":"q-en-nixpkgs-5ae451820175983708bc00fcefb7a4d44328601025d0c21d23a14cdf25dfa590","text":" { stdenv, fetchurl, intltool, pkgconfig, gtk3, vala_0_32 , makeWrapper, gdk_pixbuf, cmake, desktop_file_utils { stdenv, fetchurl, intltool, pkgconfig, gtk3, vala_0_38, enchant , wrapGAppsHook, gdk_pixbuf, cmake, desktop_file_utils , libnotify, libcanberra_gtk3, libsecret, gmime , libpthreadstubs, sqlite , gnome3, librsvg, gnome_doc_utils, webkitgtk }: let majorVersion = \"0.11\"; majorVersion = \"0.12\"; in stdenv.mkDerivation rec { name = \"geary-${majorVersion}.3\"; name = \"geary-${majorVersion}.0\"; src = fetchurl { url = \"mirror://gnome/sources/geary/${majorVersion}/${name}.tar.xz\"; sha256 = \"1r42ijxafach5lv8ibs6y0l5k4nacjg427dnma8fj00xr1sri7j1\"; sha256 = \"0ii4qaqfqx90kvqwg0g9jahygkir4mb03ja55fa55yyx6cq0kwff\"; }; propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ intltool gtk3 makeWrapper cmake desktop_file_utils gnome_doc_utils vala_0_32 webkitgtk libnotify libcanberra_gtk3 gnome3.libgee libsecret gmime sqlite nativeBuildInputs = [ vala_0_38 intltool pkgconfig wrapGAppsHook cmake desktop_file_utils gnome_doc_utils ]; buildInputs = [ gtk3 enchant webkitgtk libnotify libcanberra_gtk3 gnome3.libgee libsecret gmime sqlite libpthreadstubs gnome3.gsettings_desktop_schemas gnome3.gcr gdk_pixbuf librsvg gnome3.defaultIconTheme ]; preConfigure = '' substituteInPlace src/CMakeLists.txt --replace '`pkg-config --variable=girdir gobject-introspection-1.0`' '${webkitgtk}/share/gir-1.0' ''; postInstall = '' mkdir -p $out/share/gsettings-schemas/${name}/ mv $out/share/glib-2.0 $out/share/gsettings-schemas/${name} substituteInPlace src/CMakeLists.txt --replace '`''${PKG_CONFIG_EXECUTABLE} --variable=girdir gobject-introspection-1.0`' '${webkitgtk.dev}/share/gir-1.0' ''; preFixup = '' wrapProgram \"$out/bin/geary\" --set GDK_PIXBUF_MODULE_FILE \"$GDK_PIXBUF_MODULE_FILE\" --prefix XDG_DATA_DIRS : \"$XDG_ICON_DIRS:${gnome3.gnome_themes_standard}/share:$out/share:$GSETTINGS_SCHEMAS_PATH\" # Add geary to path for geary-attach gappsWrapperArgs+=(--prefix PATH : \"$out/bin\") ''; enableParallelBuilding = true;"} {"_id":"q-en-nixpkgs-5af56cc712af423b9431cc73af0e14f800a43a5cfaff96d3a85d0c4ed4832222","text":"default = []; description = \"Other GNOME Flashback sessions to enable.\"; }; panelModulePackages = mkOption { default = [ pkgs.gnome.gnome-applets ]; type = types.listOf types.path; description = '' Packages containing modules that should be made available to gnome-panel (usually for applets). If you're packaging something to use here, please install the modules in $out/lib/gnome-panel/modules. ''; example = literalExample \"[ pkgs.gnome.gnome-applets ]\"; }; }; };"} {"_id":"q-en-nixpkgs-5b26a20ffab096b2715e81c91eee9d2c6be8e1ed8b6033c9870f79314a0830c0","text":"githubId = 40633781; name = \"Sergei S.\"; }; dit7ya = { email = \"7rat13@gmail.com\"; github = \"dit7ya\"; githubId = 14034137; name = \"Mostly Void\"; }; dizfer = { email = \"david@izquierdofernandez.com\"; github = \"dizfer\";"} {"_id":"q-en-nixpkgs-5b54372dc42c4078046fe6226c6759c640671229ae2a712f053cb43011b89bfd","text":"{ lib , stdenv , rustPlatform , gettext , meson"} {"_id":"q-en-nixpkgs-5b60c59ef8d1c85eab02de5f5e3ea31e6b8fe8c4d6233ea812425b43874721cc","text":"-- Some needed machinery to handle multiple-output external dependencies, -- as per https://github.com/luarocks/luarocks/issues/766 ${lib.optionalString (lib.length depVariables > 0) '' ${lib.concatStringsSep \"n \" depVariables}''} ${extraVariables} ${lib.concatStringsSep \"n \" depVariables}''} ${extraVariablesStr} } ${extraConfig} '';"} {"_id":"q-en-nixpkgs-5b820c8652c03c96cc67a529b746f79ff37b270c3fe01cd38e12a013016de752","text":"sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = [ \"x86_64-linux\" ]; # TODO Mac support maintainers = [ maintainers.mausch ]; maintainers = with maintainers; [ mausch dylanmtaylor ]; }; }"} {"_id":"q-en-nixpkgs-5b964e855623e50f6939cef36c948d81f3487b55497690a8dce528201e7de013","text":", rustPlatform , stdenv , stdenvNoCC , wasm-bindgen-cli , webkitgtk }: let esbuild-18-20 = let version = \"0.18.20\"; esbuild-20-2 = let version = \"0.20.2\"; in esbuild.override { buildGoModule = args: buildGoModule (args // {"} {"_id":"q-en-nixpkgs-5b9b6f4b40145a54b525117967c3bc83fa703fca86e9cb3413340e630befd07a","text":" import ./make-test-python.nix ({ lib, ... }: { name = \"swap-file-btrfs\"; meta.maintainers = with lib.maintainers; [ oxalica ]; nodes.machine = { pkgs, ... }: { virtualisation.useDefaultFilesystems = false; virtualisation.bootDevice = \"/dev/vda\"; boot.initrd.postDeviceCommands = '' ${pkgs.btrfs-progs}/bin/mkfs.btrfs --label root /dev/vda ''; virtualisation.fileSystems = { \"/\" = { device = \"/dev/disk/by-label/root\"; fsType = \"btrfs\"; }; }; swapDevices = [ { device = \"/var/swapfile\"; size = 1; # 1MiB. } ]; }; testScript = '' machine.wait_for_unit('var-swapfile.swap') machine.succeed(\"stat --file-system --format=%T /var/swapfile | grep btrfs\") # First run. Auto creation. machine.succeed(\"swapon --show | grep /var/swapfile\") machine.shutdown() machine.start() # Second run. Use it as-is. machine.wait_for_unit('var-swapfile.swap') machine.succeed(\"swapon --show | grep /var/swapfile\") ''; }) "} {"_id":"q-en-nixpkgs-5bae0bab3a5cccf219b0d715293ea28b16724bbbffedb59d2ece0e590f914512","text":"mesonFlags = (lib.mapAttrsToList lib.mesonEnable { \"cava\" = cavaSupport; \"cava\" = cavaSupport && lib.asserts.assertMsg sndioSupport \"Sndio support is required for Cava\"; \"dbusmenu-gtk\" = traySupport; \"jack\" = jackSupport; \"libevdev\" = evdevSupport; \"libinput\" = inputSupport; \"libnl\" = nlSupport; \"libudev\" = udevSupport;"} {"_id":"q-en-nixpkgs-5bfe58745887ca94def75be3472f51bc4bd75e1010ca659497213d91c9beffbf","text":"installPhase = '' runHook preInstall install -Dm644 *.ttf -t $out/share/fonts/hack install -Dm644 *.ttf -t $out/share/fonts/truetype runHook postInstall '';"} {"_id":"q-en-nixpkgs-5c0109eecb2b63a40da64618df2382d21152594e8c6b2c808a727f818a53b9ce","text":"} ) # Octoprint pulls in celery indirectly but has no support for the up-to-date releases ( self: super: { celery = super.celery.overrideAttrs (oldAttrs: rec { version = \"5.0.0\"; src = oldAttrs.src.override { inherit version; sha256 = \"sha256-MTkw/d3nA9jjcCmjBL+RQpzRGu72PFfebayp2Vjh8lU=\"; }; doCheck = false; }); } ) # Octoprint would allow later sentry-sdk releases but not later click releases ( self: super: { sentry-sdk = super.sentry-sdk.overrideAttrs (oldAttrs: rec { pname = \"sentry-sdk\"; version = \"1.4.3\"; src = fetchFromGitHub { owner = \"getsentry\"; repo = \"sentry-python\"; rev = version; sha256 = \"sha256-vdE6eqELMM69CWHaNYhF0HMCTV3tQsJlMHAA96oCy8c=\"; }; disabledTests = [ \"test_apply_simulates_delivery_info\" \"test_auto_enabling_integrations_catches_import_error\" ]; disabledTestPaths = [ # Don't test integrations \"tests/integrations\" ]; }); } ) # Built-in dependency ( self: super: {"} {"_id":"q-en-nixpkgs-5c1292daf5d2eca9232717bd8427736bbec7135e31267ed76d686934fb1caa14","text":" { lib , rustPlatform , fetchFromGitHub , stdenv , darwin , nix-update-script , nixosTests }: rustPlatform.buildRustPackage rec { pname = \"realm\"; version = \"2.6.0\"; src = fetchFromGitHub { owner = \"zhboner\"; repo = \"realm\"; rev = \"v${version}\"; hash = \"sha256-G3scFSOxbmR3Q2fkRdg115WN/GCYpys/8Y4JC4YMGdY=\"; }; cargoHash = \"sha256-EvXafTujqTdQwfK4NXgT7lGKGnrpyP9ouplD6DmJUKU=\"; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; env.RUSTC_BOOTSTRAP = 1; passthru = { updateScript = nix-update-script { }; tests = { inherit (nixosTests) realm; }; }; meta = with lib; { description = \"A simple, high performance relay server written in rust\"; homepage = \"https://github.com/zhboner/realm\"; mainProgram = \"realm\"; license = licenses.mit; maintainers = with maintainers; [ ocfox ]; }; } "} {"_id":"q-en-nixpkgs-5c2059c2f3707ce6d899c0f73ddf98e1d710e4483fff0b33539d8465249ac38c","text":"pydantic ] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ] ++ lib.optionals (!stdenv.isDarwin) [ octoprint-pisupport ]; nativeCheckInputs = with self; ["} {"_id":"q-en-nixpkgs-5c6852396242f2e43606f122a7a147a363edd68d8c5ffcd62930e4474e2709af","text":"librsvg ]; # Don't use buildRustPackage phases, only use it for rust deps setup configurePhase = null; buildPhase = null; checkPhase = null; installPhase = null; postPatch = '' chmod +x build-aux/meson_post_install.py patchShebangs build-aux/meson_post_install.py"} {"_id":"q-en-nixpkgs-5c9e50fb7a03ec1d7016155f7ca06862677a2f7406cf73dca5868cb7af16d0bb","text":"diff --git a/src/protontricks/cli.py b/src/protontricks/cli.py index fec0563..d158b96 100755 index 9641970..6a2b268 100755 --- a/src/protontricks/cli.py +++ b/src/protontricks/cli.py @@ -14,7 +14,7 @@ import os import logging @@ -15,8 +15,8 @@ import sys from . import __version__ -from .steam import (find_proton_app, find_steam_path, find_steam_runtime_path, +from .steam import (find_proton_app, find_steam_path, get_steam_apps, get_steam_lib_paths) from .winetricks import get_winetricks_path from .gui import select_steam_app_with_gui -from .steam import (find_legacy_steam_runtime_path, find_proton_app, - find_steam_path, get_steam_apps, get_steam_lib_paths) +from .steam import (find_proton_app, find_steam_path, get_steam_apps, + get_steam_lib_paths) from .util import run_command from .winetricks import get_winetricks_path @@ -75,8 +75,7 @@ def main(args=None): \"WINE: path to a custom 'wine' executablen\" \"WINESERVER: path to a custom 'wineserver' executablen\""} {"_id":"q-en-nixpkgs-5cb2acd9fc2151304b8aeec2c0f3d778ad0eecb06b2df1e976db99600bfa0667","text":"boost = boost179; }; libreoffice-qt = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix { libreoffice-qt-fresh = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix { unwrapped = libsForQt5.callPackage ../applications/office/libreoffice (libreoffice-args // { kdeIntegration = true; variant = \"fresh\"; }); }); libreoffice-qt-fresh-unwrapped = libreoffice-qt-fresh.unwrapped; libreoffice-qt-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix { unwrapped = libsForQt5.callPackage ../applications/office/libreoffice (libreoffice-args // { kdeIntegration = true; variant = \"still\"; }); }); libreoffice-qt-still-unwrapped = libreoffice-qt-still.unwrapped; libreoffice-fresh = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix { unwrapped = callPackage ../applications/office/libreoffice"} {"_id":"q-en-nixpkgs-5cc3bad88c6edc4a048c717b0088d75ab0d65aba94614edb02a710d1a350fd35","text":"cmakeFlags = with stdenv.lib; [ \"-DENABLE_MAN=ON\" \"-DENABLE_DOC=ON\" \"-DENABLE_JAVASCRIPT=OFF\" # Requires v8 <= 3.24.3, https://github.com/weechat/weechat/issues/360 \"-DENABLE_PHP=OFF\" ] ++ optionals stdenv.isDarwin [\"-DICONV_LIBRARY=${libiconv}/lib/libiconv.dylib\" \"-DCMAKE_FIND_FRAMEWORK=LAST\"] ++ map (p: \"-D${p.cmakeFlag}=\" + (if p.enabled then \"ON\" else \"OFF\")) plugins"} {"_id":"q-en-nixpkgs-5cecd4a75fd6737b7c2464bf0a76c3b3995ddf37a7ea40f3f9ba2a6f0fb90de1","text":", icu66 , krb5 , lib , libtasn1 , makeWrapper , stdenv , openssl }: stdenv.mkDerivation rec { pname = \"roon-server\"; version = \"1.8-850\"; version = \"1.8-880\"; src = let"} {"_id":"q-en-nixpkgs-5cedcb516afa54da0400b45d975739dcf644d61dae59ebe22538ce1da7ca2faa","text":"sha256 = \"sha256-CqmE4V+svSuQAsoX0I3NpUqPU5CQf3fyCHJPrjUjHF4=\"; }; nativeBuildInputs = [ wheel ]; nativeBuildInputs = [ wheel ]; propagatedBuildInputs = [ arrow"} {"_id":"q-en-nixpkgs-5d0b427e22494e88364f54fd7d47a6353513edd1543390ed7f0db7e308629bdf","text":"runHook postInstall ''; meta = with lib; { postFixup = '' makeWrapper $out/opt/liberation-circuit/launcher.sh $out/bin/liberation-circuit \"''${gappsWrapperArgs[@]}\" ''; meta = { description = \"Real-time strategy game with programmable units\"; mainProgram = \"liberation-circuit\"; longDescription = '' Escape from a hostile computer system! Harvest data to create an armada of battle-processes to aid your escape! Take command directly and play the game as an RTS, or use the game's built-in editor and compiler to write your own unit AI in a simplified version of C. Escape from a hostile computer system! Harvest data to create an armada of battle-processes to aid your escape! Take command directly and play the game as an RTS, or use the game's built-in editor and compiler to write your own unit AI in a simplified version of C. ''; homepage = \"https://linleyh.itch.io/liberation-circuit\"; maintainers = with maintainers; [ emilytrau ]; license = licenses.gpl3Only; platforms = platforms.linux; maintainers = with lib.maintainers; [ emilytrau ]; license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; }; }"} {"_id":"q-en-nixpkgs-5d14fef7c32b1b3b7f24fbbf83f33ebd05ef47e630a9be4403a417dbbce276bc","text":"installPhase = '' runHook preInstall # resources mkdir -p \"$out/share/redisinsight\" mkdir -p \"$out/share/redisinsight/static/resources/plugins\" mkdir -p \"$out/share/redisinsight/default\" mkdir -p \"$out/share/redisinsight\"/{app,defaults,static/plugins,static/resources/plugins} cp -r release/${if stdenv.isDarwin then \"darwin-\" else \"linux-\"}${lib.optionalString stdenv.hostPlatform.isAarch64 \"arm64-\"}unpacked/resources/{app.asar,app.asar.unpacked} $out/share/redisinsight/ cp -r resources/ $out/share/redisinsight cp -r release/*-unpacked/{locales,resources{,.pak}} \"$out/share/redisinsight/app\" mv \"$out/share/redisinsight/app/resources/resources\" \"$out/share/redisinsight\" # icons for icon in \"$out/resources/icons/*.png\"; do for icon in \"$out/share/redisinsight/resources/icons\"/*.png; do mkdir -p \"$out/share/icons/hicolor/$(basename $icon .png)/apps\" ln -s \"$icon\" \"$out/share/icons/hicolor/$(basename $icon .png)/apps/redisinsight.png\" done ln -s \"${finalAttrs.desktopItem}/share/applications\" \"$out/share/applications\" makeWrapper '${electron}/bin/electron' \"$out/bin/redisinsight\" --add-flags \"$out/share/redisinsight/app.asar\" --add-flags \"$out/share/redisinsight/app/resources/app.asar\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --chdir \"$out/share/redisinsight\" --argv0 \"$out/share/redisinsight/app.asar\" --set-default ELECTRON_FORCE_IS_PACKAGED 1 --inherit-argv0 runHook postInstall ''; desktopItem = makeDesktopItem { name = \"redisinsight\"; exec = \"redisinsight %u\"; icon = \"redisinsight\"; desktopName = \"RedisInsight\"; genericName = \"RedisInsight Redis Client\"; comment = finalAttrs.meta.description; categories = [ \"Development\" ]; startupWMClass = \"redisinsight\"; }; meta = with lib; { desktopItems = [ (makeDesktopItem { name = \"redisinsight\"; exec = \"redisinsight %u\"; icon = \"redisinsight\"; desktopName = \"RedisInsight\"; genericName = \"RedisInsight Redis Client\"; comment = finalAttrs.meta.description; categories = [ \"Development\" ]; startupWMClass = \"redisinsight\"; }) ]; meta = { description = \"RedisInsight Redis client powered by Electron\"; homepage = \"https://github.com/RedisInsight/RedisInsight\"; license = licenses.sspl; maintainers = with maintainers; [ gmemstr ]; platforms = [ \"x86_64-linux\" ]; #license = licenses.sspl; maintainers = with lib.maintainers; [ gmemstr tomasajt ]; platforms = lib.platforms.linux; }; })"} {"_id":"q-en-nixpkgs-5d31e61df22630964e8bb41c50d330ec3e02db42a1692d391cb50a2d2f45feff","text":"gspeech = callPackage ../applications/audio/gspeech { }; gtkcord4 = callPackage ../applications/audio/gtkcord4 {}; haruna = libsForQt5.callPackage ../applications/video/haruna { }; hdrmerge = libsForQt5.callPackage ../applications/graphics/hdrmerge { };"} {"_id":"q-en-nixpkgs-5d3ca4ed9d7d795b33d4177b76c6c02c89b1d2de3431ef13c4b0075231d62d1c","text":"mv $out/bin/arion $out/libexec makeWrapper $out/libexec/arion $out/bin/arion --unset PYTHONPATH --prefix PATH : ${lib.makeBinPath [ pkgs.docker-compose_1 ]} --prefix PATH : ${lib.makeBinPath [ pkgs.docker-compose ]} ; ''; };"} {"_id":"q-en-nixpkgs-5d60b038d5dcf7cae8df3dc5ab772d0519695adb690a7a36325cf4665dbd750d","text":" { \"!comment\": \"This is a nixpkgs Gradle dependency lockfile. For more details, refer to the Gradle section in the nixpkgs manual.\", \"!version\": 1, \"https://jcenter.bintray.com\": { \"io/pebbletemplates#pebble-project/3.1.5\": { \"pom\": \"sha256-TSnFtsOFqJp3c0S4sPjcKe/j+q06e5f4faJfAnOnOJM=\" }, \"io/pebbletemplates#pebble/3.1.5\": { \"jar\": \"sha256-0lOm3eWeE4aYqqruVGRh0vH2yL0qo47N00ffF8+Q1vA=\", \"pom\": \"sha256-kGnsr9XZc4ey9mNXp1X5Ghv4kZC0yHZ6zyCJDlFAuzc=\" }, \"junit#junit/4.12\": { \"jar\": \"sha256-WXIfCAXiI9hLkGd4h9n/Vn3FNNfFAsqQPAwrF/BcEWo=\", \"pom\": \"sha256-kPFj944/+28cetl96efrpO6iWAcUG4XW0SvmfKJUScQ=\" }, \"net/java/dev/jna#jna-platform/4.5.2\": { \"jar\": \"sha256-8dAMFn2JIcbiPGJu+fHDrgvkc8lcaP+gErx65VqH4tY=\", \"pom\": \"sha256-+mLh78vRkHG+SzftEFPa3AymCICzmA9Yq9SX8qnxPQU=\" }, \"net/java/dev/jna#jna/4.5.2\": { \"jar\": \"sha256-DI63rPZyYWVteQBRkd66ujtr9d1gpDc1okVCk4Hb7P8=\", \"pom\": \"sha256-nfQrTM73BF1uT7ZLg3bdCS3XTZc3zGSVx2mO7MvTxE8=\" }, \"org/bouncycastle#bcprov-jdk15on/1.59\": { \"jar\": \"sha256-HDHkTjMdJeRtKTs+juLQcCimfbAR50yyRDKFrtHVnIU=\", \"pom\": \"sha256-QeZGb3GwjQXw0+tdhFXATl42hpxjXhFq4Nt04oAD7OU=\" }, \"org/hamcrest#hamcrest-core/1.3\": { \"jar\": \"sha256-Zv3vkelzk0jfeglqo4SlaF9Oh1WEzOiThqekclHE2Ok=\", \"pom\": \"sha256-/eOGp5BRc6GxA95quCBydYS1DQ4yKC4nl3h8IKZP+pM=\" }, \"org/hamcrest#hamcrest-library/1.3\": { \"jar\": \"sha256-cR1kUi+exBCYO9MQk0KW2hNL5CVKElCAoEFuwXjfrRw=\", \"pom\": \"sha256-HOtL+w8JiuKbk1BEsjY+ETIzE/4+0gVd+LeXN9UFYnc=\" }, \"org/hamcrest#hamcrest-parent/1.3\": { \"pom\": \"sha256-bVNflO+2Y722gsnyelAzU5RogAlkK6epZ3UEvBvkEps=\" }, \"org/mockito#mockito-core/1.9.5\": { \"jar\": \"sha256-+XSDuglEufoTOqKWOHZN2+rbUew9vAIHTFj6LK7NB/o=\", \"pom\": \"sha256-9DIR3AoX/PzVBDCr1bx0e2/SOu9FaWgrZc8rrw8gcnw=\" }, \"org/objenesis#objenesis/1.0\": { \"jar\": \"sha256-xWlLVdklJ0eTgvJUGZs8ax2HgPZSrWHpylmRmIf0kag=\", \"pom\": \"sha256-JInYiwSZ9V5173Xw8lBUV8cSxc+oR8maRvjes+fqPOs=\" }, \"org/slf4j#slf4j-api/1.7.25\": { \"jar\": \"sha256-GMSgCV1cHaa4F1kudnuyPSndL1YK1033X/OWHb3iW3k=\", \"pom\": \"sha256-fNnXoLXZPf1GGhSIkbQ1Cc9AOpx/n7SQYNNVTfHIHh4=\" }, \"org/slf4j#slf4j-parent/1.7.25\": { \"pom\": \"sha256-GPXFISDbA26I1hNviDnIMtB0vdqVx1bG9CkknS21SsY=\" }, \"org/unbescape#unbescape/1.1.6.RELEASE\": { \"jar\": \"sha256-WXz4fVsaTzhbnRzsl0t7SDq7PuhfxbP4tir45L7JXCw=\", \"pom\": \"sha256-AgOVYrsyfVQcDwUHZ+kYmPo4l0eSZojMITvRG8dRJ9E=\" } }, \"https://mvn.freenetproject.org\": { \"org/freenetproject#freenet-ext/29\": { \"jar\": \"sha256-MvKz1r7t9UE36i+aPr72dmbXafCWawjNF/19tZuk158=\" } }, \"https://repo.maven.apache.org/maven2\": { \"com/android/tools#common/22.7.2\": { \"jar\": \"sha256-6ttGKrkD+J2cPRFUxxHwRni3mSHGgmjTQYuba/NEMk4=\", \"pom\": \"sha256-8zhO5T3Z3fYzOUMDUs3/+WY225ZP0mzxaNvVOt8fSQg=\" }, \"com/android/tools#dvlib/22.7.2\": { \"jar\": \"sha256-/a4X4WbglSc1P37HGgt/PZPMBhxkf8p73ZZjJjO7Z+s=\", \"pom\": \"sha256-Q1HWW5dIC0kjSGhulIFI7Hp/AOVXbZjC9DHPIBxDSpw=\" }, \"com/android/tools#sdk-common/22.7.2\": { \"jar\": \"sha256-l/7SZpQEdLQTNBcmSalIWvV6Qqmsmrcm2S27X6SjPpU=\", \"pom\": \"sha256-Ln4pJV6PBhvVs706Vj7/nqu2xqmLSIHwlpzklOkrhD4=\" }, \"com/android/tools#sdklib/22.7.2\": { \"jar\": \"sha256-qFsaBA/dxaWEWjBuaOK4qx/+LFMS4buyoosTvxOE7RU=\", \"pom\": \"sha256-mGlFT4xtSEwnyYC4eIETnMx/7/Q+7g+MGkhtsbXUPSM=\" }, \"com/android/tools/build#builder-model/0.9.2\": { \"jar\": \"sha256-Utfe2Ho/LgcOOyj3IdFPXtik4s6cVFlT2C3cp0XQ/pU=\", \"pom\": \"sha256-8F2KJ7WoFcgydCbzj7DeW6zpgmAAtE4iR+vTxtcnw28=\" }, \"com/android/tools/build#builder-test-api/0.9.2\": { \"jar\": \"sha256-+i52Ho1fu3bUsVJVeE2nx89qaGW03e1IDXpCxvjqbgo=\", \"pom\": \"sha256-c2xEI3eXn7+LDkxMnGSI6Gg7In6VIXekA6LH+4SB2Fg=\" }, \"com/android/tools/build#builder/0.9.2\": { \"jar\": \"sha256-Vbz5bMADnI7bU9GRVeq+1NfgGgkbZv6zrbb/acJ59Bk=\", \"pom\": \"sha256-UaLeg+swvMwBEbTd3mkxvswC5HwpuqNgm9ErCm7kvvg=\" }, \"com/android/tools/build#gradle/0.9.2\": { \"jar\": \"sha256-gX/QEcuyw4yF/39EWHwTsUCoRUrfk3/Do/KKZggULII=\", \"pom\": \"sha256-DCk9CiNuuQYLtf32UJGE98BPy2xFGXbKkS0LysbBt7Y=\" }, \"com/android/tools/build#manifest-merger/22.7.2\": { \"jar\": \"sha256-KUCCoJLJeibyMtC+EhCamQj7pI/dOfdkWTI2nONiD5Q=\", \"pom\": \"sha256-yTWvDWMw7Lk41paAn7mIG5hMz07owjDEUP8nqVNIFv0=\" }, \"com/android/tools/build/gradle/maven-metadata\": { \"xml\": { \"groupId\": \"com.android.tools.build\", \"lastUpdated\": \"20170306221012\", \"release\": \"2.3.0\" } }, \"com/android/tools/ddms#ddmlib/22.7.2\": { \"jar\": \"sha256-NZ5F7s1IkUbifaIimc7nOzYL1Ox/wCfb2zXKys5BOfk=\", \"pom\": \"sha256-YrMjYBcQ4UiBuJ/LDEJ/DfnNbewtmiY+F17jMt8iMXY=\" }, \"com/android/tools/external/lombok#lombok-ast/0.2.2\": { \"jar\": \"sha256-Ww2J1DBMXGFGDkijsPMTf3EitDOBuLtQWr9HzF/bmoE=\", \"pom\": \"sha256-iuaeannJXNEvRP80ak/B1wrnLTlkqnk3cTbGPIv0074=\" }, \"com/android/tools/layoutlib#layoutlib-api/22.7.2\": { \"jar\": \"sha256-X/eOSXu1N9Hi9toYoVGvyQZ7Cj6Q6KQvHJldOxd0kSw=\", \"pom\": \"sha256-dyDIj0DkMDb+tWMd2uEnO8XSwURDnqGK3/p0J3LzHnM=\" }, \"com/android/tools/lint#lint-api/22.7.2\": { \"jar\": \"sha256-1faoCgpY1ycOFmiZGr+akAkteBBqy1qDRGddCv71Tv4=\", \"pom\": \"sha256-gs32TSJflZ0SMJzK4k21b17zmJzn27TrE/oEW01RaQM=\" }, \"com/android/tools/lint#lint-checks/22.7.2\": { \"jar\": \"sha256-Hrp9wZ3RAhpR3BkT5obPwe4yrP3e26H3NZf2X6ghXzM=\", \"pom\": \"sha256-5/n3/kXskHm5S/kCh6xSbyGQ6/vJyU3LJsGhsG2+uM8=\" }, \"com/android/tools/lint#lint/22.7.2\": { \"jar\": \"sha256-vyzGoCzhz2/wdqBBo6GC8G8chqZfU/vR69VK/cxqjrg=\", \"pom\": \"sha256-PPoEnyzLSe5u7n55c5WjqGrpizxkIIINKEb+B6bqKlc=\" }, \"com/google/guava#guava-parent/15.0\": { \"pom\": \"sha256-9RllyaeD1msuchhUmHcfYJsJcQik/g9xfPwzCBWV2js=\" }, \"com/google/guava#guava/15.0\": { \"jar\": \"sha256-ejRXV3DuvGClR2YW42dqbLbyl1x4xBXipgFKxyS6V4M=\", \"pom\": \"sha256-lxBXG7i0qZL0X/gKSOL+Ws7cdD6/iD1M/cuSBgIruFs=\" }, \"com/squareup#javawriter/2.2.1\": { \"jar\": \"sha256-HIIW3l9u2UaerpQhAybEt/5hFmvlAnaOkCd5xqe6vOo=\", \"pom\": \"sha256-XNmnCSuBlmCSc4cBpL28LkoDm/r8E6NcfKCYEc+7MPA=\" }, \"commons-codec#commons-codec/1.4\": { \"jar\": \"sha256-aqQjTHTzoQNXUaJYIlRYZ8jDcnElpkK24ElmXRhjYxs=\", \"pom\": \"sha256-9fMAaUIboBPna+znYEB9zIACJGHclVXcvXX9sG2aQI8=\" }, \"commons-logging#commons-logging/1.1.1\": { \"jar\": \"sha256-zm+RPK0fDbOq1wGG1lxbx//Mmpnj/o4LE3MSgZ98Ni8=\", \"pom\": \"sha256-0PLhbQVOi7l63ZyiZSXrI0b2koCfzSooeH2ozrPDXug=\" }, \"kxml2#kxml2/2.3.0\": { \"pom\": \"sha256-CVvyT0be2d4LZsqdZx3PVPj2FbqVFQsaMTw0dcVf1qU=\" }, \"net/sf/kxml#kxml2/2.3.0\": { \"jar\": \"sha256-8mTdn3mh/eEM5ezFMiHv8kvkyTMcgwt9UvLwintjPeI=\", \"pom\": \"sha256-Mc5gb06VGJNimbsNJ8l4+mHhhf0d58mHT+lZpT40poU=\" }, \"net/sf/proguard#proguard-base/4.10\": { \"jar\": \"sha256-pCU0cXeR5+2oMDYTNzWP4siLCRmAEfnu0epVkfNUTyQ=\", \"pom\": \"sha256-iYTsEfuzfC9fj1aDRT2mLVtGYU8VxVBxJUH9isYqnWs=\" }, \"net/sf/proguard#proguard-gradle/4.10\": { \"jar\": \"sha256-ijb/GXYIYcPPWijb4aadk+aEfi5aadg5PQhkQv8R0Ms=\", \"pom\": \"sha256-kZNouji8XuG6t3YYOqf2HKBaDg1syDbiOhByk59mK5E=\" }, \"net/sf/proguard#proguard-parent/4.10\": { \"pom\": \"sha256-31W088lOxk4iyZFZ/VmWktA9VNdaFRMXMqovUDOeLGM=\" }, \"org/apache#apache/4\": { \"pom\": \"sha256-npMjomuo6yOU7+8MltMbcN9XCAhjDcFHyrHnNUHMUZQ=\" }, \"org/apache/commons#commons-compress/1.0\": { \"jar\": \"sha256-CehOeXeMoboVtzNll6MhRX/CJb1dQfe0aTXSeSL8KnQ=\", \"pom\": \"sha256-O4swzTU6QIV7IEMRzGQVBLATSET8lhOMIkMlniAo/5E=\" }, \"org/apache/commons#commons-parent/11\": { \"pom\": \"sha256-ueAwbzk0YBBbij+lEFJQxSkbHvqpmVSs4OwceDEJoCo=\" }, \"org/apache/commons#commons-parent/5\": { \"pom\": \"sha256-i9YywAvfgKfeNsIrYPEkUsFH2Oyi8A151maZ6+faoCo=\" }, \"org/apache/httpcomponents#httpclient/4.1.1\": { \"jar\": \"sha256-6uUm0Ipmeb9soTjUWgAFsgum7EpAJ4i+gQlwcTyOR1E=\", \"pom\": \"sha256-rboX2TSKl9TOBfKCZ5cP2BlcYaVssG1eDdFfr/YP4qc=\" }, \"org/apache/httpcomponents#httpcomponents-client/4.1\": { \"pom\": \"sha256-UhW2SHmMbI2bnN42QtO/taTMiUt8hBEAQ1Ln3l0RmCc=\" }, \"org/apache/httpcomponents#httpcomponents-client/4.1.1\": { \"pom\": \"sha256-R1KE5emVUm1+dxUTSgdBLOctWYUEY0I4P13kGIoCKlM=\" }, \"org/apache/httpcomponents#httpcomponents-core/4.1\": { \"pom\": \"sha256-T3l//Zw9FW3g2+wf0eY+n9hYSpPHBDV2VT38twb2TeQ=\" }, \"org/apache/httpcomponents#httpcore/4.1\": { \"jar\": \"sha256-POON5R9OJGaMbRhAV6jQhUH56BXS0xnQ9GLwgwkrKc8=\", \"pom\": \"sha256-T8hq+jjpyfqwmcz0XCvHQ9RT5qsiJJCr/oZxl1w8cyc=\" }, \"org/apache/httpcomponents#httpmime/4.1\": { \"jar\": \"sha256-MWKVZhSOikdoiuQ7Qgq8Ps14PtFbM768AIJL8kybFao=\", \"pom\": \"sha256-2zzZW+wQAWBeFlPyhD6FQucS+iu2cv2cjBrOhsV2c9E=\" }, \"org/apache/httpcomponents#project/4.1.1\": { \"pom\": \"sha256-IbtNRN/1TjOjfBGvaYWacUICrgCWmqtUU+unJ2aI+Ow=\" }, \"org/bouncycastle#bcpkix-jdk15on/1.48\": { \"jar\": \"sha256-U0czNrTlqtd5aKGLFsVNFc28Q/Plehh4eZ7faUHQujc=\", \"pom\": \"sha256-v3z/mqxILUKuuKFVHQDrZ81DbsjNThJuyKHgnITdIX0=\" }, \"org/bouncycastle#bcprov-jdk15on/1.48\": { \"jar\": \"sha256-gEt+Ljuax3Hf07Q94WZmrGAI+GAPSPKN3JTjmhFOIog=\", \"pom\": \"sha256-KRIr50qOwbT8VB49opmL62Irw4wEuovx9Vk4aReCeYI=\" }, \"org/eclipse/jdt/core/compiler#ecj/4.2.2\": { \"jar\": \"sha256-THTfiGENZzssdL9bSLYoS65C+biA8K2JqK2mn+hKDXA=\", \"pom\": \"sha256-sh7YTnfE/FhyYqADSzUx+vt+WxGlMWqbjKo/47fqYj0=\" }, \"org/ow2#ow2/1.3\": { \"pom\": \"sha256-USFcZ9LAaNi30vb4D1E3KgmAdd7MxEjUvde5h7qDKPs=\" }, \"org/ow2/asm#asm-analysis/4.0\": { \"jar\": \"sha256-3VOXq69XIxBJrLEBxFHlmKlHpd0YKYMneVNc/cK68U4=\", \"pom\": \"sha256-7U8zeG58CrtuaOYcK047V7WLFOqu/ewxtwkCXja3/Hg=\" }, \"org/ow2/asm#asm-parent/4.0\": { \"pom\": \"sha256-QFr+Cu5AfJEcXkqoCpSdtVOS8XleE8oCrnKdFV30rBg=\" }, \"org/ow2/asm#asm-tree/4.0\": { \"jar\": \"sha256-2LAWoiBbLhQdtCbAQdKubQ1ButBQBioqUXWiWdNkF9o=\", \"pom\": \"sha256-eskVIWBDQDSQMyuS1unIoqd5QIyy1kgdqdOjXtGKLvw=\" }, \"org/ow2/asm#asm/4.0\": { \"jar\": \"sha256-+y3ekCCke7AkxD2d4KlOc6vveTvwjwE1TMl8stLiqVc=\", \"pom\": \"sha256-5jzvroWeRrEtOd1Yh3oZ+JN0pM6xvLE2Fz+nbUfXhtc=\" }, \"org/sonatype/oss#oss-parent/7\": { \"pom\": \"sha256-tR+IZ8kranIkmVV/w6H96ne9+e9XRyL+kM5DailVlFQ=\" } } } "} {"_id":"q-en-nixpkgs-5d8bec7fd639737a4086d86df1d6924e40be6d96146421f3fd004a06280442ce","text":"hash = \"sha256-wHCTqcBvVN/pTXH3iW57DPpMEsnehutRQB5NaugS6Zs=\"; }; patches = [ ./01-kdtree-signature.patch ]; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ numba"} {"_id":"q-en-nixpkgs-5d90f11737043d506dd1d561d2ad243e5b3bcc1282922855c57c294816354d7e","text":"config = mkIf cfg.enable { warnings = [] ++ optional (cfg.settings != null && cfg.settings.location != null) ++ optional (cfg.settings != null && cfg.settings ? location) \"`services.borgmatic.settings.location` is deprecated, please move your options out of sections to the global scope\" ++ optional (catAttrs \"location\" (attrValues cfg.configurations) != []) \"`services.borgmatic.configurations..location` is deprecated, please move your options out of sections to the global scope\""} {"_id":"q-en-nixpkgs-5d92a3f3b233e50aebe7d1da2df0d9b8414a346b453d609bac7e4da2450a3d1f","text":"doCheck = true; # NOTE: Purity check is disabled for checkPhase because it doesn't fare well # with the DMD linker. See https://github.com/NixOS/nixpkgs/issues/97420 checkPhase = '' cd dmd make -j$NIX_BUILD_CORES -C test -f Makefile PIC=1 CC=$CXX DMD=${pathToDmd} BUILD=release SHELL=$SHELL NIX_ENFORCE_PURITY= make -j$NIX_BUILD_CORES -C test -f Makefile PIC=1 CC=$CXX DMD=${pathToDmd} BUILD=release SHELL=$SHELL cd ../druntime make -j$NIX_BUILD_CORES -f posix.mak unittest PIC=1 DMD=${pathToDmd} BUILD=release NIX_ENFORCE_PURITY= make -j$NIX_BUILD_CORES -f posix.mak unittest PIC=1 DMD=${pathToDmd} BUILD=release cd ../phobos make -j$NIX_BUILD_CORES -f posix.mak unittest BUILD=release ENABLE_RELEASE=1 PIC=1 DMD=${pathToDmd} DFLAGS=\"-version=TZDatabaseDir -version=LibcurlPath -J$(pwd)\" NIX_ENFORCE_PURITY= make -j$NIX_BUILD_CORES -f posix.mak unittest BUILD=release ENABLE_RELEASE=1 PIC=1 DMD=${pathToDmd} DFLAGS=\"-version=TZDatabaseDir -version=LibcurlPath -J$(pwd)\" cd .. '';"} {"_id":"q-en-nixpkgs-5db3a518dfb98830b08f69654f0b85b9ed736935e06e714d4a44e4c9d977f300","text":" { config, pkgs ,lib ,... }: with lib; { options.xdg.portal = { enable = mkEnableOption \"xdg desktop integration\"//{ default = true; }; extraPortals = mkOption { type = types.listOf types.package; default = []; description = '' List of additional portals to add to path. Portals allow interaction with system, like choosing files or taking screenshots. At minimum, a desktop portal implementation should be listed. GNOME and KDE already adds xdg-desktop-portal-gtk; and xdg-desktop-portal-kde respectively. On other desktop environments you probably want to add them yourself. ''; }; }; config = let cfg = config.xdg.portal; packages = [ pkgs.xdg-desktop-portal ] ++ cfg.extraPortals; in mkIf cfg.enable { services.dbus.packages = packages; systemd.packages = packages; environment.variables = { GTK_USE_PORTAL = \"1\"; XDG_DESKTOP_PORTAL_PATH = map (p: \"${p}/share/xdg-desktop-portal/portals\") cfg.extraPortals; }; }; } "} {"_id":"q-en-nixpkgs-5dd9e897b697b4d88e6bd0aacfc182803551554896e8cd13610882c0314dfc86","text":"done poolImported \"${pool}\" || poolImport \"${pool}\" # Try one last time, e.g. to import a degraded pool. if poolImported \"${pool}\"; then ${optionalString cfgZfs.requestEncryptionCredentials '' ${optionalString (if isBool cfgZfs.requestEncryptionCredentials then cfgZfs.requestEncryptionCredentials else cfgZfs.requestEncryptionCredentials != []) '' ${packages.zfsUser}/sbin/zfs list -rHo name,keylocation ${pool} | while IFS=$'t' read ds kl; do (case \"$kl\" in (${optionalString (!isBool cfgZfs.requestEncryptionCredentials) '' if ! echo '${concatStringsSep \"n\" cfgZfs.requestEncryptionCredentials}' | grep -qFx \"$ds\"; then continue fi ''} case \"$kl\" in none ) ;; prompt )"} {"_id":"q-en-nixpkgs-5e02f87185a199299deffdd9913a646a392f1e62377d3abf6f4efbebb0de28cc","text":"make -f Makefile.sharedlibrary install INSTALL_PREFIX=$out substituteAll ${./duktape.pc.in} $out/lib/pkgconfig/duktape.pc ''; enableParallelBuilding = true; meta = with lib; {"} {"_id":"q-en-nixpkgs-5e4661dd6d137190a9f405907e5ac5d916a1944250a2c382c4c6d7cca85fb57c","text":"vix = callPackage ../tools/misc/vix { }; vkBasalt = callPackage ../tools/graphics/vkBasalt { vkBasalt32 = pkgsi686Linux.vkBasalt; }; vnc2flv = callPackage ../tools/video/vnc2flv {}; vncrec = callPackage ../tools/video/vncrec { };"} {"_id":"q-en-nixpkgs-5e483bf2930e4d9820f372da0c86fb38cd138e6688abad79247221175f7b8732","text":"{ lib , stdenv , buildPythonPackage , fetchPypi , click"} {"_id":"q-en-nixpkgs-5e4f6b845ad29c708c48a83a2e4b96445ed2ae21f828e59c331ca55fe76c9128","text":"wantedBy = [ \"multi-user.target\" ]; aliases = [ \"dbus-org.freedesktop.resolve1.service\" ]; restartTriggers = [ config.environment.etc.\"systemd/resolved.conf\".source ]; # Upstream bug: https://github.com/systemd/systemd/issues/18078 # systemd-resolved without libidn2 is broken environment.LD_LIBRARY_PATH = \"${lib.getLib pkgs.libidn2}/lib\"; }; environment.etc = {"} {"_id":"q-en-nixpkgs-5e512f20670f9a563baf000ed4fde59cf26a1ccf8b7a3b51de1d6102842815d3","text":"config = mkIf cfg.enable { systemd = { packages = [ pkgs.networkd-dispatcher ]; services.networkd-dispatcher = { wantedBy = [ \"multi-user.target\" ]; # Override existing ExecStart definition serviceConfig.ExecStart = [ serviceConfig.ExecStart = let scriptDir = pkgs.symlinkJoin { name = \"networkd-dispatcher-script-dir\"; paths = lib.mapAttrsToList (name: cfg: (map(state: pkgs.writeTextFile { inherit name; text = cfg.script; destination = \"/${state}.d/${name}\"; executable = true; } ) cfg.onState) ) cfg.rules; }; in [ \"\" \"${pkgs.networkd-dispatcher}/bin/networkd-dispatcher -v --script-dir ${cfg.scriptDir} $networkd_dispatcher_args\" \"${pkgs.networkd-dispatcher}/bin/networkd-dispatcher -v --script-dir ${scriptDir} $networkd_dispatcher_args\" ]; }; # Directory structure required according to upstream instructions # https://gitlab.com/craftyguy/networkd-dispatcher tmpfiles.rules = [ \"d '${cfg.scriptDir}' 0750 root root - -\" \"d '${cfg.scriptDir}/routable.d' 0750 root root - -\" \"d '${cfg.scriptDir}/dormant.d' 0750 root root - -\" \"d '${cfg.scriptDir}/no-carrier.d' 0750 root root - -\" \"d '${cfg.scriptDir}/off.d' 0750 root root - -\" \"d '${cfg.scriptDir}/carrier.d' 0750 root root - -\" \"d '${cfg.scriptDir}/degraded.d' 0750 root root - -\" \"d '${cfg.scriptDir}/configuring.d' 0750 root root - -\" \"d '${cfg.scriptDir}/configured.d' 0750 root root - -\" ]; }; }; }"} {"_id":"q-en-nixpkgs-5e5d6e8e406d4ded511841aecebd7ff7944878d41554fb5f93d33167031baa83","text":" diff -ruN gildas-src-aug18a/kernel/etc/Makefile gildas-src-aug18a.gag-font-bin-rule/kernel/etc/Makefile --- gildas-src-aug18a/kernel/etc/Makefile\t2016-09-09 09:39:37.000000000 +0200 +++ gildas-src-aug18a.gag-font-bin-rule/kernel/etc/Makefile\t2018-09-04 12:03:11.000000000 +0200 @@ -29,7 +29,8 @@ SEDEXE=sed -e 's?source tree?executable tree?g' -$(datadir)/gag-font.bin: hershey-font.dat $(bindir)/hershey +$(datadir)/gag-font.bin: hershey-font.dat $(bindir)/hershey +\t$(gagintdir)/etc/gag.dico.gbl $(gagintdir)/etc/gag.dico.lcl ifeq ($(GAG_ENV_KIND)-$(GAG_TARGET_KIND),cygwin-mingw) $(bindir)/hershey `cygpath -w $(datadir)`/gag-font.bin else "} {"_id":"q-en-nixpkgs-5e67f6daa910d7e0b0e3861c0e768a7febee46b2909d87993963c27e9188d0ce","text":" { lib, stdenvNoCC, fetchurl, dpkg, makeWrapper, electron, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"proton-pass\"; version = \"1.17.5\"; src = fetchurl { url = \"https://proton.me/download/PassDesktop/linux/x64/ProtonPass_${finalAttrs.version}.deb\"; hash = \"sha256-2dnR/4LpLiQlJebv74/F7L/a5lYPh+AMPqQVIBHvxcg=\"; }; dontConfigure = true; dontBuild = true; nativeBuildInputs = [ dpkg makeWrapper ]; installPhase = '' runHook preInstall mkdir -p $out cp -r usr/share/ $out/ cp -r usr/lib/proton-pass/resources/app.asar $out/share/ runHook postInstall ''; preFixup = '' makeWrapper ${lib.getExe electron} $out/bin/proton-pass --add-flags $out/share/app.asar --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --set-default ELECTRON_FORCE_IS_PACKAGED 1 --set-default ELECTRON_IS_DEV 0 --inherit-argv0 ''; meta = { description = \"Desktop application for Proton Pass\"; homepage = \"https://proton.me/pass\"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ massimogengarelli sebtm ]; platforms = [ \"x86_64-linux\" ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; mainProgram = \"proton-pass\"; }; }) "} {"_id":"q-en-nixpkgs-5e94d55add3534b72e80e5e0524204f35b26b7f2c8db12fedd8857173fa93527","text":" { stdenv, lib, fetchurl, extra-cmake-modules , qtbase, kio , libatasmart, parted , util-linux }: { stdenv, lib, fetchurl, fetchpatch, extra-cmake-modules , qca-qt5, kauth, kio, polkit-qt, qtbase , util-linux }: stdenv.mkDerivation rec { pname = \"kpmcore\"; version = \"3.3.0\"; # NOTE: When changing this version, also change the version of `partition-manager`. version = \"4.2.0\"; src = fetchurl { url = \"mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz\"; sha256 = \"0s6v0jfrhjg31ri5p6h9n4w29jvasf5dj954j3vfpzl91lygmmmq\"; hash = \"sha256-MvW0CqvFZtzcJlya6DIpzorPbKJai6fxt7nKsKpJn54=\"; }; buildInputs = [ qtbase libatasmart parted # we only need the library patches = [ # Fix build with `kcoreaddons` >= 5.77.0 (fetchpatch { url = \"https://github.com/KDE/kpmcore/commit/07e5a3ac2858e6d38cc698e0f740e7a693e9f302.patch\"; sha256 = \"sha256-LYzea888euo2HXM+acWaylSw28iwzOdZBvPBt/gjP1s=\"; }) # Fix crash when `fstab` omits mount options. (fetchpatch { url = \"https://github.com/KDE/kpmcore/commit/eea84fb60525803a789e55bb168afb968464c130.patch\"; sha256 = \"sha256-NJ3PvyRC6SKNSOlhJPrDDjepuw7IlAoufPgvml3fap0=\"; }) ]; buildInputs = [ qca-qt5 kauth kio polkit-qt util-linux # needs blkid (note that this is not provided by util-linux-compat) util-linux # Needs blkid in configure script (note that this is not provided by util-linux-compat) ]; nativeBuildInputs = [ extra-cmake-modules ];"} {"_id":"q-en-nixpkgs-5e95088cefa53525181ad3c49adb48fb452026a497f2babf954bd6d10b4aff53","text":"chntpw = callPackage ../tools/security/chntpw { }; cliphist = callPackage ../tools/wayland/cliphist { }; clipman = callPackage ../tools/wayland/clipman { }; kanshi = callPackage ../tools/wayland/kanshi { };"} {"_id":"q-en-nixpkgs-5eeeb517eca88439c1bac5151bf9b8e06504dc7bd3c655741144d4a43cf963f3","text":"pushd unpacked/tensorboard-${version} substituteInPlace tensorboard-${version}.dist-info/METADATA --replace \"google-auth-oauthlib (<0.5,>=0.4.1)\" \"google-auth-oauthlib (<0.6,>=0.4.1)\" --replace \"google-auth-oauthlib (<0.5,>=0.4.1)\" \"google-auth-oauthlib (<1.0,>=0.4.1)\" --replace \"protobuf (<3.20,>=3.9.2)\" \"protobuf (>=3.9.2)\" popd"} {"_id":"q-en-nixpkgs-5ef118e7a0f3e9eb649254760376e3c442722a19fd84f455acfccff5546303ca","text":"with subtest(\"A podman non-member can not use the docker cli\"): docker.fail(su_cmd(\"docker version\", user=\"mallory\")) with subtest(\"A rootless quadlet container service is created\"): dir = \"/home/alice/.config/containers/systemd\" rootless.succeed(su_cmd(\"tar cv --files-from /dev/null | podman import - scratchimg\")) rootless.succeed(su_cmd(f\"mkdir -p {dir}\")) rootless.succeed(su_cmd(f\"cp -f ${quadletContainerFile} {dir}/quadlet.container\")) rootless.systemctl(\"daemon-reload\", \"alice\") rootless.systemctl(\"start quadlet\", \"alice\") rootless.wait_until_succeeds(su_cmd(\"podman ps | grep quadlet\"), timeout=20) rootless.systemctl(\"stop quadlet\", \"alice\") # TODO: add docker-compose test '';"} {"_id":"q-en-nixpkgs-5ef3072669636df9e93241c1198164503714c44b12d25edb88978a1f091fe1ca","text":"rm ./texmfcnf.lua sed -e 's,texmf-dist,texmf,g' -e 's,texmf-local,texmf,g' -e \"s,(TEXMFLOCAL[ ]*=[ ]*)[^,]*,1\"$out/share/texmf\",g\" -e \"s,(TEXMFLOCAL[ ]*=[ ]*)[^,]*,1\"$out/share/texmf-local\",g\" -e \"s,$SELFAUTOLOC,$out,g\" -e \"s,selfautodir:/,$out/share/,g\" -e \"s,selfautodir:,$out/share/,g\" "} {"_id":"q-en-nixpkgs-5f0356bcaac38234f4d1f2ff7a16abb036fcc6d8839a48f83864b5b9c1a2f1f5","text":", xhtml1 , yajl , writeScript , nixosTests # Linux , acl ? null"} {"_id":"q-en-nixpkgs-5f3286be606e47536c1b23c9a229527728ccc9dd81e805cc89819a4543b16938","text":"${stdenv.lib.optionalString enablePlayer '' --prefix LD_LIBRARY_PATH : ${vlc}/lib ''} mkdir -p $out/share/applications $out/share/icons $out/share/man/man1 cp $out/Tribler/Main/Build/Ubuntu/tribler.desktop $out/share/applications/tribler.desktop cp $out/Tribler/Main/Build/Ubuntu/tribler_big.xpm $out/share/icons/tribler.xpm cp $out/Tribler/Main/Build/Ubuntu/tribler.1 $out/share/man/man1/tribler.1 ''; meta = with stdenv.lib; {"} {"_id":"q-en-nixpkgs-5f3a4afe2f84e5128f7f8c1e8f73d5db5d4636b3d2f249f7b5920878376c4ca7","text":"inherit (darwin.apple_sdk.frameworks) Security; }; vdirsyncerStable = callPackage ../tools/misc/vdirsyncer/stable.nix { }; vdpauinfo = callPackage ../tools/X11/vdpauinfo { }; verbiste = callPackage ../applications/misc/verbiste {"} {"_id":"q-en-nixpkgs-5f781754643ce24595be8f8bccca6a477d4a658d634c53b1054347fb7421190b","text":"case $o in init=*) IFS== read -r -a initParam <<< \"$o\" closure=\"$(dirname \"''${initParam[1]}\")\" closure=\"''${initParam[1]}\" ;; esac done"} {"_id":"q-en-nixpkgs-5fa7f993b39c9907d3ee32e4c474abbd04717229c90531c41cf57e2f36bd3b12","text":"let pname = \"expressvpn\"; clientVersion = \"3.25.0\"; clientBuild = \"13\"; clientVersion = \"3.52.0\"; clientBuild = \"2\"; version = lib.strings.concatStringsSep \".\" [ clientVersion clientBuild ]; expressvpnBase = stdenvNoCC.mkDerivation {"} {"_id":"q-en-nixpkgs-60079da5f99b8715438afc2df9023eb224c043f76eeacd4a0b0bf1d423e5f64d","text":"'' + optionalString targetPlatform.isAndroid '' echo \"-D__ANDROID_API__=${targetPlatform.sdkVer}\" >> $out/nix-support/cc-cflags echo \"-D__ANDROID_API__=${targetPlatform.androidSdkVersion}\" >> $out/nix-support/cc-cflags '' # There are a few tools (to name one libstdcxx5) which do not work"} {"_id":"q-en-nixpkgs-603562884e6c9ae14d71aa70521f05a82dbca4aa82a571caed37141661736c60","text":" { stdenv, fetchurl, perl, git }: { stdenv, fetchurl, git, nettools, perl }: stdenv.mkDerivation rec { name = \"gitolite-${version}\"; version = \"3.6.2\"; version = \"3.6.3\"; src = fetchurl { url = \"https://github.com/sitaramc/gitolite/archive/v${version}.tar.gz\"; sha256 = \"1gsgzi9ayb4rablki3mqr11b0h8db4xg43df660marfpacmkfb01\"; sha256 = \"16cxifjxnri719qb6zzwkdf61x5y957acbdhcgqcan23x1mfn84v\"; }; buildInputs = [ perl git ]; buildInputs = [ git nettools perl ]; buildPhase = \"true\"; patchPhase = ''"} {"_id":"q-en-nixpkgs-604e467c76a1992232bc000e2893e3e72f1faab4fb05156438ea45294f5f018f","text":"stumpwm = sbclPackages.stumpwm; stumpwm-unwrapped = sbclPackages.stumpwm-unwrapped; sublime = callPackage ../applications/editors/sublime/2 { }; sublime3Packages = recurseIntoAttrs (callPackage ../applications/editors/sublime/3/packages.nix { });"} {"_id":"q-en-nixpkgs-60734b54101602b096623961b7c0b1d0950612bae1e5c82ddcd40f8840d60f7e","text":"{ description = stdenv.lib.attrByPath [\"meta\" \"description\"] \"System binary utilities\" bintools_ + \" (wrapper script)\"; priority = 10; } // optionalAttrs useMacosReexportHack { platforms = stdenv.lib.platforms.darwin; };"} {"_id":"q-en-nixpkgs-60938c0936f37f574b36478dddd295f8fb0d0624bb427b1b6df24369e8ba9e34","text":"{ lib, stdenv, fetchurl, cmake, bison, pkg-config , boost, libedit, libevent, lz4, ncurses, openssl, protobuf, readline, zlib, perl , cctools, CoreServices, developer_cmds , libtirpc, rpcsvc-proto , libtirpc, rpcsvc-proto, nixosTests }: # Note: zlib is not required; MySQL can use an internal zlib."} {"_id":"q-en-nixpkgs-60968064f05c311aaddec7537d62464131a6abc0db624e0b8774d709e3b98d91","text":" { stdenv, python37Packages, fetchFromGitHub, fetchurl, dialog, autoPatchelfHook }: { lib , buildPythonApplication , fetchFromGitHub , ConfigArgParse, acme, configobj, cryptography, distro, josepy, parsedatetime, pyRFC3339, pyopenssl, pytz, requests, six, zope_component, zope_interface , dialog, mock, gnureadline , pytest_xdist, pytest, dateutil }: python37Packages.buildPythonApplication rec { buildPythonApplication rec { pname = \"certbot\"; version = \"1.0.0\"; version = \"1.3.0\"; src = fetchFromGitHub { owner = pname; repo = pname; rev = \"v${version}\"; sha256 = \"180x7gcpfbrzw8k654s7b5nxdy2yg61lq513dykyn3wz4gssw465\"; sha256 = \"1nzp1l63f64qqp89y1vyd4lgfhykfp5dkr6iwfiyf273y7sjwpsa\"; }; patches = [ ./0001-Don-t-use-distutils.StrictVersion-that-cannot-handle.patch ]; propagatedBuildInputs = with python37Packages; [ propagatedBuildInputs = [ ConfigArgParse acme configobj"} {"_id":"q-en-nixpkgs-609c63c96b468e5abd5d402123dfc9f1441129081314c5243746daf59ea9ff17","text":"fi poolImported \"${pool}\" || poolImport \"${pool}\" # Try one last time, e.g. to import a degraded pool. fi ${lib.optionalString cfgZfs.requestEncryptionCredentials '' zfs load-key -a ''} ${if isBool cfgZfs.requestEncryptionCredentials then optionalString cfgZfs.requestEncryptionCredentials '' zfs load-key -a '' else concatMapStrings (fs: '' zfs load-key ${fs} '') cfgZfs.requestEncryptionCredentials} '') rootPools)); };"} {"_id":"q-en-nixpkgs-611c44481aa9fcc32cf4c25d96fa350c4ab9b48fde66a72cba9876ae26bdcec0","text":"libXxf86vm openal libGLU libGL libjpeg flac libXi libXfixes enet libtheora freetype physfs libopus pkg-config gtk2 pcre libXdmcp enet libtheora freetype physfs libopus pkg-config gtk3 pcre libXdmcp libpulseaudio libpthreadstubs ];"} {"_id":"q-en-nixpkgs-613c75b40f880179b3457dad5e01b535787cc1f280fd22f8a110b2a2c8e632a2","text":"XDG_CONFIG_HOME=''${XDG_CONFIG_HOME:-$HOME/.config} ''; startplasma = '' ${set_XDG_CONFIG_HOME} mkdir -p \"''${XDG_CONFIG_HOME}\" '' + optionalString config.hardware.pulseaudio.enable '' # Load PulseAudio module for routing support. # See also: http://colin.guthr.ie/2009/10/so-how-does-the-kde-pulseaudio-support-work-anyway/ ${getBin config.hardware.pulseaudio.package}/bin/pactl load-module module-device-manager \"do_routing=1\" '' + '' ${activationScript} # Create default configurations if Plasma has never been started. kdeglobals=\"''${XDG_CONFIG_HOME}/kdeglobals\" if ! [ -f \"$kdeglobals\" ]; then kcminputrc=\"''${XDG_CONFIG_HOME}/kcminputrc\" if ! [ -f \"$kcminputrc\" ]; then cat ${kcminputrc} >\"$kcminputrc\" fi gtkrc2=\"$HOME/.gtkrc-2.0\" if ! [ -f \"$gtkrc2\" ]; then cat ${gtkrc2} >\"$gtkrc2\" fi gtk3_settings=\"''${XDG_CONFIG_HOME}/gtk-3.0/settings.ini\" if ! [ -f \"$gtk3_settings\" ]; then mkdir -p \"$(dirname \"$gtk3_settings\")\" cat ${gtk3_settings} >\"$gtk3_settings\" fi fi ''; in {"} {"_id":"q-en-nixpkgs-6153f189262b4b595287eaa7efbd49a7285a1dcc403182c92bc742fa7c32a8cd","text":"description = \"Open the GitHub page or website for a repository in your browser\"; license = licenses.mit; platforms = platforms.all; maintainers = with maintainers; [ jlesquembre SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 ]; }; }"} {"_id":"q-en-nixpkgs-61970759bfad98662aef435c456e6335d0bd6e43b956f3c6730eacc258aac045","text":"go-junit-report = callPackage ../development/tools/go-junit-report { }; gobang = callPackage ../development/tools/database/gobang { }; gogetdoc = callPackage ../development/tools/gogetdoc { }; gox = callPackage ../development/tools/gox { };"} {"_id":"q-en-nixpkgs-61aaee9e0d6eee385c242d74a8459b6f9de24f18ad45fd54e2d53405b043c491","text":"# Load extensions from NEMO_EXTENSION_DIR environment variable # https://github.com/NixOS/nixpkgs/issues/78327 ./load-extensions-from-env.patch # Don't tie the interactive search box with the window's lifetime # https://github.com/linuxmint/nemo/issues/3423 (fetchpatch { url = \"https://github.com/linuxmint/nemo/commit/055b47af0e1a830e556989372f3689bbd36b639d.patch\"; hash = \"sha256-cMtBz1uLGCV4nnrBITzXAV/SffI0nNcEdeujrHxAzQc=\"; }) ]; outputs = [ \"out\" \"dev\" ];"} {"_id":"q-en-nixpkgs-61d28498b9991f401fa81874141f34936605e442cff6a98840fb2a49e850a7b5","text":" { fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec { offline_cache = linkFarm \"offline\" packages; packages = [ { name = \"_babel_code_frame___code_frame_7.5.5.tgz\"; path = fetchurl { name = \"_babel_code_frame___code_frame_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz\"; sha1 = \"bc0782f6d69f7b7d49531219699b988f669a8f9d\"; }; } { name = \"_babel_core___core_7.5.5.tgz\"; path = fetchurl { name = \"_babel_core___core_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz\"; sha1 = \"17b2686ef0d6bc58f963dddd68ab669755582c30\"; }; } { name = \"_babel_generator___generator_7.5.5.tgz\"; path = fetchurl { name = \"_babel_generator___generator_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz\"; sha1 = \"873a7f936a3c89491b43536d12245b626664e3cf\"; }; } { name = \"_babel_helper_annotate_as_pure___helper_annotate_as_pure_7.0.0.tgz\"; path = fetchurl { name = \"_babel_helper_annotate_as_pure___helper_annotate_as_pure_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz\"; sha1 = \"323d39dd0b50e10c7c06ca7d7638e6864d8c5c32\"; }; } { name = \"_babel_helper_builder_binary_assignment_operator_visitor___helper_builder_binary_assignment_operator_visitor_7.1.0.tgz\"; path = fetchurl { name = \"_babel_helper_builder_binary_assignment_operator_visitor___helper_builder_binary_assignment_operator_visitor_7.1.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz\"; sha1 = \"6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f\"; }; } { name = \"_babel_helper_builder_react_jsx___helper_builder_react_jsx_7.3.0.tgz\"; path = fetchurl { name = \"_babel_helper_builder_react_jsx___helper_builder_react_jsx_7.3.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz\"; sha1 = \"a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4\"; }; } { name = \"_babel_helper_call_delegate___helper_call_delegate_7.4.4.tgz\"; path = fetchurl { name = \"_babel_helper_call_delegate___helper_call_delegate_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz\"; sha1 = \"87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43\"; }; } { name = \"_babel_helper_create_class_features_plugin___helper_create_class_features_plugin_7.5.5.tgz\"; path = fetchurl { name = \"_babel_helper_create_class_features_plugin___helper_create_class_features_plugin_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz\"; sha1 = \"401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4\"; }; } { name = \"_babel_helper_define_map___helper_define_map_7.5.5.tgz\"; path = fetchurl { name = \"_babel_helper_define_map___helper_define_map_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz\"; sha1 = \"3dec32c2046f37e09b28c93eb0b103fd2a25d369\"; }; } { name = \"_babel_helper_explode_assignable_expression___helper_explode_assignable_expression_7.1.0.tgz\"; path = fetchurl { name = \"_babel_helper_explode_assignable_expression___helper_explode_assignable_expression_7.1.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz\"; sha1 = \"537fa13f6f1674df745b0c00ec8fe4e99681c8f6\"; }; } { name = \"_babel_helper_function_name___helper_function_name_7.1.0.tgz\"; path = fetchurl { name = \"_babel_helper_function_name___helper_function_name_7.1.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz\"; sha1 = \"a0ceb01685f73355d4360c1247f582bfafc8ff53\"; }; } { name = \"_babel_helper_get_function_arity___helper_get_function_arity_7.0.0.tgz\"; path = fetchurl { name = \"_babel_helper_get_function_arity___helper_get_function_arity_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz\"; sha1 = \"83572d4320e2a4657263734113c42868b64e49c3\"; }; } { name = \"_babel_helper_hoist_variables___helper_hoist_variables_7.4.4.tgz\"; path = fetchurl { name = \"_babel_helper_hoist_variables___helper_hoist_variables_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz\"; sha1 = \"0298b5f25c8c09c53102d52ac4a98f773eb2850a\"; }; } { name = \"_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.5.5.tgz\"; path = fetchurl { name = \"_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz\"; sha1 = \"1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590\"; }; } { name = \"_babel_helper_module_imports___helper_module_imports_7.0.0.tgz\"; path = fetchurl { name = \"_babel_helper_module_imports___helper_module_imports_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz\"; sha1 = \"96081b7111e486da4d2cd971ad1a4fe216cc2e3d\"; }; } { name = \"_babel_helper_module_transforms___helper_module_transforms_7.5.5.tgz\"; path = fetchurl { name = \"_babel_helper_module_transforms___helper_module_transforms_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz\"; sha1 = \"f84ff8a09038dcbca1fd4355661a500937165b4a\"; }; } { name = \"_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.0.0.tgz\"; path = fetchurl { name = \"_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz\"; sha1 = \"a2920c5702b073c15de51106200aa8cad20497d5\"; }; } { name = \"_babel_helper_plugin_utils___helper_plugin_utils_7.0.0.tgz\"; path = fetchurl { name = \"_babel_helper_plugin_utils___helper_plugin_utils_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz\"; sha1 = \"bbb3fbee98661c569034237cc03967ba99b4f250\"; }; } { name = \"_babel_helper_regex___helper_regex_7.5.5.tgz\"; path = fetchurl { name = \"_babel_helper_regex___helper_regex_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz\"; sha1 = \"0aa6824f7100a2e0e89c1527c23936c152cab351\"; }; } { name = \"_babel_helper_remap_async_to_generator___helper_remap_async_to_generator_7.1.0.tgz\"; path = fetchurl { name = \"_babel_helper_remap_async_to_generator___helper_remap_async_to_generator_7.1.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz\"; sha1 = \"361d80821b6f38da75bd3f0785ece20a88c5fe7f\"; }; } { name = \"_babel_helper_replace_supers___helper_replace_supers_7.5.5.tgz\"; path = fetchurl { name = \"_babel_helper_replace_supers___helper_replace_supers_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz\"; sha1 = \"f84ce43df031222d2bad068d2626cb5799c34bc2\"; }; } { name = \"_babel_helper_simple_access___helper_simple_access_7.1.0.tgz\"; path = fetchurl { name = \"_babel_helper_simple_access___helper_simple_access_7.1.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz\"; sha1 = \"65eeb954c8c245beaa4e859da6188f39d71e585c\"; }; } { name = \"_babel_helper_split_export_declaration___helper_split_export_declaration_7.4.4.tgz\"; path = fetchurl { name = \"_babel_helper_split_export_declaration___helper_split_export_declaration_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz\"; sha1 = \"ff94894a340be78f53f06af038b205c49d993677\"; }; } { name = \"_babel_helper_wrap_function___helper_wrap_function_7.2.0.tgz\"; path = fetchurl { name = \"_babel_helper_wrap_function___helper_wrap_function_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz\"; sha1 = \"c4e0012445769e2815b55296ead43a958549f6fa\"; }; } { name = \"_babel_helpers___helpers_7.5.5.tgz\"; path = fetchurl { name = \"_babel_helpers___helpers_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz\"; sha1 = \"63908d2a73942229d1e6685bc2a0e730dde3b75e\"; }; } { name = \"_babel_highlight___highlight_7.5.0.tgz\"; path = fetchurl { name = \"_babel_highlight___highlight_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz\"; sha1 = \"56d11312bd9248fa619591d02472be6e8cb32540\"; }; } { name = \"_babel_parser___parser_7.5.5.tgz\"; path = fetchurl { name = \"_babel_parser___parser_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz\"; sha1 = \"02f077ac8817d3df4a832ef59de67565e71cca4b\"; }; } { name = \"_babel_plugin_proposal_async_generator_functions___plugin_proposal_async_generator_functions_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_async_generator_functions___plugin_proposal_async_generator_functions_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz\"; sha1 = \"b289b306669dce4ad20b0252889a15768c9d417e\"; }; } { name = \"_babel_plugin_proposal_class_properties___plugin_proposal_class_properties_7.5.5.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_class_properties___plugin_proposal_class_properties_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz\"; sha1 = \"a974cfae1e37c3110e71f3c6a2e48b8e71958cd4\"; }; } { name = \"_babel_plugin_proposal_decorators___plugin_proposal_decorators_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_decorators___plugin_proposal_decorators_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz\"; sha1 = \"de9b2a1a8ab0196f378e2a82f10b6e2a36f21cc0\"; }; } { name = \"_babel_plugin_proposal_dynamic_import___plugin_proposal_dynamic_import_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_dynamic_import___plugin_proposal_dynamic_import_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz\"; sha1 = \"e532202db4838723691b10a67b8ce509e397c506\"; }; } { name = \"_babel_plugin_proposal_json_strings___plugin_proposal_json_strings_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_json_strings___plugin_proposal_json_strings_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz\"; sha1 = \"568ecc446c6148ae6b267f02551130891e29f317\"; }; } { name = \"_babel_plugin_proposal_object_rest_spread___plugin_proposal_object_rest_spread_7.5.5.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_object_rest_spread___plugin_proposal_object_rest_spread_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz\"; sha1 = \"61939744f71ba76a3ae46b5eea18a54c16d22e58\"; }; } { name = \"_babel_plugin_proposal_optional_catch_binding___plugin_proposal_optional_catch_binding_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_optional_catch_binding___plugin_proposal_optional_catch_binding_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz\"; sha1 = \"135d81edb68a081e55e56ec48541ece8065c38f5\"; }; } { name = \"_babel_plugin_proposal_unicode_property_regex___plugin_proposal_unicode_property_regex_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_proposal_unicode_property_regex___plugin_proposal_unicode_property_regex_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz\"; sha1 = \"501ffd9826c0b91da22690720722ac7cb1ca9c78\"; }; } { name = \"_babel_plugin_syntax_async_generators___plugin_syntax_async_generators_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_async_generators___plugin_syntax_async_generators_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz\"; sha1 = \"69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f\"; }; } { name = \"_babel_plugin_syntax_decorators___plugin_syntax_decorators_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_decorators___plugin_syntax_decorators_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz\"; sha1 = \"c50b1b957dcc69e4b1127b65e1c33eef61570c1b\"; }; } { name = \"_babel_plugin_syntax_dynamic_import___plugin_syntax_dynamic_import_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_dynamic_import___plugin_syntax_dynamic_import_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz\"; sha1 = \"69c159ffaf4998122161ad8ebc5e6d1f55df8612\"; }; } { name = \"_babel_plugin_syntax_flow___plugin_syntax_flow_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_flow___plugin_syntax_flow_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.2.0.tgz\"; sha1 = \"a765f061f803bc48f240c26f8747faf97c26bf7c\"; }; } { name = \"_babel_plugin_syntax_json_strings___plugin_syntax_json_strings_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_json_strings___plugin_syntax_json_strings_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz\"; sha1 = \"72bd13f6ffe1d25938129d2a186b11fd62951470\"; }; } { name = \"_babel_plugin_syntax_jsx___plugin_syntax_jsx_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_jsx___plugin_syntax_jsx_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz\"; sha1 = \"0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7\"; }; } { name = \"_babel_plugin_syntax_object_rest_spread___plugin_syntax_object_rest_spread_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_object_rest_spread___plugin_syntax_object_rest_spread_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz\"; sha1 = \"3b7a3e733510c57e820b9142a6579ac8b0dfad2e\"; }; } { name = \"_babel_plugin_syntax_optional_catch_binding___plugin_syntax_optional_catch_binding_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_optional_catch_binding___plugin_syntax_optional_catch_binding_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz\"; sha1 = \"a94013d6eda8908dfe6a477e7f9eda85656ecf5c\"; }; } { name = \"_babel_plugin_syntax_typescript___plugin_syntax_typescript_7.3.3.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_typescript___plugin_syntax_typescript_7.3.3.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz\"; sha1 = \"a7cc3f66119a9f7ebe2de5383cce193473d65991\"; }; } { name = \"_babel_plugin_transform_arrow_functions___plugin_transform_arrow_functions_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_arrow_functions___plugin_transform_arrow_functions_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz\"; sha1 = \"9aeafbe4d6ffc6563bf8f8372091628f00779550\"; }; } { name = \"_babel_plugin_transform_async_to_generator___plugin_transform_async_to_generator_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_async_to_generator___plugin_transform_async_to_generator_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz\"; sha1 = \"89a3848a0166623b5bc481164b5936ab947e887e\"; }; } { name = \"_babel_plugin_transform_block_scoped_functions___plugin_transform_block_scoped_functions_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_block_scoped_functions___plugin_transform_block_scoped_functions_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz\"; sha1 = \"5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190\"; }; } { name = \"_babel_plugin_transform_block_scoping___plugin_transform_block_scoping_7.5.5.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_block_scoping___plugin_transform_block_scoping_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz\"; sha1 = \"a35f395e5402822f10d2119f6f8e045e3639a2ce\"; }; } { name = \"_babel_plugin_transform_classes___plugin_transform_classes_7.5.5.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_classes___plugin_transform_classes_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz\"; sha1 = \"d094299d9bd680a14a2a0edae38305ad60fb4de9\"; }; } { name = \"_babel_plugin_transform_computed_properties___plugin_transform_computed_properties_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_computed_properties___plugin_transform_computed_properties_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz\"; sha1 = \"83a7df6a658865b1c8f641d510c6f3af220216da\"; }; } { name = \"_babel_plugin_transform_destructuring___plugin_transform_destructuring_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_destructuring___plugin_transform_destructuring_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz\"; sha1 = \"f6c09fdfe3f94516ff074fe877db7bc9ef05855a\"; }; } { name = \"_babel_plugin_transform_dotall_regex___plugin_transform_dotall_regex_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_dotall_regex___plugin_transform_dotall_regex_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz\"; sha1 = \"361a148bc951444312c69446d76ed1ea8e4450c3\"; }; } { name = \"_babel_plugin_transform_duplicate_keys___plugin_transform_duplicate_keys_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_duplicate_keys___plugin_transform_duplicate_keys_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz\"; sha1 = \"c5dbf5106bf84cdf691222c0974c12b1df931853\"; }; } { name = \"_babel_plugin_transform_exponentiation_operator___plugin_transform_exponentiation_operator_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_exponentiation_operator___plugin_transform_exponentiation_operator_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz\"; sha1 = \"a63868289e5b4007f7054d46491af51435766008\"; }; } { name = \"_babel_plugin_transform_flow_strip_types___plugin_transform_flow_strip_types_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_flow_strip_types___plugin_transform_flow_strip_types_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.4.4.tgz\"; sha1 = \"d267a081f49a8705fc9146de0768c6b58dccd8f7\"; }; } { name = \"_babel_plugin_transform_for_of___plugin_transform_for_of_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_for_of___plugin_transform_for_of_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz\"; sha1 = \"0267fc735e24c808ba173866c6c4d1440fc3c556\"; }; } { name = \"_babel_plugin_transform_function_name___plugin_transform_function_name_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_function_name___plugin_transform_function_name_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz\"; sha1 = \"e1436116abb0610c2259094848754ac5230922ad\"; }; } { name = \"_babel_plugin_transform_literals___plugin_transform_literals_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_literals___plugin_transform_literals_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz\"; sha1 = \"690353e81f9267dad4fd8cfd77eafa86aba53ea1\"; }; } { name = \"_babel_plugin_transform_member_expression_literals___plugin_transform_member_expression_literals_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_member_expression_literals___plugin_transform_member_expression_literals_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz\"; sha1 = \"fa10aa5c58a2cb6afcf2c9ffa8cb4d8b3d489a2d\"; }; } { name = \"_babel_plugin_transform_modules_amd___plugin_transform_modules_amd_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_modules_amd___plugin_transform_modules_amd_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz\"; sha1 = \"ef00435d46da0a5961aa728a1d2ecff063e4fb91\"; }; } { name = \"_babel_plugin_transform_modules_commonjs___plugin_transform_modules_commonjs_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_modules_commonjs___plugin_transform_modules_commonjs_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz\"; sha1 = \"425127e6045231360858eeaa47a71d75eded7a74\"; }; } { name = \"_babel_plugin_transform_modules_systemjs___plugin_transform_modules_systemjs_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_modules_systemjs___plugin_transform_modules_systemjs_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz\"; sha1 = \"e75266a13ef94202db2a0620977756f51d52d249\"; }; } { name = \"_babel_plugin_transform_modules_umd___plugin_transform_modules_umd_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_modules_umd___plugin_transform_modules_umd_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz\"; sha1 = \"7678ce75169f0877b8eb2235538c074268dd01ae\"; }; } { name = \"_babel_plugin_transform_named_capturing_groups_regex___plugin_transform_named_capturing_groups_regex_7.4.5.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_named_capturing_groups_regex___plugin_transform_named_capturing_groups_regex_7.4.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz\"; sha1 = \"9d269fd28a370258199b4294736813a60bbdd106\"; }; } { name = \"_babel_plugin_transform_new_target___plugin_transform_new_target_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_new_target___plugin_transform_new_target_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz\"; sha1 = \"18d120438b0cc9ee95a47f2c72bc9768fbed60a5\"; }; } { name = \"_babel_plugin_transform_object_super___plugin_transform_object_super_7.5.5.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_object_super___plugin_transform_object_super_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz\"; sha1 = \"c70021df834073c65eb613b8679cc4a381d1a9f9\"; }; } { name = \"_babel_plugin_transform_parameters___plugin_transform_parameters_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_parameters___plugin_transform_parameters_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz\"; sha1 = \"7556cf03f318bd2719fe4c922d2d808be5571e16\"; }; } { name = \"_babel_plugin_transform_property_literals___plugin_transform_property_literals_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_property_literals___plugin_transform_property_literals_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz\"; sha1 = \"03e33f653f5b25c4eb572c98b9485055b389e905\"; }; } { name = \"_babel_plugin_transform_react_constant_elements___plugin_transform_react_constant_elements_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_react_constant_elements___plugin_transform_react_constant_elements_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.5.0.tgz\"; sha1 = \"4d6ae4033bc38f8a65dfca2b6235c44522a422fc\"; }; } { name = \"_babel_plugin_transform_react_display_name___plugin_transform_react_display_name_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_react_display_name___plugin_transform_react_display_name_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz\"; sha1 = \"ebfaed87834ce8dc4279609a4f0c324c156e3eb0\"; }; } { name = \"_babel_plugin_transform_react_jsx_self___plugin_transform_react_jsx_self_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_react_jsx_self___plugin_transform_react_jsx_self_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz\"; sha1 = \"461e21ad9478f1031dd5e276108d027f1b5240ba\"; }; } { name = \"_babel_plugin_transform_react_jsx_source___plugin_transform_react_jsx_source_7.5.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_react_jsx_source___plugin_transform_react_jsx_source_7.5.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz\"; sha1 = \"583b10c49cf057e237085bcbd8cc960bd83bd96b\"; }; } { name = \"_babel_plugin_transform_react_jsx___plugin_transform_react_jsx_7.3.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_react_jsx___plugin_transform_react_jsx_7.3.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz\"; sha1 = \"f2cab99026631c767e2745a5368b331cfe8f5290\"; }; } { name = \"_babel_plugin_transform_regenerator___plugin_transform_regenerator_7.4.5.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_regenerator___plugin_transform_regenerator_7.4.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz\"; sha1 = \"629dc82512c55cee01341fb27bdfcb210354680f\"; }; } { name = \"_babel_plugin_transform_reserved_words___plugin_transform_reserved_words_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_reserved_words___plugin_transform_reserved_words_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz\"; sha1 = \"4792af87c998a49367597d07fedf02636d2e1634\"; }; } { name = \"_babel_plugin_transform_runtime___plugin_transform_runtime_7.5.5.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_runtime___plugin_transform_runtime_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.5.5.tgz\"; sha1 = \"a6331afbfc59189d2135b2e09474457a8e3d28bc\"; }; } { name = \"_babel_plugin_transform_shorthand_properties___plugin_transform_shorthand_properties_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_shorthand_properties___plugin_transform_shorthand_properties_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz\"; sha1 = \"6333aee2f8d6ee7e28615457298934a3b46198f0\"; }; } { name = \"_babel_plugin_transform_spread___plugin_transform_spread_7.2.2.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_spread___plugin_transform_spread_7.2.2.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz\"; sha1 = \"3103a9abe22f742b6d406ecd3cd49b774919b406\"; }; } { name = \"_babel_plugin_transform_sticky_regex___plugin_transform_sticky_regex_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_sticky_regex___plugin_transform_sticky_regex_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz\"; sha1 = \"a1e454b5995560a9c1e0d537dfc15061fd2687e1\"; }; } { name = \"_babel_plugin_transform_template_literals___plugin_transform_template_literals_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_template_literals___plugin_transform_template_literals_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz\"; sha1 = \"9d28fea7bbce637fb7612a0750989d8321d4bcb0\"; }; } { name = \"_babel_plugin_transform_typeof_symbol___plugin_transform_typeof_symbol_7.2.0.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_typeof_symbol___plugin_transform_typeof_symbol_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz\"; sha1 = \"117d2bcec2fbf64b4b59d1f9819894682d29f2b2\"; }; } { name = \"_babel_plugin_transform_typescript___plugin_transform_typescript_7.5.5.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_typescript___plugin_transform_typescript_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.5.5.tgz\"; sha1 = \"6d862766f09b2da1cb1f7d505fe2aedab6b7d4b8\"; }; } { name = \"_babel_plugin_transform_unicode_regex___plugin_transform_unicode_regex_7.4.4.tgz\"; path = fetchurl { name = \"_babel_plugin_transform_unicode_regex___plugin_transform_unicode_regex_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz\"; sha1 = \"ab4634bb4f14d36728bf5978322b35587787970f\"; }; } { name = \"_babel_preset_env___preset_env_7.5.5.tgz\"; path = fetchurl { name = \"_babel_preset_env___preset_env_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz\"; sha1 = \"bc470b53acaa48df4b8db24a570d6da1fef53c9a\"; }; } { name = \"_babel_preset_react___preset_react_7.0.0.tgz\"; path = fetchurl { name = \"_babel_preset_react___preset_react_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz\"; sha1 = \"e86b4b3d99433c7b3e9e91747e2653958bc6b3c0\"; }; } { name = \"_babel_preset_typescript___preset_typescript_7.3.3.tgz\"; path = fetchurl { name = \"_babel_preset_typescript___preset_typescript_7.3.3.tgz\"; url = \"https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.3.3.tgz\"; sha1 = \"88669911053fa16b2b276ea2ede2ca603b3f307a\"; }; } { name = \"_babel_runtime___runtime_7.5.5.tgz\"; path = fetchurl { name = \"_babel_runtime___runtime_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz\"; sha1 = \"74fba56d35efbeca444091c7850ccd494fd2f132\"; }; } { name = \"_babel_runtime___runtime_7.6.2.tgz\"; path = fetchurl { name = \"_babel_runtime___runtime_7.6.2.tgz\"; url = \"https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz\"; sha1 = \"c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd\"; }; } { name = \"_babel_template___template_7.4.4.tgz\"; path = fetchurl { name = \"_babel_template___template_7.4.4.tgz\"; url = \"https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz\"; sha1 = \"f4b88d1225689a08f5bc3a17483545be9e4ed237\"; }; } { name = \"_babel_traverse___traverse_7.5.5.tgz\"; path = fetchurl { name = \"_babel_traverse___traverse_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz\"; sha1 = \"f664f8f368ed32988cd648da9f72d5ca70f165bb\"; }; } { name = \"_babel_types___types_7.5.5.tgz\"; path = fetchurl { name = \"_babel_types___types_7.5.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz\"; sha1 = \"97b9f728e182785909aa4ab56264f090a028d18a\"; }; } { name = \"_cnakazawa_watch___watch_1.0.3.tgz\"; path = fetchurl { name = \"_cnakazawa_watch___watch_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz\"; sha1 = \"099139eaec7ebf07a27c1786a3ff64f39464d2ef\"; }; } { name = \"_csstools_convert_colors___convert_colors_1.4.0.tgz\"; path = fetchurl { name = \"_csstools_convert_colors___convert_colors_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz\"; sha1 = \"ad495dc41b12e75d588c6db8b9834f08fa131eb7\"; }; } { name = \"_csstools_normalize.css___normalize.css_9.0.1.tgz\"; path = fetchurl { name = \"_csstools_normalize.css___normalize.css_9.0.1.tgz\"; url = \"https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-9.0.1.tgz\"; sha1 = \"c27b391d8457d1e893f1eddeaf5e5412d12ffbb5\"; }; } { name = \"_emotion_hash___hash_0.7.3.tgz\"; path = fetchurl { name = \"_emotion_hash___hash_0.7.3.tgz\"; url = \"https://registry.yarnpkg.com/@emotion/hash/-/hash-0.7.3.tgz\"; sha1 = \"a166882c81c0c6040975dd30df24fae8549bd96f\"; }; } { name = \"_hapi_address___address_2.1.0.tgz\"; path = fetchurl { name = \"_hapi_address___address_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/@hapi/address/-/address-2.1.0.tgz\"; sha1 = \"d86223d40c73942cc6151838d9f264997e6673f9\"; }; } { name = \"_hapi_bourne___bourne_1.3.2.tgz\"; path = fetchurl { name = \"_hapi_bourne___bourne_1.3.2.tgz\"; url = \"https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz\"; sha1 = \"0a7095adea067243ce3283e1b56b8a8f453b242a\"; }; } { name = \"_hapi_hoek___hoek_8.2.2.tgz\"; path = fetchurl { name = \"_hapi_hoek___hoek_8.2.2.tgz\"; url = \"https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.2.2.tgz\"; sha1 = \"6eaa2e1ec3b50dfb8dccbe705dc289094652bc2d\"; }; } { name = \"_hapi_joi___joi_15.1.1.tgz\"; path = fetchurl { name = \"_hapi_joi___joi_15.1.1.tgz\"; url = \"https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz\"; sha1 = \"c675b8a71296f02833f8d6d243b34c57b8ce19d7\"; }; } { name = \"_hapi_topo___topo_3.1.3.tgz\"; path = fetchurl { name = \"_hapi_topo___topo_3.1.3.tgz\"; url = \"https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.3.tgz\"; sha1 = \"c7a02e0d936596d29f184e6d7fdc07e8b5efce11\"; }; } { name = \"_jest_console___console_24.9.0.tgz\"; path = fetchurl { name = \"_jest_console___console_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/console/-/console-24.9.0.tgz\"; sha1 = \"79b1bc06fb74a8cfb01cbdedf945584b1b9707f0\"; }; } { name = \"_jest_core___core_24.9.0.tgz\"; path = fetchurl { name = \"_jest_core___core_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/core/-/core-24.9.0.tgz\"; sha1 = \"2ceccd0b93181f9c4850e74f2a9ad43d351369c4\"; }; } { name = \"_jest_environment___environment_24.9.0.tgz\"; path = fetchurl { name = \"_jest_environment___environment_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/environment/-/environment-24.9.0.tgz\"; sha1 = \"21e3afa2d65c0586cbd6cbefe208bafade44ab18\"; }; } { name = \"_jest_fake_timers___fake_timers_24.9.0.tgz\"; path = fetchurl { name = \"_jest_fake_timers___fake_timers_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.9.0.tgz\"; sha1 = \"ba3e6bf0eecd09a636049896434d306636540c93\"; }; } { name = \"_jest_reporters___reporters_24.9.0.tgz\"; path = fetchurl { name = \"_jest_reporters___reporters_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/reporters/-/reporters-24.9.0.tgz\"; sha1 = \"86660eff8e2b9661d042a8e98a028b8d631a5b43\"; }; } { name = \"_jest_source_map___source_map_24.9.0.tgz\"; path = fetchurl { name = \"_jest_source_map___source_map_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.9.0.tgz\"; sha1 = \"0e263a94430be4b41da683ccc1e6bffe2a191714\"; }; } { name = \"_jest_test_result___test_result_24.9.0.tgz\"; path = fetchurl { name = \"_jest_test_result___test_result_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.9.0.tgz\"; sha1 = \"11796e8aa9dbf88ea025757b3152595ad06ba0ca\"; }; } { name = \"_jest_test_sequencer___test_sequencer_24.9.0.tgz\"; path = fetchurl { name = \"_jest_test_sequencer___test_sequencer_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-24.9.0.tgz\"; sha1 = \"f8f334f35b625a4f2f355f2fe7e6036dad2e6b31\"; }; } { name = \"_jest_transform___transform_24.9.0.tgz\"; path = fetchurl { name = \"_jest_transform___transform_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/transform/-/transform-24.9.0.tgz\"; sha1 = \"4ae2768b296553fadab09e9ec119543c90b16c56\"; }; } { name = \"_jest_types___types_24.9.0.tgz\"; path = fetchurl { name = \"_jest_types___types_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz\"; sha1 = \"63cb26cb7500d069e5a389441a7c6ab5e909fc59\"; }; } { name = \"_material_ui_core___core_4.4.3.tgz\"; path = fetchurl { name = \"_material_ui_core___core_4.4.3.tgz\"; url = \"https://registry.yarnpkg.com/@material-ui/core/-/core-4.4.3.tgz\"; sha1 = \"65665d2c4e9cb84e018774e1471f6d0417f4535e\"; }; } { name = \"_material_ui_icons___icons_4.4.3.tgz\"; path = fetchurl { name = \"_material_ui_icons___icons_4.4.3.tgz\"; url = \"https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.4.3.tgz\"; sha1 = \"5d4346ddbb2673a1b57ebc78fd6d50bcd88711db\"; }; } { name = \"_material_ui_styles___styles_4.4.3.tgz\"; path = fetchurl { name = \"_material_ui_styles___styles_4.4.3.tgz\"; url = \"https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.4.3.tgz\"; sha1 = \"78239177723660093cc9a277db5759c01c693c2a\"; }; } { name = \"_material_ui_system___system_4.4.3.tgz\"; path = fetchurl { name = \"_material_ui_system___system_4.4.3.tgz\"; url = \"https://registry.yarnpkg.com/@material-ui/system/-/system-4.4.3.tgz\"; sha1 = \"68ca8cf83614255fcd5b9d3a72ce8ee58a43a5c7\"; }; } { name = \"_material_ui_types___types_4.1.1.tgz\"; path = fetchurl { name = \"_material_ui_types___types_4.1.1.tgz\"; url = \"https://registry.yarnpkg.com/@material-ui/types/-/types-4.1.1.tgz\"; sha1 = \"b65e002d926089970a3271213a3ad7a21b17f02b\"; }; } { name = \"_material_ui_utils___utils_4.4.0.tgz\"; path = fetchurl { name = \"_material_ui_utils___utils_4.4.0.tgz\"; url = \"https://registry.yarnpkg.com/@material-ui/utils/-/utils-4.4.0.tgz\"; sha1 = \"9275421e2798a067850d201212d46f12725828ad\"; }; } { name = \"_mrmlnc_readdir_enhanced___readdir_enhanced_2.2.1.tgz\"; path = fetchurl { name = \"_mrmlnc_readdir_enhanced___readdir_enhanced_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz\"; sha1 = \"524af240d1a360527b730475ecfa1344aa540dde\"; }; } { name = \"_nodelib_fs.stat___fs.stat_1.1.3.tgz\"; path = fetchurl { name = \"_nodelib_fs.stat___fs.stat_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz\"; sha1 = \"2b5a3ab3f918cca48a8c754c08168e3f03eba61b\"; }; } { name = \"_svgr_babel_plugin_add_jsx_attribute___babel_plugin_add_jsx_attribute_4.2.0.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_add_jsx_attribute___babel_plugin_add_jsx_attribute_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz\"; sha1 = \"dadcb6218503532d6884b210e7f3c502caaa44b1\"; }; } { name = \"_svgr_babel_plugin_remove_jsx_attribute___babel_plugin_remove_jsx_attribute_4.2.0.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_remove_jsx_attribute___babel_plugin_remove_jsx_attribute_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-4.2.0.tgz\"; sha1 = \"297550b9a8c0c7337bea12bdfc8a80bb66f85abc\"; }; } { name = \"_svgr_babel_plugin_remove_jsx_empty_expression___babel_plugin_remove_jsx_empty_expression_4.2.0.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_remove_jsx_empty_expression___babel_plugin_remove_jsx_empty_expression_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-4.2.0.tgz\"; sha1 = \"c196302f3e68eab6a05e98af9ca8570bc13131c7\"; }; } { name = \"_svgr_babel_plugin_replace_jsx_attribute_value___babel_plugin_replace_jsx_attribute_value_4.2.0.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_replace_jsx_attribute_value___babel_plugin_replace_jsx_attribute_value_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-4.2.0.tgz\"; sha1 = \"310ec0775de808a6a2e4fd4268c245fd734c1165\"; }; } { name = \"_svgr_babel_plugin_svg_dynamic_title___babel_plugin_svg_dynamic_title_4.3.1.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_svg_dynamic_title___babel_plugin_svg_dynamic_title_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-4.3.1.tgz\"; sha1 = \"646c2f5b5770c2fe318d6e51492344c3d62ddb63\"; }; } { name = \"_svgr_babel_plugin_svg_em_dimensions___babel_plugin_svg_em_dimensions_4.2.0.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_svg_em_dimensions___babel_plugin_svg_em_dimensions_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-4.2.0.tgz\"; sha1 = \"9a94791c9a288108d20a9d2cc64cac820f141391\"; }; } { name = \"_svgr_babel_plugin_transform_react_native_svg___babel_plugin_transform_react_native_svg_4.2.0.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_transform_react_native_svg___babel_plugin_transform_react_native_svg_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-4.2.0.tgz\"; sha1 = \"151487322843359a1ca86b21a3815fd21a88b717\"; }; } { name = \"_svgr_babel_plugin_transform_svg_component___babel_plugin_transform_svg_component_4.2.0.tgz\"; path = fetchurl { name = \"_svgr_babel_plugin_transform_svg_component___babel_plugin_transform_svg_component_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-4.2.0.tgz\"; sha1 = \"5f1e2f886b2c85c67e76da42f0f6be1b1767b697\"; }; } { name = \"_svgr_babel_preset___babel_preset_4.3.1.tgz\"; path = fetchurl { name = \"_svgr_babel_preset___babel_preset_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-4.3.1.tgz\"; sha1 = \"62ffcb85d756580e8ce608e9d2ac3b9063be9e28\"; }; } { name = \"_svgr_core___core_4.3.2.tgz\"; path = fetchurl { name = \"_svgr_core___core_4.3.2.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/core/-/core-4.3.2.tgz\"; sha1 = \"939c89be670ad79b762f4c063f213f0e02535f2e\"; }; } { name = \"_svgr_hast_util_to_babel_ast___hast_util_to_babel_ast_4.3.2.tgz\"; path = fetchurl { name = \"_svgr_hast_util_to_babel_ast___hast_util_to_babel_ast_4.3.2.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.3.2.tgz\"; sha1 = \"1d5a082f7b929ef8f1f578950238f630e14532b8\"; }; } { name = \"_svgr_plugin_jsx___plugin_jsx_4.3.2.tgz\"; path = fetchurl { name = \"_svgr_plugin_jsx___plugin_jsx_4.3.2.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-4.3.2.tgz\"; sha1 = \"ce9ddafc8cdd74da884c9f7af014afcf37f93d3c\"; }; } { name = \"_svgr_plugin_svgo___plugin_svgo_4.3.1.tgz\"; path = fetchurl { name = \"_svgr_plugin_svgo___plugin_svgo_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-4.3.1.tgz\"; sha1 = \"daac0a3d872e3f55935c6588dd370336865e9e32\"; }; } { name = \"_svgr_webpack___webpack_4.3.2.tgz\"; path = fetchurl { name = \"_svgr_webpack___webpack_4.3.2.tgz\"; url = \"https://registry.yarnpkg.com/@svgr/webpack/-/webpack-4.3.2.tgz\"; sha1 = \"319d4471c8f3d5c3af35059274834d9b5b8fb956\"; }; } { name = \"_types_babel__core___babel__core_7.1.2.tgz\"; path = fetchurl { name = \"_types_babel__core___babel__core_7.1.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.2.tgz\"; sha1 = \"608c74f55928033fce18b99b213c16be4b3d114f\"; }; } { name = \"_types_babel__generator___babel__generator_7.0.2.tgz\"; path = fetchurl { name = \"_types_babel__generator___babel__generator_7.0.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.0.2.tgz\"; sha1 = \"d2112a6b21fad600d7674274293c85dce0cb47fc\"; }; } { name = \"_types_babel__template___babel__template_7.0.2.tgz\"; path = fetchurl { name = \"_types_babel__template___babel__template_7.0.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz\"; sha1 = \"4ff63d6b52eddac1de7b975a5223ed32ecea9307\"; }; } { name = \"_types_babel__traverse___babel__traverse_7.0.7.tgz\"; path = fetchurl { name = \"_types_babel__traverse___babel__traverse_7.0.7.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.7.tgz\"; sha1 = \"2496e9ff56196cc1429c72034e07eab6121b6f3f\"; }; } { name = \"_types_codemirror___codemirror_0.0.71.tgz\"; path = fetchurl { name = \"_types_codemirror___codemirror_0.0.71.tgz\"; url = \"https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.71.tgz\"; sha1 = \"861f1bcb3100c0a064567c5400f2981cf4ae8ca7\"; }; } { name = \"_types_detect_browser___detect_browser_2.0.1.tgz\"; path = fetchurl { name = \"_types_detect_browser___detect_browser_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/detect-browser/-/detect-browser-2.0.1.tgz\"; sha1 = \"ae49b3b3f5fae163f0988487fe76fb121b56ac53\"; }; } { name = \"_types_eslint_visitor_keys___eslint_visitor_keys_1.0.0.tgz\"; path = fetchurl { name = \"_types_eslint_visitor_keys___eslint_visitor_keys_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz\"; sha1 = \"1ee30d79544ca84d68d4b3cdb0af4f205663dd2d\"; }; } { name = \"_types_estree___estree_0.0.39.tgz\"; path = fetchurl { name = \"_types_estree___estree_0.0.39.tgz\"; url = \"https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz\"; sha1 = \"e177e699ee1b8c22d23174caaa7422644389509f\"; }; } { name = \"_types_events___events_3.0.0.tgz\"; path = fetchurl { name = \"_types_events___events_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz\"; sha1 = \"2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7\"; }; } { name = \"_types_get_port___get_port_4.2.0.tgz\"; path = fetchurl { name = \"_types_get_port___get_port_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@types/get-port/-/get-port-4.2.0.tgz\"; sha1 = \"4fc44616c737d37d3ee7926d86fa975d0afba5e4\"; }; } { name = \"_types_glob___glob_7.1.1.tgz\"; path = fetchurl { name = \"_types_glob___glob_7.1.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz\"; sha1 = \"aa59a1c6e3fbc421e07ccd31a944c30eba521575\"; }; } { name = \"_types_history___history_4.7.3.tgz\"; path = fetchurl { name = \"_types_history___history_4.7.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/history/-/history-4.7.3.tgz\"; sha1 = \"856c99cdc1551d22c22b18b5402719affec9839a\"; }; } { name = \"_types_istanbul_lib_coverage___istanbul_lib_coverage_2.0.1.tgz\"; path = fetchurl { name = \"_types_istanbul_lib_coverage___istanbul_lib_coverage_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz\"; sha1 = \"42995b446db9a48a11a07ec083499a860e9138ff\"; }; } { name = \"_types_istanbul_lib_report___istanbul_lib_report_1.1.1.tgz\"; path = fetchurl { name = \"_types_istanbul_lib_report___istanbul_lib_report_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz\"; sha1 = \"e5471e7fa33c61358dd38426189c037a58433b8c\"; }; } { name = \"_types_istanbul_reports___istanbul_reports_1.1.1.tgz\"; path = fetchurl { name = \"_types_istanbul_reports___istanbul_reports_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz\"; sha1 = \"7a8cbf6a406f36c8add871625b278eaf0b0d255a\"; }; } { name = \"_types_jest___jest_23.3.14.tgz\"; path = fetchurl { name = \"_types_jest___jest_23.3.14.tgz\"; url = \"https://registry.yarnpkg.com/@types/jest/-/jest-23.3.14.tgz\"; sha1 = \"37daaf78069e7948520474c87b80092ea912520a\"; }; } { name = \"_types_js_base64___js_base64_2.3.1.tgz\"; path = fetchurl { name = \"_types_js_base64___js_base64_2.3.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/js-base64/-/js-base64-2.3.1.tgz\"; sha1 = \"c39f14f129408a3d96a1105a650d8b2b6eeb4168\"; }; } { name = \"_types_json_schema___json_schema_7.0.3.tgz\"; path = fetchurl { name = \"_types_json_schema___json_schema_7.0.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz\"; sha1 = \"bdfd69d61e464dcc81b25159c270d75a73c1a636\"; }; } { name = \"_types_minimatch___minimatch_3.0.3.tgz\"; path = fetchurl { name = \"_types_minimatch___minimatch_3.0.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz\"; sha1 = \"3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d\"; }; } { name = \"_types_node___node_12.7.4.tgz\"; path = fetchurl { name = \"_types_node___node_12.7.4.tgz\"; url = \"https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz\"; sha1 = \"64db61e0359eb5a8d99b55e05c729f130a678b04\"; }; } { name = \"_types_node___node_10.14.17.tgz\"; path = fetchurl { name = \"_types_node___node_10.14.17.tgz\"; url = \"https://registry.yarnpkg.com/@types/node/-/node-10.14.17.tgz\"; sha1 = \"b96d4dd3e427382482848948041d3754d40fd5ce\"; }; } { name = \"_types_notifyjs___notifyjs_3.0.0.tgz\"; path = fetchurl { name = \"_types_notifyjs___notifyjs_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@types/notifyjs/-/notifyjs-3.0.0.tgz\"; sha1 = \"a57126a90be2827d511d00a0615816cd5ca8a740\"; }; } { name = \"_types_prop_types___prop_types_15.7.3.tgz\"; path = fetchurl { name = \"_types_prop_types___prop_types_15.7.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz\"; sha1 = \"2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7\"; }; } { name = \"_types_puppeteer___puppeteer_1.19.1.tgz\"; path = fetchurl { name = \"_types_puppeteer___puppeteer_1.19.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/puppeteer/-/puppeteer-1.19.1.tgz\"; sha1 = \"942ca62288953a0f5fbbc25c103b5f2ba28b60ab\"; }; } { name = \"_types_q___q_1.5.2.tgz\"; path = fetchurl { name = \"_types_q___q_1.5.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz\"; sha1 = \"690a1475b84f2a884fd07cd797c00f5f31356ea8\"; }; } { name = \"_types_react_dom___react_dom_16.9.0.tgz\"; path = fetchurl { name = \"_types_react_dom___react_dom_16.9.0.tgz\"; url = \"https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.0.tgz\"; sha1 = \"ba6ddb00bf5de700b0eb91daa452081ffccbfdea\"; }; } { name = \"_types_react_infinite___react_infinite_0.0.33.tgz\"; path = fetchurl { name = \"_types_react_infinite___react_infinite_0.0.33.tgz\"; url = \"https://registry.yarnpkg.com/@types/react-infinite/-/react-infinite-0.0.33.tgz\"; sha1 = \"08724d4a7095f3fa1d4e6cb5d05bcbe42ce135da\"; }; } { name = \"_types_react_router_dom___react_router_dom_4.3.5.tgz\"; path = fetchurl { name = \"_types_react_router_dom___react_router_dom_4.3.5.tgz\"; url = \"https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-4.3.5.tgz\"; sha1 = \"72f229967690c890d00f96e6b85e9ee5780db31f\"; }; } { name = \"_types_react_router___react_router_5.0.3.tgz\"; path = fetchurl { name = \"_types_react_router___react_router_5.0.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/react-router/-/react-router-5.0.3.tgz\"; sha1 = \"855a1606e62de3f4d69ea34fb3c0e50e98e964d5\"; }; } { name = \"_types_react_transition_group___react_transition_group_4.2.2.tgz\"; path = fetchurl { name = \"_types_react_transition_group___react_transition_group_4.2.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.2.2.tgz\"; sha1 = \"8c851c4598a23a3a34173069fb4c5c9e41c02e3f\"; }; } { name = \"_types_react___react_16.9.3.tgz\"; path = fetchurl { name = \"_types_react___react_16.9.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/react/-/react-16.9.3.tgz\"; sha1 = \"6d13251e441a3e67fb60d719d1fc8785b984a2ec\"; }; } { name = \"_types_react___react_16.9.2.tgz\"; path = fetchurl { name = \"_types_react___react_16.9.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz\"; sha1 = \"6d1765431a1ad1877979013906731aae373de268\"; }; } { name = \"_types_remove_markdown___remove_markdown_0.1.1.tgz\"; path = fetchurl { name = \"_types_remove_markdown___remove_markdown_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/remove-markdown/-/remove-markdown-0.1.1.tgz\"; sha1 = \"c79d3000df412526186b2af3808b85bee68bc907\"; }; } { name = \"_types_rimraf___rimraf_2.0.2.tgz\"; path = fetchurl { name = \"_types_rimraf___rimraf_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/rimraf/-/rimraf-2.0.2.tgz\"; sha1 = \"7f0fc3cf0ff0ad2a99bb723ae1764f30acaf8b6e\"; }; } { name = \"_types_stack_utils___stack_utils_1.0.1.tgz\"; path = fetchurl { name = \"_types_stack_utils___stack_utils_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz\"; sha1 = \"0a851d3bd96498fa25c33ab7278ed3bd65f06c3e\"; }; } { name = \"_types_tern___tern_0.23.3.tgz\"; path = fetchurl { name = \"_types_tern___tern_0.23.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/tern/-/tern-0.23.3.tgz\"; sha1 = \"4b54538f04a88c9ff79de1f6f94f575a7f339460\"; }; } { name = \"_types_yargs_parser___yargs_parser_13.0.0.tgz\"; path = fetchurl { name = \"_types_yargs_parser___yargs_parser_13.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.0.0.tgz\"; sha1 = \"453743c5bbf9f1bed61d959baab5b06be029b2d0\"; }; } { name = \"_types_yargs___yargs_13.0.2.tgz\"; path = fetchurl { name = \"_types_yargs___yargs_13.0.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.2.tgz\"; sha1 = \"a64674fc0149574ecd90ba746e932b5a5f7b3653\"; }; } { name = \"_typescript_eslint_eslint_plugin___eslint_plugin_1.13.0.tgz\"; path = fetchurl { name = \"_typescript_eslint_eslint_plugin___eslint_plugin_1.13.0.tgz\"; url = \"https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.13.0.tgz\"; sha1 = \"22fed9b16ddfeb402fd7bcde56307820f6ebc49f\"; }; } { name = \"_typescript_eslint_experimental_utils___experimental_utils_1.13.0.tgz\"; path = fetchurl { name = \"_typescript_eslint_experimental_utils___experimental_utils_1.13.0.tgz\"; url = \"https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz\"; sha1 = \"b08c60d780c0067de2fb44b04b432f540138301e\"; }; } { name = \"_typescript_eslint_parser___parser_1.13.0.tgz\"; path = fetchurl { name = \"_typescript_eslint_parser___parser_1.13.0.tgz\"; url = \"https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz\"; sha1 = \"61ac7811ea52791c47dc9fd4dd4a184fae9ac355\"; }; } { name = \"_typescript_eslint_typescript_estree___typescript_estree_1.13.0.tgz\"; path = fetchurl { name = \"_typescript_eslint_typescript_estree___typescript_estree_1.13.0.tgz\"; url = \"https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz\"; sha1 = \"8140f17d0f60c03619798f1d628b8434913dc32e\"; }; } { name = \"_webassemblyjs_ast___ast_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_ast___ast_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz\"; sha1 = \"51b1c5fe6576a34953bf4b253df9f0d490d9e359\"; }; } { name = \"_webassemblyjs_floating_point_hex_parser___floating_point_hex_parser_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_floating_point_hex_parser___floating_point_hex_parser_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz\"; sha1 = \"1ba926a2923613edce496fd5b02e8ce8a5f49721\"; }; } { name = \"_webassemblyjs_helper_api_error___helper_api_error_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_helper_api_error___helper_api_error_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz\"; sha1 = \"c49dad22f645227c5edb610bdb9697f1aab721f7\"; }; } { name = \"_webassemblyjs_helper_buffer___helper_buffer_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_helper_buffer___helper_buffer_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz\"; sha1 = \"fea93e429863dd5e4338555f42292385a653f204\"; }; } { name = \"_webassemblyjs_helper_code_frame___helper_code_frame_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_helper_code_frame___helper_code_frame_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz\"; sha1 = \"9a740ff48e3faa3022b1dff54423df9aa293c25e\"; }; } { name = \"_webassemblyjs_helper_fsm___helper_fsm_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_helper_fsm___helper_fsm_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz\"; sha1 = \"ba0b7d3b3f7e4733da6059c9332275d860702452\"; }; } { name = \"_webassemblyjs_helper_module_context___helper_module_context_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_helper_module_context___helper_module_context_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz\"; sha1 = \"def4b9927b0101dc8cbbd8d1edb5b7b9c82eb245\"; }; } { name = \"_webassemblyjs_helper_wasm_bytecode___helper_wasm_bytecode_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_helper_wasm_bytecode___helper_wasm_bytecode_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz\"; sha1 = \"537a750eddf5c1e932f3744206551c91c1b93e61\"; }; } { name = \"_webassemblyjs_helper_wasm_section___helper_wasm_section_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_helper_wasm_section___helper_wasm_section_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz\"; sha1 = \"74ca6a6bcbe19e50a3b6b462847e69503e6bfcbf\"; }; } { name = \"_webassemblyjs_ieee754___ieee754_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_ieee754___ieee754_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz\"; sha1 = \"712329dbef240f36bf57bd2f7b8fb9bf4154421e\"; }; } { name = \"_webassemblyjs_leb128___leb128_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_leb128___leb128_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.8.5.tgz\"; sha1 = \"044edeb34ea679f3e04cd4fd9824d5e35767ae10\"; }; } { name = \"_webassemblyjs_utf8___utf8_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_utf8___utf8_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.8.5.tgz\"; sha1 = \"a8bf3b5d8ffe986c7c1e373ccbdc2a0915f0cedc\"; }; } { name = \"_webassemblyjs_wasm_edit___wasm_edit_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_wasm_edit___wasm_edit_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz\"; sha1 = \"962da12aa5acc1c131c81c4232991c82ce56e01a\"; }; } { name = \"_webassemblyjs_wasm_gen___wasm_gen_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_wasm_gen___wasm_gen_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz\"; sha1 = \"54840766c2c1002eb64ed1abe720aded714f98bc\"; }; } { name = \"_webassemblyjs_wasm_opt___wasm_opt_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_wasm_opt___wasm_opt_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz\"; sha1 = \"b24d9f6ba50394af1349f510afa8ffcb8a63d264\"; }; } { name = \"_webassemblyjs_wasm_parser___wasm_parser_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_wasm_parser___wasm_parser_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz\"; sha1 = \"21576f0ec88b91427357b8536383668ef7c66b8d\"; }; } { name = \"_webassemblyjs_wast_parser___wast_parser_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_wast_parser___wast_parser_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz\"; sha1 = \"e10eecd542d0e7bd394f6827c49f3df6d4eefb8c\"; }; } { name = \"_webassemblyjs_wast_printer___wast_printer_1.8.5.tgz\"; path = fetchurl { name = \"_webassemblyjs_wast_printer___wast_printer_1.8.5.tgz\"; url = \"https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz\"; sha1 = \"114bbc481fd10ca0e23b3560fa812748b0bae5bc\"; }; } { name = \"_xtuc_ieee754___ieee754_1.2.0.tgz\"; path = fetchurl { name = \"_xtuc_ieee754___ieee754_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz\"; sha1 = \"eef014a3145ae477a1cbc00cd1e552336dceb790\"; }; } { name = \"_xtuc_long___long_4.2.2.tgz\"; path = fetchurl { name = \"_xtuc_long___long_4.2.2.tgz\"; url = \"https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz\"; sha1 = \"d291c6a4e97989b5c61d9acf396ae4fe133a718d\"; }; } { name = \"abab___abab_2.0.1.tgz\"; path = fetchurl { name = \"abab___abab_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/abab/-/abab-2.0.1.tgz\"; sha1 = \"3fa17797032b71410ec372e11668f4b4ffc86a82\"; }; } { name = \"abbrev___abbrev_1.1.1.tgz\"; path = fetchurl { name = \"abbrev___abbrev_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz\"; sha1 = \"f8f2c887ad10bf67f634f005b6987fed3179aac8\"; }; } { name = \"accepts___accepts_1.3.7.tgz\"; path = fetchurl { name = \"accepts___accepts_1.3.7.tgz\"; url = \"https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz\"; sha1 = \"531bc726517a3b2b41f850021c6cc15eaab507cd\"; }; } { name = \"acorn_globals___acorn_globals_4.3.3.tgz\"; path = fetchurl { name = \"acorn_globals___acorn_globals_4.3.3.tgz\"; url = \"https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.3.tgz\"; sha1 = \"a86f75b69680b8780d30edd21eee4e0ea170c05e\"; }; } { name = \"acorn_jsx___acorn_jsx_5.0.2.tgz\"; path = fetchurl { name = \"acorn_jsx___acorn_jsx_5.0.2.tgz\"; url = \"https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz\"; sha1 = \"84b68ea44b373c4f8686023a551f61a21b7c4a4f\"; }; } { name = \"acorn_walk___acorn_walk_6.2.0.tgz\"; path = fetchurl { name = \"acorn_walk___acorn_walk_6.2.0.tgz\"; url = \"https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz\"; sha1 = \"123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c\"; }; } { name = \"acorn___acorn_5.7.3.tgz\"; path = fetchurl { name = \"acorn___acorn_5.7.3.tgz\"; url = \"https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz\"; sha1 = \"67aa231bf8812974b85235a96771eb6bd07ea279\"; }; } { name = \"acorn___acorn_6.3.0.tgz\"; path = fetchurl { name = \"acorn___acorn_6.3.0.tgz\"; url = \"https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz\"; sha1 = \"0087509119ffa4fc0a0041d1e93a417e68cb856e\"; }; } { name = \"acorn___acorn_7.0.0.tgz\"; path = fetchurl { name = \"acorn___acorn_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz\"; sha1 = \"26b8d1cd9a9b700350b71c0905546f64d1284e7a\"; }; } { name = \"address___address_1.1.0.tgz\"; path = fetchurl { name = \"address___address_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/address/-/address-1.1.0.tgz\"; sha1 = \"ef8e047847fcd2c5b6f50c16965f924fd99fe709\"; }; } { name = \"address___address_1.1.2.tgz\"; path = fetchurl { name = \"address___address_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/address/-/address-1.1.2.tgz\"; sha1 = \"bf1116c9c758c51b7a933d296b72c221ed9428b6\"; }; } { name = \"adjust_sourcemap_loader___adjust_sourcemap_loader_2.0.0.tgz\"; path = fetchurl { name = \"adjust_sourcemap_loader___adjust_sourcemap_loader_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz\"; sha1 = \"6471143af75ec02334b219f54bc7970c52fb29a4\"; }; } { name = \"agent_base___agent_base_4.3.0.tgz\"; path = fetchurl { name = \"agent_base___agent_base_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz\"; sha1 = \"8165f01c436009bccad0b1d122f05ed770efc6ee\"; }; } { name = \"airbnb_prop_types___airbnb_prop_types_2.15.0.tgz\"; path = fetchurl { name = \"airbnb_prop_types___airbnb_prop_types_2.15.0.tgz\"; url = \"https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz\"; sha1 = \"5287820043af1eb469f5b0af0d6f70da6c52aaef\"; }; } { name = \"ajv_errors___ajv_errors_1.0.1.tgz\"; path = fetchurl { name = \"ajv_errors___ajv_errors_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz\"; sha1 = \"f35986aceb91afadec4102fbd85014950cefa64d\"; }; } { name = \"ajv_keywords___ajv_keywords_3.4.1.tgz\"; path = fetchurl { name = \"ajv_keywords___ajv_keywords_3.4.1.tgz\"; url = \"https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz\"; sha1 = \"ef916e271c64ac12171fd8384eaae6b2345854da\"; }; } { name = \"ajv___ajv_6.10.2.tgz\"; path = fetchurl { name = \"ajv___ajv_6.10.2.tgz\"; url = \"https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz\"; sha1 = \"d3cea04d6b017b2894ad69040fec8b623eb4bd52\"; }; } { name = \"alphanum_sort___alphanum_sort_1.0.2.tgz\"; path = fetchurl { name = \"alphanum_sort___alphanum_sort_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz\"; sha1 = \"97a1119649b211ad33691d9f9f486a8ec9fbe0a3\"; }; } { name = \"ansi_colors___ansi_colors_3.2.4.tgz\"; path = fetchurl { name = \"ansi_colors___ansi_colors_3.2.4.tgz\"; url = \"https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz\"; sha1 = \"e3a3da4bfbae6c86a9c285625de124a234026fbf\"; }; } { name = \"ansi_escapes___ansi_escapes_3.2.0.tgz\"; path = fetchurl { name = \"ansi_escapes___ansi_escapes_3.2.0.tgz\"; url = \"https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz\"; sha1 = \"8780b98ff9dbf5638152d1f1fe5c1d7b4442976b\"; }; } { name = \"ansi_html___ansi_html_0.0.7.tgz\"; path = fetchurl { name = \"ansi_html___ansi_html_0.0.7.tgz\"; url = \"https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz\"; sha1 = \"813584021962a9e9e6fd039f940d12f56ca7859e\"; }; } { name = \"ansi_regex___ansi_regex_2.1.1.tgz\"; path = fetchurl { name = \"ansi_regex___ansi_regex_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz\"; sha1 = \"c3b33ab5ee360d86e0e628f0468ae7ef27d654df\"; }; } { name = \"ansi_regex___ansi_regex_3.0.0.tgz\"; path = fetchurl { name = \"ansi_regex___ansi_regex_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz\"; sha1 = \"ed0317c322064f79466c02966bddb605ab37d998\"; }; } { name = \"ansi_regex___ansi_regex_4.1.0.tgz\"; path = fetchurl { name = \"ansi_regex___ansi_regex_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz\"; sha1 = \"8b9f8f08cf1acb843756a839ca8c7e3168c51997\"; }; } { name = \"ansi_styles___ansi_styles_2.2.1.tgz\"; path = fetchurl { name = \"ansi_styles___ansi_styles_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz\"; sha1 = \"b432dd3358b634cf75e1e4664368240533c1ddbe\"; }; } { name = \"ansi_styles___ansi_styles_3.2.1.tgz\"; path = fetchurl { name = \"ansi_styles___ansi_styles_3.2.1.tgz\"; url = \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz\"; sha1 = \"41fbb20243e50b12be0f04b8dedbf07520ce841d\"; }; } { name = \"anymatch___anymatch_2.0.0.tgz\"; path = fetchurl { name = \"anymatch___anymatch_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz\"; sha1 = \"bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb\"; }; } { name = \"aproba___aproba_1.2.0.tgz\"; path = fetchurl { name = \"aproba___aproba_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz\"; sha1 = \"6802e6264efd18c790a1b0d517f0f2627bf2c94a\"; }; } { name = \"are_we_there_yet___are_we_there_yet_1.1.5.tgz\"; path = fetchurl { name = \"are_we_there_yet___are_we_there_yet_1.1.5.tgz\"; url = \"https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz\"; sha1 = \"4b35c2944f062a8bfcda66410760350fe9ddfc21\"; }; } { name = \"argparse___argparse_1.0.10.tgz\"; path = fetchurl { name = \"argparse___argparse_1.0.10.tgz\"; url = \"https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz\"; sha1 = \"bcd6791ea5ae09725e17e5ad988134cd40b3d911\"; }; } { name = \"aria_query___aria_query_3.0.0.tgz\"; path = fetchurl { name = \"aria_query___aria_query_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz\"; sha1 = \"65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc\"; }; } { name = \"arity_n___arity_n_1.0.4.tgz\"; path = fetchurl { name = \"arity_n___arity_n_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz\"; sha1 = \"d9e76b11733e08569c0847ae7b39b2860b30b745\"; }; } { name = \"arr_diff___arr_diff_4.0.0.tgz\"; path = fetchurl { name = \"arr_diff___arr_diff_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz\"; sha1 = \"d6461074febfec71e7e15235761a329a5dc7c520\"; }; } { name = \"arr_flatten___arr_flatten_1.1.0.tgz\"; path = fetchurl { name = \"arr_flatten___arr_flatten_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz\"; sha1 = \"36048bbff4e7b47e136644316c99669ea5ae91f1\"; }; } { name = \"arr_union___arr_union_3.1.0.tgz\"; path = fetchurl { name = \"arr_union___arr_union_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz\"; sha1 = \"e39b09aea9def866a8f206e288af63919bae39c4\"; }; } { name = \"array_equal___array_equal_1.0.0.tgz\"; path = fetchurl { name = \"array_equal___array_equal_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz\"; sha1 = \"8c2a5ef2472fd9ea742b04c77a75093ba2757c93\"; }; } { name = \"array_filter___array_filter_0.0.1.tgz\"; path = fetchurl { name = \"array_filter___array_filter_0.0.1.tgz\"; url = \"https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz\"; sha1 = \"7da8cf2e26628ed732803581fd21f67cacd2eeec\"; }; } { name = \"array_flatten___array_flatten_1.1.1.tgz\"; path = fetchurl { name = \"array_flatten___array_flatten_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz\"; sha1 = \"9a5f699051b1e7073328f2a008968b64ea2955d2\"; }; } { name = \"array_flatten___array_flatten_2.1.2.tgz\"; path = fetchurl { name = \"array_flatten___array_flatten_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz\"; sha1 = \"24ef80a28c1a893617e2149b0c6d0d788293b099\"; }; } { name = \"array_includes___array_includes_3.0.3.tgz\"; path = fetchurl { name = \"array_includes___array_includes_3.0.3.tgz\"; url = \"https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz\"; sha1 = \"184b48f62d92d7452bb31b323165c7f8bd02266d\"; }; } { name = \"array_map___array_map_0.0.0.tgz\"; path = fetchurl { name = \"array_map___array_map_0.0.0.tgz\"; url = \"https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz\"; sha1 = \"88a2bab73d1cf7bcd5c1b118a003f66f665fa662\"; }; } { name = \"array_reduce___array_reduce_0.0.0.tgz\"; path = fetchurl { name = \"array_reduce___array_reduce_0.0.0.tgz\"; url = \"https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz\"; sha1 = \"173899d3ffd1c7d9383e4479525dbe278cab5f2b\"; }; } { name = \"array_union___array_union_1.0.2.tgz\"; path = fetchurl { name = \"array_union___array_union_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz\"; sha1 = \"9a34410e4f4e3da23dea375be5be70f24778ec39\"; }; } { name = \"array_uniq___array_uniq_1.0.3.tgz\"; path = fetchurl { name = \"array_uniq___array_uniq_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz\"; sha1 = \"af6ac877a25cc7f74e058894753858dfdb24fdb6\"; }; } { name = \"array_unique___array_unique_0.3.2.tgz\"; path = fetchurl { name = \"array_unique___array_unique_0.3.2.tgz\"; url = \"https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz\"; sha1 = \"a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428\"; }; } { name = \"array.prototype.find___array.prototype.find_2.1.0.tgz\"; path = fetchurl { name = \"array.prototype.find___array.prototype.find_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.0.tgz\"; sha1 = \"630f2eaf70a39e608ac3573e45cf8ccd0ede9ad7\"; }; } { name = \"arrify___arrify_1.0.1.tgz\"; path = fetchurl { name = \"arrify___arrify_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz\"; sha1 = \"898508da2226f380df904728456849c1501a4b0d\"; }; } { name = \"asap___asap_2.0.6.tgz\"; path = fetchurl { name = \"asap___asap_2.0.6.tgz\"; url = \"https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz\"; sha1 = \"e50347611d7e690943208bbdafebcbc2fb866d46\"; }; } { name = \"asn1.js___asn1.js_4.10.1.tgz\"; path = fetchurl { name = \"asn1.js___asn1.js_4.10.1.tgz\"; url = \"https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz\"; sha1 = \"b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0\"; }; } { name = \"asn1___asn1_0.2.4.tgz\"; path = fetchurl { name = \"asn1___asn1_0.2.4.tgz\"; url = \"https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz\"; sha1 = \"8d2475dfab553bb33e77b54e59e880bb8ce23136\"; }; } { name = \"assert_plus___assert_plus_1.0.0.tgz\"; path = fetchurl { name = \"assert_plus___assert_plus_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz\"; sha1 = \"f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525\"; }; } { name = \"assert___assert_1.4.1.tgz\"; path = fetchurl { name = \"assert___assert_1.4.1.tgz\"; url = \"https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz\"; sha1 = \"99912d591836b5a6f5b345c0f07eefc08fc65d91\"; }; } { name = \"assert___assert_1.5.0.tgz\"; path = fetchurl { name = \"assert___assert_1.5.0.tgz\"; url = \"https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz\"; sha1 = \"55c109aaf6e0aefdb3dc4b71240c70bf574b18eb\"; }; } { name = \"assign_symbols___assign_symbols_1.0.0.tgz\"; path = fetchurl { name = \"assign_symbols___assign_symbols_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz\"; sha1 = \"59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367\"; }; } { name = \"ast_types_flow___ast_types_flow_0.0.7.tgz\"; path = fetchurl { name = \"ast_types_flow___ast_types_flow_0.0.7.tgz\"; url = \"https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz\"; sha1 = \"f70b735c6bca1a5c9c22d982c3e39e7feba3bdad\"; }; } { name = \"astral_regex___astral_regex_1.0.0.tgz\"; path = fetchurl { name = \"astral_regex___astral_regex_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz\"; sha1 = \"6c8c3fb827dd43ee3918f27b82782ab7658a6fd9\"; }; } { name = \"async_each___async_each_1.0.3.tgz\"; path = fetchurl { name = \"async_each___async_each_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz\"; sha1 = \"b727dbf87d7651602f06f4d4ac387f47d91b0cbf\"; }; } { name = \"async_limiter___async_limiter_1.0.1.tgz\"; path = fetchurl { name = \"async_limiter___async_limiter_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz\"; sha1 = \"dd379e94f0db8310b08291f9d64c3209766617fd\"; }; } { name = \"async___async_1.5.2.tgz\"; path = fetchurl { name = \"async___async_1.5.2.tgz\"; url = \"https://registry.yarnpkg.com/async/-/async-1.5.2.tgz\"; sha1 = \"ec6a61ae56480c0c3cb241c95618e20892f9672a\"; }; } { name = \"asynckit___asynckit_0.4.0.tgz\"; path = fetchurl { name = \"asynckit___asynckit_0.4.0.tgz\"; url = \"https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz\"; sha1 = \"c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79\"; }; } { name = \"atob___atob_2.1.2.tgz\"; path = fetchurl { name = \"atob___atob_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz\"; sha1 = \"6d9517eb9e030d2436666651e86bd9f6f13533c9\"; }; } { name = \"autoprefixer___autoprefixer_9.6.1.tgz\"; path = fetchurl { name = \"autoprefixer___autoprefixer_9.6.1.tgz\"; url = \"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.1.tgz\"; sha1 = \"51967a02d2d2300bb01866c1611ec8348d355a47\"; }; } { name = \"aws_sign2___aws_sign2_0.7.0.tgz\"; path = fetchurl { name = \"aws_sign2___aws_sign2_0.7.0.tgz\"; url = \"https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz\"; sha1 = \"b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8\"; }; } { name = \"aws4___aws4_1.8.0.tgz\"; path = fetchurl { name = \"aws4___aws4_1.8.0.tgz\"; url = \"https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz\"; sha1 = \"f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f\"; }; } { name = \"axios___axios_0.19.0.tgz\"; path = fetchurl { name = \"axios___axios_0.19.0.tgz\"; url = \"https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz\"; sha1 = \"8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8\"; }; } { name = \"axobject_query___axobject_query_2.0.2.tgz\"; path = fetchurl { name = \"axobject_query___axobject_query_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz\"; sha1 = \"ea187abe5b9002b377f925d8bf7d1c561adf38f9\"; }; } { name = \"babel_code_frame___babel_code_frame_6.26.0.tgz\"; path = fetchurl { name = \"babel_code_frame___babel_code_frame_6.26.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz\"; sha1 = \"63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b\"; }; } { name = \"babel_eslint___babel_eslint_10.0.2.tgz\"; path = fetchurl { name = \"babel_eslint___babel_eslint_10.0.2.tgz\"; url = \"https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz\"; sha1 = \"182d5ac204579ff0881684b040560fdcc1558456\"; }; } { name = \"babel_extract_comments___babel_extract_comments_1.0.0.tgz\"; path = fetchurl { name = \"babel_extract_comments___babel_extract_comments_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz\"; sha1 = \"0a2aedf81417ed391b85e18b4614e693a0351a21\"; }; } { name = \"babel_jest___babel_jest_24.9.0.tgz\"; path = fetchurl { name = \"babel_jest___babel_jest_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.9.0.tgz\"; sha1 = \"3fc327cb8467b89d14d7bc70e315104a783ccd54\"; }; } { name = \"babel_loader___babel_loader_8.0.6.tgz\"; path = fetchurl { name = \"babel_loader___babel_loader_8.0.6.tgz\"; url = \"https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz\"; sha1 = \"e33bdb6f362b03f4bb141a0c21ab87c501b70dfb\"; }; } { name = \"babel_plugin_dynamic_import_node___babel_plugin_dynamic_import_node_2.3.0.tgz\"; path = fetchurl { name = \"babel_plugin_dynamic_import_node___babel_plugin_dynamic_import_node_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz\"; sha1 = \"f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f\"; }; } { name = \"babel_plugin_istanbul___babel_plugin_istanbul_5.2.0.tgz\"; path = fetchurl { name = \"babel_plugin_istanbul___babel_plugin_istanbul_5.2.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz\"; sha1 = \"df4ade83d897a92df069c4d9a25cf2671293c854\"; }; } { name = \"babel_plugin_jest_hoist___babel_plugin_jest_hoist_24.9.0.tgz\"; path = fetchurl { name = \"babel_plugin_jest_hoist___babel_plugin_jest_hoist_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz\"; sha1 = \"4f837091eb407e01447c8843cbec546d0002d756\"; }; } { name = \"babel_plugin_macros___babel_plugin_macros_2.6.1.tgz\"; path = fetchurl { name = \"babel_plugin_macros___babel_plugin_macros_2.6.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.6.1.tgz\"; sha1 = \"41f7ead616fc36f6a93180e89697f69f51671181\"; }; } { name = \"babel_plugin_named_asset_import___babel_plugin_named_asset_import_0.3.3.tgz\"; path = fetchurl { name = \"babel_plugin_named_asset_import___babel_plugin_named_asset_import_0.3.3.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.3.tgz\"; sha1 = \"9ba2f3ac4dc78b042651654f07e847adfe50667c\"; }; } { name = \"babel_plugin_syntax_object_rest_spread___babel_plugin_syntax_object_rest_spread_6.13.0.tgz\"; path = fetchurl { name = \"babel_plugin_syntax_object_rest_spread___babel_plugin_syntax_object_rest_spread_6.13.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz\"; sha1 = \"fd6536f2bce13836ffa3a5458c4903a597bb3bf5\"; }; } { name = \"babel_plugin_transform_object_rest_spread___babel_plugin_transform_object_rest_spread_6.26.0.tgz\"; path = fetchurl { name = \"babel_plugin_transform_object_rest_spread___babel_plugin_transform_object_rest_spread_6.26.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz\"; sha1 = \"0f36692d50fef6b7e2d4b3ac1478137a963b7b06\"; }; } { name = \"babel_plugin_transform_react_remove_prop_types___babel_plugin_transform_react_remove_prop_types_0.4.24.tgz\"; path = fetchurl { name = \"babel_plugin_transform_react_remove_prop_types___babel_plugin_transform_react_remove_prop_types_0.4.24.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz\"; sha1 = \"f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a\"; }; } { name = \"babel_preset_jest___babel_preset_jest_24.9.0.tgz\"; path = fetchurl { name = \"babel_preset_jest___babel_preset_jest_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-24.9.0.tgz\"; sha1 = \"192b521e2217fb1d1f67cf73f70c336650ad3cdc\"; }; } { name = \"babel_preset_react_app___babel_preset_react_app_9.0.1.tgz\"; path = fetchurl { name = \"babel_preset_react_app___babel_preset_react_app_9.0.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-9.0.1.tgz\"; sha1 = \"16a2cf84363045b530b6a03460527a5c6eac42ba\"; }; } { name = \"babel_runtime___babel_runtime_6.26.0.tgz\"; path = fetchurl { name = \"babel_runtime___babel_runtime_6.26.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz\"; sha1 = \"965c7058668e82b55d7bfe04ff2337bc8b5647fe\"; }; } { name = \"babylon___babylon_6.18.0.tgz\"; path = fetchurl { name = \"babylon___babylon_6.18.0.tgz\"; url = \"https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz\"; sha1 = \"af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3\"; }; } { name = \"bail___bail_1.0.4.tgz\"; path = fetchurl { name = \"bail___bail_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/bail/-/bail-1.0.4.tgz\"; sha1 = \"7181b66d508aa3055d3f6c13f0a0c720641dde9b\"; }; } { name = \"balanced_match___balanced_match_1.0.0.tgz\"; path = fetchurl { name = \"balanced_match___balanced_match_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz\"; sha1 = \"89b4d199ab2bee49de164ea02b89ce462d71b767\"; }; } { name = \"base64_js___base64_js_1.3.1.tgz\"; path = fetchurl { name = \"base64_js___base64_js_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz\"; sha1 = \"58ece8cb75dd07e71ed08c736abc5fac4dbf8df1\"; }; } { name = \"base___base_0.11.2.tgz\"; path = fetchurl { name = \"base___base_0.11.2.tgz\"; url = \"https://registry.yarnpkg.com/base/-/base-0.11.2.tgz\"; sha1 = \"7bde5ced145b6d551a90db87f83c558b4eb48a8f\"; }; } { name = \"batch___batch_0.6.1.tgz\"; path = fetchurl { name = \"batch___batch_0.6.1.tgz\"; url = \"https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz\"; sha1 = \"dc34314f4e679318093fc760272525f94bf25c16\"; }; } { name = \"bcrypt_pbkdf___bcrypt_pbkdf_1.0.2.tgz\"; path = fetchurl { name = \"bcrypt_pbkdf___bcrypt_pbkdf_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz\"; sha1 = \"a4301d389b6a43f9b67ff3ca11a3f6637e360e9e\"; }; } { name = \"big.js___big.js_5.2.2.tgz\"; path = fetchurl { name = \"big.js___big.js_5.2.2.tgz\"; url = \"https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz\"; sha1 = \"65f0af382f578bcdc742bd9c281e9cb2d7768328\"; }; } { name = \"binary_extensions___binary_extensions_1.13.1.tgz\"; path = fetchurl { name = \"binary_extensions___binary_extensions_1.13.1.tgz\"; url = \"https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz\"; sha1 = \"598afe54755b2868a5330d2aff9d4ebb53209b65\"; }; } { name = \"bluebird___bluebird_3.5.5.tgz\"; path = fetchurl { name = \"bluebird___bluebird_3.5.5.tgz\"; url = \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz\"; sha1 = \"a8d0afd73251effbbd5fe384a77d73003c17a71f\"; }; } { name = \"bn.js___bn.js_4.11.8.tgz\"; path = fetchurl { name = \"bn.js___bn.js_4.11.8.tgz\"; url = \"https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz\"; sha1 = \"2cde09eb5ee341f484746bb0309b3253b1b1442f\"; }; } { name = \"body_parser___body_parser_1.19.0.tgz\"; path = fetchurl { name = \"body_parser___body_parser_1.19.0.tgz\"; url = \"https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz\"; sha1 = \"96b2709e57c9c4e09a6fd66a8fd979844f69f08a\"; }; } { name = \"bonjour___bonjour_3.5.0.tgz\"; path = fetchurl { name = \"bonjour___bonjour_3.5.0.tgz\"; url = \"https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz\"; sha1 = \"8e890a183d8ee9a2393b3844c691a42bcf7bc9f5\"; }; } { name = \"boolbase___boolbase_1.0.0.tgz\"; path = fetchurl { name = \"boolbase___boolbase_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz\"; sha1 = \"68dff5fbe60c51eb37725ea9e3ed310dcc1e776e\"; }; } { name = \"brace_expansion___brace_expansion_1.1.11.tgz\"; path = fetchurl { name = \"brace_expansion___brace_expansion_1.1.11.tgz\"; url = \"https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz\"; sha1 = \"3c7fcbf529d87226f3d2f52b966ff5271eb441dd\"; }; } { name = \"braces___braces_2.3.2.tgz\"; path = fetchurl { name = \"braces___braces_2.3.2.tgz\"; url = \"https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz\"; sha1 = \"5979fd3f14cd531565e5fa2df1abfff1dfaee729\"; }; } { name = \"brorand___brorand_1.1.0.tgz\"; path = fetchurl { name = \"brorand___brorand_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz\"; sha1 = \"12c25efe40a45e3c323eb8675a0a0ce57b22371f\"; }; } { name = \"browser_process_hrtime___browser_process_hrtime_0.1.3.tgz\"; path = fetchurl { name = \"browser_process_hrtime___browser_process_hrtime_0.1.3.tgz\"; url = \"https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz\"; sha1 = \"616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4\"; }; } { name = \"browser_resolve___browser_resolve_1.11.3.tgz\"; path = fetchurl { name = \"browser_resolve___browser_resolve_1.11.3.tgz\"; url = \"https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz\"; sha1 = \"9b7cbb3d0f510e4cb86bdbd796124d28b5890af6\"; }; } { name = \"browserify_aes___browserify_aes_1.2.0.tgz\"; path = fetchurl { name = \"browserify_aes___browserify_aes_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz\"; sha1 = \"326734642f403dabc3003209853bb70ad428ef48\"; }; } { name = \"browserify_cipher___browserify_cipher_1.0.1.tgz\"; path = fetchurl { name = \"browserify_cipher___browserify_cipher_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz\"; sha1 = \"8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0\"; }; } { name = \"browserify_des___browserify_des_1.0.2.tgz\"; path = fetchurl { name = \"browserify_des___browserify_des_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz\"; sha1 = \"3af4f1f59839403572f1c66204375f7a7f703e9c\"; }; } { name = \"browserify_rsa___browserify_rsa_4.0.1.tgz\"; path = fetchurl { name = \"browserify_rsa___browserify_rsa_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz\"; sha1 = \"21e0abfaf6f2029cf2fafb133567a701d4135524\"; }; } { name = \"browserify_sign___browserify_sign_4.0.4.tgz\"; path = fetchurl { name = \"browserify_sign___browserify_sign_4.0.4.tgz\"; url = \"https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz\"; sha1 = \"aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298\"; }; } { name = \"browserify_zlib___browserify_zlib_0.2.0.tgz\"; path = fetchurl { name = \"browserify_zlib___browserify_zlib_0.2.0.tgz\"; url = \"https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz\"; sha1 = \"2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f\"; }; } { name = \"browserslist___browserslist_4.6.6.tgz\"; path = fetchurl { name = \"browserslist___browserslist_4.6.6.tgz\"; url = \"https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.6.tgz\"; sha1 = \"6e4bf467cde520bc9dbdf3747dafa03531cec453\"; }; } { name = \"browserslist___browserslist_4.7.0.tgz\"; path = fetchurl { name = \"browserslist___browserslist_4.7.0.tgz\"; url = \"https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz\"; sha1 = \"9ee89225ffc07db03409f2fee524dc8227458a17\"; }; } { name = \"bser___bser_2.1.0.tgz\"; path = fetchurl { name = \"bser___bser_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/bser/-/bser-2.1.0.tgz\"; sha1 = \"65fc784bf7f87c009b973c12db6546902fa9c7b5\"; }; } { name = \"buffer_from___buffer_from_1.1.1.tgz\"; path = fetchurl { name = \"buffer_from___buffer_from_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz\"; sha1 = \"32713bc028f75c02fdb710d7c7bcec1f2c6070ef\"; }; } { name = \"buffer_indexof___buffer_indexof_1.1.1.tgz\"; path = fetchurl { name = \"buffer_indexof___buffer_indexof_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz\"; sha1 = \"52fabcc6a606d1a00302802648ef68f639da268c\"; }; } { name = \"buffer_xor___buffer_xor_1.0.3.tgz\"; path = fetchurl { name = \"buffer_xor___buffer_xor_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz\"; sha1 = \"26e61ed1422fb70dd42e6e36729ed51d855fe8d9\"; }; } { name = \"buffer___buffer_4.9.1.tgz\"; path = fetchurl { name = \"buffer___buffer_4.9.1.tgz\"; url = \"https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz\"; sha1 = \"6d1bb601b07a4efced97094132093027c95bc298\"; }; } { name = \"builtin_modules___builtin_modules_1.1.1.tgz\"; path = fetchurl { name = \"builtin_modules___builtin_modules_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz\"; sha1 = \"270f076c5a72c02f5b65a47df94c5fe3a278892f\"; }; } { name = \"builtin_status_codes___builtin_status_codes_3.0.0.tgz\"; path = fetchurl { name = \"builtin_status_codes___builtin_status_codes_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz\"; sha1 = \"85982878e21b98e1c66425e03d0174788f569ee8\"; }; } { name = \"bytes___bytes_3.0.0.tgz\"; path = fetchurl { name = \"bytes___bytes_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz\"; sha1 = \"d32815404d689699f85a4ea4fa8755dd13a96048\"; }; } { name = \"bytes___bytes_3.1.0.tgz\"; path = fetchurl { name = \"bytes___bytes_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz\"; sha1 = \"f6cf7933a360e0588fa9fde85651cdc7f805d1f6\"; }; } { name = \"cacache___cacache_12.0.3.tgz\"; path = fetchurl { name = \"cacache___cacache_12.0.3.tgz\"; url = \"https://registry.yarnpkg.com/cacache/-/cacache-12.0.3.tgz\"; sha1 = \"be99abba4e1bf5df461cd5a2c1071fc432573390\"; }; } { name = \"cache_base___cache_base_1.0.1.tgz\"; path = fetchurl { name = \"cache_base___cache_base_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz\"; sha1 = \"0a7f46416831c8b662ee36fe4e7c59d76f666ab2\"; }; } { name = \"call_me_maybe___call_me_maybe_1.0.1.tgz\"; path = fetchurl { name = \"call_me_maybe___call_me_maybe_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz\"; sha1 = \"26d208ea89e37b5cbde60250a15f031c16a4d66b\"; }; } { name = \"caller_callsite___caller_callsite_2.0.0.tgz\"; path = fetchurl { name = \"caller_callsite___caller_callsite_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz\"; sha1 = \"847e0fce0a223750a9a027c54b33731ad3154134\"; }; } { name = \"caller_path___caller_path_2.0.0.tgz\"; path = fetchurl { name = \"caller_path___caller_path_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz\"; sha1 = \"468f83044e369ab2010fac5f06ceee15bb2cb1f4\"; }; } { name = \"callsites___callsites_2.0.0.tgz\"; path = fetchurl { name = \"callsites___callsites_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz\"; sha1 = \"06eb84f00eea413da86affefacbffb36093b3c50\"; }; } { name = \"callsites___callsites_3.1.0.tgz\"; path = fetchurl { name = \"callsites___callsites_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz\"; sha1 = \"b3630abd8943432f54b3f0519238e33cd7df2f73\"; }; } { name = \"camel_case___camel_case_3.0.0.tgz\"; path = fetchurl { name = \"camel_case___camel_case_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz\"; sha1 = \"ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73\"; }; } { name = \"camelcase___camelcase_5.0.0.tgz\"; path = fetchurl { name = \"camelcase___camelcase_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz\"; sha1 = \"03295527d58bd3cd4aa75363f35b2e8d97be2f42\"; }; } { name = \"camelcase___camelcase_4.1.0.tgz\"; path = fetchurl { name = \"camelcase___camelcase_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz\"; sha1 = \"d545635be1e33c542649c69173e5de6acfae34dd\"; }; } { name = \"camelcase___camelcase_5.3.1.tgz\"; path = fetchurl { name = \"camelcase___camelcase_5.3.1.tgz\"; url = \"https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz\"; sha1 = \"e3c9b31569e106811df242f715725a1f4c494320\"; }; } { name = \"caniuse_api___caniuse_api_3.0.0.tgz\"; path = fetchurl { name = \"caniuse_api___caniuse_api_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz\"; sha1 = \"5e4d90e2274961d46291997df599e3ed008ee4c0\"; }; } { name = \"caniuse_lite___caniuse_lite_1.0.30000989.tgz\"; path = fetchurl { name = \"caniuse_lite___caniuse_lite_1.0.30000989.tgz\"; url = \"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz\"; sha1 = \"b9193e293ccf7e4426c5245134b8f2a56c0ac4b9\"; }; } { name = \"capture_exit___capture_exit_2.0.0.tgz\"; path = fetchurl { name = \"capture_exit___capture_exit_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz\"; sha1 = \"fb953bfaebeb781f62898239dabb426d08a509a4\"; }; } { name = \"case_sensitive_paths_webpack_plugin___case_sensitive_paths_webpack_plugin_2.2.0.tgz\"; path = fetchurl { name = \"case_sensitive_paths_webpack_plugin___case_sensitive_paths_webpack_plugin_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.2.0.tgz\"; sha1 = \"3371ef6365ef9c25fa4b81c16ace0e9c7dc58c3e\"; }; } { name = \"caseless___caseless_0.12.0.tgz\"; path = fetchurl { name = \"caseless___caseless_0.12.0.tgz\"; url = \"https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz\"; sha1 = \"1b681c21ff84033c826543090689420d187151dc\"; }; } { name = \"chalk___chalk_2.4.2.tgz\"; path = fetchurl { name = \"chalk___chalk_2.4.2.tgz\"; url = \"https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz\"; sha1 = \"cd42541677a54333cf541a49108c1432b44c9424\"; }; } { name = \"chalk___chalk_1.1.3.tgz\"; path = fetchurl { name = \"chalk___chalk_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz\"; sha1 = \"a8115c55e4a702fe4d150abd3872822a7e09fc98\"; }; } { name = \"character_entities_legacy___character_entities_legacy_1.1.3.tgz\"; path = fetchurl { name = \"character_entities_legacy___character_entities_legacy_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.3.tgz\"; sha1 = \"3c729991d9293da0ede6dddcaf1f2ce1009ee8b4\"; }; } { name = \"character_entities___character_entities_1.2.3.tgz\"; path = fetchurl { name = \"character_entities___character_entities_1.2.3.tgz\"; url = \"https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.3.tgz\"; sha1 = \"bbed4a52fe7ef98cc713c6d80d9faa26916d54e6\"; }; } { name = \"character_reference_invalid___character_reference_invalid_1.1.3.tgz\"; path = fetchurl { name = \"character_reference_invalid___character_reference_invalid_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.3.tgz\"; sha1 = \"1647f4f726638d3ea4a750cf5d1975c1c7919a85\"; }; } { name = \"chardet___chardet_0.7.0.tgz\"; path = fetchurl { name = \"chardet___chardet_0.7.0.tgz\"; url = \"https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz\"; sha1 = \"90094849f0937f2eedc2425d0d28a9e5f0cbad9e\"; }; } { name = \"chokidar___chokidar_2.1.8.tgz\"; path = fetchurl { name = \"chokidar___chokidar_2.1.8.tgz\"; url = \"https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz\"; sha1 = \"804b3a7b6a99358c3c5c61e71d8728f041cff917\"; }; } { name = \"chownr___chownr_1.1.2.tgz\"; path = fetchurl { name = \"chownr___chownr_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz\"; sha1 = \"a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6\"; }; } { name = \"chrome_trace_event___chrome_trace_event_1.0.2.tgz\"; path = fetchurl { name = \"chrome_trace_event___chrome_trace_event_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz\"; sha1 = \"234090ee97c7d4ad1a2c4beae27505deffc608a4\"; }; } { name = \"ci_info___ci_info_2.0.0.tgz\"; path = fetchurl { name = \"ci_info___ci_info_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz\"; sha1 = \"67a9e964be31a51e15e5010d58e6f12834002f46\"; }; } { name = \"cipher_base___cipher_base_1.0.4.tgz\"; path = fetchurl { name = \"cipher_base___cipher_base_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz\"; sha1 = \"8760e4ecc272f4c363532f926d874aae2c1397de\"; }; } { name = \"class_utils___class_utils_0.3.6.tgz\"; path = fetchurl { name = \"class_utils___class_utils_0.3.6.tgz\"; url = \"https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz\"; sha1 = \"f93369ae8b9a7ce02fd41faad0ca83033190c463\"; }; } { name = \"clean_css___clean_css_4.2.1.tgz\"; path = fetchurl { name = \"clean_css___clean_css_4.2.1.tgz\"; url = \"https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz\"; sha1 = \"2d411ef76b8569b6d0c84068dabe85b0aa5e5c17\"; }; } { name = \"cli_cursor___cli_cursor_2.1.0.tgz\"; path = fetchurl { name = \"cli_cursor___cli_cursor_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz\"; sha1 = \"b35dac376479facc3e94747d41d0d0f5238ffcb5\"; }; } { name = \"cli_width___cli_width_2.2.0.tgz\"; path = fetchurl { name = \"cli_width___cli_width_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz\"; sha1 = \"ff19ede8a9a5e579324147b0c11f0fbcbabed639\"; }; } { name = \"cliui___cliui_4.1.0.tgz\"; path = fetchurl { name = \"cliui___cliui_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz\"; sha1 = \"348422dbe82d800b3022eef4f6ac10bf2e4d1b49\"; }; } { name = \"cliui___cliui_5.0.0.tgz\"; path = fetchurl { name = \"cliui___cliui_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz\"; sha1 = \"deefcfdb2e800784aa34f46fa08e06851c7bbbc5\"; }; } { name = \"clone_deep___clone_deep_0.2.4.tgz\"; path = fetchurl { name = \"clone_deep___clone_deep_0.2.4.tgz\"; url = \"https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.2.4.tgz\"; sha1 = \"4e73dd09e9fb971cc38670c5dced9c1896481cc6\"; }; } { name = \"clone_deep___clone_deep_4.0.1.tgz\"; path = fetchurl { name = \"clone_deep___clone_deep_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz\"; sha1 = \"c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387\"; }; } { name = \"clsx___clsx_1.0.4.tgz\"; path = fetchurl { name = \"clsx___clsx_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/clsx/-/clsx-1.0.4.tgz\"; sha1 = \"0c0171f6d5cb2fe83848463c15fcc26b4df8c2ec\"; }; } { name = \"co___co_4.6.0.tgz\"; path = fetchurl { name = \"co___co_4.6.0.tgz\"; url = \"https://registry.yarnpkg.com/co/-/co-4.6.0.tgz\"; sha1 = \"6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184\"; }; } { name = \"coa___coa_2.0.2.tgz\"; path = fetchurl { name = \"coa___coa_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz\"; sha1 = \"43f6c21151b4ef2bf57187db0d73de229e3e7ec3\"; }; } { name = \"code_point_at___code_point_at_1.1.0.tgz\"; path = fetchurl { name = \"code_point_at___code_point_at_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz\"; sha1 = \"0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77\"; }; } { name = \"codemirror___codemirror_5.48.4.tgz\"; path = fetchurl { name = \"codemirror___codemirror_5.48.4.tgz\"; url = \"https://registry.yarnpkg.com/codemirror/-/codemirror-5.48.4.tgz\"; sha1 = \"4210fbe92be79a88f0eea348fab3ae78da85ce47\"; }; } { name = \"collapse_white_space___collapse_white_space_1.0.5.tgz\"; path = fetchurl { name = \"collapse_white_space___collapse_white_space_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.5.tgz\"; sha1 = \"c2495b699ab1ed380d29a1091e01063e75dbbe3a\"; }; } { name = \"collection_visit___collection_visit_1.0.0.tgz\"; path = fetchurl { name = \"collection_visit___collection_visit_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz\"; sha1 = \"4bc0373c164bc3291b4d368c829cf1a80a59dca0\"; }; } { name = \"color_convert___color_convert_1.9.3.tgz\"; path = fetchurl { name = \"color_convert___color_convert_1.9.3.tgz\"; url = \"https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz\"; sha1 = \"bb71850690e1f136567de629d2d5471deda4c1e8\"; }; } { name = \"color_name___color_name_1.1.3.tgz\"; path = fetchurl { name = \"color_name___color_name_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz\"; sha1 = \"a7d0558bd89c42f795dd42328f740831ca53bc25\"; }; } { name = \"color_name___color_name_1.1.4.tgz\"; path = fetchurl { name = \"color_name___color_name_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz\"; sha1 = \"c2a09a87acbde69543de6f63fa3995c826c536a2\"; }; } { name = \"color_string___color_string_1.5.3.tgz\"; path = fetchurl { name = \"color_string___color_string_1.5.3.tgz\"; url = \"https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz\"; sha1 = \"c9bbc5f01b58b5492f3d6857459cb6590ce204cc\"; }; } { name = \"color___color_3.1.2.tgz\"; path = fetchurl { name = \"color___color_3.1.2.tgz\"; url = \"https://registry.yarnpkg.com/color/-/color-3.1.2.tgz\"; sha1 = \"68148e7f85d41ad7649c5fa8c8106f098d229e10\"; }; } { name = \"combined_stream___combined_stream_1.0.8.tgz\"; path = fetchurl { name = \"combined_stream___combined_stream_1.0.8.tgz\"; url = \"https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz\"; sha1 = \"c3d45a8b34fd730631a110a8a2520682b31d5a7f\"; }; } { name = \"commander___commander_2.17.1.tgz\"; path = fetchurl { name = \"commander___commander_2.17.1.tgz\"; url = \"https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz\"; sha1 = \"bd77ab7de6de94205ceacc72f1716d29f20a77bf\"; }; } { name = \"commander___commander_2.20.0.tgz\"; path = fetchurl { name = \"commander___commander_2.20.0.tgz\"; url = \"https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz\"; sha1 = \"d58bb2b5c1ee8f87b0d340027e9e94e222c5a422\"; }; } { name = \"commander___commander_2.19.0.tgz\"; path = fetchurl { name = \"commander___commander_2.19.0.tgz\"; url = \"https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz\"; sha1 = \"f6198aa84e5b83c46054b94ddedbfed5ee9ff12a\"; }; } { name = \"common_tags___common_tags_1.8.0.tgz\"; path = fetchurl { name = \"common_tags___common_tags_1.8.0.tgz\"; url = \"https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz\"; sha1 = \"8e3153e542d4a39e9b10554434afaaf98956a937\"; }; } { name = \"commondir___commondir_1.0.1.tgz\"; path = fetchurl { name = \"commondir___commondir_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz\"; sha1 = \"ddd800da0c66127393cca5950ea968a3aaf1253b\"; }; } { name = \"component_emitter___component_emitter_1.3.0.tgz\"; path = fetchurl { name = \"component_emitter___component_emitter_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz\"; sha1 = \"16e4070fba8ae29b679f2215853ee181ab2eabc0\"; }; } { name = \"compose_function___compose_function_3.0.3.tgz\"; path = fetchurl { name = \"compose_function___compose_function_3.0.3.tgz\"; url = \"https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz\"; sha1 = \"9ed675f13cc54501d30950a486ff6a7ba3ab185f\"; }; } { name = \"compressible___compressible_2.0.17.tgz\"; path = fetchurl { name = \"compressible___compressible_2.0.17.tgz\"; url = \"https://registry.yarnpkg.com/compressible/-/compressible-2.0.17.tgz\"; sha1 = \"6e8c108a16ad58384a977f3a482ca20bff2f38c1\"; }; } { name = \"compression___compression_1.7.4.tgz\"; path = fetchurl { name = \"compression___compression_1.7.4.tgz\"; url = \"https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz\"; sha1 = \"95523eff170ca57c29a0ca41e6fe131f41e5bb8f\"; }; } { name = \"concat_map___concat_map_0.0.1.tgz\"; path = fetchurl { name = \"concat_map___concat_map_0.0.1.tgz\"; url = \"https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz\"; sha1 = \"d8a96bd77fd68df7793a73036a3ba0d5405d477b\"; }; } { name = \"concat_stream___concat_stream_1.6.2.tgz\"; path = fetchurl { name = \"concat_stream___concat_stream_1.6.2.tgz\"; url = \"https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz\"; sha1 = \"904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34\"; }; } { name = \"confusing_browser_globals___confusing_browser_globals_1.0.8.tgz\"; path = fetchurl { name = \"confusing_browser_globals___confusing_browser_globals_1.0.8.tgz\"; url = \"https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.8.tgz\"; sha1 = \"93ffec1f82a6e2bf2bc36769cc3a92fa20e502f3\"; }; } { name = \"connect_history_api_fallback___connect_history_api_fallback_1.6.0.tgz\"; path = fetchurl { name = \"connect_history_api_fallback___connect_history_api_fallback_1.6.0.tgz\"; url = \"https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz\"; sha1 = \"8b32089359308d111115d81cad3fceab888f97bc\"; }; } { name = \"console_browserify___console_browserify_1.1.0.tgz\"; path = fetchurl { name = \"console_browserify___console_browserify_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz\"; sha1 = \"f0241c45730a9fc6323b206dbf38edc741d0bb10\"; }; } { name = \"console_control_strings___console_control_strings_1.1.0.tgz\"; path = fetchurl { name = \"console_control_strings___console_control_strings_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz\"; sha1 = \"3d7cf4464db6446ea644bf4b39507f9851008e8e\"; }; } { name = \"constants_browserify___constants_browserify_1.0.0.tgz\"; path = fetchurl { name = \"constants_browserify___constants_browserify_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz\"; sha1 = \"c20b96d8c617748aaf1c16021760cd27fcb8cb75\"; }; } { name = \"contains_path___contains_path_0.1.0.tgz\"; path = fetchurl { name = \"contains_path___contains_path_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz\"; sha1 = \"fe8cf184ff6670b6baef01a9d4861a5cbec4120a\"; }; } { name = \"content_disposition___content_disposition_0.5.3.tgz\"; path = fetchurl { name = \"content_disposition___content_disposition_0.5.3.tgz\"; url = \"https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz\"; sha1 = \"e130caf7e7279087c5616c2007d0485698984fbd\"; }; } { name = \"content_type___content_type_1.0.4.tgz\"; path = fetchurl { name = \"content_type___content_type_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz\"; sha1 = \"e138cc75e040c727b1966fe5e5f8c9aee256fe3b\"; }; } { name = \"convert_css_length___convert_css_length_2.0.1.tgz\"; path = fetchurl { name = \"convert_css_length___convert_css_length_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/convert-css-length/-/convert-css-length-2.0.1.tgz\"; sha1 = \"90a76bde5bfd24d72881a5b45d02249b2c1d257c\"; }; } { name = \"convert_source_map___convert_source_map_1.6.0.tgz\"; path = fetchurl { name = \"convert_source_map___convert_source_map_1.6.0.tgz\"; url = \"https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz\"; sha1 = \"51b537a8c43e0f04dec1993bffcdd504e758ac20\"; }; } { name = \"convert_source_map___convert_source_map_0.3.5.tgz\"; path = fetchurl { name = \"convert_source_map___convert_source_map_0.3.5.tgz\"; url = \"https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz\"; sha1 = \"f1d802950af7dd2631a1febe0596550c86ab3190\"; }; } { name = \"cookie_signature___cookie_signature_1.0.6.tgz\"; path = fetchurl { name = \"cookie_signature___cookie_signature_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz\"; sha1 = \"e303a882b342cc3ee8ca513a79999734dab3ae2c\"; }; } { name = \"cookie___cookie_0.4.0.tgz\"; path = fetchurl { name = \"cookie___cookie_0.4.0.tgz\"; url = \"https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz\"; sha1 = \"beb437e7022b3b6d49019d088665303ebe9c14ba\"; }; } { name = \"copy_concurrently___copy_concurrently_1.0.5.tgz\"; path = fetchurl { name = \"copy_concurrently___copy_concurrently_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz\"; sha1 = \"92297398cae34937fcafd6ec8139c18051f0b5e0\"; }; } { name = \"copy_descriptor___copy_descriptor_0.1.1.tgz\"; path = fetchurl { name = \"copy_descriptor___copy_descriptor_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz\"; sha1 = \"676f6eb3c39997c2ee1ac3a924fd6124748f578d\"; }; } { name = \"core_js_compat___core_js_compat_3.2.1.tgz\"; path = fetchurl { name = \"core_js_compat___core_js_compat_3.2.1.tgz\"; url = \"https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.2.1.tgz\"; sha1 = \"0cbdbc2e386e8e00d3b85dc81c848effec5b8150\"; }; } { name = \"core_js___core_js_3.1.4.tgz\"; path = fetchurl { name = \"core_js___core_js_3.1.4.tgz\"; url = \"https://registry.yarnpkg.com/core-js/-/core-js-3.1.4.tgz\"; sha1 = \"3a2837fc48e582e1ae25907afcd6cf03b0cc7a07\"; }; } { name = \"core_js___core_js_1.2.7.tgz\"; path = fetchurl { name = \"core_js___core_js_1.2.7.tgz\"; url = \"https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz\"; sha1 = \"652294c14651db28fa93bd2d5ff2983a4f08c636\"; }; } { name = \"core_js___core_js_2.6.9.tgz\"; path = fetchurl { name = \"core_js___core_js_2.6.9.tgz\"; url = \"https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz\"; sha1 = \"6b4b214620c834152e179323727fc19741b084f2\"; }; } { name = \"core_util_is___core_util_is_1.0.2.tgz\"; path = fetchurl { name = \"core_util_is___core_util_is_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz\"; sha1 = \"b5fd54220aa2bc5ab57aab7140c940754503c1a7\"; }; } { name = \"cosmiconfig___cosmiconfig_5.2.1.tgz\"; path = fetchurl { name = \"cosmiconfig___cosmiconfig_5.2.1.tgz\"; url = \"https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz\"; sha1 = \"040f726809c591e77a17c0a3626ca45b4f168b1a\"; }; } { name = \"create_ecdh___create_ecdh_4.0.3.tgz\"; path = fetchurl { name = \"create_ecdh___create_ecdh_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz\"; sha1 = \"c9111b6f33045c4697f144787f9254cdc77c45ff\"; }; } { name = \"create_hash___create_hash_1.2.0.tgz\"; path = fetchurl { name = \"create_hash___create_hash_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz\"; sha1 = \"889078af11a63756bcfb59bd221996be3a9ef196\"; }; } { name = \"create_hmac___create_hmac_1.1.7.tgz\"; path = fetchurl { name = \"create_hmac___create_hmac_1.1.7.tgz\"; url = \"https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz\"; sha1 = \"69170c78b3ab957147b2b8b04572e47ead2243ff\"; }; } { name = \"cross_spawn___cross_spawn_6.0.5.tgz\"; path = fetchurl { name = \"cross_spawn___cross_spawn_6.0.5.tgz\"; url = \"https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz\"; sha1 = \"4a5ec7c64dfae22c3a14124dbacdee846d80cbc4\"; }; } { name = \"crypto_browserify___crypto_browserify_3.12.0.tgz\"; path = fetchurl { name = \"crypto_browserify___crypto_browserify_3.12.0.tgz\"; url = \"https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz\"; sha1 = \"396cf9f3137f03e4b8e532c58f698254e00f80ec\"; }; } { name = \"css_blank_pseudo___css_blank_pseudo_0.1.4.tgz\"; path = fetchurl { name = \"css_blank_pseudo___css_blank_pseudo_0.1.4.tgz\"; url = \"https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz\"; sha1 = \"dfdefd3254bf8a82027993674ccf35483bfcb3c5\"; }; } { name = \"css_color_names___css_color_names_0.0.4.tgz\"; path = fetchurl { name = \"css_color_names___css_color_names_0.0.4.tgz\"; url = \"https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz\"; sha1 = \"808adc2e79cf84738069b646cb20ec27beb629e0\"; }; } { name = \"css_declaration_sorter___css_declaration_sorter_4.0.1.tgz\"; path = fetchurl { name = \"css_declaration_sorter___css_declaration_sorter_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz\"; sha1 = \"c198940f63a76d7e36c1e71018b001721054cb22\"; }; } { name = \"css_has_pseudo___css_has_pseudo_0.10.0.tgz\"; path = fetchurl { name = \"css_has_pseudo___css_has_pseudo_0.10.0.tgz\"; url = \"https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz\"; sha1 = \"3c642ab34ca242c59c41a125df9105841f6966ee\"; }; } { name = \"css_loader___css_loader_2.1.1.tgz\"; path = fetchurl { name = \"css_loader___css_loader_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/css-loader/-/css-loader-2.1.1.tgz\"; sha1 = \"d8254f72e412bb2238bb44dd674ffbef497333ea\"; }; } { name = \"css_prefers_color_scheme___css_prefers_color_scheme_3.1.1.tgz\"; path = fetchurl { name = \"css_prefers_color_scheme___css_prefers_color_scheme_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz\"; sha1 = \"6f830a2714199d4f0d0d0bb8a27916ed65cff1f4\"; }; } { name = \"css_select_base_adapter___css_select_base_adapter_0.1.1.tgz\"; path = fetchurl { name = \"css_select_base_adapter___css_select_base_adapter_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz\"; sha1 = \"3b2ff4972cc362ab88561507a95408a1432135d7\"; }; } { name = \"css_select___css_select_1.2.0.tgz\"; path = fetchurl { name = \"css_select___css_select_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz\"; sha1 = \"2b3a110539c5355f1cd8d314623e870b121ec858\"; }; } { name = \"css_select___css_select_2.0.2.tgz\"; path = fetchurl { name = \"css_select___css_select_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/css-select/-/css-select-2.0.2.tgz\"; sha1 = \"ab4386cec9e1f668855564b17c3733b43b2a5ede\"; }; } { name = \"css_tree___css_tree_1.0.0_alpha.29.tgz\"; path = fetchurl { name = \"css_tree___css_tree_1.0.0_alpha.29.tgz\"; url = \"https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz\"; sha1 = \"3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39\"; }; } { name = \"css_tree___css_tree_1.0.0_alpha.33.tgz\"; path = fetchurl { name = \"css_tree___css_tree_1.0.0_alpha.33.tgz\"; url = \"https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.33.tgz\"; sha1 = \"970e20e5a91f7a378ddd0fc58d0b6c8d4f3be93e\"; }; } { name = \"css_unit_converter___css_unit_converter_1.1.1.tgz\"; path = fetchurl { name = \"css_unit_converter___css_unit_converter_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.1.tgz\"; sha1 = \"d9b9281adcfd8ced935bdbaba83786897f64e996\"; }; } { name = \"css_vendor___css_vendor_2.0.6.tgz\"; path = fetchurl { name = \"css_vendor___css_vendor_2.0.6.tgz\"; url = \"https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.6.tgz\"; sha1 = \"a205f73d7562e8728c86ef6ce5ee7c7e5eefd71b\"; }; } { name = \"css_what___css_what_2.1.3.tgz\"; path = fetchurl { name = \"css_what___css_what_2.1.3.tgz\"; url = \"https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz\"; sha1 = \"a6d7604573365fe74686c3f311c56513d88285f2\"; }; } { name = \"css___css_2.2.4.tgz\"; path = fetchurl { name = \"css___css_2.2.4.tgz\"; url = \"https://registry.yarnpkg.com/css/-/css-2.2.4.tgz\"; sha1 = \"c646755c73971f2bba6a601e2cf2fd71b1298929\"; }; } { name = \"cssdb___cssdb_4.4.0.tgz\"; path = fetchurl { name = \"cssdb___cssdb_4.4.0.tgz\"; url = \"https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz\"; sha1 = \"3bf2f2a68c10f5c6a08abd92378331ee803cddb0\"; }; } { name = \"cssesc___cssesc_2.0.0.tgz\"; path = fetchurl { name = \"cssesc___cssesc_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz\"; sha1 = \"3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703\"; }; } { name = \"cssesc___cssesc_3.0.0.tgz\"; path = fetchurl { name = \"cssesc___cssesc_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz\"; sha1 = \"37741919903b868565e1c09ea747445cd18983ee\"; }; } { name = \"cssnano_preset_default___cssnano_preset_default_4.0.7.tgz\"; path = fetchurl { name = \"cssnano_preset_default___cssnano_preset_default_4.0.7.tgz\"; url = \"https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz\"; sha1 = \"51ec662ccfca0f88b396dcd9679cdb931be17f76\"; }; } { name = \"cssnano_util_get_arguments___cssnano_util_get_arguments_4.0.0.tgz\"; path = fetchurl { name = \"cssnano_util_get_arguments___cssnano_util_get_arguments_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz\"; sha1 = \"ed3a08299f21d75741b20f3b81f194ed49cc150f\"; }; } { name = \"cssnano_util_get_match___cssnano_util_get_match_4.0.0.tgz\"; path = fetchurl { name = \"cssnano_util_get_match___cssnano_util_get_match_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz\"; sha1 = \"c0e4ca07f5386bb17ec5e52250b4f5961365156d\"; }; } { name = \"cssnano_util_raw_cache___cssnano_util_raw_cache_4.0.1.tgz\"; path = fetchurl { name = \"cssnano_util_raw_cache___cssnano_util_raw_cache_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz\"; sha1 = \"b26d5fd5f72a11dfe7a7846fb4c67260f96bf282\"; }; } { name = \"cssnano_util_same_parent___cssnano_util_same_parent_4.0.1.tgz\"; path = fetchurl { name = \"cssnano_util_same_parent___cssnano_util_same_parent_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz\"; sha1 = \"574082fb2859d2db433855835d9a8456ea18bbf3\"; }; } { name = \"cssnano___cssnano_4.1.10.tgz\"; path = fetchurl { name = \"cssnano___cssnano_4.1.10.tgz\"; url = \"https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.10.tgz\"; sha1 = \"0ac41f0b13d13d465487e111b778d42da631b8b2\"; }; } { name = \"csso___csso_3.5.1.tgz\"; path = fetchurl { name = \"csso___csso_3.5.1.tgz\"; url = \"https://registry.yarnpkg.com/csso/-/csso-3.5.1.tgz\"; sha1 = \"7b9eb8be61628973c1b261e169d2f024008e758b\"; }; } { name = \"cssom___cssom_0.3.8.tgz\"; path = fetchurl { name = \"cssom___cssom_0.3.8.tgz\"; url = \"https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz\"; sha1 = \"9f1276f5b2b463f2114d3f2c75250af8c1a36f4a\"; }; } { name = \"cssstyle___cssstyle_1.4.0.tgz\"; path = fetchurl { name = \"cssstyle___cssstyle_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.4.0.tgz\"; sha1 = \"9d31328229d3c565c61e586b02041a28fccdccf1\"; }; } { name = \"csstype___csstype_2.6.6.tgz\"; path = fetchurl { name = \"csstype___csstype_2.6.6.tgz\"; url = \"https://registry.yarnpkg.com/csstype/-/csstype-2.6.6.tgz\"; sha1 = \"c34f8226a94bbb10c32cc0d714afdf942291fc41\"; }; } { name = \"cyclist___cyclist_0.2.2.tgz\"; path = fetchurl { name = \"cyclist___cyclist_0.2.2.tgz\"; url = \"https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz\"; sha1 = \"1b33792e11e914a2fd6d6ed6447464444e5fa640\"; }; } { name = \"d___d_1.0.1.tgz\"; path = fetchurl { name = \"d___d_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/d/-/d-1.0.1.tgz\"; sha1 = \"8698095372d58dbee346ffd0c7093f99f8f9eb5a\"; }; } { name = \"damerau_levenshtein___damerau_levenshtein_1.0.5.tgz\"; path = fetchurl { name = \"damerau_levenshtein___damerau_levenshtein_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz\"; sha1 = \"780cf7144eb2e8dbd1c3bb83ae31100ccc31a414\"; }; } { name = \"dashdash___dashdash_1.14.1.tgz\"; path = fetchurl { name = \"dashdash___dashdash_1.14.1.tgz\"; url = \"https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz\"; sha1 = \"853cfa0f7cbe2fed5de20326b8dd581035f6e2f0\"; }; } { name = \"data_urls___data_urls_1.1.0.tgz\"; path = fetchurl { name = \"data_urls___data_urls_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz\"; sha1 = \"15ee0582baa5e22bb59c77140da8f9c76963bbfe\"; }; } { name = \"date_now___date_now_0.1.4.tgz\"; path = fetchurl { name = \"date_now___date_now_0.1.4.tgz\"; url = \"https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz\"; sha1 = \"eaf439fd4d4848ad74e5cc7dbef200672b9e345b\"; }; } { name = \"debug___debug_2.6.9.tgz\"; path = fetchurl { name = \"debug___debug_2.6.9.tgz\"; url = \"https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz\"; sha1 = \"5d128515df134ff327e90a4c93f4e077a536341f\"; }; } { name = \"debug___debug_3.1.0.tgz\"; path = fetchurl { name = \"debug___debug_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz\"; sha1 = \"5bb5a0672628b64149566ba16819e61518c67261\"; }; } { name = \"debug___debug_3.2.6.tgz\"; path = fetchurl { name = \"debug___debug_3.2.6.tgz\"; url = \"https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz\"; sha1 = \"e83d17de16d8a7efb7717edbe5fb10135eee629b\"; }; } { name = \"debug___debug_4.1.1.tgz\"; path = fetchurl { name = \"debug___debug_4.1.1.tgz\"; url = \"https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz\"; sha1 = \"3b72260255109c6b589cee050f1d516139664791\"; }; } { name = \"decamelize___decamelize_1.2.0.tgz\"; path = fetchurl { name = \"decamelize___decamelize_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz\"; sha1 = \"f6534d15148269b20352e7bee26f501f9a191290\"; }; } { name = \"decamelize___decamelize_2.0.0.tgz\"; path = fetchurl { name = \"decamelize___decamelize_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/decamelize/-/decamelize-2.0.0.tgz\"; sha1 = \"656d7bbc8094c4c788ea53c5840908c9c7d063c7\"; }; } { name = \"decode_uri_component___decode_uri_component_0.2.0.tgz\"; path = fetchurl { name = \"decode_uri_component___decode_uri_component_0.2.0.tgz\"; url = \"https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz\"; sha1 = \"eb3913333458775cb84cd1a1fae062106bb87545\"; }; } { name = \"deep_equal___deep_equal_1.1.0.tgz\"; path = fetchurl { name = \"deep_equal___deep_equal_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.0.tgz\"; sha1 = \"3103cdf8ab6d32cf4a8df7865458f2b8d33f3745\"; }; } { name = \"deep_extend___deep_extend_0.6.0.tgz\"; path = fetchurl { name = \"deep_extend___deep_extend_0.6.0.tgz\"; url = \"https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz\"; sha1 = \"c4fa7c95404a17a9c3e8ca7e1537312b736330ac\"; }; } { name = \"deep_is___deep_is_0.1.3.tgz\"; path = fetchurl { name = \"deep_is___deep_is_0.1.3.tgz\"; url = \"https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz\"; sha1 = \"b369d6fb5dbc13eecf524f91b070feedc357cf34\"; }; } { name = \"deepmerge___deepmerge_4.0.0.tgz\"; path = fetchurl { name = \"deepmerge___deepmerge_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.0.0.tgz\"; sha1 = \"3e3110ca29205f120d7cb064960a39c3d2087c09\"; }; } { name = \"default_gateway___default_gateway_4.2.0.tgz\"; path = fetchurl { name = \"default_gateway___default_gateway_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz\"; sha1 = \"167104c7500c2115f6dd69b0a536bb8ed720552b\"; }; } { name = \"define_properties___define_properties_1.1.3.tgz\"; path = fetchurl { name = \"define_properties___define_properties_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz\"; sha1 = \"cf88da6cbee26fe6db7094f61d870cbd84cee9f1\"; }; } { name = \"define_property___define_property_0.2.5.tgz\"; path = fetchurl { name = \"define_property___define_property_0.2.5.tgz\"; url = \"https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz\"; sha1 = \"c35b1ef918ec3c990f9a5bc57be04aacec5c8116\"; }; } { name = \"define_property___define_property_1.0.0.tgz\"; path = fetchurl { name = \"define_property___define_property_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz\"; sha1 = \"769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6\"; }; } { name = \"define_property___define_property_2.0.2.tgz\"; path = fetchurl { name = \"define_property___define_property_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz\"; sha1 = \"d459689e8d654ba77e02a817f8710d702cb16e9d\"; }; } { name = \"del___del_3.0.0.tgz\"; path = fetchurl { name = \"del___del_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/del/-/del-3.0.0.tgz\"; sha1 = \"53ecf699ffcbcb39637691ab13baf160819766e5\"; }; } { name = \"delayed_stream___delayed_stream_1.0.0.tgz\"; path = fetchurl { name = \"delayed_stream___delayed_stream_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz\"; sha1 = \"df3ae199acadfb7d440aaae0b29e2272b24ec619\"; }; } { name = \"delegates___delegates_1.0.0.tgz\"; path = fetchurl { name = \"delegates___delegates_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz\"; sha1 = \"84c6e159b81904fdca59a0ef44cd870d31250f9a\"; }; } { name = \"depd___depd_1.1.2.tgz\"; path = fetchurl { name = \"depd___depd_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz\"; sha1 = \"9bcd52e14c097763e749b274c4346ed2e560b5a9\"; }; } { name = \"des.js___des.js_1.0.0.tgz\"; path = fetchurl { name = \"des.js___des.js_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz\"; sha1 = \"c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc\"; }; } { name = \"destroy___destroy_1.0.4.tgz\"; path = fetchurl { name = \"destroy___destroy_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz\"; sha1 = \"978857442c44749e4206613e37946205826abd80\"; }; } { name = \"detect_browser___detect_browser_3.0.1.tgz\"; path = fetchurl { name = \"detect_browser___detect_browser_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/detect-browser/-/detect-browser-3.0.1.tgz\"; sha1 = \"39beead014347a8a2be1f3c4cb30a0aef2127c44\"; }; } { name = \"detect_libc___detect_libc_1.0.3.tgz\"; path = fetchurl { name = \"detect_libc___detect_libc_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz\"; sha1 = \"fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b\"; }; } { name = \"detect_newline___detect_newline_2.1.0.tgz\"; path = fetchurl { name = \"detect_newline___detect_newline_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz\"; sha1 = \"f41f1c10be4b00e87b5f13da680759f2c5bfd3e2\"; }; } { name = \"detect_node___detect_node_2.0.4.tgz\"; path = fetchurl { name = \"detect_node___detect_node_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz\"; sha1 = \"014ee8f8f669c5c58023da64b8179c083a28c46c\"; }; } { name = \"detect_port_alt___detect_port_alt_1.1.6.tgz\"; path = fetchurl { name = \"detect_port_alt___detect_port_alt_1.1.6.tgz\"; url = \"https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz\"; sha1 = \"24707deabe932d4a3cf621302027c2b266568275\"; }; } { name = \"diff_sequences___diff_sequences_24.9.0.tgz\"; path = fetchurl { name = \"diff_sequences___diff_sequences_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.9.0.tgz\"; sha1 = \"5715d6244e2aa65f48bba0bc972db0b0b11e95b5\"; }; } { name = \"diff___diff_4.0.1.tgz\"; path = fetchurl { name = \"diff___diff_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz\"; sha1 = \"0c667cb467ebbb5cea7f14f135cc2dba7780a8ff\"; }; } { name = \"diffie_hellman___diffie_hellman_5.0.3.tgz\"; path = fetchurl { name = \"diffie_hellman___diffie_hellman_5.0.3.tgz\"; url = \"https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz\"; sha1 = \"40e8ee98f55a2149607146921c63e1ae5f3d2875\"; }; } { name = \"dir_glob___dir_glob_2.0.0.tgz\"; path = fetchurl { name = \"dir_glob___dir_glob_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz\"; sha1 = \"0b205d2b6aef98238ca286598a8204d29d0a0034\"; }; } { name = \"dns_equal___dns_equal_1.0.0.tgz\"; path = fetchurl { name = \"dns_equal___dns_equal_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz\"; sha1 = \"b39e7f1da6eb0a75ba9c17324b34753c47e0654d\"; }; } { name = \"dns_packet___dns_packet_1.3.1.tgz\"; path = fetchurl { name = \"dns_packet___dns_packet_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz\"; sha1 = \"12aa426981075be500b910eedcd0b47dd7deda5a\"; }; } { name = \"dns_txt___dns_txt_2.0.2.tgz\"; path = fetchurl { name = \"dns_txt___dns_txt_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz\"; sha1 = \"b91d806f5d27188e4ab3e7d107d881a1cc4642b6\"; }; } { name = \"doctrine___doctrine_1.5.0.tgz\"; path = fetchurl { name = \"doctrine___doctrine_1.5.0.tgz\"; url = \"https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz\"; sha1 = \"379dce730f6166f76cefa4e6707a159b02c5a6fa\"; }; } { name = \"doctrine___doctrine_2.1.0.tgz\"; path = fetchurl { name = \"doctrine___doctrine_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz\"; sha1 = \"5cd01fc101621b42c4cd7f5d1a66243716d3f39d\"; }; } { name = \"doctrine___doctrine_3.0.0.tgz\"; path = fetchurl { name = \"doctrine___doctrine_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz\"; sha1 = \"addebead72a6574db783639dc87a121773973961\"; }; } { name = \"dom_converter___dom_converter_0.2.0.tgz\"; path = fetchurl { name = \"dom_converter___dom_converter_0.2.0.tgz\"; url = \"https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz\"; sha1 = \"6721a9daee2e293682955b6afe416771627bb768\"; }; } { name = \"dom_helpers___dom_helpers_5.1.0.tgz\"; path = fetchurl { name = \"dom_helpers___dom_helpers_5.1.0.tgz\"; url = \"https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.1.0.tgz\"; sha1 = \"57a726de04abcc2a8bbfe664b3e21c584bde514e\"; }; } { name = \"dom_serializer___dom_serializer_0.2.1.tgz\"; path = fetchurl { name = \"dom_serializer___dom_serializer_0.2.1.tgz\"; url = \"https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.1.tgz\"; sha1 = \"13650c850daffea35d8b626a4cfc4d3a17643fdb\"; }; } { name = \"domain_browser___domain_browser_1.2.0.tgz\"; path = fetchurl { name = \"domain_browser___domain_browser_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz\"; sha1 = \"3d31f50191a6749dd1375a7f522e823d42e54eda\"; }; } { name = \"domelementtype___domelementtype_1.3.1.tgz\"; path = fetchurl { name = \"domelementtype___domelementtype_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz\"; sha1 = \"d048c44b37b0d10a7f2a3d5fee3f4333d790481f\"; }; } { name = \"domelementtype___domelementtype_2.0.1.tgz\"; path = fetchurl { name = \"domelementtype___domelementtype_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz\"; sha1 = \"1f8bdfe91f5a78063274e803b4bdcedf6e94f94d\"; }; } { name = \"domexception___domexception_1.0.1.tgz\"; path = fetchurl { name = \"domexception___domexception_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz\"; sha1 = \"937442644ca6a31261ef36e3ec677fe805582c90\"; }; } { name = \"domhandler___domhandler_2.4.2.tgz\"; path = fetchurl { name = \"domhandler___domhandler_2.4.2.tgz\"; url = \"https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz\"; sha1 = \"8805097e933d65e85546f726d60f5eb88b44f803\"; }; } { name = \"domhandler___domhandler_3.0.0.tgz\"; path = fetchurl { name = \"domhandler___domhandler_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/domhandler/-/domhandler-3.0.0.tgz\"; sha1 = \"51cd13efca31da95bbb0c5bee3a48300e333b3e9\"; }; } { name = \"domutils___domutils_1.5.1.tgz\"; path = fetchurl { name = \"domutils___domutils_1.5.1.tgz\"; url = \"https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz\"; sha1 = \"dcd8488a26f563d61079e48c9f7b7e32373682cf\"; }; } { name = \"domutils___domutils_1.7.0.tgz\"; path = fetchurl { name = \"domutils___domutils_1.7.0.tgz\"; url = \"https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz\"; sha1 = \"56ea341e834e06e6748af7a1cb25da67ea9f8c2a\"; }; } { name = \"domutils___domutils_2.0.0.tgz\"; path = fetchurl { name = \"domutils___domutils_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/domutils/-/domutils-2.0.0.tgz\"; sha1 = \"15b8278e37bfa8468d157478c58c367718133c08\"; }; } { name = \"dot_prop___dot_prop_4.2.0.tgz\"; path = fetchurl { name = \"dot_prop___dot_prop_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz\"; sha1 = \"1f19e0c2e1aa0e32797c49799f2837ac6af69c57\"; }; } { name = \"dotenv_expand___dotenv_expand_4.2.0.tgz\"; path = fetchurl { name = \"dotenv_expand___dotenv_expand_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-4.2.0.tgz\"; sha1 = \"def1f1ca5d6059d24a766e587942c21106ce1275\"; }; } { name = \"dotenv___dotenv_6.2.0.tgz\"; path = fetchurl { name = \"dotenv___dotenv_6.2.0.tgz\"; url = \"https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz\"; sha1 = \"941c0410535d942c8becf28d3f357dbd9d476064\"; }; } { name = \"duplexer___duplexer_0.1.1.tgz\"; path = fetchurl { name = \"duplexer___duplexer_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz\"; sha1 = \"ace6ff808c1ce66b57d1ebf97977acb02334cfc1\"; }; } { name = \"duplexify___duplexify_3.7.1.tgz\"; path = fetchurl { name = \"duplexify___duplexify_3.7.1.tgz\"; url = \"https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz\"; sha1 = \"2a4df5317f6ccfd91f86d6fd25d8d8a103b88309\"; }; } { name = \"ecc_jsbn___ecc_jsbn_0.1.2.tgz\"; path = fetchurl { name = \"ecc_jsbn___ecc_jsbn_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz\"; sha1 = \"3a83a904e54353287874c564b7549386849a98c9\"; }; } { name = \"ee_first___ee_first_1.1.1.tgz\"; path = fetchurl { name = \"ee_first___ee_first_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz\"; sha1 = \"590c61156b0ae2f4f0255732a158b266bc56b21d\"; }; } { name = \"electron_to_chromium___electron_to_chromium_1.3.252.tgz\"; path = fetchurl { name = \"electron_to_chromium___electron_to_chromium_1.3.252.tgz\"; url = \"https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.252.tgz\"; sha1 = \"5b6261965b564a0f4df0f1c86246487897017f52\"; }; } { name = \"elliptic___elliptic_6.5.1.tgz\"; path = fetchurl { name = \"elliptic___elliptic_6.5.1.tgz\"; url = \"https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.1.tgz\"; sha1 = \"c380f5f909bf1b9b4428d028cd18d3b0efd6b52b\"; }; } { name = \"emoji_regex___emoji_regex_7.0.3.tgz\"; path = fetchurl { name = \"emoji_regex___emoji_regex_7.0.3.tgz\"; url = \"https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz\"; sha1 = \"933a04052860c85e83c122479c4748a8e4c72156\"; }; } { name = \"emojis_list___emojis_list_2.1.0.tgz\"; path = fetchurl { name = \"emojis_list___emojis_list_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz\"; sha1 = \"4daa4d9db00f9819880c79fa457ae5b09a1fd389\"; }; } { name = \"encodeurl___encodeurl_1.0.2.tgz\"; path = fetchurl { name = \"encodeurl___encodeurl_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz\"; sha1 = \"ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59\"; }; } { name = \"encoding___encoding_0.1.12.tgz\"; path = fetchurl { name = \"encoding___encoding_0.1.12.tgz\"; url = \"https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz\"; sha1 = \"538b66f3ee62cd1ab51ec323829d1f9480c74beb\"; }; } { name = \"end_of_stream___end_of_stream_1.4.1.tgz\"; path = fetchurl { name = \"end_of_stream___end_of_stream_1.4.1.tgz\"; url = \"https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz\"; sha1 = \"ed29634d19baba463b6ce6b80a37213eab71ec43\"; }; } { name = \"enhanced_resolve___enhanced_resolve_4.1.0.tgz\"; path = fetchurl { name = \"enhanced_resolve___enhanced_resolve_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz\"; sha1 = \"41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f\"; }; } { name = \"entities___entities_1.1.2.tgz\"; path = fetchurl { name = \"entities___entities_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz\"; sha1 = \"bdfa735299664dfafd34529ed4f8522a275fea56\"; }; } { name = \"entities___entities_2.0.0.tgz\"; path = fetchurl { name = \"entities___entities_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz\"; sha1 = \"68d6084cab1b079767540d80e56a39b423e4abf4\"; }; } { name = \"enzyme_adapter_react_16___enzyme_adapter_react_16_1.1.1.tgz\"; path = fetchurl { name = \"enzyme_adapter_react_16___enzyme_adapter_react_16_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.1.1.tgz\"; sha1 = \"a8f4278b47e082fbca14f5bfb1ee50ee650717b4\"; }; } { name = \"enzyme_adapter_utils___enzyme_adapter_utils_1.12.0.tgz\"; path = fetchurl { name = \"enzyme_adapter_utils___enzyme_adapter_utils_1.12.0.tgz\"; url = \"https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.12.0.tgz\"; sha1 = \"96e3730d76b872f593e54ce1c51fa3a451422d93\"; }; } { name = \"errno___errno_0.1.7.tgz\"; path = fetchurl { name = \"errno___errno_0.1.7.tgz\"; url = \"https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz\"; sha1 = \"4684d71779ad39af177e3f007996f7c67c852618\"; }; } { name = \"error_ex___error_ex_1.3.2.tgz\"; path = fetchurl { name = \"error_ex___error_ex_1.3.2.tgz\"; url = \"https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz\"; sha1 = \"b4ac40648107fdcdcfae242f428bea8a14d4f1bf\"; }; } { name = \"es_abstract___es_abstract_1.14.1.tgz\"; path = fetchurl { name = \"es_abstract___es_abstract_1.14.1.tgz\"; url = \"https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.1.tgz\"; sha1 = \"6e8d84b445ec9c610781e74a6d52cc31aac5b4ca\"; }; } { name = \"es_to_primitive___es_to_primitive_1.2.0.tgz\"; path = fetchurl { name = \"es_to_primitive___es_to_primitive_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz\"; sha1 = \"edf72478033456e8dda8ef09e00ad9650707f377\"; }; } { name = \"es5_ext___es5_ext_0.10.51.tgz\"; path = fetchurl { name = \"es5_ext___es5_ext_0.10.51.tgz\"; url = \"https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.51.tgz\"; sha1 = \"ed2d7d9d48a12df86e0299287e93a09ff478842f\"; }; } { name = \"es6_iterator___es6_iterator_2.0.3.tgz\"; path = fetchurl { name = \"es6_iterator___es6_iterator_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz\"; sha1 = \"a7de889141a05a94b0854403b2d0a0fbfa98f3b7\"; }; } { name = \"es6_promise___es6_promise_4.2.8.tgz\"; path = fetchurl { name = \"es6_promise___es6_promise_4.2.8.tgz\"; url = \"https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz\"; sha1 = \"4eb21594c972bc40553d276e510539143db53e0a\"; }; } { name = \"es6_promisify___es6_promisify_5.0.0.tgz\"; path = fetchurl { name = \"es6_promisify___es6_promisify_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz\"; sha1 = \"5109d62f3e56ea967c4b63505aef08291c8a5203\"; }; } { name = \"es6_symbol___es6_symbol_3.1.1.tgz\"; path = fetchurl { name = \"es6_symbol___es6_symbol_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.1.tgz\"; sha1 = \"bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77\"; }; } { name = \"escape_html___escape_html_1.0.3.tgz\"; path = fetchurl { name = \"escape_html___escape_html_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz\"; sha1 = \"0258eae4d3d0c0974de1c169188ef0051d1d1988\"; }; } { name = \"escape_string_regexp___escape_string_regexp_1.0.5.tgz\"; path = fetchurl { name = \"escape_string_regexp___escape_string_regexp_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz\"; sha1 = \"1b61c0562190a8dff6ae3bb2cf0200ca130b86d4\"; }; } { name = \"escodegen___escodegen_1.12.0.tgz\"; path = fetchurl { name = \"escodegen___escodegen_1.12.0.tgz\"; url = \"https://registry.yarnpkg.com/escodegen/-/escodegen-1.12.0.tgz\"; sha1 = \"f763daf840af172bb3a2b6dd7219c0e17f7ff541\"; }; } { name = \"eslint_config_react_app___eslint_config_react_app_5.0.1.tgz\"; path = fetchurl { name = \"eslint_config_react_app___eslint_config_react_app_5.0.1.tgz\"; url = \"https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-5.0.1.tgz\"; sha1 = \"5f3d666ba3ee3cb384eb943e260e868f6c72251b\"; }; } { name = \"eslint_import_resolver_node___eslint_import_resolver_node_0.3.2.tgz\"; path = fetchurl { name = \"eslint_import_resolver_node___eslint_import_resolver_node_0.3.2.tgz\"; url = \"https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz\"; sha1 = \"58f15fb839b8d0576ca980413476aab2472db66a\"; }; } { name = \"eslint_loader___eslint_loader_2.2.1.tgz\"; path = fetchurl { name = \"eslint_loader___eslint_loader_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.2.1.tgz\"; sha1 = \"28b9c12da54057af0845e2a6112701a2f6bf8337\"; }; } { name = \"eslint_module_utils___eslint_module_utils_2.4.1.tgz\"; path = fetchurl { name = \"eslint_module_utils___eslint_module_utils_2.4.1.tgz\"; url = \"https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz\"; sha1 = \"7b4675875bf96b0dbf1b21977456e5bb1f5e018c\"; }; } { name = \"eslint_plugin_flowtype___eslint_plugin_flowtype_3.13.0.tgz\"; path = fetchurl { name = \"eslint_plugin_flowtype___eslint_plugin_flowtype_3.13.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.13.0.tgz\"; sha1 = \"e241ebd39c0ce519345a3f074ec1ebde4cf80f2c\"; }; } { name = \"eslint_plugin_import___eslint_plugin_import_2.18.2.tgz\"; path = fetchurl { name = \"eslint_plugin_import___eslint_plugin_import_2.18.2.tgz\"; url = \"https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz\"; sha1 = \"02f1180b90b077b33d447a17a2326ceb400aceb6\"; }; } { name = \"eslint_plugin_jsx_a11y___eslint_plugin_jsx_a11y_6.2.3.tgz\"; path = fetchurl { name = \"eslint_plugin_jsx_a11y___eslint_plugin_jsx_a11y_6.2.3.tgz\"; url = \"https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.3.tgz\"; sha1 = \"b872a09d5de51af70a97db1eea7dc933043708aa\"; }; } { name = \"eslint_plugin_react_hooks___eslint_plugin_react_hooks_1.7.0.tgz\"; path = fetchurl { name = \"eslint_plugin_react_hooks___eslint_plugin_react_hooks_1.7.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz\"; sha1 = \"6210b6d5a37205f0b92858f895a4e827020a7d04\"; }; } { name = \"eslint_plugin_react___eslint_plugin_react_7.14.3.tgz\"; path = fetchurl { name = \"eslint_plugin_react___eslint_plugin_react_7.14.3.tgz\"; url = \"https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz\"; sha1 = \"911030dd7e98ba49e1b2208599571846a66bdf13\"; }; } { name = \"eslint_scope___eslint_scope_3.7.1.tgz\"; path = fetchurl { name = \"eslint_scope___eslint_scope_3.7.1.tgz\"; url = \"https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz\"; sha1 = \"3d63c3edfda02e06e01a452ad88caacc7cdcb6e8\"; }; } { name = \"eslint_scope___eslint_scope_4.0.3.tgz\"; path = fetchurl { name = \"eslint_scope___eslint_scope_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz\"; sha1 = \"ca03833310f6889a3264781aa82e63eb9cfe7848\"; }; } { name = \"eslint_scope___eslint_scope_5.0.0.tgz\"; path = fetchurl { name = \"eslint_scope___eslint_scope_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz\"; sha1 = \"e87c8887c73e8d1ec84f1ca591645c358bfc8fb9\"; }; } { name = \"eslint_utils___eslint_utils_1.4.2.tgz\"; path = fetchurl { name = \"eslint_utils___eslint_utils_1.4.2.tgz\"; url = \"https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz\"; sha1 = \"166a5180ef6ab7eb462f162fd0e6f2463d7309ab\"; }; } { name = \"eslint_visitor_keys___eslint_visitor_keys_1.1.0.tgz\"; path = fetchurl { name = \"eslint_visitor_keys___eslint_visitor_keys_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz\"; sha1 = \"e2a82cea84ff246ad6fb57f9bde5b46621459ec2\"; }; } { name = \"eslint___eslint_6.3.0.tgz\"; path = fetchurl { name = \"eslint___eslint_6.3.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint/-/eslint-6.3.0.tgz\"; sha1 = \"1f1a902f67bfd4c354e7288b81e40654d927eb6a\"; }; } { name = \"espree___espree_6.1.1.tgz\"; path = fetchurl { name = \"espree___espree_6.1.1.tgz\"; url = \"https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz\"; sha1 = \"7f80e5f7257fc47db450022d723e356daeb1e5de\"; }; } { name = \"esprima___esprima_3.1.3.tgz\"; path = fetchurl { name = \"esprima___esprima_3.1.3.tgz\"; url = \"https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz\"; sha1 = \"fdca51cee6133895e3c88d535ce49dbff62a4633\"; }; } { name = \"esprima___esprima_4.0.1.tgz\"; path = fetchurl { name = \"esprima___esprima_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz\"; sha1 = \"13b04cdb3e6c5d19df91ab6987a8695619b0aa71\"; }; } { name = \"esquery___esquery_1.0.1.tgz\"; path = fetchurl { name = \"esquery___esquery_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/esquery/-/esquery-1.0.1.tgz\"; sha1 = \"406c51658b1f5991a5f9b62b1dc25b00e3e5c708\"; }; } { name = \"esrecurse___esrecurse_4.2.1.tgz\"; path = fetchurl { name = \"esrecurse___esrecurse_4.2.1.tgz\"; url = \"https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz\"; sha1 = \"007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf\"; }; } { name = \"estraverse___estraverse_4.3.0.tgz\"; path = fetchurl { name = \"estraverse___estraverse_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz\"; sha1 = \"398ad3f3c5a24948be7725e83d11a7de28cdbd1d\"; }; } { name = \"esutils___esutils_2.0.3.tgz\"; path = fetchurl { name = \"esutils___esutils_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz\"; sha1 = \"74d2eb4de0b8da1293711910d50775b9b710ef64\"; }; } { name = \"etag___etag_1.8.1.tgz\"; path = fetchurl { name = \"etag___etag_1.8.1.tgz\"; url = \"https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz\"; sha1 = \"41ae2eeb65efa62268aebfea83ac7d79299b0887\"; }; } { name = \"eventemitter3___eventemitter3_3.1.2.tgz\"; path = fetchurl { name = \"eventemitter3___eventemitter3_3.1.2.tgz\"; url = \"https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz\"; sha1 = \"2d3d48f9c346698fce83a85d7d664e98535df6e7\"; }; } { name = \"events___events_3.0.0.tgz\"; path = fetchurl { name = \"events___events_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/events/-/events-3.0.0.tgz\"; sha1 = \"9a0a0dfaf62893d92b875b8f2698ca4114973e88\"; }; } { name = \"eventsource___eventsource_1.0.7.tgz\"; path = fetchurl { name = \"eventsource___eventsource_1.0.7.tgz\"; url = \"https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz\"; sha1 = \"8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0\"; }; } { name = \"evp_bytestokey___evp_bytestokey_1.0.3.tgz\"; path = fetchurl { name = \"evp_bytestokey___evp_bytestokey_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz\"; sha1 = \"7fcbdb198dc71959432efe13842684e0525acb02\"; }; } { name = \"exec_sh___exec_sh_0.3.2.tgz\"; path = fetchurl { name = \"exec_sh___exec_sh_0.3.2.tgz\"; url = \"https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz\"; sha1 = \"6738de2eb7c8e671d0366aea0b0db8c6f7d7391b\"; }; } { name = \"execa___execa_1.0.0.tgz\"; path = fetchurl { name = \"execa___execa_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz\"; sha1 = \"c6236a5bb4df6d6f15e88e7f017798216749ddd8\"; }; } { name = \"exit___exit_0.1.2.tgz\"; path = fetchurl { name = \"exit___exit_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz\"; sha1 = \"0632638f8d877cc82107d30a0fff1a17cba1cd0c\"; }; } { name = \"expand_brackets___expand_brackets_2.1.4.tgz\"; path = fetchurl { name = \"expand_brackets___expand_brackets_2.1.4.tgz\"; url = \"https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz\"; sha1 = \"b77735e315ce30f6b6eff0f83b04151a22449622\"; }; } { name = \"expect___expect_24.9.0.tgz\"; path = fetchurl { name = \"expect___expect_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/expect/-/expect-24.9.0.tgz\"; sha1 = \"b75165b4817074fa4a157794f46fe9f1ba15b6ca\"; }; } { name = \"express___express_4.17.1.tgz\"; path = fetchurl { name = \"express___express_4.17.1.tgz\"; url = \"https://registry.yarnpkg.com/express/-/express-4.17.1.tgz\"; sha1 = \"4491fc38605cf51f8629d39c2b5d026f98a4c134\"; }; } { name = \"extend_shallow___extend_shallow_2.0.1.tgz\"; path = fetchurl { name = \"extend_shallow___extend_shallow_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz\"; sha1 = \"51af7d614ad9a9f610ea1bafbb989d6b1c56890f\"; }; } { name = \"extend_shallow___extend_shallow_3.0.2.tgz\"; path = fetchurl { name = \"extend_shallow___extend_shallow_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz\"; sha1 = \"26a71aaf073b39fb2127172746131c2704028db8\"; }; } { name = \"extend___extend_3.0.2.tgz\"; path = fetchurl { name = \"extend___extend_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz\"; sha1 = \"f8b1136b4071fbd8eb140aff858b1019ec2915fa\"; }; } { name = \"external_editor___external_editor_3.1.0.tgz\"; path = fetchurl { name = \"external_editor___external_editor_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz\"; sha1 = \"cb03f740befae03ea4d283caed2741a83f335495\"; }; } { name = \"extglob___extglob_2.0.4.tgz\"; path = fetchurl { name = \"extglob___extglob_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz\"; sha1 = \"ad00fe4dc612a9232e8718711dc5cb5ab0285543\"; }; } { name = \"extract_zip___extract_zip_1.6.7.tgz\"; path = fetchurl { name = \"extract_zip___extract_zip_1.6.7.tgz\"; url = \"https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.7.tgz\"; sha1 = \"a840b4b8af6403264c8db57f4f1a74333ef81fe9\"; }; } { name = \"extsprintf___extsprintf_1.3.0.tgz\"; path = fetchurl { name = \"extsprintf___extsprintf_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz\"; sha1 = \"96918440e3041a7a414f8c52e3c574eb3c3e1e05\"; }; } { name = \"extsprintf___extsprintf_1.4.0.tgz\"; path = fetchurl { name = \"extsprintf___extsprintf_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz\"; sha1 = \"e2689f8f356fad62cca65a3a91c5df5f9551692f\"; }; } { name = \"fast_deep_equal___fast_deep_equal_2.0.1.tgz\"; path = fetchurl { name = \"fast_deep_equal___fast_deep_equal_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz\"; sha1 = \"7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49\"; }; } { name = \"fast_glob___fast_glob_2.2.7.tgz\"; path = fetchurl { name = \"fast_glob___fast_glob_2.2.7.tgz\"; url = \"https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz\"; sha1 = \"6953857c3afa475fff92ee6015d52da70a4cd39d\"; }; } { name = \"fast_json_stable_stringify___fast_json_stable_stringify_2.0.0.tgz\"; path = fetchurl { name = \"fast_json_stable_stringify___fast_json_stable_stringify_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz\"; sha1 = \"d5142c0caee6b1189f87d3a76111064f86c8bbf2\"; }; } { name = \"fast_levenshtein___fast_levenshtein_2.0.6.tgz\"; path = fetchurl { name = \"fast_levenshtein___fast_levenshtein_2.0.6.tgz\"; url = \"https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz\"; sha1 = \"3d8a5c66883a16a30ca8643e851f19baa7797917\"; }; } { name = \"faye_websocket___faye_websocket_0.10.0.tgz\"; path = fetchurl { name = \"faye_websocket___faye_websocket_0.10.0.tgz\"; url = \"https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz\"; sha1 = \"4e492f8d04dfb6f89003507f6edbf2d501e7c6f4\"; }; } { name = \"faye_websocket___faye_websocket_0.11.3.tgz\"; path = fetchurl { name = \"faye_websocket___faye_websocket_0.11.3.tgz\"; url = \"https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz\"; sha1 = \"5c0e9a8968e8912c286639fde977a8b209f2508e\"; }; } { name = \"fb_watchman___fb_watchman_2.0.0.tgz\"; path = fetchurl { name = \"fb_watchman___fb_watchman_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz\"; sha1 = \"54e9abf7dfa2f26cd9b1636c588c1afc05de5d58\"; }; } { name = \"fbjs___fbjs_0.8.17.tgz\"; path = fetchurl { name = \"fbjs___fbjs_0.8.17.tgz\"; url = \"https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz\"; sha1 = \"c4d598ead6949112653d6588b01a5cdcd9f90fdd\"; }; } { name = \"fd_slicer___fd_slicer_1.0.1.tgz\"; path = fetchurl { name = \"fd_slicer___fd_slicer_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz\"; sha1 = \"8b5bcbd9ec327c5041bf9ab023fd6750f1177e65\"; }; } { name = \"figgy_pudding___figgy_pudding_3.5.1.tgz\"; path = fetchurl { name = \"figgy_pudding___figgy_pudding_3.5.1.tgz\"; url = \"https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz\"; sha1 = \"862470112901c727a0e495a80744bd5baa1d6790\"; }; } { name = \"figures___figures_2.0.0.tgz\"; path = fetchurl { name = \"figures___figures_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz\"; sha1 = \"3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962\"; }; } { name = \"file_entry_cache___file_entry_cache_5.0.1.tgz\"; path = fetchurl { name = \"file_entry_cache___file_entry_cache_5.0.1.tgz\"; url = \"https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz\"; sha1 = \"ca0f6efa6dd3d561333fb14515065c2fafdf439c\"; }; } { name = \"file_loader___file_loader_3.0.1.tgz\"; path = fetchurl { name = \"file_loader___file_loader_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz\"; sha1 = \"f8e0ba0b599918b51adfe45d66d1e771ad560faa\"; }; } { name = \"filesize___filesize_3.6.1.tgz\"; path = fetchurl { name = \"filesize___filesize_3.6.1.tgz\"; url = \"https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz\"; sha1 = \"090bb3ee01b6f801a8a8be99d31710b3422bb317\"; }; } { name = \"fill_range___fill_range_4.0.0.tgz\"; path = fetchurl { name = \"fill_range___fill_range_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz\"; sha1 = \"d544811d428f98eb06a63dc402d2403c328c38f7\"; }; } { name = \"finalhandler___finalhandler_1.1.2.tgz\"; path = fetchurl { name = \"finalhandler___finalhandler_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz\"; sha1 = \"b7e7d000ffd11938d0fdb053506f6ebabe9f587d\"; }; } { name = \"find_cache_dir___find_cache_dir_0.1.1.tgz\"; path = fetchurl { name = \"find_cache_dir___find_cache_dir_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-0.1.1.tgz\"; sha1 = \"c8defae57c8a52a8a784f9e31c57c742e993a0b9\"; }; } { name = \"find_cache_dir___find_cache_dir_2.1.0.tgz\"; path = fetchurl { name = \"find_cache_dir___find_cache_dir_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz\"; sha1 = \"8d0f94cd13fe43c6c7c261a0d86115ca918c05f7\"; }; } { name = \"find_up___find_up_3.0.0.tgz\"; path = fetchurl { name = \"find_up___find_up_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz\"; sha1 = \"49169f1d7993430646da61ecc5ae355c21c97b73\"; }; } { name = \"find_up___find_up_1.1.2.tgz\"; path = fetchurl { name = \"find_up___find_up_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz\"; sha1 = \"6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f\"; }; } { name = \"find_up___find_up_2.1.0.tgz\"; path = fetchurl { name = \"find_up___find_up_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz\"; sha1 = \"45d1b7e506c717ddd482775a2b77920a3c0c57a7\"; }; } { name = \"flat_cache___flat_cache_2.0.1.tgz\"; path = fetchurl { name = \"flat_cache___flat_cache_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz\"; sha1 = \"5d296d6f04bda44a4630a301413bdbc2ec085ec0\"; }; } { name = \"flatted___flatted_2.0.1.tgz\"; path = fetchurl { name = \"flatted___flatted_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz\"; sha1 = \"69e57caa8f0eacbc281d2e2cb458d46fdb449e08\"; }; } { name = \"flatten___flatten_1.0.2.tgz\"; path = fetchurl { name = \"flatten___flatten_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz\"; sha1 = \"dae46a9d78fbe25292258cc1e780a41d95c03782\"; }; } { name = \"flush_write_stream___flush_write_stream_1.1.1.tgz\"; path = fetchurl { name = \"flush_write_stream___flush_write_stream_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz\"; sha1 = \"8dd7d873a1babc207d94ead0c2e0e44276ebf2e8\"; }; } { name = \"follow_redirects___follow_redirects_1.5.10.tgz\"; path = fetchurl { name = \"follow_redirects___follow_redirects_1.5.10.tgz\"; url = \"https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz\"; sha1 = \"7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a\"; }; } { name = \"follow_redirects___follow_redirects_1.8.1.tgz\"; path = fetchurl { name = \"follow_redirects___follow_redirects_1.8.1.tgz\"; url = \"https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.8.1.tgz\"; sha1 = \"24804f9eaab67160b0e840c085885d606371a35b\"; }; } { name = \"for_in___for_in_0.1.8.tgz\"; path = fetchurl { name = \"for_in___for_in_0.1.8.tgz\"; url = \"https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz\"; sha1 = \"d8773908e31256109952b1fdb9b3fa867d2775e1\"; }; } { name = \"for_in___for_in_1.0.2.tgz\"; path = fetchurl { name = \"for_in___for_in_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz\"; sha1 = \"81068d295a8142ec0ac726c6e2200c30fb6d5e80\"; }; } { name = \"for_own___for_own_0.1.5.tgz\"; path = fetchurl { name = \"for_own___for_own_0.1.5.tgz\"; url = \"https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz\"; sha1 = \"5265c681a4f294dabbf17c9509b6763aa84510ce\"; }; } { name = \"forever_agent___forever_agent_0.6.1.tgz\"; path = fetchurl { name = \"forever_agent___forever_agent_0.6.1.tgz\"; url = \"https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz\"; sha1 = \"fbc71f0c41adeb37f96c577ad1ed42d8fdacca91\"; }; } { name = \"fork_ts_checker_webpack_plugin___fork_ts_checker_webpack_plugin_1.5.0.tgz\"; path = fetchurl { name = \"fork_ts_checker_webpack_plugin___fork_ts_checker_webpack_plugin_1.5.0.tgz\"; url = \"https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-1.5.0.tgz\"; sha1 = \"ce1d77190b44d81a761b10b6284a373795e41f0c\"; }; } { name = \"form_data___form_data_2.3.3.tgz\"; path = fetchurl { name = \"form_data___form_data_2.3.3.tgz\"; url = \"https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz\"; sha1 = \"dcce52c05f644f298c6a7ab936bd724ceffbf3a6\"; }; } { name = \"forwarded___forwarded_0.1.2.tgz\"; path = fetchurl { name = \"forwarded___forwarded_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz\"; sha1 = \"98c23dab1175657b8c0573e8ceccd91b0ff18c84\"; }; } { name = \"fragment_cache___fragment_cache_0.2.1.tgz\"; path = fetchurl { name = \"fragment_cache___fragment_cache_0.2.1.tgz\"; url = \"https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz\"; sha1 = \"4290fad27f13e89be7f33799c6bc5a0abfff0d19\"; }; } { name = \"fresh___fresh_0.5.2.tgz\"; path = fetchurl { name = \"fresh___fresh_0.5.2.tgz\"; url = \"https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz\"; sha1 = \"3d8cadd90d976569fa835ab1f8e4b23a105605a7\"; }; } { name = \"from2___from2_2.3.0.tgz\"; path = fetchurl { name = \"from2___from2_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz\"; sha1 = \"8bfb5502bde4a4d36cfdeea007fcca21d7e382af\"; }; } { name = \"fs_extra___fs_extra_7.0.1.tgz\"; path = fetchurl { name = \"fs_extra___fs_extra_7.0.1.tgz\"; url = \"https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz\"; sha1 = \"4f189c44aa123b895f722804f55ea23eadc348e9\"; }; } { name = \"fs_extra___fs_extra_4.0.3.tgz\"; path = fetchurl { name = \"fs_extra___fs_extra_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz\"; sha1 = \"0d852122e5bc5beb453fb028e9c0c9bf36340c94\"; }; } { name = \"fs_minipass___fs_minipass_1.2.6.tgz\"; path = fetchurl { name = \"fs_minipass___fs_minipass_1.2.6.tgz\"; url = \"https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz\"; sha1 = \"2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07\"; }; } { name = \"fs_write_stream_atomic___fs_write_stream_atomic_1.0.10.tgz\"; path = fetchurl { name = \"fs_write_stream_atomic___fs_write_stream_atomic_1.0.10.tgz\"; url = \"https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz\"; sha1 = \"b47df53493ef911df75731e70a9ded0189db40c9\"; }; } { name = \"fs.realpath___fs.realpath_1.0.0.tgz\"; path = fetchurl { name = \"fs.realpath___fs.realpath_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz\"; sha1 = \"1504ad2523158caa40db4a2787cb01411994ea4f\"; }; } { name = \"fsevents___fsevents_2.0.7.tgz\"; path = fetchurl { name = \"fsevents___fsevents_2.0.7.tgz\"; url = \"https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz\"; sha1 = \"382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a\"; }; } { name = \"fsevents___fsevents_1.2.9.tgz\"; path = fetchurl { name = \"fsevents___fsevents_1.2.9.tgz\"; url = \"https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz\"; sha1 = \"3f5ed66583ccd6f400b5a00db6f7e861363e388f\"; }; } { name = \"function_bind___function_bind_1.1.1.tgz\"; path = fetchurl { name = \"function_bind___function_bind_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz\"; sha1 = \"a56899d3ea3c9bab874bb9773b7c5ede92f4895d\"; }; } { name = \"function.prototype.name___function.prototype.name_1.1.1.tgz\"; path = fetchurl { name = \"function.prototype.name___function.prototype.name_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.1.tgz\"; sha1 = \"6d252350803085abc2ad423d4fe3be2f9cbda392\"; }; } { name = \"functional_red_black_tree___functional_red_black_tree_1.0.1.tgz\"; path = fetchurl { name = \"functional_red_black_tree___functional_red_black_tree_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz\"; sha1 = \"1b0ab3bd553b2a0d6399d29c0e3ea0b252078327\"; }; } { name = \"functions_have_names___functions_have_names_1.1.1.tgz\"; path = fetchurl { name = \"functions_have_names___functions_have_names_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.1.1.tgz\"; sha1 = \"79d35927f07b8e7103d819fed475b64ccf7225ea\"; }; } { name = \"gauge___gauge_2.7.4.tgz\"; path = fetchurl { name = \"gauge___gauge_2.7.4.tgz\"; url = \"https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz\"; sha1 = \"2c03405c7538c39d7eb37b317022e325fb018bf7\"; }; } { name = \"get_caller_file___get_caller_file_1.0.3.tgz\"; path = fetchurl { name = \"get_caller_file___get_caller_file_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz\"; sha1 = \"f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a\"; }; } { name = \"get_caller_file___get_caller_file_2.0.5.tgz\"; path = fetchurl { name = \"get_caller_file___get_caller_file_2.0.5.tgz\"; url = \"https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz\"; sha1 = \"4f94412a82db32f36e3b0b9741f8a97feb031f7e\"; }; } { name = \"get_own_enumerable_property_symbols___get_own_enumerable_property_symbols_3.0.0.tgz\"; path = fetchurl { name = \"get_own_enumerable_property_symbols___get_own_enumerable_property_symbols_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz\"; sha1 = \"b877b49a5c16aefac3655f2ed2ea5b684df8d203\"; }; } { name = \"get_port___get_port_5.0.0.tgz\"; path = fetchurl { name = \"get_port___get_port_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/get-port/-/get-port-5.0.0.tgz\"; sha1 = \"aa22b6b86fd926dd7884de3e23332c9f70c031a6\"; }; } { name = \"get_port___get_port_4.2.0.tgz\"; path = fetchurl { name = \"get_port___get_port_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz\"; sha1 = \"e37368b1e863b7629c43c5a323625f95cf24b119\"; }; } { name = \"get_stream___get_stream_4.1.0.tgz\"; path = fetchurl { name = \"get_stream___get_stream_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz\"; sha1 = \"c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5\"; }; } { name = \"get_value___get_value_2.0.6.tgz\"; path = fetchurl { name = \"get_value___get_value_2.0.6.tgz\"; url = \"https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz\"; sha1 = \"dc15ca1c672387ca76bd37ac0a395ba2042a2c28\"; }; } { name = \"getpass___getpass_0.1.7.tgz\"; path = fetchurl { name = \"getpass___getpass_0.1.7.tgz\"; url = \"https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz\"; sha1 = \"5eff8e3e684d569ae4cb2b1282604e8ba62149fa\"; }; } { name = \"glob_parent___glob_parent_3.1.0.tgz\"; path = fetchurl { name = \"glob_parent___glob_parent_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz\"; sha1 = \"9e6af6299d8d3bd2bd40430832bd113df906c5ae\"; }; } { name = \"glob_parent___glob_parent_5.0.0.tgz\"; path = fetchurl { name = \"glob_parent___glob_parent_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz\"; sha1 = \"1dc99f0f39b006d3e92c2c284068382f0c20e954\"; }; } { name = \"glob_to_regexp___glob_to_regexp_0.3.0.tgz\"; path = fetchurl { name = \"glob_to_regexp___glob_to_regexp_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz\"; sha1 = \"8c5a1494d2066c570cc3bfe4496175acc4d502ab\"; }; } { name = \"glob___glob_7.1.4.tgz\"; path = fetchurl { name = \"glob___glob_7.1.4.tgz\"; url = \"https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz\"; sha1 = \"aa608a2f6c577ad357e1ae5a5c26d9a8d1969255\"; }; } { name = \"global_modules___global_modules_2.0.0.tgz\"; path = fetchurl { name = \"global_modules___global_modules_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz\"; sha1 = \"997605ad2345f27f51539bea26574421215c7780\"; }; } { name = \"global_prefix___global_prefix_3.0.0.tgz\"; path = fetchurl { name = \"global_prefix___global_prefix_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz\"; sha1 = \"fc85f73064df69f50421f47f883fe5b913ba9b97\"; }; } { name = \"globals___globals_11.12.0.tgz\"; path = fetchurl { name = \"globals___globals_11.12.0.tgz\"; url = \"https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz\"; sha1 = \"ab8795338868a0babd8525758018c2a7eb95c42e\"; }; } { name = \"globby___globby_8.0.2.tgz\"; path = fetchurl { name = \"globby___globby_8.0.2.tgz\"; url = \"https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz\"; sha1 = \"5697619ccd95c5275dbb2d6faa42087c1a941d8d\"; }; } { name = \"globby___globby_6.1.0.tgz\"; path = fetchurl { name = \"globby___globby_6.1.0.tgz\"; url = \"https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz\"; sha1 = \"f5a6d70e8395e21c858fb0489d64df02424d506c\"; }; } { name = \"graceful_fs___graceful_fs_4.2.2.tgz\"; path = fetchurl { name = \"graceful_fs___graceful_fs_4.2.2.tgz\"; url = \"https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz\"; sha1 = \"6f0952605d0140c1cfdb138ed005775b92d67b02\"; }; } { name = \"growly___growly_1.3.0.tgz\"; path = fetchurl { name = \"growly___growly_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz\"; sha1 = \"f10748cbe76af964b7c96c93c6bcc28af120c081\"; }; } { name = \"gzip_size___gzip_size_5.1.1.tgz\"; path = fetchurl { name = \"gzip_size___gzip_size_5.1.1.tgz\"; url = \"https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz\"; sha1 = \"cb9bee692f87c0612b232840a873904e4c135274\"; }; } { name = \"handle_thing___handle_thing_2.0.0.tgz\"; path = fetchurl { name = \"handle_thing___handle_thing_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz\"; sha1 = \"0e039695ff50c93fc288557d696f3c1dc6776754\"; }; } { name = \"handlebars___handlebars_4.2.0.tgz\"; path = fetchurl { name = \"handlebars___handlebars_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz\"; sha1 = \"57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e\"; }; } { name = \"har_schema___har_schema_2.0.0.tgz\"; path = fetchurl { name = \"har_schema___har_schema_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz\"; sha1 = \"a94c2224ebcac04782a0d9035521f24735b7ec92\"; }; } { name = \"har_validator___har_validator_5.1.3.tgz\"; path = fetchurl { name = \"har_validator___har_validator_5.1.3.tgz\"; url = \"https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz\"; sha1 = \"1ef89ebd3e4996557675eed9893110dc350fa080\"; }; } { name = \"harmony_reflect___harmony_reflect_1.6.1.tgz\"; path = fetchurl { name = \"harmony_reflect___harmony_reflect_1.6.1.tgz\"; url = \"https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.1.tgz\"; sha1 = \"c108d4f2bb451efef7a37861fdbdae72c9bdefa9\"; }; } { name = \"has_ansi___has_ansi_2.0.0.tgz\"; path = fetchurl { name = \"has_ansi___has_ansi_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz\"; sha1 = \"34f5049ce1ecdf2b0649af3ef24e45ed35416d91\"; }; } { name = \"has_flag___has_flag_3.0.0.tgz\"; path = fetchurl { name = \"has_flag___has_flag_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz\"; sha1 = \"b5d454dc2199ae225699f3467e5a07f3b955bafd\"; }; } { name = \"has_symbols___has_symbols_1.0.0.tgz\"; path = fetchurl { name = \"has_symbols___has_symbols_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz\"; sha1 = \"ba1a8f1af2a0fc39650f5c850367704122063b44\"; }; } { name = \"has_unicode___has_unicode_2.0.1.tgz\"; path = fetchurl { name = \"has_unicode___has_unicode_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz\"; sha1 = \"e0e6fe6a28cf51138855e086d1691e771de2a8b9\"; }; } { name = \"has_value___has_value_0.3.1.tgz\"; path = fetchurl { name = \"has_value___has_value_0.3.1.tgz\"; url = \"https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz\"; sha1 = \"7b1f58bada62ca827ec0a2078025654845995e1f\"; }; } { name = \"has_value___has_value_1.0.0.tgz\"; path = fetchurl { name = \"has_value___has_value_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz\"; sha1 = \"18b281da585b1c5c51def24c930ed29a0be6b177\"; }; } { name = \"has_values___has_values_0.1.4.tgz\"; path = fetchurl { name = \"has_values___has_values_0.1.4.tgz\"; url = \"https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz\"; sha1 = \"6d61de95d91dfca9b9a02089ad384bff8f62b771\"; }; } { name = \"has_values___has_values_1.0.0.tgz\"; path = fetchurl { name = \"has_values___has_values_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz\"; sha1 = \"95b0b63fec2146619a6fe57fe75628d5a39efe4f\"; }; } { name = \"has___has_1.0.3.tgz\"; path = fetchurl { name = \"has___has_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/has/-/has-1.0.3.tgz\"; sha1 = \"722d7cbfc1f6aa8241f16dd814e011e1f41e8796\"; }; } { name = \"hash_base___hash_base_3.0.4.tgz\"; path = fetchurl { name = \"hash_base___hash_base_3.0.4.tgz\"; url = \"https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz\"; sha1 = \"5fc8686847ecd73499403319a6b0a3f3f6ae4918\"; }; } { name = \"hash.js___hash.js_1.1.7.tgz\"; path = fetchurl { name = \"hash.js___hash.js_1.1.7.tgz\"; url = \"https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz\"; sha1 = \"0babca538e8d4ee4a0f8988d68866537a003cf42\"; }; } { name = \"he___he_1.2.0.tgz\"; path = fetchurl { name = \"he___he_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/he/-/he-1.2.0.tgz\"; sha1 = \"84ae65fa7eafb165fddb61566ae14baf05664f0f\"; }; } { name = \"hex_color_regex___hex_color_regex_1.1.0.tgz\"; path = fetchurl { name = \"hex_color_regex___hex_color_regex_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz\"; sha1 = \"4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e\"; }; } { name = \"history___history_4.9.0.tgz\"; path = fetchurl { name = \"history___history_4.9.0.tgz\"; url = \"https://registry.yarnpkg.com/history/-/history-4.9.0.tgz\"; sha1 = \"84587c2068039ead8af769e9d6a6860a14fa1bca\"; }; } { name = \"hmac_drbg___hmac_drbg_1.0.1.tgz\"; path = fetchurl { name = \"hmac_drbg___hmac_drbg_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz\"; sha1 = \"d2745701025a6c775a6c545793ed502fc0c649a1\"; }; } { name = \"hoist_non_react_statics___hoist_non_react_statics_2.5.5.tgz\"; path = fetchurl { name = \"hoist_non_react_statics___hoist_non_react_statics_2.5.5.tgz\"; url = \"https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz\"; sha1 = \"c5903cf409c0dfd908f388e619d86b9c1174cb47\"; }; } { name = \"hoist_non_react_statics___hoist_non_react_statics_3.3.0.tgz\"; path = fetchurl { name = \"hoist_non_react_statics___hoist_non_react_statics_3.3.0.tgz\"; url = \"https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz\"; sha1 = \"b09178f0122184fb95acf525daaecb4d8f45958b\"; }; } { name = \"hosted_git_info___hosted_git_info_2.8.4.tgz\"; path = fetchurl { name = \"hosted_git_info___hosted_git_info_2.8.4.tgz\"; url = \"https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz\"; sha1 = \"44119abaf4bc64692a16ace34700fed9c03e2546\"; }; } { name = \"hpack.js___hpack.js_2.1.6.tgz\"; path = fetchurl { name = \"hpack.js___hpack.js_2.1.6.tgz\"; url = \"https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz\"; sha1 = \"87774c0949e513f42e84575b3c45681fade2a0b2\"; }; } { name = \"hsl_regex___hsl_regex_1.0.0.tgz\"; path = fetchurl { name = \"hsl_regex___hsl_regex_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz\"; sha1 = \"d49330c789ed819e276a4c0d272dffa30b18fe6e\"; }; } { name = \"hsla_regex___hsla_regex_1.0.0.tgz\"; path = fetchurl { name = \"hsla_regex___hsla_regex_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz\"; sha1 = \"c1ce7a3168c8c6614033a4b5f7877f3b225f9c38\"; }; } { name = \"html_comment_regex___html_comment_regex_1.1.2.tgz\"; path = fetchurl { name = \"html_comment_regex___html_comment_regex_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz\"; sha1 = \"97d4688aeb5c81886a364faa0cad1dda14d433a7\"; }; } { name = \"html_encoding_sniffer___html_encoding_sniffer_1.0.2.tgz\"; path = fetchurl { name = \"html_encoding_sniffer___html_encoding_sniffer_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz\"; sha1 = \"e70d84b94da53aa375e11fe3a351be6642ca46f8\"; }; } { name = \"html_entities___html_entities_1.2.1.tgz\"; path = fetchurl { name = \"html_entities___html_entities_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz\"; sha1 = \"0df29351f0721163515dfb9e5543e5f6eed5162f\"; }; } { name = \"html_minifier___html_minifier_3.5.21.tgz\"; path = fetchurl { name = \"html_minifier___html_minifier_3.5.21.tgz\"; url = \"https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz\"; sha1 = \"d0040e054730e354db008463593194015212d20c\"; }; } { name = \"html_to_react___html_to_react_1.4.1.tgz\"; path = fetchurl { name = \"html_to_react___html_to_react_1.4.1.tgz\"; url = \"https://registry.yarnpkg.com/html-to-react/-/html-to-react-1.4.1.tgz\"; sha1 = \"64f67657c6335056866e334c097556f25894dd47\"; }; } { name = \"html_webpack_plugin___html_webpack_plugin_4.0.0_beta.5.tgz\"; path = fetchurl { name = \"html_webpack_plugin___html_webpack_plugin_4.0.0_beta.5.tgz\"; url = \"https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.5.tgz\"; sha1 = \"2c53083c1151bfec20479b1f8aaf0039e77b5513\"; }; } { name = \"htmlparser2___htmlparser2_3.10.1.tgz\"; path = fetchurl { name = \"htmlparser2___htmlparser2_3.10.1.tgz\"; url = \"https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz\"; sha1 = \"bd679dc3f59897b6a34bb10749c855bb53a9392f\"; }; } { name = \"htmlparser2___htmlparser2_4.0.0.tgz\"; path = fetchurl { name = \"htmlparser2___htmlparser2_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.0.0.tgz\"; sha1 = \"6034658db65b7713a572a9ebf79f650832dceec8\"; }; } { name = \"http_deceiver___http_deceiver_1.2.7.tgz\"; path = fetchurl { name = \"http_deceiver___http_deceiver_1.2.7.tgz\"; url = \"https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz\"; sha1 = \"fa7168944ab9a519d337cb0bec7284dc3e723d87\"; }; } { name = \"http_errors___http_errors_1.7.2.tgz\"; path = fetchurl { name = \"http_errors___http_errors_1.7.2.tgz\"; url = \"https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz\"; sha1 = \"4f5029cf13239f31036e5b2e55292bcfbcc85c8f\"; }; } { name = \"http_errors___http_errors_1.6.3.tgz\"; path = fetchurl { name = \"http_errors___http_errors_1.6.3.tgz\"; url = \"https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz\"; sha1 = \"8b55680bb4be283a0b5bf4ea2e38580be1d9320d\"; }; } { name = \"http_errors___http_errors_1.7.3.tgz\"; path = fetchurl { name = \"http_errors___http_errors_1.7.3.tgz\"; url = \"https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz\"; sha1 = \"6c619e4f9c60308c38519498c14fbb10aacebb06\"; }; } { name = \"http_parser_js___http_parser_js_0.4.10.tgz\"; path = fetchurl { name = \"http_parser_js___http_parser_js_0.4.10.tgz\"; url = \"https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.10.tgz\"; sha1 = \"92c9c1374c35085f75db359ec56cc257cbb93fa4\"; }; } { name = \"http_proxy_middleware___http_proxy_middleware_0.19.1.tgz\"; path = fetchurl { name = \"http_proxy_middleware___http_proxy_middleware_0.19.1.tgz\"; url = \"https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz\"; sha1 = \"183c7dc4aa1479150306498c210cdaf96080a43a\"; }; } { name = \"http_proxy___http_proxy_1.17.0.tgz\"; path = fetchurl { name = \"http_proxy___http_proxy_1.17.0.tgz\"; url = \"https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.17.0.tgz\"; sha1 = \"7ad38494658f84605e2f6db4436df410f4e5be9a\"; }; } { name = \"http_signature___http_signature_1.2.0.tgz\"; path = fetchurl { name = \"http_signature___http_signature_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz\"; sha1 = \"9aecd925114772f3d95b65a60abb8f7c18fbace1\"; }; } { name = \"https_browserify___https_browserify_1.0.0.tgz\"; path = fetchurl { name = \"https_browserify___https_browserify_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz\"; sha1 = \"ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73\"; }; } { name = \"https_proxy_agent___https_proxy_agent_2.2.2.tgz\"; path = fetchurl { name = \"https_proxy_agent___https_proxy_agent_2.2.2.tgz\"; url = \"https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz\"; sha1 = \"271ea8e90f836ac9f119daccd39c19ff7dfb0793\"; }; } { name = \"hyphenate_style_name___hyphenate_style_name_1.0.3.tgz\"; path = fetchurl { name = \"hyphenate_style_name___hyphenate_style_name_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz\"; sha1 = \"097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48\"; }; } { name = \"iconv_lite___iconv_lite_0.4.24.tgz\"; path = fetchurl { name = \"iconv_lite___iconv_lite_0.4.24.tgz\"; url = \"https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz\"; sha1 = \"2022b4b25fbddc21d2f524974a474aafe733908b\"; }; } { name = \"icss_replace_symbols___icss_replace_symbols_1.1.0.tgz\"; path = fetchurl { name = \"icss_replace_symbols___icss_replace_symbols_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz\"; sha1 = \"06ea6f83679a7749e386cfe1fe812ae5db223ded\"; }; } { name = \"icss_utils___icss_utils_4.1.1.tgz\"; path = fetchurl { name = \"icss_utils___icss_utils_4.1.1.tgz\"; url = \"https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz\"; sha1 = \"21170b53789ee27447c2f47dd683081403f9a467\"; }; } { name = \"identity_obj_proxy___identity_obj_proxy_3.0.0.tgz\"; path = fetchurl { name = \"identity_obj_proxy___identity_obj_proxy_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz\"; sha1 = \"94d2bda96084453ef36fbc5aaec37e0f79f1fc14\"; }; } { name = \"ieee754___ieee754_1.1.13.tgz\"; path = fetchurl { name = \"ieee754___ieee754_1.1.13.tgz\"; url = \"https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz\"; sha1 = \"ec168558e95aa181fd87d37f55c32bbcb6708b84\"; }; } { name = \"iferr___iferr_0.1.5.tgz\"; path = fetchurl { name = \"iferr___iferr_0.1.5.tgz\"; url = \"https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz\"; sha1 = \"c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501\"; }; } { name = \"ignore_walk___ignore_walk_3.0.1.tgz\"; path = fetchurl { name = \"ignore_walk___ignore_walk_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz\"; sha1 = \"a83e62e7d272ac0e3b551aaa82831a19b69f82f8\"; }; } { name = \"ignore___ignore_3.3.10.tgz\"; path = fetchurl { name = \"ignore___ignore_3.3.10.tgz\"; url = \"https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz\"; sha1 = \"0a97fb876986e8081c631160f8f9f389157f0043\"; }; } { name = \"ignore___ignore_4.0.6.tgz\"; path = fetchurl { name = \"ignore___ignore_4.0.6.tgz\"; url = \"https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz\"; sha1 = \"750e3db5862087b4737ebac8207ffd1ef27b25fc\"; }; } { name = \"immer___immer_1.10.0.tgz\"; path = fetchurl { name = \"immer___immer_1.10.0.tgz\"; url = \"https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz\"; sha1 = \"bad67605ba9c810275d91e1c2a47d4582e98286d\"; }; } { name = \"immutable___immutable_3.8.2.tgz\"; path = fetchurl { name = \"immutable___immutable_3.8.2.tgz\"; url = \"https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz\"; sha1 = \"c2439951455bb39913daf281376f1530e104adf3\"; }; } { name = \"import_cwd___import_cwd_2.1.0.tgz\"; path = fetchurl { name = \"import_cwd___import_cwd_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz\"; sha1 = \"aa6cf36e722761285cb371ec6519f53e2435b0a9\"; }; } { name = \"import_fresh___import_fresh_2.0.0.tgz\"; path = fetchurl { name = \"import_fresh___import_fresh_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz\"; sha1 = \"d81355c15612d386c61f9ddd3922d4304822a546\"; }; } { name = \"import_fresh___import_fresh_3.1.0.tgz\"; path = fetchurl { name = \"import_fresh___import_fresh_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz\"; sha1 = \"6d33fa1dcef6df930fae003446f33415af905118\"; }; } { name = \"import_from___import_from_2.1.0.tgz\"; path = fetchurl { name = \"import_from___import_from_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz\"; sha1 = \"335db7f2a7affd53aaa471d4b8021dee36b7f3b1\"; }; } { name = \"import_local___import_local_2.0.0.tgz\"; path = fetchurl { name = \"import_local___import_local_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz\"; sha1 = \"55070be38a5993cf18ef6db7e961f5bee5c5a09d\"; }; } { name = \"imurmurhash___imurmurhash_0.1.4.tgz\"; path = fetchurl { name = \"imurmurhash___imurmurhash_0.1.4.tgz\"; url = \"https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz\"; sha1 = \"9218b9b2b928a238b13dc4fb6b6d576f231453ea\"; }; } { name = \"indexes_of___indexes_of_1.0.1.tgz\"; path = fetchurl { name = \"indexes_of___indexes_of_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz\"; sha1 = \"f30f716c8e2bd346c7b67d3df3915566a7c05607\"; }; } { name = \"infer_owner___infer_owner_1.0.4.tgz\"; path = fetchurl { name = \"infer_owner___infer_owner_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz\"; sha1 = \"c4cefcaa8e51051c2a40ba2ce8a3d27295af9467\"; }; } { name = \"inflight___inflight_1.0.6.tgz\"; path = fetchurl { name = \"inflight___inflight_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz\"; sha1 = \"49bd6331d7d02d0c09bc910a1075ba8165b56df9\"; }; } { name = \"inherits___inherits_2.0.4.tgz\"; path = fetchurl { name = \"inherits___inherits_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz\"; sha1 = \"0fa2c64f932917c3433a0ded55363aae37416b7c\"; }; } { name = \"inherits___inherits_2.0.1.tgz\"; path = fetchurl { name = \"inherits___inherits_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz\"; sha1 = \"b17d08d326b4423e568eff719f91b0b1cbdf69f1\"; }; } { name = \"inherits___inherits_2.0.3.tgz\"; path = fetchurl { name = \"inherits___inherits_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz\"; sha1 = \"633c2c83e3da42a502f52466022480f4208261de\"; }; } { name = \"ini___ini_1.3.5.tgz\"; path = fetchurl { name = \"ini___ini_1.3.5.tgz\"; url = \"https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz\"; sha1 = \"eee25f56db1c9ec6085e0c22778083f596abf927\"; }; } { name = \"inquirer___inquirer_6.5.0.tgz\"; path = fetchurl { name = \"inquirer___inquirer_6.5.0.tgz\"; url = \"https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz\"; sha1 = \"2303317efc9a4ea7ec2e2df6f86569b734accf42\"; }; } { name = \"inquirer___inquirer_6.5.2.tgz\"; path = fetchurl { name = \"inquirer___inquirer_6.5.2.tgz\"; url = \"https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz\"; sha1 = \"ad50942375d036d327ff528c08bd5fab089928ca\"; }; } { name = \"internal_ip___internal_ip_4.3.0.tgz\"; path = fetchurl { name = \"internal_ip___internal_ip_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz\"; sha1 = \"845452baad9d2ca3b69c635a137acb9a0dad0907\"; }; } { name = \"invariant___invariant_2.2.4.tgz\"; path = fetchurl { name = \"invariant___invariant_2.2.4.tgz\"; url = \"https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz\"; sha1 = \"610f3c92c9359ce1db616e538008d23ff35158e6\"; }; } { name = \"invert_kv___invert_kv_2.0.0.tgz\"; path = fetchurl { name = \"invert_kv___invert_kv_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz\"; sha1 = \"7393f5afa59ec9ff5f67a27620d11c226e3eec02\"; }; } { name = \"ip_regex___ip_regex_2.1.0.tgz\"; path = fetchurl { name = \"ip_regex___ip_regex_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz\"; sha1 = \"fa78bf5d2e6913c911ce9f819ee5146bb6d844e9\"; }; } { name = \"ip___ip_1.1.5.tgz\"; path = fetchurl { name = \"ip___ip_1.1.5.tgz\"; url = \"https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz\"; sha1 = \"bdded70114290828c0a039e72ef25f5aaec4354a\"; }; } { name = \"ipaddr.js___ipaddr.js_1.9.0.tgz\"; path = fetchurl { name = \"ipaddr.js___ipaddr.js_1.9.0.tgz\"; url = \"https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz\"; sha1 = \"37df74e430a0e47550fe54a2defe30d8acd95f65\"; }; } { name = \"ipaddr.js___ipaddr.js_1.9.1.tgz\"; path = fetchurl { name = \"ipaddr.js___ipaddr.js_1.9.1.tgz\"; url = \"https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz\"; sha1 = \"bff38543eeb8984825079ff3a2a8e6cbd46781b3\"; }; } { name = \"is_absolute_url___is_absolute_url_2.1.0.tgz\"; path = fetchurl { name = \"is_absolute_url___is_absolute_url_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz\"; sha1 = \"50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6\"; }; } { name = \"is_accessor_descriptor___is_accessor_descriptor_0.1.6.tgz\"; path = fetchurl { name = \"is_accessor_descriptor___is_accessor_descriptor_0.1.6.tgz\"; url = \"https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz\"; sha1 = \"a9e12cb3ae8d876727eeef3843f8a0897b5c98d6\"; }; } { name = \"is_accessor_descriptor___is_accessor_descriptor_1.0.0.tgz\"; path = fetchurl { name = \"is_accessor_descriptor___is_accessor_descriptor_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz\"; sha1 = \"169c2f6d3df1f992618072365c9b0ea1f6878656\"; }; } { name = \"is_alphabetical___is_alphabetical_1.0.3.tgz\"; path = fetchurl { name = \"is_alphabetical___is_alphabetical_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.3.tgz\"; sha1 = \"eb04cc47219a8895d8450ace4715abff2258a1f8\"; }; } { name = \"is_alphanumerical___is_alphanumerical_1.0.3.tgz\"; path = fetchurl { name = \"is_alphanumerical___is_alphanumerical_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.3.tgz\"; sha1 = \"57ae21c374277b3defe0274c640a5704b8f6657c\"; }; } { name = \"is_arguments___is_arguments_1.0.4.tgz\"; path = fetchurl { name = \"is_arguments___is_arguments_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz\"; sha1 = \"3faf966c7cba0ff437fb31f6250082fcf0448cf3\"; }; } { name = \"is_arrayish___is_arrayish_0.2.1.tgz\"; path = fetchurl { name = \"is_arrayish___is_arrayish_0.2.1.tgz\"; url = \"https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz\"; sha1 = \"77c99840527aa8ecb1a8ba697b80645a7a926a9d\"; }; } { name = \"is_arrayish___is_arrayish_0.3.2.tgz\"; path = fetchurl { name = \"is_arrayish___is_arrayish_0.3.2.tgz\"; url = \"https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz\"; sha1 = \"4574a2ae56f7ab206896fb431eaeed066fdf8f03\"; }; } { name = \"is_binary_path___is_binary_path_1.0.1.tgz\"; path = fetchurl { name = \"is_binary_path___is_binary_path_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz\"; sha1 = \"75f16642b480f187a711c814161fd3a4a7655898\"; }; } { name = \"is_buffer___is_buffer_1.1.6.tgz\"; path = fetchurl { name = \"is_buffer___is_buffer_1.1.6.tgz\"; url = \"https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz\"; sha1 = \"efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be\"; }; } { name = \"is_buffer___is_buffer_2.0.3.tgz\"; path = fetchurl { name = \"is_buffer___is_buffer_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz\"; sha1 = \"4ecf3fcf749cbd1e472689e109ac66261a25e725\"; }; } { name = \"is_callable___is_callable_1.1.4.tgz\"; path = fetchurl { name = \"is_callable___is_callable_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz\"; sha1 = \"1e1adf219e1eeb684d691f9d6a05ff0d30a24d75\"; }; } { name = \"is_ci___is_ci_2.0.0.tgz\"; path = fetchurl { name = \"is_ci___is_ci_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz\"; sha1 = \"6bc6334181810e04b5c22b3d589fdca55026404c\"; }; } { name = \"is_color_stop___is_color_stop_1.1.0.tgz\"; path = fetchurl { name = \"is_color_stop___is_color_stop_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz\"; sha1 = \"cfff471aee4dd5c9e158598fbe12967b5cdad345\"; }; } { name = \"is_data_descriptor___is_data_descriptor_0.1.4.tgz\"; path = fetchurl { name = \"is_data_descriptor___is_data_descriptor_0.1.4.tgz\"; url = \"https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz\"; sha1 = \"0b5ee648388e2c860282e793f1856fec3f301b56\"; }; } { name = \"is_data_descriptor___is_data_descriptor_1.0.0.tgz\"; path = fetchurl { name = \"is_data_descriptor___is_data_descriptor_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz\"; sha1 = \"d84876321d0e7add03990406abbbbd36ba9268c7\"; }; } { name = \"is_date_object___is_date_object_1.0.1.tgz\"; path = fetchurl { name = \"is_date_object___is_date_object_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz\"; sha1 = \"9aa20eb6aeebbff77fbd33e74ca01b33581d3a16\"; }; } { name = \"is_decimal___is_decimal_1.0.3.tgz\"; path = fetchurl { name = \"is_decimal___is_decimal_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.3.tgz\"; sha1 = \"381068759b9dc807d8c0dc0bfbae2b68e1da48b7\"; }; } { name = \"is_descriptor___is_descriptor_0.1.6.tgz\"; path = fetchurl { name = \"is_descriptor___is_descriptor_0.1.6.tgz\"; url = \"https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz\"; sha1 = \"366d8240dde487ca51823b1ab9f07a10a78251ca\"; }; } { name = \"is_descriptor___is_descriptor_1.0.2.tgz\"; path = fetchurl { name = \"is_descriptor___is_descriptor_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz\"; sha1 = \"3b159746a66604b04f8c81524ba365c5f14d86ec\"; }; } { name = \"is_directory___is_directory_0.3.1.tgz\"; path = fetchurl { name = \"is_directory___is_directory_0.3.1.tgz\"; url = \"https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz\"; sha1 = \"61339b6f2475fc772fd9c9d83f5c8575dc154ae1\"; }; } { name = \"is_extendable___is_extendable_0.1.1.tgz\"; path = fetchurl { name = \"is_extendable___is_extendable_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz\"; sha1 = \"62b110e289a471418e3ec36a617d472e301dfc89\"; }; } { name = \"is_extendable___is_extendable_1.0.1.tgz\"; path = fetchurl { name = \"is_extendable___is_extendable_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz\"; sha1 = \"a7470f9e426733d81bd81e1155264e3a3507cab4\"; }; } { name = \"is_extglob___is_extglob_2.1.1.tgz\"; path = fetchurl { name = \"is_extglob___is_extglob_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz\"; sha1 = \"a88c02535791f02ed37c76a1b9ea9773c833f8c2\"; }; } { name = \"is_fullwidth_code_point___is_fullwidth_code_point_1.0.0.tgz\"; path = fetchurl { name = \"is_fullwidth_code_point___is_fullwidth_code_point_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz\"; sha1 = \"ef9e31386f031a7f0d643af82fde50c457ef00cb\"; }; } { name = \"is_fullwidth_code_point___is_fullwidth_code_point_2.0.0.tgz\"; path = fetchurl { name = \"is_fullwidth_code_point___is_fullwidth_code_point_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz\"; sha1 = \"a3b30a5c4f199183167aaab93beefae3ddfb654f\"; }; } { name = \"is_generator_fn___is_generator_fn_2.1.0.tgz\"; path = fetchurl { name = \"is_generator_fn___is_generator_fn_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz\"; sha1 = \"7d140adc389aaf3011a8f2a2a4cfa6faadffb118\"; }; } { name = \"is_glob___is_glob_3.1.0.tgz\"; path = fetchurl { name = \"is_glob___is_glob_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz\"; sha1 = \"7ba5ae24217804ac70707b96922567486cc3e84a\"; }; } { name = \"is_glob___is_glob_4.0.1.tgz\"; path = fetchurl { name = \"is_glob___is_glob_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz\"; sha1 = \"7567dbe9f2f5e2467bc77ab83c4a29482407a5dc\"; }; } { name = \"is_hexadecimal___is_hexadecimal_1.0.3.tgz\"; path = fetchurl { name = \"is_hexadecimal___is_hexadecimal_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.3.tgz\"; sha1 = \"e8a426a69b6d31470d3a33a47bb825cda02506ee\"; }; } { name = \"is_in_browser___is_in_browser_1.1.3.tgz\"; path = fetchurl { name = \"is_in_browser___is_in_browser_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz\"; sha1 = \"56ff4db683a078c6082eb95dad7dc62e1d04f835\"; }; } { name = \"is_number___is_number_3.0.0.tgz\"; path = fetchurl { name = \"is_number___is_number_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz\"; sha1 = \"24fd6201a4782cf50561c810276afc7d12d71195\"; }; } { name = \"is_obj___is_obj_1.0.1.tgz\"; path = fetchurl { name = \"is_obj___is_obj_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz\"; sha1 = \"3e4729ac1f5fde025cd7d83a896dab9f4f67db0f\"; }; } { name = \"is_path_cwd___is_path_cwd_1.0.0.tgz\"; path = fetchurl { name = \"is_path_cwd___is_path_cwd_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz\"; sha1 = \"d225ec23132e89edd38fda767472e62e65f1106d\"; }; } { name = \"is_path_in_cwd___is_path_in_cwd_1.0.1.tgz\"; path = fetchurl { name = \"is_path_in_cwd___is_path_in_cwd_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz\"; sha1 = \"5ac48b345ef675339bd6c7a48a912110b241cf52\"; }; } { name = \"is_path_inside___is_path_inside_1.0.1.tgz\"; path = fetchurl { name = \"is_path_inside___is_path_inside_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz\"; sha1 = \"8ef5b7de50437a3fdca6b4e865ef7aa55cb48036\"; }; } { name = \"is_plain_obj___is_plain_obj_1.1.0.tgz\"; path = fetchurl { name = \"is_plain_obj___is_plain_obj_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz\"; sha1 = \"71a50c8429dfca773c92a390a4a03b39fcd51d3e\"; }; } { name = \"is_plain_object___is_plain_object_2.0.4.tgz\"; path = fetchurl { name = \"is_plain_object___is_plain_object_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz\"; sha1 = \"2c163b3fafb1b606d9d17928f05c2a1c38e07677\"; }; } { name = \"is_plain_object___is_plain_object_3.0.0.tgz\"; path = fetchurl { name = \"is_plain_object___is_plain_object_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.0.tgz\"; sha1 = \"47bfc5da1b5d50d64110806c199359482e75a928\"; }; } { name = \"is_promise___is_promise_2.1.0.tgz\"; path = fetchurl { name = \"is_promise___is_promise_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz\"; sha1 = \"79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa\"; }; } { name = \"is_regex___is_regex_1.0.4.tgz\"; path = fetchurl { name = \"is_regex___is_regex_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz\"; sha1 = \"5517489b547091b0930e095654ced25ee97e9491\"; }; } { name = \"is_regexp___is_regexp_1.0.0.tgz\"; path = fetchurl { name = \"is_regexp___is_regexp_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz\"; sha1 = \"fd2d883545c46bac5a633e7b9a09e87fa2cb5069\"; }; } { name = \"is_resolvable___is_resolvable_1.1.0.tgz\"; path = fetchurl { name = \"is_resolvable___is_resolvable_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz\"; sha1 = \"fb18f87ce1feb925169c9a407c19318a3206ed88\"; }; } { name = \"is_root___is_root_2.1.0.tgz\"; path = fetchurl { name = \"is_root___is_root_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz\"; sha1 = \"809e18129cf1129644302a4f8544035d51984a9c\"; }; } { name = \"is_stream___is_stream_1.1.0.tgz\"; path = fetchurl { name = \"is_stream___is_stream_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz\"; sha1 = \"12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44\"; }; } { name = \"is_svg___is_svg_3.0.0.tgz\"; path = fetchurl { name = \"is_svg___is_svg_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz\"; sha1 = \"9321dbd29c212e5ca99c4fa9794c714bcafa2f75\"; }; } { name = \"is_symbol___is_symbol_1.0.2.tgz\"; path = fetchurl { name = \"is_symbol___is_symbol_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz\"; sha1 = \"a055f6ae57192caee329e7a860118b497a950f38\"; }; } { name = \"is_typedarray___is_typedarray_1.0.0.tgz\"; path = fetchurl { name = \"is_typedarray___is_typedarray_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz\"; sha1 = \"e479c80858df0c1b11ddda6940f96011fcda4a9a\"; }; } { name = \"is_whitespace_character___is_whitespace_character_1.0.3.tgz\"; path = fetchurl { name = \"is_whitespace_character___is_whitespace_character_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.3.tgz\"; sha1 = \"b3ad9546d916d7d3ffa78204bca0c26b56257fac\"; }; } { name = \"is_windows___is_windows_1.0.2.tgz\"; path = fetchurl { name = \"is_windows___is_windows_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz\"; sha1 = \"d1850eb9791ecd18e6182ce12a30f396634bb19d\"; }; } { name = \"is_word_character___is_word_character_1.0.3.tgz\"; path = fetchurl { name = \"is_word_character___is_word_character_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.3.tgz\"; sha1 = \"264d15541cbad0ba833d3992c34e6b40873b08aa\"; }; } { name = \"is_wsl___is_wsl_1.1.0.tgz\"; path = fetchurl { name = \"is_wsl___is_wsl_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz\"; sha1 = \"1f16e4aa22b04d1336b66188a66af3c600c3a66d\"; }; } { name = \"isarray___isarray_0.0.1.tgz\"; path = fetchurl { name = \"isarray___isarray_0.0.1.tgz\"; url = \"https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz\"; sha1 = \"8a18acfca9a8f4177e09abfc6038939b05d1eedf\"; }; } { name = \"isarray___isarray_1.0.0.tgz\"; path = fetchurl { name = \"isarray___isarray_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz\"; sha1 = \"bb935d48582cba168c06834957a54a3e07124f11\"; }; } { name = \"isexe___isexe_2.0.0.tgz\"; path = fetchurl { name = \"isexe___isexe_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz\"; sha1 = \"e8fbf374dc556ff8947a10dcb0572d633f2cfa10\"; }; } { name = \"isobject___isobject_2.1.0.tgz\"; path = fetchurl { name = \"isobject___isobject_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz\"; sha1 = \"f065561096a3f1da2ef46272f815c840d87e0c89\"; }; } { name = \"isobject___isobject_3.0.1.tgz\"; path = fetchurl { name = \"isobject___isobject_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz\"; sha1 = \"4e431e92b11a9731636aa1f9c8d1ccbcfdab78df\"; }; } { name = \"isobject___isobject_4.0.0.tgz\"; path = fetchurl { name = \"isobject___isobject_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz\"; sha1 = \"3f1c9155e73b192022a80819bacd0343711697b0\"; }; } { name = \"isomorphic_fetch___isomorphic_fetch_2.2.1.tgz\"; path = fetchurl { name = \"isomorphic_fetch___isomorphic_fetch_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz\"; sha1 = \"611ae1acf14f5e81f729507472819fe9733558a9\"; }; } { name = \"isstream___isstream_0.1.2.tgz\"; path = fetchurl { name = \"isstream___isstream_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz\"; sha1 = \"47e63f7af55afa6f92e1500e690eb8b8529c099a\"; }; } { name = \"istanbul_lib_coverage___istanbul_lib_coverage_2.0.5.tgz\"; path = fetchurl { name = \"istanbul_lib_coverage___istanbul_lib_coverage_2.0.5.tgz\"; url = \"https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz\"; sha1 = \"675f0ab69503fad4b1d849f736baaca803344f49\"; }; } { name = \"istanbul_lib_instrument___istanbul_lib_instrument_3.3.0.tgz\"; path = fetchurl { name = \"istanbul_lib_instrument___istanbul_lib_instrument_3.3.0.tgz\"; url = \"https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz\"; sha1 = \"a5f63d91f0bbc0c3e479ef4c5de027335ec6d630\"; }; } { name = \"istanbul_lib_report___istanbul_lib_report_2.0.8.tgz\"; path = fetchurl { name = \"istanbul_lib_report___istanbul_lib_report_2.0.8.tgz\"; url = \"https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz\"; sha1 = \"5a8113cd746d43c4889eba36ab10e7d50c9b4f33\"; }; } { name = \"istanbul_lib_source_maps___istanbul_lib_source_maps_3.0.6.tgz\"; path = fetchurl { name = \"istanbul_lib_source_maps___istanbul_lib_source_maps_3.0.6.tgz\"; url = \"https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz\"; sha1 = \"284997c48211752ec486253da97e3879defba8c8\"; }; } { name = \"istanbul_reports___istanbul_reports_2.2.6.tgz\"; path = fetchurl { name = \"istanbul_reports___istanbul_reports_2.2.6.tgz\"; url = \"https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.6.tgz\"; sha1 = \"7b4f2660d82b29303a8fe6091f8ca4bf058da1af\"; }; } { name = \"jest_changed_files___jest_changed_files_24.9.0.tgz\"; path = fetchurl { name = \"jest_changed_files___jest_changed_files_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-24.9.0.tgz\"; sha1 = \"08d8c15eb79a7fa3fc98269bc14b451ee82f8039\"; }; } { name = \"jest_cli___jest_cli_24.9.0.tgz\"; path = fetchurl { name = \"jest_cli___jest_cli_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.9.0.tgz\"; sha1 = \"ad2de62d07472d419c6abc301fc432b98b10d2af\"; }; } { name = \"jest_config___jest_config_24.9.0.tgz\"; path = fetchurl { name = \"jest_config___jest_config_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-config/-/jest-config-24.9.0.tgz\"; sha1 = \"fb1bbc60c73a46af03590719efa4825e6e4dd1b5\"; }; } { name = \"jest_diff___jest_diff_24.9.0.tgz\"; path = fetchurl { name = \"jest_diff___jest_diff_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz\"; sha1 = \"931b7d0d5778a1baf7452cb816e325e3724055da\"; }; } { name = \"jest_docblock___jest_docblock_24.9.0.tgz\"; path = fetchurl { name = \"jest_docblock___jest_docblock_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.9.0.tgz\"; sha1 = \"7970201802ba560e1c4092cc25cbedf5af5a8ce2\"; }; } { name = \"jest_each___jest_each_24.9.0.tgz\"; path = fetchurl { name = \"jest_each___jest_each_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-each/-/jest-each-24.9.0.tgz\"; sha1 = \"eb2da602e2a610898dbc5f1f6df3ba86b55f8b05\"; }; } { name = \"jest_environment_jsdom_fourteen___jest_environment_jsdom_fourteen_0.1.0.tgz\"; path = fetchurl { name = \"jest_environment_jsdom_fourteen___jest_environment_jsdom_fourteen_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-environment-jsdom-fourteen/-/jest-environment-jsdom-fourteen-0.1.0.tgz\"; sha1 = \"aad6393a9d4b565b69a609109bf469f62bf18ccc\"; }; } { name = \"jest_environment_jsdom___jest_environment_jsdom_24.9.0.tgz\"; path = fetchurl { name = \"jest_environment_jsdom___jest_environment_jsdom_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-24.9.0.tgz\"; sha1 = \"4b0806c7fc94f95edb369a69cc2778eec2b7375b\"; }; } { name = \"jest_environment_node___jest_environment_node_24.9.0.tgz\"; path = fetchurl { name = \"jest_environment_node___jest_environment_node_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-24.9.0.tgz\"; sha1 = \"333d2d2796f9687f2aeebf0742b519f33c1cbfd3\"; }; } { name = \"jest_get_type___jest_get_type_24.9.0.tgz\"; path = fetchurl { name = \"jest_get_type___jest_get_type_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.9.0.tgz\"; sha1 = \"1684a0c8a50f2e4901b6644ae861f579eed2ef0e\"; }; } { name = \"jest_haste_map___jest_haste_map_24.9.0.tgz\"; path = fetchurl { name = \"jest_haste_map___jest_haste_map_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.9.0.tgz\"; sha1 = \"b38a5d64274934e21fa417ae9a9fbeb77ceaac7d\"; }; } { name = \"jest_jasmine2___jest_jasmine2_24.9.0.tgz\"; path = fetchurl { name = \"jest_jasmine2___jest_jasmine2_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.9.0.tgz\"; sha1 = \"1f7b1bd3242c1774e62acabb3646d96afc3be6a0\"; }; } { name = \"jest_leak_detector___jest_leak_detector_24.9.0.tgz\"; path = fetchurl { name = \"jest_leak_detector___jest_leak_detector_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-24.9.0.tgz\"; sha1 = \"b665dea7c77100c5c4f7dfcb153b65cf07dcf96a\"; }; } { name = \"jest_matcher_utils___jest_matcher_utils_24.9.0.tgz\"; path = fetchurl { name = \"jest_matcher_utils___jest_matcher_utils_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz\"; sha1 = \"f5b3661d5e628dffe6dd65251dfdae0e87c3a073\"; }; } { name = \"jest_message_util___jest_message_util_24.9.0.tgz\"; path = fetchurl { name = \"jest_message_util___jest_message_util_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.9.0.tgz\"; sha1 = \"527f54a1e380f5e202a8d1149b0ec872f43119e3\"; }; } { name = \"jest_mock___jest_mock_24.9.0.tgz\"; path = fetchurl { name = \"jest_mock___jest_mock_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.9.0.tgz\"; sha1 = \"c22835541ee379b908673ad51087a2185c13f1c6\"; }; } { name = \"jest_pnp_resolver___jest_pnp_resolver_1.2.1.tgz\"; path = fetchurl { name = \"jest_pnp_resolver___jest_pnp_resolver_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz\"; sha1 = \"ecdae604c077a7fbc70defb6d517c3c1c898923a\"; }; } { name = \"jest_regex_util___jest_regex_util_24.9.0.tgz\"; path = fetchurl { name = \"jest_regex_util___jest_regex_util_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.9.0.tgz\"; sha1 = \"c13fb3380bde22bf6575432c493ea8fe37965636\"; }; } { name = \"jest_resolve_dependencies___jest_resolve_dependencies_24.9.0.tgz\"; path = fetchurl { name = \"jest_resolve_dependencies___jest_resolve_dependencies_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz\"; sha1 = \"ad055198959c4cfba8a4f066c673a3f0786507ab\"; }; } { name = \"jest_resolve___jest_resolve_24.8.0.tgz\"; path = fetchurl { name = \"jest_resolve___jest_resolve_24.8.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.8.0.tgz\"; sha1 = \"84b8e5408c1f6a11539793e2b5feb1b6e722439f\"; }; } { name = \"jest_resolve___jest_resolve_24.9.0.tgz\"; path = fetchurl { name = \"jest_resolve___jest_resolve_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.9.0.tgz\"; sha1 = \"dff04c7687af34c4dd7e524892d9cf77e5d17321\"; }; } { name = \"jest_runner___jest_runner_24.9.0.tgz\"; path = fetchurl { name = \"jest_runner___jest_runner_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-runner/-/jest-runner-24.9.0.tgz\"; sha1 = \"574fafdbd54455c2b34b4bdf4365a23857fcdf42\"; }; } { name = \"jest_runtime___jest_runtime_24.9.0.tgz\"; path = fetchurl { name = \"jest_runtime___jest_runtime_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-24.9.0.tgz\"; sha1 = \"9f14583af6a4f7314a6a9d9f0226e1a781c8e4ac\"; }; } { name = \"jest_serializer___jest_serializer_24.9.0.tgz\"; path = fetchurl { name = \"jest_serializer___jest_serializer_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.9.0.tgz\"; sha1 = \"e6d7d7ef96d31e8b9079a714754c5d5c58288e73\"; }; } { name = \"jest_snapshot___jest_snapshot_24.9.0.tgz\"; path = fetchurl { name = \"jest_snapshot___jest_snapshot_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.9.0.tgz\"; sha1 = \"ec8e9ca4f2ec0c5c87ae8f925cf97497b0e951ba\"; }; } { name = \"jest_util___jest_util_24.9.0.tgz\"; path = fetchurl { name = \"jest_util___jest_util_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-util/-/jest-util-24.9.0.tgz\"; sha1 = \"7396814e48536d2e85a37de3e4c431d7cb140162\"; }; } { name = \"jest_validate___jest_validate_24.9.0.tgz\"; path = fetchurl { name = \"jest_validate___jest_validate_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.9.0.tgz\"; sha1 = \"0775c55360d173cd854e40180756d4ff52def8ab\"; }; } { name = \"jest_watch_typeahead___jest_watch_typeahead_0.3.1.tgz\"; path = fetchurl { name = \"jest_watch_typeahead___jest_watch_typeahead_0.3.1.tgz\"; url = \"https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.3.1.tgz\"; sha1 = \"47701024b64b444aa325d801b4b3a6d61ed70701\"; }; } { name = \"jest_watcher___jest_watcher_24.9.0.tgz\"; path = fetchurl { name = \"jest_watcher___jest_watcher_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-24.9.0.tgz\"; sha1 = \"4b56e5d1ceff005f5b88e528dc9afc8dd4ed2b3b\"; }; } { name = \"jest_worker___jest_worker_24.9.0.tgz\"; path = fetchurl { name = \"jest_worker___jest_worker_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz\"; sha1 = \"5dbfdb5b2d322e98567898238a9697bcce67b3e5\"; }; } { name = \"jest___jest_24.8.0.tgz\"; path = fetchurl { name = \"jest___jest_24.8.0.tgz\"; url = \"https://registry.yarnpkg.com/jest/-/jest-24.8.0.tgz\"; sha1 = \"d5dff1984d0d1002196e9b7f12f75af1b2809081\"; }; } { name = \"js_base64___js_base64_2.5.1.tgz\"; path = fetchurl { name = \"js_base64___js_base64_2.5.1.tgz\"; url = \"https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz\"; sha1 = \"1efa39ef2c5f7980bb1784ade4a8af2de3291121\"; }; } { name = \"js_levenshtein___js_levenshtein_1.1.6.tgz\"; path = fetchurl { name = \"js_levenshtein___js_levenshtein_1.1.6.tgz\"; url = \"https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz\"; sha1 = \"c6cee58eb3550372df8deb85fad5ce66ce01d59d\"; }; } { name = \"js_tokens___js_tokens_4.0.0.tgz\"; path = fetchurl { name = \"js_tokens___js_tokens_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz\"; sha1 = \"19203fb59991df98e3a287050d4647cdeaf32499\"; }; } { name = \"js_tokens___js_tokens_3.0.2.tgz\"; path = fetchurl { name = \"js_tokens___js_tokens_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz\"; sha1 = \"9866df395102130e38f7f996bceb65443209c25b\"; }; } { name = \"js_yaml___js_yaml_3.13.1.tgz\"; path = fetchurl { name = \"js_yaml___js_yaml_3.13.1.tgz\"; url = \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz\"; sha1 = \"aff151b30bfdfa8e49e05da22e7415e9dfa37847\"; }; } { name = \"jsbn___jsbn_0.1.1.tgz\"; path = fetchurl { name = \"jsbn___jsbn_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz\"; sha1 = \"a5e654c2e5a2deb5f201d96cefbca80c0ef2f513\"; }; } { name = \"jsdom___jsdom_11.12.0.tgz\"; path = fetchurl { name = \"jsdom___jsdom_11.12.0.tgz\"; url = \"https://registry.yarnpkg.com/jsdom/-/jsdom-11.12.0.tgz\"; sha1 = \"1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8\"; }; } { name = \"jsdom___jsdom_14.1.0.tgz\"; path = fetchurl { name = \"jsdom___jsdom_14.1.0.tgz\"; url = \"https://registry.yarnpkg.com/jsdom/-/jsdom-14.1.0.tgz\"; sha1 = \"916463b6094956b0a6c1782c94e380cd30e1981b\"; }; } { name = \"jsesc___jsesc_2.5.2.tgz\"; path = fetchurl { name = \"jsesc___jsesc_2.5.2.tgz\"; url = \"https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz\"; sha1 = \"80564d2e483dacf6e8ef209650a67df3f0c283a4\"; }; } { name = \"jsesc___jsesc_0.5.0.tgz\"; path = fetchurl { name = \"jsesc___jsesc_0.5.0.tgz\"; url = \"https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz\"; sha1 = \"e7dee66e35d6fc16f710fe91d5cf69f70f08911d\"; }; } { name = \"json_parse_better_errors___json_parse_better_errors_1.0.2.tgz\"; path = fetchurl { name = \"json_parse_better_errors___json_parse_better_errors_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz\"; sha1 = \"bb867cfb3450e69107c131d1c514bab3dc8bcaa9\"; }; } { name = \"json_schema_traverse___json_schema_traverse_0.4.1.tgz\"; path = fetchurl { name = \"json_schema_traverse___json_schema_traverse_0.4.1.tgz\"; url = \"https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz\"; sha1 = \"69f6a87d9513ab8bb8fe63bdb0979c448e684660\"; }; } { name = \"json_schema___json_schema_0.2.3.tgz\"; path = fetchurl { name = \"json_schema___json_schema_0.2.3.tgz\"; url = \"https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz\"; sha1 = \"b480c892e59a2f05954ce727bd3f2a4e882f9e13\"; }; } { name = \"json_stable_stringify_without_jsonify___json_stable_stringify_without_jsonify_1.0.1.tgz\"; path = fetchurl { name = \"json_stable_stringify_without_jsonify___json_stable_stringify_without_jsonify_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz\"; sha1 = \"9db7b59496ad3f3cfef30a75142d2d930ad72651\"; }; } { name = \"json_stable_stringify___json_stable_stringify_1.0.1.tgz\"; path = fetchurl { name = \"json_stable_stringify___json_stable_stringify_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz\"; sha1 = \"9a759d39c5f2ff503fd5300646ed445f88c4f9af\"; }; } { name = \"json_stringify_safe___json_stringify_safe_5.0.1.tgz\"; path = fetchurl { name = \"json_stringify_safe___json_stringify_safe_5.0.1.tgz\"; url = \"https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz\"; sha1 = \"1296a2d58fd45f19a0f6ce01d65701e2c735b6eb\"; }; } { name = \"json3___json3_3.3.3.tgz\"; path = fetchurl { name = \"json3___json3_3.3.3.tgz\"; url = \"https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz\"; sha1 = \"7fc10e375fc5ae42c4705a5cc0aa6f62be305b81\"; }; } { name = \"json5___json5_1.0.1.tgz\"; path = fetchurl { name = \"json5___json5_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz\"; sha1 = \"779fb0018604fa854eacbf6252180d83543e3dbe\"; }; } { name = \"json5___json5_2.1.0.tgz\"; path = fetchurl { name = \"json5___json5_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz\"; sha1 = \"e7a0c62c48285c628d20a10b85c89bb807c32850\"; }; } { name = \"jsonfile___jsonfile_4.0.0.tgz\"; path = fetchurl { name = \"jsonfile___jsonfile_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz\"; sha1 = \"8771aae0799b64076b76640fca058f9c10e33ecb\"; }; } { name = \"jsonify___jsonify_0.0.0.tgz\"; path = fetchurl { name = \"jsonify___jsonify_0.0.0.tgz\"; url = \"https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz\"; sha1 = \"2c74b6ee41d93ca51b7b5aaee8f503631d252a73\"; }; } { name = \"jsprim___jsprim_1.4.1.tgz\"; path = fetchurl { name = \"jsprim___jsprim_1.4.1.tgz\"; url = \"https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz\"; sha1 = \"313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2\"; }; } { name = \"jss_plugin_camel_case___jss_plugin_camel_case_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss_plugin_camel_case___jss_plugin_camel_case_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.0.0-alpha.25.tgz\"; sha1 = \"ea4389de47ccf3b4757f76e62cbb2e8b96b7a2c2\"; }; } { name = \"jss_plugin_default_unit___jss_plugin_default_unit_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss_plugin_default_unit___jss_plugin_default_unit_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.0.0-alpha.25.tgz\"; sha1 = \"df5b39bbc0114146101bb3cf8bc7e281e3d0f454\"; }; } { name = \"jss_plugin_global___jss_plugin_global_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss_plugin_global___jss_plugin_global_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.0.0-alpha.25.tgz\"; sha1 = \"2b6a6a14ef6cdb9994dbadf709e480d5c871b5f6\"; }; } { name = \"jss_plugin_nested___jss_plugin_nested_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss_plugin_nested___jss_plugin_nested_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.0.0-alpha.25.tgz\"; sha1 = \"b8e29d336e1850047914511681d56330e3ea24ac\"; }; } { name = \"jss_plugin_props_sort___jss_plugin_props_sort_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss_plugin_props_sort___jss_plugin_props_sort_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.0.0-alpha.25.tgz\"; sha1 = \"dfaa1a6bf9863ae9593b99bf51cd26caea2fe0ec\"; }; } { name = \"jss_plugin_rule_value_function___jss_plugin_rule_value_function_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss_plugin_rule_value_function___jss_plugin_rule_value_function_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.0.0-alpha.25.tgz\"; sha1 = \"35350da52334a6031808e197526227434c194277\"; }; } { name = \"jss_plugin_vendor_prefixer___jss_plugin_vendor_prefixer_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss_plugin_vendor_prefixer___jss_plugin_vendor_prefixer_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.0.0-alpha.25.tgz\"; sha1 = \"bc0c4b6dcb28d4801775cbad70ad9bc7e0c7707b\"; }; } { name = \"jss___jss_10.0.0_alpha.25.tgz\"; path = fetchurl { name = \"jss___jss_10.0.0_alpha.25.tgz\"; url = \"https://registry.yarnpkg.com/jss/-/jss-10.0.0-alpha.25.tgz\"; sha1 = \"20a506d8159e3f6bd91e133d54ffd3df0ffd3010\"; }; } { name = \"jsx_ast_utils___jsx_ast_utils_2.2.1.tgz\"; path = fetchurl { name = \"jsx_ast_utils___jsx_ast_utils_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz\"; sha1 = \"4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb\"; }; } { name = \"killable___killable_1.0.1.tgz\"; path = fetchurl { name = \"killable___killable_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz\"; sha1 = \"4c8ce441187a061c7474fb87ca08e2a638194892\"; }; } { name = \"kind_of___kind_of_2.0.1.tgz\"; path = fetchurl { name = \"kind_of___kind_of_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/kind-of/-/kind-of-2.0.1.tgz\"; sha1 = \"018ec7a4ce7e3a86cb9141be519d24c8faa981b5\"; }; } { name = \"kind_of___kind_of_3.2.2.tgz\"; path = fetchurl { name = \"kind_of___kind_of_3.2.2.tgz\"; url = \"https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz\"; sha1 = \"31ea21a734bab9bbb0f32466d893aea51e4a3c64\"; }; } { name = \"kind_of___kind_of_4.0.0.tgz\"; path = fetchurl { name = \"kind_of___kind_of_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz\"; sha1 = \"20813df3d712928b207378691a45066fae72dd57\"; }; } { name = \"kind_of___kind_of_5.1.0.tgz\"; path = fetchurl { name = \"kind_of___kind_of_5.1.0.tgz\"; url = \"https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz\"; sha1 = \"729c91e2d857b7a419a1f9aa65685c4c33f5845d\"; }; } { name = \"kind_of___kind_of_6.0.2.tgz\"; path = fetchurl { name = \"kind_of___kind_of_6.0.2.tgz\"; url = \"https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz\"; sha1 = \"01146b36a6218e64e58f3a8d66de5d7fc6f6d051\"; }; } { name = \"kleur___kleur_3.0.3.tgz\"; path = fetchurl { name = \"kleur___kleur_3.0.3.tgz\"; url = \"https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz\"; sha1 = \"a79c9ecc86ee1ce3fa6206d1216c501f147fc07e\"; }; } { name = \"last_call_webpack_plugin___last_call_webpack_plugin_3.0.0.tgz\"; path = fetchurl { name = \"last_call_webpack_plugin___last_call_webpack_plugin_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz\"; sha1 = \"9742df0e10e3cf46e5c0381c2de90d3a7a2d7555\"; }; } { name = \"lazy_cache___lazy_cache_0.2.7.tgz\"; path = fetchurl { name = \"lazy_cache___lazy_cache_0.2.7.tgz\"; url = \"https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz\"; sha1 = \"7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65\"; }; } { name = \"lazy_cache___lazy_cache_1.0.4.tgz\"; path = fetchurl { name = \"lazy_cache___lazy_cache_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz\"; sha1 = \"a1d78fc3a50474cb80845d3b3b6e1da49a446e8e\"; }; } { name = \"lcid___lcid_2.0.0.tgz\"; path = fetchurl { name = \"lcid___lcid_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz\"; sha1 = \"6ef5d2df60e52f82eb228a4c373e8d1f397253cf\"; }; } { name = \"left_pad___left_pad_1.3.0.tgz\"; path = fetchurl { name = \"left_pad___left_pad_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz\"; sha1 = \"5b8a3a7765dfe001261dde915589e782f8c94d1e\"; }; } { name = \"leven___leven_3.1.0.tgz\"; path = fetchurl { name = \"leven___leven_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz\"; sha1 = \"77891de834064cccba82ae7842bb6b14a13ed7f2\"; }; } { name = \"levn___levn_0.3.0.tgz\"; path = fetchurl { name = \"levn___levn_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz\"; sha1 = \"3b09924edf9f083c0490fdd4c0bc4421e04764ee\"; }; } { name = \"load_json_file___load_json_file_2.0.0.tgz\"; path = fetchurl { name = \"load_json_file___load_json_file_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz\"; sha1 = \"7947e42149af80d696cbf797bcaabcfe1fe29ca8\"; }; } { name = \"load_json_file___load_json_file_4.0.0.tgz\"; path = fetchurl { name = \"load_json_file___load_json_file_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz\"; sha1 = \"2f5f45ab91e33216234fd53adab668eb4ec0993b\"; }; } { name = \"loader_fs_cache___loader_fs_cache_1.0.2.tgz\"; path = fetchurl { name = \"loader_fs_cache___loader_fs_cache_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.2.tgz\"; sha1 = \"54cedf6b727e1779fd8f01205f05f6e88706f086\"; }; } { name = \"loader_runner___loader_runner_2.4.0.tgz\"; path = fetchurl { name = \"loader_runner___loader_runner_2.4.0.tgz\"; url = \"https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz\"; sha1 = \"ed47066bfe534d7e84c4c7b9998c2a75607d9357\"; }; } { name = \"loader_utils___loader_utils_1.2.3.tgz\"; path = fetchurl { name = \"loader_utils___loader_utils_1.2.3.tgz\"; url = \"https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz\"; sha1 = \"1ff5dc6911c9f0a062531a4c04b609406108c2c7\"; }; } { name = \"locate_path___locate_path_2.0.0.tgz\"; path = fetchurl { name = \"locate_path___locate_path_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz\"; sha1 = \"2b568b265eec944c6d9c0de9c3dbbbca0354cd8e\"; }; } { name = \"locate_path___locate_path_3.0.0.tgz\"; path = fetchurl { name = \"locate_path___locate_path_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz\"; sha1 = \"dbec3b3ab759758071b58fe59fc41871af21400e\"; }; } { name = \"lodash._reinterpolate___lodash._reinterpolate_3.0.0.tgz\"; path = fetchurl { name = \"lodash._reinterpolate___lodash._reinterpolate_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz\"; sha1 = \"0ccf2d89166af03b3663c796538b75ac6e114d9d\"; }; } { name = \"lodash.camelcase___lodash.camelcase_4.3.0.tgz\"; path = fetchurl { name = \"lodash.camelcase___lodash.camelcase_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz\"; sha1 = \"b28aa6288a2b9fc651035c7711f65ab6190331a6\"; }; } { name = \"lodash.isarray___lodash.isarray_3.0.4.tgz\"; path = fetchurl { name = \"lodash.isarray___lodash.isarray_3.0.4.tgz\"; url = \"https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz\"; sha1 = \"79e4eb88c36a8122af86f844aa9bcd851b5fbb55\"; }; } { name = \"lodash.isfinite___lodash.isfinite_3.2.0.tgz\"; path = fetchurl { name = \"lodash.isfinite___lodash.isfinite_3.2.0.tgz\"; url = \"https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.2.0.tgz\"; sha1 = \"aa69ffb93a37e82fab0ce18862655f9174ced339\"; }; } { name = \"lodash.memoize___lodash.memoize_4.1.2.tgz\"; path = fetchurl { name = \"lodash.memoize___lodash.memoize_4.1.2.tgz\"; url = \"https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz\"; sha1 = \"bcc6c49a42a2840ed997f323eada5ecd182e0bfe\"; }; } { name = \"lodash.sortby___lodash.sortby_4.7.0.tgz\"; path = fetchurl { name = \"lodash.sortby___lodash.sortby_4.7.0.tgz\"; url = \"https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz\"; sha1 = \"edd14c824e2cc9c1e0b0a1b42bb5210516a42438\"; }; } { name = \"lodash.template___lodash.template_4.5.0.tgz\"; path = fetchurl { name = \"lodash.template___lodash.template_4.5.0.tgz\"; url = \"https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz\"; sha1 = \"f976195cf3f347d0d5f52483569fe8031ccce8ab\"; }; } { name = \"lodash.templatesettings___lodash.templatesettings_4.2.0.tgz\"; path = fetchurl { name = \"lodash.templatesettings___lodash.templatesettings_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz\"; sha1 = \"e481310f049d3cf6d47e912ad09313b154f0fb33\"; }; } { name = \"lodash.unescape___lodash.unescape_4.0.1.tgz\"; path = fetchurl { name = \"lodash.unescape___lodash.unescape_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz\"; sha1 = \"bf2249886ce514cda112fae9218cdc065211fc9c\"; }; } { name = \"lodash.uniq___lodash.uniq_4.5.0.tgz\"; path = fetchurl { name = \"lodash.uniq___lodash.uniq_4.5.0.tgz\"; url = \"https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz\"; sha1 = \"d0225373aeb652adc1bc82e4945339a842754773\"; }; } { name = \"lodash___lodash_4.17.15.tgz\"; path = fetchurl { name = \"lodash___lodash_4.17.15.tgz\"; url = \"https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz\"; sha1 = \"b447f6670a0455bbfeedd11392eff330ea097548\"; }; } { name = \"loglevel___loglevel_1.6.3.tgz\"; path = fetchurl { name = \"loglevel___loglevel_1.6.3.tgz\"; url = \"https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.3.tgz\"; sha1 = \"77f2eb64be55a404c9fd04ad16d57c1d6d6b1280\"; }; } { name = \"loose_envify___loose_envify_1.4.0.tgz\"; path = fetchurl { name = \"loose_envify___loose_envify_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz\"; sha1 = \"71ee51fa7be4caec1a63839f7e682d8132d30caf\"; }; } { name = \"lower_case___lower_case_1.1.4.tgz\"; path = fetchurl { name = \"lower_case___lower_case_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz\"; sha1 = \"9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac\"; }; } { name = \"lru_cache___lru_cache_5.1.1.tgz\"; path = fetchurl { name = \"lru_cache___lru_cache_5.1.1.tgz\"; url = \"https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz\"; sha1 = \"1da27e6710271947695daf6848e847f01d84b920\"; }; } { name = \"make_dir___make_dir_2.1.0.tgz\"; path = fetchurl { name = \"make_dir___make_dir_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz\"; sha1 = \"5f0310e18b8be898cc07009295a30ae41e91e6f5\"; }; } { name = \"makeerror___makeerror_1.0.11.tgz\"; path = fetchurl { name = \"makeerror___makeerror_1.0.11.tgz\"; url = \"https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz\"; sha1 = \"e01a5c9109f2af79660e4e8b9587790184f5a96c\"; }; } { name = \"mamacro___mamacro_0.0.3.tgz\"; path = fetchurl { name = \"mamacro___mamacro_0.0.3.tgz\"; url = \"https://registry.yarnpkg.com/mamacro/-/mamacro-0.0.3.tgz\"; sha1 = \"ad2c9576197c9f1abf308d0787865bd975a3f3e4\"; }; } { name = \"map_age_cleaner___map_age_cleaner_0.1.3.tgz\"; path = fetchurl { name = \"map_age_cleaner___map_age_cleaner_0.1.3.tgz\"; url = \"https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz\"; sha1 = \"7d583a7306434c055fe474b0f45078e6e1b4b92a\"; }; } { name = \"map_cache___map_cache_0.2.2.tgz\"; path = fetchurl { name = \"map_cache___map_cache_0.2.2.tgz\"; url = \"https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz\"; sha1 = \"c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf\"; }; } { name = \"map_visit___map_visit_1.0.0.tgz\"; path = fetchurl { name = \"map_visit___map_visit_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz\"; sha1 = \"ecdca8f13144e660f1b5bd41f12f3479d98dfb8f\"; }; } { name = \"markdown_escapes___markdown_escapes_1.0.3.tgz\"; path = fetchurl { name = \"markdown_escapes___markdown_escapes_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.3.tgz\"; sha1 = \"6155e10416efaafab665d466ce598216375195f5\"; }; } { name = \"md5.js___md5.js_1.3.5.tgz\"; path = fetchurl { name = \"md5.js___md5.js_1.3.5.tgz\"; url = \"https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz\"; sha1 = \"b5d07b8e3216e3e27cd728d72f70d1e6a342005f\"; }; } { name = \"mdast_add_list_metadata___mdast_add_list_metadata_1.0.1.tgz\"; path = fetchurl { name = \"mdast_add_list_metadata___mdast_add_list_metadata_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz\"; sha1 = \"95e73640ce2fc1fa2dcb7ec443d09e2bfe7db4cf\"; }; } { name = \"mdn_data___mdn_data_2.0.4.tgz\"; path = fetchurl { name = \"mdn_data___mdn_data_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz\"; sha1 = \"699b3c38ac6f1d728091a64650b65d388502fd5b\"; }; } { name = \"mdn_data___mdn_data_1.1.4.tgz\"; path = fetchurl { name = \"mdn_data___mdn_data_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz\"; sha1 = \"50b5d4ffc4575276573c4eedb8780812a8419f01\"; }; } { name = \"media_typer___media_typer_0.3.0.tgz\"; path = fetchurl { name = \"media_typer___media_typer_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz\"; sha1 = \"8710d7af0aa626f8fffa1ce00168545263255748\"; }; } { name = \"mem___mem_4.3.0.tgz\"; path = fetchurl { name = \"mem___mem_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz\"; sha1 = \"461af497bc4ae09608cdb2e60eefb69bff744178\"; }; } { name = \"memory_fs___memory_fs_0.4.1.tgz\"; path = fetchurl { name = \"memory_fs___memory_fs_0.4.1.tgz\"; url = \"https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz\"; sha1 = \"3a9a20b8462523e447cfbc7e8bb80ed667bfc552\"; }; } { name = \"merge_deep___merge_deep_3.0.2.tgz\"; path = fetchurl { name = \"merge_deep___merge_deep_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/merge-deep/-/merge-deep-3.0.2.tgz\"; sha1 = \"f39fa100a4f1bd34ff29f7d2bf4508fbb8d83ad2\"; }; } { name = \"merge_descriptors___merge_descriptors_1.0.1.tgz\"; path = fetchurl { name = \"merge_descriptors___merge_descriptors_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz\"; sha1 = \"b00aaa556dd8b44568150ec9d1b953f3f90cbb61\"; }; } { name = \"merge_stream___merge_stream_2.0.0.tgz\"; path = fetchurl { name = \"merge_stream___merge_stream_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz\"; sha1 = \"52823629a14dd00c9770fb6ad47dc6310f2c1f60\"; }; } { name = \"merge2___merge2_1.2.4.tgz\"; path = fetchurl { name = \"merge2___merge2_1.2.4.tgz\"; url = \"https://registry.yarnpkg.com/merge2/-/merge2-1.2.4.tgz\"; sha1 = \"c9269589e6885a60cf80605d9522d4b67ca646e3\"; }; } { name = \"methods___methods_1.1.2.tgz\"; path = fetchurl { name = \"methods___methods_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz\"; sha1 = \"5529a4d67654134edcc5266656835b0f851afcee\"; }; } { name = \"microevent.ts___microevent.ts_0.1.1.tgz\"; path = fetchurl { name = \"microevent.ts___microevent.ts_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/microevent.ts/-/microevent.ts-0.1.1.tgz\"; sha1 = \"70b09b83f43df5172d0205a63025bce0f7357fa0\"; }; } { name = \"micromatch___micromatch_3.1.10.tgz\"; path = fetchurl { name = \"micromatch___micromatch_3.1.10.tgz\"; url = \"https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz\"; sha1 = \"70859bc95c9840952f359a068a3fc49f9ecfac23\"; }; } { name = \"miller_rabin___miller_rabin_4.0.1.tgz\"; path = fetchurl { name = \"miller_rabin___miller_rabin_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz\"; sha1 = \"f080351c865b0dc562a8462966daa53543c78a4d\"; }; } { name = \"mime_db___mime_db_1.40.0.tgz\"; path = fetchurl { name = \"mime_db___mime_db_1.40.0.tgz\"; url = \"https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz\"; sha1 = \"a65057e998db090f732a68f6c276d387d4126c32\"; }; } { name = \"mime_db___mime_db_1.41.0.tgz\"; path = fetchurl { name = \"mime_db___mime_db_1.41.0.tgz\"; url = \"https://registry.yarnpkg.com/mime-db/-/mime-db-1.41.0.tgz\"; sha1 = \"9110408e1f6aa1b34aef51f2c9df3caddf46b6a0\"; }; } { name = \"mime_types___mime_types_2.1.24.tgz\"; path = fetchurl { name = \"mime_types___mime_types_2.1.24.tgz\"; url = \"https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.24.tgz\"; sha1 = \"b6f8d0b3e951efb77dedeca194cff6d16f676f81\"; }; } { name = \"mime___mime_1.6.0.tgz\"; path = fetchurl { name = \"mime___mime_1.6.0.tgz\"; url = \"https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz\"; sha1 = \"32cd9e5c64553bd58d19a568af452acff04981b1\"; }; } { name = \"mime___mime_2.4.4.tgz\"; path = fetchurl { name = \"mime___mime_2.4.4.tgz\"; url = \"https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz\"; sha1 = \"bd7b91135fc6b01cde3e9bae33d659b63d8857e5\"; }; } { name = \"mimic_fn___mimic_fn_1.2.0.tgz\"; path = fetchurl { name = \"mimic_fn___mimic_fn_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz\"; sha1 = \"820c86a39334640e99516928bd03fca88057d022\"; }; } { name = \"mimic_fn___mimic_fn_2.1.0.tgz\"; path = fetchurl { name = \"mimic_fn___mimic_fn_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz\"; sha1 = \"7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b\"; }; } { name = \"mini_css_extract_plugin___mini_css_extract_plugin_0.5.0.tgz\"; path = fetchurl { name = \"mini_css_extract_plugin___mini_css_extract_plugin_0.5.0.tgz\"; url = \"https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz\"; sha1 = \"ac0059b02b9692515a637115b0cc9fed3a35c7b0\"; }; } { name = \"minimalistic_assert___minimalistic_assert_1.0.1.tgz\"; path = fetchurl { name = \"minimalistic_assert___minimalistic_assert_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz\"; sha1 = \"2e194de044626d4a10e7f7fbc00ce73e83e4d5c7\"; }; } { name = \"minimalistic_crypto_utils___minimalistic_crypto_utils_1.0.1.tgz\"; path = fetchurl { name = \"minimalistic_crypto_utils___minimalistic_crypto_utils_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz\"; sha1 = \"f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a\"; }; } { name = \"minimatch___minimatch_3.0.4.tgz\"; path = fetchurl { name = \"minimatch___minimatch_3.0.4.tgz\"; url = \"https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz\"; sha1 = \"5166e286457f03306064be5497e8dbb0c3d32083\"; }; } { name = \"minimist___minimist_0.0.8.tgz\"; path = fetchurl { name = \"minimist___minimist_0.0.8.tgz\"; url = \"https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz\"; sha1 = \"857fcabfc3397d2625b8228262e86aa7a011b05d\"; }; } { name = \"minimist___minimist_1.2.0.tgz\"; path = fetchurl { name = \"minimist___minimist_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz\"; sha1 = \"a35008b20f41383eec1fb914f4cd5df79a264284\"; }; } { name = \"minimist___minimist_0.0.10.tgz\"; path = fetchurl { name = \"minimist___minimist_0.0.10.tgz\"; url = \"https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz\"; sha1 = \"de3f98543dbf96082be48ad1a0c7cda836301dcf\"; }; } { name = \"minipass___minipass_2.5.0.tgz\"; path = fetchurl { name = \"minipass___minipass_2.5.0.tgz\"; url = \"https://registry.yarnpkg.com/minipass/-/minipass-2.5.0.tgz\"; sha1 = \"dddb1d001976978158a05badfcbef4a771612857\"; }; } { name = \"minizlib___minizlib_1.2.1.tgz\"; path = fetchurl { name = \"minizlib___minizlib_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz\"; sha1 = \"dd27ea6136243c7c880684e8672bb3a45fd9b614\"; }; } { name = \"mississippi___mississippi_3.0.0.tgz\"; path = fetchurl { name = \"mississippi___mississippi_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz\"; sha1 = \"ea0a3291f97e0b5e8776b363d5f0a12d94c67022\"; }; } { name = \"mixin_deep___mixin_deep_1.3.2.tgz\"; path = fetchurl { name = \"mixin_deep___mixin_deep_1.3.2.tgz\"; url = \"https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz\"; sha1 = \"1120b43dc359a785dce65b55b82e257ccf479566\"; }; } { name = \"mixin_object___mixin_object_2.0.1.tgz\"; path = fetchurl { name = \"mixin_object___mixin_object_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz\"; sha1 = \"4fb949441dab182540f1fe035ba60e1947a5e57e\"; }; } { name = \"mkdirp___mkdirp_0.5.1.tgz\"; path = fetchurl { name = \"mkdirp___mkdirp_0.5.1.tgz\"; url = \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz\"; sha1 = \"30057438eac6cf7f8c4767f38648d6697d75c903\"; }; } { name = \"mobx_react___mobx_react_5.4.4.tgz\"; path = fetchurl { name = \"mobx_react___mobx_react_5.4.4.tgz\"; url = \"https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.4.4.tgz\"; sha1 = \"b3de9c6eabcd0ed8a40036888cb0221ab9568b80\"; }; } { name = \"mobx_utils___mobx_utils_5.4.1.tgz\"; path = fetchurl { name = \"mobx_utils___mobx_utils_5.4.1.tgz\"; url = \"https://registry.yarnpkg.com/mobx-utils/-/mobx-utils-5.4.1.tgz\"; sha1 = \"18ff5f9723b27e1ff50ae0b362938a4792eb077a\"; }; } { name = \"mobx___mobx_5.13.0.tgz\"; path = fetchurl { name = \"mobx___mobx_5.13.0.tgz\"; url = \"https://registry.yarnpkg.com/mobx/-/mobx-5.13.0.tgz\"; sha1 = \"0fd68f10aa5ff2d146a4ed9e145b53337cfbca59\"; }; } { name = \"move_concurrently___move_concurrently_1.0.1.tgz\"; path = fetchurl { name = \"move_concurrently___move_concurrently_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz\"; sha1 = \"be2c005fda32e0b29af1f05d7c4b33214c701f92\"; }; } { name = \"ms___ms_2.0.0.tgz\"; path = fetchurl { name = \"ms___ms_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz\"; sha1 = \"5608aeadfc00be6c2901df5f9861788de0d597c8\"; }; } { name = \"ms___ms_2.1.1.tgz\"; path = fetchurl { name = \"ms___ms_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz\"; sha1 = \"30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a\"; }; } { name = \"ms___ms_2.1.2.tgz\"; path = fetchurl { name = \"ms___ms_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz\"; sha1 = \"d09d1f357b443f493382a8eb3ccd183872ae6009\"; }; } { name = \"multicast_dns_service_types___multicast_dns_service_types_1.1.0.tgz\"; path = fetchurl { name = \"multicast_dns_service_types___multicast_dns_service_types_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz\"; sha1 = \"899f11d9686e5e05cb91b35d5f0e63b773cfc901\"; }; } { name = \"multicast_dns___multicast_dns_6.2.3.tgz\"; path = fetchurl { name = \"multicast_dns___multicast_dns_6.2.3.tgz\"; url = \"https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz\"; sha1 = \"a0ec7bd9055c4282f790c3c82f4e28db3b31b229\"; }; } { name = \"mute_stream___mute_stream_0.0.7.tgz\"; path = fetchurl { name = \"mute_stream___mute_stream_0.0.7.tgz\"; url = \"https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz\"; sha1 = \"3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab\"; }; } { name = \"nan___nan_2.14.0.tgz\"; path = fetchurl { name = \"nan___nan_2.14.0.tgz\"; url = \"https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz\"; sha1 = \"7818f722027b2459a86f0295d434d1fc2336c52c\"; }; } { name = \"nanomatch___nanomatch_1.2.13.tgz\"; path = fetchurl { name = \"nanomatch___nanomatch_1.2.13.tgz\"; url = \"https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz\"; sha1 = \"b87a8aa4fc0de8fe6be88895b38983ff265bd119\"; }; } { name = \"natural_compare___natural_compare_1.4.0.tgz\"; path = fetchurl { name = \"natural_compare___natural_compare_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz\"; sha1 = \"4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7\"; }; } { name = \"needle___needle_2.4.0.tgz\"; path = fetchurl { name = \"needle___needle_2.4.0.tgz\"; url = \"https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz\"; sha1 = \"6833e74975c444642590e15a750288c5f939b57c\"; }; } { name = \"negotiator___negotiator_0.6.2.tgz\"; path = fetchurl { name = \"negotiator___negotiator_0.6.2.tgz\"; url = \"https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz\"; sha1 = \"feacf7ccf525a77ae9634436a64883ffeca346fb\"; }; } { name = \"neo_async___neo_async_2.6.1.tgz\"; path = fetchurl { name = \"neo_async___neo_async_2.6.1.tgz\"; url = \"https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz\"; sha1 = \"ac27ada66167fa8849a6addd837f6b189ad2081c\"; }; } { name = \"next_tick___next_tick_1.0.0.tgz\"; path = fetchurl { name = \"next_tick___next_tick_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz\"; sha1 = \"ca86d1fe8828169b0120208e3dc8424b9db8342c\"; }; } { name = \"nice_try___nice_try_1.0.5.tgz\"; path = fetchurl { name = \"nice_try___nice_try_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz\"; sha1 = \"a3378a7696ce7d223e88fc9b764bd7ef1089e366\"; }; } { name = \"no_case___no_case_2.3.2.tgz\"; path = fetchurl { name = \"no_case___no_case_2.3.2.tgz\"; url = \"https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz\"; sha1 = \"60b813396be39b3f1288a4c1ed5d1e7d28b464ac\"; }; } { name = \"node_fetch___node_fetch_1.7.3.tgz\"; path = fetchurl { name = \"node_fetch___node_fetch_1.7.3.tgz\"; url = \"https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz\"; sha1 = \"980f6f72d85211a5347c6b2bc18c5b84c3eb47ef\"; }; } { name = \"node_forge___node_forge_0.7.5.tgz\"; path = fetchurl { name = \"node_forge___node_forge_0.7.5.tgz\"; url = \"https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz\"; sha1 = \"6c152c345ce11c52f465c2abd957e8639cd674df\"; }; } { name = \"node_int64___node_int64_0.4.0.tgz\"; path = fetchurl { name = \"node_int64___node_int64_0.4.0.tgz\"; url = \"https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz\"; sha1 = \"87a9065cdb355d3182d8f94ce11188b825c68a3b\"; }; } { name = \"node_libs_browser___node_libs_browser_2.2.1.tgz\"; path = fetchurl { name = \"node_libs_browser___node_libs_browser_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz\"; sha1 = \"b64f513d18338625f90346d27b0d235e631f6425\"; }; } { name = \"node_modules_regexp___node_modules_regexp_1.0.0.tgz\"; path = fetchurl { name = \"node_modules_regexp___node_modules_regexp_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz\"; sha1 = \"8d9dbe28964a4ac5712e9131642107c71e90ec40\"; }; } { name = \"node_notifier___node_notifier_5.4.3.tgz\"; path = fetchurl { name = \"node_notifier___node_notifier_5.4.3.tgz\"; url = \"https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.3.tgz\"; sha1 = \"cb72daf94c93904098e28b9c590fd866e464bd50\"; }; } { name = \"node_pre_gyp___node_pre_gyp_0.12.0.tgz\"; path = fetchurl { name = \"node_pre_gyp___node_pre_gyp_0.12.0.tgz\"; url = \"https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz\"; sha1 = \"39ba4bb1439da030295f899e3b520b7785766149\"; }; } { name = \"node_releases___node_releases_1.1.29.tgz\"; path = fetchurl { name = \"node_releases___node_releases_1.1.29.tgz\"; url = \"https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.29.tgz\"; sha1 = \"86a57c6587a30ecd6726449e5d293466b0a0bb86\"; }; } { name = \"nopt___nopt_4.0.1.tgz\"; path = fetchurl { name = \"nopt___nopt_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz\"; sha1 = \"d0d4685afd5415193c8c7505602d0d17cd64474d\"; }; } { name = \"normalize_package_data___normalize_package_data_2.5.0.tgz\"; path = fetchurl { name = \"normalize_package_data___normalize_package_data_2.5.0.tgz\"; url = \"https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz\"; sha1 = \"e66db1838b200c1dfc233225d12cb36520e234a8\"; }; } { name = \"normalize_path___normalize_path_2.1.1.tgz\"; path = fetchurl { name = \"normalize_path___normalize_path_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz\"; sha1 = \"1ab28b556e198363a8c1a6f7e6fa20137fe6aed9\"; }; } { name = \"normalize_path___normalize_path_3.0.0.tgz\"; path = fetchurl { name = \"normalize_path___normalize_path_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz\"; sha1 = \"0dcd69ff23a1c9b11fd0978316644a0388216a65\"; }; } { name = \"normalize_range___normalize_range_0.1.2.tgz\"; path = fetchurl { name = \"normalize_range___normalize_range_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz\"; sha1 = \"2d10c06bdfd312ea9777695a4d28439456b75942\"; }; } { name = \"normalize_scroll_left___normalize_scroll_left_0.2.0.tgz\"; path = fetchurl { name = \"normalize_scroll_left___normalize_scroll_left_0.2.0.tgz\"; url = \"https://registry.yarnpkg.com/normalize-scroll-left/-/normalize-scroll-left-0.2.0.tgz\"; sha1 = \"9445d74275f303cc661e113329aefa492f58114c\"; }; } { name = \"normalize_url___normalize_url_3.3.0.tgz\"; path = fetchurl { name = \"normalize_url___normalize_url_3.3.0.tgz\"; url = \"https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz\"; sha1 = \"b2e1c4dc4f7c6d57743df733a4f5978d18650559\"; }; } { name = \"notifyjs___notifyjs_3.0.0.tgz\"; path = fetchurl { name = \"notifyjs___notifyjs_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/notifyjs/-/notifyjs-3.0.0.tgz\"; sha1 = \"7418c9d6c0533aebaa643414214af53b521d1b28\"; }; } { name = \"npm_bundled___npm_bundled_1.0.6.tgz\"; path = fetchurl { name = \"npm_bundled___npm_bundled_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz\"; sha1 = \"e7ba9aadcef962bb61248f91721cd932b3fe6bdd\"; }; } { name = \"npm_packlist___npm_packlist_1.4.4.tgz\"; path = fetchurl { name = \"npm_packlist___npm_packlist_1.4.4.tgz\"; url = \"https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz\"; sha1 = \"866224233850ac534b63d1a6e76050092b5d2f44\"; }; } { name = \"npm_run_path___npm_run_path_2.0.2.tgz\"; path = fetchurl { name = \"npm_run_path___npm_run_path_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz\"; sha1 = \"35a9232dfa35d7067b4cb2ddf2357b1871536c5f\"; }; } { name = \"npmlog___npmlog_4.1.2.tgz\"; path = fetchurl { name = \"npmlog___npmlog_4.1.2.tgz\"; url = \"https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz\"; sha1 = \"08a7f2a8bf734604779a9efa4ad5cc717abb954b\"; }; } { name = \"nth_check___nth_check_1.0.2.tgz\"; path = fetchurl { name = \"nth_check___nth_check_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz\"; sha1 = \"b2bd295c37e3dd58a3bf0700376663ba4d9cf05c\"; }; } { name = \"num2fraction___num2fraction_1.2.2.tgz\"; path = fetchurl { name = \"num2fraction___num2fraction_1.2.2.tgz\"; url = \"https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz\"; sha1 = \"6f682b6a027a4e9ddfa4564cd2589d1d4e669ede\"; }; } { name = \"number_is_nan___number_is_nan_1.0.1.tgz\"; path = fetchurl { name = \"number_is_nan___number_is_nan_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz\"; sha1 = \"097b602b53422a522c1afb8790318336941a011d\"; }; } { name = \"nwsapi___nwsapi_2.1.4.tgz\"; path = fetchurl { name = \"nwsapi___nwsapi_2.1.4.tgz\"; url = \"https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.4.tgz\"; sha1 = \"e006a878db23636f8e8a67d33ca0e4edf61a842f\"; }; } { name = \"oauth_sign___oauth_sign_0.9.0.tgz\"; path = fetchurl { name = \"oauth_sign___oauth_sign_0.9.0.tgz\"; url = \"https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz\"; sha1 = \"47a7b016baa68b5fa0ecf3dee08a85c679ac6455\"; }; } { name = \"object_assign___object_assign_4.0.1.tgz\"; path = fetchurl { name = \"object_assign___object_assign_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/object-assign/-/object-assign-4.0.1.tgz\"; sha1 = \"99504456c3598b5cad4fc59c26e8a9bb107fe0bd\"; }; } { name = \"object_assign___object_assign_4.1.1.tgz\"; path = fetchurl { name = \"object_assign___object_assign_4.1.1.tgz\"; url = \"https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz\"; sha1 = \"2109adc7965887cfc05cbbd442cac8bfbb360863\"; }; } { name = \"object_copy___object_copy_0.1.0.tgz\"; path = fetchurl { name = \"object_copy___object_copy_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz\"; sha1 = \"7e7d858b781bd7c991a41ba975ed3812754e998c\"; }; } { name = \"object_hash___object_hash_1.3.1.tgz\"; path = fetchurl { name = \"object_hash___object_hash_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz\"; sha1 = \"fde452098a951cb145f039bb7d455449ddc126df\"; }; } { name = \"object_inspect___object_inspect_1.6.0.tgz\"; path = fetchurl { name = \"object_inspect___object_inspect_1.6.0.tgz\"; url = \"https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz\"; sha1 = \"c70b6cbf72f274aab4c34c0c82f5167bf82cf15b\"; }; } { name = \"object_is___object_is_1.0.1.tgz\"; path = fetchurl { name = \"object_is___object_is_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz\"; sha1 = \"0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6\"; }; } { name = \"object_keys___object_keys_1.1.1.tgz\"; path = fetchurl { name = \"object_keys___object_keys_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz\"; sha1 = \"1c47f272df277f3b1daf061677d9c82e2322c60e\"; }; } { name = \"object_path___object_path_0.11.4.tgz\"; path = fetchurl { name = \"object_path___object_path_0.11.4.tgz\"; url = \"https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz\"; sha1 = \"370ae752fbf37de3ea70a861c23bba8915691949\"; }; } { name = \"object_visit___object_visit_1.0.1.tgz\"; path = fetchurl { name = \"object_visit___object_visit_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz\"; sha1 = \"f79c4493af0c5377b59fe39d395e41042dd045bb\"; }; } { name = \"object.assign___object.assign_4.1.0.tgz\"; path = fetchurl { name = \"object.assign___object.assign_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz\"; sha1 = \"968bf1100d7956bb3ca086f006f846b3bc4008da\"; }; } { name = \"object.entries___object.entries_1.1.0.tgz\"; path = fetchurl { name = \"object.entries___object.entries_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz\"; sha1 = \"2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519\"; }; } { name = \"object.fromentries___object.fromentries_2.0.0.tgz\"; path = fetchurl { name = \"object.fromentries___object.fromentries_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz\"; sha1 = \"49a543d92151f8277b3ac9600f1e930b189d30ab\"; }; } { name = \"object.getownpropertydescriptors___object.getownpropertydescriptors_2.0.3.tgz\"; path = fetchurl { name = \"object.getownpropertydescriptors___object.getownpropertydescriptors_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz\"; sha1 = \"8758c846f5b407adab0f236e0986f14b051caa16\"; }; } { name = \"object.pick___object.pick_1.3.0.tgz\"; path = fetchurl { name = \"object.pick___object.pick_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz\"; sha1 = \"87a10ac4c1694bd2e1cbf53591a66141fb5dd747\"; }; } { name = \"object.values___object.values_1.1.0.tgz\"; path = fetchurl { name = \"object.values___object.values_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz\"; sha1 = \"bf6810ef5da3e5325790eaaa2be213ea84624da9\"; }; } { name = \"obuf___obuf_1.1.2.tgz\"; path = fetchurl { name = \"obuf___obuf_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz\"; sha1 = \"09bea3343d41859ebd446292d11c9d4db619084e\"; }; } { name = \"on_finished___on_finished_2.3.0.tgz\"; path = fetchurl { name = \"on_finished___on_finished_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz\"; sha1 = \"20f1336481b083cd75337992a16971aa2d906947\"; }; } { name = \"on_headers___on_headers_1.0.2.tgz\"; path = fetchurl { name = \"on_headers___on_headers_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz\"; sha1 = \"772b0ae6aaa525c399e489adfad90c403eb3c28f\"; }; } { name = \"once___once_1.4.0.tgz\"; path = fetchurl { name = \"once___once_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/once/-/once-1.4.0.tgz\"; sha1 = \"583b1aa775961d4b113ac17d9c50baef9dd76bd1\"; }; } { name = \"onetime___onetime_2.0.1.tgz\"; path = fetchurl { name = \"onetime___onetime_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz\"; sha1 = \"067428230fd67443b2794b22bba528b6867962d4\"; }; } { name = \"open___open_6.4.0.tgz\"; path = fetchurl { name = \"open___open_6.4.0.tgz\"; url = \"https://registry.yarnpkg.com/open/-/open-6.4.0.tgz\"; sha1 = \"5c13e96d0dc894686164f18965ecfe889ecfc8a9\"; }; } { name = \"opn___opn_5.5.0.tgz\"; path = fetchurl { name = \"opn___opn_5.5.0.tgz\"; url = \"https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz\"; sha1 = \"fc7164fab56d235904c51c3b27da6758ca3b9bfc\"; }; } { name = \"optimist___optimist_0.6.1.tgz\"; path = fetchurl { name = \"optimist___optimist_0.6.1.tgz\"; url = \"https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz\"; sha1 = \"da3ea74686fa21a19a111c326e90eb15a0196686\"; }; } { name = \"optimize_css_assets_webpack_plugin___optimize_css_assets_webpack_plugin_5.0.3.tgz\"; path = fetchurl { name = \"optimize_css_assets_webpack_plugin___optimize_css_assets_webpack_plugin_5.0.3.tgz\"; url = \"https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.3.tgz\"; sha1 = \"e2f1d4d94ad8c0af8967ebd7cf138dcb1ef14572\"; }; } { name = \"optionator___optionator_0.8.2.tgz\"; path = fetchurl { name = \"optionator___optionator_0.8.2.tgz\"; url = \"https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz\"; sha1 = \"364c5e409d3f4d6301d6c0b4c05bba50180aeb64\"; }; } { name = \"original___original_1.0.2.tgz\"; path = fetchurl { name = \"original___original_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/original/-/original-1.0.2.tgz\"; sha1 = \"e442a61cffe1c5fd20a65f3261c26663b303f25f\"; }; } { name = \"os_browserify___os_browserify_0.3.0.tgz\"; path = fetchurl { name = \"os_browserify___os_browserify_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz\"; sha1 = \"854373c7f5c2315914fc9bfc6bd8238fdda1ec27\"; }; } { name = \"os_homedir___os_homedir_1.0.2.tgz\"; path = fetchurl { name = \"os_homedir___os_homedir_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz\"; sha1 = \"ffbc4988336e0e833de0c168c7ef152121aa7fb3\"; }; } { name = \"os_locale___os_locale_3.1.0.tgz\"; path = fetchurl { name = \"os_locale___os_locale_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz\"; sha1 = \"a802a6ee17f24c10483ab9935719cef4ed16bf1a\"; }; } { name = \"os_tmpdir___os_tmpdir_1.0.2.tgz\"; path = fetchurl { name = \"os_tmpdir___os_tmpdir_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz\"; sha1 = \"bbe67406c79aa85c5cfec766fe5734555dfa1274\"; }; } { name = \"osenv___osenv_0.1.5.tgz\"; path = fetchurl { name = \"osenv___osenv_0.1.5.tgz\"; url = \"https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz\"; sha1 = \"85cdfafaeb28e8677f416e287592b5f3f49ea410\"; }; } { name = \"p_defer___p_defer_1.0.0.tgz\"; path = fetchurl { name = \"p_defer___p_defer_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz\"; sha1 = \"9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c\"; }; } { name = \"p_each_series___p_each_series_1.0.0.tgz\"; path = fetchurl { name = \"p_each_series___p_each_series_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-each-series/-/p-each-series-1.0.0.tgz\"; sha1 = \"930f3d12dd1f50e7434457a22cd6f04ac6ad7f71\"; }; } { name = \"p_finally___p_finally_1.0.0.tgz\"; path = fetchurl { name = \"p_finally___p_finally_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz\"; sha1 = \"3fbcfb15b899a44123b34b6dcc18b724336a2cae\"; }; } { name = \"p_is_promise___p_is_promise_2.1.0.tgz\"; path = fetchurl { name = \"p_is_promise___p_is_promise_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz\"; sha1 = \"918cebaea248a62cf7ffab8e3bca8c5f882fc42e\"; }; } { name = \"p_limit___p_limit_1.3.0.tgz\"; path = fetchurl { name = \"p_limit___p_limit_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz\"; sha1 = \"b86bd5f0c25690911c7590fcbfc2010d54b3ccb8\"; }; } { name = \"p_limit___p_limit_2.2.1.tgz\"; path = fetchurl { name = \"p_limit___p_limit_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz\"; sha1 = \"aa07a788cc3151c939b5131f63570f0dd2009537\"; }; } { name = \"p_locate___p_locate_2.0.0.tgz\"; path = fetchurl { name = \"p_locate___p_locate_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz\"; sha1 = \"20a0103b222a70c8fd39cc2e580680f3dde5ec43\"; }; } { name = \"p_locate___p_locate_3.0.0.tgz\"; path = fetchurl { name = \"p_locate___p_locate_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz\"; sha1 = \"322d69a05c0264b25997d9f40cd8a891ab0064a4\"; }; } { name = \"p_map___p_map_1.2.0.tgz\"; path = fetchurl { name = \"p_map___p_map_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz\"; sha1 = \"e4e94f311eabbc8633a1e79908165fca26241b6b\"; }; } { name = \"p_reduce___p_reduce_1.0.0.tgz\"; path = fetchurl { name = \"p_reduce___p_reduce_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz\"; sha1 = \"18c2b0dd936a4690a529f8231f58a0fdb6a47dfa\"; }; } { name = \"p_try___p_try_1.0.0.tgz\"; path = fetchurl { name = \"p_try___p_try_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz\"; sha1 = \"cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3\"; }; } { name = \"p_try___p_try_2.2.0.tgz\"; path = fetchurl { name = \"p_try___p_try_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz\"; sha1 = \"cb2868540e313d61de58fafbe35ce9004d5540e6\"; }; } { name = \"pako___pako_1.0.10.tgz\"; path = fetchurl { name = \"pako___pako_1.0.10.tgz\"; url = \"https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz\"; sha1 = \"4328badb5086a426aa90f541977d4955da5c9732\"; }; } { name = \"parallel_transform___parallel_transform_1.1.0.tgz\"; path = fetchurl { name = \"parallel_transform___parallel_transform_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz\"; sha1 = \"d410f065b05da23081fcd10f28854c29bda33b06\"; }; } { name = \"param_case___param_case_2.1.1.tgz\"; path = fetchurl { name = \"param_case___param_case_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz\"; sha1 = \"df94fd8cf6531ecf75e6bef9a0858fbc72be2247\"; }; } { name = \"parent_module___parent_module_1.0.1.tgz\"; path = fetchurl { name = \"parent_module___parent_module_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz\"; sha1 = \"691d2709e78c79fae3a156622452d00762caaaa2\"; }; } { name = \"parse_asn1___parse_asn1_5.1.4.tgz\"; path = fetchurl { name = \"parse_asn1___parse_asn1_5.1.4.tgz\"; url = \"https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz\"; sha1 = \"37f6628f823fbdeb2273b4d540434a22f3ef1fcc\"; }; } { name = \"parse_entities___parse_entities_1.2.2.tgz\"; path = fetchurl { name = \"parse_entities___parse_entities_1.2.2.tgz\"; url = \"https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.2.tgz\"; sha1 = \"c31bf0f653b6661354f8973559cb86dd1d5edf50\"; }; } { name = \"parse_json___parse_json_2.2.0.tgz\"; path = fetchurl { name = \"parse_json___parse_json_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz\"; sha1 = \"f480f40434ef80741f8469099f8dea18f55a4dc9\"; }; } { name = \"parse_json___parse_json_4.0.0.tgz\"; path = fetchurl { name = \"parse_json___parse_json_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz\"; sha1 = \"be35f5425be1f7f6c747184f98a788cb99477ee0\"; }; } { name = \"parse5___parse5_4.0.0.tgz\"; path = fetchurl { name = \"parse5___parse5_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz\"; sha1 = \"6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608\"; }; } { name = \"parse5___parse5_5.1.0.tgz\"; path = fetchurl { name = \"parse5___parse5_5.1.0.tgz\"; url = \"https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz\"; sha1 = \"c59341c9723f414c452975564c7c00a68d58acd2\"; }; } { name = \"parseurl___parseurl_1.3.3.tgz\"; path = fetchurl { name = \"parseurl___parseurl_1.3.3.tgz\"; url = \"https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz\"; sha1 = \"9da19e7bee8d12dff0513ed5b76957793bc2e8d4\"; }; } { name = \"pascalcase___pascalcase_0.1.1.tgz\"; path = fetchurl { name = \"pascalcase___pascalcase_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz\"; sha1 = \"b363e55e8006ca6fe21784d2db22bd15d7917f14\"; }; } { name = \"path_browserify___path_browserify_0.0.1.tgz\"; path = fetchurl { name = \"path_browserify___path_browserify_0.0.1.tgz\"; url = \"https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz\"; sha1 = \"e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a\"; }; } { name = \"path_dirname___path_dirname_1.0.2.tgz\"; path = fetchurl { name = \"path_dirname___path_dirname_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz\"; sha1 = \"cc33d24d525e099a5388c0336c6e32b9160609e0\"; }; } { name = \"path_exists___path_exists_2.1.0.tgz\"; path = fetchurl { name = \"path_exists___path_exists_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz\"; sha1 = \"0feb6c64f0fc518d9a754dd5efb62c7022761f4b\"; }; } { name = \"path_exists___path_exists_3.0.0.tgz\"; path = fetchurl { name = \"path_exists___path_exists_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz\"; sha1 = \"ce0ebeaa5f78cb18925ea7d810d7b59b010fd515\"; }; } { name = \"path_is_absolute___path_is_absolute_1.0.1.tgz\"; path = fetchurl { name = \"path_is_absolute___path_is_absolute_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz\"; sha1 = \"174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f\"; }; } { name = \"path_is_inside___path_is_inside_1.0.2.tgz\"; path = fetchurl { name = \"path_is_inside___path_is_inside_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz\"; sha1 = \"365417dede44430d1c11af61027facf074bdfc53\"; }; } { name = \"path_key___path_key_2.0.1.tgz\"; path = fetchurl { name = \"path_key___path_key_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz\"; sha1 = \"411cadb574c5a140d3a4b1910d40d80cc9f40b40\"; }; } { name = \"path_parse___path_parse_1.0.6.tgz\"; path = fetchurl { name = \"path_parse___path_parse_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz\"; sha1 = \"d62dbb5679405d72c4737ec58600e9ddcf06d24c\"; }; } { name = \"path_to_regexp___path_to_regexp_0.1.7.tgz\"; path = fetchurl { name = \"path_to_regexp___path_to_regexp_0.1.7.tgz\"; url = \"https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz\"; sha1 = \"df604178005f522f15eb4490e7247a1bfaa67f8c\"; }; } { name = \"path_to_regexp___path_to_regexp_1.7.0.tgz\"; path = fetchurl { name = \"path_to_regexp___path_to_regexp_1.7.0.tgz\"; url = \"https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz\"; sha1 = \"59fde0f435badacba103a84e9d3bc64e96b9937d\"; }; } { name = \"path_type___path_type_2.0.0.tgz\"; path = fetchurl { name = \"path_type___path_type_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz\"; sha1 = \"f012ccb8415b7096fc2daa1054c3d72389594c73\"; }; } { name = \"path_type___path_type_3.0.0.tgz\"; path = fetchurl { name = \"path_type___path_type_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz\"; sha1 = \"cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f\"; }; } { name = \"pbkdf2___pbkdf2_3.0.17.tgz\"; path = fetchurl { name = \"pbkdf2___pbkdf2_3.0.17.tgz\"; url = \"https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz\"; sha1 = \"976c206530617b14ebb32114239f7b09336e93a6\"; }; } { name = \"pend___pend_1.2.0.tgz\"; path = fetchurl { name = \"pend___pend_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz\"; sha1 = \"7a57eb550a6783f9115331fcf4663d5c8e007a50\"; }; } { name = \"performance_now___performance_now_2.1.0.tgz\"; path = fetchurl { name = \"performance_now___performance_now_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz\"; sha1 = \"6309f4e0e5fa913ec1c69307ae364b4b377c9e7b\"; }; } { name = \"pify___pify_2.3.0.tgz\"; path = fetchurl { name = \"pify___pify_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz\"; sha1 = \"ed141a6ac043a849ea588498e7dca8b15330e90c\"; }; } { name = \"pify___pify_3.0.0.tgz\"; path = fetchurl { name = \"pify___pify_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz\"; sha1 = \"e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176\"; }; } { name = \"pify___pify_4.0.1.tgz\"; path = fetchurl { name = \"pify___pify_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz\"; sha1 = \"4b2cd25c50d598735c50292224fd8c6df41e3231\"; }; } { name = \"pinkie_promise___pinkie_promise_2.0.1.tgz\"; path = fetchurl { name = \"pinkie_promise___pinkie_promise_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz\"; sha1 = \"2135d6dfa7a358c069ac9b178776288228450ffa\"; }; } { name = \"pinkie___pinkie_2.0.4.tgz\"; path = fetchurl { name = \"pinkie___pinkie_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz\"; sha1 = \"72556b80cfa0d48a974e80e77248e80ed4f7f870\"; }; } { name = \"pirates___pirates_4.0.1.tgz\"; path = fetchurl { name = \"pirates___pirates_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz\"; sha1 = \"643a92caf894566f91b2b986d2c66950a8e2fb87\"; }; } { name = \"pkg_dir___pkg_dir_1.0.0.tgz\"; path = fetchurl { name = \"pkg_dir___pkg_dir_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz\"; sha1 = \"7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4\"; }; } { name = \"pkg_dir___pkg_dir_2.0.0.tgz\"; path = fetchurl { name = \"pkg_dir___pkg_dir_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz\"; sha1 = \"f6d5d1109e19d63edf428e0bd57e12777615334b\"; }; } { name = \"pkg_dir___pkg_dir_3.0.0.tgz\"; path = fetchurl { name = \"pkg_dir___pkg_dir_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz\"; sha1 = \"2749020f239ed990881b1f71210d51eb6523bea3\"; }; } { name = \"pkg_up___pkg_up_2.0.0.tgz\"; path = fetchurl { name = \"pkg_up___pkg_up_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz\"; sha1 = \"c819ac728059a461cab1c3889a2be3c49a004d7f\"; }; } { name = \"pn___pn_1.1.0.tgz\"; path = fetchurl { name = \"pn___pn_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz\"; sha1 = \"e2f4cef0e219f463c179ab37463e4e1ecdccbafb\"; }; } { name = \"pnp_webpack_plugin___pnp_webpack_plugin_1.5.0.tgz\"; path = fetchurl { name = \"pnp_webpack_plugin___pnp_webpack_plugin_1.5.0.tgz\"; url = \"https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.5.0.tgz\"; sha1 = \"62a1cd3068f46d564bb33c56eb250e4d586676eb\"; }; } { name = \"popper.js___popper.js_1.15.0.tgz\"; path = fetchurl { name = \"popper.js___popper.js_1.15.0.tgz\"; url = \"https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz\"; sha1 = \"5560b99bbad7647e9faa475c6b8056621f5a4ff2\"; }; } { name = \"portfinder___portfinder_1.0.23.tgz\"; path = fetchurl { name = \"portfinder___portfinder_1.0.23.tgz\"; url = \"https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.23.tgz\"; sha1 = \"894db4bcc5daf02b6614517ce89cd21a38226b82\"; }; } { name = \"posix_character_classes___posix_character_classes_0.1.1.tgz\"; path = fetchurl { name = \"posix_character_classes___posix_character_classes_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz\"; sha1 = \"01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab\"; }; } { name = \"postcss_attribute_case_insensitive___postcss_attribute_case_insensitive_4.0.1.tgz\"; path = fetchurl { name = \"postcss_attribute_case_insensitive___postcss_attribute_case_insensitive_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.1.tgz\"; sha1 = \"b2a721a0d279c2f9103a36331c88981526428cc7\"; }; } { name = \"postcss_browser_comments___postcss_browser_comments_2.0.0.tgz\"; path = fetchurl { name = \"postcss_browser_comments___postcss_browser_comments_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-2.0.0.tgz\"; sha1 = \"dc48d6a8ddbff188a80a000b7393436cb18aed88\"; }; } { name = \"postcss_calc___postcss_calc_7.0.1.tgz\"; path = fetchurl { name = \"postcss_calc___postcss_calc_7.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.1.tgz\"; sha1 = \"36d77bab023b0ecbb9789d84dcb23c4941145436\"; }; } { name = \"postcss_color_functional_notation___postcss_color_functional_notation_2.0.1.tgz\"; path = fetchurl { name = \"postcss_color_functional_notation___postcss_color_functional_notation_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz\"; sha1 = \"5efd37a88fbabeb00a2966d1e53d98ced93f74e0\"; }; } { name = \"postcss_color_gray___postcss_color_gray_5.0.0.tgz\"; path = fetchurl { name = \"postcss_color_gray___postcss_color_gray_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz\"; sha1 = \"532a31eb909f8da898ceffe296fdc1f864be8547\"; }; } { name = \"postcss_color_hex_alpha___postcss_color_hex_alpha_5.0.3.tgz\"; path = fetchurl { name = \"postcss_color_hex_alpha___postcss_color_hex_alpha_5.0.3.tgz\"; url = \"https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz\"; sha1 = \"a8d9ca4c39d497c9661e374b9c51899ef0f87388\"; }; } { name = \"postcss_color_mod_function___postcss_color_mod_function_3.0.3.tgz\"; path = fetchurl { name = \"postcss_color_mod_function___postcss_color_mod_function_3.0.3.tgz\"; url = \"https://registry.yarnpkg.com/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz\"; sha1 = \"816ba145ac11cc3cb6baa905a75a49f903e4d31d\"; }; } { name = \"postcss_color_rebeccapurple___postcss_color_rebeccapurple_4.0.1.tgz\"; path = fetchurl { name = \"postcss_color_rebeccapurple___postcss_color_rebeccapurple_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz\"; sha1 = \"c7a89be872bb74e45b1e3022bfe5748823e6de77\"; }; } { name = \"postcss_colormin___postcss_colormin_4.0.3.tgz\"; path = fetchurl { name = \"postcss_colormin___postcss_colormin_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz\"; sha1 = \"ae060bce93ed794ac71264f08132d550956bd381\"; }; } { name = \"postcss_convert_values___postcss_convert_values_4.0.1.tgz\"; path = fetchurl { name = \"postcss_convert_values___postcss_convert_values_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz\"; sha1 = \"ca3813ed4da0f812f9d43703584e449ebe189a7f\"; }; } { name = \"postcss_custom_media___postcss_custom_media_7.0.8.tgz\"; path = fetchurl { name = \"postcss_custom_media___postcss_custom_media_7.0.8.tgz\"; url = \"https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz\"; sha1 = \"fffd13ffeffad73621be5f387076a28b00294e0c\"; }; } { name = \"postcss_custom_properties___postcss_custom_properties_8.0.11.tgz\"; path = fetchurl { name = \"postcss_custom_properties___postcss_custom_properties_8.0.11.tgz\"; url = \"https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz\"; sha1 = \"2d61772d6e92f22f5e0d52602df8fae46fa30d97\"; }; } { name = \"postcss_custom_selectors___postcss_custom_selectors_5.1.2.tgz\"; path = fetchurl { name = \"postcss_custom_selectors___postcss_custom_selectors_5.1.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz\"; sha1 = \"64858c6eb2ecff2fb41d0b28c9dd7b3db4de7fba\"; }; } { name = \"postcss_dir_pseudo_class___postcss_dir_pseudo_class_5.0.0.tgz\"; path = fetchurl { name = \"postcss_dir_pseudo_class___postcss_dir_pseudo_class_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz\"; sha1 = \"6e3a4177d0edb3abcc85fdb6fbb1c26dabaeaba2\"; }; } { name = \"postcss_discard_comments___postcss_discard_comments_4.0.2.tgz\"; path = fetchurl { name = \"postcss_discard_comments___postcss_discard_comments_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz\"; sha1 = \"1fbabd2c246bff6aaad7997b2b0918f4d7af4033\"; }; } { name = \"postcss_discard_duplicates___postcss_discard_duplicates_4.0.2.tgz\"; path = fetchurl { name = \"postcss_discard_duplicates___postcss_discard_duplicates_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz\"; sha1 = \"3fe133cd3c82282e550fc9b239176a9207b784eb\"; }; } { name = \"postcss_discard_empty___postcss_discard_empty_4.0.1.tgz\"; path = fetchurl { name = \"postcss_discard_empty___postcss_discard_empty_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz\"; sha1 = \"c8c951e9f73ed9428019458444a02ad90bb9f765\"; }; } { name = \"postcss_discard_overridden___postcss_discard_overridden_4.0.1.tgz\"; path = fetchurl { name = \"postcss_discard_overridden___postcss_discard_overridden_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz\"; sha1 = \"652aef8a96726f029f5e3e00146ee7a4e755ff57\"; }; } { name = \"postcss_double_position_gradients___postcss_double_position_gradients_1.0.0.tgz\"; path = fetchurl { name = \"postcss_double_position_gradients___postcss_double_position_gradients_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz\"; sha1 = \"fc927d52fddc896cb3a2812ebc5df147e110522e\"; }; } { name = \"postcss_env_function___postcss_env_function_2.0.2.tgz\"; path = fetchurl { name = \"postcss_env_function___postcss_env_function_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-2.0.2.tgz\"; sha1 = \"0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7\"; }; } { name = \"postcss_flexbugs_fixes___postcss_flexbugs_fixes_4.1.0.tgz\"; path = fetchurl { name = \"postcss_flexbugs_fixes___postcss_flexbugs_fixes_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.1.0.tgz\"; sha1 = \"e094a9df1783e2200b7b19f875dcad3b3aff8b20\"; }; } { name = \"postcss_focus_visible___postcss_focus_visible_4.0.0.tgz\"; path = fetchurl { name = \"postcss_focus_visible___postcss_focus_visible_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz\"; sha1 = \"477d107113ade6024b14128317ade2bd1e17046e\"; }; } { name = \"postcss_focus_within___postcss_focus_within_3.0.0.tgz\"; path = fetchurl { name = \"postcss_focus_within___postcss_focus_within_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz\"; sha1 = \"763b8788596cee9b874c999201cdde80659ef680\"; }; } { name = \"postcss_font_variant___postcss_font_variant_4.0.0.tgz\"; path = fetchurl { name = \"postcss_font_variant___postcss_font_variant_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.0.tgz\"; sha1 = \"71dd3c6c10a0d846c5eda07803439617bbbabacc\"; }; } { name = \"postcss_gap_properties___postcss_gap_properties_2.0.0.tgz\"; path = fetchurl { name = \"postcss_gap_properties___postcss_gap_properties_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz\"; sha1 = \"431c192ab3ed96a3c3d09f2ff615960f902c1715\"; }; } { name = \"postcss_image_set_function___postcss_image_set_function_3.0.1.tgz\"; path = fetchurl { name = \"postcss_image_set_function___postcss_image_set_function_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz\"; sha1 = \"28920a2f29945bed4c3198d7df6496d410d3f288\"; }; } { name = \"postcss_initial___postcss_initial_3.0.1.tgz\"; path = fetchurl { name = \"postcss_initial___postcss_initial_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-3.0.1.tgz\"; sha1 = \"99d319669a13d6c06ef8e70d852f68cb1b399b61\"; }; } { name = \"postcss_lab_function___postcss_lab_function_2.0.1.tgz\"; path = fetchurl { name = \"postcss_lab_function___postcss_lab_function_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz\"; sha1 = \"bb51a6856cd12289ab4ae20db1e3821ef13d7d2e\"; }; } { name = \"postcss_load_config___postcss_load_config_2.1.0.tgz\"; path = fetchurl { name = \"postcss_load_config___postcss_load_config_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz\"; sha1 = \"c84d692b7bb7b41ddced94ee62e8ab31b417b003\"; }; } { name = \"postcss_loader___postcss_loader_3.0.0.tgz\"; path = fetchurl { name = \"postcss_loader___postcss_loader_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz\"; sha1 = \"6b97943e47c72d845fa9e03f273773d4e8dd6c2d\"; }; } { name = \"postcss_logical___postcss_logical_3.0.0.tgz\"; path = fetchurl { name = \"postcss_logical___postcss_logical_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz\"; sha1 = \"2495d0f8b82e9f262725f75f9401b34e7b45d5b5\"; }; } { name = \"postcss_media_minmax___postcss_media_minmax_4.0.0.tgz\"; path = fetchurl { name = \"postcss_media_minmax___postcss_media_minmax_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz\"; sha1 = \"b75bb6cbc217c8ac49433e12f22048814a4f5ed5\"; }; } { name = \"postcss_merge_longhand___postcss_merge_longhand_4.0.11.tgz\"; path = fetchurl { name = \"postcss_merge_longhand___postcss_merge_longhand_4.0.11.tgz\"; url = \"https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz\"; sha1 = \"62f49a13e4a0ee04e7b98f42bb16062ca2549e24\"; }; } { name = \"postcss_merge_rules___postcss_merge_rules_4.0.3.tgz\"; path = fetchurl { name = \"postcss_merge_rules___postcss_merge_rules_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz\"; sha1 = \"362bea4ff5a1f98e4075a713c6cb25aefef9a650\"; }; } { name = \"postcss_minify_font_values___postcss_minify_font_values_4.0.2.tgz\"; path = fetchurl { name = \"postcss_minify_font_values___postcss_minify_font_values_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz\"; sha1 = \"cd4c344cce474343fac5d82206ab2cbcb8afd5a6\"; }; } { name = \"postcss_minify_gradients___postcss_minify_gradients_4.0.2.tgz\"; path = fetchurl { name = \"postcss_minify_gradients___postcss_minify_gradients_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz\"; sha1 = \"93b29c2ff5099c535eecda56c4aa6e665a663471\"; }; } { name = \"postcss_minify_params___postcss_minify_params_4.0.2.tgz\"; path = fetchurl { name = \"postcss_minify_params___postcss_minify_params_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz\"; sha1 = \"6b9cef030c11e35261f95f618c90036d680db874\"; }; } { name = \"postcss_minify_selectors___postcss_minify_selectors_4.0.2.tgz\"; path = fetchurl { name = \"postcss_minify_selectors___postcss_minify_selectors_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz\"; sha1 = \"e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8\"; }; } { name = \"postcss_modules_extract_imports___postcss_modules_extract_imports_2.0.0.tgz\"; path = fetchurl { name = \"postcss_modules_extract_imports___postcss_modules_extract_imports_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz\"; sha1 = \"818719a1ae1da325f9832446b01136eeb493cd7e\"; }; } { name = \"postcss_modules_local_by_default___postcss_modules_local_by_default_2.0.6.tgz\"; path = fetchurl { name = \"postcss_modules_local_by_default___postcss_modules_local_by_default_2.0.6.tgz\"; url = \"https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz\"; sha1 = \"dd9953f6dd476b5fd1ef2d8830c8929760b56e63\"; }; } { name = \"postcss_modules_scope___postcss_modules_scope_2.1.0.tgz\"; path = fetchurl { name = \"postcss_modules_scope___postcss_modules_scope_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz\"; sha1 = \"ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb\"; }; } { name = \"postcss_modules_values___postcss_modules_values_2.0.0.tgz\"; path = fetchurl { name = \"postcss_modules_values___postcss_modules_values_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz\"; sha1 = \"479b46dc0c5ca3dc7fa5270851836b9ec7152f64\"; }; } { name = \"postcss_nesting___postcss_nesting_7.0.1.tgz\"; path = fetchurl { name = \"postcss_nesting___postcss_nesting_7.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz\"; sha1 = \"b50ad7b7f0173e5b5e3880c3501344703e04c052\"; }; } { name = \"postcss_normalize_charset___postcss_normalize_charset_4.0.1.tgz\"; path = fetchurl { name = \"postcss_normalize_charset___postcss_normalize_charset_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz\"; sha1 = \"8b35add3aee83a136b0471e0d59be58a50285dd4\"; }; } { name = \"postcss_normalize_display_values___postcss_normalize_display_values_4.0.2.tgz\"; path = fetchurl { name = \"postcss_normalize_display_values___postcss_normalize_display_values_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz\"; sha1 = \"0dbe04a4ce9063d4667ed2be476bb830c825935a\"; }; } { name = \"postcss_normalize_positions___postcss_normalize_positions_4.0.2.tgz\"; path = fetchurl { name = \"postcss_normalize_positions___postcss_normalize_positions_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz\"; sha1 = \"05f757f84f260437378368a91f8932d4b102917f\"; }; } { name = \"postcss_normalize_repeat_style___postcss_normalize_repeat_style_4.0.2.tgz\"; path = fetchurl { name = \"postcss_normalize_repeat_style___postcss_normalize_repeat_style_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz\"; sha1 = \"c4ebbc289f3991a028d44751cbdd11918b17910c\"; }; } { name = \"postcss_normalize_string___postcss_normalize_string_4.0.2.tgz\"; path = fetchurl { name = \"postcss_normalize_string___postcss_normalize_string_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz\"; sha1 = \"cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c\"; }; } { name = \"postcss_normalize_timing_functions___postcss_normalize_timing_functions_4.0.2.tgz\"; path = fetchurl { name = \"postcss_normalize_timing_functions___postcss_normalize_timing_functions_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz\"; sha1 = \"8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9\"; }; } { name = \"postcss_normalize_unicode___postcss_normalize_unicode_4.0.1.tgz\"; path = fetchurl { name = \"postcss_normalize_unicode___postcss_normalize_unicode_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz\"; sha1 = \"841bd48fdcf3019ad4baa7493a3d363b52ae1cfb\"; }; } { name = \"postcss_normalize_url___postcss_normalize_url_4.0.1.tgz\"; path = fetchurl { name = \"postcss_normalize_url___postcss_normalize_url_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz\"; sha1 = \"10e437f86bc7c7e58f7b9652ed878daaa95faae1\"; }; } { name = \"postcss_normalize_whitespace___postcss_normalize_whitespace_4.0.2.tgz\"; path = fetchurl { name = \"postcss_normalize_whitespace___postcss_normalize_whitespace_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz\"; sha1 = \"bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82\"; }; } { name = \"postcss_normalize___postcss_normalize_7.0.1.tgz\"; path = fetchurl { name = \"postcss_normalize___postcss_normalize_7.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-normalize/-/postcss-normalize-7.0.1.tgz\"; sha1 = \"eb51568d962b8aa61a8318383c8bb7e54332282e\"; }; } { name = \"postcss_ordered_values___postcss_ordered_values_4.1.2.tgz\"; path = fetchurl { name = \"postcss_ordered_values___postcss_ordered_values_4.1.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz\"; sha1 = \"0cf75c820ec7d5c4d280189559e0b571ebac0eee\"; }; } { name = \"postcss_overflow_shorthand___postcss_overflow_shorthand_2.0.0.tgz\"; path = fetchurl { name = \"postcss_overflow_shorthand___postcss_overflow_shorthand_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz\"; sha1 = \"31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30\"; }; } { name = \"postcss_page_break___postcss_page_break_2.0.0.tgz\"; path = fetchurl { name = \"postcss_page_break___postcss_page_break_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-2.0.0.tgz\"; sha1 = \"add52d0e0a528cabe6afee8b46e2abb277df46bf\"; }; } { name = \"postcss_place___postcss_place_4.0.1.tgz\"; path = fetchurl { name = \"postcss_place___postcss_place_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-place/-/postcss-place-4.0.1.tgz\"; sha1 = \"e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62\"; }; } { name = \"postcss_preset_env___postcss_preset_env_6.7.0.tgz\"; path = fetchurl { name = \"postcss_preset_env___postcss_preset_env_6.7.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz\"; sha1 = \"c34ddacf8f902383b35ad1e030f178f4cdf118a5\"; }; } { name = \"postcss_pseudo_class_any_link___postcss_pseudo_class_any_link_6.0.0.tgz\"; path = fetchurl { name = \"postcss_pseudo_class_any_link___postcss_pseudo_class_any_link_6.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz\"; sha1 = \"2ed3eed393b3702879dec4a87032b210daeb04d1\"; }; } { name = \"postcss_reduce_initial___postcss_reduce_initial_4.0.3.tgz\"; path = fetchurl { name = \"postcss_reduce_initial___postcss_reduce_initial_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz\"; sha1 = \"7fd42ebea5e9c814609639e2c2e84ae270ba48df\"; }; } { name = \"postcss_reduce_transforms___postcss_reduce_transforms_4.0.2.tgz\"; path = fetchurl { name = \"postcss_reduce_transforms___postcss_reduce_transforms_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz\"; sha1 = \"17efa405eacc6e07be3414a5ca2d1074681d4e29\"; }; } { name = \"postcss_replace_overflow_wrap___postcss_replace_overflow_wrap_3.0.0.tgz\"; path = fetchurl { name = \"postcss_replace_overflow_wrap___postcss_replace_overflow_wrap_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz\"; sha1 = \"61b360ffdaedca84c7c918d2b0f0d0ea559ab01c\"; }; } { name = \"postcss_safe_parser___postcss_safe_parser_4.0.1.tgz\"; path = fetchurl { name = \"postcss_safe_parser___postcss_safe_parser_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-4.0.1.tgz\"; sha1 = \"8756d9e4c36fdce2c72b091bbc8ca176ab1fcdea\"; }; } { name = \"postcss_selector_matches___postcss_selector_matches_4.0.0.tgz\"; path = fetchurl { name = \"postcss_selector_matches___postcss_selector_matches_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz\"; sha1 = \"71c8248f917ba2cc93037c9637ee09c64436fcff\"; }; } { name = \"postcss_selector_not___postcss_selector_not_4.0.0.tgz\"; path = fetchurl { name = \"postcss_selector_not___postcss_selector_not_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz\"; sha1 = \"c68ff7ba96527499e832724a2674d65603b645c0\"; }; } { name = \"postcss_selector_parser___postcss_selector_parser_3.1.1.tgz\"; path = fetchurl { name = \"postcss_selector_parser___postcss_selector_parser_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz\"; sha1 = \"4f875f4afb0c96573d5cf4d74011aee250a7e865\"; }; } { name = \"postcss_selector_parser___postcss_selector_parser_5.0.0.tgz\"; path = fetchurl { name = \"postcss_selector_parser___postcss_selector_parser_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz\"; sha1 = \"249044356697b33b64f1a8f7c80922dddee7195c\"; }; } { name = \"postcss_selector_parser___postcss_selector_parser_6.0.2.tgz\"; path = fetchurl { name = \"postcss_selector_parser___postcss_selector_parser_6.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz\"; sha1 = \"934cf799d016c83411859e09dcecade01286ec5c\"; }; } { name = \"postcss_svgo___postcss_svgo_4.0.2.tgz\"; path = fetchurl { name = \"postcss_svgo___postcss_svgo_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz\"; sha1 = \"17b997bc711b333bab143aaed3b8d3d6e3d38258\"; }; } { name = \"postcss_unique_selectors___postcss_unique_selectors_4.0.1.tgz\"; path = fetchurl { name = \"postcss_unique_selectors___postcss_unique_selectors_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz\"; sha1 = \"9446911f3289bfd64c6d680f073c03b1f9ee4bac\"; }; } { name = \"postcss_value_parser___postcss_value_parser_3.3.1.tgz\"; path = fetchurl { name = \"postcss_value_parser___postcss_value_parser_3.3.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz\"; sha1 = \"9ff822547e2893213cf1c30efa51ac5fd1ba8281\"; }; } { name = \"postcss_value_parser___postcss_value_parser_4.0.2.tgz\"; path = fetchurl { name = \"postcss_value_parser___postcss_value_parser_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz\"; sha1 = \"482282c09a42706d1fc9a069b73f44ec08391dc9\"; }; } { name = \"postcss_values_parser___postcss_values_parser_2.0.1.tgz\"; path = fetchurl { name = \"postcss_values_parser___postcss_values_parser_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz\"; sha1 = \"da8b472d901da1e205b47bdc98637b9e9e550e5f\"; }; } { name = \"postcss___postcss_7.0.14.tgz\"; path = fetchurl { name = \"postcss___postcss_7.0.14.tgz\"; url = \"https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz\"; sha1 = \"4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5\"; }; } { name = \"postcss___postcss_7.0.17.tgz\"; path = fetchurl { name = \"postcss___postcss_7.0.17.tgz\"; url = \"https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz\"; sha1 = \"4da1bdff5322d4a0acaab4d87f3e782436bad31f\"; }; } { name = \"prelude_ls___prelude_ls_1.1.2.tgz\"; path = fetchurl { name = \"prelude_ls___prelude_ls_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz\"; sha1 = \"21932a549f5e52ffd9a827f570e04be62a97da54\"; }; } { name = \"prettier___prettier_1.18.2.tgz\"; path = fetchurl { name = \"prettier___prettier_1.18.2.tgz\"; url = \"https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz\"; sha1 = \"6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea\"; }; } { name = \"pretty_bytes___pretty_bytes_5.3.0.tgz\"; path = fetchurl { name = \"pretty_bytes___pretty_bytes_5.3.0.tgz\"; url = \"https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.3.0.tgz\"; sha1 = \"f2849e27db79fb4d6cfe24764fc4134f165989f2\"; }; } { name = \"pretty_error___pretty_error_2.1.1.tgz\"; path = fetchurl { name = \"pretty_error___pretty_error_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz\"; sha1 = \"5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3\"; }; } { name = \"pretty_format___pretty_format_24.9.0.tgz\"; path = fetchurl { name = \"pretty_format___pretty_format_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz\"; sha1 = \"12fac31b37019a4eea3c11aa9a959eb7628aa7c9\"; }; } { name = \"private___private_0.1.8.tgz\"; path = fetchurl { name = \"private___private_0.1.8.tgz\"; url = \"https://registry.yarnpkg.com/private/-/private-0.1.8.tgz\"; sha1 = \"2381edb3689f7a53d653190060fcf822d2f368ff\"; }; } { name = \"process_nextick_args___process_nextick_args_2.0.1.tgz\"; path = fetchurl { name = \"process_nextick_args___process_nextick_args_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz\"; sha1 = \"7820d9b16120cc55ca9ae7792680ae7dba6d7fe2\"; }; } { name = \"process___process_0.11.10.tgz\"; path = fetchurl { name = \"process___process_0.11.10.tgz\"; url = \"https://registry.yarnpkg.com/process/-/process-0.11.10.tgz\"; sha1 = \"7332300e840161bda3e69a1d1d91a7d4bc16f182\"; }; } { name = \"progress___progress_2.0.3.tgz\"; path = fetchurl { name = \"progress___progress_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz\"; sha1 = \"7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8\"; }; } { name = \"promise_inflight___promise_inflight_1.0.1.tgz\"; path = fetchurl { name = \"promise_inflight___promise_inflight_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz\"; sha1 = \"98472870bf228132fcbdd868129bad12c3c029e3\"; }; } { name = \"promise___promise_8.0.3.tgz\"; path = fetchurl { name = \"promise___promise_8.0.3.tgz\"; url = \"https://registry.yarnpkg.com/promise/-/promise-8.0.3.tgz\"; sha1 = \"f592e099c6cddc000d538ee7283bb190452b0bf6\"; }; } { name = \"promise___promise_7.3.1.tgz\"; path = fetchurl { name = \"promise___promise_7.3.1.tgz\"; url = \"https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz\"; sha1 = \"064b72602b18f90f29192b8b1bc418ffd1ebd3bf\"; }; } { name = \"prompts___prompts_2.2.1.tgz\"; path = fetchurl { name = \"prompts___prompts_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/prompts/-/prompts-2.2.1.tgz\"; sha1 = \"f901dd2a2dfee080359c0e20059b24188d75ad35\"; }; } { name = \"prop_types_exact___prop_types_exact_1.2.0.tgz\"; path = fetchurl { name = \"prop_types_exact___prop_types_exact_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.0.tgz\"; sha1 = \"825d6be46094663848237e3925a98c6e944e9869\"; }; } { name = \"prop_types___prop_types_15.7.2.tgz\"; path = fetchurl { name = \"prop_types___prop_types_15.7.2.tgz\"; url = \"https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz\"; sha1 = \"52c41e75b8c87e72b9d9360e0206b99dcbffa6c5\"; }; } { name = \"proxy_addr___proxy_addr_2.0.5.tgz\"; path = fetchurl { name = \"proxy_addr___proxy_addr_2.0.5.tgz\"; url = \"https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.5.tgz\"; sha1 = \"34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34\"; }; } { name = \"proxy_from_env___proxy_from_env_1.0.0.tgz\"; path = fetchurl { name = \"proxy_from_env___proxy_from_env_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz\"; sha1 = \"33c50398f70ea7eb96d21f7b817630a55791c7ee\"; }; } { name = \"prr___prr_1.0.1.tgz\"; path = fetchurl { name = \"prr___prr_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz\"; sha1 = \"d3fc114ba06995a45ec6893f484ceb1d78f5f476\"; }; } { name = \"psl___psl_1.3.1.tgz\"; path = fetchurl { name = \"psl___psl_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/psl/-/psl-1.3.1.tgz\"; sha1 = \"d5aa3873a35ec450bc7db9012ad5a7246f6fc8bd\"; }; } { name = \"public_encrypt___public_encrypt_4.0.3.tgz\"; path = fetchurl { name = \"public_encrypt___public_encrypt_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz\"; sha1 = \"4fcc9d77a07e48ba7527e7cbe0de33d0701331e0\"; }; } { name = \"pump___pump_2.0.1.tgz\"; path = fetchurl { name = \"pump___pump_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz\"; sha1 = \"12399add6e4cf7526d973cbc8b5ce2e2908b3909\"; }; } { name = \"pump___pump_3.0.0.tgz\"; path = fetchurl { name = \"pump___pump_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz\"; sha1 = \"b4a2116815bde2f4e1ea602354e8c75565107a64\"; }; } { name = \"pumpify___pumpify_1.5.1.tgz\"; path = fetchurl { name = \"pumpify___pumpify_1.5.1.tgz\"; url = \"https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz\"; sha1 = \"36513be246ab27570b1a374a5ce278bfd74370ce\"; }; } { name = \"punycode___punycode_1.3.2.tgz\"; path = fetchurl { name = \"punycode___punycode_1.3.2.tgz\"; url = \"https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz\"; sha1 = \"9653a036fb7c1ee42342f2325cceefea3926c48d\"; }; } { name = \"punycode___punycode_1.4.1.tgz\"; path = fetchurl { name = \"punycode___punycode_1.4.1.tgz\"; url = \"https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz\"; sha1 = \"c0d5a63b2718800ad8e1eb0fa5269c84dd41845e\"; }; } { name = \"punycode___punycode_2.1.1.tgz\"; path = fetchurl { name = \"punycode___punycode_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz\"; sha1 = \"b58b010ac40c22c5657616c8d2c2c02c7bf479ec\"; }; } { name = \"puppeteer___puppeteer_1.19.0.tgz\"; path = fetchurl { name = \"puppeteer___puppeteer_1.19.0.tgz\"; url = \"https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.19.0.tgz\"; sha1 = \"e3b7b448c2c97933517078d7a2c53687361bebea\"; }; } { name = \"q___q_1.5.1.tgz\"; path = fetchurl { name = \"q___q_1.5.1.tgz\"; url = \"https://registry.yarnpkg.com/q/-/q-1.5.1.tgz\"; sha1 = \"7e32f75b41381291d04611f1bf14109ac00651d7\"; }; } { name = \"qs___qs_6.7.0.tgz\"; path = fetchurl { name = \"qs___qs_6.7.0.tgz\"; url = \"https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz\"; sha1 = \"41dc1a015e3d581f1621776be31afb2876a9b1bc\"; }; } { name = \"qs___qs_6.5.2.tgz\"; path = fetchurl { name = \"qs___qs_6.5.2.tgz\"; url = \"https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz\"; sha1 = \"cb3ae806e8740444584ef154ce8ee98d403f3e36\"; }; } { name = \"querystring_es3___querystring_es3_0.2.1.tgz\"; path = fetchurl { name = \"querystring_es3___querystring_es3_0.2.1.tgz\"; url = \"https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz\"; sha1 = \"9ec61f79049875707d69414596fd907a4d711e73\"; }; } { name = \"querystring___querystring_0.2.0.tgz\"; path = fetchurl { name = \"querystring___querystring_0.2.0.tgz\"; url = \"https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz\"; sha1 = \"b209849203bb25df820da756e747005878521620\"; }; } { name = \"querystringify___querystringify_2.1.1.tgz\"; path = fetchurl { name = \"querystringify___querystringify_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz\"; sha1 = \"60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e\"; }; } { name = \"raf___raf_3.4.1.tgz\"; path = fetchurl { name = \"raf___raf_3.4.1.tgz\"; url = \"https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz\"; sha1 = \"0742e99a4a6552f445d73e3ee0328af0ff1ede39\"; }; } { name = \"ramda___ramda_0.26.1.tgz\"; path = fetchurl { name = \"ramda___ramda_0.26.1.tgz\"; url = \"https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz\"; sha1 = \"8d41351eb8111c55353617fc3bbffad8e4d35d06\"; }; } { name = \"randombytes___randombytes_2.1.0.tgz\"; path = fetchurl { name = \"randombytes___randombytes_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz\"; sha1 = \"df6f84372f0270dc65cdf6291349ab7a473d4f2a\"; }; } { name = \"randomfill___randomfill_1.0.4.tgz\"; path = fetchurl { name = \"randomfill___randomfill_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz\"; sha1 = \"c92196fc86ab42be983f1bf31778224931d61458\"; }; } { name = \"range_parser___range_parser_1.2.1.tgz\"; path = fetchurl { name = \"range_parser___range_parser_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz\"; sha1 = \"3cf37023d199e1c24d1a55b84800c2f3e6468031\"; }; } { name = \"raw_body___raw_body_2.4.0.tgz\"; path = fetchurl { name = \"raw_body___raw_body_2.4.0.tgz\"; url = \"https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz\"; sha1 = \"a1ce6fb9c9bc356ca52e89256ab59059e13d0332\"; }; } { name = \"rc___rc_1.2.8.tgz\"; path = fetchurl { name = \"rc___rc_1.2.8.tgz\"; url = \"https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz\"; sha1 = \"cd924bf5200a075b83c188cd6b9e211b7fc0d3ed\"; }; } { name = \"react_app_polyfill___react_app_polyfill_1.0.2.tgz\"; path = fetchurl { name = \"react_app_polyfill___react_app_polyfill_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-1.0.2.tgz\"; sha1 = \"2a51175885c88245a2a356dc46df29f38ec9f060\"; }; } { name = \"react_codemirror2___react_codemirror2_5.1.0.tgz\"; path = fetchurl { name = \"react_codemirror2___react_codemirror2_5.1.0.tgz\"; url = \"https://registry.yarnpkg.com/react-codemirror2/-/react-codemirror2-5.1.0.tgz\"; sha1 = \"62de4460178adea40eb52eabf7491669bf3794b8\"; }; } { name = \"react_dev_utils___react_dev_utils_9.0.3.tgz\"; path = fetchurl { name = \"react_dev_utils___react_dev_utils_9.0.3.tgz\"; url = \"https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.0.3.tgz\"; sha1 = \"7607455587abb84599451460eb37cef0b684131a\"; }; } { name = \"react_dom___react_dom_16.9.0.tgz\"; path = fetchurl { name = \"react_dom___react_dom_16.9.0.tgz\"; url = \"https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz\"; sha1 = \"5e65527a5e26f22ae3701131bcccaee9fb0d3962\"; }; } { name = \"react_error_overlay___react_error_overlay_6.0.1.tgz\"; path = fetchurl { name = \"react_error_overlay___react_error_overlay_6.0.1.tgz\"; url = \"https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.1.tgz\"; sha1 = \"b8d3cf9bb991c02883225c48044cb3ee20413e0f\"; }; } { name = \"react_infinite___react_infinite_0.13.0.tgz\"; path = fetchurl { name = \"react_infinite___react_infinite_0.13.0.tgz\"; url = \"https://registry.yarnpkg.com/react-infinite/-/react-infinite-0.13.0.tgz\"; sha1 = \"a08f84d800f4a4af5f732724c61200d5142697ea\"; }; } { name = \"react_is___react_is_16.9.0.tgz\"; path = fetchurl { name = \"react_is___react_is_16.9.0.tgz\"; url = \"https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz\"; sha1 = \"21ca9561399aad0ff1a7701c01683e8ca981edcb\"; }; } { name = \"react_is___react_is_16.10.0.tgz\"; path = fetchurl { name = \"react_is___react_is_16.10.0.tgz\"; url = \"https://registry.yarnpkg.com/react-is/-/react-is-16.10.0.tgz\"; sha1 = \"3d6a031e57fff73c3cfa0347feb3e8f40c5141e5\"; }; } { name = \"react_lifecycles_compat___react_lifecycles_compat_3.0.4.tgz\"; path = fetchurl { name = \"react_lifecycles_compat___react_lifecycles_compat_3.0.4.tgz\"; url = \"https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz\"; sha1 = \"4f1a273afdfc8f3488a8c516bfda78f872352362\"; }; } { name = \"react_markdown___react_markdown_4.2.2.tgz\"; path = fetchurl { name = \"react_markdown___react_markdown_4.2.2.tgz\"; url = \"https://registry.yarnpkg.com/react-markdown/-/react-markdown-4.2.2.tgz\"; sha1 = \"b378774fcffb354653db8749153fc8740f9ed2f1\"; }; } { name = \"react_reconciler___react_reconciler_0.7.0.tgz\"; path = fetchurl { name = \"react_reconciler___react_reconciler_0.7.0.tgz\"; url = \"https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.7.0.tgz\"; sha1 = \"9614894103e5f138deeeb5eabaf3ee80eb1d026d\"; }; } { name = \"react_router_dom___react_router_dom_4.3.1.tgz\"; path = fetchurl { name = \"react_router_dom___react_router_dom_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.3.1.tgz\"; sha1 = \"4c2619fc24c4fa87c9fd18f4fb4a43fe63fbd5c6\"; }; } { name = \"react_router___react_router_4.3.1.tgz\"; path = fetchurl { name = \"react_router___react_router_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/react-router/-/react-router-4.3.1.tgz\"; sha1 = \"aada4aef14c809cb2e686b05cee4742234506c4e\"; }; } { name = \"react_scripts___react_scripts_3.1.1.tgz\"; path = fetchurl { name = \"react_scripts___react_scripts_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.1.1.tgz\"; sha1 = \"1796bc92447f3a2d3072c3b71ca99f88d099c48d\"; }; } { name = \"react_test_renderer___react_test_renderer_16.9.0.tgz\"; path = fetchurl { name = \"react_test_renderer___react_test_renderer_16.9.0.tgz\"; url = \"https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.9.0.tgz\"; sha1 = \"7ed657a374af47af88f66f33a3ef99c9610c8ae9\"; }; } { name = \"react_timeago___react_timeago_4.4.0.tgz\"; path = fetchurl { name = \"react_timeago___react_timeago_4.4.0.tgz\"; url = \"https://registry.yarnpkg.com/react-timeago/-/react-timeago-4.4.0.tgz\"; sha1 = \"4520dd9ba63551afc4d709819f52b14b9343ba2b\"; }; } { name = \"react_transition_group___react_transition_group_4.3.0.tgz\"; path = fetchurl { name = \"react_transition_group___react_transition_group_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.3.0.tgz\"; sha1 = \"fea832e386cf8796c58b61874a3319704f5ce683\"; }; } { name = \"react___react_16.9.0.tgz\"; path = fetchurl { name = \"react___react_16.9.0.tgz\"; url = \"https://registry.yarnpkg.com/react/-/react-16.9.0.tgz\"; sha1 = \"40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa\"; }; } { name = \"read_pkg_up___read_pkg_up_2.0.0.tgz\"; path = fetchurl { name = \"read_pkg_up___read_pkg_up_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz\"; sha1 = \"6b72a8048984e0c41e79510fd5e9fa99b3b549be\"; }; } { name = \"read_pkg_up___read_pkg_up_4.0.0.tgz\"; path = fetchurl { name = \"read_pkg_up___read_pkg_up_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-4.0.0.tgz\"; sha1 = \"1b221c6088ba7799601c808f91161c66e58f8978\"; }; } { name = \"read_pkg___read_pkg_2.0.0.tgz\"; path = fetchurl { name = \"read_pkg___read_pkg_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz\"; sha1 = \"8ef1c0623c6a6db0dc6713c4bfac46332b2368f8\"; }; } { name = \"read_pkg___read_pkg_3.0.0.tgz\"; path = fetchurl { name = \"read_pkg___read_pkg_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz\"; sha1 = \"9cbc686978fee65d16c00e2b19c237fcf6e38389\"; }; } { name = \"readable_stream___readable_stream_2.3.6.tgz\"; path = fetchurl { name = \"readable_stream___readable_stream_2.3.6.tgz\"; url = \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz\"; sha1 = \"b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf\"; }; } { name = \"readable_stream___readable_stream_3.4.0.tgz\"; path = fetchurl { name = \"readable_stream___readable_stream_3.4.0.tgz\"; url = \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.4.0.tgz\"; sha1 = \"a51c26754658e0a3c21dbf59163bd45ba6f447fc\"; }; } { name = \"readdirp___readdirp_2.2.1.tgz\"; path = fetchurl { name = \"readdirp___readdirp_2.2.1.tgz\"; url = \"https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz\"; sha1 = \"0e87622a3325aa33e892285caf8b4e846529a525\"; }; } { name = \"realpath_native___realpath_native_1.1.0.tgz\"; path = fetchurl { name = \"realpath_native___realpath_native_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz\"; sha1 = \"2003294fea23fb0672f2476ebe22fcf498a2d65c\"; }; } { name = \"recursive_readdir___recursive_readdir_2.2.2.tgz\"; path = fetchurl { name = \"recursive_readdir___recursive_readdir_2.2.2.tgz\"; url = \"https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz\"; sha1 = \"9946fb3274e1628de6e36b2f6714953b4845094f\"; }; } { name = \"reflect.ownkeys___reflect.ownkeys_0.2.0.tgz\"; path = fetchurl { name = \"reflect.ownkeys___reflect.ownkeys_0.2.0.tgz\"; url = \"https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz\"; sha1 = \"749aceec7f3fdf8b63f927a04809e90c5c0b3460\"; }; } { name = \"regenerate_unicode_properties___regenerate_unicode_properties_8.1.0.tgz\"; path = fetchurl { name = \"regenerate_unicode_properties___regenerate_unicode_properties_8.1.0.tgz\"; url = \"https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz\"; sha1 = \"ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e\"; }; } { name = \"regenerate___regenerate_1.4.0.tgz\"; path = fetchurl { name = \"regenerate___regenerate_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz\"; sha1 = \"4a856ec4b56e4077c557589cae85e7a4c8869a11\"; }; } { name = \"regenerator_runtime___regenerator_runtime_0.13.3.tgz\"; path = fetchurl { name = \"regenerator_runtime___regenerator_runtime_0.13.3.tgz\"; url = \"https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz\"; sha1 = \"7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5\"; }; } { name = \"regenerator_runtime___regenerator_runtime_0.11.1.tgz\"; path = fetchurl { name = \"regenerator_runtime___regenerator_runtime_0.11.1.tgz\"; url = \"https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz\"; sha1 = \"be05ad7f9bf7d22e056f9726cee5017fbf19e2e9\"; }; } { name = \"regenerator_transform___regenerator_transform_0.14.1.tgz\"; path = fetchurl { name = \"regenerator_transform___regenerator_transform_0.14.1.tgz\"; url = \"https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz\"; sha1 = \"3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb\"; }; } { name = \"regex_not___regex_not_1.0.2.tgz\"; path = fetchurl { name = \"regex_not___regex_not_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz\"; sha1 = \"1f4ece27e00b0b65e0247a6810e6a85d83a5752c\"; }; } { name = \"regex_parser___regex_parser_2.2.10.tgz\"; path = fetchurl { name = \"regex_parser___regex_parser_2.2.10.tgz\"; url = \"https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.10.tgz\"; sha1 = \"9e66a8f73d89a107616e63b39d4deddfee912b37\"; }; } { name = \"regexp_tree___regexp_tree_0.1.13.tgz\"; path = fetchurl { name = \"regexp_tree___regexp_tree_0.1.13.tgz\"; url = \"https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz\"; sha1 = \"5b19ab9377edc68bc3679256840bb29afc158d7f\"; }; } { name = \"regexp.prototype.flags___regexp.prototype.flags_1.2.0.tgz\"; path = fetchurl { name = \"regexp.prototype.flags___regexp.prototype.flags_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz\"; sha1 = \"6b30724e306a27833eeb171b66ac8890ba37e41c\"; }; } { name = \"regexpp___regexpp_2.0.1.tgz\"; path = fetchurl { name = \"regexpp___regexpp_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz\"; sha1 = \"8d19d31cf632482b589049f8281f93dbcba4d07f\"; }; } { name = \"regexpu_core___regexpu_core_4.5.5.tgz\"; path = fetchurl { name = \"regexpu_core___regexpu_core_4.5.5.tgz\"; url = \"https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.5.tgz\"; sha1 = \"aaffe61c2af58269b3e516b61a73790376326411\"; }; } { name = \"regjsgen___regjsgen_0.5.0.tgz\"; path = fetchurl { name = \"regjsgen___regjsgen_0.5.0.tgz\"; url = \"https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz\"; sha1 = \"a7634dc08f89209c2049adda3525711fb97265dd\"; }; } { name = \"regjsparser___regjsparser_0.6.0.tgz\"; path = fetchurl { name = \"regjsparser___regjsparser_0.6.0.tgz\"; url = \"https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz\"; sha1 = \"f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c\"; }; } { name = \"relateurl___relateurl_0.2.7.tgz\"; path = fetchurl { name = \"relateurl___relateurl_0.2.7.tgz\"; url = \"https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz\"; sha1 = \"54dbf377e51440aca90a4cd274600d3ff2d888a9\"; }; } { name = \"remark_parse___remark_parse_5.0.0.tgz\"; path = fetchurl { name = \"remark_parse___remark_parse_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz\"; sha1 = \"4c077f9e499044d1d5c13f80d7a98cf7b9285d95\"; }; } { name = \"remove_markdown___remove_markdown_0.3.0.tgz\"; path = fetchurl { name = \"remove_markdown___remove_markdown_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/remove-markdown/-/remove-markdown-0.3.0.tgz\"; sha1 = \"5e4b667493a93579728f3d52ecc1db9ca505dc98\"; }; } { name = \"remove_trailing_separator___remove_trailing_separator_1.1.0.tgz\"; path = fetchurl { name = \"remove_trailing_separator___remove_trailing_separator_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz\"; sha1 = \"c24bce2a283adad5bc3f58e0d48249b92379d8ef\"; }; } { name = \"renderkid___renderkid_2.0.3.tgz\"; path = fetchurl { name = \"renderkid___renderkid_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz\"; sha1 = \"380179c2ff5ae1365c522bf2fcfcff01c5b74149\"; }; } { name = \"repeat_element___repeat_element_1.1.3.tgz\"; path = fetchurl { name = \"repeat_element___repeat_element_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz\"; sha1 = \"782e0d825c0c5a3bb39731f84efee6b742e6b1ce\"; }; } { name = \"repeat_string___repeat_string_1.6.1.tgz\"; path = fetchurl { name = \"repeat_string___repeat_string_1.6.1.tgz\"; url = \"https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz\"; sha1 = \"8dcae470e1c88abc2d600fff4a776286da75e637\"; }; } { name = \"replace_ext___replace_ext_1.0.0.tgz\"; path = fetchurl { name = \"replace_ext___replace_ext_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz\"; sha1 = \"de63128373fcbf7c3ccfa4de5a480c45a67958eb\"; }; } { name = \"request_promise_core___request_promise_core_1.1.2.tgz\"; path = fetchurl { name = \"request_promise_core___request_promise_core_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.2.tgz\"; sha1 = \"339f6aababcafdb31c799ff158700336301d3346\"; }; } { name = \"request_promise_native___request_promise_native_1.0.7.tgz\"; path = fetchurl { name = \"request_promise_native___request_promise_native_1.0.7.tgz\"; url = \"https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.7.tgz\"; sha1 = \"a49868a624bdea5069f1251d0a836e0d89aa2c59\"; }; } { name = \"request___request_2.88.0.tgz\"; path = fetchurl { name = \"request___request_2.88.0.tgz\"; url = \"https://registry.yarnpkg.com/request/-/request-2.88.0.tgz\"; sha1 = \"9c2fca4f7d35b592efe57c7f0a55e81052124fef\"; }; } { name = \"require_directory___require_directory_2.1.1.tgz\"; path = fetchurl { name = \"require_directory___require_directory_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz\"; sha1 = \"8c64ad5fd30dab1c976e2344ffe7f792a6a6df42\"; }; } { name = \"require_main_filename___require_main_filename_1.0.1.tgz\"; path = fetchurl { name = \"require_main_filename___require_main_filename_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz\"; sha1 = \"97f717b69d48784f5f526a6c5aa8ffdda055a4d1\"; }; } { name = \"require_main_filename___require_main_filename_2.0.0.tgz\"; path = fetchurl { name = \"require_main_filename___require_main_filename_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz\"; sha1 = \"d0b329ecc7cc0f61649f62215be69af54aa8989b\"; }; } { name = \"requires_port___requires_port_1.0.0.tgz\"; path = fetchurl { name = \"requires_port___requires_port_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz\"; sha1 = \"925d2601d39ac485e091cf0da5c6e694dc3dcaff\"; }; } { name = \"resolve_cwd___resolve_cwd_2.0.0.tgz\"; path = fetchurl { name = \"resolve_cwd___resolve_cwd_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz\"; sha1 = \"00a9f7387556e27038eae232caa372a6a59b665a\"; }; } { name = \"resolve_from___resolve_from_3.0.0.tgz\"; path = fetchurl { name = \"resolve_from___resolve_from_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz\"; sha1 = \"b22c7af7d9d6881bc8b6e653335eebcb0a188748\"; }; } { name = \"resolve_from___resolve_from_4.0.0.tgz\"; path = fetchurl { name = \"resolve_from___resolve_from_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz\"; sha1 = \"4abcd852ad32dd7baabfe9b40e00a36db5f392e6\"; }; } { name = \"resolve_pathname___resolve_pathname_2.2.0.tgz\"; path = fetchurl { name = \"resolve_pathname___resolve_pathname_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-2.2.0.tgz\"; sha1 = \"7e9ae21ed815fd63ab189adeee64dc831eefa879\"; }; } { name = \"resolve_url_loader___resolve_url_loader_3.1.0.tgz\"; path = fetchurl { name = \"resolve_url_loader___resolve_url_loader_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.0.tgz\"; sha1 = \"54d8181d33cd1b66a59544d05cadf8e4aa7d37cc\"; }; } { name = \"resolve_url___resolve_url_0.2.1.tgz\"; path = fetchurl { name = \"resolve_url___resolve_url_0.2.1.tgz\"; url = \"https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz\"; sha1 = \"2c637fe77c893afd2a663fe21aa9080068e2052a\"; }; } { name = \"resolve___resolve_1.1.7.tgz\"; path = fetchurl { name = \"resolve___resolve_1.1.7.tgz\"; url = \"https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz\"; sha1 = \"203114d82ad2c5ed9e8e0411b3932875e889e97b\"; }; } { name = \"resolve___resolve_1.12.0.tgz\"; path = fetchurl { name = \"resolve___resolve_1.12.0.tgz\"; url = \"https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz\"; sha1 = \"3fc644a35c84a48554609ff26ec52b66fa577df6\"; }; } { name = \"restore_cursor___restore_cursor_2.0.0.tgz\"; path = fetchurl { name = \"restore_cursor___restore_cursor_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz\"; sha1 = \"9f7ee287f82fd326d4fd162923d62129eee0dfaf\"; }; } { name = \"ret___ret_0.1.15.tgz\"; path = fetchurl { name = \"ret___ret_0.1.15.tgz\"; url = \"https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz\"; sha1 = \"b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc\"; }; } { name = \"rework_visit___rework_visit_1.0.0.tgz\"; path = fetchurl { name = \"rework_visit___rework_visit_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/rework-visit/-/rework-visit-1.0.0.tgz\"; sha1 = \"9945b2803f219e2f7aca00adb8bc9f640f842c9a\"; }; } { name = \"rework___rework_1.0.1.tgz\"; path = fetchurl { name = \"rework___rework_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/rework/-/rework-1.0.1.tgz\"; sha1 = \"30806a841342b54510aa4110850cd48534144aa7\"; }; } { name = \"rgb_regex___rgb_regex_1.0.1.tgz\"; path = fetchurl { name = \"rgb_regex___rgb_regex_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz\"; sha1 = \"c0e0d6882df0e23be254a475e8edd41915feaeb1\"; }; } { name = \"rgba_regex___rgba_regex_1.0.0.tgz\"; path = fetchurl { name = \"rgba_regex___rgba_regex_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz\"; sha1 = \"43374e2e2ca0968b0ef1523460b7d730ff22eeb3\"; }; } { name = \"rimraf___rimraf_2.6.3.tgz\"; path = fetchurl { name = \"rimraf___rimraf_2.6.3.tgz\"; url = \"https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz\"; sha1 = \"b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab\"; }; } { name = \"rimraf___rimraf_2.7.1.tgz\"; path = fetchurl { name = \"rimraf___rimraf_2.7.1.tgz\"; url = \"https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz\"; sha1 = \"35797f13a7fdadc566142c29d4f07ccad483e3ec\"; }; } { name = \"ripemd160___ripemd160_2.0.2.tgz\"; path = fetchurl { name = \"ripemd160___ripemd160_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz\"; sha1 = \"a1c1a6f624751577ba5d07914cbc92850585890c\"; }; } { name = \"rsvp___rsvp_4.8.5.tgz\"; path = fetchurl { name = \"rsvp___rsvp_4.8.5.tgz\"; url = \"https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz\"; sha1 = \"c8f155311d167f68f21e168df71ec5b083113734\"; }; } { name = \"run_async___run_async_2.3.0.tgz\"; path = fetchurl { name = \"run_async___run_async_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz\"; sha1 = \"0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0\"; }; } { name = \"run_queue___run_queue_1.0.3.tgz\"; path = fetchurl { name = \"run_queue___run_queue_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz\"; sha1 = \"e848396f057d223f24386924618e25694161ec47\"; }; } { name = \"rx___rx_4.1.0.tgz\"; path = fetchurl { name = \"rx___rx_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz\"; sha1 = \"a5f13ff79ef3b740fe30aa803fb09f98805d4782\"; }; } { name = \"rxjs___rxjs_6.5.3.tgz\"; path = fetchurl { name = \"rxjs___rxjs_6.5.3.tgz\"; url = \"https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz\"; sha1 = \"510e26317f4db91a7eb1de77d9dd9ba0a4899a3a\"; }; } { name = \"safe_buffer___safe_buffer_5.1.2.tgz\"; path = fetchurl { name = \"safe_buffer___safe_buffer_5.1.2.tgz\"; url = \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz\"; sha1 = \"991ec69d296e0313747d59bdfd2b745c35f8828d\"; }; } { name = \"safe_buffer___safe_buffer_5.2.0.tgz\"; path = fetchurl { name = \"safe_buffer___safe_buffer_5.2.0.tgz\"; url = \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz\"; sha1 = \"b74daec49b1148f88c64b68d49b1e815c1f2f519\"; }; } { name = \"safe_regex___safe_regex_1.1.0.tgz\"; path = fetchurl { name = \"safe_regex___safe_regex_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz\"; sha1 = \"40a3669f3b077d1e943d44629e157dd48023bf2e\"; }; } { name = \"safer_buffer___safer_buffer_2.1.2.tgz\"; path = fetchurl { name = \"safer_buffer___safer_buffer_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz\"; sha1 = \"44fa161b0187b9549dd84bb91802f9bd8385cd6a\"; }; } { name = \"sane___sane_4.1.0.tgz\"; path = fetchurl { name = \"sane___sane_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz\"; sha1 = \"ed881fd922733a6c461bc189dc2b6c006f3ffded\"; }; } { name = \"sass_loader___sass_loader_7.2.0.tgz\"; path = fetchurl { name = \"sass_loader___sass_loader_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.2.0.tgz\"; sha1 = \"e34115239309d15b2527cb62b5dfefb62a96ff7f\"; }; } { name = \"sax___sax_1.2.4.tgz\"; path = fetchurl { name = \"sax___sax_1.2.4.tgz\"; url = \"https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz\"; sha1 = \"2816234e2378bddc4e5354fab5caa895df7100d9\"; }; } { name = \"saxes___saxes_3.1.11.tgz\"; path = fetchurl { name = \"saxes___saxes_3.1.11.tgz\"; url = \"https://registry.yarnpkg.com/saxes/-/saxes-3.1.11.tgz\"; sha1 = \"d59d1fd332ec92ad98a2e0b2ee644702384b1c5b\"; }; } { name = \"scheduler___scheduler_0.15.0.tgz\"; path = fetchurl { name = \"scheduler___scheduler_0.15.0.tgz\"; url = \"https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz\"; sha1 = \"6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e\"; }; } { name = \"schema_utils___schema_utils_1.0.0.tgz\"; path = fetchurl { name = \"schema_utils___schema_utils_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz\"; sha1 = \"0b79a93204d7b600d4b2850d1f66c2a34951c770\"; }; } { name = \"schema_utils___schema_utils_2.2.0.tgz\"; path = fetchurl { name = \"schema_utils___schema_utils_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.2.0.tgz\"; sha1 = \"48a065ce219e0cacf4631473159037b2c1ae82da\"; }; } { name = \"select_hose___select_hose_2.0.0.tgz\"; path = fetchurl { name = \"select_hose___select_hose_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz\"; sha1 = \"625d8658f865af43ec962bfc376a37359a4994ca\"; }; } { name = \"selfsigned___selfsigned_1.10.4.tgz\"; path = fetchurl { name = \"selfsigned___selfsigned_1.10.4.tgz\"; url = \"https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.4.tgz\"; sha1 = \"cdd7eccfca4ed7635d47a08bf2d5d3074092e2cd\"; }; } { name = \"semver___semver_5.7.1.tgz\"; path = fetchurl { name = \"semver___semver_5.7.1.tgz\"; url = \"https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz\"; sha1 = \"a954f931aeba508d307bbf069eff0c01c96116f7\"; }; } { name = \"semver___semver_5.5.0.tgz\"; path = fetchurl { name = \"semver___semver_5.5.0.tgz\"; url = \"https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz\"; sha1 = \"dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab\"; }; } { name = \"semver___semver_6.3.0.tgz\"; path = fetchurl { name = \"semver___semver_6.3.0.tgz\"; url = \"https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz\"; sha1 = \"ee0a64c8af5e8ceea67687b133761e1becbd1d3d\"; }; } { name = \"send___send_0.17.1.tgz\"; path = fetchurl { name = \"send___send_0.17.1.tgz\"; url = \"https://registry.yarnpkg.com/send/-/send-0.17.1.tgz\"; sha1 = \"c1d8b059f7900f7466dd4938bdc44e11ddb376c8\"; }; } { name = \"serialize_javascript___serialize_javascript_1.9.0.tgz\"; path = fetchurl { name = \"serialize_javascript___serialize_javascript_1.9.0.tgz\"; url = \"https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.0.tgz\"; sha1 = \"5b77019d7c3b85fe91b33ae424c53dcbfb6618bd\"; }; } { name = \"serve_index___serve_index_1.9.1.tgz\"; path = fetchurl { name = \"serve_index___serve_index_1.9.1.tgz\"; url = \"https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz\"; sha1 = \"d3768d69b1e7d82e5ce050fff5b453bea12a9239\"; }; } { name = \"serve_static___serve_static_1.14.1.tgz\"; path = fetchurl { name = \"serve_static___serve_static_1.14.1.tgz\"; url = \"https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz\"; sha1 = \"666e636dc4f010f7ef29970a88a674320898b2f9\"; }; } { name = \"set_blocking___set_blocking_2.0.0.tgz\"; path = fetchurl { name = \"set_blocking___set_blocking_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz\"; sha1 = \"045f9782d011ae9a6803ddd382b24392b3d890f7\"; }; } { name = \"set_value___set_value_2.0.1.tgz\"; path = fetchurl { name = \"set_value___set_value_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz\"; sha1 = \"a18d40530e6f07de4228c7defe4227af8cad005b\"; }; } { name = \"setimmediate___setimmediate_1.0.5.tgz\"; path = fetchurl { name = \"setimmediate___setimmediate_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz\"; sha1 = \"290cbb232e306942d7d7ea9b83732ab7856f8285\"; }; } { name = \"setprototypeof___setprototypeof_1.1.0.tgz\"; path = fetchurl { name = \"setprototypeof___setprototypeof_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz\"; sha1 = \"d0bd85536887b6fe7c0d818cb962d9d91c54e656\"; }; } { name = \"setprototypeof___setprototypeof_1.1.1.tgz\"; path = fetchurl { name = \"setprototypeof___setprototypeof_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz\"; sha1 = \"7e95acb24aa92f5885e0abef5ba131330d4ae683\"; }; } { name = \"sha.js___sha.js_2.4.11.tgz\"; path = fetchurl { name = \"sha.js___sha.js_2.4.11.tgz\"; url = \"https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz\"; sha1 = \"37a5cf0b81ecbc6943de109ba2960d1b26584ae7\"; }; } { name = \"shallow_clone___shallow_clone_0.1.2.tgz\"; path = fetchurl { name = \"shallow_clone___shallow_clone_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-0.1.2.tgz\"; sha1 = \"5909e874ba77106d73ac414cfec1ffca87d97060\"; }; } { name = \"shallow_clone___shallow_clone_3.0.1.tgz\"; path = fetchurl { name = \"shallow_clone___shallow_clone_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz\"; sha1 = \"8f2981ad92531f55035b01fb230769a40e02efa3\"; }; } { name = \"shebang_command___shebang_command_1.2.0.tgz\"; path = fetchurl { name = \"shebang_command___shebang_command_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz\"; sha1 = \"44aac65b695b03398968c39f363fee5deafdf1ea\"; }; } { name = \"shebang_regex___shebang_regex_1.0.0.tgz\"; path = fetchurl { name = \"shebang_regex___shebang_regex_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz\"; sha1 = \"da42f49740c0b42db2ca9728571cb190c98efea3\"; }; } { name = \"shell_quote___shell_quote_1.6.1.tgz\"; path = fetchurl { name = \"shell_quote___shell_quote_1.6.1.tgz\"; url = \"https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz\"; sha1 = \"f4781949cce402697127430ea3b3c5476f481767\"; }; } { name = \"shellwords___shellwords_0.1.1.tgz\"; path = fetchurl { name = \"shellwords___shellwords_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz\"; sha1 = \"d6b9181c1a48d397324c84871efbcfc73fc0654b\"; }; } { name = \"signal_exit___signal_exit_3.0.2.tgz\"; path = fetchurl { name = \"signal_exit___signal_exit_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz\"; sha1 = \"b5fdc08f1287ea1178628e415e25132b73646c6d\"; }; } { name = \"simple_swizzle___simple_swizzle_0.2.2.tgz\"; path = fetchurl { name = \"simple_swizzle___simple_swizzle_0.2.2.tgz\"; url = \"https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz\"; sha1 = \"a4da6b635ffcccca33f70d17cb92592de95e557a\"; }; } { name = \"sisteransi___sisteransi_1.0.3.tgz\"; path = fetchurl { name = \"sisteransi___sisteransi_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.3.tgz\"; sha1 = \"98168d62b79e3a5e758e27ae63c4a053d748f4eb\"; }; } { name = \"slash___slash_1.0.0.tgz\"; path = fetchurl { name = \"slash___slash_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz\"; sha1 = \"c41f2f6c39fc16d1cd17ad4b5d896114ae470d55\"; }; } { name = \"slash___slash_2.0.0.tgz\"; path = fetchurl { name = \"slash___slash_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz\"; sha1 = \"de552851a1759df3a8f206535442f5ec4ddeab44\"; }; } { name = \"slice_ansi___slice_ansi_2.1.0.tgz\"; path = fetchurl { name = \"slice_ansi___slice_ansi_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz\"; sha1 = \"cacd7693461a637a5788d92a7dd4fba068e81636\"; }; } { name = \"snapdragon_node___snapdragon_node_2.1.1.tgz\"; path = fetchurl { name = \"snapdragon_node___snapdragon_node_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz\"; sha1 = \"6c175f86ff14bdb0724563e8f3c1b021a286853b\"; }; } { name = \"snapdragon_util___snapdragon_util_3.0.1.tgz\"; path = fetchurl { name = \"snapdragon_util___snapdragon_util_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz\"; sha1 = \"f956479486f2acd79700693f6f7b805e45ab56e2\"; }; } { name = \"snapdragon___snapdragon_0.8.2.tgz\"; path = fetchurl { name = \"snapdragon___snapdragon_0.8.2.tgz\"; url = \"https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz\"; sha1 = \"64922e7c565b0e14204ba1aa7d6964278d25182d\"; }; } { name = \"sockjs_client___sockjs_client_1.3.0.tgz\"; path = fetchurl { name = \"sockjs_client___sockjs_client_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.3.0.tgz\"; sha1 = \"12fc9d6cb663da5739d3dc5fb6e8687da95cb177\"; }; } { name = \"sockjs___sockjs_0.3.19.tgz\"; path = fetchurl { name = \"sockjs___sockjs_0.3.19.tgz\"; url = \"https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.19.tgz\"; sha1 = \"d976bbe800af7bd20ae08598d582393508993c0d\"; }; } { name = \"source_list_map___source_list_map_2.0.1.tgz\"; path = fetchurl { name = \"source_list_map___source_list_map_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz\"; sha1 = \"3993bd873bfc48479cca9ea3a547835c7c154b34\"; }; } { name = \"source_map_resolve___source_map_resolve_0.5.2.tgz\"; path = fetchurl { name = \"source_map_resolve___source_map_resolve_0.5.2.tgz\"; url = \"https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz\"; sha1 = \"72e2cc34095543e43b2c62b2c4c10d4a9054f259\"; }; } { name = \"source_map_support___source_map_support_0.5.13.tgz\"; path = fetchurl { name = \"source_map_support___source_map_support_0.5.13.tgz\"; url = \"https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz\"; sha1 = \"31b24a9c2e73c2de85066c0feb7d44767ed52932\"; }; } { name = \"source_map_url___source_map_url_0.4.0.tgz\"; path = fetchurl { name = \"source_map_url___source_map_url_0.4.0.tgz\"; url = \"https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz\"; sha1 = \"3e935d7ddd73631b97659956d55128e87b5084a3\"; }; } { name = \"source_map___source_map_0.6.1.tgz\"; path = fetchurl { name = \"source_map___source_map_0.6.1.tgz\"; url = \"https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz\"; sha1 = \"74722af32e9614e9c287a8d0bbde48b5e2f1a263\"; }; } { name = \"source_map___source_map_0.5.7.tgz\"; path = fetchurl { name = \"source_map___source_map_0.5.7.tgz\"; url = \"https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz\"; sha1 = \"8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc\"; }; } { name = \"spdx_correct___spdx_correct_3.1.0.tgz\"; path = fetchurl { name = \"spdx_correct___spdx_correct_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz\"; sha1 = \"fb83e504445268f154b074e218c87c003cd31df4\"; }; } { name = \"spdx_exceptions___spdx_exceptions_2.2.0.tgz\"; path = fetchurl { name = \"spdx_exceptions___spdx_exceptions_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz\"; sha1 = \"2ea450aee74f2a89bfb94519c07fcd6f41322977\"; }; } { name = \"spdx_expression_parse___spdx_expression_parse_3.0.0.tgz\"; path = fetchurl { name = \"spdx_expression_parse___spdx_expression_parse_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz\"; sha1 = \"99e119b7a5da00e05491c9fa338b7904823b41d0\"; }; } { name = \"spdx_license_ids___spdx_license_ids_3.0.5.tgz\"; path = fetchurl { name = \"spdx_license_ids___spdx_license_ids_3.0.5.tgz\"; url = \"https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz\"; sha1 = \"3694b5804567a458d3c8045842a6358632f62654\"; }; } { name = \"spdy_transport___spdy_transport_3.0.0.tgz\"; path = fetchurl { name = \"spdy_transport___spdy_transport_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz\"; sha1 = \"00d4863a6400ad75df93361a1608605e5dcdcf31\"; }; } { name = \"spdy___spdy_4.0.1.tgz\"; path = fetchurl { name = \"spdy___spdy_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/spdy/-/spdy-4.0.1.tgz\"; sha1 = \"6f12ed1c5db7ea4f24ebb8b89ba58c87c08257f2\"; }; } { name = \"split_string___split_string_3.1.0.tgz\"; path = fetchurl { name = \"split_string___split_string_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz\"; sha1 = \"7cb09dda3a86585705c64b39a6466038682e8fe2\"; }; } { name = \"sprintf_js___sprintf_js_1.0.3.tgz\"; path = fetchurl { name = \"sprintf_js___sprintf_js_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz\"; sha1 = \"04e6926f662895354f3dd015203633b857297e2c\"; }; } { name = \"sshpk___sshpk_1.16.1.tgz\"; path = fetchurl { name = \"sshpk___sshpk_1.16.1.tgz\"; url = \"https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz\"; sha1 = \"fb661c0bef29b39db40769ee39fa70093d6f6877\"; }; } { name = \"ssri___ssri_6.0.1.tgz\"; path = fetchurl { name = \"ssri___ssri_6.0.1.tgz\"; url = \"https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz\"; sha1 = \"2a3c41b28dd45b62b63676ecb74001265ae9edd8\"; }; } { name = \"stable___stable_0.1.8.tgz\"; path = fetchurl { name = \"stable___stable_0.1.8.tgz\"; url = \"https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz\"; sha1 = \"836eb3c8382fe2936feaf544631017ce7d47a3cf\"; }; } { name = \"stack_utils___stack_utils_1.0.2.tgz\"; path = fetchurl { name = \"stack_utils___stack_utils_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz\"; sha1 = \"33eba3897788558bebfc2db059dc158ec36cebb8\"; }; } { name = \"state_toggle___state_toggle_1.0.2.tgz\"; path = fetchurl { name = \"state_toggle___state_toggle_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.2.tgz\"; sha1 = \"75e93a61944116b4959d665c8db2d243631d6ddc\"; }; } { name = \"static_extend___static_extend_0.1.2.tgz\"; path = fetchurl { name = \"static_extend___static_extend_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz\"; sha1 = \"60809c39cbff55337226fd5e0b520f341f1fb5c6\"; }; } { name = \"statuses___statuses_1.5.0.tgz\"; path = fetchurl { name = \"statuses___statuses_1.5.0.tgz\"; url = \"https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz\"; sha1 = \"161c7dac177659fd9811f43771fa99381478628c\"; }; } { name = \"stealthy_require___stealthy_require_1.1.1.tgz\"; path = fetchurl { name = \"stealthy_require___stealthy_require_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz\"; sha1 = \"35b09875b4ff49f26a777e509b3090a3226bf24b\"; }; } { name = \"stream_browserify___stream_browserify_2.0.2.tgz\"; path = fetchurl { name = \"stream_browserify___stream_browserify_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz\"; sha1 = \"87521d38a44aa7ee91ce1cd2a47df0cb49dd660b\"; }; } { name = \"stream_each___stream_each_1.2.3.tgz\"; path = fetchurl { name = \"stream_each___stream_each_1.2.3.tgz\"; url = \"https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz\"; sha1 = \"ebe27a0c389b04fbcc233642952e10731afa9bae\"; }; } { name = \"stream_http___stream_http_2.8.3.tgz\"; path = fetchurl { name = \"stream_http___stream_http_2.8.3.tgz\"; url = \"https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz\"; sha1 = \"b2d242469288a5a27ec4fe8933acf623de6514fc\"; }; } { name = \"stream_shift___stream_shift_1.0.0.tgz\"; path = fetchurl { name = \"stream_shift___stream_shift_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz\"; sha1 = \"d5c752825e5367e786f78e18e445ea223a155952\"; }; } { name = \"string_length___string_length_2.0.0.tgz\"; path = fetchurl { name = \"string_length___string_length_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz\"; sha1 = \"d40dbb686a3ace960c1cffca562bf2c45f8363ed\"; }; } { name = \"string_width___string_width_1.0.2.tgz\"; path = fetchurl { name = \"string_width___string_width_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz\"; sha1 = \"118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3\"; }; } { name = \"string_width___string_width_2.1.1.tgz\"; path = fetchurl { name = \"string_width___string_width_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz\"; sha1 = \"ab93f27a8dc13d28cac815c462143a6d9012ae9e\"; }; } { name = \"string_width___string_width_3.1.0.tgz\"; path = fetchurl { name = \"string_width___string_width_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz\"; sha1 = \"22767be21b62af1081574306f69ac51b62203961\"; }; } { name = \"string.prototype.trimleft___string.prototype.trimleft_2.0.0.tgz\"; path = fetchurl { name = \"string.prototype.trimleft___string.prototype.trimleft_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz\"; sha1 = \"68b6aa8e162c6a80e76e3a8a0c2e747186e271ff\"; }; } { name = \"string.prototype.trimright___string.prototype.trimright_2.0.0.tgz\"; path = fetchurl { name = \"string.prototype.trimright___string.prototype.trimright_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.0.0.tgz\"; sha1 = \"ab4a56d802a01fbe7293e11e84f24dc8164661dd\"; }; } { name = \"string_decoder___string_decoder_1.3.0.tgz\"; path = fetchurl { name = \"string_decoder___string_decoder_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz\"; sha1 = \"42f114594a46cf1a8e30b0a84f56c78c3edac21e\"; }; } { name = \"string_decoder___string_decoder_1.1.1.tgz\"; path = fetchurl { name = \"string_decoder___string_decoder_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz\"; sha1 = \"9cf1611ba62685d7030ae9e4ba34149c3af03fc8\"; }; } { name = \"stringify_object___stringify_object_3.3.0.tgz\"; path = fetchurl { name = \"stringify_object___stringify_object_3.3.0.tgz\"; url = \"https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz\"; sha1 = \"703065aefca19300d3ce88af4f5b3956d7556629\"; }; } { name = \"strip_ansi___strip_ansi_5.2.0.tgz\"; path = fetchurl { name = \"strip_ansi___strip_ansi_5.2.0.tgz\"; url = \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz\"; sha1 = \"8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae\"; }; } { name = \"strip_ansi___strip_ansi_3.0.1.tgz\"; path = fetchurl { name = \"strip_ansi___strip_ansi_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz\"; sha1 = \"6a385fb8853d952d5ff05d0e8aaf94278dc63dcf\"; }; } { name = \"strip_ansi___strip_ansi_4.0.0.tgz\"; path = fetchurl { name = \"strip_ansi___strip_ansi_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz\"; sha1 = \"a8479022eb1ac368a871389b635262c505ee368f\"; }; } { name = \"strip_bom___strip_bom_3.0.0.tgz\"; path = fetchurl { name = \"strip_bom___strip_bom_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz\"; sha1 = \"2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3\"; }; } { name = \"strip_comments___strip_comments_1.0.2.tgz\"; path = fetchurl { name = \"strip_comments___strip_comments_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/strip-comments/-/strip-comments-1.0.2.tgz\"; sha1 = \"82b9c45e7f05873bee53f37168af930aa368679d\"; }; } { name = \"strip_eof___strip_eof_1.0.0.tgz\"; path = fetchurl { name = \"strip_eof___strip_eof_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz\"; sha1 = \"bb43ff5598a6eb05d89b59fcd129c983313606bf\"; }; } { name = \"strip_json_comments___strip_json_comments_3.0.1.tgz\"; path = fetchurl { name = \"strip_json_comments___strip_json_comments_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz\"; sha1 = \"85713975a91fb87bf1b305cca77395e40d2a64a7\"; }; } { name = \"strip_json_comments___strip_json_comments_2.0.1.tgz\"; path = fetchurl { name = \"strip_json_comments___strip_json_comments_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz\"; sha1 = \"3c531942e908c2697c0ec344858c286c7ca0a60a\"; }; } { name = \"style_loader___style_loader_1.0.0.tgz\"; path = fetchurl { name = \"style_loader___style_loader_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/style-loader/-/style-loader-1.0.0.tgz\"; sha1 = \"1d5296f9165e8e2c85d24eee0b7caf9ec8ca1f82\"; }; } { name = \"stylehacks___stylehacks_4.0.3.tgz\"; path = fetchurl { name = \"stylehacks___stylehacks_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz\"; sha1 = \"6718fcaf4d1e07d8a1318690881e8d96726a71d5\"; }; } { name = \"supports_color___supports_color_2.0.0.tgz\"; path = fetchurl { name = \"supports_color___supports_color_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz\"; sha1 = \"535d045ce6b6363fa40117084629995e9df324c7\"; }; } { name = \"supports_color___supports_color_5.5.0.tgz\"; path = fetchurl { name = \"supports_color___supports_color_5.5.0.tgz\"; url = \"https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz\"; sha1 = \"e2e69a44ac8772f78a1ec0b35b689df6530efc8f\"; }; } { name = \"supports_color___supports_color_6.1.0.tgz\"; path = fetchurl { name = \"supports_color___supports_color_6.1.0.tgz\"; url = \"https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz\"; sha1 = \"0764abc69c63d5ac842dd4867e8d025e880df8f3\"; }; } { name = \"svg_parser___svg_parser_2.0.2.tgz\"; path = fetchurl { name = \"svg_parser___svg_parser_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.2.tgz\"; sha1 = \"d134cc396fa2681dc64f518330784e98bd801ec8\"; }; } { name = \"svgo___svgo_1.3.0.tgz\"; path = fetchurl { name = \"svgo___svgo_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/svgo/-/svgo-1.3.0.tgz\"; sha1 = \"bae51ba95ded9a33a36b7c46ce9c359ae9154313\"; }; } { name = \"symbol_tree___symbol_tree_3.2.4.tgz\"; path = fetchurl { name = \"symbol_tree___symbol_tree_3.2.4.tgz\"; url = \"https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz\"; sha1 = \"430637d248ba77e078883951fb9aa0eed7c63fa2\"; }; } { name = \"table___table_5.4.6.tgz\"; path = fetchurl { name = \"table___table_5.4.6.tgz\"; url = \"https://registry.yarnpkg.com/table/-/table-5.4.6.tgz\"; sha1 = \"1292d19500ce3f86053b05f0e8e7e4a3bb21079e\"; }; } { name = \"tapable___tapable_1.1.3.tgz\"; path = fetchurl { name = \"tapable___tapable_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz\"; sha1 = \"a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2\"; }; } { name = \"tar___tar_4.4.10.tgz\"; path = fetchurl { name = \"tar___tar_4.4.10.tgz\"; url = \"https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz\"; sha1 = \"946b2810b9a5e0b26140cf78bea6b0b0d689eba1\"; }; } { name = \"terser_webpack_plugin___terser_webpack_plugin_1.4.1.tgz\"; path = fetchurl { name = \"terser_webpack_plugin___terser_webpack_plugin_1.4.1.tgz\"; url = \"https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz\"; sha1 = \"61b18e40eaee5be97e771cdbb10ed1280888c2b4\"; }; } { name = \"terser___terser_4.2.1.tgz\"; path = fetchurl { name = \"terser___terser_4.2.1.tgz\"; url = \"https://registry.yarnpkg.com/terser/-/terser-4.2.1.tgz\"; sha1 = \"1052cfe17576c66e7bc70fcc7119f22b155bdac1\"; }; } { name = \"test_exclude___test_exclude_5.2.3.tgz\"; path = fetchurl { name = \"test_exclude___test_exclude_5.2.3.tgz\"; url = \"https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz\"; sha1 = \"c3d3e1e311eb7ee405e092dac10aefd09091eac0\"; }; } { name = \"text_table___text_table_0.2.0.tgz\"; path = fetchurl { name = \"text_table___text_table_0.2.0.tgz\"; url = \"https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz\"; sha1 = \"7f5ee823ae805207c00af2df4a84ec3fcfa570b4\"; }; } { name = \"throat___throat_4.1.0.tgz\"; path = fetchurl { name = \"throat___throat_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz\"; sha1 = \"89037cbc92c56ab18926e6ba4cbb200e15672a6a\"; }; } { name = \"through2___through2_2.0.5.tgz\"; path = fetchurl { name = \"through2___through2_2.0.5.tgz\"; url = \"https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz\"; sha1 = \"01c1e39eb31d07cb7d03a96a70823260b23132cd\"; }; } { name = \"through___through_2.3.8.tgz\"; path = fetchurl { name = \"through___through_2.3.8.tgz\"; url = \"https://registry.yarnpkg.com/through/-/through-2.3.8.tgz\"; sha1 = \"0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5\"; }; } { name = \"thunky___thunky_1.0.3.tgz\"; path = fetchurl { name = \"thunky___thunky_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/thunky/-/thunky-1.0.3.tgz\"; sha1 = \"f5df732453407b09191dae73e2a8cc73f381a826\"; }; } { name = \"timers_browserify___timers_browserify_2.0.11.tgz\"; path = fetchurl { name = \"timers_browserify___timers_browserify_2.0.11.tgz\"; url = \"https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz\"; sha1 = \"800b1f3eee272e5bc53ee465a04d0e804c31211f\"; }; } { name = \"timsort___timsort_0.3.0.tgz\"; path = fetchurl { name = \"timsort___timsort_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz\"; sha1 = \"405411a8e7e6339fe64db9a234de11dc31e02bd4\"; }; } { name = \"tiny_invariant___tiny_invariant_1.0.6.tgz\"; path = fetchurl { name = \"tiny_invariant___tiny_invariant_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.0.6.tgz\"; sha1 = \"b3f9b38835e36a41c843a3b0907a5a7b3755de73\"; }; } { name = \"tiny_warning___tiny_warning_1.0.3.tgz\"; path = fetchurl { name = \"tiny_warning___tiny_warning_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz\"; sha1 = \"94a30db453df4c643d0fd566060d60a875d84754\"; }; } { name = \"tmp___tmp_0.0.33.tgz\"; path = fetchurl { name = \"tmp___tmp_0.0.33.tgz\"; url = \"https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz\"; sha1 = \"6d34335889768d21b2bcda0aa277ced3b1bfadf9\"; }; } { name = \"tmpl___tmpl_1.0.4.tgz\"; path = fetchurl { name = \"tmpl___tmpl_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz\"; sha1 = \"23640dd7b42d00433911140820e5cf440e521dd1\"; }; } { name = \"to_arraybuffer___to_arraybuffer_1.0.1.tgz\"; path = fetchurl { name = \"to_arraybuffer___to_arraybuffer_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz\"; sha1 = \"7d229b1fcc637e466ca081180836a7aabff83f43\"; }; } { name = \"to_fast_properties___to_fast_properties_2.0.0.tgz\"; path = fetchurl { name = \"to_fast_properties___to_fast_properties_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz\"; sha1 = \"dc5e698cbd079265bc73e0377681a4e4e83f616e\"; }; } { name = \"to_object_path___to_object_path_0.3.0.tgz\"; path = fetchurl { name = \"to_object_path___to_object_path_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz\"; sha1 = \"297588b7b0e7e0ac08e04e672f85c1f4999e17af\"; }; } { name = \"to_regex_range___to_regex_range_2.1.1.tgz\"; path = fetchurl { name = \"to_regex_range___to_regex_range_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz\"; sha1 = \"7c80c17b9dfebe599e27367e0d4dd5590141db38\"; }; } { name = \"to_regex___to_regex_3.0.2.tgz\"; path = fetchurl { name = \"to_regex___to_regex_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz\"; sha1 = \"13cfdd9b336552f30b51f33a8ae1b42a7a7599ce\"; }; } { name = \"toidentifier___toidentifier_1.0.0.tgz\"; path = fetchurl { name = \"toidentifier___toidentifier_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz\"; sha1 = \"7e1be3470f1e77948bc43d94a3c8f4d7752ba553\"; }; } { name = \"tough_cookie___tough_cookie_2.5.0.tgz\"; path = fetchurl { name = \"tough_cookie___tough_cookie_2.5.0.tgz\"; url = \"https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz\"; sha1 = \"cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2\"; }; } { name = \"tough_cookie___tough_cookie_2.4.3.tgz\"; path = fetchurl { name = \"tough_cookie___tough_cookie_2.4.3.tgz\"; url = \"https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz\"; sha1 = \"53f36da3f47783b0925afa06ff9f3b165280f781\"; }; } { name = \"tr46___tr46_1.0.1.tgz\"; path = fetchurl { name = \"tr46___tr46_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz\"; sha1 = \"a8b13fd6bfd2489519674ccde55ba3693b706d09\"; }; } { name = \"tree_kill___tree_kill_1.2.1.tgz\"; path = fetchurl { name = \"tree_kill___tree_kill_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz\"; sha1 = \"5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a\"; }; } { name = \"trim_right___trim_right_1.0.1.tgz\"; path = fetchurl { name = \"trim_right___trim_right_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz\"; sha1 = \"cb2e1203067e0c8de1f614094b9fe45704ea6003\"; }; } { name = \"trim_trailing_lines___trim_trailing_lines_1.1.2.tgz\"; path = fetchurl { name = \"trim_trailing_lines___trim_trailing_lines_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.2.tgz\"; sha1 = \"d2f1e153161152e9f02fabc670fb40bec2ea2e3a\"; }; } { name = \"trim___trim_0.0.1.tgz\"; path = fetchurl { name = \"trim___trim_0.0.1.tgz\"; url = \"https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz\"; sha1 = \"5858547f6b290757ee95cccc666fb50084c460dd\"; }; } { name = \"trough___trough_1.0.4.tgz\"; path = fetchurl { name = \"trough___trough_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/trough/-/trough-1.0.4.tgz\"; sha1 = \"3b52b1f13924f460c3fbfd0df69b587dbcbc762e\"; }; } { name = \"ts_pnp___ts_pnp_1.1.2.tgz\"; path = fetchurl { name = \"ts_pnp___ts_pnp_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.2.tgz\"; sha1 = \"be8e4bfce5d00f0f58e0666a82260c34a57af552\"; }; } { name = \"ts_pnp___ts_pnp_1.1.4.tgz\"; path = fetchurl { name = \"ts_pnp___ts_pnp_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.4.tgz\"; sha1 = \"ae27126960ebaefb874c6d7fa4729729ab200d90\"; }; } { name = \"tslib___tslib_1.10.0.tgz\"; path = fetchurl { name = \"tslib___tslib_1.10.0.tgz\"; url = \"https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz\"; sha1 = \"c3c19f95973fb0a62973fb09d90d961ee43e5c8a\"; }; } { name = \"tslint_sonarts___tslint_sonarts_1.9.0.tgz\"; path = fetchurl { name = \"tslint_sonarts___tslint_sonarts_1.9.0.tgz\"; url = \"https://registry.yarnpkg.com/tslint-sonarts/-/tslint-sonarts-1.9.0.tgz\"; sha1 = \"feb593e92db328c0328b430b838adbe65d504de9\"; }; } { name = \"tslint___tslint_5.20.0.tgz\"; path = fetchurl { name = \"tslint___tslint_5.20.0.tgz\"; url = \"https://registry.yarnpkg.com/tslint/-/tslint-5.20.0.tgz\"; sha1 = \"fac93bfa79568a5a24e7be9cdde5e02b02d00ec1\"; }; } { name = \"tsutils___tsutils_2.29.0.tgz\"; path = fetchurl { name = \"tsutils___tsutils_2.29.0.tgz\"; url = \"https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz\"; sha1 = \"32b488501467acbedd4b85498673a0812aca0b99\"; }; } { name = \"tsutils___tsutils_3.17.1.tgz\"; path = fetchurl { name = \"tsutils___tsutils_3.17.1.tgz\"; url = \"https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz\"; sha1 = \"ed719917f11ca0dee586272b2ac49e015a2dd759\"; }; } { name = \"tty_browserify___tty_browserify_0.0.0.tgz\"; path = fetchurl { name = \"tty_browserify___tty_browserify_0.0.0.tgz\"; url = \"https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz\"; sha1 = \"a157ba402da24e9bf957f9aa69d524eed42901a6\"; }; } { name = \"tunnel_agent___tunnel_agent_0.6.0.tgz\"; path = fetchurl { name = \"tunnel_agent___tunnel_agent_0.6.0.tgz\"; url = \"https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz\"; sha1 = \"27a5dea06b36b04a0a9966774b290868f0fc40fd\"; }; } { name = \"tweetnacl___tweetnacl_0.14.5.tgz\"; path = fetchurl { name = \"tweetnacl___tweetnacl_0.14.5.tgz\"; url = \"https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz\"; sha1 = \"5ae68177f192d4456269d108afa93ff8743f4f64\"; }; } { name = \"type_check___type_check_0.3.2.tgz\"; path = fetchurl { name = \"type_check___type_check_0.3.2.tgz\"; url = \"https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz\"; sha1 = \"5884cab512cf1d355e3fb784f30804b2b520db72\"; }; } { name = \"type_fest___type_fest_0.3.1.tgz\"; path = fetchurl { name = \"type_fest___type_fest_0.3.1.tgz\"; url = \"https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz\"; sha1 = \"63d00d204e059474fe5e1b7c011112bbd1dc29e1\"; }; } { name = \"type_is___type_is_1.6.18.tgz\"; path = fetchurl { name = \"type_is___type_is_1.6.18.tgz\"; url = \"https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz\"; sha1 = \"4e552cd05df09467dcbc4ef739de89f2cf37c131\"; }; } { name = \"type___type_1.0.3.tgz\"; path = fetchurl { name = \"type___type_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/type/-/type-1.0.3.tgz\"; sha1 = \"16f5d39f27a2d28d86e48f8981859e9d3296c179\"; }; } { name = \"typedarray___typedarray_0.0.6.tgz\"; path = fetchurl { name = \"typedarray___typedarray_0.0.6.tgz\"; url = \"https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz\"; sha1 = \"867ac74e3864187b1d3d47d996a78ec5c8830777\"; }; } { name = \"typeface_roboto___typeface_roboto_0.0.54.tgz\"; path = fetchurl { name = \"typeface_roboto___typeface_roboto_0.0.54.tgz\"; url = \"https://registry.yarnpkg.com/typeface-roboto/-/typeface-roboto-0.0.54.tgz\"; sha1 = \"8f02c9a18d1cfa7f49381a6ff0d21ff061f38ad2\"; }; } { name = \"typescript___typescript_3.6.2.tgz\"; path = fetchurl { name = \"typescript___typescript_3.6.2.tgz\"; url = \"https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz\"; sha1 = \"105b0f1934119dde543ac8eb71af3a91009efe54\"; }; } { name = \"ua_parser_js___ua_parser_js_0.7.20.tgz\"; path = fetchurl { name = \"ua_parser_js___ua_parser_js_0.7.20.tgz\"; url = \"https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.20.tgz\"; sha1 = \"7527178b82f6a62a0f243d1f94fd30e3e3c21098\"; }; } { name = \"uglify_js___uglify_js_3.4.10.tgz\"; path = fetchurl { name = \"uglify_js___uglify_js_3.4.10.tgz\"; url = \"https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz\"; sha1 = \"9ad9563d8eb3acdfb8d38597d2af1d815f6a755f\"; }; } { name = \"uglify_js___uglify_js_3.6.0.tgz\"; path = fetchurl { name = \"uglify_js___uglify_js_3.6.0.tgz\"; url = \"https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz\"; sha1 = \"704681345c53a8b2079fb6cec294b05ead242ff5\"; }; } { name = \"unherit___unherit_1.1.2.tgz\"; path = fetchurl { name = \"unherit___unherit_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/unherit/-/unherit-1.1.2.tgz\"; sha1 = \"14f1f397253ee4ec95cec167762e77df83678449\"; }; } { name = \"unicode_canonical_property_names_ecmascript___unicode_canonical_property_names_ecmascript_1.0.4.tgz\"; path = fetchurl { name = \"unicode_canonical_property_names_ecmascript___unicode_canonical_property_names_ecmascript_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz\"; sha1 = \"2619800c4c825800efdd8343af7dd9933cbe2818\"; }; } { name = \"unicode_match_property_ecmascript___unicode_match_property_ecmascript_1.0.4.tgz\"; path = fetchurl { name = \"unicode_match_property_ecmascript___unicode_match_property_ecmascript_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz\"; sha1 = \"8ed2a32569961bce9227d09cd3ffbb8fed5f020c\"; }; } { name = \"unicode_match_property_value_ecmascript___unicode_match_property_value_ecmascript_1.1.0.tgz\"; path = fetchurl { name = \"unicode_match_property_value_ecmascript___unicode_match_property_value_ecmascript_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz\"; sha1 = \"5b4b426e08d13a80365e0d657ac7a6c1ec46a277\"; }; } { name = \"unicode_property_aliases_ecmascript___unicode_property_aliases_ecmascript_1.0.5.tgz\"; path = fetchurl { name = \"unicode_property_aliases_ecmascript___unicode_property_aliases_ecmascript_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz\"; sha1 = \"a9cc6cc7ce63a0a3023fc99e341b94431d405a57\"; }; } { name = \"unified___unified_6.2.0.tgz\"; path = fetchurl { name = \"unified___unified_6.2.0.tgz\"; url = \"https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz\"; sha1 = \"7fbd630f719126d67d40c644b7e3f617035f6dba\"; }; } { name = \"union_value___union_value_1.0.1.tgz\"; path = fetchurl { name = \"union_value___union_value_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz\"; sha1 = \"0b6fe7b835aecda61c6ea4d4f02c14221e109847\"; }; } { name = \"uniq___uniq_1.0.1.tgz\"; path = fetchurl { name = \"uniq___uniq_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz\"; sha1 = \"b31c5ae8254844a3a8281541ce2b04b865a734ff\"; }; } { name = \"uniqs___uniqs_2.0.0.tgz\"; path = fetchurl { name = \"uniqs___uniqs_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz\"; sha1 = \"ffede4b36b25290696e6e165d4a59edb998e6b02\"; }; } { name = \"unique_filename___unique_filename_1.1.1.tgz\"; path = fetchurl { name = \"unique_filename___unique_filename_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz\"; sha1 = \"1d69769369ada0583103a1e6ae87681b56573230\"; }; } { name = \"unique_slug___unique_slug_2.0.2.tgz\"; path = fetchurl { name = \"unique_slug___unique_slug_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz\"; sha1 = \"baabce91083fc64e945b0f3ad613e264f7cd4e6c\"; }; } { name = \"unist_util_is___unist_util_is_3.0.0.tgz\"; path = fetchurl { name = \"unist_util_is___unist_util_is_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz\"; sha1 = \"d9e84381c2468e82629e4a5be9d7d05a2dd324cd\"; }; } { name = \"unist_util_remove_position___unist_util_remove_position_1.1.3.tgz\"; path = fetchurl { name = \"unist_util_remove_position___unist_util_remove_position_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.3.tgz\"; sha1 = \"d91aa8b89b30cb38bad2924da11072faa64fd972\"; }; } { name = \"unist_util_stringify_position___unist_util_stringify_position_1.1.2.tgz\"; path = fetchurl { name = \"unist_util_stringify_position___unist_util_stringify_position_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz\"; sha1 = \"3f37fcf351279dcbca7480ab5889bb8a832ee1c6\"; }; } { name = \"unist_util_visit_parents___unist_util_visit_parents_1.1.2.tgz\"; path = fetchurl { name = \"unist_util_visit_parents___unist_util_visit_parents_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-1.1.2.tgz\"; sha1 = \"f6e3afee8bdbf961c0e6f028ea3c0480028c3d06\"; }; } { name = \"unist_util_visit_parents___unist_util_visit_parents_2.1.2.tgz\"; path = fetchurl { name = \"unist_util_visit_parents___unist_util_visit_parents_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz\"; sha1 = \"25e43e55312166f3348cae6743588781d112c1e9\"; }; } { name = \"unist_util_visit___unist_util_visit_1.4.1.tgz\"; path = fetchurl { name = \"unist_util_visit___unist_util_visit_1.4.1.tgz\"; url = \"https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz\"; sha1 = \"4724aaa8486e6ee6e26d7ff3c8685960d560b1e3\"; }; } { name = \"universalify___universalify_0.1.2.tgz\"; path = fetchurl { name = \"universalify___universalify_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz\"; sha1 = \"b646f69be3942dabcecc9d6639c80dc105efaa66\"; }; } { name = \"unpipe___unpipe_1.0.0.tgz\"; path = fetchurl { name = \"unpipe___unpipe_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz\"; sha1 = \"b2bf4ee8514aae6165b4817829d21b2ef49904ec\"; }; } { name = \"unquote___unquote_1.1.1.tgz\"; path = fetchurl { name = \"unquote___unquote_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz\"; sha1 = \"8fded7324ec6e88a0ff8b905e7c098cdc086d544\"; }; } { name = \"unset_value___unset_value_1.0.0.tgz\"; path = fetchurl { name = \"unset_value___unset_value_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz\"; sha1 = \"8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559\"; }; } { name = \"upath___upath_1.2.0.tgz\"; path = fetchurl { name = \"upath___upath_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz\"; sha1 = \"8f66dbcd55a883acdae4408af8b035a5044c1894\"; }; } { name = \"upper_case___upper_case_1.1.3.tgz\"; path = fetchurl { name = \"upper_case___upper_case_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz\"; sha1 = \"f6b4501c2ec4cdd26ba78be7222961de77621598\"; }; } { name = \"uri_js___uri_js_4.2.2.tgz\"; path = fetchurl { name = \"uri_js___uri_js_4.2.2.tgz\"; url = \"https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz\"; sha1 = \"94c540e1ff772956e2299507c010aea6c8838eb0\"; }; } { name = \"urix___urix_0.1.0.tgz\"; path = fetchurl { name = \"urix___urix_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz\"; sha1 = \"da937f7a62e21fec1fd18d49b35c2935067a6c72\"; }; } { name = \"url_loader___url_loader_2.1.0.tgz\"; path = fetchurl { name = \"url_loader___url_loader_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/url-loader/-/url-loader-2.1.0.tgz\"; sha1 = \"bcc1ecabbd197e913eca23f5e0378e24b4412961\"; }; } { name = \"url_parse___url_parse_1.4.7.tgz\"; path = fetchurl { name = \"url_parse___url_parse_1.4.7.tgz\"; url = \"https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz\"; sha1 = \"a8a83535e8c00a316e403a5db4ac1b9b853ae278\"; }; } { name = \"url___url_0.11.0.tgz\"; path = fetchurl { name = \"url___url_0.11.0.tgz\"; url = \"https://registry.yarnpkg.com/url/-/url-0.11.0.tgz\"; sha1 = \"3838e97cfc60521eb73c525a8e55bfdd9e2e28f1\"; }; } { name = \"use___use_3.1.1.tgz\"; path = fetchurl { name = \"use___use_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/use/-/use-3.1.1.tgz\"; sha1 = \"d50c8cac79a19fbc20f2911f56eb973f4e10070f\"; }; } { name = \"util_deprecate___util_deprecate_1.0.2.tgz\"; path = fetchurl { name = \"util_deprecate___util_deprecate_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz\"; sha1 = \"450d4dc9fa70de732762fbd2d4a28981419a0ccf\"; }; } { name = \"util.promisify___util.promisify_1.0.0.tgz\"; path = fetchurl { name = \"util.promisify___util.promisify_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz\"; sha1 = \"440f7165a459c9a16dc145eb8e72f35687097030\"; }; } { name = \"util___util_0.10.3.tgz\"; path = fetchurl { name = \"util___util_0.10.3.tgz\"; url = \"https://registry.yarnpkg.com/util/-/util-0.10.3.tgz\"; sha1 = \"7afb1afe50805246489e3db7fe0ed379336ac0f9\"; }; } { name = \"util___util_0.11.1.tgz\"; path = fetchurl { name = \"util___util_0.11.1.tgz\"; url = \"https://registry.yarnpkg.com/util/-/util-0.11.1.tgz\"; sha1 = \"3236733720ec64bb27f6e26f421aaa2e1b588d61\"; }; } { name = \"utila___utila_0.4.0.tgz\"; path = fetchurl { name = \"utila___utila_0.4.0.tgz\"; url = \"https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz\"; sha1 = \"8a16a05d445657a3aea5eecc5b12a4fa5379772c\"; }; } { name = \"utils_merge___utils_merge_1.0.1.tgz\"; path = fetchurl { name = \"utils_merge___utils_merge_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz\"; sha1 = \"9f95710f50a267947b2ccc124741c1028427e713\"; }; } { name = \"uuid___uuid_3.3.3.tgz\"; path = fetchurl { name = \"uuid___uuid_3.3.3.tgz\"; url = \"https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz\"; sha1 = \"4568f0216e78760ee1dbf3a4d2cf53e224112866\"; }; } { name = \"v8_compile_cache___v8_compile_cache_2.1.0.tgz\"; path = fetchurl { name = \"v8_compile_cache___v8_compile_cache_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz\"; sha1 = \"e14de37b31a6d194f5690d67efc4e7f6fc6ab30e\"; }; } { name = \"validate_npm_package_license___validate_npm_package_license_3.0.4.tgz\"; path = fetchurl { name = \"validate_npm_package_license___validate_npm_package_license_3.0.4.tgz\"; url = \"https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz\"; sha1 = \"fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a\"; }; } { name = \"value_equal___value_equal_0.4.0.tgz\"; path = fetchurl { name = \"value_equal___value_equal_0.4.0.tgz\"; url = \"https://registry.yarnpkg.com/value-equal/-/value-equal-0.4.0.tgz\"; sha1 = \"c5bdd2f54ee093c04839d71ce2e4758a6890abc7\"; }; } { name = \"vary___vary_1.1.2.tgz\"; path = fetchurl { name = \"vary___vary_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz\"; sha1 = \"2299f02c6ded30d4a5961b0b9f74524a18f634fc\"; }; } { name = \"vendors___vendors_1.0.3.tgz\"; path = fetchurl { name = \"vendors___vendors_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/vendors/-/vendors-1.0.3.tgz\"; sha1 = \"a6467781abd366217c050f8202e7e50cc9eef8c0\"; }; } { name = \"verror___verror_1.10.0.tgz\"; path = fetchurl { name = \"verror___verror_1.10.0.tgz\"; url = \"https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz\"; sha1 = \"3a105ca17053af55d6e270c1f8288682e18da400\"; }; } { name = \"vfile_location___vfile_location_2.0.5.tgz\"; path = fetchurl { name = \"vfile_location___vfile_location_2.0.5.tgz\"; url = \"https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.5.tgz\"; sha1 = \"c83eb02f8040228a8d2b3f10e485be3e3433e0a2\"; }; } { name = \"vfile_message___vfile_message_1.1.1.tgz\"; path = fetchurl { name = \"vfile_message___vfile_message_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.1.1.tgz\"; sha1 = \"5833ae078a1dfa2d96e9647886cd32993ab313e1\"; }; } { name = \"vfile___vfile_2.3.0.tgz\"; path = fetchurl { name = \"vfile___vfile_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz\"; sha1 = \"e62d8e72b20e83c324bc6c67278ee272488bf84a\"; }; } { name = \"vm_browserify___vm_browserify_1.1.0.tgz\"; path = fetchurl { name = \"vm_browserify___vm_browserify_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.0.tgz\"; sha1 = \"bd76d6a23323e2ca8ffa12028dc04559c75f9019\"; }; } { name = \"w3c_hr_time___w3c_hr_time_1.0.1.tgz\"; path = fetchurl { name = \"w3c_hr_time___w3c_hr_time_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz\"; sha1 = \"82ac2bff63d950ea9e3189a58a65625fedf19045\"; }; } { name = \"w3c_xmlserializer___w3c_xmlserializer_1.1.2.tgz\"; path = fetchurl { name = \"w3c_xmlserializer___w3c_xmlserializer_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz\"; sha1 = \"30485ca7d70a6fd052420a3d12fd90e6339ce794\"; }; } { name = \"wait_on___wait_on_3.3.0.tgz\"; path = fetchurl { name = \"wait_on___wait_on_3.3.0.tgz\"; url = \"https://registry.yarnpkg.com/wait-on/-/wait-on-3.3.0.tgz\"; sha1 = \"9940981d047a72a9544a97b8b5fca45b2170a082\"; }; } { name = \"walker___walker_1.0.7.tgz\"; path = fetchurl { name = \"walker___walker_1.0.7.tgz\"; url = \"https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz\"; sha1 = \"2f7f9b8fd10d677262b18a884e28d19618e028fb\"; }; } { name = \"warning___warning_4.0.3.tgz\"; path = fetchurl { name = \"warning___warning_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz\"; sha1 = \"16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3\"; }; } { name = \"watchpack___watchpack_1.6.0.tgz\"; path = fetchurl { name = \"watchpack___watchpack_1.6.0.tgz\"; url = \"https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz\"; sha1 = \"4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00\"; }; } { name = \"wbuf___wbuf_1.7.3.tgz\"; path = fetchurl { name = \"wbuf___wbuf_1.7.3.tgz\"; url = \"https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz\"; sha1 = \"c1d8d149316d3ea852848895cb6a0bfe887b87df\"; }; } { name = \"webidl_conversions___webidl_conversions_4.0.2.tgz\"; path = fetchurl { name = \"webidl_conversions___webidl_conversions_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz\"; sha1 = \"a855980b1f0b6b359ba1d5d9fb39ae941faa63ad\"; }; } { name = \"webpack_dev_middleware___webpack_dev_middleware_3.7.1.tgz\"; path = fetchurl { name = \"webpack_dev_middleware___webpack_dev_middleware_3.7.1.tgz\"; url = \"https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.1.tgz\"; sha1 = \"1167aea02afa034489869b8368fe9fed1aea7d09\"; }; } { name = \"webpack_dev_server___webpack_dev_server_3.2.1.tgz\"; path = fetchurl { name = \"webpack_dev_server___webpack_dev_server_3.2.1.tgz\"; url = \"https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.2.1.tgz\"; sha1 = \"1b45ce3ecfc55b6ebe5e36dab2777c02bc508c4e\"; }; } { name = \"webpack_log___webpack_log_2.0.0.tgz\"; path = fetchurl { name = \"webpack_log___webpack_log_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz\"; sha1 = \"5b7928e0637593f119d32f6227c1e0ac31e1b47f\"; }; } { name = \"webpack_manifest_plugin___webpack_manifest_plugin_2.0.4.tgz\"; path = fetchurl { name = \"webpack_manifest_plugin___webpack_manifest_plugin_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.4.tgz\"; sha1 = \"e4ca2999b09557716b8ba4475fb79fab5986f0cd\"; }; } { name = \"webpack_sources___webpack_sources_1.4.3.tgz\"; path = fetchurl { name = \"webpack_sources___webpack_sources_1.4.3.tgz\"; url = \"https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz\"; sha1 = \"eedd8ec0b928fbf1cbfe994e22d2d890f330a933\"; }; } { name = \"webpack___webpack_4.39.1.tgz\"; path = fetchurl { name = \"webpack___webpack_4.39.1.tgz\"; url = \"https://registry.yarnpkg.com/webpack/-/webpack-4.39.1.tgz\"; sha1 = \"60ed9fb2b72cd60f26ea526c404d2a4cc97a1bd8\"; }; } { name = \"websocket_driver___websocket_driver_0.7.3.tgz\"; path = fetchurl { name = \"websocket_driver___websocket_driver_0.7.3.tgz\"; url = \"https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz\"; sha1 = \"a2d4e0d4f4f116f1e6297eba58b05d430100e9f9\"; }; } { name = \"websocket_extensions___websocket_extensions_0.1.3.tgz\"; path = fetchurl { name = \"websocket_extensions___websocket_extensions_0.1.3.tgz\"; url = \"https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz\"; sha1 = \"5d2ff22977003ec687a4b87073dfbbac146ccf29\"; }; } { name = \"whatwg_encoding___whatwg_encoding_1.0.5.tgz\"; path = fetchurl { name = \"whatwg_encoding___whatwg_encoding_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz\"; sha1 = \"5abacf777c32166a51d085d6b4f3e7d27113ddb0\"; }; } { name = \"whatwg_fetch___whatwg_fetch_3.0.0.tgz\"; path = fetchurl { name = \"whatwg_fetch___whatwg_fetch_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz\"; sha1 = \"fc804e458cc460009b1a2b966bc8817d2578aefb\"; }; } { name = \"whatwg_mimetype___whatwg_mimetype_2.3.0.tgz\"; path = fetchurl { name = \"whatwg_mimetype___whatwg_mimetype_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz\"; sha1 = \"3d4b1e0312d2079879f826aff18dbeeca5960fbf\"; }; } { name = \"whatwg_url___whatwg_url_6.5.0.tgz\"; path = fetchurl { name = \"whatwg_url___whatwg_url_6.5.0.tgz\"; url = \"https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz\"; sha1 = \"f2df02bff176fd65070df74ad5ccbb5a199965a8\"; }; } { name = \"whatwg_url___whatwg_url_7.0.0.tgz\"; path = fetchurl { name = \"whatwg_url___whatwg_url_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.0.0.tgz\"; sha1 = \"fde926fa54a599f3adf82dff25a9f7be02dc6edd\"; }; } { name = \"which_module___which_module_2.0.0.tgz\"; path = fetchurl { name = \"which_module___which_module_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz\"; sha1 = \"d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a\"; }; } { name = \"which___which_1.3.1.tgz\"; path = fetchurl { name = \"which___which_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/which/-/which-1.3.1.tgz\"; sha1 = \"a45043d54f5805316da8d62f9f50918d3da70b0a\"; }; } { name = \"wide_align___wide_align_1.1.3.tgz\"; path = fetchurl { name = \"wide_align___wide_align_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz\"; sha1 = \"ae074e6bdc0c14a431e804e624549c633b000457\"; }; } { name = \"wordwrap___wordwrap_0.0.3.tgz\"; path = fetchurl { name = \"wordwrap___wordwrap_0.0.3.tgz\"; url = \"https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz\"; sha1 = \"a3d5da6cd5c0bc0008d37234bbaf1bed63059107\"; }; } { name = \"wordwrap___wordwrap_1.0.0.tgz\"; path = fetchurl { name = \"wordwrap___wordwrap_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz\"; sha1 = \"27584810891456a4171c8d0226441ade90cbcaeb\"; }; } { name = \"workbox_background_sync___workbox_background_sync_4.3.1.tgz\"; path = fetchurl { name = \"workbox_background_sync___workbox_background_sync_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-4.3.1.tgz\"; sha1 = \"26821b9bf16e9e37fd1d640289edddc08afd1950\"; }; } { name = \"workbox_broadcast_update___workbox_broadcast_update_4.3.1.tgz\"; path = fetchurl { name = \"workbox_broadcast_update___workbox_broadcast_update_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-4.3.1.tgz\"; sha1 = \"e2c0280b149e3a504983b757606ad041f332c35b\"; }; } { name = \"workbox_build___workbox_build_4.3.1.tgz\"; path = fetchurl { name = \"workbox_build___workbox_build_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-build/-/workbox-build-4.3.1.tgz\"; sha1 = \"414f70fb4d6de47f6538608b80ec52412d233e64\"; }; } { name = \"workbox_cacheable_response___workbox_cacheable_response_4.3.1.tgz\"; path = fetchurl { name = \"workbox_cacheable_response___workbox_cacheable_response_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-4.3.1.tgz\"; sha1 = \"f53e079179c095a3f19e5313b284975c91428c91\"; }; } { name = \"workbox_core___workbox_core_4.3.1.tgz\"; path = fetchurl { name = \"workbox_core___workbox_core_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-core/-/workbox-core-4.3.1.tgz\"; sha1 = \"005d2c6a06a171437afd6ca2904a5727ecd73be6\"; }; } { name = \"workbox_expiration___workbox_expiration_4.3.1.tgz\"; path = fetchurl { name = \"workbox_expiration___workbox_expiration_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-4.3.1.tgz\"; sha1 = \"d790433562029e56837f341d7f553c4a78ebe921\"; }; } { name = \"workbox_google_analytics___workbox_google_analytics_4.3.1.tgz\"; path = fetchurl { name = \"workbox_google_analytics___workbox_google_analytics_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-4.3.1.tgz\"; sha1 = \"9eda0183b103890b5c256e6f4ea15a1f1548519a\"; }; } { name = \"workbox_navigation_preload___workbox_navigation_preload_4.3.1.tgz\"; path = fetchurl { name = \"workbox_navigation_preload___workbox_navigation_preload_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-4.3.1.tgz\"; sha1 = \"29c8e4db5843803b34cd96dc155f9ebd9afa453d\"; }; } { name = \"workbox_precaching___workbox_precaching_4.3.1.tgz\"; path = fetchurl { name = \"workbox_precaching___workbox_precaching_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-4.3.1.tgz\"; sha1 = \"9fc45ed122d94bbe1f0ea9584ff5940960771cba\"; }; } { name = \"workbox_range_requests___workbox_range_requests_4.3.1.tgz\"; path = fetchurl { name = \"workbox_range_requests___workbox_range_requests_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-4.3.1.tgz\"; sha1 = \"f8a470188922145cbf0c09a9a2d5e35645244e74\"; }; } { name = \"workbox_routing___workbox_routing_4.3.1.tgz\"; path = fetchurl { name = \"workbox_routing___workbox_routing_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-4.3.1.tgz\"; sha1 = \"a675841af623e0bb0c67ce4ed8e724ac0bed0cda\"; }; } { name = \"workbox_strategies___workbox_strategies_4.3.1.tgz\"; path = fetchurl { name = \"workbox_strategies___workbox_strategies_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-4.3.1.tgz\"; sha1 = \"d2be03c4ef214c115e1ab29c9c759c9fe3e9e646\"; }; } { name = \"workbox_streams___workbox_streams_4.3.1.tgz\"; path = fetchurl { name = \"workbox_streams___workbox_streams_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-4.3.1.tgz\"; sha1 = \"0b57da70e982572de09c8742dd0cb40a6b7c2cc3\"; }; } { name = \"workbox_sw___workbox_sw_4.3.1.tgz\"; path = fetchurl { name = \"workbox_sw___workbox_sw_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-4.3.1.tgz\"; sha1 = \"df69e395c479ef4d14499372bcd84c0f5e246164\"; }; } { name = \"workbox_webpack_plugin___workbox_webpack_plugin_4.3.1.tgz\"; path = fetchurl { name = \"workbox_webpack_plugin___workbox_webpack_plugin_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-4.3.1.tgz\"; sha1 = \"47ff5ea1cc074b6c40fb5a86108863a24120d4bd\"; }; } { name = \"workbox_window___workbox_window_4.3.1.tgz\"; path = fetchurl { name = \"workbox_window___workbox_window_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/workbox-window/-/workbox-window-4.3.1.tgz\"; sha1 = \"ee6051bf10f06afa5483c9b8dfa0531994ede0f3\"; }; } { name = \"worker_farm___worker_farm_1.7.0.tgz\"; path = fetchurl { name = \"worker_farm___worker_farm_1.7.0.tgz\"; url = \"https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz\"; sha1 = \"26a94c5391bbca926152002f69b84a4bf772e5a8\"; }; } { name = \"worker_rpc___worker_rpc_0.1.1.tgz\"; path = fetchurl { name = \"worker_rpc___worker_rpc_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz\"; sha1 = \"cb565bd6d7071a8f16660686051e969ad32f54d5\"; }; } { name = \"wrap_ansi___wrap_ansi_2.1.0.tgz\"; path = fetchurl { name = \"wrap_ansi___wrap_ansi_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz\"; sha1 = \"d8fc3d284dd05794fe84973caecdd1cf824fdd85\"; }; } { name = \"wrap_ansi___wrap_ansi_5.1.0.tgz\"; path = fetchurl { name = \"wrap_ansi___wrap_ansi_5.1.0.tgz\"; url = \"https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz\"; sha1 = \"1fd1f67235d5b6d0fee781056001bfb694c03b09\"; }; } { name = \"wrappy___wrappy_1.0.2.tgz\"; path = fetchurl { name = \"wrappy___wrappy_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz\"; sha1 = \"b5243d8f3ec1aa35f1364605bc0d1036e30ab69f\"; }; } { name = \"write_file_atomic___write_file_atomic_2.4.1.tgz\"; path = fetchurl { name = \"write_file_atomic___write_file_atomic_2.4.1.tgz\"; url = \"https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.1.tgz\"; sha1 = \"d0b05463c188ae804396fd5ab2a370062af87529\"; }; } { name = \"write___write_1.0.3.tgz\"; path = fetchurl { name = \"write___write_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/write/-/write-1.0.3.tgz\"; sha1 = \"0800e14523b923a387e415123c865616aae0f5c3\"; }; } { name = \"ws___ws_5.2.2.tgz\"; path = fetchurl { name = \"ws___ws_5.2.2.tgz\"; url = \"https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz\"; sha1 = \"dffef14866b8e8dc9133582514d1befaf96e980f\"; }; } { name = \"ws___ws_6.2.1.tgz\"; path = fetchurl { name = \"ws___ws_6.2.1.tgz\"; url = \"https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz\"; sha1 = \"442fdf0a47ed64f59b6a5d8ff130f4748ed524fb\"; }; } { name = \"x_is_string___x_is_string_0.1.0.tgz\"; path = fetchurl { name = \"x_is_string___x_is_string_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz\"; sha1 = \"474b50865af3a49a9c4657f05acd145458f77d82\"; }; } { name = \"xml_name_validator___xml_name_validator_3.0.0.tgz\"; path = fetchurl { name = \"xml_name_validator___xml_name_validator_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz\"; sha1 = \"6ae73e06de4d8c6e47f9fb181f78d648ad457c6a\"; }; } { name = \"xmlchars___xmlchars_2.1.1.tgz\"; path = fetchurl { name = \"xmlchars___xmlchars_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.1.1.tgz\"; sha1 = \"ef1a81c05bff629c2280007f12daca21bd6f6c93\"; }; } { name = \"xregexp___xregexp_4.0.0.tgz\"; path = fetchurl { name = \"xregexp___xregexp_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz\"; sha1 = \"e698189de49dd2a18cc5687b05e17c8e43943020\"; }; } { name = \"xtend___xtend_4.0.2.tgz\"; path = fetchurl { name = \"xtend___xtend_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz\"; sha1 = \"bb72779f5fa465186b1f438f674fa347fdb5db54\"; }; } { name = \"y18n___y18n_4.0.0.tgz\"; path = fetchurl { name = \"y18n___y18n_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz\"; sha1 = \"95ef94f85ecc81d007c264e190a120f0a3c8566b\"; }; } { name = \"yallist___yallist_3.0.3.tgz\"; path = fetchurl { name = \"yallist___yallist_3.0.3.tgz\"; url = \"https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz\"; sha1 = \"b4b049e314be545e3ce802236d6cd22cd91c3de9\"; }; } { name = \"yargs_parser___yargs_parser_10.1.0.tgz\"; path = fetchurl { name = \"yargs_parser___yargs_parser_10.1.0.tgz\"; url = \"https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz\"; sha1 = \"7202265b89f7e9e9f2e5765e0fe735a905edbaa8\"; }; } { name = \"yargs_parser___yargs_parser_13.1.1.tgz\"; path = fetchurl { name = \"yargs_parser___yargs_parser_13.1.1.tgz\"; url = \"https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz\"; sha1 = \"d26058532aa06d365fe091f6a1fc06b2f7e5eca0\"; }; } { name = \"yargs___yargs_12.0.2.tgz\"; path = fetchurl { name = \"yargs___yargs_12.0.2.tgz\"; url = \"https://registry.yarnpkg.com/yargs/-/yargs-12.0.2.tgz\"; sha1 = \"fe58234369392af33ecbef53819171eff0f5aadc\"; }; } { name = \"yargs___yargs_13.3.0.tgz\"; path = fetchurl { name = \"yargs___yargs_13.3.0.tgz\"; url = \"https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz\"; sha1 = \"4c657a55e07e5f2cf947f8a366567c04a0dedc83\"; }; } { name = \"yauzl___yauzl_2.4.1.tgz\"; path = fetchurl { name = \"yauzl___yauzl_2.4.1.tgz\"; url = \"https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz\"; sha1 = \"9528f442dab1b2284e58b4379bb194e22e0c4005\"; }; } ]; } "} {"_id":"q-en-nixpkgs-61e53d599423078ee8da7342217dd1e42e2c154873d9f6cb5694c66ca5c6538e","text":", systemd , zlib , pcre , libb64 , libutp , miniupnpc , dht , libnatpmp # Build options , enableGTK3 ? false , gtk3"} {"_id":"q-en-nixpkgs-62026a4b5a1e2aab315e3f582a5fd27f2342db421f2db2772c68f1d7a5eb0b97","text":"preCheck = lib.optionalString stdenv.isDarwin '' substituteInPlace kitty_tests/file_transmission.py --replace test_file_get dont_test_file_get --replace test_path_mapping_receive dont_test_path_mapping_receive --replace test_path_mapping_receive dont_test_path_mapping_receive --replace test_transfer_send dont_test_transfer_send substituteInPlace kitty_tests/shell_integration.py --replace test_fish_integration dont_test_fish_integration substituteInPlace kitty_tests/shell_integration.py "} {"_id":"q-en-nixpkgs-620443f19e55c5499c1df8bce523d3f76e76ee75b9cb962cfcd677e445f75d1b","text":" { lib, appimageTools, fetchurl, }: let pname = \"clickup\"; version = \"3.3.79\"; src = fetchurl { # Using archive.org because the website doesn't store older versions of the software. url = \"https://web.archive.org/web/20240601173958/https%3A%2F%2Fdesktop.clickup.com%2Flinux\"; hash = \"sha256-jAOYDX9j+ZTqWsSg0rEckKZnErgsIV6+CtUv3M3wNqM=\"; }; appimageContents = appimageTools.extractType2 { inherit pname version src; }; in appimageTools.wrapType2 { inherit pname version src; extraPkgs = pkgs: [ pkgs.xorg.libxkbfile ]; extraInstallCommands = '' install -m 444 -D ${appimageContents}/desktop.desktop $out/share/applications/clickup.desktop substituteInPlace $out/share/applications/clickup.desktop --replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=clickup' --replace-fail 'Icon=desktop' 'Icon=clickup' for size in 16 32 64 128 256 512 1024; do install -Dm444 ${appimageContents}/usr/share/icons/hicolor/''${size}x''${size}/apps/desktop.png -t $out/share/icons/hicolor/''${size}x''${size}/apps/clickup.png done ''; meta = { description = \"All in one project management solution\"; homepage = \"https://clickup.com\"; license = lib.licenses.unfree; mainProgram = \"clickup\"; maintainers = with lib.maintainers; [ heisfer ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"q-en-nixpkgs-622e243f328098b4c8673d3468d31488f277ea2b23991f7fa8ba9c7a13e5efb1","text":"Explicitly set `kubelet.hostname` to `networking.fqdnOrHostName` to get back the old default behavior. - Docker now defaults to 27.x, because version 24.x stopped receiving security updates and bug fixes after [February 1, 2024](https://github.com/moby/moby/pull/46772#discussion_r1686464084). - `keycloak` was updated to version 25, which introduces new hostname related options. See [Upgrading Guide](https://www.keycloak.org/docs/25.0.1/upgrading/#migrating-to-25-0-0) for instructions."} {"_id":"q-en-nixpkgs-62392b82f5757fde4cb5658866fc710d7e36f503092e8767b176a68911a8dbc0","text":"hash = \"sha256-mi8btxI6de5iQ8HzNpvuFdJHjzi03zZJT65dsWEiDHA=\"; }; }; distributionIni = writeText \"distribution.ini\" (lib.generators.toINI {} { # Some light branding indicating this build uses our distro preferences Global = { id = \"nixos\"; version = \"1.0\"; about = \"Tor Browser for NixOS\"; }; }); policiesJson = writeText \"policies.json\" (builtins.toJSON { policies.DisableAppUpdate = true; }); in stdenv.mkDerivation rec { pname = \"tor-browser-bundle-bin\";"} {"_id":"q-en-nixpkgs-624b38739604bf366ed08b8ae740f58e2cf022229ea826f237781b776bbe5887","text":", fetchFromGitHub , python3Packages , dnsmasq , gawk , getent , kmod , lxc"} {"_id":"q-en-nixpkgs-624bccd31d54524174cc5232db175e7dcc12384e62a4eb9749c17f6405fadff9","text":"bpycv = callPackage ../development/python-modules/bpycv {}; bpylist2 = callPackage ../development/python-modules/bpylist2 { }; bpython = callPackage ../development/python-modules/bpython { }; bqplot = callPackage ../development/python-modules/bqplot { };"} {"_id":"q-en-nixpkgs-62a9fbeb237754a4ae57d39da5f84c4ddd89b4f6910b4040cd8c996902ed1b9e","text":" source 'https://rubygems.org' gem 'ipaddr' gem 'addressable' gem 'json' gem 'mongo' gem 'rchardet' "} {"_id":"q-en-nixpkgs-62e09cb521a249928edda6cb7a8455c11045fffc1c7fe2cbbe4c158154b23c5e","text":" # ibus-engines.typing-booster {#sec-ibus-typing-booster} This package is an ibus-based completion method to speed up typing. ## Activating the engine {#sec-ibus-typing-booster-activate} IBus needs to be configured accordingly to activate `typing-booster`. The configuration depends on the desktop manager in use. For detailed instructions, please refer to the [upstream docs](https://mike-fabian.github.io/ibus-typing-booster/documentation.html). On NixOS you need to explicitly enable `ibus` with given engines before customizing your desktop to use `typing-booster`. This can be achieved using the `ibus` module: ```nix { pkgs, ... }: { i18n.inputMethod = { enabled = \"ibus\"; ibus.engines = with pkgs.ibus-engines; [ typing-booster ]; }; } ``` ## Using custom hunspell dictionaries {#sec-ibus-typing-booster-customize-hunspell} The IBus engine is based on `hunspell` to support completion in many languages. By default the dictionaries `de-de`, `en-us`, `fr-moderne` `es-es`, `it-it`, `sv-se` and `sv-fi` are in use. To add another dictionary, the package can be overridden like this: ```nix ibus-engines.typing-booster.override { langs = [ \"de-at\" \"en-gb\" ]; } ``` _Note: each language passed to `langs` must be an attribute name in `pkgs.hunspellDicts`._ ## Built-in emoji picker {#sec-ibus-typing-booster-emoji-picker} The `ibus-engines.typing-booster` package contains a program named `emoji-picker`. To display all emojis correctly, a special font such as `noto-fonts-emoji` is needed: On NixOS it can be installed using the following expression: ```nix { pkgs, ... }: { fonts.fonts = with pkgs; [ noto-fonts-emoji ]; } ``` "} {"_id":"q-en-nixpkgs-62f4bdb74931f00db14a82ad5dc54c27ee8d344114ee29a381132771a0cb9cf0","text":" { lib , stdenv , darwin , fetchFromGitHub , libxkbcommon , openssl , pkg-config , rustPlatform , vulkan-loader , wayland , xorg }: rustPlatform.buildRustPackage rec { pname = \"halloy\"; version = \"23.1-alpha1\"; src = fetchFromGitHub { owner = \"squidowl\"; repo = \"halloy\"; rev = \"refs/tags/${version}\"; hash = \"sha256-Aq+mKctmc1RwpnUEIi+Zmr4o8n6wgQchGCunPWouLsE=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"cosmic-text-0.8.0\" = \"sha256-p8PtXcFH+T3z6wWPFYbHFkxrkJpK4oHJ1aJvq4zld/4=\"; \"glyphon-0.2.0\" = \"sha256-7h5W82zPMw9PVZiF5HCo7HyRiVhGR8MsfgGuIjo+Kfg=\"; \"iced-0.9.0\" = \"sha256-KEBm62lDjSKXvXZssLoBfUYDSW+OpTXutxsKZMz8SE0=\"; \"irc-0.15.0\" = \"sha256-ZlwfyX4tmQr9D+blY4jWl85bwJ2tXUYp3ryLqoungII=\"; \"winit-0.28.6\" = \"sha256-szB1LCOPmPqhZNIWbeO8JMfRMcMRr0+Ze0f4uqyR8AE=\"; }; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libxkbcommon openssl vulkan-loader xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit darwin.apple_sdk.frameworks.CoreFoundation darwin.apple_sdk.frameworks.CoreGraphics darwin.apple_sdk.frameworks.Foundation darwin.apple_sdk.frameworks.Metal darwin.apple_sdk.frameworks.QuartzCore darwin.apple_sdk.frameworks.Security ] ++ lib.optionals stdenv.isLinux [ wayland ]; meta = with lib; { description = \"IRC application\"; homepage = \"https://github.com/squidowl/halloy\"; changelog = \"https://github.com/squidowl/halloy/blob/${version}/CHANGELOG.md\"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; } "} {"_id":"q-en-nixpkgs-62f6889f6140c54c85c8575bfd19bee8604b275278ad553a1c73c590b48f91ad","text":"flamegraph = callPackage ../development/tools/flamegraph { }; flawfinder = callPackage ../development/tools/flawfinder { }; flips = callPackage ../tools/compression/flips { }; fmbt = callPackage ../development/tools/fmbt {"} {"_id":"q-en-nixpkgs-62ff2be8cdef48b440a5ae14b6e7dad5dea787cbf17ccb86d987410054399961","text":"\"--without-webkit\" # old version is required \"--with-bug-report-url=https://github.com/NixOS/nixpkgs/issues/new\" \"--with-icc-directory=/run/current-system/sw/share/color/icc\" # fix libdir in pc files (${exec_prefix} needs to be passed verbatim) \"--libdir=${exec_prefix}/lib\" ]; # on Darwin,"} {"_id":"q-en-nixpkgs-636599d8386a7cd57f6a44fa874b0a837275cdfc9462f0bef1b128592a7b2771","text":" { fetchurl, lib, stdenv, autoPatchelfHook, }: stdenv.mkDerivation (finalAttrs: { pname = \"ocis-bin\"; version = \"5.0.0\"; system = if stdenv.isLinux && stdenv.isx86_64 then \"linux-amd64\" else if stdenv.isLinux && stdenv.isAarch64 then \"linux-arm64\" else \"\"; src = fetchurl { url = \"https://github.com/owncloud/ocis/releases/download/v${finalAttrs.version}/ocis-${finalAttrs.version}-${finalAttrs.system}\"; hash = if stdenv.isLinux && stdenv.isAarch64 then \"sha256-xRgDNwmRovXbyGQ5sTUw5srsXMBDYyBFMpB9MoXoo+w=\" else if stdenv.isLinux && stdenv.isx86_64 then \"sha256-0lgDIHldW67OwinfYPATXkWUZVnR3PoXC4XLM1KkKmY=\" else builtins.throw \"Unsupported platform, please contact Nixpkgs maintainers for ocis package\"; }; dontUnpack = true; nativeBuildInputs = [ autoPatchelfHook ]; installPhase = '' runHook preInstall install -D $src $out/bin/ocis runHook postInstall ''; meta = with lib; { description = \"ownCloud Infinite Scale Stack \"; homepage = \"https://owncloud.dev/ocis/\"; changelog = \"https://github.com/owncloud/ocis/releases/tag/v${version}\"; # oCIS is licensed under non-free EULA which can be found here : # https://github.com/owncloud/ocis/releases/download/v5.0.0/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf license = licenses.unfree; maintainers = with maintainers; [ ramblurr bhankas danth ramblurr ]; sourceProvenance = [ sourceTypes.binaryNativeCode ]; mainProgram = \"ocis\"; }; }) "} {"_id":"q-en-nixpkgs-63d4aa752644e42c47f03cfd19eb87d35b32ecfcb183eb5a5a8a13158135a6bd","text":"libx86 = callPackage ../development/libraries/libx86 {}; libxcrypt = callPackage ../development/libraries/libxcrypt { }; libxdg_basedir = callPackage ../development/libraries/libxdg-basedir { }; libxkbcommon = libxkbcommon_8;"} {"_id":"q-en-nixpkgs-64c751650399cabae7d2199d0d8b945c7f9bae83ed18745bf355a2da35cb0210","text":"mkDerivation rec { pname = \"gmic-qt${lib.optionalString (variant != \"standalone\") \"-${variant}\"}\"; version = \"3.1.6\"; version = \"3.2.0\"; src = fetchFromGitHub { owner = \"c-koi\"; repo = \"gmic-qt\"; rev = \"v.${version}\"; sha256 = \"sha256-/5wDHvJSMgEheg8YV4W40wUiHz25emIoFnGdfO8i92g=\"; sha256 = \"sha256-I5XC7zbDyBPFj4zul9rshoyeVV0hRQQ3aZQzEvYrgdc=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-650d74b47d65f6ac2814d75582e9a57bc36a0c41706bebe0ed5c212cd67d7984","text":"changelog = \"https://sw.kovidgoyal.net/kitty/changelog/\"; platforms = platforms.darwin ++ platforms.linux; mainProgram = \"kitty\"; maintainers = with maintainers; [ tex rvolosatovs Luflosi adamcstephens ]; maintainers = with maintainers; [ tex rvolosatovs Luflosi adamcstephens kashw2 ]; }; }"} {"_id":"q-en-nixpkgs-6534b13b97c080803ccd12597eade6e90db52abc47deb3c39269157996605247","text":"{ stdenv, lib, fetchgit, fetchFromGitHub , gn, ninja, python, glib, pkg-config, icu , gn, ninja, python, pythonPackages, glib, pkg-config, icu , xcbuild, darwin , fetchpatch }:"} {"_id":"q-en-nixpkgs-65583bfa2998f1aad4474b47eb700ba7eb143aae38405a522b740e475d447834","text":"(mkIf (pkgs.stdenv.isAarch32 || pkgs.stdenv.isAarch64) [ \"-device virtio-gpu-pci\" \"-device usb-ehci,id=usb0\" \"-device usb-kbd\" \"-device usb-tablet\" ]) (mkIf (!cfg.useBootLoader) [ \"-kernel ${NIXPKGS_QEMU_KERNEL_${config.system.name}:-${config.system.build.toplevel}/kernel}\" (let alphaNumericChars = lowerChars ++ upperChars ++ (map toString (range 0 9)); # Replace all non-alphanumeric characters with underscores sanitizeShellIdent = s: concatMapStrings (c: if builtins.elem c alphaNumericChars then c else \"_\") (stringToCharacters s); in mkIf (!cfg.useBootLoader) [ \"-kernel ${NIXPKGS_QEMU_KERNEL_${sanitizeShellIdent config.system.name}:-${config.system.build.toplevel}/kernel}\" \"-initrd ${config.system.build.toplevel}/initrd\" ''-append \"$(cat ${config.system.build.toplevel}/kernel-params) init=${config.system.build.toplevel}/init regInfo=${regInfo}/registration ${consoles} $QEMU_KERNEL_PARAMS\"'' ])"} {"_id":"q-en-nixpkgs-65a7a4fa0cb329b287e0586eb75895b6b6cbaf7b72f0df876ec9bf26b35b1b9e","text":", makeFontsConf , libglvnd , libxkbcommon , stdenv , enableWayland ? stdenv.isLinux , wayland , xorg }:"} {"_id":"q-en-nixpkgs-65d96a79b1ed73a878a743efd14ea8a0e53280350310d2b51bde12220a9921ab","text":" { stdenv , lib , fetchurl , autoPatchelfHook , wrapGAppsHook , dbus , libGL , libX11 , libXcursor , libXi , libXrandr , udev , unzip , alsa-lib }: stdenv.mkDerivation rec { pname = \"cryptowatch-desktop\"; version = \"0.7.1\"; src = fetchurl { url = \"https://cryptowat.ch/desktop/download/linux/${version}\"; hash = \"sha256-ccyHfjp00CgQH+3SiDWx9yE1skOj0RWxnBomHWY/IaU=\"; }; unpackPhase = \"unzip $src\"; nativeBuildInputs = [ autoPatchelfHook wrapGAppsHook unzip ]; buildInputs = [ dbus udev alsa-lib ]; sourceRoot = \".\"; installPhase = '' install -m755 -D cryptowatch_desktop $out/bin/cryptowatch_desktop ''; preFixup = '' gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ libGL libX11 libXcursor libXrandr libXi ]}\" ) ''; meta = with lib; { homepage = \"https://cryptowat.ch\"; description = \"Application for visualising real-time cryptocurrency market data\"; platforms = platforms.linux; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ livnev kashw2 ]; }; } "} {"_id":"q-en-nixpkgs-65eb0b1a962509089017a3483dbe2cd2d2798062a222694973317faa5c5c4953","text":"patches = [ ./lgmask-interp.patch ./nu_correct_norm-interp.patch ]; postPatch = '' substituteInPlace inormalize.cc --replace \"clamp\" \"::clamp\" ''; nativeBuildInputs = [ cmake makeWrapper ]; buildInputs = [ libminc EBTKS ]; buildInputs = [ libminc ebtks ]; propagatedBuildInputs = with perlPackages; [ perl GetoptTabular MNI-Perllib ]; cmakeFlags = [ \"-DLIBMINC_DIR=${libminc}/lib/cmake\" \"-DEBTKS_DIR=${EBTKS}/lib/\" ]; cmakeFlags = [ \"-DLIBMINC_DIR=${libminc}/lib/cmake\" \"-DEBTKS_DIR=${ebtks}/lib/\" ]; postFixup = '' for p in $out/bin/*; do"} {"_id":"q-en-nixpkgs-65f6f98a1e26e4d5df4f9655743a3f5c11827de63b569d4a82d6d2798621a4ad","text":"# external apps shipped with linux-mint hexchat gnome-calculator gnome-screenshot ] config.environment.cinnamon.excludePackages; }) ];"} {"_id":"q-en-nixpkgs-65fc0044a07218b9f630428e7d1caac49be6a53b67fed863a951f436c29db93e","text":" diff --git a/test/tools/llvm-exegesis/X86/uops-CMOV16rm-noreg.s b/test/tools/llvm-exegesis/X86/uops-CMOV16rm-noreg.s index 3fc1f31d54dc..a4c9bdd92131 100644 --- a/test/tools/llvm-exegesis/X86/uops-CMOV16rm-noreg.s +++ b/test/tools/llvm-exegesis/X86/uops-CMOV16rm-noreg.s @@ -1,5 +1,6 @@ # RUN: llvm-exegesis -mode=uops -opcode-name=CMOV16rm -benchmarks-file=%t.CMOV16rm-uops.yaml # RUN: FileCheck -check-prefixes=CHECK-YAML -input-file=%t.CMOV16rm-uops.yaml %s +# RUN: sed -i 's,cpu_name:.*,cpu_name: bdver2,g' %t.CMOV16rm-uops.yaml # RUN: llvm-exegesis -mcpu=bdver2 -mode=analysis -benchmarks-file=%t.CMOV16rm-uops.yaml -analysis-clusters-output-file=- -analysis-clustering-epsilon=0.1 -analysis-inconsistency-epsilon=0.1 -analysis-numpoints=1 -analysis-clustering=naive | FileCheck -check-prefixes=CHECK-CLUSTERS %s # https://bugs.llvm.org/show_bug.cgi?id=41448 "} {"_id":"q-en-nixpkgs-6641a55f04d68d95e51ac4b2f981bb1a4ca7da1f6380f4756c7e75b0fd92b277","text":"owner = \"postmarketOS\"; repo = pname; rev = version; sha256 = \"sha256-tG1+vUJW9JIdYpcRn8J0fCIZh29hYo8wSlBKwTUxyMU=\"; hash = \"sha256-wuNsmc7FBk05VgH+E4uwMJeZRTlqAUe6kLvHqCLAwEY=\"; }; pmb_test = \"${repo}/test\";"} {"_id":"q-en-nixpkgs-66cbe813b4e544d1254d0efd73db355806a7660c78eca76d52baa946ec1c76c7","text":"- pkgs/development/nim-packages/**/* - pkgs/top-level/nim-packages.nix \"6.topic: nodejs\": - doc/languages-frameworks/javascript.section.md - pkgs/build-support/node/**/* - pkgs/development/node-packages/**/* - pkgs/development/tools/yarn/* - pkgs/development/tools/yarn2nix-moretea/**/* - pkgs/development/web/nodejs/* \"6.topic: ocaml\": - doc/languages-frameworks/ocaml.section.md - pkgs/development/compilers/ocaml/**/*"} {"_id":"q-en-nixpkgs-66f8344405e73522747078de4a774fac6982ba0f94e7245d5d9cdecd0abc95c0","text":"# Contributing to this manual {#chap-contributing} The [DocBook] and CommonMark sources of the NixOS manual are in the [nixos/doc/manual](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual) subdirectory of the [Nixpkgs](https://github.com/NixOS/nixpkgs) repository. The sources of the NixOS manual are in the [nixos/doc/manual](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual) subdirectory of the [Nixpkgs](https://github.com/NixOS/nixpkgs) repository. This manual uses the [Nixpkgs manual syntax](https://nixos.org/manual/nixpkgs/unstable/#sec-contributing-markup). You can quickly check your edits with the following:"} {"_id":"q-en-nixpkgs-671b5ce5c5eb7ad185a048f5ae55f76953a59f38050c0fb7af4635fa2f54f0ff","text":"python3Packages.gbinder-python python3Packages.pygobject3 python3Packages.pyclip gawk kmod lxc util-linux"} {"_id":"q-en-nixpkgs-677fe0dd0840395c2d91b30b709be974276bc4b43cd4aa774fd0a76cc1217b07","text":"githubId = 3159451; name = \"Nicolas Schneider\"; }; nkje = { name = \"Niels Kristian Lyshøj Jensen\"; email = \"n@nk.je\"; github = \"NKJe\"; githubId = 1102306; keys = [{ longkeyid = \"nistp256/0xDE3BADFECD31A89D\"; fingerprint = \"B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D\"; }]; }; nkpvk = { email = \"niko.pavlinek@gmail.com\"; github = \"nkpvk\";"} {"_id":"q-en-nixpkgs-6795a682c5c3160e8a2bb78c2042ea8a7f05ee39e894a0a1e065aabd037abb53","text":"fpm = config.services.phpfpm.pools.roundcube; localDB = cfg.database.host == \"localhost\"; user = cfg.database.username; phpWithPspell = pkgs.php.withExtensions ({ enabled, all }: [ all.pspell ] ++ enabled); phpWithPspell = pkgs.php74.withExtensions ({ enabled, all }: [ all.pspell ] ++ enabled); in { options.services.roundcube = {"} {"_id":"q-en-nixpkgs-67b73c1fa59133d8d0222f2222a99acd5d6fbb99c8b58ab13469f2d120af1a9d","text":"}; } // (args.argsOverride or { })); in { lts = xanmodKernelFor ltsVariant; main = xanmodKernelFor mainVariant; } xanmodKernelFor variants.${variant} "} {"_id":"q-en-nixpkgs-67b86879793708f765c0d689f7f1dd20046fe064572c8cee3b3b9200334a7c9f","text":"installPhase = '' mkdir -p $out/bin cp -r MediaBrowser.Server.Mono/bin/Release Mono/* $out/bin/ makeWrapper \"${mono}/bin/mono\" $out/bin/MediaBrowser.Server.Mono --add-flags \"$out/bin/MediaBrowser.Server.Mono.exe -ffmpeg ${ffmpeg}/bin/ffmpeg -ffprobe ${ffmpeg}/bin/ffprobe\" ''; meta = {"} {"_id":"q-en-nixpkgs-67ce9ab0e57eb2e6defe8c5dbe7414fd4460fd579746171b5afe7c7420f03f98","text":"xgeometry-select = callPackage ../tools/X11/xgeometry-select { }; xmake-core-sv = callPackage ../development/libraries/xmake-core-sv { }; xmlada = callPackage ../development/libraries/ada/xmlada { }; xmlrpc_c = callPackage ../development/libraries/xmlrpc-c { };"} {"_id":"q-en-nixpkgs-67d0fcaf19b5965e6c1c77a415f7a43283ac5b1df18150e3d4ccce2554a121bf","text":"buildPythonPackage rec { pname = \"chex\"; version = \"0.1.4\"; version = \"0.1.5\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"deepmind\"; repo = pname; rev = \"refs/tags/v${version}\"; hash = \"sha256-FiZElESyOVu1VJxUDNiN6HVADiaubDrGdQHYp2CN8f4=\"; hash = \"sha256-FYB0IhokM74HBY2wOJYE6xJrHxHHWhDSAZpWFs6HFu0=\"; }; propagatedBuildInputs = ["} {"_id":"q-en-nixpkgs-67ed1c534dcaf984c4795efc524eb6bf21ed53722ab7270ad4f9e97dc050be7f","text":"# The redistArch is the name of the architecture for which the redistributable is built. # It is `\"unsupported\"` if the redistributable is not supported on the target platform. redistArch = flags.getRedistArch hostPlatform.system; sourceMatchesHost = flags.getNixSystem redistArch == stdenv.hostPlatform.system; in backendStdenv.mkDerivation ( finalAttrs: {"} {"_id":"q-en-nixpkgs-6835ed9abd49e036a1433dd0c46c4a04194b9ace4a0293fb218a684f75de273d","text":"# `ollama/llm/generate/gen_common.sh` -> \"apply temporary patches until fix is upstream\" # each update, these patches should be synchronized with the contents of `ollama/llm/patches/` llamacppPatches = [ (preparePatch \"01-load-progress.diff\" \"sha256-K4GryCH/1cl01cyxaMLX3m4mTE79UoGwLMMBUgov+ew=\") (preparePatch \"01-load-progress.diff\" \"sha256-UTmnBS5hQjIL3eXDZc8RBDNJunLlkqJWH20LpXNiGRQ=\") (preparePatch \"02-clip-log.diff\" \"sha256-rMWbl3QgrPlhisTeHwD7EnGRJyOhLB4UeS7rqa0tdXM=\") (preparePatch \"03-load_exception.diff\" \"sha256-0XfMtMyg17oihqSFDBakBtAF0JwhsR188D+cOodgvDk=\") (preparePatch \"04-metal.diff\" \"sha256-Ne8J9R8NndUosSK0qoMvFfKNwqV5xhhce1nSoYrZo7Y=\") (preparePatch \"05-default-pretokenizer.diff\" \"sha256-JnCmFzAkmuI1AqATG3jbX7nGIam4hdDKqqbG5oh7h70=\") (preparePatch \"06-qwen2.diff\" \"sha256-nMtoAQUsjYuJv45uTlz8r/K1oF5NUsc75SnhgfSkE30=\") (preparePatch \"07-gemma.diff\" \"sha256-dKJrRvg/XC6xtwxLHZ7lFkLNMwT8Ugmd5xRPuKQDXvU=\") (preparePatch \"03-load_exception.diff\" \"sha256-NJkT/k8Mf8HcEMb0XkaLmyUNKV3T+384JRPnmwDI/sk=\") (preparePatch \"04-metal.diff\" \"sha256-bPBCfoT3EjZPjWKfCzh0pnCUbM/fGTj37yOaQr+QxQ4=\") (preparePatch \"05-default-pretokenizer.diff\" \"sha256-50+mzQBQZmYEhYvARHw/dliH0M/gDOYm2uy/yJupDF4=\") (preparePatch \"06-qwen2.diff\" \"sha256-FdDqEIblPy47z3yavKUnaV93Yk+3oboEzj4vHq+R66M=\") (preparePatch \"07-embeddings.diff\" \"sha256-lqg2SI0OapD9LCoAG6MJW6HIHXEmCTv7P75rE9yq/Mo=\") (preparePatch \"08-clip-unicode.diff\" \"sha256-1qMJoXhDewxsqPbmi+/7xILQfGaybZDyXc5eH0winL8=\") (preparePatch \"09-pooling.diff\" \"sha256-7meKWbr06lbVrtxau0AU9BwJ88Z9svwtDXhmHI+hYBk=\") ]; preparePatch = patch: hash: fetchpatch {"} {"_id":"q-en-nixpkgs-685e2a7e2358557ae9abaea051471e9e075e89c68ea7b177458c486a6f4ea87e","text":"hash = \"sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo=\"; }; # https://github.com/draios/sysdig/blob/0.38.0/cmake/modules/driver.cmake # https://github.com/draios/sysdig/blob/0.38.1/cmake/modules/driver.cmake driver = fetchFromGitHub { owner = \"falcosecurity\"; repo = \"libs\";"} {"_id":"q-en-nixpkgs-6861fcd50be1bc6162ee2357ac15deb800860134e469ac5e417ee01cde009a68","text":"nestedTypes.elemType = elemType; }; # TODO: deprecate this in the future: loaOf = elemType: types.attrsOf elemType // { name = \"loaOf\"; deprecationMessage = \"Mixing lists with attribute values is no longer\" + \" possible; please use `types.attrsOf` instead. See\" + \" https://github.com/NixOS/nixpkgs/issues/1800 for the motivation.\"; nestedTypes.elemType = elemType; }; # Value of given type but with no merging (i.e. `uniq list`s are not concatenated). uniq = elemType: mkOptionType rec { name = \"uniq\";"} {"_id":"q-en-nixpkgs-6863d8a3732bfd750e649033c7c9798dbb0e273da1dac3b5f34ab82d57d11616","text":"in fetchurl { url = \"http://download.roonlabs.com/builds/RoonServer_linuxx64_${urlVersion}.tar.bz2\"; sha256 = \"sha256-NSNaL0ERYTSYn9ETjWcQiuI4hY+w/lWVOz3n9lt6O+4=\"; sha256 = \"sha256-Td3iRYGmTg8Vx9c4e4ugIIbAqhDFPax9vR2BsCIQCZA=\"; }; dontConfigure = true; dontBuild = true; buildInputs = [ alsa-lib freetype krb5 libtasn1 stdenv.cc.cc.lib ];"} {"_id":"q-en-nixpkgs-6867a7b99d8d8bb93c35ea5023b9638e081ee941ef2212b812c80e5a3380d642","text":"dbtype = \"pgsql\"; dbname = \"nextcloud\"; dbuser = \"nextcloud\"; dbhost = \"localhost\"; dbpassFile = toString (pkgs.writeText \"db-pass-file\" '' hunter2 ''); dbhost = \"/run/postgresql\"; inherit adminuser; adminpassFile = toString (pkgs.writeText \"admin-pass-file\" '' ${adminpass}"} {"_id":"q-en-nixpkgs-68f87a89b033fde8407797da83e7898f32a67579e4bf6d3fa214bb35145632ab","text":"''; }); }); mozc = super.mozc.overrideAttrs (attrs: { postPatch = attrs.postPatch or \"\" + '' substituteInPlace src/unix/emacs/mozc.el --replace '\"mozc_emacs_helper\"' '\"${pkgs.ibus-engines.mozc}/lib/mozc/mozc_emacs_helper\"' ''; }); }; in lib.mapAttrs (n: v: if lib.hasAttr n overrides then overrides.${n} else v) super);"} {"_id":"q-en-nixpkgs-69644d233c0eeb4a999b1a19b030f9cdf0df017bdcea8b82372dc0920269c669","text":"wrap ${targetPrefix}gfortran $wrapper $ccPath/${targetPrefix}gfortran ln -sv ${targetPrefix}gfortran $out/bin/${targetPrefix}g77 ln -sv ${targetPrefix}gfortran $out/bin/${targetPrefix}f77 export named_fc=${targetPrefix}gfortran '' + optionalString cc.langJava or false ''"} {"_id":"q-en-nixpkgs-696e89441b7d86cab7ac471f49128b52007c22e9712803156cab91b7287e1c11","text":"security.pam.services.sddm.enableKwallet = true; security.pam.services.slim.enableKwallet = true; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ]; # Update the start menu for each user that is currently logged in system.userActivationScripts.plasmaSetup = '' # The KDE icon cache is supposed to update itself"} {"_id":"q-en-nixpkgs-697346b344df7f22a1c0ac080a31280e67271242b4cdd713c286427d7d9ea344","text":"MODULE_COMPRESS = yes; MODULE_COMPRESS_XZ = yes; KERNEL_XZ = yes; # use zstd for kernel compression if newer than 5.9, else xz. KERNEL_XZ = whenOlder \"5.9\" yes; KERNEL_ZSTD = whenAtLeast \"5.9\" yes; SYSVIPC = yes; # System-V IPC"} {"_id":"q-en-nixpkgs-69974357d37a8c5dcbbca2048efde21eb294e0721b64f9f2b26780703a34f60c","text":" { stdenv, systemd, polkit, fetchFromGitHub, buildGoPackage, m4}: { stdenv, fetchFromGitHub, buildGoPackage, m4 }: buildGoPackage rec { name = \"localtime-2017-11-07\";"} {"_id":"q-en-nixpkgs-6a037720bca134f102fe6d19f4cc59797e5892bf7575edb3dc202bd168aec463","text":" { lib, fetchpatch, python3, postfix, lynx { lib , fetchpatch , python3 , docutils , sphinx , postfix , lynx }: with python3.pkgs; buildPythonPackage rec { pname = \"mailman\"; version = \"3.3.5\"; version = \"3.3.8\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; sha256 = \"12mgxs1ndhdjjkydx48b95na9k9h0disfqgrr6wxx7vda6dqvcwz\"; hash = \"sha256-g6wH7lXqK0yJ8AxO1HFxMvBicBJ9NGWlPePFyxl9Qc4=\"; }; propagatedBuildInputs = with python3.pkgs; ["} {"_id":"q-en-nixpkgs-6a06b27525583018e5bd21c581aa05ab29548ac2c540349e43f3964fb35d0d4c","text":"# allow for plugin update check, but no calibre version check (fetchpatch { name = \"0001-only-plugin-update.patch\"; url = \"https://raw.githubusercontent.com/debian-calibre/calibre/debian/${version}%2Bdfsg-1/debian/patches/0001-only-plugin-update.patch\"; url = \"https://raw.githubusercontent.com/debian-calibre/calibre/debian/${version}-1/debian/patches/0001-only-plugin-update.patch\"; hash = \"sha256-uL1mSjgCl5ZRLbSuKxJM6XTfvVwog70F7vgKtQzQNEQ=\"; }) (fetchpatch { name = \"0007-Hardening-Qt-code.patch\"; url = \"https://raw.githubusercontent.com/debian-calibre/calibre/debian/${version}%2Bdfsg-1/debian/patches/0007-Hardening-Qt-code.patch\"; hash = \"sha256-CutVTb7K4tjewq1xAjHEGUHFcuuP/Z4FFtj4xQb4zKQ=\"; name = \"0006-Hardening-Qt-code.patch\"; url = \"https://raw.githubusercontent.com/debian-calibre/calibre/debian/${version}-1/debian/patches/0006-Hardening-Qt-code.patch\"; hash = \"sha256-9P1kGrQbWAWDzu5EUiQr7TiCPHRWUA8hxPpEvFpK20k=\"; }) ] ++ lib.optional (!unrarSupport) ./dont_build_unrar_plugin.patch;"} {"_id":"q-en-nixpkgs-6a6844c2de7211ba5ceb105bd2926b89dea3433b482b0da012bc624ed1427497","text":"export NIX_IGNORE_LD_THROUGH_GCC=1 if [ \"$system\" = \"i686-darwin\" -o \"$system\" = \"powerpc-darwin\" -o \"$system\" = \"x86_64-darwin\" ]; then export NIX_ENFORCE_PURITY= export NIX_DONT_SET_RPATH=1 export NIX_NO_SELF_RPATH=1 dontFixLibtool=1"} {"_id":"q-en-nixpkgs-6a844bf1cb54b98a38fe152f8c0e77ddf3f3c571def078dbe3bee47a71ed32cc","text":", python3 , spirv-headers , spirv-tools , argSpirv-tools ? null , argSpirv-headers ? null }: # glslang requires custom versions of spirv-tools and spirb-headers. # The exact versions are taken from: # https://github.com/KhronosGroup/glslang/blob/${version}/known_good.json let localSpirv-tools = if argSpirv-tools == null then spirv-tools.overrideAttrs (_: { src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Tools\"; rev = \"b27b1afd12d05bf238ac7368bb49de73cd620a8e\"; sha256 = \"0v26ws6qx23jn4dcpsq6rqmdxgyxpl5pcvfm90wb3nz6iqbqx294\"; }; }) else argSpirv-tools; localSpirv-headers = if argSpirv-headers == null then spirv-headers.overrideAttrs (_: { src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Headers\"; rev = \"f027d53ded7e230e008d37c8b47ede7cd308e19d\"; sha256 = \"12gp2mqcar6jj57jw9isfr62yn72kmvdcl0zga4gvrlyfhnf582q\"; }; }) else argSpirv-headers; in stdenv.mkDerivation rec { pname = \"glslang\"; version = \"11.1.0\"; version = \"1.2.198.0\"; src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"glslang\"; rev = version; sha256 = \"1j81pghy7whyr8ygk7lx6g6qph61rky7fkkc8xp87c7n695a48rw\"; rev = \"sdk-${version}\"; sha256 = \"sha256-FRiqsfoyjUW2kbbphxcy0Hn0TLVaszatM/nnWBrchRY=\"; }; # These get set at all-packages, keep onto them for child drvs passthru = { spirv-tools = localSpirv-tools; spirv-headers = localSpirv-headers; spirv-tools = spirv-tools; spirv-headers = spirv-headers; }; nativeBuildInputs = [ cmake python3 bison jq ]; postPatch = '' cp --no-preserve=mode -r \"${localSpirv-tools.src}\" External/spirv-tools ln -s \"${localSpirv-headers.src}\" External/spirv-tools/external/spirv-headers ''; # Ensure spirv-headers and spirv-tools match exactly to what is expected preConfigure = '' HEADERS_COMMIT=$(jq -r < known_good.json '.commits|map(select(.name==\"spirv-tools/external/spirv-headers\"))[0].commit') TOOLS_COMMIT=$(jq -r < known_good.json '.commits|map(select(.name==\"spirv-tools\"))[0].commit') if [ \"$HEADERS_COMMIT\" != \"${localSpirv-headers.src.rev}\" ] || [ \"$TOOLS_COMMIT\" != \"${localSpirv-tools.src.rev}\" ]; then echo \"ERROR: spirv-tools commits do not match expected versions: expected tools at $TOOLS_COMMIT, headers at $HEADERS_COMMIT\"; exit 1; fi cp --no-preserve=mode -r \"${spirv-tools.src}\" External/spirv-tools ln -s \"${spirv-headers.src}\" External/spirv-tools/external/spirv-headers ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-6a882c2645a6cc9d5d4e8d358a67b6455ec756f50cbbd1b26cb7444053a3b992","text":"}: let llvmPackages = llvmPackages_13; inherit (llvmPackages) stdenv; in stdenv.mkDerivation rec { pname = \"odin\";"} {"_id":"q-en-nixpkgs-6aa30f5d8dadb18182f30725411882e2ee2f0e34fe00e26a3258d8f3380feeeb","text":"fairymax = callPackage ../games/fairymax { }; ferium = callPackage ../games/ferium { inherit (darwin.apple_sdk.frameworks) Security; inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; }; fheroes2 = callPackage ../games/fheroes2 { };"} {"_id":"q-en-nixpkgs-6ae336e0d57dcd86c8800279359d57a6ad70b9eac52b600212bb9d6ed32208b9","text":"secure-local-storage = [ keyring ]; }; # Tests require encrypted secrets, see # https://github.com/snowflakedb/snowflake-connector-python/tree/master/.github/workflows/parameters doCheck = false; preCheck = '' export HOME=$(mktemp -d) ''; nativeCheckInputs = [ pytest-xdist pytestCheckHook ]; disabledTestPaths = [ # Tests require encrypted secrets, see # https://github.com/snowflakedb/snowflake-connector-python/tree/master/.github/workflows/parameters \"test/extras/simple_select1.py\" \"test/integ\" # error getting schema from stream, error code: 0, error info: Expected to # be able to read 19504 bytes for message body but got 19503 \"test/unit/test_connection.py\" \"test/unit/test_cursor.py\" \"test/unit/test_error_arrow_stream.py\" \"test/unit/test_ocsp.py\" \"test/unit/test_retry_network.py\" \"test/unit/test_s3_util.py\" ]; disabledTests = [ # Tests connect to the internet \"test_status_when_num_of_chunks_is_zero\" \"test_test_socket_get_cert\" ]; pythonImportsCheck = [ \"snowflake\""} {"_id":"q-en-nixpkgs-6ae5fe0b4e85a83f081bb6dfad12f45f13886ffc19a18031bc1fbd40f5eca8ca","text":"{ lib , stdenv , buildPythonPackage , fetchPypi , setuptools"} {"_id":"q-en-nixpkgs-6b86eb19ddc789b1033fc59ead22945c29ed8feba1c8998fa2ff51f4102e4c62","text":" { lib , stdenv , rustPlatform , fetchFromGitHub , SystemConfiguration , python3 }: rustPlatform.buildRustPackage rec { pname = \"rustpython\"; version = \"unstable-2021-12-09\"; src = fetchFromGitHub { owner = \"RustPython\"; repo = \"RustPython\"; rev = \"db3b3127df34ff5dd569301aa36ed71ae5624e4e\"; sha256 = \"sha256-YwGfXs3A5L/18mHnnWubPU3Y8EI9uU3keJ2HJnnTwv0=\"; }; cargoHash = \"sha256-T85kiPG80oZ4mwpb8Ag40wDHKx2Aens+gM7NGXan5lM=\"; # freeze the stdlib into the rustpython binary cargoBuildFlags = \"--features=freeze-stdlib\"; buildInputs = lib.optionals stdenv.isDarwin [ SystemConfiguration ]; checkInputs = [ python3 ]; meta = with lib; { description = \"Python 3 interpreter in written Rust\"; homepage = \"https://rustpython.github.io\"; license = licenses.mit; maintainers = with maintainers; [ prusnak ]; # TODO: Remove once nixpkgs uses newer SDKs that supports '*at' functions. # Probably macOS SDK 10.13 or later. Check the current version in # .../os-specific/darwin/apple-sdk/default.nix # # From the build logs: # # > Undefined symbols for architecture x86_64: \"_utimensat\" broken = stdenv.isDarwin && stdenv.isx86_64; }; } "} {"_id":"q-en-nixpkgs-6bc5c3bafc1bc38309071e79b985d3d062965c4eb5b7f6ed7e9fd774382fc018","text":" diff --git a/gnome-panel/gp-module-manager.c b/gnome-panel/gp-module-manager.c index 58447fd84..7af99de7d 100644 --- a/gnome-panel/gp-module-manager.c +++ b/gnome-panel/gp-module-manager.c @@ -49,8 +49,16 @@ load_modules (GpModuleManager *self) { GDir *dir; const gchar *name; + const gchar *modules_dir; - dir = g_dir_open (MODULESDIR, 0, NULL); + modules_dir = g_getenv (\"NIX_GNOME_PANEL_MODULESDIR\"); + + if (!modules_dir) { + g_warning (\"The NIX_GNOME_PANEL_MODULESDIR environment variable was not set, modules will not be loaded.\"); + return; + } + + dir = g_dir_open (modules_dir, 0, NULL); if (!dir) return; @@ -63,7 +71,7 @@ load_modules (GpModuleManager *self) if (!g_str_has_suffix (name, \".so\")) continue; - path = g_build_filename (MODULESDIR, name, NULL); + path = g_build_filename (modules_dir, name, NULL); module = gp_module_new_from_path (path); g_free (path); "} {"_id":"q-en-nixpkgs-6bf73411b66021c072f7fb5b1134907c81e92a9b1efba989e125db10a31be5f0","text":"addDriverRunpath wrapGAppsHook3 cmake glslang nasm ninja pkg-config"} {"_id":"q-en-nixpkgs-6c06b04828d0c946b1c58717ef40c03937a8a4b471cba3d1561201055c28a506","text":"src = fetchurl { url = \"mirror://gnome/sources/libgee/${ver_maj}/${name}.tar.xz\"; sha256 = \"16a34js81w9m2bw4qd8csm4pcgr3zq5z87867j4b8wfh6zwrxnaa\"; sha256 = \"1fy24dr8imrjlmsqj1syn0gi139gba6hwk3j5vd6sr3pxniqnc11\"; }; doCheck = true; patches = [ ./fix_introspection_paths.patch ]; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ autoconf vala_0_32 glib gobjectIntrospection ]; nativeBuildInputs = [ pkgconfig autoconf vala pkgconfig gobjectIntrospection ]; buildInputs = [ glib ]; meta = with stdenv.lib; { description = \"Utility library providing GObject-based interfaces and classes for commonly used data structures\";"} {"_id":"q-en-nixpkgs-6c2bfacac9a1e4cf84d3664a84c001de72990a0e92199290720f2a53e7aebd36","text":"# code, using default options and effectively ignore security relevant # ZFS properties such as `setuid=off` and `exec=off` (unless manually # duplicated in `fileSystems.*.options`, defeating \"zfsutil\"'s purpose). copy_bin_and_libs ${pkgs.util-linux}/bin/mount copy_bin_and_libs ${pkgs.util-linux.mount}/bin/mount copy_bin_and_libs ${pkgs.zfs}/bin/mount.zfs ''}"} {"_id":"q-en-nixpkgs-6c582577e984b5bdfe30b1823b797c3af2840990c96c99b184f22786647fe9be","text":"}: stdenv.mkDerivation rec { version = \"3.3.4\"; version = \"3.3.5\"; pname = \"glfw\"; src = fetchFromGitHub { owner = \"glfw\"; repo = \"GLFW\"; rev = version; sha256 = \"sha256-BP4wxjgm0x0E68tNz5eudkVUyBnXkQlP7LY3ppZunhw=\"; sha256 = \"sha256-1KkzYclOLGqiV1/8BsJ3e+pXMQ6a+sjLwZ7mjSuxxbA=\"; }; patches = lib.optional waylandSupport ./wayland.patch; # Fix freezing on Wayland (https://github.com/glfw/glfw/pull/1711) # and linkage issues on X11 (https://github.com/NixOS/nixpkgs/issues/142583) patches = if waylandSupport then ./wayland.patch else ./x11.patch; propagatedBuildInputs = [ libGL ];"} {"_id":"q-en-nixpkgs-6c837e898794ac58c47aa228861e8dff1479a6383f3d7b2df66bcaf561df308f","text":"# updated by the update script # this is always the commit that should be used with asf-ui from the latest asf version rev = version; hash = \"sha256-NISUhxClFAzLQp4o9AzMzasPV9+aBAyDd1tuNT7HJw4=\"; hash = \"sha256-QrHBmLqvnVfHhBC+AF3YZUOx3ZEKA/FjtjXZW7ust8w=\"; }; npmDepsHash = \"sha256-kI7kgSw0xs8Hsa/5lhLteDo8TgwyxIxKE1QK92D1Qio=\"; npmDepsHash = \"sha256-MmNckugDMNlBs6dNg/JRE+Qf5P8LbwIesul+7Osd16Y=\"; installPhase = '' runHook preInstall"} {"_id":"q-en-nixpkgs-6c83d481f933b255b2c6c5ac9ed53121ee0955518705f637d11b1566970a1a96","text":"]; patches = [ # see https://github.com/mate-desktop/mate-control-center/pull/528 ./0001-Search-system-themes-in-system-data-dirs.patch # look up keyboard shortcuts in system data dirs ./mate-control-center.keybindings-dir.patch ];"} {"_id":"q-en-nixpkgs-6ca925028ca1918084bfc9a2cf9b08b6243fa17f0cf1dca7fd8187b0a163c0f8","text":"++ lib.optionals withGui [ wrapQtAppsHook ]; buildInputs = [ boost libevent miniupnpc zeromq zlib ] ++ lib.optionals withWallet [ db48 sqlite ] ++ lib.optionals withWallet [ sqlite ] ++ lib.optionals withGui [ qrencode qtbase qttools ]; postInstall = ''"} {"_id":"q-en-nixpkgs-6d07dc362f6ba7365a0903f281533189bfae5e70dcb595a666fede77badbe200","text":" { lib, buildGoModule, fetchFromGitHub, stdenv, darwin, copyDesktopItems, makeDesktopItem, xorg, libGL, gtk3, pkg-config, wrapGAppsHook3, }: buildGoModule rec { pname = \"picocrypt\"; version = \"1.34\"; src = fetchFromGitHub { owner = \"Picocrypt\"; repo = \"Picocrypt\"; rev = version; hash = \"sha256-TO72s8v0cpyKjvi0b74vux3+VzTfW540Drtr2bD5xVw=\"; }; sourceRoot = \"${src.name}/src\"; vendorHash = \"sha256-W982HiosXvDadMJJ0wP6AsalQ/uxklSbbmFp26XQEhM=\"; ldflags = [ \"-s\" \"-w\" ]; buildInputs = [ xorg.libX11 xorg.libXcursor xorg.libXrandr xorg.libXi xorg.libXinerama xorg.libXxf86vm libGL.dev gtk3 ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Kernel ]; nativeBuildInputs = [ copyDesktopItems pkg-config wrapGAppsHook3 ]; CGO_ENABLED = 1; postInstall = '' mv $out/bin/Picocrypt $out/bin/picocrypt-gui install -Dm644 $src/images/key.svg $out/share/icons/hicolor/scalable/apps/picocrypt.svg ''; desktopItems = [ (makeDesktopItem { name = \"Picocrypt\"; exec = \"picocrypt-gui\"; icon = \"picocrypt\"; comment = meta.description; desktopName = \"Picocrypt\"; categories = [ \"Utility\" ]; }) ]; meta = { description = \"Very small, very simple, yet very secure encryption tool, written in Go\"; homepage = \"https://github.com/Picocrypt/Picocrypt\"; changelog = \"https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md\"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ ryand56 ]; mainProgram = \"picocrypt-gui\"; }; } "} {"_id":"q-en-nixpkgs-6d2fc4ea1a177807d73bd30ef8dcbe2efc077e14aed901e070017656b6b5ac9d","text":"|| cfg.duoSecurity.enable)) ( '' auth required pam_unix.so ${optionalString cfg.allowNullPassword \"nullok\"} ${optionalString cfg.nodelay \"nodelay\"} likeauth auth optional pam_unix.so ${optionalString cfg.allowNullPassword \"nullok\"} ${optionalString cfg.nodelay \"nodelay\"} likeauth '' + optionalString config.security.pam.enableEcryptfs '' auth optional ${pkgs.ecryptfs}/lib/security/pam_ecryptfs.so unwrap"} {"_id":"q-en-nixpkgs-6d628609dc4b16126ae08beee1ade14fbd3b551e515edd34e4db644f9fc20339","text":", pythonAtLeast , fetchFromGitHub , substituteAll , fetchpatch , gdb , django , flask"} {"_id":"q-en-nixpkgs-6d8715e889db538ccbb2155bf89933d23e94289667c609ebe3d1eaabefadb3ae","text":"--argstr libPath \"$libPath\" --argstr pkgsLibPath \"$pkgsLibPath\" --argstr nixosPath \"$nixosPath\" --arg modules \"[ $modules ]\" --arg modules \"import $modulesPath\" --argstr stateVersion \"${options.system.stateVersion.default}\" --argstr release \"${config.system.nixos.release}\" $nixosPath/lib/eval-cacheable-options.nix > $out "} {"_id":"q-en-nixpkgs-6d9171b41fd3e5af4356aae8478d4ff8da71604c6e32197b7b1fe8eedeb55f55","text":" { stdenv , fetchurl , appimageTools , makeWrapper , electron_8 }: stdenv.mkDerivation rec { pname = \"jitsi-meet-electron\"; version = \"2.0.0\"; src = fetchurl { url = \"https://github.com/jitsi/jitsi-meet-electron/releases/download/v${version}/jitsi-meet-x86_64.AppImage\"; sha256 = \"11ci9dqhy8hkb4fwykjvcvai20ahqhjil825n1y1xf663ch8by93\"; name=\"${pname}-${version}.AppImage\"; }; appimageContents = appimageTools.extractType2 { name = \"${pname}-${version}\"; inherit src; }; dontUnpack = true; dontConfigure = true; dontBuild = true; nativeBuildInputs = [ makeWrapper ]; installPhase = '' runHook preInstall mkdir -p $out/bin $out/share/${pname} $out/share/applications cp -a ${appimageContents}/{locales,resources} $out/share/${pname} cp -a ${appimageContents}/jitsi-meet.desktop $out/share/applications/${pname}.desktop cp -a ${appimageContents}/usr/share/icons $out/share substituteInPlace $out/share/applications/${pname}.desktop --replace 'Exec=AppRun' 'Exec=${pname}' runHook postInstall ''; postFixup = '' makeWrapper ${electron_8}/bin/electron $out/bin/${pname} --add-flags $out/share/${pname}/resources/app.asar --prefix LD_LIBRARY_PATH : \"${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ]}\" ''; meta = with stdenv.lib; { description = \"Jitsi Meet desktop application powered by Electron\"; homepage = \"https://github.com/jitsi/jitsi-meet-electron\"; license = licenses.asl20; maintainers = with maintainers; [ prusnak ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"q-en-nixpkgs-6dca5900de2802795f3252a0604d904d48f912e833552278c69965c386fb0e0b","text":"{ lib, stdenv , fetchurl , makeDesktopItem , writeText # Common run-time dependencies , zlib"} {"_id":"q-en-nixpkgs-6de1fc7d41658b18380596126e249831c140a58e1350663f2a88ddfb2ee99879","text":" { config, lib, stdenv, autoreconfHook, fetchFromGitHub, pkg-config , alsa-lib, libtool, icu { config, lib, stdenv, autoreconfHook, fetchFromGitHub, pkg-config, makeWrapper , alsa-lib, alsa-plugins, libtool, icu, pcre2 , pulseaudioSupport ? config.pulseaudio or false, libpulseaudio }: stdenv.mkDerivation rec { pname = \"mimic\"; version = \"1.2.0.2\"; version = \"1.3.0.1\"; src = fetchFromGitHub { rev = version; repo = \"mimic\"; repo = \"mimic1\"; owner = \"MycroftAI\"; sha256 = \"1wkpbwk88lsahzkc7pzbznmyy0lc02vsp0vkj8f1ags1gh0lc52j\"; sha256 = \"1agwgby9ql8r3x5rd1rgx3xp9y4cdg4pi3kqlz3vanv9na8nf3id\"; }; nativeBuildInputs = [ autoreconfHook pkg-config makeWrapper ]; buildInputs = [ alsa-lib alsa-plugins libtool icu pcre2 ] ++ lib.optional pulseaudioSupport libpulseaudio; postInstall = '' wrapProgram $out/bin/mimic --run \"export ALSA_PLUGIN_DIR=${alsa-plugins}/lib/alsa-lib\" ''; meta = { description = \"Mycroft's TTS engine, based on CMU's Flite (Festival Lite)\"; homepage = \"https://mimic.mycroft.ai/\";"} {"_id":"q-en-nixpkgs-6e95eeb2289f23fff726a9afe0ecae06cfbc541b42a6f12ddab9aeaf6448704d","text":"### Interpreters Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as respectively `python27`, `python35`, `python36`, `python37` and `python38`. The Versions 2.7, 3.6, 3.7 and 3.8 of the CPython interpreter are available as respectively `python27`, `python36`, `python37` and `python38`. The aliases `python2` and `python3` correspond to respectively `python27` and `python38`. The default interpreter, `python`, maps to `python2`. The PyPy interpreters compatible with Python 2.7 and 3 are available as `pypy27` and"} {"_id":"q-en-nixpkgs-6e9fc8e80ca961fcc448eb0ff522937bb19df2b7adc7c7169c792e55d804f02f","text":"''; }; subcommandPackages = mkOption { type = types.listOf types.package; default = [ ]; internal = true; description = '' List of packages containing tracker3 subcommands. ''; }; }; };"} {"_id":"q-en-nixpkgs-6eb36aae9fc1bd62a475e547e3610b4f9a93eb50709b0550cbc11b3428d641be","text":"githubId = 1855930; name = \"Ertugrul Söylemez\"; }; esau79p = { github = \"EsAu79p\"; githubId = 21313906; name = \"EsAu\"; }; esclear = { github = \"esclear\"; githubId = 7432848;"} {"_id":"q-en-nixpkgs-6eb5aca6f2f495351b0e60c1248d462947edaedf63ad53e69b75af24fff6661c","text":" --- a/snappy-test.cc +++ b/snappy-test.cc @@ -46 +46 @@ -DEFINE_bool(run_microbenchmarks, true, +DEFINE_bool(run_microbenchmarks, false, "} {"_id":"q-en-nixpkgs-6ed1aaf569bc6758a8fc37457148afd56fb862d3c27b5effc5031ba0841e81ee","text":"{ mkDerivation, lib , extra-cmake-modules , hunspell, qtbase, qttools , aspell, qtbase, qttools }: mkDerivation {"} {"_id":"q-en-nixpkgs-6eea4de0e221945ace6c507d094117ffafbc327e257238a55fd8198051d104ca","text":"kermit-terminal = callPackage ../applications/terminal-emulators/kermit-terminal { }; kitty = darwin.apple_sdk_11_0.callPackage ../applications/terminal-emulators/kitty { go = go_1_20; go = go_1_21; harfbuzz = harfbuzz.override { withCoreText = stdenv.isDarwin; }; inherit (darwin.apple_sdk_11_0) Libsystem; inherit (darwin.apple_sdk_11_0.frameworks)"} {"_id":"q-en-nixpkgs-6efd72fbbaeb023eafe9cb4cb41362e690487aa849105ee8f15e6501220353a9","text":"dconf gnome.nautilus gnome.nautilus-python gobject-introspection gsettings-desktop-schemas gtk3 python3.pkgs.pygobject3"} {"_id":"q-en-nixpkgs-6f5dda2f2bc2f899d3afa6544f8356e740f86f7da4ed7af2612524fc99212497","text":"] ++ lib.optional cudaSupport cudatoolkit ++ lib.optionals enablePython (with pythonPackages; [python pybind11 ]); patches = lib.optionals enablePython [ patches = [ # fix build on aarch64-darwin # https://github.com/IntelRealSense/librealsense/pull/9253 (fetchpatch { url = \"https://github.com/IntelRealSense/librealsense/commit/beb4c44debc8336de991c983274cad841eb5c323.patch\"; sha256 = \"05mxsd2pz3xrvywdqyxkwdvxx8hjfxzcgl51897avz4v2j89pyq8\"; }) ./py_sitepackage_dir.patch ./py_pybind11_no_external_download.patch ];"} {"_id":"q-en-nixpkgs-6fa5902a5552e6351e3fbd05f305a200392c927a3428f5678819ef15e6f9270f","text":"}: let version = \"2.11.6\"; version = \"2.12.1\"; src = fetchFromGitHub { owner = \"paperless-ngx\"; repo = \"paperless-ngx\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-RNX+KS2h9zrOK8QzeQWH55pkNPTDW4gic2HLG+XXLRg=\"; hash = \"sha256-txqwVGLUel74ObCqwMWSqa4Nd2eDRf0SqAIes5tlMDg=\"; }; # subpath installation is broken with uvicorn >= 0.26"} {"_id":"q-en-nixpkgs-6feb3f54ab8a89b5b31abfdfa3024dcf7e54edfd9bccc70efc142774d21fde02","text":"libvmi = callPackage ../development/libraries/libvmi { }; libutp = callPackage ../applications/networking/p2p/libutp { }; lifelines = callPackage ../applications/misc/lifelines { }; liferea = callPackage ../applications/networking/newsreaders/liferea { };"} {"_id":"q-en-nixpkgs-703bdfe014a379789050b4ce4df0c4de2d3f4b4f31c776eadd5dd63fee439b54","text":"subprocess.check_call([\"@systemd@/bin/bootctl\", \"--path=@efiSysMountPoint@\", \"--no-variables\", \"install\"]) else: # Update bootloader to latest if needed systemd_version = subprocess.check_output([\"@systemd@/bin/bootctl\", \"--version\"], universal_newlines=True).split()[1] systemd_version = subprocess.check_output([\"@systemd@/bin/bootctl\", \"--version\"], universal_newlines=True).split()[2] sdboot_status = subprocess.check_output([\"@systemd@/bin/bootctl\", \"--path=@efiSysMountPoint@\", \"status\"], universal_newlines=True) # See status_binaries() in systemd bootctl.c for code which generates this m = re.search(\"^W+File:.*/EFI/(BOOT|systemd)/.*.efi (systemd-boot (d+))$\", m = re.search(\"^W+File:.*/EFI/(BOOT|systemd)/.*.efi (systemd-boot ([d.]+[^)]*))$\", sdboot_status, re.IGNORECASE | re.MULTILINE) needs_install = False if m is None: print(\"could not find any previously installed systemd-boot\") print(\"could not find any previously installed systemd-boot, installing.\") # Let systemd-boot attempt an installation if a previous one wasn't found needs_install = True else: sdboot_version = m.group(2) if systemd_version > sdboot_version: sdboot_version = f'({m.group(2)})' if systemd_version != sdboot_version: print(\"updating systemd-boot from %s to %s\" % (sdboot_version, systemd_version)) subprocess.check_call([\"@systemd@/bin/bootctl\", \"--path=@efiSysMountPoint@\", \"update\"]) needs_install = True if needs_install: subprocess.check_call([\"@systemd@/bin/bootctl\", \"--path=@efiSysMountPoint@\", \"update\"]) mkdir_p(\"@efiSysMountPoint@/efi/nixos\") mkdir_p(\"@efiSysMountPoint@/loader/entries\")"} {"_id":"q-en-nixpkgs-70e9662fb07ba89e1b20f54d76eb897f9b4c1971f958cd4cd5fc62be718bc97c","text":"MemoryDenyWriteExecute = true; NoNewPrivileges = true; PrivateDevices = true; PrivateMounts = true; PrivateMounts = mkDefault true; PrivateNetwork = mkDefault false; PrivateTmp = true; PrivateUsers = true; PrivateUsers = mkDefault true; ProtectClock = true; ProtectControlGroups = true; # ProtectHome=true would not allow BindPaths= to work across /home,"} {"_id":"q-en-nixpkgs-710af4292074af77c40576df2f5644802b9e7fd1b85f040e573bec02cf5fedc0","text":"check_connection_key_bits(client, \"a.example.test\", \"384\") webserver.succeed(\"grep testing /var/lib/acme/a.example.test/test\") with subtest(\"Correctly implements OCSP stapling\"): switch_to(webserver, \"ocsp-stapling\") webserver.wait_for_unit(\"acme-finished-a.example.test.target\") check_stapling(client, \"a.example.test\") with subtest(\"Can request certificate with HTTPS-01 when nginx startup is delayed\"): switch_to(webserver, \"slow-startup\") webserver.wait_for_unit(\"acme-finished-slow.example.com.target\")"} {"_id":"q-en-nixpkgs-712ca364b690d89c89cad01c50c8666ba7b0216fc3e7cf5ddeb67fa8f58cf652","text":"[[package]] name = \"edgedb-cli\" version = \"3.3.0\" version = \"3.4.0\" dependencies = [ \"anyhow\", \"arc-swap\","} {"_id":"q-en-nixpkgs-7174e9760b466704b190c747017fdac9c4e98113b95365fba66c5dcc1d9b2631","text":"} // (args.argsOverride or { })); in { zen = zenKernelsFor zenVariant; lqx = zenKernelsFor lqxVariant; } zenKernelsFor variants.${variant} "} {"_id":"q-en-nixpkgs-717e287ad629e46cee727e195a63584cbd6f3f2aec3f9ad0f56ece2c8424a4f9","text":" { lib , stdenv , yarn , fetchYarnDeps , fixup_yarn_lock , nodejs , electron , fetchFromGitHub , gitUpdater , makeWrapper , makeDesktopItem , copyDesktopItems }: stdenv.mkDerivation rec { pname = \"r2modman\"; version = \"3.1.42\"; src = fetchFromGitHub { owner = \"ebkr\"; repo = \"r2modmanPlus\"; rev = \"v${version}\"; hash = \"sha256-16sE706iivYoI40JJUkqVmtxkYsgAFBg+0tXOc6scqc=\"; }; offlineCache = fetchYarnDeps { yarnLock = \"${src}/yarn.lock\"; hash = \"sha256-CXitb/b2tvTfrkFrFv4KP4WdmMg+1sDtC/s2u5ezDfI=\"; }; nativeBuildInputs = [ yarn fixup_yarn_lock nodejs makeWrapper copyDesktopItems ]; configurePhase = '' runHook preConfigure # Workaround for webpack bug # https://github.com/webpack/webpack/issues/14532 export NODE_OPTIONS=\"--openssl-legacy-provider\" export HOME=$(mktemp -d) yarn config --offline set yarn-offline-mirror $offlineCache fixup_yarn_lock yarn.lock yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules/ runHook postConfigure ''; buildPhase = '' runHook preBuild yarn --offline quasar build --mode electron --skip-pkg # Remove dev dependencies. yarn install --production --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/r2modman cp -r dist/electron/UnPackaged/. node_modules $out/share/r2modman ( cd public/icons for img in *png; do dimensions=''${img#favicon-} dimensions=''${dimensions%.png} mkdir -p $out/share/icons/hicolor/$dimensions/apps cp $img $out/share/icons/hicolor/$dimensions/apps/${pname}.png done ) makeWrapper '${electron}/bin/electron' \"$out/bin/r2modman\" --inherit-argv0 --add-flags \"$out/share/r2modman\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" runHook postInstall ''; desktopItems = [ (makeDesktopItem { name = pname; exec = pname; icon = pname; desktopName = pname; comment = meta.description; categories = [ \"Game\" ]; keywords = [ \"launcher\" \"mod manager\" \"thunderstore\" ]; }) ]; passthru.updateScript = gitUpdater { rev-prefix = \"v\"; }; meta = with lib; { description = \"Unofficial Thunderstore mod manager\"; homepage = \"https://github.com/ebkr/r2modmanPlus\"; changelog = \"https://github.com/ebkr/r2modmanPlus/releases/tag/v${version}\"; license = licenses.mit; maintainers = with maintainers; [ aidalgol huantian ]; inherit (electron.meta) platforms; }; } "} {"_id":"q-en-nixpkgs-71a46e23e926ced302282bbe75cdd3f63ce889d0082e4b1abb4a7af5ef0875b3","text":"github = \"lo1tuma\"; name = \"Mathias Schreck\"; }; loewenheim = { email = \"loewenheim@mailbox.org\"; github = \"loewenheim\"; name = \"Sebastian Zivota\"; }; lopsided98 = { email = \"benwolsieffer@gmail.com\"; github = \"lopsided98\";"} {"_id":"q-en-nixpkgs-71a8396a81541759162309954570aa594ca58d6eff6a1d5e7981d21e60e034ba","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index e49fac2..25e3302 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,14 @@ option(ENABLE_GLIBC_WORKAROUND \"Workaround GLIBC symbol exports\" OFF) list(APPEND CMAKE_MODULE_PATH \"${CMAKE_CURRENT_SOURCE_DIR}/cmake\") +IF(APPLE) + set(CMAKE_THREAD_LIBS_INIT \"-lpthread\") + set(CMAKE_HAVE_THREADS_LIBRARY 1) + set(CMAKE_USE_WIN32_THREADS_INIT 0) + set(CMAKE_USE_PTHREADS_INIT 1) + set(THREADS_PREFER_PTHREAD_FLAG ON) +ENDIF() + if(ENABLE_MASON) # versions in use set(MASON_BOOST_VERSION \"1.65.1\") @@ -405,7 +413,8 @@ endif() if(APPLE) set(CMAKE_OSX_DEPLOYMENT_TARGET \"10.10\") execute_process(COMMAND xcrun --sdk macosx --show-sdk-path OUTPUT_VARIABLE CMAKE_OSX_SYSROOT OUTPUT_STRIP_TRAILING_WHITESPACE) + execute_process(COMMAND uname -m OUTPUT_VARIABLE JAMBA_OSX_NATIVE_ARCHITECTURE OUTPUT_STRIP_TRAILING_WHITESPACE) - set(CMAKE_OSX_ARCHITECTURES \"x86_64\") + set(CMAKE_OSX_ARCHITECTURES \"${JAMBA_OSX_NATIVE_ARCHITECTURE}\") + message(STATUS \"Set Architecture to ${JAMBA_OSX_NATIVE_ARCHITECTURE} on OS X\") - message(STATUS \"Set Architecture to x64 on OS X\") exec_program(uname ARGS -v OUTPUT_VARIABLE DARWIN_VERSION) string(REGEX MATCH \"[0-9]+\" DARWIN_VERSION ${DARWIN_VERSION}) "} {"_id":"q-en-nixpkgs-71c062319215e427ef7ba1d8c991f2c528ea9bcfa89dba42f9f5b75d4b3d2760","text":"in stdenv.mkDerivation { name = \"hsc3-mode-${version}\"; src = fetchurl { url = http://hackage.haskell.org/package/hsc3-0.15/hsc3-0.15.tar.gz; url = mirror://hackage/hsc3-0.15/hsc3-0.15.tar.gz; sha256 = \"2f3b15655419cf8ebe25ab1c6ec22993b2589b4ffca7c3a75ce478ca78a0bde6\"; }; }; buildInputs = [ emacs ];"} {"_id":"q-en-nixpkgs-722b71a66d5ae6bc65856dcbf7f46ddf762cc8b595f550ca8461f4034046ce14","text":" { config, lib, pkgs, ... }: let inherit (lib) types; cfg = config.services.ocis; defaultUser = \"ocis\"; defaultGroup = defaultUser; in { options = { services.ocis = { enable = lib.mkEnableOption \"ownCloud Infinite Scale\"; package = lib.mkPackageOption pkgs \"ocis-bin\" { }; configDir = lib.mkOption { type = types.nullOr types.path; default = null; example = \"/var/lib/ocis/config\"; description = lib.mdDoc '' Path to directory containing oCIS config file. Example config can be generated by `ocis init --config-path fileName --admin-password \"adminPass\"`. Add `--insecure true` if SSL certificates are generated and managed externally (e.g. using oCIS behind reverse proxy). Note: This directory must contain at least a `ocis.yaml`. Ensure [user](#opt-services.ocis.user) has read/write access to it. In some circumstances you may need to add additional oCIS configuration files (e.g., `proxy.yaml`) to this directory. ''; }; environmentFile = lib.mkOption { type = types.nullOr types.path; default = null; example = \"/run/keys/ocis.env\"; description = lib.mdDoc '' An environment file as defined in {manpage}`systemd.exec(5)`. Configuration provided in this file will override those from [configDir](#opt-services.ocis.configDir)/ocis.yaml. ''; }; user = lib.mkOption { type = types.str; default = defaultUser; example = \"yourUser\"; description = lib.mdDoc '' The user to run oCIS as. By default, a user named `${defaultUser}` will be created whose home directory is [stateDir](#opt-services.ocis.stateDir). ''; }; group = lib.mkOption { type = types.str; default = defaultGroup; example = \"yourGroup\"; description = lib.mdDoc '' The group to run oCIS under. By default, a group named `${defaultGroup}` will be created. ''; }; address = lib.mkOption { type = types.str; default = \"127.0.0.1\"; description = \"Web interface address.\"; }; port = lib.mkOption { type = types.port; default = 9200; description = \"Web interface port.\"; }; url = lib.mkOption { type = types.str; default = \"https://localhost:9200\"; example = \"https://some-hostname-or-ip:9200\"; description = \"Web interface address.\"; }; stateDir = lib.mkOption { default = \"/var/lib/ocis\"; type = types.str; description = \"ownCloud data directory.\"; }; environment = lib.mkOption { type = types.attrsOf types.str; default = { }; description = lib.mdDoc '' Extra config options. See [the documentation](https://doc.owncloud.com/ocis/next/deployment/services/services.html) for available options. See [notes for environment variables](https://doc.owncloud.com/ocis/next/deployment/services/env-var-note.html) for more information. Note that all the attributes here will be copied to /nix/store/ and will be world readable. Options like *_PASSWORD or *_SECRET should be part of [environmentFile](#opt-services.ocis.environmentFile) instead, and are only provided here for illustrative purpose. Configuration here will override those from [environmentFile](#opt-services.ocis.environmentFile) and will have highest precedence, at the cost of security. Do NOT put security sensitive stuff here. ''; example = { OCIS_INSECURE = \"false\"; OCIS_LOG_LEVEL = \"error\"; OCIS_JWT_SECRET = \"super_secret\"; OCIS_TRANSFER_SECRET = \"foo\"; OCIS_MACHINE_AUTH_API_KEY = \"foo\"; OCIS_SYSTEM_USER_ID = \"123\"; OCIS_MOUNT_ID = \"123\"; OCIS_STORAGE_USERS_MOUNT_ID = \"123\"; GATEWAY_STORAGE_USERS_MOUNT_ID = \"123\"; CS3_ALLOW_INSECURE = \"true\"; OCIS_INSECURE_BACKENDS = \"true\"; TLS_INSECURE = \"true\"; TLS_SKIP_VERIFY_CLIENT_CERT = \"true\"; WEBDAV_ALLOW_INSECURE = \"true\"; IDP_TLS = \"false\"; GRAPH_APPLICATION_ID = \"1234\"; IDM_IDPSVC_PASSWORD = \"password\"; IDM_REVASVC_PASSWORD = \"password\"; IDM_SVC_PASSWORD = \"password\"; IDP_ISS = \"https://localhost:9200\"; OCIS_LDAP_BIND_PASSWORD = \"password\"; OCIS_SERVICE_ACCOUNT_ID = \"foo\"; OCIS_SERVICE_ACCOUNT_SECRET = \"foo\"; OCIS_SYSTEM_USER_API_KEY = \"foo\"; STORAGE_USERS_MOUNT_ID = \"123\"; }; }; }; }; config = lib.mkIf cfg.enable { users.users.${defaultUser} = lib.mkIf (cfg.user == defaultUser) { group = cfg.group; home = cfg.stateDir; isSystemUser = true; createHome = true; description = \"ownCloud Infinite Scale daemon user\"; }; users.groups = lib.mkIf (cfg.group == defaultGroup) { ${defaultGroup} = { }; }; systemd = { services.ocis = { description = \"ownCloud Infinite Scale Stack\"; wantedBy = [ \"multi-user.target\" ]; environment = { PROXY_HTTP_ADDR = \"${cfg.address}:${toString cfg.port}\"; OCIS_URL = cfg.url; OCIS_CONFIG_DIR = if (cfg.configDir == null) then \"${cfg.stateDir}/config\" else cfg.configDir; OCIS_BASE_DATA_PATH = cfg.stateDir; } // cfg.environment; serviceConfig = { Type = \"simple\"; ExecStart = \"${lib.getExe cfg.package} server\"; WorkingDirectory = cfg.stateDir; User = cfg.user; Group = cfg.group; Restart = \"always\"; EnvironmentFile = lib.optional (cfg.environmentFile != null) cfg.environmentFile; ReadWritePaths = [ cfg.stateDir ]; ReadOnlyPaths = [ cfg.configDir ]; MemoryDenyWriteExecute = true; NoNewPrivileges = true; PrivateTmp = true; PrivateDevices = true; ProtectSystem = \"strict\"; ProtectHome = true; ProtectControlGroups = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectKernelLogs = true; RestrictAddressFamilies = [ \"AF_UNIX\" \"AF_INET\" \"AF_INET6\" \"AF_NETLINK\" ]; RestrictNamespaces = true; RestrictRealtime = true; RestrictSUIDSGID = true; LockPersonality = true; SystemCallArchitectures = \"native\"; }; }; }; }; meta.maintainers = with lib.maintainers; [ bhankas danth ramblurr ]; } "} {"_id":"q-en-nixpkgs-728998f9fc053bf2d75625a87ea84a9698cda2a491d07367437fc73890a7daff","text":"python3.override { packageOverrides = self: super: { # does not find tests alembic = super.alembic.overridePythonAttrs (oldAttrs: { doCheck = false; }); # Needed by mailman, see https://gitlab.com/mailman/mailman/-/issues/964 sqlalchemy = super.sqlalchemy.overridePythonAttrs (oldAttrs: rec { version = \"1.3.24\"; src = super.fetchPypi { inherit version; inherit (oldAttrs) pname; sha256 = \"06bmxzssc66cblk1hamskyv5q3xf1nh1py3vi6dka4lkpxy7gfzb\"; }; # does not find tests alembic = super.alembic.overridePythonAttrs (oldAttrs: { doCheck = false; }); # Fixes `AssertionError: database connection isn't set to UTC`"} {"_id":"q-en-nixpkgs-7296f8139c0d104ae017478237eed0a08fc48b24d67732f007adc795f4a9cdbd","text":"throw \"fetchWordpress: invalid package type ${type}\"; }) {}; } // lib.mapAttrs (type: pkgs: lib.makeExtensible (_: lib.mapAttrs (pname: data: self.mkOfficialWordpressDerivation { type = lib.removeSuffix \"s\" type; inherit pname data; }) pkgs)) generatedJson; } // lib.mapAttrs ( type: pkgs: lib.makeExtensible (_: lib.mapAttrs (pname: data: self.mkOfficialWordpressDerivation {type = lib.removeSuffix \"s\" type; inherit pname data; license = sourceJson.${type}.${pname}; }) pkgs)) generatedJson; # This creates an extensible scope. in lib.recursiveUpdate ((lib.makeExtensible (_: (lib.makeScope newScope packages))).extend (selfWP: superWP: {})) (callPackage ./thirdparty.nix {})"} {"_id":"q-en-nixpkgs-72cf0c6e5704c0358e939f669700d30c1b566733775889d70b033690b6720c5c","text":"mkdir -p $out for package in $packages do for hook in $package/lib/systemd/system-${type}/* for hook in $package/lib/systemd/${dir}/* do ln -s $hook $out/ done"} {"_id":"q-en-nixpkgs-73266ce22f99f3ab8642e71ff8874157d4848cfabe4e9f90c6e626079bc3ae18","text":" { mkDerivation, haskellPackages, fetchFromGitHub, lib }: mkDerivation rec { pname = \"fffuu\"; version = \"unstable-2018-05-26\"; src = fetchFromGitHub { owner = \"diekmann\"; repo = \"Iptables_Semantics\"; rev = \"e0a2516bd885708fce875023b474ae341cbdee29\"; sha256 = \"1qc7p44dqja6qrjbjdc2xn7n9v41j5v59sgjnxjj5k0mxp58y1ch\"; }; postPatch = '' substituteInPlace haskell_tool/fffuu.cabal --replace \"containers >=0.5 && <0.6\" \"containers >= 0.6\" --replace \"optparse-generic >= 1.2.3 && < 1.3\" \"optparse-generic >= 1.2.3\" ''; preCompileBuildDriver = '' cd haskell_tool ''; isLibrary = false; isExecutable = true; # fails with sandbox doCheck = false; libraryHaskellDepends = with haskellPackages; [ base containers split parsec optparse-generic ]; executableHaskellDepends = with haskellPackages; [ base ]; testHaskellDepends = with haskellPackages; [ tasty tasty-hunit tasty-golden ]; description = \"Fancy Formal Firewall Universal Understander\"; homepage = https://github.com/diekmann/Iptables_Semantics/tree/master/haskell_tool; license = lib.licenses.bsd2; maintainers = [ lib.maintainers.marsam ]; } "} {"_id":"q-en-nixpkgs-737753a8a4fbe6c7f166f9c56e65e5d52dcb1a6cbe5a161d3bb3396c47596056","text":"install -m 644 data/images/unix/ui-alpha_half.png $out/share/ibus-mozc/alpha_half.png install -m 644 data/images/unix/ui-alpha_full.png $out/share/ibus-mozc/alpha_full.png install -D -m 755 out_linux/Release/mozc_renderer $out/lib/mozc/mozc_renderer install -D -m 755 out_linux/Release/mozc_emacs_helper $out/lib/mozc/mozc_emacs_helper runHook postInstall '';"} {"_id":"q-en-nixpkgs-73828dd537f0c1762131704d73fceed8bb4409c9a96589895d9d43e2bd95ca19","text":"bitbucket_api = buildPythonPackage rec { name = \"bitbucket-api-0.4.4\"; # python3 does not support relative imports disabled = isPy3k; src = pkgs.fetchurl { url = \"mirror://pypi/b/bitbucket-api/${name}.tar.gz\"; sha256 = \"e890bc3893d59a6f203c1eb2bae60e78ac4d3869da7ea4fb104dca588aea85b2\"; }; propagatedBuildInputs = with self; [ requests_oauth2 nose sh ]; propagatedBuildInputs = with self; [ requests_oauthlib nose sh ]; doCheck = false;"} {"_id":"q-en-nixpkgs-739bb21c20889436cb905208979a1aa39ad50217bd96523d6ba47ee8f401f7b2","text":"else stdenvNoCC.mkDerivation { inherit name; nativeBuildInputs = [ pijul ]; nativeBuildInputs = [ pijul cacert ]; strictDeps = true; dontUnpack = true; dontConfigure = true;"} {"_id":"q-en-nixpkgs-73bc4e39c4619a5715fa2f74178dfac733a6026b0d2c01c9fe4603a1bc5dbcac","text":"ipython = if isPy27 then callPackage ../development/python-modules/ipython/5.nix { } else if isPy35 then callPackage ../development/python-modules/ipython/7.9.nix { } else callPackage ../development/python-modules/ipython { };"} {"_id":"q-en-nixpkgs-73d5d364918ec355d745f9f59b48cb3370bae8970bbde395e6e2dba8a1e5082d","text":", libxfce4ui , libxfce4util , libxslt , pcre , xfconf , gobject-introspection , makeWrapper"} {"_id":"q-en-nixpkgs-73e9dca45fa1e5e76ccc6e40059602405fdf87cc6c11b3d1ab2005bdbb1f6747","text":"\"CAP_SYS_ADMIN\" ]; DevicePolicy = \"closed\"; DeviceAllow = lib.mkOverride 100 ( DeviceAllow = lib.mkOverride 50 ( if cfg.devices != [] then cfg.devices else ["} {"_id":"q-en-nixpkgs-73eebba2ff96304bbbb924ffda9916d60d05fc2a048c16d7b81daa26207ab84f","text":"stress-ng = callPackage ../tools/system/stress-ng { }; stressapptest = callPackage ../tools/system/stressapptest { }; stoken = callPackage ../tools/security/stoken (config.stoken or {}); storeBackup = callPackage ../tools/backup/store-backup { };"} {"_id":"q-en-nixpkgs-73f774c75bd2dccbcc4352972a86a7aee31c72797aad31d43f9a3fbae89f6127","text":"hash = \"sha256-1s/7C9y+73ADLF/17Vepw0pZNVtYnKoP24GdwKc9X2Y=\"; }; patches = [ # These just simply won't build ./0000-dont-install-tests-hsaco.patch # Fix bad paths (substituteAll { src = ./0001-fix-shell-scripts.patch; rocmtoolkit_merged = rocmtoolkit-merged; }) ]; nativeBuildInputs = [ cmake clang"} {"_id":"q-en-nixpkgs-742f5e9f32533b39ea211cb965497d9b7cc15fe490143531e200bdcafa15fab7","text":"rustPlatform.buildRustPackage rec { pname = \"repgrep\"; version = \"0.14.3\"; version = \"0.15.0\"; src = fetchFromGitHub { owner = \"acheronfail\"; repo = \"repgrep\"; rev = version; hash = \"sha256-33b0dZJY/lnVJGMfAg/faD6PPJIFZsvMZOmKAqCZw8k=\"; hash = \"sha256-6ba7EJUts0Ni9EA3ENlK+a2FaPo7JohtCyqwR9DdL1E=\"; }; cargoHash = \"sha256-UMMTdWJ0/M8lN4abTJEVUGtoNp/g49DyW+OASg3TKfg=\"; cargoHash = \"sha256-XEjKTZ3qaiLWbm2wF+V97u9tGXDq/oTm249ubUE9n94=\"; nativeBuildInputs = [ asciidoctor"} {"_id":"q-en-nixpkgs-74a8ad9dc578b7eb8a7262a27baed448c2cd14d5410c38d63aaa78264fcb9787","text":" { lib , stdenv , fetchFromGitHub , fetchpatch , zig_0_11 { lib, stdenv, fetchFromGitHub, zig, }: stdenv.mkDerivation rec { pname = \"poop\"; version = \"0.4.0\"; version = \"0.5.0\"; src = fetchFromGitHub { owner = \"andrewrk\"; repo = \"poop\"; rev = version; hash = \"sha256-ekZpulQ1NpEOCG9KU2I4O0NL8mD+CC7bKF0tZbl7vHo=\"; hash = \"sha256-zrqR/TTELhsBIX42PysFsHPRs8Lx/zHcmi+VMDw1SdQ=\"; }; # fix compilation with zig 0.11 patches = [ # https://github.com/andrewrk/poop/pull/41 (fetchpatch { name = \"update-to-zig-0-11-0.patch\"; url = \"https://github.com/andrewrk/poop/commit/15c794d9dea91570485104cda26346f2ae5c9365.patch\"; hash = \"sha256-iv3IuYIDPzs98wiTXcO0igngaRRdQnASvzA4bYET54c=\"; }) # https://github.com/andrewrk/poop/pull/36 (fetchpatch { name = \"update-zig-to-latest-0-11-0-dev-3883-7166407d8.patch\"; url = \"https://github.com/andrewrk/poop/commit/b1ca37c0cf637e9bbbf24cd243bafaedf02fa8c7.patch\"; hash = \"sha256-/j2zqi0Q2Pl7ZL+4GflwD/MnqcKScT/1SdYJAQ3o4bU=\"; }) ]; nativeBuildInputs = [ zig_0_11.hook zig.hook ]; meta = with lib; {"} {"_id":"q-en-nixpkgs-74d7ea98ca0e31636e15d550a712ef3cbc0750783c1d8516fd4de99d7c1c6505","text":" { stdenv, lib, fetchFromGitHub, fetchurl, cmake, git, makeWrapper, allegro5, libGL }: stdenv.mkDerivation rec { pname = \"liberation-circuit\"; version = \"1.3\"; src = fetchFromGitHub { owner = \"linleyh\"; repo = pname; rev = \"v${version}\"; sha256 = \"BAv0wEJw4pK77jV+1bWPHeqyU/u0HtZLBF3ETUoQEAk=\"; }; patches = [ # Linux packaging assets (fetchurl { url = \"https://github.com/linleyh/liberation-circuit/commit/72c1f6f4100bd227540aca14a535e7f4ebdeb851.patch\"; sha256 = \"0sad1z1lls0hanv88g1q6x5qr4s8f5p42s8j8v55bmwsdc0s5qys\"; }) ]; # Hack to make binary diffs work prePatch = '' function patch { git apply --whitespace=nowarn \"$@\" } ''; postPatch = '' unset -f patch substituteInPlace bin/launcher.sh --replace ./libcirc ./liberation-circuit ''; nativeBuildInputs = [ cmake git makeWrapper ]; buildInputs = [ allegro5 libGL ]; cmakeFlags = [ \"-DALLEGRO_LIBRARY=${lib.getDev allegro5}\" \"-DALLEGRO_INCLUDE_DIR=${lib.getDev allegro5}/include\" ]; NIX_CFLAGS_LINK = \"-lallegro_image -lallegro_primitives -lallegro_color -lallegro_acodec -lallegro_audio -lallegro_dialog -lallegro_font -lallegro_main -lallegro -lm\"; hardeningDisable = [ \"format\" ]; installPhase = '' runHook preInstall mkdir -p $out/opt cd .. cp -r bin $out/opt/liberation-circuit chmod +x $out/opt/liberation-circuit/launcher.sh makeWrapper $out/opt/liberation-circuit/launcher.sh $out/bin/liberation-circuit install -D linux-packaging/liberation-circuit.desktop $out/share/applications/liberation-circuit.desktop install -D linux-packaging/liberation-circuit.appdata.xml $out/share/metainfo/liberation-circuit.appdata.xml install -D linux-packaging/icon-256px.png $out/share/pixmaps/liberation-circuit.png runHook postInstall ''; meta = with lib; { description = \"Real-time strategy game with programmable units\"; longDescription = '' Escape from a hostile computer system! Harvest data to create an armada of battle-processes to aid your escape! Take command directly and play the game as an RTS, or use the game's built-in editor and compiler to write your own unit AI in a simplified version of C. ''; homepage = \"https://linleyh.itch.io/liberation-circuit\"; maintainers = with maintainers; [ angustrau ]; license = licenses.gpl3Only; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-74f07f9b22e60d4c966759943be32cd3000f83adf8e7b9d1d67806265be68437","text":"inherit (darwin.apple_sdk.frameworks) Security Foundation; }; go_1_7 = callPackage ../development/compilers/go/1.7.nix { go_1_7 = callPackage ../development/compilers/go/1.7.nix ({ inherit (darwin.apple_sdk.frameworks) Security Foundation; }; } // stdenv.lib.optionalAttrs stdenv.isDarwin { stdenv = stdenvAdapters.overrideCC pkgs.stdenv pkgs.clang_38; }); go = self.go_1_7;"} {"_id":"q-en-nixpkgs-75095e50a9d120ab9b899bd7838296f509f82280b865a328ebef5a803a657b17","text":"./config/xdg/icons.nix ./config/xdg/menus.nix ./config/xdg/mime.nix ./config/xdg/portal.nix ./config/appstream.nix ./config/xdg/sounds.nix ./config/gtk/gtk-icon-cache.nix"} {"_id":"q-en-nixpkgs-753430b9024edd5175d5a1ae595d2155ff12e34894856b6299e225b1b3ead5b6","text":"pname = \"steam-runtime\"; # from https://repo.steampowered.com/steamrt-images-scout/snapshots/ version = \"0.20210317.0\"; version = \"0.20210527.0\"; src = fetchurl { url = \"https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz\"; sha256 = \"061z2r33n2017prmhdxm82cly3qp3bma2q70pqs57adl65yvg7vw\"; sha256 = \"1880d1byn265w0vy5p98d8w8virnbywj707ydybj7rixhid2gzdc\"; name = \"scout-runtime-${version}.tar.gz\"; };"} {"_id":"q-en-nixpkgs-755380c5532322b30e4c2419fc573afb6248dc6808ac2ef9f887c1025916795c","text":"makeWrapperArgs = [ \"--prefix PATH : ${lib.makeBinPath [ bash steam-run (winetricks.override { # Remove default build of wine to reduce closure size."} {"_id":"q-en-nixpkgs-7574cd54ff361fdf0c7b488c1d0d6e194e74c334f5fdcb907d4a809908163d85","text":"githubId = 687218; name = \"averelld\"; }; avery = { email = \"averyl+nixos@protonmail.com\"; github = \"AveryLychee\"; githubId = 9147625; name = \"Avery Lychee\"; }; avh4 = { email = \"gruen0aermel@gmail.com\"; github = \"avh4\";"} {"_id":"q-en-nixpkgs-757b76c1b7ac0fbe38c071e11bb221040e2e86f88edca84e20bb05741e8bbd19","text":"flootty = callPackage ../development/tools/flootty { }; fffuu = haskell.lib.justStaticExecutables (haskellPackages.callPackage ../tools/misc/fffuu { }); flow = callPackage ../development/tools/analysis/flow { inherit (darwin.apple_sdk.frameworks) CoreServices; };"} {"_id":"q-en-nixpkgs-75b08645f4650363a22f9ddf6a1cd7f52e90a7b6dda4cda6fd1abf2fbf743730","text":" { lib , buildPythonPackage , fetchFromGitHub , setuptools , pyglet , pytestCheckHook , mock }: buildPythonPackage rec { pname = \"PyWavefront\"; version = \"1.3.3\"; pyproject = true; src = fetchFromGitHub { owner = \"pywavefront\"; repo = \"PyWavefront\"; rev = version; hash = \"sha256-ci40L2opJ+NYYtaAeX1Y5pzkdK+loFspTriX/xv4KR8=\"; }; nativeBuildInputs = [ setuptools ]; passthru.optional-dependencies.visualization = [ pyglet ]; nativeCheckInputs = [ pytestCheckHook mock ]; pythonImportsCheck = [ \"pywavefront\" ]; meta = with lib; { description = \"Python library for importing Wavefront .obj files\"; homepage = \"https://github.com/pywavefront/PyWavefront\"; changelog = \"https://github.com/pywavefront/PyWavefront/blob/${src.rev}/CHANGELOG.md\"; license = licenses.bsd3; maintainers = with maintainers; [ pbsds ]; }; } "} {"_id":"q-en-nixpkgs-75c2628ffffd014b0a77119d9d8fcf8468cc7503647875b4904fda72bb32d9eb","text":"checkstyle = callPackage ../development/tools/analysis/checkstyle { }; flex = callPackage ../development/tools/parsing/flex { }; flex_2_5_35 = callPackage ../development/tools/parsing/flex/2.5.35.nix { }; m4 = gnum4;"} {"_id":"q-en-nixpkgs-75ecd3f23e748971aa1c684bc7bbc2fee7e3123d024175da007fa32ed26c224b","text":"}; buildScript = pkgs.writeText \"build-stumpwm.lisp\" '' (load \"${super.stumpwm.asdfFasl}/asdf.${super.stumpwm.faslExt}\") (asdf:load-system 'stumpwm/build) (asdf:load-system 'stumpwm) ;; Prevents package conflict error (when (uiop:version<= \"3.1.5\" (asdf:asdf-version)) (uiop:symbol-call '#:asdf '#:register-immutable-system :stumpwm) (dolist (system-name (uiop:symbol-call '#:asdf '#:system-depends-on (asdf:find-system :stumpwm))) (uiop:symbol-call '#:asdf '#:register-immutable-system system-name))) ;; Prevents \"cannot create /homeless-shelter\" error (asdf:disable-output-translations) (sb-ext:save-lisp-and-die \"stumpwm\" :executable t :purify t #+sb-core-compression :compression #+sb-core-compression t :toplevel #'stumpwm:main) :toplevel #'stumpwm:stumpwm) ''; installPhase = '' mkdir -p $out/bin"} {"_id":"q-en-nixpkgs-76173596f973fed45b568bb2982964c8de0706446c6f6851042dbbd004b06ef2","text":"unitConfig = { ConditionPathExists = [ # Skip this service if the database already exists \"!$STATE_DIRECTORY/honk.db\" \"!%S/honk/honk.db\" ]; }; };"} {"_id":"q-en-nixpkgs-763dcaed3b73622f9c1bf14a183c9a77b2675413062d1cbad89c0ca3b22d0316","text":"let description = \"A secure and free password manager for all of your devices\"; icon = \"bitwarden\"; electron = electron_25; electron = electron_26; in buildNpmPackage rec { pname = \"bitwarden\"; version = \"2023.10.1\"; version = \"2023.12.0\"; # TODO add back Electron version check below src = fetchFromGitHub { owner = \"bitwarden\"; repo = \"clients\"; rev = \"desktop-v${version}\"; hash = \"sha256-cwSIMN40d1ySUSxBl8jXLVndnJJvPnLiTxkYnA3Pqws=\"; hash = \"sha256-WYhLKV3j3Ktite5u1H4fSku38hCCrMzKoxtjq6aT9yo=\"; }; patches = ["} {"_id":"q-en-nixpkgs-7649e224087417df34a8caa3cec90641a9dd4cbf570d58bc87334fc8b33c22fd","text":"(mkBuildInputs wineUnstable.pkgArches pkgNames) ++ extra; in assert stdenv.lib.getVersion wineUnstable == patch.version; stdenv.lib.overrideDerivation wineUnstable (self: { (stdenv.lib.overrideDerivation wineUnstable (self: { buildInputs = build-inputs [ \"perl\" \"utillinux\" \"autoconf\" ] self.buildInputs; name = \"${self.name}-staging\";"} {"_id":"q-en-nixpkgs-7669cd2d8aefaf2bf341eaaa013ecf8dc213ccfea0a92107042b91cd090b755d","text":"sha256 = \"0xm3jw8ll49akr4fxa5qjbsglcgb6fq6nc54zppannxdlfkqj5jk\"; }; buildInputs = with pkgs; [ makeWrapper ]; propagatedBuildInputs = with pkgs; [ mono sqlite"} {"_id":"q-en-nixpkgs-767151093fa7844f15e0d694438ac28d7ce55fcd1e0a1699c7f0d0a62cd0bac8","text":"--skip util::test_get_rust_src_path_not_rust_source_tree --skip extern --skip completes_pub_fn --skip find_crate_doc --skip follows_use_local_package --skip follows_use_for_reexport --skip follows_rand_crate --skip get_completion_in_example_dir --skip follows_rand_crate --skip get_completion_in_example_dir --skip test_resolve_global_path_in_modules ''; doInstallCheck = true;"} {"_id":"q-en-nixpkgs-768c28bb9b33fbcf7dcce8869a687a5c0502f69cb93daede2433ce5ad42d36f9","text":"\"--with-iconv=${libiconv}\" \"--with-dbm=gdbm\" \"--with-zlib=${zlib}\" \"--with-ca-bundle=$NIX_SSL_CERT_FILE\" \"--with-ca-bundle=${cacert}/etc/ssl/certs/ca-bundle.crt\" # TODO: Enable slib # Current slib in nixpkgs is specialized to Guile # \"--with-slib=${slibGuile}/lib/slib\""} {"_id":"q-en-nixpkgs-76eac2e017acbfa1af9ffbb08d0f0d588415b9e79350f087055357ee51b646ba","text":"_Default:_ the output path's hash. ``` #### Examples To define a referenceable figure use the following fencing: ```markdown :::{.example #an-attribute-set-example} # An attribute set example You can add text before ```nix { a = 1; b = 2;} ``` and after code fencing ::: ``` Defining examples through the `example` fencing class adds them to a \"List of Examples\" section after the Table of Contents. Though this is not shown in the rendered documentation on nixos.org. #### Figures To define a referencable figure use the following fencing: ```markdown ::: {.figure #nixos-logo} # NixOS Logo ![NixOS logo](./nixos_logo.png) ::: ``` Defining figures through the `figure` fencing class adds them to a `List of Figures` after the `Table of Contents`. Though this is not shown in the rendered documentation on nixos.org. #### Footnotes To add a foonote explanation, use the following syntax: ```markdown Sometimes it's better to add context [^context] in a footnote. [^context]: This explanation will be rendered at the end of the chapter. ``` #### Inline comments Inline comments are supported with following syntax: ```markdown ``` The comments will not be rendered in the rendered HTML. #### Link reference definitions Links can reference a label, for example, to make the link target reusable: ```markdown ::: {.note} Reference links can also be used to [shorten URLs][url-id] and keep the markdown readable. ::: [url-id]: https://github.com/NixOS/nixpkgs/blob/19d4f7dc485f74109bd66ef74231285ff797a823/doc/README.md ``` This syntax is taken from [CommonMark](https://spec.commonmark.org/0.30/#link-reference-definitions). #### Typographic replacements Typographic replacements are enabled. Check the [list of possible replacement patterns check](https://github.com/executablebooks/markdown-it-py/blob/3613e8016ecafe21709471ee0032a90a4157c2d1/markdown_it/rules_core/replacements.py#L1-L15). ## Getting help If you need documentation-specific help or reviews, ping [@NixOS/documentation-reviewers](https://github.com/orgs/nixos/teams/documentation-reviewers) on your pull request."} {"_id":"q-en-nixpkgs-76fa1362f279d5cf6dd3a4d502691a4fe92045f9b1fc6685ef6425343a0109a5","text":"sha256 = \"sha256-0S7Dj6PMSbZkEAY6ZLUpKVfe/tFxsq60TTAFj0Qhtv0=\"; }; # See https://github.com/NixOS/nixpkgs/issues/156957. postPatch = '' substituteInPlace setup.py --replace \"dill>=0.3.1.1,<0.3.2\" \"dill\" --replace \"pyarrow>=0.15.1,<8.0.0\" \"pyarrow\" --replace \"numpy>=1.14.3,<1.23.0\" \"numpy\" --replace \"pymongo>=3.8.0,<4.0.0\" \"pymongo\" ''; pythonRelaxDeps = [ # See https://github.com/NixOS/nixpkgs/issues/156957 \"dill\" \"numpy\" \"pyarrow\" \"pymongo\" # See https://github.com/NixOS/nixpkgs/issues/193613 \"protobuf\" ]; sourceRoot = \"source/sdks/python\";"} {"_id":"q-en-nixpkgs-7719c95207885042e2a2f2a5d67e6e5a22ac5b1104e77db540f86804e0c7279d","text":", gnome3 , libhandy , librsvg , rustc , cargo }: rustPlatform.buildRustPackage rec { stdenv.mkDerivation rec { pname = \"gnome-tour\"; version = \"3.38.0\";"} {"_id":"q-en-nixpkgs-772b717a0ba2df2617f484158b3b0d4c8f6e4b16f471f9f351d0e2556b7cd1ad","text":"''; installPhase = let pythonPath = python.pkgs.makePythonPath propagatedBuildInputs; pythonPath = python.pkgs.makePythonPath dependencies; in '' runHook preInstall"} {"_id":"q-en-nixpkgs-774100e4dbfa4c0372931ee5d2d89e2af8154d03c4f79f72225ce075dd5f0aa3","text":"curl fmt_9 glm glslang gtk3 hidapi imgui'"} {"_id":"q-en-nixpkgs-77a784b4b7cf630b73247f63fb837093ad3a36f9ea8f556350e328c032731209","text":"{ lib , stdenv , rustPlatform , fetchFromGitHub , asciidoctor"} {"_id":"q-en-nixpkgs-77d6389353525cfde0e1237f8b4a73ef0dff9d903e5f8327c81e42c2c13021d6","text":"# comments with variant added for update script # ./update-zen.py zen zenVariant = { version = \"6.7.5\"; #zen version = \"6.7.6\"; #zen suffix = \"zen1\"; #zen sha256 = \"1f7czivsmqzhcbckcyi058lqwa4qds03fmylqa1wa4sybrq4diri\"; #zen sha256 = \"1qvnv5jmzf1ziarvxyr81j8cpfnag7vvkpnfja6haba7yjavgvkc\"; #zen isLqx = false; }; # ./update-zen.py lqx lqxVariant = { version = \"6.7.5\"; #lqx version = \"6.7.6\"; #lqx suffix = \"lqx1\"; #lqx sha256 = \"1vkcl0ll7m60mmd1hbdqi9sj7gq513cadfxaamxzb9isq2c1wa03\"; #lqx sha256 = \"1z737ma2ak2yddc416svr5s2f7pl31v1cs2bknl9v6syl6xm9sxk\"; #lqx isLqx = true; }; zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // {"} {"_id":"q-en-nixpkgs-77d653ebe71964986690b8d406ee80f6f550604e7b78e081fa54c6f59472f0d7","text":"}; requestEncryptionCredentials = mkOption { type = types.bool; type = types.either types.bool (types.listOf types.str); default = true; example = [ \"tank\" \"data\" ]; description = '' Request encryption keys or passwords for all encrypted datasets on import. For root pools the encryption key can be supplied via both an interactive prompt (keylocation=prompt) and from a file (keylocation=file://). If true on import encryption keys or passwords for all encrypted datasets are requested. To only decrypt selected datasets supply a list of dataset names instead. For root pools the encryption key can be supplied via both an interactive prompt (keylocation=prompt) and from a file (keylocation=file://). ''; };"} {"_id":"q-en-nixpkgs-77f404701ee2e0e69ea18372856ac52cd4000fb158d111ee3acc1727df0fef71","text":"stdenv.mkDerivation rec { pname = \"wayland-protocols\"; version = \"1.31\"; version = \"1.32\"; # https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/48 doCheck = stdenv.hostPlatform == stdenv.buildPlatform && stdenv.targetPlatform.linker == \"bfd\" && wayland.withLibraries; src = fetchurl { url = \"https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz\"; hash = \"sha256-oH+nIu2HZ27AINhncUvJovJMRk2nORLzlwbu71IZ4jg=\"; hash = \"sha256-dFl5nTQMgpa2le+FfAfd7yTFoJsJq2p097kmQNKxuhE=\"; }; postPatch = lib.optionalString doCheck ''"} {"_id":"q-en-nixpkgs-78336e093cc6c64c6bd51c41dc9e7093c63b0aefe2060d6550c35dce49740609","text":"ninka = callPackage ../development/tools/misc/ninka { }; nodejs-0_12 = callPackage ../development/web/nodejs { libuv = libuvVersions.v1_2_0; }; nodejs-0_12 = callPackage ../development/web/nodejs { libuv = libuvVersions.v1_6_1; }; nodejs-unstable = callPackage ../development/web/nodejs { libuv = libuvVersions.v1_2_0; unstableVersion = true; }; nodejs-0_10 = callPackage ../development/web/nodejs/v0_10.nix { };"} {"_id":"q-en-nixpkgs-783654ea0011a761578bf0b14cd212ed829764951e1fcced2f1484282771d6db","text":" {pkgs, pkgs_i686}: {pkgs, pkgs_i686, includeSources ? true}: rec { platformTools = import ./platform-tools.nix {"} {"_id":"q-en-nixpkgs-783673b3bb3e4a939fbb8b946c54df2deb5eb68542d0344a39a449b77da16ce6","text":"passthru = { fancyName = \"MariaDB\"; driver = \"lib/libmyodbc3-3.51.12.so\"; driver = \"lib/libmaodbc.so\"; }; meta = with stdenv.lib; {"} {"_id":"q-en-nixpkgs-78496ff743da1f3891d513f2466c4ca67360f0b83467d85c304540ede75b0205","text":"}: let version = \"4.4.0\"; version = \"4.4.4\"; libsecp256k1_name = if stdenv.isLinux then \"libsecp256k1.so.0\" else if stdenv.isDarwin then \"libsecp256k1.0.dylib\" if stdenv.isLinux then \"libsecp256k1.so.{v}\" else if stdenv.isDarwin then \"libsecp256k1.{v}.dylib\" else \"libsecp256k1${stdenv.hostPlatform.extensions.sharedLibrary}\"; libzbar_name ="} {"_id":"q-en-nixpkgs-7880195f46304029caca0767d6f8c6928f5cd05c903c78a19f35cd29fb640f3f","text":"owner = \"KhronosGroup\"; repo = \"Vulkan-Headers\"; rev = \"sdk-${version}\"; sha256 = \"1qggc7dv9jr83xr9w2h375wl3pz3rfgrk9hnrjmylkg9gz4p9q03\"; sha256 = \"sha256-SvC0AX1wIZWLzws3ZS8Wi8fbNUw1+An/PRlFIfNj24Y=\"; }; meta = with lib; {"} {"_id":"q-en-nixpkgs-7891d387f21a015b91a890139a9b32c33b92bc24bae8177d7190dd166f0317ab","text":"mpv-cheatsheet = callPackage ./mpv-cheatsheet.nix { }; mpv-notify-send = callPackage ./mpv-notify-send.nix { }; mpv-osc-modern = callPackage ./mpv-osc-modern.nix { }; mpv-osc-tethys = callPackage ./mpv-osc-tethys.nix { }; mpv-playlistmanager = callPackage ./mpv-playlistmanager.nix { }; mpv-slicing = callPackage ./mpv-slicing.nix { }; mpv-webm = callPackage ./mpv-webm.nix { };"} {"_id":"q-en-nixpkgs-78c20877da56dc00b1a3a968ee80bd4a028762df7b4efc50676785315e657fdf","text":" { stdenv, lib, fetchFromGitHub, cmake }: stdenv.mkDerivation rec { pname = \"libutp\"; version = \"unstable-2017-01-02\"; src = fetchFromGitHub { # Use transmission fork from post-3.3-transmission branch owner = \"transmission\"; repo = pname; rev = \"fda9f4b3db97ccb243fcbed2ce280eb4135d705b\"; sha256 = \"CvuZLOBksIl/lS6LaqOIuzNvX3ihlIPjI3Eqwo7YJH0=\"; }; nativeBuildInputs = [ cmake ]; meta = with lib; { description = \"uTorrent Transport Protocol library\"; homepage = \"https://github.com/transmission/libutp\"; license = licenses.mit; maintainers = with maintainers; [ angustrau ]; platforms = platforms.unix; }; } "} {"_id":"q-en-nixpkgs-78d5f329bf669f41a989231087943530271059d437d1d8f300c7c39ab6edda43","text":" diff --git i/pkgconfig/meson.build w/pkgconfig/meson.build index 8ed8299..594cbfe 100644 --- i/pkgconfig/meson.build +++ w/pkgconfig/meson.build @@ -2,8 +2,8 @@ pkgconf = configuration_data() pkgconf.set('prefix', get_option('prefix')) pkgconf.set('exec_prefix', '${prefix}') -pkgconf.set('libdir', '${prefix}/@0@'.format(get_option('libdir'))) -pkgconf.set('includedir', '${prefix}/@0@'.format(get_option('includedir'))) +pkgconf.set('libdir', join_paths(get_option('prefix'), get_option('libdir'))) +pkgconf.set('includedir', join_paths(get_option('prefix'), get_option('includedir'))) pkgconf.set('GST_API_VERSION', api_version) pkgconf.set('VERSION', gst_version) "} {"_id":"q-en-nixpkgs-78e207435369ac498fdbfbab06e36c679bd34c69cffbc020c90d0ef7b4e4a26f","text":"systemd.services = { \"nextcloud-setup\" = let c = cfg.config; writePhpArrary = a: \"[${concatMapStringsSep \",\" (val: ''\"${toString val}\"'') a}]\"; overrideConfig = pkgs.writeText \"nextcloud-config.php\" '' ${optionalString (c.dbpassFile != null) '' function nix_read_pwd() { $file = \"${c.dbpassFile}\"; if (!file_exists($file)) { throw new RuntimeException(sprintf( \"Cannot start Nextcloud, dbpass file %s set by NixOS doesn't exist!\", $file )); } return trim(file_get_contents($file)); } ''} $CONFIG = [ 'apps_paths' => [ [ 'path' => '${cfg.home}/apps', 'url' => '/apps', 'writable' => false ],"} {"_id":"q-en-nixpkgs-78e610450cfed6ce5fb937505a94d6e3efa5cae7f68f35fb6013e72e3a207c43","text":", gobject-introspection , lib , libsoup , llvmPackages_15 , makeBinaryWrapper , nodejs , openssl , pango , pkg-config , pnpm"} {"_id":"q-en-nixpkgs-78f55c1f03ce21f910af96b4caf86d6e7a76bbf781c5fe463aecaaadffbe30a0","text":" --- a/src/plugins/platforms/cocoa/qcocoawindow.mm +++ b/src/plugins/platforms/cocoa/qcocoawindow.mm @@ -404,8 +404,8 @@ void QCocoaWindow::setVisible(bool visible) removeMonitor(); monitor = [NSEvent addGlobalMonitorForEventsMatchingMask:NSLeftMouseDownMask|NSRightMouseDownMask|NSOtherMouseDownMask|NSMouseMovedMask handler:^(NSEvent *e) { QPointF localPoint = QCocoaScreen::mapFromNative([NSEvent mouseLocation]); - const auto button = e.type == NSEventTypeMouseMoved ? Qt::NoButton : cocoaButton2QtButton([e buttonNumber]); - const auto eventType = e.type == NSEventTypeMouseMoved ? QEvent::MouseMove : QEvent::MouseButtonPress; + const auto button = e.type == NSMouseMoved ? Qt::NoButton : cocoaButton2QtButton([e buttonNumber]); + const auto eventType = e.type == NSMouseMoved ? QEvent::MouseMove : QEvent::MouseButtonPress; QWindowSystemInterface::handleMouseEvent(window(), window()->mapFromGlobal(localPoint.toPoint()), localPoint, Qt::MouseButtons(uint(NSEvent.pressedMouseButtons & 0xFFFF)), button, eventType); }]; "} {"_id":"q-en-nixpkgs-78fc69e610eeb16723635b6b0a8aa92fb385b5e16a187d9f56b025a23f2e74b5","text":" { \"name\": \"gotify-ui\", \"version\": \"0.2.0\", \"private\": true, \"homepage\": \".\", \"dependencies\": { \"@material-ui/core\": \"^4.4.3\", \"@material-ui/icons\": \"^4.4.3\", \"axios\": \"^0.19.0\", \"codemirror\": \"^5.43.0\", \"detect-browser\": \"^3.0.0\", \"js-base64\": \"^2.5.1\", \"mobx\": \"^5.1.1\", \"mobx-react\": \"^5.2.8\", \"mobx-utils\": \"^5.0.2\", \"notifyjs\": \"^3.0.0\", \"prop-types\": \"^15.6.2\", \"react\": \"^16.4.2\", \"react-codemirror2\": \"^5.1.0\", \"react-dom\": \"^16.4.2\", \"react-infinite\": \"^0.13.0\", \"react-markdown\": \"^4.0.6\", \"react-router\": \"^4.3.1\", \"react-router-dom\": \"^4.3.1\", \"react-timeago\": \"^4.1.9\", \"remove-markdown\": \"^0.3.0\", \"typeface-roboto\": \"0.0.54\" }, \"scripts\": { \"start\": \"react-scripts start\", \"build\": \"react-scripts build\", \"test\": \"react-scripts test --env=node\", \"eject\": \"react-scripts eject\", \"lint\": \"tslint --project .\", \"lintfix\": \"tslint --fix --project .\", \"format\": \"prettier \"src/**/*.{ts,tsx}\" --write\", \"testformat\": \"prettier \"src/**/*.{ts,tsx}\" --list-different\" }, \"devDependencies\": { \"@types/codemirror\": \"0.0.71\", \"@types/detect-browser\": \"^2.0.1\", \"@types/get-port\": \"^4.0.0\", \"@types/jest\": \"^23.3.1\", \"@types/js-base64\": \"^2.3.1\", \"@types/node\": \"^10.9.0\", \"@types/notifyjs\": \"^3.0.0\", \"@types/puppeteer\": \"^1.6.3\", \"@types/react\": \"^16.4.11\", \"@types/react-dom\": \"^16.0.7\", \"@types/react-infinite\": \"0.0.33\", \"@types/react-router-dom\": \"^4.3.0\", \"@types/remove-markdown\": \"^0.1.1\", \"@types/rimraf\": \"^2.0.2\", \"get-port\": \"^4.0.0\", \"prettier\": \"^1.14.2\", \"puppeteer\": \"^1.8.0\", \"react-scripts\": \"3.1.1\", \"rimraf\": \"^2.6.2\", \"tree-kill\": \"^1.2.0\", \"tslint\": \"^5.20.0\", \"tslint-sonarts\": \"^1.7.0\", \"typescript\": \"3.6.2\", \"wait-on\": \"^3.0.1\" }, \"eslintConfig\": { \"extends\": \"react-app\" }, \"browserslist\": { \"production\": [ \">0.2%\", \"not dead\", \"not op_mini all\" ], \"development\": [ \"last 1 chrome version\", \"last 1 firefox version\", \"last 1 safari version\" ] } } "} {"_id":"q-en-nixpkgs-7900b4d13fd3b1312bedf4df36152d899716b573d8b290d0fa91ec813eab9e2d","text":"stdenv.mkDerivation rec { pname = \"phoronix-test-suite\"; version = \"10.8.1\"; version = \"10.8.2\"; src = fetchurl { url = \"https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz\"; sha256 = \"sha256-O1jqaUQZymCNcp+mznLtK0xRr0RHKe77zcbmcCkMqn8=\"; sha256 = \"sha256-hmgTQ9IEFYMasW72w9HDF+I0XncZJeBpiukgoDqeqrY=\"; }; buildInputs = [ php ];"} {"_id":"q-en-nixpkgs-791e0e1cd9ef62e570fe3c13e80a3a8cfacaad96b107dc4e7adf3c04c621e5f8","text":"xineramaSupport = true; xmlSupport = true; sdlSupport = true; mingwSupport = true; }; full = base.override {"} {"_id":"q-en-nixpkgs-792ec11bd1f6555e21f36025594d9752f4a394ebc06d20d88aa1e879e17dd50f","text":"buildPythonApplication rec { pname = \"protontricks\"; version = \"1.4.4\"; version = \"1.5.0\"; src = fetchFromGitHub { owner = \"Matoking\"; repo = pname; rev = version; sha256 = \"0i7p0jj7avmq3b2qlcpwcflipndrnwsvwvhc5aal7rm95aa7xhja\"; hash = \"sha256-IHgoi5VUN3ORbufkruPb6wR7pTekJFQHhhDrnjOWzWM=\"; }; patches = ["} {"_id":"q-en-nixpkgs-793092123ecac8974f9bfe45ecefaf1dc3975f9f15ac4f7e7dfee3f75ef40dec","text":"# Update the start menu for each user that is currently logged in system.userActivationScripts.plasmaSetup = activationScript; services.xserver.displayManager.setupCommands = startplasma; nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true; })"} {"_id":"q-en-nixpkgs-7979a369433d2520c74467670bffecedcc2d8918dbe4d2982aaba43100266a1d","text":"heimdall-gui = heimdall.override { enableGUI = true; }; headscale = callPackage ../servers/headscale { }; heisenbridge = callPackage ../servers/heisenbridge { }; helio-workstation = callPackage ../applications/audio/helio-workstation { };"} {"_id":"q-en-nixpkgs-79dd81556f0d315a816bb9324d5c12a1bb8fc3e8efc8ff9178e69b83b94fe36f","text":"''; postPatch = '' # The next release will have support for later yara-python releases # We have dex support enabled in yara-python substituteInPlace setup.py --replace \"yara-python==3.11.0\" \"yara-python\" --replace \"yara-python-dex>=1.0.1\" \"yara-python\" ''; pythonImportsCheck = [ \"apkid\" ]; pythonImportsCheck = [ \"apkid\" ]; meta = with lib; { description = \"Android Application Identifier\";"} {"_id":"q-en-nixpkgs-7a10169428d03f66aaadb8066ea9c9656d7ad1109fc27b5af3b10a2194d18c70","text":" import ./make-test-python.nix ({ lib, pkgs, ... }: { name = \"realm\"; meta = { maintainers = with lib.maintainers; [ ocfox ]; }; nodes.machine = { pkgs, ... }: { services.nginx = { enable = true; statusPage = true; }; # realm need DNS resolv server to run or use config.dns.nameserver services.resolved.enable = true; services.realm = { enable = true; config = { endpoints = [ { listen = \"0.0.0.0:1000\"; remote = \"127.0.0.1:80\"; } ]; }; }; }; testScript = '' machine.wait_for_unit(\"nginx.service\") machine.wait_for_unit(\"realm.service\") machine.wait_for_open_port(80) machine.wait_for_open_port(1000) machine.succeed(\"curl --fail http://localhost:1000/\") ''; }) "} {"_id":"q-en-nixpkgs-7a3f3118d01804dd7bd808d94f6587f4bcd6ef71b406f4b5a2d5cedc2fa23e57","text":"(onFullSupported \"nixos.tests.networking.networkd.dhcpSimple\") (onFullSupported \"nixos.tests.networking.networkd.link\") (onFullSupported \"nixos.tests.networking.networkd.loopback\") (onFullSupported \"nixos.tests.networking.networkd.macvlan\") # Fails nondeterministically (https://github.com/NixOS/nixpkgs/issues/96709) #(onFullSupported \"nixos.tests.networking.networkd.macvlan\") (onFullSupported \"nixos.tests.networking.networkd.privacy\") (onFullSupported \"nixos.tests.networking.networkd.routes\") (onFullSupported \"nixos.tests.networking.networkd.sit\")"} {"_id":"q-en-nixpkgs-7a74021c6e1906fd52243cab2e554f2543ed878e769464d367c969d27765620e","text":"{ stdenv, fetchurl, fetchpatch, openssl, zlib, pcre, libxml2, libxslt , gd, geoip , substituteAll, gd, geoip , withDebug ? false , withStream ? true , withMail ? false"} {"_id":"q-en-nixpkgs-7a7650e1236e78f0054012830cb6b8f76f41755d385428ec79ee9c8b8035d57d","text":"AC_SUBST(pkgpython2dir) else enable_python_library=\"no (disabled, use --enable-python-library to enable)\" diff --git a/data/dconf/Makefile.am b/data/dconf/Makefile.am index 5360f033..6d5e726f 100644 --- a/data/dconf/Makefile.am +++ b/data/dconf/Makefile.am @@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@ man_5dir = $(mandir)/man5 install-data-hook: if test -z \"$(DESTDIR)\"; then "} {"_id":"q-en-nixpkgs-7a9d02398f08a6f2035068b4021753034cd94f5ef06ac4254c68d4b78fbce6c0","text":"# Keep consul.ui for backward compatability passthru.ui = consul-ui; preBuild = '' buildFlagsArray+=(\"-ldflags\" \"-X github.com/hashicorp/consul/version.GitDescribe=v${version} -X github.com/hashicorp/consul/version.Version=${version} -X github.com/hashicorp/consul/version.VersionPrerelease=\") ''; meta = with stdenv.lib; { description = \"Tool for service discovery, monitoring and configuration\"; homepage = \"https://www.consul.io/\";"} {"_id":"q-en-nixpkgs-7aaf7fada8933414b8a1c2141af32c11305a2091cb8f29457b52f6c3ee8444f8","text":", cargo , copyDesktopItems , dbus , electron_25 , electron_26 , fetchFromGitHub , fetchpatch2 , glib"} {"_id":"q-en-nixpkgs-7ab43f1dfa07dadc7bdda0967b2b9125feb86f8360afc6d634e41cc98fe49a66","text":", cmake, ninja, curl, git, pandoc, pkg-config, unzip, zip , libGL, libGLU, freeimage, freetype, assimp , catch2, fmt, glew, miniz, tinyxml-2, xorg , qtbase, wrapQtAppsHook , qtbase, qtwayland, wrapQtAppsHook , copyDesktopItems, makeDesktopItem }: stdenv.mkDerivation rec { pname = \"TrenchBroom\"; version = \"2023.1\"; version = \"2024.1\"; src = fetchFromGitHub { owner = \"TrenchBroom\"; repo = \"TrenchBroom\"; rev = \"v${version}\"; sha256 = \"sha256-62xcFKSqxPS+J54+kLo/hewM+Wu/rVBGD8oiECDCJpA=\"; hash = \"sha256-HNK/gLbew7MKN6GVStxDb2tyMgyw2l1+dhPr6fSaZ4A=\"; fetchSubmodules = true; }; # Manually simulate a vcpkg installation so that it can link the libraries"} {"_id":"q-en-nixpkgs-7ac6f20a5855b11c8b7e3d90f68dd50c3179ca6689bb3f273cb1f15468c559b4","text":", stdenv , mkDerivation , extra-cmake-modules , fetchFromGitHub , fetchurl , kconfig , kdoctools , kguiaddons"} {"_id":"q-en-nixpkgs-7b4349e3921f195b9470f53766e8d589fa3e96191daaf19b86ba2afe4db95495","text":" { lib , stdenvNoCC , fetchurl , makeWrapper # Softnet support (\"--net-softnet\") is disabled by default as it requires # passwordless-sudo when installed through nix. Alternatively users may install # softnet through other means with \"setuid\"-bit enabled. # See https://github.com/cirruslabs/softnet#installing , enableSoftnet ? false, softnet }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"tart\"; version = \"1.6.0\"; src = fetchurl { url = \"https://github.com/cirruslabs/tart/releases/download/${finalAttrs.version}/tart.tar.gz\"; sha256 = \"1n052nwsccc3sr0jqnvhyl0six8wi46vysxjchwrdm8brnsdpf84\"; }; sourceRoot = \".\"; nativeBuildInputs = [ makeWrapper ]; installPhase = '' runHook preInstall # ./tart.app/Contents/MacOS/tart binary is required to be used in order to # trick macOS to pick tart.app/Contents/embedded.provision profile for elevated # privileges that Tart needs mkdir -p $out/bin $out/Applications cp -r tart.app $out/Applications/tart.app makeWrapper $out/Applications/tart.app/Contents/MacOS/tart $out/bin/tart --prefix PATH : ${lib.makeBinPath (lib.optional enableSoftnet softnet)} install -Dm444 LICENSE $out/share/tart/LICENSE runHook postInstall ''; meta = with lib; { description = \"macOS VMs on Apple Silicon to use in CI and other automations\"; homepage = \"https://tart.run\"; license = licenses.fairsource09; maintainers = with maintainers; [ emilytrau Enzime ]; platforms = [ \"aarch64-darwin\" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; }; }) "} {"_id":"q-en-nixpkgs-7b4db0c87cc7d735d18a8ef172d339a0eebff7227403dad6aee6389bc019b902","text":"}) ]; # fix implicit-int compile error in test code used in configure script postPatch = '' sed -i 's/^main()/int main()/' configure ''; hardeningDisable = [ \"format\" ]; outputs = [ \"out\" ] ++ lib.optional (with stdenv; buildPlatform.canExecute hostPlatform) \"dev\";"} {"_id":"q-en-nixpkgs-7b57ee30f5f947b22b4bbbddea30d235cb118ba6f9ba3e7f9ab1815a8db547dc","text":" ''; inherit (stdenv.hostPlatform.extensions) sharedLibrary; in stdenv.mkDerivation rec {"} {"_id":"q-en-nixpkgs-7b9162eed810e00f0aee1cedb2494218c1575270e17df0510f7b411ef6a8170a","text":" { lib , fetchFromSourcehut , makeWrapper , rustPlatform , wayland }: rustPlatform.buildRustPackage rec { pname = \"waylevel\"; version = \"1.0.0\"; src = fetchFromSourcehut { owner = \"~shinyzenith\"; repo = pname; rev = version; hash = \"sha256-T2gqiRcKrKsvwGNnWrxR1Ga/VX4AyllYn1H25aIKt5s=\"; }; cargoHash = \"sha256-gw5m1/btJ5zZP04C7BCnHqEOUBoeu0whK8W7xA+xSQo=\"; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [wayland]} $out/bin/waylevel ''; meta = with lib; { description = \"A tool to print wayland toplevels and other compositor info\"; homepage = \"https://git.sr.ht/~shinyzenith/waylevel\"; license = licenses.bsd2; maintainers = with maintainers; [ dit7ya ]; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-7c23e8e813f01c5e74bdda570621c08ba3d012d5e518a1f0c98c8ef57e7b65ca","text":"dfilemanager = libsForQt5.callPackage ../applications/misc/dfilemanager { }; dht = callPackage ../applications/networking/p2p/dht { }; dia = callPackage ../applications/graphics/dia { inherit (pkgs.gnome2) libart_lgpl libgnomeui; };"} {"_id":"q-en-nixpkgs-7c853656a216cb9cea84786beb86c945a9e91e814ec28d217cae7981c6fcb626","text":"BindPaths = [ \"${cfg.home}/${settingsDir}\" cfg.settings.download-dir # Transmission may need to read in the host's /run (eg. /run/systemd/resolve) # or write in its private /run (eg. /run/host). \"/run\" ] ++ optional cfg.settings.incomplete-dir-enabled cfg.settings.incomplete-dir ++"} {"_id":"q-en-nixpkgs-7ce7068db80a402d93c207a338d037ec69361436100700e0f94386c62ad6c4ce","text":"sockperf = callPackage ../tools/networking/sockperf { }; softnet = callPackage ../tools/networking/softnet { }; solaar = callPackage ../applications/misc/solaar { }; solanum = callPackage ../servers/irc/solanum {"} {"_id":"q-en-nixpkgs-7cf04779f9e5a533e9e56624ea01d1bf5b4d1d1f5ad7e1f51739df04d11ab8ce","text":"}; preBuild = '' makeFlags=\"V=1 DISABLE_JBIG=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model\" makeFlags=\"$makeFlags CUPSFILTER=$out/lib/cups/filter CUPSDRV=$out/share/cups/drv\" ''; buildInputs = [cups zlib]; buildFlags = [ \"drv\" \"all\" ]; makeFlags = [ \"DRV_ONLY=1\" ]; buildInputs = [ cups zlib jbigkit ]; meta = { description = \"CUPS drivers for SPL (Samsung Printer Language) printers\"; homepage = http://splix.sourceforge.net; platforms = stdenv.lib.platforms.linux; maintainers = [ stdenv.lib.maintainers.peti ];"} {"_id":"q-en-nixpkgs-7cffc1d85fd4c2ab3eb203d659e2b04ea835467518b46e91583745fb74e85ba7","text":"src = fetchurl { url = \"https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage\"; hash = \"sha256-33jJRMvRQxL7rPJ6VigEKcDhge46CAA0jJUOhzEyWzA=\"; hash = \"sha256-EoTFvlLsXQYZldXfEHhP3/bHygm+NdeDsf+p138mM8w\"; }; appimageContents = appimageTools.extractType2 {"} {"_id":"q-en-nixpkgs-7d1eef94c9e00415b506f5f4340426a0718d00fb708559a220f9edb26083eb5e","text":" --- ./third_party/ycmd/cpp/CMakeLists.txt +++ ./third_party/ycmd/cpp/CMakeLists.txt @@ -121,8 +121,8 @@ set( CPP11_AVAILABLE true ) endif() elseif( COMPILER_IS_CLANG ) - set( CPP11_AVAILABLE true ) - set( CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD \"c++11\" ) + #set( CPP11_AVAILABLE true ) + # set( CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD \"c++11\" ) set( CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY \"libc++\" ) endif() "} {"_id":"q-en-nixpkgs-7d6e99162c5bc2e4643b67b145d0bdc390e98a82fc824c7d5c190c5d00d16cad","text":"my $algo = $fetch->{type}; my $hash = $fetch->{hash}; my $name = $fetch->{name}; my $isPatch = $fetch->{isPatch}; if ($hash =~ /^([a-z0-9]+)-([A-Za-z0-9+/=]+)$/) { $algo = $1;"} {"_id":"q-en-nixpkgs-7d88ec004810fde6297e897cdd57c13634e015b38211f86831d461039c50c11e","text":"buildPythonPackage rec { pname = \"chex\"; # As of 2021-12-29, the latest official version has broken tests with jax 0.2.26: # `AttributeError: module 'jax.interpreters.xla' has no attribute 'xb'` version = \"unstable-2021-12-16\"; version = \"0.1.2\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"deepmind\"; repo = pname; rev = \"5adc10e0b4218f8ec775567fca38b68bbad42a3a\"; sha256 = \"00xib6zv9pwid2q7wcr109qj3fa3g3b852skz8444kw7r0qxy7z3\"; rev = \"v${version}\"; hash = \"sha256-NtZYOHByKBcKmhRaNULwaQqxfoPRmgbtJ3cFHNfy4E8=\"; }; propagatedBuildInputs = ["} {"_id":"q-en-nixpkgs-7dad9517cd34884cd3eaecc4717b3ad6eb02a6b103d1733b6066e2084d6f0482","text":"wf-recorder = callPackage ../applications/video/wf-recorder { }; whatweb = callPackage ../tools/security/whatweb { }; whipper = callPackage ../applications/audio/whipper { }; whitebophir = callPackage ../servers/web-apps/whitebophir { };"} {"_id":"q-en-nixpkgs-7db401cf47b11cf0b9cb523398beb4c0d1f5efd39e0025906d6aed2e381fd50c","text":"exit 1 fi nm -an \"$libblas\" | cut -f3 -d' ' > symbols $NM -an \"$libblas\" | cut -f3 -d' ' > symbols for symbol in ${toString blasFortranSymbols}; do grep \"^$symbol_$\" symbols || { echo \"$symbol\" was not found in \"$libblas\"; exit 1; } done"} {"_id":"q-en-nixpkgs-7db4956ed7a30785b504f3857cd290485e7e7eace9df347fa2e23a3a91a3b27f","text":"in python.pkgs.buildPythonApplication rec { pname = \"paperless-ngx\"; format = \"other\"; pyproject = false; inherit version src; postPatch = '' # pytest-xdist makes the tests flaky substituteInPlace src/setup.cfg --replace-fail \"--numprocesses auto --maxprocesses=16\" \"\" ''; nativeBuildInputs = [ gettext xorg.lndir ]; propagatedBuildInputs = with python.pkgs; [ dependencies = with python.pkgs; [ bleach channels channels-redis"} {"_id":"q-en-nixpkgs-7dd942141bbda47d56895500f76957db57f4355255ab52b2f4b4166fcb90f2a3","text":"{ lib , stdenv , mkDerivation , fetchurl , fetchFromGitHub"} {"_id":"q-en-nixpkgs-7e649406162bb10dd76a5172bbbeacb18ecc9f9856fe58ebbc5c510d5df1c947","text":"stdenv.lib.optional crossCompiling \"dev\"; setOutputFlags = false; disallowedReferences = [ stdenv.cc ]; patches = [ ] # Do not look in /usr etc. for dependencies."} {"_id":"q-en-nixpkgs-7e7e37ce2779193f8c835ff78f5e00339697ebffb667d71a547670c624201220","text":"cython grpcio-tools mypy-protobuf pythonRelaxDepsHook ]; propagatedBuildInputs = ["} {"_id":"q-en-nixpkgs-7e9e98606e0eabe6311c4e61340a40abe8680482e74e1f4543e80643c4dbaf49","text":"config = mkIf cfg.enable { services.xserver.displayManager.lightdm.enable = let dmconf = cfg.displayManager; default = !(dmconf.gdm.enable || dmconf.sddm.enable || dmconf.xpra.enable ); in mkIf (default) true; let dmConf = cfg.displayManager; default = !(dmConf.gdm.enable || dmConf.sddm.enable || dmConf.xpra.enable || dmConf.sx.enable || dmConf.startx.enable); in mkIf (default) (mkDefault true); # so that the service won't be enabled when only startx is used systemd.services.display-manager.enable = let dmConf = cfg.displayManager; noDmUsed = !(dmConf.gdm.enable || dmConf.sddm.enable || dmConf.xpra.enable || dmConf.lightdm.enable); in mkIf (noDmUsed) (mkDefault false); hardware.opengl.enable = mkDefault true;"} {"_id":"q-en-nixpkgs-7ed71fefa83b42e2e62b451b124d88fd0635c9d54d3693ccbfa9c75cc9d92909","text":"buildInputs = [ glib glib-networking # see #311066 gtk3 json-glib libappindicator"} {"_id":"q-en-nixpkgs-7f02931ff0c0a89490d5156067735c41db4ea1b2a65ea1eef7843094d31ce0c0","text":"{ # Note: do not use Hydra as a source URL. Ask a member of the # infrastructure team to mirror the job. busybox = import { url = https://hydra.nixos.org/build/112609103/download/2/busybox; sha256 = \"566a469dac214b31e4abdb0a91d32550bab1be5858d329e1b6074eef05370ca3\"; # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv7l.dist/latest # from build: https://hydra.nixos.org/build/114203060 url = \"http://tarballs.nixos.org/stdenv-linux/armv7l/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/busybox\"; # note: the following hash is different than the above hash, due to executable = true sha256 = \"18qc6w2yykh7nvhjklsqb2zb3fjh4p9r22nvmgj32jr1mjflcsjn\"; executable = true; }; bootstrapTools = import { url = https://hydra.nixos.org/build/112609103/download/1/bootstrap-tools.tar.xz; sha256 = \"79fa2d7722aeb856c7c9b62a3fd64b6d261fd6f6bcbac486f0a2a7d823210550\"; # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv7l.dist/latest # from build: https://hydra.nixos.org/build/114203060 url = \"http://tarballs.nixos.org/stdenv-linux/armv7l/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/bootstrap-tools.tar.xz\"; sha256 = \"cf2968e8085cd3e6b3e9359624060ad24d253800ede48c5338179f6e0082c443\"; }; }"} {"_id":"q-en-nixpkgs-7f477e333f823738fcdfed5a0b1bb16a1a97049488af722b098266e30f59fa45","text":", meson , ninja , systemd , enableSystemd ? true , pkg-config , docutils , doxygen"} {"_id":"q-en-nixpkgs-7f6be81d255d552547c243ff827c504b6856c007c801c4856c186e8a02704a4f","text":"}; logLevel = mkOption { type = types.enum ([ \"error\" \"warn\" \"info\" \"debug\" \"trace\" ]); type = types.enum ([ \"error\" \"warn\" \"info\" \"debug\" \"trace\" ]); default = \"info\"; example = \"debug\"; description = \"Garage log level, see for examples.\";"} {"_id":"q-en-nixpkgs-7fdde31cee52cd56c223067c9b3a1d48a89422970cfee01f4c2b927b3009d758","text":"runHook preInstall ${if stdenv.isDarwin then '' mkdir -p $out/Applications ${ if stdenv.isDarwin then '' mkdir -p $out/Applications cp -R packages/bruno-electron/out/**/Bruno.app $out/Applications/ '' else '' mkdir -p $out/opt/bruno $out/bin cp -R packages/bruno-electron/out/**/Bruno.app $out/Applications/ '' else '' mkdir -p $out/opt/bruno $out/bin cp -r packages/bruno-electron/dist/linux*-unpacked/{locales,resources{,.pak}} $out/opt/bruno cp -r packages/bruno-electron/dist/linux*-unpacked/{locales,resources{,.pak}} $out/opt/bruno makeWrapper ${lib.getExe electron} $out/bin/bruno --add-flags $out/opt/bruno/resources/app.asar --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --set-default ELECTRON_IS_DEV 0 --inherit-argv0 makeWrapper ${lib.getExe electron} $out/bin/bruno --add-flags $out/opt/bruno/resources/app.asar --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --set-default ELECTRON_IS_DEV 0 --inherit-argv0 for s in 16 32 48 64 128 256 512 1024; do size=${\"$\"}{s}x$s install -Dm644 $src/packages/bruno-electron/resources/icons/png/$size.png $out/share/icons/hicolor/$size/apps/bruno.png done ''} for s in 16 32 48 64 128 256 512 1024; do size=${\"$\"}{s}x$s install -Dm644 $src/packages/bruno-electron/resources/icons/png/$size.png $out/share/icons/hicolor/$size/apps/bruno.png done '' } runHook postInstall '';"} {"_id":"q-en-nixpkgs-7ffdd9584bd4891b0184847cd2054f7b2ed4d206a2fa1d181792a0bebcf66b43","text":"}; pygmentex = python2Packages.buildPythonApplication rec { pname = \"pygmentex\"; inherit (src) version; src = stdenv.lib.head (builtins.filter (p: p.tlType == \"run\") texlive.pygmentex.pkgs); propagatedBuildInputs = with python2Packages; [ pygments chardet ]; dontBuild = true; doCheck = false; installPhase = '' runHook preInstall install -D ./scripts/pygmentex/pygmentex.py \"$out\"/bin/pygmentex runHook postInstall ''; meta = with stdenv.lib; { homepage = https://www.ctan.org/pkg/pygmentex; description = \"Auxiliary tool for typesetting code listings in LaTeX documents using Pygments\"; longDescription = '' PygmenTeX is a Python-based LaTeX package that can be used for typesetting code listings in a LaTeX document using Pygments. Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. ''; license = licenses.lppl13c; maintainers = with maintainers; [ romildo ]; }; }; inherit biber; bibtexu = bibtex8; bibtex8 = stdenv.mkDerivation {"} {"_id":"q-en-nixpkgs-8025bc00123e5f6aa26e4d63a976445f183137f78624082d70d49762725b0209","text":"hash = \"sha256-cjmXKUGcrZ8RLDBmoS0AANpFCkVq3XsJTYkVUGnWgh4=\"; }; nativeBuildInputs = [ pkg-config python3 glib ]; nativeBuildInputs = [ copyDesktopItems pkg-config python3 glib ]; buildInputs = [ gtk2 readline ];"} {"_id":"q-en-nixpkgs-803d13c072aae407b62eeb56183f89d4cd89a3e3d0e57c1e41cf2b49a0063c5f","text":"Legacy options have been mapped to the corresponding options under under nix.settings but may be deprecated in the future. and will be deprecated when NixOS 21.11 reaches end of life. "} {"_id":"q-en-nixpkgs-8079001d183df7fe00f41225ca82a7afadc4af1e05ef734e84405d31c91266e2","text":"in stdenv.mkDerivation rec { name = \"mwprocapture-1.2.${version}-${kernel.version}\"; version = \"4177\"; name = \"mwprocapture-1.3.0.${version}-${kernel.version}\"; version = \"4236\"; src = fetchurl { url = \"http://www.magewell.com/files/drivers/ProCaptureForLinux_${version}.tar.gz\"; sha256 = \"1nf51w9yixpvr767k49sfdb9n9rv5qc72f5yki1mkghbmabw7vys\"; url = \"https://www.magewell.com/files/drivers/ProCaptureForLinux_${version}.tar.gz\"; sha256 = \"1mfgj84km276sq5i8dny1vqp2ycqpvgplrmpbqwnk230d0w3qs74\"; }; nativeBuildInputs = [ kernel.moduleBuildDependencies ]; nativeBuildInputs = kernel.moduleBuildDependencies; preConfigure = ''"} {"_id":"q-en-nixpkgs-80b331c56f3cbd61c4c2a0323e101f2089c7ba4859ff9fe6e5bf49a8a490595b","text":"postInstall = '' for f in lesspipe.sh lesscomplete; do wrapProgram \"$out/bin/$f\" --prefix-each PATH : \"${lib.makeBinPath [ file gnused procps ]}\" wrapProgram \"$out/bin/$f\" --prefix-each PATH : \"${lib.makeBinPath [ binutils file gnused procps ]}\" done '';"} {"_id":"q-en-nixpkgs-80c94089e12f07db422564fb32a9cae8e6c5393edbf41c3afb97fe634a6cc16b","text":" { lib, stdenv, fetchFromGitHub, cmake, libminc }: stdenv.mkDerivation rec { pname = \"EBTKS\"; version = \"unstable-2017-09-23\"; src = fetchFromGitHub { owner = \"BIC-MNI\"; repo = pname; rev = \"67e4e197d8a32d6462c9bdc7af44d64ebde4fb5c\"; sha256 = \"1a1qw6i47fs1izx60l1ysabpmyx9j5sjnbdv8b47wi2xcc9i3hpq\"; }; # error: use of undeclared identifier 'finite'; did you mean 'isfinite'? postPatch = '' substituteInPlace templates/EBTKS/SimpleArray.h --replace \"#define FINITE(x) finite(x)\" \"#define FINITE(x) isfinite(x)\" ''; nativeBuildInputs = [ cmake ]; buildInputs = [ libminc ]; cmakeFlags = [ \"-DLIBMINC_DIR=${libminc}/lib/cmake\" ]; meta = with lib; { homepage = \"https://github.com/BIC-MNI/${pname}\"; description = \"Library for working with MINC files\"; maintainers = with maintainers; [ bcdarwin ]; platforms = platforms.unix; license = licenses.free; }; } "} {"_id":"q-en-nixpkgs-80f63dff99749210cd3ac2f43df83bab896ce655c7a7c5f404f98b96b4cfd27a","text":"--replace-fail 'if [ \"$1\" == \"snap\" ]; then' 'exit 0; if [ \"$1\" == \"snap\" ]; then' ''; ELECTRON_SKIP_BINARY_DOWNLOAD=1; ELECTRON_SKIP_BINARY_DOWNLOAD = 1; # remove giflib dependency npmRebuildFlags = [ \"--ignore-scripts\" ]; preBuild = '' substituteInPlace node_modules/canvas/binding.gyp --replace-fail \"'with_gif%': ' dontNpmBuild = true; postBuild = ''"} {"_id":"q-en-nixpkgs-80fe6988a4d41594c67ae3195e8cc44c8f90a358f4c8273292604a535171234b","text":"wrap ${prefix}ld.bfd ${preWrap ./ld-wrapper.sh} ${binutils_bin}/bin/${prefix}ld.bfd fi export real_cc=${prefix}cc export real_cxx=${prefix}c++ # We export environment variables pointing to the wrapped nonstandard # cmds, lest some lousy configure script use those to guess compiler # version. export named_cc=${prefix}cc export named_cxx=${prefix}c++ export default_cxx_stdlib_compile=\"${default_cxx_stdlib_compile}\" if [ -e $ccPath/${prefix}gcc ]; then wrap ${prefix}gcc ${preWrap ./cc-wrapper.sh} $ccPath/${prefix}gcc ln -s ${prefix}gcc $out/bin/${prefix}cc export real_cc=${prefix}gcc export real_cxx=${prefix}g++ export named_cc=${prefix}gcc export named_cxx=${prefix}g++ elif [ -e $ccPath/clang ]; then wrap ${prefix}clang ${preWrap ./cc-wrapper.sh} $ccPath/clang ln -s ${prefix}clang $out/bin/${prefix}cc export real_cc=clang export real_cxx=clang++ export named_cc=${prefix}clang export named_cxx=${prefix}clang++ fi if [ -e $ccPath/${prefix}g++ ]; then"} {"_id":"q-en-nixpkgs-8101cea47c58d7885741b2d09eedc1ece29195b89e36ffb7cb8f2a1e7e58cd8e","text":" { poetry2nix, pkgs, lib }: { lib , python3 , fetchFromGitHub }: let pythonPackages = (poetry2nix.mkPoetryPackages { projectDir = ./.; overrides = [ poetry2nix.defaultPoetryOverrides (import ./poetry-git-overlay.nix { inherit pkgs; }) (self: super: { python3.pkgs.buildPythonApplication rec { pname = \"rmfuse\"; version = \"unstable-2021-06-06\"; rmfuse = super.rmfuse.overridePythonAttrs(old: { meta = old.meta // { description = \"RMfuse provides access to your reMarkable Cloud files in the form of a FUSE filesystem.\"; longDescription = '' RMfuse provides access to your reMarkable Cloud files in the form of a FUSE filesystem. These files are exposed either in their original format, or as PDF files that contain your annotations. This lets you manage files in the reMarkable Cloud using the same tools you use on your local system. ''; license = lib.licenses.mit; homepage = \"https://github.com/rschroll/rmfuse\"; maintainers = [ lib.maintainers.adisbladis ]; }; }); format = \"pyproject\"; reportlab = let ft = pkgs.freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; }); in super.reportlab.overridePythonAttrs(old: { postPatch = '' substituteInPlace setup.py --replace \"mif = findFile(d,'ft2build.h')\" \"mif = findFile('${lib.getDev ft}','ft2build.h')\" ''; src = fetchFromGitHub { owner = \"rschroll\"; repo = \"rmfuse\"; rev = \"3796b8610c8a965a60a417fc0bf8ea5200b71fd2\"; hash = \"sha256-W3kS6Kkmp8iWMOYFL7r1GyjSQvFotBXQCuTMK0vyHQ8=\"; }; NIX_CFLAGS_COMPILE = \"-I${pkgs.freetype}/include/freetype2\"; postPatch = '' substituteInPlace pyproject.toml --replace 'bidict = \"^' 'bidict = \">=' ''; nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.pkg-config ]; buildInputs = old.buildInputs ++ [ pkgs.freetype ]; }); nativeBuildInputs = with python3.pkgs; [ poetry-core ]; }) ]; }).python.pkgs; in pythonPackages.rmfuse propagatedBuildInputs = with python3.pkgs; [ bidict rmrl rmcl pyfuse3 xdg ]; meta = { description = \"FUSE access to the reMarkable Cloud\"; homepage = \"https://github.com/rschroll/rmfuse\"; license = lib.licenses.mit; longDescription = '' RMfuse provides access to your reMarkable Cloud files in the form of a FUSE filesystem. These files are exposed either in their original format, or as PDF files that contain your annotations. This lets you manage files in the reMarkable Cloud using the same tools you use on your local system. ''; maintainers = with lib.maintainers; [ adisbladis ]; }; } "} {"_id":"q-en-nixpkgs-811d73ef71440601b93978c6d246ca2be55c2479985782dbb5256b9a9c656575","text":"./patchinstall.sh DESTDIR=\"$PWD/..\" --all cd .. ''; }) })) // { meta = wineUnstable.meta // { description = wineUnstable.meta.description + \" (with staging patches)\"; }; } "} {"_id":"q-en-nixpkgs-8122e79af6d3450d5b5b8879f592538f6ce2b51106bc4c8a9dac9f6062143287","text":", xkeyboard_config , udisks2 , waylandSupport ? false, wayland-protocols, xwayland , bluetoothSupport ? true, bluez5 , pulseSupport ? !stdenv.isDarwin, libpulseaudio }:"} {"_id":"q-en-nixpkgs-812dd541c46dd03a4de932fd8dd3e2305ff212b37f742c97668733abd79c1d26","text":" { stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { name = \"gradle-completion-${version}\"; version = \"1.3.1\"; src = fetchFromGitHub { owner = \"gradle\"; repo = \"gradle-completion\"; rev = \"v${version}\"; sha256 = \"02vv360r78ckwc6r4xbhmy5dxz6l9ya4lq9c62zh12ciq94y9kgx\"; }; # we just move two files into $out, # this shouldn't bother Hydra. preferLocalBuild = true; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out install -Dm0644 ./_gradle $out/share/zsh/site-functions/_gradle install -Dm0644 ./gradle-completion.bash $out/share/bash-completion/completions/gradle runHook postInstall ''; meta = with stdenv.lib; { description = \"Gradle tab completion for bash and zsh\"; homepage = https://github.com/gradle/gradle-completion; license = licenses.mit; maintainers = with maintainers; [ ma27 ]; }; } "} {"_id":"q-en-nixpkgs-813679100bfbcce02cdb01b2baa532ab28c3d4b73e6d01a95a644099799471ec","text":"githubId = 84968; name = \"Florian Paul Schmidt\"; }; fptje = { email = \"fpeijnenburg@gmail.com\"; github = \"FPtje\"; githubId = 1202014; name = \"Falco Peijnenburg\"; }; fragamus = { email = \"innovative.engineer@gmail.com\"; github = \"fragamus\";"} {"_id":"q-en-nixpkgs-81428e9f636c845e9bc2b276b61ec0302587ffb947a97c5bd2c109e4b40d9f73","text":"{ stdenv, buildPythonApplication, fetchFromGitHub, isPyPy, lib , future, psutil, setuptools , defusedxml, future, psutil, setuptools # Optional dependencies: , bottle, pysnmp , hddtemp"} {"_id":"q-en-nixpkgs-819f51dfd47ae8389ba2d479acffe6aea59875c8a2a315b9a1b52d02b5667c01","text":"freeformType = settingsFormat.type; options = { source_directories = mkOption { type = nullOr (listOf str); default = null; type = listOf str; default = []; description = '' List of source directories and files to backup. Globs and tildes are expanded. Do not backslash spaces in path names."} {"_id":"q-en-nixpkgs-81cfc24b849c891fe375112f1a617616a24a00fdfacb245d9e4962f8b7032b54","text":"callHackageDirect = {pkg, ver, sha256}@args: let pkgver = \"${pkg}-${ver}\"; in self.callCabal2nix pkg (pkgs.fetchzip { url = \"http://hackage.haskell.org/package/${pkgver}/${pkgver}.tar.gz\"; url = \"mirror://hackage/${pkgver}/${pkgver}.tar.gz\"; inherit sha256; });"} {"_id":"q-en-nixpkgs-81d23eb253d61d5aa83d3795f752cc146ee950de9ac71b7e456c5209aea4ed64","text":"ln -s --force \"$emulator\" /run/${dirName}/nix-emulators/ done for helper in libexec/qemu-bridge-helper bin/qemu-pr-helper; do for helper in bin/qemu-pr-helper; do ln -s --force ${cfg.qemu.package}/$helper /run/${dirName}/nix-helpers/ done"} {"_id":"q-en-nixpkgs-82018ab0c96a0cbfeffec1e2bbdf5b33c1c3410c4ec79d4d341cf0bcbf541f0d","text":" { pkgs }: self: super: { rmfuse = super.rmfuse.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = \"https://github.com/rschroll/rmfuse.git\"; rev = \"3796b8610c8a965a60a417fc0bf8ea5200b71fd2\"; sha256 = \"03qxy95jpk741b81bd38y51d4a0vynx2y1g662bci9r6m7l14yav\"; }; } ); } "} {"_id":"q-en-nixpkgs-82258134b6dbb03443902c11294896c0320c58b2a46f4edbaaa63b574f7ad592","text":"pname = commonDerivationAttrs.pname + \"-frontend\"; nativeBuildInputs = [ wasm-pack wasm-bindgen-cli binaryen which rustc-wasm rustc-wasm.llvmPackages.lld wasm-pack wasm-bindgen-84 binaryen which rustc-wasm rustc-wasm.llvmPackages.lld ]; buildPhase = ''"} {"_id":"q-en-nixpkgs-824d51feb830bf7fd726c8b42a4db459a1ece46cc6c82e12ff37be34768b8190","text":"postPatch = lib.optionalString stdenv.isAarch64 '' substituteInPlace build/toolchain/linux/BUILD.gn --replace 'toolprefix = \"aarch64-linux-gnu-\"' 'toolprefix = \"\"' '' + lib.optionalString stdenv.isDarwin '' substituteInPlace build/config/compiler/compiler.gni --replace 'strip_absolute_paths_from_debug_symbols = true' 'strip_absolute_paths_from_debug_symbols = false' substituteInPlace build/config/compiler/BUILD.gn --replace 'current_toolchain == host_toolchain || !use_xcode_clang' 'false' ''; gnFlags = ["} {"_id":"q-en-nixpkgs-8284e9eb6f08e2fb1b9d4685802b9d912a4f5909047525af7fa2559ea780aeed","text":"echo \"Checking tor-browser wrapper ...\" TBB_HOME=$(mktemp -d) $out/bin/tor-browser --version >/dev/null runHook postBuild ''; installPhase = '' runHook preInstall # Install distribution customizations install -Dvm644 ${distributionIni} $out/share/tor-browser/distribution/distribution.ini install -Dvm644 ${policiesJson} $out/share/tor-browser/distribution/policies.json runHook postInstall ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-82a75f89c976febb379da198db9f50330049c48e839cf307e4e04abebc57501b","text":"buildInputs = [ libusb1 ]; cmakeFlags = lib.optional stdenv.isLinux \"-DINSTALL_UDEV_RULES=ON\"; cmakeFlags = lib.optional stdenv.isLinux [ \"-DINSTALL_UDEV_RULES=ON\" \"-DWITH_RPC=ON\" ]; meta = with lib; { description = \"Turns your Realtek RTL2832 based DVB dongle into a SDR receiver\";"} {"_id":"q-en-nixpkgs-82c5de430fbc8ee2b269ea6c805e09acc2f9c65cb4f99a8d2a7d65cf1cd344e6","text":"tests.mesos = callTest tests/mesos.nix {}; tests.misc = callTest tests/misc.nix {}; tests.mongodb = callTest tests/mongodb.nix {}; tests.mpd = callTest tests/mpd.nix {}; tests.mumble = callTest tests/mumble.nix {}; tests.munin = callTest tests/munin.nix {}; tests.mutableUsers = callTest tests/mutable-users.nix {};"} {"_id":"q-en-nixpkgs-82ef112c9016690e5b2bd680031fd1e1f48e5b60d495669ad151dd7f8dfb2ec2","text":"in python3.pkgs.buildPythonApplication rec { pname = \"textext\"; version = \"1.8.1\"; version = \"1.10.1\"; src = fetchFromGitHub { owner = \"textext\"; repo = \"textext\"; rev = version; sha256 = \"sha256-Qzd39X0X3DdwZ3pIIGvEbNjl6dxjDf3idzjwCkp3WRg=\"; sha256 = \"sha256-FbUfZfVOYEyQVL1YMyNwb/sIUxJ+VhevatjuJI/ocIw=\"; }; patches = ["} {"_id":"q-en-nixpkgs-82fb04ac0d6a24272dfa5960a2ac822c281fed7288d33d3d3fa6943d67a42506","text":"stdenv.mkDerivation rec { pname = \"nemo\"; version = \"5.4.2\"; version = \"5.4.3\"; # TODO: add plugins support (see https://github.com/NixOS/nixpkgs/issues/78327)"} {"_id":"q-en-nixpkgs-838d73527fcf1431b5ff9de12272e2bc6ed3876ba1d8058ea95c7b31b8ea1261","text":"fingerd_bsd = callPackage ../servers/fingerd/bsd-fingerd { }; firebird = callPackage ../servers/firebird { icu = null; /*stdenv = gcc5Stdenv;*/ }; firebirdSuper = firebird.override { icu = icu58; superServer = true; /*stdenv = gcc5Stdenv;*/ }; inherit (callPackages ../servers/firebird { }) firebird_4 firebird_3 firebird_2_5; firebird = firebird_3; freeradius = callPackage ../servers/freeradius { };"} {"_id":"q-en-nixpkgs-83ed21eea8cebed508262ee98c5e25efbe09e575aa254270e5a32653fa11e153","text":"upstreamDoc = \"See [the upstream documentation](https://github.com/jtroo/kanata/blob/main/docs/config.adoc) and [example config files](https://github.com/jtroo/kanata/tree/main/cfg_samples) for more information.\"; keyboard = { keyboard = { name, config, ... }: { options = { devices = mkOption { type = types.listOf types.str;"} {"_id":"q-en-nixpkgs-83f68b0a2c61882dc8605a87b57e7a24d282435ffbda208ccdf11c071dd8d315","text":"doCheck = true; meta = with stdenv.lib; { meta = with lib; { homepage = src.meta.homepage; description = \"ACME client that can obtain certs and extensibly update server configurations\"; platforms = platforms.unix; maintainers = [ maintainers.domenkozar ]; license = licenses.asl20; maintainers = with maintainers; [ domenkozar ]; license = with licenses; [ asl20 ]; }; }"} {"_id":"q-en-nixpkgs-844edee4cb194594dea149dd23da617fbd9997af7e4bbf9046f332db7f9c3adb","text":"ln -s $out/${executable}-c/lib-python/${if isPy3k then \"3\" else pythonVersion} $out/lib/${libPrefix} # Include a sitecustomize.py file cp ${../sitecustomize.py} $out/lib/${libPrefix}/${sitePackages}/sitecustomize.py cp ${../sitecustomize.py} $out/${if isPy38OrNewer then sitePackages else \"lib/${libPrefix}/${sitePackages}\"}/sitecustomize.py runHook postInstall '';"} {"_id":"q-en-nixpkgs-84870f5d1f1b6fbde0f85434b32307c11e18fba925a039dde0949b87ad4ffd77","text":" { stdenv, fetchurl, fetchpatch, meson, ninja, pkgconfig, yacc, xkeyboard_config, libxcb, libX11, doxygen }: { stdenv, fetchurl, meson, ninja, pkg-config, yacc, doxygen , xkeyboard_config, libxcb, libxml2 , python3 , libX11 }: stdenv.mkDerivation rec { pname = \"libxkbcommon\"; version = \"0.10.0\"; version = \"1.0.3\"; src = fetchurl { url = \"https://xkbcommon.org/download/${pname}-${version}.tar.xz\"; sha256 = \"1wmnl0hngn6vrqrya4r8hvimlkr4jag39yjprls4gyrqvh667hsp\"; sha256 = \"0lmwglj16anhpaq0h830xsl1ivknv75i4lir9bk88aq73s2jy852\"; }; outputs = [ \"out\" \"dev\" \"doc\" ]; nativeBuildInputs = [ meson ninja pkgconfig yacc doxygen ]; buildInputs = [ xkeyboard_config libxcb ]; nativeBuildInputs = [ meson ninja pkg-config yacc doxygen ]; buildInputs = [ xkeyboard_config libxcb libxml2 ]; checkInputs = [ python3 ]; mesonFlags = [ \"-Denable-wayland=false\" \"-Dxkb-config-root=${xkeyboard_config}/etc/X11/xkb\" \"-Dxkb-config-extra-path=/etc/xkb\" # default=$sysconfdir/xkb ($out/etc) \"-Dx-locale-root=${libX11.out}/share/X11/locale\" \"-Denable-wayland=false\" \"-Denable-xkbregistry=false\" # Optional, separate library (TODO: Install into extra output) ]; doCheck = false; # fails, needs unicode locale doCheck = true; preCheck = '' patchShebangs ../test/ ''; meta = with stdenv.lib; { description = \"A library to handle keyboard descriptions\"; longDescription = '' libxkbcommon is a keyboard keymap compiler and support library which processes a reduced subset of keymaps as defined by the XKB (X Keyboard Extension) specification. It also contains a module for handling Compose and dead keys. ''; # and a separate library for listing available keyboard layouts. homepage = \"https://xkbcommon.org\"; changelog = \"https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-${version}/NEWS\"; license = licenses.mit; maintainers = with maintainers; [ ttuegel ]; platforms = with platforms; unix;"} {"_id":"q-en-nixpkgs-8493a5611c857ac187c1f252a2df80d70843f8e02e8c577db68de650a1bb719e","text":"{ self, callPackage }: callPackage ./default.nix { inherit self; version = \"2.1.0-2021-05-29\"; rev = \"839fb5bd72341d8e67b6cfc2053e2acffdb75567\"; version = \"2.1.0-2021-06-25\"; rev = \"e957737650e060d5bf1c2909b741cc3dffe073ac\"; isStable = false; sha256 = \"1gyzq4n0fwah0245wazv4c43q9in1mwbk3dhh6cb1ijnjcxp2bb6\"; sha256 = \"04i7n5xdd1nci4mv2p6bv71fq5b1nkswz12hcgirsxqbnkrlbbcj\"; }"} {"_id":"q-en-nixpkgs-84a050e3b79ffc35a48d1283fda760fcb95ae5d53311ba5de218a54b767d1ae8","text":"stdenv.mkDerivation rec { pname = \"snappy\"; version = \"1.1.8\"; version = \"1.1.9\"; src = fetchFromGitHub { owner = \"google\"; repo = \"snappy\"; rev = version; sha256 = \"1j0kslq2dvxgkcxl1gakhvsa731yrcvcaipcp5k8k7ayicvkv9jv\"; sha256 = \"sha256-JXWl63KVP+CDNWIXYtz+EKqWLJbPKl3ifhr8dKAp/w8=\"; }; patches = [ ./disable-benchmark.patch ]; outputs = [ \"out\" \"dev\" ]; nativeBuildInputs = [ cmake ];"} {"_id":"q-en-nixpkgs-8508b673c3da77a55e1a1d78a3d24e4c36338a9bb2863671afe731a75456d014","text":"pinentry-bemenu = callPackage ../tools/security/pinentry-bemenu { }; pinentry-rofi = callPackage ../tools/security/pinentry-rofi { }; pingtcp = callPackage ../tools/networking/pingtcp { }; pinnwand = callPackage ../servers/pinnwand { };"} {"_id":"q-en-nixpkgs-852021dfffd6fadb38b7a54102af86836e747fbff91357b9ae15febb046d1e18","text":"pytest-httpx pytest-mock pytest-rerunfailures pytest-xdist pytestCheckHook ];"} {"_id":"q-en-nixpkgs-857bbd863d7f049b663b3f48938c312aa665239a8195ae944486a458df427f33","text":"\"treat_warnings_as_errors=false\" \"v8_enable_i18n_support=true\" \"use_gold=false\" \"use_system_xcode=true\" \"init_stack_vars=false\" # ''custom_toolchain=\"//build/toolchain/linux/unbundle:default\"'' ''host_toolchain=\"//build/toolchain/linux/unbundle:default\"'' ''v8_snapshot_toolchain=\"//build/toolchain/linux/unbundle:default\"'' ] ++ lib.optional stdenv.cc.isClang ''clang_base_path=\"${stdenv.cc}\"''; NIX_CFLAGS_COMPILE = \"-O2\"; nativeBuildInputs = [ gn ninja pkg-config python ] ++ lib.optionals stdenv.isDarwin [ xcbuild darwin.DarwinTools ]; FORCE_MAC_SDK_MIN = stdenv.targetPlatform.sdkVer or \"10.12\"; nativeBuildInputs = [ gn ninja pkg-config python ] ++ lib.optionals stdenv.isDarwin [ xcbuild darwin.DarwinTools pythonPackages.setuptools ]; buildInputs = [ glib icu ]; ninjaFlags = [ \":d8\" \"v8_monolith\" ];"} {"_id":"q-en-nixpkgs-8580c1a16a32414c223450b0c55999658356c3c00463aafc0d6d10107ff3dd2b","text":" { fetchurl, stdenv, lib, buildFHSUserEnv, appimageTools, writeShellScript, anki, undmg }: { fetchurl, stdenv, lib, buildFHSUserEnv, appimageTools, writeShellScript, anki, undmg, zstd }: let pname = \"anki-bin\"; # Update hashes for both Linux and Darwin! version = \"2.1.49\"; version = \"2.1.51\"; sources = { linux = fetchurl { url = \"https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux.tar.bz2\"; sha256 = \"sha256-uG39g9CXnquArFsxtFHWWoDaNwu8y2KKh+SqGt8aqi0=\"; url = \"https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst\"; sha256 = \"sha256-ZKVc+TvkNu5mGgibhRIuoLuIfvyoVDy+c4h+Apz9P+0=\"; }; darwin = fetchurl { url = \"https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac.dmg\"; sha256 = \"sha256-sEVWZQpICL7RYrOuPm1Y5XhzPxCwNk1WGP1rctTtE4Y=\"; # For some reason anki distributes completely separate dmg-files for the aarch64 version and the x86_64 version darwin-x86_64 = fetchurl { url = \"https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-intel-qt6.dmg\"; sha256 = \"sha256-wZMJEbcpezVAuBSKlwNTHlqjp0FfmyDB7XD6BBuJhyA=\"; }; darwin-aarch64 = fetchurl { url = \"https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg\"; sha256 = \"sha256-6RDTYKoisX5DJ9VPWrP9VH9DCABabb9MB3nG4S8jtR0=\"; }; }; unpacked = stdenv.mkDerivation { inherit pname version; nativeBuildInputs = [ zstd ]; src = sources.linux; installPhase = ''"} {"_id":"q-en-nixpkgs-8590c8bafcefd47a78dcf07f18f09538eda70bcaa6bf81d7d3ccd1a20be9d71f","text":" { stdenv, fetchurl, makeWrapper, glibc, readline, ncurses, utillinux }: { stdenv, lib, fetchurl, utillinux, makeWrapper , enableReadline ? true, readline, ncurses }: with stdenv.lib; let makeFlags = '' INCDIR=${glibc.dev}/include BINDIR=$out/bin LIBDIR=$out/lib CALC_INCDIR=$out/include/calc CALC_SHAREDIR=$out/share/calc MANDIR=$out/share/man/man1 USE_READLINE=-DUSE_READLINE READLINE_LIB=-lreadline READLINE_EXTRAS='-lhistory -lncurses' TERMCONTROL=-DUSE_TERMIOS ''; in stdenv.mkDerivation rec { name = \"calc-${version}\"; version = \"2.12.6.6\"; src = fetchurl { url = \"https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2\"; urls = [ \"https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2\" \"http://www.isthe.com/chongo/src/calc/${name}.tar.bz2\" ]; sha256 = \"03sg1xhin6qsrz82scf96mmzw8lz1yj68rhj4p4npp4s0fawc9d5\"; }; buildInputs = [ makeWrapper readline ncurses utillinux ]; configurePhase = '' sed -i 's/all: check_include/all:/' Makefile ''; buildPhase = '' make ${makeFlags} ''; installPhase = '' make install ${makeFlags} wrapProgram $out/bin/calc --prefix LD_LIBRARY_PATH : $out/lib patchPhase = '' substituteInPlace Makefile --replace 'all: check_include' 'all:' --replace '-install_name ''${LIBDIR}/libcalc''${LIB_EXT_VERSION}' '-install_name ''${T}''${LIBDIR}/libcalc''${LIB_EXT_VERSION}' --replace '-install_name ''${LIBDIR}/libcustcalc''${LIB_EXT_VERSION}' '-install_name ''${T}''${LIBDIR}/libcustcalc''${LIB_EXT_VERSION}' ''; # Hack to avoid TMPDIR in RPATHs. preFixup = ''rm -rf \"$(pwd)\" ''; meta = { buildInputs = [ utillinux makeWrapper ] ++ lib.optionals enableReadline [ readline ncurses ]; makeFlags = [ \"T=$(out)\" \"INCDIR=${lib.getDev stdenv.cc.libc}/include\" \"BINDIR=/bin\" \"LIBDIR=/lib\" \"CALC_SHAREDIR=/share/calc\" \"CALC_INCDIR=/include\" \"MANDIR=/share/man/man1\" # Handle LDFLAGS defaults in calc \"DEFAULT_LIB_INSTALL_PATH=$(out)/lib\" ] ++ lib.optionals enableReadline [ \"READLINE_LIB=-lreadline\" \"USE_READLINE=-DUSE_READLINE\" ]; meta = with lib; { description = \"C-style arbitrary precision calculator\"; homepage = http://www.isthe.com/chongo/tech/comp/calc/; license = licenses.lgpl21; maintainers = [ ]; maintainers = with maintainers; [ matthewbauer ]; platforms = platforms.all; }; }"} {"_id":"q-en-nixpkgs-85970e13ac1f0397f36ea0f30385de715ba5c7e5c1b0637191fc2c47c1fd2944","text":"sundials = callPackage ../development/libraries/sundials { }; sundials_2 = callPackage ../development/libraries/sundials/2.x.nix { python = python3; }; sutils = callPackage ../tools/misc/sutils { }; svrcore = callPackage ../development/libraries/svrcore { };"} {"_id":"q-en-nixpkgs-85bed5d84218deff94cba6111f12f30ae9f226da6dce30019db1ea4805c63a55","text":"proxy_pass_request_body off; ''; }; \"@redirectToAuth2ProxyLogin\" = { return = \"307 https://${cfg.domain}/oauth2/start?rd=$scheme://$host$request_uri\"; extraConfig = ''"} {"_id":"q-en-nixpkgs-85d42ca0e63869058fcef8d7555d3ab1a29661fe1329b78def8b4b5b4117eb1f","text":" { lib, stdenv, fetchFromGitLab, rustPlatform, pkg-config, openssl { lib, stdenv, fetchFromGitLab, fetchpatch, rustPlatform, pkg-config, openssl , installShellFiles , Security, AppKit"} {"_id":"q-en-nixpkgs-85e917277ca2efb9ffc9c24953aa786281da917d2838d1843091e02dadf907f9","text":"tinyscheme = callPackage ../development/interpreters/tinyscheme { }; tbox = callPackage ../development/libraries/tbox { }; inherit (nodePackages) typescript; bupc = callPackage ../development/compilers/bupc { };"} {"_id":"q-en-nixpkgs-85fdaea4120765df4dafcce42e3032d8ce8db2d9b555c59d30e9ba91b91f59ad","text":"}; postPatch = '' patchelf --set-rpath ${libXxf86vm}/lib lib/java3d-1.6/linux/amd64/libnativewindow_awt.so patchelf --set-rpath ${libXxf86vm}/lib lib/java3d-1.6/linux/amd64/libnativewindow_x11.so patchelf --set-rpath ${libXxf86vm}/lib lib/java3d-1.6/linux/i586/libnativewindow_awt.so patchelf --set-rpath ${libXxf86vm}/lib lib/java3d-1.6/linux/i586/libnativewindow_x11.so addAutoPatchelfSearchPath ${jre8}/lib/openjdk/jre/lib/ autoPatchelf lib # Nix cannot see the runtime references to the paths we just patched in # once they've been compressed into the .jar. Scan for and remember them # as plain text so they don't get overlooked. find . -name '*.so' | xargs strings | { grep '/nix/store' || :; } >> ./.jar-paths ''; nativeBuildInputs = [ makeWrapper unzip ]; buildInputs = [ ant jdk8 p7zip gtk3 gsettings-desktop-schemas ]; nativeBuildInputs = [ makeWrapper unzip autoPatchelfHook ]; buildInputs = [ ant jdk8 p7zip gtk3 gsettings-desktop-schemas libXxf86vm ]; buildPhase = '' runHook preBuild"} {"_id":"q-en-nixpkgs-865bba5b208d122d0c90e6b1f4c9fb85c31bdab5fa935008f826f80bfa07d29e","text":"for line in f: result = line result = re.sub( fr'^ version = \".+\"; #{variant}', f' version = \"{version}\"; #{variant}', fr'^ version = \".+\"; #{variant}', f' version = \"{version}\"; #{variant}', result) result = re.sub( fr'^ suffix = \".+\"; #{variant}', f' suffix = \"{suffix}\"; #{variant}', fr'^ suffix = \".+\"; #{variant}', f' suffix = \"{suffix}\"; #{variant}', result) result = re.sub( fr'^ sha256 = \".+\"; #{variant}', f' sha256 = \"{sha256}\"; #{variant}', fr'^ sha256 = \".+\"; #{variant}', f' sha256 = \"{sha256}\"; #{variant}', result) print(result, end='')"} {"_id":"q-en-nixpkgs-865f1e7518068563dddee61f7935098cde91a00ca5a601512b2195e88e1870c4","text":"libsecret ]; preBuild = '' # FIXME add back once upstream moves to Electron >= 26 # we use electron_26 because electron_25 is EOL /*preBuild = '' if [[ $(jq --raw-output '.devDependencies.electron' < package.json | grep -E --only-matching '^[0-9]+') != ${lib.escapeShellArg (lib.versions.major electron.version)} ]]; then echo 'ERROR: electron version mismatch' exit 1 fi ''; '';*/ postBuild = '' pushd apps/desktop"} {"_id":"q-en-nixpkgs-8666fda94481222df95cd50890f3460d5d102a5a8cf930566d5fc4868f350ffe","text":" diff --git a/networkd-dispatcher b/networkd-dispatcher index ef877ce..8c341f2 100755 --- a/networkd-dispatcher +++ b/networkd-dispatcher @@ -171,6 +171,8 @@ def check_perms(path, mode=0o755, uid=0, gid=0): if not os.path.exists(path): raise FileNotFoundError + if re.search('^/nix/store/.*', str(path)): + return True st = os.stat(path, follow_symlinks=False) st_mode = st.st_mode & 0x00FFF if st.st_uid == uid and st.st_gid == gid and st_mode == mode: "} {"_id":"q-en-nixpkgs-8673c119f032b2b3744edb3f5ca2566b5285d2aa2fe751f5551721cb785fa109","text":"let requiredPackages = map lib.lowPrio requiredPackages = map (pkg: setPrio ((pkg.meta.priority or 5) + 3) pkg) [ config.nix.package pkgs.acl pkgs.attr"} {"_id":"q-en-nixpkgs-86810727aa2289f68f9f66648843cf64f50b93c3f9cdf575ced7fbce5d575177","text":"# Rename the binary mv \"$out/bin/Pinta\" \"$out/bin/pinta\" # Copy runtime icons mkdir -p $out/share/icons/hicolor/16x16/ cp -r Pinta.Resources/icons/hicolor/16x16/* $out/share/icons/hicolor/16x16/ # Install dotnet build installer/linux/install.proj -target:Install "} {"_id":"q-en-nixpkgs-86dc169f48e9eae2fc6d7c1eb24ae84b02a5aa351bd29afb72003cd2e795e67d","text":" { lib , mkDerivation , fetchurl , extra-cmake-modules , kirigami2 , ktextwidgets , libksane , qtquickcontrols2 }: mkDerivation rec { pname = \"skanpage\"; version = \"1.0.0\"; src = fetchurl { url = \"mirror://kde/stable/skanpage/${version}/${pname}-${version}.tar.xz\"; hash = \"sha256-kPVAG64oPkKF3ztHB4V7M2xc1AcvwiHnYpMMLMQNYGA=\"; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ kirigami2 ktextwidgets libksane qtquickcontrols2 ]; meta = with lib; { description = \"KDE utility to scan images and multi-page documents\"; homepage = \"https://apps.kde.org/skanpage\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ samuelgrf ]; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-872a80ab30c90dca95e79b444fc947219d420fe9d43aee356b108ef7ba42538b","text":" diff --git a/pdf-create-empty b/pdf-create-empty index e4768af..5caf34c 100755 --- a/pdf-create-empty +++ b/pdf-create-empty @@ -20,7 +20,7 @@ def main(args): except: die('Invalid dimensions') subprocess.run([ - 'gs', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', + '@gs@', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', f'-sOutputFile={o}', '-sDEVICE=pdfwrite', f'-dDEVICEWIDTHPOINTS={w}', f'-dDEVICEHEIGHTPOINTS={h}', diff --git a/pdf-sign b/pdf-sign index 64be231..37d508d 100755 --- a/pdf-sign +++ b/pdf-sign @@ -17,7 +17,7 @@ def main(args): if args.flatten: outFile=intmp('input.pdf') subprocess.run([ - 'pdftk', filePath, + '@pdftk@', filePath, 'output', outFile, 'flatten' ], check=True) @@ -28,7 +28,7 @@ def main(args): if args.page < -pageCount or args.page==0 or pageCount < args.page: die('Page number out of range') pageNumber=Cell(args.page if 0 < args.page else pageCount+args.page+1) - pagePDF=Cell(lambda: subprocess.run(['pdftk', inputPDF(), 'cat', str(pageNumber()), 'output', intmp('page.pdf')], check=True) and intmp('page.pdf')) + pagePDF=Cell(lambda: subprocess.run(['@pdftk@', inputPDF(), 'cat', str(pageNumber()), 'output', intmp('page.pdf')], check=True) and intmp('page.pdf')) pageSize=Cell(lambda: pdfGetSize(pagePDF())) # The chosen signature if not args.signature and args.batch: @@ -52,7 +52,7 @@ def main(args): dy=h*(1-signaturePositionY())/resize - sh/2 outFile=intmp('signature-positioned.pdf') subprocess.run([ - 'gs', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', + '@gs@', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', f'-sOutputFile={outFile}', '-sDEVICE=pdfwrite', f'-dDEVICEWIDTHPOINTS={w}', f'-dDEVICEHEIGHTPOINTS={h}', '-dFIXEDMEDIA', @@ -62,7 +62,7 @@ def main(args): return outFile # The signed page signedPagePDF=Cell(lambda: subprocess.run([ - 'pdftk', + '@pdftk@', pagePDF(), 'stamp', signaturePositionedPDF(), 'output', intmp('signed-page.pdf'), @@ -80,7 +80,7 @@ def main(args): (w, h)=displaySize() outFile=intmp('display.png') subprocess.run([ - 'gs', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', + '@gs@', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', f'-sOutputFile={outFile}', '-sDEVICE=pngalpha', '-dMaxBitmap=2147483647', @@ -258,7 +258,7 @@ def main(args): if args.existing=='backup': backupFilePath=f'{signedFilePath}.backup{time.strftime(\"%Y%m%d_%H%M%S\")}' subprocess.run([ - 'mv', + '@mv@', signedFilePath, backupFilePath, ], check=True) @@ -269,7 +269,7 @@ def main(args): assert args.existing=='overwrite' pnr=pageNumber() subprocess.run([ - 'pdftk', + '@pdftk@', f'A={inputPDF()}', f'B={signedPagePDF()}', 'cat', @@ -352,10 +352,10 @@ def tkthrottle(frequency, root): return decorator def pdfCountPages(filePath): - return int(fromCmdOutput([\"pdfinfo\", filePath], \"^.*nPages: +([0-9]+)n.*$\")[1]) + return int(fromCmdOutput([\"@pdfinfo@\", filePath], \"^.*nPages: +([0-9]+)n.*$\")[1]) def pdfGetSize(filePath): - [ignored, w, h, *ignored2]=fromCmdOutput(['pdfinfo', filePath], '^.*nPage size: +([0-9.]+) x ([0-9.]+) pts( ([A-Za-z0-9]+))?n.*$') + [ignored, w, h, *ignored2]=fromCmdOutput(['@pdfinfo@', filePath], '^.*nPage size: +([0-9.]+) x ([0-9.]+) pts( ([A-Za-z0-9]+))?n.*$') return (float(w), float(h)) def m(pattern, string): "} {"_id":"q-en-nixpkgs-8752cd5c99802ead2f87646092502557e55d6e3a767632df13039a66cade6b4d","text":"# To avoid this issue, debugpy should be installed using python.withPackages: # python.withPackages (ps: with ps; [ debugpy ]) ./fix-test-pythonpath.patch # Support disabling process timeouts when set to 0 # See https://github.com/microsoft/debugpy/pull/1286 (fetchpatch { url = \"https://github.com/microsoft/debugpy/commit/1569cc8319350afcc5ba8630660f599d514ac3bb.patch\"; hash = \"sha256-v4GKLb2M20F1egAGtix9cTkSzBnvSgSSphSQST5p63w=\"; }) ] ++ lib.optionals stdenv.isLinux [ # Hard code GDB path (used to attach to process) (substituteAll {"} {"_id":"q-en-nixpkgs-877ff08c58483f26827e72fd1a56a8f954ac684bd4e0d44fd3866b205de22ebd","text":"r2mod_cli = callPackage ../games/r2mod_cli { }; r2modman = callPackage ../games/r2modman { }; racer = callPackage ../games/racer { }; randtype = callPackage ../games/randtype { };"} {"_id":"q-en-nixpkgs-87baf9a0c8eb30f2353a777f9ea9af200956a7de83261c5b9168f6c95b3415ce","text":"hashType=$NIX_HASH_ALGO hashFormat=$hashFormat format=nix skopeoCmd=\"skopeo --insecure-policy --tmpdir=$TMPDIR\" usage(){ echo >&2 \"syntax: nix-prefetch-docker [options] [IMAGE_NAME [IMAGE_TAG|IMAGE_DIGEST]]"} {"_id":"q-en-nixpkgs-87c3945d119c55f3021ef0c597946e16e5b41f784e6e142c7651cffe99dc6e93","text":"netfilterRPFilter = true; grsecurity = false; xen_dom0 = false; ia32Emulation = true; } // features) kernelPatches; intermediateNixConfig = import ./common-config.nix {"} {"_id":"q-en-nixpkgs-880f7d8c2e2d324f2a626e84f18753f265b363909496ab66a85c38dcfa89d205","text":"makeShellWrapper = makeSetupHook { deps = [ dieHook ]; substitutions = { shell = targetPackages.runtimeShell; # targetPackages.runtimeShell only exists when pkgs == targetPackages (when targetPackages is not __raw) shell = if targetPackages ? runtimeShell then targetPackages.runtimeShell else throw \"makeWrapper/makeShellWrapper must be in nativeBuildInputs\"; }; passthru = { tests = tests.makeWrapper;"} {"_id":"q-en-nixpkgs-882f5febc7d098465de013b39cfe442356b84a47c9a24f91a5f2be232e82be38","text":"{ stdenv, fetchurl, gfortran, readline, ncurses, perl, flex, texinfo, qhull , libX11, graphicsmagick, pcre, pkgconfig, mesa, fltk , libsndfile, libX11, graphicsmagick, pcre, pkgconfig, mesa, fltk , fftw, fftwSinglePrec, zlib, curl, qrupdate, openblas , qt ? null, qscintilla ? null, ghostscript ? null, llvm ? null, hdf5 ? null,glpk ? null , suitesparse ? null, gnuplot ? null, jdk ? null, python ? null"} {"_id":"q-en-nixpkgs-883345d0233cc25f692f14d82c44b290db9adcf51789464d9b2f9df6e50885e0","text":" diff --git a/src/color_dialog/src/main.ts b/src/color_dialog/src/main.ts index 9522499..9911530 100644 --- a/src/color_dialog/src/main.ts +++ b/src/color_dialog/src/main.ts @@ -1,4 +1,4 @@ -#!/usr/bin/gjs +#!/usr/bin/env gjs imports.gi.versions.Gtk = '3.0'; @@ -84,4 +84,4 @@ function launch_color_dialog() { Gtk.init(null); -launch_color_dialog() No newline at end of file +launch_color_dialog() diff --git a/src/extension.ts b/src/extension.ts index 7417c46..00d5829 100644 --- a/src/extension.ts"} {"_id":"q-en-nixpkgs-88680ee6f835634f557ab5afbcb64034dd425ba139b3d890dca29a9d8cbf2ee6","text":"owner = \"bpozdena\"; repo = \"OneDriveGUI\"; rev = \"v${version}\"; hash = \"sha256-HutziAzhIDYP8upNPieL2GNrxPBHUCVs09FFxdSqeBs=\"; hash = \"sha256-d5NAcT3x9R/2DVQKZsw4GH63nTlVFsvkWwMrb42s18s=\"; }; nativeBuildInputs = [ copyDesktopItems makeWrapper ]; nativeBuildInputs = [ copyDesktopItems makeWrapper ]; propagatedBuildInputs = with python3Packages; [ pyside6 requests ]; propagatedBuildInputs = with python3Packages; [ pyside6 requests ]; # wrap manually to avoid having a bash script in $out/bin with a .py extension dontWrapPythonPrograms = true;"} {"_id":"q-en-nixpkgs-88747464adf271ddee65e35a5a0108221590878cdc49bdfc14943df3d093f41e","text":" diff -Naur terraform.old/internal/command/init.go terraform.new/internal/command/init.go --- terraform.old/internal/command/init.go +++ terraform.new/internal/command/init.go @@ -3,6 +3,7 @@ import ( \"context\" \"fmt\" +\t\"os\" \"log\" \"strings\" @@ -55,6 +56,11 @@ var diags tfdiags.Diagnostics +\tval, ok := os.LookupEnv(\"NIX_TERRAFORM_PLUGIN_DIR\") +\tif ok { +\t\tflagPluginPath = append(flagPluginPath, val) +\t} + if len(flagPluginPath) > 0 { c.pluginPath = flagPluginPath } "} {"_id":"q-en-nixpkgs-88b9f724f8d51fa292e9e7dc0affc3daed0385a9ad086a524a18b27960cd3b39","text":"python3.pkgs.buildPythonApplication rec { pname = \"radicale\"; version = \"3.1.3\"; version = \"3.1.4\"; src = fetchFromGitHub { owner = \"Kozea\"; repo = \"Radicale\"; rev = \"v${version}\"; hash = \"sha256-a1oapCktJPvNO+MTsB9COtxSFB/ZIZvJiuqX+s+lncY=\"; hash = \"sha256-vX6lYiDqpQeWVLotyt2ODwcjskWB6EuCky3/V8m1m7Q=\"; }; postPatch = ''"} {"_id":"q-en-nixpkgs-89202971136832406b9ddcf60ee1ad6e8bdb1b8d14c6791f0de004417109dc7f","text":" # pkgs.ociTools {#sec-pkgs-ociTools} `pkgs.ociTools` is a set of functions for creating containers according to the [OCI container specification v1.0.0](https://github.com/opencontainers/runtime-spec). Beyond that it makes no assumptions about the container runner you choose to use to run the created container. ## buildContainer {#ssec-pkgs-ociTools-buildContainer} This function creates a simple OCI container that runs a single command inside of it. An OCI container consists of a `config.json` and a rootfs directory.The nix store of the container will contain all referenced dependencies of the given command. The parameters of `buildContainer` with an example value are described below: ```nix buildContainer { args = [ (with pkgs; writeScript \"run.sh\" '' #!${bash}/bin/bash exec ${bash}/bin/bash '').outPath ]; mounts = { \"/data\" = { type = \"none\"; source = \"/var/lib/mydata\"; options = [ \"bind\" ]; }; }; readonly = false; } ``` - `args` specifies a set of arguments to run inside the container. This is the only required argument for `buildContainer`. All referenced packages inside the derivation will be made available inside the container - `mounts` specifies additional mount points chosen by the user. By default only a minimal set of necessary filesystems are mounted into the container (e.g procfs, cgroupfs) - `readonly` makes the container's rootfs read-only if it is set to true. The default value is false `false`. "} {"_id":"q-en-nixpkgs-89a21e57394109e8066ed4ba7cfb9007988aef362b43014a594da4a18d6b617f","text":"owner = \"WerWolv\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-H2bnRByCUAltngmVWgPW4vW8k5AWecOAzwtBKsjbpTw=\"; hash = \"sha256-meOx8SkufXbXuBIVefr/mO9fsUi3zeQmqmf86+aDMaI=\"; }; nativeBuildInputs = [ cmake llvm python3 perl pkg-config ];"} {"_id":"q-en-nixpkgs-89d6f6f14d1558f3336fcacc8f7765a821ab3bd67ac185b78844f2e3b5d91893","text":" { lib , python3 , fetchFromGitHub }: python3.pkgs.buildPythonApplication rec { pname = \"rstfmt\"; version = \"0.0.13\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"dzhu\"; repo = \"rstfmt\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-SJRA14CfoT8XMt3hMB7cLdmuLwsJnBSwhKkD1pJvQCI=\"; }; propagatedBuildInputs = with python3.pkgs; [ black docutils sphinx ]; # Project has no unittest just sample files doCheck = false; pythonImportsCheck = [ \"rstfmt\" ]; meta = with lib; { description = \"A formatter for reStructuredText\"; homepage = \"https://github.com/dzhu/rstfmt\"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } "} {"_id":"q-en-nixpkgs-8a0601afda8e6dbf7fbad8f24ce8ce072fc34cfa3deac50e02f255a44fc19d58","text":" --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -266,18 +266,13 @@ ''' if option.endswith('dir') and os.path.isabs(value) and option not in builtin_dir_noprefix_options: - # Value must be a subdir of the prefix # commonpath will always return a path in the native format, so we # must use pathlib.PurePath to do the same conversion before # comparing. - if commonpath([value, prefix]) != str(PurePath(prefix)): - m = 'The value of the {!r} option is {!r} which must be a ' - 'subdir of the prefix {!r}.nNote that if you pass a ' - 'relative path, it is assumed to be a subdir of prefix.' - raise MesonException(m.format(option, value, prefix)) - # Convert path to be relative to prefix - skip = len(prefix) + 1 - value = value[skip:] + if commonpath([value, prefix]) == str(PurePath(prefix)): + # Convert path to be relative to prefix + skip = len(prefix) + 1 + value = value[skip:] return value def init_builtins(self, options): "} {"_id":"q-en-nixpkgs-8a712d2240ce3d3f83b2a806f3f646d2b7dc5b0e16565ff37f59464f551aa451","text":" From 74fb65a2574c93a2b20a51875a5e336f727ff4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Wed, 25 Dec 2019 18:48:38 -0300 Subject: [PATCH] Search system themes in system data dirs --- capplets/common/gtkrc-utils.c | 20 ++++++++++++-------- capplets/common/mate-theme-info.c | 18 +++++++++++------- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/capplets/common/gtkrc-utils.c b/capplets/common/gtkrc-utils.c index 011c8a1..27e01da 100644 --- a/capplets/common/gtkrc-utils.c +++ b/capplets/common/gtkrc-utils.c @@ -60,15 +60,19 @@ gchar* gtkrc_find_named(const gchar* name) if (!path) { -\t\tgchar* theme_dir = gtk_rc_get_theme_dir(); -\t\tpath = g_build_filename(theme_dir, name, subpath, NULL); -\t\tg_free(theme_dir); +\t\tconst gchar * const * dirs = g_get_system_data_dirs(); -\t\tif (!g_file_test(path, G_FILE_TEST_EXISTS)) -\t\t{ -\t\t\tg_free (path); -\t\t\tpath = NULL; -\t\t} +\t\tif (dirs != NULL) +\t\t\tfor (; !path && *dirs != NULL; ++dirs) +\t\t\t{ +\t\t\t\tpath = g_build_filename(*dirs, \"themes\", name, subpath, NULL); + +\t\t\t\tif (!g_file_test(path, G_FILE_TEST_EXISTS)) +\t\t\t\t{ +\t\t\t\t\tg_free (path); +\t\t\t\t\tpath = NULL; +\t\t\t\t} +\t\t\t} } return path; diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index 54ae3ae..a738f0b 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -1763,6 +1763,7 @@ mate_theme_color_scheme_equal (const gchar *s1, const gchar *s2) void mate_theme_init () { + const gchar * const * dirs; GFile *top_theme_dir; gchar *top_theme_dir_string; static gboolean initted = FALSE; @@ -1783,13 +1784,16 @@ mate_theme_init () theme_hash_by_uri = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); theme_hash_by_name = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); - /* Add all the toplevel theme dirs. */ - /* $datadir/themes */ - top_theme_dir_string = gtk_rc_get_theme_dir (); - top_theme_dir = g_file_new_for_path (top_theme_dir_string); - g_free (top_theme_dir_string); - add_top_theme_dir_monitor (top_theme_dir, 1, NULL); - g_object_unref (top_theme_dir); + /* Add all the toplevel theme dirs following the XDG Base Directory Specification */ + dirs = g_get_system_data_dirs (); + if (dirs != NULL) + for (; *dirs != NULL; ++dirs) { + top_theme_dir_string = g_build_filename (*dirs, \"themes\", NULL); + top_theme_dir = g_file_new_for_path (top_theme_dir_string); + g_free (top_theme_dir_string); + add_top_theme_dir_monitor (top_theme_dir, 1, NULL); + g_object_unref (top_theme_dir); + } /* ~/.themes */ top_theme_dir_string = g_build_filename (g_get_home_dir (), \".themes\", NULL); -- 2.24.1 "} {"_id":"q-en-nixpkgs-8a98d83e0d42b36dfec23063059d37aa9b45201e6efe81ab34e32f86610135e2","text":" { pkgs, lib }: { __splicedPackages, lib }: let pkgs = __splicedPackages; in rec { /* Similar to callPackageWith/callPackage, but without makeOverridable"} {"_id":"q-en-nixpkgs-8aa857d3eebb0f7aeb75f2a5fd913011600def147c0f22edf46f017632804dd6","text":"}; in python.pkgs.buildPythonApplication rec { pname = \"spotdl\"; version = \"4.1.10\"; version = \"4.1.11\"; format = \"pyproject\";"} {"_id":"q-en-nixpkgs-8ac047c248632f8a926b977b820d6f6aa4c632c75e253af5c41751c31649f5e8","text":"sources = { \"aarch64-darwin\" = fetchurl { url = \"https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip\"; hash = \"sha256-aPFKKCqjKZSz/ZX5G3RiIkLHIj89MGPp+PgFbE4vpgE=\"; hash = \"sha256-xwKNDTlghNkq36wMAKSa+reROqGwMm4dZ/Hfos1zuP4=\"; }; \"aarch64-linux\" = fetchurl { url = \"https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip\"; hash = \"sha256-u2UlimmIE2z7qsqkAbSfi7kxuOjlJGkX4RAsUGMklGc=\"; hash = \"sha256-gaquYp4q22IJHV7Fx5GxZWVFvJzU30HOmL32lkxJeQ8=\"; }; \"x86_64-darwin\" = fetchurl { url = \"https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip\"; hash = \"sha256-MO01plCsZRR+2kC2J0/VhXJIhchMfLtMFvidPNAXtB4=\"; hash = \"sha256-DPVnTzdGprjZ16kme3Y6xBognjWHt+0N/zk0J3dm8jY=\"; }; \"x86_64-linux\" = fetchurl { url = \"https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip\"; hash = \"sha256-yw17x8DmKktE5fNBF3JQdVSEXFwAotA7hCzfLcd6JoI=\"; hash = \"sha256-Er7QiWBhENTa9xhCIVqECCzexWejBwBC59u3CJKQiwc=\"; }; }; updateScript = writeShellScript \"update-bun\" ''"} {"_id":"q-en-nixpkgs-8b0446129d1ccc48daa4d2141e0d9e9b41429c710e277bb78a62260f9ae1d6d8","text":"rm ./texmf.cnf sed -e 's,texmf-dist,texmf,g' -e 's,texmf-local,texmf,g' -e \"s,$SELFAUTOLOC,$out,g\" -e \"s,$SELFAUTODIR,$out/share,g\" -e \"s,$SELFAUTOPARENT,$out/share,g\" "} {"_id":"q-en-nixpkgs-8b5560eb7660245cf79fe6fe878237573dfde6ea5f27613da8d9a8c2d7b76a3f","text":"'') plugins} ''; # Function that automatically links the default NDK plugin. linkNdkPlugin = {name, plugin, check}: lib.optionalString check '' ln -s ${plugin}/libexec/android-sdk/${name} ${name} ''; # Function that automatically links a plugin for which only one version exists linkPlugin = {name, plugin, check ? true}: lib.optionalString check ''"} {"_id":"q-en-nixpkgs-8b7c2da1b9f28b1b24989a260f63b0cea0a9dc920fe77ac02955d6a0d4c8da9b","text":" { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, perl, pythonPackages, libiconv }: { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, perl, pythonPackages, libiconv, jansson }: stdenv.mkDerivation { pname = \"universal-ctags\";"} {"_id":"q-en-nixpkgs-8b874f8ef245799e619d094f644c6118d0e617746d8d3f82c951b70b6627bf55","text":"buildInputs = [ ffmpeg qtbase qtdeclarative qtlocation qtquickcontrols2 qtwebchannel qtwebengine ]; nativeBuildInputs = [ qmake qttools ]; postPatch = lib.optionalString (ffmpeg != null) '' patches = [ ./yt-dlp-path.patch ]; postPatch = '' substituteInPlace youtube_dl.cpp --replace 'QString YoutubeDl::path = QString();' 'QString YoutubeDl::path = QString(\"${yt-dlp}/bin/yt-dlp\");' '' + lib.optionalString (ffmpeg != null) '' substituteInPlace converter_ffmpeg.cpp --replace '\"ffmpeg\"' '\"${ffmpeg.bin}/bin/ffmpeg\"' --replace '\"ffmpeg ' '\"${ffmpeg.bin}/bin/ffmpeg '"} {"_id":"q-en-nixpkgs-8b976e5a97a3dce7d5f1a7c11d372ce7d08eecb9a250e2b6a3837606ab8ced5a","text":" { stdenv, config, lib, fetchFromGitHub, cmake, libusb1, ninja, pkg-config, gcc { stdenv , config , lib , fetchFromGitHub , fetchpatch , cmake , libusb1 , ninja , pkg-config , gcc , cudaSupport ? config.cudaSupport or false, cudatoolkit , enablePython ? false, pythonPackages ? null }: , enablePython ? false, pythonPackages ? null }: assert cudaSupport -> cudatoolkit != null; assert enablePython -> pythonPackages != null;"} {"_id":"q-en-nixpkgs-8baaeac27b7c440efcca1fb9a1a16e5b05e6a633b9e8df971e2d94775200db20","text":"postInstall = '' mkdir -p $out/lib/password-store/extensions cp ${src}/import.bash $out/lib/password-store/extensions/import.bash cp import.bash $out/lib/password-store/extensions/import.bash wrapProgram $out/lib/password-store/extensions/import.bash --prefix PATH : \"${python3Packages.python.withPackages (_: propagatedBuildInputs)}/bin\" --prefix PYTHONPATH : \"$out/${python3Packages.python.sitePackages}\" --run \"export PREFIX\" cp -r ${src}/share $out/ cp -r share $out/ ''; postCheck = ''"} {"_id":"q-en-nixpkgs-8bb7cc3986840445e584dd45b5799959f84261c39ca8be2f9f0fbf0e1b0e7202","text":"BINARY = 64; TARGET = setTarget \"ATHLON\"; DYNAMIC_ARCH = setDynamicArch true; NO_AVX512 = !enableAVX512; USE_OPENMP = !stdenv.hostPlatform.isMusl; };"} {"_id":"q-en-nixpkgs-8bbf78a313451a601d17228cd4734a89faefc832976a819fd20ddea6cb9b443a","text":" { addressable = { dependencies = [\"public_suffix\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp\"; type = \"gem\"; }; version = \"2.8.0\"; }; bson = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"03n3w96vpblaxvk1qk8hq7sbsmg4nv7qdkdr8f7nfvalgpakp5i5\"; type = \"gem\"; }; version = \"4.14.1\"; }; ipaddr = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"13qd34nzpgp3fxfjbvaqg3dcnfr0cgl5vjvcqy0hfllbvfcklnbq\"; type = \"gem\"; }; version = \"1.2.4\"; }; json = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1z9grvjyfz16ag55hg522d3q4dh07hf391sf9s96npc0vfi85xkz\"; type = \"gem\"; }; version = \"2.6.1\"; }; mongo = { dependencies = [\"bson\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"19sihy8ihi3hmdg3gxbf4qvzmjnzx8xygg9534012j9z0wmhs7h1\"; type = \"gem\"; }; version = \"2.17.1\"; }; public_suffix = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1xqcgkl7bwws1qrlnmxgh8g4g9m10vg60bhlw40fplninb3ng6d9\"; type = \"gem\"; }; version = \"4.0.6\"; }; rchardet = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9\"; type = \"gem\"; }; version = \"1.8.0\"; }; } "} {"_id":"q-en-nixpkgs-8bdd24992c376a7a62c14e5f8f7ca6721c18b55bd6fc2763a25145a9ac4de282","text":"(assertMacAddress \"MACAddress\") ]; # NOTE The PrivateKey directive is missing on purpose here, please # do not add it to this list. The nix store is world-readable let's # refrain ourselves from providing a footgun. checkWireGuard = checkUnitConfig \"WireGuard\" [ (assertOnlyFields [ \"PrivateKeyFile\" \"ListenPort\" \"FwMark\" ]) (assertRange \"FwMark\" 1 4294967295) ]; # NOTE The PresharedKey directive is missing on purpose here, please # do not add it to this list. The nix store is world-readable,let's # refrain ourselves from providing a footgun. checkWireGuardPeer = checkUnitConfig \"WireGuardPeer\" [ (assertOnlyFields [ \"PublicKey\" \"PresharedKeyFile\" \"AllowedIPs\" \"Endpoint\" \"PersistentKeepalive\" ]) (assertRange \"PersistentKeepalive\" 1 65535) ]; checkVlan = checkUnitConfig \"VLAN\" [ (assertOnlyFields [\"Id\" \"GVRP\" \"MVRP\" \"LooseBinding\" \"ReorderHeader\"]) (assertRange \"Id\" 0 4094)"} {"_id":"q-en-nixpkgs-8c13fe95fa2fdf95905af83bbb426d6712d849bfcbbf76779d10f34948acb0e7","text":"index 0000000..44a7fbd --- /dev/null +++ b/dust.in @@ -0,0 +1,43 @@ @@ -0,0 +1,40 @@ +#!/usr/bin/env bash + +base_path=@basePath@ +pixie_path=@pixiePath@ +rlwrap_cmd=@rlwrapPath@ + +function set_load_path() { + load_path=\"\""} {"_id":"q-en-nixpkgs-8c1b6752529e46d4b50d4c2e763bf5507fddf6b94421c79b82208f2a7e8be84a","text":"buildPythonPackage rec { pname = \"msal-extensions\"; version = \"1.1.0\"; version = \"1.2.0\"; pyproject = true; disabled = pythonOlder \"3.7\";"} {"_id":"q-en-nixpkgs-8c802bdef2c114e0922d01a4470482d1c06c2e9762e1d296d0bc661cbe6f6543","text":" { lib , stdenv , fetchFromGitHub , substituteAll , python3 , ghostscript , coreutils , pdftk , poppler_utils }: let python-env = python3.withPackages (ps: with ps; [ tkinter ]); in stdenv.mkDerivation { pname = \"pdf-sign\"; version = \"unstable-2023-08-08\"; src = fetchFromGitHub { owner = \"svenssonaxel\"; repo = \"pdf-sign\"; rev = \"98742c6b12ebe2ca3ba375c695f43b52fe38b362\"; hash = \"sha256-5GRk0T1iLqmvWI8zvZE3OWEHPS0/zN/Ie9brjZiFpqc=\"; }; patches = [ (substituteAll { src = ./use-nix-paths.patch; gs = \"${ghostscript}/bin/gs\"; mv = \"${coreutils}/bin/mv\"; pdftk = \"${pdftk}/bin/pdftk\"; pdfinfo = \"${poppler_utils}/bin/pdfinfo\"; }) ]; buildInputs = [ python-env ]; installPhase = '' runHook preInstall mkdir -p $out/bin cp pdf-sign pdf-create-empty $out/bin patchShebangs $out/bin runHook postInstall ''; meta = { description = \"A tool to visually sign PDF files\"; homepage = \"https://github.com/svenssonaxel/pdf-sign\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ tomasajt ]; platforms = lib.platforms.unix; }; } "} {"_id":"q-en-nixpkgs-8c9502efd13cd81f98a6c293b8392fa0eb928891a18d8bb3e4e0168e93d59adb","text":"sha256 = \"0a8c7j4w784w441j3j3bh640vy1g6g214641qv485wyi0xj49anf\"; }; # Build of golang.org/x/tools/gopls fails with: # can't load package: package golang.org/x/tools/gopls: unknown import path \"golang.org/x/tools/gopls\": cannot find module providing package golang.org/x/tools/gopls # That is most probably caused by golang.org/x/tools/gopls containing a separate Go module. # In order to fix this, we simply remove the module. # Note that build of golang.org/x/tools/cmd/gopls provides identical binary as golang.org/x/tools/gopls. # See https://github.com/NixOS/nixpkgs/pull/64335. # The gopls folder contains a Go submodule which causes a build failure. # Given that, we can't have the gopls binary be part of the gotools # derivation. # # The attribute \"gopls\" provides the gopls binary. # # Related # # * https://github.com/NixOS/nixpkgs/pull/85868 # * https://github.com/NixOS/nixpkgs/issues/88716 postPatch = '' rm -rf gopls '';"} {"_id":"q-en-nixpkgs-8d4464667ebd83a045a2e09aec255e8dfc924679302dac66db51469d3214a785","text":" { lib , stdenv , autoPatchelfHook , boost , cmake , copyDesktopItems , imagemagick , fetchpatch , fetchzip , killall , libjpeg , libpng , libtiff , libtool , libusb1 , makeDesktopItem , qtbase , wrapQtAppsHook , withGui ? true , withNonFreePlugins ? false }: let pname = \"epsonscan2\"; description = \"Epson Scan 2 scanner driver for many modern Epson scanners and multifunction printers\"; version = \"6.7.61.0\"; system = stdenv.hostPlatform.system; src = fetchzip { url = \"https://download3.ebz.epson.net/dsc/f/03/00/14/53/67/1a6447b4acc5568dfd970feba0518fabea35bca2/epsonscan2-${version}-1.src.tar.gz\"; hash = \"sha256-xwvdgmV6Mrs1RC18U2mA+HlTYybeYb0V5lz5hCvC7+8=\"; }; bundle = { \"i686-linux\" = fetchzip { name = \"${pname}-bundle\"; url = \"https://download3.ebz.epson.net/dsc/f/03/00/14/53/69/3151031c0fb4deea3f48781fd051411b983ccee4/epsonscan2-bundle-${version}.i686.deb.tar.gz\"; hash = \"sha256-nq3Nqunt8aMcCf7U7JBYrVscvrhhcwcn8RlhYXLmC2c=\"; }; \"x86_64-linux\" = fetchzip { name = \"${pname}-bundle\"; url = \"https://download3.ebz.epson.net/dsc/f/03/00/14/53/68/a5e06101ba3f328dd747888e3dddebbb677bb8c8/epsonscan2-bundle-${version}.x86_64.deb.tar.gz\"; hash = \"sha256-cFx54CKkZtvhZ5ABuBwB8+IzhT2lu8D3+GZFaMuWf3Y=\"; }; }.\"${system}\" or (throw \"Unsupported system: ${system}\"); in stdenv.mkDerivation { inherit pname src version; patches = [ ./build.patch (fetchpatch { url = \"https://github.com/flathub/net.epson.epsonscan2/raw/master/patches/epsonscan2-crash.patch\"; hash = \"sha256-srMxlFfnZuJ3ed5veFcJIiZuW27F/3xOS0yr4ywn4FI=\"; }) (fetchpatch { url = \"https://raw.githubusercontent.com/flathub/net.epson.epsonscan2/master/patches/epsonscan2-oob-container.patch\"; hash = \"sha256-FhXZT0bIBYwdFow2USRJl8Q7j2eqpq98Hh0lHFQlUQY=\"; }) (fetchpatch { url = \"https://raw.githubusercontent.com/flathub/net.epson.epsonscan2/master/patches/epsonscan2-xdg-open.patch\"; hash = \"sha256-4ih3vZjPwWiiAxKfpLIwbbsk1K2oXSuxGbT5PVwfUsc=\"; }) ]; postPatch = '' substituteInPlace src/Controller/Src/Scanner/Engine.cpp --replace '@KILLALL@' ${killall}/bin/killall substituteInPlace src/Controller/Src/Filter/GetOrientation.cpp --replace '@OCR_ENGINE_GETROTATE@' $out/libexec/epsonscan2-ocr/ocr-engine-getrotate ''; nativeBuildInputs = [ cmake ] ++ lib.optionals withGui [ imagemagick # to make icons wrapQtAppsHook ] ++ lib.optionals withNonFreePlugins [ autoPatchelfHook ]; buildInputs = [ boost libjpeg libpng libtiff libusb1 ] ++ lib.optionals withGui [ copyDesktopItems qtbase ] ++ lib.optionals withNonFreePlugins [ libtool.lib ]; cmakeFlags = [ \"-DCMAKE_BUILD_TYPE=Release\" # The non-free (Debian) packages uses this directory structure so do the same when compiling # from source so we can easily merge them. \"-DCMAKE_INSTALL_LIBDIR=lib/${system}-gnu\" ] ++ lib.optionals (!withGui) [ \"-DNO_GUI=ON\" ]; postInstall = '' # But when we put all the libraries in lib/${system}-gnu, then SANE can't find the # required libraries so create a symlink to where it expects them to be. mkdir -p $out/lib/sane for file in $out/lib/${system}-gnu/sane/*.so.*; do ln -s $file $out/lib/sane/ done '' + lib.optionalString withGui '' # The icon file extension is .ico but it's actually a png! mkdir -p $out/share/icons/hicolor/{48x48,128x128}/apps convert $src/Resources/Icons/escan2_app.ico -resize 48x48 $out/share/icons/hicolor/48x48/apps/epsonscan2.png convert $src/Resources/Icons/escan2_app.ico -resize 128x128 $out/share/icons/hicolor/128x128/apps/epsonscan2.png '' + lib.optionalString withNonFreePlugins '' ar xf ${bundle}/plugins/epsonscan2-non-free-plugin_*.deb tar Jxf data.tar.xz cp -r usr/* $out ''; desktopItems = lib.optionals withGui [ (makeDesktopItem { name = pname; exec = \"epsonscan2\"; icon = \"epsonscan2\"; desktopName = \"Epson Scan 2\"; genericName = \"Epson Scan 2\"; comment = description; categories = [ \"Graphics\" \"Scanning\" ]; }) ]; meta = { inherit description; longDescription = '' Epson Scan 2 scanner driver including optional non-free plugins such as OCR and network scanning. To use the SANE backend: hardware.sane.extraBackends = [ pkgs.epsonscan2 ]; Overrides can be used to customise this package. For example, to enable non-free plugins and disable the Epson GUI: pkgs.epsonscan2.override { withNonFreePlugins = true; withGui = false; } ''; homepage = \"https://support.epson.net/linux/en/epsonscan2.php\"; platforms = [ \"i686-linux\" \"x86_64-linux\" ]; sourceProvenance = with lib.sourceTypes; [ fromSource ] ++ lib.optionals withNonFreePlugins [ binaryNativeCode ]; license = with lib.licenses; if withNonFreePlugins then unfree else lgpl21Plus; maintainers = with lib.maintainers; [ james-atkins ]; }; } "} {"_id":"q-en-nixpkgs-8d5f6428faa3b4dd033b11245eb4d8533f7635db50c4cf1d87ed69e72b3a7906","text":"hostKeyAlgorithms = mkOption { type = types.listOf types.str; default = [ \"+ssh-dss\" ]; default = []; example = [ \"ssh-ed25519\" \"ssh-rsa\" ]; description = '' Specifies the host key algorithms that the client wants to use in order of preference."} {"_id":"q-en-nixpkgs-8d725e826344feed7b27f0417ffa09d6c7a87268d4ff49a9b1f4554bdd326527","text":"{ lib, fetchurl, makeDesktopItem, ffmpeg , qmake, qttools, mkDerivation , qtbase, qtdeclarative, qtlocation, qtquickcontrols2, qtwebchannel, qtwebengine , yt-dlp }: mkDerivation rec {"} {"_id":"q-en-nixpkgs-8ddb9ac9ac2b632b40846db36d10c1900d801f8f466ea3d5bfa3baddab9d2b39","text":"acpica-tools = callPackage ../tools/system/acpica-tools { }; amdgpu_top = callPackage ../tools/system/amdgpu_top { }; acquire = with python3Packages; toPythonApplication acquire; act = callPackage ../development/tools/misc/act { };"} {"_id":"q-en-nixpkgs-8ddf6249d2bd7be6758e825038224e73a4cc4d0391db6096d7b76818a33b932a","text":"HOME=$(mktemp -d) py.test --pyargs borg.testsuite ''; # 63 failures, needs pytest-benchmark # 64 failures, needs pytest-benchmark doCheck = false; meta = with stdenv.lib; {"} {"_id":"q-en-nixpkgs-8e88b2e1a2c6f88491ebe82b4dd6fcf091a0a7348fb36deea6ecf5650f63ec4a","text":"}; buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11 graphicsmagick pcre pkgconfig mesa fltk zlib curl openblas graphicsmagick pcre pkgconfig mesa fltk zlib curl openblas libsndfile fftw fftwSinglePrec qrupdate ] ++ (stdenv.lib.optional (qt != null) qt) ++ (stdenv.lib.optional (qscintilla != null) qscintilla)"} {"_id":"q-en-nixpkgs-8ebff7d68b945388d2a9fbe0342509476a881ec0082aec5d4364e782cab9ed6b","text":", libiconv ? null, ncurses , enableDwarf ? !stdenv.targetPlatform.isDarwin && !stdenv.targetPlatform.isWindows, elfutils # for DWARF support , useLLVM ? !stdenv.targetPlatform.isx86 , # LLVM is conceptually a run-time-only depedendency, but for # non-x86, we need LLVM to bootstrap later stages, so it becomes a"} {"_id":"q-en-nixpkgs-8f2d8f0f9618c6d40e210c75e2454e44c3dd1a7f318ef50f65be144e9b906f0b","text":"strongswan-swanctl = handleTest ./strongswan-swanctl.nix {}; stunnel = handleTest ./stunnel.nix {}; sudo = handleTest ./sudo.nix {}; swap-file-btrfs = handleTest ./swap-file-btrfs.nix {}; swap-partition = handleTest ./swap-partition.nix {}; sway = handleTest ./sway.nix {}; switchTest = handleTest ./switch-test.nix {};"} {"_id":"q-en-nixpkgs-8f2fabd8a995e1d4ddb75a3598f57cd870442015fea9dcfef45a7c75e6e1bf78","text":"owner = \"deepmind\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-qvKMeGPiWXvvyV+GZdTWdsC6Wp08AmP8nDtWk7sZtqM=\"; hash = \"sha256-qvKMeGPiWXvvyV+GZdTWdsC6Wp08AmP8nDtWk7sZtqM=\"; }; propagatedBuildInputs = ["} {"_id":"q-en-nixpkgs-8f34f2a50fea6c144ba8f1a763701968bfc4254845b9414317e11dd11394e056","text":"xwayland = callPackage ../servers/x11/xorg/xwayland.nix { }; xwaylandvideobridge = libsForQt5.callPackage ../tools/wayland/xwaylandvideobridge { }; yaws = callPackage ../servers/http/yaws { }; youtrack = callPackage ../servers/jetbrains/youtrack.nix { };"} {"_id":"q-en-nixpkgs-8f5ac3ed0e90197ee4d14d1b2066b9a193166684176cdf1155a1c854b67694fc","text":"meta = { buildDocsInSandbox = false; maintainers = with lib.maintainers; [ lom SuperSandro2000 ]; maintainers = with lib.maintainers; [ SuperSandro2000 ]; }; }"} {"_id":"q-en-nixpkgs-8f723f7e754c1b13d022e496ca8006ed479f6cad7a265d1f82d49645b51b64e6","text":" { lib , stdenv , fetchFromGitHub , emptyDirectory , writeText , makeBinaryWrapper , gradle , jdk21 , llvmPackages }: let gradleInit = writeText \"init.gradle\" '' logger.lifecycle 'Replacing Maven repositories with empty directory...' gradle.projectsLoaded { rootProject.allprojects { buildscript { repositories { clear() maven { url '${emptyDirectory}' } } } repositories { clear() maven { url '${emptyDirectory}' } } } } settingsEvaluated { settings -> settings.pluginManagement { repositories { maven { url '${emptyDirectory}' } } } } ''; in stdenv.mkDerivation { pname = \"jextract\"; version = \"unstable-2023-11-27\"; src = fetchFromGitHub { owner = \"openjdk\"; repo = \"jextract\"; rev = \"8730fcf05c229d035b0db52ee6bd82622e9d03e9\"; # Update jextract 21 with latest fixes hash = \"sha256-Wct/yx5C0EjDtDyXNYDH5LRmrfq7islXbPVIGBR6x5Y=\"; }; nativeBuildInputs = [ gradle makeBinaryWrapper ]; env = { ORG_GRADLE_PROJECT_llvm_home = llvmPackages.libclang.lib; ORG_GRADLE_PROJECT_jdk21_home = jdk21; }; buildPhase = '' runHook preBuild export GRADLE_USER_HOME=$(mktemp -d) gradle --console plain --init-script \"${gradleInit}\" assemble runHook postBuild ''; doCheck = true; checkPhase = '' runHook preCheck gradle --console plain --init-script \"${gradleInit}\" verify runHook postCheck ''; installPhase = '' runHook preInstall mkdir -p $out/opt/ cp -r ./build/jextract $out/opt/jextract makeBinaryWrapper \"$out/opt/jextract/bin/jextract\" \"$out/bin/jextract\" runHook postInstall ''; meta = with lib; { description = \"A tool which mechanically generates Java bindings from a native library headers\"; mainProgram = \"jextract\"; homepage = \"https://github.com/openjdk/jextract\"; platforms = jdk21.meta.platforms; license = licenses.gpl2Only; maintainers = with maintainers; [ sharzy ]; }; } "} {"_id":"q-en-nixpkgs-8fa90891c757ed76a4a2e2e352baf502918fa4cf4055666514f2ee6b242c2643","text":", rfc3987 , ruamel-yaml , setuptools-scm , libfdt }: buildPythonPackage rec { pname = \"dtschema\"; version = \"2022.01\"; version = \"2022.12\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\";"} {"_id":"q-en-nixpkgs-8fc47e2226f69487c09ab34027b3485b2da65d1a089200bfb794a1dd4defecbf","text":" { lib , stdenv , fetchFromGitHub , makeWrapper , makeDesktopItem , copyDesktopItems , SDL2 , bzip2 , cmake , fluidsynth , game-music-emu , gtk3 , imagemagick , libGL , libjpeg , libsndfile , libvpx , libwebp , mpg123 , ninja , openal , pkg-config , vulkan-loader , zlib , zmusic }: stdenv.mkDerivation rec { pname = \"gzdoom\"; version = \"4.12.2\"; src = fetchFromGitHub { owner = \"ZDoom\"; repo = \"gzdoom\"; rev = \"g${version}\"; fetchSubmodules = true; hash = \"sha256-taie1Iod3pXvuxxBC7AArmtndkIV0Di9mtJoPvPkioo=\"; }; outputs = [ \"out\" \"doc\" ]; nativeBuildInputs = [ cmake copyDesktopItems imagemagick makeWrapper ninja pkg-config ]; buildInputs = [ SDL2 bzip2 fluidsynth game-music-emu gtk3 libGL libjpeg libsndfile libvpx libwebp mpg123 openal vulkan-loader zlib zmusic ]; postPatch = '' substituteInPlace tools/updaterevision/UpdateRevision.cmake --replace \"ret_var(Tag)\" \"ret_var(\"${src.rev}\")\" --replace \"ret_var(Timestamp)\" \"ret_var(\"1970-00-00 00:00:00 +0000\")\" --replace \"ret_var(Hash)\" \"ret_var(\"${src.rev}\")\" ''; cmakeFlags = [ \"-DDYN_GTK=OFF\" \"-DDYN_OPENAL=OFF\" ]; desktopItems = [ (makeDesktopItem { name = \"gzdoom\"; exec = \"gzdoom\"; desktopName = \"GZDoom\"; comment = meta.description; icon = \"gzdoom\"; categories = [ \"Game\" ]; }) ]; postInstall = '' mv $out/bin/gzdoom $out/share/games/doom/gzdoom makeWrapper $out/share/games/doom/gzdoom $out/bin/gzdoom for size in 16 24 32 48 64 128; do mkdir -p $out/share/icons/hicolor/\"$size\"x\"$size\"/apps convert -background none -resize \"$size\"x\"$size\" $src/src/win32/icon1.ico -flatten $out/share/icons/hicolor/\"$size\"x\"$size\"/apps/gzdoom.png done; ''; meta = with lib; { homepage = \"https://github.com/ZDoom/gzdoom\"; description = \"Modder-friendly OpenGL and Vulkan source port based on the DOOM engine\"; mainProgram = \"gzdoom\"; longDescription = '' GZDoom is a feature centric port for all DOOM engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities. ''; license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = with maintainers; [ azahi lassulus ]; }; } "} {"_id":"q-en-nixpkgs-8fdcc78806709c8f115a09bf84e6601c9baa4d4b5d70a5ee93908302de31637f","text":"]; qtWrapperArgs = [ \"--prefix PATH ':' ${lib.makeBinPath [ \"--prefix PATH : ${lib.makeBinPath [ cdrdao cdrtools dvdplusrwtools"} {"_id":"q-en-nixpkgs-8fe4ddeea5cb3c3d15e7863db4dce9f7c37313a0f28861aa3c94eb74f725dc9c","text":"freepats = callPackage ../data/misc/freepats { }; game-devices-udev-rules = callPackage ../os-specific/linux/game-devices-udev-rules { }; garamond-libre = callPackage ../data/fonts/garamond-libre { }; g15daemon = callPackage ../os-specific/linux/g15daemon { };"} {"_id":"q-en-nixpkgs-903648bcf68f86c99c3a97ad6caf6ca1cc5a39af0ddd01c1295250c1e8827eb8","text":"dontUnpack = true; nativeBuildInputs = [ copyDesktopItems makeWrapper ]; nativeBuildInputs = [ copyDesktopItems makeWrapper ]; installPhase = let runtimeLibraries = [ libglvnd libpulseaudio udev xorg.libXxf86vm ] ++ lib.optional gamemodeSupport gamemode.lib ++ lib.optional textToSpeechSupport flite ++ additionalLibs; runtimeLibraries = [ libglvnd libpulseaudio udev xorg.libX11 xorg.libXcursor xorg.libXxf86vm ] ++ lib.optional gamemodeSupport gamemode.lib ++ lib.optional textToSpeechSupport flite ++ additionalLibs; in '' runHook preInstall"} {"_id":"q-en-nixpkgs-9047ef1018f0a4e0115c66714bd7eaa7542d5e50a87f76141a955f7c2b8cff63","text":"mandoc = callPackage ../tools/misc/mandoc { }; mangohud = callPackage ../tools/graphics/mangohud/combined.nix { libXNVCtrl = linuxPackages.nvidia_x11.settings.libXNVCtrl; }; manix = callPackage ../tools/nix/manix { inherit (darwin.apple_sdk.frameworks) Security; };"} {"_id":"q-en-nixpkgs-9052264399a6a0f64cf1e8e90b6e9f932bc37a839fdfe4d3ad7b033bea596cc6","text":"buildInputs = [ acl attr e2fsprogs libuuid lzo python3 zlib zstd ] ++ lib.optionals stdenv.hostPlatform.isGnu [ udev ]; # for python cross-compiling _PYTHON_HOST_PLATFORM = stdenv.hostPlatform.config; # gcc bug with -O1 on ARM with gcc 4.8 # This should be fine on all platforms so apply universally postPatch = \"sed -i s/-O1/-O2/ configure\";"} {"_id":"q-en-nixpkgs-907a2b1ae37dc1e5fdb38ef32a8c1237ce670541dd24ecf9326b6474ff16efbd","text":"{ lib, stdenv, fetchFromGitHub, cmake, makeWrapper, perlPackages, libminc, EBTKS }: libminc, ebtks }: stdenv.mkDerivation rec { pname = \"inormalize\";"} {"_id":"q-en-nixpkgs-9096ddd302ef270ebe105141e74347fd5e46de0ed35d16b0ed16ff7a0f159930","text":", lilv , makeFontsConf , nixosTests , withValgrind ? lib.meta.availableOn stdenv.hostPlatform valgrind , valgrind , libcameraSupport ? true , libcamera , libdrm , gstreamerSupport ? true , gst_all_1 , ffmpegSupport ? true , ffmpeg , bluezSupport ? true , bluez , sbc , libfreeaptx , liblc3 , fdk_aac , libopus , ldacbtSupport ? bluezSupport && lib.meta.availableOn stdenv.hostPlatform ldacbt , ldacbt , nativeHspSupport ? true , nativeHfpSupport ? true , nativeModemManagerSupport ? true , modemmanager , ofonoSupport ? true , hsphfpdSupport ? true , pulseTunnelSupport ? true , libpulseaudio , zeroconfSupport ? true , avahi , raopSupport ? true , openssl , opusSupport ? true , rocSupport ? true , roc-toolkit , x11Support ? true , libcanberra , xorg , mysofaSupport ? true , libmysofa , ffadoSupport ? x11Support && lib.systems.equals stdenv.buildPlatform stdenv.hostPlatform , ffado , libselinux }: # Bluetooth codec only makes sense if general bluetooth enabled assert ldacbtSupport -> bluezSupport; stdenv.mkDerivation(finalAttrs: { pname = \"pipewire\"; version = \"1.2.1\";"} {"_id":"q-en-nixpkgs-90fd711c087e130237dcd290d413031e186a1f8f52cb426200967ab9159e2e51","text":"testScript = {nodes, ...}: let caDomain = nodes.acme.config.test-support.acme.caDomain; newServerSystem = nodes.webserver.config.system.build.toplevel; switchToNewServer = \"${newServerSystem}/bin/switch-to-configuration test\"; in"} {"_id":"q-en-nixpkgs-911af7ac60b46c541eb5fedeba4225231b949b4dd2fb2cf34bb0217fa33dc81a","text":"nativeBuildInputs = [ fakeroot ] ++ optionals enableFakechroot [ fakechroot # for chroot coreutils # fakechroot needs getopt, which is provided by util-linux util-linux proot ]; postBuild = '' mv $out old_out (cd old_out; eval \"$extraCommands\" ) mkdir $out ${optionalString enableFakechroot '' export FAKECHROOT_EXCLUDE_PATH=/dev:/proc:/sys:${builtins.storeDir}:$out/layer.tar ''} ${optionalString enableFakechroot ''fakechroot chroot $PWD/old_out ''}fakeroot bash -c ' ${optionalString enableFakechroot ''proot -r $PWD/old_out ${bind-paths} --pwd=/ ''}fakeroot bash -c ' source $stdenv/setup ${optionalString (!enableFakechroot) ''cd old_out''} eval \"$fakeRootCommands\""} {"_id":"q-en-nixpkgs-912583c617d80e0ffdb312bed7b10e752265c4c82acc331fc057127a12e1ac63","text":"dotnetFixupHook() { echo \"Executing dotnetFixupPhase\" if [ \"${executables-}\" ]; then # check if executables is declared (including empty values, in which case we generate no executables) if declare -p executables &>/dev/null; then for executable in ${executables[@]}; do path=\"${installPath-$out/lib/$pname}/$executable\""} {"_id":"q-en-nixpkgs-915e04dfe655e3b469c5c71517c3f4d5f0b79165656a8aaa3e1d71886bd1df6c","text":"libPath = filter (pkgs.path + \"/lib\"); pkgsLibPath = filter (pkgs.path + \"/pkgs/pkgs-lib\"); nixosPath = filter (pkgs.path + \"/nixos\"); modules = map (p: ''\"${removePrefix \"${modulesPath}/\" (toString p)}\"'') docModules.lazy; modules = \"[ \" + concatMapStringsSep \" \" (p: ''\"${removePrefix \"${modulesPath}/\" (toString p)}\"'') docModules.lazy + \" ]\"; passAsFile = [ \"modules\" ]; } '' export NIX_STORE_DIR=$TMPDIR/store export NIX_STATE_DIR=$TMPDIR/state"} {"_id":"q-en-nixpkgs-916d7457569c2442003edc41604c495e4b121dfe035a475ec075fff969e9c803","text":" { lib, stdenv, fetchurl, pkg-config, glib, python3, gtk2, readline }: { lib, stdenv, fetchurl, pkg-config, glib, python3, gtk2, readline, copyDesktopItems, makeDesktopItem }: stdenv.mkDerivation rec { pname = \"gnubg\";"} {"_id":"q-en-nixpkgs-91785907df0474f97458ef95dc3fae4a442e79e6022a7b8182db898ec9a9b788","text":"dontWrapPythonPrograms = true; installPhase = '' make install DESTDIR=$out PREFIX= USE_SYSTEMD=0 USE_NFTABLES=1 make install PREFIX=$out USE_SYSTEMD=0 USE_NFTABLES=1 wrapProgram $out/lib/waydroid/data/scripts/waydroid-net.sh --prefix PATH \":\" ${lib.makeBinPath [ dnsmasq getent iproute2 nftables ]}"} {"_id":"q-en-nixpkgs-917931734e03255e935ca741971a19ddcfbeac5c6f2a185664c3807bd75e8a2b","text":"libpath = with xorg; stdenv.lib.makeLibraryPath [ libX11 libXext libXcursor libXrandr libXxf86vm libpulseaudio ]; in stdenv.mkDerivation rec { name = \"multimc-${version}\"; version = \"0.6.2\"; # Current release as of 2018-06-23 (v0.6.2) breaks under Qt 5.11—see # https://github.com/NixOS/nixpkgs/issues/42387 version = \"unstable-2018-06-04\"; src = fetchFromGitHub { owner = \"MultiMC\"; repo = \"MultiMC5\"; rev = version; sha256 = \"07jrr6si8nzfqwf073zhgw47y6snib23ad3imh1ik1nn5r7wqy3c\"; rev = \"19bb50b872da2702b8e0b65f3f7b6b54c1c5b071\"; sha256 = \"01frkk2klm1axr7ywnj23ikxn5pkgj8q6w8vqbslsvmh8bni8rk0\"; fetchSubmodules = true; }; nativeBuildInputs = [ cmake file makeWrapper ];"} {"_id":"q-en-nixpkgs-918bf38e6a060683b0f232c152e9db96fd647cca5c52c24b792ab0073785844c","text":"fractal = callPackage ../applications/networking/instant-messengers/fractal { }; fragments = callPackage ../applications/networking/p2p/fragments { }; freecad = libsForQt5.callPackage ../applications/graphics/freecad { inherit (python3Packages) GitPython"} {"_id":"q-en-nixpkgs-919f299943e603e02301dc0bb07aa817f8b4ae3e72e1523c11c15033a0fe732f","text":"else if isString v then v else if true == v then \"true\" else if false == v then \"false\" else if isSecret v then v._secret else if isSecret v then hashString \"sha256\" v._secret else throw \"unsupported type ${typeOf v}: ${(lib.generators.toPretty {}) v}\"; }; }; secretPaths = lib.mapAttrsToList (_: v: v._secret) (lib.filterAttrs (_: isSecret) cfg.config); mkSecretReplacement = file: '' replace-secret ${escapeShellArgs [ file file \"${cfg.dataDir}/.env\" ]} replace-secret ${escapeShellArgs [ (builtins.hashString \"sha256\" file) file \"${cfg.dataDir}/.env\" ]} ''; secretReplacements = lib.concatMapStrings mkSecretReplacement secretPaths; filteredConfig = lib.converge (lib.filterAttrsRecursive (_: v: ! elem v [ {} null ])) cfg.config;"} {"_id":"q-en-nixpkgs-91b37d4d2626823a657ef0fa74852e56d7a703ed77dfe35a775feab27f62d6fb","text":"SysVirt = buildPerlModule rec { pname = \"Sys-Virt\"; version = \"8.4.0\"; version = \"8.5.0\"; src = fetchFromGitLab { owner = \"libvirt\"; repo = \"libvirt-perl\"; rev = \"v${version}\"; sha256 = \"sha256-nw9KG3dO0Oxre2NVp+4Z+kgIluU5j1xOu8grZJRXhik=\"; sha256 = \"sha256-VuM4rPrG15vXnF5e1MBSGB76zLI+8nkSiJmwWg8aJgE=\"; }; nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];"} {"_id":"q-en-nixpkgs-91c16f7257313138e142964ea75692ee2b7b0a46ff36279acfda50b0612a72d2","text":" { buildGoModule , cairo , fetchFromGitHub , gdk-pixbuf , glib , gobject-introspection , graphene , gtk4 , lib , pango , pkg-config }: buildGoModule rec { pname = \"gtkcord4\"; version = \"0.0.6\"; src = fetchFromGitHub { owner = \"diamondburned\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-uEG1pAHMQT+C/E5rKByflvL0NNkC8SeSPMAXanzvhE4=\"; }; nativeBuildInputs = [ gobject-introspection pkg-config ]; buildInputs = [ cairo gdk-pixbuf glib graphene gtk4 pango ]; vendorHash = \"sha256-QZSjSk1xu5ZcrNEra5TxnUVvlQWb5/h31fm5Nc7WMoI=\"; meta = with lib; { description = \"GTK4 Discord client in Go, attempt #4.\"; homepage = \"https://github.com/diamondburned/gtkcord4\"; license = licenses.gpl3Only; maintainers = with maintainers; [ urandom ]; }; } "} {"_id":"q-en-nixpkgs-9212a381f129e9766739bf6f09802848137b5546cf9ec7fe6be8027ec7d59f2e","text":"fi EXTRA_DIST = diff --git a/setup/ibus-setup.in b/setup/ibus-setup.in index 474ce8a8..ee30808e 100644 --- a/setup/ibus-setup.in +++ b/setup/ibus-setup.in @@ -27,5 +27,5 @@ @@ -27,5 +27,5 @@ export IBUS_PREFIX=@prefix@ export IBUS_DATAROOTDIR=@datarootdir@ export IBUS_LOCALEDIR=@localedir@ export IBUS_LIBEXECDIR=${libexecdir} -exec ${PYTHON:-@PYTHON@} @prefix@/share/ibus/setup/main.py $@ +exec @pythonInterpreter@ @prefix@/share/ibus/setup/main.py $@ -exec ${PYTHON:-@PYTHON@} @prefix@/share/ibus/setup/main.py \"$@\" +exec @pythonInterpreter@ @prefix@/share/ibus/setup/main.py \"$@\" "} {"_id":"q-en-nixpkgs-9235839cdf3739139c50fa6629cf378a2eefa739341a6d02435956bd16e30451","text":"odin = callPackage ../development/compilers/odin { inherit (pkgs.darwin.apple_sdk_11_0) MacOSX-SDK; inherit (pkgs.darwin.apple_sdk_11_0.frameworks) Security; llvmPackages = llvmPackages_18; }; odp-dpdk = callPackage ../os-specific/linux/odp-dpdk { };"} {"_id":"q-en-nixpkgs-9259a1d167415311efb55ade995001e3a81a0d1874926acde8d8957542a0d508","text":" { stdenv, lib, buildPythonPackage, fetchFromGitHub, setuptools, bitmath, bpylist2, click, mako, more-itertools, objexplore, packaging, pathvalidate, pip, ptpython, pytimeparse2, pyyaml, requests, rich-theme-manager, rich, shortuuid, strpdatetime, tenacity, textx, toml, wrapt, wurlitzer, xdg-base-dirs, pytestCheckHook, pytest-mock, }: buildPythonPackage rec { pname = \"osxphotos\"; version = \"0.68.2\"; pyproject = true; src = fetchFromGitHub { owner = \"RhetTbull\"; repo = \"osxphotos\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-iPeidbPoF0AG6TJDWloXwpwzJ4oWEglKVLp2yywnyZs=\"; }; build-system = [ setuptools ]; dependencies = [ bitmath bpylist2 click mako more-itertools objexplore packaging pathvalidate pip ptpython pytimeparse2 pyyaml requests rich-theme-manager rich shortuuid strpdatetime tenacity textx toml wrapt wurlitzer xdg-base-dirs ]; pythonRelaxDeps = [ \"mako\" \"more-itertools\" \"objexplore\" \"textx\" ]; pythonImportsCheck = [ \"osxphotos\" ]; nativeCheckInputs = [ pytestCheckHook pytest-mock ]; preCheck = '' export HOME=$(mktemp -d) ''; disabledTestPaths = [ \"tests/test_comments.py\" ]; disabledTests = [ \"test_iphoto_info\" \"test_from_to_date_tz\" \"test_function_url\" \"test_get_local_tz\" \"test_datetime_naive_to_local\" \"test_from_to_date_tz\" \"test_query_from_to_date_alt_location\" \"test_query_function_url\" ]; meta = { description = \"Export photos from Apple's macOS Photos app and query the Photos library database to access metadata about images\"; homepage = \"https://github.com/RhetTbull/osxphotos\"; changelog = \"https://github.com/RhetTbull/osxphotos/blob/${src.rev}/CHANGELOG.md\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sigmanificient ]; broken = stdenv.isDarwin; }; } "} {"_id":"q-en-nixpkgs-9266f66e109cbb46ce0ca3f7bc4b98b202bbc7e187deb10ec1f6d0d5b555ed21","text":" { stdenv, buildPythonPackage, fetchFromGitHub, six, hypothesis, mock { stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch, six, hypothesis, mock , python-Levenshtein, pytest }: buildPythonPackage rec {"} {"_id":"q-en-nixpkgs-92f46d72388dd79deb665981de7c3eff25ed093909b6db61a364c7c8379488dd","text":"cp -R \"usr/share\" \"$out/share\" chmod -R g-w \"$out\" # Wrap the startup command makeBinaryWrapper $out/opt/GoofCord/goofcord $out/bin/goofcord # use makeShellWrapper (instead of the makeBinaryWrapper provided by wrapGAppsHook3) for proper shell variable expansion # see https://github.com/NixOS/nixpkgs/issues/172583 makeShellWrapper $out/opt/GoofCord/goofcord $out/bin/goofcord \"''${gappsWrapperArgs[@]}\" --prefix XDG_DATA_DIRS : \"${gtk3}/share/gsettings-schemas/${gtk3.name}/\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer}}\" "} {"_id":"q-en-nixpkgs-934373d8cd73b1ebee98fa49e119b03f73f8476751639e07fa065a639dab0935","text":"postInstall = let includedLibs = [ \"base\" \"contrib\" \"network\" \"prelude\" ]; name = \"${pname}-${version}\"; packagePaths = builtins.map (l: \"$out/${name}/\" + l) includedLibs; packagePaths = builtins.map (l: \"$out/${name}/${l}-${version}\") includedLibs; additionalIdris2Paths = builtins.concatStringsSep \":\" packagePaths; in '' # Remove existing idris2 wrapper that sets incorrect LD_LIBRARY_PATH"} {"_id":"q-en-nixpkgs-935bd7e731372ab15ff3cd6aa842f6b6a2c0c2c9caea09043e1b062061a2367e","text":"*x-nixos.autoresize*) if [ \"$fsType\" = ext2 -o \"$fsType\" = ext3 -o \"$fsType\" = ext4 ]; then echo \"resizing $device...\" e2fsck -fp \"$device\" resize2fs \"$device\" fi ;;"} {"_id":"q-en-nixpkgs-93a31d8da39fee5e24f952e38dfb4a39b8cd5ab0a5264d70bb2377a436b26a40","text":"]; cmakeFlags = [ \"-DGLSLANG_INSTALL_DIR=${localGlslang}\" \"-DSPIRV_HEADERS_INSTALL_DIR=${localSpirvHeaders}\" \"-DGLSLANG_INSTALL_DIR=${glslang}\" \"-DSPIRV_HEADERS_INSTALL_DIR=${spirv-headers}\" \"-DROBIN_HOOD_HASHING_INSTALL_DIR=${robin-hood-hashing}\" \"-DBUILD_LAYER_SUPPORT_FILES=ON\" # Hide dev warnings that are useless for packaging"} {"_id":"q-en-nixpkgs-93c8d7b01c45d7f152fd2eaf6cb5ac0e4a1bc24b2c313c4e0d29b11404690b22","text":" { lib { stdenv , lib , buildPythonPackage , fetchFromGitHub , isPy27"} {"_id":"q-en-nixpkgs-93e52e868f15ce2b912b82393c39f74426408c84d619bf1d48e8d28781062abf","text":"''; }; # Allow DSA keys for now. (These were deprecated in OpenSSH 7.0.) pubkeyAcceptedKeyTypes = mkOption { type = types.listOf types.str; default = [ \"+ssh-dss\" ]; default = []; example = [ \"ssh-ed25519\" \"ssh-rsa\" ]; description = '' Specifies the key types that will be used for public key authentication."} {"_id":"q-en-nixpkgs-9410fa782252f0b7d079386230ca782190d6aba205b616a8c852f6e7802764df","text":"# https://docs.nvidia.com/dgx/pdf/dgx-os-5-user-guide.pdf \"char-nvidiactl\" \"char-nvidia-caps\" \"char-nvidia-frontend\" \"char-nvidia-uvm\" # ROCm \"char-drm\""} {"_id":"q-en-nixpkgs-9436fb20d8d9aeb4b2bc18f2deba703fc4faaf8ce3f0ea9c343422d296aa4a99","text":" { lib, pkgs, erlang }: { lib, __splicedPackages, erlang }: let pkgs = __splicedPackages; inherit (lib) makeExtensible; lib' = pkgs.callPackage ./lib.nix { };"} {"_id":"q-en-nixpkgs-9443b994dd73346ab341fd03414e50936a345687862b770acf7390ffa3026c93","text":" diff --git a/bin/rocprofv2 b/bin/rocprofv2 index 92f7489..8839d4d 100755 --- a/bin/rocprofv2 +++ b/bin/rocprofv2 @@ -2,7 +2,8 @@ set -eo pipefail CURRENT_DIR=\"$(dirname -- \"$0\")\" ROCPROFV2_DIR=$(dirname -- $(realpath ${BASH_SOURCE[0]})) -ROCM_DIR=$(dirname -- \"$ROCPROFV2_DIR\") +ROCPROFILER_DIR=$(dirname -- \"$ROCPROFV2_DIR\") +ROCM_DIR=@rocmtoolkit_merged@ PLUGIN_LIST=(\"ctf\" \"perfetto\" \"file\" \"att\") RUN_FROM_BUILD=0 if [[ $ROCPROFV2_DIR == *\"/build\"* ]]; then @@ -10,7 +11,7 @@ if [[ $ROCPROFV2_DIR == *\"/build\"* ]]; then ROCM_DIR=$ROCPROFV2_DIR fi -export ROCPROFILER_METRICS_PATH=$ROCM_DIR/libexec/rocprofiler/counters/derived_counters.xml +export ROCPROFILER_METRICS_PATH=$ROCPROFILER_DIR/libexec/rocprofiler/counters/derived_counters.xml export LD_LIBRARY_PATH=$ROCM_DIR/lib:$LD_LIBRARY_PATH usage() { @@ -70,8 +71,8 @@ while [ 1 ]; do exit 1 fi elif [[ \"$1\" = \"--list-counters\" ]]; then - export LD_PRELOAD=$LD_PRELOAD:$ROCM_DIR/lib/rocprofiler/librocprofiler_tool.so - eval $ROCM_DIR/libexec/rocprofiler/ctrl + export LD_PRELOAD=$LD_PRELOAD:$ROCPROFILER_DIR/lib/rocprofiler/librocprofiler_tool.so + eval $ROCPROFILER_DIR/libexec/rocprofiler/ctrl exit 1 elif [[ \"$1\" = \"-i\" || \"$1\" = \"--input\" ]]; then if [ $2 ] && [ -n $2 ] && [ -r $2 ]; then @@ -171,7 +172,7 @@ while [ 1 ]; do if [ $RUN_FROM_BUILD == 1 ]; then ATT_PATH=$ROCM_DIR/plugin/att/att/att.py else - ATT_PATH=$ROCM_DIR/libexec/rocprofiler/att/att.py + ATT_PATH=$ROCPROFILER_DIR/libexec/rocprofiler/att/att.py export ROCPROFV2_ATT_LIB_PATH=$ROCM_DIR/lib/hsa-amd-aqlprofile/librocprofv2_att.so fi ATT_ARGV=$3 @@ -236,13 +237,13 @@ if [ -n \"$PMC_LINES\" ] && [ ! -n \"$ATT_ARGV\" ]; then export OUTPUT_PATH=$FINAL_PATH fi let COUNTER=COUNTER+1 - LD_PRELOAD=$LD_PRELOAD:$ROCM_DIR/lib/rocprofiler/librocprofiler_tool.so $* + LD_PRELOAD=$LD_PRELOAD:$ROCPROFILER_DIR/lib/rocprofiler/librocprofiler_tool.so $* if [ -n \"$OUTPUT_PATH\" ]; then echo -e \"nThe output path for the following counters: $OUTPUT_PATH\" fi done else - LD_PRELOAD=$LD_PRELOAD:$ROCM_DIR/lib/rocprofiler/librocprofiler_tool.so $* + LD_PRELOAD=$LD_PRELOAD:$ROCPROFILER_DIR/lib/rocprofiler/librocprofiler_tool.so $* fi get_pmc_results_txt_path() { diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index c1a3daa..bc868a5 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -24,16 +24,17 @@ time_stamp=`date +%y%m%d_%H%M%S` BIN_DIR=$(dirname $(realpath ${BASH_SOURCE[0]})) -ROOT_DIR=$(dirname $BIN_DIR) +ROCPROFILER_DIR=$(dirname $BIN_DIR) +ROOT_DIR=@rocmtoolkit_merged@ RUN_DIR=`pwd` TMP_DIR=\"/tmp\" DATA_DIR=\"rpl_data_${time_stamp}_$$\" -RPL_PATH=$ROOT_DIR/lib +RPL_PATH=$ROCPROFILER_DIR/lib TLIB_PATH=$RPL_PATH/rocprofiler TTLIB_PATH=$ROOT_DIR/lib/roctracer ROCM_LIB_PATH=$ROOT_DIR/lib -PROF_BIN_DIR=$ROOT_DIR/libexec/rocprofiler +PROF_BIN_DIR=$ROCPROFILER_DIR/libexec/rocprofiler if [ -z \"$ROCP_PYTHON_VERSION\" ] ; then ROCP_PYTHON_VERSION=python3 @@ -73,7 +74,7 @@ export ROCP_METRICS=$TLIB_PATH/metrics.xml # Disable AQL-profile read API export AQLPROFILE_READ_API=0 # ROC Profiler package path -export ROCP_PACKAGE_DIR=$ROOT_DIR +export ROCP_PACKAGE_DIR=$ROCPROFILER_DIR # enabled SPM KFD mode export ROCP_SPM_KFD_MODE=1 @@ -350,7 +351,7 @@ convert_time_val() { ################################################################################################ # main -echo \"RPL: on '$time_stamp' from '$ROOT_DIR' in '$RUN_DIR'\" +echo \"RPL: on '$time_stamp' from '$ROCPROFILER_DIR' in '$RUN_DIR'\" # Parsing arguments if [ -z \"$1\" ] ; then usage @@ -557,7 +558,7 @@ elif [ \"$input_type\" = \"txt\" -o \"$input_type\" = \"none\" ] ; then else echo \"\" > $RES_DIR/input.xml fi - input_list=`/bin/ls $RES_DIR/input*.xml` + input_list=`ls $RES_DIR/input*.xml` export ROCPROFILER_SESS=$RES_DIR else fatal \"Bad input file type '$INPUT_FILE'\" "} {"_id":"q-en-nixpkgs-9446d608ae11b7aa933f9ac82610b4d242cbea63e8a455eae382c7bab2b07408","text":", stdenv , fetchFromGitHub , rocmUpdateScript , symlinkJoin , substituteAll , cmake , clang , clr , rocm-core , rocm-thunk , rocm-device-libs , roctracer , rocdbgapi , rocm-smi , hsa-amd-aqlprofile-bin , numactl"} {"_id":"q-en-nixpkgs-945d301be8deb2f0f1d9342902301c4b06f03715bb05ec3c0cbc93871acfb4f3","text":"license = licenses.unfreeRedistributable; maintainers = with maintainers; [ MP2E ]; platforms = platforms.linux; broken = kernel.kernelOlder \"3.2.0\"; }; }"} {"_id":"q-en-nixpkgs-949974808c3646426fc312b4361fe6e498882f4d9362b4a524df5784429469f0","text":"forgejo = handleTest ./forgejo.nix { }; freenet = handleTest ./freenet.nix {}; freeswitch = handleTest ./freeswitch.nix {}; freetube = discoverTests (import ./freetube.nix); freshrss-sqlite = handleTest ./freshrss-sqlite.nix {}; freshrss-pgsql = handleTest ./freshrss-pgsql.nix {}; frigate = handleTest ./frigate.nix {};"} {"_id":"q-en-nixpkgs-94aee79569e2f5013f6dbecf287dd2f15249a14d7ed663892176ab5c166ff830","text":"\"-DMZ_OPENSSL=ON\" \"-DMZ_BUILD_TESTS=${if finalAttrs.doCheck then \"ON\" else \"OFF\"}\" \"-DMZ_BUILD_UNIT_TESTS=${if finalAttrs.doCheck then \"ON\" else \"OFF\"}\" \"-DMZ_LIB_SUFFIX='-ng'\" ] ++ lib.optionals stdenv.isDarwin [ # missing header file \"-DMZ_LIBCOMP=OFF\""} {"_id":"q-en-nixpkgs-94cc7124501dc176eac018eb2480dbcae17253f5f403e6f386b4743928af4d7f","text":"homepage = \"https://github.com/electron/electron\"; license = licenses.mit; maintainers = with maintainers; [ travisbhartwell manveru prusnak ]; platforms = [ \"x86_64-darwin\" \"x86_64-linux\" \"i686-linux\" \"armv7l-linux\" \"aarch64-linux\" ] ++ optionals (versionAtLeast version \"11.0.0\") [ \"aarch64-darwin\" ]; platforms = [ \"x86_64-darwin\" \"x86_64-linux\" \"armv7l-linux\" \"aarch64-linux\" ] ++ optionals (versionAtLeast version \"11.0.0\") [ \"aarch64-darwin\" ] ++ optionals (versionOlder version \"19.0.0\") [ \"i686-linux\" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; knownVulnerabilities = optional (versionOlder version \"15.0.0\") \"Electron version ${version} is EOL\"; };"} {"_id":"q-en-nixpkgs-94cf79588656b5a68abfdea54a2723c5fe10ce027930bb15b9db0d2ddfe555dc","text":"// Insist on using IPC for communicating with Tor // // Defaults to creating $TBB_HOME/TorBrowser/Data/Tor/{socks,control}.socket // Defaults to creating $XDG_RUNTIME_DIR/Tor/{socks,control}.socket lockPref(\"extensions.torlauncher.control_port_use_ipc\", true); lockPref(\"extensions.torlauncher.socks_port_use_ipc\", true);"} {"_id":"q-en-nixpkgs-94e6310db416f773041ac977e094b10690c8949f007f5aa548301da168b392d4","text":"cde-gtk-theme = throw \"cde-gtk-theme has been removed from nixpkgs as it shipped with python2 scripts that didn't work anymore\"; # Added 2022-01-12 cgmanager = throw \"cgmanager was deprecated by lxc and therefore removed from nixpkgs\"; # Added 2020-06-05 checkbashism = throw \"'checkbashism' has been renamed to/replaced by 'checkbashisms'\"; # Converted to throw 2022-02-22 chefdk = throw \"chefdk has been removed due to being deprecated upstream by Chef Workstation\"; # Added 2023-03-22 chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27 chronos = throw \"chronos has been removed from nixpkgs, as it was unmaintained\"; # Added 2020-08-15 chunkwm = throw \"chunkwm has been removed: abandoned by upstream\"; # Added 2022-01-07"} {"_id":"q-en-nixpkgs-94ea49d8861ec498043efc7f5b91cfa73ddde861ada040aab464abb37d204211","text":"installPhase = '' mkdir -p $out/bin cp git-open $out/bin mv git-open $out/bin installManPage git-open.1 wrapProgram $out/bin/git-open --prefix PATH : \"${lib.makeBinPath [ git gnugrep ]}\" --prefix PATH : \"${lib.makeBinPath [ gnugrep ]}\" --suffix PATH : \"${lib.makeBinPath [ xdg-utils ]}\" '';"} {"_id":"q-en-nixpkgs-95024bf375e504b16918bdca481119651c9d367777241aeba5ac50bae348d5b2","text":"defaultBuildInputs = extraBuildInputs; stdenv = (stdenv-overridable argsStdenv); # The stdenv that we are producing. stdenv = in derivation ( lib.optionalAttrs (allowedRequisites != null) { allowedRequisites = allowedRequisites"} {"_id":"q-en-nixpkgs-952e81bd5088ec5ae389b2b44d5125e630f252a7b3abe5c7185e33e7c3bfbc13","text":"++ optionals (versionAtLeast version \"11.0.0\") [ \"aarch64-darwin\" ] ++ optionals (versionOlder version \"19.0.0\") [ \"i686-linux\" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; knownVulnerabilities = optional (versionOlder version \"15.0.0\") \"Electron version ${version} is EOL\"; knownVulnerabilities = optional (versionOlder version \"18.0.0\") \"Electron version ${version} is EOL\"; }; fetcher = vers: tag: hash: fetchurl {"} {"_id":"q-en-nixpkgs-9532e32c847752908c395d23103fc09fb3ae7df7a866fca9064bae0b20612845","text":"# TODO(@Ericson2314): Build bionic libc from source bionic = if stdenv.hostPlatform.useAndroidPrebuilt then pkgs.\"androidndkPkgs_${stdenv.hostPlatform.androidNdkVer}\".libraries then pkgs.\"androidndkPkgs_${stdenv.hostPlatform.androidNdkVersion}\".libraries else callPackage ../os-specific/linux/bionic-prebuilt { }; boolstuff = callPackage ../development/libraries/boolstuff { };"} {"_id":"q-en-nixpkgs-95641ddaab2df9a806186954a9cf7d75f577c68ef43a4d3256dd3c9013fcca45","text":"buildPythonPackage rec { pname = \"pex\"; version = \"2.1.137\"; version = \"2.1.141\"; format = \"flit\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; hash = \"sha256-ywzmz2R1fdW6TzTEYHq0hfeQnmwkzUecoozlIgXw7es=\"; hash = \"sha256-EsIurZNgWslUciz5Pc2hj2F4tAJ8hQydRWnVIWdryDc=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-9577ba9708eebdd0a3735e209e14e531a4ef485b1d5f9daf081e1fbc636c0298","text":"python2Full = python2.override{x11Support=true;}; python27Full = python27.override{x11Support=true;}; python3Full = python3.override{x11Support=true;}; python35Full = python35.override{x11Support=true;}; python36Full = python36.override{x11Support=true;}; python37Full = python37.override{x11Support=true;}; python38Full = python38.override{x11Support=true;};"} {"_id":"q-en-nixpkgs-95c0000283f94900c4c1eeda5c0331ba65d3ce21c9db7e3869b983cbea9eea4c","text":" { stdenv , lib , fetchFromGitHub , pkg-config , autoreconfHook , autoconf-archive , guile , texinfo , rofi }: stdenv.mkDerivation rec { pname = \"pinentry-rofi\"; version = \"2.0.3\"; src = fetchFromGitHub { owner = \"plattfot\"; repo = pname; rev = version; sha256 = \"sha256-EzbeMAhdn9SuSmE+aMHeyuje3s74isIKRDTrFO3bX04=\"; }; nativeBuildInputs = [ autoconf-archive autoreconfHook pkg-config texinfo ]; buildInputs = [ guile ]; propagatedBuildInputs = [ rofi ]; meta = with lib; { description = \"Rofi frontend to pinentry\"; homepage = \"https://github.com/plattfot/pinentry-rofi\"; license = licenses.gpl3Plus; platforms = platforms.unix; maintainers = with maintainers; [ seqizz ]; }; } "} {"_id":"q-en-nixpkgs-96145328a2ee0e24e2b38706c8538412738ab1ec6201c391ab0fe8f0c7c2aa4a","text":"owner = \"OctoPrint\"; repo = \"OctoPrint\"; rev = version; hash = \"sha256-SYN/BrcukHMDwk70XGu/pO45fSPr/KOEyd4wxtz2Fo0=\"; hash = \"sha256-71uE8JvcS++xH8WSVWj5x0+9s3XIwf3A64c6YtxpSRc=\"; }; propagatedBuildInputs = with self; ["} {"_id":"q-en-nixpkgs-9643b91a569b22a418b0f43147da9497cee8dd79a4a62d97922385da7a6264b4","text":"LDFLAGS = \"-Wl,-rpath,${placeholder \"out\"}/lib/${binaryName}\"; }; # workaround for clang statically linking against libstdc++ NIX_LDFLAGS = lib.optionals stdenv.cc.isGNU [ \"-L${stdenv.cc.cc.lib}/lib\" ]; # tests were disabled in configureFlags doCheck = false;"} {"_id":"q-en-nixpkgs-965a14ff1683213e3b08b91cc50b1e2c1cde99b404788d333b19d2e95f918823","text":"{ stdenv, fetchurl, libgpgerror, gnupg, pkgconfig, glib, pth, libassuan , file, which, ncurses , autoreconfHook , autoreconfHook, fetchpatch , git , texinfo , qtbase ? null"} {"_id":"q-en-nixpkgs-96a9ae77c650ccd7d303d1c3f020cb1d0817b6a7538acd599512737aec14ef67","text":" { lib { stdenv , lib , buildPythonPackage , fetchpatch , fetchPypi"} {"_id":"q-en-nixpkgs-96de39ba351a4f063bdef73a2b6c1e7e04cfe8ee9fe5735f284d2c56357acfca","text":"gsound gtk3 json-glib libsoup libsoup # referenced in js/ui/environment.js libstartup_notification libXtst libXdamage"} {"_id":"q-en-nixpkgs-9739a5d31a66ef8744bd5986c38b0e4b704f5c4027b994f121b67ef349185e8c","text":"with stdenv.lib; stdenv.mkDerivation rec { name = \"corosync-2.4.3\"; pname = \"corosync\"; version = \"2.4.5\"; src = fetchurl { url = \"http://build.clusterlabs.org/corosync/releases/${name}.tar.gz\"; sha256 = \"15y5la04qn2lh1gabyifygzpa4dx3ndk5yhmaf7azxyjx0if9rxi\"; url = \"http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz\"; sha256 = \"0pxs18vci9kq3qnqsg5i1h35jrxxiccwbm0mzja3g8j3izdsyvmb\"; }; nativeBuildInputs = [ makeWrapper pkgconfig ];"} {"_id":"q-en-nixpkgs-975a46499ef59144aecff909b98e84d83939f9fcf938d90d74a1c8c6aeffc69f","text":"viw = callPackage ../applications/editors/viw { }; virter = callPackage ../applications/virtualization/virter { }; virt-viewer = callPackage ../applications/virtualization/virt-viewer { }; virt-top = callPackage ../applications/virtualization/virt-top { };"} {"_id":"q-en-nixpkgs-97a59b882bd0b7751ddf5021df3f840939b5753d1f23c95d3b81912dc9938131","text":"iperf3 = callPackage ../tools/networking/iperf/3.nix { }; iperf = iperf3; ipfetch = callPackage ../tools/networking/ipfetch { }; ipfs = callPackage ../applications/networking/ipfs { buildGoModule = buildGo116Module; };"} {"_id":"q-en-nixpkgs-97bb0aefb24e176a33db8eb775d71e32958c60c895f7cfc54bdeb5048cc72299","text":"dotnet-sdk_7 = dotnetCorePackages.sdk_7_0; dotnet-runtime_3 = dotnetCorePackages.runtime_3_1; dotnet-runtime_5 = dotnetCorePackages.runtime_5_0; dotnet-runtime_6 = dotnetCorePackages.runtime_6_0; dotnet-runtime_7 = dotnetCorePackages.runtime_7_0; dotnet-aspnetcore_3 = dotnetCorePackages.aspnetcore_3_1; dotnet-aspnetcore_5 = dotnetCorePackages.aspnetcore_5_0; dotnet-aspnetcore_6 = dotnetCorePackages.aspnetcore_6_0; dotnet-aspnetcore_7 = dotnetCorePackages.aspnetcore_7_0;"} {"_id":"q-en-nixpkgs-98164806575dd777d4d15633f8f70f531ba0e5ddc94c48711bc36c3b4ab97fdf","text":"environment.etc = mapAttrsToList (n: v: makePAMService v) config.security.pam.services; systemd.tmpfiles.rules = optionals (any (s: s.updateWtmp) (attrValues config.security.pam.services)) [ \"f /var/log/wtmp\" \"f /var/log/lastlog\" ]; security.pam.services = { other.text = ''"} {"_id":"q-en-nixpkgs-98512d88ef1d04b02a2801b7a342f499e5ee5adef145db825e8f5191da3fc78f","text":"export PERLPATH ''; configureFlags = [ \"--sysconfdir=/etc\" \"--localstatedir=/var\" \"--with-openldap\" \"--with-db\" \"--with-db-inc=${db.dev}/include\" \"--with-db-lib=${db.out}/lib\" \"--with-sasl=${cyrus_sasl.dev}\" \"--with-netsnmp=yes\" \"--with-netsnmp-inc=${lib.getDev net-snmp}/include\" \"--with-netsnmp-lib=${lib.getLib net-snmp}/lib\" ]; configureFlags = let mkEnable = cond: name: if cond then \"--enable-${name}\" else \"--disable-${name}\"; in [ \"--enable-cmocka\" \"--localstatedir=/var\" \"--sysconfdir=/etc\" \"--with-db-inc=${db.dev}/include\" \"--with-db-lib=${db.out}/lib\" \"--with-db=yes\" \"--with-netsnmp-inc=${lib.getDev net-snmp}/include\" \"--with-netsnmp-lib=${lib.getLib net-snmp}/lib\" \"--with-netsnmp=yes\" \"--with-openldap\" \"${mkEnable enableCockpit \"cockpit\"}\" \"${mkEnable enablePamPassthru \"pam-passthru\"}\" \"${mkEnable enableDna \"dna\"}\" \"${mkEnable enableLdapi \"ldapi\"}\" \"${mkEnable enableAutobind \"autobind\"}\" \"${mkEnable enableAutoDnSuffix \"auto-dn-suffix\"}\" \"${mkEnable enableBitwise \"bitwise\"}\" \"${mkEnable enableAcctPolicy \"acctpolicy\"}\" \"${mkEnable enablePosixWinsync \"posix-winsync\"}\" ]; enableParallelBuilding = true; doCheck = true; installFlags = [ \"sysconfdir=${placeholder \"out\"}/etc\" \"localstatedir=${placeholder \"TMPDIR\"}\""} {"_id":"q-en-nixpkgs-9884c5e50b53bff520f94e02e5f19f0a2ea4df6e60c6d012f6f8c13fab4a90c2","text":" { stdenv, fetchurl, autoconf, vala_0_32, pkgconfig, glib, gobjectIntrospection, gnome3 }: { stdenv, fetchurl, autoconf, vala, pkgconfig, glib, gobjectIntrospection, gnome3 }: let ver_maj = \"0.18\"; ver_maj = \"0.20\"; ver_min = \"0\"; in stdenv.mkDerivation rec {"} {"_id":"q-en-nixpkgs-98ad3265e20cf0453833dbb1cdb76525a0a549b2d72014401ad64cfe5f462f6c","text":"--offline ) local -r tmpDir=\"$(mktemp -d yarnInstallHook.XXXXXX)\" local -r tmpDir=\"$(mktemp -d)\" # yarn pack does not work at all with bundleDependencies. # Since we are imediately unpacking, we can just remove them from package.json"} {"_id":"q-en-nixpkgs-98d6c2a968ede6503ea6db84613715ae1cd3e06422cbe9a71634d7a39d5bc59a","text":"{ lib, stdenv, fetchFromGitHub, cmake, makeWrapper, perlPackages, libminc, EBTKS }: libminc, ebtks }: stdenv.mkDerivation rec { pname = \"N3\";"} {"_id":"q-en-nixpkgs-98e6e69f841bfebdeaf7916fbcac4948f504688c834dfb50b0f41459f5cb0e0c","text":"propagatedBuildInputs = [ ncurses zlib ]; patches = [ # Force a test to evaluate the saved benchmark for a CPU for which LLVM has # an execution model. See NixOS/nixpkgs#119673. ../../exegesis-force-bdver2.patch ]; postPatch = optionalString stdenv.isDarwin '' substituteInPlace cmake/modules/AddLLVM.cmake --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir)\" "} {"_id":"q-en-nixpkgs-98ea17488078550fc864968dd4f9b3d1af40ccefa1170cf758a021106d659d96","text":"# this also disables necessary patches contained in `ollama/llm/patches/` # those patches are applied in `postPatch` ./disable-git.patch # we provide our own deps at runtime ./skip-rocm-cp.patch ]; postPatch = ''"} {"_id":"q-en-nixpkgs-99290b020996982c2282a7d89ac93684e2b55e88538e48d1ce83309f7fc965e4","text":" { config, lib, stdenv, fetchFromGitHub, runCommand, ncurses, pkg-config { config, lib, stdenv, fetchFromGitHub, fetchpatch, ncurses, pkg-config , libiconv, CoreAudio, AudioUnit, VideoToolbox , alsaSupport ? stdenv.isLinux, alsa-lib ? null"} {"_id":"q-en-nixpkgs-99b09a4945f97b195e2037c0dc3a197610bd2e91819ac3001ebfe8f5d22fcecb","text":", fetchurl , autoPatchelfHook , dpkg , makeBinaryWrapper , makeShellWrapper , wrapGAppsHook3 , alsa-lib , at-spi2-atk"} {"_id":"q-en-nixpkgs-9a0bc2a0669df15990b267643d7579131a5fb6de84a7082229f2161c58e5e328","text":" { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = \"devspace\"; version = \"5.18.4\"; src = fetchFromGitHub { owner = \"loft-sh\"; repo = \"devspace\"; rev = \"v${version}\"; sha256 = \"0s5117cgxgrxfki5drvg6d22dvrjffa03bi644zdl1p631r599r1\"; }; vendorSha256 = null; ldflags = [ \"-s\" \"-w\" \"-X main.version=${version}\" ]; # Check are disable since they requiered a working K8S cluster # TODO: add a nixosTest to be able to perform the package check doCheck = false; meta = with lib; { description = \"DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster\"; homepage = \"https://devspace.sh/\"; changelog = \"https://github.com/loft-sh/devspace/releases/tag/v${version}\"; license = licenses.asl20; maintainers = with maintainers; [ darkonion0 ]; }; } "} {"_id":"q-en-nixpkgs-9a7cf50a2e59257c1172ed4ee901723e215e1da217220050874eec3b777845a1","text":" { config, lib, pkgs, utils, ... }: let inherit (lib) mkEnableOption mkPackageOption mkOption mkIf mkDefault types optionals getExe; inherit (utils) escapeSystemdExecArgs; cfg = config.services.sunshine; # ports used are offset from a single base port, see https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/advanced_usage.html#port generatePorts = port: offsets: map (offset: port + offset) offsets; defaultPort = 47989; appsFormat = pkgs.formats.json { }; settingsFormat = pkgs.formats.keyValue { }; appsFile = appsFormat.generate \"apps.json\" cfg.applications; configFile = settingsFormat.generate \"sunshine.conf\" cfg.settings; in { options.services.sunshine = with types; { enable = mkEnableOption \"Sunshine, a self-hosted game stream host for Moonlight\"; package = mkPackageOption pkgs \"sunshine\" { }; openFirewall = mkOption { type = bool; default = false; description = '' Whether to automatically open ports in the firewall. ''; }; capSysAdmin = mkOption { type = bool; default = false; description = '' Whether to give the Sunshine binary CAP_SYS_ADMIN, required for DRM/KMS screen capture. ''; }; settings = mkOption { default = { }; description = '' Settings to be rendered into the configuration file. If this is set, no configuration is possible from the web UI. See https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/advanced_usage.html#configuration for syntax. ''; example = '' { sunshine_name = \"nixos\"; } ''; type = submodule (settings: { freeformType = settingsFormat.type; options.port = mkOption { type = port; default = defaultPort; description = '' Base port -- others used are offset from this one, see https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/advanced_usage.html#port for details. ''; }; }); }; applications = mkOption { default = { }; description = '' Configuration for applications to be exposed to Moonlight. If this is set, no configuration is possible from the web UI, and must be by the `settings` option. ''; example = '' { env = { PATH = \"$(PATH):$(HOME)/.local/bin\"; }; apps = [ { name = \"1440p Desktop\"; prep-cmd = [ { do = \"''${pkgs.kdePackages.libkscreen}/bin/kscreen-doctor output.DP-4.mode.2560x1440@144\"; undo = \"''${pkgs.kdePackages.libkscreen}/bin/kscreen-doctor output.DP-4.mode.3440x1440@144\"; } ]; exclude-global-prep-cmd = \"false\"; auto-detach = \"true\"; } ]; } ''; type = submodule { options = { env = mkOption { default = { }; description = '' Environment variables to be set for the applications. ''; type = attrsOf str; }; apps = mkOption { default = [ ]; description = '' Applications to be exposed to Moonlight. ''; type = listOf attrs; }; }; }; }; }; config = mkIf cfg.enable { services.sunshine.settings.file_apps = mkIf (cfg.applications.apps != [ ]) \"${appsFile}\"; environment.systemPackages = [ cfg.package ]; networking.firewall = mkIf cfg.openFirewall { allowedTCPPorts = generatePorts cfg.settings.port [ (-5) 0 1 21 ]; allowedUDPPorts = generatePorts cfg.settings.port [ 9 10 11 13 21 ]; }; boot.kernelModules = [ \"uinput\" ]; services.udev.packages = [ cfg.package ]; services.avahi = { enable = mkDefault true; publish = { enable = mkDefault true; userServices = mkDefault true; }; }; security.wrappers.sunshine = mkIf cfg.capSysAdmin { owner = \"root\"; group = \"root\"; capabilities = \"cap_sys_admin+p\"; source = getExe cfg.package; }; systemd.user.services.sunshine = { description = \"Self-hosted game stream host for Moonlight\"; wantedBy = [ \"graphical-session.target\" ]; partOf = [ \"graphical-session.target\" ]; wants = [ \"graphical-session.target\" ]; after = [ \"graphical-session.target\" ]; startLimitIntervalSec = 500; startLimitBurst = 5; serviceConfig = { # only add configFile if an application or a setting other than the default port is set to allow configuration from web UI ExecStart = escapeSystemdExecArgs ([ (if cfg.capSysAdmin then \"${config.security.wrapperDir}/sunshine\" else \"${getExe cfg.package}\") ] ++ optionals (cfg.applications.apps != [ ] || (builtins.length (builtins.attrNames cfg.settings) > 1 || cfg.settings.port != defaultPort)) [ \"${configFile}\" ]); Restart = \"on-failure\"; RestartSec = \"5s\"; }; }; }; } "} {"_id":"q-en-nixpkgs-9a7e957ab7be4dbbb95ed17c4c9eabdabebba20f36b389fdf46fbf43c6014658","text":"./services/web-apps/cryptpad.nix ./services/web-apps/documize.nix ./services/web-apps/frab.nix ./services/web-apps/gotify-server.nix ./services/web-apps/icingaweb2/icingaweb2.nix ./services/web-apps/icingaweb2/module-monitoring.nix ./services/web-apps/limesurvey.nix"} {"_id":"q-en-nixpkgs-9aa6390d93758962140e3857d95f6ec5456bebc3b5823829a558a7291bc263c6","text":"buildPythonPackage rec { pname = \"flax\"; version = \"0.6.0\"; version = \"0.6.1\"; src = fetchFromGitHub { owner = \"google\"; repo = pname; rev = \"refs/tags/v${version}\"; sha256 = \"sha256-egTYYFZxhE/Kk7jXRi1HmjCjyFia2LoRigH042isDu0=\"; sha256 = \"sha256-fZiODo+izOwGjCCTvi11GvUG/VQL1DV9bNXKjvIIw4A=\"; }; patches = [ # Bump rich dependency, should be fixed in releases after 0.6.0 # https://github.com/google/flax/pull/2407 (fetchpatch { url = \"https://github.com/google/flax/commit/72189153f9779022b97858ae747c23fbaf571e3d.patch\"; sha256 = \"sha256-hKOn/M7qpBM6R1RIJpnXpRoZgIHqkwQZApN4L0fBzIE=\"; name = \"bump_rich_dependency.patch\"; }) ]; buildInputs = [ jaxlib ]; propagatedBuildInputs = ["} {"_id":"q-en-nixpkgs-9aca959536dca6bf10316f15d092517d024547e46774691d1ab38dd0b5642196","text":"lib.fakeSha256; inherit url change state channel; impureEnvVars = lib.fetchers.proxyImpureEnvVars; } )"} {"_id":"q-en-nixpkgs-9b0d0804e37aa54f3eaf5afaa1792529441e67bbe41299e1574b17f87893af24","text":"ninja pkg-config python3 rustPlatform.cargoSetupHook rustc wrapGAppsHook ];"} {"_id":"q-en-nixpkgs-9b17aa5193effb4ea704d4879801bf1e96f75b8ce61f5ea3d1f975283911c871","text":"qdarkstyle ]; preBuild = '' postPatch = '' # make compatible with protobuf4 by easing dependencies ... substituteInPlace ./contrib/requirements/requirements.txt --replace \"protobuf>=3.12,<4\" \"protobuf>=3.12\" # ... and regenerating the paymentrequest_pb2.py file protoc --python_out=. electrum/paymentrequest.proto substituteInPlace ./electrum/ecc_fast.py --replace ${libsecp256k1_name} ${secp256k1}/lib/libsecp256k1${stdenv.hostPlatform.extensions.sharedLibrary} '' + (if enableQt then ''"} {"_id":"q-en-nixpkgs-9b600e390a4016671f4f8c7080866aedea0ce04bd7fd5ef5f766ed8469047fde","text":" { config , lib , pkgs , ... }: let cfg = config.services.realm; configFormat = pkgs.formats.json { }; configFile = configFormat.generate \"config.json\" cfg.config; inherit (lib) mkEnableOption mkPackageOption mkOption mkIf types getExe; in { meta.maintainers = with lib.maintainers; [ ocfox ]; options = { services.realm = { enable = mkEnableOption \"A simple, high performance relay server written in rust\"; package = mkPackageOption pkgs \"realm\" { }; config = mkOption { type = types.submodule { freeformType = configFormat.type; }; default = { }; description = '' The realm configuration, see for documentation. ''; }; }; }; config = mkIf cfg.enable { systemd.services.realm = { serviceConfig = { DynamicUser = true; MemoryDenyWriteExecute = true; PrivateDevices = true; ProtectClock = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectProc = \"invisible\"; ProtectKernelTunables = true; ExecStart = \"${getExe cfg.package} --config ${configFile}\"; AmbientCapabilities = [ \"CAP_NET_ADMIN\" \"CAP_NET_BIND_SERVICE\" ]; }; wantedBy = [ \"multi-user.target\" ]; }; }; } "} {"_id":"q-en-nixpkgs-9b89899f3d97c957c8fd69548afa884f88248e3b7c274b057d83be0bf331a339","text":"# there is at least one \"privileged\" account that has a # password or an SSH authorized key. Privileged accounts are # root and users in the wheel group. assertion = !cfg.mutableUsers -> any id ((mapAttrsToList (_: cfg: (cfg.name == \"root\" # The check does not apply when users.disableLoginPossibilityAssertion # The check does not apply when users.mutableUsers assertion = !cfg.mutableUsers -> !cfg.allowNoPasswordLogin -> any id (mapAttrsToList (name: cfg: (name == \"root\" || cfg.group == \"wheel\" || elem \"wheel\" cfg.extraGroups) &&"} {"_id":"q-en-nixpkgs-9ba6bb3f1ab4bf68e36fb6c409a9992bfcab3e17d648de3262f2abe7618a26aa","text":"), formatter_class=argparse.RawTextHelpFormatter ) @@ -133,14 +132,10 @@ def main(args=None): @@ -138,18 +137,9 @@ def main(args=None): ) sys.exit(-1) # 2. Find Steam Runtime if enabled - steam_runtime_path = None + steam_runtime = False - # 2. Find the pre-installed legacy Steam Runtime if enabled - legacy_steam_runtime_path = None - use_steam_runtime = True - + # 2. Use Steam Runtime if enabled if os.environ.get(\"STEAM_RUNTIME\", \"\") != \"0\" and not args.no_runtime: - steam_runtime_path = find_steam_runtime_path(steam_root=steam_root) - legacy_steam_runtime_path = find_legacy_steam_runtime_path( - steam_root=steam_root - ) - - if not steam_runtime_path: - if not legacy_steam_runtime_path: - print(\"Steam Runtime was enabled but couldn't be found!\") - sys.exit(-1) + steam_runtime = True + use_steam_runtime = True else: use_steam_runtime = False logger.info(\"Steam Runtime disabled.\") @@ -201,7 +196,7 @@ def main(args=None): winetricks_path=winetricks_path, @@ -212,7 +202,6 @@ def main(args=None): proton_app=proton_app, steam_app=steam_app, - steam_runtime_path=steam_runtime_path, + steam_runtime=steam_runtime, command=[winetricks_path, \"--gui\"] use_steam_runtime=use_steam_runtime, - legacy_steam_runtime_path=legacy_steam_runtime_path, command=[winetricks_path, \"--gui\"], use_bwrap=use_bwrap ) @@ -269,7 +264,7 @@ def main(args=None): winetricks_path=winetricks_path, @@ -282,7 +271,6 @@ def main(args=None): proton_app=proton_app, steam_app=steam_app, - steam_runtime_path=steam_runtime_path, + steam_runtime=steam_runtime, use_steam_runtime=use_steam_runtime, - legacy_steam_runtime_path=legacy_steam_runtime_path, use_bwrap=use_bwrap, command=[winetricks_path] + args.winetricks_command) elif args.command: run_command( @@ -277,7 +272,7 @@ def main(args=None): proton_app=proton_app, @@ -292,7 +280,6 @@ def main(args=None): steam_app=steam_app, command=args.command, - steam_runtime_path=steam_runtime_path, + steam_runtime=steam_runtime, use_steam_runtime=use_steam_runtime, - legacy_steam_runtime_path=legacy_steam_runtime_path, use_bwrap=use_bwrap, # Pass the command directly into the shell *without* # escaping it cwd=steam_app.install_path, diff --git a/src/protontricks/steam.py b/src/protontricks/steam.py index fa5772d..4f30cd3 100644 index 8554e24..509afb6 100644 --- a/src/protontricks/steam.py +++ b/src/protontricks/steam.py @@ -11,7 +11,7 @@ from .util import lower_dict @@ -13,8 +13,8 @@ from .util import lower_dict __all__ = ( \"COMMON_STEAM_DIRS\", \"SteamApp\", \"find_steam_path\", - \"find_steam_proton_app\", \"find_proton_app\", \"find_steam_runtime_path\", + \"find_steam_proton_app\", \"find_proton_app\", \"find_appid_proton_prefix\", \"get_steam_lib_paths\", \"get_steam_apps\", \"get_custom_proton_installations\" \"find_steam_proton_app\", \"find_proton_app\", - \"find_legacy_steam_runtime_path\", \"find_appid_proton_prefix\", - \"get_steam_lib_paths\", \"get_steam_apps\", \"get_custom_proton_installations\" + \"find_appid_proton_prefix\", \"get_steam_lib_paths\", + \"get_steam_apps\", \"get_custom_proton_installations\" ) @@ -254,37 +254,6 @@ def find_steam_path(): COMMON_STEAM_DIRS = [ @@ -283,37 +283,6 @@ def find_steam_path(): return None, None -def find_steam_runtime_path(steam_root): -def find_legacy_steam_runtime_path(steam_root): - \"\"\" - Find the Steam Runtime either using the STEAM_RUNTIME env or - Find the legacy Steam Runtime either using the STEAM_RUNTIME env or - steam_root - \"\"\" - env_steam_runtime = os.environ.get(\"STEAM_RUNTIME\", \"\")"} {"_id":"q-en-nixpkgs-9bdcbc0b05ba88715497296da0f46cf141f67e10efc69c39fb47d09f9d3148a4","text":"{ lib, stdenv , substituteAll , fetchurl , fetchpatch , fetchFromGitHub , autoreconfHook , gettext"} {"_id":"q-en-nixpkgs-9bdfcd399a56eaa989e28611403e919583bd7e88c24fff29b5922584e6961271","text":"cp -r ${driver} driver-src chmod -R +w driver-src cp ${driverKernel610MainC} driver-src/driver/main.c cmakeFlagsArray+=( \"-DFALCOSECURITY_LIBS_SOURCE_DIR=$(pwd)/libs\""} {"_id":"q-en-nixpkgs-9be6c6477fa7995a46d5f8058dfba538cd0604fecbf2646a477792d9209c1249","text":"\"google.oauth2\" ]; disabledTests = lib.optionals stdenv.isDarwin [ \"test_request_with_timeout_success\" \"test_request_with_timeout_failure\" \"test_request_headers\" \"test_request_error\" \"test_request_basic\" ]; meta = with lib; { description = \"Google Auth Python Library\"; longDescription = ''"} {"_id":"q-en-nixpkgs-9c41a0cf553fdcc80545fa530fd4ed8718c4c6f28f88ca527cdd76e1da384e2a","text":"MACOSX_DEPLOYMENT_TARGET=10.16 '' else null; configureFlags = [ \"PYTHON_VERSION=${lib.versions.major python.version}\" ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ dbus dbus-glib ] # My guess why it's sometimes trying to -lncurses."} {"_id":"q-en-nixpkgs-9ce53cc068f059326891050d9dd22aebe8e2a607c118d4b7b064541d487a6c50","text":"}; users.groups.${cfg.group}.gid = config.ids.gids.gitolite; systemd.tmpfiles.rules = [ \"d '${cfg.dataDir}' 0750 ${cfg.user} ${cfg.group} - -\" \"d '${cfg.dataDir}'/.gitolite - ${cfg.user} ${cfg.group} - -\" \"d '${cfg.dataDir}'/.gitolite/logs - ${cfg.user} ${cfg.group} - -\" \"Z ${cfg.dataDir} 0750 ${cfg.user} ${cfg.group} - -\" ]; systemd.services.gitolite-init = { description = \"Gitolite initialization\"; wantedBy = [ \"multi-user.target\" ];"} {"_id":"q-en-nixpkgs-9cf9bcc95b50c502e803dfaedc528daf7e0f4992a8e644ab523a2f646a084949","text":"{ fetchurl, stdenv, pkgconfig, intltool, pulseaudio, gtkmm3 , libcanberra_gtk3 }: , libcanberra_gtk3, makeWrapper, gnome3 }: stdenv.mkDerivation rec { name = \"pavucontrol-2.0\";"} {"_id":"q-en-nixpkgs-9d2da69186818b1728b377221beda4c9a2ce52fbf6e5c046c3cf08eb42f25725","text":"'' # Move the outputs into their respective outputs. + strings.concatMapStringsSep \"n\" mkMoveToOutputCommand (builtins.tail finalAttrs.outputs) # Add a newline to the end of the installPhase, so that the post-install hook doesn't # get concatenated with the last moveToOutput command. + \"n\" # Post-install hook + '' runHook postInstall"} {"_id":"q-en-nixpkgs-9d508da334583c836bc65cc34cdd0c526cb1e788243c114eefd231416757020d","text":"homepage = \"https://github.com/cinemast/libjson-rpc-cpp\"; license = licenses.mit; platforms = platforms.linux; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; maintainers = with maintainers; [ robertrichter ]; }; }"} {"_id":"q-en-nixpkgs-9d76841f4168c9270fada4c0bf54054d671e7cacdcf8f171c6e66d86903c5a19","text":"dm-sonnet = callPackage ../development/python-modules/dm-sonnet { }; dm-tree = callPackage ../development/python-modules/dm-tree { }; dm-tree = callPackage ../development/python-modules/dm-tree { abseil-cpp = pkgs.abseil-cpp.override { cxxStandard = \"14\"; }; }; dnachisel = callPackage ../development/python-modules/dnachisel { };"} {"_id":"q-en-nixpkgs-9da532de30d7b1d2b24cb13c66fd6dbe63e150f447a5ef94b12776bf8e125841","text":" { lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkg-config, perl }: stdenv.mkDerivation rec { pname = \"libxcrypt\"; version = \"4.4.18\"; src = fetchFromGitHub { owner = \"besser82\"; repo = \"libxcrypt\"; rev = \"v${version}\"; sha256 = \"4015bf1b3a2aab31da5a544424be36c1a0f0ffc1eaa219c0e7b048e4cdcbbfe1\"; }; preConfigure = '' patchShebangs autogen.sh ./autogen.sh ''; nativeBuildInputs = [ autoconf automake libtool pkg-config perl ]; doCheck = true; meta = with lib; { description = \"Extended crypt library for descrypt, md5crypt, bcrypt, and others\"; homepage = \"https://github.com/besser82/libxcrypt/\"; platforms = platforms.all; maintainers = with maintainers; [ dottedmag ]; license = licenses.lgpl21Plus; }; } "} {"_id":"q-en-nixpkgs-9dceeb5b7187bf343ba754d320bb63a1c647372d47a9400359923515d44a80ee","text":"${upstreamDoc} ''; }; configFile = mkOption { type = types.path; default = mkConfig name config; defaultText = \"A config file generated by values from other kanata module options.\"; description = '' The config file. By default, it is generated by values from other kanata module options. You can also set it to your own full config file which overrides all other kanata module options. ${upstreamDoc} ''; }; extraArgs = mkOption { type = types.listOf types.str; default = [ ];"} {"_id":"q-en-nixpkgs-9e08d4b08d9ef381874718dde5b0fe9553479aa0edc2befe4e7730a48b33f168","text":"passthru = { wpName = pname; }; meta = { license = lib.licenses.${license}; } // (args.passthru or {}); } // lib.optionalAttrs (type == \"language\") { nativeBuildInputs = [ gettext wp-cli ];"} {"_id":"q-en-nixpkgs-9e2786ae7e0ae9eba2f15950cff6eca00687365f3281cfb4905bef6d9626bab1","text":" { lib, buildGoPackage, fetchurl, fetchFromGitHub, go-bindata }: { lib, buildGoModule, fetchurl, fetchFromGitHub }: let version = \"1.6.4\"; version = \"1.8.0\"; # TODO: must build the extension instead of downloading it. But since it's # literally an asset that is indifferent regardless of the platform, this # might be just enough. webext = fetchurl { url = \"https://github.com/browsh-org/browsh/releases/download/v${version}/browsh-${version}-an.fx.xpi\"; sha256 = \"1shf1s9s525wns5vrsc4ns21zjxm1si43lx6v0q8ma6vd5x5445l\"; url = \"https://github.com/browsh-org/browsh/releases/download/v${version}/browsh-${version}.xpi\"; sha256 = \"sha256-12xWbf4ngYHWLKV9yyxyi0Ny/zHSj2o7Icats+Ef+pA=\"; }; in buildGoPackage rec { in buildGoModule rec { inherit version; pname = \"browsh\"; goPackagePath = \"browsh\"; sourceRoot = \"source/interfacer\"; # further go package dependencies are defined in deps.nix, see line below. src = fetchFromGitHub { owner = \"browsh-org\"; repo = \"browsh\"; rev = \"v${version}\"; sha256 = \"0gvf5k1gm81xxg7ha309kgfkgl5357dli0fbc4z01rmfgbl0rfa0\"; sha256 = \"sha256-/tH1w6qi+rimsqtk8Y8AYljU3X4vbmoDtV07piWSBdw=\"; }; nativeBuildInputs = [ go-bindata ]; vendorSha256 = \"sha256-eCvV3UuM/JtCgMqvwvqWF3bpOmPSos5Pfhu6ETaS58c=\"; # embed the web extension in a go file and place it where it's supposed to # be. See # https://github.com/browsh-org/browsh/blob/v1.5.0/interfacer/contrib/xpi2bin.sh preBuild = '' xpiprefix=\"$(mktemp -d)\" cp \"${webext}\" \"$xpiprefix/browsh.xpi\" go-bindata -prefix \"$xpiprefix\" -pkg browsh -o \"$NIX_BUILD_TOP/go/src/${goPackagePath}/interfacer/src/browsh/webextension.go\" \"$xpiprefix/browsh.xpi\" sed -e 's:Asset(\"/browsh.xpi\"):Asset(\"browsh.xpi\"):g' -i \"$NIX_BUILD_TOP/go/src/${goPackagePath}/interfacer/src/browsh/firefox.go\" ''; postBuild = '' mv \"$NIX_BUILD_TOP/go/bin/src\" \"$NIX_BUILD_TOP/go/bin/browsh\" cp \"${webext}\" src/browsh/browsh.xpi ''; goDeps = ./deps.nix; # Tests require network access doCheck = false; meta = with lib; { description = \"A fully-modern text-based browser, rendering to TTY and browsers\"; homepage = \"https://www.brow.sh/\"; maintainers = [ maintainers.kalbasit ]; maintainers = with maintainers; [ kalbasit siraben ]; license = lib.licenses.lgpl21; platforms = lib.platforms.linux ++ lib.platforms.darwin; };"} {"_id":"q-en-nixpkgs-9e4e79cbd75a00cad26da40782e524b92a9c03535c5c5c76dc289967a95a9ab1","text":"(fetchNuGet { pname = \"Nito.AsyncEx.Tasks\"; version = \"5.1.2\"; sha256 = \"11wp47kc69sjdxrbg5pgx0wlffqlp0x5kr54ggnz2v19kmjz362v\"; }) (fetchNuGet { pname = \"Nito.Collections.Deque\"; version = \"1.1.1\"; sha256 = \"152564q3s0n5swfv5p5rx0ghn2sm0g2xsnbd7gv8vb9yfklv7yg8\"; }) (fetchNuGet { pname = \"Nito.Disposables\"; version = \"2.2.1\"; sha256 = \"1hx5k8497j34kxxgh060bvij0vfnraw90dmm3h9bmamcdi8wp80l\"; }) (fetchNuGet { pname = \"NLog\"; version = \"5.2.7\"; sha256 = \"1gq5l9qv3vnl0rvxa110bbqsq6m43h8h912xijqab1hsjdpb46q3\"; }) (fetchNuGet { pname = \"NLog.Extensions.Logging\"; version = \"5.3.7\"; sha256 = \"1hv2v4hqqq86vjvxa0cbk4klaii8n8h1wjrlsfzbp9nnxnzg9pzi\"; }) (fetchNuGet { pname = \"NLog.Web.AspNetCore\"; version = \"5.3.7\"; sha256 = \"1jifwnvkfi3jankan7543q985gzrywddvajlqrf573aa2dbp5n1f\"; }) (fetchNuGet { pname = \"NLog\"; version = \"5.2.8\"; sha256 = \"1z3h20m5rjnizm1jbf5j0vpdc1f373rzzkg6478p1lxv5j385c12\"; }) (fetchNuGet { pname = \"NLog.Extensions.Logging\"; version = \"5.3.8\"; sha256 = \"1qnz91099f51vk7f5g2ig0041maw5hcbyqllxvj5zj7zkp0qw9b8\"; }) (fetchNuGet { pname = \"NLog.Web.AspNetCore\"; version = \"5.3.8\"; sha256 = \"05a6bzvdf63lbnn6sj3yfggxcgv96j91kdbcw0ac5hxl58df58r6\"; }) (fetchNuGet { pname = \"NuGet.Frameworks\"; version = \"5.11.0\"; sha256 = \"0wv26gq39hfqw9md32amr5771s73f5zn1z9vs4y77cgynxr73s4z\"; }) (fetchNuGet { pname = \"NuGet.Frameworks\"; version = \"6.5.0\"; sha256 = \"0s37d1p4md0k6d4cy6sq36f2dgkd9qfbzapxhkvi8awwh0vrynhj\"; }) (fetchNuGet { pname = \"protobuf-net\"; version = \"3.2.26\"; sha256 = \"1mcg46xnhgqwjacy6j8kvp3rylpi26wjnmhwv8mh5cwjya9nynqb\"; }) (fetchNuGet { pname = \"protobuf-net.Core\"; version = \"3.2.26\"; sha256 = \"1wrr38ygdanf121bkl8b1d4kz1pawm064z69bqf3qbr46h4j575w\"; })"} {"_id":"q-en-nixpkgs-9ed2090f1e1200e2e68e925d7c1ab11d9cf60ea80666f9cae3201e7f885d0ee0","text":"meta.maintainers = with maintainers; [ etu stunkymonkey mattchrist ]; options.services.freshrss = { enable = mkEnableOption \"FreshRSS feed reader\"; enable = mkEnableOption \"FreshRSS RSS aggregator and reader with php-fpm backend.\"; package = mkPackageOption pkgs \"freshrss\" { };"} {"_id":"q-en-nixpkgs-9eec471f1e776e20dfb481458db1ea752fa65583f2130da7685d19229d5db811","text":"}; }; patches = [ (substituteAll { src = ./fix_gmenu.patch; gmenu_path = \"${gnome3.gnome-menus}/lib/girepository-1.0\"; }) ]; doCheck = true; nativeBuildInputs = [ meson ninja pkgconfig gettext glib ];"} {"_id":"q-en-nixpkgs-9f679c5f3a790476562a48214e38c5151bb508f8285e4f38fceb5a05348760a9","text":", javaPackages }: javaPackages.mavenfod rec { (javaPackages.mavenfod.override { inherit maven; # use overridden maven version (see dbeaver's entry in all-packages.nix) }) rec { pname = \"dbeaver\"; version = \"22.0.1\"; # When updating also update fetchedMavenDeps.sha256 version = \"22.0.1\"; # When updating also update mvnSha256 src = fetchFromGitHub { owner = \"dbeaver\";"} {"_id":"q-en-nixpkgs-9fac007ac1be12171075d499c2be8b3a2e939e3eabbc3a8cf8409171a2fa9675","text":"autoSuspend = mkOption { default = true; description = '' Suspend the machine after inactivity. On the GNOME Display Manager login screen, suspend the machine after inactivity. (Does not affect automatic suspend while logged in, or at lock screen.) ''; type = types.bool; };"} {"_id":"q-en-nixpkgs-a043de558c6497e48d72880bb39fd9838f301b503f1b1b4ab1e2582c50782736","text":"npmDepsHash = \"sha256-157hm7h5FWuOuxoo6WTtlMPq5LcRZIsSt5NDg0pvim8=\"; npmFlags = [ \"--legacy-peer-deps\" ]; nativeBuildInputs = [ (writeShellScriptBin \"phantomjs\" \"echo 2.1.1\") pkg-config ] ++ lib.optionals (! stdenv.isDarwin) [ makeWrapper copyDesktopItems ]; buildInputs = [ pixman cairo pango ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.CoreText giflib ]; nativeBuildInputs = [ (writeShellScriptBin \"phantomjs\" \"echo 2.1.1\") pkg-config ] ++ lib.optionals (!stdenv.isDarwin) [ makeWrapper copyDesktopItems ]; buildInputs = [ pixman cairo pango ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.CoreText ]; desktopItems = [ (makeDesktopItem {"} {"_id":"q-en-nixpkgs-a0b41efe52d8c3aa2b0b6ae22c98051d99d01be28e1bfc0f851fcbe034ed653a","text":" { buildPythonPackage , fetchFromGitHub , lib , writeShellScriptBin , cmake , doxygen , draco , graphviz-nox , ninja , setuptools , pyqt6 , pyopengl , jinja2 , pyside6 , boost , numpy , git , tbb , opensubdiv , openimageio , opencolorio , osl , ptex , embree , alembic , openexr , flex , bison , qt6 , python }: let # Matches the pyside6-uic implementation # https://code.qt.io/cgit/pyside/pyside-setup.git/tree/sources/pyside-tools/pyside_tool.py?id=e501cad66146a49c7a259579c7bb94bc93a67a08#n82 pyside-tools-uic = writeShellScriptBin \"pyside6-uic\" '' exec ${qt6.qtbase}/libexec/uic -g python \"$@\" ''; in buildPythonPackage rec { pname = \"OpenUSD\"; version = \"23.11\"; src = fetchFromGitHub { owner = \"PixarAnimationStudios\"; repo = pname; rev = \"refs/tags/v${version}\"; hash = \"sha256-5zQrfB14kXs75WbL3s4eyhxELglhLNxU2L2aVXiyVjg=\"; }; outputs = [\"out\" \"doc\"]; format = \"other\"; propagatedBuildInputs = [ setuptools pyqt6 pyopengl jinja2 pyside6 pyside-tools-uic boost numpy ]; cmakeFlags = [ \"-DPXR_BUILD_EXAMPLES=OFF\" \"-DPXR_BUILD_TUTORIALS=OFF\" \"-DPXR_BUILD_USD_TOOLS=ON\" \"-DPXR_BUILD_IMAGING=ON\" \"-DPXR_BUILD_USD_IMAGING=ON\" \"-DPXR_BUILD_USDVIEW=ON\" \"-DPXR_BUILD_DOCUMENTATION=ON\" \"-DPXR_BUILD_PYTHON_DOCUMENTATION=ON\" \"-DPXR_BUILD_EMBREE_PLUGIN=ON\" \"-DPXR_BUILD_ALEMBIC_PLUGIN=ON\" \"-DPXR_ENABLE_OSL_SUPPORT=ON\" \"-DPXR_BUILD_DRACO_PLUGIN=ON\" \"-DPXR_BUILD_MONOLITHIC=ON\" # Seems to be commonly linked to monolithically ]; nativeBuildInputs = [ cmake ninja git qt6.wrapQtAppsHook doxygen graphviz-nox ]; buildInputs = [ tbb opensubdiv openimageio opencolorio osl ptex embree alembic.dev openexr flex bison boost draco qt6.qtbase qt6.qtwayland ]; pythonImportsCheck = [ \"pxr\" \"pxr.Usd\" ]; postInstall = '' # Make python lib properly accessible target_dir=$out/${python.sitePackages} mkdir -p $(dirname $target_dir) mv $out/lib/python $target_dir mv $out/docs $doc rm $out/share -r # only examples rm $out/tests -r ''; meta = { description = \"Universal Scene Description\"; longDescription = '' Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications. ''; homepage = \"https://openusd.org/\"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ shaddydc ]; }; } "} {"_id":"q-en-nixpkgs-a0f3aba43c1b6c5845ecce88bfd8d3a7a9926863b069ceaf1ae4c2723e9f0bae","text":"stdenv.mkDerivation (finalAttrs: { pname = \"quickemu\"; version = \"4.9.4\"; version = \"4.9.4-unstable-2024-05-28\"; src = fetchFromGitHub { owner = \"quickemu-project\"; repo = \"quickemu\"; rev = finalAttrs.version; hash = \"sha256-fjbXgze6klvbRgkJtPIUh9kEkP/As7dAj+cazpzelBY=\"; rev = \"d78255b097b599e8ab3713cb61c4085cc45f5a95\"; # TODO: return to version on next release hash = \"sha256-fF306CdGqKM+779OLm0NNyqPBtm7TuU7UN/NanT12y8=\"; }; postPatch = ''"} {"_id":"q-en-nixpkgs-a12a86a6272cd5061621d62ae0212c6ea931b6f13cd8561d25196ab98cb37ab0","text":"User = \"unifi\"; UMask = \"0077\"; WorkingDirectory = \"${stateDir}\"; # Hardening AmbientCapabilities = \"\"; CapabilityBoundingSet = \"\"; # ProtectClock= adds DeviceAllow=char-rtc r DeviceAllow = \"\"; DevicePolicy = \"closed\"; LockPersonality = true; NoNewPrivileges = true; PrivateDevices = true; PrivateMounts = true; PrivateTmp = true; PrivateUsers = true; ProtectClock = true; ProtectControlGroups = true; ProtectHome = true; ProtectHostname = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectSystem = \"strict\"; RemoveIPC = true; RestrictNamespaces = true; RestrictRealtime = true; RestrictSUIDSGID = true; SystemCallErrorNumber = \"EPERM\"; SystemCallFilter = [ \"@system-service\" ]; # Required for ProtectSystem=strict BindPaths = [ stateDir ]; # Needs network access PrivateNetwork = false; # Cannot be true due to OpenJDK MemoryDenyWriteExecute = false; }; };"} {"_id":"q-en-nixpkgs-a15e7e1b47ef4ca2ed09526d7f4a6d869ae098820f07a5cb3494ca356f84ef85","text":"meta = with stdenv.lib; { homepage = \"https://01.org/linuxmedia\"; license = licenses.mit; description = \"Intel driver for the VAAPI library\"; platforms = platforms.unix; maintainers = with maintainers; [ ]; description = \"VA-API user mode driver for Intel GEN Graphics family\"; longDescription = '' This VA-API video driver backend provides a bridge to the GEN GPUs through the packaging of buffers and commands to be sent to the i915 driver for exercising both hardware and shader functionality for video decode, encode, and processing. VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor. ''; platforms = [ \"x86_64-linux\" \"i686-linux\" ]; maintainers = with maintainers; [ primeos ]; }; }"} {"_id":"q-en-nixpkgs-a1753a16b63dc2ae6fac0b643641fb41e0442ebfafa096174a2c648527240a75","text":"pydf = callPackage ../applications/misc/pydf { }; pygmentex = callPackage ../tools/typesetting/pygmentex { }; pympress = callPackage ../applications/office/pympress { }; pythonIRClib = pythonPackages.pythonIRClib;"} {"_id":"q-en-nixpkgs-a1a51fb834b7c88d0e5b5ceb0474898a397b6c4d1880647e49b37627f80c5402","text":"When this command successfully finishes, it will tell you where the manual got generated. The HTML will be accessible through the `result` symlink at `./result/share/doc/nixos/index.html`. ## Editing DocBook XML {#sec-writing-docs-editing-docbook-xml} For general information on how to write in DocBook, see [DocBook 5: The Definitive Guide](https://tdg.docbook.org/tdg/5.1/). Emacs nXML Mode is very helpful for editing DocBook XML because it validates the document as you write, and precisely locates errors. To use it, see [](#sec-emacs-docbook-xml). [Pandoc](https://pandoc.org/) can generate DocBook XML from a multitude of formats, which makes a good starting point. Here is an example of Pandoc invocation to convert GitHub-Flavoured MarkDown to DocBook 5 XML: ```ShellSession pandoc -f markdown_github -t docbook5 docs.md -o my-section.md ``` Pandoc can also quickly convert a single `section.xml` to HTML, which is helpful when drafting. Sometimes writing valid DocBook is too difficult. In this case, submit your documentation updates in a [GitHub Issue](https://github.com/NixOS/nixpkgs/issues/new) and someone will handle the conversion to XML for you. ## Creating a Topic {#sec-writing-docs-creating-a-topic} You can use an existing topic as a basis for the new topic or create a topic from scratch. Keep the following guidelines in mind when you create and add a topic: - The NixOS [`book`](https://tdg.docbook.org/tdg/5.0/book.html) element is in `nixos/doc/manual/manual.xml`. It includes several [`parts`](https://tdg.docbook.org/tdg/5.0/book.html) which are in subdirectories. - Store the topic file in the same directory as the `part` to which it belongs. If your topic is about configuring a NixOS module, then the XML file can be stored alongside the module definition `nix` file. - If you include multiple words in the file name, separate the words with a dash. For example: `ipv6-config.xml`. - Make sure that the `xml:id` value is unique. You can use abbreviations if the ID is too long. For example: `nixos-config`. - Determine whether your topic is a chapter or a section. If you are unsure, open an existing topic file and check whether the main element is chapter or section. ## Adding a Topic to the Book {#sec-writing-docs-adding-a-topic} Open the parent CommonMark file and add a line to the list of chapters with the file name of the topic that you created. If you created a `section`, you add the file to the `chapter` file. If you created a `chapter`, you add the file to the `part` file. If the topic is about configuring a NixOS module, it can be automatically included in the manual by using the `meta.doc` attribute. See [](#sec-meta-attributes) for an explanation. "} {"_id":"q-en-nixpkgs-a1ae3a4b19d980843b8d1aae42dd766266e227733f19cd559249c30780361003","text":" { lib, buildPythonPackage, fetchPypi , billiard, click, click-didyoumean, click-plugins, click-repl, kombu, pytz, vine , boto3, case, moto, pytest, pytest-celery, pytest-subtests, pytest-timeout { lib , billiard , boto3 , buildPythonPackage , case , click , click-didyoumean , click-plugins , click-repl , fetchPypi , kombu , moto , pymongo , pytest-celery , pytest-subtests , pytest-timeout , pytestCheckHook , pythonOlder , pytz , vine }: buildPythonPackage rec { pname = \"celery\"; version = \"5.2.1\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-tBpZC0nK+OZJilfbYo5YDV+Nxv69oPQt5deDrtW3+Ag=\"; }; propagatedBuildInputs = [ billiard click click-didyoumean click-plugins click-repl kombu pytz vine ]; propagatedBuildInputs = [ billiard click click-didyoumean click-plugins click-repl kombu pytz vine ]; checkInputs = [ boto3 case moto pymongo pytest-celery pytest-subtests pytest-timeout pytestCheckHook ]; disabledTestPaths = [ # test_eventlet touches network \"t/unit/concurrency/test_eventlet.py\" # test_multi tries to create directories under /var \"t/unit/bin/test_multi.py\" \"t/unit/apps/test_multi.py\" ]; checkInputs = [ boto3 case moto pytest pytest-celery pytest-subtests pytest-timeout ]; disabledTests = [ \"msgpack\" \"test_check_privileges_no_fchown\" ]; # ignore test that's incompatible with pytest5 # test_eventlet touches network # test_mongodb requires pymongo # test_multi tries to create directories under /var checkPhase = '' pytest -k 'not restore_current_app_fallback and not msgpack and not on_apply and not pytest' --ignore=t/unit/contrib/test_pytest.py --ignore=t/unit/concurrency/test_eventlet.py --ignore=t/unit/bin/test_multi.py --ignore=t/unit/apps/test_multi.py --ignore=t/unit/backends/test_mongodb.py ''; pythonImportsCheck = [ \"celery\" ]; meta = with lib; { homepage = \"https://github.com/celery/celery/\"; description = \"Distributed task queue\"; homepage = \"https://github.com/celery/celery/\"; license = licenses.bsd3; maintainers = [ ]; maintainers = with maintainers; [ ]; }; }"} {"_id":"q-en-nixpkgs-a1cf47397f46df5df917a870e00898a580e7bc8fc54a642ca19d6522262c6173","text":" diff --git a/hotspot/src/os/linux/vm/os_linux.cpp b/hotspot/src/os/linux/vm/os_linux.cpp index c477851c1b..ff5e28d95b 100644 --- a/hotspot/src/os/linux/vm/os_linux.cpp +++ b/hotspot/src/os/linux/vm/os_linux.cpp @@ -368,13 +368,13 @@ void os::init_system_properties_values() { // ... // 7: The default directories, normally /lib and /usr/lib. #if defined(AMD64) || defined(_LP64) && (defined(SPARC) || defined(PPC) || defined(S390)) -#define DEFAULT_LIBPATH \"/usr/lib64:/lib64:/lib:/usr/lib\" +#define DEFAULT_LIBPATH \"\" #else -#define DEFAULT_LIBPATH \"/lib:/usr/lib\" +#define DEFAULT_LIBPATH \"\" #endif // Base path of extensions installed on the system. -#define SYS_EXT_DIR \"/usr/java/packages\" +#define SYS_EXT_DIR \"\" #define EXTENSIONS_DIR \"/lib/ext\" #define ENDORSED_DIR \"/lib/endorsed\" @@ -437,13 +437,13 @@ void os::init_system_properties_values() { strlen(v) + 1 + sizeof(SYS_EXT_DIR) + sizeof(\"/lib/\") + strlen(cpu_arch) + sizeof(DEFAULT_LIBPATH) + 1, mtInternal); - sprintf(ld_library_path, \"%s%s\" SYS_EXT_DIR \"/lib/%s:\" DEFAULT_LIBPATH, v, v_colon, cpu_arch); + sprintf(ld_library_path, \"%s%s\", v); Arguments::set_library_path(ld_library_path); FREE_C_HEAP_ARRAY(char, ld_library_path, mtInternal); } // Extensions directories. - sprintf(buf, \"%s\" EXTENSIONS_DIR \":\" SYS_EXT_DIR EXTENSIONS_DIR, Arguments::get_java_home()); + sprintf(buf, \"%s\" EXTENSIONS_DIR, Arguments::get_java_home()); Arguments::set_ext_dirs(buf); // Endorsed standards default directory. "} {"_id":"q-en-nixpkgs-a216f49fad32fe05c80067df81993a50c26687fa177590fbe1bb03bec585a98f","text":"installShellFiles = callPackage ../build-support/install-shell-files {}; # See doc/builders/special/invalidateFetcherByDrvHash.section.md or # https://nixos.org/manual/nixpkgs/unstable/#sec-pkgs-invalidateFetcherByDrvHash invalidateFetcherByDrvHash = f: args: let drvPath = (f args).drvPath; # It's safe to discard the context, because we don't access the path. salt = builtins.unsafeDiscardStringContext (lib.substring 0 12 (baseNameOf drvPath)); in f (args // { name = \"${args.name or \"source\"}-salted-${salt}\"; }); lazydocker = callPackage ../tools/misc/lazydocker { }; ld-is-cc-hook = makeSetupHook { name = \"ld-is-cc-hook\"; }"} {"_id":"q-en-nixpkgs-a23d1c766eabc327a5f047db3cac04db598cad305b93a20f6dbcf8a65ac52b12","text":"path = with pkgs; [ iptables ipset iproute systemd ]; postStart = '' ${pkgs.ipset}/bin/ipset -quiet create -exist sshguard4 hash:ip family inet ${pkgs.ipset}/bin/ipset -quiet create -exist sshguard6 hash:ip family inet6 ${pkgs.iptables}/bin/iptables -I INPUT -m set --match-set sshguard4 src -j DROP ${pkgs.iptables}/bin/ip6tables -I INPUT -m set --match-set sshguard6 src -j DROP '';"} {"_id":"q-en-nixpkgs-a2719fe604787205658a84b28f595cd5ab37b01e262f6db0d732a26d2f6d1df6","text":"{ stdenv, fetchurl, nss, python3 , blacklist ? [] , includeEmail ? false # Used for tests only , runCommand , cacert , openssl }: with stdenv.lib;"} {"_id":"q-en-nixpkgs-a2a0c1e8a09220ab8e16f2fca7c76c1455cab0b9e6717052fe0e8523b3a3f762","text":"import ../make-test-python.nix ( { pkgs, lib, ... }: { { pkgs, lib, ... }: let quadletContainerFile = pkgs.writeText \"quadlet.container\" '' [Unit] Description=A test quadlet container [Container] Image=localhost/scratchimg:latest Exec=bash -c 'trap exit SIGTERM SIGINT; while true; do sleep 1; done' ContainerName=quadlet Volume=/nix/store:/nix/store Volume=/run/current-system/sw/bin:/bin [Install] WantedBy=default.target ''; in { name = \"podman\"; meta = { maintainers = lib.teams.podman.members;"} {"_id":"q-en-nixpkgs-a2b0ed0f957d82e2d1096b96b7cff31b82c944df4745f5806039b98d131b4950","text":"wrapFirefox = { browser, browserName ? \"firefox\", desktopName ? \"Firefox\", nameSuffix ? \"\" , icon ? \"${browser}/lib/${browser.name}/icons/mozicon128.png\" }: , icon ? \"${browser}/lib/${browser.name}/browser/icons/mozicon128.png\" }: let cfg = stdenv.lib.attrByPath [ browserName ] {} config; enableAdobeFlash = cfg.enableAdobeFlash or false;"} {"_id":"q-en-nixpkgs-a2f6f47d87767d445e1c1681db05acc0e67481938f6603ff490cd469c52249d5","text":"{ stdenv, lib, fetchurl, docbook_xsl, docbook_xsl_ns, gettext, libxslt, glibcLocales, docbook_xml_dtd_412, docbook_sgml_dtd_41, texlive, opensp , perl, buildPerlPackage, ModuleBuild, TextWrapI18N, LocaleGettext, TermReadKey, SGMLSpm, UnicodeLineBreak, PodParser, YAMLTiny }: , perl, buildPerlPackage, ModuleBuild, TextWrapI18N, LocaleGettext, TermReadKey, SGMLSpm, UnicodeLineBreak, PodParser, YAMLTiny , fetchpatch }: buildPerlPackage rec { pname = \"po4a\";"} {"_id":"q-en-nixpkgs-a309ee41a481aeb9ab4f66173f1a7bce3e5742d6649aee3eabebb676e411445e","text":"libnotify libxfce4ui libxfce4util pcre xfconf ];"} {"_id":"q-en-nixpkgs-a37f34ab8cc291cd4271199e6baab89c6331f9a6f8c385b62338ec71749f5ebe","text":"\"colorlog\" \"emoji\" \"immutabledict\" \"sarge\" \"sentry-sdk\" \"watchdog\" \"wrapt\""} {"_id":"q-en-nixpkgs-a39a168e6c0c2e5b0fbff3b12d920e96bbfd63a9d57b099dc5b95c19d9a44f09","text":" { lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = \"typst-fmt\"; version = \"unstable-2023-04-16\"; src = fetchFromGitHub { owner = \"astrale-sharp\"; repo = pname; rev = \"9ed1fd1656f8e776b6c8d9d326c488f5ba1091eb\"; hash = \"sha256-yHR13n5yx5Yl2atteGQq+qqz21zsy37ZJfGllbvSZcQ=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"typst-0.2.0\" = \"sha256-+YHyxZTzMG9zpzLV9NgJsMtrXG+/ymPQo5b26HDYJaQ=\"; }; }; postPatch = '' cp ${./Cargo.lock} Cargo.lock ''; checkFlags = [ # test_eof is ignored upstream \"--skip=rules::tests_typst_format::test_eof\" ]; meta = with lib; { description = \"A formatter for the Typst language\"; homepage = \"https://github.com/astrale-sharp/typst-fmt\"; license = licenses.mit; maintainers = with maintainers; [ geri1701 ]; }; } "} {"_id":"q-en-nixpkgs-a3e9836c8bf804a077352966c139e190d91c14cf3f6bb13855860f8da930d969","text":" { lib , buildPythonApplication , fetchFromGitHub , gitMinimal , arrow , click , sh , wheel }: buildPythonApplication rec { pname = \"gitlint\"; version = \"0.15.1\"; src = fetchFromGitHub { owner = \"jorisroovers\"; repo = \"gitlint\"; rev = \"v${version}\"; sha256 = \"sha256-CqmE4V+svSuQAsoX0I3NpUqPU5CQf3fyCHJPrjUjHF4=\"; }; nativeBuildInputs = [ wheel ]; propagatedBuildInputs = [ arrow click sh ]; preCheck = '' export PATH=\"$out/bin:$PATH\" ''; checkInputs = [ gitMinimal ]; meta = { description = \"Linting for your git commit messages\"; homepage = \"http://jorisroovers.github.io/gitlint\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ethancedwards8 ]; }; } "} {"_id":"q-en-nixpkgs-a3ebfcb2d6b899c01ace76e217c8b9761af5ab952fb38749ae8c36467fb816d9","text":"nativeBuildInputs = [ autoconf cargo dump_syms llvmPackages.llvm # llvm-objdump makeWrapper nodejs"} {"_id":"q-en-nixpkgs-a3ee1ff743833f41ce4fc297355ef3dd3e569838baed9ae1bd37bfbe9ceedbb7","text":" { lib, stdenv, fetchFromGitHub, rustPlatform, Security, installShellFiles }: { lib , stdenv , fetchFromGitHub , rustPlatform , Security , SystemConfiguration , installShellFiles }: rustPlatform.buildRustPackage rec { pname = \"ferium\";"} {"_id":"q-en-nixpkgs-a45762ae6072578ed44f582ebbb5d4a9655b669776de8dcdcac6160c49b34d5e","text":"./darwin-mutexes-4.8.patch ]; drvArgs.configureFlags = lib.optional (targetPlatform.useLLVM or false) \"--with-mutex=POSIX/pthreads\"; drvArgs.hardeningDisable = [ \"format\" ]; drvArgs.doCheck = false; })"} {"_id":"q-en-nixpkgs-a49eeb4ad477eae5844eaee22cfc55efbab50faadf904a88d9896cfc3e596856","text":"openai = with python3Packages; toPythonApplication openai; openai-whisper = with python3.pkgs; toPythonApplication openai-whisper; opengrok = callPackage ../development/tools/misc/opengrok { }; openocd = callPackage ../development/embedded/openocd { };"} {"_id":"q-en-nixpkgs-a4b236a33020c5e7c412f2e4c7f23943475b366f9214a63d51a39157b70c38ed","text":"if (ipc) { const generator = (stdout: any, res: any) => { diff --git a/src/floating_exceptions/src/main.ts b/src/floating_exceptions/src/main.ts index f298ec7..87a6bc4 100644 --- a/src/floating_exceptions/src/main.ts +++ b/src/floating_exceptions/src/main.ts @@ -1,4 +1,4 @@ -#!/usr/bin/gjs +#!/usr/bin/env gjs imports.gi.versions.Gtk = '3.0' @@ -329,4 +329,4 @@ function main() { Gtk.main() } -main() No newline at end of file +main() diff --git a/src/panel_settings.ts b/src/panel_settings.ts index 83ff56c..1bc1e98 100644 --- a/src/panel_settings.ts"} {"_id":"q-en-nixpkgs-a4bcd8ff5004a94458302adb1f71c060a2643e97c646679e9493ac3d7dd1712f","text":", zlib , zstd # Dependencies of overridden Python dependencies, hopefully we can remove these soon. , rustPlatform # Optional Dependencies , curl ? null , expat ? null"} {"_id":"q-en-nixpkgs-a4d4858d8007d17dc949d974ae68331b066b48da797034628d7949fcae4571ca","text":"|| cfg.openssh.authorizedKeys.keyFiles != []) ) cfg.users) ++ [ config.security.googleOsLogin.enable ]); ]; message = '' Neither the root account nor any wheel user has a password or SSH authorized key. You must set one to prevent being locked out of your system.''; You must set one to prevent being locked out of your system. If you really want to be locked out of your system, set users.allowNoPasswordLogin = true; However you are most probably better off by setting users.mutableUsers = true; and manually running passwd root to set the root password. ''; } ] ++ flatten (flip mapAttrsToList cfg.users (name: user: ["} {"_id":"q-en-nixpkgs-a4ed2901a966b342094f2109670eb5d4dc3baedcd4a37c01e4c47493368acc71","text":"# Splicer will pull out correct variations libDeps = platform: [ ncurses ] ++ stdenv.lib.optional (!enableIntegerSimple) gmp ++ stdenv.lib.optional (platform.libc != \"glibc\") libiconv ++ stdenv.lib.optional enableDwarf elfutils; ++ stdenv.lib.optional (platform.libc != \"glibc\") libiconv; toolsForTarget = [ pkgsBuildTarget.targetPackages.stdenv.cc"} {"_id":"q-en-nixpkgs-a4f5fde673ef8172592e2f9e8bf36e3297d3b15610915335849cbec790f0fd36","text":"${pkgs.remarshal}/bin/json2yaml -i ${lovelaceConfigJSON} -o $out ''; availableComponents = pkgs.home-assistant.availableComponents; availableComponents = cfg.package.availableComponents; # Given component \"parentConfig.platform\", returns whether config.parentConfig # is a list containing a set with set.platform == \"platform\"."} {"_id":"q-en-nixpkgs-a512231d529d0d6e049857739a511651ec32c0ebecdfaf524a48e4e812310be8","text":"configureFlags = [ \"--with-gtk\" \"--with--board3d\" ]; desktopItems = makeDesktopItem { desktopName = \"GNU Backgammon\"; name = pname; genericName = \"Backgammon\"; comment = meta.description; exec = pname; icon = pname; categories = [ \"Game\" \"GTK\" \"StrategyGame\" ]; }; meta = with lib; { description = \"World class backgammon application\"; homepage = \"https://www.gnu.org/software/gnubg/\";"} {"_id":"q-en-nixpkgs-a533d5a7195838e5cabd13606365631ba70b6472f5bd8c21214c288ea59155d1","text":"fsck = handleTest ./fsck.nix {}; fwupd = handleTestOn [\"x86_64-linux\"] ./fwupd.nix {}; # libsmbios is unsupported on aarch64 gdk-pixbuf = handleTest ./gdk-pixbuf.nix {}; gotify-server = handleTest ./gotify-server.nix {}; gitea = handleTest ./gitea.nix {}; gitlab = handleTest ./gitlab.nix {}; gitolite = handleTest ./gitolite.nix {};"} {"_id":"q-en-nixpkgs-a53a276d35db82ee903eff275ea66ae6ee40e3721473c178cd113718ef0df061","text":" { lib, stdenv, fetchFromGitHub, cmake, libminc }: stdenv.mkDerivation { pname = \"ebtks\"; version = \"unstable-2017-09-23\"; src = fetchFromGitHub { owner = \"BIC-MNI\"; repo = \"EBTKS\"; rev = \"67e4e197d8a32d6462c9bdc7af44d64ebde4fb5c\"; sha256 = \"1a1qw6i47fs1izx60l1ysabpmyx9j5sjnbdv8b47wi2xcc9i3hpq\"; }; # error: use of undeclared identifier 'finite'; did you mean 'isfinite'? postPatch = '' substituteInPlace templates/EBTKS/SimpleArray.h --replace \"#define FINITE(x) finite(x)\" \"#define FINITE(x) isfinite(x)\" '' # error: ISO C++17 does not allow 'register' storage class specifier + '' find . -type f -exec sed -i -e 's/register //g' {} + ''; nativeBuildInputs = [ cmake ]; buildInputs = [ libminc ]; cmakeFlags = [ \"-DLIBMINC_DIR=${libminc}/lib/cmake\" ]; meta = with lib; { homepage = \"https://github.com/BIC-MNI/EBTKS\"; description = \"Library for working with MINC files\"; maintainers = with maintainers; [ bcdarwin ]; platforms = platforms.unix; license = licenses.free; }; } "} {"_id":"q-en-nixpkgs-a55c93a2a0b8f1950066dc4b1615fcfd2e0e6269fb04b78380b104516a292f6c","text":"openapi-core = callPackage ../development/python-modules/openapi-core { }; openusd = callPackage ../development/python-modules/openusd { alembic = pkgs.alembic; }; overly = callPackage ../development/python-modules/overly { }; overpy = callPackage ../development/python-modules/overpy { };"} {"_id":"q-en-nixpkgs-a5739fa8ce3b3c45328024c9e9828fa305219f605591943229a5e8b620c10823","text":"''; strictDeps = true; propagatedBuildInputs = [ bintools ] ++ extraTools ++ optionals cc.langD or false [ zlib ]; propagatedBuildInputs = [ bintools ] ++ extraTools ++ optionals cc.langD or cc.langJava or false [ zlib ]; depsTargetTargetPropagated = optional (libcxx != null) libcxx ++ extraPackages; setupHooks = ["} {"_id":"q-en-nixpkgs-a584bf994e24a1c03439e848b97b114b07e61063812968fa069a3d40d6e51e50","text":" { lib, stdenv, fetchurl, fetchpatch, libtool }: { lib, stdenv, fetchurl, fetchpatch, libtool, libtommath }: stdenv.mkDerivation rec { pname = \"libtomcrypt\";"} {"_id":"q-en-nixpkgs-a5d7daf4f2b4bbac0d1e96335a257fa990465cd65b83a5d37b86402709a75722","text":" { haskellLib }: { haskellLib, fetchpatch, buildPackages }: let inherit (haskellLib) addBuildTools appendConfigureFlag dontHaddock doJailbreak; let inherit (haskellLib) addBuildTools appendConfigureFlag dontHaddock doJailbreak markUnbroken overrideCabal; in self: super: { ghcjs = doJailbreak (super.ghcjs.overrideScope (self: super: { ghcjs = overrideCabal (drv: { # Jailbreak and patch can be dropped after https://github.com/ghcjs/ghcjs/pull/833 jailbreak = true; patches = drv.patches or [] ++ [ (fetchpatch { name = \"ghcjs-aeson-2.0.patch\"; url = \"https://github.com/ghcjs/ghcjs/commit/9ef1f92d740e8503d15d91699f57db147f0474cc.patch\"; sha256 = \"0cgxcy6b5870bv4kj54n3bzcqinh4gl4w4r78dg43h2mblhkzbnj\"; }) ]; }) (super.ghcjs.overrideScope (self: super: { optparse-applicative = self.optparse-applicative_0_15_1_0; webdriver = overrideCabal (drv: { patches = drv.patches or [] ++ [ # Patch for aeson 2.0 which adds a lower bound on it, so we don't apply it globally # Pending https://github.com/kallisti-dev/hs-webdriver/pull/183 (fetchpatch { name = \"webdriver-aeson-2.0.patch\"; url = \"https://github.com/georgefst/hs-webdriver/commit/90ded63218da17fc0bd9f9b208b0b3f60b135757.patch\"; sha256 = \"1xvkk51r2v020xlmci5n1fd1na8raa332lrj7r9f0ijsyfvnqlv0\"; excludes = [ \"webdriver.cabal\" ]; }) ]; # Fix line endings so patch applies prePatch = drv.prePatch or \"\" + '' find . -name '*.hs' | xargs \"${buildPackages.dos2unix}/bin/dos2unix\" ''; jailbreak = true; broken = false; }) super.webdriver; })); }"} {"_id":"q-en-nixpkgs-a5de4d910e5dd58867d1f42281493257c8cf511fa709c85ed671dcf79c807f4f","text":"# package customization , channel ? \"stable\" , enableNaCl ? false , enableHotwording ? false , gnomeSupport ? false, gnome ? null , gnomeKeyringSupport ? false , proprietaryCodecs ? true"} {"_id":"q-en-nixpkgs-a5ded29d45f936c6ebb2b29f78cfaf4c5729c0392aed14c84e705677b75bab0c","text":" { lib, stdenv, fetchFromGitHub, makeWrapper, perl, procps, file, gnused, bash }: { lib, stdenv, fetchFromGitHub, makeWrapper, perl, procps, file, gnused, bash, binutils }: stdenv.mkDerivation rec { pname = \"lesspipe\";"} {"_id":"q-en-nixpkgs-a5e1a4539517d5487b89c178f72837d91eb8d9d40386e5b5f47bb5bfcfc2f061","text":"pnpmWorkspace prePnpmInstall ; hash = \"sha256-n7HTd/rKxJdQKnty5TeOcyvBU9j/EClQ9IHqbBaEwQE=\"; hash = \"sha256-q9a4nFPRhR6W/PT1l/Q1799iDmI+WTsudUP8rb8e97g=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-a6120f5b58bdd196793a73274e048ee7d7baa6ab767a5f9d9ac28f36bc11664d","text":"stdenv.mkDerivation rec { pname = \"opensc\"; version = \"0.20.0\"; version = \"0.21.0\"; src = fetchFromGitHub { owner = \"OpenSC\"; repo = \"OpenSC\"; rev = version; sha256 = \"0mg8qmhww3li1isfgvn5hang1hq58zra057ilvgci88csfziv5lv\"; sha256 = \"sha256-OjOfA1pIu8NeN+hPuow5UVMKsg0PrsLojw5h05/Qm+o=\"; }; patches = [ (fetchpatch { # https://nvd.nist.gov/vuln/detail/CVE-2020-26570 name = \"CVE-2020-26570.patch\"; url = \"https://github.com/OpenSC/OpenSC/commit/6903aebfddc466d966c7b865fae34572bf3ed23e.patch\"; sha256 = \"sha256-aB9iCVcdp9zFhZiSv5A399Ttj7NUHRVgXr0EfmMwKN4=\"; }) (fetchpatch { # https://nvd.nist.gov/vuln/detail/CVE-2020-26572 name = \"CVE-2020-26572.patch\"; url = \"https://github.com/OpenSC/OpenSC/commit/9d294de90d1cc66956389856e60b6944b27b4817.patch\"; sha256 = \"sha256-gKJaR5K+NaXh4NeTkGpzHzHCdpt6n54Hnt1GAq0tA9o=\"; }) ]; nativeBuildInputs = [ pkgconfig autoreconfHook ]; buildInputs = [ zlib readline openssl libassuan"} {"_id":"q-en-nixpkgs-a616634c7f1b32bd318b173724dd4ca479999c6aca39007c62184500591d3431","text":"in python3.pkgs.buildPythonApplication rec { pname = \"matrix-synapse\"; version = \"1.112.0\"; version = \"1.113.0\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"element-hq\"; repo = \"synapse\"; rev = \"v${version}\"; hash = \"sha256-8iXw9C91kPWDlzo/3AA/iVCQqq47eGSORMTzEQTTS+8=\"; hash = \"sha256-8Ts2QOSugPU8Do1Mpusez9tSqiaB+UzCWWY4XJk/KRM=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = \"${pname}-${version}\"; hash = \"sha256-hx/IMOxk4vUHXMMIcnxnC3RJcIvJL+IooZnf+m+VKSs=\"; hash = \"sha256-Jlnv3GAobrXaO5fBq6oI9Gq8phz2/jFc+QIUYsUyeNo=\"; }; postPatch = ''"} {"_id":"q-en-nixpkgs-a619058be3a054f8b358061fadfd02792a440086d349fbc1fc1525f9c45f888d","text":"cmakeFlags = [ \"-DBUILD_SHARED_LIBS=${if static then \"OFF\" else \"ON\"}\" \"-DCMAKE_SKIP_BUILD_RPATH=OFF\" \"-DSNAPPY_BUILD_TESTS=OFF\" \"-DSNAPPY_BUILD_BENCHMARKS=OFF\" ]; postInstall = '' substituteInPlace \"$out\"/lib/cmake/Snappy/SnappyTargets.cmake --replace 'INTERFACE_INCLUDE_DIRECTORIES \"''${_IMPORT_PREFIX}/include\"' 'INTERFACE_INCLUDE_DIRECTORIES \"'$dev'\"' mkdir -p $dev/lib/pkgconfig cat < $dev/lib/pkgconfig/snappy.pc Name: snappy Description: Fast compressor/decompressor library. Version: ${version} Libs: -L$out/lib -lsnappy Cflags: -I$dev/include EOF ''; checkTarget = \"test\"; #checkTarget = \"test\"; doCheck = true; # requires gbenchmark and gtest but it also installs them out $dev doCheck = false; meta = with lib; { homepage = \"https://google.github.io/snappy/\";"} {"_id":"q-en-nixpkgs-a6750da84b3df74a4c23a2c72de99f1dd7bb2f8029d227dfec8646dfabab72d3","text":", fetchurl , dpkg , autoPatchelfHook , copyDesktopItems , pango , gtk3 , alsa-lib"} {"_id":"q-en-nixpkgs-a6c9b3fc56d3e693c3d21f0deb53c2dd2ae259177823646ba915fc848c6db4b5","text":"stdenv.mkDerivation rec { pname = \"calibre\"; version = \"6.11.0\"; version = \"6.15.1\"; src = fetchurl { url = \"https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz\"; hash = \"sha256-ylOZ5ljA5uBb2bX/qFhsmPQW6dJVEH9jxQaR2u8C4Wc=\"; hash = \"sha256-t9fG1hBlQmDh0i5ezBoqk9C9oliNNF0peKDz1YH7RBo=\"; }; # https://sources.debian.org/patches/calibre/${version}+dfsg-1"} {"_id":"q-en-nixpkgs-a72b83956cbb5fc3532507822184d19f5150a3f4f38c8e506036d41fb4fd8a64","text":"phases = [ \"installPhase\" \"fixupPhase\" ]; installPhase = '' mkdir -p $out/bin cp ${src} $out/bin/kpcli chmod +x $out/bin/kpcli mkdir -p $out/{bin,share} cp ${src} $out/share/kpcli.pl chmod +x $out/share/kpcli.pl wrapProgram $out/bin/kpcli --set PERL5LIB makeWrapper $out/share/kpcli.pl $out/bin/kpcli --set PERL5LIB \"${with perlPackages; stdenv.lib.makePerlPath ([ CaptureTiny Clipboard Clone CryptRijndael SortNaturally TermReadKey TermShellUI FileKeePass TermReadLineGnu XMLParser ] ++ stdenv.lib.optional stdenv.isDarwin MacPasteboard)}\""} {"_id":"q-en-nixpkgs-a73f62684405748db28b395614de448aefe53031b18eaee4d02ba4f5ae880191","text":"gspeech = callPackage ../applications/audio/gspeech { }; haruna = libsForQt5.callPackage ../applications/video/haruna { }; icesl = callPackage ../applications/misc/icesl { }; keepassx = callPackage ../applications/misc/keepassx { };"} {"_id":"q-en-nixpkgs-a74333012614cf1dd21a84666164c50d2c0f9ceecc011098029e883630dcc0dc","text":"terminal-parrot = callPackage ../applications/misc/terminal-parrot { }; epsonscan2 = pkgs.libsForQt5.callPackage ../misc/drivers/epsonscan2 { }; epson-alc1100 = callPackage ../misc/drivers/epson-alc1100 { }; epson-escpr = callPackage ../misc/drivers/epson-escpr { };"} {"_id":"q-en-nixpkgs-a81a7965e82e95dd4d509cea951c7626ba68784e35acb44f7a589d071e67ac0c","text":"wayshot = callPackage ../tools/misc/wayshot { }; waylevel = callPackage ../tools/misc/waylevel { }; wbg = callPackage ../applications/misc/wbg { }; hikari = callPackage ../applications/window-managers/hikari {"} {"_id":"q-en-nixpkgs-a83932d90eca781b33931675c12648942e85ca77df4b9efb412080056a21e6e6","text":"src = fetchurl { url = \"https://www.expressvpn.works/clients/linux/expressvpn_${version}-1_amd64.deb\"; hash = \"sha256-lyDjG346FrgT7SZbsWET+Hexl9Un6mzMukfO2PwlInA=\"; hash = \"sha256-cDZ9R+MA3FXEto518bH4/c1X4W9XxgTvXns7zisylew=\"; }; nativeBuildInputs = [ dpkg autoPatchelfHook ];"} {"_id":"q-en-nixpkgs-a83a98f31955fff75649bdf778442b04fd09243d2bb9d74c25edc7526d0d4fdd","text":"# Update submodules init_submodules(){ # Add urls into .git/config file clean_git submodule init # list submodule directories and their hashes git submodule status | while read -r l; do local hash local dir local name local url # checkout each submodule hash=$(echo \"$l\" | awk '{print $1}' | tr -d '-') dir=$(echo \"$l\" | sed -n 's/^.[0-9a-f]+ (.*[^)]*)( (.*))?$/1/p') name=$( git config -f .gitmodules --get-regexp submodule..*.path | sed -n \"s,^(.*).path $dir$,1,p\") url=$(git config --get \"${name}.url\") clone \"$dir\" \"$url\" \"$hash\" \"\" done clean_git submodule update --init --recursive -j $NIX_BUILD_CORES } clone(){"} {"_id":"q-en-nixpkgs-a873216535b6fd639c520ea94ca8106b3af70540c2fe25570fb8e8fcf45d2eb9","text":"''; homepage = \"https://nixos.org/\"; license = licenses.lgpl2Plus; maintainers = with maintainers; [ eelco lovesegfault artturin ]; inherit maintainers; platforms = platforms.unix; outputsToInstall = [ \"out\" ] ++ optional enableDocumentation \"man\"; mainProgram = \"nix\";"} {"_id":"q-en-nixpkgs-a893851a5f2512dc8cf4a500baec1eaff4b02ffe6f68a79574f4fd3540f444e5","text":"description = \"Open Source Routing Machine computes shortest paths in a graph. It was designed to run well with map data from the Openstreetmap Project\"; license = lib.licenses.bsd2; maintainers = with lib.maintainers;[ erictapen ]; platforms = lib.platforms.linux; platforms = lib.platforms.unix; }; }"} {"_id":"q-en-nixpkgs-a8b98382159f401f8ed7c15c090ff7370c950137afd1b9bf4ba44002b492cef9","text":"owner = \"draios\"; repo = \"sysdig\"; rev = version; hash = \"sha256-y6WArSz57w8vb3A3nHT37G6D8++6en2jQfeIS4YCD9U=\"; hash = \"sha256-oufRTr5TFdpF50pmem2L3bBFIfwxCR8f1xi0A328iHo=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-a8bce59bce9d980625472411e256d3189674389e787d8b413a453fe5aa173729","text":"distro josepy parsedatetime psutil pyRFC3339 pyopenssl pytz requests six zope_component zope_interface ]; buildInputs = [ dialog ] ++ (with python37Packages; [ mock gnureadline ]); buildInputs = [ dialog mock gnureadline ]; checkInputs = with python37Packages; [ pytest_xdist pytest dateutil ]; checkInputs = [ pytest_xdist pytest dateutil ]; postPatch = '' preBuild = '' cd certbot substituteInPlace certbot/_internal/notify.py --replace \"/usr/sbin/sendmail\" \"/run/wrappers/bin/sendmail\" ''; postInstall = ''"} {"_id":"q-en-nixpkgs-a8d11b49e0f1777b0963771d0219292bd5c747bdf1e127152b1f2fc720ff74d0","text":", callPackage , cargo , cffi , cryptography-vectors ? (callPackage ./vectors.nix { }) , fetchPypi , hypothesis , iso8601"} {"_id":"q-en-nixpkgs-a9069ead1014c0ba06eb54c782394afc26b59856dd676375f3404d84ff9ffd3a","text":"}); contentsList = if builtins.isList contents then contents else [ contents ]; bind-paths = builtins.toString (builtins.map (path: \"--bind=${path}:${path}!\") [ \"/dev/\" \"/proc/\" \"/sys/\" \"${builtins.storeDir}/\" \"$out/layer.tar\" ]); # We store the customisation layer as a tarball, to make sure that # things like permissions set on 'extraCommands' are not overridden"} {"_id":"q-en-nixpkgs-a9198bc33497e5bc98f053501237371410c437ad759bbdd419e55cd122afacc6","text":"update-source-version perlPackages.SysVirt \"$sysvirtVersion\" --file=\"pkgs/top-level/perl-packages.nix\" ''; passthru.tests.libvirtd = nixosTests.libvirtd; meta = { homepage = \"https://libvirt.org/\"; description = ''"} {"_id":"q-en-nixpkgs-a91b843d7a2cd4ebde5bc2748fd9b0671fcacf35572f35c6de8cbdbfb952c0f6","text":"stdenv.mkDerivation rec { pname = \"gasket\"; version = \"1.0-18-unstable-2023-09-05\"; version = \"1.0-18-unstable-2024-04-25\"; src = fetchFromGitHub { owner = \"google\"; repo = \"gasket-driver\"; rev = \"09385d485812088e04a98a6e1227bf92663e0b59\"; sha256 = \"fcnqCBh04e+w8g079JyuyY2RPu34M+/X+Q8ObE+42i4=\"; rev = \"5815ee3908a46a415aac616ac7b9aedcb98a504c\"; sha256 = \"O17+msok1fY5tdX1DvqYVw6plkUDF25i8sqwd6mxYf8=\"; }; makeFlags = kernel.makeFlags ++ ["} {"_id":"q-en-nixpkgs-a9424326f3a7826bfaea41ccf5fdda79fc0567e07fb53be1d2c432b1ed96b066","text":" https://dl.google.com/android/repository/ # This file is generated from generate-sources.sh. DO NOT EDIT. # Execute generate-sources.sh or fetch.sh to update the file. {stdenv, fetchurl, unzip}: let buildSource = args: stdenv.mkDerivation (args // { buildInputs = [ unzip ]; buildCommand = '' mkdir -p $out cd $out unzip $src ''; }); in { source_ = buildSource { name = \"android-source-\"; src = fetchurl { url = ; sha1 = \"\"; }; meta = { description = \"Source code for Android API \"; }; }; } "} {"_id":"q-en-nixpkgs-a95e549b9ee73f716668310862ce51a52867b618d0e0cbbb2d58ddf359a58df4","text":"github = \"jali-clarke\"; githubId = 17733984; }; james-atkins = { name = \"James Atkins\"; github = \"james-atkins\"; githubId = 9221409; }; jamiemagee = { email = \"jamie.magee@gmail.com\"; github = \"JamieMagee\";"} {"_id":"q-en-nixpkgs-a9627f2ec8ec02c3cadccf7f3bd3d049b946911b9a0323e95ade8a46cecceadc","text":" { lib , stdenvNoCC , fetchFromGitHub }: stdenvNoCC.mkDerivation rec { pname = \"mutt-wizard\"; version = \"3.2.1\"; src = fetchFromGitHub { owner = \"LukeSmithxyz\"; repo = \"mutt-wizard\"; rev = \"v${version}\"; sha256 = \"1m4s0vj57hh38rdgdc28p10vnsq80dh708imvdgxbj1i96nq41r8\"; }; makeFlags = [ \"PREFIX=$(out)\" ]; meta = with lib; { description = \"System for automatically configuring mutt and isync\"; homepage = \"https://github.com/LukeSmithxyz/mutt-wizard\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ shamilton ]; platforms = platforms.unix; }; } "} {"_id":"q-en-nixpkgs-a9fa6470a6ab3d28d871d20ae046511242f0d22ebaf8e938ef5af5319513ffd9","text":" { lib, buildGoModule, fetchpatch, fetchFromGitHub, }: buildGoModule rec { pname = \"journalist\"; version = \"1.0.0-unstable-2024-06-15\"; src = fetchFromGitHub { owner = \"mrusme\"; repo = \"journalist\"; rev = \"93781b1278e271995769f576b74fee794a19de14\"; hash = \"sha256-RRo9AEaHJPzN9+oW5kIBUNCPVdFkY2USOIZeUts8P/M=\"; }; overrideModAttrs = _oldAttrs: { patches = [ # fix go.sum by adding missing module # see https://github.com/mrusme/journalist/pull/18 (fetchpatch { name = \"fix-go-sum.patch\"; url = \"https://github.com/mrusme/journalist/commit/546585222993586057a12ab4e9b38000c537f6cf.patch\"; hash = \"sha256-+QZhP/Har5UVi1pvqB6wWY0+xKqP0B8QukCcNlGkqxQ=\"; }) ]; }; vendorHash = \"sha256-fEHVc9kRbeeXICWhJshLp9JK/ICBR/RB5SVChJzSXpI=\"; ldflags = [ \"-s\" \"-w\" \"-X github.com/mrusme/journalist/journalistd.VERSION=${version}\" ]; meta = { description = \"RSS aggregator\"; homepage = \"https://github.com/mrusme/journalist\"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ moraxyc ]; mainProgram = \"journalist\"; }; } "} {"_id":"q-en-nixpkgs-aa42e572866c42bc10fa8571bb4ba1582315ba0febb7e1da0bf4d020ec0fe288","text":" { stdenv, lib, fetchurl, appimageTools, makeWrapper, electron_22 }: { stdenv, lib, fetchurl, appimageTools, makeWrapper, electron, nixosTests }: stdenv.mkDerivation rec { pname = \"freetube\";"} {"_id":"q-en-nixpkgs-aa439722f3f303a8f20727b82740174da9647dae336375d991e82856a702f962","text":" { stdenv, lib, fetchurl, fetchpatch, fixDarwinDylibNames, nativeBuildRoot }: { stdenv, lib, fetchurl, fetchpatch, fixDarwinDylibNames, nativeBuildRoot, buildRootOnly ? false }: import ./base.nix { version = \"63.1\";"} {"_id":"q-en-nixpkgs-aa483b0008b30f76c8340bb06f8828de5a863bced935f1f2bd4ca4ca76c67853","text":", gtkspell3 , glib , libgee , pcre , sqlite , discount , wrapGAppsHook , withPantheon ? false }: , withPantheon ? false }: stdenv.mkDerivation rec { pname = \"notes-up\"; version = \"2.0.2\"; version = \"unstable-2020-12-29\"; src = fetchFromGitHub { owner = \"Philip-Scott\"; repo = \"Notes-up\"; rev = version; sha256 = \"0bklgp8qrrj9y5m77xqbpy1ld2d9ya3rlxklgzx3alffq5312i4s\"; rev = \"2ea9f35f588769758f5d2d4436d71c4059141a6f\"; sha256 = \"sha256-lKOM9+s34xYB9bF9pgip9DFu+6AaxSE4HjFVhoWtttk=\"; }; nativeBuildInputs = [ cmake ninja # fails with newer vala: https://github.com/Philip-Scott/Notes-up/issues/349 vala_0_46 vala pkg-config wrapGAppsHook ];"} {"_id":"q-en-nixpkgs-aa6e0358b604e2cf0d2734f7c85a44c77eee5b02c6a2f4adfd7e2f907d421d0c","text":"systemd.packages = [ cfg.package ]; # The upstream unit does not use StateDirectory, and will # fail if the directory it needs is not present. Should be # fixed when https://gitlab.freedesktop.org/libfprint/fprintd/merge_requests/5 # is merged. systemd.services.fprintd.serviceConfig.StateDirectory = \"fprint\"; }; }"} {"_id":"q-en-nixpkgs-aa86ab7ec9d9fedb37ea1998cd0208f6082bb286d3777091648ff209e75220b1","text":" { stdenv, fetchFromGitHub, makeWrapper, chromaprint { stdenv, mkDerivation, fetchFromGitHub, makeWrapper, chromaprint , fftw, flac, faad2, glibcLocales, mp4v2 , libid3tag, libmad, libopus, libshout, libsndfile, libusb1, libvorbis , libGLU, libxcb, lilv, lv2, opusfile"} {"_id":"q-en-nixpkgs-aad57889f42c38819477a14cb6f40e08fa9e0c9f69d42ed3ded063b87f46d8c1","text":"liberal-crime-squad = callPackage ../games/liberal-crime-squad { }; liberation-circuit = callPackage ../games/liberation-circuit { }; lincity = callPackage ../games/lincity {}; lincity_ng = callPackage ../games/lincity/ng.nix {"} {"_id":"q-en-nixpkgs-aafe08c2e02be69449269ba18a8759962db74a13d9a1cbc967ae9e8002588022","text":"(fetchNuGet { pname = \"System.Composition.Hosting\"; version = \"8.0.0\"; sha256 = \"1gbfimhxx6v6073pblv4rl5shz3kgx8lvfif5db26ak8pl5qj4kb\"; }) (fetchNuGet { pname = \"System.Composition.Runtime\"; version = \"8.0.0\"; sha256 = \"0snljpgfmg0wlkwilkvn9qjjghq1pjdfgdpnwhvl2qw6vzdij703\"; }) (fetchNuGet { pname = \"System.Composition.TypedParts\"; version = \"8.0.0\"; sha256 = \"0skwla26d8clfz3alr8m42qbzsrbi7dhg74z6ha832b6730mm4pr\"; }) (fetchNuGet { pname = \"System.IdentityModel.Tokens.Jwt\"; version = \"7.0.3\"; sha256 = \"1fls88ffq34j1gr6zay1crm27v3sjs5fa4mvj9akqjq05bxanlhk\"; }) (fetchNuGet { pname = \"System.Diagnostics.DiagnosticSource\"; version = \"5.0.0\"; sha256 = \"0phd2qizshjvglhzws1jd0cq4m54gscz4ychzr3x6wbgl4vvfrga\"; }) (fetchNuGet { pname = \"System.Linq.Async\"; version = \"6.0.1\"; sha256 = \"10ira8hmv0i54yp9ggrrdm1c06j538sijfjpn1kmnh9j2xk5yzmq\"; }) (fetchNuGet { pname = \"System.Reflection.Metadata\"; version = \"1.6.0\"; sha256 = \"1wdbavrrkajy7qbdblpbpbalbdl48q3h34cchz24gvdgyrlf15r4\"; }) (fetchNuGet { pname = \"System.Security.AccessControl\"; version = \"5.0.0\"; sha256 = \"17n3lrrl6vahkqmhlpn3w20afgz09n7i6rv0r3qypngwi7wqdr5r\"; })"} {"_id":"q-en-nixpkgs-ab11a12289ff13ba5525d5b00c66087296bd920253612296be2a49b19e28dc35","text":"let cfg = config.services.nbd; configFormat = pkgs.formats.ini { }; iniFields = with types; attrsOf (oneOf [ bool int float str ]); serverConfig = configFormat.generate \"nbd-server-config\" ({ generic = (cfg.server.extraOptions // { user = \"root\"; group = \"root\"; port = cfg.server.listenPort; } // (optionalAttrs (cfg.server.listenAddress != null) { listenaddr = cfg.server.listenAddress; })); } // (mapAttrs # The `[generic]` section must come before all the others in the # config file. This means we can't just dump an attrset to INI # because that sorts the sections by name. Instead, we serialize it # on its own first. genericSection = { generic = (cfg.server.extraOptions // { user = \"root\"; group = \"root\"; port = cfg.server.listenPort; } // (optionalAttrs (cfg.server.listenAddress != null) { listenaddr = cfg.server.listenAddress; })); }; exportSections = mapAttrs (_: { path, allowAddresses, extraOptions }: extraOptions // { exportname = path; } // (optionalAttrs (allowAddresses != null) { authfile = pkgs.writeText \"authfile\" (concatStringsSep \"n\" allowAddresses); })) cfg.server.exports) ); cfg.server.exports; serverConfig = pkgs.writeText \"nbd-server-config\" '' ${lib.generators.toINI {} genericSection} ${lib.generators.toINI {} exportSections} ''; splitLists = partition (path: hasPrefix \"/dev/\" path)"} {"_id":"q-en-nixpkgs-ab219e02507cb99e62529087f8d0ac98f96c60feaed8df66610a51cafab30d81","text":"(b == armv7l && isCompatible a armv7a) (b == armv7l && isCompatible a armv7r) (b == armv7l && isCompatible a armv7m) (b == armv7a && isCompatible a armv8a) (b == armv7r && isCompatible a armv8a) (b == armv7m && isCompatible a armv8a) (b == armv7a && isCompatible a armv8r) (b == armv7r && isCompatible a armv8r) (b == armv7m && isCompatible a armv8r) (b == armv7a && isCompatible a armv8m) (b == armv7r && isCompatible a armv8m) (b == armv7m && isCompatible a armv8m) # ARMv8 (b == armv8r && isCompatible a armv8a) (b == armv8m && isCompatible a armv8a) # XXX: not always true! Some arm64 cpus don’t support arm32 mode. (b == aarch64 && a == armv8a) (b == armv8a && isCompatible a aarch64) (b == armv8r && isCompatible a armv8a) (b == armv8m && isCompatible a armv8a) # PowerPC (b == powerpc && isCompatible a powerpc64)"} {"_id":"q-en-nixpkgs-ab52e49e6913c0d2899c9cf22a40b0f81f4cb5bb31bfcb0c2ce04c7910a74f79","text":"{ lib, stdenv, fetchFromGitHub, cmake }: stdenv.mkDerivation rec { pname = \"vulkan-headers\"; version = \"1.2.189.1\"; version = \"1.2.198.0\"; nativeBuildInputs = [ cmake ];"} {"_id":"q-en-nixpkgs-ab70adc552b19410c5a1380ebaea20686dc807a72ddee386a9e89eaec1afbb94","text":" { lib, stdenv, fetchurl, fetchFromGitHub, jdk, jre, gradle, bash, coreutils , substituteAll, nixosTests, fetchpatch, writeText }: let version = \"01497\"; freenet_ext = fetchurl { url = \"https://github.com/freenet/fred/releases/download/build01495/freenet-ext.jar\"; sha256 = \"sha256-MvKz1r7t9UE36i+aPr72dmbXafCWawjNF/19tZuk158=\"; }; seednodes = fetchurl { url = \"https://downloads.freenetproject.org/alpha/opennet/seednodes.fref\"; sha256 = \"08awwr8n80b4cdzzb3y8hf2fzkr1f2ly4nlq779d6pvi5jymqdvv\"; }; patches = [ # gradle 7 support # https://github.com/freenet/fred/pull/827 (fetchpatch { url = \"https://github.com/freenet/fred/commit/8991303493f2c0d9933f645337f0a7a5a979e70a.patch\"; sha256 = \"sha256-T1zymxRTADVhhwp2TyB+BC/J4gZsT/CUuMrT4COlpTY=\"; }) ]; in stdenv.mkDerivation rec { pname = \"freenet\"; inherit version patches; src = fetchFromGitHub { owner = \"freenet\"; repo = \"fred\"; rev = \"refs/tags/build${version}\"; hash = \"sha256-pywNPekofF/QotNVF28McojqK7c1Zzucds5rWV0R7BQ=\"; }; postPatch = '' rm gradle/verification-{keyring.keys,metadata.xml} ''; nativeBuildInputs = [ gradle jdk ]; wrapper = substituteAll { src = ./freenetWrapper; inherit bash coreutils jre seednodes; }; mitmCache = gradle.fetchDeps { inherit pname; data = ./deps.json; }; # using reproducible archives breaks the build gradleInitScript = writeText \"empty-init-script.gradle\" \"\"; gradleFlags = [ \"-Dorg.gradle.java.home=${jdk}\" ]; gradleBuildTask = \"jar\"; installPhase = '' runHook preInstall install -Dm444 build/libs/freenet.jar $out/share/freenet/freenet.jar ln -s ${freenet_ext} $out/share/freenet/freenet-ext.jar mkdir -p $out/bin install -Dm555 ${wrapper} $out/bin/freenet substituteInPlace $out/bin/freenet --subst-var-by outFreenet $out runHook postInstall ''; passthru.tests = { inherit (nixosTests) freenet; }; meta = { description = \"Decentralised and censorship-resistant network\"; homepage = \"https://freenetproject.org/\"; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ nagy ]; platforms = with lib.platforms; linux; changelog = \"https://github.com/freenet/fred/blob/build${version}/NEWS.md\"; }; } "} {"_id":"q-en-nixpkgs-aba629d1c5323c55304764fa281093d16f3ad4e65578e30c91b49839e74b30f2","text":"stdenv.mkDerivation rec { pname = \"ibus\"; version = \"1.5.24\"; version = \"1.5.26\"; src = fetchFromGitHub { owner = \"ibus\"; repo = \"ibus\"; rev = version; sha256 = \"sha256-1qx06MlEUjSS067FdQG1Bdi4ZAh3hPcNjUX5PIiC3Sk=\"; sha256 = \"7Vuj4Gyd+dLUoCkR4SPkfGPwVQPRo2pHk0pRAsmtjxc=\"; }; patches = [ # Fixes systemd unit installation path https://github.com/ibus/ibus/pull/2388 (fetchpatch { url = \"https://github.com/ibus/ibus/commit/33b4b3932bfea476a841f8df99e20049b83f4b0e.patch\"; sha256 = \"kh8SBR+cqsov/B0A2YXLJVq1F171qoSRUKbBPHjPRHI=\"; }) (substituteAll { src = ./fix-paths.patch; pythonInterpreter = python3Runtime.interpreter;"} {"_id":"q-en-nixpkgs-abc5ca1dd4e930febbba19fb31962de8331f7f7c754704942baad46fd1abd5e3","text":" { buildAspNetCore, buildNetRuntime, buildNetSdk, icu }: # v5.0 (eol) { aspnetcore_5_0 = buildAspNetCore { inherit icu; version = \"5.0.17\"; srcs = { x86_64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/a2b96f83-e22a-4fa6-a10e-709b3effac9a/0d6ade6c0ceebc8ef7dbf2b1a6d86f17/aspnetcore-runtime-5.0.17-linux-x64.tar.gz\"; sha512 = \"d8e87804e9e86273c6512785bd5a6f0e834ff3f4bbebc11c4fcdf16ab4fdfabd0d981a756955267c1aa9bbeec596de3728ce9b2e6415d2d80daef0d999a5df6d\"; }; aarch64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/6eb8aee2-cbea-4c4f-9bb9-ea6229ec229b/d6c438e5071c359ad995134f0a33e731/aspnetcore-runtime-5.0.17-linux-arm64.tar.gz\"; sha512 = \"ac1a9d89f1b730dfdca9c2e48373ef21f8f9316014eefbe6b11516f8195d3b3efc4e482883774b74ea2ff1cb77174a2cb471bd1157ab5b7d71621e3026c38e9b\"; }; x86_64-darwin = { url = \"https://download.visualstudio.microsoft.com/download/pr/25e4817f-6fd0-46dc-be0d-d819445bac5c/a8fa228c872df683741c8a79745f8fb3/aspnetcore-runtime-5.0.17-osx-x64.tar.gz\"; sha512 = \"bb0c43c723090fa2d8a0255e6fc8c004ebe7baf2d5d56e22ad2e6336a67fe415333d451e459c8857c0ccb5819d998232c9617bf45f222559d4b8891b0af41f20\"; }; }; }; runtime_5_0 = buildNetRuntime { inherit icu; version = \"5.0.17\"; srcs = { x86_64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/e77438f6-865f-45e0-9a52-3e4b04aa609f/024a880ed4bfbfd3b9f222fec0b6aaff/dotnet-runtime-5.0.17-linux-x64.tar.gz\"; sha512 = \"a9c4784930a977abbc42aff1337dda06ec588c1ec4769a59f9fcab4d5df4fc9efe65f8e61e5433db078f67a94ea2dfe870c32c482a50d4c16283ffacacff4261\"; }; aarch64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/6690730f-cf10-40f1-9d4d-4c0d002f22d0/e117133858f190c169873200b8d7b9d7/dotnet-runtime-5.0.17-linux-arm64.tar.gz\"; sha512 = \"99cb11871924d3abedcc9c8079c54bc0c550203c7cbe4e349ed70d4355f40e4620b68d90b797e6461d898c06bed6953580e2cd4ad01483e5de107ca5a3409610\"; }; x86_64-darwin = { url = \"https://download.visualstudio.microsoft.com/download/pr/39326cf0-dc7f-42a3-9f7a-fe30c75c7a7f/33cbce552148e13d47120fe4502f5b5e/dotnet-runtime-5.0.17-osx-x64.tar.gz\"; sha512 = \"31add512418640f98bc9511509db2049a2674c7725169d26be89218a02ac7972e03e5d6be5a3d45a0dfa764e6eade503a8f4957b7b198ec6ad412e423d95f1b9\"; }; }; }; sdk_5_0 = buildNetSdk { inherit icu; version = \"5.0.408\"; srcs = { x86_64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/904da7d0-ff02-49db-bd6b-5ea615cbdfc5/966690e36643662dcc65e3ca2423041e/dotnet-sdk-5.0.408-linux-x64.tar.gz\"; sha512 = \"abbf22c420df2d8398d1616efa3d31e1b8f96130697746c45ad68668676d12e65ec3b4dd75f28a5dc7607da58b6e369693c0e658def15ce2431303c28e99db55\"; }; aarch64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/d4b71fac-a2fd-4516-ac58-100fb09d796a/e79d6c2a8040b59bf49c0d167ae70a7b/dotnet-sdk-5.0.408-linux-arm64.tar.gz\"; sha512 = \"50f23d7aca91051d8b7c37f1a76b1eb51e6fe73e017d98558d757a6b9699e4237d401ce81515c1601b8c21eb62fee4e0b4f0bbed8967eefa3ceba75fc242f01b\"; }; x86_64-darwin = { url = \"https://download.visualstudio.microsoft.com/download/pr/4aeecc7c-7ffa-418f-9362-cf5eb3ed0396/055d5e6064a9fdecd7d906f5f262373d/dotnet-sdk-5.0.408-osx-x64.tar.gz\"; sha512 = \"3fdd4deac2809b00c0f669d5488000ac1b9a47dee6ab7b31167d7cec4759a10ee347fd4f52090a40684e5ecc1e1f57eb99c558e561edfd1436a2f77fc1c1a0b2\"; }; }; packages = { fetchNuGet }: [ (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm\"; version = \"5.0.17\"; sha256 = \"0mfawgcc23r44a1r7ynafxwga6jzn0f0z5ys03qssrvlcdsb376x\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm64\"; version = \"5.0.17\"; sha256 = \"183xgqzlwd5lhacxdwcjl8vcq7r7xypv0hddps9k32mmmwf83d8h\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-musl-arm64\"; version = \"5.0.17\"; sha256 = \"0i5pp1smjkyhiyhcbkyc3cxz0sx9204bfml8wsdy7bxznbh2gkmw\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-musl-x64\"; version = \"5.0.17\"; sha256 = \"1fmd9jq2nzy63hjh4sa6zl636wpgwr3r8ahzln5w14m9k87lfdbk\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-x64\"; version = \"5.0.17\"; sha256 = \"066fwdlssbv556zd9w1x87x1j8j4kafj9rxyy0692bssdb4gcyc8\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-x64\"; version = \"5.0.17\"; sha256 = \"1qvvqf8mmzzc7a7fhx324dprnbxhknr3qxspb2xhsn3yyg44xn2d\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-arm\"; version = \"5.0.17\"; sha256 = \"1gzf2gv4z9bn1cr1kpqpf1jf7m0p0wd1pxq5ndylq6bw353yglk1\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-arm64\"; version = \"5.0.17\"; sha256 = \"1lml70ln9bfjrfjf3jbxfzd5kgd4cp4h7v052md5ja364g7lalsy\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-x64\"; version = \"5.0.17\"; sha256 = \"0j90fri15c05lw96xybgvqkysfm7g8grhkrg25g75vhi6ni2ricj\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-x86\"; version = \"5.0.17\"; sha256 = \"1bdb887xvgxsmphys83zp9skn848p1r8viclc8p29w1rby4wi19i\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm\"; version = \"5.0.17\"; sha256 = \"0y90p765sj54clf2bwrka99w73g8b9550b4qvyilqggzydl1c1hk\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm64\"; version = \"5.0.17\"; sha256 = \"07v7vyqm556xr1ypkazfp6gh6drgf20zkwbhkpja8bwdcr6lphbb\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-musl-arm64\"; version = \"5.0.17\"; sha256 = \"0sbzlzhazh31s63hw9553hk9j56fxssncmfgidiyh0dg73aacrsp\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-musl-x64\"; version = \"5.0.17\"; sha256 = \"1qxphvlr882rvmj71y2imnf6r3hh4ln2n138qjyv1z129dp2g4y1\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-x64\"; version = \"5.0.17\"; sha256 = \"1lc2jhr4ikffi5ylyf8f6ya6k0hdj0wp1l0017grrwd4m5ajj4vv\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-x64\"; version = \"5.0.17\"; sha256 = \"02g5w41ivrw3n6cy3l3ixhcl8bw1fsv4bzs2m34k9h5fqmliaf3c\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-arm\"; version = \"5.0.17\"; sha256 = \"07rfkxpf6rp8x0lybl8hx40mk09w5gjrr9djkjcp8lvjgzidnxq9\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-arm64\"; version = \"5.0.17\"; sha256 = \"1i7wka56n3akr96jrkj37jx98bwxfzhpx5705930v50izligd08x\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-x64\"; version = \"5.0.17\"; sha256 = \"15f1kqlpp1d05dhg3dfya32vvzbpj6c7gxds947f10jb0hqlnhdj\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-x86\"; version = \"5.0.17\"; sha256 = \"1j1334zxv815ksdnllnbwwsbwnimjlpknjmqy1riy2zpswxlfkz6\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm\"; version = \"5.0.17\"; sha256 = \"0mmgd6nacx4fzf0w02ch0qxa43vrv6wfspykxsy2bkpvrnvr8xr9\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm64\"; version = \"5.0.17\"; sha256 = \"16whaq82pj6fqa0vam3a0va9ly843aa1z12hza040vn6252kk9fq\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-musl-arm64\"; version = \"5.0.17\"; sha256 = \"1zavnwqvn2f7lhb880wgv02anrvqsh6l34w72knwd31irggph08l\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-musl-x64\"; version = \"5.0.17\"; sha256 = \"173r2srcbad2prrw3l914scmdks3mghxgszvlwypdjnv0f2szgvv\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-x64\"; version = \"5.0.17\"; sha256 = \"0jgcfs3jc98jfyaaamssznckbpnaygplk8pjsp6dswpansz5bnnq\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-x64\"; version = \"5.0.17\"; sha256 = \"1ph5kx18syinp8bpzw80bgq3njl65gwzws727xcmxnysgm7snmjp\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-arm\"; version = \"5.0.17\"; sha256 = \"0m4jhn70parwnl18fql0sk9sf14y8cf08xw6x2cm5bfhnc9jvjny\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-arm64\"; version = \"5.0.17\"; sha256 = \"1af20jkv73767b4fy18s2dvjncaca1ny0csyr7wbhvqfs59y3n1x\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-x64\"; version = \"5.0.17\"; sha256 = \"0llhsi03wyp2yjqy0snywqgwjgam91i4nsf5lc9kaxkk5h6vj1a0\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-x86\"; version = \"5.0.17\"; sha256 = \"0xvprbjwd3fymddvavsy7wk5q2hp45hdi10qz4rdbmns23vqkzmf\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"0vhvxpba3i9ffp4gp56l3rnlhq9yg07n3dv5qi89zb90vgyqjh1p\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"074c9byxwmndfdavxn103220f5gklaaxc9wj7zpb5v3yr3ads30f\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"03jkkpsy2zjfp722fa2fcnpk2g6jzy0bn9vip5c39k78y5pz29x6\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1ih6c104skp9q17i2dnsma45l6nv5c62vv2i1988dcjw2v0sl98m\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"0gwsxd1l0n32xnw0lyjixj2634iyygdb8pd7chydsr3qk8njxnpk\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0x5dhn1jkwqnd0cki1vi97rhyfac6w79hvh9dxvnkn2k04sbps8q\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"1ipx3qn78z6gi415c4fa9wgy8k75aifbml6ys1c9ghl6yxbv0fd0\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1wgbx648yndl0hh8vx6sflfwjyr5pfhi7vj7v19l6vxnrr1096w7\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"17jc8jc2dk1g8996jpq3k0g6c5inijivxkbz0grxrgr5jbyiv19y\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0ydn40qn6cs6f20byvmc9j008s6csxjbh6jh5w4q995vipcmcpcj\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0bw08wlf96vcyix850y8jips1glrz2cbj647af4d7gggw8p3wwzw\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0xsqyw848scwcz09pgc719776q712xabx4xv47srzij34p2pq7np\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"00b0vipypjai4l8icr74kjhglxx2xlc3nw3vyiwisg52l9zyby66\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"1cdgd4p5zr1mzz9hlb5mj946zfa1vn9wya5y2bhqn9y4ak831wzp\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"17v8m4fxm4q40z49a2h4lw9dawg6pwfv4s2dskzc23ggcjgr6dp1\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1fbqi92prqmvxx0rx7vhl10l665jmmhb2ng5jndimggydb0ckpqh\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"1rijxkzzk65xs9z2ygs13h0rhw1cli5vwshmvs1gfnwhhn8ic0gx\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"02mxvpm2zs5jvawigvxlnrw6si4zwj6qlcas99m9xdmm8yqq22cm\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0c1lcl3yy88vdfw12c7h0ww596qfjd5f8l2mn7mlqs6i3f864bkg\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0w0wg9ah7vngvpyds67l6qhizpkdf2r6m6cqyyvv3s5dw5l8rxin\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"17yy7605vkfz0f4h58005gdfg6fnjxlcnq0vg0hrxsgbdqmd7p1i\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0av25fgkdl7zvn44wp8gqx2xl2mdlv1f9cgxzp7xk5yq8f7ynxpq\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"1smhmdfq0jlv1gq18hdaj0y9yzkvqzmki19c0b3j5b76yxxxpbwz\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0n0cdb9zpdb4h4v6r265pqmqg8c94ydywvna6jp1c6qhqlr0qk39\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"1s2n2sx29c8rx549zizj8yrddjl98a7vwvxw56y0jvvbwphr9gz4\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"19m66yvv0hnmyrmx2l4drbls0fcib75fxq2csdx6p8gd54bnrsh3\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0bcnlsxcrvhybcjbb9879njx0c4z76y7djx4643g1rpjnkcrj9ww\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1bf95h2f0dmpmv7z7961zia5vaqvmjq3wkf6iil9jxv4z674624w\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"02q593q09mwwh23m86048vc7b7an7pqch5nd86d4hxzkamnpnpsa\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"16vzxywfj88gjcwfnmcb6b50ld8dp46i4pqiwwcy7yz15xgdhbm2\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"1ix5lg2j5ihdfp9j3jdxc042g4syjzc4bafid465j52h6znsm6wm\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0w30v8r26cg427n5glm9nz6r10baalkqq5icqqxkq71hmh8fsjqb\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"168iq4hdp6bhdpgqa1mir1bygmh2ggwkys1r82d6kpl2lzbxjy28\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"18jpw2wbrb1b941729lb7hiq4yfq2z53pcxwz4mpgawnr58y0562\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0ig464fcsj2jr0p02f6slifwf1m0408g95npm0vccf5ww1nbgkpi\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0qj5avmjrvabxzimprg4m54k3p6zkwrhbpv0byc8c9gbi47s323j\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"05ghz164lpff7n8mrxs7jm2h8n3clsg4w953zrag3k5ry9j36m9c\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0azgs542mbg69jlc81529i2z5m728w8sc2i9m5dx15hvxqqqcjiz\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"12n1kcgcv5z8hkvjqfk0n705kcipbai4sgcwiimi52xpaf34xw8m\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0b1s2m0a7xcdzfz22x6k7v5hkca90azdjk6pw7wwdnvszwq26nxp\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"1sjpq07swgj0isdgyh6p2yb254qb9781lv44xfhj6nz7mx2yhdh1\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"1gnzrqdp26d7pwwz29gm4qb09n2zsb767qkhbwkifcsyxlwi6m0f\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"089jww13gaf7x7yd9d3qkyx9iq8abcp3r147hd9nblh561c9bzbg\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1nycl1rayk0fhaakpj6q9rfp2lv3dpl7pziavmd9kcfryz952ff5\"; }) ]; }; } "} {"_id":"q-en-nixpkgs-abca73aaae606e807ec388f161f30c193de8b6b37e1418003a8c38170ee300ac","text":"openssl sqlite xz ] ++ lib.optionals stdenv.isDarwin [ Security ] ++ lib.optionals atLeast24 [ gtest libarchive lowdown ] ++ lib.optionals (atLeast24 && stdenv.isx86_64) [ ] ++ lib.optionals stdenv.isDarwin [ Security ] ++ lib.optionals (stdenv.isx86_64) [ libcpuid ] ++ lib.optionals atLeast214 [ rapidcheck"} {"_id":"q-en-nixpkgs-ac411619e5e149749337bebc064ad7c9e5cb0d2528f96108d0e59916569568ca","text":"in rec { electron = electron_18; electron = electron_19; electron_9 = mkElectron \"9.4.4\" { x86_64-linux = \"781d6ca834d415c71078e1c2c198faba926d6fce19e31448bbf4450869135450\";"} {"_id":"q-en-nixpkgs-ac4c5c94bf78ca4ce7fb811409fb5a63bd5c5883af1a72c313c9764e8795cff6","text":"with lib; let cfg = config.services.gnome.tracker; in { meta = {"} {"_id":"q-en-nixpkgs-ac9dbfbfb42825e49b3bd2b4195baeb2ed0d4d4fae47f537e0a7f6f6da0011b9","text":"# Create a derivation from the official wordpress.org packages. # This takes the type, the pname and the data generated from the go tool. mkOfficialWordpressDerivation = self.callPackage ({ mkWordpressDerivation, fetchWordpress }: { type, pname, data }: { type, pname, data, license }: mkWordpressDerivation { inherit type pname; inherit type pname license; version = data.version; src = fetchWordpress type data;"} {"_id":"q-en-nixpkgs-acca96f6ac379a47d88e24be8a3cc5cd6042089cd00931e2629ab792dd3649f3","text":"sourceRoot = \"pyside-setup-everywhere-src-${version}/sources/${pname}\"; patches = [ # Needed to build against qt 6.5.3, until pyside 6.5.3 is released (fetchpatch2 { url = \"https://code.qt.io/cgit/pyside/pyside-setup.git/patch/sources/pyside6?id=63ef7628091c8827e3d0d688220d3ae165587eb2\"; hash = \"sha256-TN1xdBkrzZhNontShMC1SKyJK6a8fOk/Di3zX3kv5+I=\"; stripLen = 2; }) ]; # FIXME: cmake/Macros/PySideModules.cmake supposes that all Qt frameworks on macOS # reside in the same directory as QtCore.framework, which is not true for Nix. postPatch = lib.optionalString stdenv.isLinux ''"} {"_id":"q-en-nixpkgs-ad00baa45ac0bd9ad67b8a0badf7bd443ad8c4faa64460be406163184126ef48","text":" { lib, buildLua, fetchFromGitHub, }: buildLua (finalAttrs: { pname = \"mpv-osc-tethys\"; version = \"0-unstable-2024-08-19\"; scriptPath = \"osc_tethys.lua\"; extraScripts = [ \"mpv_thumbnail_script_server.lua\" ]; src = fetchFromGitHub { owner = \"Zren\"; repo = \"mpv-osc-tethys\"; rev = \"c4167f88a0e9944738419e90a71f1f80fba39ccb\"; hash = \"sha256-eAY+ZUuOxPJiNCuL7lqMBU4iURCMz12LQdfaYj4WFQc=\"; }; meta = { description = \"OSC UI replacement for MPV with icons from the bomi video player\"; homepage = \"https://github.com/Zren/mpv-osc-tethys\"; license = lib.licenses.unfree; # no license specified maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; }; }) "} {"_id":"q-en-nixpkgs-ad2494050847d7ceb7cffa017b5e05201abe0e8a034d75a1d00b036634c2ae78","text":"vcdimager flac ]}\" # FIXME: this should really be done with patchelf --add-rpath, but it breaks the binary somehow \"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ cdparanoia libdvdcss ]}\" ]; meta.mainProgram = \"k3b\"; }"} {"_id":"q-en-nixpkgs-ad36aa6fa384f07cf32851a73df882b006b1c3ea1ed1d0e94b86979ee62f09f0","text":"buildInputs = [ pkgconfig bc perl libjpeg libGLU libGL gtk2 libxml2 libglade pam libXext libXScrnSaver libX11 libXrandr libXmu libXxf86vm libXrender libXxf86misc intltool xorg.appres makeWrapper gle libXxf86misc intltool xorg.appres makeWrapper gle gdk-pixbuf gdk-pixbuf-xlib ]; preConfigure ="} {"_id":"q-en-nixpkgs-ad9936373cdd7018d2807acf91d1d5acba1f21f324c99260065d86adbe927200","text":"python3Packages.buildPythonApplication rec { pname = \"waydroid\"; version = \"1.3.0\"; version = \"1.3.3\"; format = \"other\"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; sha256 = \"sha256-6osDGYyFuyPDeK1QFowh414j3laD8i4bqPgCeJmsszE=\"; sha256 = \"sha256-av1kcOSViUV2jsFiTE21N6sAJIL6K+zKkpPHjx6iYVk=\"; }; propagatedBuildInputs = with python3Packages; ["} {"_id":"q-en-nixpkgs-ada6adbc01078295bfd200c6fb60470671f151486fdec132407534f30a45c052","text":"packages = [ (with dotnetCorePackages; combinePackages [ sdk_3_1 sdk_5_0 sdk_6_0 ]) ]; } ``` This will produce a dotnet installation that has the dotnet 3.1, 3.0, and 2.1 sdk. The first sdk listed will have it's cli utility present in the resulting environment. Example info output: This will produce a dotnet installation that has the dotnet 3.1 6.0 sdk. The first sdk listed will have it's cli utility present in the resulting environment. Example info output: ```ShellSession $ dotnet --info"} {"_id":"q-en-nixpkgs-add4ffec7948e43d44557c309f70af93148319a6e7bef5e0ac76bdfddbb9f33d","text":"mkFranzDerivation = callPackage ../applications/networking/instant-messengers/franz/generic.nix { }; }; freac = callPackage ../applications/audio/freac { }; freedroid = callPackage ../games/freedroid { }; freedroidrpg = callPackage ../games/freedroidrpg { };"} {"_id":"q-en-nixpkgs-ade30dba8d112d5d67c2655f14a42b624f068d4809a7844291487db0d065cb7a","text":"buildInputs = [ openssl zlib ] ++ stdenv.lib.optional stdenv.hostPlatform.isMinGW windows.mingw_w64; patches = [ # not able to use fetchpatch here: infinite recursion (fetchurl { name = \"CVE-2019-17498.patch\"; url = \"https://github.com/libssh2/libssh2/pull/402.patch\"; sha256 = \"1n9s2mcz5dkw0xpm3c5x4hzj8bar4i6z0pr1rmqjplhfg888vdvc\"; }) ]; meta = with stdenv.lib; { description = \"A client-side C library implementing the SSH2 protocol\"; homepage = https://www.libssh2.org;"} {"_id":"q-en-nixpkgs-adea0133035b52bda946d7e13b4b28c3bcad606e915e0d7041a430edac04b599","text":"${linkPlatformPlugins { name = \"sources\"; plugins = sources; check = includeSources; }} ${linkPlugins { name = \"cmake\"; plugins = cmake; }} ${linkNdkPlugins { name = \"ndk-bundle\"; rootName = \"ndk\"; plugins = ndk-bundles; }} ${linkPlugin { name = \"ndk-bundle\"; plugin = ndk-bundle; check = includeNDK; }} ${linkNdkPlugin { name = \"ndk-bundle\"; plugin = ndk-bundle; check = includeNDK; }} ${lib.optionalString includeSystemImages '' mkdir -p system-images"} {"_id":"q-en-nixpkgs-ae53c8b6db3a3b46634167a38d0580efb9f7d4ede480f7a6b03e900185384504","text":"patchInterpreter \"$1\" wrapProgram \"$out/libexec/genymotion/$1\" --set \"LD_LIBRARY_PATH\" \"${libPath}\" --unset \"QML2_IMPORT_PATH\" --unset \"QML2_IMPORT_PATH\" --unset \"QT_PLUGIN_PATH\" } patchTool() {"} {"_id":"q-en-nixpkgs-ae946da10563964708e120c8efb49f8124d6163752510da20c3a2da95dc6cc97","text":"inherit (self.trivial) id const pipe concat or and bitAnd bitOr bitXor bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max importJSON importTOML warn warnIf throwIfNot checkListOfEnum info showWarnings nixpkgsVersion version info showWarnings nixpkgsVersion version isInOldestRelease mod compare splitByAndCompare functionArgs setFunctionArgs isFunction toHexString toBaseDigits; inherit (self.fixedPoints) fix fix' converge extends composeExtensions"} {"_id":"q-en-nixpkgs-aea387f6f982656505ff1db914c6d38795993f58d4b8f3d9bf7d3149ce4d33af","text":", autoreconfHook, pkg-config , glibcLocales, kmod, coreutils, perl , dmidecode, hwdata, sqlite, libtraceevent , fetchpatch , nixosTests }:"} {"_id":"q-en-nixpkgs-aef4b41e5c108a6d3e1c21b2a74aa2a05df1506a7c2fccb26d0726a624176958","text":"--- a/configure +++ b/configure @@ -5894,9 +5894,9 @@ else @@ -5451,9 +5451,9 @@ else die \"ERROR: cannot find soundtouch 1.8.0 or later.\" fi"} {"_id":"q-en-nixpkgs-af87df9bc6f7d881b11cc3028f7634ea332dbdb9ee53e2a6781c48cac2580c56","text":"nativeBuildInputs = [ cmake ]; patches = stdenv.lib.optional staticOnly (fetchpatch { # from https://github.com/google/brotli/pull/655 url = \"https://github.com/google/brotli/commit/7289e5a378ba13801996a84d89d8fe95c3fc4c11.patch\"; sha256 = \"1bghbdvj24jrvb0sqfdif9vwg7wx6pn8dvl6flkrcjkhpj0gi0jg\"; # context from https://github.com/google/brotli/pull/655 # updated patch from https://github.com/google/brotli/pull/655 url = \"https://github.com/google/brotli/commit/47a554804ceabb899ae924aaee54df806053d0d1.patch\"; sha256 = \"sOeXNVsCaBSD9i82GRUDrkyreGeQ7qaJWjjy/uLL0/0=\"; }); cmakeFlags = []"} {"_id":"q-en-nixpkgs-af98ab59a691d493a414b26fa067e6938733215342f139e0625f79e57ebc6cc1","text":"./linux-4.11.patch # source: https://aur.archlinux.org/cgit/aur.git/tree/linux412.patch?h=broadcom-wl ./linux-4.12.patch ./linux-4.15.patch ./null-pointer-fix.patch ./gcc.patch ];"} {"_id":"q-en-nixpkgs-afb3a9e927f076d7c4b96da8b0e31fa1ad8cd96b78304209d1ecb7dde21bf070","text":" { libX11 , libxcb , libXcomposite , libXdamage , libXext , libXfixes , libXrandr , stdenv , lib , alsa-lib , at-spi2-atk , atkmm , cairo , cups , dbus , expat , glib , gtk3 , libdrm , libglvnd , libxkbcommon , mesa , nspr , nss , pango , systemd , fetchurl , autoPatchelfHook , dpkg }: let glLibs = [ libglvnd mesa ]; libs = [ alsa-lib atkmm at-spi2-atk cairo cups dbus expat glib gtk3 libdrm libX11 libxcb libXcomposite libXdamage libXext libXfixes libxkbcommon libXrandr nspr nss pango ]; buildInputs = glLibs ++ libs; runpathPackages = glLibs ++ [ stdenv.cc.cc stdenv.cc.libc ]; version = \"1.0.15\"; in stdenv.mkDerivation { pname = \"tana\"; inherit version buildInputs; src = fetchurl { url = \"https://github.com/tanainc/tana-desktop-releases/releases/download/v${version}/tana_${version}_amd64.deb\"; hash = \"sha256-94AyAwNFN5FCol97US1Pv8IN1+WMRA3St9kL2w+9FJU=\"; }; nativeBuildInputs = [ autoPatchelfHook dpkg ]; appendRunpaths = map (pkg: \"${lib.getLib pkg}/lib\") runpathPackages ++ [ \"${placeholder \"out\"}/lib/tana\" ]; # Needed for Zygote runtimeDependencies = [ systemd ]; installPhase = '' runHook preInstall mkdir -p $out cp -r usr/* $out runHook postInstall ''; postFixup = '' substituteInPlace $out/share/applications/tana.desktop --replace \"Exec=tana\" \"Exec=$out/bin/tana\" --replace \"Name=tana\" \"Name=Tana\" ''; meta = with lib; { description = \"Tana is an intelligent all-in-one workspace\"; longDescription = '' At its core, Tana is an outline editor which can be extended to cover multiple use-cases and different workflows. For individuals, it supports GTD, P.A.R.A., Zettelkasten note-taking out of the box. Teams can leverage the powerful project management views, like Kanban. To complete all, a powerful AI system is integrated to help with most of the tasks. ''; homepage = \"https://tana.inc\"; license = licenses.unfree; maintainers = [ maintainers.massimogengarelli ]; platforms = platforms.linux; mainProgram = \"tana\"; }; } "} {"_id":"q-en-nixpkgs-afe3648b61d56717906afe8ade6c3b14ef25cf000c9922897be91a9b4e64ecb5","text":"{ pkgs, ... }: { virtualisation.docker.enable = true; virtualisation.docker.autoPrune.enable = true; virtualisation.docker.package = pkgs.docker; users.users = {"} {"_id":"q-en-nixpkgs-afff61826138600ca8042d629b547c0219d63f719016b4b096157a05cb9ad277","text":" From 6cb9aa7c69c20a677ca9fb1bc5fa1580e3236fbd Mon Sep 17 00:00:00 2001 From: Tom Hall Date: Sat, 14 Mar 2020 11:55:45 +0000 Subject: [PATCH] Disable optimised aarch64 dgemm_beta pending fix Identified as source of https://github.com/xianyi/OpenBLAS/issues/2496, but not yet fixed. --- kernel/arm64/KERNEL.ARMV8 | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/arm64/KERNEL.ARMV8 b/kernel/arm64/KERNEL.ARMV8 index fe32d313..33d12f94 100644 --- a/kernel/arm64/KERNEL.ARMV8 +++ b/kernel/arm64/KERNEL.ARMV8 @@ -102,7 +102,6 @@ CDOTKERNEL = zdot.S ZDOTKERNEL = zdot.S DSDOTKERNEL = dot.S -DGEMM_BETA = dgemm_beta.S SGEMM_BETA = sgemm_beta.S SGEMMKERNEL = sgemm_kernel_$(SGEMM_UNROLL_M)x$(SGEMM_UNROLL_N).S -- 2.24.1 "} {"_id":"q-en-nixpkgs-b00989abb84726267d3097f25d5324cf9aeedbb0dae0fb281e7fc331c660bcd8","text":"sha256 = \"0wdgyfb1clrn3maq84vi4vkwjydy72p5hzk6kb9nb3a19bbxk5d8\"; }; buildInputs = [ libpng ]; buildInputs = [ makeWrapper libpng perl ]; propagatedBuildInputs = [ perlPackages.LWP ]; patchPhase = '' patchShebangs extresso/extresso patchShebangs extresso/extresso.in patchShebangs extresso/genresscript patchShebangs extresso/genresscript.in ''; preFixup = '' wrapProgram $out/bin/extresso --prefix PERL5LIB : $PERL5LIB wrapProgram $out/bin/genresscript --prefix PERL5LIB : $PERL5LIB ''; meta = { homepage = http://www.nongnu.org/icoutils/; description = \"Set of programs to deal with Microsoft Windows(R) icon and cursor files\"; description = \"Set of programs to deal with Microsoft Windows(R) icon and cursor files\"; license = stdenv.lib.licenses.gpl3Plus; platforms = with stdenv.lib.platforms; linux; };"} {"_id":"q-en-nixpkgs-b024c21cfd19bb403235efa10acfa3990a1de40c48ef4b82dd31d15d7929ab63","text":"## Building the Manual {#sec-writing-docs-building-the-manual} The DocBook sources of the [](#book-nixos-manual) are in the The sources of the [](#book-nixos-manual) are in the [`nixos/doc/manual`](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual) subdirectory of the Nixpkgs repository."} {"_id":"q-en-nixpkgs-b04ad250c3ac06b8a93b33e2eccbd8f18dfd540dc97d8aa168d87cc10c4f9045","text":"buildGoModule rec { pname = \"oh-my-posh\"; version = \"18.26.1\"; version = \"19.6.0\"; src = fetchFromGitHub { owner = \"jandedobbeleer\"; repo = pname; rev = \"refs/tags/v${version}\"; hash = \"sha256-8MK8YzBplbP1de8QKJJBLgbMd1K+H2sVutwKSskU82Q=\"; hash = \"sha256-/VkI/ACUTGRcFpJhUV068m8HdM44NiandS+2a+Ms6vs=\"; }; vendorHash = \"sha256-ivd30IEoF9WuGDzufIOXJ8LUqHp3zPaiPgplj9jqzqw=\"; vendorHash = \"sha256-8ZupQe4b3uCX79Q0oYqggMWZE9CfX5OSFdLIrxT8CHY=\"; sourceRoot = \"${src.name}/src\";"} {"_id":"q-en-nixpkgs-b052f473b6974d5c421059780cc151d0bb7ad84fa34a5e7337045f478b890471","text":" [[package]] name = \"anyio\" version = \"2.2.0\" description = \"High level compatibility layer for multiple asynchronous event loop implementations\" category = \"main\" optional = false python-versions = \">=3.6.2\" [package.dependencies] idna = \">=2.8\" sniffio = \">=1.1\" [package.extras] curio = [\"curio (>=1.4)\"] doc = [\"sphinx-rtd-theme\", \"sphinx-autodoc-typehints (>=1.2.0)\"] test = [\"coverage[toml] (>=4.5)\", \"hypothesis (>=4.0)\", \"pytest (>=6.0)\", \"trustme\", \"uvloop (<0.15)\", \"uvloop (>=0.15)\"] trio = [\"trio (>=0.16)\"] [[package]] name = \"asks\" version = \"2.4.12\" description = \"asks - async http\" category = \"main\" optional = false python-versions = \">= 3.6.2\" [package.dependencies] anyio = \">=2.0,<3.0\" async_generator = \"*\" h11 = \"*\" [[package]] name = \"async-generator\" version = \"1.10\" description = \"Async generators and context managers for Python 3.5+\" category = \"main\" optional = false python-versions = \">=3.5\" [[package]] name = \"attrs\" version = \"21.4.0\" description = \"Classes Without Boilerplate\" category = \"main\" optional = false python-versions = \">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*\" [package.extras] dev = [\"coverage[toml] (>=5.0.2)\", \"hypothesis\", \"pympler\", \"pytest (>=4.3.0)\", \"six\", \"mypy\", \"pytest-mypy-plugins\", \"zope.interface\", \"furo\", \"sphinx\", \"sphinx-notfound-page\", \"pre-commit\", \"cloudpickle\"] docs = [\"furo\", \"sphinx\", \"zope.interface\", \"sphinx-notfound-page\"] tests = [\"coverage[toml] (>=5.0.2)\", \"hypothesis\", \"pympler\", \"pytest (>=4.3.0)\", \"six\", \"mypy\", \"pytest-mypy-plugins\", \"zope.interface\", \"cloudpickle\"] tests_no_zope = [\"coverage[toml] (>=5.0.2)\", \"hypothesis\", \"pympler\", \"pytest (>=4.3.0)\", \"six\", \"mypy\", \"pytest-mypy-plugins\", \"cloudpickle\"] [[package]] name = \"bidict\" version = \"0.21.4\" description = \"The bidirectional mapping library for Python.\" category = \"main\" optional = false python-versions = \">=3.6\" [[package]] name = \"cffi\" version = \"1.15.0\" description = \"Foreign Function Interface for Python calling C code.\" category = \"main\" optional = false python-versions = \"*\" [package.dependencies] pycparser = \"*\" [[package]] name = \"cssselect2\" version = \"0.6.0\" description = \"CSS selectors for Python ElementTree\" category = \"main\" optional = false python-versions = \">=3.7\" [package.dependencies] tinycss2 = \"*\" webencodings = \"*\" [package.extras] doc = [\"sphinx\", \"sphinx-rtd-theme\"] test = [\"pytest\", \"pytest-cov\", \"pytest-flake8\", \"pytest-isort\", \"coverage\"] [[package]] name = \"h11\" version = \"0.13.0\" description = \"A pure-Python, bring-your-own-I/O implementation of HTTP/1.1\" category = \"main\" optional = false python-versions = \">=3.6\" [[package]] name = \"idna\" version = \"3.3\" description = \"Internationalized Domain Names in Applications (IDNA)\" category = \"main\" optional = false python-versions = \">=3.5\" [[package]] name = \"lxml\" version = \"4.9.0\" description = \"Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.\" category = \"main\" optional = false python-versions = \">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*\" [package.extras] cssselect = [\"cssselect (>=0.7)\"] html5 = [\"html5lib\"] htmlsoup = [\"beautifulsoup4\"] source = [\"Cython (>=0.29.7)\"] [[package]] name = \"outcome\" version = \"1.1.0\" description = \"Capture the outcome of Python function calls.\" category = \"main\" optional = false python-versions = \">=3.6\" [package.dependencies] attrs = \">=19.2.0\" [[package]] name = \"pdfrw\" version = \"0.4\" description = \"PDF file reader/writer library\" category = \"main\" optional = false python-versions = \"*\" [[package]] name = \"pillow\" version = \"9.1.1\" description = \"Python Imaging Library (Fork)\" category = \"main\" optional = false python-versions = \">=3.7\" [package.extras] docs = [\"olefile\", \"sphinx (>=2.4)\", \"sphinx-copybutton\", \"sphinx-issues (>=3.0.1)\", \"sphinx-removed-in\", \"sphinx-rtd-theme (>=1.0)\", \"sphinxext-opengraph\"] tests = [\"check-manifest\", \"coverage\", \"defusedxml\", \"markdown2\", \"olefile\", \"packaging\", \"pyroma\", \"pytest\", \"pytest-cov\", \"pytest-timeout\"] [[package]] name = \"pycparser\" version = \"2.21\" description = \"C parser in Python\" category = \"main\" optional = false python-versions = \">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*\" [[package]] name = \"pyfuse3\" version = \"3.2.1\" description = \"Python 3 bindings for libfuse 3 with async I/O support\" category = \"main\" optional = false python-versions = \">=3.5\" [package.dependencies] trio = \">=0.15\" [[package]] name = \"reportlab\" version = \"3.6.9\" description = \"The Reportlab Toolkit\" category = \"main\" optional = false python-versions = \">=3.7, <4\" [package.dependencies] pillow = \">=4.0.0\" [package.extras] rlpycairo = [\"rlPyCairo (>=0.0.5)\"] [[package]] name = \"rmcl\" version = \"0.4.2\" description = \"reMarkable Cloud Library\" category = \"main\" optional = false python-versions = \">=3.7,<4.0\" [package.dependencies] asks = \">=2.4.12,<3.0.0\" trio = \">=0.18.0,<0.19.0\" xdg = \">=5.0.1,<6.0.0\" [[package]] name = \"rmfuse\" version = \"0.2.3\" description = \"\" category = \"main\" optional = false python-versions = \"^3.7\" develop = false [package.dependencies] bidict = \"^0.21.2\" pyfuse3 = {version = \"^3.2.0\", optional = true} rmcl = \"^0.4.2\" rmrl = \"^0.2.1\" xdg = \"^5.0.1\" [package.extras] pyfuse3 = [\"pyfuse3 (>=3.2.0,<4.0.0)\"] llfuse = [\"llfuse (>=1.4.1,<2.0.0)\"] [package.source] type = \"git\" url = \"https://github.com/rschroll/rmfuse.git\" reference = \"master\" resolved_reference = \"3796b8610c8a965a60a417fc0bf8ea5200b71fd2\" [[package]] name = \"rmrl\" version = \"0.2.1\" description = \"Render reMarkable documents to PDF\" category = \"main\" optional = false python-versions = \">=3.7,<4.0\" [package.dependencies] pdfrw = \">=0.4,<0.5\" reportlab = \">=3.5.59,<4.0.0\" svglib = \">=1.0.1,<2.0.0\" xdg = \">=5.0.1,<6.0.0\" [[package]] name = \"sniffio\" version = \"1.2.0\" description = \"Sniff out which async library your code is running under\" category = \"main\" optional = false python-versions = \">=3.5\" [[package]] name = \"sortedcontainers\" version = \"2.4.0\" description = \"Sorted Containers -- Sorted List, Sorted Dict, Sorted Set\" category = \"main\" optional = false python-versions = \"*\" [[package]] name = \"svglib\" version = \"1.3.0\" description = \"A pure-Python library for reading and converting SVG\" category = \"main\" optional = false python-versions = \">=3.7\" [package.dependencies] cssselect2 = \">=0.2.0\" lxml = \"*\" reportlab = \"*\" tinycss2 = \">=0.6.0\" [[package]] name = \"tinycss2\" version = \"1.1.1\" description = \"A tiny CSS parser\" category = \"main\" optional = false python-versions = \">=3.6\" [package.dependencies] webencodings = \">=0.4\" [package.extras] doc = [\"sphinx\", \"sphinx-rtd-theme\"] test = [\"pytest\", \"pytest-cov\", \"pytest-flake8\", \"pytest-isort\", \"coverage\"] [[package]] name = \"trio\" version = \"0.18.0\" description = \"A friendly Python library for async concurrency and I/O\" category = \"main\" optional = false python-versions = \">=3.6\" [package.dependencies] async-generator = \">=1.9\" attrs = \">=19.2.0\" cffi = {version = \">=1.14\", markers = \"os_name == \"nt\" and implementation_name != \"pypy\"\"} idna = \"*\" outcome = \"*\" sniffio = \"*\" sortedcontainers = \"*\" [[package]] name = \"webencodings\" version = \"0.5.1\" description = \"Character encoding aliases for legacy web content\" category = \"main\" optional = false python-versions = \"*\" [[package]] name = \"xdg\" version = \"5.1.1\" description = \"Variables defined by the XDG Base Directory Specification\" category = \"main\" optional = false python-versions = \">=3.6,<4.0\" [metadata] lock-version = \"1.1\" python-versions = \"^3.8\" content-hash = \"3da90f3013f1220c9081c0a11dac7d8cd05c5a47ebda40fbb4357e44503e99a3\" [metadata.files] anyio = [ {file = \"anyio-2.2.0-py3-none-any.whl\", hash = \"sha256:aa3da546ed17f097ca876c78024dea380a3b7fa80759abfdda59f12176a3dac8\"}, {file = \"anyio-2.2.0.tar.gz\", hash = \"sha256:4a41c5b3a65ed92e469d51b6fba3779301850ea2e352afcf9e36c46f21ee14a9\"}, ] asks = [ {file = \"asks-2.4.12.tar.gz\", hash = \"sha256:38de944eb350e7e4e3a918055fa8ff033da5f7b5ff385c1160a2d6b9d84783b0\"}, ] async-generator = [ {file = \"async_generator-1.10-py3-none-any.whl\", hash = \"sha256:01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b\"}, {file = \"async_generator-1.10.tar.gz\", hash = \"sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144\"}, ] attrs = [ {file = \"attrs-21.4.0-py2.py3-none-any.whl\", hash = \"sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4\"}, {file = \"attrs-21.4.0.tar.gz\", hash = \"sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd\"}, ] bidict = [ {file = \"bidict-0.21.4-py3-none-any.whl\", hash = \"sha256:3ac67daa353ecf853a1df9d3e924f005e729227a60a8dbada31a4c31aba7f654\"}, {file = \"bidict-0.21.4.tar.gz\", hash = \"sha256:42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f\"}, ] cffi = [ {file = \"cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl\", hash = \"sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962\"}, {file = \"cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl\", hash = \"sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0\"}, {file = \"cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl\", hash = \"sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14\"}, {file = \"cffi-1.15.0-cp27-cp27m-win32.whl\", hash = \"sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474\"}, {file = \"cffi-1.15.0-cp27-cp27m-win_amd64.whl\", hash = \"sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6\"}, {file = \"cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl\", hash = \"sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27\"}, {file = \"cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl\", hash = \"sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023\"}, {file = \"cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl\", hash = \"sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2\"}, {file = \"cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl\", hash = \"sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e\"}, {file = \"cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl\", hash = \"sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7\"}, {file = \"cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl\", hash = \"sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3\"}, {file = \"cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c\"}, {file = \"cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962\"}, {file = \"cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382\"}, {file = \"cffi-1.15.0-cp310-cp310-win32.whl\", hash = \"sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55\"}, {file = \"cffi-1.15.0-cp310-cp310-win_amd64.whl\", hash = \"sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0\"}, {file = \"cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl\", hash = \"sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e\"}, {file = \"cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39\"}, {file = \"cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc\"}, {file = \"cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032\"}, {file = \"cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8\"}, {file = \"cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605\"}, {file = \"cffi-1.15.0-cp36-cp36m-win32.whl\", hash = \"sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e\"}, {file = \"cffi-1.15.0-cp36-cp36m-win_amd64.whl\", hash = \"sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc\"}, {file = \"cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl\", hash = \"sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636\"}, {file = \"cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl\", hash = \"sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4\"}, {file = \"cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl\", hash = \"sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997\"}, {file = \"cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b\"}, {file = \"cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2\"}, {file = \"cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7\"}, {file = \"cffi-1.15.0-cp37-cp37m-win32.whl\", hash = \"sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66\"}, {file = \"cffi-1.15.0-cp37-cp37m-win_amd64.whl\", hash = \"sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029\"}, {file = \"cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl\", hash = \"sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880\"}, {file = \"cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl\", hash = \"sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20\"}, {file = \"cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl\", hash = \"sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024\"}, {file = \"cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e\"}, {file = \"cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728\"}, {file = \"cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6\"}, {file = \"cffi-1.15.0-cp38-cp38-win32.whl\", hash = \"sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c\"}, {file = \"cffi-1.15.0-cp38-cp38-win_amd64.whl\", hash = \"sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443\"}, {file = \"cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl\", hash = \"sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a\"}, {file = \"cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl\", hash = \"sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37\"}, {file = \"cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl\", hash = \"sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a\"}, {file = \"cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl\", hash = \"sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e\"}, {file = \"cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796\"}, {file = \"cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df\"}, {file = \"cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8\"}, {file = \"cffi-1.15.0-cp39-cp39-win32.whl\", hash = \"sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a\"}, {file = \"cffi-1.15.0-cp39-cp39-win_amd64.whl\", hash = \"sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139\"}, {file = \"cffi-1.15.0.tar.gz\", hash = \"sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954\"}, ] cssselect2 = [ {file = \"cssselect2-0.6.0-py3-none-any.whl\", hash = \"sha256:3a83b2a68370c69c9cd3fcb88bbfaebe9d22edeef2c22d1ff3e1ed9c7fa45ed8\"}, {file = \"cssselect2-0.6.0.tar.gz\", hash = \"sha256:5b5d6dea81a5eb0c9ca39f116c8578dd413778060c94c1f51196371618909325\"}, ] h11 = [ {file = \"h11-0.13.0-py3-none-any.whl\", hash = \"sha256:8ddd78563b633ca55346c8cd41ec0af27d3c79931828beffb46ce70a379e7442\"}, {file = \"h11-0.13.0.tar.gz\", hash = \"sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06\"}, ] idna = [ {file = \"idna-3.3-py3-none-any.whl\", hash = \"sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff\"}, {file = \"idna-3.3.tar.gz\", hash = \"sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d\"}, ] lxml = [ {file = \"lxml-4.9.0-cp27-cp27m-macosx_10_15_x86_64.whl\", hash = \"sha256:b5031d151d6147eac53366d6ec87da84cd4d8c5e80b1d9948a667a7164116e39\"}, {file = \"lxml-4.9.0-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:5d52e1173f52020392f593f87a6af2d4055dd800574a5cb0af4ea3878801d307\"}, {file = \"lxml-4.9.0-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:3af00ee88376022589ceeb8170eb67dacf5f7cd625ea59fa0977d719777d4ae8\"}, {file = \"lxml-4.9.0-cp27-cp27m-win32.whl\", hash = \"sha256:1057356b808d149bc14eb8f37bb89129f237df488661c1e0fc0376ca90e1d2c3\"}, {file = \"lxml-4.9.0-cp27-cp27m-win_amd64.whl\", hash = \"sha256:f6d23a01921b741774f35e924d418a43cf03eca1444f3fdfd7978d35a5aaab8b\"}, {file = \"lxml-4.9.0-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:56e19fb6e4b8bd07fb20028d03d3bc67bcc0621347fbde64f248e44839771756\"}, {file = \"lxml-4.9.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:4cd69bca464e892ea4ed544ba6a7850aaff6f8d792f8055a10638db60acbac18\"}, {file = \"lxml-4.9.0-cp310-cp310-macosx_10_15_x86_64.whl\", hash = \"sha256:94b181dd2777890139e49a5336bf3a9a3378ce66132c665fe8db4e8b7683cde2\"}, {file = \"lxml-4.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:607224ffae9a0cf0a2f6e14f5f6bce43e83a6fbdaa647891729c103bdd6a5593\"}, {file = \"lxml-4.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl\", hash = \"sha256:11d62c97ceff9bab94b6b29c010ea5fb6831743459bb759c917f49ba75601cd0\"}, {file = \"lxml-4.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:70a198030d26f5e569367f0f04509b63256faa76a22886280eea69a4f535dd40\"}, {file = \"lxml-4.9.0-cp310-cp310-musllinux_1_1_x86_64.whl\", hash = \"sha256:3cf816aed8125cfc9e6e5c6c31ff94278320d591bd7970c4a0233bee0d1c8790\"}, {file = \"lxml-4.9.0-cp310-cp310-win32.whl\", hash = \"sha256:65b3b5f12c6fb5611e79157214f3cd533083f9b058bf2fc8a1c5cc5ee40fdc5a\"}, {file = \"lxml-4.9.0-cp310-cp310-win_amd64.whl\", hash = \"sha256:0aa4cce579512c33373ca4c5e23c21e40c1aa1a33533a75e51b654834fd0e4f2\"}, {file = \"lxml-4.9.0-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:63419db39df8dc5564f6f103102c4665f7e4d9cb64030e98cf7a74eae5d5760d\"}, {file = \"lxml-4.9.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:d8e5021e770b0a3084c30dda5901d5fce6d4474feaf0ced8f8e5a82702502fbb\"}, {file = \"lxml-4.9.0-cp35-cp35m-win32.whl\", hash = \"sha256:f17b9df97c5ecdfb56c5e85b3c9df9831246df698f8581c6e111ac664c7c656e\"}, {file = \"lxml-4.9.0-cp35-cp35m-win_amd64.whl\", hash = \"sha256:75da29a0752c8f2395df0115ac1681cefbdd4418676015be8178b733704cbff2\"}, {file = \"lxml-4.9.0-cp36-cp36m-macosx_10_15_x86_64.whl\", hash = \"sha256:e4d020ecf3740b7312bacab2cb966bb720fd4d3490562d373b4ad91dd1857c0d\"}, {file = \"lxml-4.9.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:b71c52d69b91af7d18c13aef1b0cc3baee36b78607c711eb14a52bf3aa7c815e\"}, {file = \"lxml-4.9.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:28cf04a1a38e961d4a764d2940af9b941b66263ed5584392ef875ee9c1e360a3\"}, {file = \"lxml-4.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:915ecf7d486df17cc65aeefdb680d5ad4390cc8c857cf8db3fe241ed234f856a\"}, {file = \"lxml-4.9.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:e564d5a771b4015f34166a05ea2165b7e283635c41b1347696117f780084b46d\"}, {file = \"lxml-4.9.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:c2a57755e366e0ac7ebdb3e9207f159c3bf1afed02392ab18453ce81f5ee92ee\"}, {file = \"lxml-4.9.0-cp36-cp36m-musllinux_1_1_x86_64.whl\", hash = \"sha256:00f3a6f88fd5f4357844dd91a1abac5f466c6799f1b7f1da2df6665253845b11\"}, {file = \"lxml-4.9.0-cp36-cp36m-win32.whl\", hash = \"sha256:9093a359a86650a3dbd6532c3e4d21a6f58ba2cb60d0e72db0848115d24c10ba\"}, {file = \"lxml-4.9.0-cp36-cp36m-win_amd64.whl\", hash = \"sha256:d1690c4d37674a5f0cdafbc5ed7e360800afcf06928c2a024c779c046891bf09\"}, {file = \"lxml-4.9.0-cp37-cp37m-macosx_10_15_x86_64.whl\", hash = \"sha256:6af7f51a6010748fc1bb71917318d953c9673e4ae3f6d285aaf93ef5b2eb11c1\"}, {file = \"lxml-4.9.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:eabdbe04ee0a7e760fa6cd9e799d2b020d098c580ba99107d52e1e5e538b1ecb\"}, {file = \"lxml-4.9.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl\", hash = \"sha256:b1e22f3ee4d75ca261b6bffbf64f6f178cb194b1be3191065a09f8d98828daa9\"}, {file = \"lxml-4.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:53b0410b220766321759f7f9066da67b1d0d4a7f6636a477984cbb1d98483955\"}, {file = \"lxml-4.9.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:d76da27f5e3e9bc40eba6ed7a9e985f57547e98cf20521d91215707f2fb57e0f\"}, {file = \"lxml-4.9.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:686565ac77ff94a8965c11829af253d9e2ce3bf0d9225b1d2eb5c4d4666d0dca\"}, {file = \"lxml-4.9.0-cp37-cp37m-musllinux_1_1_x86_64.whl\", hash = \"sha256:b62d1431b4c40cda43cc986f19b8c86b1d2ae8918cfc00f4776fdf070b65c0c4\"}, {file = \"lxml-4.9.0-cp37-cp37m-win32.whl\", hash = \"sha256:4becd16750ca5c2a1b1588269322b2cebd10c07738f336c922b658dbab96a61c\"}, {file = \"lxml-4.9.0-cp37-cp37m-win_amd64.whl\", hash = \"sha256:e35a298691b9e10e5a5631f8f0ba605b30ebe19208dc8f58b670462f53753641\"}, {file = \"lxml-4.9.0-cp38-cp38-macosx_10_15_x86_64.whl\", hash = \"sha256:aa7447bf7c1a15ef24e2b86a277b585dd3f055e8890ac7f97374d170187daa97\"}, {file = \"lxml-4.9.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:612ef8f2795a89ba3a1d4c8c1af84d8453fd53ee611aa5ad460fdd2cab426fc2\"}, {file = \"lxml-4.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl\", hash = \"sha256:1bfb791a8fcdbf55d1d41b8be940393687bec0e9b12733f0796668086d1a23ff\"}, {file = \"lxml-4.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:024684e0c5cfa121c22140d3a0898a3a9b2ea0f0fd2c229b6658af4bdf1155e5\"}, {file = \"lxml-4.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:81c29c8741fa07ecec8ec7417c3d8d1e2f18cf5a10a280f4e1c3f8c3590228b2\"}, {file = \"lxml-4.9.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:6467626fa74f96f4d80fc6ec2555799e97fff8f36e0bfc7f67769f83e59cff40\"}, {file = \"lxml-4.9.0-cp38-cp38-musllinux_1_1_x86_64.whl\", hash = \"sha256:9cae837b988f44925d14d048fa6a8c54f197c8b1223fd9ee9c27084f84606143\"}, {file = \"lxml-4.9.0-cp38-cp38-win32.whl\", hash = \"sha256:5a49ad78543925e1a4196e20c9c54492afa4f1502c2a563f73097e2044c75190\"}, {file = \"lxml-4.9.0-cp38-cp38-win_amd64.whl\", hash = \"sha256:bb7c1b029e54e26e01b1d1d912fc21abb65650d16ea9a191d026def4ed0859ed\"}, {file = \"lxml-4.9.0-cp39-cp39-macosx_10_15_x86_64.whl\", hash = \"sha256:d0d03b9636f1326772e6854459728676354d4c7731dae9902b180e2065ba3da6\"}, {file = \"lxml-4.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:9af19eb789d674b59a9bee5005779757aab857c40bf9cc313cb01eafac55ce55\"}, {file = \"lxml-4.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl\", hash = \"sha256:dd00d28d1ab5fa7627f5abc957f29a6338a7395b724571a8cbff8fbed83aaa82\"}, {file = \"lxml-4.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:754a1dd04bff8a509a31146bd8f3a5dc8191a8694d582dd5fb71ff09f0722c22\"}, {file = \"lxml-4.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl\", hash = \"sha256:b7679344f2270840dc5babc9ccbedbc04f7473c1f66d4676bb01680c0db85bcc\"}, {file = \"lxml-4.9.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl\", hash = \"sha256:d882c2f3345261e898b9f604be76b61c901fbfa4ac32e3f51d5dc1edc89da3cb\"}, {file = \"lxml-4.9.0-cp39-cp39-musllinux_1_1_x86_64.whl\", hash = \"sha256:4e97c8fc761ad63909198acc892f34c20f37f3baa2c50a62d5ec5d7f1efc68a1\"}, {file = \"lxml-4.9.0-cp39-cp39-win32.whl\", hash = \"sha256:cf9ec915857d260511399ab87e1e70fa13d6b2972258f8e620a3959468edfc32\"}, {file = \"lxml-4.9.0-cp39-cp39-win_amd64.whl\", hash = \"sha256:1254a79f8a67a3908de725caf59eae62d86738f6387b0a34b32e02abd6ae73db\"}, {file = \"lxml-4.9.0-pp37-pypy37_pp73-macosx_10_15_x86_64.whl\", hash = \"sha256:03370ec37fe562238d385e2c53089076dee53aabf8325cab964fdb04a9130fa0\"}, {file = \"lxml-4.9.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:f386def57742aacc3d864169dfce644a8c396f95aa35b41b69df53f558d56dd0\"}, {file = \"lxml-4.9.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:ea3f2e9eb41f973f73619e88bf7bd950b16b4c2ce73d15f24a11800ce1eaf276\"}, {file = \"lxml-4.9.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl\", hash = \"sha256:2d10659e6e5c53298e6d718fd126e793285bff904bb71d7239a17218f6a197b7\"}, {file = \"lxml-4.9.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:fcdf70191f0d1761d190a436db06a46f05af60e1410e1507935f0332280c9268\"}, {file = \"lxml-4.9.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:2b9c2341d96926b0d0e132e5c49ef85eb53fa92ae1c3a70f9072f3db0d32bc07\"}, {file = \"lxml-4.9.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl\", hash = \"sha256:615886ee84b6f42f1bdf1852a9669b5fe3b96b6ff27f1a7a330b67ad9911200a\"}, {file = \"lxml-4.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl\", hash = \"sha256:94f2e45b054dd759bed137b6e14ae8625495f7d90ddd23cf62c7a68f72b62656\"}, {file = \"lxml-4.9.0.tar.gz\", hash = \"sha256:520461c36727268a989790aef08884347cd41f2d8ae855489ccf40b50321d8d7\"}, ] outcome = [ {file = \"outcome-1.1.0-py2.py3-none-any.whl\", hash = \"sha256:c7dd9375cfd3c12db9801d080a3b63d4b0a261aa996c4c13152380587288d958\"}, {file = \"outcome-1.1.0.tar.gz\", hash = \"sha256:e862f01d4e626e63e8f92c38d1f8d5546d3f9cce989263c521b2e7990d186967\"}, ] pdfrw = [ {file = \"pdfrw-0.4-py2.py3-none-any.whl\", hash = \"sha256:758289edaa3b672e9a1a67504be73c18ec668d4e5b9d5ac9cbc0dc753d8d196b\"}, {file = \"pdfrw-0.4.tar.gz\", hash = \"sha256:0dc0494a0e6561b268542b28ede2280387c2728114f117d3bb5d8e4787b93ef4\"}, ] pillow = [ {file = \"Pillow-9.1.1-cp310-cp310-macosx_10_10_x86_64.whl\", hash = \"sha256:42dfefbef90eb67c10c45a73a9bc1599d4dac920f7dfcbf4ec6b80cb620757fe\"}, {file = \"Pillow-9.1.1-cp310-cp310-macosx_11_0_arm64.whl\", hash = \"sha256:ffde4c6fabb52891d81606411cbfaf77756e3b561b566efd270b3ed3791fde4e\"}, {file = \"Pillow-9.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:9c857532c719fb30fafabd2371ce9b7031812ff3889d75273827633bca0c4602\"}, {file = \"Pillow-9.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:59789a7d06c742e9d13b883d5e3569188c16acb02eeed2510fd3bfdbc1bd1530\"}, {file = \"Pillow-9.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:4d45dbe4b21a9679c3e8b3f7f4f42a45a7d3ddff8a4a16109dff0e1da30a35b2\"}, {file = \"Pillow-9.1.1-cp310-cp310-musllinux_1_1_x86_64.whl\", hash = \"sha256:e9ed59d1b6ee837f4515b9584f3d26cf0388b742a11ecdae0d9237a94505d03a\"}, {file = \"Pillow-9.1.1-cp310-cp310-win32.whl\", hash = \"sha256:b3fe2ff1e1715d4475d7e2c3e8dabd7c025f4410f79513b4ff2de3d51ce0fa9c\"}, {file = \"Pillow-9.1.1-cp310-cp310-win_amd64.whl\", hash = \"sha256:5b650dbbc0969a4e226d98a0b440c2f07a850896aed9266b6fedc0f7e7834108\"}, {file = \"Pillow-9.1.1-cp37-cp37m-macosx_10_10_x86_64.whl\", hash = \"sha256:0b4d5ad2cd3a1f0d1df882d926b37dbb2ab6c823ae21d041b46910c8f8cd844b\"}, {file = \"Pillow-9.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:9370d6744d379f2de5d7fa95cdbd3a4d92f0b0ef29609b4b1687f16bc197063d\"}, {file = \"Pillow-9.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:b761727ed7d593e49671d1827044b942dd2f4caae6e51bab144d4accf8244a84\"}, {file = \"Pillow-9.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:8a66fe50386162df2da701b3722781cbe90ce043e7d53c1fd6bd801bca6b48d4\"}, {file = \"Pillow-9.1.1-cp37-cp37m-win32.whl\", hash = \"sha256:2b291cab8a888658d72b575a03e340509b6b050b62db1f5539dd5cd18fd50578\"}, {file = \"Pillow-9.1.1-cp37-cp37m-win_amd64.whl\", hash = \"sha256:1d4331aeb12f6b3791911a6da82de72257a99ad99726ed6b63f481c0184b6fb9\"}, {file = \"Pillow-9.1.1-cp38-cp38-macosx_10_10_x86_64.whl\", hash = \"sha256:8844217cdf66eabe39567118f229e275f0727e9195635a15e0e4b9227458daaf\"}, {file = \"Pillow-9.1.1-cp38-cp38-macosx_11_0_arm64.whl\", hash = \"sha256:b6617221ff08fbd3b7a811950b5c3f9367f6e941b86259843eab77c8e3d2b56b\"}, {file = \"Pillow-9.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:20d514c989fa28e73a5adbddd7a171afa5824710d0ab06d4e1234195d2a2e546\"}, {file = \"Pillow-9.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:088df396b047477dd1bbc7de6e22f58400dae2f21310d9e2ec2933b2ef7dfa4f\"}, {file = \"Pillow-9.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:53c27bd452e0f1bc4bfed07ceb235663a1df7c74df08e37fd6b03eb89454946a\"}, {file = \"Pillow-9.1.1-cp38-cp38-musllinux_1_1_x86_64.whl\", hash = \"sha256:3f6c1716c473ebd1649663bf3b42702d0d53e27af8b64642be0dd3598c761fb1\"}, {file = \"Pillow-9.1.1-cp38-cp38-win32.whl\", hash = \"sha256:c67db410508b9de9c4694c57ed754b65a460e4812126e87f5052ecf23a011a54\"}, {file = \"Pillow-9.1.1-cp38-cp38-win_amd64.whl\", hash = \"sha256:f054b020c4d7e9786ae0404278ea318768eb123403b18453e28e47cdb7a0a4bf\"}, {file = \"Pillow-9.1.1-cp39-cp39-macosx_10_10_x86_64.whl\", hash = \"sha256:c17770a62a71718a74b7548098a74cd6880be16bcfff5f937f900ead90ca8e92\"}, {file = \"Pillow-9.1.1-cp39-cp39-macosx_11_0_arm64.whl\", hash = \"sha256:f3f6a6034140e9e17e9abc175fc7a266a6e63652028e157750bd98e804a8ed9a\"}, {file = \"Pillow-9.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:f372d0f08eff1475ef426344efe42493f71f377ec52237bf153c5713de987251\"}, {file = \"Pillow-9.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:09e67ef6e430f90caa093528bd758b0616f8165e57ed8d8ce014ae32df6a831d\"}, {file = \"Pillow-9.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:66daa16952d5bf0c9d5389c5e9df562922a59bd16d77e2a276e575d32e38afd1\"}, {file = \"Pillow-9.1.1-cp39-cp39-musllinux_1_1_x86_64.whl\", hash = \"sha256:d78ca526a559fb84faaaf84da2dd4addef5edb109db8b81677c0bb1aad342601\"}, {file = \"Pillow-9.1.1-cp39-cp39-win32.whl\", hash = \"sha256:55e74faf8359ddda43fee01bffbc5bd99d96ea508d8a08c527099e84eb708f45\"}, {file = \"Pillow-9.1.1-cp39-cp39-win_amd64.whl\", hash = \"sha256:7c150dbbb4a94ea4825d1e5f2c5501af7141ea95825fadd7829f9b11c97aaf6c\"}, {file = \"Pillow-9.1.1-pp37-pypy37_pp73-macosx_10_10_x86_64.whl\", hash = \"sha256:769a7f131a2f43752455cc72f9f7a093c3ff3856bf976c5fb53a59d0ccc704f6\"}, {file = \"Pillow-9.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:488f3383cf5159907d48d32957ac6f9ea85ccdcc296c14eca1a4e396ecc32098\"}, {file = \"Pillow-9.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:0b525a356680022b0af53385944026d3486fc8c013638cf9900eb87c866afb4c\"}, {file = \"Pillow-9.1.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl\", hash = \"sha256:6e760cf01259a1c0a50f3c845f9cad1af30577fd8b670339b1659c6d0e7a41dd\"}, {file = \"Pillow-9.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:a4165205a13b16a29e1ac57efeee6be2dfd5b5408122d59ef2145bc3239fa340\"}, {file = \"Pillow-9.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:937a54e5694684f74dcbf6e24cc453bfc5b33940216ddd8f4cd8f0f79167f765\"}, {file = \"Pillow-9.1.1-pp38-pypy38_pp73-win_amd64.whl\", hash = \"sha256:baf3be0b9446a4083cc0c5bb9f9c964034be5374b5bc09757be89f5d2fa247b8\"}, {file = \"Pillow-9.1.1.tar.gz\", hash = \"sha256:7502539939b53d7565f3d11d87c78e7ec900d3c72945d4ee0e2f250d598309a0\"}, ] pycparser = [ {file = \"pycparser-2.21-py2.py3-none-any.whl\", hash = \"sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9\"}, {file = \"pycparser-2.21.tar.gz\", hash = \"sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206\"}, ] pyfuse3 = [ {file = \"pyfuse3-3.2.1.tar.gz\", hash = \"sha256:22d146dac59a8429115e9a93317975ea54b35e0278044a94d3fac5b4ad5f7e33\"}, ] reportlab = [ {file = \"reportlab-3.6.9-cp310-cp310-macosx_10_9_x86_64.whl\", hash = \"sha256:4ba8eebfa4383e4680d6e7e6dba9c45c1fe19bbc0a754db4d84823f1a9511e56\"}, {file = \"reportlab-3.6.9-cp310-cp310-macosx_11_0_arm64.whl\", hash = \"sha256:37dda88dbe16dd3f4f9039464637cce66e462c0b95e5763dbd45ac5799136d3a\"}, {file = \"reportlab-3.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:10681d89a0ca37bb4036283fb8c0efac9ac1b22265dbdf350bda0448be33e00c\"}, {file = \"reportlab-3.6.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:cebd0b28a0e875a9ce789514700f80659269ecf2a8fcef0aa10b8ae52b40474a\"}, {file = \"reportlab-3.6.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:1ec84055cf2c83783958b74eadf0e577eb0cd9088c8b5d536e9ddc0f4a9f8c70\"}, {file = \"reportlab-3.6.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:90f74627cafecf3924741ab8b0690a19df4214eb56b1cfce2dc74a15c9744034\"}, {file = \"reportlab-3.6.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:b2c2fd861f10b2cd49ccf29a31da9ad5c3b95aa437804e4fd0351ed4eb695f74\"}, {file = \"reportlab-3.6.9-cp310-cp310-win32.whl\", hash = \"sha256:e492e87886423192af1fafde23907bcd9d2fdccfc22f67e18aa5c73db3a380a3\"}, {file = \"reportlab-3.6.9-cp310-cp310-win_amd64.whl\", hash = \"sha256:d1bf9455aff37beb421a4447d89d6dd77bb46f677c0bab4eb0272cdb79faad2f\"}, {file = \"reportlab-3.6.9-cp37-cp37m-macosx_10_9_x86_64.whl\", hash = \"sha256:0a7f2b7232c3ffb451b649d55c51a6dd0c8104ad7bbcfe355addf7619705e7fa\"}, {file = \"reportlab-3.6.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:1967dbc9930917d75c39784712a137d432dbc2e5ca9e132a2453319c2619ccff\"}, {file = \"reportlab-3.6.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:32a5c5cd9625a40feec956f460355b4813bc3187c4f8dc9efd9f1a7f8f854e34\"}, {file = \"reportlab-3.6.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:8cb82b6d14ad4bd915acacc8f114c6a7bab8b9b1503cabb930e433ebd320f90c\"}, {file = \"reportlab-3.6.9-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:0e767cf4507ca8eed7dde8511f0889b0f19f160a2bdf9ef07742b2aaeceed9f2\"}, {file = \"reportlab-3.6.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:6a114761ad3ba6e0cdfacf14a8fb2cb8f5713b115ca1f0c17f3cd638d0a5b4bd\"}, {file = \"reportlab-3.6.9-cp37-cp37m-win32.whl\", hash = \"sha256:bbaab798991863952c593c0459dcb82e0aade837675593310e13cba2ce7fb45a\"}, {file = \"reportlab-3.6.9-cp37-cp37m-win_amd64.whl\", hash = \"sha256:ab1ffe4ec7be99ad348791116d436610afdc7a9a02a968997f31eaa62eaadad8\"}, {file = \"reportlab-3.6.9-cp38-cp38-macosx_10_9_x86_64.whl\", hash = \"sha256:496f42840604255ce06777bc129048b3bab966213bbac4f07fbe4ceb6a2e0482\"}, {file = \"reportlab-3.6.9-cp38-cp38-macosx_11_0_arm64.whl\", hash = \"sha256:a441afdfe31870b964bccde042d7172ed3c0077f519bbf3ed7d9d34c406b6b91\"}, {file = \"reportlab-3.6.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:4fbe23ac870adf90544d2014c572dba6ec4d772afad6505bb91f171ddad12839\"}, {file = \"reportlab-3.6.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:de724c78f4eb1363b1195dce85a2a8806e7509b69ac5c842a714d942ea534d63\"}, {file = \"reportlab-3.6.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:713574da534b6ce73d884f1574c35a565e438af4888fcc75e752f1de02e356a7\"}, {file = \"reportlab-3.6.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:193671445b4885128d8800d3e416eb2fa4fd89bafae08cc9889c0752fe5ad8c2\"}, {file = \"reportlab-3.6.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:ff0e014a3a3fe286c642ef51213c41684a156b9ed293ef205e8890bc1dbbfdc7\"}, {file = \"reportlab-3.6.9-cp38-cp38-win32.whl\", hash = \"sha256:23f5aed2d212096f2fe95d56f868d63f839a08bf7e389237e644d93981274222\"}, {file = \"reportlab-3.6.9-cp38-cp38-win_amd64.whl\", hash = \"sha256:09b2ca175129a34292399fc4c6a8b1739f6c5946368fcaa6f931d69385b2f720\"}, {file = \"reportlab-3.6.9-cp39-cp39-macosx_10_9_x86_64.whl\", hash = \"sha256:cb21666fc9edec9716553bfcfe0c30d1bbbe2731910a96f07ec65652974e5f83\"}, {file = \"reportlab-3.6.9-cp39-cp39-macosx_11_0_arm64.whl\", hash = \"sha256:d927bf802bf53c1b5a3878a22e9be310900877984e7c436a3a99bdd19cfec4c3\"}, {file = \"reportlab-3.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\", hash = \"sha256:ce3a3aad287c8532f62223f5720b5504e31abe3dce52a27bd2a25f508c0d846e\"}, {file = \"reportlab-3.6.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl\", hash = \"sha256:c9a5f63bc381c0f945402ef4c1bccc74a8eed28f6be6596704b1db7d82ec89fe\"}, {file = \"reportlab-3.6.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\", hash = \"sha256:50f8e30f5410efc69b0217261b1f21912888da392a4549e79c7aaaac85f01bfa\"}, {file = \"reportlab-3.6.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl\", hash = \"sha256:15294435f786968bcdf1a7a67bcc23a136470b6ea26919497f5c76ff0f653041\"}, {file = \"reportlab-3.6.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\", hash = \"sha256:e9b5e9115363545a727d8ebe7e4b94f7cf6f26113261a269d50d88b8db4eb726\"}, {file = \"reportlab-3.6.9-cp39-cp39-win32.whl\", hash = \"sha256:e1fc1b1f5d9d1c2e18b5e60602dfa7854b2330ba0efc312ef605abf588abea9c\"}, {file = \"reportlab-3.6.9-cp39-cp39-win_amd64.whl\", hash = \"sha256:92a6613af9877e3ad2a1c5a16a122514a4f9f8d9b91b1f22e7fa0fa796617b36\"}, {file = \"reportlab-3.6.9.tar.gz\", hash = \"sha256:5d0cc3682456ad213150f6dbffe7d47eab737d809e517c316103376be548fb84\"}, ] rmcl = [ {file = \"rmcl-0.4.2-py3-none-any.whl\", hash = \"sha256:09534999cd233e5e8db531e51aab87eee7d72aa5a2592bcf100e2d015110cf52\"}, {file = \"rmcl-0.4.2.tar.gz\", hash = \"sha256:58de4758e7e3cb7acbf28fcfa80f4155252afdfb191beb4ba4aa36961f66cc67\"}, ] rmfuse = [] rmrl = [ {file = \"rmrl-0.2.1-py3-none-any.whl\", hash = \"sha256:c35b9f20494a6034a16e916d7351575efb3e3f77acabe9094453a7f6013eaa86\"}, {file = \"rmrl-0.2.1.tar.gz\", hash = \"sha256:c532bef4168350e6ab17cf37c6481dc12b6a78e007c073503f082f36215b71c9\"}, ] sniffio = [ {file = \"sniffio-1.2.0-py3-none-any.whl\", hash = \"sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663\"}, {file = \"sniffio-1.2.0.tar.gz\", hash = \"sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de\"}, ] sortedcontainers = [ {file = \"sortedcontainers-2.4.0-py2.py3-none-any.whl\", hash = \"sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0\"}, {file = \"sortedcontainers-2.4.0.tar.gz\", hash = \"sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88\"}, ] svglib = [ {file = \"svglib-1.3.0.tar.gz\", hash = \"sha256:a38998b95d1bb99564dc9dffaf15e4e9453761f2790d2dd4147a4ad5fbac1078\"}, ] tinycss2 = [ {file = \"tinycss2-1.1.1-py3-none-any.whl\", hash = \"sha256:fe794ceaadfe3cf3e686b22155d0da5780dd0e273471a51846d0a02bc204fec8\"}, {file = \"tinycss2-1.1.1.tar.gz\", hash = \"sha256:b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf\"}, ] trio = [ {file = \"trio-0.18.0-py3-none-any.whl\", hash = \"sha256:a42af0634ba729cbfe8578be058750c6471dac19fbc7167ec6a3ca3f966fb424\"}, {file = \"trio-0.18.0.tar.gz\", hash = \"sha256:87a66ae61f27fe500c9024926a9ba482c07e1e0f56380b70a264d19c435ba076\"}, ] webencodings = [ {file = \"webencodings-0.5.1-py2.py3-none-any.whl\", hash = \"sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78\"}, {file = \"webencodings-0.5.1.tar.gz\", hash = \"sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923\"}, ] xdg = [ {file = \"xdg-5.1.1-py3-none-any.whl\", hash = \"sha256:865a7b56ed1d4cd2fce2ead1eddf97360843619757f473cd90b75f1817ca541d\"}, {file = \"xdg-5.1.1.tar.gz\", hash = \"sha256:aa619f26ccec6088b2a6018721d4ee86e602099b24644a90a8d3308a25acd06c\"}, ] "} {"_id":"q-en-nixpkgs-b06042debe749d17df1ffc7166b948cec1efaf433d1fd777b79a588a9f0e15fa","text":", libdrm , mesa , libxshmfence , makeDesktopItem , makeWrapper , wrapGAppsHook , gcc-unwrapped"} {"_id":"q-en-nixpkgs-b066715928773d1d3e8181f5f5730f3894ea43a7b4d68a1feef3719a7f25eacb","text":"{ self, callPackage, lib }: callPackage ./default.nix { inherit self; version = \"2.0.5-2021-05-29\"; rev = \"c2cfa04231785116d9d198462830f41ef94147c0\"; version = \"2.0.5-2021-06-08\"; rev = \"98f95f69180d48ce49289d6428b46a9ccdd67a46\"; isStable = true; sha256 = \"1fw64pv0dvzb9bgr2zwcv9q8gqgsmfnvrcrmrdfgj4ncamgdnilj\"; sha256 = \"1pdmhk5syp0nir80xcnkf6xy2w5rwslak8hgmjpgaxzlnrjcgs7p\"; extraMeta = { # this isn't precise but it at least stops the useless Hydra build platforms = with lib; filter (p: p != \"aarch64-linux\") (platforms.linux ++ platforms.darwin);"} {"_id":"q-en-nixpkgs-b07400dd9b52b45d45f11a27c6be0edb2679b5af96825278d6b70b1ad362ffb9","text":" { dpkg, fetchurl, lib, stdenv }: { squashfsTools, fetchurl, lib, stdenv }: # This derivation roughly follows the update-ffmpeg script that ships with the official Vivaldi # downloads at https://vivaldi.com/download/ stdenv.mkDerivation rec { pname = \"chromium-codecs-ffmpeg-extra\"; version = \"112.0.5615.49\"; version = \"111306\"; src = fetchurl { url = \"https://launchpadlibrarian.net/660647727/${pname}_${version}-0ubuntu0.18.04.1_amd64.deb\"; sha256 = \"sha256-mHjvjRG+toRcsOMca+JPXNZPgyQROH2qtSpBPHLmt3s=\"; url = \"https://api.snapcraft.io/api/v1/snaps/download/XXzVIXswXKHqlUATPqGCj2w2l7BxosS8_34.snap\"; sha256 = \"sha256-Dna9yFgP7JeQLAeZWvSZ+eSMX2yQbX2/+mX0QC22lYY=\"; }; buildInputs = [ dpkg ]; buildInputs = [ squashfsTools ]; unpackPhase = '' dpkg-deb -x $src . unsquashfs -dest . $src ''; installPhase = '' install -vD usr/lib/chromium-browser/libffmpeg.so $out/lib/libffmpeg.so install -vD chromium-ffmpeg-${version}/chromium-ffmpeg/libffmpeg.so $out/lib/libffmpeg.so ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-b07480f25a15d406c21c08425619697ecd7ce74f8dd1a6c47dbbdbdf9a49eb45","text":" [ \"twentynineteen\" , \"twentytwenty\" , \"twentytwentytwo\" , \"twentytwentyone\" , \"twentytwentythree\" ] { \"twentynineteen\": \"gpl2Plus\" , \"twentytwenty\": \"gpl2Plus\" , \"twentytwentytwo\": \"gpl2Plus\" , \"twentytwentyone\": \"gpl2Plus\" , \"twentytwentythree\": \"gpl2Plus\" } "} {"_id":"q-en-nixpkgs-b08464fd115bca850fd2a2cac6607d14df81502f8be6bc0e59c35173a6a50826","text":", lib , buildGoPackage , fetchFromGitHub , openssl_1_0_2 , openssl , pkgconfig , libpcap }:"} {"_id":"q-en-nixpkgs-b08585b651892ed94550d93e2b8fff507d550b45cfcaf2bc683ad73fc74b30c2","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index a9daee7..7c6da08 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,6 @@ # CMakeLists.txt -- template and derived ESC/I ESC/I-2 protocol commands project (epsonscan2) -set (CMAKE_INSTALL_PREFIX \"/usr\") cmake_minimum_required (VERSION 2.8.12.2) include(GNUInstallDirs) @@ -86,7 +85,6 @@ set(COMMON_ETC_PATH ${CMAKE_INSTALL_FULL_SYSCONFDIR}) set(EPSON_WORK_PATH /tmp/epsonWork/) set(EPSON_SETTINGS_PATH $ENV{HOME}/.epsonscan2/) -SET (CMAKE_INSTALL_PREFIX /usr) set(EPSON_INSTALL_PATH ${CMAKE_INSTALL_FULL_LIBDIR}/epsonscan2/) set(COMMON_SHARE_PATH ${CMAKE_INSTALL_FULL_DATAROOTDIR}) @@ -113,8 +111,8 @@ add_subdirectory(src) install(DIRECTORY Resources DESTINATION ${EPSON_INSTALL_ROOT}${EPSON_INSTALL_PATH}) -install(FILES epsonscan2.rules DESTINATION ${EPSON_INSTALL_ROOT}/lib/udev/rules.d/ RENAME 60-epsonscan2.rules) -install(FILES epsonscan2 DESTINATION ${EPSON_INSTALL_ROOT}/etc/sane.d/dll.d) +install(FILES epsonscan2.rules DESTINATION ${EPSON_INSTALL_ROOT}${CMAKE_INSTALL_PREFIX}/lib/udev/rules.d/ RENAME 60-epsonscan2.rules) +install(FILES epsonscan2 DESTINATION ${EPSON_INSTALL_ROOT}${CMAKE_INSTALL_PREFIX}/etc/sane.d/dll.d) install(CODE \"execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${EPSON_INSTALL_ROOT}${CMAKE_INSTALL_FULL_LIBDIR}/sane/)\") install(CODE \"execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../epsonscan2/libsane-epsonscan2.so ${EPSON_INSTALL_ROOT}${CMAKE_INSTALL_FULL_LIBDIR}/sane/libsane-epsonscan2.so.1)\") install(CODE \"execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../epsonscan2/libsane-epsonscan2.so ${EPSON_INSTALL_ROOT}${CMAKE_INSTALL_FULL_LIBDIR}/sane/libsane-epsonscan2.so.1.0.0)\") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c884d83..5ddff0c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -26,7 +26,9 @@ add_subdirectory(ES2Command/Linux) add_subdirectory(ES2FileFormat/Linux) add_subdirectory(Controller) add_subdirectory(SaneWrapper/Linux) +if (NOT DEFINED NO_GUI) add_subdirectory(Standalone) add_subdirectory(DetectAlert) +endif () add_subdirectory(ScanSDK) diff --git a/src/Controller/Src/Filter/GetOrientation.cpp b/src/Controller/Src/Filter/GetOrientation.cpp index 387561e..15448ad 100644 --- a/src/Controller/Src/Filter/GetOrientation.cpp +++ b/src/Controller/Src/Filter/GetOrientation.cpp @@ -12,14 +12,7 @@ namespace epsonscan static std::string GetExecPath() { -#ifdef AKBMODE - std::string strDst = \"/usr/libexec/\"; - strDst = strDst + DRIVER_NAME; - strDst = strDst + \"-ocr/ocr-engine-getrotate\"; - return strDst.c_str() ; -#else - return \"/usr/libexec/epsonscan2-ocr/ocr-engine-getrotate\" ; -#endif + return \"@OCR_ENGINE_GETROTATE@\"; } static const int kMaxBuf = 256; diff --git a/src/Controller/Src/Scanner/Engine.cpp b/src/Controller/Src/Scanner/Engine.cpp index 9489d4b..670bad9 100644 --- a/src/Controller/Src/Scanner/Engine.cpp +++ b/src/Controller/Src/Scanner/Engine.cpp @@ -263,8 +263,8 @@ SDIError Engine::Open() //kill es2netif //kill es2intif -\tsystem(\"killall -9 -q es2netif > /dev/null\"); -\tsystem(\"killall -9 -q es2intif > /dev/null\"); +\tsystem(\"@KILLALL@ -9 -q es2netif > /dev/null\"); +\tsystem(\"@KILLALL@ -9 -q es2intif > /dev/null\"); if (engine_) { return ExchangeError(engine_->Open()); diff --git a/src/Standalone/CMakeLists.txt b/src/Standalone/CMakeLists.txt index eff3dd3..c2b3803 100644 --- a/src/Standalone/CMakeLists.txt +++ b/src/Standalone/CMakeLists.txt @@ -167,5 +167,5 @@ target_link_libraries(es2standalone ${QT_LIBRARIES} ) QT5_USE_MODULES(es2standalone Widgets) -install(TARGETS es2standalone DESTINATION \"${EPSON_INSTALL_ROOT}/usr/bin\") +install(TARGETS es2standalone DESTINATION \"${EPSON_INSTALL_ROOT}${CMAKE_INSTALL_FULL_BINDIR}\") "} {"_id":"q-en-nixpkgs-b0915de77ef94633ce23673c29a9aa2dc16c762de35f8fda7b6df0e6bf5e6035","text":" { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = \"gorm-gentool\"; version = \"0.0.1\"; src = fetchFromGitHub { owner = \"go-gorm\"; repo = \"gen\"; rev = \"tools/gentool/v${version}\"; hash = \"sha256-JOecNYEIL8vbc7znkKbaSrTkGyAva3ZzKzxducDtTx0=\"; }; modRoot = \"tools/gentool\"; proxyVendor = true; vendorHash = \"sha256-8xUJcsZuZ1KpFDM1AMTRggl7A7C/YaXYDzRKNFKE+ww=\"; meta = with lib; { homepage = \"https://github.com/go-gorm/gen\"; description = \"Gen: Friendly & Safer GORM powered by Code Generation\"; license = licenses.mit; mainProgram = \"gentool\"; maintainers = with maintainers; [tembleking]; }; } "} {"_id":"q-en-nixpkgs-b0d87cd712d117dd663c16623469ca345517ebadf47dd68acb0bfa0c0130fbff","text":"stunnel = handleTest ./stunnel.nix {}; sudo = handleTest ./sudo.nix {}; sudo-rs = handleTest ./sudo-rs.nix {}; sunshine = handleTest ./sunshine.nix {}; suwayomi-server = handleTest ./suwayomi-server.nix {}; swap-file-btrfs = handleTest ./swap-file-btrfs.nix {}; swap-partition = handleTest ./swap-partition.nix {};"} {"_id":"q-en-nixpkgs-b0f5de8d17f34b48ea05647428b258aae71ab28f8524f2c79a6f981b494e34b3","text":"notes for details. Module authors can use mkRenamedOptionModuleWith to automate the deprecation cycle without annoying out-of-tree module authors and their users.
"} {"_id":"q-en-nixpkgs-b0f6eb71f65c13b45d8d85b5c225349e7d17dd1a81233f3e2d64b8745d4e3ae6","text":"stdenvNoCC.mkDerivation rec { pname = \"adw-gtk3\"; version = \"5.4\"; version = \"5.3\"; src = fetchFromGitHub { owner = \"lassekongo83\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-FwODgA3BK5O1WoNNbn27H18Epuqwcsnoc3hZUB59+Wg=\"; sha256 = \"sha256-DpJLX9PJX1Q8dDOx7YOXQzgNECsKp5uGiCVTX6iSlbI=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-b12e904749937c05c857bee3eaa4242cac5894e1e8ebfd33332966b0711785a9","text":"license = license; platforms = platforms.unix; }; } // drvArgs) } // builtins.removeAttrs drvArgs [ \"configureFlags\" ]) "} {"_id":"q-en-nixpkgs-b143b86eb1520f66f698f9d5e5c0b5073e85ab48f4a9ebf20226c62f74157bc7","text":", glib, libgudev, udisks2, libgcrypt, libcap, polkit , libgphoto2, avahi, libarchive, fuse, libcdio , libxml2, libxslt, docbook_xsl, docbook_xml_dtd_42, samba, libmtp , gnomeSupport ? false, gnome, makeWrapper , gnomeSupport ? false, gnome, wrapGAppsHook , libimobiledevice, libbluray, libcdio-paranoia, libnfs, openssh , libsecret, libgdata, python3 }:"} {"_id":"q-en-nixpkgs-b171903e715a2d78398ad8f10a06897c680563cce81d68950b7fd027db57b695","text":" commit 166afaf144d6473464975438353257359dd51708 Author: Andreas Wiese Date: Thu Feb 1 11:35:02 2024 +0100 aa-remove-unknown: fix readability check This check is intended for ensuring that the profiles file can actually be opened. The *actual* check is performed by the shell, not the read utility, which won't even be executed if the input redirection (and hence the test) fails. If the test succeeds, though, using `read` here might actually jeopardize the test result if there are no profiles loaded and the file is empty. This commit fixes that case by simply using `true` instead of `read`. diff --git a/utils/aa-remove-unknown b/utils/aa-remove-unknown index 0e00d6a0..3351feef 100755 --- a/utils/aa-remove-unknown +++ b/utils/aa-remove-unknown @@ -63,7 +63,7 @@ fi # We have to do this check because error checking awk's getline() below is # tricky and, as is, results in an infinite loop when apparmorfs returns an # error from open(). -if ! IFS= read -r _ < \"$PROFILES\" ; then +if ! true < \"$PROFILES\" ; then echo \"ERROR: Unable to read apparmorfs profiles file\" 1>&2 exit 1 elif [ ! -w \"$REMOVE\" ] ; then "} {"_id":"q-en-nixpkgs-b1b86a90c1c03fe9267944fcd424de84faae82016569c43a57dc2c336957b2ed","text":"postFixup = optionalString (stdenv.isLinux && withLib) '' addOpenGLRunpath ${placeholder \"lib\"}/lib/libavcodec.so addOpenGLRunpath ${placeholder \"lib\"}/lib/libavutil.so '' # https://trac.ffmpeg.org/ticket/10809 + optionalString (versionAtLeast version \"5.0\" && withVulkan) '' patchelf $lib/lib/libavcodec.so --add-needed libvulkan.so --add-rpath ${lib.makeLibraryPath [ vulkan-loader ]} ''; enableParallelBuilding = true;"} {"_id":"q-en-nixpkgs-b1b934d5b3391839c682577b1ef90498207b5537235a486b410db7547b608178","text":" { lib , stdenv , fetchFromGitHub , makeWrapper , makeDesktopItem , fixup_yarn_lock , yarn , nodejs_18 , python3 , fetchYarnDeps , electron , desktopToDarwinBundle , nest-cli , libsass , buildPackages , pkg-config , sqlite , xdg-utils { lib, stdenv, fetchFromGitHub, makeWrapper, makeDesktopItem, copyDesktopItems, fixup-yarn-lock, yarn, nodejs_18, python3, fetchYarnDeps, electron, nest-cli, libsass, buildPackages, pkg-config, sqlite, xdg-utils, }: let nodejs = nodejs_18; in stdenv.mkDerivation (finalAttrs: { pname = \"redisinsight-electron\"; pname = \"redisinsight\"; version = \"2.32\"; src = fetchFromGitHub { owner = \"RedisInsight\"; repo = \"RedisInsight\"; rev = \"${finalAttrs.version}\"; rev = finalAttrs.version; hash = \"sha256-esaH10AyEooym/62F5LJL7oP5UmD6T2UX8g/9QniL9s=\"; }; offlineCache = fetchYarnDeps { yarnLock = finalAttrs.src + \"/yarn.lock\"; sha256 = \"NHKttywAaWAYkciGzYCnm1speHrWsv1t+dxL1DZgM7o=\"; hash = \"sha256-NHKttywAaWAYkciGzYCnm1speHrWsv1t+dxL1DZgM7o=\"; }; feOfflineCache = fetchYarnDeps { yarnLock = finalAttrs.src + \"/redisinsight/yarn.lock\"; sha256 = \"1S1KNUOtmywQ0eyqVS2oRlhpjcL9eps8CR7AtC9ujSU=\"; hash = \"sha256-1S1KNUOtmywQ0eyqVS2oRlhpjcL9eps8CR7AtC9ujSU=\"; }; apiOfflineCache = fetchYarnDeps { yarnLock = finalAttrs.src + \"/redisinsight/api/yarn.lock\"; sha256 = \"P99+1Dhdg/vznC2KepPrVGNlrofJFydXkZVxgwprIx4=\"; hash = \"sha256-P99+1Dhdg/vznC2KepPrVGNlrofJFydXkZVxgwprIx4=\"; }; nativeBuildInputs = [ yarn fixup_yarn_lock nodejs makeWrapper python3 nest-cli libsass pkg-config ] ++ lib.optionals stdenv.isDarwin [ desktopToDarwinBundle ]; buildInputs = [ sqlite xdg-utils ]; nativeBuildInputs = [ yarn fixup-yarn-lock nodejs makeWrapper python3 nest-cli libsass pkg-config copyDesktopItems ]; buildInputs = [ sqlite xdg-utils ]; configurePhase = '' runHook preConfigure export HOME=$(mktemp -d) yarn config --offline set yarn-offline-mirror $offlineCache fixup_yarn_lock yarn.lock yarn config --offline set yarn-offline-mirror ${finalAttrs.offlineCache} fixup-yarn-lock yarn.lock yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive yarn config --offline set yarn-offline-mirror $feOfflineCache fixup_yarn_lock redisinsight/yarn.lock yarn config --offline set yarn-offline-mirror ${finalAttrs.feOfflineCache} fixup-yarn-lock redisinsight/yarn.lock yarn --offline --cwd redisinsight/ --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive yarn config --offline set yarn-offline-mirror $apiOfflineCache fixup_yarn_lock redisinsight/api/yarn.lock yarn config --offline set yarn-offline-mirror ${finalAttrs.apiOfflineCache} fixup-yarn-lock redisinsight/api/yarn.lock yarn --offline --cwd redisinsight/api/ --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules/"} {"_id":"q-en-nixpkgs-b1c3e63cf7fdd8dca1e20c554768fe189ec40e1c1fdefd6addbf4b75ee0b0e39","text":" { lib , stdenv , fetchFromGitHub , pkg-config , expat , libcdio , libcdio-paranoia , libpulseaudio , smooth , uriparser , zlib }: stdenv.mkDerivation rec { pname = \"BoCA\"; version = \"1.0.3\"; src = fetchFromGitHub { owner = \"enzo1982\"; repo = \"boca\"; rev = \"v${version}\"; sha256 = \"0x6pqd5cdag0l283lkq01qaqwyf1skxbncdwig8b2s742nbzjlz8\"; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ expat libcdio libcdio-paranoia libpulseaudio smooth uriparser zlib ]; makeFlags = [ \"prefix=$(out)\" ]; meta = with lib; { description = \"A component library used by the fre:ac audio converter\"; license = licenses.gpl2Plus; homepage = \"https://github.com/enzo1982/boca\"; maintainers = with maintainers; [ shamilton ]; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-b23c80f3c71f125d7686a4a856b3d7df832cdf72dbd0c17e607da67f7826961c","text":" { lib, buildPythonPackage, fetchFromGitHub, poetry-core, rich, pytestCheckHook, }: buildPythonPackage rec { pname = \"rich-theme-manager\"; version = \"0.11.0\"; pyproject = true; src = fetchFromGitHub { owner = \"RhetTbull\"; repo = \"rich_theme_manager\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-nSNG+lWOPmh66I9EmPvWqbeceY/cu+zBpgVlDTNuHc0=\"; }; build-system = [ poetry-core ]; dependencies = [ rich ]; pythonImportsCheck = [ \"rich_theme_manager\" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = \"Define custom styles and themes for use with rich\"; license = lib.licenses.mit; homepage = \"https://github.com/RhetTbull/rich_theme_manager\"; maintainers = with lib.maintainers; [ sigmanificient ]; }; } "} {"_id":"q-en-nixpkgs-b29078130f607ff69d7e10767e4591043c4e161703f08b8771fd48684b199596","text":"{ stdenv, fetchFromGitHub, cmake, makeWrapper , llvmPackages_39, hiredis, z3_opt, gtest , llvmPackages_4, hiredis, z3_opt, gtest }: let klee = fetchFromGitHub { owner = \"klee\"; owner = \"rsas\"; repo = \"klee\"; rev = \"a743d7072d9ccf11f96e3df45f25ad07da6ad9d6\"; sha256 = \"0qwzs029vlba8xz362n4b00hdm2z3lzhzmvix1r8kpbfrvs8vv91\"; rev = \"57cd3d43056b029d9da3c6b3c666c4153554c04f\"; sha256 = \"197wb7nbirlfpx2jr3afpjjhcj7slc4dxxi02j3kmazz9kcqaygz\"; }; in stdenv.mkDerivation { name = \"souper-unstable-2017-01-05\"; name = \"souper-unstable-2017-03-07\"; src = fetchFromGitHub { owner = \"google\"; repo = \"souper\"; rev = \"1be75fe6a96993b57dcba038798fe6d1c7d113eb\"; sha256 = \"0r8mjb88lwz9a3syx7gwsxlwfg0krffaml04ggaf3ad0cza2mvm8\"; rev = \"5faed54ddc4a0e0e12647a0eac1da455a1067a47\"; sha256 = \"1v8ml94ryw5wdls9syvicx4sc9l34yaq8r7cf7is6x7y1q677rps\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-b2f6a19cf5f501b1468c191b7cff2c8ec6fc4c55811ac45ad2765cda013c8a3d","text":"homepage = http://gitolite.com/gitolite/index.html; license = licenses.gpl2; platforms = platforms.unix; maintainers = [ maintainers.thoughtpolice ]; maintainers = [ maintainers.thoughtpolice maintainers.lassulus ]; }; }"} {"_id":"q-en-nixpkgs-b369cd5c96ee98b5a5faaa7862e0d0fac5502a9d088bd7a9da0e8b7d2e415c51","text":"}; config = mkIf ((length config.swapDevices) != 0) { assertions = map (sw: { assertion = sw.randomEncryption.enable -> builtins.match \"/dev/disk/by-(uuid|label)/.*\" sw.device == null; message = '' You cannot use swap device \"${sw.device}\" with randomEncryption enabled. The UUIDs and labels will get erased on every boot when the partition is encrypted. Use /dev/disk/by-partuuid/… instead. ''; }) config.swapDevices; warnings = concatMap (sw: if sw.size != null && hasPrefix \"/dev/\" sw.device then [ \"Setting the swap size of block device ${sw.device} has no effect\" ] else [ ]) config.swapDevices; system.requiredKernelConfig = with config.lib.kernelConfig; [ (isYes \"SWAP\")"} {"_id":"q-en-nixpkgs-b37aed192698cb0137097b96df45c74292d870ffe2a1150ed2ebc5497d1ecee4","text":" { lib, fetchFromGitHub { lib , fetchFromGitHub , version , suffix ? \"\" , hash ? null , src ? fetchFromGitHub { owner = \"NixOS\"; repo = \"nix\"; rev = version; inherit hash; } , patches ? [ ] , maintainers ? with lib.maintainers; [ eelco lovesegfault artturin ] }: assert (hash == null) -> (src != null); let"} {"_id":"q-en-nixpkgs-b37ec90c6571a31ed52f3b4f9f2df6e9dbafe9c911fadbf5637fa1268e34aadc","text":" --- allegro-4.4.3/docs/src/allegro._tx.orig 2019-02-02 20:28:46.000000000 +0100 +++ allegro-4.4.3/docs/src/allegro._tx 2019-11-04 11:12:39.352699777 +0100 @@ -23,6 +23,7 @@ @man_shortdesc_force1=allegro @man_shortdesc_force2=Allegro game programming library. @$input texinfo +@$@documentencoding ISO-8859-1 @$@setfilename allegro.inf @$@settitle Allegro Manual @$@setchapternewpage odd No newline at end of file"} {"_id":"q-en-nixpkgs-b3a9b0336aa3d7320c2661959a434e7a8a6ef99666fd743d1308b5914a0eff11","text":"virthost.succeed(\"virsh pool-start zfs_storagepool\") virthost.succeed(\"virsh vol-create-as zfs_storagepool disk1 25MB\") with subtest(\"check if nixos install iso boots and network works\"): with subtest(\"check if nixos install iso boots, network and autostart works\"): virthost.succeed( \"virt-install -n nixos --osinfo=nixos-unstable --ram=1024 --graphics=none --disk=`find ${nixosInstallISO}/iso -type f | head -n1`,readonly=on --import --noautoconsole\" \"virt-install -n nixos --osinfo nixos-unstable --memory 1024 --graphics none --disk `find ${nixosInstallISO}/iso -type f | head -n1`,readonly=on --import --noautoconsole --autostart\" ) virthost.succeed(\"virsh domstate nixos | grep running\") virthost.wait_until_succeeds(\"ping -c 1 nixos\") virthost.succeed(\"virsh ${virshShutdownCmd} nixos\") virthost.wait_until_succeeds(\"virsh domstate nixos | grep 'shut off'\") virthost.shutdown() virthost.wait_for_unit(\"multi-user.target\") virthost.wait_until_succeeds(\"ping -c 1 nixos\") ''; })"} {"_id":"q-en-nixpkgs-b3cdeba644bf9da5bd2095d4ad7c6c9464355381a0995667b21ce0bf8aedbc80","text":"}: stdenvNoCC.mkDerivation rec { version = \"1.0.7\"; version = \"1.0.10\"; pname = \"bun\"; src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw \"Unsupported system: ${stdenvNoCC.hostPlatform.system}\");"} {"_id":"q-en-nixpkgs-b3d4993e871da78812295ad661ba79afab67596da0dac9a1f50427d38e1e418a","text":"generatedJson = { inherit plugins themes languages; }; sourceJson = { plugins = builtins.fromJSON (builtins.readFile ./wordpress-plugins.json); themes = builtins.fromJSON (builtins.readFile ./wordpress-themes.json); languages = builtins.fromJSON (builtins.readFile ./wordpress-languages.json); }; in { # Create a generic WordPress package. Most arguments are just passed # to `mkDerivation`. The version is automatically filtered for weird characters. mkWordpressDerivation = self.callPackage ({ stdenvNoCC, lib, filterWPString, gettext, wp-cli }: { type, pname, version, ... }@args: { type, pname, version, license, ... }@args: assert lib.any (x: x == type) [ \"plugin\" \"theme\" \"language\" ]; stdenvNoCC.mkDerivation ({ pname = \"wordpress-${type}-${pname}\";"} {"_id":"q-en-nixpkgs-b3f81f82985670f412a4f96e4b297987c79fc6e49baf867df6928a190c1442e8","text":"rsclock = callPackage ../applications/misc/rsclock { }; rstudio = libsForQt514.callPackage ../applications/editors/rstudio { rstudio = libsForQt5.callPackage ../applications/editors/rstudio { boost = boost166; llvmPackages = llvmPackages_7; jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731"} {"_id":"q-en-nixpkgs-b44047ea3ffc58a62f5beb81a53e6670718ccb67bacdfd94499088e272a5b98c","text":"patches = [ # https://phab.mercurial-scm.org/D10638, needed for below patch to apply (fetchpatch { url = \"https://phab.mercurial-scm.org/file/data/oymk4awh2dd7q6cwjbzu/PHID-FILE-bfcr7qrp5spg42wspxpd/D10638.diff\"; url = \"https://phab.mercurial-scm.org/file/data/l7p2r4zcctcr3pzlybv2/PHID-FILE-bwjzxlz6sbegk3s4irik/D10638.diff\"; sha256 = \"0mfi324is02l7cnd3j0gbmg5rpyyqn3afg3f73flnfwmz5njqa5f\"; }) # https://phab.mercurial-scm.org/D10639, fixes https://bz.mercurial-scm.org/show_bug.cgi?id=6514 (fetchpatch { url = \"https://phab.mercurial-scm.org/file/data/re4uqdhtknjiacx2ogwu/PHID-FILE-4m26id65dno5gzix2ngh/D10639.diff\"; url = \"https://phab.mercurial-scm.org/file/data/v53nhburhtkhpccyecei/PHID-FILE-6v34oll6r2gkqo4ng5nt/D10639.diff\"; sha256 = \"0h5ilrd2x1789fr6sf4k1mcvxdh0xdyr94yawdacw87v3x12c8cb\"; }) ];"} {"_id":"q-en-nixpkgs-b45fb256964cb7ac502c3fcb3f2aa037b7bb661e023bf30ef61e4119cabb65b7","text":"categories = [ \"Network\" \"WebBrowser\" \"Security\" ]; }; buildCommand = '' buildPhase = '' runHook preBuild # For convenience ... TBB_IN_STORE=$out/share/tor-browser interp=$(< $NIX_CC/nix-support/dynamic-linker)"} {"_id":"q-en-nixpkgs-b484bc9290321d38e37b1ac9f0f13a902eb677fe12c0067f808ea89f75dc7bb9","text":" { config, lib, pkgs, ... }: { options = { gnu = lib.mkOption { type = lib.types.bool; default = false; description = lib.mdDoc '' When enabled, GNU software is chosen by default whenever a there is a choice between GNU and non-GNU software (e.g., GNU lsh vs. OpenSSH). ''; }; }; config = lib.mkIf config.gnu { environment.systemPackages = with pkgs; # TODO: Adjust `requiredPackages' from `system-path.nix'. # TODO: Add Inetutils once it has the new `ifconfig'. [ parted #fdisk # XXX: GNU fdisk currently fails to build and it's redundant # with the `parted' command. nano zile texinfo # for the stand-alone Info reader ] ++ lib.optional (!stdenv.isAarch32) grub2; # GNU GRUB, where available. boot.loader.grub.enable = !pkgs.stdenv.isAarch32; # GNU lsh. services.openssh.enable = false; services.lshd.enable = true; programs.ssh.startAgent = false; services.xserver.startGnuPGAgent = true; # TODO: GNU dico. # TODO: GNU Inetutils' inetd. # TODO: GNU Pies. }; } "} {"_id":"q-en-nixpkgs-b49f0decfe1b563e36392c3bf52c58a9c3dfa81ba3e65343d0ae9088e457182c","text":"btrfs = callPackage ../development/python-modules/btrfs { }; btrfsutil = toPythonModule (pkgs.btrfs-progs.override { python3 = self.python; }); bugsnag = callPackage ../development/python-modules/bugsnag { }; bugwarrior = callPackage ../development/python-modules/bugwarrior { };"} {"_id":"q-en-nixpkgs-b4cb92814f2e9e8da8001ee2f319c68b2f9c3749628451aef545df95681161b9","text":" { stdenv , buildGoPackage , lib , fetchFromGitHub , buildGoModule , packr , sqlite , callPackage }: buildGoModule rec { pname = \"gotify-server\"; version = \"2.0.10\"; src = fetchFromGitHub { owner = \"gotify\"; repo = \"server\"; rev = \"v${version}\"; sha256 = \"0f7y6gkxikdfjhdxplkv494ss2b0fqmibd2kl9nifabggfz5gjal\"; }; modSha256 = \"19mghbs1jasb7vxdw13mmwsbk5sfg3y2vvddr73c82lq0f8g2iha\"; postPatch = '' substituteInPlace app.go --replace 'Version = \"unknown\"' 'Version = \"${version}\"' ''; buildInputs = [ sqlite ]; nativeBuildInputs = [ packr ]; ui = callPackage ./ui.nix { }; preBuild = '' cp -r ${ui}/libexec/gotify-ui/deps/gotify-ui/build ui/build && packr ''; # Otherwise, all other subpackages are built as well and from some reason, # produce binaries which panic when executed and are not interesting at all subPackages = [ \".\" ]; buildFlagsArray = [ \"-ldflags='-X main.Version=${version} -X main.Mode=prod'\" ]; meta = with stdenv.lib; { description = \"A simple server for sending and receiving messages in real-time per WebSocket\"; homepage = \"https://gotify.net\"; license = licenses.mit; maintainers = with maintainers; [ doronbehar ]; platforms = platforms.all; }; } "} {"_id":"q-en-nixpkgs-b4e80fda26a35eb075ff19783d301482a1ed17f97fa6d5193388565cfec88bb2","text":"mv rustup-init rustup binlinks=( cargo rustc rustdoc rust-gdb rust-lldb rls rustfmt cargo-fmt cargo-clippy clippy-driver cargo-miri cargo-clippy clippy-driver cargo-miri rust-gdbgui ) for link in ''${binlinks[@]}; do ln -s rustup $link"} {"_id":"q-en-nixpkgs-b505a282b30b37d95379c62a16354f682a6070719c8518bd6b379247b5cd8f9b","text":"github = \"thefossguy\"; githubId = 44400303; }; thehans255 = { name = \"Hans Jorgensen\"; email = \"foss-contact@thehans255.com\"; github = \"thehans255\"; githubId = 15896573; }; thekostins = { name = \"Konstantin\"; email = \"anisimovkosta19@gmail.com\";"} {"_id":"q-en-nixpkgs-b513dac3483dae211d264c8f185cb36a21288147e55c0fed6514342a02f1955f","text":"connector-c = self; server = self; mysqlVersion = \"5.7\"; tests = nixosTests.mysql; }; meta = with lib; {"} {"_id":"q-en-nixpkgs-b51961e3101ba2ef1ccba571b5f169c466c724ce74c5c418644cbd41d2c7bed2","text":"else \"\") + lib.optionalString targetPlatform.isAvr '' makeFlagsArray+=( '-s' # workaround for hitting hydra log limit 'LIMITS_H_TEST=false' ) '';"} {"_id":"q-en-nixpkgs-b51bbbdea9c481bcf119afaab749651ac6e66788d49265f743287ec51bbfd18b","text":" { lib , rustPlatform , fetchFromGitHub , cmake , pkg-config , openssl , fontconfig , nasm , libX11 , libXcursor , libXrandr , libXi , libGL , stdenv , gtk3 , darwin }: rustPlatform.buildRustPackage rec { pname = \"oculante\"; version = \"0.6.38\"; src = fetchFromGitHub { owner = \"woelper\"; repo = pname; rev = version; sha256 = \"sha256-0msPeW0FoBzHBDfX2iFH4HzAknaGPNThuCLi2vhdK08=\"; }; cargoSha256 = \"sha256-eKRn8MC4/jjPRoajhwrtXsa8n9bGO5MAKjDuwHWs7Oc=\"; nativeBuildInputs = [ cmake pkg-config nasm ]; checkFlagsArray = [ \"--skip=tests::net\" ]; # requires network access buildInputs = [ openssl fontconfig ] ++ lib.optionals stdenv.isLinux [ libX11 libXcursor libXi libXrandr libGL gtk3 ] ++ lib.optionals stdenv.isDarwin [ darwin.libobjc ]; postFixup = lib.optionalString stdenv.isLinux '' patchelf $out/bin/oculante --add-rpath ${lib.makeLibraryPath [ libGL ]} ''; meta = with lib; { broken = stdenv.isDarwin; description = \"A minimalistic crossplatform image viewer written in Rust\"; homepage = \"https://github.com/woelper/oculante\"; changelog = \"https://github.com/woelper/oculante/blob/${version}/CHANGELOG.md\"; license = licenses.mit; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"q-en-nixpkgs-b52062e938b644a83a8e4c0927a9a6ab5c317ff9c11bae72ba525fa6d228c146","text":"pwdsafety = callPackage ../tools/security/pwdsafety { }; pwvucontrol = callPackage ../applications/audio/pwvucontrol { }; pyload-ng = callPackage ../applications/networking/pyload-ng {}; pyrosimple = callPackage ../applications/networking/p2p/pyrosimple { };"} {"_id":"q-en-nixpkgs-b5477dfc7a912c7a2ebbdda0996ead55e6f7bb5e4ebb4417e98b59325d79175f","text":"++ stdenv.lib.optional perlBindings perl ++ stdenv.lib.optional saslSupport sasl; patches = [ ./apr-1.patch ]; configureFlags = '' ${if bdbSupport then \"--with-berkeley-db\" else \"--without-berkeley-db\"} ${if httpServer then \"--with-apxs=${apacheHttpd}/bin/apxs\" else \"--without-apxs\"}"} {"_id":"q-en-nixpkgs-b59355b19c0c3c6ef8d8ea196c4785176ac0770bc94d1bc8726adfb25bea69e2","text":"sha256 = \"sha256-kHirHG/bfsU6tKyQ0khNSTyChhzHfzib+HyA3LOtBI8=\"; }; nativeBuildInputs = [ pkgs.makeWrapper ]; nativeBuildInputs = [ makeWrapper ]; preBuild = '' makeFlagsArray+=(prefix=\"$out\")"} {"_id":"q-en-nixpkgs-b5c77e3407d793954af9a56824450bb9d898be633bd2d6e5afecc331fe9e8673","text":"# substitute environment variables if [ -f \"${configFile}\" ]; then ${pkgs.gawk}/bin/awk '{ for(varname in ENVIRON) gsub(\"@\"varname\"@\", ENVIRON[varname]) for(varname in ENVIRON) { find = \"@\"varname\"@\" repl = ENVIRON[varname] if (i = index($0, find)) $0 = substr($0, 1, i-1) repl substr($0, i+length(find)) } print }' \"${configFile}\" > \"${finalConfig}\" else"} {"_id":"q-en-nixpkgs-b5dfb91d670bea486e6e2b0f60a8b17ab9d682d18e19b2a5ed92f4d78049b721","text":" iptables now uses nf_tables backend. iptables is now using nf_tables under the hood, by using iptables-nft, similar to Debian and Fedora. This means, ip[6]tables, arptables and ebtables commands will actually show rules from some specific tables in the nf_tables kernel subsystem. systemd got an nftables backend, and configures (networkd) rules in their own io.systemd.* tables. Check nft list ruleset to see these rules, not iptables-save (which only shows iptables-created rules. "} {"_id":"q-en-nixpkgs-b5e1b32f88d945bc30cc88daaaaeb9310da377e2db9461c01d0e1589694341cc","text":"(fetchNuGet { pname = \"Humanizer.Core.zh-Hans\"; version = \"2.14.1\"; sha256 = \"0zn99311zfn602phxyskfjq9vly0w5712z6fly8r4q0h94qa8c85\"; }) (fetchNuGet { pname = \"Humanizer.Core.zh-Hant\"; version = \"2.14.1\"; sha256 = \"0qxjnbdj645l5sd6y3100yyrq1jy5misswg6xcch06x8jv7zaw1p\"; }) (fetchNuGet { pname = \"JetBrains.Annotations\"; version = \"2023.3.0\"; sha256 = \"0vp4mpn6gfckn8grzjm1jxlbqiq2fglm2rk9wq787adw7rxs8k7w\"; }) (fetchNuGet { pname = \"Markdig.Signed\"; version = \"0.33.0\"; sha256 = \"0816lmn0varxwhdklhh5hdqp0xnfz3nlrvaf2wpkk5v1mq86216h\"; }) (fetchNuGet { pname = \"Markdig.Signed\"; version = \"0.34.0\"; sha256 = \"1jrs5fc8k99mh1kipvvlgwm0qlacrsh82bbpdclb84xz0h6nwwrh\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.JsonPatch\"; version = \"7.0.0\"; sha256 = \"1f13vsfs1rp9bmdp3khk4mk2fif932d72yxm2wszpsr239x4s2bf\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.Mvc.NewtonsoftJson\"; version = \"7.0.0\"; sha256 = \"1w49rg0n5wb1m5wnays2mmym7qy7bsi2b1zxz97af2rkbw3s3hbd\"; }) (fetchNuGet { pname = \"Microsoft.Bcl.AsyncInterfaces\"; version = \"6.0.0\"; sha256 = \"15gqy2m14fdlvy1g59207h5kisznm355kbw010gy19vh47z8gpz3\"; }) (fetchNuGet { pname = \"Microsoft.CodeCoverage\"; version = \"17.8.0\"; sha256 = \"173wjadp3gan4x2jfjchngnc4ca4mb95h1sbb28jydfkfw0z1zvj\"; }) (fetchNuGet { pname = \"Microsoft.CSharp\"; version = \"4.7.0\"; sha256 = \"0gd67zlw554j098kabg887b5a6pq9kzavpa3jjy5w53ccjzjfy8j\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.ApiDescription.Server\"; version = \"6.0.5\"; sha256 = \"1pi2bm3cm0a7jzqzmfc2r7bpcdkmk3hhjfvb2c81j7wl7xdw3624\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Configuration.Abstractions\"; version = \"6.0.0\"; sha256 = \"0w6wwxv12nbc3sghvr68847wc9skkdgsicrz3fx4chgng1i3xy0j\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.DependencyInjection\"; version = \"6.0.0\"; sha256 = \"1wlhb2vygzfdjbdzy7waxblmrx0q3pdcqvpapnpmq9fcx5m8r6w1\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.DependencyInjection.Abstractions\"; version = \"6.0.0\"; sha256 = \"1vi67fw7q99gj7jd64gnnfr4d2c0ijpva7g9prps48ja6g91x6a9\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Logging\"; version = \"6.0.0\"; sha256 = \"0fd9jii3y3irfcwlsiww1y9npjgabzarh33rn566wpcz24lijszi\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Logging.Abstractions\"; version = \"6.0.0\"; sha256 = \"0b75fmins171zi6bfdcq1kcvyrirs8n91mknjnxy4c3ygi1rrnj0\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Options\"; version = \"6.0.0\"; sha256 = \"008pnk2p50i594ahz308v81a41mbjz9mwcarqhmrjpl2d20c868g\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Primitives\"; version = \"6.0.0\"; sha256 = \"1kjiw6s4yfz9gm7mx3wkhp06ghnbs95icj9hi505shz9rjrg42q2\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Configuration.Abstractions\"; version = \"8.0.0\"; sha256 = \"1jlpa4ggl1gr5fs7fdcw04li3y3iy05w3klr9lrrlc7v8w76kq71\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.DependencyInjection\"; version = \"8.0.0\"; sha256 = \"0i7qziz0iqmbk8zzln7kx9vd0lbx1x3va0yi3j1bgkjir13h78ps\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.DependencyInjection.Abstractions\"; version = \"8.0.0\"; sha256 = \"1zw0bpp5742jzx03wvqc8csnvsbgdqi0ls9jfc5i2vd3cl8b74pg\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Logging\"; version = \"8.0.0\"; sha256 = \"0nppj34nmq25gnrg0wh1q22y4wdqbih4ax493f226azv8mkp9s1i\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Logging.Abstractions\"; version = \"8.0.0\"; sha256 = \"1klcqhg3hk55hb6vmjiq2wgqidsl81aldw0li2z98lrwx26msrr6\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Options\"; version = \"8.0.0\"; sha256 = \"0p50qn6zhinzyhq9sy5svnmqqwhw2jajs2pbjh9sah504wjvhscz\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.Primitives\"; version = \"8.0.0\"; sha256 = \"0aldaz5aapngchgdr7dax9jw5wy7k7hmjgjpfgfv1wfif27jlkqm\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Abstractions\"; version = \"7.0.3\"; sha256 = \"0njmg2lygnirnfjv9gck2f5lq4ly5rgws9cpf8qj3kwcwxfp0b9s\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.JsonWebTokens\"; version = \"7.0.3\"; sha256 = \"1ayh85xqdq8rqjk2iqcn7iaczcl7d8qg6bxk0b4rgx59fmsmbqj7\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Logging\"; version = \"7.0.3\"; sha256 = \"13cjqmf59k895q6gkd5ycl89mnpalckda7rhsdl11jdyr32hsfnv\"; }) (fetchNuGet { pname = \"Microsoft.IdentityModel.Tokens\"; version = \"7.0.3\"; sha256 = \"1pmhd0imh9wlhvbvvwjrpjsqvzagi2ly22nddwr4r0pi234khyz1\"; }) (fetchNuGet { pname = \"Microsoft.NET.ILLink.Tasks\"; version = \"8.0.0\"; sha256 = \"13y3bilk9rrrgsk9abks7xvpwp12zw150xcyi0diig2hqswys1h4\"; }) (fetchNuGet { pname = \"Microsoft.NET.Test.Sdk\"; version = \"17.8.0\"; sha256 = \"1syvl3g0hbrcgfi9rq6pld8s8hqqww4dflf1lxn59ccddyyx0gmv\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"5.0.0\"; sha256 = \"0mwpwdflidzgzfx2dlpkvvnkgkr2ayaf0s80737h4wa35gaj11rc\"; }) (fetchNuGet { pname = \"Microsoft.OpenApi\"; version = \"1.2.3\"; sha256 = \"07b19k89whj69j87afkz86gp9b3iybw8jqwvlgcn43m7fb2y99rr\"; })"} {"_id":"q-en-nixpkgs-b61aeb1e03702204b2b65fa7d197745e76d6882b375b5360c87b62a8150301a6","text":"preConfigure = (concatMapStringsSep \"n\" (mod: mod.preConfigure or \"\") modules); patches = stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ patches = stdenv.lib.singleton (substituteAll { src = ./nix-etag-1.15.4.patch; preInstall = '' export nixStoreDir=\"$NIX_STORE\" nixStoreDirLen=\"''${#NIX_STORE}\" ''; }) ++ stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ (fetchpatch { url = \"https://raw.githubusercontent.com/openwrt/packages/master/net/nginx/patches/102-sizeof_test_fix.patch\"; sha256 = \"0i2k30ac8d7inj9l6bl0684kjglam2f68z8lf3xggcc2i5wzhh8a\";"} {"_id":"q-en-nixpkgs-b73246b8872c2aecff79a9d66bd8b58188e12c13703e43d841af802220cd0ccf","text":"}; }; }) (mkIf (cfg.enable && cfg.prompt.enable) { environment.interactiveShellInit = '' source ${cfg.package}/share/bash-completion/completions/git-prompt.sh ''; }) ]; meta.maintainers = with maintainers; [ figsoda ];"} {"_id":"q-en-nixpkgs-b733ad9410ae8cb6f62f0c3dff390d4fe3f3c25c0ad1145ee820f8b8a94e3d5f","text":"with lib; # The Magewell Pro Capture drivers are not supported for kernels older than 3.2 assert versionAtLeast kernel.version \"3.2.0\"; let bits = if stdenv.is64bit then \"64\""} {"_id":"q-en-nixpkgs-b77972713f118ec05b896041c8ec5979e01e2f09ff3193e60b361a3d33e899c2","text":"typst = callPackage ../tools/typesetting/typst { }; typst-fmt = callPackage ../tools/typesetting/typst-fmt { }; tz = callPackage ../tools/misc/tz { }; u9fs = callPackage ../servers/u9fs { };"} {"_id":"q-en-nixpkgs-b8073779f870ac3856982fd6fb8da746f47fd1bfb31b723df66e7e1b7273816d","text":"makeCacheWritable = true; npmWorkspace = \"apps/desktop\"; npmDepsHash = \"sha256-KN8C9Y0tfhHVagk+CUMpI/bIRChhzxC9M27HkU4aTEc=\"; npmDepsHash = \"sha256-bnYpvHO9Pnob+MbrSshv03mSwXCADH/2xw33nLVKMdg=\"; cargoDeps = rustPlatform.fetchCargoTarball { name = \"${pname}-${version}\"; inherit patches src; patchFlags = [ \"-p4\" ]; sourceRoot = \"${src.name}/${cargoRoot}\"; hash = \"sha256-AmtdmOR3aZJTZiFbkwRXjeTOJdcN40bTmWx4Ss3JNJ8=\"; hash = \"sha256-pCy3hGhI3mXm4uTOaFMykOzJqK2PC0t0hE8MrJKtA/k=\"; }; cargoRoot = \"apps/desktop/desktop_native\";"} {"_id":"q-en-nixpkgs-b83a84450c2139f2ff70dfc3f028064d697f1b5f760ea9026a0213201e3d22ab","text":"orgmode-parse = dontCheck super.orgmode-parse; os-release = dontCheck super.os-release; persistent-redis = dontCheck super.persistent-redis; pure-zlib = dontCheck super.pure-zlib; # https://github.com/NixOS/nixpkgs/issues/37499 pipes-extra = dontCheck super.pipes-extra; pipes-websockets = dontCheck super.pipes-websockets; postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server"} {"_id":"q-en-nixpkgs-b84048c72396f19ec27416d9bd0f55aac89803f55e200d4169e1320b8d3cef73","text":"inherit (pkgs) stdenv fetchurl unzip; }; sources = import ./sources.nix { inherit (pkgs) stdenv fetchurl unzip; }; androidsdk = import ./androidsdk.nix { inherit (pkgs) stdenv fetchurl unzip makeWrapper; inherit (pkgs) zlib glxinfo freetype fontconfig glib gtk2 atk mesa file alsaLib jdk coreutils libpulseaudio dbus; inherit (pkgs.xorg) libX11 libXext libXrender libxcb libXau libXdmcp libXtst xkeyboardconfig; inherit platformTools buildTools support supportRepository platforms sysimages addons; inherit platformTools buildTools support supportRepository platforms sysimages addons sources includeSources; stdenv_32bit = pkgs_i686.stdenv; };"} {"_id":"q-en-nixpkgs-b84406bb0a57a1ed862d7b67e6ec0abdb094ade6d3a490d09c24a35d2ebcbef0","text":"stdenv.mkDerivation { pname = \"mmc-utils\"; version = \"2018-12-14\"; version = \"2019-10-04\"; src = fetchgit { url = \"git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git\"; rev = \"aef913e31b659462fe6b9320d241676cba97f67b\"; sha256 = \"1mak9rqjp6yvqk2h5hfil5a9gfx138h62n3cryckfbhr6fmaylm7\"; rev = \"73d6c59af8d1bcedf5de4aa1f5d5b7f765f545f5\"; sha256 = \"18a7qm86gavg15gv4h6xfnapgq24v4dyvhwfp53lkssxyhjbli0z\"; }; makeFlags = [ \"CC=${stdenv.cc.targetPrefix}cc\" ];"} {"_id":"q-en-nixpkgs-b877bc735d815423a3173464767ee7ca86e1a7a0f40e76a4740d804c44617611","text":" { lib, rustPlatform, fetchFromGitHub, libdrm }: rustPlatform.buildRustPackage rec { pname = \"amdgpu_top\"; version = \"0.1.7\"; src = fetchFromGitHub { owner = \"Umio-Yasuno\"; repo = pname; rev = \"v${version}-stable\"; hash = \"sha256-cdKUj0pUlXxMNx0jypuov4hX3CISTDaSQh+KFB5R8ys=\"; }; cargoLock.lockFile = ./Cargo.lock; buildInputs = [ libdrm ]; meta = with lib; { description = \"Tool to display AMDGPU usage\"; homepage = \"https://github.com/Umio-Yasuno/amdgpu_top\"; changelog = \"https://github.com/Umio-Yasuno/amdgpu_top/releases\"; license = licenses.mit; maintainers = with maintainers; [ geri1701 ]; }; } "} {"_id":"q-en-nixpkgs-b87e25750c68e4ea056a18feeaadd44463da6738215055ddc3083c2db5acfdd0","text":"runHook postInstall ''; checkPhase = attrs.checkPhase or '' runHook preCheck $LUAROCKS test runHook postCheck ''; passthru = { inherit lua; # The lua interpreter inherit externalDeps;"} {"_id":"q-en-nixpkgs-b8910648bd2d88f62baaf3aac9f09b4075f758808f9401a073340893d51eb174","text":"license = stdenv.lib.licenses.gpl3Plus; maintainers = with stdenv.lib.maintainers; [raskin]; description = \"Scientific Pragramming Language\"; # https://savannah.gnu.org/bugs/?func=detailitem&item_id=56425 is the best attempt to fix JIT broken = enableJIT; platforms = if overridePlatforms == null then (with stdenv.lib.platforms; linux ++ darwin) else overridePlatforms;"} {"_id":"q-en-nixpkgs-b8b598b3680aa998033d9b7480b36ce53ee12b6f7c7fb249850b9aee9babd69c","text":"exit 1 fi VERSION=$1 VERSION=\"$1\" declare -A SYSTEMS HASHES SYSTEMS=("} {"_id":"q-en-nixpkgs-b8b78287afb98c3c4551b9dd2d69f25b524e7ebc05f0fe164568c5618515b7cf","text":" { lib, buildPythonPackage, fetchPypi }: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook }: buildPythonPackage rec { pname = \"sarge\"; version = \"0.1.7\"; format = \"setuptools\"; src = fetchPypi { inherit pname version; sha256 = \"3b810d396a75a5a2805272f64f4316f6dcc086e0a744b042cdb0effc85c0f21b\"; src = fetchFromGitHub { owner = \"vsajip\"; repo = pname; rev = version; sha256 = \"sha256-E1alSDXj0oeyB6dN5PAtN62FPpMsCKb4R9DpfWdFtn0=\"; }; # No tests in PyPI tarball doCheck = false; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"sarge\" ]; meta = with lib; { description = \"Python wrapper for subprocess which provides command pipeline functionality\"; homepage = \"https://sarge.readthedocs.org/\"; description = \"A wrapper for subprocess which provides command pipeline functionality\"; license = licenses.bsd3; maintainers = with maintainers; [ abbradar ]; };"} {"_id":"q-en-nixpkgs-b8d6c4ae28ea20ad303a4b806e5e7f90dd7ea81a55083714d448c3074159bde0","text":" { stdenv , lib , buildGoModule , fetchFromGitHub , makeWrapper , coreutils , runCommand , runtimeShell , writeText , terraform-providers , installShellFiles }: let package = buildGoModule rec { pname = \"opentofu\"; version = \"1.6.0-alpha1\"; src = fetchFromGitHub { owner = \"opentofu\"; repo = \"opentofu\"; rev = \"v${version}\"; hash = \"sha256-0FO55H1nOyhAd+ex1zA0XycH6x/HKkLlxzuIJNoaI9g=\"; }; vendorHash = \"sha256-3jQfIIZOgOmNHQ06rXz+3QTZ37WcuCc7A7/MhC7udrg=\"; ldflags = [ \"-s\" \"-w\" ]; postConfigure = '' # speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22 substituteInPlace vendor/github.com/bgentry/speakeasy/speakeasy_unix.go --replace \"/bin/stty\" \"${coreutils}/bin/stty\" ''; nativeBuildInputs = [ installShellFiles ]; patches = [ ./provider-path-0_15.patch ]; passthru = { inherit plugins withPlugins; tests = { inherit opentofu_plugins_test; }; }; # https://github.com/posener/complete/blob/9a4745ac49b29530e07dc2581745a218b646b7a3/cmd/install/bash.go#L8 postInstall = '' installShellCompletion --bash --name tofu <(echo complete -C tofu tofu) ''; preCheck = '' export HOME=$TMPDIR export TF_SKIP_REMOTE_TESTS=1 ''; subPackages = [ \"./cmd/...\" ]; meta = with lib; { description = \"Tool for building, changing, and versioning infrastructure\"; homepage = \"https://opentofu.org/\"; changelog = \"https://github.com/opentofu/opentofu/blob/v${version}/CHANGELOG.md\"; license = licenses.mpl20; maintainers = with maintainers; [ gmemstr ]; mainProgram = \"tofu\"; }; }; opentofu_plugins_test = let mainTf = writeText \"main.tf\" '' resource \"random_id\" \"test\" {} ''; opentofu = package.withPlugins (p: [ p.random ]); test = runCommand \"opentofu-plugin-test\" { buildInputs = [ opentofu ]; } '' # make it fail outside of sandbox export HTTP_PROXY=http://127.0.0.1:0 HTTPS_PROXY=https://127.0.0.1:0 cp ${mainTf} main.tf tofu init touch $out ''; in test; plugins = removeAttrs terraform-providers [ \"override\" \"overrideDerivation\" \"recurseForDerivations\" ]; withPlugins = plugins: let actualPlugins = plugins package.plugins; # Wrap PATH of plugins propagatedBuildInputs, plugins may have runtime dependencies on external binaries wrapperInputs = lib.unique (lib.flatten (lib.catAttrs \"propagatedBuildInputs\" (builtins.filter (x: x != null) actualPlugins))); passthru = { withPlugins = newplugins: withPlugins (x: newplugins x ++ actualPlugins); full = withPlugins (p: lib.filter lib.isDerivation (lib.attrValues p.actualProviders)); # Expose wrappers around the override* functions of the terraform # derivation. # # Note that this does not behave as anyone would expect if plugins # are specified. The overrides are not on the user-visible wrapper # derivation but instead on the function application that eventually # generates the wrapper. This means: # # 1. When using overrideAttrs, only `passthru` attributes will # become visible on the wrapper derivation. Other overrides that # modify the derivation *may* still have an effect, but it can be # difficult to follow. # # 2. Other overrides may work if they modify the terraform # derivation, or they may have no effect, depending on what # exactly is being changed. # # 3. Specifying overrides on the wrapper is unsupported. # # See nixpkgs#158620 for details. overrideDerivation = f: (package.overrideDerivation f).withPlugins plugins; overrideAttrs = f: (package.overrideAttrs f).withPlugins plugins; override = x: (package.override x).withPlugins plugins; }; # Don't bother wrapping unless we actually have plugins, since the wrapper will stop automatic downloading # of plugins, which might be counterintuitive if someone just wants a vanilla Terraform. in if actualPlugins == [ ] then package.overrideAttrs (orig: { passthru = orig.passthru // passthru; }) else lib.appendToName \"with-plugins\" (stdenv.mkDerivation { inherit (package) meta pname version; nativeBuildInputs = [ makeWrapper ]; # Expose the passthru set with the override functions # defined above, as well as any passthru values already # set on `terraform` at this point (relevant in case a # user overrides attributes). passthru = package.passthru // passthru; buildCommand = '' # Create wrappers for terraform plugins because Terraform only # walks inside of a tree of files. for providerDir in ${toString actualPlugins} do for file in $(find $providerDir/libexec/terraform-providers -type f) do relFile=''${file#$providerDir/} mkdir -p $out/$(dirname $relFile) cat < $out/$relFile #!${runtimeShell} exec \"$file\" \"$@\" WRAPPER chmod +x $out/$relFile done done # Create a wrapper for opentofu to point it to the plugins dir. mkdir -p $out/bin/ makeWrapper \"${package}/bin/tofu\" \"$out/bin/tofu\" --set NIX_TERRAFORM_PLUGIN_DIR $out/libexec/terraform-providers --prefix PATH : \"${lib.makeBinPath wrapperInputs}\" ''; }); in package "} {"_id":"q-en-nixpkgs-b8d8d2c3c7ecbb26a880db45f2a755a5a431c6dd3f3e79a18974ceb8f852dbde","text":"fribidi p11-kit gmp # libraries not on the upstream include list, but nevertheless expected # by at least one appimage libtool.lib # for Synfigstudio"} {"_id":"q-en-nixpkgs-b91807c343d394729e7cec18d33337b300c43c99b7dadf3c3bb882036947a530","text":"ogre = ogre1_10; }; certbot = callPackage ../tools/admin/certbot { }; certbot = python3Packages.callPackage ../tools/admin/certbot { }; caf = callPackage ../development/libraries/caf {};"} {"_id":"q-en-nixpkgs-b918765a1ba01929c1e0e6925ab0596770f14cc108bea103fcf64a8d66429557","text":" { lib, python3Packages, fetchFromGitHub, glibc, SDL2, libjpeg_turbo, alsa-lib, libspnav, desktop-file-utils, gobject-introspection, wrapGAppsHook3, wrapGAppsHook4, cameractrls-gtk3, cameractrls-gtk4, withGtk ? null, }: assert lib.assertOneOf \"'withGtk' in cameractrls\" withGtk [ 3 4 null ]; let mainExecutable = \"cameractrls\" + lib.optionalString (withGtk != null) \"gtk\" + lib.optionalString (withGtk == 4) \"4\"; modulePath = \"${placeholder \"out\"}/${python3Packages.python.sitePackages}/CameraCtrls\"; installExecutables = [ \"cameractrls\" \"cameractrlsd\" \"cameraptzgame\" \"cameraptzmidi\" \"cameraptzspnav\" \"cameraview\" ] ++ lib.optionals (withGtk != null) [ mainExecutable ]; in python3Packages.buildPythonApplication rec { pname = \"cameractrls\"; version = \"0.6.6\"; pyproject = false; src = fetchFromGitHub { owner = \"soyersoyer\"; repo = \"cameractrls\"; rev = \"v${version}\"; hash = \"sha256-QjjLd5L+8Slxc3ywurhsWp1pZ2E1Y7NOdnCV2ZYBlqU=\"; }; postPatch = '' substituteInPlace cameractrlsd.py --replace-fail \"ctypes.util.find_library('c')\" '\"${lib.getLib glibc}/lib/libc.so.6\"' substituteInPlace cameraptzgame.py cameraview.py --replace-fail \"ctypes.util.find_library('SDL2-2.0')\" '\"${lib.getLib SDL2}/lib/libSDL2-2.0.so.0\"' substituteInPlace cameraview.py --replace-fail \"ctypes.util.find_library('turbojpeg')\" '\"${lib.getLib libjpeg_turbo}/lib/libturbojpeg.so\"' substituteInPlace cameraptzmidi.py --replace-fail \"ctypes.util.find_library('asound')\" '\"${lib.getLib alsa-lib}/lib/libasound.so\"' substituteInPlace cameraptzspnav.py --replace-fail \"ctypes.util.find_library('spnav')\" '\"${lib.getLib libspnav}/lib/libspnav.so\"' ''; nativeBuildInputs = lib.optionals (withGtk != null) [ desktop-file-utils gobject-introspection ] ++ lib.optionals (withGtk == 3) [ wrapGAppsHook3 ] ++ lib.optionals (withGtk == 4) [ wrapGAppsHook4 ]; # Only used when withGtk != null dependencies = with python3Packages; [ pygobject3 ]; installPhase = '' runHook preInstall mkdir -p $out/bin for file in ${lib.concatStringsSep \" \" installExecutables}; do install -Dm755 $file.py -t ${modulePath} ln -s ${modulePath}/$file.py $out/bin/$file done '' + lib.optionalString (withGtk != null) '' install -Dm644 pkg/hu.irl.cameractrls.svg -t $out/share/icons/hicolor/scalable/apps install -Dm644 pkg/hu.irl.cameractrls.metainfo.xml -t $out/share/metainfo mkdir -p $out/share/applications desktop-file-install --dir=\"$out/share/applications\" --set-key=Exec --set-value=\"${mainExecutable}\" pkg/hu.irl.cameractrls.desktop '' + '' runHook postInstall ''; dontWrapGApps = true; dontWrapPythonPrograms = true; postFixup = lib.optionalString (withGtk != null) '' wrapPythonPrograms patchPythonScript ${modulePath}/${mainExecutable}.py wrapProgram $out/bin/${mainExecutable} ''${makeWrapperArgs[@]} ''${gappsWrapperArgs[@]} ''; passthru.tests = { # Also build these packages in ofBorg (defined in top-level/all-packages.nix) inherit cameractrls-gtk3 cameractrls-gtk4; }; meta = { description = \"Camera controls for Linux\"; longDescription = '' It's a standalone Python CLI and GUI (GTK3, GTK4) and camera Viewer (SDL) to set the camera controls in Linux. It can set the V4L2 controls and it is extendable with the non standard controls. Currently it has a Logitech extension (LED mode, LED frequency, BRIO FoV, Relative Pan/Tilt, PTZ presets), Kiyo Pro extension (HDR, HDR mode, FoV, AF mode, Save), Preset extension (Save and restore controls), Control Restore Daemon (to restore presets at device connection). ''; homepage = \"https://github.com/soyersoyer/cameractrls\"; license = lib.licenses.gpl3Plus; mainProgram = mainExecutable; maintainers = with lib.maintainers; [ aleksana ]; platforms = lib.platforms.linux; }; } "} {"_id":"q-en-nixpkgs-b929409b7a946a74c9bd323199cbe2ecddebe0d10f51f719d570beb07816f593","text":"rustPlatform.buildRustPackage rec { pname = \"racer\"; version = \"2.1.22\"; version = \"2.1.27\"; src = fetchFromGitHub { owner = \"racer-rust\"; repo = \"racer\"; rev = \"v${version}\"; sha256 = \"1n808h4jqxkvpjwmj8jgi4y5is5zvr8vn42mwb3yi13mix32cysa\"; sha256 = \"1ajj515ck5n0mzig77xnq1qgb2s4gf6ahgd5mab91406jvij9qf3\"; }; cargoSha256 = \"0njaa9vk2i9g1c6sq20b7ls97nl532rfv3is7d8dwz51nrwk6jxs\"; cargoSha256 = \"0ki5j5gh59c92a0w43kzljpiamv2jvyk4m2w8qldfyl5kaa40dxb\"; buildInputs = [ makeWrapper ] ++ stdenv.lib.optional stdenv.isDarwin Security;"} {"_id":"q-en-nixpkgs-b95f35912bedce5d0a7e8952a00d231f0ad57637a539f95bd3d6fec02ebf5b92","text":"]; checkInputs = [ pytestCheckHook ]; disabledTests = [ # Steam runtime is hard-coded with steam-run.patch and can't be configured \"test_run_steam_runtime_not_found\" \"test_unknown_steam_runtime_detected\" # Steam runtime 2 currently isn't supported # See https://github.com/NixOS/nixpkgs/issues/100655 \"test_run_winetricks_steam_runtime_v2\" ]; pythonImportsCheck = [ \"protontricks\" ]; meta = with lib; { description = \"A simple wrapper for running Winetricks commands for Proton-enabled games\";"} {"_id":"q-en-nixpkgs-b97227585442dc5379f0765148561942bed6f4ae2cae8491b984ff010648ac8f","text":" { lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = \"gobang\"; version = \"0.1.0-alpha.5\"; src = fetchFromGitHub { owner = \"tako8ki\"; repo = pname; rev = \"v${version}\"; sha256 = \"02glb3hlprpdc72ji0248a7g0vr36yxr0gfbbms2m25v251dyaa6\"; }; cargoSha256 = \"sha256-Tiefet5gLpiuYY6Scg5fjnaPiZfVl5Gy2oZFdhgNRxY=\"; meta = with lib; { description = \"A cross-platform TUI database management tool written in Rust\"; homepage = \"https://github.com/tako8ki/gobang\"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; } "} {"_id":"q-en-nixpkgs-b99076bcd8f142627e3ac74163686ed9c709c887e96caf40b055387ca47909f3","text":"
pkgs.ociTools pkgs.ociTools is a set of functions for creating containers according to the OCI container specification v1.0.0. Beyond that it makes no assumptions about the container runner you choose to use to run the created container.
buildContainer This function creates a simple OCI container that runs a single command inside of it. An OCI container consists of a config.json and a rootfs directory.The nix store of the container will contain all referenced dependencies of the given command. The parameters of buildContainer with an example value are described below: Build Container buildContainer { args = [ (with pkgs; writeScript \"run.sh\" '' #!${bash}/bin/bash exec ${bash}/bin/bash '').outPath ]; mounts = { \"/data\" = { type = \"none\"; source = \"/var/lib/mydata\"; options = [ \"bind\" ]; }; }; readonly = false; } args specifies a set of arguments to run inside the container. This is the only required argument for buildContainer. All referenced packages inside the derivation will be made available inside the container mounts specifies additional mount points chosen by the user. By default only a minimal set of necessary filesystems are mounted into the container (e.g procfs, cgroupfs) readonly makes the container's rootfs read-only if it is set to true. The default value is false false.
"} {"_id":"q-en-nixpkgs-b9af2f752f199454823db6400b36d63c2d2fc1c6d6eb45113c9dfe2f250e7347","text":"# NAT from external ports to internal ports. ${concatMapStrings (fwd: '' iptables -w -t nat -A nixos-nat-pre -i ${cfg.externalInterface} -p tcp -i ${cfg.externalInterface} -p ${fwd.proto} --dport ${builtins.toString fwd.sourcePort} -j DNAT --to-destination ${fwd.destination} '') cfg.forwardPorts}"} {"_id":"q-en-nixpkgs-b9be8d79c6c31cb7e37aea174bf343d21daf056c992d39b51bce26b471cb75e1","text":"sha256 = \"02pihqb1lb76a0xbfwjzs1cd6ay3ldfxsm8dvsbl6qs3vkjxax56\"; }; patchPhase = stdenv.lib.optionalString stdenv.cc.isClang '' patches = [ ./gfan-0.6.2-cddlib-prefix.patch ]; postPatch = stdenv.lib.optionalString stdenv.cc.isClang '' substituteInPlace Makefile --replace \"-fno-guess-branch-probability\" \"\" ''; buildFlags = [ \"CC=cc\" \"CXX=c++\" \"cddnoprefix=1\" ]; buildFlags = [ \"CC=cc\" \"CXX=c++\" ]; installFlags = [ ''PREFIX=$(out)'' ]; buildInputs = [ gmp mpir cddlib ];"} {"_id":"q-en-nixpkgs-b9c8fce1592d764bea8d0a96ac6792486d0416dcfd00fd9f47fc58d60bb68416","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"ab_glyph\" version = \"0.2.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c\" dependencies = [ \"ab_glyph_rasterizer\", \"owned_ttf_parser\", ] [[package]] name = \"ab_glyph_rasterizer\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046\" [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f\" dependencies = [ \"cfg-if\", \"getrandom\", \"once_cell\", \"version_check\", ] [[package]] name = \"amdgpu_top\" version = \"0.1.7\" dependencies = [ \"ctrlc\", \"cursive\", \"eframe\", \"libdrm_amdgpu_sys\", \"serde_json\", ] [[package]] name = \"android-activity\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c77a0045eda8b888c76ea473c2b0515ba6f471d318f8927c5c72240937035a6\" dependencies = [ \"android-properties\", \"bitflags\", \"cc\", \"jni-sys\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-sys\", \"num_enum\", ] [[package]] name = \"android-properties\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04\" [[package]] name = \"arboard\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854\" dependencies = [ \"clipboard-win\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"once_cell\", \"parking_lot\", \"thiserror\", \"winapi\", \"x11rb\", ] [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\" [[package]] name = \"atomic_refcell\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8\" [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-sys\" version = \"0.1.0-beta.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146\" dependencies = [ \"objc-sys\", ] [[package]] name = \"block2\" version = \"0.2.0-alpha.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42\" dependencies = [ \"block-sys\", \"objc2-encode\", ] [[package]] name = \"bumpalo\" version = \"3.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535\" [[package]] name = \"bytemuck\" version = \"1.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.15\", ] [[package]] name = \"bytes\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\" [[package]] name = \"calloop\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192\" dependencies = [ \"log\", \"nix 0.25.1\", \"slotmap\", \"thiserror\", \"vec_map\", ] [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" dependencies = [ \"jobserver\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"cgl\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff\" dependencies = [ \"libc\", ] [[package]] name = \"clipboard-win\" version = \"4.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362\" dependencies = [ \"error-code\", \"str-buf\", \"winapi\", ] [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa\" [[package]] name = \"core-graphics\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb\" dependencies = [ \"bitflags\", \"core-foundation\", \"core-graphics-types\", \"foreign-types\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b\" dependencies = [ \"bitflags\", \"core-foundation\", \"foreign-types\", \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c\" dependencies = [ \"cfg-if\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossterm\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67\" dependencies = [ \"bitflags\", \"crossterm_winapi\", \"libc\", \"mio\", \"parking_lot\", \"signal-hook\", \"signal-hook-mio\", \"winapi\", ] [[package]] name = \"crossterm_winapi\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c\" dependencies = [ \"winapi\", ] [[package]] name = \"ctrlc\" version = \"3.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639\" dependencies = [ \"nix 0.26.2\", \"windows-sys\", ] [[package]] name = \"cursive\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5438eb16bdd8af51b31e74764fef5d0a9260227a5ec82ba75c9d11ce46595839\" dependencies = [ \"ahash\", \"cfg-if\", \"crossbeam-channel\", \"crossterm\", \"cursive_core\", \"lazy_static\", \"libc\", \"log\", \"signal-hook\", \"unicode-segmentation\", \"unicode-width\", ] [[package]] name = \"cursive_core\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4db3b58161228d0dcb45c7968c5e74c3f03ad39e8983e58ad7d57061aa2cd94d\" dependencies = [ \"ahash\", \"crossbeam-channel\", \"enum-map\", \"enumset\", \"lazy_static\", \"log\", \"num\", \"owning_ref\", \"time\", \"unicode-segmentation\", \"unicode-width\", \"xi-unicode\", ] [[package]] name = \"darling\" version = \"0.14.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.14.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"darling_macro\" version = \"0.14.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e\" dependencies = [ \"darling_core\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"dirs\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059\" dependencies = [ \"dirs-sys\", ] [[package]] name = \"dirs-sys\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6\" dependencies = [ \"libc\", \"redox_users\", \"winapi\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dlib\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794\" dependencies = [ \"libloading\", ] [[package]] name = \"downcast-rs\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650\" [[package]] name = \"ecolor\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f99fe3cac305af9d6d92971af60d0f7ea4d783201ef1673571567b6699964d9\" dependencies = [ \"bytemuck\", ] [[package]] name = \"eframe\" version = \"0.21.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3df3ce60931e5f2d83bab4484d1a283908534d5308cc6b0c5c22c59cd15ee7cc\" dependencies = [ \"bytemuck\", \"egui\", \"egui-winit\", \"egui_glow\", \"glow\", \"glutin\", \"glutin-winit\", \"js-sys\", \"percent-encoding\", \"raw-window-handle\", \"thiserror\", \"tracing\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winit\", ] [[package]] name = \"egui\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6412a21e0bde7c0918f7fb44bbbb86b5e1f88e63c026a4e747cc7af02f76dfbe\" dependencies = [ \"ahash\", \"epaint\", \"nohash-hasher\", \"tracing\", ] [[package]] name = \"egui-winit\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab43597ba41f0ce39a364ad83185594578bfd8b3409b99dbcbb01df23afc3dbb\" dependencies = [ \"android-activity\", \"arboard\", \"egui\", \"instant\", \"smithay-clipboard\", \"tracing\", \"webbrowser\", \"winit\", ] [[package]] name = \"egui_glow\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8257332fb168a965b3dca81d6a344e053153773c889cabdba0b3b76f1629ae81\" dependencies = [ \"bytemuck\", \"egui\", \"glow\", \"memoffset\", \"tracing\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"emath\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8ecd80612937e0267909d5351770fe150004e24dab93954f69ca62eecd3f77e\" dependencies = [ \"bytemuck\", ] [[package]] name = \"enum-map\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"988f0d17a0fa38291e5f41f71ea8d46a5d5497b9054d5a759fae2cbb819f2356\" dependencies = [ \"enum-map-derive\", ] [[package]] name = \"enum-map-derive\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"enumset\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753\" dependencies = [ \"enumset_derive\", ] [[package]] name = \"enumset_derive\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0\" dependencies = [ \"darling\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"epaint\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12e78b5c58a1f7f621f9d546add2adce20636422c9b251e29f749e8a2f713c95\" dependencies = [ \"ab_glyph\", \"ahash\", \"atomic_refcell\", \"bytemuck\", \"ecolor\", \"emath\", \"nohash-hasher\", \"parking_lot\", ] [[package]] name = \"error-code\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21\" dependencies = [ \"libc\", \"str-buf\", ] [[package]] name = \"fdeflate\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"flate2\" version = \"1.0.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841\" dependencies = [ \"crc32fast\", \"miniz_oxide 0.6.2\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"form_urlencoded\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"gethostname\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"getrandom\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4\" dependencies = [ \"cfg-if\", \"libc\", \"wasi\", ] [[package]] name = \"gl_generator\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d\" dependencies = [ \"khronos_api\", \"log\", \"xml-rs\", ] [[package]] name = \"glow\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1\" dependencies = [ \"js-sys\", \"slotmap\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"glutin\" version = \"0.30.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15\" dependencies = [ \"bitflags\", \"cfg_aliases\", \"cgl\", \"core-foundation\", \"dispatch\", \"glutin_egl_sys\", \"glutin_glx_sys\", \"glutin_wgl_sys\", \"libloading\", \"objc2\", \"once_cell\", \"raw-window-handle\", \"wayland-sys 0.30.1\", \"windows-sys\", \"x11-dl\", ] [[package]] name = \"glutin-winit\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4\" dependencies = [ \"cfg_aliases\", \"glutin\", \"raw-window-handle\", \"winit\", ] [[package]] name = \"glutin_egl_sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d\" dependencies = [ \"gl_generator\", \"windows-sys\", ] [[package]] name = \"glutin_glx_sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494\" dependencies = [ \"gl_generator\", \"x11-dl\", ] [[package]] name = \"glutin_wgl_sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165\" dependencies = [ \"gl_generator\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"idna\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"itoa\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6\" [[package]] name = \"jni\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97\" dependencies = [ \"cesu8\", \"cfg-if\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", \"windows-sys\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2\" dependencies = [ \"libc\", ] [[package]] name = \"js-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"khronos_api\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc\" [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"libc\" version = \"0.2.141\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5\" [[package]] name = \"libdrm_amdgpu_sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a57f94df94d4505d89064895cd70d0ac0adb70fd9cac7a14bf53f3ce78785c4a\" [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if\", \"winapi\", ] [[package]] name = \"lock_api\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e\" dependencies = [ \"cfg-if\", ] [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memmap2\" version = \"0.5.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg\", ] [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa\" dependencies = [ \"adler\", ] [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9\" dependencies = [ \"libc\", \"log\", \"wasi\", \"windows-sys\", ] [[package]] name = \"ndk\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0\" dependencies = [ \"bitflags\", \"jni-sys\", \"ndk-sys\", \"num_enum\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-sys\" version = \"0.4.1+23.1.7779620\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3\" dependencies = [ \"jni-sys\", ] [[package]] name = \"nix\" version = \"0.24.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069\" dependencies = [ \"bitflags\", \"cfg-if\", \"libc\", \"memoffset\", ] [[package]] name = \"nix\" version = \"0.25.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4\" dependencies = [ \"autocfg\", \"bitflags\", \"cfg-if\", \"libc\", \"memoffset\", ] [[package]] name = \"nix\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a\" dependencies = [ \"bitflags\", \"cfg-if\", \"libc\", \"static_assertions\", ] [[package]] name = \"nohash-hasher\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451\" [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"num\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606\" dependencies = [ \"num-complex\", \"num-integer\", \"num-iter\", \"num-rational\", \"num-traits\", ] [[package]] name = \"num-complex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d\" dependencies = [ \"num-traits\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-iter\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_enum\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"num_threads\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44\" dependencies = [ \"libc\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc-sys\" version = \"0.2.0-beta.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7\" [[package]] name = \"objc2\" version = \"0.3.0-beta.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe31e5425d3d0b89a15982c024392815da40689aceb34bad364d58732bcfd649\" dependencies = [ \"block2\", \"objc-sys\", \"objc2-encode\", ] [[package]] name = \"objc2-encode\" version = \"2.0.0-pre.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512\" dependencies = [ \"objc-sys\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"orbclient\" version = \"0.3.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e9829e16c5e112e94efb5e2ad1fe17f8c1c99bb0fcdc8c65c44e935d904767d\" dependencies = [ \"cfg-if\", \"redox_syscall 0.2.16\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"owned_ttf_parser\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228\" dependencies = [ \"ttf-parser\", ] [[package]] name = \"owning_ref\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce\" dependencies = [ \"stable_deref_trait\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"windows-sys\", ] [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"pin-project-lite\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116\" [[package]] name = \"pkg-config\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160\" [[package]] name = \"png\" version = \"0.17.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa\" dependencies = [ \"bitflags\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide 0.7.1\", ] [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit\", ] [[package]] name = \"proc-macro2\" version = \"1.0.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"quote\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"raw-window-handle\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9\" [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags\", ] [[package]] name = \"redox_syscall\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags\", ] [[package]] name = \"redox_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom\", \"redox_syscall 0.2.16\", \"thiserror\", ] [[package]] name = \"ryu\" version = \"1.0.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"sctk-adwaita\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09\" dependencies = [ \"ab_glyph\", \"log\", \"memmap2\", \"smithay-client-toolkit\", \"tiny-skia\", ] [[package]] name = \"serde\" version = \"1.0.159\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065\" [[package]] name = \"serde_json\" version = \"1.0.95\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"signal-hook\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9\" dependencies = [ \"libc\", \"signal-hook-registry\", ] [[package]] name = \"signal-hook-mio\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af\" dependencies = [ \"libc\", \"mio\", \"signal-hook\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1\" dependencies = [ \"libc\", ] [[package]] name = \"simd-adler32\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f\" [[package]] name = \"slotmap\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342\" dependencies = [ \"version_check\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"smithay-client-toolkit\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454\" dependencies = [ \"bitflags\", \"calloop\", \"dlib\", \"lazy_static\", \"log\", \"memmap2\", \"nix 0.24.3\", \"pkg-config\", \"wayland-client\", \"wayland-cursor\", \"wayland-protocols\", ] [[package]] name = \"smithay-clipboard\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8\" dependencies = [ \"smithay-client-toolkit\", \"wayland-client\", ] [[package]] name = \"stable_deref_trait\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3\" [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"str-buf\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0\" [[package]] name = \"strict-num\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1\" [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"thiserror\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.15\", ] [[package]] name = \"time\" version = \"0.3.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890\" dependencies = [ \"itoa\", \"libc\", \"num_threads\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd\" [[package]] name = \"time-macros\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36\" dependencies = [ \"time-core\", ] [[package]] name = \"tiny-skia\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfef3412c6975196fdfac41ef232f910be2bb37b9dd3313a49a1a6bc815a5bdb\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"png\", \"tiny-skia-path\", ] [[package]] name = \"tiny-skia-path\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4b5edac058fc98f51c935daea4d805b695b38e2f151241cad125ade2a2ac20d\" dependencies = [ \"arrayref\", \"bytemuck\", \"strict-num\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"toml_datetime\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622\" [[package]] name = \"toml_edit\" version = \"0.19.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"tracing\" version = \"0.1.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8\" dependencies = [ \"cfg-if\", \"pin-project-lite\", \"tracing-core\", ] [[package]] name = \"tracing-core\" version = \"0.1.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a\" dependencies = [ \"once_cell\", ] [[package]] name = \"ttf-parser\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633\" [[package]] name = \"unicode-bidi\" version = \"0.3.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460\" [[package]] name = \"unicode-ident\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4\" [[package]] name = \"unicode-normalization\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[package]] name = \"unicode-width\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b\" [[package]] name = \"url\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", ] [[package]] name = \"vec_map\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"walkdir\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d\" [[package]] name = \"wayland-client\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715\" dependencies = [ \"bitflags\", \"downcast-rs\", \"libc\", \"nix 0.24.3\", \"scoped-tls\", \"wayland-commons\", \"wayland-scanner\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-commons\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902\" dependencies = [ \"nix 0.24.3\", \"once_cell\", \"smallvec\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-cursor\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661\" dependencies = [ \"nix 0.24.3\", \"wayland-client\", \"xcursor\", ] [[package]] name = \"wayland-protocols\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6\" dependencies = [ \"bitflags\", \"wayland-client\", \"wayland-commons\", \"wayland-scanner\", ] [[package]] name = \"wayland-scanner\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53\" dependencies = [ \"proc-macro2\", \"quote\", \"xml-rs\", ] [[package]] name = \"wayland-sys\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4\" dependencies = [ \"dlib\", \"lazy_static\", \"pkg-config\", ] [[package]] name = \"wayland-sys\" version = \"0.30.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06\" dependencies = [ \"dlib\", \"lazy_static\", \"log\", \"pkg-config\", ] [[package]] name = \"web-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webbrowser\" version = \"0.8.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b692165700260bbd40fbc5ff23766c03e339fbaca907aeea5cb77bf0a553ca83\" dependencies = [ \"core-foundation\", \"dirs\", \"jni\", \"log\", \"ndk-context\", \"objc\", \"raw-window-handle\", \"url\", \"web-sys\", ] [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-wsapoll\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"winit\" version = \"0.28.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874\" dependencies = [ \"android-activity\", \"bitflags\", \"cfg_aliases\", \"core-foundation\", \"core-graphics\", \"dispatch\", \"instant\", \"libc\", \"log\", \"mio\", \"ndk\", \"objc2\", \"once_cell\", \"orbclient\", \"percent-encoding\", \"raw-window-handle\", \"redox_syscall 0.3.5\", \"sctk-adwaita\", \"smithay-client-toolkit\", \"wasm-bindgen\", \"wayland-client\", \"wayland-commons\", \"wayland-protocols\", \"wayland-scanner\", \"web-sys\", \"windows-sys\", \"x11-dl\", ] [[package]] name = \"winnow\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28\" dependencies = [ \"memchr\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"x11rb\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507\" dependencies = [ \"gethostname\", \"nix 0.24.3\", \"winapi\", \"winapi-wsapoll\", \"x11rb-protocol\", ] [[package]] name = \"x11rb-protocol\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67\" dependencies = [ \"nix 0.24.3\", ] [[package]] name = \"xcursor\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7\" dependencies = [ \"nom\", ] [[package]] name = \"xi-unicode\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a\" [[package]] name = \"xml-rs\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3\" "} {"_id":"q-en-nixpkgs-b9e26f97d4a298f95d1f804b1dd5e7b29cdf6082488cb4f9062310427e672f33","text":"{ lib , cacert , fetchFromGitHub , fetchpatch , python3Packages"} {"_id":"q-en-nixpkgs-b9e4f42158f82e62586ed193ad1d4c893e808c78a6e3d37053da872e446c4308","text":"--replace \"/usr/include/linux/capability.h\" \"${linuxHeaders}/include/linux/capability.h\" ''; patches = lib.optionals stdenv.hostPlatform.isMusl [ patches = [ ./0001-aa-remove-unknown_empty-ruleset.patch ] ++ lib.optionals stdenv.hostPlatform.isMusl [ (fetchpatch { url = \"https://git.alpinelinux.org/aports/plain/testing/apparmor/0003-Added-missing-typedef-definitions-on-parser.patch?id=74b8427cc21f04e32030d047ae92caa618105b53\"; name = \"0003-Added-missing-typedef-definitions-on-parser.patch\";"} {"_id":"q-en-nixpkgs-ba07a4e23c8dc96ab00608a457c35809b2a654c463405c4b4c3d69da647a9b45","text":"}; nativeBuildInputs = [ pkgconfig python makeWrapper ]; buildInputs = [ buildInputs = [ gcc python libsamplerate libsndfile readline"} {"_id":"q-en-nixpkgs-ba15f0a6a2733ade137090ea5bcfa0c28ec13934a5f2f929dcb8a820e320655e","text":"''; }; users.allowNoPasswordLogin = mkOption { type = types.bool; default = false; description = '' Disable checking that at least the root user or a user in the wheel group can log in using a password or an SSH key. WARNING: enabling this can lock you out of your system. Enable this only if you know what are you doing. ''; }; };"} {"_id":"q-en-nixpkgs-ba40bb5c9ff49e64af101b05b48963e075574e681e43fd8cd747dc4c5cfa34f6","text":" { lib, stdenv, fetchurl, wrapGAppsHook, makeDesktopItem { lib , stdenv , fetchurl , wrapGAppsHook , makeDesktopItem , atk , cairo , coreutils"} {"_id":"q-en-nixpkgs-ba90c194ed5f5afa61d85e3821e909cdb50cc8b15380c97ece51c3117035eba3","text":"nativeBuildInputs = [ appstream-glib cargo desktop-file-utils gettext glib # glib-compile-resources"} {"_id":"q-en-nixpkgs-ba9af618da58cb8e627bb6040a9ec7bb0c398c6b4e03bcee88cba947066e1867","text":", makeWrapper, ed , glib, gtk3, gnome3, gsettings-desktop-schemas, gn, fetchgit , libva ? null , pipewire_0_2 , gcc, nspr, nss, patchelfUnstable, runCommand , lib"} {"_id":"q-en-nixpkgs-bab6ca3f92ee57f2d9b3988ef40a6473f51dd84501ef866b3da5d87308e23acc","text":"makeWrapper $out/lib/paperless-ngx/src/manage.py $out/bin/paperless-ngx --prefix PYTHONPATH : \"${pythonPath}\" --prefix PATH : \"${path}\" makeWrapper ${python.pkgs.celery}/bin/celery $out/bin/celery makeWrapper ${lib.getExe python.pkgs.celery} $out/bin/celery --prefix PYTHONPATH : \"${pythonPath}:$out/lib/paperless-ngx/src\" --prefix PATH : \"${path}\""} {"_id":"q-en-nixpkgs-bac14fb53b994afbbbb28859c121f5f0b9e88476679a438105901490ceafcf3e","text":"# When the extension is already available in the default extensions set. vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ] ] # Concise version from the vscode market place when not available in the default set. ++ vscode-utils.extensionsFromVscodeMarketplace ["} {"_id":"q-en-nixpkgs-baf0a94c4858ed01bed6b66a0d66b3187a14e1357e3574924d5afc0c9561874c","text":", vala , wrapGAppsHook , dbus , systemd , dconf ? null , glib , gdk-pixbuf , gobject-introspection , gtk2 , gtk3 , gtk4 , gtk-doc , runCommand , isocodes"} {"_id":"q-en-nixpkgs-bb1592640e584bde0f1940cbfc93ed5f36867a4955e0271c7a9fae13256902af","text":"let withPlugins = plugins: buildPythonPackage { name = \"${package.name}-with-plugins\"; pname = \"${package.pname}-with-plugins\"; inherit (package) version; dontUnpack = true; dontBuild = true; doCheck = false; nativeBuildInputs = [ makeWrapper ]; propagatedBuildInputs = plugins ++ package.propagatedBuildInputs;"} {"_id":"q-en-nixpkgs-bb165585fb1a60554813596f8109168c78129b47ff60300fcc64c4c6a0750cbf","text":"tuxtype = callPackage ../games/tuxtype { }; tworld2 = callPackage ../games/tworld2 { }; speed_dreams = callPackage ../games/speed-dreams { # Torcs wants to make shared libraries linked with plib libraries (it provides static). # i686 is the only platform I know than can do that linking without plib built with -fPIC"} {"_id":"q-en-nixpkgs-bb1d872e729501f38b9ee52bfdd699f3457b6c61c8b3e553bd6964539863694f","text":"}; }; wireguardPeerOptions = { options = { wireguardPeerConfig = mkOption { default = {}; example = { }; type = types.addCheck (types.attrsOf unitOption) checkWireGuardPeer; description = '' Each attribute in this set specifies an option in the [WireGuardPeer] section of the unit. See systemd.network 5 for details. ''; }; }; }; networkOptions = commonNetworkOptions // { networkConfig = mkOption {"} {"_id":"q-en-nixpkgs-bb6412bf54b60deca3ff119b465cb48c304236c1381a1e3d305f1580f0e489bd","text":"cd src-ui ''; npmDepsHash = \"sha256-ML1Yp3JIMbRF6kVu190ReoY7oDUtUfNkHE7dHF6YUAE=\"; npmDepsHash = \"sha256-hb2z2cPMTN5bHtUldTR5Mvgo4nZL8/S+Uhfis37gF44=\"; nativeBuildInputs = [ pkg-config"} {"_id":"q-en-nixpkgs-bb9810e3e2fbdadac6456ed57918fbb84ead71911331c83a3b35b46614657b5a","text":"buildCommand = let browserBinary = \"${chromiumWV}/libexec/chromium/chromium\"; getWrapperFlags = plugin: \"$(< \"${plugin}/nix-support/wrapper-flags\")\"; libPath = stdenv.lib.makeLibraryPath [ libva ]; libPath = stdenv.lib.makeLibraryPath [ libva pipewire_0_2 ]; in with stdenv.lib; '' mkdir -p \"$out/bin\""} {"_id":"q-en-nixpkgs-bba2c96f94c68596d7d9e6f438a5c66b715e277ce81dbd0fff2dd6a8fe0bd25b","text":"]; # test_peer_interface hits a timeout # test_tcp_connection_with_forwarding fails due to dbus # creating unix socket anyway on v1.14.4 checkPhase = '' dbus-run-session --config-file=${dbus.daemon}/share/dbus-1/session.conf ${python.interpreter} -m pytest -sv --cov=dbus_next -k \"not test_peer_interface\" -k \"not test_peer_interface and not test_tcp_connection_with_forwarding\" ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-bc17a03558b6a7cd0ec32f53931ecbe6a99d0e8414f45807e50a5d2378b99c23","text":"ccrtp = callPackage ../development/libraries/ccrtp { }; cctag = callPackage ../development/libraries/cctag { stdenv = clangStdenv; tbb = tbb_2021_11; };"} {"_id":"q-en-nixpkgs-bc4950227b5c04a1425510db16b56a77cd656d770d58653aecc5b6e5b48f332b","text":"\"sysctl.d/50-coredump.conf\".source = \"${systemd}/example/sysctl.d/50-coredump.conf\"; \"sysctl.d/50-default.conf\".source = \"${systemd}/example/sysctl.d/50-default.conf\"; \"tmpfiles.d/journal-nocow.conf\".source = \"${systemd}/example/tmpfiles.d/journal-nocow.conf\"; \"tmpfiles.d/static-nodes-permissions.conf\".source = \"${systemd}/example/tmpfiles.d/static-nodes-permissions.conf\"; \"tmpfiles.d/systemd.conf\".source = \"${systemd}/example/tmpfiles.d/systemd.conf\"; \"tmpfiles.d/systemd-nspawn.conf\".source = \"${systemd}/example/tmpfiles.d/system-nspawn.conf\"; \"tmpfiles.d/systemd-tmp.conf\".source = \"${systemd}/example/tmpfiles.d/system-tmp.conf\"; \"tmpfiles.d/var.conf\".source = \"${systemd}/example/tmpfiles.d/var.conf\"; \"tmpfiles.d/x11.conf\".source = \"${systemd}/example/tmpfiles.d/x11.conf\"; \"tmpfiles.d/nixos.conf\".text = ''"} {"_id":"q-en-nixpkgs-bcf5e395471fc744a66900dfae2702eba3752cc06c5407f04b50fe674d16e39f","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"addr2line\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"anyhow\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da\" [[package]] name = \"arc-swap\" version = \"1.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457\" [[package]] name = \"atomic-waker\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\" [[package]] name = \"autocfg\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0\" [[package]] name = \"backtrace\" version = \"0.3.73\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.22.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\" [[package]] name = \"bitflags\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de\" [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array\", ] [[package]] name = \"byteorder\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\" [[package]] name = \"bytes\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952\" [[package]] name = \"cc\" version = \"1.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80\" [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"data-encoding\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2\" [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"either\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0\" [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"futures\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\" [[package]] name = \"futures-executor\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\" [[package]] name = \"futures-macro\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"futures-sink\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5\" [[package]] name = \"futures-task\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\" [[package]] name = \"futures-util\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"getrandom\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7\" dependencies = [ \"cfg-if\", \"libc\", \"wasi\", ] [[package]] name = \"gimli\" version = \"0.29.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd\" [[package]] name = \"granian\" version = \"1.5.2\" dependencies = [ \"anyhow\", \"crossbeam-channel\", \"futures\", \"http-body-util\", \"hyper\", \"hyper-util\", \"itertools\", \"log\", \"mimalloc\", \"percent-encoding\", \"pin-project\", \"pyo3\", \"pyo3-log\", \"rustls-pemfile\", \"socket2\", \"tikv-jemallocator\", \"tls-listener\", \"tokio\", \"tokio-stream\", \"tokio-tungstenite\", \"tokio-util\", ] [[package]] name = \"h2\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab\" dependencies = [ \"atomic-waker\", \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"http\", \"indexmap\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"hashbrown\" version = \"0.14.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1\" [[package]] name = \"heck\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\" [[package]] name = \"hermit-abi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\" [[package]] name = \"http\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184\" dependencies = [ \"bytes\", \"http\", ] [[package]] name = \"http-body-util\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f\" dependencies = [ \"bytes\", \"futures-util\", \"http\", \"http-body\", \"pin-project-lite\", ] [[package]] name = \"httparse\" version = \"1.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9\" [[package]] name = \"httpdate\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\" [[package]] name = \"hyper\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"smallvec\", \"tokio\", ] [[package]] name = \"hyper-util\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956\" dependencies = [ \"bytes\", \"futures-util\", \"http\", \"http-body\", \"hyper\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"indexmap\" version = \"2.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26\" dependencies = [ \"equivalent\", \"hashbrown\", ] [[package]] name = \"indoc\" version = \"2.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5\" [[package]] name = \"itertools\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b\" [[package]] name = \"libc\" version = \"0.2.155\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c\" [[package]] name = \"libmimalloc-sys\" version = \"0.1.39\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"lock_api\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24\" [[package]] name = \"memchr\" version = \"2.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3\" [[package]] name = \"memoffset\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a\" dependencies = [ \"autocfg\", ] [[package]] name = \"mimalloc\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633\" dependencies = [ \"libmimalloc-sys\", ] [[package]] name = \"miniz_oxide\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08\" dependencies = [ \"adler\", ] [[package]] name = \"mio\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4\" dependencies = [ \"hermit-abi\", \"libc\", \"wasi\", \"windows-sys\", ] [[package]] name = \"object\" version = \"0.36.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"parking_lot\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27\" dependencies = [ \"lock_api\", \"parking_lot_core\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"smallvec\", \"windows-targets\", ] [[package]] name = \"percent-encoding\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\" [[package]] name = \"pin-project\" version = \"1.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"portable-atomic\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265\" [[package]] name = \"ppv-lite86\" version = \"0.2.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2288c0e17cc8d342c712bb43a257a80ebffce59cdb33d5000d8348f3ec02528b\" dependencies = [ \"zerocopy\", \"zerocopy-derive\", ] [[package]] name = \"proc-macro2\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"pyo3\" version = \"0.22.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"831e8e819a138c36e212f3af3fd9eeffed6bf1510a805af35b0edee5ffa59433\" dependencies = [ \"anyhow\", \"cfg-if\", \"indoc\", \"libc\", \"memoffset\", \"once_cell\", \"portable-atomic\", \"pyo3-build-config\", \"pyo3-ffi\", \"pyo3-macros\", \"unindent\", ] [[package]] name = \"pyo3-build-config\" version = \"0.22.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e8730e591b14492a8945cdff32f089250b05f5accecf74aeddf9e8272ce1fa8\" dependencies = [ \"once_cell\", \"python3-dll-a\", \"target-lexicon\", ] [[package]] name = \"pyo3-ffi\" version = \"0.22.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e97e919d2df92eb88ca80a037969f44e5e70356559654962cbb3316d00300c6\" dependencies = [ \"libc\", \"pyo3-build-config\", ] [[package]] name = \"pyo3-log\" version = \"0.11.0\" source = \"git+https://github.com/vorner/pyo3-log?rev=b62a250533#b62a250533f0a85e245dfcd189cadb368b1c73fc\" dependencies = [ \"arc-swap\", \"log\", \"pyo3\", ] [[package]] name = \"pyo3-macros\" version = \"0.22.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb57983022ad41f9e683a599f2fd13c3664d7063a3ac5714cae4b7bee7d3f206\" dependencies = [ \"proc-macro2\", \"pyo3-macros-backend\", \"quote\", \"syn\", ] [[package]] name = \"pyo3-macros-backend\" version = \"0.22.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec480c0c51ddec81019531705acac51bcdbeae563557c982aa8263bb96880372\" dependencies = [ \"heck\", \"proc-macro2\", \"pyo3-build-config\", \"quote\", \"syn\", ] [[package]] name = \"python3-dll-a\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0b78171a90d808b319acfad166c4790d9e9759bbc14ac8273fe133673dd41b\" dependencies = [ \"cc\", ] [[package]] name = \"quote\" version = \"1.0.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"redox_syscall\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4\" dependencies = [ \"bitflags\", ] [[package]] name = \"ring\" version = \"0.17.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d\" dependencies = [ \"cc\", \"cfg-if\", \"getrandom\", \"libc\", \"spin\", \"untrusted\", \"windows-sys\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f\" [[package]] name = \"rustls\" version = \"0.22.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432\" dependencies = [ \"log\", \"ring\", \"rustls-pki-types\", \"rustls-webpki\", \"subtle\", \"zeroize\", ] [[package]] name = \"rustls-pemfile\" version = \"2.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d\" dependencies = [ \"base64\", \"rustls-pki-types\", ] [[package]] name = \"rustls-pki-types\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d\" [[package]] name = \"rustls-webpki\" version = \"0.102.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e\" dependencies = [ \"ring\", \"rustls-pki-types\", \"untrusted\", ] [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"sha1\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1\" dependencies = [ \"libc\", ] [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67\" [[package]] name = \"socket2\" version = \"0.5.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c\" dependencies = [ \"libc\", \"windows-sys\", ] [[package]] name = \"spin\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\" [[package]] name = \"subtle\" version = \"2.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292\" [[package]] name = \"syn\" version = \"2.0.72\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"target-lexicon\" version = \"0.12.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2\" [[package]] name = \"thiserror\" version = \"1.0.63\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.63\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"tikv-jemalloc-sys\" version = \"0.5.4+5.3.0-patched\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"tikv-jemallocator\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca\" dependencies = [ \"libc\", \"tikv-jemalloc-sys\", ] [[package]] name = \"tls-listener\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83a296135fdab7b3a1f708c338c50bab570bcd77d44080cde9341df45c0c6d73\" dependencies = [ \"futures-util\", \"pin-project-lite\", \"thiserror\", \"tokio\", \"tokio-rustls\", ] [[package]] name = \"tokio\" version = \"1.39.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"parking_lot\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2\", \"tokio-macros\", \"windows-sys\", ] [[package]] name = \"tokio-macros\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"tokio-rustls\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f\" dependencies = [ \"rustls\", \"rustls-pki-types\", \"tokio\", ] [[package]] name = \"tokio-stream\" version = \"0.1.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-tungstenite\" version = \"0.23.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd\" dependencies = [ \"futures-util\", \"log\", \"tokio\", \"tungstenite\", ] [[package]] name = \"tokio-util\" version = \"0.7.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tracing\" version = \"0.1.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\" dependencies = [ \"pin-project-lite\", \"tracing-core\", ] [[package]] name = \"tracing-core\" version = \"0.1.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\" dependencies = [ \"once_cell\", ] [[package]] name = \"tungstenite\" version = \"0.23.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8\" dependencies = [ \"byteorder\", \"bytes\", \"data-encoding\", \"http\", \"httparse\", \"log\", \"rand\", \"sha1\", \"thiserror\", \"utf-8\", ] [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"unicode-ident\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b\" [[package]] name = \"unindent\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce\" [[package]] name = \"untrusted\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1\" [[package]] name = \"utf-8\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9\" [[package]] name = \"version_check\" version = \"0.9.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-targets\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_gnullvm\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b\" [[package]] name = \"windows_i686_gnullvm\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec\" [[package]] name = \"zerocopy\" version = \"0.7.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0\" dependencies = [ \"byteorder\", \"zerocopy-derive\", ] [[package]] name = \"zerocopy-derive\" version = \"0.7.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"zeroize\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde\" "} {"_id":"q-en-nixpkgs-bd1b70dd62cd3fa91a687073a0cf43f92f55bbd6f6c6bd27029b4567f817e456","text":"homepage = \"https://vivaldi.com\"; license = licenses.unfree; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; mainProgram = \"vivaldi\"; maintainers = with maintainers; [ otwieracz badmutex ]; platforms = [ \"x86_64-linux\" \"aarch64-linux\" ]; };"} {"_id":"q-en-nixpkgs-bd80c7e7b209643e6c5d2a6f259a9e533d6a5fdaf795a00117ae714edf6d67ca","text":"imports = [ (mkAliasOptionModule [ \"users\" \"extraUsers\" ] [ \"users\" \"users\" ]) (mkAliasOptionModule [ \"users\" \"extraGroups\" ] [ \"users\" \"groups\" ]) (mkChangedOptionModule [ \"security\" \"initialRootPassword\" ] [ \"users\" \"users\" \"root\" \"initialHashedPassword\" ] (cfg: if cfg.security.initialRootPassword == \"!\" then null else cfg.security.initialRootPassword)) (mkRenamedOptionModule [\"security\" \"initialRootPassword\"] [\"users\" \"users\" \"root\" \"initialHashedPassword\"]) ]; ###### interface options = { users.mutableUsers = mkOption {"} {"_id":"q-en-nixpkgs-bd85b9d0cb122d5898f18b4ae431805125d095d06559b484ec2d294bbfe80d94","text":"libreswan = handleTest ./libreswan.nix {}; librewolf = handleTest ./firefox.nix { firefoxPackage = pkgs.librewolf; }; libuiohook = handleTest ./libuiohook.nix {}; libvirtd = handleTest ./libvirtd.nix {}; lidarr = handleTest ./lidarr.nix {}; lightdm = handleTest ./lightdm.nix {}; lighttpd = handleTest ./lighttpd.nix {};"} {"_id":"q-en-nixpkgs-be10aa6e0e9dd14cde8fa6d8fc2dec9dc0adf32f4dab7e555b1285b45c2f7ef2","text":"{ lib , fetchFromGitHub , fetchurl , fetchpatch , python3Packages , gnupg"} {"_id":"q-en-nixpkgs-be2cabf799f9f5057cd6089509d8122719e008af3de976f273de9801f00fe94f","text":"fingerprint = \"1248 D3E1 1D11 4A85 75C9 8934 6794 D45A 488C 2EDE\"; }]; }; momeemt = { name = \"Mutsuha Asada\"; email = \"me@momee.mt\"; github = \"momeemt\"; githubId = 43488453; keys = [{ fingerprint = \"D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6\"; }]; }; monaaraj = { name = \"Mon Aaraj\"; email = \"owo69uwu69@gmail.com\";"} {"_id":"q-en-nixpkgs-be2fe3d875e28c16cf761e601a4c431ecbc16375e4d4b3207bbec1e712633614","text":"libceph = ceph.lib; inherit (callPackages ../tools/filesystems/ceph { lua = lua5_4; fmt = fmt_8; lua = lua5_4; # Ceph currently requires >= 5.3 # To see which `fmt` version Ceph upstream recommends, check its `src/fmt` submodule. # # Ceph does not currently build with `fmt_10`; see https://github.com/NixOS/nixpkgs/issues/281027#issuecomment-1899128557 # If we want to switch for that before upstream fixes it, use this patch: # https://github.com/NixOS/nixpkgs/pull/281858#issuecomment-1899648638 fmt = fmt_9; }) ceph ceph-client;"} {"_id":"q-en-nixpkgs-be306fec8a1d2a0320a7fbefa7340d869fe69372968457d709498c73797a5bdd","text":"\"19.09\".ap-east-1.hvm-ebs = \"ami-055b2348db2827ff1\"; \"19.09\".sa-east-1.hvm-ebs = \"ami-018aab68377227e06\"; latest = self.\"19.09\"; # 20.03.1554.94e39623a49 \"20.03\".eu-west-1.hvm-ebs = \"ami-02c34db5766cc7013\"; \"20.03\".eu-west-2.hvm-ebs = \"ami-0e32bd8c7853883f1\"; \"20.03\".eu-west-3.hvm-ebs = \"ami-061edb1356c1d69fd\"; \"20.03\".eu-central-1.hvm-ebs = \"ami-0a1a94722dcbff94c\"; \"20.03\".eu-north-1.hvm-ebs = \"ami-02699abfacbb6464b\"; \"20.03\".us-east-1.hvm-ebs = \"ami-0c5e7760748b74e85\"; \"20.03\".us-east-2.hvm-ebs = \"ami-030296bb256764655\"; \"20.03\".us-west-1.hvm-ebs = \"ami-050be818e0266b741\"; \"20.03\".us-west-2.hvm-ebs = \"ami-06562f78dca68eda2\"; \"20.03\".ca-central-1.hvm-ebs = \"ami-02365684a173255c7\"; \"20.03\".ap-southeast-1.hvm-ebs = \"ami-0dbf353e168d155f7\"; \"20.03\".ap-southeast-2.hvm-ebs = \"ami-04c0f3a75f63daddd\"; \"20.03\".ap-northeast-1.hvm-ebs = \"ami-093d9cc49c191eb6c\"; \"20.03\".ap-northeast-2.hvm-ebs = \"ami-0087df91a7b6ebd45\"; \"20.03\".ap-south-1.hvm-ebs = \"ami-0a1a6b569af04af9d\"; \"20.03\".ap-east-1.hvm-ebs = \"ami-0d18fdd309cdefa86\"; \"20.03\".sa-east-1.hvm-ebs = \"ami-09859378158ae971d\"; latest = self.\"20.03\"; }; in self"} {"_id":"q-en-nixpkgs-be79b8b9cb14405f755c232616c81cc39b2c4a9a85ca4822fc34f66167ead984","text":"electron_15 electron_16 electron_17 electron_18; electron_18 electron_19; autobuild = callPackage ../development/tools/misc/autobuild { };"} {"_id":"q-en-nixpkgs-bea130f9bc3e22cdf57a6af3be2877bb412d39401aca6327e912026e2ff58030","text":"security.acme.server = \"https://acme.test/dir\"; specialisation.second-cert.configuration = {pkgs, ...}: { systemd.targets.\"acme-finished-b.example.test\" = {}; systemd.services.\"acme-b.example.test\" = { wants = [ \"acme-finished-b.example.test.target\" ]; before = [ \"acme-finished-b.example.test.target\" ]; after = [ \"nginx.service\" ]; systemd.targets.\"acme-finished-b.example.test\" = { after = [ \"acme-b.example.test.service\" ]; wantedBy = [ \"acme-b.example.test.service\" ]; }; services.nginx.virtualHosts.\"b.example.test\" = { enableACME = true;"} {"_id":"q-en-nixpkgs-bf1e02b8885ad9ef44a8cb8b6d23a5e3d76d15dfaf277b8fbe6334709c6e0e54","text":"# Appended to the generated luarocks config , extraConfig ? \"\" # Inserted into the generated luarocks config in the \"variables\" table , extraVariables ? \"\" , extraVariables ? {} # The two above arguments have access to builder variables -- e.g. to $out # relative to srcRoot, path to the rockspec to use when using rocks"} {"_id":"q-en-nixpkgs-bf54d52912de3d8ec5ac8cff6308ea49eccf5783a5f2d0759c90ff901003a1ca","text":" From f72924a59d4a30daefccf84526bd854ebbe65ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hedin=20Br=C3=B8nner?= Date: Tue, 3 Apr 2018 14:13:12 +0200 Subject: [PATCH] Fix gmenu typelib path --- extensions/apps-menu/extension.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js index 5b38213..d706f64 100644 --- a/extensions/apps-menu/extension.js +++ b/extensions/apps-menu/extension.js @@ -1,5 +1,7 @@ /* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */ +imports.gi.GIRepository.Repository.prepend_search_path('@gmenu_path@'); + const Atk = imports.gi.Atk; const DND = imports.ui.dnd; const GMenu = imports.gi.GMenu; -- 2.16.2 "} {"_id":"q-en-nixpkgs-bfcbdf146c740df34f45e97871c51005e4f0fe9e5c0b388c3a5579512c1bce15","text":", cjs , clutter , fetchFromGitHub , fetchpatch , gdk-pixbuf , gettext , libgnomekbd , glib , gobject-introspection"} {"_id":"q-en-nixpkgs-bfd194c2b2ce20c49c7e6b18fa1657b560a569e2fc643c0fda8a28cfca599317","text":"\"-DLOGDIR=/var/log/rspamd\" \"-DLOCAL_CONFDIR=/etc/rspamd\" \"-DENABLE_JEMALLOC=ON\" ] ++ lib.optional withHyperscan \"-DENABLE_HYPERSCAN=ON\"; ] ++ lib.optional withHyperscan \"-DENABLE_HYPERSCAN=ON\" ++ lib.optional (!withLuaJIT) \"-DENABLE_LUAJIT=OFF\"; passthru.tests.rspamd = nixosTests.rspamd;"} {"_id":"q-en-nixpkgs-bffac3acd2b515f858a5f463729014bab513008ba00802fd5b914279f7200566","text":"in stdenv.mkDerivation rec { pname = \"sumneko-lua-language-server\"; version = \"3.2.3\"; version = \"3.4.1\"; src = fetchFromGitHub { owner = \"sumneko\"; repo = \"lua-language-server\"; rev = version; sha256 = \"sha256-n54PWkiB+vXAqIOZ5FOTUNgGhAdBs81Q1WYxJ2XIb8o=\"; sha256 = \"sha256-A5a3cOhdPkheMooPjcZW5jneziDcFB0o3gfY2nEOJ4Y=\"; fetchSubmodules = true; };"} {"_id":"q-en-nixpkgs-c0069f0c26c59cee5096a8197340e9efa860f3b2a0540faf3d8fec9bfd93d98f","text":" { lib, buildPythonPackage, fetchFromGitHub, poetry-core, textx, pytestCheckHook, }: buildPythonPackage rec { pname = \"strpdatetime\"; version = \"0.3.0\"; pyproject = true; src = fetchFromGitHub { owner = \"RhetTbull\"; repo = \"strpdatetime\"; rev = \"v${version}\"; hash = \"sha256-eb3KJCFRkEt9KEP1gMQYuP50qXqItrexJhKvtJDHl9o=\"; }; build-system = [ poetry-core ]; dependencies = [ textx ]; pythonRelaxDeps = [ \"textx\" ]; patches = [ ./fix-locale.patch ]; pythonImportsCheck = [ \"strpdatetime\" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = \"Parse strings into Python datetime objects\"; license = lib.licenses.psfl; changelog = \"https://github.com/RhetTbull/strpdatetime/blob/${src.rev}/CHANGELOG.md\"; homepage = \"https://github.com/RhetTbull/strpdatetime\"; maintainers = with lib.maintainers; [ sigmanificient ]; }; } "} {"_id":"q-en-nixpkgs-c0b0780055cadd4d970608d055b2ce9e3d861d81317f638972d2abdf8120b706","text":"url = \"https://github.com/AcademySoftwareFoundation/OpenColorIO/commit/332462e7f5051b7e26ee3d8c22890cd5e71e7c30.patch\"; sha256 = \"sha256-7xHALhnOkKszgFBgPIbiZQaORnEJ+1M6RyoZdFgjElM=\"; }) (fetchpatch { name = \"minizip-ng-4.patch\"; url = \"https://gitlab.archlinux.org/archlinux/packaging/packages/opencolorio/-/raw/5fc40f42f5c05d905793610c37b46ca3649245f3/minizip-ng-4.patch\"; hash = \"sha256-B+dbBVRn0EuGtJaWxz5ah9el0RN7cLb81hgqnKkvhew=\"; }) ]; postPatch = lib.optionalString stdenv.isDarwin ''"} {"_id":"q-en-nixpkgs-c0c62f89b2252114b1d23fc17aed6edba0914e1a0756f088f1a0fdca9efaa07b","text":" diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a0be580e..ba143851 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -219,6 +219,13 @@ if (GLFW_BUILD_X11) if (NOT X11_Xshape_INCLUDE_PATH) message(FATAL_ERROR \"X Shape headers not found; install libxext development package\") endif() + + target_link_libraries(glfw PRIVATE ${X11_Xrandr_LIB} + ${X11_Xinerama_LIB} + ${X11_Xkb_LIB} + ${X11_Xcursor_LIB} + ${X11_Xi_LIB} + ${X11_Xshape_LIB}) endif() if (UNIX AND NOT APPLE) "} {"_id":"q-en-nixpkgs-c0e4c7b1c7cb9153d2e478731e330584b99c2e7b6197d96530ce0ed931c66993","text":"upstream-info = (callPackage ./update.nix {}).getChannel channel; mkChromiumDerivation = callPackage ./common.nix { inherit enableNaCl enableHotwording gnomeSupport gnome inherit enableNaCl gnomeSupport gnome gnomeKeyringSupport proprietaryCodecs cupsSupport pulseSupport enableWideVine; };"} {"_id":"q-en-nixpkgs-c0ef7b19d413ae06e0a2603f77cefa65165b5698fc2f709a3bdb93f35438343e","text":"''; patches = [ # Upstream insists on not allowing bindir and other dir options # outside of prefix for some reason: # https://github.com/mesonbuild/meson/issues/2561 # We remove the check so multiple outputs can work sanely. ./allow-dirs-outside-of-prefix.patch # Unlike libtool, vanilla Meson does not pass any information # about the path library will be installed to to g-ir-scanner, # breaking the GIR when path other than ${!outputLib}/lib is used."} {"_id":"q-en-nixpkgs-c12693a692f52bdb187f5a83d9fb9a54f47206f7b24ad737515abb6ceffab990","text":" { lib, stdenv, fetchhg, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }: { lib, gcc10Stdenv, fetchhg, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }: stdenv.mkDerivation rec { gcc10Stdenv.mkDerivation rec { version = \"10.8\"; pname = \"textadept\";"} {"_id":"q-en-nixpkgs-c15097360c11ab54aa218abe96c22628a6354a9e1a87c7145bf2654a1103efdf","text":"desktopItems = [ (makeDesktopItem { name = \"AnyDesk\"; exec = \"${placeholder \"out\"}/bin/anydesk %u\"; exec = \"anydesk %u\"; icon = \"anydesk\"; desktopName = \"AnyDesk\"; genericName = description;"} {"_id":"q-en-nixpkgs-c15680ed130048a2e2a949e7394305f0fe08fe87b30a17776b763354f4ee9fcf","text":" { \"activationEvents\": [ \"onStartupFinished\" ], \"author\": \"Stoplight \", \"bugs\": { \"url\": \"https://github.com/stoplightio/vscode-spectral/issues\" }, \"categories\": [ \"Linters\" ], \"contributes\": { \"configuration\": { \"properties\": { \"spectral.enable\": { \"default\": true, \"description\": \"Controls whether or not Spectral is enabled.\", \"scope\": \"resource\", \"type\": \"boolean\" }, \"spectral.rulesetFile\": { \"description\": \"Location of the ruleset file to use when validating. If omitted, the default is a .spectral.yml/.spectral.json in the same folder as the document being validated. Paths are relative to the workspace. This can also be a remote HTTP url.\", \"scope\": \"resource\", \"type\": \"string\" }, \"spectral.run\": { \"default\": \"onType\", \"description\": \"Run the linter on save (onSave) or as you type (onType).\", \"enum\": [ \"onSave\", \"onType\" ], \"scope\": \"resource\", \"type\": \"string\" }, \"spectral.trace.server\": { \"default\": \"off\", \"description\": \"Traces the communication between VS Code and the language server.\", \"enum\": [ \"off\", \"messages\", \"verbose\" ], \"scope\": \"window\", \"type\": \"string\" }, \"spectral.validateFiles\": { \"description\": \"An array of file globs (e.g., `**/*.yaml`) in minimatch glob format which should be validated by Spectral. If language identifiers are also specified, the file must match both in order to be validated. You can also use negative file globs (e.g., `!**/package.json`) here to exclude files.\", \"items\": { \"type\": \"string\" }, \"scope\": \"resource\", \"type\": \"array\" }, \"spectral.validateLanguages\": { \"default\": [ \"json\", \"yaml\" ], \"description\": \"An array of language IDs which should be validated by Spectral. If file globs are also specified, the file must match both in order to be validated.\", \"items\": { \"type\": \"string\" }, \"scope\": \"resource\", \"type\": \"array\" } }, \"title\": \"Spectral\", \"type\": \"object\" }, \"commands\": [ { \"title\": \"Show Output Channel\", \"category\": \"Spectral\", \"command\": \"spectral.showOutputChannel\" } ] }, \"description\": \"JSON/YAML linter with OpenAPI and custom ruleset support.\", \"devDependencies\": { \"@types/chai\": \"^4.3.1\", \"@types/chai-jest-snapshot\": \"^1.3.6\", \"@types/glob\": \"^7.2.0\", \"@types/mocha\": \"^9.1.0\", \"@types/node\": \"^18.11.18\", \"@types/vscode\": \"^1.48.0\", \"@typescript-eslint/eslint-plugin\": \"^4.33.0\", \"@typescript-eslint/parser\": \"^4.1.0\", \"chai\": \"^4.2.0\", \"chai-jest-snapshot\": \"^2.0.0\", \"copyfiles\": \"^2.4.1\", \"cross-env\": \"^7.0.3\", \"eslint\": \"^7.8.1\", \"eslint-config-google\": \"^0.14.0\", \"glob\": \"^8.0.3\", \"http-test-servers\": \"^2.0.0\", \"merge-options\": \"^3.0.0\", \"mocha\": \"^8.1.3\", \"rimraf\": \"^3.0.2\", \"semver\": \"^7.3.2\", \"shelljs\": \"^0.8.5\", \"ts-loader\": \"^9.2.8\", \"ts-node\": \"^8.10.2\", \"typescript\": \"beta\", \"vsce\": \"^1.103.1\", \"vscode-test\": \"^1.5.0\", \"webpack\": \"^5.72.0\", \"webpack-cli\": \"^4.9.2\" }, \"displayName\": \"Spectral\", \"engines\": { \"vscode\": \"^1.48.0\", \"node\": \"^12.20 || >= 14.13\" }, \"homepage\": \"https://github.com/stoplightio/vscode-spectral\", \"icon\": \"icon.png\", \"keywords\": [ \"linter\", \"validator\", \"OpenAPI\", \"Swagger\", \"API\", \"style guide\", \"API description\", \"API specification\", \"OAS\", \"OAS2\", \"OAS3\", \"AsyncAPI\", \"json\", \"yaml\" ], \"license\": \"Apache-2.0\", \"main\": \"./client/index.js\", \"name\": \"spectral\", \"private\": true, \"publisher\": \"stoplight\", \"repository\": { \"type\": \"git\", \"url\": \"https://github.com/stoplightio/vscode-spectral\" }, \"scripts\": { \"clean\": \"rimraf dist && rimraf \"{server,client}/dist\"\", \"lint\": \"eslint --ext .ts,.js .\", \"test\": \"mocha -r ts-node/register \"./+(client|server)/__tests__/unit/**/*.test.ts\"\", \"test:e2e\": \"cross-env CI=true CHAI_JEST_SNAPSHOT_UPDATE_ALL=false ts-node ./client/src/__tests__/e2e/index.ts\" }, \"version\": \"1.1.2\", \"workspaces\": { \"packages\": [ \"client\", \"server\" ], \"nohoist\": [ \"client/**\", \"server/**\" ] } } "} {"_id":"q-en-nixpkgs-c17159ec8f67c299197cbf676fd95742e3f5f8bcbc0877685b50218f681c2349","text":"sha256 = \"0q3kg7dqvsiar3m70mvmn6bkkm4k1zn4fbh5r8ynib753wlhf504\"; } , ... }: } @ args: let majorMinor = lib.versions.majorMinor linux.modDirVersion;"} {"_id":"q-en-nixpkgs-c1b1d0df0fbe49fa05d1f8f804340abe2048fbe251568cdc27a2876119283d02","text":"versionPolicy = \"odd-unstable\"; }; mkSessionForWm = { wmName, wmLabel, wmCommand, enableGnomePanel }: mkSessionForWm = { wmName, wmLabel, wmCommand, enableGnomePanel, panelModulePackages }: let wmApplication = writeTextFile { name = \"gnome-flashback-${wmName}-wm\";"} {"_id":"q-en-nixpkgs-c1bda04adb5021447da66b0d54ba080de5fa9b0f29a0759654e2d2b1a3f062fa","text":"pkg; in lib.makeExtensible (self: ({ nix_2_3 = (common rec { version = \"2.3.16\"; src = fetchurl { url = \"https://nixos.org/releases/nix/nix-${version}/nix-${version}.tar.xz\"; hash = \"sha256-fuaBtp8FtSVJLSAsO+3Nne4ZYLuBj2JpD2xEk7fCqrw=\"; }; nix_2_3 = (common { version = \"2.3.17\"; hash = \"sha256-EK0pgHDekJFqr0oMj+8ANIjq96WPjICe2s0m4xkUdH4=\"; patches = [ patch-monitorfdhup ]; maintainers = with lib.maintainers; [ flokli raitobezarius ]; }).override { boehmgc = boehmgc-nix_2_3; }; nix_2_10 = common {"} {"_id":"q-en-nixpkgs-c1e931f8e32e44d5700554a181a02fb9f054acb13e30c049060a6fef2ee2061a","text":"--replace \"clvm_rs==0.1.8\" \"clvm_rs>=0.1.8\" --replace \"clvm==0.9.7\" \"clvm>=0.9.7\" --replace \"bitstring==3.1.7\" \"bitstring>=3.1.9\" ln -sf ${cacert}/etc/ssl/certs/ca-bundle.crt mozilla-ca/cacert.pem ''; preCheck = ''"} {"_id":"q-en-nixpkgs-c1ec77cf57e32958fc79fb8efcb8b14e124e293e908d0ab59f09f021d7e9c043","text":"example = [ \"/home\" \"/etc\" \"/var/log/syslog*\" \"/home/user/path with spaces\" ]; }; repositories = mkOption { type = nullOr (listOf repository); default = null; type = listOf repository; default = []; description = '' A required list of local or remote repositories with paths and optional labels (which can be used with the --repository flag to"} {"_id":"q-en-nixpkgs-c1fceb87c1d58ec11ba26de027c0b5c2570a2d0dfdeb297a114904115f75eeac","text":"{ lib , stdenv , fetchgit , fetchFromGitHub , cmake , pkg-config , libusb1"} {"_id":"q-en-nixpkgs-c2234ad8a7793eca7eb7316590cd91bd08c30891f91ea03da0a4360a3d3b3971","text":"in stdenv.mkDerivation rec { pname = \"vulkan-validation-layers\"; version = \"1.2.189.1\"; version = \"1.2.198.0\"; # If we were to use \"dev\" here instead of headers, the setupHook would be # placed in that output instead of \"out\". outputs = [\"out\" \"headers\"]; outputInclude = \"headers\"; src = (assert version == vulkan-headers.version; src = (assert (lib.all (pkg: pkg.version == version) [vulkan-headers glslang spirv-tools spirv-headers]); fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"Vulkan-ValidationLayers\"; rev = \"sdk-${version}\"; sha256 = \"0a5plvvffidgnqh5ymq315xscl08w298sn9da48b3x2rdbdqgw90\"; sha256 = \"sha256-/pnXT55EQZcnjOzY2vBwp+gM6l2hktZHwB9yKP8vVTU=\"; }); # Include absolute paths to layer libraries in their associated"} {"_id":"q-en-nixpkgs-c23d7c253da2af77951d90ce0f68ef500382f3b8c1de0ea5cb4d898939492c52","text":" { lib , stdenv , fetchFromGitHub , autoreconfHook }: stdenv.mkDerivation rec { pname = \"xmake-core-sv\"; version = \"1.1\"; src = fetchFromGitHub { owner = \"xmake-io\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-icvGQi6FNSZXNGs2oLiUKu6rrVsWcXh1r91kycGjnwY=\"; }; nativeBuildInputs = [ autoreconfHook ]; meta = with lib; { description = \"Public domain cross-platform semantic versioning in c99\"; homepage = \"https://github.com/xmake-io/xmake-core-sv\"; license = licenses.unlicense; platforms = platforms.linux; maintainers = with maintainers; [ rewine ]; }; } "} {"_id":"q-en-nixpkgs-c34278a039bc113ff392317424db675a9461988d5a5305e61032fc2af9ff1a71","text":"KDEDIRS = [ \"\" ]; QT_PLUGIN_PATH = [ \"/lib/qt4/plugins\" \"/lib/kde4/plugins\" ]; QTWEBKIT_PLUGIN_PATH = [ \"/lib/mozilla/plugins/\" ]; GTK_PATH = [ \"/lib/gtk-2.0\" \"/lib/gtk-3.0\" ]; GTK_PATH = [ \"/lib/gtk-2.0\" \"/lib/gtk-3.0\" \"/lib/gtk-4.0\" ]; XDG_CONFIG_DIRS = [ \"/etc/xdg\" ]; XDG_DATA_DIRS = [ \"/share\" ]; MOZ_PLUGIN_PATH = [ \"/lib/mozilla/plugins\" ]; LIBEXEC_PATH = [ \"/lib/libexec\" ]; }; environment.pathsToLink = [ \"/lib/gtk-2.0\" \"/lib/gtk-3.0\" \"/lib/gtk-4.0\" ]; environment.extraInit = '' unset ASPELL_CONF"} {"_id":"q-en-nixpkgs-c352f0cbc7d7421120533c878774d736a6413e8974710769ae13333ddba184af","text":" # file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix) [ { goPackagePath = \"github.com/NYTimes/gziphandler\"; fetch = { type = \"git\"; url = \"https://github.com/NYTimes/gziphandler\"; rev = \"dd0439581c7657cb652dfe5c71d7d48baf39541d\"; sha256 = \"0rhrjlw220hnymzfccm0yir3pc9dpj7h3gwzhzq2cbsb3hhsqvyy\"; }; } { goPackagePath = \"github.com/fsnotify/fsnotify\"; fetch = { type = \"git\"; url = \"https://github.com/fsnotify/fsnotify\"; rev = \"c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9\"; sha256 = \"07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g\"; }; } { goPackagePath = \"github.com/gdamore/encoding\"; fetch = { type = \"git\"; url = \"https://github.com/gdamore/encoding\"; rev = \"6289cdc94c00ac4aa177771c5fce7af2f96b626d\"; sha256 = \"1vmm5zll92i2fm4ajqx0gyx0p9j36496x5nabi3y0x7h0inv0pk9\"; }; } { goPackagePath = \"github.com/gdamore/tcell\"; fetch = { type = \"git\"; url = \"https://github.com/gdamore/tcell\"; rev = \"b5d0c1ac570211e469f43ff88c0c6aa4b56cc99a\"; sha256 = \"0g2zfbgyk3djlk0qpmrgcyy0ba9ad932yswpaacswi21qyf9gwag\"; }; } { goPackagePath = \"github.com/go-errors/errors\"; fetch = { type = \"git\"; url = \"https://github.com/go-errors/errors\"; rev = \"a6af135bd4e28680facf08a3d206b454abc877a4\"; sha256 = \"0rznpknk19rxkr7li6dqs52c26pjazp69lh493l4ny4sxn5922lp\"; }; } { goPackagePath = \"github.com/gorilla/websocket\"; fetch = { type = \"git\"; url = \"https://github.com/gorilla/websocket\"; rev = \"66b9c49e59c6c48f0ffce28c2d8b8a5678502c6d\"; sha256 = \"00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk\"; }; } { goPackagePath = \"github.com/hashicorp/hcl\"; fetch = { type = \"git\"; url = \"https://github.com/hashicorp/hcl\"; rev = \"8cb6e5b959231cc1119e43259c4a608f9c51a241\"; sha256 = \"0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66\"; }; } { goPackagePath = \"github.com/hpcloud/tail\"; fetch = { type = \"git\"; url = \"https://github.com/hpcloud/tail\"; rev = \"a30252cb686a21eb2d0b98132633053ec2f7f1e5\"; sha256 = \"1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0\"; }; } { goPackagePath = \"github.com/lucasb-eyer/go-colorful\"; fetch = { type = \"git\"; url = \"https://github.com/lucasb-eyer/go-colorful\"; rev = \"30298f24079860c4dee452fdef6519b362a4a026\"; sha256 = \"0fig06880bvk1l92j4127v4x9sar4ds7ga8959gxxghb2w70b7l2\"; }; } { goPackagePath = \"github.com/magiconair/properties\"; fetch = { type = \"git\"; url = \"https://github.com/magiconair/properties\"; rev = \"de8848e004dd33dc07a2947b3d76f618a7fc7ef1\"; sha256 = \"19zqw1x0w0crh8zc84yy82nkcc5yjz72gviaf2xjgfm5a8np7nyb\"; }; } { goPackagePath = \"github.com/mattn/go-runewidth\"; fetch = { type = \"git\"; url = \"https://github.com/mattn/go-runewidth\"; rev = \"3ee7d812e62a0804a7d0a324e0249ca2db3476d3\"; sha256 = \"00b3ssm7wiqln3k54z2wcnxr3k3c7m1ybyhb9h8ixzbzspld0qzs\"; }; } { goPackagePath = \"github.com/mitchellh/mapstructure\"; fetch = { type = \"git\"; url = \"https://github.com/mitchellh/mapstructure\"; rev = \"3536a929edddb9a5b34bd6861dc4a9647cb459fe\"; sha256 = \"03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr\"; }; } { goPackagePath = \"github.com/onsi/ginkgo\"; fetch = { type = \"git\"; url = \"https://github.com/onsi/ginkgo\"; rev = \"eea6ad008b96acdaa524f5b409513bf062b500ad\"; sha256 = \"1326s5fxgasdpz1qqwrw4n5p3k0vz44msnyz14knrhlw5l97lx33\"; }; } { goPackagePath = \"github.com/onsi/gomega\"; fetch = { type = \"git\"; url = \"https://github.com/onsi/gomega\"; rev = \"90e289841c1ed79b7a598a7cd9959750cb5e89e2\"; sha256 = \"1n7i4hksdgv410m43v2sw14bl5vy59dkp6nlw5l76nibbh37syr9\"; }; } { goPackagePath = \"github.com/pelletier/go-toml\"; fetch = { type = \"git\"; url = \"https://github.com/pelletier/go-toml\"; rev = \"728039f679cbcd4f6a54e080d2219a4c4928c546\"; sha256 = \"1v76s3vds0i9dxaha4ikd6xjm7vqqfk6sy9l6jc2lsvmj99d5sy6\"; }; } { goPackagePath = \"github.com/pkg/errors\"; fetch = { type = \"git\"; url = \"https://github.com/pkg/errors\"; rev = \"ba968bfe8b2f7e042a574c888954fccecfa385b4\"; sha256 = \"0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1\"; }; } { goPackagePath = \"github.com/shibukawa/configdir\"; fetch = { type = \"git\"; url = \"https://github.com/shibukawa/configdir\"; rev = \"e180dbdc8da04c4fa04272e875ce64949f38bd3e\"; sha256 = \"0vbma9jkwh0ifz8dk2ssgmy7aiaify63lpa0lah7i4dkkxr94c9z\"; }; } { goPackagePath = \"github.com/spf13/afero\"; fetch = { type = \"git\"; url = \"https://github.com/spf13/afero\"; rev = \"588a75ec4f32903aa5e39a2619ba6a4631e28424\"; sha256 = \"0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9\"; }; } { goPackagePath = \"github.com/spf13/cast\"; fetch = { type = \"git\"; url = \"https://github.com/spf13/cast\"; rev = \"8c9545af88b134710ab1cd196795e7f2388358d7\"; sha256 = \"0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5\"; }; } { goPackagePath = \"github.com/spf13/jwalterweatherman\"; fetch = { type = \"git\"; url = \"https://github.com/spf13/jwalterweatherman\"; rev = \"94f6ae3ed3bceceafa716478c5fbf8d29ca601a1\"; sha256 = \"1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b\"; }; } { goPackagePath = \"github.com/spf13/pflag\"; fetch = { type = \"git\"; url = \"https://github.com/spf13/pflag\"; rev = \"298182f68c66c05229eb03ac171abe6e309ee79a\"; sha256 = \"1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd\"; }; } { goPackagePath = \"github.com/spf13/viper\"; fetch = { type = \"git\"; url = \"https://github.com/spf13/viper\"; rev = \"b5bf975e5823809fb22c7644d008757f78a4259e\"; sha256 = \"1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19\"; }; } { goPackagePath = \"github.com/ulule/limiter\"; fetch = { type = \"git\"; url = \"https://github.com/ulule/limiter\"; rev = \"38b2a440be905c8be884fd5e114dc893a64e5d81\"; sha256 = \"0sbbfz9k3m2hf45cx7y7xshsr3rac495lks9ciwmnrzsnxfdh3l5\"; }; } { goPackagePath = \"golang.org/x/net\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/net\"; rev = \"461777fb6f67e8cb9d70cda16573678d085a74cf\"; sha256 = \"0sc0llch05q6h7nqgayi3sgismsznpnlsz4gh89y4klpymdcpbh2\"; }; } { goPackagePath = \"golang.org/x/sys\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/sys\"; rev = \"93c9922d18aeb82498a065f07aec7ad7fa60dfb7\"; sha256 = \"0hv96nwbv0li3nrv43ldfzmf12yrrbji2cf8n44iibv8ps5kfssx\"; }; } { goPackagePath = \"golang.org/x/text\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/text\"; rev = \"342b2e1fbaa52c93f31447ad2c6abc048c63e475\"; sha256 = \"0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh\"; }; } { goPackagePath = \"gopkg.in/fsnotify.v1\"; fetch = { type = \"git\"; url = \"https://github.com/fsnotify/fsnotify\"; rev = \"c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9\"; sha256 = \"07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g\"; }; } { goPackagePath = \"gopkg.in/tomb.v1\"; fetch = { type = \"git\"; url = \"https://github.com/go-tomb/tomb\"; rev = \"dd632973f1e7218eb1089048e0798ec9ae7dceb8\"; sha256 = \"1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv\"; }; } { goPackagePath = \"gopkg.in/yaml.v2\"; fetch = { type = \"git\"; url = \"https://github.com/go-yaml/yaml\"; rev = \"51d6538a90f86fe93ac480b35f37b2be17fef232\"; sha256 = \"01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa\"; }; } ] "} {"_id":"q-en-nixpkgs-c3be7dc3d8e363d1062d7506bffb68cfd563f7f035ace15a49e925d8ce5705a1","text":"propagatedBuildInputs = [ babel python-dateutil python-jose html2text lxml packaging"} {"_id":"q-en-nixpkgs-c44a6c480ed1e39dba1aeb17480f14911efe69833fb6a777ab0e7bfa1e6c1185","text":"nativeBuildInputs = [ zip makeWrapper ]; # https://github.com/NixOS/nixpkgs/issues/120738 patches = [ ./tsh.patch ]; postBuild = '' pushd . mkdir -p build"} {"_id":"q-en-nixpkgs-c47a56001e698e686cf0a80462672e75a1fa2a471c59a8ee01edc874849b0ce8","text":"hash = \"sha256-yO9/HlUkaQmW/n9N3vboHw//YMzBjxIHA2zAxgZNEv0=\"; }; patches = [ # Support rule files in NixOS store paths. Required for the networkd-dispatcher # module to work ./support_nix_store_path.patch ]; postPatch = '' # Fix paths in systemd unit file substituteInPlace networkd-dispatcher.service "} {"_id":"q-en-nixpkgs-c49e5374445c5324516611f009d5a29ef2ffaa3d8b6df33f5e5de6f98d09c4c8","text":" { libsForQt5 , stdenv , lib , fetchFromGitHub , cmake , nix-update-script , fetchpatch , grim , makeBinaryWrapper , enableWlrSupport ? false }: stdenv.mkDerivation { pname = \"flameshot\"; # wlr screenshotting is currently only available on unstable version (>12.1.0) version = \"12.1.0-unstable-2024-07-02\"; src = fetchFromGitHub { owner = \"flameshot-org\"; repo = \"flameshot\"; rev = \"ccb5a27b136a633911b3b1006185530d9beeea5d\"; hash = \"sha256-JIXsdVUR/4183aJ0gvNGYPTyCzX7tCrk8vRtR8bcdhE=\"; }; patches = [ # https://github.com/flameshot-org/flameshot/pull/3166 # fixes fractional scaling calculations on wayland (fetchpatch { name = \"10-fix-wayland.patch\"; url = \"https://github.com/flameshot-org/flameshot/commit/5fea9144501f7024344d6f29c480b000b2dcd5a6.patch\"; hash = \"sha256-SnjVbFMDKD070vR4vGYrwLw6scZAFaQA4b+MbI+0W9E=\"; }) ]; passthru = { updateScript = nix-update-script { extraArgs = [ \"--version=branch\" ]; }; }; cmakeFlags = [ (lib.cmakeBool \"USE_WAYLAND_CLIPBOARD\" true) (lib.cmakeBool \"USE_WAYLAND_GRIM\" enableWlrSupport) ]; nativeBuildInputs = [ cmake libsForQt5.qttools libsForQt5.qtsvg libsForQt5.wrapQtAppsHook makeBinaryWrapper ]; buildInputs = [ libsForQt5.qtbase libsForQt5.kguiaddons ]; dontWrapQtApps = true; postFixup = '' wrapProgram $out/bin/flameshot ${lib.optionalString enableWlrSupport \"--prefix PATH : ${lib.makeBinPath [ grim ]}\"} ''${qtWrapperArgs[@]} ''; meta = with lib; { description = \"Powerful yet simple to use screenshot software\"; homepage = \"https://github.com/flameshot-org/flameshot\"; mainProgram = \"flameshot\"; maintainers = with maintainers; [ scode oxalica ]; license = licenses.gpl3Plus; platforms = platforms.linux ++ platforms.darwin; }; } "} {"_id":"q-en-nixpkgs-c4b5a7d2988bcffe3621d54a118e4556a307e81ddf63b432a10e497750d1a9cc","text":"patches = [ # https://github.com/neomutt/neomutt/issues/3773#issuecomment-1493295144 ./fix-open-very-large-mailbox.patch (fetchpatch { name = \"disable-incorrect-tests.patch\"; url = \"https://github.com/neomutt/neomutt/pull/3933.patch\"; hash = \"sha256-Plei063T8XyXF4/7/nAb6/4OyXz72vBAXHwls9WL1vM=\"; excludes = [\".github/workflows/macos.yml\"]; }) ]; buildInputs = ["} {"_id":"q-en-nixpkgs-c4ba8659f6b8816257d41901d25768c6f465e1c0e1119b31044e41fab360247e","text":" { stdenv, lib, fetchFromGitHub, qmake, qtbase, wrapQtAppsHook }: stdenv.mkDerivation { pname = \"selectdefaultapplication\"; version = \"unstable-2021-08-12\"; src = fetchFromGitHub { owner = \"sandsmark\"; repo = \"selectdefaultapplication\"; rev = \"c752df6ba8caceeef54bcf6527f1bccc2ca8202a\"; sha256 = \"C/70xpt6RoQNIlAjSJhOCyheolK4Xp6RiSZmeqMP4fw=\"; }; nativeBuildInputs = [ qmake wrapQtAppsHook ]; buildInputs = [ qtbase ]; installPhase = '' runHook preInstall mkdir -p $out/bin cp selectdefaultapplication $out/bin install -Dm644 -t \"$out/share/applications\" selectdefaultapplication.desktop install -Dm644 -t \"$out/share/icons/hicolor/48x48/apps\" selectdefaultapplication.png runHook postInstall ''; meta = with lib; { description = \"A very simple application that lets you define default applications on Linux in a sane way\"; homepage = \"https://github.com/sandsmark/selectdefaultapplication\"; maintainers = with maintainers; [ nsnelson ]; license = licenses.gpl2; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-c4c5e86dd3a8c8cda1df2707b2d1d5d1548e2f06b197ff900619a09463b3b962","text":"stdenv.mkDerivation rec { pname = \"spirv-headers\"; version = \"unstable-2021-08-11\"; version = \"1.2.198.0\"; src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Headers\"; rev = \"e71feddb3f17c5586ff7f4cfb5ed1258b800574b\"; sha256 = \"sha256-9m0EBcgdya+KCNJHC3x+YV2sXoSNToTcgDkpeKzId6U=\"; rev = \"sdk-${version}\"; sha256 = \"sha256-cdEiRSCoX0New8ecUh7UTDz/is2v29zhf6Il2N1j3mw=\"; }; nativeBuildInputs = [ cmake ];"} {"_id":"q-en-nixpkgs-c4d7acfa1b34f1cf3d646f754168e4873d14bb2d897962f75fde333b12c8ec30","text":"# NB: migration must be performed prior to pre-start, else we get the failure message! preStart = '' ipfs repo fsck # workaround for BUG #4212 (https://github.com/ipfs/go-ipfs/issues/4214) ipfs --local config Addresses.API ${cfg.apiAddress} ipfs --local config Addresses.Gateway ${cfg.gatewayAddress} '' + optionalString cfg.autoMount '' ipfs --local config Mounts.FuseAllowOther --json true ipfs --local config Mounts.IPFS ${cfg.ipfsMountDir}"} {"_id":"q-en-nixpkgs-c500a5d7cf5b3ad97eb1a09880a51b438065a13b95b692048bd8b9b7eb9deb27","text":"}); luadbi-mysql = super.luadbi-mysql.override({ extraVariables = '' -- Can't just be /include and /lib, unfortunately needs the trailing 'mysql' MYSQL_INCDIR='${pkgs.libmysqlclient}/include/mysql'; MYSQL_LIBDIR='${pkgs.libmysqlclient}/lib/mysql'; ''; extraVariables = { # Can't just be /include and /lib, unfortunately needs the trailing 'mysql' MYSQL_INCDIR=\"${pkgs.libmysqlclient}/include/mysql\"; MYSQL_LIBDIR=\"${pkgs.libmysqlclient}/lib/mysql\"; }; buildInputs = [ pkgs.mysql.client pkgs.libmysqlclient"} {"_id":"q-en-nixpkgs-c5047e77d38a8ebbb37ecb9e0f1dee1abbc9d6eab6417fd2142870c5917b6805","text":"cfg = config.services.garage; toml = pkgs.formats.toml { }; configFile = toml.generate \"garage.toml\" cfg.settings; anyHasPrefix = prefix: strOrList: if isString strOrList then hasPrefix prefix strOrList else any ({ path, ... }: hasPrefix prefix path) strOrList; in { meta = { doc = ./garage.md; maintainers = [ ]; maintainers = [ maintainers.mjm ]; }; options.services.garage = {"} {"_id":"q-en-nixpkgs-c51b0ba3e3b9f15b24c083e96e42260c2fa3c726627e71cad33b81d56776114d","text":"(fetchNuGet { pname = \"Nito.AsyncEx.Tasks\"; version = \"5.1.2\"; sha256 = \"11wp47kc69sjdxrbg5pgx0wlffqlp0x5kr54ggnz2v19kmjz362v\"; }) (fetchNuGet { pname = \"Nito.Collections.Deque\"; version = \"1.1.1\"; sha256 = \"152564q3s0n5swfv5p5rx0ghn2sm0g2xsnbd7gv8vb9yfklv7yg8\"; }) (fetchNuGet { pname = \"Nito.Disposables\"; version = \"2.2.1\"; sha256 = \"1hx5k8497j34kxxgh060bvij0vfnraw90dmm3h9bmamcdi8wp80l\"; }) (fetchNuGet { pname = \"NLog\"; version = \"5.2.5\"; sha256 = \"02fybqi9d7czz3jmhmgb8wia2hpjj5hmcnij6zsgs69rkv6hf9j0\"; }) (fetchNuGet { pname = \"NLog.Extensions.Logging\"; version = \"5.3.5\"; sha256 = \"0jzfqa12l5vvxd2j684cnm29w19v386cpm11pw8h6prpf57affaj\"; }) (fetchNuGet { pname = \"NLog.Web.AspNetCore\"; version = \"5.3.5\"; sha256 = \"0li0sw04w0a4zms5jjv1ga45wxiqlcvaw8gi0wbhiifrdzz5yckb\"; }) (fetchNuGet { pname = \"NLog\"; version = \"5.2.7\"; sha256 = \"1gq5l9qv3vnl0rvxa110bbqsq6m43h8h912xijqab1hsjdpb46q3\"; }) (fetchNuGet { pname = \"NLog.Extensions.Logging\"; version = \"5.3.7\"; sha256 = \"1hv2v4hqqq86vjvxa0cbk4klaii8n8h1wjrlsfzbp9nnxnzg9pzi\"; }) (fetchNuGet { pname = \"NLog.Web.AspNetCore\"; version = \"5.3.7\"; sha256 = \"1jifwnvkfi3jankan7543q985gzrywddvajlqrf573aa2dbp5n1f\"; }) (fetchNuGet { pname = \"NuGet.Frameworks\"; version = \"6.5.0\"; sha256 = \"0s37d1p4md0k6d4cy6sq36f2dgkd9qfbzapxhkvi8awwh0vrynhj\"; }) (fetchNuGet { pname = \"protobuf-net\"; version = \"3.2.26\"; sha256 = \"1mcg46xnhgqwjacy6j8kvp3rylpi26wjnmhwv8mh5cwjya9nynqb\"; }) (fetchNuGet { pname = \"protobuf-net.Core\"; version = \"3.2.26\"; sha256 = \"1wrr38ygdanf121bkl8b1d4kz1pawm064z69bqf3qbr46h4j575w\"; })"} {"_id":"q-en-nixpkgs-c54de1e50861a44f11e4a5b3fc15745590a6f7c8af67e44742cbd2a50a4a44be","text":"meta.homepage = \"https://github.com/vim-scripts/align/\"; }; alpha-nvim = buildVimPluginFrom2Nix { pname = \"alpha-nvim\"; version = \"2022-04-22\"; src = fetchFromGitHub { owner = \"goolord\"; repo = \"alpha-nvim\"; rev = \"4781fcfea5ddc1a92d41b32dc325132ed6fce7a8\"; sha256 = \"03i75403lskpgaqv7xp5hk4v6kqb0sv15ciil9jyj735ylhry3qq\"; }; meta.homepage = \"https://github.com/goolord/alpha-nvim/\"; }; aniseed = buildVimPluginFrom2Nix { pname = \"aniseed\"; version = \"2022-05-14\";"} {"_id":"q-en-nixpkgs-c55fe6b08dada52155b810487171feef1a36d4e60476563c2b5739f94f2a7772","text":"} ++ (lib.mapAttrsToList (vhost: conf: { virtualHosts.${vhost} = { locations = { \"/\".extraConfig = '' # pass information via X-User and X-Email headers to backend, requires running with --set-xauthrequest flag proxy_set_header X-User $user; proxy_set_header X-Email $email; # if you enabled --cookie-refresh, this is needed for it to work with auth_request add_header Set-Cookie $auth_cookie; ''; \"/oauth2/auth\" = let maybeQueryArg = name: value: if value == null then null"} {"_id":"q-en-nixpkgs-c5c7f2ee4212563d6ba3bdbdd05160f5760624852be323a3266a95083639f98d","text":"basic.fail(f\"grep -q @PSK_SPECIAL@ {config_file}\") basic.succeed(f\"grep -q @PSK_MISSING@ {config_file}\") basic.succeed(f\"grep -q P@ssowrdWithSome@tSymbol {config_file}\") basic.succeed(f\"grep -q 'PassowrdWith&symbol' {config_file}\") with subtest(\"WPA2 fallbacks have been generated\"): assert int(basic.succeed(f\"grep -c sae-only {config_file}\")) == 1"} {"_id":"q-en-nixpkgs-c5d852de945cc8a8b9b50de551983ddeca0fb05a34474545b4f493d4a5f19cc4","text":" import ./make-test.nix ({ pkgs, ... }: let track = pkgs.fetchurl { # Sourced from http://freemusicarchive.org/music/Blue_Wave_Theory/Surf_Music_Month_Challenge/Skyhawk_Beach_fade_in # License: http://creativecommons.org/licenses/by-sa/4.0/ name = \"Blue_Wave_Theory-Skyhawk_Beach.mp3\"; url = https://freemusicarchive.org/file/music/ccCommunity/Blue_Wave_Theory/Surf_Music_Month_Challenge/Blue_Wave_Theory_-_04_-_Skyhawk_Beach.mp3; sha256 = \"0xw417bxkx4gqqy139bb21yldi37xx8xjfxrwaqa0gyw19dl6mgp\"; }; defaultCfg = rec { user = \"mpd\"; group = \"mpd\"; dataDir = \"/var/lib/mpd\"; musicDirectory = \"${dataDir}/music\"; }; defaultMpdCfg = with defaultCfg; { inherit dataDir musicDirectory user group; enable = true; }; musicService = { user, group, musicDirectory }: { description = \"Sets up the music file(s) for MPD to use.\"; requires = [ \"mpd.service\" ]; after = [ \"mpd.service\" ]; wantedBy = [ \"default.target\" ]; script = '' mkdir -p ${musicDirectory} && chown -R ${user}:${group} ${musicDirectory} cp ${track} ${musicDirectory} chown ${user}:${group} ${musicDirectory}/$(basename ${track}) ''; }; mkServer = { mpd, musicService, }: { boot.kernelModules = [ \"snd-dummy\" ]; sound.enable = true; services.mpd = mpd; systemd.services.musicService = musicService; }; in { name = \"mpd\"; meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ emmanuelrosa ]; }; nodes = { client = { config, pkgs, ... }: { }; serverALSA = { config, pkgs, ... }: (mkServer { mpd = defaultMpdCfg // { network.listenAddress = \"any\"; extraConfig = '' audio_output { type \"alsa\" name \"ALSA\" mixer_type \"null\" } ''; }; musicService = with defaultMpdCfg; musicService { inherit user group musicDirectory; }; }) // { networking.firewall.allowedTCPPorts = [ 6600 ]; }; serverPulseAudio = { config, pkgs, ... }: (mkServer { mpd = defaultMpdCfg // { extraConfig = '' audio_output { type \"pulse\" name \"The Pulse\" } ''; }; musicService = with defaultCfg; musicService { inherit user group musicDirectory; }; }) // { hardware.pulseaudio.enable = true; }; }; testScript = '' my $mpc = \"${pkgs.mpc_cli}/bin/mpc --wait\"; # Connects to the given server and attempts to play a tune. sub play_some_music { my $server = $_[0]; $server->waitForUnit(\"mpd.service\"); $server->succeed(\"$mpc update\"); my @tracks = $server->execute(\"$mpc ls\"); for my $track (split(/n/, $tracks[1])) { $server->succeed(\"$mpc add $track\"); }; my @added_tracks = $server->execute(\"$mpc listall\"); (length $added_tracks[1]) > 0 or die \"Failed to add audio tracks to the playlist.\"; $server->succeed(\"$mpc play\"); my @status = $server->execute(\"$mpc status\"); my @output = split(/n/, $status[1]); $output[1] =~ /.*playing.*/ or die \"Audio track is not playing, as expected.\"; $server->succeed(\"$mpc stop\"); }; play_some_music($serverALSA); play_some_music($serverPulseAudio); $client->succeed(\"$mpc -h serverALSA status\"); # The PulseAudio-based server is configured not to accept external client connections # to perform the following test: $client->fail(\"$mpc -h serverPulseAudio status\"); ''; }) "} {"_id":"q-en-nixpkgs-c5da2bd2d736f2d7eead89796679d5eae688bb935718b9e63045c96dff28a246","text":"opensp = callPackage ../tools/text/sgml/opensp { }; opentofu = callPackage ../applications/networking/cluster/opentofu { }; opentrack = libsForQt5.callPackage ../applications/misc/opentrack { }; opentracker = callPackage ../applications/networking/p2p/opentracker { };"} {"_id":"q-en-nixpkgs-c6225511e07daf3bd053ba697ce7dd2fedfe1603e3f4991765a39d8ec9a3d1b6","text":" { invalidateFetcherByDrvHash, fetchgit, ... }: { simple = invalidateFetcherByDrvHash fetchgit { name = \"nix-source\"; url = \"https://github.com/NixOS/nix\"; rev = \"9d9dbe6ed05854e03811c361a3380e09183f4f4a\"; sha256 = \"sha256-7DszvbCNTjpzGRmpIVAWXk20P0/XTrWZ79KSOGLrUWY=\"; }; } "} {"_id":"q-en-nixpkgs-c63cb82dd6cb40bc795916e123f7423aa7cfd3046198c293e77e3db9b8aa5fb5","text":"buildInputs = [ python go cmake (if stdenv.isDarwin then llvmPackages.clang else llvmPackages.clang-unwrapped) llvmPackages.llvm ] ++ stdenv.lib.optional stdenv.isDarwin Cocoa; propagatedBuildInputs = stdenv.lib.optional (!stdenv.isDarwin) rustracerd; patches = [ ./patches/youcompleteme/1-top-cmake.patch ./patches/youcompleteme/2-ycm-cmake.patch ]; # YCM requires path to external libclang 3.9 # For explicit use and as env variable for ../third_party/ycmd/build.py EXTRA_CMAKE_ARGS=\"-DEXTERNAL_LIBCLANG_PATH=${llvmPackages.clang.cc}/lib/libclang.${if stdenv.isDarwin then \"dylib\" else \"so\"}\"; buildPhase = '' patchShebangs . substituteInPlace plugin/youcompleteme.vim "} {"_id":"q-en-nixpkgs-c65a6ff96f1816f23fea552f744152c2725a7784ce0c41770abf5a1048141fe6","text":"{ mkDerivation, lib, cmake, xorg, plasma-framework, plasma-wayland-protocols, fetchFromGitLab , extra-cmake-modules, karchive, kwindowsystem, qtx11extras, qtwayland, kcrash, knewstuff, wayland }: , extra-cmake-modules, karchive, kwindowsystem, qtx11extras, qtwayland, kcrash, knewstuff , wayland, plasma-workspace }: mkDerivation rec { pname = \"latte-dock\"; version = \"unstable-2022-09-06\"; version = \"unstable-2023-03-31\"; src = fetchFromGitLab { domain = \"invent.kde.org\"; owner = \"plasma\"; repo = \"latte-dock\"; rev = \"cd36798a61a37652eb549d7dfcdf06d2028eddc4\"; sha256 = \"sha256-X2PzI2XJje4DpPh7gTtYnMIwerR1IDY53HImvEtFmF4=\"; rev = \"4f93251d8c635c6150483ecb321eb276f34d4280\"; sha256 = \"sha256-oEfKfsVIAmYgQ7+WyBEQfVpI4IndWhYXWBsJE8bNNyI=\"; }; buildInputs = [ plasma-framework plasma-wayland-protocols qtwayland xorg.libpthreadstubs xorg.libXdmcp xorg.libSM wayland ]; buildInputs = [ plasma-framework plasma-wayland-protocols qtwayland xorg.libpthreadstubs xorg.libXdmcp xorg.libSM wayland plasma-workspace ]; nativeBuildInputs = [ extra-cmake-modules cmake karchive kwindowsystem qtx11extras kcrash knewstuff ];"} {"_id":"q-en-nixpkgs-c68c470cba5e18ca8a07c2bdafcf6881741e0faa0a50573ded9d581400a6f7d9","text":" { lib , stdenv , fetchFromGitHub , emptyDirectory , writeText , makeWrapper , gradle , jdk21 , llvmPackages }: let gradleInit = writeText \"init.gradle\" '' logger.lifecycle 'Replacing Maven repositories with empty directory...' gradle.projectsLoaded { rootProject.allprojects { buildscript { repositories { clear() maven { url '${emptyDirectory}' } } } repositories { clear() maven { url '${emptyDirectory}' } } } } settingsEvaluated { settings -> settings.pluginManagement { repositories { maven { url '${emptyDirectory}' } } } } ''; in stdenv.mkDerivation { pname = \"jextract\"; version = \"unstable-2023-11-27\"; src = fetchFromGitHub { owner = \"openjdk\"; repo = \"jextract\"; rev = \"8730fcf05c229d035b0db52ee6bd82622e9d03e9\"; # Update jextract 21 with latest fixes hash = \"sha256-Wct/yx5C0EjDtDyXNYDH5LRmrfq7islXbPVIGBR6x5Y=\"; }; nativeBuildInputs = [ gradle makeWrapper ]; env = { ORG_GRADLE_PROJECT_llvm_home = llvmPackages.libclang.lib; ORG_GRADLE_PROJECT_jdk21_home = jdk21; }; buildPhase = '' runHook preBuild export GRADLE_USER_HOME=$(mktemp -d) gradle --console plain --init-script \"${gradleInit}\" assemble runHook postBuild ''; doCheck = true; checkPhase = '' runHook preCheck gradle --console plain --init-script \"${gradleInit}\" verify runHook postCheck ''; installPhase = '' runHook preInstall mkdir -p $out/opt/ cp -r ./build/jextract $out/opt/jextract runHook postInstall ''; postFixup = '' makeWrapper \"$out/opt/jextract/bin/jextract\" \"$out/bin/jextract\" ''; meta = with lib; { description = \"A tool which mechanically generates Java bindings from a native library headers\"; mainProgram = \"jextract\"; homepage = \"https://github.com/openjdk/jextract\"; license = licenses.gpl2Only; maintainers = with maintainers; [ sharzy ]; }; } "} {"_id":"q-en-nixpkgs-c7390568702afc42b0290fc75aa8f1d22aca59d3753e96080865e71fe8a6a825","text":" GEM remote: https://rubygems.org/ specs: activesupport (5.2.4.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) app_conf (0.4.2) ast (2.4.2) aws-eventstream (1.1.0) aws-partitions (1.426.0) aws-sdk-apigateway (1.59.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-apigatewayv2 (1.31.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-applicationautoscaling (1.49.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-athena (1.35.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-autoscaling (1.53.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-batch (1.43.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-budgets (1.37.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cloudformation (1.47.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cloudfront (1.48.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cloudhsm (1.28.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cloudhsmv2 (1.32.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cloudtrail (1.33.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cloudwatch (1.49.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cloudwatchevents (1.40.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-cloudwatchlogs (1.39.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-codecommit (1.41.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-codedeploy (1.38.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-codepipeline (1.40.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-cognitoidentity (1.29.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-cognitoidentityprovider (1.48.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-configservice (1.56.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-core (3.112.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) aws-sdk-costandusagereportservice (1.29.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-databasemigrationservice (1.50.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-dynamodb (1.59.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-ec2 (1.224.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-ecr (1.41.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-ecs (1.74.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-efs (1.37.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-eks (1.47.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-elasticache (1.53.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-elasticbeanstalk (1.41.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-elasticloadbalancing (1.30.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-elasticloadbalancingv2 (1.59.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-elasticsearchservice (1.48.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-firehose (1.36.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-glue (1.82.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-guardduty (1.44.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-iam (1.47.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-kafka (1.34.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-kinesis (1.31.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-kms (1.42.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-lambda (1.59.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-organizations (1.55.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-ram (1.22.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-rds (1.112.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-redshift (1.54.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-route53 (1.46.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-route53domains (1.29.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-route53resolver (1.23.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-s3 (1.88.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) aws-sdk-secretsmanager (1.43.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-securityhub (1.40.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-servicecatalog (1.57.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-ses (1.37.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-shield (1.34.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-sms (1.28.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-sns (1.38.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-sqs (1.36.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-ssm (1.104.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-states (1.37.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sdk-transfer (1.29.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.2.2) aws-eventstream (~> 1, >= 1.0.2) azure_graph_rbac (0.17.2) ms_rest_azure (~> 0.12.0) azure_mgmt_key_vault (0.17.7) ms_rest_azure (~> 0.12.0) azure_mgmt_resources (0.18.1) ms_rest_azure (~> 0.12.0) azure_mgmt_security (0.19.0) ms_rest_azure (~> 0.12.0) azure_mgmt_storage (0.22.0) ms_rest_azure (~> 0.12.0) bcrypt_pbkdf (1.1.0) berkshelf (7.1.0) chef (>= 15.7.32) chef-config cleanroom (~> 1.0) concurrent-ruby (~> 1.0) minitar (>= 0.6) mixlib-archive (>= 0.4, < 2.0) mixlib-config (>= 2.2.5) mixlib-shellout (>= 2.0, < 4.0) octokit (~> 4.0) retryable (>= 2.0, < 4.0) solve (~> 4.0) thor (>= 0.20) builder (3.2.4) chef (15.15.0) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) chef-config (= 15.15.0) chef-utils (= 15.15.0) chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) ed25519 (~> 1.2) erubis (~> 2.7) ffi (~> 1.9, >= 1.9.25) ffi-libarchive (~> 1.0, >= 1.0.3) ffi-yajl (~> 2.2) highline (>= 1.6.9, < 2) iniparse (~> 1.4) license-acceptance (~> 1.0, >= 1.0.5) mixlib-archive (>= 0.4, < 2.0) mixlib-authentication (>= 2.1, < 4) mixlib-cli (>= 2.1.1, < 3.0) mixlib-log (>= 2.0.3, < 4.0) mixlib-shellout (>= 3.0.3, < 4.0) net-sftp (>= 2.1.2, < 4.0) net-ssh (>= 4.2, < 7) net-ssh-multi (~> 1.2, >= 1.2.1) ohai (~> 15.0) plist (~> 3.2) proxifier (~> 1.0) syslog-logger (~> 1.6) train-core (~> 3.2, >= 3.2.28) train-winrm (>= 0.2.5) tty-screen (~> 0.6) uuidtools (~> 2.1.5) chef-cli (3.1.1) addressable (>= 2.3.5, < 2.8) chef (>= 15.0) cookbook-omnifetch (~> 0.5) diff-lcs (>= 1.0, < 1.4) ffi-yajl (>= 1.0, < 3.0) license-acceptance (>= 1.0.11, < 3) minitar (~> 0.6) mixlib-cli (>= 1.7, < 3.0) mixlib-shellout (>= 2.0, < 4.0) pastel (~> 0.7) solve (> 2.0, < 5.0) chef-config (15.15.0) addressable chef-utils (= 15.15.0) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) tomlrb (~> 1.2) chef-dk (4.13.3) addressable (>= 2.3.5, < 2.6) chef (~> 15.0) cookbook-omnifetch (~> 0.5) diff-lcs (~> 1.0) ffi-yajl (>= 1.0, < 3.0) license-acceptance (~> 1.0, >= 1.0.11) minitar (~> 0.6) mixlib-cli (>= 1.7, < 3.0) mixlib-shellout (>= 2.0, < 4.0) paint (~> 1.0) solve (> 2.0, < 5.0) chef-provisioning (2.7.6) cheffish (>= 4.0, < 15.0) inifile (>= 2.0.2) mixlib-install (>= 1.0) net-scp (~> 1.0) net-ssh (>= 2.9, < 5.0) net-ssh-gateway (> 1.2, < 3.0) winrm (~> 2.0) winrm-elevated (~> 1.0) winrm-fs (~> 1.0) chef-telemetry (1.0.14) chef-config concurrent-ruby (~> 1.0) ffi-yajl (~> 2.2) chef-utils (15.15.0) chef-vault (4.1.0) chef-zero (14.0.17) ffi-yajl (~> 2.2) hashie (>= 2.0, < 4.0) mixlib-log (>= 2.0, < 4.0) rack (~> 2.0, >= 2.0.6) uuidtools (~> 2.1) cheffish (14.0.13) chef-zero (~> 14.0) net-ssh chefspec (9.2.1) chef (>= 14) chef-cli fauxhai-ng (>= 7.5) rspec (~> 3.0) cleanroom (1.0.0) coderay (1.1.3) concurrent-ruby (1.1.8) cookbook-omnifetch (0.11.1) mixlib-archive (>= 0.4, < 2.0) declarative (0.0.20) declarative-option (0.1.0) diff-lcs (1.3) diffy (3.4.0) docker-api (2.0.0) excon (>= 0.47.0) multi_json domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) ed25519 (1.2.4) erubi (1.10.0) erubis (2.7.0) excon (0.79.0) faraday (1.3.0) faraday-net_http (~> 1.0) multipart-post (>= 1.2, < 3) ruby2_keywords faraday-cookie_jar (0.0.7) faraday (>= 0.8.0) http-cookie (~> 1.0.0) faraday-net_http (1.0.1) faraday_middleware (1.0.0) faraday (~> 1.0) fauxhai-ng (8.7.0) net-ssh ffi (1.14.2) ffi-libarchive (1.0.17) ffi (~> 1.0) ffi-yajl (2.3.4) libyajl2 (~> 1.2) foodcritic (16.3.0) erubis ffi-yajl (~> 2.0) nokogiri (>= 1.5, < 2.0) rake rufus-lru (~> 1.0) treetop (~> 1.4) fuzzyurl (0.9.0) git (1.8.1) rchardet (~> 1.8) google-api-client (0.52.0) addressable (~> 2.5, >= 2.5.1) googleauth (~> 0.9) httpclient (>= 2.8.1, < 3.0) mini_mime (~> 1.0) representable (~> 3.0) retriable (>= 2.0, < 4.0) rexml signet (~> 0.12) googleauth (0.14.0) faraday (>= 0.17.3, < 2.0) jwt (>= 1.4, < 3.0) memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (~> 0.14) gssapi (1.3.1) ffi (>= 1.0.1) gyoku (1.3.1) builder (>= 2.1.2) hashie (3.6.0) highline (1.7.10) http-cookie (1.0.3) domain_name (~> 0.5) httpclient (2.8.3) i18n (1.8.8) concurrent-ruby (~> 1.0) inifile (3.0.0) iniparse (1.5.0) inspec (4.26.4) faraday_middleware (>= 0.12.2, < 1.1) inspec-core (= 4.26.4) train (~> 3.0) train-aws (~> 0.1) train-habitat (~> 0.1) train-winrm (~> 0.2) inspec-core (4.26.4) addressable (~> 2.4) chef-telemetry (~> 1.0) faraday (>= 0.9.0, < 1.4) faraday_middleware (~> 1.0) hashie (>= 3.4, < 5.0) license-acceptance (>= 0.2.13, < 3.0) method_source (>= 0.8, < 2.0) mixlib-log (~> 3.0) multipart-post (~> 2.0) parallel (~> 1.9) parslet (>= 1.5, < 2.0) pry (~> 0.13) rspec (>= 3.9, < 3.11) rspec-its (~> 1.2) rubyzip (>= 1.2.2, < 3.0) semverse (~> 3.0) sslshake (~> 1.2) thor (>= 0.20, < 2.0) tomlrb (>= 1.2, < 2.1) train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) ipaddress (0.8.3) jmespath (1.4.0) json (2.5.1) jwt (2.2.2) kitchen-inspec (2.3.0) hashie (>= 3.4, <= 5.0) inspec (>= 2.2.64, < 5.0) test-kitchen (>= 2.7, < 3) kitchen-vagrant (1.8.0) test-kitchen (>= 1.4, < 3) knife-spork (1.7.3) app_conf (>= 0.4.0) chef (>= 11.0.0) diffy (>= 3.0.1) git (>= 1.2.5) libyajl2 (1.2.0) license-acceptance (1.0.19) pastel (~> 0.7) tomlrb (~> 1.2) tty-box (~> 0.3) tty-prompt (~> 0.18) little-plugger (1.1.4) logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) memoist (0.16.2) method_source (1.0.0) mini_mime (1.0.2) mini_portile2 (2.5.0) minitar (0.9) minitest (5.14.3) mixlib-archive (1.1.4) mixlib-log mixlib-authentication (3.0.7) mixlib-cli (2.1.8) mixlib-config (3.0.9) tomlrb mixlib-install (3.12.5) mixlib-shellout mixlib-versioning thor mixlib-log (3.0.9) mixlib-shellout (3.2.2) chef-utils mixlib-versioning (1.2.12) molinillo (0.7.0) ms_rest (0.7.6) concurrent-ruby (~> 1.0) faraday (>= 0.9, < 2.0.0) timeliness (~> 0.3.10) ms_rest_azure (0.12.0) concurrent-ruby (~> 1.0) faraday (>= 0.9, < 2.0.0) faraday-cookie_jar (~> 0.0.6) ms_rest (~> 0.7.6) multi_json (1.15.0) multipart-post (2.1.1) net-scp (1.2.1) net-ssh (>= 2.6.5) net-sftp (2.1.2) net-ssh (>= 2.6.5) net-ssh (4.2.0) net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) net-ssh-multi (1.2.1) net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) nori (2.6.0) octokit (4.20.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) ohai (15.12.0) chef-config (>= 12.8, < 16) ffi (~> 1.9) ffi-yajl (~> 2.2) ipaddress mixlib-cli (>= 1.7.0) mixlib-config (>= 2.0, < 4.0) mixlib-log (>= 2.0.1, < 4.0) mixlib-shellout (>= 2.0, < 4.0) plist (~> 3.1) systemu (~> 2.6.4) wmi-lite (~> 1.0) os (1.1.1) paint (1.0.1) parallel (1.20.1) parser (3.0.0.0) ast (~> 2.4.1) parslet (1.8.2) pastel (0.8.0) tty-color (~> 0.5) plist (3.6.0) polyglot (0.3.5) proxifier (1.0.3) pry (0.14.0) coderay (~> 1.1) method_source (~> 1.0) public_suffix (3.1.1) racc (1.5.2) rack (2.2.3) rainbow (3.0.0) rake (13.0.3) rchardet (1.8.0) regexp_parser (2.0.3) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) uber (< 0.2.0) retriable (3.1.2) retryable (3.0.5) rexml (3.2.4) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) rspec-mocks (~> 3.10.0) rspec-core (3.10.1) rspec-support (~> 3.10.0) rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) rubocop (1.9.1) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.4.1) parser (>= 2.7.1.5) ruby-progressbar (1.11.0) ruby2_keywords (0.0.4) rubyntlm (0.6.3) rubyzip (2.3.0) rufus-lru (1.1.0) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) semverse (3.0.0) signet (0.14.1) addressable (~> 2.3) faraday (>= 0.17.3, < 2.0) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) solve (4.0.4) molinillo (~> 0.6) semverse (>= 1.1, < 4.0) sslshake (1.3.1) strings (0.2.0) strings-ansi (~> 0.2) unicode-display_width (~> 1.5) unicode_utils (~> 1.4) strings-ansi (0.2.0) syslog-logger (1.6.8) systemu (2.6.5) test-kitchen (2.10.0) bcrypt_pbkdf (~> 1.0) ed25519 (~> 1.2) license-acceptance (>= 1.0.11, < 3.0) mixlib-install (~> 3.6) mixlib-shellout (>= 1.2, < 4.0) net-scp (>= 1.1, < 4.0) net-ssh (>= 2.9, < 7.0) net-ssh-gateway (>= 1.2, < 3.0) thor (>= 0.19, < 2.0) winrm (~> 2.0) winrm-elevated (~> 1.0) winrm-fs (~> 1.1) thor (1.1.0) thread_safe (0.3.6) timeliness (0.3.10) tomlrb (1.3.0) train (3.4.9) activesupport (>= 5.2.4.3, < 6.0.0) azure_graph_rbac (~> 0.16) azure_mgmt_key_vault (~> 0.17) azure_mgmt_resources (~> 0.15) azure_mgmt_security (~> 0.18) azure_mgmt_storage (~> 0.18) docker-api (>= 1.26, < 3.0) google-api-client (>= 0.23.9, <= 0.52.0) googleauth (>= 0.6.6, <= 0.14.0) inifile (~> 3.0) train-core (= 3.4.9) train-winrm (~> 0.2) train-aws (0.1.35) aws-sdk-apigateway (~> 1.0) aws-sdk-apigatewayv2 (~> 1.0) aws-sdk-applicationautoscaling (>= 1.46, < 1.50) aws-sdk-athena (~> 1.0) aws-sdk-autoscaling (>= 1.22, < 1.54) aws-sdk-batch (>= 1.36, < 1.44) aws-sdk-budgets (~> 1.0) aws-sdk-cloudformation (~> 1.0) aws-sdk-cloudfront (~> 1.0) aws-sdk-cloudhsm (~> 1.0) aws-sdk-cloudhsmv2 (~> 1.0) aws-sdk-cloudtrail (~> 1.8) aws-sdk-cloudwatch (~> 1.13) aws-sdk-cloudwatchevents (>= 1.36, < 1.41) aws-sdk-cloudwatchlogs (~> 1.13) aws-sdk-codecommit (~> 1.0) aws-sdk-codedeploy (~> 1.0) aws-sdk-codepipeline (~> 1.0) aws-sdk-cognitoidentity (>= 1.26, < 1.30) aws-sdk-cognitoidentityprovider (>= 1.46, < 1.49) aws-sdk-configservice (~> 1.21) aws-sdk-core (~> 3.0) aws-sdk-costandusagereportservice (~> 1.6) aws-sdk-databasemigrationservice (>= 1.42, < 1.51) aws-sdk-dynamodb (~> 1.31) aws-sdk-ec2 (~> 1.70) aws-sdk-ecr (~> 1.18) aws-sdk-ecs (~> 1.30) aws-sdk-efs (~> 1.0) aws-sdk-eks (~> 1.9) aws-sdk-elasticache (~> 1.0) aws-sdk-elasticbeanstalk (~> 1.0) aws-sdk-elasticloadbalancing (~> 1.8) aws-sdk-elasticloadbalancingv2 (~> 1.0) aws-sdk-elasticsearchservice (~> 1.0) aws-sdk-firehose (~> 1.0) aws-sdk-glue (>= 1.71, < 1.83) aws-sdk-guardduty (~> 1.31) aws-sdk-iam (~> 1.13) aws-sdk-kafka (~> 1.0) aws-sdk-kinesis (~> 1.0) aws-sdk-kms (~> 1.13) aws-sdk-lambda (~> 1.0) aws-sdk-organizations (>= 1.17, < 1.56) aws-sdk-ram (>= 1.21, < 1.23) aws-sdk-rds (~> 1.43) aws-sdk-redshift (~> 1.0) aws-sdk-route53 (~> 1.0) aws-sdk-route53domains (~> 1.0) aws-sdk-route53resolver (~> 1.0) aws-sdk-s3 (~> 1.30) aws-sdk-secretsmanager (>= 1.42, < 1.44) aws-sdk-securityhub (~> 1.0) aws-sdk-servicecatalog (>= 1.48, < 1.58) aws-sdk-ses (~> 1.0) aws-sdk-shield (~> 1.30) aws-sdk-sms (~> 1.0) aws-sdk-sns (~> 1.9) aws-sdk-sqs (~> 1.10) aws-sdk-ssm (~> 1.0) aws-sdk-states (>= 1.35, < 1.38) aws-sdk-transfer (>= 1.26, < 1.30) train-core (3.4.9) addressable (~> 2.5) ffi (!= 1.13.0) json (>= 1.8, < 3.0) mixlib-shellout (>= 2.0, < 4.0) net-scp (>= 1.2, < 4.0) net-ssh (>= 2.9, < 7.0) train-habitat (0.2.22) train-winrm (0.2.12) winrm (>= 2.3.6, < 3.0) winrm-elevated (~> 1.2.2) winrm-fs (~> 1.0) treetop (1.6.11) polyglot (~> 0.3) tty-box (0.7.0) pastel (~> 0.8) strings (~> 0.2.0) tty-cursor (~> 0.7) tty-color (0.6.0) tty-cursor (0.7.1) tty-prompt (0.23.0) pastel (~> 0.8) tty-reader (~> 0.8) tty-reader (0.9.0) tty-cursor (~> 0.7) tty-screen (~> 0.8) wisper (~> 2.0) tty-screen (0.8.1) tty-table (0.12.0) pastel (~> 0.8) strings (~> 0.2.0) tty-screen (~> 0.8) tzinfo (1.2.9) thread_safe (~> 0.1) uber (0.1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) unicode_utils (1.4.0) uuidtools (2.1.5) winrm (2.3.6) builder (>= 2.1.2) erubi (~> 1.8) gssapi (~> 1.2) gyoku (~> 1.0) httpclient (~> 2.2, >= 2.2.0.2) logging (>= 1.6.1, < 3.0) nori (~> 2.0) rubyntlm (~> 0.6.0, >= 0.6.3) winrm-elevated (1.2.3) erubi (~> 1.8) winrm (~> 2.0) winrm-fs (~> 1.0) winrm-fs (1.3.5) erubi (~> 1.8) logging (>= 1.6.1, < 3.0) rubyzip (~> 2.0) winrm (~> 2.0) wisper (2.0.1) wmi-lite (1.0.5) PLATFORMS ruby DEPENDENCIES berkshelf chef-dk (= 4.13.3) chef-provisioning chef-vault chefspec fauxhai-ng foodcritic inspec kitchen-inspec kitchen-vagrant knife-spork ohai pry rubocop test-kitchen BUNDLED WITH 2.1.4 "} {"_id":"q-en-nixpkgs-c739a964b90d1bd8aa2723d532a655fb09371219a7369966b96f26fb5cec06ce","text":" { lib , buildNpmPackage , mkYarnPackage , fetchYarnDeps , fetchFromGitHub , typescript , jq , fetchpatch }: let # Instead of the build script that spectral-language-server provides (ref: https://github.com/luizcorreia/spectral-language-server/blob/master/script/vscode-spectral-build.sh), we build vscode-spectral manually. # This is because the script must go through the network and will not work under the Nix sandbox environment. vscodeSpectral = mkYarnPackage rec { pname = \"vscode-spectral\"; version = \"1.1.2\"; src = fetchFromGitHub { owner = \"stoplightio\"; repo = \"vscode-spectral\"; rev = \"v${version}\"; hash = \"sha256-TWy+bC6qhTKDY874ORTBbvCIH8ycpmBiU8GLYxBIiAs=\"; }; packageJSON = ./package.json; offlineCache = fetchYarnDeps { yarnLock = src + \"/yarn.lock\"; hash = \"sha256-am27A9VyFoXuOlgG9mnvNqV3Q7Bi7GJzDqqVFGDVWIA=\"; }; nativeBuildInputs = [ typescript jq ]; postPatch = '' cp server/tsconfig.json server/tsconfig.json.bak jq '.compilerOptions += {\"module\": \"NodeNext\", \"moduleResolution\": \"NodeNext\"}' server/tsconfig.json.bak > server/tsconfig.json ''; dontConfigure = true; buildPhase = '' runHook preBuild # FIXME: vscode-spactral depends on @rollup/pluginutils, but it may have a bug that doesn't provide the type definitions for NodeNext module resolution. (ref: https://github.com/rollup/plugins/issues/1192) # tsc detects some type errors in the code. However we ignore this because it's not a problem for the final build if server/dist is generated. tsc -p server || true test -d server/dist runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out cp -R server/dist $out runHook postInstall ''; doDist = false; meta = with lib; { homepage = \"https://github.com/stoplightio/vscode-spectral\"; description = \"VS Code extension bringing the awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support\"; license = licenses.asl20; }; }; in buildNpmPackage rec { pname = \"spectral-language-server\"; version = \"1.0.8-unstable-2023-06-06\"; src = fetchFromGitHub { owner = \"luizcorreia\"; repo = \"spectral-language-server\"; rev = \"c9a7752b08e6bba937ef4f5435902afd41b6957f\"; hash = \"sha256-VD2aAzlCnJ6mxPUSbNRfMOlslM8kLPqrAI2ah6sX9cU=\"; }; npmDepsHash = \"sha256-ixAXy/rRkyWL3jdAkrXJh1qhWcKIkr5nH/Bhu2JV6k8=\"; patches = [ # https://github.com/luizcorreia/spectral-language-server/pull/15 (fetchpatch { name = \"fix-package-lock.patch\"; url = \"https://github.com/luizcorreia/spectral-language-server/commit/909704850dd10e7b328fc7d15f8b07cdef88899d.patch\"; hash = \"sha256-+mN93xP4HCll4dTcnh2W/m9k3XovvgnB6AOmuJpZUZ0=\"; }) ]; dontNpmBuild = true; npmFlags = [ \"--ignore-scripts\" ]; installPhase = '' runHook preInstall mkdir -p $out/bin mkdir -p $out/node_modules mkdir -p $out/dist/spectral-language-server cp -R ${vscodeSpectral}/dist/* $out/dist/spectral-language-server/ cp ./bin/* $out/bin cp -R ./node_modules/* $out/node_modules runHook postInstall ''; meta = with lib; { homepage = \"https://github.com/luizcorreia/spectral-language-server\"; description = \"Awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support\"; maintainers = with maintainers; [ momeemt ]; license = licenses.mit; mainProgram = \"spectral-language-server\"; }; } "} {"_id":"q-en-nixpkgs-c7414c4414b7d230ed0753ae188b3c37293533c8bcfaeacb74c45acaf14e05ae","text":" { lib , stdenv , fetchFromGitHub , libaio }: stdenv.mkDerivation rec { pname = \"stressapptest\"; version = \"1.0.9\"; src = fetchFromGitHub { owner = pname; repo = pname; rev = \"v${version}\"; sha256 = \"1qzj6h6adx042rb9aiz916jna269whibvj5ys4p5nwdp17fqh922\"; }; buildInputs = [ libaio ]; meta = with lib; { description = \"Userspace memory and IO stress test tool\"; homepage = \"https://github.com/stressapptest/stressapptest\"; license = with licenses; [ asl20 ]; maintainers = with lib.maintainers; [ fab ]; platforms = platforms.unix; }; } "} {"_id":"q-en-nixpkgs-c74b7f2979da71bde6218d0f72e65bb22bc1b9f3fdd9f83374a8b45679edc141","text":"ln -sfv \"${nodejs}/include\" \"$HOME/.node-gyp/${nodejs.version}\" export npm_config_nodedir=${nodejs} pushd redisinsight # Build the sqlite3 package. pushd redisinsight npm_config_node_gyp=\"${buildPackages.nodejs}/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\" npm rebuild --verbose --sqlite=${sqlite.dev} sqlite3 popd # Build node-sass LIBSASS_EXT=auto npm rebuild --verbose node-sass substituteInPlace redisinsight/api/config/default.ts --replace \"process['resourcesPath']\" \"\"$out/share/redisinsight\"\" --replace-fail \"process['resourcesPath']\" \"\"$out/share/redisinsight\"\" # has irrelevant files rm -r resources/app runHook postConfigure ''; buildPhase = '' runHook preBuild yarn config --offline set yarn-offline-mirror $offlineCache pushd node_modules/node-sass LIBSASS_EXT=auto yarn run build --offline popd yarn config --offline set yarn-offline-mirror ${finalAttrs.offlineCache} yarn --offline build:prod yarn --offline electron-builder --dir ${if stdenv.isDarwin then \"--macos\" else \"--linux\"} ${if stdenv.hostPlatform.isAarch64 then \"--arm64\" else \"--x64\"} --dir -c.electronDist=${electron}/libexec/electron -c.electronVersion=${electron.version}"} {"_id":"q-en-nixpkgs-c7af6b20601ceb0012757792115c6e3f240a80a483590a7b89141783b4063fa9","text":" { lib, stdenv, fetchurl, fetchFromGitHub, jdk17_headless, jre17_minimal, gradle_7, bash, coreutils, substituteAll, nixosTests, fetchpatch, writeText, }: let gradle = gradle_7; jdk = jdk17_headless; # Reduce closure size jre = jre17_minimal.override { modules = [ \"java.base\" \"java.logging\" \"java.naming\" \"java.sql\" \"java.desktop\" \"java.management\" ]; jdk = jdk17_headless; }; version = \"01497\"; freenet_ext = fetchurl { url = \"https://github.com/freenet/fred/releases/download/build01495/freenet-ext.jar\"; sha256 = \"sha256-MvKz1r7t9UE36i+aPr72dmbXafCWawjNF/19tZuk158=\"; }; seednodes = fetchFromGitHub { name = \"freenet-seednodes\"; owner = \"hyphanet\"; repo = \"seedrefs\"; rev = \"9df1bf93ab64aba634bdfc5f4d0e960571ce4ba5\"; hash = \"sha256-nvwJvKw5IPhItPe4k/jnOGaa8H4DtOi8XxKFOKFMAuY=\"; postFetch = '' cat $out/* > $out/seednodes.fref ''; }; patches = [ # gradle 7 support # https://github.com/freenet/fred/pull/827 (fetchpatch { url = \"https://github.com/freenet/fred/commit/8991303493f2c0d9933f645337f0a7a5a979e70a.patch\"; sha256 = \"sha256-T1zymxRTADVhhwp2TyB+BC/J4gZsT/CUuMrT4COlpTY=\"; }) ]; in stdenv.mkDerivation rec { pname = \"freenet\"; inherit version patches; src = fetchFromGitHub { owner = \"freenet\"; repo = \"fred\"; rev = \"refs/tags/build${version}\"; hash = \"sha256-pywNPekofF/QotNVF28McojqK7c1Zzucds5rWV0R7BQ=\"; }; postPatch = '' rm gradle/verification-{keyring.keys,metadata.xml} ''; nativeBuildInputs = [ gradle jdk ]; wrapper = substituteAll { src = ./freenetWrapper; inherit bash coreutils jre seednodes ; }; mitmCache = gradle.fetchDeps { inherit pname; data = ./deps.json; }; # using reproducible archives breaks the build gradleInitScript = writeText \"empty-init-script.gradle\" \"\"; gradleFlags = [ \"-Dorg.gradle.java.home=${jdk}\" ]; gradleBuildTask = \"jar\"; installPhase = '' runHook preInstall install -Dm644 build/libs/freenet.jar $out/share/freenet/freenet.jar ln -s ${freenet_ext} $out/share/freenet/freenet-ext.jar mkdir -p $out/bin install -Dm755 ${wrapper} $out/bin/freenet export CLASSPATH=\"$(find ${mitmCache} -name \"*.jar\"| sort | grep -v bcprov-jdk15on-1.48.jar|tr $'n' :):$out/share/freenet/freenet-ext.jar:$out/share/freenet/freenet.jar\" substituteInPlace $out/bin/freenet --subst-var-by CLASSPATH \"$CLASSPATH\" runHook postInstall ''; passthru.tests = { inherit (nixosTests) freenet; }; meta = { description = \"Decentralised and censorship-resistant network\"; homepage = \"https://freenetproject.org/\"; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ nagy ]; platforms = with lib.platforms; linux; changelog = \"https://github.com/freenet/fred/blob/build${version}/NEWS.md\"; }; } "} {"_id":"q-en-nixpkgs-c7e24df1d85f021b34f23d9962c0e2d8472bb5e4d73cf28baf6bd43e05f0071f","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"appdirs\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d512b3e61196d27562dcc71446a58ba8a93d3bed2a03a87f96101b9a17f1d378\" dependencies = [ \"ole32-sys\", \"shell32-sys\", \"winapi 0.2.8\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"aw-client-rust\" version = \"0.1.0\" source = \"git+https://github.com/ActivityWatch/aw-server-rust.git#bd547add68b1028f018f25727799a48acb3188a2\" dependencies = [ \"aw-models\", \"chrono\", \"gethostname 0.4.1\", \"reqwest\", \"serde\", \"serde_json\", ] [[package]] name = \"aw-models\" version = \"0.1.0\" source = \"git+https://github.com/ActivityWatch/aw-server-rust.git#bd547add68b1028f018f25727799a48acb3188a2\" dependencies = [ \"chrono\", \"log\", \"schemars\", \"serde\", \"serde_json\", ] [[package]] name = \"aw-watcher-window-wayland\" version = \"0.1.0\" dependencies = [ \"appdirs\", \"aw-client-rust\", \"chrono\", \"file-lock\", \"gethostname 0.2.3\", \"getopts\", \"lazy_static\", \"mio 0.6.23\", \"serde_json\", \"smallvec\", \"timerfd\", \"wayland-client\", \"wayland-commons\", \"wayland-scanner\", \"wayland-sys\", ] [[package]] name = \"base64\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bumpalo\" version = \"3.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535\" [[package]] name = \"bytes\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\" [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" [[package]] name = \"cfg-if\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"chrono\" version = \"0.4.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f\" dependencies = [ \"iana-time-zone\", \"js-sys\", \"num-integer\", \"num-traits\", \"serde\", \"time\", \"wasm-bindgen\", \"winapi 0.3.9\", ] [[package]] name = \"codespan-reporting\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e\" dependencies = [ \"termcolor\", \"unicode-width\", ] [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc\" [[package]] name = \"cxx\" version = \"1.0.91\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62\" dependencies = [ \"cc\", \"cxxbridge-flags\", \"cxxbridge-macro\", \"link-cplusplus\", ] [[package]] name = \"cxx-build\" version = \"1.0.91\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690\" dependencies = [ \"cc\", \"codespan-reporting\", \"once_cell\", \"proc-macro2\", \"quote\", \"scratch\", \"syn\", ] [[package]] name = \"cxxbridge-flags\" version = \"1.0.91\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf\" [[package]] name = \"cxxbridge-macro\" version = \"1.0.91\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"downcast-rs\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650\" [[package]] name = \"dyn-clone\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60\" [[package]] name = \"encoding_rs\" version = \"0.8.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"errno\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\" dependencies = [ \"errno-dragonfly\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"file-lock\" version = \"1.1.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b16486239b3741480cef090b6f9924faf5dd5481022c6f266a51fab1a92971a2\" dependencies = [ \"gcc\", \"libc\", \"mktemp\", \"nix 0.11.1\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"form_urlencoded\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"fuchsia-cprng\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba\" [[package]] name = \"fuchsia-zircon\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82\" dependencies = [ \"bitflags\", \"fuchsia-zircon-sys\", ] [[package]] name = \"fuchsia-zircon-sys\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7\" [[package]] name = \"futures-channel\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5\" dependencies = [ \"futures-core\", ] [[package]] name = \"futures-core\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608\" [[package]] name = \"futures-io\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531\" [[package]] name = \"futures-sink\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364\" [[package]] name = \"futures-task\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366\" [[package]] name = \"futures-util\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1\" dependencies = [ \"futures-core\", \"futures-io\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"gcc\" version = \"0.3.55\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2\" [[package]] name = \"gethostname\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"gethostname\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a329e22866dd78b35d2c639a4a23d7b950aeae300dfd79f4fb19f74055c2404\" dependencies = [ \"libc\", \"windows\", ] [[package]] name = \"getopts\" version = \"0.2.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5\" dependencies = [ \"unicode-width\", ] [[package]] name = \"h2\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http\", \"indexmap\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"hermit-abi\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7\" dependencies = [ \"libc\", ] [[package]] name = \"http\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1\" dependencies = [ \"bytes\", \"http\", \"pin-project-lite\", ] [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"httpdate\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421\" [[package]] name = \"hyper\" version = \"0.14.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"socket2\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"hyper-tls\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905\" dependencies = [ \"bytes\", \"hyper\", \"native-tls\", \"tokio\", \"tokio-native-tls\", ] [[package]] name = \"iana-time-zone\" version = \"0.1.53\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"winapi 0.3.9\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca\" dependencies = [ \"cxx\", \"cxx-build\", ] [[package]] name = \"idna\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"indexmap\" version = \"1.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399\" dependencies = [ \"autocfg\", \"hashbrown\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3\" dependencies = [ \"libc\", \"windows-sys 0.45.0\", ] [[package]] name = \"iovec\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e\" dependencies = [ \"libc\", ] [[package]] name = \"ipnet\" version = \"2.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146\" [[package]] name = \"itoa\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440\" [[package]] name = \"js-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"kernel32-sys\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"libc\" version = \"0.2.139\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79\" [[package]] name = \"link-cplusplus\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5\" dependencies = [ \"cc\", ] [[package]] name = \"linux-raw-sys\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4\" [[package]] name = \"log\" version = \"0.4.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"maybe-uninit\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00\" [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"mime\" version = \"0.3.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d\" [[package]] name = \"mio\" version = \"0.6.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4\" dependencies = [ \"cfg-if 0.1.10\", \"fuchsia-zircon\", \"fuchsia-zircon-sys\", \"iovec\", \"kernel32-sys\", \"libc\", \"log\", \"miow\", \"net2\", \"slab\", \"winapi 0.2.8\", ] [[package]] name = \"mio\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9\" dependencies = [ \"libc\", \"log\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"windows-sys 0.45.0\", ] [[package]] name = \"miow\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d\" dependencies = [ \"kernel32-sys\", \"net2\", \"winapi 0.2.8\", \"ws2_32-sys\", ] [[package]] name = \"mktemp\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77001ceb9eed65439f3dc2a2543f9ba1417d912686bf224a7738d0966e6dcd69\" dependencies = [ \"uuid\", ] [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"net2\" version = \"0.2.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631\" dependencies = [ \"cfg-if 0.1.10\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"nix\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"becb657d662f1cd2ef38c7ad480ec6b8cf9e96b27adb543e594f9cf0f2e6065c\" dependencies = [ \"bitflags\", \"cc\", \"cfg-if 0.1.10\", \"libc\", \"void\", ] [[package]] name = \"nix\" version = \"0.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229\" dependencies = [ \"bitflags\", \"cc\", \"cfg-if 0.1.10\", \"libc\", \"void\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b\" dependencies = [ \"hermit-abi\", \"libc\", ] [[package]] name = \"ole32-sys\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"openssl\" version = \"0.10.48\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2\" dependencies = [ \"bitflags\", \"cfg-if 1.0.0\", \"foreign-types\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-sys\" version = \"0.9.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b\" dependencies = [ \"autocfg\", \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"pin-project-lite\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pkg-config\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160\" [[package]] name = \"proc-macro2\" version = \"1.0.51\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"quote\" version = \"1.0.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.3.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c\" dependencies = [ \"libc\", \"rand 0.4.6\", ] [[package]] name = \"rand\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293\" dependencies = [ \"fuchsia-cprng\", \"libc\", \"rand_core 0.3.1\", \"rdrand\", \"winapi 0.3.9\", ] [[package]] name = \"rand_core\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b\" dependencies = [ \"rand_core 0.4.2\", ] [[package]] name = \"rand_core\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc\" [[package]] name = \"rdrand\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2\" dependencies = [ \"rand_core 0.3.1\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags\", ] [[package]] name = \"reqwest\" version = \"0.11.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9\" dependencies = [ \"base64\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-tls\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"tokio\", \"tokio-native-tls\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg\", ] [[package]] name = \"rustc-serialize\" version = \"0.3.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda\" [[package]] name = \"rustix\" version = \"0.36.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644\" dependencies = [ \"bitflags\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.45.0\", ] [[package]] name = \"ryu\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde\" [[package]] name = \"schannel\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3\" dependencies = [ \"windows-sys 0.42.0\", ] [[package]] name = \"schemars\" version = \"0.8.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f\" dependencies = [ \"chrono\", \"dyn-clone\", \"schemars_derive\", \"serde\", \"serde_json\", ] [[package]] name = \"schemars_derive\" version = \"0.8.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c\" dependencies = [ \"proc-macro2\", \"quote\", \"serde_derive_internals\", \"syn\", ] [[package]] name = \"scratch\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2\" [[package]] name = \"security-framework\" version = \"2.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254\" dependencies = [ \"bitflags\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"serde\" version = \"1.0.152\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.152\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"serde_derive_internals\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"serde_json\" version = \"1.0.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_urlencoded\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd\" dependencies = [ \"form_urlencoded\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"shell32-sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"0.6.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0\" dependencies = [ \"maybe-uninit\", ] [[package]] name = \"socket2\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"spin\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"tempfile\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95\" dependencies = [ \"cfg-if 1.0.0\", \"fastrand\", \"redox_syscall\", \"rustix\", \"windows-sys 0.42.0\", ] [[package]] name = \"termcolor\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6\" dependencies = [ \"winapi-util\", ] [[package]] name = \"time\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a\" dependencies = [ \"libc\", \"wasi 0.10.0+wasi-snapshot-preview1\", \"winapi 0.3.9\", ] [[package]] name = \"timerfd\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0664936efa25f2bbe03ca25b62c50f5f492abec07e59d6dcf45131014b33483f\" dependencies = [ \"rustix\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af\" dependencies = [ \"autocfg\", \"bytes\", \"libc\", \"memchr\", \"mio 0.8.6\", \"num_cpus\", \"pin-project-lite\", \"socket2\", \"windows-sys 0.42.0\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", \"tracing\", ] [[package]] name = \"tower-service\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52\" [[package]] name = \"tracing\" version = \"0.1.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8\" dependencies = [ \"cfg-if 1.0.0\", \"pin-project-lite\", \"tracing-core\", ] [[package]] name = \"tracing-core\" version = \"0.1.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a\" dependencies = [ \"once_cell\", ] [[package]] name = \"try-lock\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed\" [[package]] name = \"unicode-bidi\" version = \"0.3.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58\" [[package]] name = \"unicode-ident\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc\" [[package]] name = \"unicode-normalization\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-width\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b\" [[package]] name = \"url\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", ] [[package]] name = \"uuid\" version = \"0.1.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f\" dependencies = [ \"rand 0.3.23\", \"rustc-serialize\", ] [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"void\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d\" [[package]] name = \"want\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0\" dependencies = [ \"log\", \"try-lock\", ] [[package]] name = \"wasi\" version = \"0.10.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b\" dependencies = [ \"cfg-if 1.0.0\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d\" [[package]] name = \"wayland-client\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9bcc929c26d59a655b0d2cd337299326acc1f6e3d4434c3ae2d6c78d32290ca4\" dependencies = [ \"bitflags\", \"downcast-rs\", \"libc\", \"nix 0.15.0\", \"wayland-commons\", \"wayland-scanner\", \"wayland-sys\", ] [[package]] name = \"wayland-commons\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"539cdd0c296802332d763ff663739a7f83bdf67b3df58e99fe0215e96a495142\" dependencies = [ \"nix 0.15.0\", \"smallvec\", \"spin\", \"wayland-sys\", ] [[package]] name = \"wayland-scanner\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43ea5ea1a117137d72c0c197431d198d69783b5e8ca996b0583c98e10b44d426\" dependencies = [ \"proc-macro2\", \"quote\", \"xml-rs\", ] [[package]] name = \"wayland-sys\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"537500923d50be11d95a63c4cb538145e4c82edf61296b7debc1f94a1a6514ed\" [[package]] name = \"web-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"winapi\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-build\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc\" [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows\" version = \"0.43.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-targets\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd\" [[package]] name = \"winreg\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"ws2_32-sys\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"xml-rs\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3\" "} {"_id":"q-en-nixpkgs-c83253b1190f0d001d76744b114266e134734dc32e6c96d030b3abc32e11cf1d","text":"fi if [ -z \"$crossConfig\" ]; then export CC=@real_cc@ export CXX=@real_cxx@ ENV_PREFIX=\"\" else export BUILD_CC=@real_cc@ export BUILD_CXX=@real_cxx@ ENV_PREFIX=\"BUILD_\" fi export NIX_${ENV_PREFIX}CC=@out@ export ${ENV_PREFIX}CC=@named_cc@ export ${ENV_PREFIX}CXX=@named_cxx@ for CMD in cpp ar as nm objcopy ranlib strip strings size ld windres do if PATH=$_PATH type -p \"@binPrefix@$CMD\" > /dev/null then export \"${ENV_PREFIX}${CMD^^}=@binPrefix@${CMD}\"; fi done # No local scope available for sourced files unset ENV_PREFIX "} {"_id":"q-en-nixpkgs-c83d5f66355db57c5c3fb74fc82d4e9e94c170d156a8638da6ebcdb5ec7d74e9","text":"nativeBuildInputs = [ cmake curl ]; buildInputs = [ aws-crt-cpp curl openssl zlib ] ++ lib.optionals (stdenv.isDarwin && ((builtins.elem \"text-to-speech\" apis) ||"} {"_id":"q-en-nixpkgs-c83e02634ed3167a8f748e87057882f307dfba7e44d9206f41a7e499b6d0a1b4","text":"let pname = \"ollama\"; # don't forget to invalidate all hashes each update version = \"0.1.38\"; version = \"0.1.39\"; src = fetchFromGitHub { owner = \"jmorganca\"; owner = \"ollama\"; repo = \"ollama\"; rev = \"v${version}\"; hash = \"sha256-9HHR48gqETYVJgIaDH8s/yHTrDPEmHm80shpDNS+6hY=\"; hash = \"sha256-OYWHpPvnIgdjDjpcV8BKnr5cq6eJzBsAOGZmaVBBalQ=\"; fetchSubmodules = true; }; vendorHash = \"sha256-zOQGhNcGNlQppTqZdPfx+y4fUrxH0NOUl38FN8J6ffE=\"; vendorHash = \"sha256-bomHpEcoHG/xUGgzrFXB9D3np0ainTX066SCMY+NdnA=\"; # ollama's patches of llama.cpp's example server # `ollama/llm/generate/gen_common.sh` -> \"apply temporary patches until fix is upstream\" # each update, these patches should be synchronized with the contents of `ollama/llm/patches/` llamacppPatches = [ (preparePatch \"01-load-progress.diff\" \"sha256-3QxyKX1n5NeMLU8d7wI/96wCM1Cvb5X5sQL5CFhMFo4=\") (preparePatch \"02-clip-log.diff\" \"sha256-rMWbl3QgrPlhisTeHwD7EnGRJyOhLB4UeS7rqa0tdXM=\") (preparePatch \"03-load_exception.diff\" \"sha256-1DfNahFYYxqlx4E4pwMKQpL+XR0bibYnDFGt6dCL4TM=\") (preparePatch \"03-load_exception.diff\" \"sha256-0XfMtMyg17oihqSFDBakBtAF0JwhsR188D+cOodgvDk=\") (preparePatch \"04-metal.diff\" \"sha256-Ne8J9R8NndUosSK0qoMvFfKNwqV5xhhce1nSoYrZo7Y=\") (preparePatch \"05-clip-fix.diff\" \"sha256-rCc3xNuJR11OkyiXuau8y46hb+KYk40ZqH1Llq+lqWc=\") (preparePatch \"05-default-pretokenizer.diff\" \"sha256-8ffYnl9kMHEZ05e5CqryYJLdJ6/EEQJSlW6e/IgaU2Q=\") ]; preparePatch = patch: hash: fetchpatch {"} {"_id":"q-en-nixpkgs-c88aa5520a588cd60705600111c35fa41e775599d9c8306f3e1dccddb8787ff8","text":"--set-default MONO_GC_PARAMS \"nursery-size=64m\" --add-flags \"$out/lib/mono/msbuild/15.0/bin/MSBuild.dll\" ln -s $(find ${dotnet-sdk} -name libhostfxr.so) $out/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver/ ln -s $(find ${dotnet-sdk} -name libhostfxr${sharedLibrary}) $out/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver/ ''; doInstallCheck = true;"} {"_id":"q-en-nixpkgs-c8b3d70275468dde21c856e846a5b48d22c854184f1f7ffbe44c37df3ba3b9d6","text":"if test -n \"$compressImage\"; then echo \"Compressing image...\" zstd -T$NIX_BUILD_CORES $out/iso/$isoName zstd -T$NIX_BUILD_CORES --rm $out/iso/$isoName fi mkdir -p $out/nix-support"} {"_id":"q-en-nixpkgs-c8fc67cc2f0d4390fdbdb9f1ce389890d10d173c9305bcb57470869747831a3b","text":"# Requires network access (actually some data is loaded via `skimage._shared.testing.fetch` in the global scope, which calls `pytest.skip` when a network is unaccessible, leading to a pytest collection error). \"${installedPackageRoot}/skimage/filters/rank/tests/test_rank.py\" ]; pytestFlagsArray = [ \"${installedPackageRoot}\" \"--pyargs\" \"skimage\" ] ++ builtins.map (testid: \"--deselect=\" + testid) [ pytestFlagsArray = [ \"${installedPackageRoot}\" \"--pyargs\" \"skimage\" ] ++ builtins.map (testid: \"--deselect=\" + testid) ([ # These tests require network access \"skimage/data/test_data.py::test_skin\" \"skimage/data/tests/test_data.py::test_skin\" \"skimage/io/tests/test_io.py::test_imread_http_url\" \"skimage/restoration/tests/test_rolling_ball.py::test_ndim\" ]; ] ++ lib.optionals stdenv.isDarwin [ # Matplotlib tests are broken inside darwin sandbox \"skimage/feature/tests/test_util.py::test_plot_matches\" \"skimage/filters/tests/test_thresholding.py::TestSimpleImage::test_try_all_threshold\" \"skimage/io/tests/test_mpl_imshow.py::\" ]); # Check cythonized modules pythonImportsCheck = ["} {"_id":"q-en-nixpkgs-c90840825919c3123d017f69f11b85ad18c0e2da9603a9a17b56cc339c220bf7","text":"- Nix has been updated to version 2.4, reference its [release notes](https://discourse.nixos.org/t/nix-2-4-released/15822) for more information on what has changed. The previous version of Nix, 2.3.16, remains available for the time being in the `nix_2_3` package. - `iptables` now uses `nf_tables` backend. - `iptables` is now using `nf_tables` under the hood, by using `iptables-nft`, similar to [Debian](https://wiki.debian.org/nftables#Current_status) and [Fedora](https://fedoraproject.org/wiki/Changes/iptables-nft-default). This means, `ip[6]tables`, `arptables` and `ebtables` commands will actually show rules from some specific tables in the `nf_tables` kernel subsystem. - systemd got an `nftables` backend, and configures (networkd) rules in their own `io.systemd.*` tables. Check `nft list ruleset` to see these rules, not `iptables-save` (which only shows `iptables`-created rules. - PHP now defaults to PHP 8.0, updated from 7.4."} {"_id":"q-en-nixpkgs-c9133bb9dccd08afb454b43a1cfc07ae821c3ce1b7bca8a1f7ec86a5a906b125","text":"# Brute force: since nix-worker chroots don't provide # /etc/{resolv.conf,hosts}, replace all references to `localhost' # by their IPv4 equivalent. for i in $(find . ( -name *.c -or -name *.conf ) -exec grep -l '' {} ;) do echo \"$i: substituting `127.0.0.1' to `localhost'...\" sed -i \"$i\" -e's//127.0.0.1/g' done find . ( -name *.c -or -name *.conf ) | xargs sed -ie 's||127.0.0.1|g' # Make sure the tests don't rely on `/tmp', for the sake of chroot # builds. for i in $(find . ( -iname *test*.c -or -name *.conf ) -exec grep -l /tmp {} ;) do echo \"$i: replacing references to `/tmp' by `$TMPDIR'...\" substituteInPlace \"$i\" --replace \"/tmp\" \"$TMPDIR\" done find . ( -iname *test*.c -or -name *.conf ) | xargs sed -ie \"s|/tmp|$TMPDIR|g\" # Ensure NSS installation works fine configureFlags=\"$configureFlags --with-nssdir=$out/lib\" patchShebangs src/gns/nss/install-nss-plugin.sh sed -ie 's|@LDFLAGS@|@LDFLAGS@ $(Z_LIBS)|g' src/regex/Makefile.in src/fs/Makefile.in ''; doCheck = false;"} {"_id":"q-en-nixpkgs-c92609fe999068dfcff81fe94189a4407af9a758b9d73b7ee6bdb6ea8b2c7c89","text":"makeWrapper ]; buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ CoreServices ]); postFixup = '' wrapProgram $out/bin/rustlings --suffix PATH : ${ lib.makeBinPath ["} {"_id":"q-en-nixpkgs-c92dcbd4e14116dffaddb8fbe07a7bddc3ff192111c3f810b2cce77d45508936","text":"buildNpmPackage rec { pname = \"asf-ui\"; version = \"c582499d60f0726b6ec7f0fd27bd533c1f67b937\"; version = \"f84a296f0ab029e56baba3cca45e5cf21129fd76\"; src = fetchFromGitHub { owner = \"JustArchiNET\";"} {"_id":"q-en-nixpkgs-c95ec79159e2b43067b2e578e39b76364df17da90c35c1f439bb2fbb9c2d76e2","text":"cp ../application/resources/multimc/scalable/multimc.svg $out/share/pixmaps cp ../application/package/linux/multimc.desktop $out/share/applications wrapProgram $out/bin/MultiMC --add-flags \"-d $HOME/.multimc/\" --set GAME_LIBRARY_PATH /run/opengl-driver/lib:${libpath} --prefix PATH : ${jdk}/bin/ # As of https://github.com/MultiMC/MultiMC5/blob/7ea1d68244fdae1e7672fb84199ee71e168b31ca/application/package/linux/multimc.desktop, # the desktop icon refers to `multimc`, but the executable actually gets # installed as `MultiMC`. Create compatibility symlink to fix the desktop # icon. ln -sf $out/bin/MultiMC $out/bin/multimc ''; meta = with stdenv.lib; {"} {"_id":"q-en-nixpkgs-c963087e7e7e2c87620818a31b0a9d36a8365bda91b3667278ce904b1b98774c","text":"passthru = { isClang = unwrappedCC.isClang or false; isGNU = unwrappedCC.isGNU or false; isCcache = true; }; inherit (unwrappedCC) lib; nativeBuildInputs = [ makeWrapper ];"} {"_id":"q-en-nixpkgs-c9b303d02d253c5c6bcf2195267d2890a858ea27a6913c52be7ac660745ec6ff","text":"src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = \"https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop-beta_${version}_amd64.deb\"; url = \"https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_${version}_amd64.deb\"; sha256 = \"1kllym2iazp9i5afrh0vmsqqlh5b8i6f929p5yhl8bl4zd17zwpx\"; } else"} {"_id":"q-en-nixpkgs-c9bb4749b8f8b98be3df21a8e2ca0ddc8f75a81aa52aff1159409e2cc5969b31","text":" diff --git a/tests/test_kdtree.py b/tests/test_kdtree.py index 0110083..049fa07 100644 --- a/tests/test_kdtree.py +++ b/tests/test_kdtree.py @@ -23,7 +23,7 @@ def run_kdtree(): tree = cKDTree(data_points) - distances2, indices2 = tree.query(query_points, k=k, n_jobs=-1) + distances2, indices2 = tree.query(query_points, k=k) t2 = time.perf_counter() "} {"_id":"q-en-nixpkgs-c9cf03db71930906ed557a424fd051ce197f31feb058e3e80a760e177c7290ea","text":"}: let # vulkan-validation-layers requires a custom glslang & robin-hood-hashing # version, while glslang requires custom versions for spirv-tools and spirv-headers. # # The git hashes required for all of these deps is documented upstream here: # https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/master/scripts/known_good.json # and https://github.com/KhronosGroup/glslang/blob/master/known_good.json localSpirvHeaders = spirv-headers.overrideAttrs (_: { src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Headers\"; rev = \"449bc986ba6f4c5e10e32828783f9daef2a77644\"; # pin sha256 = \"1249pvk4iz09caxm3kwckzwcx2hbw97cr2h8h770l6c061kb14z5\"; }; }); localGlslang = (glslang.override { argSpirv-tools = spirv-tools.overrideAttrs (_: { src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Tools\"; rev = \"1fbed83c8aab8517d821fcb4164c08567951938f\"; # pin sha256 = \"0faz468bnxpvbg1np13gnbwf35s0hl9ad7r2p9wi9si5k336qjmj\"; }; }); argSpirv-headers = localSpirvHeaders; }).overrideAttrs (_: { src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"glslang\"; rev = \"2fb89a0072ae7316af1c856f22663fde4928128a\"; # pin sha256 = \"04kkmphv0a5mb5javhmkc4kab8r0n107kb7djakj5h238ni2j7q9\"; }; }); robin-hood-hashing = fetchFromGitHub { owner = \"martinus\"; repo = \"robin-hood-hashing\";"} {"_id":"q-en-nixpkgs-ca4bd1645be95e3b07084f34e858b8f27210a88d60ad98d26f7ed43533908798","text":"bmake = callPackage ../development/tools/build-managers/bmake { }; boca = callPackage ../development/libraries/boca { }; bochs = callPackage ../applications/virtualization/bochs { }; bubblewrap = callPackage ../tools/admin/bubblewrap { };"} {"_id":"q-en-nixpkgs-ca531cf713c60b9c9bf6390b1a9efc429551e8ba3793cd83fc009bbe04366273","text":"stdenv.mkDerivation rec { pname = \"ocenaudio\"; version = \"3.10.6\"; version = \"3.11.0\"; src = fetchurl { url = \"https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian9_64.deb?version=${version}\"; sha256 = \"0fgvm1xw2kgrqj3w6slpfxbb3pw9k8i0dz16q9d5d8gyyvr2mh8g\"; sha256 = \"1yflpyl0d1mi0zxdyrlbg0px95s2c945ahy0agc8rha01ccf7jwy\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-ca57b666232bfaffbcd69db90e02212b606e1f610bc1e2fb39c9c192c7cdb78d","text":"rustPlatform.buildRustPackage rec { pname = \"lightningcss\"; version = \"1.24.0\"; version = \"1.24.1\"; src = fetchFromGitHub { owner = \"parcel-bundler\"; repo = \"lightningcss\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-Ai6zvLR5w2AarjZIWMPoDsU1Dr5kvREgL6oyg6TF+TU=\"; hash = \"sha256-HRuL7zwpN2e51+/Ltvif+eh+WBss/FtHCOlJfa/eVdE=\"; }; cargoHash = \"sha256-HHuj7uAqipPtbjkOsxxMq+JWXww2vUDTNGgnHd3UY3o=\"; cargoHash = \"sha256-HavdTNaLTGctePa890dy/jGlXZXXZu1QFeFJOpjOiME=\"; patches = [ # Backport fix for build error for lightningcss-napi # see https://github.com/parcel-bundler/lightningcss/pull/713 # FIXME: remove when merged upstream ./0001-napi-fix-build-error-in-cargo-auditable.patch ]; buildFeatures = [ \"cli\""} {"_id":"q-en-nixpkgs-ca5aea00111936a2e4187ae808c474fc44ebaf32a72e8b027ba566c4c0d3b06b","text":" import ./make-test-python.nix ( { lib, pkgs, ... }: let # this is a demo user created by IDM_CREATE_DEMO_USERS=true demoUser = \"einstein\"; demoPassword = \"relativity\"; adminUser = \"admin\"; adminPassword = \"hunter2\"; testRunner = pkgs.writers.writePython3Bin \"test-runner\" { libraries = [ pkgs.python3Packages.selenium ]; flakeIgnore = [ \"E501\" ]; } '' import sys from selenium.webdriver.common.by import By from selenium.webdriver import Firefox from selenium.webdriver.firefox.options import Options from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC options = Options() options.add_argument('--headless') driver = Firefox(options=options) user = sys.argv[1] password = sys.argv[2] driver.implicitly_wait(20) driver.get('https://localhost:9200/login') wait = WebDriverWait(driver, 10) wait.until(EC.title_contains(\"Sign in\")) driver.find_element(By.XPATH, '//*[@id=\"oc-login-username\"]').send_keys(user) driver.find_element(By.XPATH, '//*[@id=\"oc-login-password\"]').send_keys(password) driver.find_element(By.XPATH, '//*[@id=\"root\"]//button').click() wait.until(EC.title_contains(\"Personal\")) ''; # This was generated with `ocis init --config-path testconfig/ --admin-password \"hunter2\" --insecure true`. testConfig = '' token_manager: jwt_secret: kaKYgfso*d9GA-yTM.&BTOUEuMz%Ai0H machine_auth_api_key: sGWRG1JZ&qe&pe@N1HKK4#qH*B&@xLnO system_user_api_key: h+m4aHPUtOtUJFKrc5B2=04C=7fDZaT- transfer_secret: 4-R6AfUjQn0P&+h2+$skf0lJqmre$j=x system_user_id: db180e0a-b38a-4edf-a4cd-a3d358248537 admin_user_id: ea623f50-742d-4fd0-95bb-c61767b070d4 graph: application: id: 11971eab-d560-4b95-a2d4-50726676bbd0 events: tls_insecure: true spaces: insecure: true identity: ldap: bind_password: ^F&Vn7@mYGYGuxr$#qm^gGy@FVq=.w=y service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE idp: ldap: bind_password: bv53IjS28x.nxth*%aRbE70%4TGNXbLU idm: service_user_passwords: admin_password: hunter2 idm_password: ^F&Vn7@mYGYGuxr$#qm^gGy@FVq=.w=y reva_password: z-%@fWipLliR8lD#fl.0teC#9QbhJ^eb idp_password: bv53IjS28x.nxth*%aRbE70%4TGNXbLU proxy: oidc: insecure: true insecure_backends: true service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE frontend: app_handler: insecure: true archiver: insecure: true service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE auth_basic: auth_providers: ldap: bind_password: z-%@fWipLliR8lD#fl.0teC#9QbhJ^eb auth_bearer: auth_providers: oidc: insecure: true users: drivers: ldap: bind_password: z-%@fWipLliR8lD#fl.0teC#9QbhJ^eb groups: drivers: ldap: bind_password: z-%@fWipLliR8lD#fl.0teC#9QbhJ^eb ocdav: insecure: true ocm: service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE thumbnails: thumbnail: transfer_secret: 2%11!zAu*AYE&=d*8dfoZs8jK&5ZMm*% webdav_allow_insecure: true cs3_allow_insecure: true search: events: tls_insecure: true service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE audit: events: tls_insecure: true settings: service_account_ids: - df39a290-3f3e-4e39-b67b-8b810ca2abac sharing: events: tls_insecure: true storage_users: events: tls_insecure: true mount_id: ef72cb8b-809c-4592-bfd2-1df603295205 service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE notifications: notifications: events: tls_insecure: true service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE nats: nats: tls_skip_verify_client_cert: true gateway: storage_registry: storage_users_mount_id: ef72cb8b-809c-4592-bfd2-1df603295205 userlog: service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE auth_service: service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE clientlog: service_account: service_account_id: df39a290-3f3e-4e39-b67b-8b810ca2abac service_account_secret: .demKypQ$=pGl+yRar!#YaFjLYCr4YwE''; in { name = \"ocis\"; meta.maintainers = with lib.maintainers; [ bhankas ramblurr ]; nodes.machine = { config, ... }: { virtualisation.memorySize = 2048; environment.systemPackages = [ pkgs.firefox-unwrapped pkgs.geckodriver testRunner ]; # if you do this in production, dont put secrets in this file because it will be written to the world readable nix store environment.etc.\"ocis/ocis.env\".text = '' ADMIN_PASSWORD=${adminPassword} IDM_CREATE_DEMO_USERS=true ''; # if you do this in production, dont put secrets in this file because it will be written to the world readable nix store environment.etc.\"ocis/config/ocis.yaml\".text = testConfig; services.ocis = { enable = true; configDir = \"/etc/ocis/config\"; environment = { OCIS_INSECURE = \"true\"; }; environmentFile = \"/etc/ocis/ocis.env\"; }; }; testScript = '' start_all() machine.wait_for_unit(\"ocis.service\") machine.wait_for_open_port(9200) # wait for ocis to fully come up machine.sleep(5) with subtest(\"ocis bin works\"): machine.succeed(\"${lib.getExe pkgs.ocis-bin} version\") with subtest(\"use the web interface to log in with a demo user\"): machine.succeed(\"PYTHONUNBUFFERED=1 systemd-cat -t test-runner test-runner ${demoUser} ${demoPassword}\") with subtest(\"use the web interface to log in with the provisioned admin user\"): machine.succeed(\"PYTHONUNBUFFERED=1 systemd-cat -t test-runner test-runner ${adminUser} ${adminPassword}\") ''; } ) "} {"_id":"q-en-nixpkgs-ca6b3e19b2d64ed4bc31f88be4293e2103ebfaef0557b3a4315037ff7f19747b","text":"ncpamixer = callPackage ../applications/audio/ncpamixer { }; pan = callPackage ../applications/networking/newsreaders/pan { spellChecking = false; }; pan = callPackage ../applications/networking/newsreaders/pan { }; panotools = callPackage ../applications/graphics/panotools { };"} {"_id":"q-en-nixpkgs-cab668bf9b04e0a7f0fbfefc965822cfa929d2253767060ab9fed16b411c5314","text":" { lib , stdenv , fetchzip , fetchFromGitHub , cmake , curl , nasm , game-music-emu , libpng , SDL2 , SDL2_mixer , libvpx , libyuv , zlib , makeWrapper , makeDesktopItem , copyDesktopItems }: stdenv.mkDerivation (finalAttrs: { pname = \"ringracers\"; version = \"2.3\"; src = fetchFromGitHub { owner = \"KartKrewDev\"; repo = \"RingRacers\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-X2rSwZOEHtnSJBpu+Xf2vkxGUAZSNSXi6GCuGlM6jhY=\"; }; assets = fetchzip { name = \"${finalAttrs.pname}-${finalAttrs.version}-assets\"; url = \"https://github.com/KartKrewDev/RingRacers/releases/download/v${finalAttrs.version}/Dr.Robotnik.s-Ring-Racers-v${finalAttrs.version}-Assets.zip\"; hash = \"sha256-sHeI1E6uNF0gBNd1e1AU/JT9wyZdkCQgYLiMPZqXAVc=\"; stripRoot = false; }; nativeBuildInputs = [ cmake nasm makeWrapper copyDesktopItems ]; buildInputs = [ curl game-music-emu libpng SDL2 SDL2_mixer libvpx libyuv zlib ]; cmakeFlags = [ \"-DSRB2_ASSET_DIRECTORY=${finalAttrs.assets}\" \"-DGME_INCLUDE_DIR=${game-music-emu}/include\" \"-DSDL2_MIXER_INCLUDE_DIR=${lib.getDev SDL2_mixer}/include/SDL2\" \"-DSDL2_INCLUDE_DIR=${lib.getDev SDL2}/include/SDL2\" ]; desktopItems = [ (makeDesktopItem { name = \"ringracers\"; exec = \"ringracers\"; icon = \"ringracers\"; comment = \"This is Racing at the Next Level\"; desktopName = \"Dr. Robotnik's Ring Racers\"; startupWMClass = \".ringracers-wrapped\"; categories = [ \"Game\" ]; }) ]; installPhase = '' runHook preInstall install -Dm644 ../srb2.png $out/share/icons/hicolor/256x256/apps/ringracers.png install -Dm755 bin/ringracers $out/bin/ringracers wrapProgram $out/bin/ringracers --set RINGRACERSWADDIR \"${finalAttrs.assets}\" runHook postInstall ''; meta = with lib; { description = \"Kart racing video game based on Sonic Robo Blast 2 (SRB2), itself based on a modified version of Doom Legacy\"; homepage = \"https://kartkrew.org\"; platforms = platforms.linux; license = licenses.gpl2Plus; maintainers = with maintainers; [ donovanglover thehans255 ]; mainProgram = \"ringracers\"; }; }) "} {"_id":"q-en-nixpkgs-cac70cbb638fd58a01bf7f86b5ac550da98cc58fc385e3f57c6c385ea8baf0e9","text":" { activesupport = { dependencies = [\"concurrent-ruby\" \"i18n\" \"minitest\" \"tzinfo\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0fp4gr3g25qgl01y3pd88wfh4pjc5zj3bz4v7rkxxwaxdjg7a9cc\"; type = \"gem\"; }; version = \"5.2.4.5\"; }; addressable = { dependencies = [\"public_suffix\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk\"; type = \"gem\"; }; version = \"2.5.2\"; }; app_conf = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1yqwhr7d9i0cgavqkkq0b4pfqpn213dbhj5ayygr293wplm0jh57\"; type = \"gem\"; }; version = \"0.4.2\"; }; ast = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y\"; type = \"gem\"; }; version = \"2.4.2\"; }; aws-eventstream = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0r0pn66yqrdkrfdin7qdim0yj2x75miyg4wp6mijckhzhrjb7cv5\"; type = \"gem\"; }; version = \"1.1.0\"; }; aws-partitions = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0nrqbbzykj9ckri3ci1wsksy8rhz13rigm3aznxy08gqvzv7bcy9\"; type = \"gem\"; }; version = \"1.426.0\"; }; aws-sdk-apigateway = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15vwm6a18v1xqfpn2ipx1h5wqwd5yipgp624p4pkchcdqacb7gvm\"; type = \"gem\"; }; version = \"1.59.0\"; }; aws-sdk-apigatewayv2 = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"171v0xng5h6hk1nqrivv49rpz1f4jhj2lhq3pxk5izx3q1lf7rc7\"; type = \"gem\"; }; version = \"1.31.0\"; }; aws-sdk-applicationautoscaling = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"01zldlqn573bmlpg7qm562cy9miyrirzknagjbnzs4iwjnm4rgn4\"; type = \"gem\"; }; version = \"1.49.0\"; }; aws-sdk-athena = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0lmbchjn30rpk311q2z5g8j96g5mi8hajc3fbzh3nam7wj4hmdbn\"; type = \"gem\"; }; version = \"1.35.0\"; }; aws-sdk-autoscaling = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1vkfybjdmxn7hwsywfgkcr8mms88l4v6kwj29c8qr2k7ds4l4bsn\"; type = \"gem\"; }; version = \"1.53.0\"; }; aws-sdk-batch = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"14q0b84qa5mc24nw1fqns822wkg1gvlwvwbia1m7bzzmj98maikw\"; type = \"gem\"; }; version = \"1.43.0\"; }; aws-sdk-budgets = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0lm7m09fp5jlranzv1hfc3xv8fn6bmw2g3kwjsj6r094qi3nyp42\"; type = \"gem\"; }; version = \"1.37.0\"; }; aws-sdk-cloudformation = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"09lcq8gpi4x7xvwy8njmbcbbgyrq6xsfbyc7hwj3m4dps9f116gw\"; type = \"gem\"; }; version = \"1.47.0\"; }; aws-sdk-cloudfront = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1w70d8wv5cb8p5wpyq828fjrccz0xxbvg5sk66bmwq0zjcxnvpb6\"; type = \"gem\"; }; version = \"1.48.0\"; }; aws-sdk-cloudhsm = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0a4imw0rahd6bh4clcwxkcvl4lf8pmyba1sjlc1hx37jv641wlqf\"; type = \"gem\"; }; version = \"1.28.0\"; }; aws-sdk-cloudhsmv2 = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"13kdq0xnbgrvi9f9jqrig453bc5mf7by3cjcdd8jsv8aay0gqads\"; type = \"gem\"; }; version = \"1.32.0\"; }; aws-sdk-cloudtrail = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"083nld91s8klfr2p0mwrdlx4lgiig9kx0cikiqrifd30lbja51wg\"; type = \"gem\"; }; version = \"1.33.0\"; }; aws-sdk-cloudwatch = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1vsb01nw85sk3zsdyw5ix0yw3n81xjhj4h0431qm60mdg9akgbs4\"; type = \"gem\"; }; version = \"1.49.0\"; }; aws-sdk-cloudwatchevents = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"14hhy8zbyn5x2660pg5aq02lni69clx3y7rkvzqrldcy0482863y\"; type = \"gem\"; }; version = \"1.40.0\"; }; aws-sdk-cloudwatchlogs = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0aravrxjnp886kaag037z45xiyfr75gz0p4psjq9x3qj6gzsjn8y\"; type = \"gem\"; }; version = \"1.39.0\"; }; aws-sdk-codecommit = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1cb1bqlf3kh8akll1xybrn314ngk62jqhpli99kdjq27hxir5jq2\"; type = \"gem\"; }; version = \"1.41.0\"; }; aws-sdk-codedeploy = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"117rv0hx77kyhz9zm1fqbxdbk3lhyxcbibwn27nyafch6sl1x2j4\"; type = \"gem\"; }; version = \"1.38.0\"; }; aws-sdk-codepipeline = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0xdkc3xmff901bjfsyg454dn27gfr6nzvgkia0kngdzgq6x4xb45\"; type = \"gem\"; }; version = \"1.40.0\"; }; aws-sdk-cognitoidentity = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"122i3g320ccaqg541kzb0pawiz61zyphvbwnkv5rlqpwspca1m3b\"; type = \"gem\"; }; version = \"1.29.0\"; }; aws-sdk-cognitoidentityprovider = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0m09dxwyw01vh9rksz8dwdx36vsr8f7p5qmjmvfazjapzv3q6qmn\"; type = \"gem\"; }; version = \"1.48.0\"; }; aws-sdk-configservice = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1msdg1gpq9y9maf2fdljcp2vbydbjqfk07ff9j532bvikax0qmfy\"; type = \"gem\"; }; version = \"1.56.0\"; }; aws-sdk-core = { dependencies = [\"aws-eventstream\" \"aws-partitions\" \"aws-sigv4\" \"jmespath\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15lynby6r91p9hh5h92pg4jr8xgnjr52px5ax0p0wncdw4vz0skp\"; type = \"gem\"; }; version = \"3.112.0\"; }; aws-sdk-costandusagereportservice = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1dzbh8xf8j466gwrawmprwclslvd8sqlzzzxpzyxv4y9m09bhypk\"; type = \"gem\"; }; version = \"1.29.0\"; }; aws-sdk-databasemigrationservice = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1vd4a5z1q282xx7717f542yavb6x13fli64rhwnc143xij4izgpn\"; type = \"gem\"; }; version = \"1.50.0\"; }; aws-sdk-dynamodb = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"19k3iznglnwwgqd95i5zmim41c98l8ydf6ih9am50gs0n6bky41q\"; type = \"gem\"; }; version = \"1.59.0\"; }; aws-sdk-ec2 = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1lg8vh124viba77b0qhi5j8xx8b4wxdiyycl4kaawmddwhr33zx9\"; type = \"gem\"; }; version = \"1.224.0\"; }; aws-sdk-ecr = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0di8s9dpyzal5n2qpx8l3jnbkm72h6kz759l04kxfapgzd5ppwhv\"; type = \"gem\"; }; version = \"1.41.0\"; }; aws-sdk-ecs = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0qilim7dm5hc4knhvz9090hzbmlrd24m5fywj9kr60fvhgnm0wf0\"; type = \"gem\"; }; version = \"1.74.0\"; }; aws-sdk-efs = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"03bf0g1nky772r4xz3w6nvpf09wf1096qifd0i8hgzp7cwirbmby\"; type = \"gem\"; }; version = \"1.37.0\"; }; aws-sdk-eks = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0nj666bl877n61h6s570ad9mcvjq4m2s6yink218zslfp10y03v4\"; type = \"gem\"; }; version = \"1.47.0\"; }; aws-sdk-elasticache = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1kgpn2n1ap943q5nzxrl95v6g7fyff6bw5i4mhcw6g97gvv7p675\"; type = \"gem\"; }; version = \"1.53.0\"; }; aws-sdk-elasticbeanstalk = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1a9k9srp1q5qhlcwna7zyvviimri4gi9smlqshbvcfvy2lys5w2z\"; type = \"gem\"; }; version = \"1.41.0\"; }; aws-sdk-elasticloadbalancing = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1n6ssl3hqqm658k5ig667bgy457rs8gynl8vvin4xwknxws186di\"; type = \"gem\"; }; version = \"1.30.0\"; }; aws-sdk-elasticloadbalancingv2 = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0cqb2bncvqqqcqks7d6lrjb7pl06fcjizdfjpr44a7v6sjyx3bcr\"; type = \"gem\"; }; version = \"1.59.0\"; }; aws-sdk-elasticsearchservice = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1379lp7jqigp03zv25fgbx4bwacypjj38qbki648398r161f4bzy\"; type = \"gem\"; }; version = \"1.48.0\"; }; aws-sdk-firehose = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0ji75vqfprnkjsy6gdk9qci6wd9kwm7h7lycpx7jsw0fbv6hjx0p\"; type = \"gem\"; }; version = \"1.36.0\"; }; aws-sdk-glue = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"026hka71fnzmqrn5yyb50pz1wa44irqncsk6kcgb476px4zxqwmd\"; type = \"gem\"; }; version = \"1.82.0\"; }; aws-sdk-guardduty = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0n963y20rafh51xanx0bff7jqbjcgg3wj5hs4js8h9sax48k97q9\"; type = \"gem\"; }; version = \"1.44.0\"; }; aws-sdk-iam = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"16152qidkisakl2iqvghrjnccq279pahb953q5a4q0ipk5imw2c1\"; type = \"gem\"; }; version = \"1.47.0\"; }; aws-sdk-kafka = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"182g1ya4bhxw90zb0jfqlb5s46r8k3mvl2dczir5jamjp2h1n24y\"; type = \"gem\"; }; version = \"1.34.0\"; }; aws-sdk-kinesis = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1wsnn4303q7501xp10gfr8s15cazm4a0xy8knz5b8pmaw93x0g4b\"; type = \"gem\"; }; version = \"1.31.0\"; }; aws-sdk-kms = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"00wgf83cdy6z77b2y0ld0aqiidfyldi71hx0z8b73gxjdlbwpq1i\"; type = \"gem\"; }; version = \"1.42.0\"; }; aws-sdk-lambda = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15fvdqp8k5w7wjgc7f5h9syd8v14h8pzklg5ldb49n5jsr0i3n73\"; type = \"gem\"; }; version = \"1.59.0\"; }; aws-sdk-organizations = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"00i8kbcx1vdch1g6pznvm0hg0hsz2kfd5vpdlfarbilv6zyh9mp7\"; type = \"gem\"; }; version = \"1.55.0\"; }; aws-sdk-ram = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"04n9x3nrxakx1zys0cc6vmkyqlqa83h6abdfyqaah1icxp585zjb\"; type = \"gem\"; }; version = \"1.22.0\"; }; aws-sdk-rds = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1jnmk7z4ys13vv2i1r6pvpiblgaqlpvjhcslcnqyqlmjh2ydwjxk\"; type = \"gem\"; }; version = \"1.112.0\"; }; aws-sdk-redshift = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1f54ig5vyc2cvipsv5d62n5xd6a1i9myjgayf6x6slkvnzk5xk4g\"; type = \"gem\"; }; version = \"1.54.0\"; }; aws-sdk-route53 = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1jxm6knx9rp5m3an93c187ds8zla4chl7zdvwnml2imna3adk4z7\"; type = \"gem\"; }; version = \"1.46.0\"; }; aws-sdk-route53domains = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0k3b37q9mhfnf4mzbhhhgx0v6y82ivq6v01g8fvdfb5n6235j0yg\"; type = \"gem\"; }; version = \"1.29.0\"; }; aws-sdk-route53resolver = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1qyb2n40v52n0xjqncaflb6cl1y0p7szlx1bzxpcnm4g5nfdcf3l\"; type = \"gem\"; }; version = \"1.23.0\"; }; aws-sdk-s3 = { dependencies = [\"aws-sdk-core\" \"aws-sdk-kms\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"029iqr52fxxz8d6jb2g4k76i7nnjyspvjdlx52xah25zzhp3bx7v\"; type = \"gem\"; }; version = \"1.88.0\"; }; aws-sdk-secretsmanager = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1pv5idvap742r4mfwgi01l0sd7skz3m9iy28piy236f6xjiiqsw3\"; type = \"gem\"; }; version = \"1.43.0\"; }; aws-sdk-securityhub = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0j6wl0v5p19h3x1fphyq8db5appig7w3gsxnj6mmlm77smlkwjlq\"; type = \"gem\"; }; version = \"1.40.0\"; }; aws-sdk-servicecatalog = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1awf0gcywzylqsdypx2lpib5jiy02fd4iz5q19q9qkpvxw7zj9cd\"; type = \"gem\"; }; version = \"1.57.0\"; }; aws-sdk-ses = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1j45jykqll5s8y71bp4723mvcxbrihp4rhlhq1rvcyyr4y0706yy\"; type = \"gem\"; }; version = \"1.37.0\"; }; aws-sdk-shield = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0416mrby897fnhc3iwb698m0gyih7pfgmx35h5f618i8my53alin\"; type = \"gem\"; }; version = \"1.34.0\"; }; aws-sdk-sms = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0121bx79galz99x2wdksmzyibdy6l18k2i2nzc8lsmrgkdz22c03\"; type = \"gem\"; }; version = \"1.28.0\"; }; aws-sdk-sns = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0cqri14igfmcxlapbagg0nmy79zzg29awzybv51gl76m3mljbafb\"; type = \"gem\"; }; version = \"1.38.0\"; }; aws-sdk-sqs = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"07qg8awkqpdwf2r7y54183jfcffwjl1mdd98vmgsxv94617bnh4q\"; type = \"gem\"; }; version = \"1.36.0\"; }; aws-sdk-ssm = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1svhxfjmvb6m8h7lm5cr7mmz6zngrhknrrkmwilnrq0lzg1wfp1r\"; type = \"gem\"; }; version = \"1.104.0\"; }; aws-sdk-states = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"04pdrsijckiz9fyzyvdndwci004a4fswv8mq5jm53bzmybwhndz2\"; type = \"gem\"; }; version = \"1.37.0\"; }; aws-sdk-transfer = { dependencies = [\"aws-sdk-core\" \"aws-sigv4\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1ivbkfw7j83c7nagdhzdmcmwxn6ym50ak0jfkq1rdc1ppyir31dp\"; type = \"gem\"; }; version = \"1.29.0\"; }; aws-sigv4 = { dependencies = [\"aws-eventstream\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1ll9382c1x2hp750cilh01h1cycgyhdr4cmmgx23k94hyyb8chv5\"; type = \"gem\"; }; version = \"1.2.2\"; }; azure_graph_rbac = { dependencies = [\"ms_rest_azure\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0mmx8jp85xa13j3asa9xnfi6wa8a9wwlp0hz0nj70fi3ydmcpdag\"; type = \"gem\"; }; version = \"0.17.2\"; }; azure_mgmt_key_vault = { dependencies = [\"ms_rest_azure\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0f4fai5l3453yirrwajds0jgah60gvawffx53a0jyv3b93ag88mz\"; type = \"gem\"; }; version = \"0.17.7\"; }; azure_mgmt_resources = { dependencies = [\"ms_rest_azure\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1hb9010cxrmm23v4dfrsf9wgvr53qkcd6397c4azg3wc65a6i1vc\"; type = \"gem\"; }; version = \"0.18.1\"; }; azure_mgmt_security = { dependencies = [\"ms_rest_azure\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"11h2dyz4awzidvfj41h7k2q7mcqqcgzvm95fxpfxz609pbvck0g2\"; type = \"gem\"; }; version = \"0.19.0\"; }; azure_mgmt_storage = { dependencies = [\"ms_rest_azure\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0r8klsq3x7s4nn42h9w1kbqblrxnj7z7cpa8bxvc3xwv0vvql7m0\"; type = \"gem\"; }; version = \"0.22.0\"; }; bcrypt_pbkdf = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0ndamfaivnkhc6hy0yqyk2gkwr6f3bz6216lh74hsiiyk3axz445\"; type = \"gem\"; }; version = \"1.1.0\"; }; berkshelf = { dependencies = [\"chef\" \"chef-config\" \"cleanroom\" \"concurrent-ruby\" \"minitar\" \"mixlib-archive\" \"mixlib-config\" \"mixlib-shellout\" \"octokit\" \"retryable\" \"solve\" \"thor\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1mkakim23w7b38c8lw81wxqw68q6g7rlvxx82lq6bpp1hmmni64n\"; type = \"gem\"; }; version = \"7.1.0\"; }; builder = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr\"; type = \"gem\"; }; version = \"3.2.4\"; }; chef = { dependencies = [\"addressable\" \"bcrypt_pbkdf\" \"chef-config\" \"chef-utils\" \"chef-zero\" \"diff-lcs\" \"ed25519\" \"erubis\" \"ffi\" \"ffi-libarchive\" \"ffi-yajl\" \"highline\" \"iniparse\" \"license-acceptance\" \"mixlib-archive\" \"mixlib-authentication\" \"mixlib-cli\" \"mixlib-log\" \"mixlib-shellout\" \"net-sftp\" \"net-ssh\" \"net-ssh-multi\" \"ohai\" \"plist\" \"proxifier\" \"syslog-logger\" \"train-core\" \"train-winrm\" \"tty-screen\" \"uuidtools\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"068jzw97g40wbpzn51vcvwdp012202rkmjfafxwhx31wxjzhwy0n\"; type = \"gem\"; }; version = \"15.15.0\"; }; chef-cli = { dependencies = [\"addressable\" \"chef\" \"cookbook-omnifetch\" \"diff-lcs\" \"ffi-yajl\" \"license-acceptance\" \"minitar\" \"mixlib-cli\" \"mixlib-shellout\" \"pastel\" \"solve\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1nw73p8wg67qkzx07v21fwiqljb0yndjm10z56li72d6b1hbw0sb\"; type = \"gem\"; }; version = \"3.1.1\"; }; chef-config = { dependencies = [\"addressable\" \"chef-utils\" \"fuzzyurl\" \"mixlib-config\" \"mixlib-shellout\" \"tomlrb\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1ji166i5n7cxn69amsfxsvy3b7bf5ksgxxg985w5jfl1gp5bihfl\"; type = \"gem\"; }; version = \"15.15.0\"; }; chef-dk = { dependencies = [\"addressable\" \"chef\" \"cookbook-omnifetch\" \"diff-lcs\" \"ffi-yajl\" \"license-acceptance\" \"minitar\" \"mixlib-cli\" \"mixlib-shellout\" \"paint\" \"solve\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0zqznvry08pyiv8820b962fzvabzwbsmmwlyvk4ayjr2wshyi6g2\"; type = \"gem\"; }; version = \"4.13.3\"; }; chef-provisioning = { dependencies = [\"cheffish\" \"inifile\" \"mixlib-install\" \"net-scp\" \"net-ssh\" \"net-ssh-gateway\" \"winrm\" \"winrm-elevated\" \"winrm-fs\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"16l3hahc5b57bi61kssdzqywh8ydkbmj0mgdj4lvj0v68hnjc6f1\"; type = \"gem\"; }; version = \"2.7.6\"; }; chef-telemetry = { dependencies = [\"chef-config\" \"concurrent-ruby\" \"ffi-yajl\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0hnmqr6vkgsbnzdzcc6j6svnms14irrcd70wk8qg3p98cy359rm5\"; type = \"gem\"; }; version = \"1.0.14\"; }; chef-utils = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1j8rhqc6mj8iay755rl5yaf0rqs54gwcygib1s8g7dxl3vqcpwxa\"; type = \"gem\"; }; version = \"15.15.0\"; }; chef-vault = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1rpcgzawdgzvk60fw9s40i5alc7b1rc2phkgm89dckfmklfh6794\"; type = \"gem\"; }; version = \"4.1.0\"; }; chef-zero = { dependencies = [\"ffi-yajl\" \"hashie\" \"mixlib-log\" \"rack\" \"uuidtools\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1pjvg3djnzkwkjj5pmgk9dc14q5bdd7na8js1d4gr8x6b6z58my3\"; type = \"gem\"; }; version = \"14.0.17\"; }; cheffish = { dependencies = [\"chef-zero\" \"net-ssh\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0axv7mkx0s4nqa85ns1xg70s9sq3h6fg86nda13b6q9k7gbifkvl\"; type = \"gem\"; }; version = \"14.0.13\"; }; chefspec = { dependencies = [\"chef\" \"chef-cli\" \"fauxhai-ng\" \"rspec\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15sz88xxh48phq1w3rsivzasg4r36dhqnpqna5cfi120vk28ylb2\"; type = \"gem\"; }; version = \"9.2.1\"; }; cleanroom = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1r6qa4b248jasv34vh7rw91pm61gzf8g5dvwx2gxrshjs7vbhfml\"; type = \"gem\"; }; version = \"1.0.0\"; }; coderay = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw\"; type = \"gem\"; }; version = \"1.1.3\"; }; concurrent-ruby = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0mr23wq0szj52xnj0zcn1k0c7j4v79wlwbijkpfcscqww3l6jlg3\"; type = \"gem\"; }; version = \"1.1.8\"; }; cookbook-omnifetch = { dependencies = [\"mixlib-archive\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1qw8ayyflx222igmrmp1jpgfcfhpnc4myaxv9lk3ckd5l6n3w7qh\"; type = \"gem\"; }; version = \"0.11.1\"; }; declarative = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1yczgnqrbls7shrg63y88g7wand2yp9h6sf56c9bdcksn5nds8c0\"; type = \"gem\"; }; version = \"0.0.20\"; }; declarative-option = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1g4ibxq566f1frnhdymzi9hxxcm4g2gw4n21mpjk2mhwym4q6l0p\"; type = \"gem\"; }; version = \"0.1.0\"; }; diff-lcs = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"18w22bjz424gzafv6nzv98h0aqkwz3d9xhm7cbr1wfbyas8zayza\"; type = \"gem\"; }; version = \"1.3\"; }; diffy = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0nrg7kpgz6cn1gv2saj2fa5sfiykamvd7vn9lw2v625k7pjwf31l\"; type = \"gem\"; }; version = \"3.4.0\"; }; docker-api = { dependencies = [\"excon\" \"multi_json\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"09lkc50nl3158za0fk8kpd05zlzfxiajnf6zrxpamw1nzdw89ac9\"; type = \"gem\"; }; version = \"2.0.0\"; }; domain_name = { dependencies = [\"unf\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0lcqjsmixjp52bnlgzh4lg9ppsk52x9hpwdjd53k8jnbah2602h0\"; type = \"gem\"; }; version = \"0.5.20190701\"; }; ed25519 = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1f5kr8za7hvla38fc0n9jiv55iq62k5bzclsa5kdb14l3r4w6qnw\"; type = \"gem\"; }; version = \"1.2.4\"; }; erubi = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"09l8lz3j00m898li0yfsnb6ihc63rdvhw3k5xczna5zrjk104f2l\"; type = \"gem\"; }; version = \"1.10.0\"; }; erubis = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3\"; type = \"gem\"; }; version = \"2.7.0\"; }; excon = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1759s0rz6qgsw86dds1z4jzb3fvizqsk11j5q6z7lc5n404w6i23\"; type = \"gem\"; }; version = \"0.79.0\"; }; faraday = { dependencies = [\"faraday-net_http\" \"multipart-post\" \"ruby2_keywords\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1hmssd8pj4n7yq4kz834ylkla8ryyvhaap6q9nzymp93m1xq21kz\"; type = \"gem\"; }; version = \"1.3.0\"; }; faraday-cookie_jar = { dependencies = [\"faraday\" \"http-cookie\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"00hligx26w9wdnpgsrf0qdnqld4rdccy8ym6027h5m735mpvxjzk\"; type = \"gem\"; }; version = \"0.0.7\"; }; faraday-net_http = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1fi8sda5hc54v1w3mqfl5yz09nhx35kglyx72w7b8xxvdr0cwi9j\"; type = \"gem\"; }; version = \"1.0.1\"; }; faraday_middleware = { dependencies = [\"faraday\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0jik2kgfinwnfi6fpp512vlvs0mlggign3gkbpkg5fw1jr9his0r\"; type = \"gem\"; }; version = \"1.0.0\"; }; fauxhai-ng = { dependencies = [\"net-ssh\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0pxzmsp31lxlkq1p0205j2s9kkjqs5a9zy2qpqabbmhny0d9ri8k\"; type = \"gem\"; }; version = \"8.7.0\"; }; ffi = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15hgiy09i8ywjihyzyvjvk42ivi3kmy6dm21s5sgg9j7y3h3zkkx\"; type = \"gem\"; }; version = \"1.14.2\"; }; ffi-libarchive = { dependencies = [\"ffi\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1wmbwg6hirxr85c3skdq2na8xwg4ky880qbs1z1adb9aizcjbdkx\"; type = \"gem\"; }; version = \"1.0.17\"; }; ffi-yajl = { dependencies = [\"libyajl2\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1pfmn0gprc3c15baxa9rx64pqllk64m60f5vg4gp0icpafkp0jx5\"; type = \"gem\"; }; version = \"2.3.4\"; }; foodcritic = { dependencies = [\"erubis\" \"ffi-yajl\" \"nokogiri\" \"rake\" \"rufus-lru\" \"treetop\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1gnp8lr37cv87adr3568kh7p55vwdqp01f2hwjxlvqkwkwk3fvn4\"; type = \"gem\"; }; version = \"16.3.0\"; }; fuzzyurl = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"03qchs33vfwbsv5awxg3acfmlcrf5xbhnbrc83fdpamwya0glbjl\"; type = \"gem\"; }; version = \"0.9.0\"; }; git = { dependencies = [\"rchardet\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0vdcv93s33d9914a9nxrn2y2qv15xk7jx94007cmalp159l08cnl\"; type = \"gem\"; }; version = \"1.8.1\"; }; google-api-client = { dependencies = [\"addressable\" \"googleauth\" \"httpclient\" \"mini_mime\" \"representable\" \"retriable\" \"rexml\" \"signet\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1q1lsyyyfvff7727sr01j8qx6b30qpx6h0bna5s0bfz853fhl33b\"; type = \"gem\"; }; version = \"0.52.0\"; }; googleauth = { dependencies = [\"faraday\" \"jwt\" \"memoist\" \"multi_json\" \"os\" \"signet\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0cm60nbmwzf83fzy06f3iyn5a6sw91siw8x9bdvpwwmjsmivana6\"; type = \"gem\"; }; version = \"0.14.0\"; }; gssapi = { dependencies = [\"ffi\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1qdfhj12aq8v0y961v4xv96a1y2z80h3xhvzrs9vsfgf884g6765\"; type = \"gem\"; }; version = \"1.3.1\"; }; gyoku = { dependencies = [\"builder\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1wn0sl14396g5lyvp8sjmcb1hw9rbyi89gxng91r7w4df4jwiidh\"; type = \"gem\"; }; version = \"1.3.1\"; }; hashie = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"13bdzfp25c8k51ayzxqkbzag3wj5gc1jd8h7d985nsq6pn57g5xh\"; type = \"gem\"; }; version = \"3.6.0\"; }; highline = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"01ib7jp85xjc4gh4jg0wyzllm46hwv8p0w1m4c75pbgi41fps50y\"; type = \"gem\"; }; version = \"1.7.10\"; }; http-cookie = { dependencies = [\"domain_name\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"004cgs4xg5n6byjs7qld0xhsjq3n6ydfh897myr2mibvh6fjc49g\"; type = \"gem\"; }; version = \"1.0.3\"; }; httpclient = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99\"; type = \"gem\"; }; version = \"2.8.3\"; }; i18n = { dependencies = [\"concurrent-ruby\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0k7q3pwm0l1qvx6sc3d4dxmdxqx2pc63lbfjwv0k0higq94rinvs\"; type = \"gem\"; }; version = \"1.8.8\"; }; inifile = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1c5zmk7ia63yw5l2k14qhfdydxwi1sah1ppjdiicr4zcalvfn0xi\"; type = \"gem\"; }; version = \"3.0.0\"; }; iniparse = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1wb1qy4i2xrrd92dc34pi7q7ibrjpapzk9y465v0n9caiplnb89n\"; type = \"gem\"; }; version = \"1.5.0\"; }; inspec = { dependencies = [\"faraday_middleware\" \"inspec-core\" \"train\" \"train-aws\" \"train-habitat\" \"train-winrm\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0jg818r56vzzh971ckzbknv8b70da73njr3x2y7xd6jwv5pjs93m\"; type = \"gem\"; }; version = \"4.26.4\"; }; inspec-core = { 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\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0nrd4ny5cyah76pchr5xyi2m9rx0lkyk9vd2sp68rjp0x1x5y3p8\"; type = \"gem\"; }; version = \"4.26.4\"; }; ipaddress = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1x86s0s11w202j6ka40jbmywkrx8fhq8xiy8mwvnkhllj57hqr45\"; type = \"gem\"; }; version = \"0.8.3\"; }; jmespath = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1d4wac0dcd1jf6kc57891glih9w57552zgqswgy74d1xhgnk0ngf\"; type = \"gem\"; }; version = \"1.4.0\"; }; json = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0lrirj0gw420kw71bjjlqkqhqbrplla61gbv1jzgsz6bv90qr3ci\"; type = \"gem\"; }; version = \"2.5.1\"; }; jwt = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"14ynyq1q483spj20ffl4xayfqx1a8qr761mqjfxczf8lwlap392n\"; type = \"gem\"; }; version = \"2.2.2\"; }; kitchen-inspec = { dependencies = [\"hashie\" \"inspec\" \"test-kitchen\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1fx27vkc29kx59qmkrkl53sbyigny3rkqlfp836rwlxf1wfbbdlv\"; type = \"gem\"; }; version = \"2.3.0\"; }; kitchen-vagrant = { dependencies = [\"test-kitchen\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1pix3n9hbr9s736n4jh8dn71ccsm5xcqvx9clwilzhr3r89qfiwg\"; type = \"gem\"; }; version = \"1.8.0\"; }; knife-spork = { dependencies = [\"app_conf\" \"chef\" \"diffy\" \"git\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1ddgmv3j75m908ldykrgn9rdjdw09yakmxav7569f18lhxxfs9l0\"; type = \"gem\"; }; version = \"1.7.3\"; }; libyajl2 = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0n5j0p8dxf9xzb9n4bkdr8w0a8gg3jzrn9indri3n0fv90gcs5qi\"; type = \"gem\"; }; version = \"1.2.0\"; }; license-acceptance = { dependencies = [\"pastel\" \"tomlrb\" \"tty-box\" \"tty-prompt\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"03n3jpzivqxajvf3507c2z9vq2mrriqqc1yg3g0pgzacb3d38k2d\"; type = \"gem\"; }; version = \"1.0.19\"; }; little-plugger = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1frilv82dyxnlg8k1jhrvyd73l6k17mxc5vwxx080r4x1p04gwym\"; type = \"gem\"; }; version = \"1.1.4\"; }; logging = { dependencies = [\"little-plugger\" \"multi_json\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0pkmhcxi8lp74bq5gz9lxrvaiv5w0745kk7s4bw2b1x07qqri0n9\"; type = \"gem\"; }; version = \"2.3.0\"; }; memoist = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0i9wpzix3sjhf6d9zw60dm4371iq8kyz7ckh2qapan2vyaim6b55\"; type = \"gem\"; }; version = \"0.16.2\"; }; method_source = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp\"; type = \"gem\"; }; version = \"1.0.0\"; }; mini_mime = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1axm0rxyx3ss93wbmfkm78a6x03l8y4qy60rhkkiq0aza0vwq3ha\"; type = \"gem\"; }; version = \"1.0.2\"; }; mini_portile2 = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7\"; type = \"gem\"; }; version = \"2.5.0\"; }; minitar = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"126mq86x67d1p63acrfka4zx0cx2r0vc93884jggxnrmmnzbxh13\"; type = \"gem\"; }; version = \"0.9\"; }; minitest = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0ipjhdw8ds6q9h7bs3iw28bjrwkwp215hr4l3xf6215fsl80ky5j\"; type = \"gem\"; }; version = \"5.14.3\"; }; mixlib-archive = { dependencies = [\"mixlib-log\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0dj52irvnp1riz52kg6fddmdvl9nxsrxk3vyidr7lfzhw5sj8vdk\"; type = \"gem\"; }; version = \"1.1.4\"; }; mixlib-authentication = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1wfyn645wnb79rl3ys83171ymv56k8zks9qvxh29vj8nicyrzr23\"; type = \"gem\"; }; version = \"3.0.7\"; }; mixlib-cli = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1ydxlfgd7nnj3rp1y70k4yk96xz5cywldjii2zbnw3sq9pippwp6\"; type = \"gem\"; }; version = \"2.1.8\"; }; mixlib-config = { dependencies = [\"tomlrb\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1askip583sfnz25gywd508l3vj5wnvx9vp7gm1sfnixm7amssrwq\"; type = \"gem\"; }; version = \"3.0.9\"; }; mixlib-install = { dependencies = [\"mixlib-shellout\" \"mixlib-versioning\" \"thor\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0p11qf6b86dzl3q5gqi63myz484dicmn90d8v8jjb1dm51gqpajq\"; type = \"gem\"; }; version = \"3.12.5\"; }; mixlib-log = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0n5dm5iz90ijvjn59jfm8gb8hgsvbj0f1kpzbl38b02z0z4a4v7x\"; type = \"gem\"; }; version = \"3.0.9\"; }; mixlib-shellout = { dependencies = [\"chef-utils\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0y1z0phkdhpbsn8vz7a86nhkr7ra619j86z5p75amz61kfpw42z9\"; type = \"gem\"; }; version = \"3.2.2\"; }; mixlib-versioning = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0cqyrcgw2xwxmjhwa31ipmphkg5aa6x4fd5c5j9y7hifw32pb1vr\"; type = \"gem\"; }; version = \"1.2.12\"; }; molinillo = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"17kvf6fijn6k886dhj89h0x39qh90c47asa2k16s913fcgn3a1n3\"; type = \"gem\"; }; version = \"0.7.0\"; }; ms_rest = { dependencies = [\"concurrent-ruby\" \"faraday\" \"timeliness\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1jiha1bda5knpjqjymwik6i41n69gb0phcrgvmgc5icl4mcisai7\"; type = \"gem\"; }; version = \"0.7.6\"; }; ms_rest_azure = { dependencies = [\"concurrent-ruby\" \"faraday\" \"faraday-cookie_jar\" \"ms_rest\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"06i37b84r2q206kfm5vsi9s1qiiy09091vhvc5pzb7320h0hc1ih\"; type = \"gem\"; }; version = \"0.12.0\"; }; multi_json = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z\"; type = \"gem\"; }; version = \"1.15.0\"; }; multipart-post = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1zgw9zlwh2a6i1yvhhc4a84ry1hv824d6g2iw2chs3k5aylpmpfj\"; type = \"gem\"; }; version = \"2.1.1\"; }; net-scp = { dependencies = [\"net-ssh\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0b0jqrcsp4bbi4n4mzyf70cp2ysyp6x07j8k8cqgxnvb4i3a134j\"; type = \"gem\"; }; version = \"1.2.1\"; }; net-sftp = { dependencies = [\"net-ssh\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"04674g4n6mryjajlcd82af8g8k95la4b1bj712dh71hw1c9vhw1y\"; type = \"gem\"; }; version = \"2.1.2\"; }; net-ssh = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"07c4v97zl1daabmri9zlbzs6yvkl56z1q14bw74d53jdj0c17nhx\"; type = \"gem\"; }; version = \"4.2.0\"; }; net-ssh-gateway = { dependencies = [\"net-ssh\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1l3v761y32aw0n8lm0c0m42lr4ay8cq6q4sc5yc68b9fwlfvb70x\"; type = \"gem\"; }; version = \"2.0.0\"; }; net-ssh-multi = { dependencies = [\"net-ssh\" \"net-ssh-gateway\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"13kxz9b6kgr9mcds44zpavbndxyi6pvyzyda6bhk1kfmb5c10m71\"; type = \"gem\"; }; version = \"1.2.1\"; }; nokogiri = { dependencies = [\"mini_portile2\" \"racc\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1ajwkqr28hwqbyl1l3czx4a34c88acxywyqp8cjyy0zgsd6sbhj2\"; type = \"gem\"; }; version = \"1.11.1\"; }; nori = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"066wc774a2zp4vrq3k7k8p0fhv30ymqmxma1jj7yg5735zls8agn\"; type = \"gem\"; }; version = \"2.6.0\"; }; octokit = { dependencies = [\"faraday\" \"sawyer\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1fl517ld5vj0llyshp3f9kb7xyl9iqy28cbz3k999fkbwcxzhlyq\"; type = \"gem\"; }; version = \"4.20.0\"; }; ohai = { dependencies = [\"chef-config\" \"ffi\" \"ffi-yajl\" \"ipaddress\" \"mixlib-cli\" \"mixlib-config\" \"mixlib-log\" \"mixlib-shellout\" \"plist\" \"systemu\" \"wmi-lite\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0qw3mz8f9hpzfchwqa1nix7fcvy34k5n7lln91b8gsbx2l6aycs6\"; type = \"gem\"; }; version = \"15.12.0\"; }; os = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"12fli64wz5j9868gpzv5wqsingk1jk457qyqksv9ksmq9b0zpc9x\"; type = \"gem\"; }; version = \"1.1.1\"; }; paint = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1z1fqyyc2jiv6yabv467h652cxr2lmxl5gqqg7p14y28kdqf0nhj\"; type = \"gem\"; }; version = \"1.0.1\"; }; parallel = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0055br0mibnqz0j8wvy20zry548dhkakws681bhj3ycb972awkzd\"; type = \"gem\"; }; version = \"1.20.1\"; }; parser = { dependencies = [\"ast\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1jixakyzmy0j5c1rb0fjrrdhgnyryvrr6vgcybs14jfw09akv5ml\"; type = \"gem\"; }; version = \"3.0.0.0\"; }; parslet = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"12nrzfwjphjlakb9pmpj70hgjwgzvnr8i1zfzddifgyd44vspl88\"; type = \"gem\"; }; version = \"1.8.2\"; }; pastel = { dependencies = [\"tty-color\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8\"; type = \"gem\"; }; version = \"0.8.0\"; }; plist = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1whhr897z6z6av85x2cipyjk46bwh6s4wx6nbrcd3iifnzvbqs7l\"; type = \"gem\"; }; version = \"3.6.0\"; }; polyglot = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr\"; type = \"gem\"; }; version = \"0.3.5\"; }; proxifier = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1abzlg39cfji1nx3i8kmb5k3anr2rd392yg2icms24wkqz9g9zj0\"; type = \"gem\"; }; version = \"1.0.3\"; }; pry = { dependencies = [\"coderay\" \"method_source\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1shq3vfdg7c9l1wppl8slridl95wmwvnngqhga6j2571nnv50piv\"; type = \"gem\"; }; version = \"0.14.0\"; }; public_suffix = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0g9ds2ffzljl6jjmkjffwxc1z6lh5nkqqmhhkxjk71q5ggv0rkpm\"; type = \"gem\"; }; version = \"3.1.1\"; }; racc = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g\"; type = \"gem\"; }; version = \"1.5.2\"; }; rack = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0i5vs0dph9i5jn8dfc6aqd6njcafmb20rwqngrf759c9cvmyff16\"; type = \"gem\"; }; version = \"2.2.3\"; }; rainbow = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk\"; type = \"gem\"; }; version = \"3.0.0\"; }; rake = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1iik52mf9ky4cgs38fp2m8r6skdkq1yz23vh18lk95fhbcxb6a67\"; type = \"gem\"; }; version = \"13.0.3\"; }; rchardet = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9\"; type = \"gem\"; }; version = \"1.8.0\"; }; regexp_parser = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0zm86k9q8m5jkcnpb1f93wsvc57saldfj8czxkx1aw031i95inip\"; type = \"gem\"; }; version = \"2.0.3\"; }; representable = { dependencies = [\"declarative\" \"declarative-option\" \"uber\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0qm9rgi1j5a6nv726ka4mmixivlxfsg91h8rpp72wwd4vqbkkm07\"; type = \"gem\"; }; version = \"3.0.4\"; }; retriable = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1q48hqws2dy1vws9schc0kmina40gy7sn5qsndpsfqdslh65snha\"; type = \"gem\"; }; version = \"3.1.2\"; }; retryable = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0pymcs9fqcnz6n6h033yfp0agg6y2s258crzig05kkxs6rldvwy9\"; type = \"gem\"; }; version = \"3.0.5\"; }; rexml = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1mkvkcw9fhpaizrhca0pdgjcrbns48rlz4g6lavl5gjjq3rk2sq3\"; type = \"gem\"; }; version = \"3.2.4\"; }; rspec = { dependencies = [\"rspec-core\" \"rspec-expectations\" \"rspec-mocks\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1dwai7jnwmdmd7ajbi2q0k0lx1dh88knv5wl7c34wjmf94yv8w5q\"; type = \"gem\"; }; version = \"3.10.0\"; }; rspec-core = { dependencies = [\"rspec-support\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0wwnfhxxvrlxlk1a3yxlb82k2f9lm0yn0598x7lk8fksaz4vv6mc\"; type = \"gem\"; }; version = \"3.10.1\"; }; rspec-expectations = { dependencies = [\"diff-lcs\" \"rspec-support\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1sz9bj4ri28adsklnh257pnbq4r5ayziw02qf67wry0kvzazbb17\"; type = \"gem\"; }; version = \"3.10.1\"; }; rspec-its = { dependencies = [\"rspec-core\" \"rspec-expectations\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15zafd70gxly5i0s00nky14sj2n92dnj3xpj83ysl3c2wx0119ad\"; type = \"gem\"; }; version = \"1.3.0\"; }; rspec-mocks = { dependencies = [\"diff-lcs\" \"rspec-support\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1d13g6kipqqc9lmwz5b244pdwc97z15vcbnbq6n9rlf32bipdz4k\"; type = \"gem\"; }; version = \"3.10.2\"; }; rspec-support = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15j52parvb8cgvl6s0pbxi2ywxrv6x0764g222kz5flz0s4mycbl\"; type = \"gem\"; }; version = \"3.10.2\"; }; rubocop = { dependencies = [\"parallel\" \"parser\" \"rainbow\" \"regexp_parser\" \"rexml\" \"rubocop-ast\" \"ruby-progressbar\" \"unicode-display_width\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"06npybjypxsrz09z8ivxqfcwzpbgif6z3hwpp0ls8znqlgp3m922\"; type = \"gem\"; }; version = \"1.9.1\"; }; rubocop-ast = { dependencies = [\"parser\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0gkf1p8yal38nlvdb39qaiy0gr85fxfr09j5dxh8qvrgpncpnk78\"; type = \"gem\"; }; version = \"1.4.1\"; }; ruby-progressbar = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc\"; type = \"gem\"; }; version = \"1.11.0\"; }; ruby2_keywords = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15wfcqxyfgka05v2a7kpg64x57gl1y4xzvnc9lh60bqx5sf1iqrs\"; type = \"gem\"; }; version = \"0.0.4\"; }; rubyntlm = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0b8hczk8hysv53ncsqzx4q6kma5gy5lqc7s5yx8h64x3vdb18cjv\"; type = \"gem\"; }; version = \"0.6.3\"; }; rubyzip = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0590m2pr9i209pp5z4mx0nb1961ishdiqb28995hw1nln1d1b5ji\"; type = \"gem\"; }; version = \"2.3.0\"; }; rufus-lru = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0sp7ymz054md75fnn2hx5d2axmhrh0abbn8c2p759j4g4lxn11ip\"; type = \"gem\"; }; version = \"1.1.0\"; }; sawyer = { dependencies = [\"addressable\" \"faraday\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz\"; type = \"gem\"; }; version = \"0.8.2\"; }; semverse = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1qs9jk2kkbpy4gfrh90g3wsbi7i5n4di21haii3pn2bn6dyq5p18\"; type = \"gem\"; }; version = \"3.0.0\"; }; signet = { dependencies = [\"addressable\" \"faraday\" \"jwt\" \"multi_json\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1zmrsnrrj5j3bp9fmaa74cvlkpdwspv8gv5vpz1lclhirkiqz1xv\"; type = \"gem\"; }; version = \"0.14.1\"; }; solve = { dependencies = [\"molinillo\" \"semverse\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"059lrsf40rl5kclp1w8pb0fzz5sv8aikg073cwcvn5mndk14ayky\"; type = \"gem\"; }; version = \"4.0.4\"; }; sslshake = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0r3ifksx8a05yqhv7nc4cwan8bwmxgq5kyv7q7hy2h9lv5zcjs8h\"; type = \"gem\"; }; version = \"1.3.1\"; }; strings = { dependencies = [\"strings-ansi\" \"unicode-display_width\" \"unicode_utils\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0xgw0zmwansvmk8dnxgd83pvrj4f5y8j72bpzp409hwd6xy1hy7m\"; type = \"gem\"; }; version = \"0.2.0\"; }; strings-ansi = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"120wa6yjc63b84lprglc52f40hx3fx920n4dmv14rad41rv2s9lh\"; type = \"gem\"; }; version = \"0.2.0\"; }; syslog-logger = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"14y20phq1khdla4z9wvf98k7j3x6n0rjgs4f7vb0xlf7h53g6hbm\"; type = \"gem\"; }; version = \"1.6.8\"; }; systemu = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0gmkbakhfci5wnmbfx5i54f25j9zsvbw858yg3jjhfs5n4ad1xq1\"; type = \"gem\"; }; version = \"2.6.5\"; }; test-kitchen = { dependencies = [\"bcrypt_pbkdf\" \"ed25519\" \"license-acceptance\" \"mixlib-install\" \"mixlib-shellout\" \"net-scp\" \"net-ssh\" \"net-ssh-gateway\" \"thor\" \"winrm\" \"winrm-elevated\" \"winrm-fs\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1s5sj6x2dscd3wci7ns1m3jwfp1b7h8535q44ggdsz60gp63p974\"; type = \"gem\"; }; version = \"2.10.0\"; }; thor = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna\"; type = \"gem\"; }; version = \"1.1.0\"; }; thread_safe = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy\"; type = \"gem\"; }; version = \"0.3.6\"; }; timeliness = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0gvp9b7yn4pykn794cibylc9ys1lw7fzv7djx1433icxw4y26my3\"; type = \"gem\"; }; version = \"0.3.10\"; }; tomlrb = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"00x5y9h4fbvrv4xrjk4cqlkm4vq8gv73ax4alj3ac2x77zsnnrk8\"; type = \"gem\"; }; version = \"1.3.0\"; }; train = { 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\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"09nflqvdgzxfncr8qki0jhnarfg36mii0h6hi2cd71q49613m6gk\"; type = \"gem\"; }; version = \"3.4.9\"; }; train-aws = { 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\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"014cbgkzkw1rf7652h1xqshb9crr6pn2yhlv1z41ndxlkmmdx4fg\"; type = \"gem\"; }; version = \"0.1.35\"; }; train-core = { dependencies = [\"addressable\" \"ffi\" \"json\" \"mixlib-shellout\" \"net-scp\" \"net-ssh\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1pbfbmi9l5hxr1zly1bc72fk8a6by4d19wdap8q3mi3rlflqzbfp\"; type = \"gem\"; }; version = \"3.4.9\"; }; train-habitat = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0qdi2q5djzfl6x3fv2vrvybjdvrnx53nfh4vzrcl2h7nrf801n6v\"; type = \"gem\"; }; version = \"0.2.22\"; }; train-winrm = { dependencies = [\"winrm\" \"winrm-elevated\" \"winrm-fs\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0nin3qfkh173yjcihxaz0sbnskds9n1n0ciphc7y70647vpsqgrh\"; type = \"gem\"; }; version = \"0.2.12\"; }; treetop = { dependencies = [\"polyglot\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0697qz1akblf8r3wi0s2dsjh468hfsd57fb0mrp93z35y2ni6bhh\"; type = \"gem\"; }; version = \"1.6.11\"; }; tty-box = { dependencies = [\"pastel\" \"strings\" \"tty-cursor\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"12yzhl3s165fl8pkfln6mi6mfy3vg7p63r3dvcgqfhyzq6h57x0p\"; type = \"gem\"; }; version = \"0.7.0\"; }; tty-color = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g\"; type = \"gem\"; }; version = \"0.6.0\"; }; tty-cursor = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr\"; type = \"gem\"; }; version = \"0.7.1\"; }; tty-prompt = { dependencies = [\"pastel\" \"tty-reader\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0rhvwpl5wk51njrh3avm09c8pwl2z5iwc0l67h40gq3r7ix2fjk2\"; type = \"gem\"; }; version = \"0.23.0\"; }; tty-reader = { dependencies = [\"tty-cursor\" \"tty-screen\" \"wisper\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1cf2k7w7d84hshg4kzrjvk9pkyc2g1m3nx2n1rpmdcf0hp4p4af6\"; type = \"gem\"; }; version = \"0.9.0\"; }; tty-screen = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"18jr6s1cg8yb26wzkqa6874q0z93rq0y5aw092kdqazk71y6a235\"; type = \"gem\"; }; version = \"0.8.1\"; }; tty-table = { dependencies = [\"pastel\" \"strings\" \"tty-screen\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0fcrbfb0hjd9vkkazkksri93dv9wgs2hp6p1xwb1lp43a13pmhpx\"; type = \"gem\"; }; version = \"0.12.0\"; }; tzinfo = { dependencies = [\"thread_safe\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0zwqqh6138s8b321fwvfbywxy00lw1azw4ql3zr0xh1aqxf8cnvj\"; type = \"gem\"; }; version = \"1.2.9\"; }; uber = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1p1mm7mngg40x05z52md3mbamkng0zpajbzqjjwmsyw0zw3v9vjv\"; type = \"gem\"; }; version = \"0.1.0\"; }; unf = { dependencies = [\"unf_ext\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9\"; type = \"gem\"; }; version = \"0.1.4\"; }; unf_ext = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0wc47r23h063l8ysws8sy24gzh74mks81cak3lkzlrw4qkqb3sg4\"; type = \"gem\"; }; version = \"0.0.7.7\"; }; unicode-display_width = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"06i3id27s60141x6fdnjn5rar1cywdwy64ilc59cz937303q3mna\"; type = \"gem\"; }; version = \"1.7.0\"; }; unicode_utils = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0h1a5yvrxzlf0lxxa1ya31jcizslf774arnsd89vgdhk4g7x08mr\"; type = \"gem\"; }; version = \"1.4.0\"; }; uuidtools = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0zjvq1jrrnzj69ylmz1xcr30skf9ymmvjmdwbvscncd7zkr8av5g\"; type = \"gem\"; }; version = \"2.1.5\"; }; winrm = { dependencies = [\"builder\" \"erubi\" \"gssapi\" \"gyoku\" \"httpclient\" \"logging\" \"nori\" \"rubyntlm\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0nxf6a47d1xf1nvi7rbfbzjyyjhz0iakrnrsr2hj6y24a381sd8i\"; type = \"gem\"; }; version = \"2.3.6\"; }; winrm-elevated = { dependencies = [\"erubi\" \"winrm\" \"winrm-fs\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1lmlaii8qapn84wxdg5d82gbailracgk67d0qsnbdnffcg8kswzd\"; type = \"gem\"; }; version = \"1.2.3\"; }; winrm-fs = { dependencies = [\"erubi\" \"logging\" \"rubyzip\" \"winrm\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0gb91k6s1yjqw387x4w1nkpnxblq3pjdqckayl0qvz5n3ygdsb0d\"; type = \"gem\"; }; version = \"1.3.5\"; }; wisper = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1rpsi0ziy78cj82sbyyywby4d0aw0a5q84v65qd28vqn79fbq5yf\"; type = \"gem\"; }; version = \"2.0.1\"; }; wmi-lite = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"110dv4arvwyky6f2pq19f20f1xcjpiz3zfbals0y49ijpq8agvql\"; type = \"gem\"; }; version = \"1.0.5\"; }; } "} {"_id":"q-en-nixpkgs-cade23d272c099df6752fa45c59bbb3e4124274ae9762fcabdb20b11e8439c5b","text":"in '' start_all() virthost.wait_for_unit(\"sockets.target\") virthost.wait_for_unit(\"multi-user.target\") with subtest(\"enable default network\"): virthost.succeed(\"virsh net-start default\")"} {"_id":"q-en-nixpkgs-cafbaeeabfcadbf35d747538d2d74124e9cba6284d0dbbdd52ab025fe5c409fe","text":"homepage = \"https://www.usebruno.com\"; platforms = platforms.linux ++ platforms.darwin; license = licenses.mit; maintainers = with maintainers; [ gepbird kashw2 lucasew mattpolzin water-sucks redyf ]; maintainers = with maintainers; [ gepbird kashw2 lucasew mattpolzin water-sucks redyf ]; mainProgram = \"bruno\"; }; }"} {"_id":"q-en-nixpkgs-cb102cee643480f597f21c61a25fc127f6bcd1f63d6da9a88475eeecaec39188","text":" { pkgs, lib, stdenv, fetchFromGitHub }: with pkgs.lib; { lib, stdenv, fetchFromGitHub, makeWrapper, getopt, git, coreutils }: stdenv.mkDerivation rec { pname = \"gitflow\";"} {"_id":"q-en-nixpkgs-cb84985d348baa1c44f2aaab9dcc1fe148a7886824fcd86d4951352b50c7d3bd","text":"meta = with lib; { homepage = \"https://octoprint.org/\"; description = \"The snappy web interface for your 3D printer\"; license = licenses.agpl3; license = licenses.agpl3Only; maintainers = with maintainers; [ abbradar gebner WhittlesJr ]; }; };"} {"_id":"q-en-nixpkgs-cb8abf35847c843de209005305caf0ea0abf72dd8ca50b5ac287df2034cac1fc","text":"typing-extensions ]; passthru.optional-dependencies = { optional-dependencies = { pandas = [ pandas pyarrow"} {"_id":"q-en-nixpkgs-cbafb71c1a8a6b8a7eb2a9d7837e33f1780cfe9f413823e632017f7a74603136","text":"license = licenses.gpl3; maintainers = with maintainers; [ minijackson doronbehar ]; platforms = platforms.all; broken = true; broken = stdenv.targetPlatform.isDarwin; }; }"} {"_id":"q-en-nixpkgs-cbbdec0143a8eacd123c615ab57be020fa41b994692dcaae478a3c4423e8ea7a","text":"owner = \"spotDL\"; repo = \"spotify-downloader\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-SmyUoMOlBJZTJH19NwTKbz/vo7Oh4tGHCQrW5DVZQWQ=\"; hash = \"sha256-I/53JapzTo6VXss82/F0qO/Etwd4i6ZP9FPjaFRHwV0=\"; }; nativeBuildInputs = with python.pkgs; ["} {"_id":"q-en-nixpkgs-cbd05bf8c2a3daab80fe7a87f8155258cd00c7da56e7ab5064f088dfe6b7c4a6","text":"extensionPortalSlug = \"pop-shell\"; }; postPatch = '' for file in */main.js; do substituteInPlace $file --replace \"gjs\" \"${gjs}/bin/gjs\" done ''; preFixup = '' chmod +x $out/share/gnome-shell/extensions/pop-shell@system76.com/*/main.js ''; meta = with lib; { description = \"Keyboard-driven layer for GNOME Shell\"; license = licenses.gpl3Only;"} {"_id":"q-en-nixpkgs-cc0864821b9cb579783b8dbd73888bcb20a97dc183d0bde0c83bd0e78076ee60","text":"# WARN: configure silently disables ld.gold if it's unsupported, so we need to # make sure that intent matches result ourselves. assert enableGold -> execFormatIsELF stdenv.targetPlatform; assert enableGold -> withGold stdenv.targetPlatform; let"} {"_id":"q-en-nixpkgs-cc194b52e26a7b3327cfccd971a1e0e7327357a27b3184555edda317563499c7","text":"eigen boost glew opencsg cgal mpfr gmp glib harfbuzz lib3mf libzip double-conversion freetype fontconfig qtbase qtmultimedia qscintilla ] ++ lib.optionals stdenv.isLinux [ libGLU libGL ] ] ++ lib.optionals stdenv.isLinux [ libGLU libGL wayland wayland-protocols qtwayland ] ++ lib.optional stdenv.isDarwin qtmacextras ++ lib.optional spacenavSupport libspnav ;"} {"_id":"q-en-nixpkgs-cc2b9834805e1758d9c59b4c863906ff0e7c43ded1c6d6c785b8e765abc9fcf5","text":"kovirobi = \"Kovacsics Robert \"; kragniz = \"Louis Taylor \"; ktosiek = \"Tomasz Kontusz \"; lassulus = \"Lassulus \"; lethalman = \"Luca Bruno \"; lhvwb = \"Nathaniel Baxter \"; linquize = \"Linquize \";"} {"_id":"q-en-nixpkgs-cc45ab3c8d1488c0f024c1c51cbf0474bd90ca9cd58b09664662a3eefb24a590","text":" { \"!comment\": \"This is a nixpkgs Gradle dependency lockfile. For more details, refer to the Gradle section in the nixpkgs manual.\", \"!version\": 1, \"https://jcenter.bintray.com\": { \"io/pebbletemplates#pebble-project/3.1.5\": { \"pom\": \"sha256-TSnFtsOFqJp3c0S4sPjcKe/j+q06e5f4faJfAnOnOJM=\" }, \"io/pebbletemplates#pebble/3.1.5\": { \"jar\": \"sha256-0lOm3eWeE4aYqqruVGRh0vH2yL0qo47N00ffF8+Q1vA=\", \"pom\": \"sha256-kGnsr9XZc4ey9mNXp1X5Ghv4kZC0yHZ6zyCJDlFAuzc=\" }, \"junit#junit/4.12\": { \"jar\": \"sha256-WXIfCAXiI9hLkGd4h9n/Vn3FNNfFAsqQPAwrF/BcEWo=\", \"pom\": \"sha256-kPFj944/+28cetl96efrpO6iWAcUG4XW0SvmfKJUScQ=\" }, \"net/java/dev/jna#jna-platform/4.5.2\": { \"jar\": \"sha256-8dAMFn2JIcbiPGJu+fHDrgvkc8lcaP+gErx65VqH4tY=\", \"pom\": \"sha256-+mLh78vRkHG+SzftEFPa3AymCICzmA9Yq9SX8qnxPQU=\" }, \"net/java/dev/jna#jna/4.5.2\": { \"jar\": \"sha256-DI63rPZyYWVteQBRkd66ujtr9d1gpDc1okVCk4Hb7P8=\", \"pom\": \"sha256-nfQrTM73BF1uT7ZLg3bdCS3XTZc3zGSVx2mO7MvTxE8=\" }, \"org/bouncycastle#bcprov-jdk15on/1.59\": { \"jar\": \"sha256-HDHkTjMdJeRtKTs+juLQcCimfbAR50yyRDKFrtHVnIU=\", \"pom\": \"sha256-QeZGb3GwjQXw0+tdhFXATl42hpxjXhFq4Nt04oAD7OU=\" }, \"org/hamcrest#hamcrest-core/1.3\": { \"jar\": \"sha256-Zv3vkelzk0jfeglqo4SlaF9Oh1WEzOiThqekclHE2Ok=\", \"pom\": \"sha256-/eOGp5BRc6GxA95quCBydYS1DQ4yKC4nl3h8IKZP+pM=\" }, \"org/hamcrest#hamcrest-library/1.3\": { \"jar\": \"sha256-cR1kUi+exBCYO9MQk0KW2hNL5CVKElCAoEFuwXjfrRw=\", \"pom\": \"sha256-HOtL+w8JiuKbk1BEsjY+ETIzE/4+0gVd+LeXN9UFYnc=\" }, \"org/hamcrest#hamcrest-parent/1.3\": { \"pom\": \"sha256-bVNflO+2Y722gsnyelAzU5RogAlkK6epZ3UEvBvkEps=\" }, \"org/mockito#mockito-core/1.9.5\": { \"jar\": \"sha256-+XSDuglEufoTOqKWOHZN2+rbUew9vAIHTFj6LK7NB/o=\", \"pom\": \"sha256-9DIR3AoX/PzVBDCr1bx0e2/SOu9FaWgrZc8rrw8gcnw=\" }, \"org/objenesis#objenesis/1.0\": { \"jar\": \"sha256-xWlLVdklJ0eTgvJUGZs8ax2HgPZSrWHpylmRmIf0kag=\", \"pom\": \"sha256-JInYiwSZ9V5173Xw8lBUV8cSxc+oR8maRvjes+fqPOs=\" }, \"org/slf4j#slf4j-api/1.7.25\": { \"jar\": \"sha256-GMSgCV1cHaa4F1kudnuyPSndL1YK1033X/OWHb3iW3k=\", \"pom\": \"sha256-fNnXoLXZPf1GGhSIkbQ1Cc9AOpx/n7SQYNNVTfHIHh4=\" }, \"org/slf4j#slf4j-parent/1.7.25\": { \"pom\": \"sha256-GPXFISDbA26I1hNviDnIMtB0vdqVx1bG9CkknS21SsY=\" }, \"org/unbescape#unbescape/1.1.6.RELEASE\": { \"jar\": \"sha256-WXz4fVsaTzhbnRzsl0t7SDq7PuhfxbP4tir45L7JXCw=\", \"pom\": \"sha256-AgOVYrsyfVQcDwUHZ+kYmPo4l0eSZojMITvRG8dRJ9E=\" } }, \"https://mvn.freenetproject.org\": { \"org/freenetproject#freenet-ext/29\": { \"jar\": \"sha256-MvKz1r7t9UE36i+aPr72dmbXafCWawjNF/19tZuk158=\" } }, \"https://repo.maven.apache.org/maven2\": { \"com/android/tools#common/22.7.2\": { \"jar\": \"sha256-6ttGKrkD+J2cPRFUxxHwRni3mSHGgmjTQYuba/NEMk4=\", \"pom\": \"sha256-8zhO5T3Z3fYzOUMDUs3/+WY225ZP0mzxaNvVOt8fSQg=\" }, \"com/android/tools#dvlib/22.7.2\": { \"jar\": \"sha256-/a4X4WbglSc1P37HGgt/PZPMBhxkf8p73ZZjJjO7Z+s=\", \"pom\": \"sha256-Q1HWW5dIC0kjSGhulIFI7Hp/AOVXbZjC9DHPIBxDSpw=\" }, \"com/android/tools#sdk-common/22.7.2\": { \"jar\": \"sha256-l/7SZpQEdLQTNBcmSalIWvV6Qqmsmrcm2S27X6SjPpU=\", \"pom\": \"sha256-Ln4pJV6PBhvVs706Vj7/nqu2xqmLSIHwlpzklOkrhD4=\" }, \"com/android/tools#sdklib/22.7.2\": { \"jar\": \"sha256-qFsaBA/dxaWEWjBuaOK4qx/+LFMS4buyoosTvxOE7RU=\", \"pom\": \"sha256-mGlFT4xtSEwnyYC4eIETnMx/7/Q+7g+MGkhtsbXUPSM=\" }, \"com/android/tools/build#builder-model/0.9.2\": { \"jar\": \"sha256-Utfe2Ho/LgcOOyj3IdFPXtik4s6cVFlT2C3cp0XQ/pU=\", \"pom\": \"sha256-8F2KJ7WoFcgydCbzj7DeW6zpgmAAtE4iR+vTxtcnw28=\" }, \"com/android/tools/build#builder-test-api/0.9.2\": { \"jar\": \"sha256-+i52Ho1fu3bUsVJVeE2nx89qaGW03e1IDXpCxvjqbgo=\", \"pom\": \"sha256-c2xEI3eXn7+LDkxMnGSI6Gg7In6VIXekA6LH+4SB2Fg=\" }, \"com/android/tools/build#builder/0.9.2\": { \"jar\": \"sha256-Vbz5bMADnI7bU9GRVeq+1NfgGgkbZv6zrbb/acJ59Bk=\", \"pom\": \"sha256-UaLeg+swvMwBEbTd3mkxvswC5HwpuqNgm9ErCm7kvvg=\" }, \"com/android/tools/build#gradle/0.9.2\": { \"jar\": \"sha256-gX/QEcuyw4yF/39EWHwTsUCoRUrfk3/Do/KKZggULII=\", \"pom\": \"sha256-DCk9CiNuuQYLtf32UJGE98BPy2xFGXbKkS0LysbBt7Y=\" }, \"com/android/tools/build#manifest-merger/22.7.2\": { \"jar\": \"sha256-KUCCoJLJeibyMtC+EhCamQj7pI/dOfdkWTI2nONiD5Q=\", \"pom\": \"sha256-yTWvDWMw7Lk41paAn7mIG5hMz07owjDEUP8nqVNIFv0=\" }, \"com/android/tools/build/gradle/maven-metadata\": { \"xml\": { \"groupId\": \"com.android.tools.build\", \"lastUpdated\": \"20170306221012\", \"release\": \"2.3.0\" } }, \"com/android/tools/ddms#ddmlib/22.7.2\": { \"jar\": \"sha256-NZ5F7s1IkUbifaIimc7nOzYL1Ox/wCfb2zXKys5BOfk=\", \"pom\": \"sha256-YrMjYBcQ4UiBuJ/LDEJ/DfnNbewtmiY+F17jMt8iMXY=\" }, \"com/android/tools/external/lombok#lombok-ast/0.2.2\": { \"jar\": \"sha256-Ww2J1DBMXGFGDkijsPMTf3EitDOBuLtQWr9HzF/bmoE=\", \"pom\": \"sha256-iuaeannJXNEvRP80ak/B1wrnLTlkqnk3cTbGPIv0074=\" }, \"com/android/tools/layoutlib#layoutlib-api/22.7.2\": { \"jar\": \"sha256-X/eOSXu1N9Hi9toYoVGvyQZ7Cj6Q6KQvHJldOxd0kSw=\", \"pom\": \"sha256-dyDIj0DkMDb+tWMd2uEnO8XSwURDnqGK3/p0J3LzHnM=\" }, \"com/android/tools/lint#lint-api/22.7.2\": { \"jar\": \"sha256-1faoCgpY1ycOFmiZGr+akAkteBBqy1qDRGddCv71Tv4=\", \"pom\": \"sha256-gs32TSJflZ0SMJzK4k21b17zmJzn27TrE/oEW01RaQM=\" }, \"com/android/tools/lint#lint-checks/22.7.2\": { \"jar\": \"sha256-Hrp9wZ3RAhpR3BkT5obPwe4yrP3e26H3NZf2X6ghXzM=\", \"pom\": \"sha256-5/n3/kXskHm5S/kCh6xSbyGQ6/vJyU3LJsGhsG2+uM8=\" }, \"com/android/tools/lint#lint/22.7.2\": { \"jar\": \"sha256-vyzGoCzhz2/wdqBBo6GC8G8chqZfU/vR69VK/cxqjrg=\", \"pom\": \"sha256-PPoEnyzLSe5u7n55c5WjqGrpizxkIIINKEb+B6bqKlc=\" }, \"com/google/guava#guava-parent/15.0\": { \"pom\": \"sha256-9RllyaeD1msuchhUmHcfYJsJcQik/g9xfPwzCBWV2js=\" }, \"com/google/guava#guava/15.0\": { \"jar\": \"sha256-ejRXV3DuvGClR2YW42dqbLbyl1x4xBXipgFKxyS6V4M=\", \"pom\": \"sha256-lxBXG7i0qZL0X/gKSOL+Ws7cdD6/iD1M/cuSBgIruFs=\" }, \"com/squareup#javawriter/2.2.1\": { \"jar\": \"sha256-HIIW3l9u2UaerpQhAybEt/5hFmvlAnaOkCd5xqe6vOo=\", \"pom\": \"sha256-XNmnCSuBlmCSc4cBpL28LkoDm/r8E6NcfKCYEc+7MPA=\" }, \"commons-codec#commons-codec/1.4\": { \"jar\": \"sha256-aqQjTHTzoQNXUaJYIlRYZ8jDcnElpkK24ElmXRhjYxs=\", \"pom\": \"sha256-9fMAaUIboBPna+znYEB9zIACJGHclVXcvXX9sG2aQI8=\" }, \"commons-logging#commons-logging/1.1.1\": { \"jar\": \"sha256-zm+RPK0fDbOq1wGG1lxbx//Mmpnj/o4LE3MSgZ98Ni8=\", \"pom\": \"sha256-0PLhbQVOi7l63ZyiZSXrI0b2koCfzSooeH2ozrPDXug=\" }, \"kxml2#kxml2/2.3.0\": { \"pom\": \"sha256-CVvyT0be2d4LZsqdZx3PVPj2FbqVFQsaMTw0dcVf1qU=\" }, \"net/sf/kxml#kxml2/2.3.0\": { \"jar\": \"sha256-8mTdn3mh/eEM5ezFMiHv8kvkyTMcgwt9UvLwintjPeI=\", \"pom\": \"sha256-Mc5gb06VGJNimbsNJ8l4+mHhhf0d58mHT+lZpT40poU=\" }, \"net/sf/proguard#proguard-base/4.10\": { \"jar\": \"sha256-pCU0cXeR5+2oMDYTNzWP4siLCRmAEfnu0epVkfNUTyQ=\", \"pom\": \"sha256-iYTsEfuzfC9fj1aDRT2mLVtGYU8VxVBxJUH9isYqnWs=\" }, \"net/sf/proguard#proguard-gradle/4.10\": { \"jar\": \"sha256-ijb/GXYIYcPPWijb4aadk+aEfi5aadg5PQhkQv8R0Ms=\", \"pom\": \"sha256-kZNouji8XuG6t3YYOqf2HKBaDg1syDbiOhByk59mK5E=\" }, \"net/sf/proguard#proguard-parent/4.10\": { \"pom\": \"sha256-31W088lOxk4iyZFZ/VmWktA9VNdaFRMXMqovUDOeLGM=\" }, \"org/apache#apache/4\": { \"pom\": \"sha256-npMjomuo6yOU7+8MltMbcN9XCAhjDcFHyrHnNUHMUZQ=\" }, \"org/apache/commons#commons-compress/1.0\": { \"jar\": \"sha256-CehOeXeMoboVtzNll6MhRX/CJb1dQfe0aTXSeSL8KnQ=\", \"pom\": \"sha256-O4swzTU6QIV7IEMRzGQVBLATSET8lhOMIkMlniAo/5E=\" }, \"org/apache/commons#commons-parent/11\": { \"pom\": \"sha256-ueAwbzk0YBBbij+lEFJQxSkbHvqpmVSs4OwceDEJoCo=\" }, \"org/apache/commons#commons-parent/5\": { \"pom\": \"sha256-i9YywAvfgKfeNsIrYPEkUsFH2Oyi8A151maZ6+faoCo=\" }, \"org/apache/httpcomponents#httpclient/4.1.1\": { \"jar\": \"sha256-6uUm0Ipmeb9soTjUWgAFsgum7EpAJ4i+gQlwcTyOR1E=\", \"pom\": \"sha256-rboX2TSKl9TOBfKCZ5cP2BlcYaVssG1eDdFfr/YP4qc=\" }, \"org/apache/httpcomponents#httpcomponents-client/4.1\": { \"pom\": \"sha256-UhW2SHmMbI2bnN42QtO/taTMiUt8hBEAQ1Ln3l0RmCc=\" }, \"org/apache/httpcomponents#httpcomponents-client/4.1.1\": { \"pom\": \"sha256-R1KE5emVUm1+dxUTSgdBLOctWYUEY0I4P13kGIoCKlM=\" }, \"org/apache/httpcomponents#httpcomponents-core/4.1\": { \"pom\": \"sha256-T3l//Zw9FW3g2+wf0eY+n9hYSpPHBDV2VT38twb2TeQ=\" }, \"org/apache/httpcomponents#httpcore/4.1\": { \"jar\": \"sha256-POON5R9OJGaMbRhAV6jQhUH56BXS0xnQ9GLwgwkrKc8=\", \"pom\": \"sha256-T8hq+jjpyfqwmcz0XCvHQ9RT5qsiJJCr/oZxl1w8cyc=\" }, \"org/apache/httpcomponents#httpmime/4.1\": { \"jar\": \"sha256-MWKVZhSOikdoiuQ7Qgq8Ps14PtFbM768AIJL8kybFao=\", \"pom\": \"sha256-2zzZW+wQAWBeFlPyhD6FQucS+iu2cv2cjBrOhsV2c9E=\" }, \"org/apache/httpcomponents#project/4.1.1\": { \"pom\": \"sha256-IbtNRN/1TjOjfBGvaYWacUICrgCWmqtUU+unJ2aI+Ow=\" }, \"org/bouncycastle#bcpkix-jdk15on/1.48\": { \"jar\": \"sha256-U0czNrTlqtd5aKGLFsVNFc28Q/Plehh4eZ7faUHQujc=\", \"pom\": \"sha256-v3z/mqxILUKuuKFVHQDrZ81DbsjNThJuyKHgnITdIX0=\" }, \"org/bouncycastle#bcprov-jdk15on/1.48\": { \"jar\": \"sha256-gEt+Ljuax3Hf07Q94WZmrGAI+GAPSPKN3JTjmhFOIog=\", \"pom\": \"sha256-KRIr50qOwbT8VB49opmL62Irw4wEuovx9Vk4aReCeYI=\" }, \"org/eclipse/jdt/core/compiler#ecj/4.2.2\": { \"jar\": \"sha256-THTfiGENZzssdL9bSLYoS65C+biA8K2JqK2mn+hKDXA=\", \"pom\": \"sha256-sh7YTnfE/FhyYqADSzUx+vt+WxGlMWqbjKo/47fqYj0=\" }, \"org/ow2#ow2/1.3\": { \"pom\": \"sha256-USFcZ9LAaNi30vb4D1E3KgmAdd7MxEjUvde5h7qDKPs=\" }, \"org/ow2/asm#asm-analysis/4.0\": { \"jar\": \"sha256-3VOXq69XIxBJrLEBxFHlmKlHpd0YKYMneVNc/cK68U4=\", \"pom\": \"sha256-7U8zeG58CrtuaOYcK047V7WLFOqu/ewxtwkCXja3/Hg=\" }, \"org/ow2/asm#asm-parent/4.0\": { \"pom\": \"sha256-QFr+Cu5AfJEcXkqoCpSdtVOS8XleE8oCrnKdFV30rBg=\" }, \"org/ow2/asm#asm-tree/4.0\": { \"jar\": \"sha256-2LAWoiBbLhQdtCbAQdKubQ1ButBQBioqUXWiWdNkF9o=\", \"pom\": \"sha256-eskVIWBDQDSQMyuS1unIoqd5QIyy1kgdqdOjXtGKLvw=\" }, \"org/ow2/asm#asm/4.0\": { \"jar\": \"sha256-+y3ekCCke7AkxD2d4KlOc6vveTvwjwE1TMl8stLiqVc=\", \"pom\": \"sha256-5jzvroWeRrEtOd1Yh3oZ+JN0pM6xvLE2Fz+nbUfXhtc=\" }, \"org/sonatype/oss#oss-parent/7\": { \"pom\": \"sha256-tR+IZ8kranIkmVV/w6H96ne9+e9XRyL+kM5DailVlFQ=\" } } } "} {"_id":"q-en-nixpkgs-cc618de5d8ac5e700e78319143d9977c097c8d98bda8adf649e535056eb7199e","text":" { lib, stdenvNoCC, fetchzip }: stdenvNoCC.mkDerivation rec { pname = \"jigmo\"; version = \"20230816\"; src = fetchzip { url = \"https://kamichikoichi.github.io/jigmo/Jigmo-${version}.zip\"; hash = \"sha256-wBec7IiUneqCEyY704Wi6F6WG0Z1KK7gBGcJhRjrRDc=\"; }; installPhase = '' runHook preInstall install -Dm644 *.ttf -t $out/share/fonts/truetype/ runHook postInstall ''; meta = with lib; { description = \"Japanese Kanji font set which is the official successor to Hanazono Mincho\"; homepage = \"https://kamichikoichi.github.io/jigmo/\"; license = licenses.cc0; maintainers = [ maintainers.marsam ]; platforms = platforms.all; }; } "} {"_id":"q-en-nixpkgs-cc8eff97ffffe7b8b77361660b3538166cd3a5722032541d0f20cf62604390ad","text":" --- souper-1be75fe6a96993b57dcba038798fe6d1c7d113eb-src/CMakeLists.txt.orig 2017-01-20 13:55:14.783632588 -0600 +++ souper-1be75fe6a96993b57dcba038798fe6d1c7d113eb-src/CMakeLists.txt 2017-01-20 13:55:20.505728456 -0600 @@ -33,7 +33,10 @@ OUTPUT_VARIABLE LLVM_SYSTEM_LIBS OUTPUT_STRIP_TRAILING_WHITESPACE ) -set(LLVM_LIBS \"${LLVM_LIBS} ${LLVM_SYSTEM_LIBS}\") + +if (LLVM_SYSTEM_LIBS) + set(LLVM_LIBS \"${LLVM_LIBS} ${LLVM_SYSTEM_LIBS}\") +endif() execute_process( COMMAND ${LLVM_CONFIG_EXECUTABLE} --ldflags "} {"_id":"q-en-nixpkgs-ccac84ef0feb2f27d021ff384f2c91b467779f4944653ce3dd53499ea4d5f7a2","text":" commit 08dbad8552ecca85d3e38072f94eb864b143d218 Author: Niklas Hambüchen Date: Mon Jan 22 12:52:06 2024 +0000 Cherry-pick fix for CVE-2023-49083 Cherry-Picked-From: f09c261ca10a31fe41b1262306db7f8f1da0e48a Cherry-Picked-By: Niklas Hambüchen diff --git a/src/cryptography/hazmat/backends/openssl/backend.py b/src/cryptography/hazmat/backends/openssl/backend.py index a3fe1bce4..58e7207c4 100644 --- a/src/cryptography/hazmat/backends/openssl/backend.py +++ b/src/cryptography/hazmat/backends/openssl/backend.py @@ -2383,9 +2383,12 @@ class Backend: _Reasons.UNSUPPORTED_SERIALIZATION, ) + certs: list[x509.Certificate] = [] + if p7.d.sign == self._ffi.NULL: + return certs + sk_x509 = p7.d.sign.cert num = self._lib.sk_X509_num(sk_x509) - certs = [] for i in range(num): x509 = self._lib.sk_X509_value(sk_x509, i) self.openssl_assert(x509 != self._ffi.NULL) diff --git a/tests/hazmat/primitives/test_pkcs7.py b/tests/hazmat/primitives/test_pkcs7.py index 4e61c5ef5..d8170bfb9 100644 --- a/tests/hazmat/primitives/test_pkcs7.py +++ b/tests/hazmat/primitives/test_pkcs7.py @@ -89,6 +89,12 @@ class TestPKCS7Loading: mode=\"rb\", ) + def test_load_pkcs7_empty_certificates(self, backend): + der = b\"x30x0Bx06x09x2Ax86x48x86xF7x0Dx01x07x02\" + + certificates = pkcs7.load_der_pkcs7_certificates(der) + assert certificates == [] + # We have no public verification API and won't be adding one until we get # some requirements from users so this function exists to give us basic "} {"_id":"q-en-nixpkgs-cd8744515a18be73bd9ab815ccffaf4361dedf16c00ae47b6d7cf7bb711654df","text":"mv nextstep/Emacs.app $out/Applications ''; # https://github.com/NixOS/nixpkgs/issues/13573 doCheck = false; meta = with stdenv.lib; { description = \"GNU Emacs 25 (pre), the extensible, customizable text editor\"; homepage = http://www.gnu.org/software/emacs/;"} {"_id":"q-en-nixpkgs-cda8838347dd21ab18a17f633f489433445214902a4a6284b537ebdc9603c3d0","text":"auth_request /oauth2/auth; error_page 401 = @redirectToAuth2ProxyLogin; # pass information via X-User and X-Email headers to backend, # requires running with --set-xauthrequest flag # set variables being used in locations.\"/\".extraConfig auth_request_set $user $upstream_http_x_auth_request_user; auth_request_set $email $upstream_http_x_auth_request_email; proxy_set_header X-User $user; proxy_set_header X-Email $email; # if you enabled --cookie-refresh, this is needed for it to work with auth_request auth_request_set $auth_cookie $upstream_http_set_cookie; add_header Set-Cookie $auth_cookie; ''; }; }) cfg.virtualHosts)));"} {"_id":"q-en-nixpkgs-cdb59f461f3b43ab580774728d4030ddee31ce8d0eedea8062db6e4944fa12de","text":"\"test_preload_song\" \"test_song_from_search_term\" \"test_song_from_url\" \"test_yt_search\" ]; makeWrapperArgs = ["} {"_id":"q-en-nixpkgs-cdbae43ff591aca0e8f759ed1e07aac7fb2fbd68f6e13f617d63055041c7f1f2","text":"# \"lift\" packages like curl from the final stdenv for Linux to # all-packages.nix for that platform (meaning that it has a line # like curl = if stdenv ? curl then stdenv.curl else ...). // extraAttrs; in stdenv) // extraAttrs ); in stdenv-overridable "} {"_id":"q-en-nixpkgs-cdc391b20ae28874ecb026bd506db7c433c7050b72e6d8175fcb7b3c9ded1d5b","text":"https://github.com/slashmili/alchemist.vim/,, https://github.com/dense-analysis/ale/,, https://github.com/vim-scripts/align/,, https://github.com/goolord/alpha-nvim/,HEAD, https://github.com/Olical/aniseed/,, https://github.com/pearofducks/ansible-vim/,, https://github.com/ckarnell/antonys-macro-repeater/,,"} {"_id":"q-en-nixpkgs-cdc6421e9fc00d3f8398d7d5f5a6119ec4405067cd028df0a634b77ceb195121","text":"patches = [ ./make-paths-configurable.patch ]; configurePhase = '' pixiePath=\"${pixie}/bin/pixie-vm\" pixiePath=\"${pixie}/bin/pixie\" basePath=\"$out/share/dust\" rlwrapPath=\"${rlwrap}/bin/rlwrap\" substituteAll dust.in dust chmod +x dust '';"} {"_id":"q-en-nixpkgs-cdcc32a0a3860c8ffc478e415c80e98156f367493cc118bc4cf455f5d5551c04","text":"]; buildInputs = [ rocm-thunk rocm-smi hsa-amd-aqlprofile-bin numactl libpciaccess libxml2 elfutils mpi systemd gtest ]; propagatedBuildInputs = [ rocmtoolkit-merged ]; cmakeFlags = [ \"-DCMAKE_MODULE_PATH=${clr}/lib/cmake/hip\" \"-DPROF_API_HEADER_PATH=${roctracer.src}/inc/ext\" \"-DHIP_ROOT_DIR=${clr}\" \"-DGPU_TARGETS=${lib.concatStringsSep \";\" gpuTargets}\" # Manually define CMAKE_INSTALL_"} {"_id":"q-en-nixpkgs-cde7323966403613217bc4ee7bd4f2ecec28db8e74979231eed4e7d0c7b59089","text":"services.hardware.bolt.enable = mkDefault true; services.xserver.libinput.enable = mkDefault true; # for controlling touchpad settings via gnome control center systemd.packages = [ pkgs.gnome3.vino ]; services.flatpak.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; # If gnome3 is installed, build vim for gtk3 too. nixpkgs.config.vim.gui = \"gtk3\";"} {"_id":"q-en-nixpkgs-ce1153c02110588d332a0626dd6dd15bcca720043dda22b326ed8e33f820cbc4","text":"binDir = if enableSeparateBinOutput then \"$bin/bin\" else \"$out/bin\"; newCabalFileUrl = \"http://hackage.haskell.org/package/${pname}-${version}/revision/${revision}.cabal\"; newCabalFileUrl = \"mirror://hackage/${pname}-${version}/revision/${revision}.cabal\"; newCabalFile = fetchurl { url = newCabalFileUrl; sha256 = editedCabalFile;"} {"_id":"q-en-nixpkgs-ce129cd94009f702421108788591e2152f38d80cb14131be9b170f261b34e67e","text":"''; }; prompt = { enable = mkEnableOption \"automatically sourcing git-prompt.sh. This does not change $PS1; it simply provides relevant utility functions\"; }; lfs = { enable = mkEnableOption (lib.mdDoc \"git-lfs\");"} {"_id":"q-en-nixpkgs-ce28f43eef61e0bdb7128afa2e86bd27e09bef53260c88456769daa546e525c1","text":"buildInputs = [ cmake python3 xlibsWrapper libxcb libXrandr libXext wayland ]; enableParallelBuilding = true; preConfigure = '' substituteInPlace loader/vulkan.pc.in --replace 'includedir=''${prefix}/include' 'includedir=${vulkan-headers}/include' ''; cmakeFlags = [ \"-DSYSCONFDIR=${addOpenGLRunpath.driverLink}/share\" \"-DVULKAN_HEADERS_INSTALL_DIR=${vulkan-headers}\""} {"_id":"q-en-nixpkgs-ce47ed7a2c1b94cad0a33f6e50185b282edc6a04593046813a8c575e24d64163","text":"./config/fonts/fontdir.nix ./config/fonts/ghostscript.nix ./config/fonts/packages.nix ./config/gnu.nix ./config/gtk/gtk-icon-cache.nix ./config/i18n.nix ./config/iproute2.nix"} {"_id":"q-en-nixpkgs-ce6f5192e7df60280b5d6ccffe9edad06af54ca7eba69043aa1cfbc41ab03c51","text":"stdenv.mkDerivation rec { pname = \"xreader\"; version = \"3.4.3\"; version = \"3.4.4\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname; rev = version; sha256 = \"sha256-GkJo/wc5StyeQv0pv5XK0Qy3o8EGpfPYY8gOMq0Afgs=\"; sha256 = \"sha256-uYnQE1GjkUxYlvXSJNmvr6q4OdvAWgv8HqTXk0KkRQM=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-ce79245f7afeb82677f5cbd720610ea4b9ea98c891a7aee6feeb22c51dae955e","text":"install_name_tool -change libblas.dylib ${blas}/lib/libblas.dylib $out/lib/libarpack.dylib ''; # disable stackprotector on aarch64-darwin for now # https://github.com/NixOS/nixpkgs/issues/127608 hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ \"stackprotector\" ]; meta = { homepage = \"https://github.com/opencollab/arpack-ng\"; description = ''"} {"_id":"q-en-nixpkgs-cea6d72da53326d68e9af1dbb46f67f119e8453500e920bfa3e013b2394bf2e6","text":" { lib, stdenv, fetchFromGitHub, boost-build, lua, boost }: { lib, stdenv, fetchFromGitHub, lua, boost, cmake }: stdenv.mkDerivation rec { pname = \"luabind\"; version = \"0.9.1\"; src = fetchFromGitHub { owner = \"luabind\"; owner = \"Oberon00\"; repo = \"luabind\"; rev = \"v${version}\"; sha256 = \"sha256-sK1ca2Oj9yXdmxyXeDO3k8YZ1g+HxIXLhvdTWdPDdag=\"; rev = \"49814f6b47ed99e273edc5198a6ebd7fa19e813a\"; sha256 = \"sha256-JcOsoQHRvdzF2rsZBW6egOwIy7+7C4wy0LiYmbV590Q\"; }; patches = [ ./0.9.1_modern_boost_fix.patch ./0.9.1_boost_1.57_fix.patch ./0.9.1_discover_luajit.patch ]; nativeBuildInputs = [ cmake ]; buildInputs = [ boost-build lua boost ]; buildInputs = [ boost ]; propagatedBuildInputs = [ lua ]; buildPhase = \"LUA_PATH=${lua} bjam release\"; installPhase = \"LUA_PATH=${lua} bjam --prefix=$out release install\"; passthru = { inherit lua; };"} {"_id":"q-en-nixpkgs-cece2321f74f429ea2fda913956fc352f6ccdc2d69409a5762fd68881e899827","text":" { lib , stdenv , fetchFromGitHub , rustPlatform , pkg-config , meson , ninja , rustc , cargo , wrapGAppsHook4 , python3 , libadwaita , graphene , gst_all_1 , glib-networking , darwin , libsoup_3 }: stdenv.mkDerivation rec { pname = \"glide-media-player\"; version = \"0.6.1\"; src = fetchFromGitHub { owner = \"philn\"; repo = \"glide\"; rev = version; hash = \"sha256-dIXuWaoTeyVBhzr6VWxYBsn+CnUYG/KzhzNJtLLdRuI=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = \"${pname}-${version}\"; hash = \"sha256-azvxW40fuKuF/N0qwzofFk1bZiNxyTN6YBFU5qHQkCA=\"; }; postPatch = '' substituteInPlace scripts/meson_post_install.py --replace \"gtk-update-icon-cache\" \"gtk4-update-icon-cache\" patchShebangs --build scripts/meson_post_install.py '' + lib.optionalString stdenv.isDarwin '' sed -i \"/wayland,x11egl,x11glx/d\" meson.build ''; nativeBuildInputs = [ pkg-config meson ninja rustPlatform.cargoSetupHook rustc cargo wrapGAppsHook4 python3 ]; buildInputs = [ libadwaita graphene gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-good glib-networking ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.IOKit ]; # FIXME: gst-plugins-good missing libsoup breaks streaming # (https://github.com/nixos/nixpkgs/issues/271960) preFixup = '' gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ libsoup_3 ]}\") ''; meta = with lib; { description = \"Linux/macOS media player based on GStreamer and GTK\"; homepage = \"https://philn.github.io/glide\"; license = licenses.mit; maintainers = with maintainers; [ aleksana ]; mainProgram = \"glide\"; platforms = platforms.unix; # error: could not find system library 'gstreamer-gl-1.0' required by the 'gstreamer-gl-sys' crate broken = stdenv.isDarwin && stdenv.isx86_64; }; } "} {"_id":"q-en-nixpkgs-cee8e6dd481226634df3e829909f9d8961f7256c28b6ae141ab6a27a0db0121c","text":"ssh-askpass-fullscreen = callPackage ../tools/networking/ssh-askpass-fullscreen { }; sshed = callPackage ../tools/networking/sshed { }; sshguard = callPackage ../tools/security/sshguard { }; sshping = callPackage ../tools/networking/sshping { };"} {"_id":"q-en-nixpkgs-ceed4842895abdf6c49413a8a208f92f073a4555b24b964a5858129131e4e13b","text":"python3.pkgs.buildPythonApplication rec { pname = \"sticky\"; version = \"1.11\"; version = \"1.12\"; format = \"other\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname; rev = version; hash = \"sha256-PXJpNKzF9goQvfh3lUUfOaZFessFNrWtg8nMDxPxRMo=\"; hash = \"sha256-kAO8Qz4bTn3+YeIXAvPZ1SpKgn+g+rBgi9+TaqL1vOY=\"; }; postPatch = ''"} {"_id":"q-en-nixpkgs-cefe5bfc3695bc41554e7d2289a6a8cc47c277d63ac22a38066e145e5dfe11ea","text":"}; systemd.services.libvirtd = { wantedBy = [ \"multi-user.target\" ]; requires = [ \"libvirtd-config.service\" ]; after = [ \"libvirtd-config.service\" ] ++ optional vswitch.enable \"ovs-vswitchd.service\";"} {"_id":"q-en-nixpkgs-cf49ff491b25a8825a4e5d39a50f234ab007ef59cbed15bffd6bf43760129b6a","text":"gmic_stdlib = fetchurl { name = \"gmic_stdlib.h\"; url = \"http://gmic.eu/gmic_stdlib${lib.replaceStrings [\".\"] [\"\"] version}.h\"; sha256 = \"adObp8s+2TWaS+X/bQSphWRK6o85h+DGwlIDol6XN/4=\"; hash = \"sha256-kWHzA1Dk7F4IROq/gk+RJllry3BABMbssJxhkQ6Cp2M=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-cfb972df2f7acc39af219207f1341a6b2021520200315dacb91256f924ff4a14","text":"use = builtins.trace \"Obsolete option `${showOption from}' is used. It was renamed to `${showOption to}'.\"; }; mkRenamedOptionModuleWith = { /* Old option path as list of strings. */ from, /* New option path as list of strings. */ to, /* Release number of the first release that contains the rename, ignoring backports. Set it to the upcoming release, matching the nixpkgs/.version file. */ sinceRelease, }: doRename { inherit from to; visible = false; warn = lib.isInOldestRelease sinceRelease; use = lib.warnIf (lib.isInOldestRelease sinceRelease) \"Obsolete option `${showOption from}' is used. It was renamed to `${showOption to}'.\"; }; /* Return a module that causes a warning to be shown if any of the \"from\" option is defined; the defined values can be used in the \"mergeFn\" to set the \"to\" value."} {"_id":"q-en-nixpkgs-cfcbbdc22928304d5d606cb2f48a9d311fcb879aff720d11f5b977c468a3bc18","text":", protobuf, speechd, libXdamage, cups , ffmpeg, libxslt, libxml2, at-spi2-core , jre , pipewire_0_2 # optional dependencies , libgcrypt ? null # gnomeSupport || cupsSupport"} {"_id":"q-en-nixpkgs-d006ad21f13954ebe3437c8497bd21c689038683dce9d09e71c7ac2dd0093a41","text":", makeWrapper , autoreconfHook , gtk-doc , graphviz }: let python = python2.withPackages (pp: [ pp.pygtk ]);"} {"_id":"q-en-nixpkgs-d012196484be196da3abd020d0ad99279167f1891cb768ac7487bd905ad4cc15","text":"doCheck = false; postPatch = '' substituteInPlace CMakeLists.txt --replace $'{SoQt_INCLUDE_DIRS}' substituteInPlace distutils_cmake/CMakeLists.txt --replace $'{SoQt_INCLUDE_DIRS}' $'{Coin_INCLUDE_DIR}';$'{SoQt_INCLUDE_DIRS}' '';"} {"_id":"q-en-nixpkgs-d03da762637efaab372d9cf6ac9a454e5b8bf99f1cfa5bc1abe9d08b370bdf1f","text":"\"-DCMAKE_INSTALL_LIBDIR=lib\" \"-DBUILD_DOCS:BOOL=ON\" (lib.optionalString usePython \"-DUSE_PYTHON=true\") ] ++ lib.optionals (usePython && stdenv.isDarwin) [ # Fix python lookup on Darwin. Not necessary after # https://github.com/NixOS/nixpkgs/pull/94090 lands in master \"-DPython_ROOT_DIR=${python}\" ]; # by default, it will query the python interpreter for it's sitepackages location"} {"_id":"q-en-nixpkgs-d05f11ec4cc42b261b74dc0569e232788795e77d95ba58e7fc983859f23f5c48","text":"# ToDo: a ligther version of libsoup to have FTP/HTTP support? ] ++ stdenv.lib.optionals gnomeSupport (with gnome; [ libsoup gcr glib-networking # TLS support gnome-online-accounts libsecret libgdata ]);"} {"_id":"q-en-nixpkgs-d09879f81afe08dd38130183e6fdfbb5abcfcca1578c6b60d7d4bf783b990f30","text":" { lib , stdenv , fetchFromGitHub , buildNpmPackage , nix-update-script , electron , writeShellScriptBin , makeWrapper , copyDesktopItems , giflib , makeDesktopItem , pkg-config , pixman , cairo , pango , npm-lockfile-fix , overrideSDK , darwin { lib, stdenv, fetchFromGitHub, buildNpmPackage, nix-update-script, electron, writeShellScriptBin, makeWrapper, copyDesktopItems, makeDesktopItem, pkg-config, pixman, cairo, pango, npm-lockfile-fix, overrideSDK, darwin, }: let # fix for: https://github.com/NixOS/nixpkgs/issues/272156 buildNpmPackage' = buildNpmPackage.override { stdenv = if stdenv.isDarwin then overrideSDK stdenv \"11.0\" else stdenv; }; buildNpmPackage' = buildNpmPackage.override { stdenv = if stdenv.isDarwin then overrideSDK stdenv \"11.0\" else stdenv; }; in buildNpmPackage' rec { pname = \"bruno\";"} {"_id":"q-en-nixpkgs-d09f9f4f6361e9d3708808676e6b5fa4d3921260b0a4354cefcffc53ae1330fb","text":"buildNpmPackage rec { pname = \"bitwarden-cli\"; version = \"2023.10.0\"; version = \"2023.12.0\"; src = fetchFromGitHub { owner = \"bitwarden\"; repo = \"clients\"; rev = \"cli-v${version}\"; hash = \"sha256-egXToXWfb9XV7JuCRBYJO4p/e+WOwMncPKz0oBgeALQ=\"; hash = \"sha256-WYhLKV3j3Ktite5u1H4fSku38hCCrMzKoxtjq6aT9yo=\"; }; nodejs = nodejs_18; npmDepsHash = \"sha256-iO8ZozVl1vOOqowQARnRJWSFUFnau46+dKfcMSkyU3o=\"; npmDepsHash = \"sha256-bnYpvHO9Pnob+MbrSshv03mSwXCADH/2xw33nLVKMdg=\"; nativeBuildInputs = [ python3"} {"_id":"q-en-nixpkgs-d0ad5da825b277b3146ddeeabefb1531d0f9206ae8e396d25968825e052bc9c8","text":" #! @bash@/bin/bash set -eo pipefail PATH=@coreutils@/bin:$PATH export CLASSPATH=@CLASSPATH@ export FREENET_HOME=\"$HOME/.local/share/freenet\" if [ -n \"$XDG_DATA_HOME\" ] ; then FREENET_HOME=\"$XDG_DATA_HOME/freenet\" fi mkdir -p -- $FREENET_HOME cp -u -- @seednodes@/seednodes.fref $FREENET_HOME/seednodes.fref chmod u+rw -- $FREENET_HOME/seednodes.fref cd -- $FREENET_HOME exec @jre@/bin/java -Xmx1024M freenet.node.NodeStarter \"$@\" "} {"_id":"q-en-nixpkgs-d0b7f261d02663f82d993105dc3406bff78fa01c73a0f07c04dd7743f6b0ef25","text":" - The `power.ups` module now generates `upsd.conf`, `upsd.users` and `upsmon.conf` automatically from a set of new configuration options. This breaks compatibility with existing `power.ups` setups where these files were created manually. Back up these files before upgrading NixOS. - `mkosi` was updated to v19. Parts of the user interface have changed. Consult the [release notes](https://github.com/systemd/mkosi/releases/tag/v19) for a list of changes."} {"_id":"q-en-nixpkgs-d0bcc51eaaf77a59ac14b9615e0ecb033a4a50a710a4e96ca14f6ea22fd47645","text":"with lib; let cfg = config.services.networkd-dispatcher; in { options = { services.networkd-dispatcher = {"} {"_id":"q-en-nixpkgs-d0d60fdf7197ff15c06035f46105a02e96777c20dde521d021c877588f994e5c","text":"nlohmann_json ]; NIX_LDFLAGS = lib.optionals (!atLeast24) [ # https://github.com/NixOS/nix/commit/3e85c57a6cbf46d5f0fe8a89b368a43abd26daba (lib.optionalString enableStatic \"-lssl -lbrotlicommon -lssh2 -lz -lnghttp2 -lcrypto\") # https://github.com/NixOS/nix/commits/74b4737d8f0e1922ef5314a158271acf81cd79f8 (lib.optionalString (stdenv.hostPlatform.system == \"armv5tel-linux\" || stdenv.hostPlatform.system == \"armv6l-linux\") \"-latomic\") ]; postPatch = '' patchShebangs --build tests '';"} {"_id":"q-en-nixpkgs-d0d6e0e3491ef41d2dd9a12f652cb0290a3ce2f4b1c8a9457982f61d0ec48ea9","text":"desktop-file-utils glib wrapGAppsHook python3Packages.pip ]; buildInputs = ["} {"_id":"q-en-nixpkgs-d1995e56a88d430a0895831cedca7b01d96e87579a270f2d6fc0da1ac7b6a8bc","text":"doCheck = (!stdenv.isDarwin); # examples.complex.xss_scanner doesn't import correctly with pytest5 checkPhase = '' export HOME=$(mktemp -d) export LC_CTYPE=en_US.UTF-8 pytest -k 'not test_find_unclaimed_URLs and not test_tcp' pytest --ignore test/examples -k 'not test_find_unclaimed_URLs and not test_tcp' ''; propagatedBuildInputs = ["} {"_id":"q-en-nixpkgs-d19b933a985134ff969eab37c4c488881b4b279b650b5cc2b069f7523be28aad","text":"${optionalString cfg.caching.apcu \"'memcache.local' => 'OCMemcacheAPCu',\"} 'log_type' => 'syslog', 'log_level' => '${builtins.toString cfg.logLevel}', ${optionalString (cfg.config.overwriteProtocol != null) \"'overwriteprotocol' => '${cfg.config.overwriteProtocol}',\"} ${optionalString (c.overwriteProtocol != null) \"'overwriteprotocol' => '${c.overwriteProtocol}',\"} ${optionalString (c.dbname != null) \"'dbname' => '${c.dbname}',\"} ${optionalString (c.dbhost != null) \"'dbhost' => '${c.dbhost}',\"} ${optionalString (c.dbport != null) \"'dbport' => '${toString c.dbport}',\"} ${optionalString (c.dbuser != null) \"'dbuser' => '${c.dbuser}',\"} ${optionalString (c.dbtableprefix != null) \"'dbtableprefix' => '${toString c.dbtableprefix}',\"} ${optionalString (c.dbpass != null) \"'dbpassword' => '${c.dbpass}',\"} ${optionalString (c.dbpassFile != null) \"'dbpassword' => nix_read_pwd(),\"} 'dbtype' => '${c.dbtype}', 'trusted_domains' => ${writePhpArrary c.extraTrustedDomains}, ]; ''; occInstallCmd = let c = cfg.config; adminpass = if c.adminpassFile != null then ''\"$(<\"${toString c.adminpassFile}\")\"'' else ''\"${toString c.adminpass}\"''; dbpass = if c.dbpassFile != null then ''\"$(<\"${toString c.dbpassFile}\")\"'' else if c.dbpass != null then ''\"${toString c.dbpass}\"'' else null; adminpass = if c.adminpassFile != null then ''\"$(<\"${toString c.adminpassFile}\")\"'' else ''\"${toString c.adminpass}\"''; installFlags = concatStringsSep \" n \" (mapAttrsToList (k: v: \"${k} ${toString v}\") { \"--database\" = ''\"${c.dbtype}\"'';"} {"_id":"q-en-nixpkgs-d1ac0ba9fb9ccecc93a3cda49e5f6f20962f648615c735f7f90eb1fd6bb96d80","text":"# luarocks only looks for rockspecs in the default/system tree instead of all # configured trees) luarocks_config = \"luarocks-config.lua\"; luarocks_content = '' luarocks_content = let extraVariablesStr = lib.concatStringsSep \"n \" (lib.mapAttrsToList (k: v: \"${k}='${v}';\") extraVariables); in '' local_cache = \"\" -- To prevent collisions when creating environments, we install the rock -- files into per-package subdirectories"} {"_id":"q-en-nixpkgs-d1ad2586c8c0e2db07ca35351d036178d47d77f7373dd8b8c4324b412672378b","text":"}; }; # Test OCSP Stapling specialisation.ocsp-stapling.configuration = { pkgs, ... }: { security.acme.certs.\"a.example.test\" = { ocspMustStaple = true; }; services.nginx.virtualHosts.\"a.example.com\" = { extraConfig = '' ssl_stapling on; ssl_stapling_verify on; ''; }; }; # Test using Apache HTTPD specialisation.httpd-aliases.configuration = { pkgs, config, lib, ... }: { services.nginx.enable = lib.mkForce false;"} {"_id":"q-en-nixpkgs-d1c1d19e52a05cd74ecda7b536f1dc1e713f768692a088b1403b1d3f09bc1035","text":"\"test_album_from_string\" \"test_album_from_url\" \"test_album_length\" \"test_artist_from_url\" \"test_artist_from_string\" \"test_artist_from_url\" \"test_convert\" \"test_download_ffmpeg\" \"test_download_song\""} {"_id":"q-en-nixpkgs-d1c9b8cbaf54a8ec8c076a1c5c1e598d175b3dd5d557ec119aa0ffd4f84217bf","text":", awscli }: python3.pkgs.buildPythonApplication rec { pname = \"awscli\"; version = \"1.32.101\"; # N.B: if you change this, change botocore and boto3 to a matching version too pyproject = true; let botocoreVersion = python3.pkgs.botocore.version; # awscli.version should be pinned to 2 minor versions less than the botocoreVersion versionMinor = toString (lib.toInt (lib.versions.minor botocoreVersion) - 2); versionPatch = lib.versions.patch botocoreVersion; self = python3.pkgs.buildPythonApplication rec { pname = \"awscli\"; version = \"1.${versionMinor}.${versionPatch}\"; # N.B: if you change this, change botocore and boto3 to a matching version too pyproject = true; src = fetchPypi { inherit pname version; hash = \"sha256-M4KzuQ+srPfk85P5QeQfVMorSKWhmNhdX4AY0AeRDTQ=\"; }; src = fetchPypi { inherit pname version; hash = \"sha256-GPcXkl2H0XNaeqt2/qD5+KvW23dRB0X+zLWo9hLigQM=\"; }; nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ]; nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ]; pythonRelaxDeps = [ \"botocore\" \"colorama\" \"docutils\" \"rsa\" ]; pythonRelaxDeps = [ # botocore must not be relaxed \"colorama\" \"docutils\" \"rsa\" ]; build-system = [ python3.pkgs.setuptools ]; build-system = [ python3.pkgs.setuptools ]; propagatedBuildInputs = with python3.pkgs; [ botocore s3transfer colorama docutils rsa pyyaml groff less ]; propagatedBuildInputs = with python3.pkgs; [ botocore s3transfer colorama docutils rsa pyyaml groff less ]; postInstall = '' mkdir -p $out/share/bash-completion/completions echo \"complete -C $out/bin/aws_completer aws\" > $out/share/bash-completion/completions/awscli postInstall = '' mkdir -p $out/share/bash-completion/completions echo \"complete -C $out/bin/aws_completer aws\" > $out/share/bash-completion/completions/awscli mkdir -p $out/share/zsh/site-functions mv $out/bin/aws_zsh_completer.sh $out/share/zsh/site-functions mkdir -p $out/share/zsh/site-functions mv $out/bin/aws_zsh_completer.sh $out/share/zsh/site-functions rm $out/bin/aws.cmd ''; rm $out/bin/aws.cmd ''; doInstallCheck = true; doInstallCheck = true; installCheckPhase = '' runHook preInstallCheck installCheckPhase = '' runHook preInstallCheck $out/bin/aws --version | grep \"${python3.pkgs.botocore.version}\" $out/bin/aws --version | grep \"${version}\" $out/bin/aws --version | grep \"${botocoreVersion}\" $out/bin/aws --version | grep \"${version}\" runHook postInstallCheck ''; runHook postInstallCheck ''; passthru = { python = python3; # for aws_shell updateScript = nix-update-script { # Excludes 1.x versions from the Github tags list extraArgs = [ \"--version-regex\" \"^(1.(.*))\" ]; }; tests.version = testers.testVersion { package = awscli; command = \"aws --version\"; inherit version; passthru = { python = python3; # for aws_shell updateScript = nix-update-script { extraArgs = [ \"--version=skip\" ]; }; tests.version = testers.testVersion { package = awscli; command = \"aws --version\"; inherit version; }; }; }; meta = with lib; { homepage = \"https://aws.amazon.com/cli/\"; changelog = \"https://github.com/aws/aws-cli/blob/${version}/CHANGELOG.rst\"; description = \"Unified tool to manage your AWS services\"; license = licenses.asl20; mainProgram = \"aws\"; maintainers = with maintainers; [ anthonyroussel ]; meta = with lib; { homepage = \"https://aws.amazon.com/cli/\"; changelog = \"https://github.com/aws/aws-cli/blob/${version}/CHANGELOG.rst\"; description = \"Unified tool to manage your AWS services\"; license = licenses.asl20; mainProgram = \"aws\"; maintainers = with maintainers; [ anthonyroussel ]; }; }; } in assert self ? pythonRelaxDeps -> !(lib.elem \"botocore\" self.pythonRelaxDeps); self "} {"_id":"q-en-nixpkgs-d206892e7ea550eb7aad86e42c6d1b113c78591bec9060558d57549681ee157d","text":"* Full encryption, DHT, and PEX support ''; homepage = \"http://www.transmissionbt.com/\"; license = lib.licenses.gpl2; # parts are under MIT license = lib.licenses.gpl2Plus; # parts are under MIT maintainers = with lib.maintainers; [ astsmtl vcunat wizeman ]; platforms = lib.platforms.unix; };"} {"_id":"q-en-nixpkgs-d20dbb51a41802b42065103c8e4c1b3bbbee594bfeb156661ebb6acd91423099","text":" { lib , stdenv , fetchurl , pkg-config , lua , readline , ncurses , lz4 , tbox , xmake-core-sv }: stdenv.mkDerivation rec { pname = \"xmake\"; version = \"2.7.9\"; src = fetchurl { url = \"https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz\"; hash = \"sha256-m0LYY0gz9IhbBbiUKd1gBE3KmSMvYJYyC42Ff7M9Ku8=\"; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ lua lua.pkgs.cjson readline ncurses lz4 tbox xmake-core-sv ]; configureFlags = [ \"--external=y\" ]; meta = with lib; { description = \"A cross-platform build utility based on Lua\"; homepage = \"https://xmake.io\"; license = licenses.asl20; platforms = lua.meta.platforms; maintainers = with maintainers; [ rewine ]; }; } "} {"_id":"q-en-nixpkgs-d21f846c53a3bbf3e7b59d60ff9541c322684e80d0f19c8635ee6000294d3841","text":"are used internally to configure an HTTP server using PHP-FPM and nginx. The config attribute set is used for the config.php which is used for the application's configuration. Beware: this isn't entirely pure since the config is modified by the application's runtime! used by the imperative installer and all values are written to an additional file to ensure that changes can be applied by changing the module's options. In case the application serves multiple hosts (those are checked with In case the application serves multiple domains (those are checked with $_SERVER['HTTP_HOST']) those can be added using it's needed to add them to services.nextcloud.config.extraTrustedDomains. Auto updates for Nextcloud apps can be enabled using services.nextcloud.autoUpdateApps.
Pitfalls"} {"_id":"q-en-nixpkgs-d2304b3fad600f4c98d93fa0651b42d9378dc0672c55c2ff3d3868ff7dcd46ad","text":"libsoup gnome3.gnome-settings-daemon gnome3.nautilus gnome3.mutter gnome3.gnome-desktop gobjectIntrospection gnome3.nautilus # Makes it possible to select user themes through the `user-theme` extension gnome3.gnome-shell-extensions ]; postPatch = ''"} {"_id":"q-en-nixpkgs-d238150087e1437124025c89029bb30a07b276d8f8c39f8d2a9a42b0f84a8f51","text":"EOF cat ${certdata2pem} > certdata2pem.py patch -p1 < ${./fix-unicode-ca-names.patch} ${optionalString includeEmail '' # Disable CAs used for mail signing substituteInPlace certdata2pem.py --replace ['CKA_TRUST_EMAIL_PROTECTION'] ''' ''} ''; buildPhase = ''"} {"_id":"q-en-nixpkgs-d28349aead8fe51445a83fa6802f55c1c18ba66002e7dfe95adb420bfdaf90f0","text":"# For backwards compatibility with removed pkgs/development/interpreters/hy # Example usage: # hy.withPackages (ps: with ps; [ hyrule requests ]) withPackages = python-packages: python.withPackages (ps: (python-packages ps) ++ [ ps.hy ]); withPackages = python-packages: (python.withPackages (ps: (python-packages ps) ++ [ ps.hy ])).overrideAttrs (old: { name = \"${hy.name}-env\"; meta = lib.mergeAttrs (builtins.removeAttrs hy.meta [ \"license\" ]) { mainProgram = \"hy\"; }; }); }; meta = with lib; {"} {"_id":"q-en-nixpkgs-d2885974b2845529c0317999e5d85afa96ac6413d02a95ab51a3c26f9da6afa9","text":"# badPlatformsConditions :: AttrSet Bool # Sets `meta.badPlatforms = meta.platforms` if any of the conditions are true. # Example: Broken on a specific architecture when some condition is met (like targeting Jetson). badPlatformsConditions = { }; badPlatformsConditions = { \"No source\" = !sourceMatchesHost; }; # src :: Optional Derivation src = trivial.pipe redistArch ["} {"_id":"q-en-nixpkgs-d2919736b7df53ab382602df77a74052d2c485fca9159dd4c18650402b30ddea","text":"nativeBuildInputs = [ cmake ninja curl git pandoc wrapQtAppsHook copyDesktopItems pkg-config unzip zip ]; buildInputs = [ libGL libGLU xorg.libXxf86vm xorg.libSM freeimage freetype qtbase catch2 fmt freeimage freetype qtbase qtwayland catch2 fmt glew miniz tinyxml-2 assimp ]; QT_PLUGIN_PATH = \"${qtbase}/${qtbase.qtPluginPrefix}\";"} {"_id":"q-en-nixpkgs-d2cbab272822873e6ddf90f7e1004aa0829a3ca6560bdd20350c9827a942aa8e","text":"cmakeFlags = '' -DSC_WII=OFF -DSC_EL=${if useSCEL then \"ON\" else \"OFF\"} -DSC_EL=${if useSCEL then \"ON\" else \"OFF\"} ''; nativeBuildInputs = [ cmake pkgconfig ]; buildInputs = [ gcc libjack2 libsndfile fftw curl libXt qt readline ] buildInputs = [ gcc ljack2 libsndfile fftw curl libXt qt readline ] ++ optional useSCEL emacs; }"} {"_id":"q-en-nixpkgs-d2d97577894c3cdb41986b5912203e8d1e609d228f29fe2d211c773a8cbfcc2e","text":"# A target remains active. Use this to probe the fact that # a service fired eventhough it is not RemainAfterExit systemd.targets.\"acme-finished-a.example.test\" = {}; systemd.services.\"acme-a.example.test\" = { wants = [ \"acme-finished-a.example.test.target\" ]; before = [ \"acme-finished-a.example.test.target\" ]; after = [ \"nginx.service\" ]; systemd.targets.\"acme-finished-a.example.test\" = { after = [ \"acme-a.example.test.service\" ]; wantedBy = [ \"acme-a.example.test.service\" ]; }; services.nginx.enable = true;"} {"_id":"q-en-nixpkgs-d2ffa6ee8c60539f3b3ef1e457a9f6081c0251fcfc4e5a84f5f9b8a12f8ee01d","text":"patches = [ ./fedora-fixes.patch ]; # Fix for #40213, probably permanent, because upstream doesn't seem to be # developed anymore. Alternatively, gcc7Stdenv could be used. NIX_CFLAGS_COMPILE = \"-Wno-error=array-bounds\"; meta = with stdenv.lib; { homepage = https://sourceforge.net/projects/omxil/; description = \"An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components\";"} {"_id":"q-en-nixpkgs-d30b1eea36a67ee1c2dca087756d491a3ec22e138e579dbcc4fe08b1b7672eaa","text":" { lib, stdenv, pixie, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub , pixie, rlwrap }: stdenv.mkDerivation rec { pname = \"dust\";"} {"_id":"q-en-nixpkgs-d32695ea6e3e2febbcadd0afbbe62c26626b7a074d11e90224594fe76c81fbbd","text":"rich-rst = callPackage ../development/python-modules/rich-rst { }; rich-theme-manager = callPackage ../development/python-modules/rich-theme-manager { }; ring-doorbell = callPackage ../development/python-modules/ring-doorbell { }; rio-tiler = callPackage ../development/python-modules/rio-tiler { };"} {"_id":"q-en-nixpkgs-d3a9515b67739491d3bb02f34f1a4276a01765778a170ba92a7c73c30b6644c2","text":"./programs/nm-applet.nix ./programs/npm.nix ./programs/oblogout.nix ./programs/partition-manager.nix ./programs/plotinus.nix ./programs/proxychains.nix ./programs/qt5ct.nix"} {"_id":"q-en-nixpkgs-d3ba0120e0b13465760aed3abc4659a88aad51661fb8621207717c5f6c98d1e7","text":" diff --git a/meson.build b/meson.build index 5030d0c..6de7a20 100644 --- a/meson.build +++ b/meson.build @@ -32,10 +32,11 @@ transmission_dep = declare_dependency( meson.get_compiler('c').find_library('dht'), meson.get_compiler('c').find_library('natpmp'), meson.get_compiler('c').find_library('event'), -\t\t\t\tmeson.get_compiler('c').find_library('libcurl'), -\t\t\t\tmeson.get_compiler('c').find_library('libcrypto'), +\t\t\t\tmeson.get_compiler('c').find_library('curl'), +\t\t\t\tmeson.get_compiler('c').find_library('crypto'), +\t\t\t\tmeson.get_compiler('c').find_library('ssl'), meson.get_compiler('c').find_library('libpthread'), -\t\t\t\tmeson.get_compiler('c').find_library('libz'), +\t\t\t\tmeson.get_compiler('c').find_library('z'), transmission_vapi, transmission_lib ]) @@ -45,4 +46,4 @@ subdir('data') subdir('po') subdir('src') -meson.add_install_script('build-aux/postinstall.py') +meson.add_install_script('python3', '../build-aux/postinstall.py') "} {"_id":"q-en-nixpkgs-d3ba848ca75ecbab1dd33c3f811eb131c5f0b52946b0e43dfe7e458a7cc5403b","text":"+ +case $1 in + \"\"|\"repl\") + rlwrap_cmd=\"\" + if [ -n \"`which rlwrap`\" ]; then + rlwrap_cmd=\"rlwrap -aignored -n\" + fi + $rlwrap_cmd $pixie_path $load_path + $rlwrap_cmd -aignored -n $pixie_path $load_path + ;; + \"run\") + shift"} {"_id":"q-en-nixpkgs-d41ec0c1fb6c4ed1185d60fb45aec9b1b3ec892d707bbce20c00b554e74e601c","text":"--replace /usr/bin/perl \"${perl}/bin/perl\" substituteInPlace src/lib/Gitolite/Hooks/Update.pm --replace /usr/bin/perl \"${perl}/bin/perl\" substituteInPlace src/lib/Gitolite/Setup.pm --replace hostname \"${nettools}/bin/hostname\" ''; installPhase = ''"} {"_id":"q-en-nixpkgs-d42fbe34c27a493cc78e1700fca68ca620d2d42a2449c18f60e5076b8ef55f15","text":"environment.systemPackages = [ alsaUtils ]; environment.etc = mkIf (config.sound.extraConfig != \"\") environment.etc = mkIf (!pulseaudioEnabled && config.sound.extraConfig != \"\") [ { source = pkgs.writeText \"asound.conf\" config.sound.extraConfig; target = \"asound.conf\";"} {"_id":"q-en-nixpkgs-d44eb6214cf14ea3796e5a6c4f45d36de144e174fc618cdce3849322c22959a7","text":" diff --git a/setup.py b/setup.py index 62db8af..4a980c1 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setuptools.setup( 'ruamel.yaml>0.15.69', 'jsonschema>=4.1.2', 'rfc3987', - 'pylibfdt', + 'libfdt', ], classifiers=[ "} {"_id":"q-en-nixpkgs-d454a43fb5ea6d8f3e8f1b2439d3735bb19f8a6b7dfb6fb574371f0a2741ae20","text":"enableExtraPlugins = true; }; asciidoctor = callPackage ../tools/typesetting/asciidoctor { }; asciidoctor = callPackage ../tools/typesetting/asciidoctor { bundlerApp = bundlerApp.override { # asciidoc supports both ruby 2 and 3, # but we don't want to be stuck on it: ruby = ruby_3_1; }; }; asciidoctor-with-extensions = callPackage ../tools/typesetting/asciidoctor-with-extensions { };"} {"_id":"q-en-nixpkgs-d4df78ad1565fcb58d309267ed7cd9bdda93eca9de5cdc2755aa239fb3bd19d4","text":"sha256 = \"00cq03cy5dyghmibsdsq5sdqv3bzkzhshsng74bpnb5lasxp3ia5\"; }; pythonPath = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [ setuptools_scm docutils ]; propagatedBuildInputs = with python3.pkgs; [ musicbrainzngs mutagen pycdio pygobject3 requests ruamel_yaml setuptools setuptools_scm discid pillow ]; buildInputs = [ libsndfile ]; checkInputs = with python3.pkgs; [ twisted ]; patches = [ (substituteAll { src = ./paths.patch; inherit cdparanoia; }) ]; ] ++ bins; makeWrapperArgs = [ \"--prefix\" \"PATH\" \":\" (lib.makeBinPath [ accuraterip-checksum cdrdao util-linux flac sox ]) \"--prefix\" \"PATH\" \":\" (lib.makeBinPath bins) ]; preBuild = '' export SETUPTOOLS_SCM_PRETEND_VERSION=\"${version}\" ''; # some tests require internet access # https://github.com/JoeLametta/whipper/issues/291 doCheck = false; preCheck = '' HOME=$TMPDIR checkPhase = '' runHook preCheck # disable tests that require internet access # https://github.com/JoeLametta/whipper/issues/291 substituteInPlace whipper/test/test_common_accurip.py --replace \"test_AccurateRipResponse\" \"dont_test_AccurateRipResponse\" HOME=$TMPDIR ${python3.interpreter} -m unittest discover runHook postCheck ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-d5449773773412e4b0408ed2de25fcae1271df282d575add1a9018e6c183ca14","text":" { stdenv, lib, fetchFromGitHub, fetchurl, pkg-config, makeWrapper, allegro5, libGL }: { stdenv, lib, fetchFromGitHub, fetchurl, pkg-config, allegro5, libGL, wrapGAppsHook }: stdenv.mkDerivation rec { pname = \"liberation-circuit\"; version = \"unstable-2022-01-02\"; version = \"1.3-unstable-2022-01-02\"; src = fetchFromGitHub { owner = \"linleyh\"; repo = pname; repo = \"liberation-circuit\"; rev = \"19e3363547793e931fd9419b61ebc2cd8e257714\"; sha256 = \"zIwjh4CBSmKz7pF7GM5af+VslWho5jHOLsulbW4C8TY=\"; hash = \"sha256-zIwjh4CBSmKz7pF7GM5af+VslWho5jHOLsulbW4C8TY=\"; }; nativeBuildInputs = [ pkg-config makeWrapper ]; nativeBuildInputs = [ pkg-config wrapGAppsHook ]; buildInputs = [ allegro5 libGL ]; dontWrapGApps = true; installPhase = '' runHook preInstall mkdir -p $out/opt cp -r bin $out/opt/liberation-circuit chmod +x $out/opt/liberation-circuit/launcher.sh makeWrapper $out/opt/liberation-circuit/launcher.sh $out/bin/liberation-circuit install -D linux-packaging/liberation-circuit.desktop $out/share/applications/liberation-circuit.desktop install -D linux-packaging/liberation-circuit.appdata.xml $out/share/metainfo/liberation-circuit.appdata.xml"} {"_id":"q-en-nixpkgs-d56636ba6c57759409e390ff97d8d9ca88d143a3063d26629bce5457ecb2fe45","text":"makeWrapper ${python3Packages.python.interpreter} $out/bin/onedrivegui --prefix PATH : ${lib.makeBinPath [ onedrive ]} --prefix PYTHONPATH : ${python3Packages.makePythonPath (propagatedBuildInputs ++ [(placeholder \"out\")])} --prefix PYTHONPATH : ${ python3Packages.makePythonPath (propagatedBuildInputs ++ [ (placeholder \"out\") ]) } --add-flags $out/${python3Packages.python.sitePackages}/OneDriveGUI.py '';"} {"_id":"q-en-nixpkgs-d56ab684d7049182ca61c343dffbd48e2a0bb88183af9f76d2407d95f5312a2e","text":"] ++ lib.optionals stdenv.targetPlatform.isiOS [ autoreconfHook ]; buildInputs = [ zlib ]; buildInputs = [ zlib gettext ]; inherit noSysDirs;"} {"_id":"q-en-nixpkgs-d59021473d66ceec0536a2827c2a9ba86c750f39371c95060552edf0c196ffd0","text":" { lib, stdenv, fetchFromGitHub { lib, stdenv, fetchFromGitHub, fetchpatch , doxygen, fontconfig, graphviz-nox, libxml2, pkg-config, which , systemd }: let version = \"2019-12-08\"; in stdenv.mkDerivation { stdenv.mkDerivation rec { pname = \"openzwave\"; inherit version; version = \"1.6\"; # Use fork by Home Assistant because this package is mainly used for python.pkgs.homeassistant-pyozw. # See https://github.com/OpenZWave/open-zwave/compare/master...home-assistant:hass for the difference. src = fetchFromGitHub { owner = \"home-assistant\"; owner = \"OpenZWave\"; repo = \"open-zwave\"; rev = \"2cd2137025c529835e4893a7b87c3d56605b2681\"; sha256 = \"04g8fb4f4ihakvvsmzcnncgfdd2ikmki7s22i9c6layzdwavbwf1\"; rev = \"v${version}\"; sha256 = \"0xgs4mmr0480c269wx9xkk67ikjzxkh8xcssrdx0f5xcl1lyd333\"; }; patches = [ (fetchpatch { name = \"fix-strncat-build-failure.patch\"; url = \"https://github.com/OpenZWave/open-zwave/commit/601e5fb16232a7984885e67fdddaf5b9c9dd8105.patch\"; sha256 = \"1n1k5arwk1dyc12xz6xl4n8yw28vghzhv27j65z1nca4zqsxgza1\"; }) (fetchpatch { name = \"fix-text-uninitialized.patch\"; url = \"https://github.com/OpenZWave/open-zwave/commit/3b029a467e83bc7f0054e4dbba1e77e6eac7bc7f.patch\"; sha256 = \"183mrzjh1zx2b2wzkj4jisiw8br7g7bbs167afls4li0fm01d638\"; }) ]; outputs = [ \"out\" \"doc\" ]; nativeBuildInputs = [ doxygen fontconfig graphviz-nox libxml2 pkg-config which ]; buildInputs = [ systemd ];"} {"_id":"q-en-nixpkgs-d5990319395b29d968b9903bf2fdeaf5d561a406433d7eca4490ba9aba195409","text":" { lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub, fetchzip }: buildGoModule rec { pname = \"mutagen\";"} {"_id":"q-en-nixpkgs-d59d62f6bc1215a6ac49c78aa1b4d4c8284e30c5cc2d2aee0911f918ce83a1de","text":", libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes , libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, mesa, nspr, nss , pango, systemd, libappindicator-gtk3, libdbusmenu, writeScript, python3, runCommand , libunity , wayland , branch , common-updater-scripts, withOpenASAR ? false }:"} {"_id":"q-en-nixpkgs-d5eef94b13d5980a3ae7f8724f5d197edf8de73e3d298d788b832663b5e53505","text":"hackage = [ http://hackage.haskell.org/package/ http://hdiff.luite.com/packages/archive/package/ http://hackage.fpcomplete.com/package/ http://objects-us-east-1.dream.io/hackage-mirror/package/ ]; # Roy marples mirrors"} {"_id":"q-en-nixpkgs-d606e71796b7184af12f089807daeea5ac303337a07fcb3796ebe9b5ca157ddd","text":"substituteInPlace variety_lib/varietyconfig.py --replace \"__variety_data_directory__ = \"../data\"\" \"__variety_data_directory__ = \"$out/share/variety\"\" substituteInPlace data/scripts/set_wallpaper --replace /bin/bash ${runtimeShell} substituteInPlace data/scripts/get_wallpaper --replace /bin/bash ${runtimeShell} substituteInPlace variety/VarietyWindow.py --replace '[script,' '[\"${runtimeShell}\", script,' --replace 'check_output(script)' 'check_output([\"${runtimeShell}\", script])' ''; meta = with lib; {"} {"_id":"q-en-nixpkgs-d61122b4f4bd061ae62151e06ff93e7b7a7566792441395d26817e72e1e3f3ab","text":"type = types.attrsOf types.str; description = \"Extra environment variables to pass to the Garage server.\"; default = { }; example = { RUST_BACKTRACE = \"yes\"; }; example = { RUST_BACKTRACE = \"yes\"; }; }; environmentFile = mkOption {"} {"_id":"q-en-nixpkgs-d62f933cb90225ffbbc41602db3c61177c33f926dda5137be7e4c12c6e306290","text":"hash = \"sha256-nxNQde3GZs8rnKkd41xnA+KxdxwQp3B0FPtlbCilmzs=\"; }; patches = [ # Load modules from path in `NIX_GNOME_PANEL_MODULESDIR` environment variable # instead of gnome-panel’s libdir so that the NixOS module can make gnome-panel # load modules from other packages as well. ./modulesdir-env-var.patch ]; # make .desktop Exec absolute postPatch = '' patch -p0 < systemd dconf gdk-pixbuf gobject-introspection python3.pkgs.pygobject3 # for pygobject overrides gtk2 gtk3 gtk4 isocodes json-glib libnotify"} {"_id":"q-en-nixpkgs-d654cfe596c5e738ce51d368dfa901076514be86a941c2d7daa69a215fa1aa40","text":"}; nativeBuildInputs = [ autoreconfHook pkgconfig pythonPackages.docutils ]; buildInputs = stdenv.lib.optional stdenv.isDarwin libiconv; buildInputs = [ jansson ] ++ stdenv.lib.optional stdenv.isDarwin libiconv; # to generate makefile.in autoreconfPhase = ''"} {"_id":"q-en-nixpkgs-d654e7818756a7ba4fff983b17ae02a99616c707cb2046b8b7c43ddca6a614a7","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"addr2line\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"aho-corasick\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0\" dependencies = [ \"memchr\", ] [[package]] name = \"alloc-no-stdlib\" version = \"2.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3\" [[package]] name = \"alloc-stdlib\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece\" dependencies = [ \"alloc-no-stdlib\", ] [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"anyhow\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca\" [[package]] name = \"ascii\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16\" [[package]] name = \"atk\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd\" dependencies = [ \"atk-sys\", \"bitflags 1.3.2\", \"glib\", \"libc\", ] [[package]] name = \"atk-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"backtrace\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"base64\" version = \"0.21.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07\" [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array\", ] [[package]] name = \"brotli\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f\" dependencies = [ \"alloc-no-stdlib\", \"alloc-stdlib\", \"brotli-decompressor\", ] [[package]] name = \"brotli-decompressor\" version = \"2.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f\" dependencies = [ \"alloc-no-stdlib\", \"alloc-stdlib\", ] [[package]] name = \"bstr\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc\" dependencies = [ \"memchr\", \"serde\", ] [[package]] name = \"bumpalo\" version = \"3.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec\" [[package]] name = \"bytemuck\" version = \"1.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6\" [[package]] name = \"byteorder\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\" [[package]] name = \"bytes\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223\" [[package]] name = \"cairo-rs\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc\" dependencies = [ \"bitflags 1.3.2\", \"cairo-sys-rs\", \"glib\", \"libc\", \"thiserror\", ] [[package]] name = \"cairo-sys-rs\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"cargo_toml\" version = \"0.15.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838\" dependencies = [ \"serde\", \"toml 0.7.8\", ] [[package]] name = \"cc\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0\" dependencies = [ \"libc\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfb\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f\" dependencies = [ \"byteorder\", \"fnv\", \"uuid\", ] [[package]] name = \"cfg-expr\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7\" dependencies = [ \"smallvec\", ] [[package]] name = \"cfg-expr\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a\" dependencies = [ \"smallvec\", \"target-lexicon\", ] [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"chrono\" version = \"0.4.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"num-traits\", \"serde\", \"windows-targets 0.48.5\", ] [[package]] name = \"chunked_transfer\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901\" [[package]] name = \"cocoa\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"cocoa-foundation\", \"core-foundation\", \"core-graphics\", \"foreign-types\", \"libc\", \"objc\", ] [[package]] name = \"cocoa-foundation\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"core-foundation\", \"core-graphics-types\", \"libc\", \"objc\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"convert_case\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e\" [[package]] name = \"core-foundation\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f\" [[package]] name = \"core-graphics\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-graphics-types\", \"foreign-types\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"libc\", ] [[package]] name = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d\" dependencies = [ \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345\" [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"cssparser\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a\" dependencies = [ \"cssparser-macros\", \"dtoa-short\", \"itoa 0.4.8\", \"matches\", \"phf 0.8.0\", \"proc-macro2\", \"quote\", \"smallvec\", \"syn 1.0.109\", ] [[package]] name = \"cssparser-macros\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331\" dependencies = [ \"quote\", \"syn 2.0.48\", ] [[package]] name = \"ctor\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e\" dependencies = [ \"quote\", \"syn 2.0.48\", ] [[package]] name = \"darling\" version = \"0.20.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.20.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2\", \"quote\", \"strsim\", \"syn 2.0.48\", ] [[package]] name = \"darling_macro\" version = \"0.20.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5\" dependencies = [ \"darling_core\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"deranged\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4\" dependencies = [ \"powerfmt\", \"serde\", ] [[package]] name = \"derive_more\" version = \"0.99.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321\" dependencies = [ \"convert_case\", \"proc-macro2\", \"quote\", \"rustc_version\", \"syn 1.0.109\", ] [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"dirs-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1\" dependencies = [ \"cfg-if\", \"dirs-sys-next\", ] [[package]] name = \"dirs-sys-next\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d\" dependencies = [ \"libc\", \"redox_users\", \"winapi\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dtoa\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653\" [[package]] name = \"dtoa-short\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74\" dependencies = [ \"dtoa\", ] [[package]] name = \"dunce\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b\" [[package]] name = \"embed-resource\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3bde55e389bea6a966bd467ad1ad7da0ae14546a5bc794d16d1e55e7fca44881\" dependencies = [ \"cc\", \"memchr\", \"rustc_version\", \"toml 0.8.8\", \"vswhom\", \"winreg\", ] [[package]] name = \"embed_plist\" version = \"1.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7\" [[package]] name = \"encoding_rs\" version = \"0.8.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1\" dependencies = [ \"cfg-if\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"errno\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"fastrand\" version = \"2.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5\" [[package]] name = \"fdeflate\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"field-offset\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f\" dependencies = [ \"memoffset\", \"rustc_version\", ] [[package]] name = \"filetime\" version = \"0.2.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"windows-sys 0.52.0\", ] [[package]] name = \"flate2\" version = \"1.0.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"form_urlencoded\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"futf\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843\" dependencies = [ \"mac\", \"new_debug_unreachable\", ] [[package]] name = \"futures-channel\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\" dependencies = [ \"futures-core\", ] [[package]] name = \"futures-core\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\" [[package]] name = \"futures-executor\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\" [[package]] name = \"futures-macro\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"futures-task\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\" [[package]] name = \"futures-util\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\" dependencies = [ \"futures-core\", \"futures-macro\", \"futures-task\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"fxhash\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c\" dependencies = [ \"byteorder\", ] [[package]] name = \"gdk\" version = \"0.15.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8\" dependencies = [ \"bitflags 1.3.2\", \"cairo-rs\", \"gdk-pixbuf\", \"gdk-sys\", \"gio\", \"glib\", \"libc\", \"pango\", ] [[package]] name = \"gdk-pixbuf\" version = \"0.15.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a\" dependencies = [ \"bitflags 1.3.2\", \"gdk-pixbuf-sys\", \"gio\", \"glib\", \"libc\", ] [[package]] name = \"gdk-pixbuf-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7\" dependencies = [ \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"gdk-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"system-deps 6.2.0\", ] [[package]] name = \"gdkwayland-sys\" version = \"0.15.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2\" dependencies = [ \"gdk-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pkg-config\", \"system-deps 6.2.0\", ] [[package]] name = \"gdkx11-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178\" dependencies = [ \"gdk-sys\", \"glib-sys\", \"libc\", \"system-deps 6.2.0\", \"x11\", ] [[package]] name = \"generator\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e\" dependencies = [ \"cc\", \"libc\", \"log\", \"rustversion\", \"windows 0.48.0\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"getrandom\" version = \"0.1.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.9.0+wasi-snapshot-preview1\", ] [[package]] name = \"getrandom\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", ] [[package]] name = \"gimli\" version = \"0.28.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253\" [[package]] name = \"gio\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b\" dependencies = [ \"bitflags 1.3.2\", \"futures-channel\", \"futures-core\", \"futures-io\", \"gio-sys\", \"glib\", \"libc\", \"once_cell\", \"thiserror\", ] [[package]] name = \"gio-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", \"winapi\", ] [[package]] name = \"glib\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d\" dependencies = [ \"bitflags 1.3.2\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-task\", \"glib-macros\", \"glib-sys\", \"gobject-sys\", \"libc\", \"once_cell\", \"smallvec\", \"thiserror\", ] [[package]] name = \"glib-macros\" version = \"0.15.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a\" dependencies = [ \"anyhow\", \"heck 0.4.1\", \"proc-macro-crate\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"glib-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4\" dependencies = [ \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"globset\" version = \"0.4.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1\" dependencies = [ \"aho-corasick\", \"bstr\", \"log\", \"regex-automata 0.4.3\", \"regex-syntax 0.8.2\", ] [[package]] name = \"gobject-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"gtk\" version = \"0.15.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0\" dependencies = [ \"atk\", \"bitflags 1.3.2\", \"cairo-rs\", \"field-offset\", \"futures-channel\", \"gdk\", \"gdk-pixbuf\", \"gio\", \"glib\", \"gtk-sys\", \"gtk3-macros\", \"libc\", \"once_cell\", \"pango\", \"pkg-config\", ] [[package]] name = \"gtk-sys\" version = \"0.15.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84\" dependencies = [ \"atk-sys\", \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gdk-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"system-deps 6.2.0\", ] [[package]] name = \"gtk3-macros\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d\" dependencies = [ \"anyhow\", \"proc-macro-crate\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"hashbrown\" version = \"0.14.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604\" [[package]] name = \"heck\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c\" dependencies = [ \"unicode-segmentation\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"html5ever\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7\" dependencies = [ \"log\", \"mac\", \"markup5ever\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"http\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb\" dependencies = [ \"bytes\", \"fnv\", \"itoa 1.0.10\", ] [[package]] name = \"http\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea\" dependencies = [ \"bytes\", \"fnv\", \"itoa 1.0.10\", ] [[package]] name = \"http-range\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573\" [[package]] name = \"httpdate\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\" [[package]] name = \"iana-time-zone\" version = \"0.1.59\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows-core\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"ico\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae\" dependencies = [ \"byteorder\", \"png\", ] [[package]] name = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"idna\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"ignore\" version = \"0.4.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1\" dependencies = [ \"crossbeam-deque\", \"globset\", \"log\", \"memchr\", \"regex-automata 0.4.3\", \"same-file\", \"walkdir\", \"winapi-util\", ] [[package]] name = \"image\" version = \"0.24.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"num-rational\", \"num-traits\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", \"serde\", ] [[package]] name = \"indexmap\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f\" dependencies = [ \"equivalent\", \"hashbrown 0.14.3\", \"serde\", ] [[package]] name = \"infer\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc\" dependencies = [ \"cfb\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"itoa\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4\" [[package]] name = \"itoa\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c\" [[package]] name = \"javascriptcore-rs\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c\" dependencies = [ \"bitflags 1.3.2\", \"glib\", \"javascriptcore-rs-sys\", ] [[package]] name = \"javascriptcore-rs-sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 5.0.0\", ] [[package]] name = \"jni\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c\" dependencies = [ \"cesu8\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"js-sys\" version = \"0.3.66\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"json-patch\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6\" dependencies = [ \"serde\", \"serde_json\", \"thiserror\", \"treediff\", ] [[package]] name = \"kuchikiki\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8\" dependencies = [ \"cssparser\", \"html5ever\", \"indexmap 1.9.3\", \"matches\", \"selectors\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"libc\" version = \"0.2.152\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7\" [[package]] name = \"libredox\" version = \"0.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8\" dependencies = [ \"bitflags 2.4.1\", \"libc\", \"redox_syscall\", ] [[package]] name = \"line-wrap\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9\" dependencies = [ \"safemem\", ] [[package]] name = \"linux-raw-sys\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456\" [[package]] name = \"lock_api\" version = \"0.4.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f\" [[package]] name = \"loom\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5\" dependencies = [ \"cfg-if\", \"generator\", \"scoped-tls\", \"serde\", \"serde_json\", \"tracing\", \"tracing-subscriber\", ] [[package]] name = \"mac\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4\" [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"markup5ever\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016\" dependencies = [ \"log\", \"phf 0.10.1\", \"phf_codegen 0.10.0\", \"string_cache\", \"string_cache_codegen\", \"tendril\", ] [[package]] name = \"matchers\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558\" dependencies = [ \"regex-automata 0.1.10\", ] [[package]] name = \"matches\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5\" [[package]] name = \"memchr\" version = \"2.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149\" [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"ndk\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4\" dependencies = [ \"bitflags 1.3.2\", \"jni-sys\", \"ndk-sys\", \"num_enum\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97\" dependencies = [ \"jni-sys\", ] [[package]] name = \"new_debug_unreachable\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54\" [[package]] name = \"nodrop\" version = \"0.1.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb\" [[package]] name = \"nu-ansi-term\" version = \"0.46.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84\" dependencies = [ \"overload\", \"winapi\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\" dependencies = [ \"hermit-abi\", \"libc\", ] [[package]] name = \"num_enum\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", \"objc_exception\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc_exception\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4\" dependencies = [ \"cc\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"object\" version = \"0.32.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"open\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8\" dependencies = [ \"pathdiff\", \"windows-sys 0.42.0\", ] [[package]] name = \"overload\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39\" [[package]] name = \"pango\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f\" dependencies = [ \"bitflags 1.3.2\", \"glib\", \"libc\", \"once_cell\", \"pango-sys\", ] [[package]] name = \"pango-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"smallvec\", \"windows-targets 0.48.5\", ] [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"percent-encoding\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\" [[package]] name = \"phf\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12\" dependencies = [ \"phf_macros 0.8.0\", \"phf_shared 0.8.0\", \"proc-macro-hack\", ] [[package]] name = \"phf\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259\" dependencies = [ \"phf_shared 0.10.0\", ] [[package]] name = \"phf\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc\" dependencies = [ \"phf_macros 0.11.2\", \"phf_shared 0.11.2\", ] [[package]] name = \"phf_codegen\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815\" dependencies = [ \"phf_generator 0.8.0\", \"phf_shared 0.8.0\", ] [[package]] name = \"phf_codegen\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd\" dependencies = [ \"phf_generator 0.10.0\", \"phf_shared 0.10.0\", ] [[package]] name = \"phf_generator\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526\" dependencies = [ \"phf_shared 0.8.0\", \"rand 0.7.3\", ] [[package]] name = \"phf_generator\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6\" dependencies = [ \"phf_shared 0.10.0\", \"rand 0.8.5\", ] [[package]] name = \"phf_generator\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0\" dependencies = [ \"phf_shared 0.11.2\", \"rand 0.8.5\", ] [[package]] name = \"phf_macros\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c\" dependencies = [ \"phf_generator 0.8.0\", \"phf_shared 0.8.0\", \"proc-macro-hack\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"phf_macros\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b\" dependencies = [ \"phf_generator 0.11.2\", \"phf_shared 0.11.2\", \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"phf_shared\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7\" dependencies = [ \"siphasher\", ] [[package]] name = \"phf_shared\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096\" dependencies = [ \"siphasher\", ] [[package]] name = \"phf_shared\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b\" dependencies = [ \"siphasher\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pkg-config\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a\" [[package]] name = \"plist\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef\" dependencies = [ \"base64 0.21.6\", \"indexmap 2.1.0\", \"line-wrap\", \"quick-xml\", \"serde\", \"time\", ] [[package]] name = \"png\" version = \"0.17.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"portpicker\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9\" dependencies = [ \"rand 0.8.5\", ] [[package]] name = \"powerfmt\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\" [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"precomputed-hash\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c\" [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit 0.19.15\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2\", \"quote\", \"version_check\", ] [[package]] name = \"proc-macro-hack\" version = \"0.5.20+deprecated\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068\" [[package]] name = \"proc-macro2\" version = \"1.0.76\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"quick-xml\" version = \"0.31.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33\" dependencies = [ \"memchr\", ] [[package]] name = \"quote\" version = \"1.0.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03\" dependencies = [ \"getrandom 0.1.16\", \"libc\", \"rand_chacha 0.2.2\", \"rand_core 0.5.1\", \"rand_hc\", \"rand_pcg\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha 0.3.1\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_chacha\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402\" dependencies = [ \"ppv-lite86\", \"rand_core 0.5.1\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_core\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19\" dependencies = [ \"getrandom 0.1.16\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom 0.2.12\", ] [[package]] name = \"rand_hc\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c\" dependencies = [ \"rand_core 0.5.1\", ] [[package]] name = \"rand_pcg\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429\" dependencies = [ \"rand_core 0.5.1\", ] [[package]] name = \"raw-window-handle\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9\" [[package]] name = \"redox_syscall\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4\" dependencies = [ \"getrandom 0.2.12\", \"libredox\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata 0.4.3\", \"regex-syntax 0.8.2\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" dependencies = [ \"regex-syntax 0.6.29\", ] [[package]] name = \"regex-automata\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax 0.8.2\", ] [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"regex-syntax\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f\" [[package]] name = \"rfd\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea\" dependencies = [ \"block\", \"dispatch\", \"glib-sys\", \"gobject-sys\", \"gtk-sys\", \"js-sys\", \"lazy_static\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"raw-window-handle\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"windows 0.37.0\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.38.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316\" dependencies = [ \"bitflags 2.4.1\", \"errno\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustversion\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4\" [[package]] name = \"ryu\" version = \"1.0.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c\" [[package]] name = \"safemem\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"selectors\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe\" dependencies = [ \"bitflags 1.3.2\", \"cssparser\", \"derive_more\", \"fxhash\", \"log\", \"matches\", \"phf 0.8.0\", \"phf_codegen 0.8.0\", \"precomputed-hash\", \"servo_arc\", \"smallvec\", \"thin-slice\", ] [[package]] name = \"semver\" version = \"1.0.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0\" dependencies = [ \"serde\", ] [[package]] name = \"serde\" version = \"1.0.195\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.195\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"serde_json\" version = \"1.0.111\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4\" dependencies = [ \"itoa 1.0.10\", \"ryu\", \"serde\", ] [[package]] name = \"serde_repr\" version = \"0.1.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"serde_spanned\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1\" dependencies = [ \"serde\", ] [[package]] name = \"serde_with\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23\" dependencies = [ \"base64 0.21.6\", \"chrono\", \"hex\", \"indexmap 1.9.3\", \"indexmap 2.1.0\", \"serde\", \"serde_json\", \"serde_with_macros\", \"time\", ] [[package]] name = \"serde_with_macros\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788\" dependencies = [ \"darling\", \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"serialize-to-javascript\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb\" dependencies = [ \"serde\", \"serde_json\", \"serialize-to-javascript-impl\", ] [[package]] name = \"serialize-to-javascript-impl\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"servo_arc\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432\" dependencies = [ \"nodrop\", \"stable_deref_trait\", ] [[package]] name = \"sha2\" version = \"0.10.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sharded-slab\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6\" dependencies = [ \"lazy_static\", ] [[package]] name = \"simd-adler32\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe\" [[package]] name = \"siphasher\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d\" [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970\" [[package]] name = \"soup2\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0\" dependencies = [ \"bitflags 1.3.2\", \"gio\", \"glib\", \"libc\", \"once_cell\", \"soup2-sys\", ] [[package]] name = \"soup2-sys\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf\" dependencies = [ \"bitflags 1.3.2\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 5.0.0\", ] [[package]] name = \"stable_deref_trait\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3\" [[package]] name = \"state\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b\" dependencies = [ \"loom\", ] [[package]] name = \"string_cache\" version = \"0.8.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b\" dependencies = [ \"new_debug_unreachable\", \"once_cell\", \"parking_lot\", \"phf_shared 0.10.0\", \"precomputed-hash\", \"serde\", ] [[package]] name = \"string_cache_codegen\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988\" dependencies = [ \"phf_generator 0.10.0\", \"phf_shared 0.10.0\", \"proc-macro2\", \"quote\", ] [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"surrealist\" version = \"0.0.0\" dependencies = [ \"portpicker\", \"tauri\", \"tauri-build\", \"tauri-plugin-localhost\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.48\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"system-deps\" version = \"5.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e\" dependencies = [ \"cfg-expr 0.9.1\", \"heck 0.3.3\", \"pkg-config\", \"toml 0.5.11\", \"version-compare 0.0.11\", ] [[package]] name = \"system-deps\" version = \"6.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331\" dependencies = [ \"cfg-expr 0.15.6\", \"heck 0.4.1\", \"pkg-config\", \"toml 0.8.8\", \"version-compare 0.1.1\", ] [[package]] name = \"tao\" version = \"0.16.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75f5aefd6be4cd3ad3f047442242fd9f57cbfb3e565379f66b5e14749364fa4f\" dependencies = [ \"bitflags 1.3.2\", \"cairo-rs\", \"cc\", \"cocoa\", \"core-foundation\", \"core-graphics\", \"crossbeam-channel\", \"dispatch\", \"gdk\", \"gdk-pixbuf\", \"gdk-sys\", \"gdkwayland-sys\", \"gdkx11-sys\", \"gio\", \"glib\", \"glib-sys\", \"gtk\", \"image\", \"instant\", \"jni\", \"lazy_static\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-sys\", \"objc\", \"once_cell\", \"parking_lot\", \"png\", \"raw-window-handle\", \"scopeguard\", \"serde\", \"tao-macros\", \"unicode-segmentation\", \"uuid\", \"windows 0.39.0\", \"windows-implement\", \"x11-dl\", ] [[package]] name = \"tao-macros\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"tar\" version = \"0.4.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb\" dependencies = [ \"filetime\", \"libc\", \"xattr\", ] [[package]] name = \"target-lexicon\" version = \"0.12.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae\" [[package]] name = \"tauri\" version = \"1.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd27c04b9543776a972c86ccf70660b517ecabbeced9fb58d8b961a13ad129af\" dependencies = [ \"anyhow\", \"cocoa\", \"dirs-next\", \"embed_plist\", \"encoding_rs\", \"flate2\", \"futures-util\", \"glib\", \"glob\", \"gtk\", \"heck 0.4.1\", \"http 0.2.11\", \"ignore\", \"objc\", \"once_cell\", \"open\", \"percent-encoding\", \"rand 0.8.5\", \"raw-window-handle\", \"regex\", \"rfd\", \"semver\", \"serde\", \"serde_json\", \"serde_repr\", \"serialize-to-javascript\", \"state\", \"tar\", \"tauri-macros\", \"tauri-runtime\", \"tauri-runtime-wry\", \"tauri-utils\", \"tempfile\", \"thiserror\", \"tokio\", \"url\", \"uuid\", \"webkit2gtk\", \"webview2-com\", \"windows 0.39.0\", ] [[package]] name = \"tauri-build\" version = \"1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9914a4715e0b75d9f387a285c7e26b5bbfeb1249ad9f842675a82481565c532\" dependencies = [ \"anyhow\", \"cargo_toml\", \"dirs-next\", \"heck 0.4.1\", \"json-patch\", \"semver\", \"serde\", \"serde_json\", \"tauri-utils\", \"tauri-winres\", \"walkdir\", ] [[package]] name = \"tauri-codegen\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1554c5857f65dbc377cefb6b97c8ac77b1cb2a90d30d3448114d5d6b48a77fc\" dependencies = [ \"base64 0.21.6\", \"brotli\", \"ico\", \"json-patch\", \"plist\", \"png\", \"proc-macro2\", \"quote\", \"regex\", \"semver\", \"serde\", \"serde_json\", \"sha2\", \"tauri-utils\", \"thiserror\", \"time\", \"uuid\", \"walkdir\", ] [[package]] name = \"tauri-macros\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"277abf361a3a6993ec16bcbb179de0d6518009b851090a01adfea12ac89fa875\" dependencies = [ \"heck 0.4.1\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"tauri-codegen\", \"tauri-utils\", ] [[package]] name = \"tauri-plugin-localhost\" version = \"0.1.0\" source = \"git+https://github.com/tauri-apps/plugins-workspace?branch=v1#c00b00a93cf78e4f1b45c80e1761fcaba7603330\" dependencies = [ \"http 1.0.0\", \"log\", \"serde\", \"serde_json\", \"tauri\", \"thiserror\", \"tiny_http\", ] [[package]] name = \"tauri-runtime\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf2d0652aa2891ff3e9caa2401405257ea29ab8372cce01f186a5825f1bd0e76\" dependencies = [ \"gtk\", \"http 0.2.11\", \"http-range\", \"rand 0.8.5\", \"raw-window-handle\", \"serde\", \"serde_json\", \"tauri-utils\", \"thiserror\", \"url\", \"uuid\", \"webview2-com\", \"windows 0.39.0\", ] [[package]] name = \"tauri-runtime-wry\" version = \"0.14.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6cae61fbc731f690a4899681c9052dde6d05b159b44563ace8186fc1bfb7d158\" dependencies = [ \"cocoa\", \"gtk\", \"percent-encoding\", \"rand 0.8.5\", \"raw-window-handle\", \"tauri-runtime\", \"tauri-utils\", \"uuid\", \"webkit2gtk\", \"webview2-com\", \"windows 0.39.0\", \"wry\", ] [[package]] name = \"tauri-utils\" version = \"1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ece74810b1d3d44f29f732a7ae09a63183d63949bbdd59c61f8ed2a1b70150db\" dependencies = [ \"brotli\", \"ctor\", \"dunce\", \"glob\", \"heck 0.4.1\", \"html5ever\", \"infer\", \"json-patch\", \"kuchikiki\", \"log\", \"memchr\", \"phf 0.11.2\", \"proc-macro2\", \"quote\", \"semver\", \"serde\", \"serde_json\", \"serde_with\", \"thiserror\", \"url\", \"walkdir\", \"windows-version\", ] [[package]] name = \"tauri-winres\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb\" dependencies = [ \"embed-resource\", \"toml 0.7.8\", ] [[package]] name = \"tempfile\" version = \"3.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa\" dependencies = [ \"cfg-if\", \"fastrand\", \"redox_syscall\", \"rustix\", \"windows-sys 0.52.0\", ] [[package]] name = \"tendril\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0\" dependencies = [ \"futf\", \"mac\", \"utf-8\", ] [[package]] name = \"thin-slice\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c\" [[package]] name = \"thiserror\" version = \"1.0.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"thread_local\" version = \"1.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152\" dependencies = [ \"cfg-if\", \"once_cell\", ] [[package]] name = \"time\" version = \"0.3.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e\" dependencies = [ \"deranged\", \"itoa 1.0.10\", \"powerfmt\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\" [[package]] name = \"time-macros\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f\" dependencies = [ \"time-core\", ] [[package]] name = \"tiny_http\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82\" dependencies = [ \"ascii\", \"chunked_transfer\", \"httpdate\", \"log\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.35.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104\" dependencies = [ \"backtrace\", \"bytes\", \"num_cpus\", \"pin-project-lite\", ] [[package]] name = \"toml\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234\" dependencies = [ \"serde\", ] [[package]] name = \"toml\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.19.15\", ] [[package]] name = \"toml\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.21.0\", ] [[package]] name = \"toml_datetime\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421\" dependencies = [ \"indexmap 2.1.0\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"toml_edit\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03\" dependencies = [ \"indexmap 2.1.0\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"tracing\" version = \"0.1.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\" dependencies = [ \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"tracing-core\" version = \"0.1.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\" dependencies = [ \"once_cell\", \"valuable\", ] [[package]] name = \"tracing-log\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3\" dependencies = [ \"log\", \"once_cell\", \"tracing-core\", ] [[package]] name = \"tracing-subscriber\" version = \"0.3.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b\" dependencies = [ \"matchers\", \"nu-ansi-term\", \"once_cell\", \"regex\", \"sharded-slab\", \"smallvec\", \"thread_local\", \"tracing\", \"tracing-core\", \"tracing-log\", ] [[package]] name = \"treediff\" version = \"4.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303\" dependencies = [ \"serde_json\", ] [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"unicode-bidi\" version = \"0.3.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416\" [[package]] name = \"unicode-ident\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b\" [[package]] name = \"unicode-normalization\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[package]] name = \"url\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", \"serde\", ] [[package]] name = \"utf-8\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9\" [[package]] name = \"uuid\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560\" dependencies = [ \"getrandom 0.2.12\", ] [[package]] name = \"valuable\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d\" [[package]] name = \"version-compare\" version = \"0.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b\" [[package]] name = \"version-compare\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"vswhom\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b\" dependencies = [ \"libc\", \"vswhom-sys\", ] [[package]] name = \"vswhom-sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"walkdir\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"wasi\" version = \"0.9.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.89\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.89\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.48\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.39\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.89\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.89\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.89\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f\" [[package]] name = \"web-sys\" version = \"0.3.66\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webkit2gtk\" version = \"0.18.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370\" dependencies = [ \"bitflags 1.3.2\", \"cairo-rs\", \"gdk\", \"gdk-sys\", \"gio\", \"gio-sys\", \"glib\", \"glib-sys\", \"gobject-sys\", \"gtk\", \"gtk-sys\", \"javascriptcore-rs\", \"libc\", \"once_cell\", \"soup2\", \"webkit2gtk-sys\", ] [[package]] name = \"webkit2gtk-sys\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3\" dependencies = [ \"atk-sys\", \"bitflags 1.3.2\", \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gdk-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"gtk-sys\", \"javascriptcore-rs-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"soup2-sys\", \"system-deps 6.2.0\", ] [[package]] name = \"webview2-com\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178\" dependencies = [ \"webview2-com-macros\", \"webview2-com-sys\", \"windows 0.39.0\", \"windows-implement\", ] [[package]] name = \"webview2-com-macros\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"webview2-com-sys\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7\" dependencies = [ \"regex\", \"serde\", \"serde_json\", \"thiserror\", \"windows 0.39.0\", \"windows-bindgen\", \"windows-metadata\", ] [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647\" dependencies = [ \"windows_aarch64_msvc 0.37.0\", \"windows_i686_gnu 0.37.0\", \"windows_i686_msvc 0.37.0\", \"windows_x86_64_gnu 0.37.0\", \"windows_x86_64_msvc 0.37.0\", ] [[package]] name = \"windows\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a\" dependencies = [ \"windows-implement\", \"windows_aarch64_msvc 0.39.0\", \"windows_i686_gnu 0.39.0\", \"windows_i686_msvc 0.39.0\", \"windows_x86_64_gnu 0.39.0\", \"windows_x86_64_msvc 0.39.0\", ] [[package]] name = \"windows\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-bindgen\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41\" dependencies = [ \"windows-metadata\", \"windows-tokens\", ] [[package]] name = \"windows-core\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9\" dependencies = [ \"windows-targets 0.52.0\", ] [[package]] name = \"windows-implement\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7\" dependencies = [ \"syn 1.0.109\", \"windows-tokens\", ] [[package]] name = \"windows-metadata\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278\" [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets 0.52.0\", ] [[package]] name = \"windows-targets\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\" dependencies = [ \"windows_aarch64_gnullvm 0.48.5\", \"windows_aarch64_msvc 0.48.5\", \"windows_i686_gnu 0.48.5\", \"windows_i686_msvc 0.48.5\", \"windows_x86_64_gnu 0.48.5\", \"windows_x86_64_gnullvm 0.48.5\", \"windows_x86_64_msvc 0.48.5\", ] [[package]] name = \"windows-targets\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd\" dependencies = [ \"windows_aarch64_gnullvm 0.52.0\", \"windows_aarch64_msvc 0.52.0\", \"windows_i686_gnu 0.52.0\", \"windows_i686_msvc 0.52.0\", \"windows_x86_64_gnu 0.52.0\", \"windows_x86_64_gnullvm 0.52.0\", \"windows_x86_64_msvc 0.52.0\", ] [[package]] name = \"windows-tokens\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597\" [[package]] name = \"windows-version\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4\" dependencies = [ \"windows-targets 0.52.0\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef\" [[package]] name = \"windows_i686_gnu\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1\" [[package]] name = \"windows_i686_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313\" [[package]] name = \"windows_i686_msvc\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c\" [[package]] name = \"windows_i686_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04\" [[package]] name = \"winnow\" version = \"0.5.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.51.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"wry\" version = \"0.24.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ad85d0e067359e409fcb88903c3eac817c392e5d638258abfb3da5ad8ba6fc4\" dependencies = [ \"base64 0.13.1\", \"block\", \"cocoa\", \"core-graphics\", \"crossbeam-channel\", \"dunce\", \"gdk\", \"gio\", \"glib\", \"gtk\", \"html5ever\", \"http 0.2.11\", \"kuchikiki\", \"libc\", \"log\", \"objc\", \"objc_id\", \"once_cell\", \"serde\", \"serde_json\", \"sha2\", \"soup2\", \"tao\", \"thiserror\", \"url\", \"webkit2gtk\", \"webkit2gtk-sys\", \"webview2-com\", \"windows 0.39.0\", \"windows-implement\", ] [[package]] name = \"x11\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e\" dependencies = [ \"libc\", \"pkg-config\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"xattr\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1\" dependencies = [ \"libc\", \"linux-raw-sys\", \"rustix\", ] "} {"_id":"q-en-nixpkgs-d6703311f46ca834c3910b73c1a4e50cdbb38f95d63fd51b3198f7df78ae9df5","text":"def get_current_plugins(editor: Editor) -> List[Plugin]: with CleanEnvironment(): cmd = [\"nix\", \"eval\", \"--impure\", \"--json\", \"--expr\", editor.get_plugins] cmd = [\"nix\", \"eval\", \"--extra-experimental-features\", \"nix-command\", \"--impure\", \"--json\", \"--expr\", editor.get_plugins] log.debug(\"Running command %s\", cmd) out = subprocess.check_output(cmd) data = json.loads(out)"} {"_id":"q-en-nixpkgs-d6888e2d842d87f1ea2ff996c84db7dfd4620b4aa2143dd3c9acceb2df33438f","text":"nixos-rebuild switch. Some packages require additional global configuration such as D-Bus or systemd service registration so adding them to might not be sufficient. You are advised to check the list of options whether a NixOS module for the package does not exist. You can get a list of the available packages as follows: "} {"_id":"q-en-nixpkgs-d6b8f3acf6788a83976b46dc18955f7ba3296be92a44e35c6dae07fc7d8aab43","text":" { lib , fetchFromGitHub , buildPythonPackage # propagates , numpy , torch , tqdm , more-itertools , transformers , ffmpeg-python # tests , pytestCheckHook }: buildPythonPackage rec { pname = \"whisper\"; version = \"unstable-2022-09-23\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"openai\"; repo = pname; rev = \"8cf36f3508c9acd341a45eb2364239a3d81458b9\"; hash = \"sha256-2RH8eM/SezqFJltelv5AjQEGpqXm980u57vrlkTEUvQ=\"; }; postPatch = '' # Rely on the ffmpeg path already patched into the ffmpeg-python library substituteInPlace whisper/audio.py --replace 'run(cmd=\"ffmpeg\",' 'run(' ''; propagatedBuildInputs = [ numpy torch tqdm more-itertools transformers ffmpeg-python ]; preCheck = '' export HOME=$TMPDIR ''; checkInputs = [ pytestCheckHook ]; disabledTests = [ # requires network access to download models \"test_transcribe\" ]; meta = with lib; { description = \"General-purpose speech recognition model\"; homepage = \"https://github.com/openai/whisper\"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; } "} {"_id":"q-en-nixpkgs-d6d79d2b967ec0812c494417ceb27cd5f4ac8fd767afc78ec85c37fa11fb32bc","text":"echo \"user_pref(\"extensions.torlauncher.toronionauthdir_path\", \"$HOME/TorBrowser/Data/Tor/onion-auth\");\" echo \"user_pref(\"extensions.torlauncher.torrc_path\", \"$HOME/TorBrowser/Data/Tor/torrc\");\" echo \"user_pref(\"extensions.torlauncher.tordatadir_path\", \"$HOME/TorBrowser/Data/Tor\");\" echo \"user_pref(\"network.proxy.socks\", \"file://$XDG_RUNTIME_DIR/Tor/socks.socket\");\" } >> \"$HOME/TorBrowser/Data/Browser/profile.default/prefs.js\" # Lift-off"} {"_id":"q-en-nixpkgs-d6e2194c643ffe8428b9298634a34045d9cd77505b469edfe746125eb814b987","text":" diff --git a/configure.ac b/configure.ac index a3cdb2da..cade9466 100644 --- a/configure.ac +++ b/configure.ac @@ -429,11 +429,11 @@ @@ -469,11 +469,11 @@ PKG_CHECK_EXISTS([pygobject-3.0 >= $PYGOBJECT_REQUIRED], if test \"x$enable_pygobject\" = \"xyes\"; then PKG_CHECK_MODULES(PYTHON, [pygobject-3.0 >= $PYGOBJECT_REQUIRED])"} {"_id":"q-en-nixpkgs-d707b62a9817e13336b218cc3eb9b8cdd0c9e2127583ecdfe4b8ab239ae2356b","text":", gnupg , darwin, xcbuild , procps, icu , installShellFiles }: { enableNpm ? true, version, sha256, patches ? [] } @args:"} {"_id":"q-en-nixpkgs-d71fb8eb3f36b5962689365e8f3fb36d11dddeb0add87b1a74826541dd97449e","text":"larch = callPackage ../development/python-modules/larch { }; websocket_client = callPackage ../development/python-modules/websockets_client { }; websocket_client = callPackage ../development/python-modules/websocket_client { }; webhelpers = callPackage ../development/python-modules/webhelpers { };"} {"_id":"q-en-nixpkgs-d72160704aa711bc7da0ee50dc3f5a897d7fb4dca0176d54a95658ec90dfe905","text":" { lib, stdenv, buildNpmPackage, fetchFromGitHub, copyDesktopItems , python3, pipewire, libpulseaudio, xdg-utils, electron_22, makeDesktopItem }: buildNpmPackage rec { name = \"webcord\"; version = \"4.1.1\"; src = fetchFromGitHub { owner = \"SpacingBat3\"; repo = \"WebCord\"; rev = \"v${version}\"; sha256 = \"sha256-Buu7eKmI0UGV/9Kfj+urmDcjBtR9HSwW+mlHaYhfUa4=\"; }; npmDepsHash = \"sha256-PeoOoEljbkHynjZwocCWCTyYvIvSE1gQiABUzIiXEdM=\"; nativeBuildInputs = [ copyDesktopItems python3 ]; libPath = lib.makeLibraryPath [ pipewire libpulseaudio ]; binPath = lib.makeBinPath [ xdg-utils ]; # npm install will error when electron tries to download its binary # we don't need it anyways since we wrap the program with our nixpkgs electron ELECTRON_SKIP_BINARY_DOWNLOAD = \"1\"; # remove husky commit hooks, errors and aren't needed for packaging postPatch = '' rm -rf .husky ''; # override installPhase so we can copy the only folders that matter installPhase = '' runHook preInstall # Remove dev deps that aren't necessary for running the app npm prune --omit=dev mkdir -p $out/lib/node_modules/webcord cp -r app node_modules sources package.json $out/lib/node_modules/webcord/ install -Dm644 sources/assets/icons/app.png $out/share/icons/hicolor/256x256/apps/webcord.png makeWrapper '${electron_22}/bin/electron' $out/bin/webcord --prefix LD_LIBRARY_PATH : ${libPath}:$out/opt/webcord --prefix PATH : \"${binPath}\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform=wayland}}\" --add-flags $out/lib/node_modules/webcord/ runHook postInstall ''; desktopItems = [ (makeDesktopItem { name = \"webcord\"; exec = \"webcord\"; icon = \"webcord\"; desktopName = \"WebCord\"; comment = meta.description; categories = [ \"Network\" \"InstantMessaging\" ]; }) ]; meta = with lib; { description = \"A Discord and Fosscord electron-based client implemented without Discord API\"; homepage = \"https://github.com/SpacingBat3/WebCord\"; downloadPage = \"https://github.com/SpacingBat3/WebCord/releases\"; changelog = \"https://github.com/SpacingBat3/WebCord/releases/tag/v${version}\"; license = licenses.mit; maintainers = with maintainers; [ huantian ]; platforms = electron_22.meta.platforms; }; } "} {"_id":"q-en-nixpkgs-d7fede09543f821415c9627ed6104aa6b2c84151c6da10bce598abe836215c9b","text":"homepage = \"https://github.com/IntelRealSense/librealsense\"; license = licenses.asl20; maintainers = with maintainers; [ brian-dawn ]; platforms = [ \"i686-linux\" \"x86_64-linux\" \"x86_64-darwin\" ]; platforms = platforms.unix; }; }"} {"_id":"q-en-nixpkgs-d834853df39e9c53872347272542317d51062728831a48e8c12e3eb09433e70c","text":" { lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, }: rustPlatform.buildRustPackage rec { pname = \"aw-watcher-window-wayland\"; version = \"6108ad3df8e157965a43566fa35cdaf144b1c51b\"; src = fetchFromGitHub { owner = \"ActivityWatch\"; repo = pname; rev = version; hash = \"sha256-xl9+k6xJp5/t1QPOYfnBLyYprhhrzjzByDKkT3dtVVQ=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"aw-client-rust-0.1.0\" = \"sha256-9tlVesnBeTlazKE2UAq6dzivjo42DT7p7XMuWXHHlnU=\"; }; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; meta = with lib; { description = \"WIP window and afk watcher for wayland \"; homepage = \"https://github.com/ActivityWatch/aw-watcher-window-wayland\"; license = licenses.mpl20; maintainers = with maintainers; [ esau79p ]; }; } "} {"_id":"q-en-nixpkgs-d86ee0428b588c2ddc42fac8bc1caf52559347313daab93fe5ae0726ad8908ce","text":" diff --git a/release/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py b/release/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py index 41dd4d03..a97f9d38 100755 --- a/release/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py +++ b/release/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py @@ -572,7 +572,7 @@ def set_poly_smoothing(gltf, pymesh, mesh, vert_normals, loop_vidxs): # Try to guess which polys should be flat based on the fact that all the # loop normals for a flat poly are = the poly's normal. - poly_smooths = np.empty(num_polys, dtype=np.bool) + poly_smooths = np.empty(num_polys, dtype=np.bool_) poly_normals = np.empty(num_polys * 3, dtype=np.float32) mesh.polygons.foreach_get('normal', poly_normals) "} {"_id":"q-en-nixpkgs-d8c5c6db51c31e95370810ba3ee0aac8dc387a7473c4b57eb5c91bf8a057bb37","text":" diff --git luabind-0.9.1/luabind/detail/call_function.hpp luabind-0.9.1-fixed/luabind/detail/call_function.hpp index 1b45ec1..8f5afff 100644 --- luabind-0.9.1/luabind/detail/call_function.hpp +++ luabind-0.9.1-fixed/luabind/detail/call_function.hpp @@ -323,7 +323,8 @@ namespace luabind #endif // LUABIND_CALL_FUNCTION_HPP_INCLUDED -#elif BOOST_PP_ITERATION_FLAGS() == 1 +#else +#if BOOST_PP_ITERATION_FLAGS() == 1 #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n @@ -440,4 +441,5 @@ namespace luabind #endif +#endif diff --git luabind-0.9.1/luabind/detail/call_member.hpp luabind-0.9.1-fixed/luabind/detail/call_member.hpp index de8d563..e63555b 100644 --- luabind-0.9.1/luabind/detail/call_member.hpp +++ luabind-0.9.1-fixed/luabind/detail/call_member.hpp @@ -316,7 +316,8 @@ namespace luabind #endif // LUABIND_CALL_MEMBER_HPP_INCLUDED -#elif BOOST_PP_ITERATION_FLAGS() == 1 +#else +#if BOOST_PP_ITERATION_FLAGS() == 1 #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n @@ -360,4 +361,5 @@ namespace luabind #undef LUABIND_TUPLE_PARAMS #endif +#endif diff --git luabind-0.9.1/luabind/wrapper_base.hpp luabind-0.9.1-fixed/luabind/wrapper_base.hpp index d54c668..0f88cc5 100755 --- luabind-0.9.1/luabind/wrapper_base.hpp +++ luabind-0.9.1-fixed/luabind/wrapper_base.hpp @@ -89,7 +89,8 @@ namespace luabind #endif // LUABIND_WRAPPER_BASE_HPP_INCLUDED -#elif BOOST_PP_ITERATION_FLAGS() == 1 +#else +#if BOOST_PP_ITERATION_FLAGS() == 1 #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n @@ -188,3 +189,4 @@ namespace luabind #undef N #endif +#endif "} {"_id":"q-en-nixpkgs-d8c993fb87c858a90d4972ec48157ae3fec32b216e0d5e27b33fbd3f923f0c1f","text":"(fetchNuGet { pname = \"Microsoft.Net.Compilers.Toolset\"; version = \"4.2.0-1.final\"; sha256 = \"02zas22hj29gv2w7h74q786i0cvxffgwqai21ri0zj41nb2hwhyq\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.compilers.toolset/4.2.0-1.final/microsoft.net.compilers.toolset.4.2.0-1.final.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm64\"; version = \"3.1.32\"; sha256 = \"1zygp70xrk5zggs3q4a6yc6jfdwzcsjjsapqpwn6qyx35m69b72p\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.linux-arm64/3.1.32/microsoft.netcore.app.host.linux-arm64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-x64\"; version = \"3.1.32\"; sha256 = \"08sar3s7j6z1q5prjmz2jrbsq5ms81mrsi1c1zbfrkplkfjpld3a\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.linux-x64/3.1.32/microsoft.netcore.app.host.linux-x64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-x64\"; version = \"3.1.32\"; sha256 = \"186gjn8sbhp4z6pq8fw4g8nqk9dwyaplwvdz2y3fbbvg36lggsh0\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.osx-x64/3.1.32/microsoft.netcore.app.host.osx-x64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Ref\"; version = \"3.1.0\"; sha256 = \"08svsiilx9spvjamcnjswv0dlpdrgryhr3asdz7cvnl914gjzq4y\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm64\"; version = \"3.1.32\"; sha256 = \"13pcn74z1swz73s72zjl07f118j35wacnzgk7kbjqn83nwgqdgvq\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.runtime.linux-arm64/3.1.32/microsoft.netcore.app.runtime.linux-arm64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-x64\"; version = \"3.1.32\"; sha256 = \"0mmc57dl8plrspdxwb7209wz29vhiwqds4nfbdfws7zg35yy70c7\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.runtime.linux-x64/3.1.32/microsoft.netcore.app.runtime.linux-x64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-x64\"; version = \"3.1.32\"; sha256 = \"06bk39zcv27cwshjsxfg5d6wzkkzdhfk08sipdc7mr1s8pk7ihi1\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/3.1.32/microsoft.netcore.app.runtime.osx-x64.3.1.32.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"1.0.1\"; sha256 = \"01al6cfxp68dscl15z7rxfw9zvhm64dncsw09a1vmdkacsa2v6lr\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"1.1.0\"; sha256 = \"08vh1r12g6ykjygq5d3vq09zylgb84l63k49jc4v8faw9g93iqqm\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"1.1.1\"; sha256 = \"164wycgng4mi9zqi2pnsf1pq6gccbqvw6ib916mqizgjmd8f44pj\"; url = \"https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.1/microsoft.netcore.platforms.1.1.1.nupkg\"; })"} {"_id":"q-en-nixpkgs-d906950660c9c41e4cc139b9d4fa3e7a0d23711a15760e0f57fc21e3de9369b5","text":"if stdenv.isLinux then buildFHSUserEnv (appimageTools.defaultFhsEnvArgs // { name = \"anki\"; # Dependencies of anki targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile krb5 ]); runScript = writeShellScript \"anki-wrapper.sh\" '' exec ${unpacked}/bin/anki '';"} {"_id":"q-en-nixpkgs-d907f90f0e57e89598c68c7f5aaa9ca28f4315d5ccc02c73f0b6007bf98efe00","text":"# added later in the wrapped -wv build or downloaded from Google. enable_widevine = true; use_cups = cupsSupport; # Provides the enable-webrtc-pipewire-capturer flag to support Wayland screen capture. rtc_use_pipewire = true; treat_warnings_as_errors = false; is_clang = stdenv.cc.isClang;"} {"_id":"q-en-nixpkgs-d96c082bcdbfb3dda5b92f2f9dd20c902d1bf0e90b696351d831ef4e4466f493","text":"}; propagatedBuildInputs = with self; [ pyGtkGlade pkgs.libtorrentRasterbar twisted Mako chardet pyxdg self.pyopenssl modules.curses service-identity pyGtkGlade pkgs.libtorrentRasterbar_1_09 twisted Mako chardet pyxdg self.pyopenssl modules.curses service-identity ]; nativeBuildInputs = [ pkgs.intltool ];"} {"_id":"q-en-nixpkgs-d970a2bae164ff51ea6ef21c09dbf64d99cc8604953f660f97b4149e6b717ae9","text":"# Modules in this block require having the password set in PAM_AUTHTOK. # pam_unix is marked as 'sufficient' on NixOS which means nothing will run # after it succeeds. Certain modules need to run after pam_unix # prompts the user for password so we run it once with 'required' at an # prompts the user for password so we run it once with 'optional' at an # earlier point and it will run again with 'sufficient' further down. # We use try_first_pass the second time to avoid prompting password twice (optionalString (cfg.unixAuth &&"} {"_id":"q-en-nixpkgs-d9e4a69c213f328ae9b7bdee98ecd0252098cedbea29965529fd9f598a10545d","text":"[Desktop Entry] Name=GNOME Flashback (${wmLabel}) Comment=This session logs you into GNOME Flashback with ${wmLabel} Exec=${executable}/bin/gnome-flashback-${wmName} Exec=${executable} TryExec=${wmCommand} Type=Application DesktopNames=GNOME-Flashback;GNOME;"} {"_id":"q-en-nixpkgs-da139bb2e025681be1423973bfc469a2feef021f4382437f05419f13e39ae174","text":"symbol_level = 0; fieldtrial_testing_like_official_build = true; # Google API keys, see: # http://www.chromium.org/developers/how-tos/api-keys # Note: These are for NixOS/nixpkgs use ONLY. For your own distribution, # please get your own set of keys. # Google API key, see: https://www.chromium.org/developers/how-tos/api-keys # Note: The API key is for NixOS/nixpkgs use ONLY. # For your own distribution, please get your own set of keys. google_api_key = \"AIzaSyDGi15Zwl11UNe6Y-5XW_upsfyw31qwZPI\"; google_default_client_id = \"404761575300.apps.googleusercontent.com\"; google_default_client_secret = \"9rIFQjfnkykEmqb6FfjJQD1D\"; } // optionalAttrs proprietaryCodecs { # enable support for the H.264 codec proprietary_codecs = true;"} {"_id":"q-en-nixpkgs-da5ea872678eab4b13daef4670462bef3b14590179325084465b2830c3460626","text":" { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = \"cliphist\"; version = \"0.1.0\"; src = fetchFromGitHub { owner = \"sentriz\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-CZW7dhOd7E74VNjnvhxvSSUZQtbkGi4uRUM9YQCuJZw=\"; }; vendorSha256 = \"sha256-UrKSDvskGwHjwkb/fjvaJZ8xXFD98BFeSJxwJpc8A+M=\"; meta = with lib; { description = \"Wayland clipboard manager\"; homepage = \"https://github.com/sentriz/cliphist\"; license = licenses.gpl3Only; platforms = platforms.linux; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"q-en-nixpkgs-da6dc6e32b0ac66302af9920b3407cca88b547534f14c7f6c2c9eb5e6d8861d1","text":" { config, lib, pkgs, ... }: with lib; { meta.maintainers = [ maintainers.oxalica ]; ###### interface options = { programs.partition-manager.enable = mkEnableOption \"KDE Partition Manager\"; }; ###### implementation config = mkIf config.programs.partition-manager.enable { services.dbus.packages = [ pkgs.libsForQt5.kpmcore ]; # `kpmcore` need to be installed to pull in polkit actions. environment.systemPackages = [ pkgs.libsForQt5.kpmcore pkgs.partition-manager ]; }; } "} {"_id":"q-en-nixpkgs-da88f9785a6c8cae498c954bd5b5a99a420529f72d982cf103686df7ffe00d1f","text":"name = \"${s.name}.tar.bz2\"; }; prePatch = '' # Allow whitelisting ~/.nix-profile substituteInPlace etc/firejail.config --replace '# follow-symlink-as-user yes' 'follow-symlink-as-user no' ''; preConfigure = '' sed -e 's@/bin/bash@${stdenv.shell}@g' -i $( grep -lr /bin/bash .) sed -e \"s@/bin/cp@$(which cp)@g\" -i $( grep -lr /bin/cp .)"} {"_id":"q-en-nixpkgs-da8a3bceddcef4dbd7ba90f31bc4f2f7ab0d7df74346e2ddeda2bc925f0d1a1d","text":"stdenv.mkDerivation rec { pname = \"tutanota-desktop\"; version = \"3.108.12\"; version = \"3.110.0\"; src = fetchurl { url = \"https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/${pname}-${version}-unpacked-linux.tar.gz\"; name = \"tutanota-desktop-${version}.tar.gz\"; sha256 = \"sha256-ZXQCth5nhCkEZI348057cRjzFWl/IEytQmkmBuJzw3w=\"; sha256 = \"sha256-ufrhJfYolx/O0/a5AU1nuUpQy0Md6TVgmdhTAi9Appo=\"; }; nativeBuildInputs = ["} {"_id":"q-en-nixpkgs-dadfa89cf3fc865f57306c835795c23b36d017c911b6e17c9be292e02f4281e4","text":"LUAROCKS=\"$LUAROCKS --verbose\" fi patchShebangs . runHook postBuild '';"} {"_id":"q-en-nixpkgs-dae2ed4450124d42f5f312f4128d7bb23827e8242ce43c1f662473997d3347dd","text":"buildPackages.stdenv.cc ]; # Disable an optimisation which seems to cause issues, pending an # upstream fix: https://github.com/xianyi/OpenBLAS/issues/2496 patches = stdenv.lib.optionals stdenv.hostPlatform.isAarch64 [ ./0001-Disable-optimised-aarch64-dgemm_beta-pending-fix.patch ]; makeFlags = mkMakeFlagsFromConfig (config // { FC = \"${stdenv.cc.targetPrefix}gfortran\"; CC = \"${stdenv.cc.targetPrefix}${if stdenv.cc.isClang then \"clang\" else \"cc\"}\";"} {"_id":"q-en-nixpkgs-dae6c0519b88996bb681564aa4dc9221b8b3a86ff4bea04be2e6997807f996c4","text":"owner = \"facebookresearch\"; repo = \"xformers\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-G8f7tny5B8SAQ6+2uOjhY7nD0uOT4sskIwtTdwivQXo=\"; hash = \"sha256-7lZi3+2dVDZJFYCUlxsyDU8t9qdnl+b2ERRXKA6Zp7U=\"; fetchSubmodules = true; };"} {"_id":"q-en-nixpkgs-db289e51aed6773145a896e67952229584622ff289fa446e922d5695ef0fa8cb","text":"rustPlatform.buildRustPackage rec { pname = \"sequoia\"; version = \"0.10.0\"; version = \"0.11.0\"; src = fetchFromGitLab { owner = \"sequoia-pgp\"; repo = pname; rev = \"v${version}\"; sha256 = \"0gvczghyik56jlnb8cz7jg2l3nbm519gf19g7l5blxci3009v23d\"; sha256 = \"1k0pr3vn77fpfzyvbg7xb4jwm6srsiws9bsd8q7i3hl6j56a880i\"; }; cargoSha256 = \"0dk9sjcbmygbdpwqnah5krli1p9j5hahgiqrca9c0kfpfiwgx62q\"; cargoSha256 = \"15bhg7b88rq8p0bn6y5wwv2l42kqb1qyx2s3kw0r0v0wadf823q3\"; nativeBuildInputs = [ pkgconfig"} {"_id":"q-en-nixpkgs-db9a6aef580c80e6c24f90d772a240b71b4a54dbf28afa922099e223beb404e5","text":" diff --git a/llm/generate/gen_linux.sh b/llm/generate/gen_linux.sh index 48d08fd0..e50f7b36 100755 --- a/llm/generate/gen_linux.sh +++ b/llm/generate/gen_linux.sh @@ -284,9 +284,6 @@ if [ -z \"${OLLAMA_SKIP_ROCM_GENERATE}\" -a -d \"${ROCM_PATH}\" ]; then mkdir -p \"${ROCM_DIST_DIR}\" for dep in $(ldd \"${BUILD_DIR}/bin/ollama_llama_server\" | grep \"=>\" | cut -f2 -d= | cut -f2 -d' ' | grep -v \"${GOARCH}/rocm${ROCM_VARIANT}\" | grep -e rocm -e amdgpu -e libtinfo -e libnuma -e libelf ); do cp -a \"${dep}\"* \"${ROCM_DIST_DIR}\" - if [ $(readlink -f \"${dep}\") != \"${dep}\" ] ; then - cp $(readlink -f \"${dep}\") \"${ROCM_DIST_DIR}\" - fi done install dist "} {"_id":"q-en-nixpkgs-dba0beac39c05b9a33972dd8a57c413e32979bb9b85ab9e03bab46761cc4e60a","text":"passthru.tests.version = testers.testVersion { package = hwatch; command = \"hwatch --version\"; version = version; }; meta = with lib; { homepage = \"https://github.com/blacknon/hwatch\"; description= \"Modern alternative to the watch command\"; description = \"Modern alternative to the watch command\"; longDescription = '' A modern alternative to the watch command, records the differences in execution results and can check this differences at after. ''; license = licenses.mit; maintainers = with maintainers; [ hamburger1984 ]; platforms = platforms.linux; }; }"} {"_id":"q-en-nixpkgs-dbadf39ef2b425f16fc5eb94bf6781dcec45d3b9ae9bc0c52a2d3373e85f625f","text":"inherit passthruFun; }; python35 = callPackage ./cpython { self = python35; sourceVersion = { major = \"3\"; minor = \"5\"; patch = \"9\"; suffix = \"\"; }; sha256 = \"0jdh9pvx6m6lfz2liwvvhn7vks7qrysqgwn517fkpxb77b33fjn2\"; inherit (darwin) configd; inherit passthruFun; }; python36 = callPackage ./cpython { self = python36; sourceVersion = {"} {"_id":"q-en-nixpkgs-dbc1e473ad0a591b020e918c73fd0e7c5ee93ea240c8fe9cb452a059834ac05c","text":"# 'runner' scripts. dontWrapPythonPrograms = true; # requires flufl.testing, which the upstream has archived doCheck = false; meta = { homepage = \"https://www.gnu.org/software/mailman/\"; description = \"Free software for managing electronic mail discussion and newsletter lists\";"} {"_id":"q-en-nixpkgs-dbe063e30a8c42b8e124240b0dbe95ae1deed485a5ad6ea8638ff48849259e38","text":"# suppress warnings from compilation of the vendored clang to avoid running into log limits on the Hydra NIX_CFLAGS_COMPILE = lib.optionals stdenv.cc.isGNU [ \"-Wno-shadow\" \"-Wno-maybe-uninitialized\" ]; # Workaround the xrootd runpath bug #169677 by prefixing [DY]LD_LIBRARY_PATH with ${lib.makeLibraryPath xrootd}. # TODO: Remove the [DY]LDLIBRARY_PATH prefix for xrootd when #200830 get merged. postInstall = '' for prog in rootbrowse rootcp rooteventselector rootls rootmkdir rootmv rootprint rootrm rootslimtree; do wrapProgram \"$out/bin/$prog\" --set PYTHONPATH \"$out/lib\" --set ${lib.optionalString stdenv.isDarwin \"DY\"}LD_LIBRARY_PATH \"$out/lib:${lib.makeLibraryPath [ xrootd ]}\" --set PYTHONPATH \"$out/lib\" done # Make ldd and sed available to the ROOT executable by prefixing PATH."} {"_id":"q-en-nixpkgs-dc1b8f9dadc5f94ad0aa522ea60972945553fafe1d18ab8592c65c7c298fce7b","text":" GEM remote: https://rubygems.org/ specs: addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) bson (4.14.1) ipaddr (1.2.4) json (2.6.1) mongo (2.17.1) bson (>= 4.8.2, < 5.0.0) public_suffix (4.0.6) rchardet (1.8.0) PLATFORMS ruby DEPENDENCIES addressable ipaddr json mongo rchardet BUNDLED WITH 2.1.4 "} {"_id":"q-en-nixpkgs-dc3a1659f1984063e65d2122bcbdfff3ddf683981c36284a0092894ff700cd0d","text":"+ optionalString propagateDoc '' ln -s ${cc.man} $man ln -s ${cc.info} $info '' + optionalString (cc.langD or false) '' '' + optionalString (cc.langD or cc.langJava or false) '' echo \"-B${zlib}${zlib.libdir or \"/lib/\"}\" >> $out/nix-support/libc-cflags ''"} {"_id":"q-en-nixpkgs-dc419e2d0e951d1c2bee9a1115eed15393e5ab7e97c675b3ed8a5c55dee73d84","text":"license = licenses.asl20; maintainers = with maintainers; [ offline vdemeester periklis teutat3s ]; mainProgram = \"docker\"; inherit knownVulnerabilities; }; });"} {"_id":"q-en-nixpkgs-dc6cd36b8a1ae4292c97dc903c12cb18af9d86104747dd44ff85e83c88521fa2","text":"{ imports = [ (mkRenamedOptionModule [ \"nix\" \"useChroot\" ] [ \"nix\" \"useSandbox\" ]) (mkRenamedOptionModule [ \"nix\" \"chrootDirs\" ] [ \"nix\" \"sandboxPaths\" ]) (mkRenamedOptionModule [ \"nix\" \"daemonIONiceLevel\" ] [ \"nix\" \"daemonIOSchedPriority\" ]) (mkRenamedOptionModuleWith { sinceRelease = 2003; from = [ \"nix\" \"useChroot\" ]; to = [ \"nix\" \"useSandbox\" ]; }) (mkRenamedOptionModuleWith { sinceRelease = 2003; from = [ \"nix\" \"chrootDirs\" ]; to = [ \"nix\" \"sandboxPaths\" ]; }) (mkRenamedOptionModuleWith { sinceRelease = 2205; from = [ \"nix\" \"daemonIONiceLevel\" ]; to = [ \"nix\" \"daemonIOSchedPriority\" ]; }) (mkRemovedOptionModule [ \"nix\" \"daemonNiceLevel\" ] \"Consider nix.daemonCPUSchedPolicy instead.\") ] ++ mapAttrsToList (oldConf: newConf: mkRenamedOptionModule [ \"nix\" oldConf ] [ \"nix\" \"settings\" newConf ]) legacyConfMappings; ] ++ mapAttrsToList (oldConf: newConf: mkRenamedOptionModuleWith { sinceRelease = 2205; from = [ \"nix\" oldConf ]; to = [ \"nix\" \"settings\" newConf ]; }) legacyConfMappings; ###### interface"} {"_id":"q-en-nixpkgs-dc70160556f608d48f69e592f45da070716f3a870dd7529f4143a879047da2b1","text":"sed -i \"s#@TPM2_TSS@#${tpm2-tss.out}#\" src/tpm2_pytss/FAPI.py ''; # Hardening has to be disabled # due to pycparsing handling it poorly. # See https://github.com/NixOS/nixpkgs/issues/252023 # for more details. hardeningDisable = [ \"fortify\" ]; nativeBuildInputs = [ cffi pkgconfig # this is the Python module"} {"_id":"q-en-nixpkgs-dc89b0096b38396bfd149a3a1b140ae81b0e6bedd86ba9e07b8ef00041126fa7","text":" diff --git c/gr-utils/modtool/core/newmod.py w/gr-utils/modtool/core/newmod.py index babebfcde..9a02f663e 100644 --- c/gr-utils/modtool/core/newmod.py diff --git i/gr-utils/modtool/core/newmod.py w/gr-utils/modtool/core/newmod.py index 8b222473f..c82fcd538 100644 --- i/gr-utils/modtool/core/newmod.py +++ w/gr-utils/modtool/core/newmod.py @@ -62,7 +62,9 @@ class ModToolNewModule(ModTool): @@ -66,7 +66,9 @@ class ModToolNewModule(ModTool): self._setup_scm(mode='new') logger.info(f\"Creating out-of-tree module in {self.dir}...\") try:"} {"_id":"q-en-nixpkgs-dca28647eafd264f4537d6439a795fa12b890423cef3ba7cac9455a4896b2ea7","text":", setuptoolsRustBuildHook }: let cryptography-vectors = callPackage ./vectors.nix { }; in buildPythonPackage rec { pname = \"cryptography\"; version = \"41.0.7\"; # Also update the hash in vectors.nix"} {"_id":"q-en-nixpkgs-dcbec0b25976ad5cd91c9bca5c75b1ffa0708fee9127e817586d3efcfbb4e450","text":"operator = const [ ]; }); urls = map (drv: { url = head (drv.urls or [ drv.url ]); hash = drv.outputHash; type = drv.outputHashAlgo; name = drv.name; }) fetchurlDependencies; urls = map (drv: { url = head (drv.urls or [ drv.url ]); hash = drv.outputHash; isPatch = (drv?postFetch && drv.postFetch != \"\"); type = drv.outputHashAlgo; name = drv.name; }) fetchurlDependencies; fetchurlDependencies = filter (drv: drv.outputHash or \"\" != \"\" && drv.outputHashMode or \"flat\" == \"flat\" && drv.postFetch or \"\" == \"\" && (drv ? url || drv ? urls)) && (drv ? url || drv ? urls)) dependencies; dependencies = map (x: x.value) (genericClosure {"} {"_id":"q-en-nixpkgs-dccdae50b7370de499c54d1d7a8e0b1f99c77eb967edf4bf3874853a780afb40","text":" #! @shell@ # shellcheck shell=bash exec @prog@ --enable-deterministic-archives \"$@\" "} {"_id":"q-en-nixpkgs-dcdc4f8126b651bccfdf7f008a39d80765a6dab7dfdbebf4f516e128143de5f2","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"ab_glyph\" version = \"0.2.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39\" dependencies = [ \"ab_glyph_rasterizer\", \"owned_ttf_parser\", ] [[package]] name = \"ab_glyph_rasterizer\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046\" [[package]] name = \"addr2line\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47\" dependencies = [ \"getrandom\", \"once_cell\", \"version_check\", ] [[package]] name = \"ahash\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f\" dependencies = [ \"cfg-if\", \"once_cell\", \"version_check\", ] [[package]] name = \"aho-corasick\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04\" dependencies = [ \"memchr\", ] [[package]] name = \"aliasable\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\" [[package]] name = \"android-activity\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c77a0045eda8b888c76ea473c2b0515ba6f471d318f8927c5c72240937035a6\" dependencies = [ \"android-properties\", \"bitflags 1.3.2\", \"cc\", \"jni-sys\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-sys\", \"num_enum\", ] [[package]] name = \"android-properties\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04\" [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"approx\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6\" dependencies = [ \"num-traits\", ] [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\" [[package]] name = \"ash\" version = \"0.37.3+1.3.251\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a\" dependencies = [ \"libloading 0.7.4\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"backtrace\" version = \"0.3.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide 0.6.2\", \"object\", \"rustc-demangle\", ] [[package]] name = \"bincode\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\" dependencies = [ \"serde\", ] [[package]] name = \"bit-set\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1\" dependencies = [ \"bit-vec\", ] [[package]] name = \"bit-vec\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\" [[package]] name = \"bit_field\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84\" [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-sys\" version = \"0.1.0-beta.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146\" dependencies = [ \"objc-sys\", ] [[package]] name = \"block2\" version = \"0.2.0-alpha.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42\" dependencies = [ \"block-sys\", \"objc2-encode\", ] [[package]] name = \"bumpalo\" version = \"3.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1\" [[package]] name = \"bytemuck\" version = \"1.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"bytes\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\" [[package]] name = \"calloop\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192\" dependencies = [ \"log\", \"nix 0.25.1\", \"slotmap\", \"thiserror\", \"vec_map\", ] [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" dependencies = [ \"jobserver\", ] [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"chrono\" version = \"0.4.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"js-sys\", \"num-traits\", \"serde\", \"time\", \"wasm-bindgen\", \"winapi\", ] [[package]] name = \"clipboard-win\" version = \"4.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362\" dependencies = [ \"error-code\", \"str-buf\", \"winapi\", ] [[package]] name = \"clipboard_macos\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95\" dependencies = [ \"objc\", \"objc-foundation\", \"objc_id\", ] [[package]] name = \"clipboard_wayland\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747\" dependencies = [ \"smithay-clipboard\", ] [[package]] name = \"clipboard_x11\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"983a7010836ecd04dde2c6d27a0cb56ec5d21572177e782bdcb24a600124e921\" dependencies = [ \"thiserror\", \"x11rb 0.9.0\", ] [[package]] name = \"cocoa\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"cocoa-foundation\", \"core-foundation\", \"core-graphics\", \"foreign-types\", \"libc\", \"objc\", ] [[package]] name = \"cocoa-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"core-foundation\", \"core-graphics-types\", \"foreign-types\", \"libc\", \"objc\", ] [[package]] name = \"codespan-reporting\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e\" dependencies = [ \"termcolor\", \"unicode-width\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"com-rs\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642\" [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa\" [[package]] name = \"core-graphics\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-graphics-types\", \"foreign-types\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"foreign-types\", \"libc\", ] [[package]] name = \"cosmic-text\" version = \"0.8.0\" source = \"git+https://github.com/hecrj/cosmic-text.git?rev=e8b10fd675832cb9c1cc9de30922beb4cf883876#e8b10fd675832cb9c1cc9de30922beb4cf883876\" dependencies = [ \"aliasable\", \"fontdb\", \"libm\", \"log\", \"rangemap\", \"rustybuzz\", \"swash\", \"sys-locale\", \"unicode-bidi\", \"unicode-linebreak\", \"unicode-script\", \"unicode-segmentation\", ] [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200\" dependencies = [ \"cfg-if\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef\" dependencies = [ \"cfg-if\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7\" dependencies = [ \"autocfg\", \"cfg-if\", \"crossbeam-utils\", \"memoffset 0.9.0\", \"scopeguard\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"d3d12\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da\" dependencies = [ \"bitflags 1.3.2\", \"libloading 0.7.4\", \"winapi\", ] [[package]] name = \"data\" version = \"0.1.0\" dependencies = [ \"bincode\", \"chrono\", \"dirs-next\", \"flate2\", \"futures\", \"iced_core\", \"irc\", \"itertools\", \"log\", \"palette\", \"rand\", \"rand_chacha\", \"seahash\", \"serde\", \"serde_yaml\", \"thiserror\", \"tokio\", \"tokio-stream\", ] [[package]] name = \"dirs-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1\" dependencies = [ \"cfg-if\", \"dirs-sys-next\", ] [[package]] name = \"dirs-sys-next\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d\" dependencies = [ \"libc\", \"redox_users\", \"winapi\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dlib\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794\" dependencies = [ \"libloading 0.7.4\", ] [[package]] name = \"downcast-rs\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650\" [[package]] name = \"either\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91\" [[package]] name = \"embed-resource\" version = \"2.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80663502655af01a2902dff3f06869330782267924bf1788410b74edcd93770a\" dependencies = [ \"cc\", \"rustc_version\", \"toml\", \"vswhom\", \"winreg\", ] [[package]] name = \"encoding\" version = \"0.2.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec\" dependencies = [ \"encoding-index-japanese\", \"encoding-index-korean\", \"encoding-index-simpchinese\", \"encoding-index-singlebyte\", \"encoding-index-tradchinese\", ] [[package]] name = \"encoding-index-japanese\" version = \"1.20141219.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91\" dependencies = [ \"encoding_index_tests\", ] [[package]] name = \"encoding-index-korean\" version = \"1.20141219.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81\" dependencies = [ \"encoding_index_tests\", ] [[package]] name = \"encoding-index-simpchinese\" version = \"1.20141219.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7\" dependencies = [ \"encoding_index_tests\", ] [[package]] name = \"encoding-index-singlebyte\" version = \"1.20141219.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a\" dependencies = [ \"encoding_index_tests\", ] [[package]] name = \"encoding-index-tradchinese\" version = \"1.20141219.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18\" dependencies = [ \"encoding_index_tests\", ] [[package]] name = \"encoding_index_tests\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569\" [[package]] name = \"errno\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a\" dependencies = [ \"errno-dragonfly\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"error-code\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21\" dependencies = [ \"libc\", \"str-buf\", ] [[package]] name = \"etagere\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6301151a318f367f392c31395beb1cfba5ccd9abc44d1db0db3a4b27b9601c89\" dependencies = [ \"euclid\", \"svg_fmt\", ] [[package]] name = \"euclid\" version = \"0.22.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787\" dependencies = [ \"num-traits\", ] [[package]] name = \"exr\" version = \"1.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"279d3efcc55e19917fff7ab3ddd6c14afb6a90881a0078465196fe2f99d08c56\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide 0.7.1\", \"rayon-core\", \"smallvec\", \"zune-inflate\", ] [[package]] name = \"fast-srgb8\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1\" [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"fdeflate\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"fern\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee\" dependencies = [ \"log\", ] [[package]] name = \"flate2\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743\" dependencies = [ \"crc32fast\", \"miniz_oxide 0.7.1\", ] [[package]] name = \"flume\" version = \"0.10.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577\" dependencies = [ \"futures-core\", \"futures-sink\", \"nanorand\", \"pin-project\", \"spin\", ] [[package]] name = \"fontdb\" version = \"0.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af8d8cbea8f21307d7e84bca254772981296f058a1d36b461bf4d83a7499fc9e\" dependencies = [ \"log\", \"memmap2 0.6.2\", \"slotmap\", \"tinyvec\", \"ttf-parser\", ] [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"futures\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c\" [[package]] name = \"futures-executor\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", \"num_cpus\", ] [[package]] name = \"futures-io\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964\" [[package]] name = \"futures-macro\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"futures-sink\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e\" [[package]] name = \"futures-task\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65\" [[package]] name = \"futures-util\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"gethostname\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"getrandom\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4\" dependencies = [ \"cfg-if\", \"js-sys\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"wasm-bindgen\", ] [[package]] name = \"gif\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gimli\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4\" [[package]] name = \"glam\" version = \"0.24.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad83ab008a4fa3b31dfa713dd41b5a9bdea1e94e4cf1e2fc274ffbd49b0271d3\" [[package]] name = \"glow\" version = \"0.12.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"807edf58b70c0b5b2181dd39fe1839dbdb3ba02645630dc5f753e23da307f762\" dependencies = [ \"js-sys\", \"slotmap\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"glyphon\" version = \"0.2.0\" source = \"git+https://github.com/hecrj/glyphon.git?rev=8dbf36020e5759fa9144517b321372266160113e#8dbf36020e5759fa9144517b321372266160113e\" dependencies = [ \"cosmic-text\", \"etagere\", \"lru\", \"wgpu\", ] [[package]] name = \"gpu-alloc\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22beaafc29b38204457ea030f6fb7a84c9e4dd1b86e311ba0542533453d87f62\" dependencies = [ \"bitflags 1.3.2\", \"gpu-alloc-types\", ] [[package]] name = \"gpu-alloc-types\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"gpu-allocator\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8\" dependencies = [ \"backtrace\", \"log\", \"thiserror\", \"winapi\", \"windows 0.44.0\", ] [[package]] name = \"gpu-descriptor\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a\" dependencies = [ \"bitflags 1.3.2\", \"gpu-descriptor-types\", \"hashbrown 0.12.3\", ] [[package]] name = \"gpu-descriptor-types\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"guillotiere\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782\" dependencies = [ \"euclid\", \"svg_fmt\", ] [[package]] name = \"half\" version = \"2.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9906a89f1724975a455316ae0554ceaa45ad83bb336f1125a87bfbdb9197cfa0\" dependencies = [ \"cfg-if\", \"crunchy\", ] [[package]] name = \"halloy\" version = \"0.1.0\" dependencies = [ \"chrono\", \"data\", \"embed-resource\", \"fern\", \"iced\", \"log\", \"open\", \"palette\", \"thiserror\", \"tokio\", \"unicode-segmentation\", \"uuid\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" dependencies = [ \"ahash 0.7.6\", ] [[package]] name = \"hashbrown\" version = \"0.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e\" dependencies = [ \"ahash 0.8.3\", ] [[package]] name = \"hassle-rs\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0\" dependencies = [ \"bitflags 1.3.2\", \"com-rs\", \"libc\", \"libloading 0.7.4\", \"thiserror\", \"widestring\", \"winapi\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286\" [[package]] name = \"hexf-parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df\" [[package]] name = \"iana-time-zone\" version = \"0.1.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows 0.48.0\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"iced\" version = \"0.9.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"iced_core\", \"iced_futures\", \"iced_renderer\", \"iced_widget\", \"iced_winit\", \"image\", \"thiserror\", ] [[package]] name = \"iced_core\" version = \"0.9.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"bitflags 1.3.2\", \"instant\", \"log\", \"palette\", \"thiserror\", \"twox-hash\", ] [[package]] name = \"iced_futures\" version = \"0.6.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"futures\", \"iced_core\", \"log\", \"tokio\", \"wasm-bindgen-futures\", \"wasm-timer\", ] [[package]] name = \"iced_graphics\" version = \"0.8.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"glam\", \"iced_core\", \"image\", \"kamadak-exif\", \"log\", \"raw-window-handle\", \"thiserror\", \"tiny-skia 0.9.1\", ] [[package]] name = \"iced_renderer\" version = \"0.1.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"iced_graphics\", \"iced_tiny_skia\", \"iced_wgpu\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"iced_runtime\" version = \"0.1.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"iced_core\", \"iced_futures\", \"thiserror\", ] [[package]] name = \"iced_style\" version = \"0.8.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"iced_core\", \"once_cell\", \"palette\", ] [[package]] name = \"iced_tiny_skia\" version = \"0.1.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"bytemuck\", \"cosmic-text\", \"iced_graphics\", \"kurbo\", \"log\", \"raw-window-handle\", \"rustc-hash\", \"softbuffer\", \"tiny-skia 0.9.1\", \"twox-hash\", ] [[package]] name = \"iced_wgpu\" version = \"0.10.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"futures\", \"glam\", \"glyphon\", \"guillotiere\", \"iced_graphics\", \"log\", \"once_cell\", \"raw-window-handle\", \"rustc-hash\", \"twox-hash\", \"wgpu\", ] [[package]] name = \"iced_widget\" version = \"0.1.0\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"iced_renderer\", \"iced_runtime\", \"iced_style\", \"num-traits\", \"ouroboros\", \"thiserror\", \"unicode-segmentation\", ] [[package]] name = \"iced_winit\" version = \"0.9.1\" source = \"git+https://github.com/tarkah/iced?rev=d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65#d73dba1f1c2dda7f58c9983e7ee8fbac6f563a65\" dependencies = [ \"iced_graphics\", \"iced_runtime\", \"iced_style\", \"log\", \"raw-window-handle\", \"thiserror\", \"web-sys\", \"winapi\", \"window_clipboard\", \"winit\", ] [[package]] name = \"image\" version = \"0.24.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"exr\", \"gif\", \"jpeg-decoder\", \"num-rational\", \"num-traits\", \"png\", \"qoi\", \"tiff\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2\" dependencies = [ \"hermit-abi 0.3.1\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"irc\" version = \"0.15.0\" source = \"git+https://github.com/aatxe/irc.git?rev=8eef9c56881670aa614782ab4321fb8ae3975fa0#8eef9c56881670aa614782ab4321fb8ae3975fa0\" dependencies = [ \"chrono\", \"encoding\", \"futures-util\", \"irc-proto\", \"log\", \"native-tls\", \"parking_lot 0.12.1\", \"pin-project\", \"serde\", \"serde_derive\", \"thiserror\", \"tokio\", \"tokio-native-tls\", \"tokio-stream\", \"tokio-util\", \"toml\", ] [[package]] name = \"irc-proto\" version = \"0.15.0\" source = \"git+https://github.com/aatxe/irc.git?rev=8eef9c56881670aa614782ab4321fb8ae3975fa0#8eef9c56881670aa614782ab4321fb8ae3975fa0\" dependencies = [ \"bytes\", \"encoding\", \"thiserror\", \"tokio\", \"tokio-util\", ] [[package]] name = \"is-docker\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3\" dependencies = [ \"once_cell\", ] [[package]] name = \"is-wsl\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5\" dependencies = [ \"is-docker\", \"once_cell\", ] [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e\" dependencies = [ \"rayon\", ] [[package]] name = \"js-sys\" version = \"0.3.63\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"kamadak-exif\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077\" dependencies = [ \"mutate_once\", ] [[package]] name = \"khronos-egl\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3\" dependencies = [ \"libc\", \"libloading 0.7.4\", \"pkg-config\", ] [[package]] name = \"kurbo\" version = \"0.9.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b\" dependencies = [ \"arrayvec\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lebe\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8\" [[package]] name = \"libc\" version = \"0.2.144\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1\" [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if\", \"winapi\", ] [[package]] name = \"libloading\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"libm\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4\" [[package]] name = \"linked-hash-map\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f\" [[package]] name = \"linux-raw-sys\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519\" [[package]] name = \"lock_api\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de\" [[package]] name = \"lru\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17\" dependencies = [ \"hashbrown 0.13.2\", ] [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memmap2\" version = \"0.5.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327\" dependencies = [ \"libc\", ] [[package]] name = \"memmap2\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"metal\" version = \"0.24.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"core-graphics-types\", \"foreign-types\", \"log\", \"objc\", ] [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa\" dependencies = [ \"adler\", ] [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2\" dependencies = [ \"libc\", \"log\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"windows-sys 0.48.0\", ] [[package]] name = \"mutate_once\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b\" [[package]] name = \"naga\" version = \"0.12.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80cd00bd6180a8790f1c020ed258a46b8d73dd5bd6af104a238c9d71f806938e\" dependencies = [ \"bit-set\", \"bitflags 1.3.2\", \"codespan-reporting\", \"hexf-parse\", \"indexmap\", \"log\", \"num-traits\", \"rustc-hash\", \"spirv\", \"termcolor\", \"thiserror\", \"unicode-xid\", ] [[package]] name = \"nanorand\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3\" dependencies = [ \"getrandom\", ] [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"ndk\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0\" dependencies = [ \"bitflags 1.3.2\", \"jni-sys\", \"ndk-sys\", \"num_enum\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-sys\" version = \"0.4.1+23.1.7779620\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3\" dependencies = [ \"jni-sys\", ] [[package]] name = \"nix\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf\" dependencies = [ \"bitflags 1.3.2\", \"cc\", \"cfg-if\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.24.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.25.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4\" dependencies = [ \"autocfg\", \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.7.1\", \"pin-utils\", \"static_assertions\", ] [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b\" dependencies = [ \"hermit-abi 0.2.6\", \"libc\", ] [[package]] name = \"num_enum\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", \"objc_exception\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc-sys\" version = \"0.2.0-beta.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7\" [[package]] name = \"objc2\" version = \"0.3.0-beta.3.patch-leaks.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468\" dependencies = [ \"block2\", \"objc-sys\", \"objc2-encode\", ] [[package]] name = \"objc2-encode\" version = \"2.0.0-pre.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512\" dependencies = [ \"objc-sys\", ] [[package]] name = \"objc_exception\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4\" dependencies = [ \"cc\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"object\" version = \"0.30.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d\" [[package]] name = \"open\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944\" dependencies = [ \"is-wsl\", \"pathdiff\", ] [[package]] name = \"openssl\" version = \"0.10.54\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"foreign-types\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-sys\" version = \"0.9.88\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"orbclient\" version = \"0.3.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"221d488cd70617f1bd599ed8ceb659df2147d9393717954d82a0f5e8032a6ab1\" dependencies = [ \"redox_syscall 0.3.5\", ] [[package]] name = \"ouroboros\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d813b7b31a82efae94bd30ffaac09aec85efc18db2d5ec3aead1a220ee954351\" dependencies = [ \"aliasable\", \"ouroboros_macro\", \"static_assertions\", ] [[package]] name = \"ouroboros_macro\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a56f651b4dd45ae3ac3d260ced32eaf0620cddaae5f26c69b554a9016594726\" dependencies = [ \"heck\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"owned_ttf_parser\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4\" dependencies = [ \"ttf-parser\", ] [[package]] name = \"palette\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1641aee47803391405d0a1250e837d2336fdddd18b27f3ddb8c1d80ce8d7f43\" dependencies = [ \"approx\", \"fast-srgb8\", \"palette_derive\", \"phf\", ] [[package]] name = \"palette_derive\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c02bfa6b3ba8af5434fa0531bf5701f750d983d4260acd6867faca51cdc4484\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"parking_lot\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99\" dependencies = [ \"instant\", \"lock_api\", \"parking_lot_core 0.8.6\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core 0.9.7\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc\" dependencies = [ \"cfg-if\", \"instant\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"winapi\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"windows-sys 0.45.0\", ] [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"phf\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c\" dependencies = [ \"phf_macros\", \"phf_shared\", ] [[package]] name = \"phf_generator\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf\" dependencies = [ \"phf_shared\", \"rand\", ] [[package]] name = \"phf_macros\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66\" dependencies = [ \"phf_generator\", \"phf_shared\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"phf_shared\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676\" dependencies = [ \"siphasher\", ] [[package]] name = \"pin-project\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pkg-config\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964\" [[package]] name = \"png\" version = \"0.17.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide 0.7.1\", ] [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2\", \"quote\", \"version_check\", ] [[package]] name = \"proc-macro2\" version = \"1.0.59\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"profiling\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2\" [[package]] name = \"qoi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001\" dependencies = [ \"bytemuck\", ] [[package]] name = \"quick-xml\" version = \"0.23.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea\" dependencies = [ \"memchr\", ] [[package]] name = \"quote\" version = \"1.0.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"range-alloc\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab\" [[package]] name = \"rangemap\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b9283c6b06096b47afc7109834fdedab891175bb5241ee5d4f7d2546549f263\" [[package]] name = \"raw-window-handle\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9\" [[package]] name = \"rayon\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-utils\", \"num_cpus\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom\", \"redox_syscall 0.2.16\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78\" [[package]] name = \"renderdoc-sys\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b\" [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.37.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d\" dependencies = [ \"bitflags 1.3.2\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.48.0\", ] [[package]] name = \"rustybuzz\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82eea22c8f56965eeaf3a209b3d24508256c7b920fb3b6211b8ba0f7c0583250\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"libm\", \"smallvec\", \"ttf-parser\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-general-category\", \"unicode-script\", ] [[package]] name = \"ryu\" version = \"1.0.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041\" [[package]] name = \"schannel\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3\" dependencies = [ \"windows-sys 0.42.0\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"sctk-adwaita\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09\" dependencies = [ \"ab_glyph\", \"log\", \"memmap2 0.5.10\", \"smithay-client-toolkit\", \"tiny-skia 0.8.4\", ] [[package]] name = \"seahash\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b\" [[package]] name = \"security-framework\" version = \"2.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"semver\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed\" [[package]] name = \"serde\" version = \"1.0.163\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.163\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"serde_spanned\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d\" dependencies = [ \"serde\", ] [[package]] name = \"serde_yaml\" version = \"0.8.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b\" dependencies = [ \"indexmap\", \"ryu\", \"serde\", \"yaml-rust\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1\" dependencies = [ \"libc\", ] [[package]] name = \"simd-adler32\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f\" [[package]] name = \"siphasher\" version = \"0.3.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de\" [[package]] name = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg\", ] [[package]] name = \"slotmap\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342\" dependencies = [ \"version_check\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"smithay-client-toolkit\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454\" dependencies = [ \"bitflags 1.3.2\", \"calloop\", \"dlib\", \"lazy_static\", \"log\", \"memmap2 0.5.10\", \"nix 0.24.3\", \"pkg-config\", \"wayland-client 0.29.5\", \"wayland-cursor\", \"wayland-protocols\", ] [[package]] name = \"smithay-clipboard\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8\" dependencies = [ \"smithay-client-toolkit\", \"wayland-client 0.29.5\", ] [[package]] name = \"socket2\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"softbuffer\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2b953f6ba7285f0af131eb748aabd8ddaf53e0b81dda3ba5d803b0847d6559f\" dependencies = [ \"bytemuck\", \"cfg_aliases\", \"cocoa\", \"core-graphics\", \"fastrand\", \"foreign-types\", \"log\", \"nix 0.26.2\", \"objc\", \"raw-window-handle\", \"redox_syscall 0.3.5\", \"thiserror\", \"wasm-bindgen\", \"wayland-backend\", \"wayland-client 0.30.2\", \"wayland-sys 0.30.1\", \"web-sys\", \"windows-sys 0.48.0\", \"x11-dl\", \"x11rb 0.11.1\", ] [[package]] name = \"spin\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\" dependencies = [ \"lock_api\", ] [[package]] name = \"spirv\" version = \"0.2.0+1.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830\" dependencies = [ \"bitflags 1.3.2\", \"num-traits\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"str-buf\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0\" [[package]] name = \"strict-num\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731\" [[package]] name = \"svg_fmt\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2\" [[package]] name = \"swash\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b7c73c813353c347272919aa1af2885068b05e625e5532b43049e4f641ae77f\" dependencies = [ \"yazi\", \"zeno\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"sys-locale\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f\" dependencies = [ \"libc\", \"windows-sys 0.45.0\", ] [[package]] name = \"tempfile\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998\" dependencies = [ \"cfg-if\", \"fastrand\", \"redox_syscall 0.3.5\", \"rustix\", \"windows-sys 0.45.0\", ] [[package]] name = \"termcolor\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6\" dependencies = [ \"winapi-util\", ] [[package]] name = \"thiserror\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", ] [[package]] name = \"tiff\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471\" dependencies = [ \"flate2\", \"jpeg-decoder\", \"weezl\", ] [[package]] name = \"time\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a\" dependencies = [ \"libc\", \"wasi 0.10.0+wasi-snapshot-preview1\", \"winapi\", ] [[package]] name = \"tiny-skia\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"png\", \"tiny-skia-path 0.8.4\", ] [[package]] name = \"tiny-skia\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce2986c82f77818c7b9144c70818fdde98db15308e329ae2f7204d767808fd3c\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"log\", \"png\", \"tiny-skia-path 0.9.0\", ] [[package]] name = \"tiny-skia-path\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c\" dependencies = [ \"arrayref\", \"bytemuck\", \"strict-num\", ] [[package]] name = \"tiny-skia-path\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7acb0ccda1ac91084353a56d0b69b0e29c311fd809d2088b1ed2f9ae1841c47\" dependencies = [ \"arrayref\", \"bytemuck\", \"strict-num\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.28.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2\" dependencies = [ \"autocfg\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2\", \"windows-sys 0.48.0\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-stream\" version = \"0.1.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", \"tracing\", ] [[package]] name = \"toml\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit\", ] [[package]] name = \"toml_datetime\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739\" dependencies = [ \"indexmap\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"tracing\" version = \"0.1.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8\" dependencies = [ \"cfg-if\", \"pin-project-lite\", \"tracing-core\", ] [[package]] name = \"tracing-core\" version = \"0.1.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a\" dependencies = [ \"once_cell\", ] [[package]] name = \"ttf-parser\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44dcf002ae3b32cd25400d6df128c5babec3927cd1eb7ce813cfff20eb6c3746\" [[package]] name = \"twox-hash\" version = \"1.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675\" dependencies = [ \"cfg-if\", \"rand\", \"static_assertions\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460\" [[package]] name = \"unicode-bidi-mirroring\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694\" [[package]] name = \"unicode-ccc\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1\" [[package]] name = \"unicode-general-category\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7\" [[package]] name = \"unicode-ident\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0\" [[package]] name = \"unicode-linebreak\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137\" dependencies = [ \"hashbrown 0.12.3\", \"regex\", ] [[package]] name = \"unicode-script\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc\" [[package]] name = \"unicode-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[package]] name = \"unicode-width\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"uuid\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2\" dependencies = [ \"getrandom\", ] [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"vec_map\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"vswhom\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b\" dependencies = [ \"libc\", \"vswhom-sys\", ] [[package]] name = \"vswhom-sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"wasi\" version = \"0.10.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.18\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.18\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93\" [[package]] name = \"wasm-timer\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f\" dependencies = [ \"futures\", \"js-sys\", \"parking_lot 0.11.2\", \"pin-utils\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", ] [[package]] name = \"wayland-backend\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41b48e27457e8da3b2260ac60d0a94512f5cba36448679f3747c0865b7893ed8\" dependencies = [ \"cc\", \"downcast-rs\", \"io-lifetimes\", \"nix 0.26.2\", \"scoped-tls\", \"smallvec\", \"wayland-sys 0.30.1\", ] [[package]] name = \"wayland-client\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715\" dependencies = [ \"bitflags 1.3.2\", \"downcast-rs\", \"libc\", \"nix 0.24.3\", \"scoped-tls\", \"wayland-commons\", \"wayland-scanner 0.29.5\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-client\" version = \"0.30.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8\" dependencies = [ \"bitflags 1.3.2\", \"nix 0.26.2\", \"wayland-backend\", \"wayland-scanner 0.30.0\", ] [[package]] name = \"wayland-commons\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902\" dependencies = [ \"nix 0.24.3\", \"once_cell\", \"smallvec\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-cursor\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661\" dependencies = [ \"nix 0.24.3\", \"wayland-client 0.29.5\", \"xcursor\", ] [[package]] name = \"wayland-protocols\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6\" dependencies = [ \"bitflags 1.3.2\", \"wayland-client 0.29.5\", \"wayland-commons\", \"wayland-scanner 0.29.5\", ] [[package]] name = \"wayland-scanner\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53\" dependencies = [ \"proc-macro2\", \"quote\", \"xml-rs\", ] [[package]] name = \"wayland-scanner\" version = \"0.30.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4834c14b3edf1d9986c83ca79b1e7e3afbe9874c7c144702f6467063259ce45d\" dependencies = [ \"proc-macro2\", \"quick-xml\", \"quote\", ] [[package]] name = \"wayland-sys\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4\" dependencies = [ \"dlib\", \"lazy_static\", \"pkg-config\", ] [[package]] name = \"wayland-sys\" version = \"0.30.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06\" dependencies = [ \"dlib\", \"lazy_static\", \"log\", \"pkg-config\", ] [[package]] name = \"web-sys\" version = \"0.3.63\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"wgpu\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3059ea4ddec41ca14f356833e2af65e7e38c0a8f91273867ed526fb9bafcca95\" dependencies = [ \"arrayvec\", \"cfg-if\", \"js-sys\", \"log\", \"naga\", \"parking_lot 0.12.1\", \"profiling\", \"raw-window-handle\", \"smallvec\", \"static_assertions\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"wgpu-core\", \"wgpu-hal\", \"wgpu-types\", ] [[package]] name = \"wgpu-core\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f478237b4bf0d5b70a39898a66fa67ca3a007d79f2520485b8b0c3dfc46f8c2\" dependencies = [ \"arrayvec\", \"bit-vec\", \"bitflags 2.3.1\", \"codespan-reporting\", \"log\", \"naga\", \"parking_lot 0.12.1\", \"profiling\", \"raw-window-handle\", \"rustc-hash\", \"smallvec\", \"thiserror\", \"web-sys\", \"wgpu-hal\", \"wgpu-types\", ] [[package]] name = \"wgpu-hal\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74851c2c8e5d97652e74c241d41b0656b31c924a45dcdecde83975717362cfa4\" dependencies = [ \"android_system_properties\", \"arrayvec\", \"ash\", \"bit-set\", \"bitflags 2.3.1\", \"block\", \"core-graphics-types\", \"d3d12\", \"foreign-types\", \"glow\", \"gpu-alloc\", \"gpu-allocator\", \"gpu-descriptor\", \"hassle-rs\", \"js-sys\", \"khronos-egl\", \"libc\", \"libloading 0.8.0\", \"log\", \"metal\", \"naga\", \"objc\", \"parking_lot 0.12.1\", \"profiling\", \"range-alloc\", \"raw-window-handle\", \"renderdoc-sys\", \"rustc-hash\", \"smallvec\", \"thiserror\", \"wasm-bindgen\", \"web-sys\", \"wgpu-types\", \"winapi\", ] [[package]] name = \"wgpu-types\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5bd33a976130f03dcdcd39b3810c0c3fc05daf86f0aaf867db14bfb7c4a9a32b\" dependencies = [ \"bitflags 2.3.1\", \"js-sys\", \"web-sys\", ] [[package]] name = \"widestring\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-wsapoll\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"window_clipboard\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"63287c9c4396ccf5346d035a9b0fcaead9e18377637f5eaa78b7ac65c873ff7d\" dependencies = [ \"clipboard-win\", \"clipboard_macos\", \"clipboard_wayland\", \"clipboard_x11\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"windows\" version = \"0.44.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f\" dependencies = [ \"windows-targets 0.48.0\", ] [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.0\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-targets\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5\" dependencies = [ \"windows_aarch64_gnullvm 0.48.0\", \"windows_aarch64_msvc 0.48.0\", \"windows_i686_gnu 0.48.0\", \"windows_i686_msvc 0.48.0\", \"windows_x86_64_gnu 0.48.0\", \"windows_x86_64_gnullvm 0.48.0\", \"windows_x86_64_msvc 0.48.0\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a\" [[package]] name = \"winit\" version = \"0.28.6\" source = \"git+https://github.com/iced-rs/winit.git?rev=c52db2045d0a2f1b8d9923870de1d4ab1994146e#c52db2045d0a2f1b8d9923870de1d4ab1994146e\" dependencies = [ \"android-activity\", \"bitflags 1.3.2\", \"cfg_aliases\", \"core-foundation\", \"core-graphics\", \"dispatch\", \"instant\", \"libc\", \"log\", \"mio\", \"ndk\", \"objc2\", \"once_cell\", \"orbclient\", \"percent-encoding\", \"raw-window-handle\", \"redox_syscall 0.3.5\", \"sctk-adwaita\", \"smithay-client-toolkit\", \"wasm-bindgen\", \"wayland-client 0.29.5\", \"wayland-commons\", \"wayland-protocols\", \"wayland-scanner 0.29.5\", \"web-sys\", \"windows-sys 0.45.0\", \"x11-dl\", ] [[package]] name = \"winnow\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189\" dependencies = [ \"cfg-if\", \"winapi\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"x11rb\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a\" dependencies = [ \"gethostname\", \"nix 0.22.3\", \"winapi\", \"winapi-wsapoll\", ] [[package]] name = \"x11rb\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cdf3c79412dd91bae7a7366b8ad1565a85e35dd049affc3a6a2c549e97419617\" dependencies = [ \"gethostname\", \"libc\", \"libloading 0.7.4\", \"nix 0.25.1\", \"once_cell\", \"winapi\", \"winapi-wsapoll\", \"x11rb-protocol\", ] [[package]] name = \"x11rb-protocol\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0b1513b141123073ce54d5bb1d33f801f17508fbd61e02060b1214e96d39c56\" dependencies = [ \"nix 0.25.1\", ] [[package]] name = \"xcursor\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7\" dependencies = [ \"nom\", ] [[package]] name = \"xml-rs\" version = \"0.8.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d8f380ae16a37b30e6a2cf67040608071384b1450c189e61bea3ff57cde922d\" [[package]] name = \"yaml-rust\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85\" dependencies = [ \"linked-hash-map\", ] [[package]] name = \"yazi\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1\" [[package]] name = \"zeno\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c110ba09c9b3a43edd4803d570df0da2414fed6e822e22b976a4e3ef50860701\" [[package]] name = \"zune-inflate\" version = \"0.2.54\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02\" dependencies = [ \"simd-adler32\", ] "} {"_id":"q-en-nixpkgs-dce3eeee989b2f3d6ac7444ba21594cd4dce7eebe1cc91459423b0d4d07b99f8","text":"gitMinimal ]; meta = { meta = with lib; { description = \"Linting for your git commit messages\"; homepage = \"http://jorisroovers.github.io/gitlint\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ethancedwards8 ]; homepage = \"https://jorisroovers.com/gitlint/\"; license = licenses.mit; maintainers = with maintainers; [ ethancedwards8 fab ]; }; }"} {"_id":"q-en-nixpkgs-dceaadefda96d43228ab8d37508baef2f0cb5c443d0df64c0c503ca1a3d8844c","text":"ppl-address-book = throw \"deprecated in 2019-05-02: abandoned by upstream.\"; processing3 = processing; # added 2019-08-16 procps-ng = procps; # added 2018-06-08 pygmentex = texlive.bin.pygmentex; # added 2019-12-15 pyo3-pack = maturin; pmenu = throw \"pmenu has been removed from nixpkgs, as its maintainer is no longer interested in the package.\"; # added 2019-12-10 pulseaudioLight = pulseaudio; # added 2018-04-25"} {"_id":"q-en-nixpkgs-dceef08acd1df5503d07a142f80e5376e8caa86c98af443f28291ee84020b4b3","text":"gocd-server = callPackage ../development/tools/continuous-integration/gocd-server { }; gotify-server = callPackage ../servers/gotify { }; gotty = callPackage ../servers/gotty { }; gputils = callPackage ../development/tools/misc/gputils { };"} {"_id":"q-en-nixpkgs-dd101cc8c64defb5cef4bb07620da77739d4861f736b70825676ba8eb983a5a7","text":"stdenv.mkDerivation rec { pname = \"river\"; version = \"unstable-2021-09-30\"; version = \"unstable-2021-11-01\"; src = fetchFromGitHub { owner = \"ifreund\"; repo = pname; rev = \"e6bb373240bc08668c8e6e14996a3f8765941158\"; sha256 = \"sha256-dYruRpsud2XYrVY2f4f2dkRRSh1oU9rn2GRwAkJqW3A=\"; rev = \"363fd3f6a466004eec157a40e51684e56992b857\"; sha256 = \"sha256-RzReUo1p2z4UQaO5n6PKQlEv0vTBGg+1Wq1UIYii0Mo=\"; fetchSubmodules = true; };"} {"_id":"q-en-nixpkgs-dd199e523453e9ad7f61ce2fd5864de09ded5a4129b543c0a9ac77c33c87a024","text":" # ownCloud Infinite Scale {#module-services-ocis} [ownCloud Infinite Scale](https://owncloud.dev/ocis/) (oCIS) is an open-source, modern file-sync and sharing platform. It is a ground-up rewrite of the well-known PHP based ownCloud server. The server setup can be automated using [services.ocis](#opt-services.ocis.enable). The desktop client is packaged at `pkgs.owncloud-client`. ## Basic usage {#module-services-ocis-basic-usage} oCIS is a golang application and does not require an HTTP server (such as nginx) in front of it, though you may optionally use one if you will. oCIS is configured using a combination of yaml and environment variables. It is recommended to familiarize yourself with upstream's available configuration options and deployment instructions: * [Getting Started](https://owncloud.dev/ocis/getting-started/) * [Configuration](https://owncloud.dev/ocis/config/) * [Basic Setup](https://owncloud.dev/ocis/deployment/basic-remote-setup/) A very basic configuration may look like this: ``` { pkgs, ... }: { services.ocis = { enable = true; configDir = \"/etc/ocis/config\"; }; } ``` This will start the oCIS server and make it available at `https://localhost:9200` However to make this configuration work you will need generate a configuration. You can do this with: ```console $ nix-shell -p ocis-bin $ mkdir scratch/ $ cd scratch/ $ ocis init --config-path . --admin-password \"changeme\" ``` You may need to pass `--insecure true` or provide the `OCIS_INSECURE = true;` to [`services.ocis.environment`][mod-envFile], if TLS certificates are generated and managed externally (e.g. if you are using oCIS behind reverse proxy). If you want to manage the config file in your nix configuration, then it is encouraged to use a secrets manager like sops-nix or agenix. Be careful not to write files containing secrets to the globally readable nix store. Please note that current NixOS module for oCIS is configured to run in `fullstack` mode, which starts all the services for owncloud on single instance. This will start multiple ocis services and listen on multiple other ports. Current known services and their ports are as below: | Service | Group | Port | |--------------------|---------|-------| | gateway | api | 9142 | | sharing | api | 9150 | | app-registry | api | 9242 | | ocdav | web | 45023 | | auth-machine | api | 9166 | | storage-system | api | 9215 | | webdav | web | 9115 | | webfinger | web | 46871 | | storage-system | web | 9216 | | web | web | 9100 | | eventhistory | api | 33177 | | ocs | web | 9110 | | storage-publiclink | api | 9178 | | settings | web | 9190 | | ocm | api | 9282 | | settings | api | 9191 | | ocm | web | 9280 | | app-provider | api | 9164 | | storage-users | api | 9157 | | auth-service | api | 9199 | | thumbnails | web | 9186 | | thumbnails | api | 9185 | | storage-shares | api | 9154 | | sse | sse | 46833 | | userlog | userlog | 45363 | | search | api | 9220 | | proxy | web | 9200 | | idp | web | 9130 | | frontend | web | 9140 | | groups | api | 9160 | | graph | graph | 9120 | | users | api | 9144 | | auth-basic | api | 9146 | ## Configuration via environment variables You can also eschew the config file entirely and pass everything to oCIS via environment variables. For this make use of [`services.ocis.environment`][mod-env] for non-sensitive values, and [`services.ocis.environmentFile`][mod-envFile] for sensitive values. Configuration in (`services.ocis.environment`)[mod-env] overrides those from [`services.ocis.environmentFile`][mod-envFile] and will have highest precedence [mod-env]: #opt-services.ocis.environment [mod-envFile]: #opt-services.ocis.environmentFile "} {"_id":"q-en-nixpkgs-dd2abda523c75b66b4fa89944aeefbf3a048e1e79db8f7320141bba43004d5c2","text":"externalDeps' = lib.filter (dep: !lib.isDerivation dep) externalDeps; in toLuaModule ( lua.stdenv.mkDerivation ( builtins.removeAttrs attrs [\"disabled\" \"checkInputs\" \"externalDeps\"] // { builtins.removeAttrs attrs [\"disabled\" \"checkInputs\" \"externalDeps\" \"extraVariables\"] // { name = namePrefix + name;"} {"_id":"q-en-nixpkgs-dd32e5f316b36e615fb6a78ec10195089485ccde0a721a1d8a97eb43b4b30a4a","text":"device = mkOption { example = \"/dev/sda3\"; type = types.str; type = types.nonEmptyStr; description = lib.mdDoc \"Path of the device or swap file.\"; };"} {"_id":"q-en-nixpkgs-dd3be006f2604687fd30495bb8b1c5c4fdc7a638d94a1fbf99c2fdc635474681","text":"sha256 = \"sha256-IlrfqwNyaSHE9Ct0mn7MUxEg7p1Ku34eOMYelEAYFW8=\"; }; patches = [ # based on https://github.com/rustdesk/rustdesk/pull/1900 ./fix-for-rust-1.65.diff ]; cargoSha256 = \"sha256-1OMWEk+DerltF7kwdo4d04rbgIFLHBRq3vZaL7jtrdE=\"; LIBCLANG_PATH=\"${llvmPackages.libclang.lib}/lib\";"} {"_id":"q-en-nixpkgs-dd4711170393b9fdd4eb4c60d91b873e90745c0d28d08e70a8b97093bb444fe4","text":"BINARY = 64; TARGET = setTarget \"ATHLON\"; DYNAMIC_ARCH = setDynamicArch true; NO_AVX512 = !enableAVX512; USE_OPENMP = false; MACOSX_DEPLOYMENT_TARGET = \"10.7\"; };"} {"_id":"q-en-nixpkgs-dd48520f490890634a4a153e986105a9372189de692fb4b6736fa0c5090fda4c","text":"imageTag=\"latest\" fi \"$skopeoCmd\" inspect \"docker://$imageName:$imageTag\" | jq '.Digest' -r skopeo --insecure-policy --tmpdir=$TMPDIR inspect \"docker://$imageName:$imageTag\" | jq '.Digest' -r } get_name() {"} {"_id":"q-en-nixpkgs-dd5ab1cd007f507c7db0a81f71aa5c9b5e1fae9e2c5dec0d091e12a543d6b7db","text":"}; headersFetcher = vers: hash: fetchurl { url = \"https://atom.io/download/electron/v${vers}/node-v${vers}-headers.tar.gz\"; url = \"https://artifacts.electronjs.org/headers/dist/v${vers}/node-v${vers}-headers.tar.gz\"; sha256 = hash; }; tags = { i686-linux = \"linux-ia32\"; x86_64-linux = \"linux-x64\"; armv7l-linux = \"linux-armv7l\"; aarch64-linux = \"linux-arm64\"; x86_64-darwin = \"darwin-x64\"; aarch64-darwin = \"darwin-arm64\"; } // lib.optionalAttrs (lib.versionAtLeast version \"11.0.0\") { aarch64-darwin = \"darwin-arm64\"; } // lib.optionalAttrs (lib.versionOlder version \"19.0.0\") { i686-linux = \"linux-ia32\"; }; get = as: platform: as.${platform.system} or \"Unsupported system: ${platform.system}\"; get = as: platform: as.${platform.system} or (throw \"Unsupported system: ${platform.system}\"); common = platform: { inherit pname version meta;"} {"_id":"q-en-nixpkgs-dd7c235d635e7060258d5ede2f2e3fe4f7efb1ec254cac4986bf3fa9f5fb0248","text":"vendorSha256 = \"0szs9yc49fyh55ra1wf8zj76kdah0x49d45cgivk3gqh2hl17j6l\"; agents = fetchzip { name = \"mutagen-agents-${version}\"; # The package architecture does not matter since all packages contain identical mutagen-agents.tar.gz. url = \"https://github.com/mutagen-io/mutagen/releases/download/v${version}/mutagen_linux_amd64_v${version}.tar.gz\"; stripRoot = false; extraPostFetch = '' rm $out/mutagen # Keep only mutagen-agents.tar.gz. ''; sha256 = \"0k8iif09kvxfxx6qm5qmkf3lr7ar6i98ivkndimj680ah9v1hkj8\"; }; doCheck = false; subPackages = [ \"cmd/mutagen\" \"cmd/mutagen-agent\" ]; postInstall = '' install -d $out/libexec ln -s ${agents}/mutagen-agents.tar.gz $out/libexec/ ''; meta = with lib; { description = \"Make remote development work with your local tools\"; homepage = \"https://mutagen.io/\";"} {"_id":"q-en-nixpkgs-de0ce7c92856dddc6cd1f6dde121eed41c2b7eb2e5a59c8e3ada68622a854b94","text":"(lport: \"sshd -G -T -C lport=${toString lport} -f ${sshconf} > /dev/null\") cfg.ports} ${concatMapStringsSep \"n\" (la: \"sshd -G -T -C ${escapeShellArg \"laddr=${la.addr},lport=${toString la.port}\"} -f ${sshconf} > /dev/null\") (la: concatMapStringsSep \"n\" (port: \"sshd -G -T -C ${escapeShellArg \"laddr=${la.addr},lport=${toString port}\"} -f ${sshconf} > /dev/null\") (if la.port != null then [ la.port ] else cfg.ports) ) cfg.listenAddresses} touch $out '')"} {"_id":"q-en-nixpkgs-de1dea3f8b76b6511be4745ee80e1d28fdff3e5da4f8e495a79d277e15b7bbde","text":"libreoffice = hiPrio libreoffice-still; libreoffice-qt = hiPrio libreoffice-qt-still; libreoffice-qt-unwrapped = libreoffice-qt.unwrapped; libreoffice-unwrapped = libreoffice.unwrapped; libreoffice-args = {"} {"_id":"q-en-nixpkgs-de35c8c09ee17748e0d54688a970a16669ab86e6a681c07e2d2412697be52b01","text":"meta = vscode.meta; } '' mkdir -p \"$out/bin\" mkdir -p \"$out/share/applications\" mkdir -p \"$out/share/pixmaps\" ln -sT \"${vscode}/share/applications/code.desktop\" \"$out/share/applications/code.desktop\" ln -sT \"${vscode}/share/pixmaps/code.png\" \"$out/share/pixmaps/code.png\" ${if [] == vscodeExtensions then '' ln -sT \"${vscode}/bin/${wrappedExeName}\" \"$out/bin/${exeName}\""} {"_id":"q-en-nixpkgs-de43ed907712f53bec2cded6f84c6647ea6d17409557ff6c71eb4a36bbc9d780","text":"patches = [ # Not accepted upstream, see https://github.com/gnuradio/gnuradio/pull/5227 ./modtool-newmod-permissions.patch # https://github.com/gnuradio/gnuradio/pull/6808 (fetchpatch { name = \"gnuradio-fmt10.1.patch\"; url = \"https://github.com/gnuradio/gnuradio/commit/9357c17721a27cc0aae3fe809af140c84e492f37.patch\"; hash = \"sha256-w3b22PTqoORyYQ3RKRG+2htQWbITzQiOdSDyuejUtHQ=\"; }) ]; passthru = shared.passthru // { # Deps that are potentially overridden and are used inside GR plugins - the same version must"} {"_id":"q-en-nixpkgs-de44cb2d135d6ebe7e89853b92fb2464204034a4a9af6cbbfb7dc79a61757ba0","text":"# to still support the old standalone toolchains builds. if [ -d $out/libexec/android-sdk/ndk ] && [ ! -d $out/libexec/android-sdk/ndk-bundle ]; then ln -sf $out/libexec/android-sdk/ndk/${package.revision} $out/libexec/android-sdk/ndk-bundle else elif [ ! -d $out/libexec/android-sdk/ndk-bundle ]; then echo \"The ndk-bundle layout has changed. The nix expressions have to be updated!\" exit 1 fi"} {"_id":"q-en-nixpkgs-debc88107a9739afdae7932facb1b6213d2f66d825e42997795d08520e26f770","text":"1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/certbot/setup.py b/certbot/setup.py index c1bf914..7456bf2 100644 index d19327e5e..ac1524793 100644 --- a/certbot/setup.py +++ b/certbot/setup.py @@ -3,7 +3,6 @@ import os @@ -1,5 +1,4 @@ import codecs -from distutils.version import StrictVersion import os import re import sys -from distutils.version import StrictVersion from setuptools import find_packages, setup, __version__ as setuptools_version from setuptools.command.test import test as TestCommand @@ -56,20 +55,8 @@ install_requires = [ @@ -58,20 +57,8 @@ install_requires = [ # Add pywin32 on Windows platforms to handle low-level system calls. # This dependency needs to be added using environment markers to avoid its installation on Linux."} {"_id":"q-en-nixpkgs-ded595c56bd1be3beaa8f26cf697c79987ab2a38bcab4dfa08eacbdbce8465a7","text":"environment.systemPackages = [ cfg.package ]; environment.etc = let # generate contents for /etc/systemd/system-${type} from attrset of links and packages hooks = type: links: pkgs.runCommand \"system-${type}\" { # generate contents for /etc/systemd/${dir} from attrset of links and packages hooks = dir: links: pkgs.runCommand \"${dir}\" { preferLocalBuild = true; packages = cfg.packages; } ''"} {"_id":"q-en-nixpkgs-dedca865b37a3bef6a3f174aa73521f3cda49b8f89d3fd608a76b44c4d1bb950","text":"{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, zlib, readline, openssl , libiconv, pcsclite, libassuan, libXt, fetchpatch , libiconv, pcsclite, libassuan, libXt , docbook_xsl, libxslt, docbook_xml_dtd_412 , Carbon, PCSC, buildPackages , withApplePCSC ? stdenv.isDarwin"} {"_id":"q-en-nixpkgs-def27083c9be356def89f005c04cf224a8997d58dc61187f9b08d25acc3b82c1","text":"APPINFO_STRUCT_SECTION = \" index d513b46..c48e41f 100644 index 40fa752..9da5509 100644 --- a/src/protontricks/util.py +++ b/src/protontricks/util.py @@ -6,7 +6,7 @@ import stat from pathlib import Path from subprocess import check_output, run, PIPE -__all__ = (\"get_runtime_library_paths\", \"create_wine_bin_dir\", \"run_command\") +__all__ = (\"create_wine_bin_dir\", \"run_command\") logger = logging.getLogger(\"protontricks\") @@ -25,93 +25,10 @@ def lower_dict(d): @@ -25,24 +25,6 @@ def lower_dict(d): return {k.lower(): v for k, v in d.items()} -def get_host_library_paths(): -def get_legacy_runtime_library_paths(legacy_steam_runtime_path, proton_app): - \"\"\" - Get host library paths to use when creating the LD_LIBRARY_PATH environment - variable for use with newer Steam Runtime installations - Get LD_LIBRARY_PATH value to use when running a command using Steam Runtime - \"\"\" - # The traditional Steam Runtime does the following when running the - # `run.sh --print-steam-runtime-library-paths` command. - # Since that command is unavailable with newer Steam Runtime releases, - # do it ourselves here. - result = run( - [\"/sbin/ldconfig\", \"-XNv\"], - check=True, stdout=PIPE, stderr=PIPE - ) - lines = result.stdout.decode(\"utf-8\").split(\"n\") - paths = [ - line.split(\":\")[0] for line in lines - if line.startswith(\"/\") and \":\" in line - ] - - return \":\".join(paths) - - -RUNTIME_ROOT_GLOB_PATTERNS = ( - \"var/*/files/\", - \"*/files/\" -) - - -def get_runtime_library_paths(steam_runtime_path, proton_app): - \"\"\" - Get LD_LIBRARY_PATH value to run a command using Steam Runtime - \"\"\" - def find_runtime_app_root(runtime_app): - \"\"\" - Find the runtime root (the directory containing the root fileystem - used for the container) for separately installed Steam Runtime app - \"\"\" - for pattern in RUNTIME_ROOT_GLOB_PATTERNS: - try: - return next( - runtime_app.install_path.glob(pattern) - ) - except StopIteration: - pass - - raise RuntimeError( - \"Could not find Steam Runtime runtime root for {}\".format( - runtime_app.name - ) - ) - - if proton_app.required_tool_appid: - # bwrap based Steam Runtime is used for Proton installations that - # use separate Steam runtimes - # TODO: Try to run the Wine binaries inside an user namespace somehow. - # Newer Steam Runtime environments may rely on a newer glibc than what - # is available on the host system, which may cause potential problems - # otherwise. - runtime_root = find_runtime_app_root(proton_app.required_tool_app) - return \"\".join([ - str(proton_app.install_path / \"dist\" / \"lib\"), os.pathsep, - str(proton_app.install_path / \"dist\" / \"lib64\"), os.pathsep, - get_host_library_paths(), os.pathsep, - str(runtime_root / \"lib\" / \"i386-linux-gnu\"), os.pathsep, - str(runtime_root / \"lib\" / \"x86_64-linux-gnu\") - ]) - - # Traditional LD_LIBRARY_PATH based Steam Runtime is used otherwise - steam_runtime_paths = check_output([ - str(steam_runtime_path / \"run.sh\"), - str(legacy_steam_runtime_path / \"run.sh\"), - \"--print-steam-runtime-library-paths\" - ]) - steam_runtime_paths = str(steam_runtime_paths, \"utf-8\") - # Add Proton installation directory first into LD_LIBRARY_PATH - # so that libwine.so.1 is picked up correctly (see issue #3) - return \"\".join([ - str(proton_app.install_path / \"dist\" / \"lib\"), os.pathsep, - str(proton_app.install_path / \"dist\" / \"lib64\"), os.pathsep, - str(proton_app.proton_dist_path / \"lib\"), os.pathsep, - str(proton_app.proton_dist_path / \"lib64\"), os.pathsep, - steam_runtime_paths - ]) - - WINE_SCRIPT_TEMPLATE = ( - \"#!/bin/bashn\" + \"#!/bin/shn\" \"# Helper script created by Protontricks to run Wine binaries using Steam Runtimen\" - \"export LD_LIBRARY_PATH=\"$PROTON_LD_LIBRARY_PATH\"n\" - \"exec \"$PROTON_PATH\"/dist/bin/{name} \"$@\"\" + \"exec steam-run \"$PROTON_PATH\"/dist/bin/{name} \"$@\"\" def get_host_library_paths(): \"\"\" Get host library paths to use when creating the LD_LIBRARY_PATH environment @@ -54,7 +36,7 @@ def get_host_library_paths(): # Since that command is unavailable with newer Steam Runtime releases, # do it ourselves here. result = run( - [\"/sbin/ldconfig\", \"-XNv\"], + [\"steam-run\", \"ldconfig\", \"-XNv\"], check=True, stdout=PIPE, stderr=PIPE ) lines = result.stdout.decode(\"utf-8\").split(\"n\") @@ -72,7 +54,7 @@ RUNTIME_ROOT_GLOB_PATTERNS = ( ) @@ -172,7 +89,7 @@ def create_wine_bin_dir(proton_app): -def get_runtime_library_paths(proton_app, use_bwrap=True): +def get_runtime_library_paths(proton_app, proton_app_only=True): \"\"\" Get LD_LIBRARY_PATH value to use when running a command using Steam Runtime \"\"\" @@ -95,7 +77,7 @@ def get_runtime_library_paths(proton_app, use_bwrap=True): ) ) - if use_bwrap: + if proton_app_only: return \"\".join([ str(proton_app.proton_dist_path / \"lib\"), os.pathsep, str(proton_app.proton_dist_path / \"lib64\"), os.pathsep @@ -111,14 +93,19 @@ def get_runtime_library_paths(proton_app, use_bwrap=True): ]) -WINE_SCRIPT_RUNTIME_V1_TEMPLATE = ( - \"#!/bin/bashn\" - \"# Helper script created by Protontricks to run Wine binaries using Steam Runtimen\" - \"export LD_LIBRARY_PATH=\"$PROTON_LD_LIBRARY_PATH\"n\" - \"exec \"$PROTON_DIST_PATH\"/bin/{name} \"$@\"\" -) +# Add Proton installation directory first into LD_LIBRARY_PATH +# so that libwine.so.1 is picked up correctly (see issue #3) +WINE_SCRIPT_RUNTIME_V1_TEMPLATE = \"\"\"#!/usr/bin/env -S steam-run bash +# Helper script created by Protontricks to run Wine binaries using Steam Runtime +export LD_LIBRARY_PATH=\"$PROTON_LD_LIBRARY_PATH\":\"$LD_LIBRARY_PATH\" +exec \"$PROTON_DIST_PATH\"/bin/{name} \"$@\" +\"\"\" -WINE_SCRIPT_RUNTIME_V2_TEMPLATE = \"\"\"#!/bin/bash +# The run script calls pressure-vessel-unruntime which will unset +# LD_LIBRARY_PATH defined by steam-run. This will cause Pressure +# Vessel to segfault, so just call pressure-vessel-wrap directly +# instead. +WINE_SCRIPT_RUNTIME_V2_TEMPLATE = \"\"\"#!/usr/bin/env bash # Helper script created by Protontricks to run Wine binaries using Steam Runtime PROTONTRICKS_PROXY_SCRIPT_PATH=\"{script_path}\" if [[ -n \"$PROTONTRICKS_INSIDE_STEAM_RUNTIME\" ]]; then @@ -127,9 +114,13 @@ if [[ -n \"$PROTONTRICKS_INSIDE_STEAM_RUNTIME\" ]]; then export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH\":\"$PROTON_LD_LIBRARY_PATH\" \"$PROTON_DIST_PATH\"/bin/{name} \"$@\" else - exec \"$STEAM_RUNTIME_PATH\"/run --share-pid --batch --filesystem=/mnt - --filesystem=/tmp --filesystem=/run/media --filesystem=/etc - --filesystem=/opt --filesystem=/home --filesystem=/usr -- + exec steam-run \"$STEAM_RUNTIME_PATH\"/pressure-vessel/bin/pressure-vessel-wrap + --runtime-archive=$(echo \"$STEAM_RUNTIME_PATH\"/*runtime.tar.gz) + --variable-dir=\"${{PRESSURE_VESSEL_VARIABLE_DIR:-$STEAM_RUNTIME_PATH/var}}\" + --share-pid --batch + --filesystem=/mnt --filesystem=/tmp --filesystem=/run/media + --filesystem=/etc --filesystem=/opt --filesystem=/home + --filesystem=/usr -- env PROTONTRICKS_INSIDE_STEAM_RUNTIME=1 \"$PROTONTRICKS_PROXY_SCRIPT_PATH\" \"$@\" fi @@ -194,7 +185,6 @@ def create_wine_bin_dir(proton_app, use_bwrap=True): def run_command( winetricks_path, proton_app, steam_app, command, - steam_runtime_path=None, + steam_runtime=False, use_steam_runtime=False, - legacy_steam_runtime_path=None, use_bwrap=True, **kwargs): \"\"\"Run an arbitrary command with the correct environment variables for the given Proton app @@ -180,13 +97,13 @@ def run_command( The environment variables are set for the duration of the call and restored afterwards - If 'steam_runtime_path' is provided, run the command using Steam Runtime + If 'steam_runtime' is provided, run the command using Steam Runtime \"\"\" # Check for incomplete Steam Runtime installation runtime_install_incomplete = proton_app.required_tool_appid and not proton_app.required_tool_app - if steam_runtime_path and runtime_install_incomplete: + if steam_runtime and runtime_install_incomplete: raise RuntimeError( \"{} is missing the required Steam Runtime. You may need to launch \" \"a Steam app using this Proton version to finish the \" @@ -234,7 +151,7 @@ def run_command( os.environ.pop(\"WINEARCH\", \"\") @@ -271,7 +261,7 @@ def run_command( os.environ[\"STEAM_RUNTIME_PATH\"] = str(proton_app.required_tool_app.install_path) os.environ[\"PROTON_LD_LIBRARY_PATH\"] = - get_runtime_library_paths(proton_app, use_bwrap=use_bwrap) + get_runtime_library_paths(proton_app, proton_app_only=use_bwrap) wine_bin_dir = None - if steam_runtime_path: + if steam_runtime: if proton_app.required_tool_app: runtime_name = proton_app.required_tool_app.name logger.info( @@ -251,8 +168,6 @@ def run_command( @@ -294,11 +284,8 @@ def run_command( \"Current Steam Runtime not recognized by Protontricks.\" ) else: - # Legacy Steam Runtime requires a different LD_LIBRARY_PATH os.environ[\"PROTON_LD_LIBRARY_PATH\"] = - get_legacy_runtime_library_paths( - legacy_steam_runtime_path, proton_app - ) + get_runtime_library_paths(proton_app, proton_app_only=True) # When Steam Runtime is enabled, create a set of helper scripts # that load the underlying Proton Wine executables with Steam Runtime # and Proton libraries instead of system libraries wine_bin_dir = create_wine_bin_dir(proton_app=proton_app) - os.environ[\"PROTON_LD_LIBRARY_PATH\"] = - get_runtime_library_paths(steam_runtime_path, proton_app) @@ -306,8 +293,6 @@ def run_command( wine_bin_dir = create_wine_bin_dir( proton_app=proton_app, use_bwrap=use_bwrap ) - os.environ[\"LEGACY_STEAM_RUNTIME_PATH\"] = - str(legacy_steam_runtime_path) os.environ[\"PATH\"] = \"\".join([ str(wine_bin_dir), os.pathsep, os.environ[\"PATH\"] ]) diff --git a/tests/test_cli.py b/tests/test_cli.py index b612dfa..c4d1de0 100644 index 1955d81..1de44b3 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -115,9 +115,6 @@ class TestCLIRun: @@ -117,15 +117,10 @@ class TestCLIRun: assert str(command.args[0]).endswith(\".local/bin/winetricks\") assert command.args[1] == \"winecfg\" assert command.env[\"PATH\"].startswith(str(wine_bin_dir))"} {"_id":"q-en-nixpkgs-df0430399fe3654e4951978c2cf696bf626c4f04080c9f64f9985f94f9399791","text":"sortedcontainers, tomlkit, typing-extensions, wheel, }: buildPythonPackage rec {"} {"_id":"q-en-nixpkgs-df418e3764454a88a40ddc1eb1ae4b94b0937ed76a64a87e650295a5c67cffed","text":"nativeBuildInputs = [ autoPatchelfHook dpkg makeBinaryWrapper makeShellWrapper wrapGAppsHook3 ];"} {"_id":"q-en-nixpkgs-df5610a257ebf538d1c996e0265daf2804f8aa089ac3831bc0ed59016a6b1c58","text":"# See https://savannah.gnu.org/bugs/?50339 F77_INTEGER_8_FLAG = if openblas.blas64 then \"-fdefault-integer-8\" else \"\"; configureFlags = [ \"--enable-readline\" \"--enable-dl\" \"--with-blas=openblas\" \"--with-lapack=openblas\" ] ++ stdenv.lib.optional openblas.blas64 \"--enable-64\" ++ stdenv.lib.optionals stdenv.isDarwin [\"--with-x=no\"] ; configureFlags = [ \"--enable-readline\" \"--with-blas=openblas\" \"--with-lapack=openblas\" ] ++ stdenv.lib.optionals openblas.blas64 [ \"--enable-64\" ] ++ stdenv.lib.optionals stdenv.isDarwin [ \"--with-x=no\" ] ++ stdenv.lib.optionals enableQt [ \"--with-qt=5\" ] ++ stdenv.lib.optionals enableJIT [ \"--enable-jit\" ] ; # Keep a copy of the octave tests detailed results in the output # derivation, because someone may care"} {"_id":"q-en-nixpkgs-dfbdde68a54e9787fd50ad7ff613fca0d6858b68dc28a3b513e41bbb02064aae","text":"preInstall = '' function fixRunPath { p=$(patchelf --print-rpath $1) q=\"$p:${lib.makeLibraryPath [ jsoncpp argtable libmicrohttpd curl ]}:$out/lib\" q=\"$p:${ lib.makeLibraryPath [ jsoncpp argtable libmicrohttpd curl ] }:$out/lib\" patchelf --set-rpath $q $1 }"} {"_id":"q-en-nixpkgs-e00ca2dd9baa9c2a8a960fb59db75570a5ea7d66a56c525220b6d8fba0911ddf","text":", lib , qtbase , qtdeclarative , llvmPackages , cups , llvmPackages # clang-based c++ parser for qdoc and lupdate , withClang ? false }: qtModule { pname = \"qttools\"; buildInputs = [ buildInputs = lib.optionals withClang [ llvmPackages.libclang llvmPackages.llvm ];"} {"_id":"q-en-nixpkgs-e0391268554f665bb82183d57de96c9c04b8807c999b80ed08224588c450c2ed","text":"stdenv.mkDerivation rec { pname = \"remmina\"; version = \"1.4.13\"; version = \"1.4.20\"; src = fetchFromGitLab { owner = \"Remmina\"; repo = \"Remmina\"; rev = \"v${version}\"; sha256 = \"sha256-R+RfczAnt5R0YmXt5SmH8gOuWOH0LZ/70pOMDAXJgsE=\"; sha256 = \"sha256-m3DUaoOD8COxMwCVBTipzCAz3mqIdunEbVPjyjAl9So=\"; }; nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];"} {"_id":"q-en-nixpkgs-e03bdaea5a5e9fb47712178c0f4125c8d6fc6cc71cdf36232d7a5de28fa882c2","text":" { stdenv, lib, buildPackages, automake, autoconf, libtool, which, fetchpatch, openexr }: { stdenv , buildPackages , cmake , libtool , openexr }: stdenv.mkDerivation rec { pname = \"ilmbase\"; version = lib.getVersion openexr; version = stdenv.lib.getVersion openexr; # the project no longer provides separate tarballs. We may even want to merge # the ilmbase package into openexr in the future."} {"_id":"q-en-nixpkgs-e109cc504c87e9fb1f3e7b8fcfed113f068ab2b311b1f5efdbbb16e2630ee315","text":" export NIX_CC=@out@ addCVars () { if [ -d $1/include ]; then export NIX_CFLAGS_COMPILE+=\" ${ccIncludeFlag:--isystem} $1/include\""} {"_id":"q-en-nixpkgs-e11d8ba0c1bcb896e799680a959091311a20948cdd2f22d6f7ae31b686ac7d77","text":" import ./make-test-python.nix ({ pkgs, lib, ... }: { name = \"sunshine\"; meta = { # test is flaky on aarch64 broken = pkgs.stdenv.isAarch64; maintainers = [ lib.maintainers.devusb ]; }; nodes.sunshine = { config, pkgs, ... }: { imports = [ ./common/x11.nix ]; services.sunshine = { enable = true; openFirewall = true; settings = { capture = \"x11\"; encoder = \"software\"; output_name = 0; }; }; environment.systemPackages = with pkgs; [ gxmessage ]; }; nodes.moonlight = { config, pkgs, ... }: { imports = [ ./common/x11.nix ]; environment.systemPackages = with pkgs; [ moonlight-qt ]; }; enableOCR = true; testScript = '' # start the tests, wait for sunshine to be up start_all() sunshine.wait_for_open_port(48010,\"localhost\") # set the admin username/password, restart sunshine sunshine.execute(\"sunshine --creds sunshine sunshine\") sunshine.systemctl(\"restart sunshine\",\"root\") sunshine.wait_for_open_port(48010,\"localhost\") # initiate pairing from moonlight moonlight.execute(\"moonlight pair sunshine --pin 1234 >&2 & disown\") moonlight.wait_for_console_text(\"Executing request\") # respond to pairing request from sunshine sunshine.succeed(\"curl --insecure -u sunshine:sunshine -d '{\"pin\": \"1234\"}' https://localhost:47990/api/pin\") # close moonlight once pairing complete moonlight.send_key(\"kp_enter\") # put words on the sunshine screen for moonlight to see sunshine.execute(\"gxmessage 'hello world' -center -font 'sans 75' >&2 & disown\") # connect to sunshine from moonlight and look for the words moonlight.execute(\"moonlight --video-decoder software stream sunshine 'Desktop' >&2 & disown\") moonlight.wait_for_text(\"hello world\") ''; }) "} {"_id":"q-en-nixpkgs-e16b33bcf9e85e9f46626c3f0620e01dcd8422b73842d8bd40205567f4a45a01","text":"meta = { description = \"The Astro language server\"; homepage = \"https://github.com/withastro/language-tools\"; changelog = \"https://github.com/withastro/language-tools/blob/@astrojs/language-server@${finalAttrs.version}/packages/language-server/CHANGELOG.md\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pyrox0 ]; mainProgram = \"astro-ls\";"} {"_id":"q-en-nixpkgs-e181440c8b49ea18853ea253065d5bc0be2a5d0c82e1cfd0174c88f457c11ba4","text":"fetchurl, autoPatchelfHook, dpkg, makeBinaryWrapper, makeShellWrapper, wrapGAppsHook3, alsa-lib, at-spi2-atk,"} {"_id":"q-en-nixpkgs-e182236b7cf61fe60c8785d66088fc655f1a0e784bc25c1fcc1757926a27ffed","text":"if foundString != testString: raise Exception(f\"Read the wrong string from nbd disk. Expected: '{testString}'. Found: '{foundString}'\") server.succeed(\"nbd-client -d /dev/nbd0\") # Server: Successfully connect to the aaa disk server.succeed(\"nbd-client localhost ${toString listenPort} /dev/nbd0 -name aaa -persist\") server.succeed(f\"echo '{testString}' | dd of=/dev/nbd0 conv=notrunc\") foundString = server.succeed(f\"dd status=none if=/aaa.disk count={len(testString)}\")[:len(testString)] if foundString != testString: raise Exception(f\"Read the wrong string from nbd disk. Expected: '{testString}'. Found: '{foundString}'\") server.succeed(\"nbd-client -d /dev/nbd0\") ''; })"} {"_id":"q-en-nixpkgs-e2266e1b7fecb8f109d773201e234c4f581a09e1611ed54c417e30990df41c89","text":"{ lib, stdenv, darwin, rustPlatform, fetchFromGitHub, pkg-config,"} {"_id":"q-en-nixpkgs-e28bce4c0894f86265d7c9fcd53b3122ee315ff3b08abe993e3c1c7299a717b8","text":"let skippedTests = [ \"TestDialogs\" \"TestVoldialogs\" ]; in '' export USER=$(whoami) export HOME=/home/$USER export HOME=\"$(mktemp -d)\" # Disable flaky tests buildFlagsArray+=(\"-run\" \"[^(${builtins.concatStringsSep \"|\" skippedTests})]\")"} {"_id":"q-en-nixpkgs-e315e7bd86043df0dabb613957602112d7d8ad0d2e398034750415cb2faa6b59","text":" diff --git a/luabind/object.hpp b/luabind/object.hpp index f7b7ca5..1c18e04 100644 --- a/luabind/object.hpp +++ b/luabind/object.hpp @@ -536,6 +536,8 @@ namespace detail handle m_key; }; +#if BOOST_VERSION < 105700 + // Needed because of some strange ADL issues. #define LUABIND_OPERATOR_ADL_WKND(op) @@ -557,7 +559,8 @@ namespace detail LUABIND_OPERATOR_ADL_WKND(!=) #undef LUABIND_OPERATOR_ADL_WKND - + +#endif // BOOST_VERSION < 105700 } // namespace detail namespace adl "} {"_id":"q-en-nixpkgs-e3404b5aa6f89cbbce07da9b6868709b052105abcacd5bd572e239c88f464e58","text":"''; }; openFirewall = mkOption { type = types.bool; default = false; description = lib.mdDoc '' Open ports in the firewall for `upsd`. ''; }; maxStartDelay = mkOption { default = 45;"} {"_id":"q-en-nixpkgs-e34bf95e45312c706c2d987996dc0fd4b34ed17729971bb0dcb3c346d88cdffb","text":"(lib.mesonEnable \"x11\" x11Support) (lib.mesonEnable \"x11-xfixes\" x11Support) (lib.mesonEnable \"libcanberra\" x11Support) (lib.mesonEnable \"libmysofa\" mysofaSupport) (lib.mesonEnable \"libmysofa\" true) (lib.mesonEnable \"sdl2\" false) # required only to build examples, causes dependency loop (lib.mesonBool \"rlimits-install\" false) # installs to /etc, we won't use this anyway (lib.mesonEnable \"compress-offload\" true)"} {"_id":"q-en-nixpkgs-e46a4d1859fd8bf82290d1291172f2bef99b73c3f723a05f643ebd6d6298b378","text":"monA.succeed( \"ceph osd pool create single-node-test 32 32\", \"ceph osd pool ls | grep 'single-node-test'\", # We need to enable an application on the pool, otherwise it will # stay unhealthy in state POOL_APP_NOT_ENABLED. # Creating a CephFS would do this automatically, but we haven't done that here. # See: https://docs.ceph.com/en/reef/rados/operations/pools/#associating-a-pool-with-an-application # We use the custom application name \"nixos-test\" for this. \"ceph osd pool application enable single-node-test nixos-test\", \"ceph osd pool rename single-node-test single-node-other-test\", \"ceph osd pool ls | grep 'single-node-other-test'\", )"} {"_id":"q-en-nixpkgs-e46e592274c719523a1f7cb9fb95503c4267dbddba28d44788d67c85e1f67a9f","text":"languagetool = callPackage ../tools/text/languagetool { }; ldtk = callPackage ../applications/editors/ldtk { }; lepton = callPackage ../tools/graphics/lepton { }; lepton-eda = callPackage ../applications/science/electronics/lepton-eda { };"} {"_id":"q-en-nixpkgs-e47595fc0e2aaff0fe24907603d034bf6ef231d295bbc47c32ac3a64c92ad76d","text":"./services/web-apps/nexus.nix ./services/web-apps/nifi.nix ./services/web-apps/node-red.nix ./services/web-apps/ocis.nix ./services/web-apps/onlyoffice.nix ./services/web-apps/openvscode-server.nix ./services/web-apps/mobilizon.nix"} {"_id":"q-en-nixpkgs-e4c4d993fc2e1e71e816554565f7a0a1325ab375ea8efec77cf8269fc6188d93","text":"mutt-with-sidebar = mutt.override { withSidebar = true; }; mutt-wizard = callPackage ../tools/misc/mutt-wizard { }; mwic = callPackage ../applications/misc/mwic { pythonPackages = python3Packages;"} {"_id":"q-en-nixpkgs-e502f8e4bf226e2fe87e310e73c4962a506771969c593e3a6856461ab83fc54d","text":"''; }; logrotate = { enable = mkOption { type = types.bool; default = true; description = '' Enable rotation of log files. ''; }; frequency = mkOption { type = types.str; default = \"daily\"; description = \"How often to rotate the logs.\"; }; keep = mkOption { type = types.int; default = 30; description = \"How many rotations to keep.\"; }; extraConfig = mkOption { type = types.lines; default = '' copytruncate compress ''; description = '' Extra logrotate config options for this path. Refer to for details. ''; }; }; extraConfig = mkOption { type = types.attrs; default = {};"} {"_id":"q-en-nixpkgs-e50d496213270e9caba4dc4e6be2a74bc61167009555ee98b9babaec4b4bcf56","text":"if stdenv.hostPlatform.system == \"x86_64-linux\" then fetchurl { url = \"https://download.nomachine.com/download/${versionMajor}/Linux/nomachine_${version}_${versionBuild_x86_64}_x86_64.tar.gz\"; sha256 = \"sha256-r4yRmnMd6uNay7CqmyqYj9F6huoqD8eBby+oDNk1T34=\"; sha256 = \"sha256-8rxlxdtGU8avpvYJr+bpnsy5v91sqtlij/MCGWrcanY=\"; } else if stdenv.hostPlatform.system == \"i686-linux\" then fetchurl { url = \"https://download.nomachine.com/download/${versionMajor}/Linux/nomachine_${version}_${versionBuild_i686}_i686.tar.gz\"; sha256 = \"sha256-TvEU1hDvPXQbF7fMI89I2bhap1Y0oetUoFl3yR5eTGg=\"; sha256 = \"sha256-Ekyxc4wODjqWhp0aINhaPGLy9lh6Rt9AmxIt1ulE8Go=\"; } else throw \"NoMachine client is not supported on ${stdenv.hostPlatform.system}\";"} {"_id":"q-en-nixpkgs-e53c3bcb8cca64f595d6cbbed1cd61d8171fe3a128b3d7cfc6d944c2149cbffc","text":"dontPatchELF = true; buildInputs = [ gmp pkgconfig ]; buildInputs = [ gmp pkgconfig python ]; configureFlags = [ \"--enable-swanctl\" \"--enable-cmd\" ];"} {"_id":"q-en-nixpkgs-e565c237adf79c280c18d1e51b18253c47716762c30ef9340ed929d2287fe119","text":"california = callPackage ./misc/california { }; geary = callPackage ./misc/geary { # https://bugzilla.gnome.org/show_bug.cgi?id=728002 webkitgtk = pkgs.webkitgtk24x-gtk3; }; geary = callPackage ./misc/geary { }; gfbgraph = callPackage ./misc/gfbgraph { };"} {"_id":"q-en-nixpkgs-e58fbb42026e252cd3aef295f0754f1589a1747a0c16a2f709037b67f6287cdb","text":" From f6a978f024d01202f954483423af1b2d5d5159a6 Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Fri, 28 Sep 2018 03:27:04 +0000 Subject: [PATCH] If root is in Nix store, set ETag to its path hash --- src/http/ngx_http_core_module.c | 56 +++++++++++++++++++++++++++++---- 1 file changed, 50 insertions(+), 6 deletions(-) diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index c57ec00c..b7992de2 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1583,6 +1583,7 @@ ngx_http_set_etag(ngx_http_request_t *r) { ngx_table_elt_t *etag; ngx_http_core_loc_conf_t *clcf; + u_char *real, *ptr1, *ptr2; clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); @@ -1598,16 +1599,61 @@ ngx_http_set_etag(ngx_http_request_t *r) etag->hash = 1; ngx_str_set(&etag->key, \"ETag\"); - etag->value.data = ngx_pnalloc(r->pool, NGX_OFF_T_LEN + NGX_TIME_T_LEN + 3); - if (etag->value.data == NULL) { + real = ngx_realpath(clcf->root.data, NULL); + + if (real == NULL) { etag->hash = 0; return NGX_ERROR; } - etag->value.len = ngx_sprintf(etag->value.data, \"\"%xT-%xO\"\", - r->headers_out.last_modified_time, - r->headers_out.content_length_n) - - etag->value.data; + #define NIX_STORE_DIR \"@nixStoreDir@\" + #define NIX_STORE_LEN @nixStoreDirLen@ + + if (r->headers_out.last_modified_time == 1 + && !ngx_strncmp(real, NIX_STORE_DIR, NIX_STORE_LEN) + && real[NIX_STORE_LEN] == '/' + && real[NIX_STORE_LEN + 1] != '0') + { + ptr1 = real + NIX_STORE_LEN; + *ptr1 = '\"'; + + ptr2 = (u_char *) ngx_strchr(ptr1, '-'); + + if (ptr2 == NULL) { + ngx_free(real); + etag->hash = 0; + return NGX_ERROR; + } + + *ptr2++ = '\"'; + *ptr2 = '0'; + + etag->value.len = ngx_strlen(ptr1); + etag->value.data = ngx_pnalloc(r->pool, etag->value.len); + + if (etag->value.data == NULL) { + ngx_free(real); + etag->hash = 0; + return NGX_ERROR; + } + + ngx_memcpy(etag->value.data, ptr1, etag->value.len); + } else { + etag->value.data = ngx_pnalloc(r->pool, NGX_OFF_T_LEN + NGX_TIME_T_LEN + 3); + + if (etag->value.data == NULL) { + ngx_free(real); + etag->hash = 0; + return NGX_ERROR; + } + + etag->value.len = ngx_sprintf(etag->value.data, \"\"%xT-%xO\"\", + r->headers_out.last_modified_time, + r->headers_out.content_length_n) + - etag->value.data; + } + + ngx_free(real); r->headers_out.etag = etag; -- 2.19.0 "} {"_id":"q-en-nixpkgs-e5b91df6ac5e6719426c2179c29806f0855d2cf76a1a9e95b3a16bf62fe96326","text":"in stdenv.mkDerivation (finalAttrs: { pname = \"dyalog\"; version = \"19.0.48958\"; version = \"19.0.49960\"; shortVersion = lib.versions.majorMinor finalAttrs.version; src = assert !acceptLicense -> throw licenseDisclaimer; fetchurl { url = \"https://download.dyalog.com/download.php?file=${finalAttrs.shortVersion}/linux_64_${finalAttrs.version}_unicode.x86_64.deb\"; hash = \"sha256-+L9XI7Knt91sG/0E3GFSeqjD9Zs+1n72MDfvsXnr77M=\"; hash = \"sha256-WeIrwF6msiQGS6ltYWn6TN+v+aXK1cbJ1e11B6f0+2A=\"; }; outputs = [ \"out\" ] ++ lib.optional enableDocs \"doc\";"} {"_id":"q-en-nixpkgs-e6013d6ed216291b1c5526afc314fa56378d5197a151ce8df2bdeb616882bef0","text":"./services/networking/spiped.nix ./services/networking/ssh/lshd.nix ./services/networking/ssh/sshd.nix ./services/networking/strongswan.nix ./services/networking/supybot.nix ./services/networking/syncthing.nix ./services/networking/tcpcrypt.nix"} {"_id":"q-en-nixpkgs-e60a951eb5ebceb898fc65fec4c6038a77cc2455bebd4f33dbb5e16cfb0a9005","text":"libevent zlib pcre libb64 libutp miniupnpc dht libnatpmp ] ++ lib.optionals enableQt [ qt5.qttools qt5.qtbase ] ++ lib.optionals enableGTK3 [ gtk3 xorg.libpthreadstubs ]"} {"_id":"q-en-nixpkgs-e615e305efbedee4f37d8fd8e951e26f3bebcce9e61f76e69a6064f21316086e","text":" { lib, stdenv, fetchFromGitHub, buildLinux, ... } @ args: { lib, stdenv, fetchFromGitHub, buildLinux, variant, ... } @ args: let # These names are how they are designated in https://xanmod.org. # NOTE: When updating these, please also take a look at the changes done to # kernel config in the xanmod version commit ltsVariant = { version = \"6.6.46\"; hash = \"sha256-ZtXFIHRM5YCb+5Ry3zcQt44OBqfhCI/Ig32jETUBrJo=\"; variant = \"lts\"; }; mainVariant = { version = \"6.10.5\"; hash = \"sha256-tETGtCNNgYj1IUNuI/Am5kimFndUC4O+cZwZzlPitFA=\"; variant = \"main\"; variants = { lts = { version = \"6.6.46\"; hash = \"sha256-ZtXFIHRM5YCb+5Ry3zcQt44OBqfhCI/Ig32jETUBrJo=\"; }; main = { version = \"6.10.5\"; hash = \"sha256-tETGtCNNgYj1IUNuI/Am5kimFndUC4O+cZwZzlPitFA=\"; }; }; xanmodKernelFor = { version, suffix ? \"xanmod1\", hash, variant }: buildLinux (args // rec { xanmodKernelFor = { version, suffix ? \"xanmod1\", hash }: buildLinux (args // rec { inherit version; pname = \"linux-xanmod\"; modDirVersion = lib.versions.pad 3 \"${version}-${suffix}\";"} {"_id":"q-en-nixpkgs-e65fea5c5a9aa79ddf4c0068da712ae2c7f8652ce130d1d8c74021321d77287e","text":"enableFeatures = optionals enableVideoAcceleration [ \"VaapiVideoDecoder\" \"VaapiVideoEncoder\" ] ++ optional enableVulkan \"Vulkan\"; disableFeatures = [ \"OutdatedBuildDetector\" ] # disable automatic updates # The feature disable is needed for VAAPI to work correctly: https://github.com/brave/brave-browser/issues/20935 disableFeatures = optional enableVideoAcceleration \"UseChromeOSDirectVideoDecoder\"; ++ optionals enableVideoAcceleration [ \"UseChromeOSDirectVideoDecoder\" ]; in stdenv.mkDerivation rec {"} {"_id":"q-en-nixpkgs-e67adf73156cec4cfc27ad06103a13c4a0807c3d70a9dd7b962492b7c4048d2e","text":"sipp = callPackage ../development/tools/misc/sipp { }; skanpage = libsForQt5.callPackage ../applications/graphics/skanpage { }; soci = callPackage ../development/libraries/soci { }; socialscan = with python3.pkgs; toPythonApplication socialscan;"} {"_id":"q-en-nixpkgs-e6971a33f303f1ca29de712b94f6981f4d1adf7844323e19e15417671b9cf62d","text":"libsoup glib-networking graphicsmagick_q16 hiredis libusb libva ]; unpackPhase = ''"} {"_id":"q-en-nixpkgs-e69d333d4b7078c7678068244f003db22f64f283de57f76041a5a5535a5c238d","text":"stdenv.mkDerivation rec { pname = \"git-open\"; version = \"2.1.0\"; version = \"3.0.0\"; src = fetchFromGitHub { owner = \"paulirish\"; repo = \"git-open\"; rev = \"v${version}\"; sha256 = \"11n46bngvca5wbdbfcxzjhjbfdbad7sgf7h9gf956cb1q8swsdm0\"; sha256 = \"sha256-Bag2rI2uR7ilkg2ozjR8tPXqKz5XjiY7WAUJKTVTXd8=\"; }; nativeBuildInputs = [ installShellFiles makeWrapper pandoc ];"} {"_id":"q-en-nixpkgs-e6d2a68e70086774dde147e880fb988fca2c7044f730038dd92d936643d8daee","text":"] ++ lib.optional bluetoothSupport bluez5 # for bluetooth configuration and control ++ lib.optional pulseSupport libpulseaudio # for proper audio device control and redirection ++ lib.optionals waylandSupport [ wayland-protocols xwayland ] ; patches = ["} {"_id":"q-en-nixpkgs-e6d71a057f85bb36e7ce0619c41b421440f3f3472a1a071225281ef7bf5eab89","text":"''; }; executable = writeShellScriptBin \"gnome-flashback-${wmName}\" '' if [ -z $XDG_CURRENT_DESKTOP ]; then export XDG_CURRENT_DESKTOP=\"GNOME-Flashback:GNOME\" fi export XDG_DATA_DIRS=${wmApplication}/share:${gnomeSession}/share:${gnome-flashback}/share:${gnome-panel}/share:$XDG_DATA_DIRS # gnome-panel will only look for applets in a single directory so symlink them into here. panelModulesEnv = buildEnv { name = \"gnome-panel-modules-env\"; # We always want to find the built-in panel applets. paths = [ gnome-panel gnome-flashback ] ++ panelModulePackages; pathsToLink = [ \"/lib/gnome-panel/modules\" ]; }; exec ${gnome-session}/bin/gnome-session --session=gnome-flashback-${wmName} \"$@\" ''; executable = stdenv.mkDerivation { name = \"gnome-flashback-${wmName}\"; nativeBuildInputs = [ glib wrapGAppsHook ]; buildInputs = [ gnome-flashback ] ++ lib.optionals enableGnomePanel ([ gnome-panel ] ++ panelModulePackages); # We want to use the wrapGAppsHook mechanism to wrap gnome-session # with the environment that gnome-flashback and gnome-panel need to # run, including the configured applet packages. This is only possible # in the fixup phase, so turn everything else off. dontUnpack = true; dontConfigure = true; dontBuild = true; dontInstall = true; dontWrapGApps = true; # We want to do the wrapping ourselves. # gnome-flashback and gnome-panel need to be added to XDG_DATA_DIRS so that their .desktop files can be found by gnome-session. preFixup = '' makeWrapper ${gnome-session}/bin/gnome-session $out --add-flags \"--session=gnome-flashback-${wmName}\" --set-default XDG_CURRENT_DESKTOP 'GNOME-Flashback:GNOME' --prefix XDG_DATA_DIRS : '${lib.makeSearchPath \"share\" ([ wmApplication gnomeSession gnome-flashback ] ++ lib.optional enableGnomePanel gnome-panel)}' \"''${gappsWrapperArgs[@]}\" ${lib.optionalString enableGnomePanel \"--set NIX_GNOME_PANEL_MODULESDIR '${panelModulesEnv}/lib/gnome-panel/modules'\"} ''; }; in writeTextFile"} {"_id":"q-en-nixpkgs-e6fa3aae456d09da8658d0e32cf7cacb8b15e98d76c2f884fbb3bce0eac305ae","text":"# If one wishes to use a different src or name for a very custom build , overrideSrc ? {} , pname ? \"gnuradio\" , version ? \"3.10.7.0\" , version ? \"3.10.8.0\" }: let sourceSha256 = \"sha256-7fIQMcx90wI4mAZmR26/rkBKPKhNxgu3oWpJTV3C+Ek=\"; sourceSha256 = \"sha256-4BoJciL3ffd9Dgk3HxXCOOwnGHqCEVuo+a1AtzJG4IY=\"; featuresInfo = { # Needed always basic = {"} {"_id":"q-en-nixpkgs-e700406424290e699abf2e31f3c87385dae2f5ec1d64ca6bed318c2b2dc5ba61","text":"inherit (pkgs) alsaUtils; pulseaudioEnabled = config.hardware.pulseaudio.enable; in {"} {"_id":"q-en-nixpkgs-e714a293dda4b0976ccaeb6538fbbb1406d1235dec89a281a74089e850294420","text":"buildInputs = [ gtk2-x11 lesstif cfitsio python27Env ]; patches = [ ./wrapper.patch ./return-error-code.patch ./clang.patch ./aarch64.patch ]; patches = [ ./wrapper.patch ./return-error-code.patch ./clang.patch ./aarch64.patch ./gag-font-bin-rule.patch ]; NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang \"-Wno-unused-command-line-argument\"; configurePhase='' substituteInPlace admin/wrapper.sh --replace '%%OUT%%' $out"} {"_id":"q-en-nixpkgs-e73a45a5bb8a8c46342c84621bc573ffdea77d34f58315dfea02f4ca7becf5cf","text":"allowAddonSideload = true; # Must match the contents of `browser/config/version.txt` in the source tree version = \"115.12.0\"; version = \"115.13.0\"; src = fetchFromGitHub { owner = \"Floorp-Projects\"; repo = \"Floorp\"; fetchSubmodules = true; rev = \"v${packageVersion}\"; hash = \"sha256-9EDTVckSqv/nyDi4qjMd54I69WiqM8v6om7zQLT+pQc=\"; hash = \"sha256-PhI+hIypPF6W5RJIXhCAXblSJNwgYavfCgdQozDSXG0=\"; }; extraConfigureFlags = ["} {"_id":"q-en-nixpkgs-e73bc0b5044f7a468e2fc4ba4b071703f21c7725f5a1082ca2cb9786453facbc","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"sshed\"; version = \"1.2.0\"; src = fetchFromGitHub { owner = \"trntv\"; repo = pname; rev = version; hash = \"sha256-y8IQzOGs78T44jLcNNjPlfopyptX3Mhv2LdawqS1T+U=\"; }; vendorHash = \"sha256-21Vh5Zaja5rx9RVCTFQquNvMNvaUlUV6kfhkIvXwbVw=\"; postFixup = '' mv $out/bin/cmd $out/bin/sshed ''; meta = with lib; { description = \"ssh config editor and bookmarks manager\"; homepage = \"https://github.com/trntv/sshed\"; license = licenses.asl20; maintainers = with maintainers; [ ocfox ]; }; } "} {"_id":"q-en-nixpkgs-e7402531ed959b258129b2ba6c12862646285da53b3b302fc3c8422888d3ec5d","text":"stdenv.mkDerivation rec { pname = \"uutils-coreutils\"; version = \"0.0.25\"; version = \"0.0.27\"; src = fetchFromGitHub { owner = \"uutils\"; repo = \"coreutils\"; rev = version; hash = \"sha256-25jmlGxMWzAaJEmMHruA6H+nqx2QHnYX9c9SKqrQRE4=\"; hash = \"sha256-6MbX3C5NVwiOwXW5xJO2X3qKMh3pUSALR9aK2IbgaaU=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = \"${pname}-${version}\"; hash = \"sha256-lQoOkiSga2aS8GNgLcHdid1/1u3johYEcGi9oOVsdJs=\"; hash = \"sha256-JowORfYHxN8GqvWeUm0ACnHNM3uZviYbhR7BOeAfphw=\"; }; nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];"} {"_id":"q-en-nixpkgs-e75e3f4a99d73ce371dfd9e266b00c9bd128340cea5403d5d48f8fdb5a36d57c","text":" { lib, stdenv, fetchFromGitHub, makeWrapper, makeDesktopItem, copyDesktopItems, SDL2, bzip2, cmake, fluidsynth, game-music-emu, gtk3, imagemagick, libGL, libjpeg, libsndfile, libvpx, libwebp, mpg123, ninja, openal, pkg-config, vulkan-loader, zlib, zmusic, }: stdenv.mkDerivation rec { pname = \"gzdoom\"; version = \"4.12.2\"; src = fetchFromGitHub { owner = \"ZDoom\"; repo = \"gzdoom\"; rev = \"g${version}\"; fetchSubmodules = true; hash = \"sha256-taie1Iod3pXvuxxBC7AArmtndkIV0Di9mtJoPvPkioo=\"; }; outputs = [ \"out\" \"doc\" ]; nativeBuildInputs = [ cmake copyDesktopItems imagemagick makeWrapper ninja pkg-config ]; buildInputs = [ SDL2 bzip2 fluidsynth game-music-emu gtk3 libGL libjpeg libsndfile libvpx libwebp mpg123 openal vulkan-loader zlib zmusic ]; postPatch = '' substituteInPlace tools/updaterevision/UpdateRevision.cmake --replace-fail \"ret_var(Tag)\" \"ret_var(\"${src.rev}\")\" --replace-fail \"ret_var(Timestamp)\" \"ret_var(\"1970-00-00 00:00:00 +0000\")\" --replace-fail \"ret_var(Hash)\" \"ret_var(\"${src.rev}\")\" --replace-fail \"\" \"${src.rev}\" ''; cmakeFlags = [ \"-DDYN_GTK=OFF\" \"-DDYN_OPENAL=OFF\" ]; desktopItems = [ (makeDesktopItem { name = \"gzdoom\"; exec = \"gzdoom\"; desktopName = \"GZDoom\"; comment = meta.description; icon = \"gzdoom\"; categories = [ \"Game\" ]; }) ]; postInstall = '' mv $out/bin/gzdoom $out/share/games/doom/gzdoom makeWrapper $out/share/games/doom/gzdoom $out/bin/gzdoom --set LD_LIBRARY_PATH ${lib.makeLibraryPath [ vulkan-loader ]} for size in 16 24 32 48 64 128; do mkdir -p $out/share/icons/hicolor/\"$size\"x\"$size\"/apps magick $src/src/win32/icon1.ico -background none -resize \"$size\"x\"$size\" -flatten $out/share/icons/hicolor/\"$size\"x\"$size\"/apps/gzdoom.png done; ''; meta = { homepage = \"https://github.com/ZDoom/gzdoom\"; description = \"Modder-friendly OpenGL and Vulkan source port based on the DOOM engine\"; mainProgram = \"gzdoom\"; longDescription = '' GZDoom is a feature centric port for all DOOM engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities. ''; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ azahi lassulus Gliczy ]; }; } "} {"_id":"q-en-nixpkgs-e768a7f30fa0dd4a692d631778cbf9f0b0acb2278ae6c19183c9d4fbc2d1f08d","text":"sha256 = \"sha256-kPjS+otVZ8aJmDDd7ywD88J5YLEayiIvoXqnrGE8KJA=\"; }; # https://github.com/svaarala/duktape/issues/2464 LDFLAGS = [ \"-lm\" ]; nativeBuildInputs = [ validatePkgConfig ]; postPatch = '' substituteInPlace Makefile.sharedlibrary --replace 'gcc' '${stdenv.cc.targetPrefix}cc' --replace 'g++' '${stdenv.cc.targetPrefix}c++' substituteInPlace Makefile.cmdline --replace 'gcc' '${stdenv.cc.targetPrefix}cc' --replace 'g++' '${stdenv.cc.targetPrefix}c++' ''; buildPhase = '' make -f Makefile.sharedlibrary make -f Makefile.cmdline ''; installPhase = '' install -d $out/bin install -m755 duk $out/bin/"} {"_id":"q-en-nixpkgs-e7ca099b35ee84f39fe521aaf15d90b66b20231dd290f3d62d36ea45609508c3","text":"owner = \"ful1e5\"; repo = \"clickgen\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-qDaSfIeKCbyl3C2iKz9DYQc1oNwTe5xDlGg/yYhakSw=\"; hash = \"sha256-mSaltlX2eNRLJ09zN5Tim8mW8mnjPi10W4QIEpiBQvI=\"; }; propagatedBuildInputs = [ pillow toml numpy ]; propagatedBuildInputs = [ pillow toml numpy pyyaml ]; nativeCheckInputs = [ pytestCheckHook ];"} {"_id":"q-en-nixpkgs-e7da5a46519d2b4abfa48d999ed923177e95604da744bc40b1ad52ba200cb598","text":"swapview = callPackage ../os-specific/linux/swapview { }; swc = callPackage ../development/tools/swc { }; swtpm = callPackage ../tools/security/swtpm { }; svnfs = callPackage ../tools/filesystems/svnfs { };"} {"_id":"q-en-nixpkgs-e80ac6a6d0d439c87a5de7e7480f9dc14a948d87f7163087927d854f257668e5","text":"/pkgs/top-level/stage.nix @nbp @Ericson2314 @matthewbauer /pkgs/top-level/splice.nix @Ericson2314 @matthewbauer /pkgs/top-level/release-cross.nix @Ericson2314 @matthewbauer /pkgs/stdenv/generic @Ericson2314 @matthewbauer /pkgs/stdenv/generic @Ericson2314 @matthewbauer @cab404 /pkgs/stdenv/cross @Ericson2314 @matthewbauer /pkgs/build-support/cc-wrapper @Ericson2314 @orivej /pkgs/build-support/bintools-wrapper @Ericson2314 @orivej"} {"_id":"q-en-nixpkgs-e8114cc33bea3d1cc55e4fb2d5cd36f1621f61000efab860bd3cbfa40b6b830c","text":"buildInputs = [ bzip2 libxml2 libzip boost lua luabind tbb expat ]; patches = [ ./darwin.patch ]; env.NIX_CFLAGS_COMPILE = toString [ # Needed with GCC 12 \"-Wno-error=stringop-overflow\""} {"_id":"q-en-nixpkgs-e8616aeb98c6cff0029095fa2db468952f15a3439832bab1e3ebec2ca1682745","text":"libnotify libX11 libXcomposite libunity libuuid libXcursor libXdamage"} {"_id":"q-en-nixpkgs-e869356ba02728fe57d77156e35054d157fcbc17374ba09ee83261001cb192ab","text":", closureInfo , coreutils , e2fsprogs , fakechroot , proot , fakeNss , fakeroot , go"} {"_id":"q-en-nixpkgs-e8a83b86ed910e8bcae19d29a8b9a0ab749e2995dc9ab6f1631b56903bcda389","text":"{ stdenv, lib, buildPackages , fetchurl, zlib, autoreconfHook , fetchurl, zlib, autoreconfHook, gettext # Enabling all targets increases output size to a multiple. , withAllTargets ? false, libbfd, libopcodes , enableShared ? true"} {"_id":"q-en-nixpkgs-e8d07c0a830919d39004d8216aa92903606ca349b6c2bd22df09697d7da9b488","text":"done ''; doInstallCheck = true; doInstallCheck = !stdenv.hostPlatform.isAarch64; # tests are flaky for aarch64-linux on hydra installCheckTarget = \"testall\"; preInstallCheck = ''"} {"_id":"q-en-nixpkgs-e90198add6613ad4b373fbbbd310148173ba06903f2e089b846d9d2d3d82d962","text":", target ? null # Select whether DYNAMIC_ARCH is enabled or not. , dynamicArch ? null # enable AVX512 optimized kernels. # These kernels have been a source of trouble in the past. # Use with caution. , enableAVX512 ? false , enableStatic ? stdenv.hostPlatform.isStatic , enableShared ? !stdenv.hostPlatform.isStatic }:"} {"_id":"q-en-nixpkgs-e93404947e9ec63cb83adbc73e5bd821eb4bfac30ed3ca7ac7749906c3f275c7","text":"stdenv.mkDerivation rec { pname = \"spirv-tools\"; # Update spirv-headers rev in lockstep according to DEPs file version = \"2021.3\"; version = \"1.2.198.0\"; src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Tools\"; rev = \"v${version}\"; sha256 = \"sha256-skpsxpgl6hR5uiKfphKFQJfh+LJvhGvDW/t2u5AhXzk=\"; rev = \"sdk-${version}\"; sha256 = \"sha256-8EJbTPY5dvsqx32POf2HcCV3j2fA68GtGZA66l9V4TI=\"; }; nativeBuildInputs = [ cmake python3 ];"} {"_id":"q-en-nixpkgs-e9544298c5eac5b51c100dda9dc53b0683b7c8fcf6c7534589d344c8ba7ba649","text":" { config, lib, ... }: { config, pkgs, lib, ... }: with lib; let"} {"_id":"q-en-nixpkgs-e96109f1a8d104543f1fd16d11bffcd61ff3b5dfe500972a7af2fe32a418c008","text":"url = \"https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=6fe83f6076423068b652fa4fcb0b5adbd297f2a8\"; hash = \"sha256-TlZozKezpYm90B9qFP9qv76asRdIt+5bq9E3GcmFiDc=\"; }) # Fix potential crash issues when some submenus are expanded # https://codereview.qt-project.org/c/qt/qtwayland/+/519344/ (fetchpatch { url = \"https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=aae65c885d8e38d8abc2959cded7b5e9e5fc88b3\"; hash = \"sha256-FD1VaiTgl9Z1y+5EDpWYShM1ULoFdET86FoFfqDmjyo=\"; }) ]; }"} {"_id":"q-en-nixpkgs-e975384fcdaad15f2edf788dae504abfed5fdb77eff3250e65b6569380a4c820","text":"let ss = opt.type.getSubOptions opt.loc; in if ss != {} then optionAttrSetToDocList' opt.loc ss else []; in [ docOption ] ++ subOptions) (collect isOption options); [ docOption ] ++ optionals docOption.visible subOptions) (collect isOption options); /* This function recursively removes all derivation attributes from"} {"_id":"q-en-nixpkgs-e97ed85018598aa3b559f28613aa1bff5d96ba1ad54fad84deafe73833368a9d","text":"jobs = recursiveUpdateMany [ (mapTestOn { haskellPackages = packagePlatforms pkgs.haskellPackages; haskell.compiler = packagePlatforms pkgs.haskell.compiler; haskell.compiler = packagePlatforms pkgs.haskell.compiler // (lib.genAttrs [ \"ghcjs\" \"ghcjs810\" ] (ghcjsName: { # We can't build ghcjs itself, since it exceeds 3GB (Hydra's output limit) due # to the size of its bundled libs. We can however save users a bit of compile # time by building the bootstrap ghcjs on Hydra. For this reason, we overwrite # the ghcjs attributes in haskell.compiler with a reference to the bootstrap # ghcjs attribute in their bootstrap package set (exposed via passthru) which # would otherwise be ignored by Hydra. bootGhcjs = (packagePlatforms pkgs.haskell.compiler.${ghcjsName}.passthru).bootGhcjs; })); tests.haskell = packagePlatforms pkgs.tests.haskell;"} {"_id":"q-en-nixpkgs-e98948a5cc09e0e81261bdd71a01d41abe9f3238a3bbb6da7f7dae2a294f78c3","text":"''; nativeBuildInputs = [ pythonRelaxDepsHook which ]; pythonRelaxDeps = [ \"pyre-extensions\" ]; propagatedBuildInputs = [ numpy torch pyre-extensions ]; pythonImportsCheck = [ \"xformers\" ];"} {"_id":"q-en-nixpkgs-e9a567a4a337a5091f03723621f6bf79b774adf92568c428ebe513cc711075ab","text":"certifi, cffi, charset-normalizer, cryptography, cython, fetchPypi, fetchFromGitHub, filelock, idna, keyring, oscrypto, packaging, pandas, platformdirs, pyarrow, pycryptodomex, pyjwt, pyopenssl, pytest-xdist, pytestCheckHook, pythonOlder, pytz, requests,"} {"_id":"q-en-nixpkgs-e9c4e4a4121cb00c90664e2513ddf0a5a42cce74e43a3e0564ee44e61a254882","text":"# These assertions can be removed in NixOS 24.11, when all users have been # warned once. { assertion = (cfg.settings ? replication_factor || cfg.settings ? replication_mode) || lib.versionOlder cfg.package.version \"1.0.0\"; assertion = (cfg.settings ? replication_factor || cfg.settings ? replication_mode) || lib.versionOlder cfg.package.version \"1.0.0\"; message = '' Garage 1.0.0 requires an explicit replication factor to be set. Please set replication_factor to 1 explicitly to preserve the previous behavior."} {"_id":"q-en-nixpkgs-e9d2ab7dcab6c9300d5927851c240fbbfbedd2f17c3401a910f7076fa78c2660","text":"./programs/light.nix ./programs/mosh.nix ./programs/mininet.nix ./programs/msmtp.nix ./programs/mtr.nix ./programs/nano.nix ./programs/nm-applet.nix"} {"_id":"q-en-nixpkgs-e9d4c02da33521813198c8f2a0cc829072aba241fb4a8a41c060fc2db3ed8cbb","text":"homepage = http://gnunet.org/; license = stdenv.lib.licenses.gpl2Plus; license = licenses.gpl2Plus; maintainers = with stdenv.lib.maintainers; [ viric ]; platforms = stdenv.lib.platforms.gnu; maintainers = with maintainers; [ viric vrthra ]; platforms = platforms.gnu; }; }"} {"_id":"q-en-nixpkgs-ea0009e33000a21635f25bd50e9bdad2adb2f48819335b7171a7c76771e5c985","text":"# an AppArmor profile is provided to get a confinement based upon paths and rights. builtins.storeDir \"/etc\" \"/run\" ] ++ optional (cfg.settings.script-torrent-done-enabled && cfg.settings.script-torrent-done-filename != null)"} {"_id":"q-en-nixpkgs-ea0d39b59831ad2d60c729f3709d02a01acea05abe652230c11057c801b228de","text":"stdenv.mkDerivation rec { pname = \"lean\"; version = \"3.4.2\"; version = \"3.5.1\"; src = fetchFromGitHub { owner = \"leanprover\"; owner = \"leanprover-community\"; repo = \"lean\"; rev = \"v${version}\"; sha256 = \"0zpnfg6kyg120rrdr336i1lymmzz4xgcqpn96iavhzhlaanmx55l\"; sha256 = \"0m7knf1hfbn2v6p6kmqxlx8c40p5nzv8d975w2xwljaccc42j1yp\"; }; nativeBuildInputs = [ cmake ];"} {"_id":"q-en-nixpkgs-ea36308624f289da7574c2d5fe37874d39a46194a2907a6539ff499aff1090b6","text":"NIX_CFLAGS_COMPILE = \"-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS\"; postPatch = '' # See https://github.com/NixOS/nixpkgs/issues/132259 substituteInPlace meson.build --replace \"x11_enabled = false\" \"\" files=( build-aux/meson/post-install.py demos/gtk-demo/geninclude.py"} {"_id":"q-en-nixpkgs-ea3eb40b191a13dc8b43075f1e7b8a77a7d92562ecaaea2db844f997639f302c","text":"python3.pkgs.buildPythonApplication rec { pname = \"dvc\"; version = \"3.5.0\"; version = \"3.5.1\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"iterative\"; repo = pname; rev = \"refs/tags/${version}\"; hash = \"sha256-AQE8KQ5j/EgN1P2HFghWXgQJbBc+KYu8kwNeV0Tktho=\"; hash = \"sha256-1kVc7+36rvIpoSinpyxMMs1/nhZrwv1pPWJsruFd1N8=\"; }; pythonRelaxDeps = ["} {"_id":"q-en-nixpkgs-ea830c2a8d9fcd72b47084e30fa2fbafa72a0a3a51a7d955fd07e25496a236fc","text":"buildNpmPackage rec { pname = \"asf-ui\"; version = \"f84a296f0ab029e56baba3cca45e5cf21129fd76\"; version = \"b341e7f78f1f73fb3a11a3f3cfbfbed929242606\"; src = fetchFromGitHub { owner = \"JustArchiNET\";"} {"_id":"q-en-nixpkgs-ea907699295dd349ed3203da979338d23fc8c69fbfb6707914922ff9e61c7afa","text":"+install_requires.append(pywin32_req + \" ; sys_platform == 'win32'\") dev_extras = [ 'astroid==1.6.5', 'coverage', -- 2.24.1"} {"_id":"q-en-nixpkgs-eaf3ed9ec7a21cae2ea0fd779f7c8978233892521e17688fefdf3d2dd607d1e0","text":"process = self.process_1_6_20_0; })); Cabal_3_12_0_0 = doDistribute (super.Cabal_3_12_0_0.override ({ Cabal-syntax = self.Cabal-syntax_3_12_0_0; } // lib.optionalAttrs (lib.versionOlder self.ghc.version \"9.2.5\") { # Use process core package when possible process = self.process_1_6_20_0; })); # cabal-install needs most recent versions of Cabal and Cabal-syntax, # so we need to put some extra work for non-latest GHCs inherit ("} {"_id":"q-en-nixpkgs-eb05e9382d59d61d64450729d16124aa6d7216a4abcf9f1c4a666c98ee733eec","text":"# Hardened linux hardenedLinuxPackagesFor = kernel: linuxPackagesFor (kernel.override { features.ia32Emulation = false; extraConfig = import ../os-specific/linux/kernel/hardened-config.nix { inherit stdenv; inherit (kernel) version;"} {"_id":"q-en-nixpkgs-eb487d0398c927db8a177811a692cad4e7d42cec55b9284b485a538cd67ddcd8","text":"locale = \"${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale\"; }) ] ++ lib.optionals stdenv'.hostPlatform.isMusl [ # Fixes for musl libc # These patches are not properly guarded and should NOT be enabled everywhere (fetchpatch { url = \"https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7\"; hash = \"sha256-pnl+wM3/IUyq5iJzk+h278MDA9R0GQXQX8d4wJcB2z4=\"; }) ] ++ lib.optionals (stdenv'.hostPlatform.isMusl && atLeast \"12\") [ (fetchpatch { url = \"https://git.alpinelinux.org/aports/plain/main/postgresql14/icu-collations-hack.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7\"; hash = \"sha256-Yb6lMBDqeVP/BLMyIr5rmR6OkaVzo68cV/+cL2LOe/M=\"; }) ] ++ lib.optionals stdenv'.isLinux [ ] ++ lib.optionals (stdenv'.hostPlatform.isMusl && atLeast \"13\") [ (if olderThan \"14\" then fetchpatch { url = \"https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b\"; hash = \"sha256-IOOx7/laDYhTz1Q1r6H1FSZBsHCgD4lHvia+/os7CCo=\"; } else fetchpatch { url = \"https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7\"; hash = \"sha256-pnl+wM3/IUyq5iJzk+h278MDA9R0GQXQX8d4wJcB2z4=\"; }) ] ++ lib.optionals stdenv'.isLinux [ (if atLeast \"13\" then ./patches/socketdir-in-run-13.patch else ./patches/socketdir-in-run.patch) ];"} {"_id":"q-en-nixpkgs-eb4bdc23c4b7bda681f2d4a082dfdeb0d4df385c609fd93da2285ad69e5e1794","text":"echo \"-arch ${targetPlatform.darwinArch}\" >> $out/nix-support/libc-ldflags '' ## ## GNU specific extra strip flags ## # TODO(@sternenseemann): make a generic strip wrapper? + optionalString (bintools.isGNU or false) '' wrap ${targetPrefix}strip ${./gnu-binutils-strip-wrapper.sh} \"${bintools_bin}/bin/${targetPrefix}strip\" '' ### ### Remove LC_UUID ###"} {"_id":"q-en-nixpkgs-eb6a129a7461ebf623ecdee156da0c8d050d0f6dbebad72831b6fa08c24cd182","text":" { lib, stdenv, fetchurl, makeWrapper, makeDesktopItem, copyDesktopItems, unzip , appimage-run }: stdenv.mkDerivation rec { pname = \"ldtk\"; version = \"1.1.3\"; src = fetchurl { url = \"https://github.com/deepnight/ldtk/releases/download/v${version}/ubuntu-distribution.zip\"; sha256 = \"sha256-qw7+4k4IH2+9DX4ny8EBbSlyXBrk/y91W04+zWPGupk=\"; }; nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ]; buildInputs = [ appimage-run ]; unpackPhase = '' runHook preUnpack unzip $src appimage-run -x src 'LDtk ${version} installer.AppImage' runHook postUnpack ''; installPhase = '' runHook preInstall install -Dm644 'LDtk ${version} installer.AppImage' $out/share/ldtk.AppImage makeWrapper ${appimage-run}/bin/appimage-run $out/bin/ldtk --add-flags $out/share/ldtk.AppImage install -Dm644 src/ldtk.png $out/share/icons/hicolor/1024x1024/apps/ldtk.png runHook postInstall ''; desktopItems = [ (makeDesktopItem { name = \"ldtk\"; exec = \"ldtk\"; icon = \"ldtk\"; terminal = false; desktopName = \"LDtk\"; comment = \"2D level editor\"; categories = [ \"Utility\" ]; mimeTypes = [ \"application/json\" ]; }) ]; meta = with lib; { homepage = \"https://ldtk.io/\"; description = \"Modern, lightweight and efficient 2D level editor\"; license = licenses.mit; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ felschr ]; sourceProvenance = with sourceTypes; [ binaryBytecode ]; }; } "} {"_id":"q-en-nixpkgs-eb88e963b3a8e6cd6bb669b350b5fb586cc3f7793b461e7c0d1a7ff8d698e3c4","text":"environment.systemPackages = [ pkgs.sx ]; services.xserver = { exportConfiguration = true; displayManager = { job.execCmd = \"\"; lightdm.enable = mkForce false; }; logFile = mkDefault null; }; systemd.services.display-manager.enable = false; }; meta.maintainers = with maintainers; [ figsoda ];"} {"_id":"q-en-nixpkgs-ebb2779934eaa075cf6f538a1e54c022a9ba5c10f6f7784eb5373a21734b8ba2","text":") super.ocaml-ng; python27 = super.python27.override { static = true; }; python35 = super.python35.override { static = true; }; python36 = super.python36.override { static = true; }; python37 = super.python37.override { static = true; }; python38 = super.python38.override { static = true; };"} {"_id":"q-en-nixpkgs-ebc6bb1bdee4b666500850c7676f3904cfde2e2ce7253f85f10931e885a1953a","text":" { lib, stdenv, fetchFromGitLab, cmake, }: stdenv.mkDerivation (finalAttrs: { pname = \"openmesh\"; version = \"11.0.0\"; src = fetchFromGitLab { domain = \"gitlab.vci.rwth-aachen.de:9000\"; owner = \"OpenMesh\"; repo = \"OpenMesh\"; rev = \"OpenMesh-${lib.versions.majorMinor finalAttrs.version}\"; fetchSubmodules = true; sha256 = \"sha256-1FmAieCaskKaaAWjgEXr/CWpFxrhB2Rca1sXpxLrQHw=\"; }; nativeBuildInputs = [ cmake ]; meta = with lib; { homepage = \"https://www.graphics.rwth-aachen.de/software/openmesh/\"; description = \"Generic and efficient polygon mesh data structure\"; maintainers = with maintainers; [ yzx9 ]; platforms = platforms.all; license = licenses.bsd3; }; }) "} {"_id":"q-en-nixpkgs-ebea643723c049524064d5a1c0faec72207c1944156fac9239814d69a620fe34","text":"homepage = \"https://github.com/JustArchiNET/ArchiSteamFarm\"; license = licenses.asl20; mainProgram = \"ArchiSteamFarm\"; maintainers = with maintainers; [ SuperSandro2000 lom ]; maintainers = with maintainers; [ SuperSandro2000 ]; }; }"} {"_id":"q-en-nixpkgs-ec1469becabad9a296e422a465dbd360470e16f1158dcf70ac74d035e4a13ec0","text":"\"APPDATA_INSTALL_PATH=${placeholder \"out\"}/share/appdata\" ]; env = { # Fix build due to missing `std::option`. NIX_CFLAGS_COMPILE = \"-std=c++17\"; }; meta = with lib; { description = \"A tabbed document viewer\"; license = licenses.gpl2Plus;"} {"_id":"q-en-nixpkgs-ec272bb48f18fe9539521d751501f1715b54a1d6e3a042476f6f56fcdcc8e46a","text":"inherit (darwin.apple_sdk.frameworks) CoreServices; }; devspace = callPackage ../development/tools/misc/devspace { }; maturin = callPackage ../development/tools/rust/maturin { inherit (darwin.apple_sdk.frameworks) Security; };"} {"_id":"q-en-nixpkgs-ec37dc6aef57506b87a814f98392d0c0d9d35a81b57d202e4beff08dc1deb693","text":"# Generate build symbols once after the final build # https://firefox-source-docs.mozilla.org/crash-reporting/uploading_symbol.html preInstall = '' preInstall = lib.optionalString crashreporterSupport '' ./mach buildsymbols mkdir -p $symbols/ cp mozobj/dist/*.crashreporter-symbols.zip $symbols/ '' + '' cd mozobj '';"} {"_id":"q-en-nixpkgs-ec92ba81b9474d0f2856918055a44a35808da5bf26d182a8a2316143f5cf24e7","text":" { lib , stdenv , fetchFromGitHub , boca , smooth , systemd }: stdenv.mkDerivation rec { pname = \"freac\"; version = \"1.1.3\"; src = fetchFromGitHub { owner = \"enzo1982\"; repo = \"freac\"; rev = \"v${version}\"; sha256 = \"1sdrsc5pn5901bbds7dj02n71zn5rs4wnv2xxs8ffql4b7jjva0m\"; }; buildInputs = [ boca smooth systemd ]; makeFlags = [ \"prefix=$(out)\" ]; meta = with lib; { description = \"The fre:ac audio converter project\"; license = licenses.gpl2Plus; homepage = \"https://www.freac.org/\"; maintainers = with maintainers; [ shamilton ]; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-ecb787429ba1f8cccf14db0e8052970444cc4e7852af28c73da30d2bd75361de","text":", libiconv ? null, ncurses , enableDwarf ? !stdenv.targetPlatform.isDarwin && !stdenv.targetPlatform.isWindows, elfutils # for DWARF support , # GHC can be built with system libffi or a bundled one. libffi ? null"} {"_id":"q-en-nixpkgs-ed383d5f88f3b21683460f0225406a4465c8b71df5c2480ca8dfb3581cf21a8f","text":", tables , xlwt , runtimeShell , isPy38 , libcxx ? null }:"} {"_id":"q-en-nixpkgs-ed4536adfb82f392a90c0e31d4c00e6bf144920c6dee669e9e02e0e41715001e","text":"preFixup = '' patchelf --replace-needed liblttng-ust.so.0 liblttng-ust.so $out/lib/libcoreclrtraceptprovider.so patchelf --replace-needed libGraphicsMagick++-Q16.so.12 libGraphicsMagick++.so.12 $out/usr/lib/x86_64-linux-gnu/pcoip-client/vchan_plugins/libvchan-plugin-clipboard.so patchelf --replace-needed libhiredis.so.0.14 libhiredis.so $out/lib/libpcoip_core.so ''; installPhase = ''"} {"_id":"q-en-nixpkgs-ed4bed2d006d8b973aa7e2781fa12f60665e4d132e23ca42dd5307635269662b","text":"}; }; systemd.user.generators = mkOption { type = types.attrsOf types.path; default = {}; example = { systemd-gpt-auto-generator = \"/dev/null\"; }; description = '' Definition of systemd generators; see {manpage}`systemd.generator(5)`. For each `NAME = VALUE` pair of the attrSet, a link is generated from `/etc/systemd/user-generators/NAME` to `VALUE`. ''; }; systemd.additionalUpstreamUserUnits = mkOption { default = []; type = types.listOf types.str;"} {"_id":"q-en-nixpkgs-ed9f39909822c62bd8f9e8fe0f016d03ac86ebfe0f94d9c7d4aadd8f9a42f5d8","text":"runHook preBuild mvnDeps=$(cp -dpR ${fetchedMavenDeps}/.m2 ./ && chmod +w -R .m2 && pwd) mvn package --offline \"-Dmaven.repo.local=$mvnDeps/.m2\" -P desktop,all-platforms mvn package --offline \"-Dmaven.repo.local=$mvnDeps/.m2\" ${mvnParameters} runHook postBuild '';"} {"_id":"q-en-nixpkgs-edd2f79d97406b6005e888ec4014abd4c13bb603d1b3582620a2175e3f2613d1","text":", babel , buildPythonPackage , fetchFromGitLab , fetchpatch , pythonRelaxDepsHook , html2text , lxml"} {"_id":"q-en-nixpkgs-edf7a1e162b2bca84332b717ad4d5ec217f4ebf2d3f03df6eb8e1d6bfc48b961","text":"systemd.services.garage = { description = \"Garage Object Storage (S3 compatible)\"; after = [ \"network.target\" \"network-online.target\" ]; wants = [ \"network.target\" \"network-online.target\" ]; after = [ \"network.target\" \"network-online.target\" ]; wants = [ \"network.target\" \"network-online.target\" ]; wantedBy = [ \"multi-user.target\" ]; restartTriggers = [ configFile ] ++ (lib.optional (cfg.environmentFile != null) cfg.environmentFile); restartTriggers = [ configFile ] ++ (lib.optional (cfg.environmentFile != null) cfg.environmentFile); serviceConfig = { ExecStart = \"${cfg.package}/bin/garage server\"; StateDirectory = mkIf (hasPrefix \"/var/lib/garage\" cfg.settings.data_dir || hasPrefix \"/var/lib/garage\" cfg.settings.metadata_dir) \"garage\"; StateDirectory = mkIf ( anyHasPrefix \"/var/lib/garage\" cfg.settings.data_dir || hasPrefix \"/var/lib/garage\" cfg.settings.metadata_dir ) \"garage\"; DynamicUser = lib.mkDefault true; ProtectHome = true; NoNewPrivileges = true;"} {"_id":"q-en-nixpkgs-ee8e80d3dff0892dbc7fdd2e87467881df18e21de9ee0353eb6c284def0592a4","text":" { stdenv, fetchurl, libpng }: { stdenv, fetchurl, libpng, perl, perlPackages, makeWrapper }: stdenv.mkDerivation rec { name = \"icoutils-0.31.0\";"} {"_id":"q-en-nixpkgs-eeb4ecf006cb4769536ce4ae62d9c521ef68f6379543d96c742ad966781e4ed1","text":"patchExecutable genymotion patchExecutable player patchExecutable qemu/x86_64/bin/qemu-img patchExecutable qemu/x86_64/bin/qemu-system-x86_64 patchInterpreter qemu/x86_64/bin/qemu-img patchInterpreter qemu/x86_64/bin/qemu-system-x86_64 patchTool adb patchTool aapt"} {"_id":"q-en-nixpkgs-eeb65e5a57c974da51dbc559ce2bb767291e78f8ab03deb537eb8894d71370a2","text":", gtk3 , libextractor , libgcrypt , libsodium , libxml2 , pkg-config , wrapGAppsHook"} {"_id":"q-en-nixpkgs-eeb96eba09a07f591f53ee193b8bc9117e2a1ef8cea04bbebc2be2602e00afb5","text":"attr bash btrfs-progs cdrkit criu dnsmasq e2fsprogs getent gnutar gptfdisk gzip iproute2 iptables kmod lvm2 minio nftables qemu_kvm qemu-utils rsync squashfsTools thin-provisioning-tools util-linux virtiofsd xz"} {"_id":"q-en-nixpkgs-eed78d94ce256f804a76fcc773cff90ec001e1f2261e8444c5861547275374da","text":"mkdir -p $out/share/powershell cp -r * $out/share/powershell makeWrapper $out/share/powershell/pwsh $out/bin/pwsh --prefix ${platformLdLibraryPath} : \"${stdenv.lib.makeLibraryPath libraries}\" --set TERM xterm --set POWERSHELL_TELEMETRY_OPTOUT 1 --set TERM xterm --set POWERSHELL_TELEMETRY_OPTOUT 1 --set DOTNET_CLI_TELEMETRY_OPTOUT 1 ''; dontStrip = true;"} {"_id":"q-en-nixpkgs-ef37637b3e4ec1d3666ec68891c9388084c605610ee431ac9c6e404ea68b0a09","text":"export TZ=\"$new_TZ\" fi fi # udev event notifications don't work reliably inside containers. # SDL2 already tries to automatically detect flatpak and pressure-vessel # and falls back to inotify-based discovery [1]. We make SDL2 do the # same by telling it explicitly. # # [1] export SDL_JOYSTICK_DISABLE_UDEV=1 '' + extraProfile; runScript = writeScript \"steam-wrapper.sh\" ''"} {"_id":"q-en-nixpkgs-ef67b9b306cf822c70c0c00fa75c15e82db67c750c5cd4c563b0ad93cfde35b8","text":" { lib , stdenv , fetchFromGitHub , meson , ninja , pkg-config , wine , boost , libxcb }: let # Derived from subprojects/bitsery.wrap bitsery = rec { version = \"5.2.0\"; src = fetchFromGitHub { owner = \"fraillt\"; repo = \"bitsery\"; rev = \"v${version}\"; sha256 = \"132b0n0xlpcv97l6bhk9n57hg95pkhwqzvr9jkv57nmggn76s5q7\"; }; }; # Derived from subprojects/function2.wrap function2 = rec { version = \"4.1.0\"; src = fetchFromGitHub { owner = \"Naios\"; repo = \"function2\"; rev = version; sha256 = \"0abrz2as62725g212qswi35nsdlf5wrhcz78hm2qidbgqr9rkir5\"; }; }; # Derived from subprojects/tomlplusplus.wrap tomlplusplus = rec { version = \"2.1.0\"; src = fetchFromGitHub { owner = \"marzer\"; repo = \"tomlplusplus\"; rev = \"v${version}\"; sha256 = \"0fspinnpyk1c9ay0h3wl8d4bbm6aswlypnrw2c7pk2i4mh981b4b\"; }; }; # Derived from vst3.wrap vst3 = rec { version = \"e2fbb41f28a4b311f2fc7d28e9b4330eec1802b6\"; src = fetchFromGitHub { owner = \"robbert-vdh\"; repo = \"vst3sdk\"; rev = version; fetchSubmodules = true; sha256 = \"1fqpylkbljifwdw2z75agc0yxnhmv4b09fxs3rvlw1qmm5mwx0p2\"; }; }; in stdenv.mkDerivation rec { pname = \"yabridge\"; version = \"3.0.0\"; # NOTE: Also update yabridgectl's cargoSha256 when this is updated src = fetchFromGitHub { owner = \"robbert-vdh\"; repo = pname; rev = version; sha256 = \"0ha7jhnkd2i49q5rz2hp7sq6hv19bir99x51hs6nvvcf16hlf2bp\"; }; # Unpack subproject sources postUnpack = ''( cd \"$sourceRoot/subprojects\" cp -R --no-preserve=mode,ownership ${bitsery.src} bitsery-${bitsery.version} tar -xf bitsery-patch-${bitsery.version}.tar.xz cp -R --no-preserve=mode,ownership ${function2.src} function2-${function2.version} tar -xf function2-patch-${function2.version}.tar.xz cp -R --no-preserve=mode,ownership ${tomlplusplus.src} tomlplusplus cp -R --no-preserve=mode,ownership ${vst3.src} vst3 )''; postPatch = '' patchShebangs . ''; nativeBuildInputs = [ meson ninja pkg-config wine ]; buildInputs = [ boost libxcb ]; # Meson is no longer able to pick up Boost automatically. # https://github.com/NixOS/nixpkgs/issues/86131 BOOST_INCLUDEDIR = \"${lib.getDev boost}/include\"; BOOST_LIBRARYDIR = \"${lib.getLib boost}/lib\"; mesonFlags = [ \"--cross-file\" \"cross-wine.conf\" # Requires CMake and is unnecessary \"-Dtomlplusplus:GENERATE_CMAKE_CONFIG=disabled\" # tomlplusplus examples and tests don't build with winegcc \"-Dtomlplusplus:BUILD_EXAMPLES=disabled\" \"-Dtomlplusplus:BUILD_TESTS=disabled\" ]; installPhase = '' mkdir -p \"$out/bin\" \"$out/lib\" cp yabridge-group.exe{,.so} \"$out/bin\" cp yabridge-host.exe{,.so} \"$out/bin\" cp libyabridge-vst2.so \"$out/lib\" cp libyabridge-vst3.so \"$out/lib\" ''; meta = with lib; { description = \"Yet Another VST bridge, run Windows VST2 plugins under Linux\"; homepage = \"https://github.com/robbert-vdh/yabridge\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ metadark ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"q-en-nixpkgs-ef68a9077ff948206d291e0478bc8316b8151bdbd2dbe9d8a910713e8c3213f9","text":"let common = { name, npmBuildScript, installPhase }: buildNpmPackage rec { pname = name; version = \"2024.3.1\"; version = \"2024.3.2\"; nodejs = nodejs_18; src = fetchFromGitHub { owner = \"bitwarden\"; repo = \"directory-connector\"; rev = \"v${version}\"; hash = \"sha256-NbyjL6x/Ij5waYlIDNKrg7fDT+co/EcdCW4ZBJ6KV34=\"; hash = \"sha256-CB5HrT+p63zANg1SEoynk6hPPW5DcC9Qfo2+QDy2iwc=\"; }; postPatch = ''"} {"_id":"q-en-nixpkgs-ef944d5895bd995e644c56de2e64306bcc464a3ecf7a9c955b44f788d89da8d0","text":"lockFile = ./Cargo.lock; outputHashes = { \"edgedb-derive-0.5.0\" = \"sha256-y/mN0XuJtQBtkLmbk2s7hK5joGEH5Ge6sLCD88WyL9o=\"; \"edgeql-parser-0.1.0\" = \"sha256-Y3gXxPuR7qnTL4fu2nZIa3e20YV1fLvm2jHAng+Ke2Q=\"; \"indexmap-2.0.0-pre\" = \"sha256-QMOmoUHE1F/sp+NeDpgRGqqacWLHWG02YgZc5vAdXZY=\"; \"rexpect-0.5.0\" = \"sha256-vstAL/fJWWx7WbmRxNItKpzvgGF3SvJDs5isq9ym/OA=\"; \"edgeql-parser-0.1.0\" = \"sha256-Y3gXxPuR7qnTL4fu2nZIa3e20YV1fLvm2jHAng+Ke2Q=\"; \"rustyline-8.0.0\" = \"sha256-CrICwQbHPzS4QdVIEHxt2euX+g+0pFYe84NfMp1daEc=\"; \"serde_str-1.0.0\" = \"sha256-CMBh5lxdQb2085y0jc/DrV6B8iiXvVO2aoZH/lFFjak=\"; };"} {"_id":"q-en-nixpkgs-efdd61b09fb9e4bffc55b4d68f3d071cdffd6d881c464757c69da6748d0bdd7e","text":"}: let generator = pkgsBuildBuild.buildGoModule { generator = pkgsBuildBuild.buildGo120Module { pname = \"v2ray-geoip\"; version = \"unstable-2023-03-27\"; version = \"unstable-2023-10-11\"; src = fetchFromGitHub { owner = \"v2fly\"; repo = \"geoip\"; rev = \"9321a7f5e301a957228eba44845144b4555b6658\"; hash = \"sha256-S30XEgzA9Vrq7I7REfO/WN/PKpcjcI7KZnrL4uw/Chs=\"; rev = \"3182dda7b38c900f28505b91a44b09ec486e6f36\"; hash = \"sha256-KSRgof78jScwnUeMtryj34J0mBsM/x9hFE4H9WtZUuM=\"; }; vendorHash = \"sha256-bAXeA1pDIUuEvzTLydUIX6S6fm6j7CUQmBG+7xvxUcc=\"; vendorHash = \"sha256-rlRazevKnWy/Ig143s8TZgV3JlQMlHID9rnncLYhQDc=\"; meta = with lib; { description = \"GeoIP for V2Ray\";"} {"_id":"q-en-nixpkgs-efefeb3d463c54cba2f54d7d158d133149619f6746499b5f13083b6282042567","text":" { stdenv, fetchurl, meson, ninja, gettext, pkgconfig, spidermonkey_52, glib, gnome3 }: { stdenv, fetchurl, meson, ninja, gettext, pkgconfig, spidermonkey_52, glib , gnome3, substituteAll }: stdenv.mkDerivation rec { name = \"gnome-shell-extensions-${version}\";"} {"_id":"q-en-nixpkgs-eff156a1fcfe346f57a154b855e6df4726f0a03dd25e8e01a2f6ce6e313b268e","text":"nativeBuildInputs = [ xz.bin ]; makeFlags = [ \"SHELL=/bin/sh\" \"GREP=grep\" ]; makeFlags = [ \"SHELL=/bin/sh\" \"GREP=grep\" # gzip 1.12 doesn't build `zless` unless it can find `less`, but we # can avoid having `less` as a build input if we just override these. \"ZLESS_MAN=zless.1\" \"ZLESS_PROG=zless\" ]; # Many gzip executables are shell scripts that depend upon other gzip # executables being in $PATH. Rather than try to re-write all the"} {"_id":"q-en-nixpkgs-f00a64657a1cbd644b201738e6539fbcd8aa05e714cbe98ab8033b5dde40d95a","text":"pushd packages/bruno-electron ${if stdenv.isDarwin then '' cp -r ${electron}/Applications/Electron.app ./ find ./Electron.app -name 'Info.plist' | xargs -d 'n' chmod +rw substituteInPlace electron-builder-config.js --replace-fail \"identity: 'Anoop MD (W7LPPWA48L)'\" 'identity: null' --replace-fail \"afterSign: 'notarize.js',\" \"\" npm exec electron-builder -- --dir --config electron-builder-config.js -c.electronDist=./ -c.electronVersion=${electron.version} -c.npmRebuild=false '' else '' npm exec electron-builder -- --dir -c.electronDist=${electron}/libexec/electron -c.electronVersion=${electron.version} -c.npmRebuild=false ''} ${ if stdenv.isDarwin then '' cp -r ${electron}/Applications/Electron.app ./ find ./Electron.app -name 'Info.plist' | xargs -d 'n' chmod +rw substituteInPlace electron-builder-config.js --replace-fail \"identity: 'Anoop MD (W7LPPWA48L)'\" 'identity: null' --replace-fail \"afterSign: 'notarize.js',\" \"\" npm exec electron-builder -- --dir --config electron-builder-config.js -c.electronDist=./ -c.electronVersion=${electron.version} -c.npmRebuild=false '' else '' npm exec electron-builder -- --dir -c.electronDist=${electron}/libexec/electron -c.electronVersion=${electron.version} -c.npmRebuild=false '' } popd '';"} {"_id":"q-en-nixpkgs-f03471fa9666c4539d2505ad9c16cd71d632a2d0faee9a66c8a33698655d392e","text":", texinfo , zlib , enableGold ? execFormatIsELF stdenv.targetPlatform , enableGold ? withGold stdenv.targetPlatform , enableShared ? !stdenv.hostPlatform.isStatic # WARN: Enabling all targets increases output size to a multiple. , withAllTargets ? false"} {"_id":"q-en-nixpkgs-f061eb7c9bf0022aa1d3cab7f0104fcb21aedc7301b5ed07a2aa3f9090e89292","text":" diff -ru gfan0.6.2.orig/src/app_librarytest.cpp gfan0.6.2/src/app_librarytest.cpp --- gfan0.6.2.orig/src/app_librarytest.cpp\t2020-10-19 08:41:27.981863500 +0900 +++ gfan0.6.2/src/app_librarytest.cpp\t2020-10-19 08:42:44.551863500 +0900 @@ -12,8 +12,8 @@ #include \"setoper.h\" #include \"cdd.h\" #else -#include \"cdd/setoper.h\" -#include \"cdd/cdd.h\" +#include \"cddlib/setoper.h\" +#include \"cddlib/cdd.h\" #endif #include #include diff -ru gfan0.6.2.orig/src/gfanlib_zcone.cpp gfan0.6.2/src/gfanlib_zcone.cpp --- gfan0.6.2.orig/src/gfanlib_zcone.cpp\t2020-10-19 08:41:27.981863500 +0900 +++ gfan0.6.2/src/gfanlib_zcone.cpp\t2020-10-19 08:42:44.571863500 +0900 @@ -16,8 +16,8 @@ #include \"setoper.h\" #include \"cdd.h\" #else -#include \"cdd/setoper.h\" -#include \"cdd/cdd.h\" +#include \"cddlib/setoper.h\" +#include \"cddlib/cdd.h\" #endif //} @@ -52,8 +52,8 @@ \"dd_free_global_constants()n\" \"in your deinitialisation code (only available for cddlib version>=094d).n\" \"This requires the header includes:n\" -\t\t\t\t \"#include \"cdd/setoper.h\"n\" -\t\t\t\t \"#include \"cdd/cdd.h\"n\" +\t\t\t\t \"#include \"cddlib/setoper.h\"n\" +\t\t\t\t \"#include \"cddlib/cdd.h\"n\" \"n\" \"Alternatively, you may call gfan:initializeCddlibIfRequired() and deinitializeCddlibIfRequired()n\" \"if gfanlib is the only code using cddlib. If at some point cddlib is no longer required by gfanlibn\" diff -ru gfan0.6.2.orig/src/lp_cdd.cpp gfan0.6.2/src/lp_cdd.cpp --- gfan0.6.2.orig/src/lp_cdd.cpp\t2020-10-19 08:41:27.991863500 +0900 +++ gfan0.6.2/src/lp_cdd.cpp\t2020-10-19 08:42:44.571863500 +0900 @@ -5,9 +5,9 @@ #include \"cdd.h\" #include \"cdd_f.h\" #else -#include \"cdd/setoper.h\" -#include \"cdd/cdd.h\" -#include \"cdd/cdd_f.h\" +#include \"cddlib/setoper.h\" +#include \"cddlib/cdd.h\" +#include \"cddlib/cdd_f.h\" #endif //} #include \"termorder.h\" "} {"_id":"q-en-nixpkgs-f067e1c6b01cdd6d471f712b3d5a67990b0595e92d573d6c5da70efd339b655d","text":"buildPythonApplication rec { pname = \"glances\"; version = \"3.1.7\"; version = \"3.2.3\"; disabled = isPyPy; src = fetchFromGitHub { owner = \"nicolargo\"; repo = \"glances\"; rev = \"v${version}\"; sha256 = \"sha256-82ZD32dqRYGbGM/uyaJ5VqVZbhDZthiEcTihkV43JOU=\"; sha256 = \"1nc8bdzzrzaircq3myd32w6arpy2prn739886cq2h47cpinxmvpr\"; }; # Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply):"} {"_id":"q-en-nixpkgs-f088dddb9db55d97a2c3359dd3688a4711dc554c20392c9cab5cbe15cc095aed","text":"outputs = [ \"out\" \"dev\" ]; patches = [ # To use split outputs, we need this so double prefix won't be used in the # pkg-config files. Hopefully, this won't be needed on the next release, # _if_ # https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/merge_requests/1 # will be merged. For the current release, this merge request won't apply. ./fix_pkgconfig_includedir.patch ]; nativeBuildInputs = [ meson ninja"} {"_id":"q-en-nixpkgs-f0bcaecea18d0c466d1aa7dabf2aa3ad271b21d28ca80178cce60ac302979b62","text":"buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ApplicationServices ] ++ [ zlib libuv openssl http-parser icu bash ]; nativeBuildInputs = [ which pkg-config python ] nativeBuildInputs = [ installShellFiles pkg-config python which ] ++ lib.optionals stdenv.isDarwin [ xcbuild ]; outputs = [ \"out\" \"libv8\" ];"} {"_id":"q-en-nixpkgs-f0e5e3205cc4985bf1171a99ac2201665f81c6cfadec871b08bfcff31190d96b","text":"# Create missing swapfiles. systemd.services = let createSwapDevice = sw: assert sw.device != \"\"; assert !(sw.randomEncryption.enable && lib.hasPrefix \"/dev/disk/by-uuid\" sw.device); assert !(sw.randomEncryption.enable && lib.hasPrefix \"/dev/disk/by-label\" sw.device); let realDevice' = escapeSystemdPath sw.realDevice; in nameValuePair \"mkswap-${sw.deviceName}\" { description = \"Initialisation of swap device ${sw.device}\"; wantedBy = [ \"${realDevice'}.swap\" ]; before = [ \"${realDevice'}.swap\" ]; path = [ pkgs.util-linux ] ++ optional sw.randomEncryption.enable pkgs.cryptsetup; path = [ pkgs.util-linux pkgs.e2fsprogs ] ++ optional sw.randomEncryption.enable pkgs.cryptsetup; environment.DEVICE = sw.device; script = '' ${optionalString (sw.size != null) '' currentSize=$(( $(stat -c \"%s\" \"${sw.device}\" 2>/dev/null || echo 0) / 1024 / 1024 )) if [ \"${toString sw.size}\" != \"$currentSize\" ]; then dd if=/dev/zero of=\"${sw.device}\" bs=1M count=${toString sw.size} currentSize=$(( $(stat -c \"%s\" \"$DEVICE\" 2>/dev/null || echo 0) / 1024 / 1024 )) if [[ ! -b \"$DEVICE\" && \"${toString sw.size}\" != \"$currentSize\" ]]; then # Disable CoW for CoW based filesystems like BTRFS. truncate --size 0 \"$DEVICE\" chattr +C \"$DEVICE\" 2>/dev/null || true dd if=/dev/zero of=\"$DEVICE\" bs=1M count=${toString sw.size} chmod 0600 ${sw.device} ${optionalString (!sw.randomEncryption.enable) \"mkswap ${sw.realDevice}\"} fi"} {"_id":"q-en-nixpkgs-f0ebb5e67c9b05f3c84a199367ff2153e71cac4dce71264aa553addee3df2019","text":" --- a/subversion/bindings/swig/perl/native/Makefile.PL.in +++ b/subversion/bindings/swig/perl/native/Makefile.PL.in @@ -72,7 +72,7 @@ # According to the log of r7937, the flags guarded by the conditional break # the build on FreeBSD if not conditionalized. my $apr_ldflags = '@SVN_APR_LIBS@' - if $^O eq 'darwin' or $^O eq 'cygwin'; + if $^O eq 'darwin' or $^O eq 'cygwin' or $^O eq 'linux'; chomp $apr_shlib_path_var; "} {"_id":"q-en-nixpkgs-f103c49603514640e50e66eaa82bfecc2969138e8ec08d511fe800b0eda16b56","text":"''; patches = [ # Not accepted upstream, see https://github.com/gnuradio/gnuradio/pull/5227 ./modtool-newmod-permissions.patch ./modtool-newmod-permissions.3_9.patch ]; passthru = shared.passthru // { # Deps that are potentially overridden and are used inside GR plugins - the same version must"} {"_id":"q-en-nixpkgs-f11bd791dfa30495ae9f39f1a58285f01b8d644f2bbdcc57e97b8c0022898408","text":"owner = \"pdm-project\"; repo = \"pdm\"; rev = \"refs/tags/${version}\"; hash = \"sha256-R3oeu8HvPWAQoO0FHHx9lSKmB/riPtQ9gq4qKtQCeiA=\"; hash = \"sha256-V2ZcXgRtL8zkCx5/d+L+3o0QQHVrPpFyjvjsc2auWDI=\"; }; nativeBuildInputs = [ installShellFiles ];"} {"_id":"q-en-nixpkgs-f137aefed94d9bc3311fcac5a6ed2163aa5bfc2059eb37970b43bde240330bc3","text":"cmakeFlags = [ \"-DUSE_SYSTEM_GTEST=ON\" \"-DBUILD_STATIC_LIBS=${if stdenv.hostPlatform.isStatic then \"ON\" else \"OFF\"}\" ] ++ lib.optionals (!stdenv.isDarwin) [ \"-DBUILD_SHARED_BINARIES=${if stdenv.hostPlatform.isStatic then \"OFF\" else \"ON\"}\" ];"} {"_id":"q-en-nixpkgs-f1670702dfb8eac8c3e02c7b4b302c283a0202d897762fcf9e211b7a4e6cbc88","text":"services.dbus.enable = true; users.users.systemd-coredump.uid = config.ids.uids.systemd-coredump; users.users.systemd-network.uid = config.ids.uids.systemd-network; users.groups.systemd-network.gid = config.ids.gids.systemd-network; users.users.systemd-resolve.uid = config.ids.uids.systemd-resolve;"} {"_id":"q-en-nixpkgs-f1700fa140dcbc61fa83d1962d5be5b48948493e55d398a1ed09c4a367932347","text":" --- a/main.cpp +++ b/main.cpp @@ -91,14 +91,5 @@ int main(int argc, char *argv[]) w.show(); } - QTimer::singleShot(0, [=] { - cg->getUpdateInfo(); - QObject::connect(cg, &ClipGrab::updateInfoProcessed, [cg] { - bool force = QSettings().value(\"forceYoutubeDlDownload\", false).toBool(); - if (force) QSettings().setValue(\"forceYoutubeDlDownload\", false); - cg->downloadYoutubeDl(force); - }); - }); - return app.exec(); } --- a/youtube_dl.cpp +++ b/youtube_dl.cpp @@ -8,52 +8,16 @@ YoutubeDl::YoutubeDl() QString YoutubeDl::path = QString(); QString YoutubeDl::find(bool force) { - if (!force && !path.isEmpty()) return path; - - // Prefer downloaded youtube-dl - QString localPath = QStandardPaths::locate(QStandardPaths::AppDataLocation, \"yt-dlp\"); - QProcess* process = instance(localPath, QStringList() << \"--version\"); - process->start(); - process->waitForFinished(); - process->deleteLater(); - if (process->state() != QProcess::NotRunning) process->kill(); - if (process->exitCode() == QProcess::ExitStatus::NormalExit) { - path = localPath; - return path; - } - - // Try system-wide youtube-dlp installation - QString globalPath = QStandardPaths::findExecutable(\"yt-dlp\"); - process = instance(globalPath, QStringList() << \"--version\"); - process->start(); - process->waitForFinished(); - process->deleteLater(); - if (process->state() != QProcess::NotRunning) process->kill(); - if (process->exitCode() == QProcess::ExitStatus::NormalExit) { - path = globalPath; - return path; - } - - return \"\"; + // We supply yt-dlp from nixpkgs, so the downloading + // machinery is not needed anymore. + (void)force; + return path; } QProcess* YoutubeDl::instance(QStringList arguments) { - return instance(find(), arguments); -} - -QProcess* YoutubeDl::instance(QString path, QStringList arguments) { QProcess *process = new QProcess(); - QString execPath = QCoreApplication::applicationDirPath(); - QProcessEnvironment env = QProcessEnvironment::systemEnvironment(); - env.insert(\"PATH\", execPath + \":\" + env.value(\"PATH\")); - process->setEnvironment(env.toStringList()); - - #if defined Q_OS_WIN - process->setProgram(execPath + \"/python/python.exe\"); - #else - process->setProgram(QStandardPaths::findExecutable(\"python3\")); - #endif + process->setProgram(path); QSettings settings; QStringList proxyArguments; @@ -81,7 +45,7 @@ QProcess* YoutubeDl::instance(QString path, QStringList arguments) { networkArguments << \"--force-ipv4\"; } - process->setArguments(QStringList() << path << arguments << proxyArguments << networkArguments); + process->setArguments(QStringList() << arguments << proxyArguments << networkArguments); return process; } "} {"_id":"q-en-nixpkgs-f1866f8a51ca0cf1c2f88f36006b05452a386bff231c1ba20213ed06b8d5fe2c","text":"{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee , poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, gobject-introspection, wrapGAppsHook , qrencode, webkitgtk, discount, json-glib }: , qrencode, webkitgtk, discount, json-glib, fetchpatch }: stdenv.mkDerivation rec { pname = \"pdfpc\";"} {"_id":"q-en-nixpkgs-f1943bfa1c5e06a67883eb94622eb7f1a381c053c5d589bc4a7ce1e74392baf7","text":"buildInputs = [ nodejs_22 ]; pnpmWorkspace = \"@astrojs/language-server\"; # Must specify to download \"@astrojs/yaml2ts\" depencendies # https://pnpm.io/filtering#--filter-package_name-1 pnpmWorkspace = \"@astrojs/language-server...\"; prePnpmInstall = '' # Warning section for \"pnpm@v8\" # https://pnpm.io/cli/install#--filter-package_selector pnpm config set dedupe-peer-dependents false ''; buildPhase = '' runHook preBuild pnpm --filter=@astrojs/language-server build # Must build the \"@astrojs/yaml2ts\" package. Dependency is linked via workspace by \"pnpm\" # (https://github.com/withastro/language-tools/blob/%40astrojs/language-server%402.14.2/pnpm-lock.yaml#L78-L80) pnpm --filter \"@astrojs/language-server...\" build runHook postBuild '';"} {"_id":"q-en-nixpkgs-f1f19c29b610778d897088a0e2f082992be0efa8717f3bfa510ce1aa1259d8b6","text":" { lib, stdenv , fetchFromGitHub , fetchpatch , pkg-config , cmake , argtable , catch2 , curl , doxygen , hiredis , jsoncpp , libmicrohttpd }: { lib, stdenv, fetchFromGitHub, pkg-config, cmake, argtable, catch2 , curl, doxygen, hiredis, jsoncpp, libmicrohttpd }: stdenv.mkDerivation rec { pname = \"libjson-rpc-cpp\"; version = \"1.3.0\"; version = \"1.4.1\"; src = fetchFromGitHub { owner = \"cinemast\"; repo = \"libjson-rpc-cpp\"; sha256 = \"sha256-EAakiqlfMprwLjloDekOssaB/EnAmn5njcwHGZtYs9w=\"; sha256 = \"sha256-YCCZN4y88AixQeo24pk6YHfSCsJz8jJ97Dg40KM08cQ=\"; rev = \"v${version}\"; }; env.NIX_CFLAGS_COMPILE = \"-I${catch2}/include/catch2\"; patches = [ (fetchpatch { name = \"int-to-MHD_Result.patch\"; url = \"https://patch-diff.githubusercontent.com/raw/cinemast/libjson-rpc-cpp/pull/299.patch\"; sha256 = \"sha256-hiey6etzbOxhMElTMX7offKbey7c2OO/UWeN03k0AaM=\"; }) ]; nativeBuildInputs = [ pkg-config cmake doxygen ]; buildInputs = [ argtable catch2 curl hiredis jsoncpp libmicrohttpd ]; buildInputs = [ argtable catch2 curl hiredis jsoncpp libmicrohttpd ]; postPatch = '' for f in cmake/FindArgtable.cmake "} {"_id":"q-en-nixpkgs-f20cac1e7fd78245979671b9133b009f6cd3a9ab7907ab311d1ad2b77b97ab37","text":"# Value is `\"unsupported\"` if the platform is not supported. redistArch = flags.getRedistArch hostPlatform.system; allReleases = lists.flatten (builtins.attrValues releaseSets); preferable = p1: p2: (isSupported p2 -> isSupported p1) && (strings.versionAtLeast p1.version p2.version); # All the supported packages we can build for our platform. # perSystemReleases :: List Package perSystemReleases = releaseSets.${redistArch} or [ ]; allReleases = lib.pipe releaseSets [ (builtins.attrValues) (lists.flatten) (builtins.groupBy (p: lib.versions.majorMinor p.version)) (builtins.mapAttrs (_: builtins.sort preferable)) (builtins.mapAttrs (_: lib.take 1)) (builtins.attrValues) (builtins.concatMap lib.trivial.id) ]; preferable = p1: p2: (isSupported p2 -> isSupported p1) && (strings.versionAtLeast p1.version p2.version); newest = builtins.head (builtins.sort preferable allReleases); # A function which takes the `final` overlay and the `package` being built and returns"} {"_id":"q-en-nixpkgs-f239044b8b87d031d72380e949145b76d0d3c6b6a24b39cb852bcd132a407d24","text":"meta.maintainers = with lib.maintainers; [ obreitwi ]; }; storage-preview = mkAzExtension rec { pname = \"storage-preview\"; version = \"1.0.0b2\"; url = \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-${version}-py2.py3-none-any.whl\"; sha256 = \"2de8fa421622928a308bb70048c3fdf40400bad3b34afd601d0b3afcd8b82764\"; description = \"Provides a preview for upcoming storage features\"; propagatedBuildInputs = with python3Packages; [ azure-core ]; meta.maintainers = with lib.maintainers; [ katexochen ]; }; # Removed extensions blockchain = throw \"The 'blockchain' extension for azure-cli was deprecated upstream\"; # Added 2024-04-26 vm-repair = throw \"The 'vm-repair' extension for azure-cli was deprecated upstream\"; # Added 2024-08-06"} {"_id":"q-en-nixpkgs-f2aed297770b2f4484c31907de369e49913e2746a01c57086aa59a21b265fe96","text":"pytestCheckHook ]; # Don't run tests for Python 2.7 doCheck = !isPy27; # Don't run tests for Python 2.7 or Darwin # Nearly 50% of the test suite requires local network access # which isn't allowed on sandboxed Darwin builds doCheck = !(isPy27 || stdenv.isDarwin); pytestFlagsArray = [ \"--ignore python2\" ]; pythonImportsCheck = [ \"httplib2\" ];"} {"_id":"q-en-nixpkgs-f2eb4bf69430ed69707bb9b6d0059c31ec800a242757d80bdcbb78cc8a1f0069","text":"] ++ stdenv.lib.optionals (targetPlatform.isDarwin && targetPlatform.isAarch64) [ # fix for iOS: https://www.reddit.com/r/haskell/comments/4ttdz1/building_an_osxi386_to_iosarm64_cross_compiler/d5qvd67/ \"--disable-large-address-space\" ] ++ stdenv.lib.optional enableDwarf [ \"--enable-dwarf-unwind\" ]; # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself."} {"_id":"q-en-nixpkgs-f2f18c3d73ff91efa100d04d07b9f6731a3cf2298103d7d13ed06f24386dd81b","text":"doCheck = true; patches = [ # Remove unrecognized clang debug flags (fetchpatch { url = \"https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/663dbfc492fd2f8ba28d9af40fb3b1327e6aa56e/debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch\"; sha256 = \"07qp4bjgbwbdrzqslvl2bgbzr3v97b9isbp0539x3lc8cy3h02g1\"; }) ./darwin.patch ./gcc_arm.patch # Fix building zlib with gcc on aarch64, from https://gist.github.com/Adenilson/d973b6fd96c7709d33ddf08cf1dcb149 ];"} {"_id":"q-en-nixpkgs-f30187a1be80eaf47c7a38529b4f5fcf8a00a948793c8b53ed44e184b32a0cb1","text":" diff --git a/src/qml/qml/qqmlimport.cpp b/src/qml/qml/qqmlimport.cpp index 005db4248..685c5b1b2 100644 --- a/src/qml/qml/qqmlimport.cpp +++ b/src/qml/qml/qqmlimport.cpp @@ -1760,6 +1760,15 @@ QQmlImportDatabase::QQmlImportDatabase(QQmlEngine *e) QString installImportsPath = QLibraryInfo::location(QLibraryInfo::Qml2ImportsPath); addImportPath(installImportsPath); + // Add import paths derived from PATH + const QStringList paths = QFile::decodeName(qgetenv(\"PATH\")).split(':'); + const QString qmldir = QStringLiteral(\"../\" NIXPKGS_QML2_IMPORT_PREFIX); + for (const QString &path: paths) { + if (!path.isEmpty()) { + addImportPath(QDir::cleanPath(path + QDir::separator() + qmldir)); + } + } + // env import paths if (Q_UNLIKELY(!qEnvironmentVariableIsEmpty(\"QML2_IMPORT_PATH\"))) { const QString envImportPath = qEnvironmentVariable(\"QML2_IMPORT_PATH\"); diff --git a/tools/qmlcachegen/qmlcache.prf b/tools/qmlcachegen/qmlcache.prf index 537eaf62e..e21de58f6 100644 --- a/tools/qmlcachegen/qmlcache.prf"} {"_id":"q-en-nixpkgs-f302da07b6cdee42f6d8336becd6c039e4398d35eec2c4e0345b21de28929703","text":" { stdenv, fetchFromBitbucket, python2Packages }: python2Packages.buildPythonApplication rec { pname = \"pygmentex\"; version = \"0.8\"; tlType = \"run\"; src = fetchFromBitbucket { owner = \"romildo\"; repo = pname; rev = version; sha256 = \"07dnv7hgppy15bda2kcbrlvfqzl6lhza80klc7133dwg8q92hm6m\"; }; pythonPath = with python2Packages; [ pygments chardet ]; dontBuild = true; doCheck = false; installPhase = '' mkdir -p $out/bin cp -a pygmentex.py $out/bin mkdir -p $out/scripts/pygmentex ln -s $out/bin/pygmentex.py $out/scripts/pygmentex mkdir -p $out/tex/latex/pygmentex cp -a pygmentex.sty $out/tex/latex/pygmentex mkdir -p $out/doc/latex/pygmentex cp -a README demo.* blueshade.png Factorial.java $out/doc/latex/pygmentex ''; meta = with stdenv.lib; { homepage = https://www.ctan.org/pkg/pygmentex; description = \"Auxiliary tool for typesetting code listings in LaTeX documents using Pygments\"; longDescription = '' PygmenTeX is a Python-based LaTeX package that can be used for typesetting code listings in a LaTeX document using Pygments. Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. This package installs just the script needed to process code listings snippets extracted from the a LaTeX document by the pygmentex LaTeX package. In order to use it effectivelly the texlive package pygmentex also has to be installed. This can be done by adding pygmentex to texlive.combine. ''; license = licenses.lppl13c; platforms = platforms.unix; maintainers = with maintainers; [ romildo ]; }; } "} {"_id":"q-en-nixpkgs-f3311bb5d859c79e3eb0d3a28be9a025fb2e1b873d5a7c4168c7965548b87130","text":" [ \"add-widget-after-content\" , \"akismet\" , \"antispam-bee\" , \"async-javascript\" , \"breeze\" , \"code-syntax-block\" , \"cookie-notice\" , \"co-authors-plus\" , \"disable-xml-rpc\" , \"embed-extended\" , \"gutenberg\" , \"hello-dolly\" , \"hkdev-maintenance-mode\" , \"jetpack\" , \"jetpack-lite\" , \"lightbox-photoswipe\" , \"login-lockdown\" , \"mailpoet\" , \"merge-minify-refresh\" , \"opengraph\" , \"simple-login-captcha\" , \"simple-mastodon-verification\" , \"static-mail-sender-configurator\" , \"tc-custom-javascript\" , \"webp-converter-for-media\" , \"webp-express\" , \"wordpress-seo\" , \"worker\" , \"wp-change-email-sender\" , \"wp-fastest-cache\" , \"wp-gdpr-compliance\" , \"wp-mail-smtp\" , \"wp-statistics\" , \"wp-swiper\" , \"wp-user-avatars\" , \"wpforms-lite\" ] { \"add-widget-after-content\": \"gpl3Plus\" , \"akismet\": \"gpl2Plus\" , \"antispam-bee\": \"gpl2Plus\" , \"async-javascript\": \"gpl2Plus\" , \"breeze\": \"gpl2Plus\" , \"code-syntax-block\": \"gpl2Plus\" , \"cookie-notice\": \"mit\" , \"co-authors-plus\": \"gpl2Plus\" , \"disable-xml-rpc\": \"gpl2Plus\" , \"embed-extended\": \"gpl2Plus\" , \"gutenberg\": \"gpl2Plus\" , \"hello-dolly\": \"gpl2Plus\" , \"hkdev-maintenance-mode\": \"gpl2Plus\" , \"jetpack\": \"gpl2Plus\" , \"jetpack-lite\": \"gpl2Only\" , \"lightbox-photoswipe\": \"gpl2Only\" , \"login-lockdown\": \"gpl2Plus\" , \"mailpoet\": \"gpl3Only\" , \"merge-minify-refresh\": \"gpl2Plus\" , \"opengraph\": \"asl20\" , \"simple-login-captcha\": \"gpl2Plus\" , \"simple-mastodon-verification\": \"gpl2Plus\" , \"static-mail-sender-configurator\": \"mit\" , \"tc-custom-javascript\": \"gpl2Plus\" , \"webp-converter-for-media\": \"gpl2Plus\" , \"webp-express\": \"gpl3Only\" , \"wordpress-seo\": \"gpl3Only\" , \"worker\": \"gpl3Plus\" , \"wp-change-email-sender\": \"gpl2Plus\" , \"wp-fastest-cache\": \"gpl2Plus\" , \"wp-gdpr-compliance\": \"gpl2Plus\" , \"wp-mail-smtp\": \"gpl3Plus\" , \"wp-statistics\": \"gpl3Only\" , \"wp-swiper\": \"gpl2Plus\" , \"wp-user-avatars\": \"gpl2Plus\" , \"wpforms-lite\": \"gpl2Plus\" } "} {"_id":"q-en-nixpkgs-f351d322970e591a6518e0a26d34f34703d65d714984238ea10ef193e3a29e22","text":"# the wrappers: preFixup = '' gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH \":\" \"$out/lib/darktable\" --prefix LD_LIBRARY_PATH \":\" \"$out/lib/darktable:${ocl-icd}/lib\" ) '';"} {"_id":"q-en-nixpkgs-f36660c8b181280e19c7bd0f03a58a846648ba28bf5bc9ba450d429860a3c36e","text":"\"tomorrowio\" \"toon\" \"totalconnect\" \"tplink\" \"tplink_omada\" \"traccar\" \"trace\""} {"_id":"q-en-nixpkgs-f3a2dcb72c0f21c9d739f97ec83105a22cf1f83f1d1dbe6c3010a81c472c50aa","text":"maintainers = with lib.maintainers; [ qyliss ]; }; } } // (args.argsOverride or { }) "} {"_id":"q-en-nixpkgs-f41c021b38d46c44545333108226c3bab34ed136677b9e4d9b93eb4935687935","text":"metapixel = callPackage ../tools/graphics/metapixel { }; yabridge = callPackage ../tools/audio/yabridge { wine = wineWowPackages.minimal; }; yabridgectl = callPackage ../tools/audio/yabridgectl { }; ### APPLICATIONS/TERMINAL-EMULATORS alacritty = callPackage ../applications/terminal-emulators/alacritty {"} {"_id":"q-en-nixpkgs-f4361589e5dd186874b7ba6890dfa8840d9bee622bd5c9b65d17a67da0244f08","text":"stdenv.mkDerivation rec { name = \"gnome-desktop-${version}\"; version = \"3.30.2.1\"; version = \"3.30.2.2\"; outputs = [ \"out\" \"dev\" \"devdoc\" ]; src = fetchurl { url = \"mirror://gnome/sources/gnome-desktop/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz\"; sha256 = \"07s95fpfl3kjq51yxbrx6q87w812pq6bl0xdn0zzyi6qvg33m00v\"; sha256 = \"02ksmq2h4jjvjalp5x6d6v36qnp1h66qxwv2gl7kbx7dxqcp6ys3\"; }; enableParallelBuilding = true;"} {"_id":"q-en-nixpkgs-f4994ef936295903fff5e319fc8113e4c04ff653807dfb2a339933cfb6111cd8","text":"\"--with-unsigned-addon-scopes=app,system\" ]; extraPostPatch = '' # Fix .desktop files for PWAs generated by Floorp; they hardcode /usr/bin # https://github.com/NixOS/nixpkgs/issues/314115 substituteInPlace floorp/browser/base/content/modules/ssb/LinuxSupport.mjs --replace-fail /usr/bin/floorp floorp ''; updateScript = ./update.sh; meta = {"} {"_id":"q-en-nixpkgs-f4a2e3f30a55b88bec33cc69331535701e6caa60dc4a2f76010093d49062742d","text":"${attrsToSection def.bondConfig} ''} ${optionalString (def.wireguardConfig != { }) '' [WireGuard] ${attrsToSection def.wireguardConfig} ''} ${flip concatMapStrings def.wireguardPeers (x: '' [WireGuardPeer] ${attrsToSection x.wireguardPeerConfig} '')} ${def.extraConfig} ''; };"} {"_id":"q-en-nixpkgs-f4b59020e3b3ba204e4543368fb248feba3a4ed9cac837a03cc5a12c8ce9a38d","text":"GITOLITE_RC_DEFAULT = \"${rcDir}/gitolite.rc.default\"; }; serviceConfig = { Type = \"oneshot\"; User = cfg.user; Group = cfg.group; WorkingDirectory = \"~\"; RemainAfterExit = true; }; serviceConfig = mkMerge [ (mkIf (cfg.dataDir == \"/var/lib/gitolite\") { StateDirectory = \"gitolite gitolite/.gitolite gitolite/.gitolite/logs\"; StateDirectoryMode = \"0750\"; }) { Type = \"oneshot\"; User = cfg.user; Group = cfg.group; WorkingDirectory = \"~\"; RemainAfterExit = true; } ]; path = [ pkgs.gitolite pkgs.git pkgs.perl pkgs.bash pkgs.diffutils config.programs.ssh.package ]; script ="} {"_id":"q-en-nixpkgs-f4f29840e8f085937e0d21e9913f5bec21b37a255d848ebbc7b3d37b55e95c79","text":"\"-DENABLE_SYSTEM_GMIC:BOOL=ON\" ]; patches = [ # NOTE: this should be removed when a new version is released. (fetchpatch { name = \"fix_filter_translation_scripts.patch\"; url = \"https://github.com/c-koi/gmic-qt/commit/ccb9f29eda239d0c80663593cd90a6548c935b39.patch\"; sha256 = \"sha256-OzuJ6yGuDJweQ+1uin/pmJqZV79bN9E1Zuo+0iciwzg=\"; }) ]; postPatch = '' patchShebangs translations/filters/csv2ts.sh "} {"_id":"q-en-nixpkgs-f5039ea5b9b87cf78de3049440e05309f591520b135beb6191c839175da0dce1","text":"stdenv.mkDerivation rec { pname = \"vulkan-loader\"; version = \"1.2.189.1\"; version = \"1.2.198.0\"; src = (assert version == vulkan-headers.version; fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"Vulkan-Loader\"; rev = \"sdk-${version}\"; sha256 = \"1745fdzi0n5qj2s41q6z1y52cq8pwswvh1a32d3n7kl6bhksagp6\"; sha256 = \"sha256-k3eCdZqCjFxpKa0pZ0K4XcORxdSOlr1dFa7C3Qzi04Y=\"; }); nativeBuildInputs = [ cmake pkg-config ];"} {"_id":"q-en-nixpkgs-f55fcc4ec656a4dc11b729236efd8a7b061596727709448906af538939eabb60","text":" source 'https://rubygems.org' gem 'chef-dk', '4.13.3' gem 'pry' gem 'test-kitchen' gem 'inspec' gem 'kitchen-inspec' gem 'kitchen-vagrant' gem 'berkshelf' gem 'chef-vault' gem 'foodcritic' gem 'ohai' gem 'rubocop' gem 'knife-spork' gem 'fauxhai-ng' gem 'chefspec' gem 'chef-provisioning' "} {"_id":"q-en-nixpkgs-f563b74d6a42f5a699e878bd92575898c0ae6afcbe7a5be730e2b4421313bade","text":"free = true; }; fairsource09 = { fullName = \"Fair Source License, version 0.9\"; url = \"https://fair.io/v0.9.txt\"; free = false; redistributable = true; }; issl = { fullName = \"Intel Simplified Software License\"; url = \"https://software.intel.com/en-us/license/intel-simplified-software-license\";"} {"_id":"q-en-nixpkgs-f56e83a60a352ab5af1925d276c213d2c0203987f72ff4eb2c58b7071505bf17","text":"sha256 = \"sha256-Ha0bIh3SYMhA28YXQ//Loaz9J1lTJAzjTx8eK3AqUjM=\"; }; patches = [ ./option-debugging.patch ]; patches = [ ./option-debugging.patch # ffmpeg 6 fix https://github.com/cmus/cmus/pull/1254/ (fetchpatch { url = \"https://github.com/cmus/cmus/commit/07b368ff1500e1d2957cad61ced982fa10243fbc.patch\"; hash = \"sha256-5gsz3q8R9FPobHoLj8BQPsa9s4ULEA9w2VQR+gmpmgA=\"; }) ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ncurses ]"} {"_id":"q-en-nixpkgs-f57748fb360509bf18f8e9cc2922c28a578e4e9243e2669b272c689681d47351","text":"octoprint = callPackage ../applications/misc/octoprint { }; oculante = callPackage ../applications/graphics/oculante { }; ocr-a = callPackage ../data/fonts/ocr-a {}; ocrad = callPackage ../applications/graphics/ocrad { };"} {"_id":"q-en-nixpkgs-f5f52225fb819c522c80260dcd54da7cc97cd6ac338869a827361a80a7b0d7d1","text":"stdenv.mkDerivation rec { pname = \"cardinal\"; version = \"23.09\"; version = \"23.10\"; src = fetchurl { url = \"https://github.com/DISTRHO/Cardinal/releases/download/${version}/cardinal+deps-${version}.tar.xz\"; hash = \"sha256-q42ry47y4tTkUbejv6iN5jXcadXSSTPQ3omhMUevfqU=\"; hash = \"sha256-6Wt2sC7vdrz2Fkl08bNLfnGu+pAV7b5lZUmsx1wtJRE=\"; }; prePatch = ''"} {"_id":"q-en-nixpkgs-f5f9466bae2258677d1be724c6e69f58b2b36421f2df313af63db8b9415ea6dd","text":"inherit cc shell libc_bin libc_dev libc_lib binutils_bin coreutils_bin; gnugrep_bin = if nativeTools then \"\" else gnugrep; binPrefix = prefix; passthru = { inherit libc nativeTools nativeLibc nativePrefix isGNU isClang default_cxx_stdlib_compile"} {"_id":"q-en-nixpkgs-f5fe87ca2f614ad473ab5d95c435b09f1364606e72378ad394656a07d6532109","text":"${cfg.sleep.extraConfig} ''; \"systemd/system-generators\" = { source = hooks \"generators\" cfg.generators; }; \"systemd/system-shutdown\" = { source = hooks \"shutdown\" cfg.shutdown; }; \"systemd/user-generators\" = { source = hooks \"user-generators\" cfg.user.generators; }; \"systemd/system-generators\" = { source = hooks \"system-generators\" cfg.generators; }; \"systemd/system-shutdown\" = { source = hooks \"system-shutdown\" cfg.shutdown; }; }); services.dbus.enable = true;"} {"_id":"q-en-nixpkgs-f659cb90fe90bf86530f7dcaf85343c002e4f280ebf7dadfbba17edf416e4ca4","text":"buildGoModule rec { pname = \"podman-tui\"; version = \"0.18.0\"; version = \"1.0.0\"; src = fetchFromGitHub { owner = \"containers\"; repo = \"podman-tui\"; rev = \"v${version}\"; hash = \"sha256-T2hiCRoZqdbcB36Tpy597j7Hc1yeR2MijQbuheENfuA=\"; hash = \"sha256-sJaiZJeT0oUAnSg9Kv8uMp1XoumumC3LB77lelmwSgw=\"; }; vendorHash = null;"} {"_id":"q-en-nixpkgs-f66c8f763b67467344cff94a5496bfdd07d39dc78d7a9c74d99dd58bde318de9","text":"description = \".NET C# and Visual Basic compiler\"; homepage = \"https://github.com/dotnet/roslyn\"; mainProgram = \"csc\"; platforms = platforms.linux; license = licenses.mit; maintainers = with maintainers; [ corngood ]; };"} {"_id":"q-en-nixpkgs-f67bf984c3c709aa21cdeaef067bbcaecca42deec1f943788592ec6209838af8","text":" { lib, fetchFromGitHub, rustPlatform, python3Packages, libiconv, }: python3Packages.buildPythonApplication rec { pname = \"granian\"; version = \"1.5.2\"; pyproject = true; src = fetchFromGitHub { owner = \"emmett-framework\"; repo = \"granian\"; rev = \"v${version}\"; hash = \"sha256-3kwdPLOkKKSY1w42av3ejarrRKNtai8KB80ZrujSjPo=\"; }; cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; outputHashes = { \"pyo3-log-0.11.0\" = \"sha256-UU8064vM7cf20lwfifyPC205CY4tIgif0slDz/Pjf9Q=\"; }; }; nativeBuildInputs = with rustPlatform; [ cargoSetupHook maturinBuildHook ]; buildInputs = [ libiconv ]; dependencies = [ python3Packages.uvloop python3Packages.click ]; meta = { description = \"Rust HTTP server for Python ASGI/WSGI/RSGI applications\"; homepage = \"https://github.com/emmett-framework/granian\"; license = lib.licenses.bsd3; mainProgram = \"granian\"; maintainers = with lib.maintainers; [ lucastso10 ]; platforms = lib.platforms.unix; }; } "} {"_id":"q-en-nixpkgs-f6cc45ed5d4d58b4de84b3937498582e9c2569f6217949534ac9eb6ad8d6e829","text":" { lib, stdenv, fetchFromGitHub, gettext, makeWrapper, tcl, which { lib, stdenv, fetchFromGitHub, fetchpatch, gettext, makeWrapper, tcl, which , ncurses, perl , cyrus_sasl, gss, gpgme, libkrb5, libidn2, libxml2, notmuch, openssl , lua, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, w3m, mailcap, sqlite, zlib, lndir , pkg-config, zstd, enableZstd ? true, enableMixmaster ? false, enableLua ? false"} {"_id":"q-en-nixpkgs-f6dec83949ab91f34d68e276d9bbe19e58af3913ecabb0517f636d8119ae6323","text":"let cfg = config.hardware.pulseaudio; alsaCfg = config.sound; systemWide = cfg.enable && cfg.systemWide; nonSystemWide = cfg.enable && !cfg.systemWide;"} {"_id":"q-en-nixpkgs-f6eaf1a8bd56b1a9e433ae2f946e634f102bdb709d19b593ac286ef2ada570d0","text":"githubId = 6806011; name = \"Robert Schütz\"; }; dottedmag = { email = \"dottedmag@dottedmag.net\"; github = \"dottedmag\"; githubId = 16120; name = \"Misha Gusarov\"; keys = [{ longkeyid = \"rsa4096/0x9D20F6503E338888\"; fingerprint = \"A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888\"; }]; }; doublec = { email = \"chris.double@double.co.nz\"; github = \"doublec\";"} {"_id":"q-en-nixpkgs-f769187ec570205f651acd377443373964bc6ac2c0ba079ab1d6485001e49395","text":"++ lib.optional (guiSupport == \"gtk3\") wrapGAppsHook ; buildInputs = [ ncurses libX11 libXext libSM libXpm libXt libXaw libXau libXmu glib libICE ] buildInputs = [ ncurses glib ] # All X related dependencies ++ lib.optionals (guiSupport == \"gtk2\" || guiSupport == \"gtk3\") [ libSM libICE libX11 libXext libXpm libXt libXaw libXau libXmu ] ++ lib.optional (guiSupport == \"gtk2\") gtk2-x11 ++ lib.optional (guiSupport == \"gtk3\") gtk3-x11 ++ lib.optionals darwinSupport [ CoreServices CoreData Cocoa Foundation libobjc ]"} {"_id":"q-en-nixpkgs-f76c33fbf07a90b2bbe8a52075cad526ceed574becdb0ed01329ffe1914195e9","text":"{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper , bash, libsamplerate, libsndfile, readline , bash, libsamplerate, libsndfile, readline, gcc # Optional Dependencies , dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null"} {"_id":"q-en-nixpkgs-f7d7167185fe1b0ba4a936f26f4a4bd1565426362875ecc68451c42389b1acb1","text":" diff --git a/napi/Cargo.toml b/napi/Cargo.toml index 3360a9c..86d6ba5 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -10,7 +10,7 @@ edition = \"2021\" [features] default = [] visitor = [\"lightningcss/visitor\"] -bundler = [\"dep:crossbeam-channel\", \"dep:rayon\"] +bundler = [\"dep:crossbeam-channel\", \"rayon\"] [dependencies] serde = { version = \"1.0.123\", features = [\"derive\"] } -- 2.44.0 "} {"_id":"q-en-nixpkgs-f7e8c9fd3a10a90cba894fd9ed88bbef2021a3b839e053e69d4fab45e712fd3e","text":"cheat = callPackage ../applications/misc/cheat { }; chefdk = callPackage ../development/tools/chefdk { }; matter-compiler = callPackage ../development/compilers/matter-compiler { }; cfr = callPackage ../development/tools/java/cfr { };"} {"_id":"q-en-nixpkgs-f83687c6625c4d90b3f057e58a614a80c26946d9e0d6d877e18175d381c32a0d","text":" { lib, fetchpatch, python3 }: { lib , python3 }: python3.pkgs.buildPythonApplication rec { pname = \"csvkit\"; version = \"1.0.5\"; version = \"1.1.1\"; format = \"setuptools\"; src = python3.pkgs.fetchPypi { inherit pname version; sha256 = \"1ffmbzk4rxnl1yhqfl58v7kvl5m9cbvjm8v7xp4mvr00sgs91lvv\"; hash = \"sha256-vt23t49rIq2+1urVrV3kv7Md0sVfMhGyorO2VSkEkiM=\"; }; patches = [ # Fixes a failing dbf related test. Won't be needed on 1.0.6 or later. (fetchpatch { url = \"https://github.com/wireservice/csvkit/commit/5f22e664121b13d9ff005a9206873a8f97431dca.patch\"; sha256 = \"1kg00z65x7l6dnm5nfsr5krs8m7mv23hhb1inkaqf5m5fpkpnvv7\"; }) ]; propagatedBuildInputs = with python3.pkgs; [ agate agate-excel agate-dbf agate-sql six setuptools ]; nativeCheckInputs = with python3.pkgs; [ nose pytestCheckHook ]; pythonImportsCheck = [ \"csvkit\" ]; pythonImportsCheck = [ \"csvkit\" ]; disabledTests = [ # Test is comparing CLI output \"test_decimal_format\" ]; meta = with lib; { changelog = \"https://github.com/wireservice/csvkit/blob/${version}/CHANGELOG.rst\"; description = \"A suite of command-line tools for converting to and working with CSV\"; maintainers = with maintainers; [ vrthra ]; license = licenses.mit; homepage = \"https://github.com/wireservice/csvkit\"; license = licenses.mit; maintainers = with maintainers; [ vrthra ]; }; }"} {"_id":"q-en-nixpkgs-f8429fb6892679389e67cec71bd3064f7dd6556db12a7f9c9e443938c0668903","text":"sysctl-value = tempaddrValues.${cfg.tempAddresses}.sysctl; in '' # enable and prefer IPv6 privacy addresses by default ACTION==\"add\", SUBSYSTEM==\"net\", RUN+=\"${pkgs.bash}/bin/sh -c 'echo ${sysctl-value} > /proc/sys/net/ipv6/conf/%k/use_tempaddr'\" ACTION==\"add\", SUBSYSTEM==\"net\", RUN+=\"${pkgs.bash}/bin/sh -c 'echo ${sysctl-value} > /proc/sys/net/ipv6/conf/$name/use_tempaddr'\" ''; }) (pkgs.writeTextFile rec {"} {"_id":"q-en-nixpkgs-f8ac4fa584b44fed3da7710259eda92653e6913aecca5dbecbfab0be65f90e22","text":"export NIX_PATH=nixpkgs=../../../../.. export WP_VERSION=$(nix $nixFlags '(import {}).wordpress.version') PLUGINS=`cat wordpress-plugins.json | jq -r '.[]' | sed -z 's/n/,/g;s/,$/n/'` THEMES=`cat wordpress-themes.json | jq -r '.[]' | sed -z 's/n/,/g;s/,$/n/'` LANGUAGES=`cat wordpress-languages.json | jq -r '.[]' | sed -z 's/n/,/g;s/,$/n/'` PLUGINS=`cat wordpress-plugins.json | jq -r 'keys|.[]' | sed -z 's/n/,/g;s/,$/n/'` THEMES=`cat wordpress-themes.json | jq -r 'keys|.[]' | sed -z 's/n/,/g;s/,$/n/'` LANGUAGES=`cat wordpress-languages.json | jq -r 'keys|.[]' | sed -z 's/n/,/g;s/,$/n/'` wp4nix -p $PLUGINS -pl en wp4nix -t $THEMES -tl en"} {"_id":"q-en-nixpkgs-f91bec39963f8d4ae048cf9c5a6e62f2d43255b28e27809b1bc62e727285edce","text":"# isSupported :: Package -> Bool isSupported = package: # The `platform` attribute of the package is NVIDIA's name for a redistributable architecture. redistArch == package.platform redistArch == package.redistArch && strings.versionAtLeast cudaVersion package.minCudaVersion && strings.versionAtLeast package.maxCudaVersion cudaVersion;"} {"_id":"q-en-nixpkgs-f9254d25c1fc2ca85e5265699d04101a0a559f7ceb8bbbfc11abc842a7ce565c","text":" { config, lib, pkgs, ... }: let inherit (builtins) toFile; inherit (lib) concatMapStringsSep concatStringsSep mapAttrsToList mkIf mkEnableOption mkOption types; cfg = config.services.strongswan; ipsecSecrets = secrets: toFile \"ipsec.secrets\" ( concatMapStringsSep \"n\" (f: \"include ${f}\") secrets ); ipsecConf = {setup, connections, ca}: let # https://wiki.strongswan.org/projects/strongswan/wiki/IpsecConf makeSections = type: sections: concatStringsSep \"nn\" ( mapAttrsToList (sec: attrs: \"${type} ${sec}n\" + (concatStringsSep \"n\" ( mapAttrsToList (k: v: \" ${k}=${v}\") attrs )) ) sections ); setupConf = makeSections \"config\" { inherit setup; }; connectionsConf = makeSections \"conn\" connections; caConf = makeSections \"ca\" ca; in builtins.toFile \"ipsec.conf\" '' ${setupConf} ${connectionsConf} ${caConf} ''; strongswanConf = {setup, connections, ca, secrets}: toFile \"strongswan.conf\" '' charon { plugins { stroke { secrets_file = ${ipsecSecrets secrets} } } } starter { config_file = ${ipsecConf { inherit setup connections ca; }} } ''; in { options.services.strongswan = { enable = mkEnableOption \"strongSwan\"; secrets = mkOption { type = types.listOf types.path; default = []; example = [ \"/run/keys/ipsec-foo.secret\" ]; description = '' A list of paths to IPSec secret files. These files will be included into the main ipsec.secrets file with the `include' directive. It is safer if these paths are absolute. ''; }; setup = mkOption { type = types.attrsOf types.str; default = {}; example = { cachecrls = \"yes\"; strictcrlpolicy = \"yes\"; }; description = '' A set of options for the `config setup' section of the `ipsec.conf' file. Defines general configuration parameters. ''; }; connections = mkOption { type = types.attrsOf (types.attrsOf types.str); default = {}; example = { \"%default\" = { keyexchange = \"ikev2\"; keyingtries = \"1\"; }; roadwarrior = { auto = \"add\"; leftcert = \"/run/keys/moonCert.pem\"; leftid = \"@moon.strongswan.org\"; leftsubnet = \"10.1.0.0/16\"; right = \"%any\"; }; }; description = '' A set of connections and their options for the `conn xxx' sections of the `ipsec.conf' file. ''; }; ca = mkOption { type = types.attrsOf (types.attrsOf types.str); default = {}; example = { strongswan = { auto = \"add\"; cacert = \"/run/keys/strongswanCert.pem\"; crluri = \"http://crl2.strongswan.org/strongswan.crl\"; }; }; description = '' A set of CAs (certification authorities) and their options for the `ca xxx' sections of the `ipsec.conf' file. ''; }; }; config = with cfg; mkIf enable { systemd.services.strongswan = { description = \"strongSwan IPSec service\"; wantedBy = [ \"multi-user.target\" ]; path = with pkgs; [ kmod ]; # XXX Linux wants = [ \"keys.target\" ]; after = [ \"network.target\" \"keys.target\" ]; environment = { STRONGSWAN_CONF = strongswanConf { inherit setup connections ca secrets; }; }; serviceConfig = { ExecStart = \"${pkgs.strongswan}/sbin/ipsec start --nofork\"; }; }; }; } "} {"_id":"q-en-nixpkgs-f939ff9e25bfda51bde08cfc936b93a0b4c4835f9fa0fbf59dcced023f301ee3","text":"{ lib, stdenv, fetchFromGitHub, python3Packages, libunistring , harfbuzz, fontconfig, pkg-config, ncurses, imagemagick , libstartup_notification, libGL, libX11, libXrandr, libXinerama, libXcursor , libxkbcommon, libXi, libXext, wayland-protocols, wayland , libxkbcommon, libXi, libXext, wayland-protocols, wayland, xxHash , lcms2 , librsync , openssl"} {"_id":"q-en-nixpkgs-f93a8fec3c4950ecbc2cf32108d363b0b507d0bd9c621ddf879ca4f7c198c290","text":" { lib, stdenv, fetchFromGitLab, cargo, desktop-file-utils, meson, ninja, pkg-config, rustPlatform, rustc, wrapGAppsHook4, cairo, gdk-pixbuf, glib, gtk4, libadwaita, pango, darwin, }: stdenv.mkDerivation rec { pname = \"railway-travel\"; version = \"2.4.0\"; src = fetchFromGitLab { owner = \"schmiddi-on-mobile\"; repo = \"railway\"; rev = version; hash = \"sha256-2iLxErEP0OG+BcG7fvJBzNjh95EkNoC3NC7rKxPLhYk=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = \"${pname}-${version}\"; hash = \"sha256-yalFC7Pw9rq1ylLwoxLi4joTyjQsZJ/ZC61GhTNc49w=\"; }; nativeBuildInputs = [ desktop-file-utils cargo meson ninja pkg-config rustPlatform.cargoSetupHook rustc wrapGAppsHook4 ]; buildInputs = [ cairo gdk-pixbuf glib gtk4 libadwaita pango ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Foundation darwin.apple_sdk.frameworks.Security ]; env.NIX_CFLAGS_COMPILE = toString ( lib.optionals stdenv.cc.isClang [ \"-Wno-error=incompatible-function-pointer-types\" ] ); meta = with lib; { description = \"Find all your travel information\"; homepage = \"https://gitlab.com/schmiddi-on-mobile/railway\"; changelog = \"https://gitlab.com/schmiddi-on-mobile/railway/-/blob/${src.rev}/CHANGELOG.md\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ lilacious ]; mainProgram = \"diebahn\"; platforms = platforms.all; }; } "} {"_id":"q-en-nixpkgs-f9975cece5acec76c5ad04cb05b1afd2bee646fdcba590ca19db9a636b773830","text":"fsck.vfat -vn firmware_part.img dd conv=notrunc if=firmware_part.img of=$img seek=$START count=$SECTORS if test -n \"$compressImage\"; then zstd -T$NIX_BUILD_CORES $img zstd -T$NIX_BUILD_CORES --rm $img fi ''; }) {};"} {"_id":"q-en-nixpkgs-f9a73ac7fcce005e4c99275119ff53d970daa81b1c308e7c2b0deb373953bf2c","text":"}) else stdenv.mkDerivation { inherit pname version passthru; src = sources.darwin; src = if stdenv.isAarch64 then sources.darwin-aarch64 else sources.darwin-x86_64; nativeBuildInputs = [ undmg ]; sourceRoot = \".\";"} {"_id":"q-en-nixpkgs-f9bfb378a4e3dc2df602a05e1a3d5e28d6271b53b9d173fd57ad9f4789ecb03d","text":"lispLibs = o.lispLibs ++ [ self.mcclim ]; }); }); cl-charms = super.cl-charms.overrideLispAttrs (o: { nativeLibs = [ pkgs.ncurses ]; }); libusb-ffi = super.libusb-ffi.overrideLispAttrs (o: { nativeLibs = [ pkgs.libusb-compat-0_1 ]; }); cl-fam = super.cl-fam.overrideLispAttrs (o: { nativeLibs = [ pkgs.fam ]; }); jpeg-turbo = super.jpeg-turbo.overrideLispAttrs (o: { nativeLibs = [ pkgs.libjpeg_turbo ]; }); vorbisfile-ffi = super.vorbisfile-ffi.overrideLispAttrs (o: { nativeLibs = [ pkgs.libvorbis ]; }); png = super.png.overrideLispAttrs (o: { nativeLibs = [ pkgs.libpng ]; }); zmq = super.zmq.overrideLispAttrs (o: { nativeLibs = [ pkgs.czmq ]; }); consfigurator = super.consfigurator.overrideLispAttrs (o: { nativeLibs = [ pkgs.acl pkgs.libcap ]; }); cl-gss = super.cl-gss.overrideLispAttrs (o: { nativeLibs = [ pkgs.libkrb5 ]; }); magicffi = super.magicffi.overrideLispAttrs (o: { nativeLibs = [ pkgs.file ]; }); keystone = super.keystone.overrideLispAttrs (o: { nativeLibs = [ pkgs.keystone ]; }); capstone = super.capstone.overrideLispAttrs (o: { nativeLibs = [ pkgs.capstone ]; }); }); qlpkgs ="} {"_id":"q-en-nixpkgs-fa7ad368363a075cc96b00687adc1a572b971ed94f2724ce6ac5def58f6bdc22","text":"containerdHash = \"sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk=\"; tiniRev = \"v0.19.0\"; tiniHash = \"sha256-ZDKu/8yE5G0RYFJdhgmCdN3obJNyRWv6K/Gd17zc1sI=\"; knownVulnerabilities = [ \"CVE-2024-23651\" \"CVE-2024-23652\" \"CVE-2024-23653\" \"CVE-2024-41110\" ]; }; docker_25 = callPackage dockerGen rec { version = \"25.0.5\"; cliRev = \"v${version}\"; version = \"25.0.6\"; cliRev = \"v25.0.5\"; cliHash = \"sha256-CACMi3bXUN6oGc2f/Z+lNQqMgQ4llRWPRKgijdpiPGg=\"; mobyRev = \"v${version}\"; mobyHash = \"sha256-4QGz22fXxyAD77pyUWb2lF3VKqxmPIrGqcJGoyrEHew=\"; mobyHash = \"sha256-+zkhUMeVD3HNq8WrWQmLskq+HykvD5kzSACmf67YbJE=\"; runcRev = \"v1.1.12\"; runcHash = \"sha256-N77CU5XiGYIdwQNPFyluXjseTeaYuNJ//OsEUS0g/v0=\"; containerdRev = \"v1.7.13\"; containerdHash = \"sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk=\"; containerdRev = \"v1.7.20\"; containerdHash = \"sha256-Q9lTzz+G5PSoChy8MZtbOpO81AyNWXC+CgGkdOg14uY=\"; tiniRev = \"v0.19.0\"; tiniHash = \"sha256-ZDKu/8yE5G0RYFJdhgmCdN3obJNyRWv6K/Gd17zc1sI=\"; }; docker_26 = callPackage dockerGen rec { version = \"26.1.4\"; version = \"26.1.5\"; cliRev = \"v${version}\"; cliHash = \"sha256-7yCR49Un1i1kB+66IKt/8lgwKNkUjtVh52DH9OY8Pw4=\"; cliHash = \"sha256-UlN+Uc0YHhLyu14h5oDBXP4K9y2tYKPOIPTGZCe4PVY=\"; mobyRev = \"v${version}\"; mobyHash = \"sha256-0WwlpUECvmNq6DBm7U7rjzYfGKF7pxsfs9+x5uVPV0k=\"; mobyHash = \"sha256-6Hx7GnA7P6HqDlnGoc+HpPHSl69XezwAEGbvWYUVQlE=\"; runcRev = \"v1.1.12\"; runcHash = \"sha256-N77CU5XiGYIdwQNPFyluXjseTeaYuNJ//OsEUS0g/v0=\"; containerdRev = \"v1.7.15\"; containerdHash = \"sha256-qLrPLGxsUmgEscrhyl+1rJ0k7c9ibKnpMpsJPD4xDZU=\"; containerdRev = \"v1.7.18\"; containerdHash = \"sha256-IlK5IwniaBhqMgxQzV8btQcbdJkNEQeUMoh6aOsBOHQ=\"; tiniRev = \"v0.19.0\"; tiniHash = \"sha256-ZDKu/8yE5G0RYFJdhgmCdN3obJNyRWv6K/Gd17zc1sI=\"; };"} {"_id":"q-en-nixpkgs-fab9e8dd9ae0e3565487f935eb0971789d8321b14275947bd41999de4636d4a4","text":"export TEXMFSYSVAR=\"$out/share/texmf-var\" export PERL5LIB=\"$out/share/texmf/scripts/texlive\" '' + # patch texmf-{dist,local} -> texmf to be sure # patch texmf-dist -> $out/share/texmf # patch texmf-local -> $out/share/texmf-local # TODO: perhaps do lua actions? # tried inspiration from install-tl, sub do_texmf_cnf ''"} {"_id":"q-en-nixpkgs-facc399609179cb5ebaf5e4953efffda13a2249600d5754483511a2fa9e61547","text":"# powerManagement.powerDownCommands power.ups = { enable = mkOption { default = false; type = with types; bool; description = lib.mdDoc '' Enables support for Power Devices, such as Uninterruptible Power Supplies, Power Distribution Units and Solar Controllers. ''; }; enable = mkEnableOption (lib.mdDoc '' Enables support for Power Devices, such as Uninterruptible Power Supplies, Power Distribution Units and Solar Controllers. ''); # This option is not used yet. mode = mkOption { default = \"standalone\"; type = types.str; type = types.enum [ \"none\" \"standalone\" \"netserver\" \"netclient\" ]; description = lib.mdDoc '' The MODE determines which part of the NUT is to be started, and which configuration files must be modified."} {"_id":"q-en-nixpkgs-faea937b6e621f8809c5a1d3808f4e1239d42caf3c02871b56ff337f6b5ee3e4","text":"data_dir = mkOption { default = \"/var/lib/garage/data\"; example = [ { path = \"/var/lib/garage/data\"; capacity = \"2T\"; } ]; example = [ { path = \"/var/lib/garage/data\"; capacity = \"2T\"; } ]; type = with types; either path (listOf attrs); description = '' The directory in which Garage will store the data blocks of objects. This folder can be placed on an HDD."} {"_id":"q-en-nixpkgs-fb2e05b129212e379c4e65e720e02dd6fa3c8e04fdf9554d911a3e041e4f02a7","text":", texlive , zlib, libiconv, libpng, libX11 , freetype, gd, libXaw, icu, ghostscript, libXpm, libXmu, libXext , perl, perlPackages, pkgconfig, autoreconfHook , perl, perlPackages, python2Packages, pkgconfig, autoreconfHook , poppler, libpaper, graphite2, zziplib, harfbuzz, potrace, gmp, mpfr , cairo, pixman, xorg, clisp, biber, xxHash , makeWrapper, shortenPerlShebang"} {"_id":"q-en-nixpkgs-fb3c35aa641b07c063488a31b9a9ee6cdc21695e3b41106d4d97d6996f5bad33","text":"''; }; wireguardConfig = mkOption { default = {}; example = { PrivateKeyFile = \"/etc/wireguard/secret.key\"; ListenPort = 51820; FwMark = 42; }; type = types.addCheck (types.attrsOf unitOption) checkWireGuard; description = '' Each attribute in this set specifies an option in the [WireGuard] section of the unit. See systemd.netdev 5 for details. Use PrivateKeyFile instead of PrivateKey: the nix store is world-readable. ''; }; wireguardPeers = mkOption { default = []; example = [ { wireguardPeerConfig={ Endpoint = \"192.168.1.1:51820\"; PublicKey = \"27s0OvaBBdHoJYkH9osZpjpgSOVNw+RaKfboT/Sfq0g=\"; PresharedKeyFile = \"/etc/wireguard/psk.key\"; AllowedIPs = [ \"10.0.0.1/32\" ]; PersistentKeepalive = 15; };}]; type = with types; listOf (submodule wireguardPeerOptions); description = '' Each item in this array specifies an option in the [WireGuardPeer] section of the unit. See systemd.netdev 5 for details. Use PresharedKeyFile instead of PresharedKey: the nix store is world-readable. ''; }; vlanConfig = mkOption { default = {}; example = { Id = \"4\"; };"} {"_id":"q-en-nixpkgs-fb447dde326f66663e55825ad08eda2c9027db2c29867be19e0d3b1c0db5c5cb","text":" { lib , stdenv , fetchFromGitHub , cargo , desktop-file-utils , meson , ninja , pkg-config , rustPlatform , rustc , wrapGAppsHook4 , cairo , gdk-pixbuf , glib , gtk4 , libadwaita , pango , pipewire , wireplumber }: stdenv.mkDerivation rec { pname = \"pwvucontrol\"; version = \"0.2\"; src = fetchFromGitHub { owner = \"saivert\"; repo = \"pwvucontrol\"; rev = version; hash = \"sha256-jBvMLewBZi4LyX//YUyJQjqPvxnKqlpuLZAm9zpDMrA=\"; }; cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; outputHashes = { \"libspa-0.6.0\" = \"sha256-CVLQ9JXRMo78/kay1TpRgRuk5v/Z5puPVMzLA30JRk8=\"; \"wireplumber-0.1.0\" = \"sha256-wkku9vqIMdV+HTkWCPXKH2KM1Xzf0xApC5zrVmgxhsA=\"; }; }; nativeBuildInputs = [ cargo desktop-file-utils meson ninja pkg-config rustPlatform.bindgenHook rustPlatform.cargoSetupHook rustc wrapGAppsHook4 ]; buildInputs = [ cairo gdk-pixbuf glib gtk4 libadwaita pango pipewire wireplumber ]; meta = with lib; { description = \"Pipewire Volume Control\"; homepage = \"https://github.com/saivert/pwvucontrol\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ figsoda ]; mainProgram = \"pwvucontrol\"; platforms = platforms.linux; }; } "} {"_id":"q-en-nixpkgs-fb5f7e890d8192654d5dcdb537ebe8690a958450975dcc466a9df0720182488c","text":"services.invoiceplane.webserver = \"caddy\"; services.invoiceplane.sites = { \"site1.local\" = { #database.name = \"invoiceplane1\"; database.name = \"invoiceplane1\"; database.createLocally = true; enable = true; }; \"site2.local\" = { #database.name = \"invoiceplane2\"; database.name = \"invoiceplane2\"; database.createLocally = true; enable = true; };"} {"_id":"q-en-nixpkgs-fb8c11e9c63cb671caa5d44a56c9caad460cb9979fc466383b23df3533429e62","text":"wireless.enable = lib.mkDefault false; }; powerManagement.resumeCommands = '' ${config.systemd.package}/bin/systemctl restart network-manager ''; security.polkit.extraConfig = polkitConf; services.dbus.packages = cfg.packages;"} {"_id":"q-en-nixpkgs-fb9f80b2e396af270abd5e069557b0eb79611dcb6ee39c18b1923783f7fda7b9","text":" { lib, buildGoModule, fetchFromGitHub }: let version = \"1.2.0\"; src = fetchFromGitHub { owner = \"tynany\"; repo = \"frr_exporter\"; rev = \"v${version}\"; hash = \"sha256-sjC6ee7VMbr5zlahAA/i4wrZIu8CBUF+LYaq6uEvukk=\"; }; in buildGoModule { pname = \"prometheus-frr-exporter\"; vendorHash = \"sha256-xckGN/FKN2bwFPll6IRDBOGGUm2JTzoZDwKC6ZkoD/Y=\"; inherit src version; ldflags = [ \"-X github.com/prometheus/common/version.Version=${version}\" \"-X github.com/prometheus/common/version.Revision=${src.rev}\" \"-X github.com/prometheus/common/version.Branch=unknown\" ]; meta = with lib; { description = \"Prometheus exporter for FRR version 3.0+\"; longDescription = '' Prometheus exporter for FRR version 3.0+ that collects metrics from the FRR Unix sockets and exposes them via HTTP, ready for collecting by Prometheus. ''; homepage = \"https://github.com/tynany/frr_exporter\"; license = licenses.mit; maintainers = with maintainers; [ javaes ]; mainProgram = \"frr_exporter\"; }; } "} {"_id":"q-en-nixpkgs-fbb94da5948a5fd7c1b3544edac7e602daf67a357599416ce0d1f7a58c96991a","text":" { python3Packages, fetchFromGitHub, lib, yubikey-personalization, libu2f-host, libusb1 }: { python3Packages, fetchFromGitHub, lib, yubikey-personalization, libu2f-host, libusb1, procps }: python3Packages.buildPythonPackage rec { pname = \"yubikey-manager\";"} {"_id":"q-en-nixpkgs-fbbab3237a0bef9b7ca81951ba19dd994fd452ec019c05c916281cb17fa26e0b","text":"\"--email\" data.email \"--key-type\" data.keyType ] ++ protocolOpts ++ optionals data.ocspMustStaple [ \"--must-staple\" ] ++ optionals (acmeServer != null) [ \"--server\" acmeServer ] ++ concatMap (name: [ \"-d\" name ]) extraDomains ++ data.extraLegoFlags; # Although --must-staple is common to both modes, it is not declared as a # mode-agnostic argument in lego and thus must come after the mode. runOpts = escapeShellArgs ( commonOpts ++ [ \"run\" ] ++ optionals data.ocspMustStaple [ \"--must-staple\" ] ++ data.extraLegoRunFlags ); renewOpts = escapeShellArgs ( commonOpts ++ [ \"renew\" \"--reuse-key\" ] ++ optionals data.ocspMustStaple [ \"--must-staple\" ] ++ data.extraLegoRenewFlags );"} {"_id":"q-en-nixpkgs-fbe539ea43047a294ad19c9cea721d5397895219109675c3db065b7919b32294","text":" { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"tbox\"; version = \"1.7.3\"; src = fetchFromGitHub { owner = \"tboox\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-6SqMvwxKSiJO7Z33xx7cJoECu5AJ1gWF8ZsiERWx8DU=\"; }; configureFlags = [ \"--hash=y\" \"--charset=y\" \"--float=y\" \"--demo=n\" ]; postInstall = '' mkdir -p $out/lib/pkgconfig substituteAll ${./libtbox.pc.in} $out/lib/pkgconfig/libtbox.pc ''; meta = with lib; { description = \"A glib-like multi-platform c library\"; homepage = \"https://docs.tboox.org\"; license = licenses.asl20; platforms = platforms.linux; maintainers = with maintainers; [ rewine ]; }; } "} {"_id":"q-en-nixpkgs-fc25bd67eef0724d6ab46edd27c0797a45e4e6f752bade231853b299ec1405cc","text":"githubId = 37185887; name = \"Calvin Kim\"; }; keenanweaver = { email = \"keenanweaver@protonmail.com\"; name = \"Keenan Weaver\"; github = \"keenanweaver\"; githubId = 37268985; }; keksbg = { email = \"keksbg@riseup.net\"; name = \"Stella\";"} {"_id":"q-en-nixpkgs-fc321f5a71a15a5347acea55fcdf72015f22a0091c7da2d7d04efaaceac0a106","text":"\"-Dtests=false\" \"-Dtracker3=${lib.boolToString trackerSupport}\" \"-Dbroadway_backend=${lib.boolToString broadwaySupport}\" \"-Dx11_backend=${lib.boolToString x11Support}\" \"-Dquartz_backend=${lib.boolToString (stdenv.isDarwin && !x11Support)}\" ]; doCheck = false; # needs X11"} {"_id":"q-en-nixpkgs-fc33ecae84829b82ecea9c7b7642096b162f050a4ca540a968c3e680b77f7194","text":"hash = \"sha256-pve2f+XMfFokMCtW3KdeOJ9Ey330Gwv/dk1+WBtrBEQ=\"; }; nativeBuildInputs = [ copyDesktopItems qt5.wrapQtAppsHook ]; buildInputs = [ qt5.qtbase qt5.qtwayland ]; propagatedBuildInputs = with python3Packages; [ editdistance pyqt5 translitcodec ]; doCheck = false; dontWrapQtApps = true; nativeBuildInputs = [ copyDesktopItems qt5.wrapQtAppsHook ]; preFixup = '' makeWrapperArgs+=(\"''${qtWrapperArgs[@]}\") ''; doCheck = false; desktopItems = [ (makeDesktopItem {"} {"_id":"q-en-nixpkgs-fc7d43c43facf8f92404d2ee76eaaf5ec09c0bf040f6a2609944feeb116a4785","text":"mesonFlags = [ \"-D systemdunitdir=lib/systemd/user\" ]; ] ++ lib.optional waylandSupport \"-Dwl=true\"; passthru.providedSessions = [ \"enlightenment\" ];"} {"_id":"q-en-nixpkgs-fc95d6a2129d32135559aa226c6be8c3f85830822e3a4720f360b384614ed793","text":"extraCommands = \"mkdir -p proc sys dev\"; }; system.build.installBootLoader = pkgs.writeScript \"install-lxd-sbin-init.sh\" '' #!${pkgs.runtimeShell} ln -fs \"$1/init\" /sbin/init ''; # Add the overrides from lxd distrobuilder # https://github.com/lxc/distrobuilder/blob/05978d0d5a72718154f1525c7d043e090ba7c3e0/distrobuilder/main.go#L630 systemd.packages = ["} {"_id":"q-en-nixpkgs-fc96093efe44b9563e69163ee4547e237770e9d4071cc5f5ac9ee3b4d3826694","text":", buildEnv, bundler, bundix , libiconv, libobjc, libunwind, Foundation , makeWrapper, buildRubyGem, defaultGemConfig , baseRuby ? buildPackages.ruby.override { , baseRuby ? buildPackages.ruby_3_1.override { useRailsExpress = false; docSupport = false; rubygemsSupport = false;"} {"_id":"q-en-nixpkgs-fd6ba7778140c6d5eb0cb2dad9501a86a9ae77777190ea49f5ae642c3c0f42c6","text":"stdenv.mkDerivation rec { pname = \"gnunet-gtk\"; version = \"0.13.1\"; version = \"0.14.0\"; src = fetchurl { url = \"mirror://gnu/gnunet/${pname}-${version}.tar.gz\"; sha256 = \"1zdzgq16h77w6ybwg3lqjsjr965np6iqvncqvkbj07glqd4wss0j\"; sha256 = \"18rc7mb45y17d5nrlpf2p4ixp7ir67gcgjf4hlj4r95ic5zi54wa\"; }; nativeBuildInputs= ["} {"_id":"q-en-nixpkgs-fd7ac12e05b22edc4369a0f103e4324abc674526665304b7db78123dee194b52","text":", buildPythonPackage , pythonOlder , fetchFromGitHub , pythonRelaxDepsHook , which # runtime dependencies , numpy , torch , pyre-extensions # check dependencies , pytestCheckHook , pytest-cov"} {"_id":"q-en-nixpkgs-fddbf7e1118928676c9cfea5e27b4c475580e51919f74a4f3552284db17357a2","text":"version = \"14.11.5\"; src = fetchurl { url = \"http://www.schedmd.com/download/latest/slurm-${version}.tar.bz2\"; url = \"http://www.schedmd.com/download/archive/slurm-${version}.tar.bz2\"; sha256 = \"0xx1q9ximsyyipl0xbj8r7ajsz4xrxik8xmhcb1z9nv0aza1rff2\"; };"} {"_id":"q-en-nixpkgs-fdf4b182fa6dd1b77c41d996d90e5a625ea2f0d881950ffb4b06562e68e2230b","text":"\"is_clang=${lib.boolToString stdenv.cc.isClang}\" \"use_sysroot=false\" # \"use_system_icu=true\" \"clang_use_chrome_plugins=false\" \"is_component_build=false\" \"v8_use_external_startup_data=false\" \"v8_monolithic=true\""} {"_id":"q-en-nixpkgs-fe42f896b84579f42b153eddf874718897604732a70e9f6d9072bea0ca35a2e4","text":"# See also https://kernelnewbies.org/BuildId sed -i Makefile -e 's|--build-id|--build-id=none|' sed -i scripts/ld-version.sh -e \"s|/usr/bin/awk|${buildPackages.gawk}/bin/awk|\" patchShebangs scripts/ld-version.sh ''; postPatch = ''"} {"_id":"q-en-nixpkgs-fe4dccad829af47cec37fd30c920acc166855d7b1e9ccc5272977c8a16e0d781","text":"sha256 = \"063fg8adx23l4irrh5kn57hsmi1xvjkar4vm4k6g94ppan4hcyw4\"; }; patches = ./zenmap.patch; patches = [ ./zenmap.patch ] ++ optionals stdenv.cc.isClang [( # Fixes a compile error due an ambiguous reference to bind(2) in # nping/EchoServer.cc, which is otherwise resolved to std::bind. # Also fixes a missing include. # https://github.com/nmap/nmap/pull/1363 fetchpatch { url = \"https://github.com/nmap/nmap/commit/5bbe66f1bd8cbd3718f5805139e2e8139e6849bb.diff\"; sha256 = \"088r8ylpc9hachsxs4r17cqfa1ncyspbjvkc573lill7rk1r9m0s\"; } )]; prePatch = optionalString stdenv.isDarwin '' substituteInPlace libz/configure "} {"_id":"q-en-nixpkgs-fe8a8b1700f85f29be091873ef0d67956a8949532b46aa33af9e5cefacbd357f","text":", qtmacextras , qmake , spacenavSupport ? stdenv.isLinux, libspnav , wayland , wayland-protocols , qtwayland }: mkDerivation rec {"} {"_id":"q-en-nixpkgs-febe1480864b84e315bb76a0f5d5154dd2cf8459be159d23aee12a9b8e7884ce","text":"libsamplerate, cdrdao, cdrtools, cdparanoia, dvdplusrwtools, libburn, libdvdcss, normalize, sox, transcode,"} {"_id":"q-en-nixpkgs-fee45f2b12a2117b54eec9da319d2205fa4e209d87f36df3122e6fbd6730088f","text":"#, flash-attn }: let version = \"0.03\"; version = \"0.0.22.post7\"; in buildPythonPackage { pname = \"xformers\";"} {"_id":"q-en-nixpkgs-ff42ef922c97a224f484e3ffdf2995e1657d6cc7e08e8bf357d5b7bc324da0ae","text":"disabled entirely by setting [](#opt-services.openssh.settings.PermitRootLogin) to `\"no\"`. You can declaratively specify authorised RSA/DSA public keys for a user You can declaratively specify authorised public keys for a user as follows: ```nix { users.users.alice.openssh.authorizedKeys.keys = [ \"ssh-dss AAAAB3NzaC1kc3MAAACBAPIkGWVEt4...\" ]; [ \"ssh-ed25519 AAAAB3NzaC1kc3MAAACBAPIkGWVEt4...\" ]; } ```"} {"_id":"q-en-nixpkgs-ff58575876aa0ddbf9a7af7adb6ad2eb6e8d392bca45599407c731e8eb8fc9b8","text":" diff --git a/Jamroot b/Jamroot index 94494bf..83dfcbb 100755 --- a/Jamroot +++ b/Jamroot @@ -64,7 +64,7 @@ else if [ os.name ] in LINUX MACOSX FREEBSD $(LUA_PATH) $(HOME)/Library/Frameworks /Library/Frameworks /usr /usr/local /opt/local /opt ; local possible-suffixes = - include/lua5.1 include/lua51 include/lua include ; + include/lua5.1 include/lua51 include/lua include include/luajit-2.0 ; local includes = [ GLOB $(possible-prefixes)/$(possible-suffixes) : lua.h ] ; @@ -83,7 +83,7 @@ else if [ os.name ] in LINUX MACOSX FREEBSD local lib = $(prefix)/lib ; - local names = liblua5.1 liblua51 liblua ; + local names = liblua5.1 liblua51 liblua libluajit-5.1 ; local extensions = .a .so ; library = [ GLOB $(lib)/lua51 $(lib)/lua5.1 $(lib)/lua $(lib) : "} {"_id":"q-en-nixpkgs-ff9301a0f76839c795c5a0fa54caf0bf2363d590ad6fa7b27458041e7e190da8","text":" diff --git a/libs/hbb_common/src/config.rs b/libs/hbb_common/src/config.rs index 74982de5..308bcf80 100644 --- a/libs/hbb_common/src/config.rs +++ b/libs/hbb_common/src/config.rs @@ -656,7 +656,7 @@ const PEERS: &str = \"peers\"; impl PeerConfig { pub fn load(id: &str) -> PeerConfig { - let _ = CONFIG.read().unwrap(); // for lock + let _lock = CONFIG.read().unwrap(); match confy::load_path(&Self::path(id)) { Ok(config) => config, Err(err) => { @@ -667,7 +667,7 @@ impl PeerConfig { } pub fn store(&self, id: &str) { - let _ = CONFIG.read().unwrap(); // for lock + let _lock = CONFIG.read().unwrap(); if let Err(err) = confy::store_path(Self::path(id), self) { log::error!(\"Failed to store config: {}\", err); } @@ -808,7 +808,7 @@ pub struct LanPeers { impl LanPeers { pub fn load() -> LanPeers { - let _ = CONFIG.read().unwrap(); // for lock + let _lock = CONFIG.read().unwrap(); match confy::load_path(&Config::file_(\"_lan_peers\")) { Ok(peers) => peers, Err(err) => { "} {"_id":"q-en-nixpkgs-ffaee48c321fe9b884da728f2485773848e271edc058c0098f77096c2f2757a3","text":"environment.etc.vmware-tools.source = \"${open-vm-tools}/etc/vmware-tools/*\"; services.xserver = mkIf (!cfg.headless) { modules = [ xf86inputvmmouse ]; modules = lib.optionals pkgs.stdenv.hostPlatform.isx86 [ xf86inputvmmouse ]; config = '' config = lib.optionalString (pkgs.stdenv.hostPlatform.isx86) '' Section \"InputClass\" Identifier \"VMMouse\" MatchDevicePath \"/dev/input/event*\""}