{"_id":"doc-en-nixpkgs-ac8f601c8855002bcc8fe6ccbc6fa715bc060511f22c54eb12d0499ab6ffbed5","title":"","text":"''; executable = writeScript \"pantheon\" '' export XDG_CONFIG_DIRS=${elementary-settings-daemon}/etc/xdg:${elementary-default-settings}/etc:$XDG_CONFIG_DIRS # gnome-session can find RequiredComponents for `pantheon` session (notably pantheon's patched g-s-d autostarts) export XDG_CONFIG_DIRS=@out@/etc/xdg:$XDG_CONFIG_DIRS # Make sure we use our gtk-3.0/settings.ini export XDG_CONFIG_DIRS=${elementary-default-settings}/etc:$XDG_CONFIG_DIRS # * gnome-session can find the `pantheon' session # * use pantheon-mimeapps.list export XDG_DATA_DIRS=@out@/share:$XDG_DATA_DIRS exec ${gnome-session}/bin/gnome-session --session=pantheon \"$@\" # Start pantheon session. Keep in sync with upstream exec ${gnome-session}/bin/gnome-session --builtin --session=pantheon \"$@\" ''; # Absolute path patched version of the upstream xsession xsession = writeText \"pantheon.desktop\" '' [Desktop Entry] Name=Pantheon Comment=This session provides elementary experience Exec=@out@/libexec/pantheon TryExec=${wingpanel}/bin/wingpanel Icon= DesktopNames=Pantheon Type=Application ''; in stdenv.mkDerivation rec { pname = \"elementary-session-settings-unstable\"; version = \"2020-06-11\"; version = \"2020-07-06\"; repoName = \"session-settings\"; src = fetchFromGitHub { owner = \"elementary\"; repo = repoName; rev = \"130c9ae221913032ed18bcf6d21e3dcdba3c4209\"; sha256 = \"0bzg9vbq0ssnxgcb2vxpx6x9zv8ngkm9r3ki5q83m9al9919n0pr\"; rev = \"fa15cbd83fba0ba30e9a302db880350bff5ace52\"; hash = \"sha256-26H791c7OAjFYtjVChIatICSocMt0uTej1TKBOvw+6w=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-5ff16e87232898f16c5888496e82986016f2100b22de0d8252e7c6147feb8a45","title":"","text":"]; postInstall = '' # our mimeapps patched from upstream to exclude: # * pantheon-mail -> geary # * evince.desktop -> org.gnome.Evince.desktop mkdir -p $out/share/applications cp -av ${./pantheon-mimeapps.list} $out/share/applications/pantheon-mimeapps.list # instantiates pantheon's dockitems cp \"${dockitemAutostart}\" $out/etc/xdg/autostart/default-elementary-dockitems.desktop # script `Exec` to start pantheon mkdir -p $out/libexec substitute ${executable} $out/libexec/pantheon --subst-var out chmod +x $out/libexec/pantheon ''; postFixup = '' substituteInPlace $out/share/xsessions/pantheon.desktop --replace \"gnome-session --session=pantheon\" \"$out/libexec/pantheon\" --replace \"wingpanel\" \"${wingpanel}/bin/wingpanel\" # absolute path patched xsession substitute ${xsession} $out/share/xsessions/pantheon.desktop --subst-var out ''; passthru = {"} {"_id":"doc-en-nixpkgs-f9cc2e1b73b287fee9c1319d9c4a6a10f083cfbd7cafbc10e90e418c029bee44","title":"","text":", json-glib , elementary-dock , bamf , switchboard , switchboard-with-plugs , libunity , libsoup , wingpanel"} {"_id":"doc-en-nixpkgs-82d44155d4689fb77fe42800ed102c8d43cdaec507436c5e295553ae56b78d7e","title":"","text":"pkgconfig python3 vala ]; ]; buildInputs = [ bamf"} {"_id":"doc-en-nixpkgs-655df2f60667a7cf59c17179b6ef34ed9e0bb47409c6a9362755ebe0aec3e336","title":"","text":"libhandy libsoup libunity switchboard switchboard-with-plugs wingpanel zeitgeist ]; ] ++ # applications-menu has a plugin to search switchboard plugins # see https://github.com/NixOS/nixpkgs/issues/100209 # wingpanel's wrapper will need to pick up the fact that # applications-menu needs a version of switchboard with all # its plugins for search. switchboard-with-plugs.buildInputs; mesonFlags = [ \"--sysconfdir=${placeholder \"out\"}/etc\""} {"_id":"doc-en-nixpkgs-4903952818a91f5b8417b6c5a7342308c4facc7747f72fd9eeda87689d592168","title":"","text":"''; postFixup = '' for autostart in $(grep -rl \"OnlyShowIn=GNOME;\" $out/etc/xdg/autostart) do echo \"Patching OnlyShowIn to Pantheon in: $autostart\" sed -i \"s,OnlyShowIn=GNOME;,OnlyShowIn=Pantheon;,\" $autostart done # This breaks lightlocker https://github.com/elementary/session-settings/commit/b0e7a2867608c3a3916f9e4e21a68264a20e44f8 # TODO: shouldn't be neeed for the 5.1 greeter (awaiting release) rm $out/etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop # So the polkit policy can reference /run/current-system/sw/bin/elementary-settings-daemon/gsd-backlight-helper mkdir -p $out/bin/elementary-settings-daemon ln -s $out/libexec/gsd-backlight-helper $out/bin/elementary-settings-daemon/gsd-backlight-helper"} {"_id":"doc-en-nixpkgs-23877978eace3c3662452d7539f3083689904cca324abb466dc2b1ac2f9ef011","title":"","text":"echo -java-home ${jre.home} >>conf/sbtopts ''; nativeBuildInputs = [ autoPatchelfHook ]; nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ autoPatchelfHook ]; buildInputs = [ zlib ]; buildInputs = stdenv.lib.optionals stdenv.isLinux [ zlib ]; installPhase = '' mkdir -p $out/share/sbt $out/bin"} {"_id":"doc-en-nixpkgs-ef37637b3e4ec1d3666ec68891c9388084c605610ee431ac9c6e404ea68b0a09","title":"","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":"doc-en-nixpkgs-27039d30bdc6c453afdc11723a60c5a1fe53c023552f00b5d70c508ba89884a7","title":"","text":"MODVERSIONS = whenOlder \"4.9\" yes; MOUSE_ELAN_I2C_SMBUS = yes; MOUSE_PS2_ELANTECH = yes; # Elantech PS/2 protocol extension MOUSE_PS2_VMMOUSE = yes; MTRR_SANITIZER = yes; NET_FC = yes; # Fibre Channel driver support # GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks"} {"_id":"doc-en-nixpkgs-10af95fcefc18462e9cd22bb08b7cee601e4a70044b020912e6ad85e4c3e2045","title":"","text":", libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb , alsa-lib, libXdamage, libXtst, libXrandr, libxshmfence, expat, cups , dbus, gtk3, gdk-pixbuf, gcc-unwrapped, at-spi2-atk, at-spi2-core , libkrb5, libdrm, mesa , libkrb5, libdrm, libglvnd, mesa , libxkbcommon, pipewire, wayland # ozone/wayland # Command line programs"} {"_id":"doc-en-nixpkgs-573f170ee0f5259a2f0e9628d2fae9fb3aeb84cf7060065fb5f94ed8edb0f886","title":"","text":"liberation_ttf curl util-linux xdg-utils wget flac harfbuzz icu libpng opusWithCustomModes snappy speechd bzip2 libcap at-spi2-atk at-spi2-core libkrb5 libdrm mesa coreutils libkrb5 libdrm libglvnd mesa coreutils libxkbcommon pipewire wayland ] ++ optional pulseSupport libpulseaudio ++ optional libvaSupport libva"} {"_id":"doc-en-nixpkgs-44b4f999f56b9712af09ddf15a107a2739602c523690c5d03e7a83bebc5d879f","title":"","text":"cp -a opt/* $out/share cp -a usr/share/* $out/share # To fix --use-gl=egl: test -e $out/share/google/$appname/libEGL.so ln -s libEGL.so $out/share/google/$appname/libEGL.so.1 test -e $out/share/google/$appname/libGLESv2.so ln -s libGLESv2.so $out/share/google/$appname/libGLESv2.so.2 substituteInPlace $out/share/applications/google-$appname.desktop --replace /usr/bin/google-chrome-$dist $exe substituteInPlace $out/share/gnome-control-center/default-apps/google-$appname.xml "} {"_id":"doc-en-nixpkgs-01d89d49fdafc2b2083e6bc0831a8370bb7b6c73339c5fe72cd3e87a5fc1ffa5","title":"","text":"{ version = \"78.4.0\"; version = \"78.4.1\"; sources = [ { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/af/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/af/thunderbird-78.4.1.tar.bz2\"; locale = \"af\"; arch = \"linux-x86_64\"; sha256 = \"589fe4c9a7ceffb4d027f493e0b074647bb958a62046deef5b8268fd43e6aae9\"; sha256 = \"36268a7fe6ec5a0ea0243f83ffbd73204d5c4ef257b0c8857a50428304b2d4c2\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ar/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ar/thunderbird-78.4.1.tar.bz2\"; locale = \"ar\"; arch = \"linux-x86_64\"; sha256 = \"b94d46899a7458f9c94849db71975e0028004bf93d5b0695a454fbac24a41ec6\"; sha256 = \"831e70f807f05ce2f82bb11db35d05ed80dac53ad00c12ff6e191a627d0d42d0\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ast/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ast/thunderbird-78.4.1.tar.bz2\"; locale = \"ast\"; arch = \"linux-x86_64\"; sha256 = \"c6057f5e2937a05f84decc3c2f26de4555314c627210a961882773b2c745ddbf\"; sha256 = \"e6efde72ce7aeeda5f7c6d7cc0f3a08265c44546a0f8fc84a2adbc11cc038601\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/be/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/be/thunderbird-78.4.1.tar.bz2\"; locale = \"be\"; arch = \"linux-x86_64\"; sha256 = \"94d7bd38e35745f4829abe6cf3ada8e947a2df881dcb1e5f6ef823bbd6e0aa75\"; sha256 = \"07fe33390caf37a96c000e0f5435d07711f7a95dbe04f85a222b17ae5a13f1bc\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/bg/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/bg/thunderbird-78.4.1.tar.bz2\"; locale = \"bg\"; arch = \"linux-x86_64\"; sha256 = \"d482c6a6873ddb34dc49002b8ecac94e82579fde7d24514500f2de28fc777e18\"; sha256 = \"d460e201cbe4a1d6548a52121a33c2aaa7cbbf0e126fa1c4e8a431423424fb9e\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/br/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/br/thunderbird-78.4.1.tar.bz2\"; locale = \"br\"; arch = \"linux-x86_64\"; sha256 = \"18fc5e174942874ecc41838451aec780485a263584121decfb9f9607ee35322c\"; sha256 = \"9e85928f1145391d9c3f238612b93e6344a2ad5e6179bf09502b1b69c8ad1b03\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ca/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ca/thunderbird-78.4.1.tar.bz2\"; locale = \"ca\"; arch = \"linux-x86_64\"; sha256 = \"269762ee175f69ecc9ffdeab2ad66788d24d2b9ba1e8d05f74ff222848077735\"; sha256 = \"1516236c252f22933adf23bfe93d73fa272a4574deb674aef6e1f35006a6cc50\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/cak/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/cak/thunderbird-78.4.1.tar.bz2\"; locale = \"cak\"; arch = \"linux-x86_64\"; sha256 = \"735baa9541d1dfad828db27a2cba54caa681973f792c0712300e4f952803dbfb\"; sha256 = \"c46508321d32c468d067d86c04973ca345b09b0e983954eaa123d02778d61fbd\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/cs/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/cs/thunderbird-78.4.1.tar.bz2\"; locale = \"cs\"; arch = \"linux-x86_64\"; sha256 = \"04763e1461106c76b51c31522de9bd6376d531c9f93e79d4a4c00d5bacb9de29\"; sha256 = \"227209429c07238f38d334e5ac8a5fd895a4c87f51b21b4376df89c50bb6a789\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/cy/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/cy/thunderbird-78.4.1.tar.bz2\"; locale = \"cy\"; arch = \"linux-x86_64\"; sha256 = \"974885f8e17be1b744f65c0e392747921508d7e0f286ab9fa20580cc205a56ee\"; sha256 = \"b272926205e5470df8aec8b22d6733e4f47993e76123fe81d4be26ad5a153062\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/da/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/da/thunderbird-78.4.1.tar.bz2\"; locale = \"da\"; arch = \"linux-x86_64\"; sha256 = \"f0e13b8952478b5ebc46552405421b796d645fbb0a16aa759a045b48fd43739d\"; sha256 = \"13f9fe10c84d2b8d8d0215cb58a9852486741f5bc8c6979f0a701bef14a70f4f\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/de/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/de/thunderbird-78.4.1.tar.bz2\"; locale = \"de\"; arch = \"linux-x86_64\"; sha256 = \"735eb8e1d318e09d9dca6560074960cf9ce2fcd5a720754608886f6e51e87266\"; sha256 = \"590f9a5a975544d2effedda942e3989a13be23b95f4e6707f9905fed3fc08214\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/dsb/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/dsb/thunderbird-78.4.1.tar.bz2\"; locale = \"dsb\"; arch = \"linux-x86_64\"; sha256 = \"b1b5fad405049cc62784dbb6e938cce6492df3b620c25a0987a594a88d0caaa1\"; sha256 = \"5b572c847f9ec76b25c225652c23ecf8c56523ffc3071b437310f0d8f9049b05\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/el/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/el/thunderbird-78.4.1.tar.bz2\"; locale = \"el\"; arch = \"linux-x86_64\"; sha256 = \"1bb01c5fa05d3dae7d1216a0b3e01354655e96f728f63b8213d1ac4ca08e5b8e\"; sha256 = \"7cad76ea5a07dce6bdd3db78485f83a998ff27037f8ca68f8617659a06910a05\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/en-CA/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/en-CA/thunderbird-78.4.1.tar.bz2\"; locale = \"en-CA\"; arch = \"linux-x86_64\"; sha256 = \"cc7280af5ca21c82ae8e4fbcceac117b1b3c2a2e95db418cd60322161eeaa0ba\"; sha256 = \"f261b38fbc8d83c20be63015a444644a95f7d8b6584fcfc193145abcc69a4164\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/en-GB/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/en-GB/thunderbird-78.4.1.tar.bz2\"; locale = \"en-GB\"; arch = \"linux-x86_64\"; sha256 = \"6bf5112867c3493df18880858e483b684946b657bd10960f55a0e55bc364d8a5\"; sha256 = \"5c0c364b1408182c0cbae1c2d05041781e2e4f3a17fb1735d61196c9b647dba4\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/en-US/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/en-US/thunderbird-78.4.1.tar.bz2\"; locale = \"en-US\"; arch = \"linux-x86_64\"; sha256 = \"24780daa2b17799f263a6c16b770b0e6710d14f7f1f502f4868fe48d81ca8e48\"; sha256 = \"a152c3b8c6ad4ba3a92a8a1f909b99599d8c3ded62b57e9721fb333b47f6509d\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/es-AR/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/es-AR/thunderbird-78.4.1.tar.bz2\"; locale = \"es-AR\"; arch = \"linux-x86_64\"; sha256 = \"ac6e82b950f6cd0d7a964815c58a28f602580813ce29cb33bfcde36205d06def\"; sha256 = \"dc06a64e0b20dd174d6158e5d2f393bf6a6907f8f515120220bb2a8480f58d1c\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/es-ES/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/es-ES/thunderbird-78.4.1.tar.bz2\"; locale = \"es-ES\"; arch = \"linux-x86_64\"; sha256 = \"67a03e3c7b00d5e0953ae9eae031ddb42337e23ff9e65ed7c0b759e1c2fa4426\"; sha256 = \"7d3b7ff0ffb9b19f10bd7c2cffb5dbff8216c65c01fd4032ba5b7924c73ce343\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/et/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/et/thunderbird-78.4.1.tar.bz2\"; locale = \"et\"; arch = \"linux-x86_64\"; sha256 = \"fe5af4823e15422da39c49c3fed60fe460ad23b7c78f6b4fc85ce247a09cd0a8\"; sha256 = \"a9a8e610bc1c696137ee650fa11f2cbf8dece4ba32d1f0961ae697f6433cf1b2\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/eu/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/eu/thunderbird-78.4.1.tar.bz2\"; locale = \"eu\"; arch = \"linux-x86_64\"; sha256 = \"94699170301daed68a6d8554816c37cc8c51d72fbd1642cc5a066ae4d5a394b2\"; sha256 = \"6835e8459b4191cd4bb5ae8011d032d475631e7a532450b98f0b087ed0a80fb6\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/fa/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/fa/thunderbird-78.4.1.tar.bz2\"; locale = \"fa\"; arch = \"linux-x86_64\"; sha256 = \"fd22c75cb11bf3fe1a3d2faec1cb7a2332131ac62324bffdd51cc8f03e95a372\"; sha256 = \"7cfd8681a7ed38364a823881fbb42af8cf33d17bf911e9f5b97dd18102b412f5\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/fi/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/fi/thunderbird-78.4.1.tar.bz2\"; locale = \"fi\"; arch = \"linux-x86_64\"; sha256 = \"df3632903e77b9eb5fda1ff1d8a155b1f3c4861a8821efeb1fef4d39878a9349\"; sha256 = \"8c84662afb60e3dc94eace5a493f7feef6598b78613fe99f195408e4ee2b0a11\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/fr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/fr/thunderbird-78.4.1.tar.bz2\"; locale = \"fr\"; arch = \"linux-x86_64\"; sha256 = \"5100b9facddae8451550fa0a65b9bd345066e7e465916ed3728b40cc9ac06e65\"; sha256 = \"24449816c690757b05d1913ff1fa12eed47f316ac13c76a195ae0628c6950da0\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/fy-NL/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/fy-NL/thunderbird-78.4.1.tar.bz2\"; locale = \"fy-NL\"; arch = \"linux-x86_64\"; sha256 = \"40c7fe9bea5b5edc5a3e62f7d1cf18ae036544c0172954440d036086f90ee119\"; sha256 = \"9a0334f032333eda16cdabd5dffb05f5a22edb1dcf4bcd0b47495defd0d9f3dc\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ga-IE/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ga-IE/thunderbird-78.4.1.tar.bz2\"; locale = \"ga-IE\"; arch = \"linux-x86_64\"; sha256 = \"4ec2f91ba73d3a7ab99d69af2a7d99cfb2280c3872fd4dcd7436ae9362586d06\"; sha256 = \"33e5a54e2259984ff29d3394fe936b5af8830e489e0775ff36eace4c6b3dc145\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/gd/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/gd/thunderbird-78.4.1.tar.bz2\"; locale = \"gd\"; arch = \"linux-x86_64\"; sha256 = \"f6d168939a0157c2d450c43d818005e3b9a59e8caad5796492e8078947234b29\"; sha256 = \"b91c4b3aafa2166cd27c52977711c55aa425f68c5f7cca64be1dd07fd533bc05\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/gl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/gl/thunderbird-78.4.1.tar.bz2\"; locale = \"gl\"; arch = \"linux-x86_64\"; sha256 = \"2fb6b4995f722e82503bf88fbb3b5275faa4d392bfa5832735ac1d40bbe3ee38\"; sha256 = \"d1c03b3b92bef4f3c94518981cf99840944c8a36aab7b2cfe3f72f1f0e57e045\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/he/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/he/thunderbird-78.4.1.tar.bz2\"; locale = \"he\"; arch = \"linux-x86_64\"; sha256 = \"70f0bf4db60ad4f1656f0aca1575fadce3a697634f60353bc3d63e3336225d2f\"; sha256 = \"7fdaf0e83eeb39b66a6d1c2600f2c6f1b69ec4f67dd7b33a39132e838a699f06\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/hr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/hr/thunderbird-78.4.1.tar.bz2\"; locale = \"hr\"; arch = \"linux-x86_64\"; sha256 = \"d37ac64cd63a4cd66fff1bd30ee3643be75cb977581f2182a95c27a16607f3a0\"; sha256 = \"4ba99eaa25964bde6108eeab702b096ba50b45d8db7e36f3203b0a71cc1e30cf\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/hsb/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/hsb/thunderbird-78.4.1.tar.bz2\"; locale = \"hsb\"; arch = \"linux-x86_64\"; sha256 = \"85e823db225258e9f74e04c61faa89e7c9553445900083f22b7aceb22ef3d901\"; sha256 = \"187a5f2b2e1b16fad948356f31b2ac903fe318432d9a3f105055c23d1225d11b\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/hu/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/hu/thunderbird-78.4.1.tar.bz2\"; locale = \"hu\"; arch = \"linux-x86_64\"; sha256 = \"da897b48a2e4a5a3734016ef18c503864792d5c0943bcb2644c272c1a7c63f16\"; sha256 = \"8f6b79692143e6e27cc844985366004d06c8e55184a73477fd20020575947ad8\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/hy-AM/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/hy-AM/thunderbird-78.4.1.tar.bz2\"; locale = \"hy-AM\"; arch = \"linux-x86_64\"; sha256 = \"dbe1276b14b5864be5fc2de3708ea320d2dcc80eb654e9bad56950f818903484\"; sha256 = \"4066683e4a635b163b9b14e1921d834b37a95cee8dd04fc6885094c5e0394dee\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/id/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/id/thunderbird-78.4.1.tar.bz2\"; locale = \"id\"; arch = \"linux-x86_64\"; sha256 = \"86c7be9b6385ef437323069a7e2497b3a18a552af9d9c4523789be4ee2e07b22\"; sha256 = \"1fed6d3a9a11d303db2f2c6f7a92639b92ca144ce3b45eed4607696ea4617511\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/is/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/is/thunderbird-78.4.1.tar.bz2\"; locale = \"is\"; arch = \"linux-x86_64\"; sha256 = \"8e062c75b579d52d1a887d2165bcd3eb1d0c4e435dffc05d0d76d4404dd061eb\"; sha256 = \"a627c95d2284b4e828a466865aa19262aa84a1a2267235c3f62d13c52081c580\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/it/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/it/thunderbird-78.4.1.tar.bz2\"; locale = \"it\"; arch = \"linux-x86_64\"; sha256 = \"932de1926441066a472d5e68b933fd4035f2e858fdabd4b9d4e71ee6e64202a3\"; sha256 = \"6b01e88da702deee95a3a6d526e563e854be7ae13414fed3a2c9cc427e906ffa\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ja/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ja/thunderbird-78.4.1.tar.bz2\"; locale = \"ja\"; arch = \"linux-x86_64\"; sha256 = \"2bacdb192fda85f10f747a8c8a2ef3bc60345075c1ba33947594fcc66eb35e5a\"; sha256 = \"3b63cf4c45945f4a40159a417ed217b77128905de82812fe2165c0c5f66410a7\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ka/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ka/thunderbird-78.4.1.tar.bz2\"; locale = \"ka\"; arch = \"linux-x86_64\"; sha256 = \"110d71951f0f3235ab63c02e8d979b2777de4abd4906409b96107fac1f6d7466\"; sha256 = \"c9d11ae298691f2e302078f865b047b1c2b568ae763495fbfe2f2d4f04a9ef6a\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/kab/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/kab/thunderbird-78.4.1.tar.bz2\"; locale = \"kab\"; arch = \"linux-x86_64\"; sha256 = \"f765a32900f0100f03aac4cdce7f33abb44e53911011cef6f6db8f9dddd11124\"; sha256 = \"b6367ccb74b2ced8708ca9f4c2c06aeaaf4f3bcba0b2b2fdf2c552aa10fcfc03\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/kk/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/kk/thunderbird-78.4.1.tar.bz2\"; locale = \"kk\"; arch = \"linux-x86_64\"; sha256 = \"9af2ab317e0736e0dbab419f5061a6a5c83e521d15f38911455a2d57f6bae945\"; sha256 = \"99ece9975a3981fa33887d3b5d60cd6874e1dab7c51d830dc0d13c28c103ca79\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ko/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ko/thunderbird-78.4.1.tar.bz2\"; locale = \"ko\"; arch = \"linux-x86_64\"; sha256 = \"06669829857f1c49acf7a58f6a7f0e5a4d8e4ce93703cde0d36525f5bb9697cb\"; sha256 = \"d81c844cbd490e5eeeb2739a9b040062baf3bbdf13ddfbceb59b5630019b935d\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/lt/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/lt/thunderbird-78.4.1.tar.bz2\"; locale = \"lt\"; arch = \"linux-x86_64\"; sha256 = \"f85e547d17b6bae2597d4b780b14f9076d70dc7c63ae85427b54c01f0c559b72\"; sha256 = \"56b5813a5b0debfe90fa2a20fb9a13ea210e2eed37f180f3e23e851f871241e2\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ms/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ms/thunderbird-78.4.1.tar.bz2\"; locale = \"ms\"; arch = \"linux-x86_64\"; sha256 = \"e21639c89686480be875a0514c1b1d99fefca6b79da80a5406f37a63e316348d\"; sha256 = \"8dc3f341a69b9ef458c1203ff15779beecf3db2dede1cd8740ee19a9552f22f3\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/nb-NO/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/nb-NO/thunderbird-78.4.1.tar.bz2\"; locale = \"nb-NO\"; arch = \"linux-x86_64\"; sha256 = \"652d43cabbab6ab158b3d3ab70cf83d8ed3ae3524232aa340d17c248dc5fa869\"; sha256 = \"0fe431d3773de39431cd777cf301d2c3d8074dd41596bf6a6f1bef96870413b4\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/nl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/nl/thunderbird-78.4.1.tar.bz2\"; locale = \"nl\"; arch = \"linux-x86_64\"; sha256 = \"2c5f173545ef0ddd0c93c921931850e9a7f457575188a91d243245236fe09384\"; sha256 = \"4127bdb6338210d9928fc84838a57cfb731aa3254aa5427471deca00bb12beca\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/nn-NO/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/nn-NO/thunderbird-78.4.1.tar.bz2\"; locale = \"nn-NO\"; arch = \"linux-x86_64\"; sha256 = \"f89082f26cb871befb4f8c82c31a9d1cdd5587d20ad3a9a1e78515f947ce4271\"; sha256 = \"cf0c6d67115ee36b80010d93d50991a544af332ca19f1ed1199f49c7dd125049\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/pa-IN/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/pa-IN/thunderbird-78.4.1.tar.bz2\"; locale = \"pa-IN\"; arch = \"linux-x86_64\"; sha256 = \"75d7f3bbe88ef2bab33e62834a765f814f75a28e2277afef2517a91be98201ba\"; sha256 = \"283c2be7f9bc0aa3d505f1838f1c03721a4b956870ac2b1e762b966e87767ce0\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/pl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/pl/thunderbird-78.4.1.tar.bz2\"; locale = \"pl\"; arch = \"linux-x86_64\"; sha256 = \"c016668ef5f80043eb3e3eff6c8d2327adc3ed86375e81318fb8a4a9fc4689bb\"; sha256 = \"4c07e4500ad4c0d698942e3c47ced3bbd6142e4a70292629ebbe53ef5f1816f9\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/pt-BR/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/pt-BR/thunderbird-78.4.1.tar.bz2\"; locale = \"pt-BR\"; arch = \"linux-x86_64\"; sha256 = \"637a97f3b584e315ebec350a08fa54d17cde8825385736a2bc4ca1937dd552f3\"; sha256 = \"c6ace3452d1720681e668da50d16811286c1e73021bd06ab9b538c6f6fc5fda6\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/pt-PT/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/pt-PT/thunderbird-78.4.1.tar.bz2\"; locale = \"pt-PT\"; arch = \"linux-x86_64\"; sha256 = \"9719af4fc96ecc0e01f8ad4829f8a94004cdeb518d10f12deb41073f6b0d6f32\"; sha256 = \"b9ab4d38b271e2987b5e425a277042dc149794cf461283114553133e7fed5f06\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/rm/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/rm/thunderbird-78.4.1.tar.bz2\"; locale = \"rm\"; arch = \"linux-x86_64\"; sha256 = \"d3467e689f512a3032f9dd8b022af58bf7d61dcdcb1c69317629f0c0b37aa2d4\"; sha256 = \"50fc69135b789b2bb5d8008292d3fc25f1a0a30bba35c6e24ddfeabe55231407\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ro/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ro/thunderbird-78.4.1.tar.bz2\"; locale = \"ro\"; arch = \"linux-x86_64\"; sha256 = \"25985053e562792ffdc5757f201d6171cd7f30199eae7ae2f50cf39b5090feeb\"; sha256 = \"1e050b33a942dc815e739c57944a0d705982e18e74637172b0366a9b06916f7b\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/ru/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/ru/thunderbird-78.4.1.tar.bz2\"; locale = \"ru\"; arch = \"linux-x86_64\"; sha256 = \"2c0769be95e0a21471197a1f1b979bd36b9793f4242f7ac329c7fe0fe88fc5a3\"; sha256 = \"c295bda57db84e07f28affa4201c4f612478efce733cb9c69962f6d7a797218b\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/si/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/si/thunderbird-78.4.1.tar.bz2\"; locale = \"si\"; arch = \"linux-x86_64\"; sha256 = \"2a6d7e47e92166ac1636495e5cbd1849285576cdd812d650767130730002aa6c\"; sha256 = \"63dc83cfab8be94893ca6a0d60e448d14db1afcae55192149a882456dca77e9a\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/sk/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/sk/thunderbird-78.4.1.tar.bz2\"; locale = \"sk\"; arch = \"linux-x86_64\"; sha256 = \"5d0de7356dd46a9ac1cb98254167fa7be34b6897e5ea69ca093e71a850d53363\"; sha256 = \"5ab5ea76649582ddf10fa77bbb95040d157883e0905df72f5bc0ae79167d97be\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/sl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/sl/thunderbird-78.4.1.tar.bz2\"; locale = \"sl\"; arch = \"linux-x86_64\"; sha256 = \"8c7e69e7fbe49ba34277e8cb7cbf45eeade086eb460a92e243698824cdf3d5ce\"; sha256 = \"da3f8a30797386bc7c9ba135ba360cee01143bc76a2315e7a2223bab90e2283e\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/sq/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/sq/thunderbird-78.4.1.tar.bz2\"; locale = \"sq\"; arch = \"linux-x86_64\"; sha256 = \"95cfe7b956bb590c790c156f22ac3c5cdc1dd3e4d7b64422583597fc9ccd8c28\"; sha256 = \"f2f9639c4b4dc4bfba476aa92814fee65ecd3fca27652177614d1107e4200246\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/sr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/sr/thunderbird-78.4.1.tar.bz2\"; locale = \"sr\"; arch = \"linux-x86_64\"; sha256 = \"82573f011da92f7d93d6cf0a700c9eae31a46c6d09671afa63afa533f063e5bd\"; sha256 = \"3bcad0c845e4481a22c1b330b6cd94c3c6fc46c33597ce5af0594368579a8260\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/sv-SE/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/sv-SE/thunderbird-78.4.1.tar.bz2\"; locale = \"sv-SE\"; arch = \"linux-x86_64\"; sha256 = \"5fda7b6e8095bc456e684887a82cb2adcc14fdfdd9f14731f2bdf2789eac4930\"; sha256 = \"9b09d4ab71000429c5015dd8a0642cfe0eeeaa785d2cac6e876b1cd6aadaeb44\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/th/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/th/thunderbird-78.4.1.tar.bz2\"; locale = \"th\"; arch = \"linux-x86_64\"; sha256 = \"0e33b43cb7fdb2ae4c30480e264e00651181f2034af42d7a3ac2bfb57c148896\"; sha256 = \"b33e42f0271ee84a581a737513197d5f036695706b19697a53000834c199c75f\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/tr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/tr/thunderbird-78.4.1.tar.bz2\"; locale = \"tr\"; arch = \"linux-x86_64\"; sha256 = \"05019602190a28ecefbdc5100b40409d3d6288f076d589136724d07e111bf324\"; sha256 = \"f419ed9f0f06575da2f89486d830ab7fd2b439dcfcac92f1b31c573901e7b9ea\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/uk/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/uk/thunderbird-78.4.1.tar.bz2\"; locale = \"uk\"; arch = \"linux-x86_64\"; sha256 = \"2940500895c734857b258550b85f846e9eb5be68b6faaf808ed7a9867c423d14\"; sha256 = \"bcecec66a6ef8b928da2aa5d52d89f4f1587d4e45bf0e836b71912b0e5a43f7c\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/uz/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/uz/thunderbird-78.4.1.tar.bz2\"; locale = \"uz\"; arch = \"linux-x86_64\"; sha256 = \"de82b265c6e19495abc70c36f377cef705137f352da0aa7d01aa874e2a9f1f70\"; sha256 = \"2b33f40b9da386e61f3bdcacd9c16fc06dac18d2b36865292700744dfbe2da25\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/vi/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/vi/thunderbird-78.4.1.tar.bz2\"; locale = \"vi\"; arch = \"linux-x86_64\"; sha256 = \"cf02606c0eff0b941c1c2ef654e250d5d6a8cb7deda752468e779af1b616c0e1\"; sha256 = \"b5d005c45221c41e1e81234b755f6a9d380220cc03f43012c40440a0378c19e0\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/zh-CN/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/zh-CN/thunderbird-78.4.1.tar.bz2\"; locale = \"zh-CN\"; arch = \"linux-x86_64\"; sha256 = \"54a1a869a746ff3af8d5ec27b11f1d3a0efeb49480043fbf776e9646b5be944d\"; sha256 = \"c08765cc8562cce08b4cda04123cd8672f5abb130b597f36f4c143d74b09b9b3\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-x86_64/zh-TW/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-x86_64/zh-TW/thunderbird-78.4.1.tar.bz2\"; locale = \"zh-TW\"; arch = \"linux-x86_64\"; sha256 = \"0c9530adcb5029ae570a8d25d790f243c0a3d6ad7701ed071fad326d3718bea3\"; sha256 = \"56f84ea43a5288a6cd34f8de5f69dde05737474f11c70d638981ef2ff4ea5bfa\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/af/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/af/thunderbird-78.4.1.tar.bz2\"; locale = \"af\"; arch = \"linux-i686\"; sha256 = \"29b39333cfd9919830cecf1b0043faf4dd829c36554fdcbcff6a8dbf11882060\"; sha256 = \"95384cf3d0ab6ad8d3bb133e8ff7c1881523c0f7be840c5ab6016325ebc7f9ff\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ar/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ar/thunderbird-78.4.1.tar.bz2\"; locale = \"ar\"; arch = \"linux-i686\"; sha256 = \"49896345d391f22f262592e055b2bc5fc1852d5fe1f9812392ef09b9f329afee\"; sha256 = \"c2cf87579a092bec69042b35743574872b8b791d54628c35c28d44c1dc605b6b\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ast/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ast/thunderbird-78.4.1.tar.bz2\"; locale = \"ast\"; arch = \"linux-i686\"; sha256 = \"71a952590eec188661f8cf95f62efb2c9f2465aadec361c990bb62481938b128\"; sha256 = \"127ce24b2c06606e9567e2106ba5cb9628d8bda10620b01cbfe60bc287977c94\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/be/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/be/thunderbird-78.4.1.tar.bz2\"; locale = \"be\"; arch = \"linux-i686\"; sha256 = \"d99a81043f6c158376c960d0dbd60f6d2e73ee1e6a015aee55ff42786e58fc21\"; sha256 = \"e8acd7cc25f91af91caee7487598cf1f60512864cf1fee714d2289a65f0cc195\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/bg/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/bg/thunderbird-78.4.1.tar.bz2\"; locale = \"bg\"; arch = \"linux-i686\"; sha256 = \"1226b669b2b2e7c890a1de0a628e663069c2279369587a8b819756584be2ba0d\"; sha256 = \"461e4ec0b0f3dcb78426a99f0b8dc32b14dbc561b89e8d422433f5360425448d\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/br/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/br/thunderbird-78.4.1.tar.bz2\"; locale = \"br\"; arch = \"linux-i686\"; sha256 = \"2f656a4269f37dd8513cf2f0b799d97225ffe55b00e778dbeedac66bf7b00d47\"; sha256 = \"ba3902a457d0570d3eeaa63cc83a67e35532e547127b71f38781158bc3cc5e60\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ca/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ca/thunderbird-78.4.1.tar.bz2\"; locale = \"ca\"; arch = \"linux-i686\"; sha256 = \"34dcc816776f2da32bf7412a802a8d3d7a0b31afcfb1811c617f1295ced05adc\"; sha256 = \"609de3623c6f4075bedee741533843f6f9fd1afc5933fe3a8709f5c16c7d7bc5\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/cak/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/cak/thunderbird-78.4.1.tar.bz2\"; locale = \"cak\"; arch = \"linux-i686\"; sha256 = \"f9fb448edc5238b69fe3c08c665a30320e5662c1df78101ba4807d371a6a15d4\"; sha256 = \"4a5aa707eca53cf5490189a09d222abaa8290ea3366d4bf081273c23e89b3fc0\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/cs/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/cs/thunderbird-78.4.1.tar.bz2\"; locale = \"cs\"; arch = \"linux-i686\"; sha256 = \"156c36781f43fbaa3eb5d1d32ca7d6b3c9573261757dc9c78e8cf0be24a6c717\"; sha256 = \"0450c73284b274af21f3f0c4c21842e11fa2a86fcb38f96332c1ca8984149c62\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/cy/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/cy/thunderbird-78.4.1.tar.bz2\"; locale = \"cy\"; arch = \"linux-i686\"; sha256 = \"0e48e453cddf00929e189546f0dd478e273dcd8bc891fe875f553825f0b4fcc4\"; sha256 = \"5686316ec53a76dab272934dbd274a47802c5c31f2ae8719bcf85c22e12cc3f7\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/da/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/da/thunderbird-78.4.1.tar.bz2\"; locale = \"da\"; arch = \"linux-i686\"; sha256 = \"e614911f79a2a86055e6914aa0f4922979eebe4229b26b18f6ff31cc6bb49c89\"; sha256 = \"2025f5946989905fd197fe5bf6c51160e7c9d281d6cfd220ea3ee0393cc54ca0\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/de/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/de/thunderbird-78.4.1.tar.bz2\"; locale = \"de\"; arch = \"linux-i686\"; sha256 = \"a8c916da07945657672b5b71a722485fa7117dd912896bc9eec8b9b82dfcc48b\"; sha256 = \"906e8a5de0aa12b496f4d4447df25432b11c88d79b7ab4a55291a9d65434aa03\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/dsb/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/dsb/thunderbird-78.4.1.tar.bz2\"; locale = \"dsb\"; arch = \"linux-i686\"; sha256 = \"0b3ac7ec984e26b66cd3c5df733c3cac6b83f4388cd65344dc40310651798c05\"; sha256 = \"d6bfb2b790d8391344916515d1cc6ca2eb68a3e58934cacba14e77788aec6b09\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/el/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/el/thunderbird-78.4.1.tar.bz2\"; locale = \"el\"; arch = \"linux-i686\"; sha256 = \"dbfd90c1810dcad51bda6a7d2de6a132f428a5c6151c107cd09a98a48b2ce98d\"; sha256 = \"5f96345a945697326b24fcd73a96fa2f49edb66b02f4c23b6d392fad87935e08\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/en-CA/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/en-CA/thunderbird-78.4.1.tar.bz2\"; locale = \"en-CA\"; arch = \"linux-i686\"; sha256 = \"3ccd8193d486596ebd70e3e1803563a3a8d59ca25c29eeaaeab78ab78cb0e72c\"; sha256 = \"b57e44fd16e33b178778a60f0bd47519585a3e648b3b621f1fd693836c5fb598\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/en-GB/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/en-GB/thunderbird-78.4.1.tar.bz2\"; locale = \"en-GB\"; arch = \"linux-i686\"; sha256 = \"6d74ef15e0196a2b07302f40bc3992acc8ffc94ff7d90433a00d766a0840226a\"; sha256 = \"6f656dcbd7aaab5995beb11a9847e32f8820199272e2f9ce27583cd3d7e50a76\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/en-US/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/en-US/thunderbird-78.4.1.tar.bz2\"; locale = \"en-US\"; arch = \"linux-i686\"; sha256 = \"718e57f9b1d7f1ca5c52dfa8aa109f8cdda279cfb6dea649add651b6637fc6bc\"; sha256 = \"8c6bccc757df947bed74a3f7448a3885932a4f6c21d24ab6b5c7a94ab83ebae5\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/es-AR/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/es-AR/thunderbird-78.4.1.tar.bz2\"; locale = \"es-AR\"; arch = \"linux-i686\"; sha256 = \"26dea055b9c6ea2b8f7e15b0c93cd3d880c83bd1c9f23f8d572a92659740986a\"; sha256 = \"55bbc629ceadf359e0ad05e763a31479f6c57c38f372e55812b028681a5ff32a\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/es-ES/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/es-ES/thunderbird-78.4.1.tar.bz2\"; locale = \"es-ES\"; arch = \"linux-i686\"; sha256 = \"90d115cb34ae852332e5bd792067c66f1bad920721da68f59b38a2a86a8a0105\"; sha256 = \"bf30dd8882b2b35bfaa62a6c4b40a823333476128a6d5dd3e3d2c8eb16303b9a\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/et/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/et/thunderbird-78.4.1.tar.bz2\"; locale = \"et\"; arch = \"linux-i686\"; sha256 = \"a82aed816b1ea065e21120a8e6e0345c477b90f9c672c04cee9d15ffed85ef28\"; sha256 = \"5b977eab7f203e230d6a03b36afebdb32c481f1eb8129e454977791469ed5651\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/eu/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/eu/thunderbird-78.4.1.tar.bz2\"; locale = \"eu\"; arch = \"linux-i686\"; sha256 = \"7f1bf5742159e15fd566827db713421778262377a8da9ac269fc6af635f1b20b\"; sha256 = \"f2d606a6f825640c0f344cf470d87a1dea5fc6ff538239ce25c3d7c9fc76237d\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/fa/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/fa/thunderbird-78.4.1.tar.bz2\"; locale = \"fa\"; arch = \"linux-i686\"; sha256 = \"25d97499486a7c3d38c4686f7ff5daf930694f6614d3d556af85c3cb99193403\"; sha256 = \"95d0d3d1b456c035cc6ed09df970e9e772a71af3703f05e9388e844d7f80edab\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/fi/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/fi/thunderbird-78.4.1.tar.bz2\"; locale = \"fi\"; arch = \"linux-i686\"; sha256 = \"5531179571b0306ae2c1d5f4af40047ea9a5fdf65137bc7c255ee7f5dae2bab6\"; sha256 = \"e0be2532774bbe017a6091d7e1ec79901f692c39e04e01fe4094f7c8179fbaf4\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/fr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/fr/thunderbird-78.4.1.tar.bz2\"; locale = \"fr\"; arch = \"linux-i686\"; sha256 = \"12e33246e17aebac0547801d5d4e23db0523ff260b5345b8f0a19fc5cf44f2b5\"; sha256 = \"48cc16a61958160f369b32e8a0dcd2979ee65e18efe3d1dd3a4af1109842718b\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/fy-NL/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/fy-NL/thunderbird-78.4.1.tar.bz2\"; locale = \"fy-NL\"; arch = \"linux-i686\"; sha256 = \"50c6dff9614b113ea57d4c75dd0768a8524743a7b9f462f84f27f10daadbc1f5\"; sha256 = \"386d0a2ed01b158f0fe18eb6820ff9a17fbbea61241eaf873782271ac84eb103\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ga-IE/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ga-IE/thunderbird-78.4.1.tar.bz2\"; locale = \"ga-IE\"; arch = \"linux-i686\"; sha256 = \"6c6229aa064098560b13369a0d11133156d47193a8f8b2fdc241fbcba3cb3f9c\"; sha256 = \"c0c15410e6812e8652181ab347b3fe60fdce3b5b9958d54ef3f96ecc46a4d344\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/gd/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/gd/thunderbird-78.4.1.tar.bz2\"; locale = \"gd\"; arch = \"linux-i686\"; sha256 = \"6e5f686d98b02bc97e14f5788eac7b93e5e2652e9feaab0906cb026a883b1485\"; sha256 = \"3989f0c0f87ebfca3e4cfad0ac9ca2964791ab8f1163f1bec340444ae4a72a7b\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/gl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/gl/thunderbird-78.4.1.tar.bz2\"; locale = \"gl\"; arch = \"linux-i686\"; sha256 = \"2ccde2411bb2c3e4b492b4cacbe8d756dc22c2164fbe7364bc2381c1ff582f75\"; sha256 = \"eb1b58c93e492a79f92660909e671ee7ec504701b8e074d3dc6f3d3fe3619660\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/he/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/he/thunderbird-78.4.1.tar.bz2\"; locale = \"he\"; arch = \"linux-i686\"; sha256 = \"30fe226741e47f86f07c5acbb8fe3d2aa2fb7102fb4743189f12612c817415c1\"; sha256 = \"f584e117ba4fbfbb7d2c28b68377a88aad87929657141adac5ce960bcf5f4fa3\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/hr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/hr/thunderbird-78.4.1.tar.bz2\"; locale = \"hr\"; arch = \"linux-i686\"; sha256 = \"4230396816f72ce2784bab21fa2fe731ea378f1ceeace609e0423e2b5e7ea83e\"; sha256 = \"633eab2f8ac99426dd85b614f04d96509125f0799c187305b7678496d9ceff0f\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/hsb/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/hsb/thunderbird-78.4.1.tar.bz2\"; locale = \"hsb\"; arch = \"linux-i686\"; sha256 = \"155a4e98c597f7876ab44276ab8814ab185a5a59e1fdb743260bef2f78b27e4a\"; sha256 = \"80e4b98bbc9874de9b4c8e35633f6eea7b5707cfc4943df7264cf0bbfba49d99\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/hu/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/hu/thunderbird-78.4.1.tar.bz2\"; locale = \"hu\"; arch = \"linux-i686\"; sha256 = \"bb0b46dc74b926e9d13c4bd8b0371d730ce03aeffa5c41689eeb797ae1ce4382\"; sha256 = \"5a9339a876a7e0dced6769a99a948329f6eaa400acb6920a24d06695120f682a\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/hy-AM/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/hy-AM/thunderbird-78.4.1.tar.bz2\"; locale = \"hy-AM\"; arch = \"linux-i686\"; sha256 = \"7ee0ee79ac2143fe3ce8930c3916f201910d6d7a40437fdc49a8c617d49871d8\"; sha256 = \"286542d67a76a6e8f0c34e7aca9c23c8922bf85f8be77c913285e208f8b195a7\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/id/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/id/thunderbird-78.4.1.tar.bz2\"; locale = \"id\"; arch = \"linux-i686\"; sha256 = \"e1a4072dfdccfdf35401e9a58e77cbff2277703ff2c78a52fc0df801bca8f91a\"; sha256 = \"930cbbe1520c544a25cfbdf8d10b4e6ae19a812c8a20ce51053ba0d5fc2b4b24\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/is/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/is/thunderbird-78.4.1.tar.bz2\"; locale = \"is\"; arch = \"linux-i686\"; sha256 = \"d4d63add23724c58fd92d992165748f7002540f73df591914540f6361dc0089b\"; sha256 = \"7fca3c4c9d3a309ec182d1486438973741fe2f1e39afd3ccb769256657db20a6\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/it/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/it/thunderbird-78.4.1.tar.bz2\"; locale = \"it\"; arch = \"linux-i686\"; sha256 = \"28ec9beacfb8b27b80e1f1deba83d81324a2d3baa0d9572a41a94f920c8c60aa\"; sha256 = \"3b44f63975cfe7460f3eadd9f71f13db9ded5d9e5622ec322f556692f979434b\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ja/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ja/thunderbird-78.4.1.tar.bz2\"; locale = \"ja\"; arch = \"linux-i686\"; sha256 = \"ad1f9e091cfd66683964f8d683653b3134068174daf24fe061aad00d0c864176\"; sha256 = \"1284e52cda834b1ef9b5ac6a1dc29858f6e1519d0fd47d330744c0d294338650\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ka/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ka/thunderbird-78.4.1.tar.bz2\"; locale = \"ka\"; arch = \"linux-i686\"; sha256 = \"9074e7b2eb10943f6b87e79be9ec9ae706eeb4300c85ffe456bb34f11798b81a\"; sha256 = \"b12a79e20fce3db2541dcde61e04206e82530d1d79b58637bfcede87294fd801\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/kab/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/kab/thunderbird-78.4.1.tar.bz2\"; locale = \"kab\"; arch = \"linux-i686\"; sha256 = \"7b7d17a26dc9914d46de8959c08d56ed92b263d3eae383ca71d45a1b37a9650f\"; sha256 = \"9766eab276e77b0e33ad7ecbf8f26b84aa2a079a4fc9e4dfc992c41074513e40\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/kk/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/kk/thunderbird-78.4.1.tar.bz2\"; locale = \"kk\"; arch = \"linux-i686\"; sha256 = \"b38db92efa1b4bc1067eeee7eaf7307d6e86e6c6d3f4dd1b81496768c981d5af\"; sha256 = \"aec202db7c28ae69c9f7684a2e4f30a16ab29ec983aacb32bbe4b5bd31b76e94\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ko/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ko/thunderbird-78.4.1.tar.bz2\"; locale = \"ko\"; arch = \"linux-i686\"; sha256 = \"951a2e6e2cae525618646f8f054d127b32a535028930eeb3be7dfd2720c4ccea\"; sha256 = \"b0e553c14925413461a87f1d81591bfa4e2ce2c5ad87e8ec609fef76ba4f17d8\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/lt/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/lt/thunderbird-78.4.1.tar.bz2\"; locale = \"lt\"; arch = \"linux-i686\"; sha256 = \"5e76866c25f63aa283e54c871e1014a10e4ecdb8182ca6bc3ac1d16a344ae8f8\"; sha256 = \"6036247e3025c2b513762577e7de1d1eda050572f674c31391e583ccd16e80f8\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ms/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ms/thunderbird-78.4.1.tar.bz2\"; locale = \"ms\"; arch = \"linux-i686\"; sha256 = \"74e28f4ed81a233bd8aa721515667b31e83f7a6d6bad0aaef421f1f1e4b0c4c9\"; sha256 = \"0852cb745130e22af327e2ce39249751ed482c8216c18f4545bd294f4afb4e29\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/nb-NO/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/nb-NO/thunderbird-78.4.1.tar.bz2\"; locale = \"nb-NO\"; arch = \"linux-i686\"; sha256 = \"4cfa6097b0879de04314773d96d3e03aee3b7e1680e97cee3dbb6fca9e4010ca\"; sha256 = \"eebec58d3a20956894711266715ce5a4afcfd44b5eb7b334dc0c22068fbb10a6\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/nl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/nl/thunderbird-78.4.1.tar.bz2\"; locale = \"nl\"; arch = \"linux-i686\"; sha256 = \"e097065367e8bcaa331803c779ff71e43dfa7dcc5b516fd5d73f60b1c614c7a0\"; sha256 = \"0c6d35960d89681087bcfbf403ff727f53ba2e67de9c69d04f96b68447b616d8\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/nn-NO/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/nn-NO/thunderbird-78.4.1.tar.bz2\"; locale = \"nn-NO\"; arch = \"linux-i686\"; sha256 = \"e3bc6a3754f13db3dc5f70c3fd9b70b4250be494a47c7d20546dccb57b914ae5\"; sha256 = \"b761b921ba2e604dcde7ac0e03a83ef29a3311309cb95bc39801b8bcfd80ef98\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/pa-IN/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/pa-IN/thunderbird-78.4.1.tar.bz2\"; locale = \"pa-IN\"; arch = \"linux-i686\"; sha256 = \"80a785335bd49d5d0e8c669a7d548c0e077c413c184eb50133aaf5790fe1148a\"; sha256 = \"fa350ad64a3ff760a6e2cc6ac6b6ad1d6b9ad300b6c3420477148152bc207499\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/pl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/pl/thunderbird-78.4.1.tar.bz2\"; locale = \"pl\"; arch = \"linux-i686\"; sha256 = \"bc20f221babef7c3a3992d57ab5a3afcad12faa0263ff8978c96a1267af54c28\"; sha256 = \"8b187d44bc1364dc76258ff3452610483b2ab3d060c9de43e47c25fd3103c5d9\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/pt-BR/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/pt-BR/thunderbird-78.4.1.tar.bz2\"; locale = \"pt-BR\"; arch = \"linux-i686\"; sha256 = \"6dd040a2046c418d51bd7103d93a50b58e3345de5ed0c8917c0a8a8c7bf87c7c\"; sha256 = \"1ff199f91e49d72bd9821bfe3e2d33cb4a750a6c46aaf16a80554c195694ed43\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/pt-PT/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/pt-PT/thunderbird-78.4.1.tar.bz2\"; locale = \"pt-PT\"; arch = \"linux-i686\"; sha256 = \"45f67266e6af96dccae07d6db4f5d62c3d6d26e1a76e4951f08591c664122359\"; sha256 = \"098043202612b362a16353c84a5b9e662331c2311679357592b5a77a6690b68d\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/rm/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/rm/thunderbird-78.4.1.tar.bz2\"; locale = \"rm\"; arch = \"linux-i686\"; sha256 = \"1d53a7290332375212c0d58af23265d59502bce1a6a4629b56bc86d048be65a9\"; sha256 = \"ab9bb22e53da48744885634a14886ddb23dd5ccab376e5323824daa3f22ae0cf\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ro/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ro/thunderbird-78.4.1.tar.bz2\"; locale = \"ro\"; arch = \"linux-i686\"; sha256 = \"de3e5496ce5b8c4dff6fcbcf2b8a47b0c81d026fb5334e2668b8f9fc293c5216\"; sha256 = \"fb3e61830c5693c7f3b84eb4e3c60ff97324c5654352008aabbe9f16ea40cb0e\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/ru/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/ru/thunderbird-78.4.1.tar.bz2\"; locale = \"ru\"; arch = \"linux-i686\"; sha256 = \"838b9a02684541ef7df67a23b9966282ff9d8b12b64dfcbcfea8e8381b24951a\"; sha256 = \"f9fceef81a605ebc66fd90e2759205c4eb7160095312579eb7543b4293dd7a7d\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/si/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/si/thunderbird-78.4.1.tar.bz2\"; locale = \"si\"; arch = \"linux-i686\"; sha256 = \"202f815bdf7538d50f4770e601d10c8a1ffddb042a3c7dfd1a1b65e9b5dc5ec6\"; sha256 = \"0903c3d1bf790c5c10167839e3bc60d80a23e4230895703f7c931856cb617038\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/sk/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/sk/thunderbird-78.4.1.tar.bz2\"; locale = \"sk\"; arch = \"linux-i686\"; sha256 = \"44c5aa3723919798493e7f43c927ac48891eecf94a69c79b86be107984e9e068\"; sha256 = \"2018e5685fbcb5c2cc8925be39b04f6d98347cb59446af62846378818d6435f6\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/sl/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/sl/thunderbird-78.4.1.tar.bz2\"; locale = \"sl\"; arch = \"linux-i686\"; sha256 = \"2d5125d9625f916788265db46ee1fb47ace3b6099dae26ecb734aecf36160949\"; sha256 = \"d20b13b5caa2f5c9c431f3e69095f094800fa520b3a5a57c27a4c9c565961fb8\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/sq/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/sq/thunderbird-78.4.1.tar.bz2\"; locale = \"sq\"; arch = \"linux-i686\"; sha256 = \"2aa337b0fd8ccfe86feadef605ca863499f21c3ca7f194121064fc060d5a3de7\"; sha256 = \"164041c3958f57f90d17fe1457205a420f326c17e88da0197732435cf6a5dfca\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/sr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/sr/thunderbird-78.4.1.tar.bz2\"; locale = \"sr\"; arch = \"linux-i686\"; sha256 = \"fe690670c6702ed63684eac68a3f3f29f12bd27af7d34c63af768e0362a1eb11\"; sha256 = \"8ffcd2dea1b4980519220a27346b5c0fa955b89580836c38711c21c8eb7d26c8\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/sv-SE/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/sv-SE/thunderbird-78.4.1.tar.bz2\"; locale = \"sv-SE\"; arch = \"linux-i686\"; sha256 = \"74525ce44ca330e8fd29785842992c62cf3b5494675ec9a8148ea14d945fcaae\"; sha256 = \"83536011e7bfe2e7a0a760ed879e041b4caa3ee27e95829331faefd29e8deebb\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/th/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/th/thunderbird-78.4.1.tar.bz2\"; locale = \"th\"; arch = \"linux-i686\"; sha256 = \"0503e2ed79dae95302bf2d9d8055589ed1ca511c16c35a9b84445548a7a306d4\"; sha256 = \"13be237b698dc9b468af7a2b8ff062118421a7b798771f1db4f82bcb1098f83c\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/tr/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/tr/thunderbird-78.4.1.tar.bz2\"; locale = \"tr\"; arch = \"linux-i686\"; sha256 = \"c4b14f4f22549c66f5f445a2ad5826d0e90332c9d76783851078625245625bbb\"; sha256 = \"c70d085f6ceed58e7ea55ab01d121627a55df2f5e961ef160f4965db941660b3\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/uk/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/uk/thunderbird-78.4.1.tar.bz2\"; locale = \"uk\"; arch = \"linux-i686\"; sha256 = \"cf06114027f9bf14ef506fe37e6a7ef6a1cbdb201cde061a754c82d9b3ef0c39\"; sha256 = \"c1b7b0efe7af03a488c80020247e2d8038d6dffa313188083bb75c1bc09c35fc\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/uz/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/uz/thunderbird-78.4.1.tar.bz2\"; locale = \"uz\"; arch = \"linux-i686\"; sha256 = \"c805d88694b105412f05dd840e038edfef90b4a48b5a79b0bac5b5575d50a14a\"; sha256 = \"f4b8d20603c5e1dcc72760623803fc4cb34fffffd7b394c1998b860b5e3bc129\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/vi/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/vi/thunderbird-78.4.1.tar.bz2\"; locale = \"vi\"; arch = \"linux-i686\"; sha256 = \"ca30574d981964eed7c3a100dd76f90c518a24d7dcde74f0790ede4a0a8d3285\"; sha256 = \"6d9d7885ba742ae28766ed98e64aa59892ffb51ad67eb9bc47d5a3974b8a7f50\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/zh-CN/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/zh-CN/thunderbird-78.4.1.tar.bz2\"; locale = \"zh-CN\"; arch = \"linux-i686\"; sha256 = \"6cb1566d330e36b03e86bcfe96ad887fee511ba314167d235facba6c47871688\"; sha256 = \"e47c2e9b66c99c8ba02c60f739d31ea2d679cdc4d6f1f407257ef3372cabf364\"; } { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.0/linux-i686/zh-TW/thunderbird-78.4.0.tar.bz2\"; { url = \"http://archive.mozilla.org/pub/thunderbird/releases/78.4.1/linux-i686/zh-TW/thunderbird-78.4.1.tar.bz2\"; locale = \"zh-TW\"; arch = \"linux-i686\"; sha256 = \"7af0d92565a54bef6c962dd8b9b100198e2cac8d47ede749bade87c30d5ee37b\"; sha256 = \"1cbab249ae670a204e464a9082365967a74ce2533bdab60682c14fe65dafba16\"; } ]; }"} {"_id":"doc-en-nixpkgs-0c0352ed3f0ae7a119a143bbf3027c2a010e340010e04f3ca9785ae61e186737","title":"","text":"stdenv.mkDerivation rec { pname = \"thunderbird\"; version = \"78.4.0\"; version = \"78.4.1\"; src = fetchurl { url = \"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz\"; sha512 = \"04b6n3gsan0a5abh371ws3c3rry4dcb3c6rbqmcxkzrdjg2xr5vn6xhlg3dgl3l01p0hp1xqpckj8g5yb2dq2x07xgg1hnyhs9aadh5\"; \"2mbb139xdi69bnvvg7zabwbw181xnz7y154viynmkwyh4iww0hcsvr88q246gnif8a7jns3pi4qgqxgzflyl6mzpsvfdrbjs5hylanx\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-2459fe2c64d87a5f571bcefb609f6ced34e8827ce5afc2e62437efa5c1cce900","title":"","text":"thunderbird = thunderbird-78; thunderbird-78 = callPackage ../applications/networking/mailreaders/thunderbird { inherit (rustPackages) cargo rustc; # Using older Rust for workaround: # https://bugzilla.mozilla.org/show_bug.cgi?id=1663715 inherit (rustPackages_1_45) cargo rustc; libpng = libpng_apng; icu = icu67; libvpx = libvpx_1_8;"} {"_id":"doc-en-nixpkgs-ed7acaf3e5d14e9866faf715edc7ac4131dcf51468f2b1f7d2c01dc4d9bf45d6","title":"","text":" { stdenv, fetchFromGitHub, audiofile, libtiff, autoreconfHook }: stdenv.mkDerivation rec { version = \"3.0.0\"; pname = \"spandsp\"; src = fetchFromGitHub { owner = \"freeswitch\"; repo = pname; rev = \"6ec23e5a7e411a22d59e5678d12c4d2942c4a4b6\"; # upstream does not seem to believe in tags sha256 = \"03w0s99y3zibi5fnvn8lk92dggfgrr0mz5255745jfbz28b2d5y7\"; }; outputs = [ \"out\" \"dev\" ]; nativeBuildInputs = [ autoreconfHook ]; propagatedBuildInputs = [ audiofile libtiff ]; meta = { description = \"A portable and modular SIP User-Agent with audio and video support\"; homepage = \"https://github.com/freeswitch/spandsp\"; platforms = with stdenv.lib.platforms; linux; maintainers = with stdenv.lib.maintainers; [ ajs124 ]; license = stdenv.lib.licenses.gpl2; }; } "} {"_id":"doc-en-nixpkgs-5fab3833a5620efee21a07c61085db33bba9e3483cca9032031a58c3045693f6","title":"","text":" { stdenv, fetchFromGitHub, audiofile, libtiff, autoreconfHook }: {stdenv, fetchurl, audiofile, libtiff}: stdenv.mkDerivation rec { version = \"3.0.0\"; version = \"0.0.6\"; pname = \"spandsp\"; src = fetchFromGitHub { owner = \"freeswitch\"; repo = pname; rev = \"6ec23e5a7e411a22d59e5678d12c4d2942c4a4b6\"; # upstream does not seem to believe in tags sha256 = \"03w0s99y3zibi5fnvn8lk92dggfgrr0mz5255745jfbz28b2d5y7\"; src=fetchurl { url = \"https://www.soft-switch.org/downloads/spandsp/spandsp-${version}.tar.gz\"; sha256 = \"0rclrkyspzk575v8fslzjpgp4y2s4x7xk3r55ycvpi4agv33l1fc\"; }; outputs = [ \"out\" \"dev\" ]; nativeBuildInputs = [ autoreconfHook ]; propagatedBuildInputs = [ audiofile libtiff ]; propagatedBuildInputs = [audiofile libtiff]; meta = { description = \"A portable and modular SIP User-Agent with audio and video support\"; homepage = \"https://github.com/freeswitch/spandsp\"; homepage = \"http://www.creytiv.com/baresip.html\"; platforms = with stdenv.lib.platforms; linux; maintainers = with stdenv.lib.maintainers; [raskin]; license = stdenv.lib.licenses.gpl2; downloadPage = \"http://www.soft-switch.org/downloads/spandsp/\"; inherit version; updateWalker = true; }; }"} {"_id":"doc-en-nixpkgs-848c068886af8c482d96e08fe186c671334cb5c7ae7fc7b637e9c4cc06eb2fff","title":"","text":", ffmpeg , libmysqlclient , postgresql , spandsp , spandsp3 , sofia_sip }:"} {"_id":"doc-en-nixpkgs-151b302a5db2bc2e51df281ce7ba5f1d0cec39bcf09245e2cdbbb98ae289d1de","title":"","text":"snom = mk \"applications/mod_snom\" []; sonar = mk \"applications/mod_sonar\" []; soundtouch = mk \"applications/mod_soundtouch\" []; spandsp = mk \"applications/mod_spandsp\" [ spandsp ]; spandsp = mk \"applications/mod_spandsp\" [ spandsp3 ]; spy = mk \"applications/mod_spy\" []; stress = mk \"applications/mod_stress\" []; translate = mk \"applications/mod_translate\" [];"} {"_id":"doc-en-nixpkgs-3121c1ee8e10e4a06a3bebc5cb388ece070e4f6fde616907a6e3e63818403c9b","title":"","text":"soundtouch = callPackage ../development/libraries/soundtouch {}; spandsp = callPackage ../development/libraries/spandsp {}; spandsp3 = callPackage ../development/libraries/spandsp/3.nix {}; spaceship-prompt = callPackage ../shells/zsh/spaceship-prompt {};"} {"_id":"doc-en-nixpkgs-023b238ef6c0d08bb23b19586f765f228b6776d6331a93f7edd7578fd98a67dd","title":"","text":"]; prePatch = '' sed 's_shotcutPath, \"qmelt\"_\"${mlt}/bin/melt\"_' -i src/jobs/meltjob.cpp sed 's_shotcutPath, \"melt\"_\"${mlt}/bin/melt\"_' -i src/jobs/meltjob.cpp sed 's_shotcutPath, \"ffmpeg\"_\"${mlt.ffmpeg}/bin/ffmpeg\"_' -i src/jobs/ffmpegjob.cpp sed 's_qApp->applicationDirPath(), \"ffmpeg\"_\"${mlt.ffmpeg}/bin/ffmpeg\"_' -i src/docks/encodedock.cpp NICE=$(type -P nice)"} {"_id":"doc-en-nixpkgs-274be68830d7d58f83ba9dedc48735440524765215695f12a5be4b52a04bca90","title":"","text":" # Citrix Workspace {#sec-citrix} The [Citrix Workspace App](https://www.citrix.com/products/workspace-app/) is a remote desktop viewer which provides access to [XenDesktop](https://www.citrix.com/products/xenapp-xendesktop/) installations. ## Basic usage {#sec-citrix-base} The tarball archive needs to be downloaded manually as the license agreements of the vendor for [Citrix Workspace](https://www.citrix.de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html) needs to be accepted first. Then run `nix-prefetch-url file://$PWD/linuxx64-$version.tar.gz`. With the archive available in the store the package can be built and installed with Nix. ## Citrix Selfservice {#sec-citrix-selfservice} The [selfservice](https://support.citrix.com/article/CTX200337) is an application managing Citrix desktops and applications. Please note that this feature only works with at least citrix_workspace_20_06_0 and later versions. In order to set this up, you first have to [download the `.cr` file from the Netscaler Gateway](https://its.uiowa.edu/support/article/102186). After that you can configure the `selfservice` like this: ```ShellSession $ storebrowse -C ~/Downloads/receiverconfig.cr $ selfservice ``` ## Custom certificates {#sec-citrix-custom-certs} The `Citrix Workspace App` in `nixpkgs` trusts several certificates [from the Mozilla database](https://curl.haxx.se/docs/caextract.html) by default. However several companies using Citrix might require their own corporate certificate. On distros with imperative packaging these certs can be stored easily in [`$ICAROOT`](https://developer-docs.citrix.com/projects/receiver-for-linux-command-reference/en/13.7/), however this directory is a store path in `nixpkgs`. In order to work around this issue the package provides a simple mechanism to add custom certificates without rebuilding the entire package using `symlinkJoin`: ```nix with import { config.allowUnfree = true; }; let extraCerts = [ ./custom-cert-1.pem ./custom-cert-2.pem # ... ]; in citrix_workspace.override { inherit extraCerts; } ``` "} {"_id":"doc-en-nixpkgs-bf898154c662644410f26714c36b7d77eb18986672b376ecab21e26b388e1484","title":"","text":" This chapter contains information about how to use and maintain the Nix expressions for a number of specific packages, such as the Linux kernel or X.org. "} {"_id":"doc-en-nixpkgs-d9ba61c719cee30978b2d09ea7fec38973f05a00311b55d1eefe6eeee6b10d21","title":"","text":" "} {"_id":"doc-en-nixpkgs-a91b3b091f1e92ffd5c53a535924b1419fa21de6fd3328d9ed2186f1b46b5665","title":"","text":" # Urxvt {#sec-urxvt} Urxvt, also known as rxvt-unicode, is a highly customizable terminal emulator. ## Configuring urxvt {#sec-urxvt-conf} In `nixpkgs`, urxvt is provided by the package `rxvt-unicode`. It can be configured to include your choice of plugins, reducing its closure size from the default configuration which includes all available plugins. To make use of this functionality, use an overlay or directly install an expression that overrides its configuration, such as ```nix rxvt-unicode.override { configure = { availablePlugins, ... }: { plugins = with availablePlugins; [ perls resize-font vtwheel ]; }; } ``` If the `configure` function returns an attrset without the `plugins` attribute, `availablePlugins` will be used automatically. In order to add plugins but also keep all default plugins installed, it is possible to use the following method: ```nix rxvt-unicode.override { configure = { availablePlugins, ... }: { plugins = (builtins.attrValues availablePlugins) ++ [ custom-plugin ]; }; } ``` To get a list of all the plugins available, open the Nix REPL and run ```ShellSession $ nix repl :l map (p: p.name) pkgs.rxvt-unicode.plugins ``` Alternatively, if your shell is bash or zsh and have completion enabled, simply type `nixpkgs.rxvt-unicode.plugins.`. In addition to `plugins` the options `extraDeps` and `perlDeps` can be used to install extra packages. `extraDeps` can be used, for example, to provide `xsel` (a clipboard manager) to the clipboard plugin, without installing it globally: ```nix rxvt-unicode.override { configure = { availablePlugins, ... }: { pluginsDeps = [ xsel ]; }; } ``` `perlDeps` is a handy way to provide Perl packages to your custom plugins (in `$HOME/.urxvt/ext`). For example, if you need `AnyEvent` you can do: ```nix rxvt-unicode.override { configure = { availablePlugins, ... }: { perlDeps = with perlPackages; [ AnyEvent ]; }; } ``` ## Packaging urxvt plugins {#sec-urxvt-pkg} Urxvt plugins resides in `pkgs/applications/misc/rxvt-unicode-plugins`. To add a new plugin create an expression in a subdirectory and add the package to the set in `pkgs/applications/misc/rxvt-unicode-plugins/default.nix`. A plugin can be any kind of derivation, the only requirement is that it should always install perl scripts in `$out/lib/urxvt/perl`. Look for existing plugins for examples. If the plugin is itself a perl package that needs to be imported from other plugins or scripts, add the following passthrough: ```nix passthru.perlPackages = [ \"self\" ]; ``` This will make the urxvt wrapper pick up the dependency and set up the perl path accordingly. "} {"_id":"doc-en-nixpkgs-01563ef65c4d59aeca207e3477c22184415679d10ab2c1d6418a3b40e2327532","title":"","text":"
Urxvt Urxvt, also known as rxvt-unicode, is a highly customizable terminal emulator.
Configuring urxvt In nixpkgs, urxvt is provided by the package rxvt-unicode. It can be configured to include your choice of plugins, reducing its closure size from the default configuration which includes all available plugins. To make use of this functionality, use an overlay or directly install an expression that overrides its configuration, such as rxvt-unicode.override { configure = { availablePlugins, ... }: { plugins = with availablePlugins; [ perls resize-font vtwheel ]; }; } If the configure function returns an attrset without the plugins attribute, availablePlugins will be used automatically. In order to add plugins but also keep all default plugins installed, it is possible to use the following method: rxvt-unicode.override { configure = { availablePlugins, ... }: { plugins = (builtins.attrValues availablePlugins) ++ [ custom-plugin ]; }; } To get a list of all the plugins available, open the Nix REPL and run $ nix repl :l <nixpkgs> map (p: p.name) pkgs.rxvt-unicode.plugins Alternatively, if your shell is bash or zsh and have completion enabled, simply type nixpkgs.rxvt-unicode.plugins.<tab>. In addition to plugins the options extraDeps and perlDeps can be used to install extra packages. extraDeps can be used, for example, to provide xsel (a clipboard manager) to the clipboard plugin, without installing it globally: rxvt-unicode.override { configure = { availablePlugins, ... }: { pluginsDeps = [ xsel ]; }; } perlDeps is a handy way to provide Perl packages to your custom plugins (in $HOME/.urxvt/ext). For example, if you need AnyEvent you can do: rxvt-unicode.override { configure = { availablePlugins, ... }: { perlDeps = with perlPackages; [ AnyEvent ]; }; }
Packaging urxvt plugins Urxvt plugins resides in pkgs/applications/misc/rxvt-unicode-plugins. To add a new plugin create an expression in a subdirectory and add the package to the set in pkgs/applications/misc/rxvt-unicode-plugins/default.nix. A plugin can be any kind of derivation, the only requirement is that it should always install perl scripts in $out/lib/urxvt/perl. Look for existing plugins for examples. If the plugin is itself a perl package that needs to be imported from other plugins or scripts, add the following passthrough: passthru.perlPackages = [ \"self\" ]; This will make the urxvt wrapper pick up the dependency and set up the perl path accordingly.
"} {"_id":"doc-en-nixpkgs-24ae7d80e48f1eb0ce71c0bccf162a1cad2f0542b7e072bff4aeb8ed85ca718e","title":"","text":" ZFS module will not allow hibernation by default, this is a safety measure to prevent data loss cases like the ones described at OpenZFS/260 and OpenZFS/12842. Use the boot.zfs.allowHibernation option to configure this behaviour. The Redis module now disables RDB persistence when services.redis.servers.<name>.save = [] instead of using the Redis default."} {"_id":"doc-en-nixpkgs-d37237d942d08545c07347fed41b1548d13fcbcd6c04c54b051a7985dfabf9fc","title":"","text":"- A new module was added for the Saleae Logic device family, providing the options `hardware.saleae-logic.enable` and `hardware.saleae-logic.package`. - ZFS module will not allow hibernation by default, this is a safety measure to prevent data loss cases like the ones described at [OpenZFS/260](https://github.com/openzfs/zfs/issues/260) and [OpenZFS/12842](https://github.com/openzfs/zfs/issues/12842). Use the `boot.zfs.allowHibernation` option to configure this behaviour. - The Redis module now disables RDB persistence when `services.redis.servers..save = []` instead of using the Redis default. - Neo4j was updated from version 3 to version 4. See this [migration guide](https://neo4j.com/docs/upgrade-migration-guide/current/) on how to migrate your Neo4j instance."} {"_id":"doc-en-nixpkgs-f7c45982eb42235da2de82ca3d02ab345fc39691c4e9b85a928824d0f622afba","title":"","text":"''; }; allowHibernation = mkOption { type = types.bool; default = false; description = lib.mdDoc '' Allow hibernation support, this may be a unsafe option depending on your setup. Make sure to NOT use Swap on ZFS. ''; }; extraPools = mkOption { type = types.listOf types.str; default = [];"} {"_id":"doc-en-nixpkgs-1a08e7919a8ba22407915167269866242f2d81768f407c752643fb2dcc717294","title":"","text":"boot = { kernelModules = [ \"zfs\" ]; # https://github.com/openzfs/zfs/issues/260 # https://github.com/openzfs/zfs/issues/12842 # https://github.com/NixOS/nixpkgs/issues/106093 kernelParams = lib.optionals (!config.boot.zfs.allowHibernation) [ \"nohibernate\" ]; extraModulePackages = [ (if config.boot.zfs.enableUnstable then"} {"_id":"doc-en-nixpkgs-1982b0ced39fa05178033a2e8b627bf1d881a0d304288c8f867a9b7c2b1a0dc2","title":"","text":"in (concatStringsSep \"n\" (flatten [ \"runHook preInstall\" (optionalString (withScripting) \"buildPythonPath \"${base} $pythonPath\" n\") # wrap each of the directly usable tools"} {"_id":"doc-en-nixpkgs-1b484315cf65e3695938069e2cb162bc344bf0e4d7b9f408f94ae0c0a8c911c7","title":"","text":"# link in the CLI utils (map (util: \"ln -s ${base}/bin/${util} $out/bin/${util}\") utils) \"runHook postInstall\" ]) ) ; postInstall = '' mkdir -p $out/share ln -s ${base}/share/applications $out/share/applications ln -s ${base}/share/icons $out/share/icons ln -s ${base}/share/mime $out/share/mime ''; # can't run this for each pname # stable and unstable are in the same versions.nix # and kicad-small reuses stable"} {"_id":"doc-en-nixpkgs-bf1a51430e4c6307b0cc9b146a4abf6a8daf43d1156eb4167addee43133954ad","title":"","text":"KiCad is an open source software suite for Electronic Design Automation. The Programs handle Schematic Capture, and PCB Layout with Gerber output. ''; license = lib.licenses.agpl3; license = lib.licenses.gpl3Plus; # berce seems inactive... maintainers = with lib.maintainers; [ evils kiwi berce ]; # kicad is cross platform"} {"_id":"doc-en-nixpkgs-818f1f8e8b593615100b25c80b06e5bde9c68473b636ae07ae26be3505bb36d6","title":"","text":"}: let inherit (stdenv.lib) optionals optional optionalString; inherit (stdenv.lib) optionals optional optionalString concatStringsSep; inherit (darwin.apple_sdk.frameworks) Security; llvmSharedForBuild = pkgsBuildBuild.llvm_10.override { enableSharedLibraries = true; };"} {"_id":"doc-en-nixpkgs-20cc1832d127a43c3ca5c69e60ac6710e048718ebf68da1b24014dc9f0791e7d","title":"","text":"\"--enable-vendor\" \"--build=${rust.toRustTargetSpec stdenv.buildPlatform}\" \"--host=${rust.toRustTargetSpec stdenv.hostPlatform}\" \"--target=${rust.toRustTargetSpec stdenv.targetPlatform}\" # std is built for all platforms in --target. When building a cross-compiler # we need to add the host platform as well so rustc can compile build.rs # scripts. \"--target=${concatStringsSep \",\" ([ (rust.toRustTargetSpec stdenv.targetPlatform) ] ++ optionals (stdenv.hostPlatform != stdenv.targetPlatform) [ (rust.toRustTargetSpec stdenv.hostPlatform) ])}\" \"${setBuild}.cc=${ccForBuild}\" \"${setHost}.cc=${ccForHost}\""} {"_id":"doc-en-nixpkgs-0dcdd3ff2d0ff9034bc6157a4ccbeefda5948f95e6f78193485c52f15f1c9223","title":"","text":"virtualisation.bootDevice = mkDefault (driveDeviceName 1); virtualisation.useEFIBoot = mkDefault (config.boot.loader.systemd-boot.enable || config.boot.loader.efi.canTouchEfiVariables); virtualisation.pathsInNixDB = [ config.system.build.toplevel ]; # FIXME: Consolidate this one day."} {"_id":"doc-en-nixpkgs-1d2b59c416bd15613d0dc20c50028a8739f90ef66da2a25f0def1dd41e33cfa1","title":"","text":"let common = { virtualisation.useBootLoader = true; virtualisation.useEFIBoot = true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; environment.systemPackages = [ pkgs.efibootmgr ];"} {"_id":"doc-en-nixpkgs-c4116f8e19a9e373455205b3aea76a801bc9ced420f38eb616d22aa2a96f13fd","title":"","text":"Based on , existing installations will continue to work. The prometheus json exporter is now managed by the prometheus community. Together with additional features some backwards incompatibilities were introduced. Most importantly the exporter no longer accepts a fixed command-line parameter to specify the URL of the endpoint serving JSON. It now expects this URL to be passed as an URL parameter, when scraping the exporter's /probe endpoint. In the prometheus scrape configuration the scrape target might look like this: http://some.json-exporter.host:7979/probe?target=https://example.com/some/json/endpoint Existing configuration for the exporter needs to be updated, but can partially be re-used. Documentation is available in the upstream repository and a small example for NixOS is available in the corresponding NixOS test. These changes also affect , which is just a preconfigured instance of the json exporter. For more information, take a look at the official documentation of the json_exporter. "} {"_id":"doc-en-nixpkgs-b721e8d6e188a2cf136ffab7e575e5ddc014d3d5c54179405d35d252aedec19f","title":"","text":"services.prometheus.exporters.minio.minioAddress = mkDefault \"http://localhost:9000\"; services.prometheus.exporters.minio.minioAccessKey = mkDefault config.services.minio.accessKey; services.prometheus.exporters.minio.minioAccessSecret = mkDefault config.services.minio.secretKey; })] ++ [(mkIf config.services.rspamd.enable { services.prometheus.exporters.rspamd.url = mkDefault \"http://localhost:11334/stat\"; })] ++ [(mkIf config.services.prometheus.exporters.rtl_433.enable { hardware.rtl-sdr.enable = mkDefault true; })] ++ [(mkIf config.services.nginx.enable {"} {"_id":"doc-en-nixpkgs-2aa8125e886fe119ca85f6756487933868272a26b7345f356d4733b556ba0217","title":"","text":"{ port = 7979; extraOpts = { url = mkOption { type = types.str; description = '' URL to scrape JSON from. ''; }; configFile = mkOption { type = types.path; description = '' Path to configuration file. ''; }; listenAddress = {}; # not used }; serviceOpts = { serviceConfig = { ExecStart = '' ${pkgs.prometheus-json-exporter}/bin/prometheus-json-exporter --port ${toString cfg.port} ${cfg.url} ${escapeShellArg cfg.configFile} ${pkgs.prometheus-json-exporter}/bin/json_exporter --config.file ${escapeShellArg cfg.configFile} --web.listen-address=\"${cfg.listenAddress}:${toString cfg.port}\" ${concatStringsSep \" n \" cfg.extraFlags} ''; }; }; imports = [ (mkRemovedOptionModule [ \"url\" ] '' This option was removed. The URL of the endpoint serving JSON must now be provided to the exporter by prometheus via the url parameter `target'. In prometheus a scrape URL would look like this: http://some.json-exporter.host:7979/probe?target=https://example.com/some/json/endpoint For more information, take a look at the official documentation (https://github.com/prometheus-community/json_exporter) of the json_exporter. '') ({ options.warnings = options.warnings; options.assertions = options.assertions; }) ]; }"} {"_id":"doc-en-nixpkgs-68a2298918d1850d14f1fcaa963034bdae646d3210780285e04c8f97882b1373","title":"","text":"echo '${builtins.toJSON conf}' | ${pkgs.buildPackages.jq}/bin/jq '.' > $out ''; generateConfig = extraLabels: (map (path: { name = \"rspamd_${replaceStrings [ \".\" \" \" ] [ \"_\" \"_\" ] path}\"; path = \"$.${path}\"; labels = extraLabels; }) [ \"actions.'add header'\" \"actions.'no action'\" \"actions.'rewrite subject'\" \"actions.'soft reject'\" \"actions.greylist\" \"actions.reject\" \"bytes_allocated\" \"chunks_allocated\" \"chunks_freed\" \"chunks_oversized\" \"connections\" \"control_connections\" \"ham_count\" \"learned\" \"pools_allocated\" \"pools_freed\" \"read_only\" \"scanned\" \"shared_chunks_allocated\" \"spam_count\" \"total_learns\" ]) ++ [{ name = \"rspamd_statfiles\"; type = \"object\"; path = \"$.statfiles[*]\"; labels = recursiveUpdate { symbol = \"$.symbol\"; type = \"$.type\"; } extraLabels; values = { revision = \"$.revision\"; size = \"$.size\"; total = \"$.total\"; used = \"$.used\"; languages = \"$.languages\"; users = \"$.users\"; }; }]; generateConfig = extraLabels: { metrics = (map (path: { name = \"rspamd_${replaceStrings [ \".\" \" \" ] [ \"_\" \"_\" ] path}\"; path = \"$.${path}\"; labels = extraLabels; }) [ \"actions.'add header'\" \"actions.'no action'\" \"actions.'rewrite subject'\" \"actions.'soft reject'\" \"actions.greylist\" \"actions.reject\" \"bytes_allocated\" \"chunks_allocated\" \"chunks_freed\" \"chunks_oversized\" \"connections\" \"control_connections\" \"ham_count\" \"learned\" \"pools_allocated\" \"pools_freed\" \"read_only\" \"scanned\" \"shared_chunks_allocated\" \"spam_count\" \"total_learns\" ]) ++ [{ name = \"rspamd_statfiles\"; type = \"object\"; path = \"$.statfiles[*]\"; labels = recursiveUpdate { symbol = \"$.symbol\"; type = \"$.type\"; } extraLabels; values = { revision = \"$.revision\"; size = \"$.size\"; total = \"$.total\"; used = \"$.used\"; languages = \"$.languages\"; users = \"$.users\"; }; }]; }; in { port = 7980; extraOpts = { listenAddress = {}; # not used url = mkOption { type = types.str; description = '' URL to the rspamd metrics endpoint. Defaults to http://localhost:11334/stat when is true. ''; }; extraLabels = mkOption { type = types.attrsOf types.str; default = {"} {"_id":"doc-en-nixpkgs-878828c1d42e0fa2e8272e8e4cc016ce2a824ee6fdb35abc50bd71bf5c268ea2","title":"","text":"}; }; serviceOpts.serviceConfig.ExecStart = '' ${pkgs.prometheus-json-exporter}/bin/prometheus-json-exporter --port ${toString cfg.port} ${cfg.url} ${prettyJSON (generateConfig cfg.extraLabels)} ${pkgs.prometheus-json-exporter}/bin/json_exporter --config.file ${prettyJSON (generateConfig cfg.extraLabels)} --web.listen-address \"${cfg.listenAddress}:${toString cfg.port}\" ${concatStringsSep \" n \" cfg.extraFlags} ''; imports = [ (mkRemovedOptionModule [ \"url\" ] '' This option was removed. The URL of the rspamd metrics endpoint must now be provided to the exporter by prometheus via the url parameter `target'. In prometheus a scrape URL would look like this: http://some.rspamd-exporter.host:7980/probe?target=http://some.rspamd.host:11334/stat For more information, take a look at the official documentation (https://github.com/prometheus-community/json_exporter) of the json_exporter. '') ({ options.warnings = options.warnings; options.assertions = options.assertions; }) ]; }"} {"_id":"doc-en-nixpkgs-adade4a9638c98bf3f53c94fd75ead97a409e89c76c4e40e88886356e0f7712e","title":"","text":"exporterConfig = { enable = true; url = \"http://localhost\"; configFile = pkgs.writeText \"json-exporter-conf.json\" (builtins.toJSON [{ name = \"json_test_metric\"; path = \"$.test\"; }]); configFile = pkgs.writeText \"json-exporter-conf.json\" (builtins.toJSON { metrics = [ { name = \"json_test_metric\"; path = \"$.test\"; } ]; }); }; metricProvider = { systemd.services.prometheus-json-exporter.after = [ \"nginx.service\" ];"} {"_id":"doc-en-nixpkgs-3029608c98684ef7f5c6c11559227752e1c6aa5a0aac68c579e4ca1b5841d876","title":"","text":"wait_for_open_port(80) wait_for_unit(\"prometheus-json-exporter.service\") wait_for_open_port(7979) succeed(\"curl -sSf localhost:7979/metrics | grep -q 'json_test_metric 1'\") succeed( \"curl -sSf 'localhost:7979/probe?target=http://localhost' | grep -q 'json_test_metric 1'\" ) ''; };"} {"_id":"doc-en-nixpkgs-3a7d5243c403c2f98b821e3488d66c2b406410fa3c674d1c5201f218420b4e83","title":"","text":"wait_for_open_port(11334) wait_for_open_port(7980) wait_until_succeeds( \"curl -sSf localhost:7980/metrics | grep -q 'rspamd_scanned{host=\"rspamd\"} 0'\" \"curl -sSf 'localhost:7980/probe?target=http://localhost:11334/stat' | grep -q 'rspamd_scanned{host=\"rspamd\"} 0'\" ) ''; };"} {"_id":"doc-en-nixpkgs-bb6294d09f70dfeba1203503b6b331e44abe16c081f1312894c56562e5cbcae1","title":"","text":" # This file was generated by go2nix. { buildGoPackage, fetchFromGitHub, fetchpatch, lib, nixosTests }: { lib, buildGoModule, fetchFromGitHub, nixosTests }: buildGoPackage { buildGoModule rec { pname = \"prometheus-json-exporter\"; version = \"unstable-2017-10-06\"; goPackagePath = \"github.com/kawamuray/prometheus-json-exporter\"; version = \"0.2.0\"; src = fetchFromGitHub { owner = \"kawamuray\"; repo = \"prometheus-json-exporter\"; rev = \"51e3dc02a30ab818bb73e5c98c3853231c2dbb5f\"; sha256 = \"1v1p4zcqnb3d3rm55r695ydn61h6gz95f55cpa22hzw18dasahdh\"; owner = \"prometheus-community\"; repo = \"json_exporter\"; rev = \"v${version}\"; sha256 = \"1aabvd75a2223x5wnbyryigj7grw6l05jhr3g3s97b1f1hfigz6d\"; }; goDeps = ./json-exporter_deps.nix; patches = [(fetchpatch { # adds bool support url = \"https://patch-diff.githubusercontent.com/raw/kawamuray/prometheus-json-exporter/pull/17.patch\"; sha256 = \"0mc5axhd2bykci41dgswl4r1552d70jsmb17lbih7czhsy6rgmrm\"; })]; vendorSha256 = \"03kb0gklq08krl7qnvs7267siw1pkyy346b42dsk1d9gr5302wsw\"; passthru.tests = { inherit (nixosTests.prometheus-exporters) json; }; meta = with lib; { description = \"A prometheus exporter which scrapes remote JSON by JSONPath\"; homepage = \"https://github.com/kawamuray/prometheus-json-exporter\"; homepage = \"https://github.com/prometheus-community/json_exporter\"; license = licenses.asl20; maintainers = with maintainers; [ willibutz ]; };"} {"_id":"doc-en-nixpkgs-bd9e30505bdb099bfeb0ef42f82a54693f6121645737bf4d570599e643c4c33e","title":"","text":" # This file was generated by go2nix. [ { goPackagePath = \"github.com/Sirupsen/logrus\"; fetch = { type = \"git\"; url = \"https://github.com/Sirupsen/logrus\"; rev = \"a437dfd2463eaedbec3dfe443e477d3b0a810b3f\"; sha256 = \"1904s2bbc7p88anzjp6fyj3jrbm5p6wbb8j4490674dq10kkcfbj\"; }; } { goPackagePath = \"github.com/beorn7/perks\"; fetch = { type = \"git\"; url = \"https://github.com/beorn7/perks\"; rev = \"4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9\"; sha256 = \"1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y\"; }; } { goPackagePath = \"github.com/golang/protobuf\"; fetch = { type = \"git\"; url = \"https://github.com/golang/protobuf\"; rev = \"8ee79997227bf9b34611aee7946ae64735e6fd93\"; sha256 = \"0qm1lpdhf97k2hxgivq2cpjgawhlmmz39y230kgxijhm96xijxb8\"; }; } { goPackagePath = \"github.com/kawamuray/jsonpath\"; fetch = { type = \"git\"; url = \"https://github.com/kawamuray/jsonpath\"; rev = \"5c448ebf973557834ef870e788b0b2d95ac68d12\"; sha256 = \"1i1id1i85rf09rldp03h0ibyi6zg0fz9p9l5qj7i8dfs6h6y8f0a\"; }; } { goPackagePath = \"github.com/kawamuray/prometheus-exporter-harness\"; fetch = { type = \"git\"; url = \"https://github.com/kawamuray/prometheus-exporter-harness\"; rev = \"97eeea7b8b0619ea2a065d75c0f0f5909327afa6\"; sha256 = \"12al8irf8jb6p2xmm4wbh0wjqsyrdywynr4w122wxxnsx2n56xyv\"; }; } { goPackagePath = \"github.com/matttproud/golang_protobuf_extensions\"; fetch = { type = \"git\"; url = \"https://github.com/matttproud/golang_protobuf_extensions\"; rev = \"c12348ce28de40eed0136aa2b644d0ee0650e56c\"; sha256 = \"1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya\"; }; } { goPackagePath = \"github.com/prometheus/client_golang\"; fetch = { type = \"git\"; url = \"https://github.com/prometheus/client_golang\"; rev = \"575f371f7862609249a1be4c9145f429fe065e32\"; sha256 = \"0hyvszjv5m6i40k2fn21c3bjr8jhlfdqavk1r6g2v5dybyj47vps\"; }; } { goPackagePath = \"github.com/prometheus/client_model\"; fetch = { type = \"git\"; url = \"https://github.com/prometheus/client_model\"; rev = \"fa8ad6fec33561be4280a8f0514318c79d7f6cb6\"; sha256 = \"11a7v1fjzhhwsl128znjcf5v7v6129xjgkdpym2lial4lac1dhm9\"; }; } { goPackagePath = \"github.com/prometheus/common\"; fetch = { type = \"git\"; url = \"https://github.com/prometheus/common\"; rev = \"0d5de9d6d8629cb8bee6d4674da4127cd8b615a3\"; sha256 = \"1zlvvgw67p66fz9nswkydq15j4a5z5kkiskl0jxps8i27ya1baq0\"; }; } { goPackagePath = \"github.com/prometheus/procfs\"; fetch = { type = \"git\"; url = \"https://github.com/prometheus/procfs\"; rev = \"abf152e5f3e97f2fafac028d2cc06c1feb87ffa5\"; sha256 = \"0cp8lznv1b4zhi3wnbjkfxwzhkqd3wbmiy6mwgjanip8l9l3ykws\"; }; } { goPackagePath = \"github.com/urfave/cli\"; fetch = { type = \"git\"; url = \"https://github.com/urfave/cli\"; rev = \"0bdeddeeb0f650497d603c4ad7b20cfe685682f6\"; sha256 = \"1ny63c7bfwfrsp7vfkvb4i0xhq4v7yxqnwxa52y4xlfxs4r6v6fg\"; }; } { goPackagePath = \"gopkg.in/yaml.v2\"; fetch = { type = \"git\"; url = \"https://gopkg.in/yaml.v2\"; rev = \"a5b47d31c556af34a302ce5d659e6fea44d90de0\"; sha256 = \"0v6l48fshdjrqzyq1kwn22gy7vy434xdr1i0lm3prsf6jbln9fam\"; }; } ] "} {"_id":"doc-en-nixpkgs-cf7e5685c57d57d4874c19baf2b2c688141d98816f527f78840bf6e2f15e1d1a","title":"","text":"# WARNING: NEVER set any of the options below to `true` by default. # Set to `!privacySupport` or `false`. , crashreporterSupport ? !privacySupport , geolocationSupport ? !privacySupport , googleAPISupport ? geolocationSupport , webrtcSupport ? !privacySupport"} {"_id":"doc-en-nixpkgs-0161b364c57e649c30d6913a930b80756e1cb3ee9cfad22d305e50b2b572c352","title":"","text":"# `browser.eme.ui.enabled` and `media.gmp-widevinecdm.enabled` accordingly , drmSupport ? true ## other , crashreporterSupport ? false # As stated by Sylvestre Ledru (@sylvestre) on Nov 22, 2017 at # https://github.com/NixOS/nixpkgs/issues/31843#issuecomment-346372756 we # have permission to use the official firefox branding."} {"_id":"doc-en-nixpkgs-bf355ad7f0285ddd3406f35d78700d1baa6a8ccb1a3a933664d0f5fdd44d187f","title":"","text":"sv-kalender = callPackage ./sv-kalender { }; tree-sitter-langs = callPackage ./tree-sitter-langs { final = self; }; tsc = callPackage ./tsc { }; youtube-dl = callPackage ./youtube-dl { }; # From old emacsPackages (pre emacsPackagesNg)"} {"_id":"doc-en-nixpkgs-67b7d9e562f22c25da2ef22b2e82f36caeb9257466f28095f3ec240eff282861","title":"","text":" [ \"tree-sitter-agda\", \"tree-sitter-bash\", \"tree-sitter-c\", \"tree-sitter-c-sharp\", \"tree-sitter-cpp\", \"tree-sitter-css\", \"tree-sitter-elixir\", \"tree-sitter-elm\", \"tree-sitter-fluent\", \"tree-sitter-go\", \"tree-sitter-haskell\", \"tree-sitter-hcl\", \"tree-sitter-html\", \"tree-sitter-java\", \"tree-sitter-javascript\", \"tree-sitter-jsdoc\", \"tree-sitter-json\", \"tree-sitter-julia\", \"tree-sitter-nix\", \"tree-sitter-ocaml\", \"tree-sitter-php\", \"tree-sitter-prisma\", \"tree-sitter-python\", \"tree-sitter-ruby\", \"tree-sitter-rust\", \"tree-sitter-scala\", \"tree-sitter-swift\", \"tree-sitter-typescript\", \"tree-sitter-verilog\", \"tree-sitter-zig\" ] "} {"_id":"doc-en-nixpkgs-871d64a9d64cbc37a99c555057b3f692490892338b4b2bfba7d342da7435dcb8","title":"","text":" { lib , pkgs , symlinkJoin , fetchzip , melpaBuild , stdenv , fetchFromGitHub , writeText , melpaStablePackages , runCommand , tree-sitter-grammars , plugins ? map (g: tree-sitter-grammars.${g}) (lib.importJSON ./default-grammars.json) , final }: let inherit (melpaStablePackages) tree-sitter-langs; libSuffix = if stdenv.isDarwin then \"dylib\" else \"so\"; soName = g: lib.removeSuffix \"-grammar\" (lib.removePrefix \"tree-sitter-\" g.pname) + \".\" + libSuffix; grammarDir = runCommand \"emacs-tree-sitter-grammars\" { # Fake same version number as upstream language bundle to prevent triggering runtime downloads inherit (tree-sitter-langs) version; } ('' install -d $out/langs/bin echo -n $version > $out/langs/bin/BUNDLE-VERSION '' + lib.concatStringsSep \"n\" (map ( g: \"ln -s ${g}/parser $out/langs/bin/${soName g}\") plugins )); in melpaStablePackages.tree-sitter-langs.overrideAttrs(old: { postPatch = old.postPatch or \"\" + '' substituteInPlace ./tree-sitter-langs-build.el --replace \"tree-sitter-langs-grammar-dir tree-sitter-langs--dir\" \"tree-sitter-langs-grammar-dir \"${grammarDir}/langs\"\" ''; passthru = old.passthru or {} // { inherit plugins; withPlugins = fn: final.tree-sitter-langs.override { plugins = fn tree-sitter-grammars; }; }; }) "} {"_id":"doc-en-nixpkgs-0133eec444252b36c89370a96aadcc2d849fd2f4e77644e4dae7711509acac4f","title":"","text":" #!/usr/bin/env nix-shell #! nix-shell ../../../../../../. -i python3 -p python3 -p nix from os.path import ( dirname, abspath, join, ) from typing import ( List, Any, ) import subprocess import json import sys import os def fmt_grammar(grammar: str) -> str: return \"tree-sitter-\" + grammar def eval_expr(nixpkgs: str, expr: str) -> Any: p = subprocess.run( [ \"nix-instantiate\", \"--json\", \"--eval\", \"--expr\", (\"with import %s {}; %s\" % (nixpkgs, expr)), ], check=True, stdout=subprocess.PIPE, ) return json.loads(p.stdout) def check_grammar_exists(nixpkgs: str, grammar: str) -> bool: return eval_expr( nixpkgs, f'lib.hasAttr \"{fmt_grammar(grammar)}\" tree-sitter-grammars' ) def build_attr(nixpkgs, attr: str) -> str: return ( subprocess.run( [\"nix-build\", \"--no-out-link\", nixpkgs, \"-A\", attr], check=True, stdout=subprocess.PIPE, ) .stdout.decode() .strip() ) if __name__ == \"__main__\": cwd = dirname(abspath(__file__)) nixpkgs = abspath(join(cwd, \"../../../../../..\")) src_dir = build_attr(nixpkgs, \"emacs.pkgs.tree-sitter-langs.src\") existing: List[str] = [] grammars = os.listdir(join(src_dir, \"repos\")) for g in grammars: exists = check_grammar_exists(nixpkgs, g) if exists: existing.append(fmt_grammar(g)) else: sys.stderr.write(\"Missing grammar: \" + fmt_grammar(g) + \"n\") sys.stderr.flush() with open(join(cwd, \"default-grammars.json\"), mode=\"w\") as f: json.dump(sorted(existing), f, indent=2) f.write(\"n\") "} {"_id":"doc-en-nixpkgs-abc02a3983176ad946b2dfa030415a46362f390140c0d397359097ba0b38cbf9","title":"","text":" { lib , symlinkJoin , melpaBuild , fetchFromGitHub , rustPlatform , writeText , clang , llvmPackages , runtimeShell , writeScript , python3 , nix-prefetch-github , nix }: let srcMeta = lib.importJSON ./src.json; inherit (srcMeta) version; src = fetchFromGitHub srcMeta.src; tsc = melpaBuild { inherit src; inherit version; pname = \"tsc\"; commit = version; sourceRoot = \"source/core\"; recipe = writeText \"recipe\" '' (tsc :repo \"emacs-tree-sitter/elisp-tree-sitter\" :fetcher github) ''; }; tsc-dyn = rustPlatform.buildRustPackage { inherit version; inherit src; pname = \"tsc-dyn\"; nativeBuildInputs = [ clang ]; sourceRoot = \"source/core\"; configurePhase = '' export LIBCLANG_PATH=\"${llvmPackages.libclang.lib}/lib\" ''; postInstall = '' LIB=($out/lib/libtsc_dyn.*) TSC_PATH=$out/share/emacs/site-lisp/elpa/tsc-${version} install -d $TSC_PATH install -m444 $out/lib/libtsc_dyn.* $TSC_PATH/''${LIB/*libtsc_/tsc-} echo -n $version > $TSC_PATH/DYN-VERSION rm -r $out/lib ''; inherit (srcMeta) cargoSha256; }; in symlinkJoin { name = \"tsc-${version}\"; paths = [ tsc tsc-dyn ]; passthru = { updateScript = let pythonEnv = python3.withPackages(ps: [ ps.requests ]); in writeScript \"tsc-update\" '' #!${runtimeShell} set -euo pipefail export PATH=${lib.makeBinPath [ nix-prefetch-github nix pythonEnv ]}:$PATH exec python3 ${builtins.toString ./update.py} ${builtins.toString ./.} ''; }; meta = { description = \"The core APIs of the Emacs binding for tree-sitter.\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pimeys ]; }; } "} {"_id":"doc-en-nixpkgs-b72bf835d141d27afdbb67a0515dd7f5491b254d2813225da5df6edd37d9fee6","title":"","text":" { \"src\": { \"owner\": \"emacs-tree-sitter\", \"repo\": \"elisp-tree-sitter\", \"rev\": \"909717c685ff5a2327fa2ca8fb8a25216129361c\", \"sha256\": \"LrakDpP3ZhRQqz47dPcyoQnu5lROdaNlxGaQfQT6u+k=\" }, \"version\": \"0.18.0\", \"cargoSha256\": \"sha256-IRCZqszBkGF8anF/kpcPOzHdOP4lAtJBAp6FS5tAOx8=\" } "} {"_id":"doc-en-nixpkgs-d370c55150243dc749f96e596b110231d8121fc41d1ba16cf49de782e32f3783","title":"","text":" #!/usr/bin/env python3 from textwrap import dedent from os.path import ( abspath, dirname, join, ) from typing import ( Dict, Any, ) import subprocess import tempfile import json import sys import re import requests def eval_drv(nixpkgs: str, expr: str) -> Any: expr = \"n\".join( ( \"with (import %s {});\" % nixpkgs, expr, ) ) with tempfile.NamedTemporaryFile(mode=\"w\") as f: f.write(dedent(expr)) f.flush() p = subprocess.run( [\"nix-instantiate\", \"--json\", f.name], stdout=subprocess.PIPE, check=True ) return p.stdout.decode().strip() def get_src(tag_name: str) -> Dict[str, str]: p = subprocess.run( [ \"nix-prefetch-github\", \"--rev\", tag_name, \"--json\", \"emacs-tree-sitter\", \"elisp-tree-sitter\", ], stdout=subprocess.PIPE, check=True, ) src = json.loads(p.stdout) fields = [\"owner\", \"repo\", \"rev\", \"sha256\"] return {f: src[f] for f in fields} def get_cargo_sha256(drv_path: str): # Note: No check=True since we expect this command to fail p = subprocess.run([\"nix-store\", \"-r\", drv_path], stderr=subprocess.PIPE) stderr = p.stderr.decode() lines = iter(stderr.split(\"n\")) for l in lines: if l.startswith(\"error: hash mismatch in fixed-output derivation\"): break else: raise ValueError(\"Did not find expected hash mismatch message\") for l in lines: m = re.match(r\"s+got:s+(.+)$\", l) if m: return m.group(1) raise ValueError(\"Could not extract actual sha256 hash: \", stderr) if __name__ == \"__main__\": cwd = sys.argv[1] nixpkgs = abspath(join(cwd, \"../../../../../..\")) tag_name = requests.get( \"https://api.github.com/repos/emacs-tree-sitter/elisp-tree-sitter/releases/latest\" ).json()[\"tag_name\"] src = get_src(tag_name) with tempfile.NamedTemporaryFile(mode=\"w\") as f: json.dump(src, f) f.flush() drv_path = eval_drv( nixpkgs, \"\"\" rustPlatform.buildRustPackage { pname = \"tsc-dyn\"; version = \"%s\"; nativeBuildInputs = [ clang ]; src = fetchFromGitHub (lib.importJSON %s); sourceRoot = \"source/core\"; cargoSha256 = lib.fakeSha256; } \"\"\" % (tag_name, f.name), ) cargo_sha256 = get_cargo_sha256(drv_path) with open(join(cwd, \"src.json\"), mode=\"w\") as f: json.dump( { \"src\": src, \"version\": tag_name, \"cargoSha256\": cargo_sha256, }, f, indent=2, ) f.write(\"n\") "} {"_id":"doc-en-nixpkgs-a7662aaf0c0b41291582df75637ef4216ca3054cd12ec74176a3f94ad5cc4694","title":"","text":"sha256 = \"00d4sxq63601lzdp2ha1i8fvybh7dzih4531jh8bx07fab3sw65g\"; }) # Disable python tests on Darwin as they use gpg (see configureFlags below) ] ++ lib.optional stdenv.isDarwin ./disable-python-tests.patch; ] ++ lib.optional stdenv.isDarwin ./disable-python-tests.patch # Fix _AC_UNDECLARED_WARNING for autoconf≥2.70. See https://lists.gnupg.org/pipermail/gnupg-devel/2020-November/034643.html ++ lib.optional stdenv.cc.isClang ./fix-clang-autoconf-undeclared-warning.patch; outputs = [ \"out\" \"dev\" \"info\" ]; outputBin = \"dev\"; # gpgme-config; not so sure about gpgme-tool"} {"_id":"doc-en-nixpkgs-9f6e3458978f15942afa6732c4ce3d50cfd8556f4a162b49e9dbb2e42dd3f931","title":"","text":" diff -Naur gpgme.old/configure.ac gpgme.new/configure.ac --- gpgme.old/configure.ac\t2020-11-12 04:19:50.000000000 -0500 +++ gpgme.new/configure.ac\t2021-01-08 03:04:38.000000000 -0500 @@ -166,6 +166,16 @@ mym4_minor mym4_micro) AC_SUBST(VERSION_NUMBER) +# Try to find a thread-safe version of ttyname(). +gnupg_REPLACE_TTYNAME_R +if test \"$ac_cv_func_ttyname_r\" != yes; then + AC_MSG_WARN([ +*** +*** ttyname() is not thread-safe and ttyname_r() does not exist +***]) +fi + + # We need to compile and run a program on the build machine. A # comment in libgpg-error says that the AC_PROG_CC_FOR_BUILD macro in # the AC archive is broken for autoconf 2.57. Given that there is no @@ -658,15 +668,6 @@ AC_FUNC_FSEEKO -# Try to find a thread-safe version of ttyname(). -gnupg_REPLACE_TTYNAME_R -if test \"$ac_cv_func_ttyname_r\" != yes; then - AC_MSG_WARN([ -*** -*** ttyname() is not thread-safe and ttyname_r() does not exist -***]) -fi - # Try to find a thread-safe version of getenv(). have_thread_safe_getenv=no jm_GLIBC21 "} {"_id":"doc-en-nixpkgs-5a547616f5772cdabedb755bcf81942fac08cc2430410f8cfe85e3925c39cdae","title":"","text":"preBuild = let tags = optional pamSupport \"pam\" ++ optional sqliteSupport \"sqlite\"; ++ optional sqliteSupport \"sqlite sqlite_unlock_notify\"; tagsString = concatStringsSep \" \" tags; in '' export buildFlagsArray=("} {"_id":"doc-en-nixpkgs-99fbab916d029b2ddc3b99620e06a7fcacc74d24f33cc4647755bec8b54a1337","title":"","text":" { lib, stdenv, fetchurl, makeWrapper, jre , version ? \"1.6\" }: let versionMap = { \"1.5\" = { flinkVersion = \"1.5.5\"; sha256 = \"18wqcqi3gyqd40nspih99gq7ylfs20b35f4dcrspffagwkfp2l4z\"; }; \"1.6\" = { flinkVersion = \"1.11.1\"; sha256 = \"0338bg2sb427c1rrf2cmsz63sz0yk6gclpli2lskq0mpx72wxpl0\"; }; }; in with versionMap.${version}; { lib, stdenv, fetchurl, makeWrapper, jre }: stdenv.mkDerivation rec { name = \"flink-${flinkVersion}\"; pname = \"flink\"; version = \"1.12.1\"; src = fetchurl { url = \"mirror://apache/flink/${name}/${name}-bin-scala_2.11.tgz\"; inherit sha256; url = \"mirror://apache/flink/${pname}-${version}/${pname}-${version}-bin-scala_2.11.tgz\"; sha256 = \"146azc5wg1xby3nqz8mha959qy99z2h8032rfgs2mcl3d5rrsm2l\"; }; nativeBuildInputs = [ makeWrapper ];"} {"_id":"doc-en-nixpkgs-9306f1858fa6b5d54275b97fc5357c61532240142ee2e0e9862aea42947635d5","title":"","text":"firestr = throw \"firestr has been removed.\"; # added 2019-12-08 fish-foreign-env = throw \"fish-foreign-env has been replaced with fishPlugins.foreign-env\"; # added 2020-12-29, modified 2021-01-10 flameGraph = flamegraph; # added 2018-04-25 flink_1_5 = throw \"flink_1_5 was removed, use flink instead\"; # added 2021-01-25 flvtool2 = throw \"flvtool2 has been removed.\"; # added 2020-11-03 foldingathome = fahclient; # added 2020-09-03 font-awesome-ttf = font-awesome; # 2018-02-25"} {"_id":"doc-en-nixpkgs-8db04176ad54433aae9f4dd454ed5620afa202ed272588574558eafbc8c9b20f","title":"","text":"fldigi = callPackage ../applications/radio/fldigi { }; flink = callPackage ../applications/networking/cluster/flink { }; flink_1_5 = flink.override { version = \"1.5\"; }; fllog = callPackage ../applications/radio/fllog { };"} {"_id":"doc-en-nixpkgs-463cedeb1b1325d6fcab50fa22ae19ea2da238b06ddb3ce8fa0dbc62155c5cc6","title":"","text":"license = licenses.lgpl21Plus; platforms = lib.platforms.linux; maintainers = [ ]; knownVulnerabilities = [ \"CVE-2020-35476\" # https://github.com/OpenTSDB/opentsdb/issues/2051 ]; }; }"} {"_id":"doc-en-nixpkgs-1440238f5bc75ab7f8c49a30d1262dd55d19949881d19da04eee7cbf9adcab2e","title":"","text":"in stdenv.mkDerivation rec { pname = \"cudatext\"; version = \"1.118.2\"; version = \"1.122.3\"; src = fetchFromGitHub { owner = \"Alexey-T\"; repo = \"CudaText\"; rev = version; sha256 = \"0d6f4qfs7vifz7qkw2vkdjgd5w717wfpnxbc4qa4hs4g6y86ywmm\"; sha256 = \"1h56hj433z0n4l97zl1cwkjv0qvz4qmvf469zzjzf1nj4zj8px2b\"; }; patches = [ # Don't check for update ./dont-check-update.patch ]; postPatch = '' substituteInPlace app/proc_globdata.pas --replace \"/usr/share/cudatext\" \"$out/share/cudatext\" --replace \"libpython3.so\" \"${python3}/lib/libpython3.so\" --replace \"libpython3.so\" \"${python3}/lib/libpython${python3.pythonVersion}.so\" --replace \"AllowProgramUpdates:= true;\" \"AllowProgramUpdates:= false;\" ''; nativeBuildInputs = [ lazarus fpc ]"} {"_id":"doc-en-nixpkgs-85c7d5f059864959a8ae451252f6431a93a103ea92d4fc6cd912d25fa06a532e","title":"","text":"{ \"EncConv\": { \"owner\": \"Alexey-T\", \"rev\": \"2020.06.15\", \"sha256\": \"07dpvq3ppfq3b70i1smkf7vwdlzq8qnxs3fk94hi9h1z36bz2rw3\" \"rev\": \"2021.01.01\", \"sha256\": \"18fp7yz2rl80a6xw7v4bgc4092l74fb6p6z4yf312r7gw7b8naq6\" }, \"ATBinHex-Lazarus\": { \"owner\": \"Alexey-T\", \"rev\": \"2020.09.05\", \"sha256\": \"022yx5vic4hnc9lz53wvr4h7hf0h71801dzlilj55x5mf8p59072\" \"rev\": \"2020.11.22\", \"sha256\": \"0dkvzm32ls03pfp40fxvsyrkfmyznc5yrj65cp4a8pp9kpkvzlz7\" }, \"ATFlatControls\": { \"owner\": \"Alexey-T\", \"rev\": \"2020.11.02\", \"sha256\": \"0shihlm1hg74m04qyrj2iic2ik0x7qggihmnylvvdry3y79d07fy\" \"rev\": \"2021.01.12\", \"sha256\": \"1mavv3krs4srdp362prf4sncssxjh11la5j4lkx0wk5csrmd1pc9\" }, \"ATSynEdit\": { \"owner\": \"Alexey-T\", \"rev\": \"6560bc35a2cf31399be8713ac189216afabf9f01\", \"sha256\": \"1bjnd6pcd9ddkvl7ma05z7f8svq609kljwc7gvbszc76hdb8d54x\" \"rev\": \"2021.01.19\", \"sha256\": \"0lpgfwljwh9mypscbpj5c7fivhza0hizjgqypval3v0209cx38d1\" }, \"ATSynEdit_Cmp\": { \"owner\": \"Alexey-T\", \"rev\": \"2459ea2a2e50050f7e6ee59a17a52aae05ca4433\", \"sha256\": \"155cwcmr9f23j4x13pidvb3vcgglawkxxpizjw90ajwhmg831acr\" \"rev\": \"2021.01.17\", \"sha256\": \"14i4jdpbmh6sjpvbwipdvvmmqqw8wg592b34a9wdf2f9qxq2p4ly\" }, \"EControl\": { \"owner\": \"Alexey-T\", \"rev\": \"2020.10.04\", \"sha256\": \"0ypbaca3y5biw2207yh3x5p28gm8g51qf7glm5622w3cgbrf9mdq\" \"rev\": \"2021.01.12\", \"sha256\": \"107zyd65vc72fl4mvyirhv2a9m47l9bs6gwqiwar7hrn02zns6bq\" }, \"ATSynEdit_Ex\": { \"owner\": \"Alexey-T\","} {"_id":"doc-en-nixpkgs-5d344d87c8317d275323b170096717b04b9c0c41deb4a64cb1ae12cbec16ea48","title":"","text":"}, \"Python-for-Lazarus\": { \"owner\": \"Alexey-T\", \"rev\": \"2020.10.23\", \"sha256\": \"1lljldqnixlh0j05fh594gccwzkgcxa50byq8wr9ld5ik5sf8khn\" \"rev\": \"2021.01.16\", \"sha256\": \"07qv3x1cm3r12gxfnqzxly6nff39bghwwgxzl2lxi1qbpqhcs2l5\" }, \"Emmet-Pascal\": { \"owner\": \"Alexey-T\","} {"_id":"doc-en-nixpkgs-0fd31c4a1f55b20b0585e583ffacbce32d1349c4449e38c962e908fe2b044297","title":"","text":"}, \"CudaText-lexers\": { \"owner\": \"Alexey-T\", \"rev\": \"2020.08.10\", \"sha256\": \"1gzs2psyfhb9si1qyacxzfjb3dz2v255hv7y4jlkbxdxv0kckqr6\" \"rev\": \"2021.01.16\", \"sha256\": \"13zyg0cm1c1662l3f7sy462pbc39l1cwm5214nx8ijngf8kgn2zh\" }, \"bgrabitmap\": { \"owner\": \"bgrabitmap\","} {"_id":"doc-en-nixpkgs-13fd370bbaa2f3aa98a54abc32ebebd561152a094a96746e70d6867f8e118b0e","title":"","text":" diff --git i/app/formmain.pas w/app/formmain.pas index f6f37febb..cf993d75e 100644 --- i/app/formmain.pas +++ w/app/formmain.pas @@ -2156,6 +2156,7 @@ begin false {$endif}; *) + mnuHelpCheckUpd.Enabled:=false; with AppPanels[cPaneSide] do begin "} {"_id":"doc-en-nixpkgs-efac2a9a9dc81cd92e5c36843cb4b51e89d17e48fc9f0f0dfdf9b7ea00188e12","title":"","text":"sha256 = \"00f2wy6f0qng7qzga4iicyzl9j8b7mp6mrpfky5jxj93ms2w2rji\"; }; patches = [ ./systemd.patch ./union-wait.patch ]; patches = [ ./systemd.patch ./union-wait.patch ./fix-includes-for-musl.patch ]; NIX_CFLAGS_COMPILE = \"-DSYSV\";"} {"_id":"doc-en-nixpkgs-30bd6c2692e253c1326a346f5f313ee86398cf1f7390c102b0b7e6610c3beaa1","title":"","text":" # this patch both fixes some include paths as well as removes glibc # gates around defines that musl-libc also depends on. diff -u sysklogd-1.5.1.orig/klogd.c sysklogd-1.5.1/klogd.c --- sysklogd-1.5.1.orig/klogd.c\t2014-10-04 15:47:18.000000000 -0400 +++ sysklogd-1.5.1/klogd.c\t2021-01-18 23:09:23.000000000 -0500 @@ -260,11 +260,8 @@ #include #include #include -#include +#include #include -#if !defined(__GLIBC__) -#include -#endif /* __GLIBC__ */ #include #include #include @@ -277,13 +274,8 @@ #define __LIBRARY__ #include -#if !defined(__GLIBC__) -# define __NR_ksyslog __NR_syslog -_syscall3(int,ksyslog,int, type, char *, buf, int, len); -#else #include #define ksyslog klogctl -#endif #define LOG_BUFFER_SIZE 4096 #define LOG_LINE_LENGTH 1000 diff -u sysklogd-1.5.1.orig/ksym_mod.c sysklogd-1.5.1/ksym_mod.c --- sysklogd-1.5.1.orig/ksym_mod.c\t2014-10-04 15:47:18.000000000 -0400 +++ sysklogd-1.5.1/ksym_mod.c\t2021-01-18 23:09:57.000000000 -0500 @@ -113,12 +113,9 @@ #include #include #include -#include +#include #include #include \"module.h\" -#if !defined(__GLIBC__) -#include -#endif /* __GLIBC__ */ #include #include #include diff -u sysklogd-1.5.1.orig/pidfile.c sysklogd-1.5.1/pidfile.c --- sysklogd-1.5.1.orig/pidfile.c\t2014-10-04 15:47:18.000000000 -0400 +++ sysklogd-1.5.1/pidfile.c\t2021-01-18 23:23:55.000000000 -0500 @@ -25,6 +25,7 @@ */ #include +#include #include #include #include diff -u sysklogd-1.5.1.orig/syslog.c sysklogd-1.5.1/syslog.c --- sysklogd-1.5.1.orig/syslog.c\t2014-10-04 15:47:18.000000000 -0400 +++ sysklogd-1.5.1/syslog.c\t2021-01-18 23:11:45.000000000 -0500 @@ -55,7 +55,6 @@ #include #include #include -#include #include #if 0 #include \"syslog.h\" @@ -64,6 +63,8 @@ #include #include +#include +#include #include #include #include diff -u sysklogd-1.5.1.orig/syslogd.c sysklogd-1.5.1/syslogd.c --- sysklogd-1.5.1.orig/syslogd.c\t2014-10-04 15:47:18.000000000 -0400 +++ sysklogd-1.5.1/syslogd.c\t2021-01-18 23:13:25.000000000 -0500 @@ -519,9 +519,9 @@ #include #define SYSLOG_NAMES +#include #include #include -#include #include #include #include @@ -818,9 +818,7 @@ void init(); void cfline(char *line, register struct filed *f); int decode(char *name, struct code *codetab); -#if defined(__GLIBC__) #define dprintf mydprintf -#endif /* __GLIBC__ */ static void dprintf(char *, ...); static void allocate_log(void); void sighup_handler(); @@ -840,15 +838,9 @@ register char *p; #ifndef TESTING ssize_t msglen; -#endif -#if !defined(__GLIBC__) -\tint len, num_fds; -#else /* __GLIBC__ */ -#ifndef TESTING socklen_t len; #endif int num_fds; -#endif /* __GLIBC__ */ /* * It took me quite some time to figure out how this is * supposed to work so I guess I should better write it down. "} {"_id":"doc-en-nixpkgs-45ccaf893e9b5755ab90dd4708b881710dd500d19565875ee1c408b34771c103","title":"","text":"+#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "} {"_id":"doc-en-nixpkgs-907869f1d2a55bec007820ff5503c2130d1d3fea813749c0f3a85cb0b8b2fe0c","title":"","text":"binaryheap,,,,,vcunat bit32,,,,lua5_1,lblasc busted,,,,, cassowary,,,,,marsam cassowary,,,,,marsam alerque cjson,lua-cjson,,,, compat53,,,,,vcunat cosmo,,,,,marsam"} {"_id":"doc-en-nixpkgs-fa614af1f151be81a259a553449d076918c32c66d12d69b2c229408bb61cd40e","title":"","text":"These packages are manually refined in lua-overrides.nix */ { self, stdenv, fetchurl, fetchgit, pkgs, ... } @ args: { self, stdenv, lib, fetchurl, fetchgit, pkgs, ... } @ args: self: super: with self; {"} {"_id":"doc-en-nixpkgs-912639adf5fdb753f16f840b53fbb856d2ecda8bbf1c518f62aff667ea745f67","title":"","text":"These packages are manually refined in lua-overrides.nix */ { self, lib, stdenv, fetchurl, fetchgit, pkgs, ... } @ args: { self, stdenv, lib, fetchurl, fetchgit, pkgs, ... } @ args: self: super: with self; {"} {"_id":"doc-en-nixpkgs-d31452dc2bf199f13a3564c6092bcb0d85cbc1212a2e0b7eab6397a9e02ac420","title":"","text":"{ luarocks, fetchFromGitHub }: luarocks.overrideAttrs(old: { pname = \"luarocks-nix\"; version = \"2019-09-07\"; version = \"2021-01-22\"; src = fetchFromGitHub { owner = \"nix-community\"; repo = \"luarocks-nix\"; rev = \"73b8772e56fd39dfffda9e3b13e9eb31e93d5cde\"; sha256 = \"00jgshygw439pbaxg7yph3ijia6nid9r1br416wdbyl5wqhlhm1y\"; rev = \"v3.5.0_nix\"; sha256 = \"sha256-Ea3PVkCaUPO/mvVZtHtD1G9T/Yom28M9oN6duY4ovHk=\"; }; patches = [ ./darwin-3.1.3.patch ]; })"} {"_id":"doc-en-nixpkgs-a9491e553e4d28d81d470d76276e28d73cdad669fb605ab7b8fc717e788cfa99","title":"","text":" { stdenv, lib, fetchFromGitHub, autoreconfHook, makeWrapper, pkg-config , zlib, lzma, bzip2, mtools, dosfstools, zip, unzip, libconfuse, libsodium , libarchive, darwin, coreutils }: { stdenv , lib , fetchFromGitHub , autoreconfHook , DiskArbitration , pkg-config , bzip2 , libarchive , libconfuse , libsodium , lzma , zlib , coreutils , dosfstools , mtools , unzip , zip , which , xdelta }: stdenv.mkDerivation rec { pname = \"fwup\"; version = \"1.5.2\"; version = \"1.8.3\"; src = fetchFromGitHub { owner = \"fhunleth\"; repo = \"fwup\"; rev = \"v${version}\"; sha256 = \"05sjdlh450hk474a44yr6kz9dzx72jfxpi1krxbd0pdizlmfypsg\"; sha256 = \"sha256-ayfcnIZ7MuBsCy1giwmY2D2C6AukwS+fevmXqGa4c1w=\"; }; doCheck = true; patches = lib.optional stdenv.isDarwin [ ./fix-testrunner-darwin.patch ]; patches = [ ./fix-testrunner-darwin.patch ]; nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ pkg-config autoreconfHook makeWrapper ]; buildInputs = [ zlib lzma bzip2 libconfuse libsodium libarchive ] buildInputs = [ bzip2 libarchive libconfuse libsodium lzma zlib ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.DiskArbitration ]; propagatedBuildInputs = [ zip unzip mtools dosfstools coreutils ]; DiskArbitration ]; propagatedBuildInputs = [ coreutils dosfstools mtools unzip zip ]; checkInputs = [ which xdelta ]; doCheck = true; meta = with lib; { description = \"Configurable embedded Linux firmware update creator and runner\";"} {"_id":"doc-en-nixpkgs-31fa4f535f016a20d414a31e0be9187b50ce02c8d75d94fec2e95282901755f3","title":"","text":"qt-video-wlr = libsForQt5.callPackage ../applications/misc/qt-video-wlr { }; fwup = callPackage ../tools/misc/fwup { }; fwup = callPackage ../tools/misc/fwup { inherit (darwin.apple_sdk.frameworks) DiskArbitration; }; fx_cast_bridge = callPackage ../tools/misc/fx_cast { };"} {"_id":"doc-en-nixpkgs-9010738d3077ae0dca9cd55ec3db6ea980aaca69a7df6d4e7f394af54da9c91f","title":"","text":"
Pitfalls Unfortunately Nextcloud appears to be very stateful when it comes to managing its own configuration. The config file lives in the home directory of the nextcloud user (by default /var/lib/nextcloud/config/config.php) and is also used to track several states of the application (e.g. whether installed or not). 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. Don't delete config.php! This file tracks the application's state and a deletion can cause unwanted side-effects! Don't rerun nextcloud-occ maintenance:install! This command tries to install the application and can cause unwanted side-effects!
Common problems General notes Unfortunately Nextcloud appears to be very stateful when it comes to managing its own configuration. The config file lives in the home directory of the nextcloud user (by default /var/lib/nextcloud/config/config.php) and is also used to track several states of the application (e.g., whether installed or not). 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. Don't delete config.php! This file tracks the application's state and a deletion can cause unwanted side-effects! Nextcloud doesn't allow to move more than one major-version forward. If you're e.g. on v16, you cannot upgrade to v18, you need to upgrade to v17 first. This is ensured automatically as long as the stateVersion is declared properly. In that case the oldest version available (one major behind the one from the previous NixOS release) will be selected by default and the module will generate a warning that reminds the user to upgrade to latest Nextcloud after that deploy. Don't rerun nextcloud-occ maintenance:install! This command tries to install the application and can cause unwanted side-effects! Multiple version upgrades Nextcloud doesn't allow to move more than one major-version forward. E.g., if you're on v16, you cannot upgrade to v18, you need to upgrade to v17 first. This is ensured automatically as long as the stateVersion is declared properly. In that case the oldest version available (one major behind the one from the previous NixOS release) will be selected by default and the module will generate a warning that reminds the user to upgrade to latest Nextcloud after that deploy. <literal>Error: Command \"upgrade\" is not defined.</literal> This error usually occurs if the initial installation (nextcloud-occ maintenance:install) has failed. After that, the application is not installed, but the upgrade is attempted to be executed. Further context can be found in NixOS/nixpkgs#111175. First of all, it makes sense to find out what went wrong by looking at the logs of the installation via journalctl -u nextcloud-setup and try to fix the underlying issue. If this occurs on an existing setup, this is most likely because the maintenance mode is active. It can be deactivated by running nextcloud-occ maintenance:mode --off. It's advisable though to check the logs first on why the maintenance mode was activated. Only perform the following measures on freshly installed instances! A re-run of the installer can be forced by deleting /var/lib/nextcloud/config/config.php. This is the only time advisable because the fresh install doesn't have any state that can be lost. In case that doesn't help, an entire re-creation can be forced via rm -rf ~nextcloud/.
"} {"_id":"doc-en-nixpkgs-2125ba8ae97a2bed3157cb0aa1a02ec11b51ac45750fbc37417a585a9745a84a","title":"","text":"github = \"HannahMR\"; githubId = 9088467; }; hannesgith = { email = \"nix@h-h.win\"; github = \"hannesgith\"; githubId = 33062605; name = \"Hannes Hattenbach\"; }; hansjoergschurr = { email = \"commits@schurr.at\"; github = \"hansjoergschurr\";"} {"_id":"doc-en-nixpkgs-a743a2d7d0778006f63c99aa812cbe058ed9a79bc3256032aa08e14a22211b0d","title":"","text":" diff --git a/src/converter.js b/src/converter.js index af7b4c3..20da407 100644 --- a/src/converter.js +++ b/src/converter.js @@ -1,4 +1,4 @@ -import open from 'open'; +const open = import('open'); const os = require(\"os\"); const path = require('path'); @@ -9,9 +9,9 @@ const rpc = require('./weh-rpc'); const exec_dir = path.dirname(process.execPath); -const ffmpeg = findExecutableFullPath(\"ffmpeg\", exec_dir); -const ffprobe = findExecutableFullPath(\"ffprobe\", exec_dir); -const filepicker = findExecutableFullPath(\"filepicker\", exec_dir); +const ffmpeg = \"@ffmpeg@/bin/ffmpeg\"; +const ffprobe = \"@ffmpeg@/bin/ffprobe\"; +const filepicker = \"@filepicker@\"; if (!fileExistsSync(ffmpeg)) { logger.error(\"ffmpeg not found. Install ffmpeg and make sure it's in your path.\"); diff --git a/src/main.js b/src/main.js index 47b92de..e2e9402 100644 --- a/src/main.js +++ b/src/main.js @@ -1,4 +1,4 @@ -const config = require('config.json'); +const config = require('./config.json'); const converter = require('./converter'); const os = require(\"os\"); diff --git a/src/native-autoinstall.js b/src/native-autoinstall.js index 556a22b..c729568 100644 --- a/src/native-autoinstall.js +++ b/src/native-autoinstall.js @@ -1,7 +1,7 @@ const os = require(\"os\"); const path = require(\"path\"); const { spawn, exec } = require('child_process'); -const config = require('config.json'); +const config = require('./config.json'); let fs; if (process.versions.node.startsWith(\"10\")) { No newline at end of file"} {"_id":"doc-en-nixpkgs-761a1c69488be432740a3bfe27ee6ebb056e88cf58fdf77b18974aeac0bbda22","title":"","text":" { lib , rustPlatform , fetchFromGitHub , pkg-config , atk , gtk3 , glib }: rustPlatform.buildRustPackage rec { pname = \"filepicker\"; version = \"1.0.1\"; src = fetchFromGitHub { owner = \"paulrouget\"; repo = \"static-filepicker\"; rev = \"v${version}\"; hash = \"sha256-7sRzf3SA9RSBf4O36olXgka8c6Bufdb0qsuTofVe55s=\"; }; cargoHash = \"sha256-aal7ppFkCpNc+QTS4Qklsb9WfJ65QqG6p1eOskiX+/Q=\"; buildInputs = [ atk gtk3 glib ]; nativeBuildInputs = [ pkg-config ]; meta = with lib; { description = \"File picker used by VDHCoApp\"; homepage = \"https://github.com/paulrouget/static-filepicker\"; license = licenses.gpl2; mainProgram = \"filepicker\"; maintainers = with maintainers; [ hannesgith ]; }; } "} {"_id":"doc-en-nixpkgs-62fc778783bc4e4e4c15e260d8a09412ae98d9ca29eba2231133915c38a38441","title":"","text":" { lib , fetchFromGitHub , buildNpmPackage , nodejs , ffmpeg , callPackage , substituteAll , makeWrapper , toml2json , jq }: buildNpmPackage rec { pname = \"vdhcoapp\"; version = \"2.0.19\"; src = fetchFromGitHub { owner = \"aclap-dev\"; repo = \"vdhcoapp\"; rev = \"v${version}\"; hash = \"sha256-8xeZvqpRq71aShVogiwlVD3gQoPGseNOmz5E3KbsZxU=\"; }; sourceRoot = \"${src.name}/app\"; npmDepsHash = \"sha256-E032U2XZdyTER6ROkBosOTn7bweDXHl8voC3BQEz8Wg=\"; dontNpmBuild = true; nativeBuildInputs = [ makeWrapper toml2json jq ]; patches = [ (substituteAll { src = ./ffmpeg-filepicker.patch; inherit ffmpeg; filepicker = lib.getExe (callPackage ./filepicker.nix {}); }) ]; postPatch = '' # Cannot use patch, setting placeholder here substituteInPlace src/native-autoinstall.js --replace process.execPath \"\"${placeholder \"out\"}/bin/vdhcoapp\"\" ''; preBuild = '' toml2json --pretty ../config.toml > src/config.json ''; installPhase = '' runHook preInstall mkdir -p $out/opt/vdhcoapp cp -r . \"$out/opt/vdhcoapp\" makeWrapper ${nodejs}/bin/node $out/bin/vdhcoapp --add-flags $out/opt/vdhcoapp/src/main.js generateManifest() { type=$1 outputFolder=$2 mkdir -p $outputFolder manifestName=$(jq -r '.meta.id' src/config.json).json jq '.store.'$type'.manifest * (.meta | with_entries(select (.key == \"description\")) * {\"name\": .id}) * {\"path\" : \"${placeholder \"out\"}/bin/vdhcoapp\"}' src/config.json > $outputFolder/$manifestName } generateManifest google $out/etc/opt/chrome/native-messaging-hosts generateManifest google $out/etc/chromium/native-messaging-hosts generateManifest mozilla $out/lib/mozilla/native-messaging-hosts generateManifest google $out/etc/opt/edge/native-messaging-hosts runHook postInstall ''; meta = with lib; { description = \"Companion application for the Video DownloadHelper browser add-on\"; homepage = \"https://www.downloadhelper.net/\"; license = licenses.gpl2; platforms = lib.platforms.linux; maintainers = with maintainers; [ hannesgith ]; mainProgram = \"vdhcoapp\"; }; } "} {"_id":"doc-en-nixpkgs-2897a686847919bc6cb31aaec5dd3fda07d7037a5a453eade2f498e5c0547e39","title":"","text":" { attrs { lib , attrs , buildPythonPackage , defusedxml , fetchPypi"} {"_id":"doc-en-nixpkgs-5356cb8d4a8eb3ed46c4a499e7260547418e0d9c83dd7fff4d22ce7ab9ea983c","title":"","text":", isPy3k , lxml , pillow , psutil , pybind11 , pytestCheckHook , pytest-cov , pytest-helpers-namespace , pytest-timeout , pytest_xdist , pytestrunner , pytest-xdist , pytestCheckHook , python-dateutil , python-xmp-toolkit , python3 , qpdf , setuptools-scm , setuptools-scm-git-archive , setuptools_scm , lib }: buildPythonPackage rec { pname = \"pikepdf\"; version = \"2.2.0\"; version = \"2.5.2\"; disabled = ! isPy3k; src = fetchPypi { inherit pname version; sha256 = \"74300a32c41b3d578772f6933f23a88b19f74484185e71e5225ce2f7ea5aea78\"; sha256 = \"sha256-j8PpeyTa+9SxrAV8jxRMGEZ85V00KhqMQmiIkOrVjvM=\"; }; buildInputs = ["} {"_id":"doc-en-nixpkgs-63b592b65541b0775b840ba2ca2844c584ec917a641e06753b79609b8d3e81a2","title":"","text":"nativeBuildInputs = [ setuptools-scm-git-archive setuptools_scm setuptools-scm ]; checkInputs = [ attrs hypothesis pillow pytestCheckHook pytest-helpers-namespace pytest-timeout pytest_xdist pytestrunner pytest-xdist psutil pytest-cov pytestCheckHook python-dateutil python-xmp-toolkit ]; propagatedBuildInputs = [ defusedxml lxml ]; postPatch = '' sed -i -e 's/^pytest .*/pytest/g' -e 's/^attrs .*/attrs/g' -e 's/^hypothesis .*/hypothesis/g' requirements/test.txt ''; propagatedBuildInputs = [ defusedxml lxml pillow ]; preBuild = '' HOME=$TMPDIR ''; pythonImportsCheck = [ \"pikepdf\" ]; meta = with lib; { homepage = \"https://github.com/pikepdf/pikepdf\"; description = \"Read and write PDFs with Python, powered by qpdf\";"} {"_id":"doc-en-nixpkgs-36c816e4c987eafebd787ef3ee80f114d4c7d25a3e0b0076997709d17ead7fbb","title":"","text":"mkdir -p $out/${gimp.targetScriptDir}/${name}; for p in \"$@\"; do cp \"$p\" -r $out/${gimp.targetScriptDir}/${name}; done } installPlugins(){ mkdir -p $out/${gimp.targetPluginDir}/${name}; for p in \"$@\"; do cp \"$p\" -r $out/${gimp.targetPluginDir}/${name}; done installPlugin() { # The base name of the first argument is the plug-in name and the main executable. # GIMP only allows a single plug-in per directory: # https://gitlab.gnome.org/GNOME/gimp/-/commit/efae55a73e98389e38fa0e59ebebcda0abe3ee96 pluginDir=$out/${gimp.targetPluginDir}/$(basename \"$1\") install -Dt \"$pluginDir\" \"$@\" } '';"} {"_id":"doc-en-nixpkgs-d463e48450afa0beeaf912b1725a3dba5460585797622c548cc88a87270d977a","title":"","text":"Filters/Generic/FFT Forward Filters/Generic/FFT Inverse */ name = \"fourier-0.4.3\"; buildInputs = with pkgs; [ fftw ]; pname = \"fourier\"; version = \"0.4.3\"; src = fetchurl { url = \"https://www.lprp.fr/files/old-web/soft/gimp/${name}.tar.gz\"; url = \"https://www.lprp.fr/files/old-web/soft/gimp/${pname}-${version}.tar.gz\"; sha256 = \"0mf7f8vaqs2madx832x3kcxw3hv3w3wampvzvaps1mkf2kvrjbsn\"; }; installPhase = \"installPlugins fourier\"; buildInputs = with pkgs; [ fftw ]; postPatch = '' # The tarball contains a prebuilt binary. make clean ''; installPhase = '' runHook preInstall installPlugin fourier runHook postInstall ''; meta = with lib; { description = \"GIMP plug-in to do the fourier transform\";"} {"_id":"doc-en-nixpkgs-36fd78c16135a278b889d109115e5b29e0d8502fc2b1dcdeed6503ee3e9d5f9f","title":"","text":"rev = \"de4367f71e40fe6d82387eaee68611a80a87e0e1\"; sha256 = \"1zzvbczly7k456c0y6s92a1i8ph4ywmbvdl8i4rcc29l4qd2z8fw\"; }; installPhase = \"installPlugins src/texturize\"; installPhase = \"installPlugin src/texturize\"; meta.broken = true; # https://github.com/lmanul/gimp-texturize/issues/1 };"} {"_id":"doc-en-nixpkgs-12ea9d3ead8238d22744a22b2ab038dfe3b68e4a577b29adfbd3fac26a22bc26","title":"","text":"url = \"https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/wavelet-sharpen-0.1.2.tar.gz\"; sha256 = \"0vql1k67i21g5ivaa1jh56rg427m0icrkpryrhg75nscpirfxxqw\"; }; installPhase = \"installPlugins src/wavelet-sharpen\"; # TODO translations are not copied .. How to do this on nix? installPhase = \"installPlugin src/wavelet-sharpen\"; # TODO translations are not copied .. How to do this on nix? }; lqrPlugin = pluginDerivation rec {"} {"_id":"doc-en-nixpkgs-8a27f72d842303927998efa8dacb4556dadb71f3a85ddf61e1dfbe4e043147ea","title":"","text":"buildInputs = with pkgs; [ lensfun gexiv2 ]; installPhase = \" installPlugins gimp-lensfun installPlugin gimp-lensfun \"; meta = {"} {"_id":"doc-en-nixpkgs-2838ab4184450982a5f2405ad9fe5210dbb6872ae73dc1a79b6fb67532e6a071","title":"","text":" { lib, stdenv, fetchFromGitHub } : { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"proxychains\"; version = \"4.2.0\"; version = \"4.4.0\"; src = fetchFromGitHub { owner = \"haad\"; repo = \"proxychains\"; repo = pname; rev = \"${pname}-${version}\"; sha256 = \"015skh3z1jmm8kxbm3nkqv1w56kcvabdmcbmpwzywxr4xnh3x3pc\"; sha256 = \"083xdg6fsn8c2ns93lvy794rixxq8va6jdf99w1z0xi4j7f1nyjw\"; }; postPatch = '' # Temporary work-around; most likely fixed by next upstream release sed -i Makefile -e '/-lpthread/a LDFLAGS+=-ldl' # Suppress compiler warning. Remove it when upstream fix arrives substituteInPlace Makefile --replace \"-Werror\" \"-Werror -Wno-stringop-truncation\" ''; postInstall = '' cp src/proxychains.conf $out/etc ''; meta = { meta = with lib; { description = \"Proxifier for SOCKS proxies\"; homepage = \"http://proxychains.sourceforge.net\"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; license = licenses.gpl2Plus; maintainers = with maintainers; [ fab ]; platforms = platforms.linux; }; }"} {"_id":"doc-en-nixpkgs-d61220e40e208753da15730ea680f6c9de963af2c13bc529547758004d69af6f","title":"","text":"\"~ ^/(?:build|tests|config|lib|3rdparty|templates|data)(?:$|/)\".extraConfig = '' return 404; ''; \"~ ^/(?:.|autotest|occ|issue|indie|db_|console)\".extraConfig = '' \"~ ^/(?:.(?!well-known)|autotest|occ|issue|indie|db_|console)\".extraConfig = '' return 404; ''; \"~ ^/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|oc[ms]-provider/.+|.+/richdocumentscode/proxy).php(?:$|/)\" = {"} {"_id":"doc-en-nixpkgs-22dd582bc2070cd010817ae7385822c2f8853afd4786175e5cf712a846679ce2","title":"","text":"version = \"2.1.22\"; sha256 = \"1wk57dz0kmc6d5y8d8dkx269lzh3ark3751z734gxncwdlclcyz3\"; generation = \"2_1\"; extraMeta.knownVulnerabilities = [ # Fixed in 3.* but 2.* hasn't been released since \"CVE-2020-17516\" ]; })"} {"_id":"doc-en-nixpkgs-d5c6ff0f76ac44cff53bdd7e5a4e4374122fe978879b385067df6e686b863336","title":"","text":"version = \"2.2.14\"; sha256 = \"1b2x3q1ach44qg07sh8wr7d8a10n36w5522drd3p35djbiwa3d9q\"; generation = \"2_2\"; extraMeta.knownVulnerabilities = [ # Fixed in 3.* but 2.* hasn't been released since \"CVE-2020-17516\" ]; })"} {"_id":"doc-en-nixpkgs-ac73fbde23d6cc8238b61bdaca59fba5d18c5710f300040351fd3fab1edaa31f","title":"","text":"{ callPackage, ... } @ args: callPackage ./generic.nix (args // { version = \"3.0.23\"; sha256 = \"0cbia20bggq85q2p6gsybw045qdfqxd5xv8ihppq1hwl21sb2klz\"; version = \"3.0.24\"; sha256 = \"1yxw4jg9n49dbi1mjdfpxczsznl9m6sxlzkmzjancmjzvj5s6bvz\"; generation = \"3_0\"; })"} {"_id":"doc-en-nixpkgs-e60f208f5766b50788cf1e0c240190838b5901df007367b8210295eb1e15901e","title":"","text":"{ callPackage, ... } @ args: callPackage ./generic.nix (args // { version = \"3.11.9\"; sha256 = \"1ckaacc1z0j72llklrc4587ia6a0pab02bdyac6g3kl6kqvcz40c\"; version = \"3.11.10\"; sha256 = \"1wcv0drhb765fda6kkpsxsyfdv4cqf7nqfwc4bimh4c4djap5rxv\"; generation = \"3_11\"; })"} {"_id":"doc-en-nixpkgs-c54bba94e00b0ff9526bb11d2146f9236f97970673f1f6c9780fbf009f32f2b8","title":"","text":"# generation is the attribute version suffix such as 3_11 in pkgs.cassandra_3_11 , generation , version, sha256 , extraMeta ? {} , ... }:"} {"_id":"doc-en-nixpkgs-3c3e46d420c447900785b709850c83afaa95a01cd2495c2123f0ae1d28bcc9ec","title":"","text":"nativeBuildInputs = [ makeWrapper coreutils ]; installPhase = '' runHook preInstall mkdir $out mv * $out"} {"_id":"doc-en-nixpkgs-f8fe8869bfc3cc863d3a37ea899c9eb0268edc633697f488244eb6b6743fc89c","title":"","text":"done wrapProgram $out/bin/cqlsh --prefix PATH : ${python}/bin runHook postInstall ''; passthru = {"} {"_id":"doc-en-nixpkgs-88a7f110cb222559fc7c5d01bab791bd585edf578a55b5f81ad0295c6e42d603","title":"","text":"platforms = platforms.unix; license = licenses.asl20; maintainers = [ maintainers.roberth ]; }; } // extraMeta; }"} {"_id":"doc-en-nixpkgs-91a7d6303cea57a15ea822d587da40602ba0c98bdb4f1f0399bfb410af1c7716","title":"","text":"githubId = 2789926; name = \"Imran Hossain\"; }; iagoq = { email = \"18238046+iagocq@users.noreply.github.com\"; github = \"iagocq\"; githubId = 18238046; name = \"Iago Manoel Brito\"; keys = [{ longkeyid = \"rsa4096/0x35D39F9A9A1BC8DA\"; fingerprint = \"DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA\"; }]; }; iammrinal0 = { email = \"nixpkgs@mrinalpurohit.in\"; github = \"iammrinal0\";"} {"_id":"doc-en-nixpkgs-2535e0c86d7384f6137fc4584836fe83cb056b702b4b1e49b99fb233e5a5b640","title":"","text":" { fetchurl, fetchzip }: { \"x86_64-darwin\" = fetchzip { sha256 = \"sha256-ec1l4KxKJH4Iwg9hW+xlxLADGLN1vParYaWIw7nCfKA=\"; url = \"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_darwin_amd64.zip\"; }; \"i686-linux\" = fetchurl { sha256 = \"sha256-9aGyC76WyzwHlAkR72kuNcd/68XdWWC3gfT92IuW2LY=\"; url = \"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_386.tar.gz\"; }; \"x86_64-linux\" = fetchurl { sha256 = \"sha256-qJMymTxmoPlIhuJD6zFBWWwzz+CFx+9+MOrRiFtA4IY=\"; url = \"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_amd64.tar.gz\"; }; \"aarch64-linux\" = fetchurl { sha256 = \"sha256-Z5hekNxeemqWsMu7n3UTmYCzdKp5Xsp9ku0G2LOqC80=\"; url = \"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_arm64.tar.gz\"; }; } "} {"_id":"doc-en-nixpkgs-b27e5c07c4f552a626c92f8a46e29e83b796d09f56c542c759d207dbe935941b","title":"","text":" { lib, stdenv, fetchurl }: { lib, stdenv, fetchurl, fetchzip, system ? stdenv.targetPlatform }: stdenv.mkDerivation rec { pname = \"adguardhome\"; version = \"0.106.3\"; src = fetchurl { url = \"https://github.com/AdguardTeam/AdGuardHome/releases/download/v${version}/AdGuardHome_linux_amd64.tar.gz\"; sha256 = \"11p081dqilga61zfziw5w37k6v2r84qynhz2hr4gk8367jck54x8\"; }; src = (import ./bins.nix { inherit fetchurl fetchzip; }).${system}; installPhase = '' install -m755 -D ./AdGuardHome $out/bin/adguardhome ''; passthru = { updateScript = ./update.sh; }; meta = with lib; { homepage = \"https://github.com/AdguardTeam/AdGuardHome\"; description = \"Network-wide ads & trackers blocking DNS server\"; platforms = platforms.linux; maintainers = with maintainers; [ numkem ]; license = licenses.gpl3; platforms = [ \"x86_64-linux\" \"aarch64-linux\" \"i686-linux\" \"x86_64-darwin\" ]; maintainers = with maintainers; [ numkem iagoq ]; license = licenses.gpl3Only; }; }"} {"_id":"doc-en-nixpkgs-7c7fed4414ca7bdaf1e32be60e219e7bf75cd24f877d5960576bb37ca6ac22ed","title":"","text":" #! /usr/bin/env nix-shell #! nix-shell -i bash -p curl gnugrep nix-prefetch jq # This file is based on /pkgs/servers/gotify/update.sh set -euo pipefail dirname=\"$(dirname \"$0\")\" bins=\"$dirname/bins.nix\" latest_release=$(curl --silent https://api.github.com/repos/AdguardTeam/AdGuardHome/releases/latest) version=$(jq -r '.tag_name' <<<\"$latest_release\") echo \"got version $version\" declare -A systems systems[linux_386]=i686-linux systems[linux_amd64]=x86_64-linux systems[linux_arm64]=aarch64-linux systems[darwin_amd64]=x86_64-darwin echo '{ fetchurl, fetchzip }:' > \"$bins\" echo '{' >> \"$bins\" for asset in $(curl --silent https://api.github.com/repos/AdguardTeam/AdGuardHome/releases/latest | jq -c '.assets[]') ; do url=\"$(jq -r '.browser_download_url' <<< \"$asset\")\" adg_system=\"$(grep -Eo '(darwin|linux)_(386|amd64|arm64)' <<< \"$url\" || true)\" if [ -n \"$adg_system\" ]; then fetch=\"$(grep '.zip$' <<< \"$url\" > /dev/null && echo fetchzip || echo fetchurl)\" nix_system=${systems[$adg_system]} nix_src=\"$(nix-prefetch -s --output nix $fetch --url $url)\" echo \"\"$nix_system\" = $fetch $nix_src;\" >> $bins fi done echo '}' >> \"$bins\" sed -i -r -e \"s/versions*?=s*?.*?;/version = \"${version#v}\";/\" \"$dirname/default.nix\" "} {"_id":"doc-en-nixpkgs-6a474adfc29f4d2076678302b4c1c03162e9323c5c7ed55b8dbb46c2f2a3a518","title":"","text":"sha256 = \"sha256-wqdZ/kCjwhoWtaiNAM1m869vByHk6mG2OULfuDotVP0=\"; }; patchPhase = '' postPatch = '' echo -java-home ${jre.home} >>conf/sbtopts '';"} {"_id":"doc-en-nixpkgs-c380ffd1a21f7a992d2a86e0fb2931f9f57d1da7031ceb5f5e712dc7277e6582","title":"","text":"buildInputs = lib.optionals stdenv.isLinux [ zlib ]; installPhase = '' runHook preInstall mkdir -p $out/share/sbt $out/bin cp -ra . $out/share/sbt ln -sT ../share/sbt/bin/sbt $out/bin/sbt ln -sT ../share/sbt/bin/sbtn-x86_64-${ if (stdenv.isDarwin) then \"apple-darwin\" else \"pc-linux\" } $out/bin/sbtn ''; doInstallCheck = true; installCheckPhase = '' ($out/bin/sbt --offline --version 2>&1 || true) | grep 'getting org.scala-sbt sbt ${version} (this may take some time)' runHook postInstall ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-edbc83c4fce3a7cd8f4f36052b1cd01a245d306c3fded30b9289b201185fe7d7","title":"","text":"- `firefox-devedition`, `firefox-beta`, `firefox-esr` executable file names for now match their package names, which is consistent with the `firefox-*-bin` packages. The desktop entries are also updated so that you can have multiple editions of firefox in your app launcher. - `chromium` and `ungoogled-chromium` had a long stanging issue regarding Widevine DRM handling in nixpkgs fixed. `chromium` now no longer automatically downloads Widevine when encountering DRM protected content. To be able to play DRM protected content in `chromium` now, you have to explicitly opt-in as originally intended using `chromium.override { enableWideVine = true; }`. This override has been added almost 10 years ago. - switch-to-configuration does not directly call systemd-tmpfiles anymore. Instead, the new artificial sysinit-reactivation.target is introduced which allows to restart multiple services that are ordered before sysinit.target"} {"_id":"doc-en-nixpkgs-77eaa35fe344b1c0cc7ce08efbf052161cb5762165b68d1d233b1d1fb69f0d42","title":"","text":"./patches/cross-compile.patch # Optional patch to use SOURCE_DATE_EPOCH in compute_build_timestamp.py (should be upstreamed): ./patches/no-build-timestamps.patch # For bundling Widevine (DRM), might be replaceable via bundle_widevine_cdm=true in gnFlags: ./patches/widevine-79.patch ] ++ lib.optionals (packageName == \"chromium\") [ # This patch is limited to chromium and ungoogled-chromium because electron-source sets # enable_widevine to false. # # The patch disables the automatic Widevine download (component) that happens at runtime # completely (~/.config/chromium/WidevineCdm/). This would happen if chromium encounters DRM # protected content or when manually opening chrome://components. # # It also prevents previously downloaded Widevine blobs in that location from being loaded and # used at all, while still allowing the use of our -wv wrapper. This is because those old # versions are out of out our control and may be vulnerable, given we literally disable their # auto updater. # # bundle_widevine_cdm is available as gn flag, but we cannot use it, as it expects a bunch of # files Widevine files at configure/compile phase that we don't have. Changing the value of the # BUNDLE_WIDEVINE_CDM build flag does work in the way we want though. # We also need enable_widevine_cdm_component to be false. Unfortunately it isn't exposed as gn # flag (declare_args) so we simply hardcode it to false. ./patches/widevine-disable-auto-download-allow-bundle.patch ] ++ [ # Required to fix the build with a more recent wayland-protocols version # (we currently package 1.26 in Nixpkgs while Chromium bundles 1.21): # Source: https://bugs.chromium.org/p/angleproject/issues/detail?id=7582#c1"} {"_id":"doc-en-nixpkgs-50f789725ff9281e037f8c21e418db08af58b0fc485cecf0f542336ffde2d82a","title":"","text":"# Feature overrides: # Native Client support was deprecated in 2020 and support will end in June 2021: enable_nacl = false; # Enabling the Widevine component here doesn't affect whether we can # redistribute the chromium package; the Widevine component is either # added later in the wrapped -wv build or downloaded from Google: } // lib.optionalAttrs (packageName == \"chromium\") { # Enabling the Widevine here doesn't affect whether we can redistribute the chromium package. # Widevine in this drv is a bit more complex than just that. See Widevine patch somewhere above. enable_widevine = true; } // { # Provides the enable-webrtc-pipewire-capturer flag to support Wayland screen capture: rtc_use_pipewire = true; # Disable PGO because the profile data requires a newer compiler version (LLVM 14 isn't sufficient):"} {"_id":"doc-en-nixpkgs-4bfb565deccab60d92f41f6562cfdcffba1f1f2179913016ab8f7c0ffbebc43a","title":"","text":" diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn index ed0e2f5208b..5b431a030d5 100644 --- a/third_party/widevine/cdm/BUILD.gn +++ b/third_party/widevine/cdm/BUILD.gn @@ -14,7 +14,7 @@ buildflag_header(\"buildflags\") { flags = [ \"ENABLE_WIDEVINE=$enable_widevine\", - \"BUNDLE_WIDEVINE_CDM=$bundle_widevine_cdm\", + \"BUNDLE_WIDEVINE_CDM=true\", \"ENABLE_WIDEVINE_CDM_COMPONENT=$enable_widevine_cdm_component\", ] } "} {"_id":"doc-en-nixpkgs-63de8dde337853d75df9f577e1aa56a623df3030d1ae7c083b3ed6ae248becb7","title":"","text":" diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn index 525693b6c10ab..245491e137d39 100644 --- a/third_party/widevine/cdm/BUILD.gn +++ b/third_party/widevine/cdm/BUILD.gn @@ -22,7 +22,7 @@ buildflag_header(\"buildflags\") { flags = [ \"ENABLE_WIDEVINE=$enable_widevine\", - \"BUNDLE_WIDEVINE_CDM=$bundle_widevine_cdm\", + \"BUNDLE_WIDEVINE_CDM=true\", \"ENABLE_WIDEVINE_CDM_COMPONENT=$enable_widevine_cdm_component\", \"ENABLE_MEDIA_FOUNDATION_WIDEVINE_CDM=$enable_media_foundation_widevine_cdm\", ] diff --git a/third_party/widevine/cdm/widevine.gni b/third_party/widevine/cdm/widevine.gni index 58f073ca562ca..4b242c2618dfb 100644 --- a/third_party/widevine/cdm/widevine.gni +++ b/third_party/widevine/cdm/widevine.gni @@ -41,8 +41,7 @@ enable_library_widevine_cdm = # Widevine CDM can be deployed as a component. Currently only supported on # desktop platforms. The CDM can be bundled regardless whether # it's a component. See below. -enable_widevine_cdm_component = - enable_library_widevine_cdm && (is_win || is_mac || is_linux || is_chromeos) +enable_widevine_cdm_component = false # Enable (Windows) Media Foundation Widevine CDM component. declare_args() { "} {"_id":"doc-en-nixpkgs-78c0126345d50ce6502486336361bd8c01b6d4c527f938cbed34fbd036021b6d","title":"","text":" { lib, stdenv, fetchurl, appimageTools, makeWrapper, electron, libsecret }: { lib, stdenv, fetchurl, appimageTools, makeWrapper, electron_11, libsecret }: stdenv.mkDerivation rec { pname = \"todoist-electron\";"} {"_id":"doc-en-nixpkgs-6c33feb2a5b3f224e5b6f17d554414eea90c3fd7843a92c4341bd9ef164caf47","title":"","text":"''; postFixup = '' makeWrapper ${electron}/bin/electron $out/bin/${pname} makeWrapper ${electron_11}/bin/electron $out/bin/${pname} --add-flags $out/share/${pname}/resources/app.asar --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ stdenv.cc.cc libsecret ]}\" '';"} {"_id":"doc-en-nixpkgs-8bcb26a6add00c6684654fd9b655e64d47183824b72d156c3b0b7af89176fb1b","title":"","text":"{ stdenv, fetchurl, buildPythonPackage, pythonPackages, pygtk }: buildPythonPackage { name = \"keepnote-0.6.5\"; name = \"keepnote-0.7.8\"; namePrefix = \"\"; src = fetchurl { url = http://rasm.ods.org/keepnote/download/keepnote-0.6.5.tar.gz; sha256 = \"0kipcy90r50z4m9p8pyy9wi4dknsiwdrgy974xgakris2rh4lafw\"; url = \"http://keepnote.org/download/keepnote-0.7.8.tar.gz\"; sha256 = \"0nhkkv1n0lqf3zn17pxg5cgryv1wwlj4hfmhixwd76rcy8gs45dh\"; }; propagatedBuildInputs = [ pythonPackages.sqlite3 pygtk ];"} {"_id":"doc-en-nixpkgs-eea27ca42e90017efdd59416814adcc95472527571fa8a1b1384439d75afeb94","title":"","text":" { lib , stdenv , fetchFromGitLab , autoreconfHook , pkg-config , utilmacros , libX11 , libXaw , libXmu , libXt }: stdenv.mkDerivation rec { pname = \"xedit\"; version = \"1.2.2\"; src = fetchFromGitLab { domain = \"gitlab.freedesktop.org\"; owner = \"xorg/app\"; repo = \"xedit\"; rev = \"${pname}-${version}\"; sha256 = \"0b5ic13aasv6zh20v2k7zyxsqbnsxfq5rs3w8nwzl1gklmgrjxa3\"; }; nativeBuildInputs = [ autoreconfHook pkg-config utilmacros ]; buildInputs = [ libX11 libXaw libXmu libXt ]; configureFlags = [ \"--with-lispdir=$out/share/X11/xedit/lisp\" \"--with-appdefaultdir=$out/share/X11/app-defaults\" ]; meta = with lib; { description = \"Simple graphical text editor using Athena Widgets (Xaw)\"; homepage = \"https://gitlab.freedesktop.org/xorg/app/xedit\"; license = with licenses; [ mit ]; maintainers = with maintainers; [ shamilton ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-77ed96783969d3e12545886b4b7350da9ee1077a15b346c83c9cc00dea9a3bbf","title":"","text":"xed = callPackage ../development/libraries/xed { }; xedit = callPackage ../applications/editors/xedit { }; xine-lib = callPackage ../development/libraries/xine-lib { }; xautolock = callPackage ../misc/screensavers/xautolock { };"} {"_id":"doc-en-nixpkgs-598689ccf3a1d162622a2aa76226fd259b927313e42cb1169cecfd0e1ed6136f","title":"","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":"doc-en-nixpkgs-4e2d153828c755d48e0a705e6152e512c3c5766286b38730921a978da5412870","title":"","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":"doc-en-nixpkgs-f769187ec570205f651acd377443373964bc6ac2c0ba079ab1d6485001e49395","title":"","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":"doc-en-nixpkgs-2227c844a861103bf1027343ded02f80cdacfeb42d23bcc16e80aadfc2be974e","title":"","text":" { fetchFromGitHub, lib, xmrig }: xmrig.overrideAttrs (oldAttrs: rec { pname = \"xmrig-mo\"; version = \"6.14.1-mo1\"; src = fetchFromGitHub { owner = \"MoneroOcean\"; repo = \"xmrig\"; rev = \"v${version}\"; sha256 = \"sha256-1YG0llNv1VR8ocNFxYLZFXMzowNNqpqSyIu7iCr/rfM=\"; }; meta = with lib; { description = \"A fork of the XMRig CPU miner with support for algorithm switching\"; homepage = \"https://github.com/MoneroOcean/xmrig\"; license = licenses.gpl3Plus; platforms = [ \"x86_64-linux\" \"x86_64-darwin\" ]; maintainers = with maintainers; [ j0hax ]; }; }) "} {"_id":"doc-en-nixpkgs-d41b15e3a1fc49c8796960cf5e3de5548105b0ef6a0141dcc2bae73b2a899018","title":"","text":"xmrig = callPackage ../applications/misc/xmrig { }; xmrig-mo = callPackage ../applications/misc/xmrig/moneroocean.nix { }; xmrig-proxy = callPackage ../applications/misc/xmrig/proxy.nix { }; molot-lite = callPackage ../applications/audio/molot-lite { };"} {"_id":"doc-en-nixpkgs-b9c853016bbc411af4ec35caad909a0550e848886bce6a7fd378f66d2a56d9fd","title":"","text":"inherit (lib) mkOption types; # Once https://github.com/NixOS/nixpkgs/pull/75584 is merged we can use the TOML generator toTOML = name: value: pkgs.runCommandNoCC name { nativeBuildInputs = [ pkgs.remarshal ]; value = builtins.toJSON value; passAsFile = [ \"value\" ]; } '' json2toml \"$valuePath\" \"$out\" ''; toml = pkgs.formats.toml { }; in { meta = {"} {"_id":"doc-en-nixpkgs-30d25b72f390eff09b3ed3c6be0a410ede19312123ee146a19037ae196eee4d5","title":"","text":"[ \"virtualisation\" \"containers\" \"users\" ] \"All users with `isNormalUser = true` set now get appropriate subuid/subgid mappings.\" ) ( lib.mkRemovedOptionModule [ \"virtualisation\" \"containers\" \"containersConf\" \"extraConfig\" ] \"Use virtualisation.containers.containersConf.settings instead.\" ) ]; options.virtualisation.containers = {"} {"_id":"doc-en-nixpkgs-b13b3a9d7b4a00a50a27e3a97def17ef60ed5167da6ecfdd8de5392c016a38e5","title":"","text":"description = \"Enable the OCI seccomp BPF hook\"; }; containersConf = mkOption { default = {}; containersConf.settings = mkOption { type = toml.type; default = { }; description = \"containers.conf configuration\"; type = types.submodule { options = { extraConfig = mkOption { type = types.lines; default = \"\"; description = '' Extra configuration that should be put in the containers.conf configuration file ''; }; }; }; }; registries = {"} {"_id":"doc-en-nixpkgs-58537392ea130f0b2fcf3934438b1521dd122611b08d3b19a28663c84cb855f2","title":"","text":"}; config = lib.mkIf cfg.enable { virtualisation.containers.containersConf.settings = { network.cni_plugin_dirs = [ \"${pkgs.cni-plugins}/bin/\" ]; engine = { init_path = \"${pkgs.catatonit}/bin/catatonit\"; } // lib.optionalAttrs cfg.ociSeccompBpfHook.enable { hooks_dir = [ config.boot.kernelPackages.oci-seccomp-bpf-hook ]; }; }; environment.etc.\"containers/containers.conf\".text = '' [network] cni_plugin_dirs = [\"${pkgs.cni-plugins}/bin/\"] [engine] init_path = \"${pkgs.catatonit}/bin/catatonit\" ${lib.optionalString (cfg.ociSeccompBpfHook.enable) '' hooks_dir = [ \"${config.boot.kernelPackages.oci-seccomp-bpf-hook}\", ] ''} '' + cfg.containersConf.extraConfig; environment.etc.\"containers/containers.conf\".source = toml.generate \"containers.conf\" cfg.containersConf.settings; environment.etc.\"containers/registries.conf\".source = toTOML \"registries.conf\" { environment.etc.\"containers/registries.conf\".source = toml.generate \"registries.conf\" { registries = lib.mapAttrs (n: v: { registries = v; }) cfg.registries; };"} {"_id":"doc-en-nixpkgs-9cd94c970ee0ab3d207a39f4b902d6b448048ecf9e1046941c3884ca61826402","title":"","text":"virtualisation.containers = { enable = true; # Enable common /etc/containers configuration containersConf.extraConfig = lib.optionalString cfg.enableNvidia (builtins.readFile (toml.generate \"podman.nvidia.containers.conf\" { engine = { conmon_env_vars = [ \"PATH=${lib.makeBinPath [ pkgs.nvidia-podman ]}\" ]; runtimes.nvidia = [ \"${pkgs.nvidia-podman}/bin/nvidia-container-runtime\" ]; }; })); containersConf.settings = lib.optionalAttrs cfg.enableNvidia { engine = { conmon_env_vars = [ \"PATH=${lib.makeBinPath [ pkgs.nvidia-podman ]}\" ]; runtimes.nvidia = [ \"${pkgs.nvidia-podman}/bin/nvidia-container-runtime\" ]; }; }; }; systemd.packages = [ cfg.package ];"} {"_id":"doc-en-nixpkgs-0862d777b3ca394533e5115758d5ccc6c07ecf75755d0e0324c15ae621ca8368","title":"","text":"python3Packages.buildPythonApplication rec { pname = \"electron-cash\"; version = \"4.2.0\"; version = \"4.2.4\"; src = fetchFromGitHub { owner = \"Electron-Cash\"; repo = \"Electron-Cash\"; rev = version; sha256 = \"0ixsx4224jilc5zis6wbsbxqxv10mm5sksrzq15xp30zz0bzb6md\"; sha256 = \"sha256-hiOS0cTaPqllb31p+6nU4GYvw/E1Hdn8yd3sppzGkqg=\"; }; propagatedBuildInputs = with python3Packages; [ dnspython # requirements pyaes ecdsa requests qrcode protobuf jsonrpclib-pelix matplotlib pbkdf2 pyaes pycrypto pyqt5 pysocks qrcode requests tlslite-ng qdarkstyle python-dateutil stem certifi pathvalidate dnspython # plugins keepkey # requirements-binaries pyqt5 psutil pycryptodomex cryptography # requirements-hw cython trezor keepkey btchip hidapi pyscard pysatochip ]; nativeBuildInputs = [ wrapQtAppsHook ];"} {"_id":"doc-en-nixpkgs-e0d058ca9602291cdda9b4d65956c9de0cd5fe236c56945830540ef248ee3065","title":"","text":"''; homepage = \"https://www.electroncash.org/\"; platforms = platforms.linux; maintainers = with maintainers; [ lassulus nyanloutre ]; maintainers = with maintainers; [ lassulus nyanloutre oxalica ]; license = licenses.mit; }; }"} {"_id":"doc-en-nixpkgs-d6a53229e782bf349d44736b2aa730a553a12d359156248cd098984c87c9cb96","title":"","text":" { lib, buildPythonPackage, fetchPypi, pythonOlder }: buildPythonPackage rec { pname = \"pathvalidate\"; version = \"2.4.1\"; disabled = pythonOlder \"3.5\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-PJvZTH7CPpz7IR/741audfl51sCZosdF7pSQ9STzJGg=\"; }; # Requires `pytest-md-report`, causing infinite recursion. doCheck = false; pythonImportsCheck = [ \"pathvalidate\" ]; meta = with lib; { description = \"A Python library to sanitize/validate a string such as filenames/file-paths/etc\"; homepage = \"https://github.com/thombashi/pathvalidate\"; license = licenses.mit; maintainers = with maintainers; [ oxalica ]; }; } "} {"_id":"doc-en-nixpkgs-94174439b6b1c8eb56bb25c839d7a587f2940bde99b0f62830a23e40956a8491","title":"","text":" { lib, buildPythonPackage, fetchPypi, pyscard, ecdsa, pyaes , pythonOlder }: buildPythonPackage rec { pname = \"pysatochip\"; version = \"0.11.4\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-Jj/zZIS9aXmZ2xdi29Eun7iRIrIk9oBlrtN9+6opIMo=\"; }; propagatedBuildInputs = [ pyscard ecdsa pyaes ]; pythonImportsCheck = [ \"pysatochip\" ]; meta = with lib; { description = \"Simple python library to communicate with a Satochip hardware wallet\"; homepage = \"https://github.com/Toporin/pysatochip\"; license = licenses.lgpl3Only; maintainers = with maintainers; [ oxalica ]; }; } "} {"_id":"doc-en-nixpkgs-ac37e2950c1d0d3f78e6c6a7e1cc025caa4ecdce27506f1245de84f24c4dac21","title":"","text":"pathtools = callPackage ../development/python-modules/pathtools { }; pathvalidate = callPackage ../development/python-modules/pathvalidate { }; patiencediff = callPackage ../development/python-modules/patiencediff { }; patool = callPackage ../development/python-modules/patool { };"} {"_id":"doc-en-nixpkgs-f2aa0fca5dd53b9c36cd228523e4ef42ebf1b5ef6790366af782ad12b65c4211","title":"","text":"inherit (pkgs) xmlsec; }; pysatochip = callPackage ../development/python-modules/pysatochip { }; pysc2 = callPackage ../development/python-modules/pysc2 { }; pyscard = callPackage ../development/python-modules/pyscard {"} {"_id":"doc-en-nixpkgs-79d895bb8ccdd736113e19345e082e291fe5871a8844a188ba07b3d46eae49cb","title":"","text":"# This file was generated by https://github.com/kamilchm/go2nix v2.0-dev { lib, buildGoPackage, zip, fetchFromGitHub }: { lib, buildGoPackage, zip, fetchFromGitHub, makeWrapper, xdg-utils }: let webassets = fetchFromGitHub { owner = \"gravitational\"; repo = \"webassets\"; rev = \"2d79788dbcd005bdcfe5b5120007d0faf8f1fc82\"; sha256 = \"001a3bx8yyx1hq8y5yiy1jzp122q8gcl369lj0609gaxp6dk5bdw\"; rev = \"8ace0cfcc6867651bed3fd5b5f35aaa2a80e1106\"; sha256 = \"sha256-mzvYysCFMvWHo8Y4cmhAju62jjpe92j564gc12BSdZA=\"; }; in buildGoPackage rec { pname = \"teleport\"; version = \"5.1.2\"; version = \"5.2.1\"; # This repo has a private submodule \"e\" which fetchgit cannot handle without failing. src = fetchFromGitHub { owner = \"gravitational\"; repo = \"teleport\"; rev = \"v${version}\"; sha256 = \"0h1hn2dpdsmhxac06gn6787z2mnfcwb3wn0c2l7l2qhw6iqpgmvh\"; sha256 = \"sha256-8WEVH+04y1/s9KpBlK/LrgHG7qTpu2LqtanKKdi9N08=\"; }; goPackagePath = \"github.com/gravitational/teleport\"; subPackages = [ \"tool/tctl\" \"tool/teleport\" \"tool/tsh\" ]; nativeBuildInputs = [ zip ]; nativeBuildInputs = [ zip makeWrapper ]; postBuild = '' pushd ."} {"_id":"doc-en-nixpkgs-2171d55ac620ce0f348e959e05bbe5fc352d715803d9250fdbbb66868dc4eeb5","title":"","text":"postInstall = '' install -Dm755 -t $client/bin $out/bin/tsh wrapProgram $out/bin/tsh --prefix PATH : ${xdg-utils}/bin ''; doInstallCheck = true;"} {"_id":"doc-en-nixpkgs-a1797c1490b8ab5c187efecf3b7d3ae41fc3a6bbbcdc191bd53dc02f2d067858","title":"","text":"{ mkDerivation , cmake , fetchFromGitLab , nix-update-script , gst_all_1 , lib , libpulseaudio"} {"_id":"doc-en-nixpkgs-2f117918a9d9e64141dd569019c0b2a06f473efcd87a780fcfaaa8319cd48ca3","title":"","text":", qttools , taglib , zlib , python3 }: let py = python3.withPackages (ps: with ps; [ pydbus ]); in mkDerivation rec { pname = \"sayonara-player\"; version = \"1.6.0-beta6\"; pname = \"sayonara\"; version = \"1.6.0-beta7\"; src = fetchFromGitLab { owner = \"luciocarreras\"; repo = \"sayonara-player\"; rev = version; sha256 = \"sha256-SbJS0DQvbW++CNXbuDHQxFlLRb1kTtDdIdHOqu0YxeQ=\"; sha256 = \"14svszfldx32vn937rszd21rgl31vb5kzs0hnrg41ygx0br61rvd\"; }; nativeBuildInputs = [ cmake ninja pkg-config qttools ];"} {"_id":"doc-en-nixpkgs-a62386a3fac192917bc3fd4c0ebb846f6358b826e58a9b14925322cb4f89ff3b","title":"","text":"qtbase taglib zlib py ] ++ (with gst_all_1; [ gstreamer"} {"_id":"doc-en-nixpkgs-ad89ee18b61c1250cd7fc23aa14bdbae84da409fd7fb271bd1afed57c2d070ad","title":"","text":"qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : \"$GST_PLUGIN_SYSTEM_PATH_1_0\") ''; passthru = { updateScript = nix-update-script { attrPath = pname; }; }; meta = with lib; { description = \"Sayonara music player\"; homepage = \"https://sayonara-player.com/\";"} {"_id":"doc-en-nixpkgs-98e6e69f841bfebdeaf7916fbcac4948f504688c834dfb50b0f41459f5cb0e0c","title":"","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":"doc-en-nixpkgs-65fc0044a07218b9f630428e7d1caac49be6a53b67fed863a951f436c29db93e","title":"","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":"doc-en-nixpkgs-43a51b3941ff4179654217032b201cf50053ff6d29c0931b70064d3010954b9f","title":"","text":"# This file is autogenerated from update.sh in the same directory. # VHASH: 545cfbcd1fc31d037d1e6b5382995075d2a875a51d181cc26851e49dbd2227d8 # VHASH: c9500486764a2433d0f059134a981eb9adccd3546a6f779bc0e05cdcb26d2ae6 { dev = { version = \"22.0.1207.1\"; url = \"http://commondatastorage.googleapis.com/chromium-browser-official/chromium-22.0.1207.1.tar.bz2\"; sha256 = \"1kzzaaczz1mwsfw7fn8la6h4yls2wy537ypabqgwyim01jhfmilp\"; version = \"22.0.1221.1\"; url = \"http://commondatastorage.googleapis.com/chromium-browser-official/chromium-22.0.1221.1.tar.bz2\"; sha256 = \"08cx2im0ng1dg83mk8jlx4in7v8f5vsf9y2ild0i22jb20c7h31s\"; }; beta = { version = \"21.0.1180.41\"; url = \"http://commondatastorage.googleapis.com/chromium-browser-official/chromium-21.0.1180.41.tar.bz2\"; sha256 = \"1225ny7y5msyk44lb5dspd4aq0yiaawsb5xi9g8iimiv80j4h34a\"; version = \"21.0.1180.57\"; url = \"http://commondatastorage.googleapis.com/chromium-browser-official/chromium-21.0.1180.57.tar.bz2\"; sha256 = \"0idimvkrhs09x93hl8p7rddyb0ymk9f8i5jm6m3lg6ga959aj6ri\"; }; stable = { version = \"20.0.1132.57\"; url = \"http://commondatastorage.googleapis.com/chromium-browser-official/chromium-20.0.1132.57.tar.bz2\"; sha256 = \"06v4ybvaj3gx1v4visfyfzbq2q3xasa8xlf05f4wi2bf62vcc98j\"; version = \"21.0.1180.57\"; url = \"http://commondatastorage.googleapis.com/chromium-browser-official/chromium-21.0.1180.57.tar.bz2\"; sha256 = \"0idimvkrhs09x93hl8p7rddyb0ymk9f8i5jm6m3lg6ga959aj6ri\"; }; }"} {"_id":"doc-en-nixpkgs-b579c5ffdaaa6bf391d5c059949860ff29c48be80682f46796faea605825314e","title":"","text":"sha256 = \"2x8vwLTSngqQqmVrVh/mM4peATgaRqOSwrfm5XCkg/g=\"; }; sourceRoot = \"./src\"; sourceRoot = \"${src.name}/src\"; meta = with lib; { homepage = \"http://michaelcmartin.github.io/Ophis/\";"} {"_id":"doc-en-nixpkgs-9e4902f6245eb96087e5a601b0833e4808c51234c16eb118f6c145031ff2f0cf","title":"","text":"''; serviceConfig = { ExecStart = '' ${pkgs.jre}/bin/java -Xmx${toString cfg.maxMemory}m ${pkgs.jre8}/bin/java -Xmx${toString cfg.maxMemory}m -Dairsonic.home=${cfg.home} -Dserver.address=${cfg.listenAddress} -Dserver.port=${toString cfg.port} "} {"_id":"doc-en-nixpkgs-12491d7272318f38473c9731c8610faa76c82872290a0e11251ae7d69721caf7","title":"","text":" import ./make-test-python.nix ({ pkgs, ... }: { name = \"airsonic\"; meta = with pkgs.lib.maintainers; { maintainers = [ sumnerevans ]; }; machine = { pkgs, ... }: { services.airsonic = { enable = true; maxMemory = 800; }; # Airsonic is a Java application, and unfortunately requires a significant # amount of memory. virtualisation.memorySize = 1024; }; testScript = '' def airsonic_is_up(_) -> bool: return machine.succeed(\"curl --fail http://localhost:4040/login\") machine.start() machine.wait_for_unit(\"airsonic.service\") machine.wait_for_open_port(4040) with machine.nested(\"Waiting for UI to work\"): retry(airsonic_is_up) ''; }) "} {"_id":"doc-en-nixpkgs-03e917a4b273b89253e480ad72ff4466948f8d0ea5ed52c2892e78e9516cdb68","title":"","text":"_3proxy = handleTest ./3proxy.nix {}; acme = handleTest ./acme.nix {}; agda = handleTest ./agda.nix {}; airsonic = handleTest ./airsonic.nix {}; amazon-init-shell = handleTest ./amazon-init-shell.nix {}; ammonite = handleTest ./ammonite.nix {}; atd = handleTest ./atd.nix {};"} {"_id":"doc-en-nixpkgs-687f94141950d1136ed9d3cad17fa6014bbdd101267e37361ff70a39ffc94b6c","title":"","text":" { lib, stdenv, fetchurl }: { lib, stdenv, fetchurl, nixosTests }: stdenv.mkDerivation rec { pname = \"airsonic\";"} {"_id":"doc-en-nixpkgs-be241f5dfeaffcdab6face95f1c286dded302a4e43575d62c1572616e9209096","title":"","text":"cp \"$src\" \"$out/webapps/airsonic.war\" ''; passthru.tests = { airsonic-starts = nixosTests.airsonic; }; meta = with lib; { description = \"Personal media streamer\"; homepage = \"https://airsonic.github.io\";"} {"_id":"doc-en-nixpkgs-58d9118a6bc641721054c5094f5f8111728881efc448f8415c6d37955a1d69e9","title":"","text":"freeformType = let validSettingsPrimitiveTypes = oneOf [ int str bool float ]; validSettingsTypes = oneOf [ validSettingsPrimitiveTypes (listOf validSettingsPrimitiveTypes) ]; settingsType = (attrsOf validSettingsTypes); in attrsOf (oneOf [ string settingsType (listOf settingsType) ]) settingsType = oneOf [ str (attrsOf validSettingsTypes) ]; in attrsOf (oneOf [ settingsType (listOf settingsType) ]) // { description = '' unbound.conf configuration type. The format consist of an attribute set of settings. Each settings can be either one value, a list of"} {"_id":"doc-en-nixpkgs-bef9b9e12324970958ea5fe836861869dc7f08fa20d8723dc08e92f9ded1082e","title":"","text":"githubId = 6652840; name = \"Jade\"; }; lgcl = { email = \"dev@lgcl.de\"; name = \"Leon Vack\"; github = \"LogicalOverflow\"; githubId = 5919957; }; lheckemann = { email = \"git@sphalerite.org\"; github = \"lheckemann\";"} {"_id":"doc-en-nixpkgs-4982f870d6cf53364e8ad3ec23131cdc0ffef2f303b0869151601c3bab06669c","title":"","text":" { lib, fetchurl, appimageTools, }: let pname = \"ytmdesktop\"; version = \"1.13.0\"; name = \"${pname}-${version}\"; src = fetchurl { url = \"https://github.com/ytmdesktop/ytmdesktop/releases/download/v${version}/YouTube-Music-Desktop-App-${version}.AppImage\"; sha256 = \"0f5l7hra3m3q9zd0ngc9dj4mh1lk0rgicvh9idpd27wr808vy28v\"; }; appimageContents = appimageTools.extract { inherit name src; }; in appimageTools.wrapType2 rec { inherit name src; extraInstallCommands = '' mv $out/bin/{${name},${pname}} install -m 444 -D ${appimageContents}/youtube-music-desktop-app.desktop -t $out/share/applications substituteInPlace $out/share/applications/youtube-music-desktop-app.desktop --replace 'Exec=AppRun' 'Exec=${pname}' cp -r ${appimageContents}/usr/share/icons $out/share ''; meta = with lib; { description = \"A Desktop App for YouTube Music\"; homepage = \"https://ytmdesktop.app/\"; license = licenses.cc0; platforms = platforms.linux; maintainers = [ maintainers.lgcl ]; }; } "} {"_id":"doc-en-nixpkgs-40e59a1f72ee485a3fba496ef19182745c08e91c3340cbd6ea0754eccdd665f9","title":"","text":"ytcc = callPackage ../tools/networking/ytcc { }; ytmdesktop = callPackage ../applications/audio/ytmdesktop { }; zam-plugins = callPackage ../applications/audio/zam-plugins { }; zanshin = libsForQt5.callPackage ../applications/office/zanshin {"} {"_id":"doc-en-nixpkgs-cbefcfe0438cec7abfd581cd1a800eff84c02b8a876f89958eace26f08ee9e7a","title":"","text":" The WireGuard module gained a new option that implements refreshing the IP of DNS-based endpoints periodically (which WireGuard itself cannot do). MariaDB has been updated to 10.5. Before you upgrade, it would be best to take a backup of your database and read "} {"_id":"doc-en-nixpkgs-e38c0e0502c3f91afe0e33ec020ed8bf5b85f183df9222a320ae151c168a0c79","title":"","text":"example = \"demo.wireguard.io:12913\"; type = with types; nullOr str; description = ''Endpoint IP or hostname of the peer, followed by a colon, and then a port number of the peer.''; and then a port number of the peer. Warning for endpoints with changing IPs: The WireGuard kernel side cannot perform DNS resolution. Thus DNS resolution is done once by the wg userspace utility, when setting up WireGuard. Consequently, if the IP address behind the name changes, WireGuard will not notice. This is especially common for dynamic-DNS setups, but also applies to any other DNS-based setup. If you do not use IP endpoints, you likely want to set to refresh the IPs periodically. ''; }; dynamicEndpointRefreshSeconds = mkOption { default = 0; example = 5; type = with types; int; description = '' Periodically re-execute the wg utility every this many seconds in order to let WireGuard notice DNS / hostname changes. Setting this to 0 disables periodic reexecution. ''; }; persistentKeepalive = mkOption {"} {"_id":"doc-en-nixpkgs-bce4adee14aec625eb3e109ed783d8f04b9a75256e7c94181623112da91d3166","title":"","text":"''; }; generatePeerUnit = { interfaceName, interfaceCfg, peer }: peerUnitServiceName = interfaceName: publicKey: dynamicRefreshEnabled: let keyToUnitName = replaceChars [ \"/\" \"-\" \" \" \"+\" \"=\" ] [ \"-\" \"x2d\" \"x20\" \"x2b\" \"x3d\" ]; unitName = keyToUnitName peer.publicKey; unitName = keyToUnitName publicKey; refreshSuffix = optionalString dynamicRefreshEnabled \"-refresh\"; in \"wireguard-${interfaceName}-peer-${unitName}${refreshSuffix}\"; generatePeerUnit = { interfaceName, interfaceCfg, peer }: let psk = if peer.presharedKey != null then pkgs.writeText \"wg-psk\" peer.presharedKey"} {"_id":"doc-en-nixpkgs-086122dee8db996d67fe21bcc14ad95d3d3f3b9196577a3fba1c13547b1acb50","title":"","text":"dst = interfaceCfg.interfaceNamespace; ip = nsWrap \"ip\" src dst; wg = nsWrap \"wg\" src dst; in nameValuePair \"wireguard-${interfaceName}-peer-${unitName}\" dynamicRefreshEnabled = peer.dynamicEndpointRefreshSeconds != 0; # We generate a different name (a `-refresh` suffix) when `dynamicEndpointRefreshSeconds` # to avoid that the same service switches `Type` (`oneshot` vs `simple`), # with the intent to make scripting more obvious. serviceName = peerUnitServiceName interfaceName peer.publicKey dynamicRefreshEnabled; in nameValuePair serviceName { description = \"WireGuard Peer - ${interfaceName} - ${peer.publicKey}\"; requires = [ \"wireguard-${interfaceName}.service\" ];"} {"_id":"doc-en-nixpkgs-f8a205ebbdfd50d33fc8ce555bd50f96cb19422bf26500dfac40af262141be93","title":"","text":"environment.WG_ENDPOINT_RESOLUTION_RETRIES = \"infinity\"; path = with pkgs; [ iproute2 wireguard-tools ]; serviceConfig = { Type = \"oneshot\"; RemainAfterExit = true; }; serviceConfig = if !dynamicRefreshEnabled then { Type = \"oneshot\"; RemainAfterExit = true; } else { Type = \"simple\"; # re-executes 'wg' indefinitely # Note that `Type = \"oneshot\"` services with `RemainAfterExit = true` # cannot be used with systemd timers (see `man systemd.timer`), # which is why `simple` with a loop is the best choice here. # It also makes starting and stopping easiest. }; script = let wg_setup = \"${wg} set ${interfaceName} peer ${peer.publicKey}\" + optionalString (psk != null) \" preshared-key ${psk}\" + optionalString (peer.endpoint != null) \" endpoint ${peer.endpoint}\" + optionalString (peer.persistentKeepalive != null) \" persistent-keepalive ${toString peer.persistentKeepalive}\" + optionalString (peer.allowedIPs != []) \" allowed-ips ${concatStringsSep \",\" peer.allowedIPs}\"; wg_setup = concatStringsSep \" \" ( [ ''${wg} set ${interfaceName} peer \"${peer.publicKey}\"'' ] ++ optional (psk != null) ''preshared-key \"${psk}\"'' ++ optional (peer.endpoint != null) ''endpoint \"${peer.endpoint}\"'' ++ optional (peer.persistentKeepalive != null) ''persistent-keepalive \"${toString peer.persistentKeepalive}\"'' ++ optional (peer.allowedIPs != []) ''allowed-ips \"${concatStringsSep \",\" peer.allowedIPs}\"'' ); route_setup = optionalString interfaceCfg.allowedIPsAsRoutes (concatMapStringsSep \"n\" (allowedIP: \"${ip} route replace ${allowedIP} dev ${interfaceName} table ${interfaceCfg.table}\" ''${ip} route replace \"${allowedIP}\" dev \"${interfaceName}\" table \"${interfaceCfg.table}\"'' ) peer.allowedIPs); in '' ${wg_setup} ${route_setup} ${optionalString (peer.dynamicEndpointRefreshSeconds != 0) '' # Re-execute 'wg' periodically to notice DNS / hostname changes. # Note this will not time out on transient DNS failures such as DNS names # because we have set 'WG_ENDPOINT_RESOLUTION_RETRIES=infinity'. # Also note that 'wg' limits its maximum retry delay to 20 seconds as of writing. while ${wg_setup}; do sleep \"${toString peer.dynamicEndpointRefreshSeconds}\"; done ''} ''; postStop = let route_destroy = optionalString interfaceCfg.allowedIPsAsRoutes (concatMapStringsSep \"n\" (allowedIP: \"${ip} route delete ${allowedIP} dev ${interfaceName} table ${interfaceCfg.table}\" ''${ip} route delete \"${allowedIP}\" dev \"${interfaceName}\" table \"${interfaceCfg.table}\"'' ) peer.allowedIPs); in '' ${wg} set ${interfaceName} peer ${peer.publicKey} remove ${wg} set \"${interfaceName}\" peer \"${peer.publicKey}\" remove ${route_destroy} ''; };"} {"_id":"doc-en-nixpkgs-9f3f7d7849eeb6a134fe2758548e1cab7446e11f3f9a12a43b55bcc547755f3f","title":"","text":"${values.preSetup} ${ipPreMove} link add dev ${name} type wireguard ${optionalString (values.interfaceNamespace != null && values.interfaceNamespace != values.socketNamespace) \"${ipPreMove} link set ${name} netns ${ns}\"} ${ipPreMove} link add dev \"${name}\" type wireguard ${optionalString (values.interfaceNamespace != null && values.interfaceNamespace != values.socketNamespace) ''${ipPreMove} link set \"${name}\" netns \"${ns}\"''} ${concatMapStringsSep \"n\" (ip: \"${ipPostMove} address add ${ip} dev ${name}\" ''${ipPostMove} address add \"${ip}\" dev \"${name}\"'' ) values.ips} ${wg} set ${name} private-key ${privKey} ${ optionalString (values.listenPort != null) \" listen-port ${toString values.listenPort}\"} ${concatStringsSep \" \" ( [ ''${wg} set \"${name}\" private-key \"${privKey}\"'' ] ++ optional (values.listenPort != null) ''listen-port \"${toString values.listenPort}\"'' )} ${ipPostMove} link set up dev ${name} ${ipPostMove} link set up dev \"${name}\" ${values.postSetup} ''; postStop = '' ${ipPostMove} link del dev ${name} ${ipPostMove} link del dev \"${name}\" ${values.postShutdown} ''; };"} {"_id":"doc-en-nixpkgs-b2c074b8d997c4428e998efec36ef952bc860be745b0b460dec920cd60e5f75e","title":"","text":"nsList = filter (ns: ns != null) [ src dst ]; ns = last nsList; in if (length nsList > 0 && ns != \"init\") then \"ip netns exec ${ns} ${cmd}\" else cmd; if (length nsList > 0 && ns != \"init\") then ''ip netns exec \"${ns}\" \"${cmd}\"'' else cmd; in {"} {"_id":"doc-en-nixpkgs-3e20d482a4dab370eb51b4aebe0325a642508f044d4e2f8561d1eae615ef67d3","title":"","text":"let # Release calendar: https://www.mesa3d.org/release-calendar.html # Release frequency: https://www.mesa3d.org/releasing.html#schedule version = \"21.0.1\"; version = \"21.0.3\"; branch = versions.major version; self = stdenv.mkDerivation {"} {"_id":"doc-en-nixpkgs-d89456906a91a87bd215f9c470a4db6c7cdb273810a880170cf22e92f7ab85f7","title":"","text":"\"ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz\" \"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz\" ]; sha256 = \"1fqj2xhhd1ary0pfg31jq6fqcnd6qgyrw1445nmz554k8n2ck7rp\"; sha256 = \"0awiyvicvcn3b18x0vx5ik3ly0k3k51ivz2ljj8pnx6ms95nyp2n\"; }; prePatch = \"patchShebangs .\";"} {"_id":"doc-en-nixpkgs-a6cdc439e56e2f933da6e2f7bb3b31713f1bcbba035b0e6ffcdf23ca76ee6195","title":"","text":", expat, libdrm, xorg, wayland, wayland-protocols, openssl , llvmPackages, libffi, libomxil-bellagio, libva-minimal , libelf, libvdpau , libglvnd , enableRadv ? true , libglvnd, libunwind , galliumDrivers ? [\"auto\"] , driDrivers ? [\"auto\"] , vulkanDrivers ? [\"auto\"]"} {"_id":"doc-en-nixpkgs-5d0abe4464500e3715a8afcd74486412bbc7e4f47dcbe97acfed79dd071c8c97","title":"","text":"let # Release calendar: https://www.mesa3d.org/release-calendar.html # Release frequency: https://www.mesa3d.org/releasing.html#schedule version = \"21.0.1\"; version = \"21.1.4\"; branch = versions.major version; self = stdenv.mkDerivation {"} {"_id":"doc-en-nixpkgs-8aa129442de9b9c287475a999960d575875cb19dfb7468d8df77c7a8439f9e10","title":"","text":"\"ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz\" \"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz\" ]; sha256 = \"1fqj2xhhd1ary0pfg31jq6fqcnd6qgyrw1445nmz554k8n2ck7rp\"; sha256 = \"02z9g6zpkg1p1sm8f84xdi7v2n7x534x9pn565bvcr411527y5qz\"; }; prePatch = \"patchShebangs .\";"} {"_id":"doc-en-nixpkgs-18a27d927fbf46fb8840552dca3f8d8fdeb4b065621ac3bff677c8a69adbb744","title":"","text":"url = \"https://gitlab.freedesktop.org/mesa/mesa/commit/aebbf819df6d1e.patch\"; sha256 = \"17248hyzg43d73c86p077m4lv1pkncaycr3l27hwv9k4ija9zl8q\"; }) # For RISC-V support: (fetchpatch { name = \"add-riscv-default-selections.patch\"; url = \"https://gitlab.freedesktop.org/mesa/mesa/-/commit/9908da1b7a5eaf0156d458e0e24b694c070ba345.patch\"; sha256 = \"036gv95m5gzzs6qpgkydf5fwgdlm7kpbdfalg8vmayghd260rw1w\"; }) ] ++ optionals (stdenv.isDarwin && stdenv.isAarch64) [ # Fix aarch64-darwin build, remove when upstreaam supports it out of the box. # See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1020"} {"_id":"doc-en-nixpkgs-c5e9f8e5b74584c9b4da96add8b680966ceafc74826139c45025276c489313e9","title":"","text":"libpthreadstubs openssl /*or another sha1 provider*/ ] ++ lib.optionals (elem \"wayland\" eglPlatforms) [ wayland wayland-protocols ] ++ lib.optionals stdenv.isLinux [ libomxil-bellagio libva-minimal ] ++ lib.optionals stdenv.isDarwin [ libunwind ] ++ lib.optional withValgrind valgrind-light; depsBuildBuild = [ pkg-config ];"} {"_id":"doc-en-nixpkgs-65dc09c148ec651a719b501a043be8a4180c45b372f1f117bea0ccbfb1786e05","title":"","text":"#include \"pipe/p_compiler.h\" #include \"pipe/p_state.h\" --- ./src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h +++ ./src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h --- a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h +++ b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h @@ -28,6 +28,8 @@ #ifndef RADV_AMDGPU_WINSYS_H #define RADV_AMDGPU_WINSYS_H +#include + #include \"radv_radeon_winsys.h\" #include \"ac_gpu_info.h\" #include \"addrlib/addrinterface.h\" #include #include #include \"util/list.h\" "} {"_id":"doc-en-nixpkgs-22d870cde3f36561421c6400c40cc69534bee532d9ed34c3f75683bc4c8cec83","title":"","text":"buildGoModule rec { pname = \"drone.io${lib.optionalString (!enableUnfree) \"-oss\"}\"; version = \"1.10.0\"; version = \"2.0.0\"; vendorSha256 = \"sha256-cKHX/GnvGELQBfoo0/1UmDQ4Z66GGnnHG7+1CzjinL0=\"; vendorSha256 = \"sha256-cnbZSnHU+ORm7/dV+U9NfM18Zrzi24vf7qITPJsusU8=\"; doCheck = false;"} {"_id":"doc-en-nixpkgs-4929f0c8940f503ccac0472ffcd6a618316fab622a40e80123aa0242ce016df1","title":"","text":"owner = \"drone\"; repo = \"drone\"; rev = \"v${version}\"; sha256 = \"sha256-12Jac+mXWdUX8gWvmpdO9ROv7Bi0YzvyqnNDVNJOr34=\"; sha256 = \"sha256-BxwCJf3uY34rqegZJ6H/zb63orELhq41trOgzGXQe80=\"; }; preBuild = ''"} {"_id":"doc-en-nixpkgs-993ee1b8954095e9ed121217222877a81bd233b1c2cd3c2266c6d854ac73670a","title":"","text":"{stdenv, fetchurl}: stdenv.mkDerivation rec { name = \"ncompress-4.2.4.3\"; name = \"ncompress-4.2.4.4\"; builder = ./builder.sh;"} {"_id":"doc-en-nixpkgs-a1c30d85cc5a9652a65ff7701252e9d3222fed9969214ff476ff2e9c54894afc","title":"","text":"src = fetchurl { url = \"mirror://sourceforge/project/ncompress/${name}.tar.gz\"; sha256 = \"1y44ixc1w2vfvj1lm4dkcljlwv882ynrvm5i6l0lg1gf883j246l\"; sha256 = \"0yjiwv1hwb253x3m6r1dq2k7m5c9nz0ib2j7fnm3hark7y6s42xh\"; }; meta = {"} {"_id":"doc-en-nixpkgs-359c782f28ee2e3abfdd38d4d47e0b5bb817451a79930f995122901e04d31d68","title":"","text":"else throw \"Unknown QEMU serial device for system '${pkgs.stdenv.hostPlatform.system}'\"; qemuBinary = qemuPkg: { x86_64-linux = \"${qemuPkg}/bin/qemu-kvm -cpu max\"; x86_64-linux = \"${qemuPkg}/bin/qemu-kvm -cpu qemu64\"; armv7l-linux = \"${qemuPkg}/bin/qemu-system-arm -enable-kvm -machine virt -cpu host\"; aarch64-linux = \"${qemuPkg}/bin/qemu-system-aarch64 -enable-kvm -machine virt,gic-version=host -cpu host\"; powerpc64le-linux = \"${qemuPkg}/bin/qemu-system-ppc64 -machine powernv\";"} {"_id":"doc-en-nixpkgs-d52e87b32683f1387ac88c59049d5a303e680b020065fdd9b970c9ccba61cd2d","title":"","text":"buildCommand = \"sed s/dot_root/agroot/g ${raw_patch} > $out\"; }; # 2.42 has the patch included patches = optional (lib.versionOlder version \"2.42\") patchToUse; patches = optional (lib.versionOlder version \"2.42\") patchToUse ++ optionals (lib.versionOlder version \"2.46.0\") [ (fetchpatch { name = \"CVE-2020-18032.patch\"; url = \"https://gitlab.com/graphviz/graphviz/-/commit/784411ca3655c80da0f6025ab20634b2a6ff696b.patch\"; sha256 = \"1nkw9ism8lkfvxsp5fh95i2l5s5cbjsidbb3g1kjfv10rxkyb41m\"; }) ]; in stdenv.mkDerivation {"} {"_id":"doc-en-nixpkgs-e4920a65669ad3b0e5f560518509ae03a635828400d37bb0ce77e25fa584d6a7","title":"","text":"{ lib, stdenv, fetchurl, bash, jre }: let mcVersion = \"1.16.5\"; buildNum = \"488\"; buildNum = \"771\"; jar = fetchurl { url = \"https://papermc.io/api/v1/paper/${mcVersion}/${buildNum}/download\"; sha256 = \"07zgq6pfgwd9a9daqv1dab0q8cwgidsn6sszn7bpr37y457a4ka8\"; url = \"https://papermc.io/api/v1/paper/${mcVersion}/${buildNum}/download\"; sha256 = \"1lmlfhigbzbkgzfq6knglka0ccf4i32ch25gkny0c5fllmsnm08l\"; }; in stdenv.mkDerivation { pname = \"papermc\";"} {"_id":"doc-en-nixpkgs-a9627f2ec8ec02c3cadccf7f3bd3d049b946911b9a0323e95ade8a46cecceadc","title":"","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":"doc-en-nixpkgs-e4c4d993fc2e1e71e816554565f7a0a1325ab375ea8efec77cf8269fc6188d93","title":"","text":"mutt-with-sidebar = mutt.override { withSidebar = true; }; mutt-wizard = callPackage ../tools/misc/mutt-wizard { }; mwic = callPackage ../applications/misc/mwic { pythonPackages = python3Packages;"} {"_id":"doc-en-nixpkgs-0755728e0b36f2cc222ad8066d5b6b20bb99c7e0d6516d21bc2801943628f476","title":"","text":", tllist , wayland-protocols , pkg-config , utf8proc , allowPgo ? true , python3 # for PGO # for clang stdenv check"} {"_id":"doc-en-nixpkgs-e1a5309735935dd036eaca4848028eb727d06cdc540cfceceff598887e0a7ecd","title":"","text":"}: let version = \"1.7.2\"; version = \"1.8.0\"; # build stimuli file for PGO build and the script to generate it # independently of the foot's build, so we can cache the result"} {"_id":"doc-en-nixpkgs-b9d89dbcb72a1ec97b52f5c37c5545b811cb1aca81bde9eef3aaf12ae6524d56","title":"","text":"src = fetchurl { url = \"https://codeberg.org/dnkl/foot/raw/tag/${version}/scripts/generate-alt-random-writes.py\"; sha256 = \"019bdiqfi3wx2lwrv3nhq83knc1r3lmqd5zgisa33wwshm2kyv7p\"; sha256 = \"0w4d0rxi54p8lvbynypcywqqwbbzmyyzc0svjab27ngmdj1034ii\"; }; dontUnpack = true;"} {"_id":"doc-en-nixpkgs-2b019b1b1d97c498ed4d80d67bde91f2b9095db066084b3cb2d554daf78ee3b5","title":"","text":"src = fetchzip { url = \"https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz\"; sha256 = \"0iabj9c0dj1r0m89i5gk2jdmwj4wfsai8na54x2w4fq406q6g9nh\"; sha256 = \"07irlhkvziv51cp5zn1yz8ljfnrnfjcykv5pgfwmpslw3nl5szxv\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-038b2b1995bb59586f3b77f8347c04d46477cf6bbd107d4f9a65769a706b2b6c","title":"","text":"wayland libxkbcommon fcft utf8proc ]; # recommended build flags for performance optimized foot builds"} {"_id":"doc-en-nixpkgs-8ade903497fc627864fb44e2c89a9b4503cc8d9275ef4b1588480645d45084eb","title":"","text":"export AR=\"${ar}\" ''; mesonFlags = [ \"--buildtype=release\" \"-Db_lto=true\" ]; mesonFlags = [ \"--buildtype=release\" \"-Db_lto=true\" \"-Dterminfo-install-location=${placeholder \"terminfo\"}/share/terminfo\" ]; # build and run binary generating PGO profiles, # then reconfigure to build the normal foot binary utilizing PGO"} {"_id":"doc-en-nixpkgs-5bc2b0723cb5dea7b5348ba311e005f2c4d756ffa5d1f2d0aeea2ca771ed6efb","title":"","text":"llvm-profdata merge default_*profraw --output=default.profdata ''; outputs = [ \"out\" \"terminfo\" ]; # make sure nix-env and buildEnv also include the # terminfo output when the package is installed postInstall = '' mkdir -p \"$out/nix-support\" echo \"$terminfo\" >> \"$out/nix-support/propagated-user-env-packages\" ''; passthru.tests = { clang-default-compilation = foot.override { inherit (llvmPackages) stdenv;"} {"_id":"doc-en-nixpkgs-00fb673a0f60a28bddae074fdfc9b9b95846b2833b10de0dce0f42a86ceefa16","title":"","text":" diff --git a/lib/sanitizer_common/sanitizer_mac.cpp b/lib/sanitizer_common/sanitizer_mac.cpp --- a/lib/sanitizer_common/sanitizer_mac.cpp +++ b/lib/sanitizer_common/sanitizer_mac.cpp @@ -613,9 +613,15 @@ HandleSignalMode GetHandleSignalMode(int signum) { // Offset example: // XNU 17 -- macOS 10.13 -- iOS 11 -- tvOS 11 -- watchOS 4 constexpr u16 GetOSMajorKernelOffset() { - if (TARGET_OS_OSX) return 4; - if (TARGET_OS_IOS || TARGET_OS_TV) return 6; - if (TARGET_OS_WATCH) return 13; +#if TARGET_OS_OSX + return 4; +#endif +#if TARGET_OS_IOS || TARGET_OS_TV + return 6; +#endif +#if TARGET_OS_WATCH + return 13; +#endif } using VersStr = char[64]; @@ -627,13 +633,13 @@ static uptr ApproximateOSVersionViaKernelVersion(VersStr vers) { u16 os_major = kernel_major - offset; const char *format = \"%d.0\"; - if (TARGET_OS_OSX) { - if (os_major >= 16) { // macOS 11+ - os_major -= 5; - } else { // macOS 10.15 and below - format = \"10.%d\"; - } +#if TARGET_OS_OSX + if (os_major >= 16) { // macOS 11+ + os_major -= 5; + } else { // macOS 10.15 and below + format = \"10.%d\"; } +#endif return internal_snprintf(vers, sizeof(VersStr), format, os_major); } @@ -681,15 +687,14 @@ void ParseVersion(const char *vers, u16 *major, u16 *minor) { // Aligned versions example: // macOS 10.15 -- iOS 13 -- tvOS 13 -- watchOS 6 static void MapToMacos(u16 *major, u16 *minor) { - if (TARGET_OS_OSX) - return; - - if (TARGET_OS_IOS || TARGET_OS_TV) +#if !TARGET_OS_OSX +#if TARGET_OS_IOS || TARGET_OS_TV *major += 2; - else if (TARGET_OS_WATCH) +#elif TARGET_OS_WATCH *major += 9; - else +#else UNREACHABLE(\"unsupported platform\"); +#endif if (*major >= 16) { // macOS 11+ *major -= 5; @@ -697,6 +702,7 @@ static void MapToMacos(u16 *major, u16 *minor) { *minor = *major; *major = 10; } +#endif } static MacosVersion GetMacosAlignedVersionInternal() { "} {"_id":"doc-en-nixpkgs-6136d60998362bdfaa767a0d45216ac3da639026669acf3ba6e9b160ff87cfbc","title":"","text":"# extra `/`. ./normalize-var.patch ]# ++ lib.optional stdenv.hostPlatform.isMusl ./sanitizers-nongnu.patch # Prevent a compilation error on darwin ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin-targetconditionals.patch ++ lib.optional stdenv.hostPlatform.isAarch32 ./armv7l.patch; # TSAN requires XPC on Darwin, which we have no public/free source files for. We can depend on the Apple frameworks"} {"_id":"doc-en-nixpkgs-8378ae88f406fca6c389d44099e1fec5b843115913d9201714482e9a4f1a60d5","title":"","text":" { stdenv, lib, fetchurl, cmake, ninja, pkg-config, libiconv, libintl , zlib, curl, cairo, freetype, fontconfig, lcms, libjpeg, openjpeg, fetchpatch { stdenv , lib , fetchurl , fetchpatch , cairo , cmake , curl , fontconfig , freetype , lcms , libiconv , libintl , libjpeg , ninja , openjpeg , pkg-config , zlib , withData ? true, poppler_data , qt5Support ? false, qtbase ? null , introspectionSupport ? false, gobject-introspection ? null"} {"_id":"doc-en-nixpkgs-c27e7ad9db729413287edcdf5ad5b7ebbe700ddc422624dfc360f485955d7def","title":"","text":"mkFlag = optset: flag: \"-DENABLE_${flag}=${if optset then \"on\" else \"off\"}\"; in stdenv.mkDerivation rec { name = \"poppler-${suffix}-${version}\"; pname = \"poppler-${suffix}\"; inherit version; src = fetchurl { url = \"${meta.homepage}/poppler-${version}.tar.xz\"; url = \"https://poppler.freedesktop.org/poppler-${version}.tar.xz\"; sha256 = \"1afdrxxkaivvviazxkg5blsf2x24sjkfj92ib0d3q5pm8dihjrhj\"; }; outputs = [ \"out\" \"dev\" ]; patches = [ # Fix internal crash: a negative number that should not be (fetchpatch { name = \"CVE-2018-13988\"; url = \"https://cgit.freedesktop.org/poppler/poppler/patch/?id=004e3c10df0abda214f0c293f9e269fdd979c5ee\"; sha256 = \"1l8713s57xc6g81bldw934rsfm140fqc7ggd50ha5mxdl1b3app2\"; }) # Fix internal crash: a negative number that should not be (not the above!) ./0.61-CVE-2019-9959.patch ]; buildInputs = [ libiconv libintl ] ++ lib.optional withData poppler_data; nativeBuildInputs = [ cmake ninja pkg-config ]; buildInputs = [ libiconv libintl ] ++ lib.optional withData poppler_data; # TODO: reduce propagation to necessary libs propagatedBuildInputs = with lib;"} {"_id":"doc-en-nixpkgs-156f9c23631269bace220a40e2b7947028b30091a772f1494600a4c6747638d1","title":"","text":"++ optional qt5Support qtbase ++ optional introspectionSupport gobject-introspection; nativeBuildInputs = [ cmake ninja pkg-config ]; # Not sure when and how to pass it. It seems an upstream bug anyway. CXXFLAGS = lib.optionalString stdenv.cc.isClang \"-std=c++11\";"} {"_id":"doc-en-nixpkgs-e6d954a649b3b568701c2e3d69e6f5ac85450a8f58c6b67780f754b3dfcb8e6e","title":"","text":"meta = with lib; { homepage = \"https://poppler.freedesktop.org/\"; description = \"A PDF rendering library\"; longDescription = '' Poppler is a PDF rendering library based on the xpdf-3.0 code base. ''; license = licenses.gpl2; license = licenses.gpl2Plus; platforms = platforms.all; maintainers = with maintainers; [ ttuegel ]; };"} {"_id":"doc-en-nixpkgs-9a46b49a86331c1f78c076337f10753e7987e78dc96dd522b1ad3ed95f4a6d4d","title":"","text":" { stdenv , lib { lib , stdenv , fetchurl , fetchpatch , cairo , cmake , ninja , pkg-config , libiconv , libintl , zlib , pcre , boost , cups-filters , curl , cairo , freetype , fontconfig , freetype , inkscape , lcms , libiconv , libintl , libjpeg , ninja , openjpeg , pkg-config , scribusUnstable , texlive , zlib , withData ? true, poppler_data , qt5Support ? false, qtbase ? null , introspectionSupport ? false, gobject-introspection ? null , utils ? false, nss ? null , minimal ? false , suffix ? \"glib\" , inkscape , cups-filters , texlive , scribusUnstable }: let mkFlag = optset: flag: \"-DENABLE_${flag}=${if optset then \"on\" else \"off\"}\"; in stdenv.mkDerivation rec { name = \"poppler-${suffix}-${version}\"; version = \"21.05.0\"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too! pname = \"poppler-${suffix}\"; version = \"21.06.1\"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too! outputs = [ \"out\" \"dev\" ]; src = fetchurl { url = \"${meta.homepage}/poppler-${version}.tar.xz\"; sha256 = \"sha256-2v1Te2gPrRIVvED8U9HzjoRJ18GFvGDVqJ4dJskNvYw=\"; url = \"https://poppler.freedesktop.org/poppler-${version}.tar.xz\"; sha256 = \"sha256-hrCeWgLeQAgaORbvhxHFEo6vSx/FnV+H0Oxm8E9ZXbQ=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-813299b8bdc1811aa0d08a9ede3314fcdd487843473cbba8aa22e11330a0cb3e","title":"","text":"]; buildInputs = [ boost pcre libiconv libintl ] ++ lib.optional withData ["} {"_id":"doc-en-nixpkgs-880b03d8bc577a7e27fec8b91f1bc843999315bc294a6af5e52e360738aa2369","title":"","text":"meta = with lib; { homepage = \"https://poppler.freedesktop.org/\"; description = \"A PDF rendering library\"; longDescription = '' Poppler is a PDF rendering library based on the xpdf-3.0 code base. In addition it provides a number of tools that can be installed separately. Poppler is a PDF rendering library based on the xpdf-3.0 code base. In addition it provides a number of tools that can be installed separately. ''; license = licenses.gpl2Plus; platforms = platforms.all; maintainers = with maintainers; [ ttuegel ] ++ teams.freedesktop.members;"} {"_id":"doc-en-nixpkgs-a312a7ba6b0095255a17b27411e5e4608dc12c132a605db4a1f1146c64d527a9","title":"","text":"suffix = \"min\"; }; poppler_utils = poppler.override { suffix = \"utils\"; utils = true; }; poppler_utils = poppler.override { suffix = \"utils\"; utils = true; }; popt = callPackage ../development/libraries/popt { };"} {"_id":"doc-en-nixpkgs-6fc9aad841206f51e3f2ffdc81b6bc10e27e32324d5eb27f7c16f44a531c012f","title":"","text":" { stdenvNoCC, lib, linuxPackages }: stdenvNoCC.mkDerivation { pname = \"rtw89-firmware\"; inherit (linuxPackages.rtw89) version src; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/lib/firmware/rtw89 cp *.bin $out/lib/firmware/rtw89 runHook postInstall ''; meta = with lib; { description = \"Driver for Realtek 8852AE, an 802.11ax device\"; homepage = \"https://github.com/lwfinger/rtw89\"; license = licenses.unfreeRedistributableFirmware; maintainers = with maintainers; [ tvorog ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-ec3ec4bc04e38edea94b28dafae92fe5e347ee3384b23dd4385b96ceec20b7c5","title":"","text":" { stdenv, lib, fetchFromGitHub, kernel }: let modDestDir = \"$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/net/wireless/realtek/rtw89\"; in stdenv.mkDerivation { pname = \"rtw89\"; version = \"unstable-2021-07-03\"; src = fetchFromGitHub { owner = \"lwfinger\"; repo = \"rtw89\"; rev = \"cebafc6dc839e66c725b92c0fabf131bc908f607\"; sha256 = \"1vw67a423gajpzd5d51bxnja1qpppx9x5ii2vcfkj6cbnqwr83af\"; }; makeFlags = [ \"KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build\" ]; enableParallelBuilding = true; installPhase = '' runHook preInstall mkdir -p ${modDestDir} find . -name '*.ko' -exec cp --parents {} ${modDestDir} ; find ${modDestDir} -name '*.ko' -exec xz -f {} ; runHook postInstall ''; meta = with lib; { description = \" Driver for Realtek 8852AE, an 802.11ax device\"; homepage = \"https://github.com/lwfinger/rtw89\"; license = with licenses; [ gpl2Only ]; maintainers = with maintainers; [ tvorog ]; platforms = platforms.linux; broken = kernel.kernelOlder \"5.4\"; priority = -1; }; } "} {"_id":"doc-en-nixpkgs-29d4a0e088f940cc3a015878039035f419b107adfcd9b44fc8dec3e974cee539","title":"","text":"rtw88 = callPackage ../os-specific/linux/rtw88 { }; rtlwifi_new = rtw88; rtw89 = callPackage ../os-specific/linux/rtw89 { }; openafs_1_8 = callPackage ../servers/openafs/1.8/module.nix { }; openafs_1_9 = callPackage ../servers/openafs/1.9/module.nix { }; # Current stable release; don't backport release updates!"} {"_id":"doc-en-nixpkgs-baee3c033fdc89e5ec2a0043303ec83da778000015d35610c9bafc2b1478ae27","title":"","text":"rtw88-firmware = callPackage ../os-specific/linux/firmware/rtw88-firmware { }; rtw89-firmware = callPackage ../os-specific/linux/firmware/rtw89-firmware { }; s3ql = callPackage ../tools/backup/s3ql { }; sass = callPackage ../development/tools/sass { };"} {"_id":"doc-en-nixpkgs-481bdc83740c6e0ddad693020a9945082a684e5ca2c03d9db936693096835bb8","title":"","text":"# Policy: use the highest stable version as the default (on our master). stable = if stdenv.hostPlatform.system == \"x86_64-linux\" then generic { version = \"460.73.01\"; sha256_64bit = \"120ymf59l6nipczszf82lrm2p4ihhqyv2pfwwfg9wy96vqcckc8i\"; settingsSha256 = \"08jh7g34p9yxv5fh1cw0r2pjx65ryiv3w2lk1qg0gxn2r7xypkx0\"; persistencedSha256 = \"040gx4wqp3hxcfb4aba4sl7b01ixr5slhzw0xldwcqlmhpwqphi5\"; version = \"470.57.02\"; sha256_64bit = \"sha256-VdeuEEgn+qeel1Mh/itg+d1C+/9lZCBTRDwOVv20xH0=\"; settingsSha256 = \"sha256-DJg5QbyuKJmPpLQVYgTLvucI1e9YgQOO16690VXIWvk=\"; persistencedSha256 = \"sha256-Cqv6oUFnsSi3S1sjplJKeq9bI2pqgBXPPb11HOJSlDo=\"; } else legacy_390;"} {"_id":"doc-en-nixpkgs-f8ca1b68dde7f45bc1b408242c5e8525e2bbe204858f3887bd413ccaecc6cf25","title":"","text":"intltool gtk-doc perl python3.pkgs.wrapPython ]; # use locales from cinnamon-translations (not using --localedir because datadir is used)"} {"_id":"doc-en-nixpkgs-3977dbd4aca2257100fdb2c36079c59aa267c86407dd91997cc01494080581f2","title":"","text":"patchShebangs src/data-to-c.pl ''; preFixup = '' # https://github.com/NixOS/nixpkgs/issues/101881 gappsWrapperArgs+=( --prefix XDG_DATA_DIRS : \"${gnome.caribou}/share\" ) # https://github.com/NixOS/nixpkgs/issues/129946 buildPythonPath \"${python3.pkgs.xapp}\" patchPythonScript $out/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py ''; passthru = { providedSessions = [ \"cinnamon\" \"cinnamon2d\" ]; };"} {"_id":"doc-en-nixpkgs-8006693ef88fa5dc3f449a69abaa8f539205efda55089570ed34f90b10133ff1","title":"","text":" { lib, stdenv, fetchurl, makeWrapper, jre8, which, gawk }: { lib, stdenv, fetchurl, makeWrapper, jre, which, gawk }: with lib;"} {"_id":"doc-en-nixpkgs-153949e1be5c86d75e6767bcacd13cb87dbe75d970a751206fc4dbb9b0f63ae2","title":"","text":"}; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ jre8 which gawk ]; installPhase = '' mkdir -p \"$out/share/neo4j\""} {"_id":"doc-en-nixpkgs-4cea6c152c61022479c9ea99df37dc80d50eb0fa1ce6d028232530a452eaff5b","title":"","text":"do makeWrapper \"$out/share/neo4j/bin/$NEO4J_SCRIPT\" \"$out/bin/$NEO4J_SCRIPT\" --prefix PATH : \"${lib.makeBinPath [ jre8 which gawk ]}\" --set JAVA_HOME \"$jre8\" --prefix PATH : \"${lib.makeBinPath [ jre which gawk ]}\" --set JAVA_HOME \"${jre}\" done '';"} {"_id":"doc-en-nixpkgs-0926929dd57bee43927e0743f5248a72a1d06609314d0fcca3dffd12e783aecf","title":"","text":"check_systemd = callPackage ../servers/monitoring/nagios/plugins/check_systemd.nix { }; neo4j = callPackage ../servers/nosql/neo4j { }; neo4j = callPackage ../servers/nosql/neo4j { jre = jre8_headless; }; neo4j-desktop = callPackage ../applications/misc/neo4j-desktop { };"} {"_id":"doc-en-nixpkgs-3a244fa47d3be8fa04cc4060df908fd80896a971b276d5029f8d7e0c792968ce","title":"","text":"url = \"https://github.com/qt/qtwebengine/commit/199ea00a9eea13315a652c62778738629185b059.patch\"; sha256 = \"1b5k2g1v8913cvsgvp6ja4mcprjlk5vcwqzi0p1qq7b1wyi4f0g2\"; }) # Fix invisible fonts with glibc 2.33: https://github.com/NixOS/nixpkgs/issues/131074 (fetchpatch { url = \"https://src.fedoraproject.org/rpms/qt5-qtwebengine/raw/d122c011631137b79455850c363676c655cf9e09/f/qtwebengine-everywhere-src-5.15.5-%231904652.patch\"; name = \"qtwebengine-everywhere-src-5.15.5-_1904652.patch\"; sha256 = \"01q7hagq0ysii1jnrh5adm97vdm9cis592xr6im7accyw6hgcn7b\"; }) ] ++ optionals stdenv.isDarwin [ ./qtwebengine-darwin-no-platform-check.patch ./qtwebengine-mac-dont-set-dsymutil-path.patch"} {"_id":"doc-en-nixpkgs-9d7eab13ef0bc29e3c1cbe1aa0a0772abbeadd71093aa1dc8639ede9e5a726ad","title":"","text":"The size of the VirtualBox base image in MiB. ''; }; baseImageFreeSpace = mkOption { type = with types; int; default = 30 * 1024; description = '' Free space in the VirtualBox base image in MiB. ''; }; memorySize = mkOption { type = types.int; default = 1536;"} {"_id":"doc-en-nixpkgs-4a58da886acf2fbb3a1f2623771dc01cd5cf838fe8b90d3f49adaedb5b4b01de","title":"","text":"inherit pkgs lib config; partitionTableType = \"legacy\"; diskSize = cfg.baseImageSize; additionalSpace = cfg.baseImageFreeSpace; postVM = ''"} {"_id":"doc-en-nixpkgs-a47a3687018402aed192a717ed191196b1ce2552c97392c8ac6863498a0cd686","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"helvum\"; version = \"0.2.1\"; version = \"0.3.0\"; src = fetchFromGitLab { domain = \"gitlab.freedesktop.org\"; owner = \"ryuukyu\"; repo = pname; rev = version; sha256 = \"sha256-ZnpdGXK8N8c/s4qC2NXcn0Pdqrqr47iOWvVwXD9pn1A=\"; sha256 = \"sha256-AlHCK4pWaoNjR0eflxHBsuVaaily/RvCbgJv/ByQZK4=\"; }; cargoSha256 = \"sha256-2v2L20rUWftXdhhuE3wiRrDIuSg6VFxfpWYMRaMUyTU=\"; cargoSha256 = \"sha256-mAhh12rGvQjs2xtm+OrtVv0fgG6qni/QM/oRYoFR7U8=\"; nativeBuildInputs = [ clang copyDesktopItems pkg-config ]; buildInputs = [ glib gtk4 pipewire ];"} {"_id":"doc-en-nixpkgs-86206b431913878ed8b371402896186ad309007ec1e233065bfdb281b4685856","title":"","text":"{ lib , mkDerivation , fetchurl , fetchFromGitHub , poppler_utils , pkg-config , libpng"} {"_id":"doc-en-nixpkgs-1ca320eee5a05779cb31cfb86db0d0d7b48fd1f5676f72569b69e373c96658e0","title":"","text":"python regex sip zeroconf (zeroconf.overrideAttrs (oldAttrs: rec { version = \"0.31.0\"; src = fetchFromGitHub { owner = \"jstasiak\"; repo = \"python-zeroconf\"; rev = version; sha256 = \"158dqay74zvnz6kmpvip4ml0kw59nf2aaajwgaamx0zc8ci1p5pj\"; }; })) # the following are distributed with calibre, but we use upstream instead odfpy ] ++ lib.optional (unrarSupport) unrardll"} {"_id":"doc-en-nixpkgs-9f3ba42066f07d68039171cf11dea19919ce8d78783a6d440572be5404d4ae72","title":"","text":"stdenv.mkDerivation rec { pname = \"jetty\"; version = \"9.4.41.v20210516\"; version = \"9.4.43.v20210629\"; src = fetchurl { url = \"https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${version}/jetty-distribution-${version}.tar.gz\"; sha256 = \"sha256-hFQC1UiqZbbvyMf1FC3eqvVga3QdPWh0fbotatkVHBI=\"; sha256 = \"sha256-AfrmVLCZMuRGAZqoWeevbgXifbreErVM17rjJJ/HI9k=\"; }; dontBuild = true;"} {"_id":"doc-en-nixpkgs-8e56727a83e961ac882b1b6e16d057c1e84919dc5c3b4284796e200671eb6a08","title":"","text":" { lib, stdenv, fetchurl, perlPackages, makeWrapper, imagemagick, gdk-pixbuf, librsvg , hicolor-icon-theme, procps { lib , stdenv , fetchFromGitHub , perlPackages , wrapGAppsHook , imagemagick , gdk-pixbuf , librsvg , hicolor-icon-theme , procps , libwnck , libappindicator-gtk3 }: let perlModules = with perlPackages; [ Gnome2 Gnome2Canvas Gtk2 Glib Pango Gnome2VFS Gnome2Wnck Gtk2ImageView Gtk2Unique FileBaseDir FileWhich FileCopyRecursive XMLSimple NetDBus XMLTwig XMLParser HTTPMessage ProcSimple SortNaturally LocaleGettext ProcProcessTable URI ImageExifTool Gtk2AppIndicator LWP JSON ImageMagick WWWMechanize HTTPDate HTMLForm HTMLParser HTMLTagset JSONMaybeXS commonsense HTTPCookies NetOAuth PathClass GooCanvas X11Protocol Cairo EncodeLocale TryTiny TypesSerialiser LWPMediaTypes perlModules = with perlPackages; [ # Not sure if these are needed # Gnome2 Gnome2Canvas Gnome2VFS Gtk2AppIndicator Gtk2Unique ImageMagick Cairo FileBaseDir FileWhich FileCopyRecursive XMLSimple XMLTwig XMLParser SortNaturally LocaleGettext ProcProcessTable X11Protocol ProcSimple ImageExifTool JSON JSONMaybeXS NetOAuth PathClass LWP LWPProtocolHttps NetDBus TryTiny WWWMechanize HTTPMessage HTTPDate HTMLForm HTMLParser HTMLTagset HTTPCookies EncodeLocale URI CarpAlways GlibObjectIntrospection NumberBytesHuman CairoGObject Readonly Gtk3ImageView Gtk3 Glib Pango GooCanvas2 GooCanvas2CairoTypes commonsense TypesSerialiser ]; in stdenv.mkDerivation { name = \"shutter-0.94.3\"; stdenv.mkDerivation rec { pname = \"shutter\"; version = \"0.97\"; src = fetchurl { url = \"https://launchpad.net/shutter/0.9x/0.94.3/+download/shutter-0.94.3.tar.gz\"; sha256 = \"01wv5k6zqfqa2rss461lpdpjxpfk4awzfdc6j2qk6bh4g4zgmgl5\"; src = fetchFromGitHub { owner = \"shutter-project\"; repo = \"shutter\"; rev = \"v${version}\"; sha256 = \"sha256-/2eQLJJZP0ArQUrxcFdogv/4wy+O021hODkJYLQmLY8=\"; }; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ perlPackages.perl procps gdk-pixbuf librsvg ] ++ perlModules; nativeBuildInputs = [ wrapGAppsHook ]; buildInputs = [ perlPackages.perl procps gdk-pixbuf librsvg libwnck libappindicator-gtk3 ] ++ perlModules; installPhase = '' mkdir -p \"$out\" cp -a . \"$out\" (cd \"$out\" && mv CHANGES README COPYING \"$out/share/doc/shutter\") makeFlags = [ \"prefix=${placeholder \"out\"}\" ]; wrapProgram $out/bin/shutter --set PERL5LIB \"${perlPackages.makePerlPath perlModules}\" --prefix PATH : \"${imagemagick.out}/bin\" --suffix XDG_DATA_DIRS : \"${hicolor-icon-theme}/share\" --set GDK_PIXBUF_MODULE_FILE \"$GDK_PIXBUF_MODULE_FILE\" postPatch = '' patchShebangs po2mo.sh ''; preFixup = '' gappsWrapperArgs+=( --set PERL5LIB ${perlPackages.makePerlPath perlModules} --prefix PATH : ${lib.makeBinPath [ imagemagick ] } --suffix XDG_DATA_DIRS : ${hicolor-icon-theme}/share --set GDK_PIXBUF_MODULE_FILE $GDK_PIXBUF_MODULE_FILE ) ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-a38550d5e4bd12acde7169fff1fa2ddb741edb55973171d4bee86fe980c1adcd","title":"","text":"}; }; GooCanvas2CairoTypes = buildPerlPackage rec { pname = \"GooCanvas2-CairoTypes\"; version = \"0.001\"; src = fetchurl { url = \"mirror://cpan/authors/id/A/AS/ASOKOLOV/GooCanvas2-CairoTypes-${version}.tar.gz\"; sha256 = \"sha256-uoBnNuvMnePYFBp2Omgr3quxy4cCveKZrf1XSs6HUFI=\"; }; propagatedBuildInputs = [ pkgs.goocanvas2 Gtk3 ]; meta = { description = \"Bridge between GooCanvas2 and Cairo types\"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; GoogleProtocolBuffers = buildPerlPackage { pname = \"Google-ProtocolBuffers\"; version = \"0.12\";"} {"_id":"doc-en-nixpkgs-7e32195b14927193b17b1ed70b96f2e265d055ad443715d8e0ab416636197b4a","title":"","text":"}; }; Gtk3ImageView = buildPerlPackage { Gtk3ImageView = buildPerlPackage rec { pname = \"Gtk3-ImageView\"; version = \"6\"; version = \"9\"; src = fetchurl { url = \"mirror://cpan/authors/id/R/RA/RATCLIFFE/Gtk3-ImageView-6.tar.gz\"; sha256 = \"0krkif9i3hrgjdskw05pcks40fmb43d21lxf4h8aclv0g8z647f0\"; url = \"mirror://cpan/authors/id/A/AS/ASOKOLOV/Gtk3-ImageView-${version}.tar.gz\"; sha256 = \"sha256-0dxe0p1UQglq+xok7g4l2clJ9WqOHxCeAzWD65E0H9w=\"; }; buildInputs = [ pkgs.gtk3 ]; propagatedBuildInputs = [ Readonly Gtk3 ]; checkInputs = [ TestDifferences ImageMagick TryTiny TestMockObject CarpAlways pkgs.librsvg ]; checkInputs = [ TestDifferences TestDeep ImageMagick TryTiny TestMockObject CarpAlways pkgs.librsvg ]; checkPhase = '' ${pkgs.xvfb-run}/bin/xvfb-run -s '-screen 0 800x600x24' make test"} {"_id":"doc-en-nixpkgs-8313e97b203f9e2c51de0dbe580bb2c1d1553282aa3ff59864cd34fe432d3cd5","title":"","text":"{ boost, cmake, fetchFromGitHub, freeglut, freetype, glew, libjpeg, libmypaint , libpng, libtiff, libusb1, lz4, xz, lzo, openblas, pkg-config, qtbase , qtmultimedia, qtscript, lib, stdenv, superlu, wrapQtAppsHook, }: , libpng, libtiff, libusb1, lz4, xz, lzo, openblas, opencv, pkg-config, qtbase , qtmultimedia, qtscript, qtserialport, lib, stdenv, superlu, wrapQtAppsHook, }: let source = import ./source.nix { inherit fetchFromGitHub; }; in stdenv.mkDerivation rec { inherit (source) src;"} {"_id":"doc-en-nixpkgs-16b3cc868c627deacac524f342885a18575eff25a145ad610a342e929046e444","title":"","text":"xz lzo openblas opencv qtbase qtmultimedia qtscript qtserialport superlu ];"} {"_id":"doc-en-nixpkgs-41ed283fae609725f0e0abcc2ab5cb858cd362951dae4ad25926c8a0f286ae6d","title":"","text":"# opentoonz requires its own modified version of libtiff. We still build it as # a separate package # 1. For visibility for tools like vulnix, and # 2. To avoid a diamond-dependency problem with qt linking the normal libtiff # and opentoonz linking qt and this modified libtiff, we build a qt against # this modified libtiff as well. # 2. To avoid a diamond-dependency problem with opencv linking the normal libtiff # and opentoonz linking opencv and this modified libtiff, we build an opencv # against this modified libtiff as well. # # We use a separate mkDerivation rather than a minimal libtiff.overrideAttrs # because the main libtiff builds with cmake and this version of libtiff was # forked before libtiff gained CMake build capability (added in libtiff-4.0.5). { lib, fetchFromGitHub, stdenv, pkg-config, zlib, libjpeg, xz, libtiff, }: { fetchFromGitHub, libtiff }: let source = import ./source.nix { inherit fetchFromGitHub; }; in libtiff.overrideAttrs (old: { inherit (source) src; in stdenv.mkDerivation { pname = \"libtiff\"; version = source.versions.libtiff + \"-opentoonz\"; postUnpack = (old.postUnpack or \"\") + '' inherit (source) src; outputs = [ \"bin\" \"dev\" \"out\" \"man\" \"doc\" ]; nativeBuildInputs = [ pkg-config ]; propagatedBuildInputs = [ zlib libjpeg xz ]; postUnpack = '' sourceRoot=\"$sourceRoot/thirdparty/tiff-${source.versions.libtiff}\" ''; # opentoonz uses internal libtiff headers postInstall = (old.postInstall or \"\") + '' postInstall = '' cp libtiff/{tif_config,tif_dir,tiffiop}.h $dev/include ''; }) meta = libtiff.meta // { knownVulnerabilities = ['' Do not open untrusted files with Opentoonz: Opentoonz uses an old custom fork of tibtiff from 2012 that is known to be affected by at least these 50 vulnerabilities: CVE-2012-4564 CVE-2013-4232 CVE-2013-4243 CVE-2013-4244 CVE-2014-8127 CVE-2014-8128 CVE-2014-8129 CVE-2014-8130 CVE-2014-9330 CVE-2015-1547 CVE-2015-8781 CVE-2015-8782 CVE-2015-8783 CVE-2015-8784 CVE-2015-8870 CVE-2016-3620 CVE-2016-3621 CVE-2016-3623 CVE-2016-3624 CVE-2016-3625 CVE-2016-3631 CVE-2016-3632 CVE-2016-3633 CVE-2016-3634 CVE-2016-3658 CVE-2016-3945 CVE-2016-3990 CVE-2016-3991 CVE-2016-5102 CVE-2016-5314 CVE-2016-5315 CVE-2016-5316 CVE-2016-5318 CVE-2016-5319 CVE-2016-5321 CVE-2016-5322 CVE-2016-5323 CVE-2016-6223 CVE-2016-9453 CVE-2016-9532 CVE-2017-9935 CVE-2017-9937 CVE-2018-10963 CVE-2018-5360 CVE-2019-14973 CVE-2019-17546 CVE-2020-35521 CVE-2020-35522 CVE-2020-35523 CVE-2020-35524 More info at https://github.com/opentoonz/opentoonz/issues/4193 '']; maintainers = with lib.maintainers; [ chkno ]; }; } "} {"_id":"doc-en-nixpkgs-0ec9eba3956f53bd52890be4ca1b35af9ec5abf0a28800514d4fcdad97daff26","title":"","text":"{ fetchFromGitHub, }: rec { versions = { opentoonz = \"1.4.0\"; libtiff = \"4.0.3\"; opentoonz = \"1.5.0\"; libtiff = \"4.0.3\"; # The version in thirdparty/tiff-* }; src = fetchFromGitHub { owner = \"opentoonz\"; repo = \"opentoonz\"; rev = \"v${versions.opentoonz}\"; sha256 = \"0vgclx2yydsm5i2smff3fj8m750nhf35wfhva37kywgws01s189b\"; sha256 = \"1rw30ksw3zjph1cwxkfvqj0330v8wd4333gn0fdf3cln1w0549lk\"; }; }"} {"_id":"doc-en-nixpkgs-640a6c968ad0c9655dafc8bce55ba25d5ef4c8c6c1adc8ae56411c93e433498b","title":"","text":"opentimestamps-client = python3Packages.callPackage ../tools/misc/opentimestamps-client {}; opentoonz = (qt514.overrideScope' (_: _: { libtiff = callPackage ../applications/graphics/opentoonz/libtiff.nix { }; })).callPackage ../applications/graphics/opentoonz { }; opentoonz = let opentoonz-libtiff = callPackage ../applications/graphics/opentoonz/libtiff.nix { }; in qt5.callPackage ../applications/graphics/opentoonz { libtiff = opentoonz-libtiff; opencv = opencv.override { libtiff = opentoonz-libtiff; }; }; opentabletdriver = callPackage ../tools/X11/opentabletdriver { };"} {"_id":"doc-en-nixpkgs-2491037f1f8421665cae7f2222adc3b7df9ceb21737cb0e753576437a1eadf66","title":"","text":"substituteInPlace src/tss2-tcti/tctildr-dl.c --replace '@PREFIX@' $out/lib/ substituteInPlace ./test/unit/tctildr-dl.c --replace ', \"libtss2' \", \"$out/lib/libtss2\" --replace ', \"foo' \", \"$out/lib/foo\" --replace ', TEST_TCTI_NAME' \", \"$out/lib/\"TEST_TCTI_NAME\" --replace '@PREFIX@' $out/lib ''; configureFlags = ["} {"_id":"doc-en-nixpkgs-fd932ec3f7fcf932592b9879736f88acfd2c1f43e8548f933bebc091a497179d","title":"","text":"diff --git a/src/tss2-tcti/tctildr-dl.c b/src/tss2-tcti/tctildr-dl.c index b364695c..b13be3ef 100644 index b364695c..d026de71 100644 --- a/src/tss2-tcti/tctildr-dl.c +++ b/src/tss2-tcti/tctildr-dl.c @@ -85,7 +85,15 @@ handle_from_name(const char *file, if (handle == NULL) { return TSS2_TCTI_RC_BAD_REFERENCE; @@ -116,6 +116,50 @@ handle_from_name(const char *file, return TSS2_TCTI_RC_BAD_VALUE; } - *handle = dlopen(file, RTLD_NOW); *handle = dlopen(file_xfrm, RTLD_NOW); + if (*handle != NULL) { + return TSS2_RC_SUCCESS; + } else { + LOG_DEBUG(\"Failed to load TCTI for name \"%s\": %s\", file, dlerror()); + } + size = snprintf(file_xfrm, + sizeof (file_xfrm), + \"@PREFIX@%s\","} {"_id":"doc-en-nixpkgs-c7c1995bf50eb598a7c0961901339b9032d5d50b55fdc6c10404e895b6bcf854","title":"","text":"+ return TSS2_TCTI_RC_BAD_VALUE; + } + *handle = dlopen(file_xfrm, RTLD_NOW); if (*handle != NULL) { return TSS2_RC_SUCCESS; } else { @@ -94,7 +102,7 @@ handle_from_name(const char *file, /* 'name' alone didn't work, try libtss2-tcti-.so.0 */ size = snprintf(file_xfrm, sizeof (file_xfrm), - TCTI_NAME_TEMPLATE_0, + if (*handle != NULL) { + return TSS2_RC_SUCCESS; + } else { + LOG_DEBUG(\"Could not load TCTI file: \"%s\": %s\", file, dlerror()); + } + /* 'name' alone didn't work, try libtss2-tcti-.so.0 */ + size = snprintf(file_xfrm, + sizeof (file_xfrm), + \"@PREFIX@\" TCTI_NAME_TEMPLATE_0, file); if (size >= sizeof (file_xfrm)) { LOG_ERROR(\"TCTI name truncated in transform.\"); @@ -109,7 +117,7 @@ handle_from_name(const char *file, /* libtss2-tcti-.so.0 didn't work, try libtss2-tcti-.so */ size = snprintf(file_xfrm, sizeof (file_xfrm), - TCTI_NAME_TEMPLATE, + file); + if (size >= sizeof (file_xfrm)) { + LOG_ERROR(\"TCTI name truncated in transform.\"); + return TSS2_TCTI_RC_BAD_VALUE; + } + *handle = dlopen(file_xfrm, RTLD_NOW); + if (*handle != NULL) { + return TSS2_RC_SUCCESS; + } else { + LOG_DEBUG(\"Could not load TCTI file \"%s\": %s\", file, dlerror()); + } + /* libtss2-tcti-.so.0 didn't work, try libtss2-tcti-.so */ + size = snprintf(file_xfrm, + sizeof (file_xfrm), + \"@PREFIX@\" TCTI_NAME_TEMPLATE, file); if (size >= sizeof (file_xfrm)) { LOG_ERROR(\"TCTI name truncated in transform.\"); + file); + if (size >= sizeof (file_xfrm)) { + LOG_ERROR(\"TCTI name truncated in transform.\"); + return TSS2_TCTI_RC_BAD_VALUE; + } + *handle = dlopen(file_xfrm, RTLD_NOW); if (*handle == NULL) { LOG_DEBUG(\"Failed to load TCTI for name \"%s\": %s\", file, dlerror()); return TSS2_TCTI_RC_NOT_SUPPORTED; diff --git a/test/unit/tctildr-dl.c b/test/unit/tctildr-dl.c index 873a4531..c17b939e 100644 --- a/test/unit/tctildr-dl.c +++ b/test/unit/tctildr-dl.c @@ -223,6 +223,18 @@ test_get_info_default_success (void **state) expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-default.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-default.so.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-default.so.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"libtss2-tcti-tabrmd.so.0\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, HANDLE); @@ -255,6 +267,18 @@ test_get_info_default_info_fail (void **state) expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-default.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-default.so.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-default.so.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"libtss2-tcti-tabrmd.so.0\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, HANDLE); @@ -407,6 +431,15 @@ test_tcti_fail_all (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-libtss2-tcti-default.so.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-default.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-default.so.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-default.so.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); /* Skip over libtss2-tcti-tabrmd.so */ expect_string(__wrap_dlopen, filename, \"libtss2-tcti-tabrmd.so.0\"); @@ -418,6 +451,15 @@ test_tcti_fail_all (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-libtss2-tcti-tabrmd.so.0.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-tabrmd.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-tabrmd.so.0.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-tabrmd.so.0.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); /* Skip over libtss2-tcti-device.so, /dev/tpmrm0 */ expect_string(__wrap_dlopen, filename, \"libtss2-tcti-device.so.0\"); @@ -429,6 +471,15 @@ test_tcti_fail_all (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-libtss2-tcti-device.so.0.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-device.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-device.so.0.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-device.so.0.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); /* Skip over libtss2-tcti-device.so, /dev/tpm0 */ expect_string(__wrap_dlopen, filename, \"libtss2-tcti-device.so.0\"); @@ -440,6 +491,15 @@ test_tcti_fail_all (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-libtss2-tcti-device.so.0.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-device.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-device.so.0.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-device.so.0.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); /* Skip over libtss2-tcti-swtpm.so */ expect_string(__wrap_dlopen, filename, \"libtss2-tcti-swtpm.so.0\"); @@ -451,6 +511,15 @@ test_tcti_fail_all (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-libtss2-tcti-swtpm.so.0.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-swtpm.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-swtpm.so.0.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-swtpm.so.0.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); /* Skip over libtss2-tcti-mssim.so */ expect_string(__wrap_dlopen, filename, \"libtss2-tcti-mssim.so.0\"); @@ -462,6 +531,15 @@ test_tcti_fail_all (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-libtss2-tcti-mssim.so.0.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-mssim.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-mssim.so.0.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-libtss2-tcti-mssim.so.0.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); TSS2_RC r; TSS2_TCTI_CONTEXT *tcti; @@ -490,6 +568,15 @@ test_info_from_name_handle_fail (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-foo.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/foo\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-foo.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-foo.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); TSS2_RC rc = info_from_name (\"foo\", &info, &data); assert_int_equal (rc, TSS2_TCTI_RC_NOT_SUPPORTED); @@ -606,6 +693,15 @@ test_tctildr_get_info_from_name (void **state) expect_string(__wrap_dlopen, filename, \"libtss2-tcti-foo.so\"); expect_value(__wrap_dlopen, flags, RTLD_NOW); will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/foo\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-foo.so.0\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); + expect_string(__wrap_dlopen, filename, \"@PREFIX@/libtss2-tcti-foo.so\"); + expect_value(__wrap_dlopen, flags, RTLD_NOW); + will_return(__wrap_dlopen, NULL); TSS2_RC rc = tctildr_get_info (\"foo\", &info, &data); assert_int_equal (rc, TSS2_TCTI_RC_NOT_SUPPORTED); "} {"_id":"doc-en-nixpkgs-67ef87377f368674b21a5548d66d2a33e318f5341c5110be68abdb3e0d4ae3f0","title":"","text":"-not -name '*.so.*' -not -name '*.so' -not -name '*.jar' -not -name 'jspawnhelper' -not -path '*/resources/*' | while IFS= read -r f ; do patchelf --set-interpreter \"${stdenv.cc.bintools.dynamicLinker}\" $f"} {"_id":"doc-en-nixpkgs-58c1fe713bac35897fd20fad50c4d7cfa38ad24d821af608cb13621949ef5fed","title":"","text":"--suffix LD_LIBRARY_PATH : \"${lib.strings.makeLibraryPath buildInputs}\" done find $out -type f -executable -name 'jspawnhelper' | while IFS= read -r f ; do patchelf --set-interpreter \"${stdenv.cc.bintools.dynamicLinker}\" $f done ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-56250fbe3b8f967f20747185208acc0c8172103a025768c5679b05c60416285e","title":"","text":" diff --git a/comm/mail/config/mozconfigs/common b/comm/mail/config/mozconfigs/common --- a/comm/mail/config/mozconfigs/common +++ b/comm/mail/config/mozconfigs/common @@ -1,6 +1,3 @@ ac_add_options --enable-application=comm/mail -# Disable enforcing that add-ons are signed by the trusted root. -MOZ_REQUIRE_SIGNING= - . \"$topsrcdir/build/mozconfig.common.override\" diff --git a/comm/mail/moz.configure b/comm/mail/moz.configure --- a/comm/mail/moz.configure +++ b/comm/mail/moz.configure @@ -12,6 +12,7 @@ imply_option(\"MOZ_CRASHREPORTER_URL\", \"https://crash-reports.thunderbird.net/\") imply_option(\"--enable-default-browser-agent\", False) +imply_option(\"MOZ_REQUIRE_SIGNING\", False) @depends(target_is_windows, target_is_linux) "} {"_id":"doc-en-nixpkgs-2e78ef99973399fad7daf492e9d87977c7e906f95913dc167ebc19bca5e03cfb","title":"","text":"}; patches = [ ./no-buildconfig-90.patch # There is a bug in Thunderbird 91 where add-ons are required # to be signed when the build is run with default settings. # https://bugzilla.mozilla.org/show_bug.cgi?id=1727113 # https://phabricator.services.mozilla.com/D124361 ./D124361.diff ]; meta = with lib; {"} {"_id":"doc-en-nixpkgs-a8c25fd9948c9818fe343076ff666eee30fddf09f294ee1852da5b099bfd8727","title":"","text":"google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk { python = python3; }; google-cloud-sdk-gce = google-cloud-sdk.override { with-gce = true; }; google-cloud-sdk-gce = google-cloud-sdk.override { python = python38; with-gce = true; }; google-fonts = callPackage ../data/fonts/google-fonts { };"} {"_id":"doc-en-nixpkgs-429a1dd33f929956749a682938dd4f4f81b7e5e2db7ad14f4673fa58a779a0dd","title":"","text":"''CFLAGS=-DMOBILE_BROADBAND_PROVIDER_INFO=\"${mobile_broadband_provider_info}/share/mobile-broadband-provider-info/serviceproviders.xml\"'' ]; preFixup = '' rm $out/share/glib-2.0/schemas/gschemas.compiled''; postInstall = '' mkdir -p $out/etc/NetworkManager/VPN ln -s ${networkmanager_openvpn}/etc/NetworkManager/VPN/nm-openvpn-service.name $out/etc/NetworkManager/VPN/nm-openvpn-service.name"} {"_id":"doc-en-nixpkgs-5e875fe0ca4cd055426bf43a7c07e79d1742b83bf72ee59967605962f1e04867","title":"","text":"license = licenses.gpl2; maintainers = with maintainers; [ phreedom urkud rickynils ]; platforms = platforms.linux; # resolve collision between evince and nm-applet for # gschemas.compiled priority = 6; }; }"} {"_id":"doc-en-nixpkgs-f8c6a268ce3c2076e0deeec347e40d261c88f16c1365ed3818c84de98f68f134","title":"","text":"# https://github.com/tulir/mautrix-telegram/issues/584 [ -f ${settingsFile} ] && rm -f ${settingsFile} old_umask=$(umask) umask 0277 umask 0177 ${pkgs.envsubst}/bin/envsubst -o ${settingsFile} -i ${settingsFileUnsubstituted}"} {"_id":"doc-en-nixpkgs-cf5bd8955b079b0e45b02492d8a57513eedcbcc7872c7f51c66d9d7c4b3f93a8","title":"","text":"patchShebangs meson-postinstall.py ''; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=(\"''${gappsWrapperArgs[@]}\") ''; postFixup = '' wrapPythonProgramsIn \"$out/libexec\" \"$out $pythonPath\" ''; passthru = { updateScript = gnome.updateScript { packageName = pname;"} {"_id":"doc-en-nixpkgs-e502f8e4bf226e2fe87e310e73c4962a506771969c593e3a6856461ab83fc54d","title":"","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":"doc-en-nixpkgs-1e3a5430fa0753ef93cd8c7e173895d94c75c0113662fced042aaffb28880c71","title":"","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":"doc-en-nixpkgs-47048ca62930f88af5ecb9dc8f4e1c4d612e98bc932ac618f11f24e304d9a483","title":"","text":"(\"generators.mkValueStringDefault: \" + \"${t} not supported: ${toPretty {} v}\"); in if isInt v then toString v # convert derivations to store paths else if lib.isDerivation v then toString v # we default to not quoting strings else if isString v then v # isString returns \"1\", which is not a good default"} {"_id":"doc-en-nixpkgs-25fdde895c1fd2e852f6b737418048cdc68c413dd7791903fc7f4c37f6d31676","title":"","text":"# converts { a.b.c = 5; } to { \"a.b\".c = 5; } for toINI gitFlattenAttrs = let recurse = path: value: if isAttrs value then if isAttrs value && !lib.isDerivation value then lib.mapAttrsToList (name: value: recurse ([ name ] ++ path) value) value else if length path > 1 then { ${concatStringsSep \".\" (lib.reverseList (tail path))}.${head path} = value;"} {"_id":"doc-en-nixpkgs-58ce31c57de53a6b33d15fcd51306beca416d15642e7a96f0489795b96d996a2","title":"","text":"python3Packages.buildPythonApplication rec { pname = \"pyradio\"; version = \"0.8.7.2\"; version = \"0.8.9.9\"; src = fetchFromGitHub { owner = \"coderholic\"; repo = pname; rev = version; sha256 = \"0h2sxaqpmc1d1kpvpbcs9wymgzhx25x0x9p7dbyfw9r90i6123q1\"; sha256 = \"04asw5alkkf2q5iixswarj6ddb0y4a6ixm7cckl6204jiyxpv6kc\"; }; checkPhase = ''"} {"_id":"doc-en-nixpkgs-927db463d44f850c4485c2ba1c8fd2c6f10ffa6a86ec67a985da969e899c72ff","title":"","text":"fingerprint = \"D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15\"; }]; }; hleboulanger = { email = \"hleboulanger@protonmail.com\"; name = \"Harold Leboulanger\"; github = \"thbkrhsw\"; githubId = 33122; }; hlolli = { email = \"hlolli@gmail.com\"; github = \"hlolli\";"} {"_id":"doc-en-nixpkgs-407dde11563c9b1d3286194a5f271dfad33844e14ec4ed38ae10e324fb2ef6d6","title":"","text":" { lib, stdenvNoCC, fetchFromGitHub, makeWrapper, fzf, gawk }: stdenvNoCC.mkDerivation rec { pname = \"sysz\"; version = \"1.3.0\"; src = fetchFromGitHub { owner = \"joehillen\"; repo = pname; rev = version; sha256 = \"HNwsYE1Cv90IDi3A5PmRv3uHANR3ya+VOGBQ3+zkBLM=\"; }; nativeBuildInputs = [ makeWrapper ]; dontBuild = true; installPhase = '' runHook preInstall install -Dm755 sysz $out/libexec/sysz makeWrapper $out/libexec/sysz $out/bin/sysz --prefix PATH : ${lib.makeBinPath [ fzf gawk ]} runHook postInstall ''; meta = with lib; { homepage = \"https://github.com/joehillen/sysz\"; description = \"A fzf terminal UI for systemctl\"; license = licenses.unlicense; maintainers = with maintainers; [ hleboulanger ]; platforms = platforms.unix; changelog = \"https://github.com/joehillen/sysz/blob/${version}/CHANGELOG.md\"; }; } "} {"_id":"doc-en-nixpkgs-b2596e91555c22063bedecf3f194b6f53ef810e03d5891f16a702af473f749a4","title":"","text":"sumneko-lua-language-server = callPackage ../development/tools/sumneko-lua-language-server { }; sysz = callPackage ../tools/misc/sysz { }; go-swag = callPackage ../development/tools/go-swag { }; go-swagger = callPackage ../development/tools/go-swagger { };"} {"_id":"doc-en-nixpkgs-14ca89fb32014b62cab2c78963ac1493ea6158533e096845c85359b69eaa395f","title":"","text":"# fix up this call: # https://github.com/kaldi-asr/kaldi/blob/c9d8b9ad3fef89237ba5517617d977b7d70a7ed5/cmake/VersionHelper.cmake#L8 echo 0 elif [[ \"$1\" == \"rev-parse\" ]]; then echo ${openfst.rev} echo 0 fi true EOF"} {"_id":"doc-en-nixpkgs-d3655e6e1a49b3afdaa2cdb035dd0db9234020aedb9b1e94972cce24857eb2f0","title":"","text":" { lib, stdenv, fetchFromGitHub, rustPlatform, cmake, pkg-config, openssl, oniguruma, CoreServices, installShellFiles }: { lib , stdenv , fetchFromGitHub , rustPlatform , cmake , pkg-config , openssl , oniguruma , CoreServices , installShellFiles , libsass }: rustPlatform.buildRustPackage rec { pname = \"zola\";"} {"_id":"doc-en-nixpkgs-24dee73615764930eeb51b92f5644e42fcf0906594a55fd8527d96826edeb5ed","title":"","text":"cargoSha256 = \"1hg8j9a8c6c3ap24jd96y07rlp4f0s2mkyx5034nlnkm3lj4q42n\"; nativeBuildInputs = [ cmake pkg-config installShellFiles]; buildInputs = [ openssl oniguruma ] ++ lib.optional stdenv.isDarwin CoreServices; nativeBuildInputs = [ cmake pkg-config installShellFiles ]; buildInputs = [ openssl oniguruma ] ++ lib.optional stdenv.isDarwin [ CoreServices libsass ]; RUSTONIG_SYSTEM_LIBONIG = true;"} {"_id":"doc-en-nixpkgs-810ece4fcefb51105adf3f44799fcb20d1fdf7edfc70f7b4e4d17a5479d715f8","title":"","text":"}; }; ms-ceintl = callPackage ./language-packs.nix {}; # non-English language packs ms-dotnettools.csharp = callPackage ./ms-dotnettools-csharp { }; ms-kubernetes-tools.vscode-kubernetes-tools = buildVscodeMarketplaceExtension {"} {"_id":"doc-en-nixpkgs-1ca862de6605aa8ad2f730bf7bf5392127a870575d128b4335102cde639642d1","title":"","text":" { lib, vscode-utils }: with vscode-utils; let buildVscodeLanguagePack = { language, sha256 }: buildVscodeMarketplaceExtension { mktplcRef = { name = \"vscode-language-pack-${language}\"; publisher = \"MS-CEINTL\"; version = \"1.64.3\"; inherit sha256; }; meta = { license = lib.licenses.mit; }; }; in # See list of core language packs at https://github.com/Microsoft/vscode-loc { # French vscode-language-pack-fr = buildVscodeLanguagePack { language = \"fr\"; sha256 = \"sha256-6ynT1sbMgKO8iZReQ6KxFpR1VL3Nuo58MvXCtp+67vA=\"; }; # Italian vscode-language-pack-it = buildVscodeLanguagePack { language = \"it\"; sha256 = \"sha256-5aNFpzNMZAZJH3n0rJevke9P6AW0au5i8+r4PXsb9Rg=\"; }; # German vscode-language-pack-de = buildVscodeLanguagePack { language = \"de\"; sha256 = \"sha256-oEaWtsgktHKw52lnZTESkpzC/TTY8LO4yX11IgtMG5U=\"; }; # Spanish vscode-language-pack-es = buildVscodeLanguagePack { language = \"es\"; sha256 = \"sha256-utLWbved3WCCk3XzqedbYzmyaKfbMrAmR0btT09GlxA=\"; }; # Russian vscode-language-pack-ru = buildVscodeLanguagePack { language = \"ru\"; sha256 = \"sha256-0Wr2ICOiaaj4jZ555bxUJcmXO/yWDyn0UmdvxUF3WSQ=\"; }; # Chinese (Simplified) vscode-language-pack-zh-hans = buildVscodeLanguagePack { language = \"zh-hans\"; sha256 = \"sha256-irTSQcVXf/V3MuZwfx4tFcvBk+xhbFZTnb7IG28s/p4=\"; }; # Chinese (Traditional) vscode-language-pack-zh-hant = buildVscodeLanguagePack { language = \"zh-hant\"; sha256 = \"sha256-3IA/VTTTEqS6jrDYv50GnLXOTSC1XAMvqOVfOuvIdIs=\"; }; # Japanese vscode-language-pack-ja = buildVscodeLanguagePack { language = \"ja\"; sha256 = \"sha256-rxod70ddrppEYYzukksVY1dTXR8osLFAsIPr1fSFZDg=\"; }; # Korean vscode-language-pack-ko = buildVscodeLanguagePack { language = \"ko\"; sha256 = \"sha256-QYFaxJz1PqKKIiLosLQ8Tu3JNXzpxLFqgIHjjRLwjA4=\"; }; # Czech vscode-language-pack-cs = buildVscodeLanguagePack { language = \"cs\"; sha256 = \"sha256-eMk+syy2h+Xb3k6QB8PqYaF4I1ydaY6eRsvOXmelh9Q=\"; }; # Portuguese (Brazil) vscode-language-pack-pt-br = buildVscodeLanguagePack { language = \"pt-BR\"; sha256 = \"sha256-7Trz38KBl4sD7608MvTs02pUsdD05oHEj3Sp1LvtI7I=\"; }; # Turkish vscode-language-pack-tr = buildVscodeLanguagePack { language = \"tr\"; sha256 = \"sha256-T4CTpbve3vrNdW4VDfHDg8U8cQEtuxPV5LvNdtKrqzA\"; }; # Pseudo Language vscode-language-pack-qps-ploc = buildVscodeLanguagePack { language = \"qps-ploc\"; sha256 = \"sha256-rPvCr3uQPfM8vwKoV7Un5aiMZClhf6TvG1PEe3xYNI0=\"; }; } "} {"_id":"doc-en-nixpkgs-fec246cec8574e93fc2d8e30a5b71f99c6d440a038e5ee7234852e5c72876959","title":"","text":"sha256 = \"TRmul3t//izJRdViTvxFz29JZeGYsWc7WsJjagQ35nw=\"; }; patches = [ ./fix-restart.patch # https://github.com/NixOS/nixpkgs/issues/139568 ]; postPatch = '' substituteInPlace libqtile/pangocffi.py --replace libgobject-2.0.so.0 ${glib.out}/lib/libgobject-2.0.so.0 "} {"_id":"doc-en-nixpkgs-ef594d2d8d18a569e751b7c7f9c1efc0c6861642b07d6a55d8edfd7b5ab2a8eb","title":"","text":" diff --git a/libqtile/core/lifecycle.py b/libqtile/core/lifecycle.py index 0d4d119d..c37d1799 100644 --- a/libqtile/core/lifecycle.py +++ b/libqtile/core/lifecycle.py @@ -25,7 +25,7 @@ class LifeCycle: def _atexit(self) -> None: if self.behavior is Behavior.RESTART: - argv = [sys.executable] + sys.argv + argv = sys.argv if \"--no-spawn\" not in argv: argv.append(\"--no-spawn\") argv = [s for s in argv if not s.startswith(\"--with-state\")] @@ -33,7 +33,7 @@ class LifeCycle: argv.append(\"--with-state=\" + self.state_file) logger.warning(\"Restarting Qtile with os.execv(...)\") # No other code will execute after the following line does - os.execv(sys.executable, argv) + os.execv(sys.argv[0], argv) elif self.behavior is Behavior.TERMINATE: logger.warning(\"Qtile will now terminate\") elif self.behavior is Behavior.NONE: "} {"_id":"doc-en-nixpkgs-f979985d11c3141e98d9fae8476dd4167417bab4cb3feb336859a9cdb59ec75f","title":"","text":"}; youcompleteme = buildVimPluginFrom2Nix { # created by nix#NixDerivation name = \"youcompleteme-2016-03-08\"; name = \"youcompleteme-2016-03-10\"; src = fetchgit { url = \"git://github.com/valloric/youcompleteme\"; rev = \"381b2132719a959f41e57ec0e6396fc1c3b6daf4\"; sha256 = \"1gski3s1960pmxisyq85awda0a3kb22ji9y76f67k1a4smy5q9xa\"; rev = \"f44435b88ec98156d17869aa67ad15f38cfecbf3\"; sha256 = \"1y50ilyfwj6rvpvg50iq418maxvsfs54i202v7x0lfs5hmvcb4hi\"; }; dependencies = []; buildInputs = ["} {"_id":"doc-en-nixpkgs-59f45053b8f391c5b3b23d52ecb9386079d63578ac0549597f0cf7e8f9e00f91","title":"","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 make ycm_support_libs -j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}} 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 popd '';"} {"_id":"doc-en-nixpkgs-b5d6cba5812c8aa7da3e8d79555a2aed0fe0e7459b92b53fbc62aa1ccc2b6bce","title":"","text":"XDP_SOCKETS = whenAtLeast \"4.19\" yes; XDP_SOCKETS_DIAG = whenAtLeast \"5.1\" yes; WAN = yes; TCP_CONG_ADVANCED = yes; TCP_CONG_CUBIC = yes; # This is the default congestion control algorithm since 2.6.19 # Required by systemd per-cgroup firewalling CGROUP_BPF = option yes;"} {"_id":"doc-en-nixpkgs-3337e10c0d57bde599a064e4b321a324821070bdfd8093ef1685bbbb3568ead8","title":"","text":" { lib , stdenv , fetchFromGitHub , fetchYarnDeps , yarn , fixup_yarn_lock , nodejs }: stdenv.mkDerivation (finalAttrs: { pname = \"hydrogen-web\"; version = \"0.4.0\"; src = fetchFromGitHub { owner = \"vector-im\"; repo = finalAttrs.pname; rev = \"v${finalAttrs.version}\"; hash = \"sha256-u8Yex3r7EZH+JztQHJbfncYeyyl6hgb1ZNFIg//wcb0=\"; }; offlineCache = fetchYarnDeps { yarnLock = finalAttrs.src + \"/yarn.lock\"; hash = \"sha256-N9lUAhfYLlEAIaWSNS3Ecq+aBTz+f7Z22Sclwj9rp6w=\"; }; nativeBuildInputs = [ yarn fixup_yarn_lock nodejs ]; configurePhase = '' runHook preConfigure export HOME=$PWD/tmp mkdir -p $HOME fixup_yarn_lock yarn.lock yarn config --offline set yarn-offline-mirror $offlineCache yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules runHook postConfigure ''; buildPhase = '' runHook preBuild yarn build --offline runHook postBuild ''; installPhase = '' runHook preInstall cp -R target $out runHook postInstall ''; meta = { description = \"Lightweight matrix client with legacy and mobile browser support\"; homepage = \"https://github.com/vector-im/hydrogen-web\"; maintainers = lib.teams.matrix.members; license = lib.licenses.asl20; platforms = lib.platforms.all; }; }) "} {"_id":"doc-en-nixpkgs-527d5f6107d05a3790152cc81ed2151fe83bb9af66dbfdad50cd1642b351c5e1","title":"","text":" { stdenv , jq , hydrogen-web-unwrapped , conf ? { } }: if (conf == { }) then hydrogen-web-unwrapped else stdenv.mkDerivation { pname = \"${hydrogen-web-unwrapped.pname}-wrapped\"; inherit (hydrogen-web-unwrapped) version meta; dontUnpack = true; nativeBuildInputs = [ jq ]; installPhase = '' runHook preInstall mkdir -p $out ln -s ${hydrogen-web-unwrapped}/* $out rm $out/config.json jq -s '.[0] * $conf' \"${hydrogen-web-unwrapped}/config.json\" --argjson \"conf\" '${builtins.toJSON conf}' > \"$out/config.json\" runHook postInstall ''; } "} {"_id":"doc-en-nixpkgs-c0c506be0863f5c85d832511044a7d1d3edcf65ca4614a2133e6ee75d62c0a91","title":"","text":"hipchat = callPackage ../applications/networking/instant-messengers/hipchat { }; hydrogen-web-unwrapped = callPackage ../applications/networking/instant-messengers/hydrogen-web/unwrapped.nix { }; hydrogen-web = callPackage ../applications/networking/instant-messengers/hydrogen-web/wrapper.nix { conf = config.hydrogen-web.conf or { }; }; hivelytracker = callPackage ../applications/audio/hivelytracker { }; hledger = haskell.lib.compose.justStaticExecutables haskellPackages.hledger;"} {"_id":"doc-en-nixpkgs-92cf2778d7c9079240173646664b464b19237ff99ac881b22b5474922e64445b","title":"","text":"stdenv.mkDerivation rec { pname = \"whitesur-gtk-theme\"; version = \"2021-07-27\"; version = \"2021-09-24\"; src = fetchFromGitHub { owner = \"vinceliuice\"; repo = pname; rev = version; sha256 = \"17x4lqlv6whx8vg0c1nm89j7671l033apn4alqyhjb9qx5w2fa43\"; sha256 = \"12dwmgq0kadjfky5bjm62vwgdlw3nmrrhqqs5iw15w0pn3mbmd5c\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-65a7a4fa0cb329b287e0586eb75895b6b6cbaf7b72f0df876ec9bf26b35b1b9e","title":"","text":", makeFontsConf , libglvnd , libxkbcommon , stdenv , enableWayland ? stdenv.isLinux , wayland , xorg }:"} {"_id":"doc-en-nixpkgs-5272fdea91da0a1d96f83015bb9b8bd22290ed50c05d02e522e792cb9f064073","title":"","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":"doc-en-nixpkgs-17319e543debf5f8dc24b343233b4d8fd8b930aa1cd35f65d52d1abcb04e8c2c","title":"","text":"homepage = \"https://github.com/Kethku/neovide\"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ck3d ]; platforms = platforms.linux; platforms = platforms.unix; mainProgram = \"neovide\"; }; }"} {"_id":"doc-en-nixpkgs-55913b6cfd0da4639b78a239634488c0a0ff2e7098ad2d55cb253d43065e7349","title":"","text":"python3Packages.buildPythonApplication rec { pname = \"nicotine-plus\"; version = \"3.1.1\"; version = \"3.2.0\"; src = fetchFromGitHub { owner = \"Nicotine-Plus\"; repo = \"nicotine-plus\"; rev = version; hash = \"sha256-NfI2RfxAYhA1qefml1ayfYWjbkrzUL4l9p2Rm/ROnzQ=\"; hash = \"sha256-E8b2VRlnMWmBHu919QDPBYuMbrjov9t//bHi1Y/F0Ak=\"; }; nativeBuildInputs = [ gettext wrapGAppsHook ];"} {"_id":"doc-en-nixpkgs-c83d5f66355db57c5c3fb74fc82d4e9e94c170d156a8638da6ebcdb5ec7d74e9","title":"","text":"nativeBuildInputs = [ cmake curl ]; buildInputs = [ aws-crt-cpp curl openssl zlib ] ++ lib.optionals (stdenv.isDarwin && ((builtins.elem \"text-to-speech\" apis) ||"} {"_id":"doc-en-nixpkgs-01a63714a0cf587e5b1f0d680744109500b1a6f6671912f7cae46b03debe35e8","title":"","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":"doc-en-nixpkgs-35adcd3e136e8710d530ac3ea54866612b89a59970e05e9184e2c330700055b8","title":"","text":" { version, javaVersion, platforms, hashes ? import ./hashes.nix }: { stdenv, lib, fetchurl, autoPatchelfHook, setJavaClassPath, makeWrapper # minimum dependencies , Foundation, alsa-lib, fontconfig, freetype, glibc, openssl, perl, unzip, xorg { version , javaVersion , platforms , hashes ? import ./hashes.nix , useMusl ? false }: { stdenv , lib , autoPatchelfHook , fetchurl , makeWrapper , setJavaClassPath , writeShellScriptBin # minimum dependencies , alsa-lib , fontconfig , Foundation , freetype , glibc , openssl , perl , unzip , xorg , zlib # runtime dependencies # runtime dependencies , binutils , cups # runtime dependencies for GTK+ Look and Feel , gtkSupport ? true, cairo, glib, gtk3 }: , gcc , musl # runtime dependencies for GTK+ Look and Feel , gtkSupport ? stdenv.isLinux , cairo , glib , gtk3 }: assert useMusl -> stdenv.isLinux; let platform = {"} {"_id":"doc-en-nixpkgs-e30c0e8250a44923b03f9a575dd325e0f7ce9c47f008fe769cc53a1da394f342","title":"","text":"x86_64-darwin = \"darwin-amd64\"; }.${stdenv.system} or (throw \"Unsupported system: ${stdenv.system}\"); runtimeDependencies = [ cups ] ++ lib.optionals gtkSupport [ cairo glib gtk3 ]; runtimeLibraryPath = lib.makeLibraryPath ([ cups ] ++ lib.optionals gtkSupport [ cairo glib gtk3 ]); runtimeLibraryPath = lib.makeLibraryPath runtimeDependencies; runtimeDependencies = lib.makeBinPath ([ binutils stdenv.cc ] ++ lib.optionals useMusl [ (lib.getDev musl) # GraalVM 21.3.0+ expects musl-gcc as -musl-gcc (writeShellScriptBin \"${stdenv.system}-musl-gcc\" ''${lib.getDev musl}/bin/musl-gcc \"$@\"'') ]); javaVersionPlatform = \"${javaVersion}-${platform}\";"} {"_id":"doc-en-nixpkgs-12a0aed9100080a4db15219614fe6358ed6659915e3dad0c988b6f6fb29536de","title":"","text":"zlib ]; # Workaround for libssl.so.10 wanted by TruffleRuby # Resulting TruffleRuby cannot use `openssl` library. autoPatchelfIgnoreMissingDeps = true; nativeBuildInputs = [ unzip perl autoPatchelfHook makeWrapper ]; unpackPhase = ''"} {"_id":"doc-en-nixpkgs-653bf9def991458d5bbf5875c1bc4526a8059bb9869c63e203820cc7cf8755a6","title":"","text":"outputs = [ \"out\" \"lib\" ]; installPhase = let copyClibrariesToOut = basepath: '' # provide libraries needed for static compilation for f in ${glibc}/lib/* ${glibc.static}/lib/* ${zlib.static}/lib/*; do ln -s $f ${basepath}/${platform}/$(basename $f) done ''; copyClibrariesToLib = '' # add those libraries to $lib output too, so we can use them with # `native-image -H:CLibraryPath=''${graalvm11-ce.lib}/lib ...` and reduce # closure size by not depending on GraalVM $out (that is much bigger) installPhase = let copyClibrariesToOut = basepath: '' # provide libraries needed for static compilation ${ if useMusl then \"for f in ${musl.stdenv.cc.cc}/lib/* ${musl}/lib/* ${zlib.static}/lib/*; do\" else \"for f in ${glibc}/lib/* ${glibc.static}/lib/* ${zlib.static}/lib/*; do\" } ln -s $f ${basepath}/${platform}/$(basename $f) done ''; copyClibrariesToLib = '' # add those libraries to $lib output too, so we can use them with # `native-image -H:CLibraryPath=''${lib.getLib graalvm11-ce}/lib ...` and reduce # closure size by not depending on GraalVM $out (that is much bigger) mkdir -p $lib/lib for f in ${glibc}/lib/*; do ln -s $f $lib/lib/$(basename $f) done ''; in { \"11-linux-amd64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} ''; \"17-linux-amd64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} ''; \"11-linux-aarch64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} ''; \"17-linux-aarch64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} ''; \"11-darwin-amd64\" = \"\"; \"17-darwin-amd64\" = \"\"; }.${javaVersionPlatform} + '' # ensure that $lib/lib exists to avoid breaking builds mkdir -p $lib/lib for f in ${glibc}/lib/*; do ln -s $f $lib/lib/$(basename $f) done ''; in { \"11-linux-amd64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} ''; \"17-linux-amd64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} ''; \"11-linux-aarch64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} # jni.h expects jni_md.h to be in the header search path. ln -s $out/include/linux/*_md.h $out/include/ # copy-paste openjdk's preFixup # Set JAVA_HOME automatically. mkdir -p $out/nix-support cat < $out/nix-support/setup-hook if [ -z \"''${JAVA_HOME-}\" ]; then export JAVA_HOME=$out; fi EOF ''; \"17-linux-aarch64\" = '' ${copyClibrariesToOut \"$out/lib/svm/clibraries\"} ${copyClibrariesToLib} ''; \"11-darwin-amd64\" = \"\"; \"17-darwin-amd64\" = \"\"; }.${javaVersionPlatform} + '' # ensure that $lib/lib exists to avoid breaking builds mkdir -p $lib/lib # jni.h expects jni_md.h to be in the header search path. ln -s $out/include/linux/*_md.h $out/include/ ''; dontStrip = true; preFixup = '' # Workaround for libssl.so.10 wanted by TruffleRuby # Resulting TruffleRuby cannot use `openssl` library. autoPatchelfIgnoreMissingDeps = stdenv.isDarwin; preFixup = lib.optionalString (stdenv.isLinux) '' # We cannot use -exec since wrapProgram is a function but not a # command. #"} {"_id":"doc-en-nixpkgs-df7d908f3b45da96dfc48d5a7ddd8fe4916a647d210544ec2a45c020aa9860fd","title":"","text":"for bin in $( find \"$out\" -executable -type f -not -path '*/languages/ruby/lib/gems/*' -not -name jspawnhelper ); do if patchelf --print-interpreter \"$bin\" &> /dev/null || head -n 1 \"$bin\" | grep '^#!' -q; then wrapProgram \"$bin\" --prefix LD_LIBRARY_PATH : \"${runtimeLibraryPath}\" --prefix LD_LIBRARY_PATH : \"${runtimeLibraryPath}\" --prefix PATH : \"${runtimeDependencies}\" fi done # copy-paste openjdk's preFixup # Set JAVA_HOME automatically. mkdir -p $out/nix-support cat < $out/nix-support/setup-hook if [ -z \"''${JAVA_HOME-}\" ]; then export JAVA_HOME=$out; fi EOF find \"$out\" -name libfontmanager.so -exec patchelf --add-needed libfontconfig.so {} ; # Workaround for libssl.so.10/libcrypto.so.10 wanted by TruffleRuby patchelf $out/languages/ruby/lib/mri/openssl.so --replace-needed libssl.so.10 libssl.so --replace-needed libcrypto.so.10 libcrypto.so ''; # $out/bin/native-image needs zlib to build native executables."} {"_id":"doc-en-nixpkgs-c34a805f0dd4a16abdb34efc43565b4214552782e25507b4423c4d4a7a360c9a","title":"","text":"# run on JVM with Graal Compiler $out/bin/java -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler HelloWorld | fgrep 'Hello World' # Ahead-Of-Time compilation $out/bin/native-image -H:-CheckToolchain -H:+ReportExceptionStackTraces --no-server HelloWorld ./helloworld | fgrep 'Hello World' ${# --static flag doesn't work for darwin lib.optionalString (stdenv.isLinux && !useMusl) '' echo \"Ahead-Of-Time compilation\" $out/bin/native-image -H:-CheckToolchain -H:+ReportExceptionStackTraces --no-server HelloWorld ./helloworld | fgrep 'Hello World' ${ lib.optionalString stdenv.isLinux '' # Ahead-Of-Time compilation with --static # --static flag doesn't work for darwin echo \"Ahead-Of-Time compilation with --static\" $out/bin/native-image --no-server --static HelloWorld ./helloworld | fgrep 'Hello World' '' } ${# --static flag doesn't work for darwin lib.optionalString (stdenv.isLinux && useMusl) '' echo \"Ahead-Of-Time compilation with --static and --libc=musl\" $out/bin/native-image --no-server --libc=musl --static HelloWorld ./helloworld | fgrep 'Hello World' '' } ${# TODO: Doesn't work on MacOS, we have this error: # \"Launching JShell execution engine threw: Operation not permitted (Bind failed)\" lib.optionalString (stdenv.isLinux) ''"} {"_id":"doc-en-nixpkgs-f45b2b8906cad3ec870a06ad2637d867063a5185477767276bcdf5a834482fa7","title":"","text":"]; }; }; in graalvmXXX-ce in graalvmXXX-ce "} {"_id":"doc-en-nixpkgs-beea67390951e64ab1bfe1b5a3a45e576ff8537bb7d4c5277a3976428c5e1c0e","title":"","text":"{ mkDerivation, lib, extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools, fetchpatch, epoxy, lcms2, libICE, libSM, libcap, libdrm, libinput, libxkbcommon, mesa, pipewire, udev, wayland, xcb-util-cursor, xwayland,"} {"_id":"doc-en-nixpkgs-59244a7fe8f4047bb73e4527ad947f46130a43ce5544a9227cf804bcae3c9141","title":"","text":"./0002-xwayland.patch ./0003-plugins-qpa-allow-using-nixos-wrapper.patch ./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch # Pass special environments through arguemnts to `kwin_wayland`, bypassing # ld.so(8) environment stripping due to `kwin_wayland`'s capabilities. # We need this to have `TZDIR` correctly set for `plasmashell`, or # everything related to timezone, like clock widgets, will be broken. # https://invent.kde.org/plasma/kwin/-/merge_requests/1590 (fetchpatch { url = \"https://invent.kde.org/plasma/kwin/-/commit/9a008b223ad696db3bf5692750f2b74e578e08b8.diff\"; sha256 = \"sha256-f35G+g2MVABLDbAkCed3ZmtDWrzYn1rdD08mEx35j4k=\"; }) ]; CXXFLAGS = [ ''-DNIXPKGS_XWAYLAND=\"${lib.getBin xwayland}/bin/Xwayland\"''"} {"_id":"doc-en-nixpkgs-642c65e7d0d273fb26e85c5b4144a48a0e2d14d31b2c47fd6a441a315d34b4a8","title":"","text":"\"-DARROW_BUILD_TESTS=ON\" \"-DARROW_VERBOSE_THIRDPARTY_BUILD=ON\" \"-DARROW_DEPENDENCY_SOURCE=SYSTEM\" \"-DThrift_SOURCE=AUTO\" # search for Thrift using pkg-config (ThriftConfig.cmake requires OpenSSL and libevent) \"-DARROW_DEPENDENCY_USE_SHARED=${if enableShared then \"ON\" else \"OFF\"}\" \"-DARROW_COMPUTE=ON\" \"-DARROW_CSV=ON\""} {"_id":"doc-en-nixpkgs-b92d07ad8482755bd91d67ae9f4a3bbb2cf5161a6fd9f778f805663a7b9ed752","title":"","text":"mv $out/bin/gocode $out/bin/gocode-gomod ''; doCheck = false; # fails on go 1.17 meta = with lib; { description = \"An autocompletion daemon for the Go programming language\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-03d18b40c6a74e07eaf254b438b197653b4ca2489cf4ec9036d4c5b755cf700a","title":"","text":"}; modRoot = \"gopls\"; vendorSha256 = \"sha256-nKjJjtVHk/RLIHI/5v8tO4RcaLLZhr0A6llYGsB0ifQ=\"; vendorSha256 = \"sha256-8osb5C5G58x9KWCxqiepmN6J0jp+q6aR+As/pJeeTKM=\"; doCheck = false;"} {"_id":"doc-en-nixpkgs-91cd2f1bc555f322f6e82726fa5aa807cc78d5fffd9ea871c321073bb7841d6f","title":"","text":"sha256 = \"0n9pf0i5y59kiiv6dq8h8w1plaz9w6s67rqr2acqgxa45iq36mkh\"; }; vendorSha256 = \"1lzhhg9wimn8nfzrrla5bshgk1ghnlsdfmq6iask0zqz311g96bv\"; vendorSha256 = \"1xgl4avq0rblzqqpaxl4dwg4ysrhacwhfd21vb0v9ffr3zcpdw9n\"; proxyVendor = true; subPackages = [ \".\" ];"} {"_id":"doc-en-nixpkgs-21abfa77ca53c060eb4a69f6aea27578e4f55275af41f33c8a44ff0d11752f4f","title":"","text":"rev = \"v${version}\"; sha256 = \"sha256-WAI/rl6awVLbXqdqYAq8fyABAO2qet+GYucuiwClylI=\"; }; vendorSha256 = \"sha256-ZZTM1s/kFHkCjnaDYuP7xCrkW2an3I6kvcMXMy63ySE=\"; vendorSha256 = \"sha256-ckAnSSSEF00gbgxnPAi2Pi8TNu3nmAahK7TP6HnfmNo=\"; patches = [ (substituteAll {"} {"_id":"doc-en-nixpkgs-9f5c761ee1e595aa730e45ba57a7ca49e3e142737942e4c03506493190733f1c","title":"","text":"sha256 = \"sha256-JRJjuVF0MkV7KVmbAZhiWPWVwDORByCsZqPwdTuVRoA=\"; }; vendorSha256 = \"sha256-nsuI8z0xJYZwhlYHasxHpAAYycpqN0qmS8c0APvxxwc=\"; vendorSha256 = \"sha256-/N/RYqt+lhhECK+uq99vkm3Mg7PWpdE0GYLXkIYthNw=\"; buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];"} {"_id":"doc-en-nixpkgs-30cdf9db806f387223937005ffb47fb145755527f8029096082702fcf9bcd090","title":"","text":"buildPackages = buildPackages // { stdenv = buildPackages.gcc8Stdenv; }; }); go = go_1_16; go = go_1_17; go-repo-root = callPackage ../development/tools/go-repo-root { };"} {"_id":"doc-en-nixpkgs-b8315c697c3085c169fed8a34b0b58f8d3ee40d5b2f66b321729808c485367d7","title":"","text":"buildGo116Package = callPackage ../development/go-packages/generic { go = buildPackages.go_1_16; }; # go_1_17 has go module changes which may not be portable # across different go versions and/or platforms: # https://github.com/NixOS/nixpkgs/issues/144667 # # That's why `buildGoPackage != buildGo117Package`. buildGo117Package = callPackage ../development/go-packages/generic { go = buildPackages.go_1_17; }; buildGoPackage = buildGo116Package; buildGoPackage = buildGo117Package; buildGo116Module = callPackage ../development/go-modules/generic { go = buildPackages.go_1_16; }; # go_1_17 has go module changes which may not be portable # across different go versions and/or platforms: # https://github.com/NixOS/nixpkgs/issues/144667 # # That's why `buildGoModule != buildGo117Module`. buildGo117Module = callPackage ../development/go-modules/generic { go = buildPackages.go_1_17; }; buildGoModule = buildGo116Module; buildGoModule = buildGo117Module; go2nix = callPackage ../development/tools/go2nix { };"} {"_id":"doc-en-nixpkgs-bf243a22c8998c5a0c779cd7e6721c9975cac778c68440e6b24ab86d4d937bf4","title":"","text":"redstore = callPackage ../servers/http/redstore { }; reproxy = callPackage ../servers/reproxy { }; reproxy = callPackage ../servers/reproxy { buildGoModule = buildGo116Module; }; restic = callPackage ../tools/backup/restic { };"} {"_id":"doc-en-nixpkgs-72ba52a22ba89e9ea2b25708ca2d6347c91948a9e96a7282de0b02285eac957a","title":"","text":"buildGoModule = buildGo116Module; }; victoriametrics = callPackage ../servers/nosql/victoriametrics { }; victoriametrics = callPackage ../servers/nosql/victoriametrics { buildGoModule = buildGo116Module; }; virtiofsd = callPackage ../servers/misc/virtiofsd { };"} {"_id":"doc-en-nixpkgs-be0f07c44d5174e2312243415e5ca42a59380a5685439fdb45df668d2da85182","title":"","text":"onlyoffice-bin = callPackage ../applications/office/onlyoffice-bin { }; open-policy-agent = callPackage ../development/tools/open-policy-agent { }; open-policy-agent = callPackage ../development/tools/open-policy-agent { buildGoModule = buildGo116Module; }; openshift = callPackage ../applications/networking/cluster/openshift { };"} {"_id":"doc-en-nixpkgs-faf9bb7f10e087fd0a4f7f7f0a0a943f75a35dcee51884c4b43831f177131011","title":"","text":"# TODO add plugins having various licenses, see http://www.vamp-plugins.org/download.html { stdenv, fetchurl, alsaLib, bzip2, fftw, jackaudio, libX11, liblo, libmad, libogg, librdf, librdf_raptor, librdf_rasqal, libsamplerate, libsndfile, makeWrapper, pulseaudio, qt4, redland, rubberband, vampSDK { stdenv, fetchurl, alsaLib, bzip2, fftw, jackaudio, libX11, liblo , libmad, libogg, librdf, librdf_raptor, librdf_rasqal, libsamplerate , libsndfile, makeWrapper, pkgconfig, pulseaudio, qt4, redland , rubberband, vampSDK }: stdenv.mkDerivation { name = \"sonic-visualiser-1.8\"; stdenv.mkDerivation rec { name = \"sonic-visualiser-${version}\"; version = \"1.9\"; src = fetchurl { url = http://downloads.sourceforge.net/sv1/sonic-visualiser-1.8.tar.gz; sha256 = \"16ik6q9n92wljvnqcv7hyzb9v3yp3ixxp6df9kasf53fii973dh7\"; url = \"http://code.soundsoftware.ac.uk/attachments/download/194/${name}.tar.gz\"; sha256 = \"00igf7j6s8xfyxnlkbqma0yby9pknxqzy8cmh0aw95ix80cw56fq\"; }; buildInputs = [ libsndfile qt4 fftw /* should be fftw3f ??*/ bzip2 librdf rubberband libsamplerate vampSDK alsaLib librdf_raptor librdf_rasqal redland pkgconfig # optional jackaudio # portaudio"} {"_id":"doc-en-nixpkgs-bafb9bcde48aedd440b0b43f469d6c48380161db6169919cd6b3e7b4c96e9a7f","title":"","text":"description = \"View and analyse contents of music audio files\"; homepage = http://www.sonicvisualiser.org/; license = \"GPLv2\"; maintainers = [ stdenv.lib.maintainers.marcweber stdenv.lib.maintainers.goibhniu ]; maintainers = [ stdenv.lib.maintainers.marcweber stdenv.lib.maintainers.goibhniu ]; platforms = stdenv.lib.platforms.linux; }; }"} {"_id":"doc-en-nixpkgs-32cafd7cc2e0924a7b57d5979feabd1f4355af77f2c7baa7892dc6274648f9a4","title":"","text":", ltoSupport ? (stdenv.isLinux && stdenv.is64bit), overrideCC, buildPackages , gssSupport ? true, libkrb5 , pipewireSupport ? waylandSupport && webrtcSupport, pipewire , jemallocSupport ? true, jemalloc # Workaround: disabled since currently jemalloc causes crashes with LLVM 13. # https://bugzilla.mozilla.org/show_bug.cgi?id=1741454 , jemallocSupport ? false, jemalloc ## privacy-related options"} {"_id":"doc-en-nixpkgs-23df57aae3250db6176e03efbba57b3f25525bba30b4e2273a5e21840711707c","title":"","text":"# > the experience of Firefox users, you won't have any issues using the # > official branding. , enableOfficialBranding ? true # On 32bit platforms, we disable adding \"-g\" for easier linking. , enableDebugSymbols ? !stdenv.is32bit }: assert stdenv.cc.libc or null != null;"} {"_id":"doc-en-nixpkgs-21d8a0816084277adafaf63a512f19f3288d3f11239432b6cf004387935ecbba","title":"","text":"}) else stdenv; # --enable-release adds -ffunction-sections & LTO that require a big amount of # RAM and the 32-bit memory space cannot handle that linking # We also disable adding \"-g\" for easier linking releaseFlags = if stdenv.is32bit then [ \"--disable-release\" \"--disable-debug-symbols\" ] else [ \"--enable-release\" ]; in buildStdenv.mkDerivation ({"} {"_id":"doc-en-nixpkgs-4b486429c1afbb5ce32bf2ef7b1947090d31ddea728bbec6b8781bc4cd3581d8","title":"","text":"AVFoundation MediaToolbox CoreLocation Foundation libobjc AddressBook cups ]; NIX_LDFLAGS = lib.optionalString ltoSupport '' -rpath ${llvmPackages.libunwind.out}/lib ''; MACH_USE_SYSTEM_PYTHON = \"1\"; postPatch = ''"} {"_id":"doc-en-nixpkgs-29a4ac98d58078fe0d28e394453a5c3b31d0346828a906520d9edaaf7d59d56d","title":"","text":"++ lib.optionals buildStdenv.isDarwin [ xcbuild rsync ] ++ extraNativeBuildInputs; separateDebugInfo = enableDebugSymbols; setOutputFlags = false; # `./mach configure` doesn't understand `--*dir=` flags. preConfigure = '' # remove distributed configuration files rm -f configure"} {"_id":"doc-en-nixpkgs-e98a10017ab2ff73d057bb0b265dc6e64fc33d3e6557977ce8d2306d07f8d20f","title":"","text":"${lib.optionalString buildStdenv.cc.isClang \"-idirafter ${buildStdenv.cc.cc.lib}/lib/clang/${lib.getVersion buildStdenv.cc.cc}/include\"} ${lib.optionalString buildStdenv.cc.isGNU \"-isystem ${lib.getDev buildStdenv.cc.cc}/include/c++/${lib.getVersion buildStdenv.cc.cc} -isystem ${buildStdenv.cc.cc}/include/c++/${lib.getVersion buildStdenv.cc.cc}/${buildStdenv.hostPlatform.config}\"} $NIX_CFLAGS_COMPILE\" ${ # Bindgen doesn't like the flag added by `separateDebugInfo`. lib.optionalString enableDebugSymbols '' BINDGEN_CFLAGS=\"''${BINDGEN_CFLAGS/ -Wa,--compress-debug-sections/}\" ''} echo \"ac_add_options BINDGEN_CFLAGS='$BINDGEN_CFLAGS'\" >> $MOZCONFIG '' + (lib.optionalString googleAPISupport '' # Google API key used by Chromium and Firefox."} {"_id":"doc-en-nixpkgs-58a18233766a01eab7ff483d83daf258480982f7d7406dd7d0af06c2acc0ef75","title":"","text":"# https://bugzilla.mozilla.org/show_bug.cgi?id=1538724 # elf-hack is broken when using clang+lld: # https://bugzilla.mozilla.org/show_bug.cgi?id=1482204 ++ lib.optional ltoSupport \"--enable-lto\" ++ lib.optional ltoSupport \"--enable-lto=cross\" # Cross-language LTO. ++ lib.optional (ltoSupport && (buildStdenv.isAarch32 || buildStdenv.isi686 || buildStdenv.isx86_64)) \"--disable-elf-hack\" ++ lib.optional (ltoSupport && !buildStdenv.isDarwin) \"--enable-linker=lld\""} {"_id":"doc-en-nixpkgs-a8637e07d4d208a1522632bb73c8ec8eae2df7b375a678c3a038587203ce97f0","title":"","text":"++ lib.optional drmSupport \"--enable-eme=widevine\" ++ (if debugBuild then [ \"--enable-debug\" \"--enable-profiling\" ] else ([ \"--disable-debug\" \"--enable-optimize\" \"--enable-strip\" ] ++ releaseFlags)) else [ \"--disable-debug\" \"--enable-optimize\" ]) # --enable-release adds -ffunction-sections & LTO that require a big amount of # RAM and the 32-bit memory space cannot handle that linking ++ flag (!debugBuild && !stdenv.is32bit) \"release\" ++ flag enableDebugSymbols \"debug-symbols\" ++ lib.optionals enableDebugSymbols [ \"--disable-strip\" \"--disable-install-strip\" ] ++ lib.optional enableOfficialBranding \"--enable-official-branding\" ++ extraConfigureFlags;"} {"_id":"doc-en-nixpkgs-e76207b1aeadeefb39b3935c4be9a692d8ef396fe2f3624ba78187fe8aa19cc3","title":"","text":"cd obj-* ''; makeFlags = lib.optionals ltoSupport [ \"AR=${buildStdenv.cc.bintools.bintools}/bin/llvm-ar\" \"LLVM_OBJDUMP=${buildStdenv.cc.bintools.bintools}/bin/llvm-objdump\" \"NM=${buildStdenv.cc.bintools.bintools}/bin/llvm-nm\" \"RANLIB=${buildStdenv.cc.bintools.bintools}/bin/llvm-ranlib\" \"STRIP=${buildStdenv.cc.bintools.bintools}/bin/llvm-strip\" ] ++ extraMakeFlags; makeFlags = extraMakeFlags; enableParallelBuilding = true; doCheck = false; # \"--disable-tests\" above"} {"_id":"doc-en-nixpkgs-47b4c7bf77a8ec89cf16e1f3e58aee82f02041cc858adcb8300e97ef38b9e897","title":"","text":"gappsWrapperArgs+=(--argv0 \"$out/bin/.${binaryName}-wrapped\") ''; # Workaround: The separateDebugInfo hook skips artifacts whose build ID's length is not 40. # But we got 16-length build ID here. The function body is mainly copied from pkgs/build-support/setup-hooks/separate-debug-info.sh # Remove it when PR #146275 is merged. preFixup = lib.optionalString enableDebugSymbols '' _separateDebugInfo() { [ -e \"$prefix\" ] || return 0 local dst=\"''${debug:-$out}\" if [ \"$prefix\" = \"$dst\" ]; then return 0; fi dst=\"$dst/lib/debug/.build-id\" # Find executables and dynamic libraries. local i while IFS= read -r -d $'0' i; do if ! isELF \"$i\"; then continue; fi # Extract the Build ID. FIXME: there's probably a cleaner way. local id=\"$($READELF -n \"$i\" | sed 's/.*Build ID: ([0-9a-f]*).*/1/; t; d')\" if [[ -z \"$id\" ]]; then echo \"could not find build ID of $i, skipping\" >&2 continue fi # Extract the debug info. header \"separating debug info from $i (build ID $id)\" mkdir -p \"$dst/''${id:0:2}\" $OBJCOPY --only-keep-debug \"$i\" \"$dst/''${id:0:2}/''${id:2}.debug\" $STRIP --strip-debug \"$i\" # Also a create a symlink .debug. ln -sfn \".build-id/''${id:0:2}/''${id:2}.debug\" \"$dst/../$(basename \"$i\")\" done < <(find \"$prefix\" -type f -print0) } ''; doInstallCheck = true; installCheckPhase = '' # Some basic testing"} {"_id":"doc-en-nixpkgs-844a0286b9c474b4c0f18ff337415f099a0d71b360f4be724ffdf0736645e8c9","title":"","text":"{ stdenv, fetchurl, gmp }: stdenv.mkDerivation rec { name = \"ikarus-0.0.3\"; version = \"0.0.3\"; name = \"ikarus-${version}\"; src = fetchurl { url = \"http://ikarus-scheme.org/${name}.tar.gz\"; url = \"http://launchpad.net/ikarus/0.0/${version}/+download/${name}.tar.gz\"; sha256 = \"0d4vqwqfnj39l0gar2di021kcf6bfpkc6g40yapkmxm6sxpdcvjv\"; };"} {"_id":"doc-en-nixpkgs-e522a438c182a62660a6d64f3b8075210b972d8bb31bafa62f5c7577220155e2","title":"","text":"sha256 = \"1mqspsn6bf3ibvih1zna2glkg8iw7vy5zg9gzg0d1m8zcndk2c48\"; }; checkInputs = [ pytestCheckHook pytest-benchmark enum34 numpy arrow ruamel-yaml ]; checkInputs = [ pytestCheckHook pytest-benchmark enum34 numpy ]; disabledTests = lib.optionals stdenv.isDarwin [ \"test_multiprocessing\" ]; # these have dependencies that are broken on Python 2 disabledTestPaths = [ \"tests/gallery/test_gallery.py\" \"tests/test_benchmarks.py\" \"tests/test_compiler.py\" ]; disabledTests = [ \"test_timestamp\" ] ++ lib.optionals stdenv.isDarwin [ \"test_multiprocessing\" ]; pytestFlagsArray = [ \"--benchmark-disable\" ];"} {"_id":"doc-en-nixpkgs-9aedda099bcd553137783d766b56a48a17f0175c6baec6c189edf03494d30f24","title":"","text":"{ lib , buildPythonPackage , fetchPypi , flake8 , pytest_4 , pytest-expect , mock , six , webencodings , mock , pytest-expect , pytestCheckHook_5 }: buildPythonPackage rec {"} {"_id":"doc-en-nixpkgs-43be8b400e7d5618f65a6611cd5f8c5a0028af9ab179c567b18b902a6df25d76","title":"","text":"sha256 = \"b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f\"; }; checkInputs = [ flake8 pytest_4 pytest-expect mock ]; propagatedBuildInputs = [ six webencodings six webencodings ]; checkPhase = '' # remove test causing error # https://github.com/html5lib/html5lib-python/issues/411 rm html5lib/tests/test_stream.py py.test ''; checkInputs = [ mock pytest-expect pytestCheckHook_5 ]; meta = { homepage = \"https://github.com/html5lib/html5lib-python\";"} {"_id":"doc-en-nixpkgs-f6373e8cb6e1e18e4228160867df3df3e89eae17fcde985f8fc690bd62fa465d","title":"","text":"# it should not override the version of pytest that is used for say # Python 2. This is an ugly hack that is needed now because the hook # propagates the package. pytestCheckHook_5 = if isPy3k then self.pytestCheckHook.override { pytest = self.pytest_5; } else self.pytestCheckHook; pytestCheckHook_6_1 = if isPy3k then self.pytestCheckHook.override { pytest = self.pytest_6_1; } else"} {"_id":"doc-en-nixpkgs-49b4f4fa998d183fc0178abd46f08b5c9872f50db8793f51715903713a3677d3","title":"","text":", gmime, json_glib, avahi, tracker, itstool }: stdenv.mkDerivation rec { name = \"grilo-plugins-0.2.13\"; name = \"grilo-plugins-0.2.16\"; src = fetchurl { url = \"mirror://gnome/sources/grilo-plugins/0.2/${name}.tar.xz\"; sha256 = \"008jwm5ydl0k25p3d2fkcail40fj9y3qknihxb5fg941p8qlhm55\"; sha256 = \"00sjmkzxc8w4qn4lp5yj65c4y83mwhp0zlvk11ghvpxnklgmgd40\"; }; installFlags = [ \"GRL_PLUGINS_DIR=$(out)/lib/grilo-0.2\" ];"} {"_id":"doc-en-nixpkgs-3d828a6eba69d11e05d4bdb7ef272c9b598d0523f43ddf612f3823801343f62c","title":"","text":", libxml2, gnome3, gobjectIntrospection, libsoup }: stdenv.mkDerivation rec { name = \"grilo-0.2.12\"; name = \"grilo-0.2.14\"; src = fetchurl { url = \"mirror://gnome/sources/grilo/0.2/${name}.tar.xz\"; sha256 = \"11bvc7rsrjjwz8hp67p3fn8zmywrpawrcbi3vgw8b0dwa0sndd2m\"; sha256 = \"1k8wj8f7xfaw5hxypnmwd34li3fq8h76dacach547rvsfjhjxj3r\"; }; setupHook = ./setup-hook.sh;"} {"_id":"doc-en-nixpkgs-9617897787ec323ca29c37934fc633dbb5ef13e9ec480639862a48823ddaedbd","title":"","text":"in '' mkdir -p $out/etc/udev/rules.d/ ./tools/sane-desc -m udev > $out/etc/udev/rules.d/49-libsane.rules || ./tools/sane-desc -m udev+hwdb -s doc/descriptions:doc/descriptions-external > $out/etc/udev/rules.d/49-libsane.rules || cp tools/udev/libsane.rules $out/etc/udev/rules.d/49-libsane.rules # the created 49-libsane references /bin/sh substituteInPlace $out/etc/udev/rules.d/49-libsane.rules "} {"_id":"doc-en-nixpkgs-7a5c9d28abf0e6e198cc3f154229f9c60fff1a74ee7561c9725c4e9a59c0bb72","title":"","text":", withDNSTAP ? false , withTFO ? false , withRedis ? false # Avoid .lib depending on openssl.out # The build gets a little hacky, so in some cases we disable this approach. , withSlimLib ? stdenv.isLinux && !stdenv.hostPlatform.isMusl && !withDNSTAP , libnghttp2 }:"} {"_id":"doc-en-nixpkgs-89b2800f8a9e7183d767023b673c4fd414bb2784e6aba2b312745484057c8c18","title":"","text":"--prefix PATH : ${lib.makeBinPath [ openssl ]} ''; preFixup = lib.optionalString (stdenv.isLinux && !stdenv.hostPlatform.isMusl) # XXX: revisit preFixup = lib.optionalString withSlimLib # Build libunbound again, but only against nettle instead of openssl. # This avoids gnutls.out -> unbound.lib -> openssl.out. # There was some problem with this on Darwin; let's not complicate non-Linux. '' configureFlags=\"$configureFlags --with-nettle=${nettle.dev} --with-libunbound-only\" configurePhase"} {"_id":"doc-en-nixpkgs-cc6466d75ae89aeee38c8a8039f07bfe7c93b492f0c9617753a0d0db1607c955","title":"","text":"config = mkIf cfg.enable { assertions = [ { assertion = pkgs.stdenv.hostPlatform.isx86; assertion = pkgs.stdenv.hostPlatform.isx86 || pkgs.stdenv.hostPlatform.isAarch64; message = \"VMWare guest is not currently supported on ${pkgs.stdenv.hostPlatform.system}\"; } ]; boot.initrd.availableKernelModules = [ \"mptspi\" ]; boot.initrd.kernelModules = [ \"vmw_pvscsi\" ]; boot.initrd.kernelModules = lib.optionals pkgs.stdenv.hostPlatform.isx86 [ \"vmw_pvscsi\" ]; environment.systemPackages = [ open-vm-tools ];"} {"_id":"doc-en-nixpkgs-5510e1c21dfb180296ac0b3be233c730a6080e77cc2689799cbfbb853e4a8090","title":"","text":"++ lib.optional jackSupport libjack2 ++ lib.optional smartcardSupport opensc ++ lib.optional (cfg.speechSynthesisSupport or false) speechd ++ pkcs11Modules; ++ pkcs11Modules ++ gtk_modules; gtk_modules = [ libcanberra-gtk3 ]; launcherName = \"${applicationName}${nameSuffix}\";"} {"_id":"doc-en-nixpkgs-dec28abe8b99b2e4800ed91486ae8053a3b43acaafea502479bec00a266fba15","title":"","text":"final Uri entryUri = _fileSystem.path.toUri(asset); result.add(_Asset( - baseDir: _fileSystem.path.join(Cache.flutterRoot!, 'bin', 'cache', 'artifacts', 'material_fonts'), + baseDir: _fileSystem.path.join(globals.fsUtils.homeDirPath!, 'bin', 'cache', 'artifacts', 'material_fonts'), + baseDir: _fileSystem.path.join(globals.fsUtils.homeDirPath!, '.cache', 'flutter', 'artifacts', 'material_fonts'), relativeUri: Uri(path: entryUri.pathSegments.last), entryUri: entryUri, package: null,"} {"_id":"doc-en-nixpkgs-5cecd4a75fd6737b7c2464bf0a76c3b3995ddf37a7ea40f3f9ba2a6f0fb90de1","title":"","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":"doc-en-nixpkgs-6863d8a3732bfd750e649033c7c9798dbb0e273da1dac3b5f34ab82d57d11616","title":"","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":"doc-en-nixpkgs-88f6e5ba76fbad49c8ea1d4ae1e03cae30f7fe31f52107d2132be72ba4dea160","title":"","text":" { lib, stdenv, fetchurl, makeWrapper, jre }: { lib, stdenv, fetchurl, makeWrapper, jre, zip }: stdenv.mkDerivation rec { version = \"13.8.0\";"} {"_id":"doc-en-nixpkgs-c2587a999176fbb3a10c4bf0cbc393ff27fc3531696400c1f1b2c1fa49dae8a1","title":"","text":"sha256 = \"0zfkwz5psv7m0881ykgqrxwjhadg39c55aj2wpy7m1jdara86c5q\"; }; nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper zip ]; installPhase = '' runHook preInstall mkdir -p $out/{bin,lib} # log4j mitigation, see https://logging.apache.org/log4j/2.x/security.html zip -d MediathekView.jar org/apache/logging/log4j/core/lookup/JndiLookup.class install -m644 MediathekView.jar $out/lib makeWrapper ${jre}/bin/java $out/bin/mediathek "} {"_id":"doc-en-nixpkgs-f369824b24148626e71d2d699544baae14388ed655b6f1ad0e3eb22034425360","title":"","text":"}: buildPythonPackage rec { version = \"1.6.0\"; version = \"1.6.1\"; pname = \"strictyaml\"; disabled = isPy27; src = fetchPypi { inherit pname version; sha256 = \"73fa9769214a310486d7916453a09bd38b07d28a9dcbdf27719183c1d7d949f6\"; sha256 = \"688be16ee5d1a2f94aa4abdc6d881e8e254d173d724ac88725955fe66bdb63d4\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-27619f8df32209892a0df24180de241e54a8e7a2bf47901b3d3914fec58e7055","title":"","text":"buildPythonPackage rec { pname = \"tatsu\"; version = \"5.6.1\"; version = \"5.7.1\"; src = fetchFromGitHub { owner = \"neogeny\"; repo = \"TatSu\"; rev = \"v${version}\"; sha256 = \"149ra1lwax5m1svlv4dwjfqw00lc5vwyfj6zw2v0ammmfm1b94x9\"; sha256 = \"12ljff6l29q92625pgsg4f7xf4dz6iz1c3zdkzz188s4lnwpy8b8\"; }; disabled = pythonOlder \"3.8\";"} {"_id":"doc-en-nixpkgs-8190307c49e7116040bed29a59d93fe2de09bbc7b5930749d7ea2b4f0f1e0ffa","title":"","text":"buildPythonPackage rec { pname = \"terminaltables\"; version = \"3.1.0\"; version = \"3.1.7\"; src = fetchPypi { inherit pname version; sha256 = \"f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81\"; sha256 = \"5dab2f33927c0a020b8011c81b92830ff9fd4ba701657da5d7bfdc41048360a6\"; }; meta = with lib; {"} {"_id":"doc-en-nixpkgs-3ed90ee519856d5052bf3fb23904c69de57832169c282443f8af0a0ee1bc4cb8","title":"","text":"buildPythonPackage rec { pname = \"textacy\"; version = \"0.11.0\"; version = \"0.12.0\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-d/tyTCewoERA15iBv4H2LORFzgco15fnnN1sneeGuF4=\"; sha256 = \"2c92bdd6b47305447b64e4cb6cc43c11675f021f910a8074bc8149dbf5325e5b\"; }; propagatedBuildInputs = ["} {"_id":"doc-en-nixpkgs-c47a8bf9f29f2eaf53de25cb7c1b90a5d8f486631b3c3f13966c3782283c2b23","title":"","text":"buildPythonApplication rec { pname = \"trytond\"; version = \"6.2.1\"; version = \"6.2.2\"; format = \"setuptools\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; sha256 = \"418f16c45b7130555447af901639b92bb188d39f46ce7fe4dfcd941c5959ed7e\"; sha256 = \"9494016dd8b4da5a06dccdd1afbd918248d42da9f2c19b1eb8958052c747e193\"; }; # Tells the tests which database to use"} {"_id":"doc-en-nixpkgs-ed6385bdcc5638ac6f9a1396fe4a4abe46c6b2e6cfed2b69ba2f7ddc4249a745","title":"","text":"buildPythonPackage rec { pname = \"types-protobuf\"; version = \"3.18.1\"; version = \"3.18.2\"; src = fetchPypi { inherit pname version; sha256 = \"6696bf3cabc51dcc076e8de025c405dbdea7488c5268c2febd14527dac82c233\"; sha256 = \"ca21dedfe7759acbeb0cd8f5c72a74ff3c409ae0c07bc1d94eff5123ac0fa23c\"; }; propagatedBuildInputs = [ types-futures ];"} {"_id":"doc-en-nixpkgs-6d001593253f1453f3d09e35f8e7d28a3085f40b5fc8967ef6c82edda662622c","title":"","text":"buildPythonPackage rec { pname = \"websocket-client\"; version = \"1.2.1\"; version = \"1.2.2\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; sha256 = \"8dfb715d8a992f5712fff8c843adae94e22b22a99b2c5e6b0ec4a1a981cc4e0d\"; sha256 = \"21861f8645eb5725d1becfe86d7e7ae1a31d98b72556f9d44fcc5100976353cf\"; }; propagatedBuildInputs = ["} {"_id":"doc-en-nixpkgs-724662e822d41ac1b255d55906bce16fa526415092af76dd88822dc090baa470","title":"","text":"buildPythonPackage rec { pname = \"youtube-search-python\"; version = \"1.5.2\"; version = \"1.5.3\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; sha256 = \"33f0d58f4803b0b2badf860cd31fb83d3f7edecdd2c01dd09cd6511abbf0e6b9\"; sha256 = \"4bc39224d1f0915692101a7739289c41173de2eb88b445aabc7be284802b7489\"; }; propagatedBuildInputs = [ httpx ];"} {"_id":"doc-en-nixpkgs-aa4411c74ade0c7013707dd4638a7102c67d8e1cc0833ec028331a0c35323d07","title":"","text":"buildPythonPackage rec { pname = \"zope-deferredimport\"; version = \"4.3\"; version = \"4.3.1\"; src = fetchPypi { pname = \"zope.deferredimport\"; inherit version; sha256 = \"2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5\"; sha256 = \"57b2345e7b5eef47efcd4f634ff16c93e4265de3dcf325afc7315ade48d909e1\"; }; propagatedBuildInputs = [ zope_proxy ];"} {"_id":"doc-en-nixpkgs-1731240e7ca4089e67de885cf4fd13e22f8bb5b3147452cdec4f976f38a61f52","title":"","text":"buildPythonPackage rec { pname = \"zope-hookable\"; version = \"5.0.1\"; version = \"5.1.0\"; src = fetchPypi { pname = \"zope.hookable\"; inherit version; sha256 = \"0hc82lfr7bk53nvbxvjkibkarngyrzgfk2i6bg8wshl0ly0pdl19\"; sha256 = \"8fc3e6cd0486c6af48e3317c299def719b57538332a194e0b3bc6a772f4faa0e\"; }; checkInputs = [ zope_testing ];"} {"_id":"doc-en-nixpkgs-60787c402e8c5992bc007c36c7d6df64288df208ee2a2e5f97c3bf001f641e40","title":"","text":"# Convert systemd-style address specification to kresd config line(s). # On Nix level we don't attempt to precisely validate the address specifications. # The optional IPv6 scope spec comes *after* port, perhaps surprisingly. mkListen = kind: addr: let al_v4 = builtins.match \"([0-9.]+):([0-9]+)\" addr; al_v6 = builtins.match \"[(.+)]:([0-9]+)\" addr; al_v4 = builtins.match \"([0-9.]+):([0-9]+)()\" addr; al_v6 = builtins.match \"[(.+)]:([0-9]+)(%.*|$)\" addr; al_portOnly = builtins.match \"([0-9]+)\" addr; al = findFirst (a: a != null) (throw \"services.kresd.*: incorrect address specification '${addr}'\") [ al_v4 al_v6 al_portOnly ]; port = last al; addrSpec = if al_portOnly == null then \"'${head al}'\" else \"{'::', '0.0.0.0'}\"; port = elemAt al 1; addrSpec = if al_portOnly == null then \"'${head al}${elemAt al 2}'\" else \"{'::', '0.0.0.0'}\"; in # freebind is set for compatibility with earlier kresd services; # it could be configurable, for example. ''"} {"_id":"doc-en-nixpkgs-1b76dc8abd99b19a81f9bbcc7dcf4782b2b01c25ccc8d87004f1763368ff7afd","title":"","text":" { lib, stdenv, fetchurl, fetchpatch { lib, stdenv, fetchurl # native deps. , runCommand, pkg-config, meson, ninja, makeWrapper # build+runtime deps."} {"_id":"doc-en-nixpkgs-49d9554e2b4438ffde6b7423e913c8aca5cd4cb886063a75e8db41aaed2bc5a5","title":"","text":"unwrapped = stdenv.mkDerivation rec { pname = \"knot-resolver\"; version = \"5.4.3\"; version = \"5.4.4\"; src = fetchurl { url = \"https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz\"; sha256 = \"488729eb93190336b6bca10de0d78ecb7919f77fcab105debc0a644aa7d0a506\"; sha256 = \"588964319e943679d391cc9c886d40ef858ecd9b33ae160023b4e2b5182b2cea\"; }; outputs = [ \"out\" \"dev\" ]; patches = [ (fetchpatch { # https://gitlab.nic.cz/knot/knot-resolver/-/merge_requests/1237 name = \"console.aws.amazon.com-fix.patch\"; url = \"https://gitlab.nic.cz/knot/knot-resolver/-/commit/f4dabfbec9273703.diff\"; sha256 = \"3J+FDwNQ6CqIGo9pSzhrQZlHX99vXFDpPOBpwpCnOxs=\"; }) ]; # Path fixups for the NixOS service. postPatch = '' patch meson.build < version = \"2.5.1\"; version = \"2.5.2\"; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-08f8cd99af1d7830aec0318c0af5acbcc7dbfcb2b17dcb7b664fe1bb88ca6966","title":"","text":"owner = \"singularityware\"; repo = \"singularity\"; rev = version; sha256 = \"1i029qs6dfpyirhbdz0nrx2sh5fddysk4wqkjqj5m60kxs4x8a3d\"; sha256 = \"09wv8xagr5fjfhra5vyig0f1frfp97g99baqkh4avbzpg296q933\"; }; nativeBuildInputs = [ autoreconfHook makeWrapper ];"} {"_id":"doc-en-nixpkgs-6a17d28e320b0dfcefc51171ea048e38a1f7487bf816ca4f63377c9db01660b5","title":"","text":"outputs = [ \"out\" \"dev\" \"devdoc\" ]; separateDebugInfo = stdenv.isLinux; # https://github.com/NixOS/nixpkgs/issues/153528 # Can't be linked within a 4GB address space. separateDebugInfo = stdenv.isLinux && !stdenv.is32bit; src = fetchurl { url = \"https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz\";"} {"_id":"doc-en-nixpkgs-d6703311f46ca834c3910b73c1a4e50cdbb38f95d63fd51b3198f7df78ae9df5","title":"","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":"doc-en-nixpkgs-205e5a9ad6c041ca5dcc5dd00a6df15353d61a9efa60284a43f1da11062834a6","title":"","text":"description = lib.mdDoc \"List of plugins to install.\"; example = lib.literalExpression \"[ pkgs.tmuxPlugins.nord ]\"; }; withUtempter = mkOption { description = lib.mdDoc '' Whether to enable libutempter for tmux. This is required so that tmux can write to /var/run/utmp (which can be queried with `who` to display currently connected user sessions). Note, this will add a guid wrapper for the group utmp! ''; default = true; type = types.bool; }; }; };"} {"_id":"doc-en-nixpkgs-56ca4a68f7aa04252ad409a6d39ece0c537fade6ace9638a8e9111ca528de10c","title":"","text":"TMUX_TMPDIR = lib.optional cfg.secureSocket ''''${XDG_RUNTIME_DIR:-\"/run/user/$(id -u)\"}''; }; }; security.wrappers = mkIf cfg.withUtempter { utempter = { source = \"${pkgs.libutempter}/lib/utempter/utempter\"; owner = \"root\"; group = \"utmp\"; setuid = false; setgid = true; }; }; }; imports = ["} {"_id":"doc-en-nixpkgs-ae431c1350782618dc6bac5210917bd3e4f0f4c351d255433ee366826ed6a9c5","title":"","text":"stdenv.mkDerivation rec { pname = \"libutempter\"; version = \"1.1.6\"; version = \"1.2.1\"; src = fetchurl { url = \"mirror://ubuntu/pool/main/libu/libutempter/libutempter_${version}.orig.tar.bz2\"; sha256 = \"15y3xbgznjxnfmix4xg3bwmqdvghdw7slbhazb0ybmyf65gmd65q\"; url = \"http://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-${version}.tar.gz\"; sha256 = \"sha256-ln/vNy85HeUBhDrYdXDGz12r2WUfAPF4MJD7wSsqNMs=\"; }; buildInputs = [ glib ]; patches = [ ./exec_path.patch ]; patchFlags = [ \"-p2\" ]; prePatch = '' substituteInPlace Makefile --replace 2711 0711 '';"} {"_id":"doc-en-nixpkgs-ac5370634edd367aeb7729e21983ace9c58bf81fb1befae4e07908c9cb975834","title":"","text":"]; meta = { homepage = \"https://github.com/altlinux/libutempter\"; description = \"Interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files\"; longDescription = '' The bundled utempter binary must be able to run as a user belonging to group utmp."} {"_id":"doc-en-nixpkgs-07b564ea7fad378e203285d2e9b1a63913b078ed43f5c414e8e334f813f40d5d","title":"","text":" diff -ur libutempter-1.1.6/iface.c libutempter-1.1.6.patched/iface.c --- libutempter-1.1.6/iface.c\t2010-11-04 18:14:53.000000000 +0100 +++ libutempter-1.1.6.patched/iface.c\t2018-06-06 15:09:11.417755549 +0200 @@ -60,9 +60,9 @@ diff --git a/libutempter/iface.c b/libutempter/iface.c index 37c74a8..6f44c9a 100644 --- a/libutempter/iface.c +++ b/libutempter/iface.c @@ -43,7 +43,7 @@ __result; })) #endif -#define UTEMPTER_DEFAULT_PATHNAME\tLIBEXECDIR \"/utempter/utempter\" +#define UTEMPTER_DEFAULT_PATHNAME\t\"utempter\" static const char *utempter_pathname; static int saved_fd = -1; @@ -57,8 +57,8 @@ do_child(int master_fd, const char *path, char *const *argv) _exit(EXIT_FAILURE); } -\texecv(path, argv); -\tprint_dbg(\"execv: %s\", strerror(errno)); +\texecvp(path, argv); #ifdef\tUTEMPTER_DEBUG -\tfprintf(stderr, \"libutempter: execv: %sn\", strerror(errno)); +\tfprintf(stderr, \"libutempter: execvp: %sn\", strerror(errno)); #endif +\tprint_dbg(\"execvp: %s\", strerror(errno)); while (EACCES == errno) @@ -79,7 +79,7 @@ while (EACCES == errno) { /* try saved group ID */ @@ -73,7 +73,7 @@ do_child(int master_fd, const char *path, char *const *argv) if (setgid(sgid)) break;"} {"_id":"doc-en-nixpkgs-c9b65dc9ab726d8b108e61b8ca3376efb67d8169b5892526d274b029a4639f13","title":"","text":"+\t\t(void) execvp(path, argv); break; } Only in libutempter-1.1.6.patched: result "} {"_id":"doc-en-nixpkgs-71a503328cb834561dc6bed0be6ea93624b99dced4c83b7c016ec7c1e451e857","title":"","text":", pkg-config , withSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isStatic, systemd , utf8proc , withUtempter ? stdenv.isLinux && !stdenv.hostPlatform.isMusl, libutempter }: let"} {"_id":"doc-en-nixpkgs-d41eb0443d8878c601f30d814a211cd0a504bc6c82c0b17472f8edb49f097cb1","title":"","text":"ncurses libevent ] ++ lib.optionals withSystemd [ systemd ] ++ lib.optionals stdenv.isDarwin [ utf8proc ]; ++ lib.optionals stdenv.isDarwin [ utf8proc ] ++ lib.optionals withUtempter [ libutempter ]; configureFlags = [ \"--sysconfdir=/etc\" \"--localstatedir=/var\" ] ++ lib.optionals withSystemd [ \"--enable-systemd\" ] ++ lib.optionals withUtempter [ \"--enable-utempter\" ] ++ lib.optionals stdenv.isDarwin [ \"--enable-utf8proc\" ]; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-7e7ad9bd8978e687aeadfcf8bd6e83afb8aeacca9069a72f138fb90131ddd0d2","title":"","text":"patches = [ ./ssh_path.patch ./mosh-client_path.patch ./utempter_path.patch # Fix build with bash-completion 2.10 ./bash_completion_datadir.patch ];"} {"_id":"doc-en-nixpkgs-b12edfe38d593d6b41b51aa56e1df7f58ad88106e17bfa367acdbd273449e9a1","title":"","text":" diff -ur mosh-1.3.2/src/frontend/mosh-server.cc mosh-1.3.2.patched/src/frontend/mosh-server.cc --- mosh-1.3.2/src/frontend/mosh-server.cc\t2017-07-22 23:14:53.000000000 +0200 +++ mosh-1.3.2.patched/src/frontend/mosh-server.cc\t2018-06-06 10:45:50.725352804 +0200 @@ -351,6 +351,10 @@ } } +#ifdef HAVE_UTEMPTER + utempter_set_helper( \"utempter\" ); +#endif + try { return run_server( desired_ip, desired_port, command_path, command_argv, colors, verbose, with_motd ); } catch ( const Network::NetworkException &e ) { "} {"_id":"doc-en-nixpkgs-11c8107d7ea964723a54e2b6b8f6c3c562945129c26e66b6d5b6f8e0d4e01e09","title":"","text":"cp -r bin $out cp -r lib $out cp -r share $out for cur in $out/bin/*; do if [ -x \"$cur\" ]; then"} {"_id":"doc-en-nixpkgs-c434f7fcbe0930bf0f3afe47f73d8716e8c1bd575d9a5da585f254a82b79e20a","title":"","text":"stdenv.mkDerivation rec { pname = \"fcitx-libpinyin\"; version = \"0.5.3\"; version = \"0.5.4\"; src = fetchurl { url = \"http://download.fcitx-im.org/fcitx-libpinyin/${pname}-${version}.tar.xz\"; sha256 = \"196c229ckib3xvafkk4n3n3jk9rpksfcjsbbwka6a9k2f34qrjj6\"; sha256 = \"1wvsc21imbgq3chlxfw4aycmkb2vi1bkjj9frvhga2m5b5pq82k5\"; }; nativeBuildInputs = [ cmake pkg-config ];"} {"_id":"doc-en-nixpkgs-362864bf167bffe0520b0e61f62edbd0b3a264136856ceeabba7c3f8cd4049a8","title":"","text":", zlib , debugVersion ? false , enableManpages ? false , enableSharedLibraries ? !stdenv.hostPlatform.isStatic , enableSharedLibraries ? false , version , src"} {"_id":"doc-en-nixpkgs-9a6709c2603c1903d959495bd907bc01c0c0d5a65a8d65276e7047c5e83800be","title":"","text":"\"-DSPHINX_WARNINGS_AS_ERRORS=OFF\" ]; postPatch = '' postPatch = lib.optional enableSharedLibraries '' substitute '${./outputs.patch}' ./outputs.patch --subst-var lib patch -p1 < ./outputs.patch '';"} {"_id":"doc-en-nixpkgs-a0e9a0d143ca50a513e828a10cb450fcb7fa038ea5f7c51b84c0a2b76e9dba21","title":"","text":"\"-DLLVM_TARGETS_TO_BUILD=\"AMDGPU;X86\"\" ]; # The comgr build tends to link against the static LLVM libraries # *and* the dynamic library. Linking against both causes errors # about command line options being registered twice. This patch # removes the static library linking. patchPhase = '' sed -e '/^llvm_map_components_to_libnames/,/[[:space:]]*Symbolize)/d' -i CMakeLists.txt ''; passthru.updateScript = writeScript \"update.sh\" '' #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl jq common-updater-scripts"} {"_id":"doc-en-nixpkgs-950b1bd49012ff6c986eb2eb771d81780e5adf1adb20c0564f8dd139b9a1d1ed","title":"","text":" diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..6f81985 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[directories] +basedirlist = . "} {"_id":"doc-en-nixpkgs-8c4153818de2a2a563894886bd6214d8aae5e39ab7d64f9eae29d1d5ce4cf2d2","title":"","text":", enableGhostscript ? false, ghostscript ? null, gtk3 , enableGtk2 ? false, pygtk ? null, gobjectIntrospection , enableGtk3 ? false, cairo , enableTk ? false, tcl ? null, tk ? null, tkinter ? null, libX11 ? null , Cocoa, Foundation, CoreData, cf-private, libobjc, libcxx }: assert enableGhostscript -> ghostscript != null; assert enableGtk2 -> pygtk != null; assert enableTk -> (tcl != null) && (tk != null) && (tkinter != null) && (libX11 != null) ; buildPythonPackage rec { name = \"matplotlib-${version}\";"} {"_id":"doc-en-nixpkgs-689ec06edd550fd0515916130be1fc0a398ca4f1371b390a277b8d135d4bb266","title":"","text":"libpng pkgconfig mock pytz ] ++ stdenv.lib.optional enableGtk2 pygtk ++ stdenv.lib.optionals enableGtk3 [ cairo pycairo gtk3 gobjectIntrospection pygobject3 ]; ++ stdenv.lib.optionals enableGtk3 [ cairo pycairo gtk3 gobjectIntrospection pygobject3 ] ++ stdenv.lib.optionals enableTk [ tcl tk tkinter libX11 ]; patches = stdenv.lib.optionals stdenv.isDarwin [ ./darwin-stdenv.patch ]; patches = [ ./basedirlist.patch ] ++ stdenv.lib.optionals stdenv.isDarwin [ ./darwin-stdenv.patch ]; # Matplotlib tries to find Tcl/Tk by opening a Tk window and asking the # corresponding interpreter object for its library paths. This fails if # `$DISPLAY` is not set. The fallback option assumes that Tcl/Tk are both # installed under the same path which is not true in Nix. # With the following patch we just hard-code these paths into the install # script. postPatch = let inherit (stdenv.lib.strings) substring; tcl_tk_cache = ''\"${tk}/lib\", \"${tcl}/lib\", \"${substring 0 3 tk.version}\"''; in stdenv.lib.optionalString enableTk \"sed -i '/self.tcl_tk_cache = None/s|None|${tcl_tk_cache}|' setupext.py\"; checkPhase = '' ${python.interpreter} tests.py"} {"_id":"doc-en-nixpkgs-6343f4a57a3b30c98dc352ac4b885ab7b377d4532750f53362284d6747d43227","title":"","text":"then value else { executable = value; profile = null; extraArgs = []; }; args = lib.escapeShellArgs ( (optional (opts.profile != null) \"--profile=${toString opts.profile}\") ++ opts.extraArgs opts.extraArgs ++ (optional (opts.profile != null) \"--profile=${toString opts.profile}\") ); in ''"} {"_id":"doc-en-nixpkgs-dbd8e99f26ede651956c87cc0f4de881f849d55d4e05b1a84173b2c07562aa85","title":"","text":"stdenv.mkDerivation rec { pname = \"connman\"; version = \"1.40\"; version = \"1.41\"; src = fetchurl { url = \"mirror://kernel/linux/network/connman/${pname}-${version}.tar.xz\"; sha256 = \"sha256-GleufOI0qjoXRKrDvlwhIdmNzpmUQO+KucxO39XtyxI=\"; sha256 = \"sha256-eftA9P3VUwxFqo5ZL7Froj02dPOpjPELiaZXbxmN5Yk=\"; }; patches = lib.optionals stdenv.hostPlatform.isMusl ["} {"_id":"doc-en-nixpkgs-7cda64e44285712c1b0f85ffdaad2e744b158e987ad5840e423ca7c35c28a19b","title":"","text":" { lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, pkg-config }: { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config }: stdenv.mkDerivation rec { version = \"1.0.8\"; version = \"1.0.9\"; pname = \"libde265\"; src = fetchFromGitHub { owner = \"strukturag\"; repo = \"libde265\"; rev = \"v${version}\"; sha256 = \"1dzflqbk248lz5ws0ni5acmf32b3rmnq5gsfaz7691qqjxkl1zml\"; sha256 = \"sha256-OpiQapppuKCR27tIG5OW+KiNMP9ysv7CaobiBOW6VUI=\"; }; patches = [ (fetchpatch { name = \"CVE-2022-1253.patch\"; url = \"https://github.com/strukturag/libde265/commit/8e89fe0e175d2870c39486fdd09250b230ec10b8.patch\"; sha256 = \"sha256-F1BOWFx9oXR2trM22atyD3AJ5x6vVfURQ/PTlYP2Ibg=\"; }) ]; nativeBuildInputs = [ autoreconfHook pkg-config ]; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-b5e59b5c0bfa59855767b5dad5d022907f39146c3c2de289b71a819ad3748466","title":"","text":"sha256 = \"09xz06g57wxbacic617pq9c0qb7nly42gif0raplldn5lw964xl2\"; revert = true; }) (fetchpatch { name = \"CVE-2021-4145.patch\"; url = \"https://gitlab.com/qemu-project/qemu/-/commit/66fed30c9cd11854fc878a4eceb507e915d7c9cd.patch\"; sha256 = \"10za2nag51y4fhc8z7fzw3dfhj37zx8rwg0xcmw5kzmb0gyvvz70\"; }) ] ++ lib.optional nixosTestRunner ./force-uid0-on-9p.patch ++ lib.optionals stdenv.hostPlatform.isMusl [ ./sigrtminmax.patch"} {"_id":"doc-en-nixpkgs-c7e84c61d7052ab7bcbe7952a6e4df755b64247afc2853eeabb59bbb74a299ac","title":"","text":"\"--bin=codelldb\" ]; postFixup = '' mkdir -p $out/share # codelldb expects libcodelldb.so to be in the same # directory as the executable, and can't find it in $out/lib. # To make codelldb executable as a standalone, # we put all files in $out/share, and then wrap the binary in $out/bin. mv $out/bin/* $out/share cp $out/lib/* $out/share ln -s ${lldb.lib} $out/lldb makeWrapper $out/share/codelldb $out/bin/codelldb --set-default LLDB_DEBUGSERVER_PATH \"${lldb.out}/bin/lldb-server\" ''; patches = [ ./adapter-output-shared_object.patch ]; # Tests are linked to liblldb but it is not available here."} {"_id":"doc-en-nixpkgs-3b8593504ad68b9532ca2a40995ba5a5d00189cf857ddd3faf865abd239f24ce","title":"","text":"mkdir -p $ext/{adapter,formatters} mv -t $ext vsix-extracted/extension/* cp -t $ext/adapter ${adapter}/{bin,lib}/* cp -t $ext/adapter ${adapter}/share/* cp -r ../adapter/scripts $ext/adapter wrapProgram $ext/adapter/codelldb --set-default LLDB_DEBUGSERVER_PATH \"${lldb.out}/bin/lldb-server\""} {"_id":"doc-en-nixpkgs-d012196484be196da3abd020d0ad99279167f1891cb768ac7487bd905ad4cc15","title":"","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":"doc-en-nixpkgs-86810727aa2289f68f9f66648843cf64f50b93c3f9cdf575ced7fbce5d575177","title":"","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":"doc-en-nixpkgs-e4fbfada4b45dd4f43433f61151fda76332e2dffc957f7a581b7358f1bf7cd3a","title":"","text":" programs.zsh.autosuggestions.strategy now takes a list of strings instead of a string. The services.unifi.openPorts option default value of true is now deprecated and will be changed to false in 22.11. Configurations"} {"_id":"doc-en-nixpkgs-09e1f43836e5cba25c87f60938553112ec15c6022406b88e818cc6ae83de83a0","title":"","text":"combined `influxdb2` package is still provided in this release for backwards compatibilty, but will be removed at a later date. - `programs.zsh.autosuggestions.strategy` now takes a list of strings instead of a string. - The `services.unifi.openPorts` option default value of `true` is now deprecated and will be changed to `false` in 22.11. Configurations using this default will print a warning when rebuilt."} {"_id":"doc-en-nixpkgs-59deadf63ebe93f20d4920903102b2990532ee0dca55ae9996bd2af8f19aec32","title":"","text":"}; strategy = mkOption { type = types.enum [ \"history\" \"match_prev_cmd\" ]; default = \"history\"; type = types.listOf (types.enum [ \"history\" \"completion\" \"match_prev_cmd\" ]); default = [ \"history\" ]; description = '' Set ZSH_AUTOSUGGEST_STRATEGY to choose the strategy for generating suggestions. There are currently two to choose from: `ZSH_AUTOSUGGEST_STRATEGY` is an array that specifies how suggestions should be generated. The strategies in the array are tried successively until a suggestion is found. There are currently three built-in strategies to choose from: * history: Chooses the most recent match. * match_prev_cmd: Chooses the most recent match whose preceding history item matches the most recently executed command (more info). Note that this strategy won't work as expected with ZSH options that don't preserve the history order such as HIST_IGNORE_ALL_DUPS or HIST_EXPIRE_DUPS_FIRST. - `history`: Chooses the most recent match from history. - `completion`: Chooses a suggestion based on what tab-completion would suggest. (requires `zpty` module) - `match_prev_cmd`: Like `history`, but chooses the most recent match whose preceding history item matches the most recently executed command. Note that this strategy won't work as expected with ZSH options that don't preserve the history order such as `HIST_IGNORE_ALL_DUPS` or `HIST_EXPIRE_DUPS_FIRST`. ''; };"} {"_id":"doc-en-nixpkgs-b77f774c7dd686c6efa52f943ff474da6f4f84afc57761addd058d766c031ddb","title":"","text":"source ${pkgs.zsh-autosuggestions}/share/zsh-autosuggestions/zsh-autosuggestions.zsh export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=\"${cfg.highlightStyle}\" export ZSH_AUTOSUGGEST_STRATEGY=(\"${cfg.strategy}\") export ZSH_AUTOSUGGEST_STRATEGY=(${concatStringsSep \" \" cfg.strategy}) ${optionalString (!cfg.async) \"unset ZSH_AUTOSUGGEST_USE_ASYNC\"} ${concatStringsSep \"n\" (mapAttrsToList (key: value: ''export ${key}=\"${value}\"'') cfg.extraConfig)}"} {"_id":"doc-en-nixpkgs-b23fecb3128bddf4fe09d2812d5e620ffe2b35cd5c0c92f352c7fc8afe8a4a77","title":"","text":" { appimageTools, lib, fetchurl }: appimageTools.wrapType2 rec { pname = \"cider\"; version = \"1.3.1308\"; src = fetchurl { url = \"https://1308-429851205-gh.circle-artifacts.com/0/%7E/Cider/dist/artifacts/Cider-${version}.AppImage\"; sha256 = \"1lbyvn1c8155p039qfzx7jwad7km073phkmrzjm0w3ahdpwz3wgi\"; }; extraInstallCommands = let contents = appimageTools.extract { inherit pname version src; }; in '' mv $out/bin/${pname}-${version} $out/bin/${pname} install -m 444 -D ${contents}/${pname}.desktop -t $out/share/applications substituteInPlace $out/share/applications/${pname}.desktop --replace 'Exec=AppRun' 'Exec=${pname}' cp -r ${contents}/usr/share/icons $out/share ''; meta = with lib; { description = \"A new look into listening and enjoying Apple Music in style and performance.\"; homepage = \"https://github.com/ciderapp/Cider\"; license = licenses.agpl3; maintainers = [ maintainers.cigrainger ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"doc-en-nixpkgs-a05891c72012a2128f9aa1a85697406d6edc7772dd4b11ee20c5a8effb1d0c89","title":"","text":"stdenv = gcc9Stdenv; }; cider = callPackage ../applications/audio/cider { }; isolyzer = callPackage ../tools/cd-dvd/isolyzer { }; isomd5sum = callPackage ../tools/cd-dvd/isomd5sum { };"} {"_id":"doc-en-nixpkgs-c957a69a568b5f1ad75bc51c75cc6820b85f1a5f322cfc2ea61418d6c7e470e0","title":"","text":"\"name\": \"element-desktop\", \"productName\": \"Element\", \"main\": \"lib/electron-main.js\", \"version\": \"1.10.4\", \"version\": \"1.10.6\", \"description\": \"A feature-rich client for Matrix.org\", \"author\": \"Element\", \"repository\": {"} {"_id":"doc-en-nixpkgs-bf00843465584e21e90c16cc69d5fe1cf015975e16b8b19557b29928a251e015","title":"","text":"\"app-builder-lib\": \"^22.14.10\", \"asar\": \"^2.0.1\", \"chokidar\": \"^3.5.2\", \"electron\": \"^15.3.5\", \"electron\": \"^17\", \"electron-builder\": \"22.11.4\", \"electron-builder-squirrel-windows\": \"22.11.4\", \"electron-devtools-installer\": \"^3.1.1\","} {"_id":"doc-en-nixpkgs-cf4bdd0f795b0f5612b15f67676bc5ef7ff04e20f827be831b31f7d12df31744","title":"","text":"{ \"version\": \"1.10.4\", \"desktopSrcHash\": \"cuMo0wRMC6+un3BQK0+Ecnjvs6HugNk71yElNJarlyc=\", \"desktopYarnHash\": \"0llnqwgiqggfcgjyaar2h2r1pyw8m14icfb1pcdphqxrah9gpsar\", \"webHash\": \"0vf8npddbx4dmq9c1ghak97jn28b18ssblbrq5smdhlzsnxlpm3l\" \"version\": \"1.10.6\", \"desktopSrcHash\": \"TJGYavawLDLbP9Sg7HxIcOkr7hcTfAwk4fyOOEv4KhI=\", \"desktopYarnHash\": \"038rqg26dn8chzscck5mlhnw2viy6gr8pjb7zrcmi7ipx9h038a0\", \"webHash\": \"1wax4h5gfcq4giyq1igsix748cngky487kwvf69zb1gz95hjds9r\" }"} {"_id":"doc-en-nixpkgs-096056b9b13151ec36621c96ac2fb23771bd183385fa32236bac796a1228d3ad","title":"","text":"
GNOME
Packaging GNOME applications Programs in the GNOME universe are written in various languages but they all use GObject-based libraries like GLib, GTK or GStreamer. These libraries are often modular, relying on looking into certain directories to find their modules. However, due to Nix’s specific file system organization, this will fail without our intervention. Fortunately, the libraries usually allow overriding the directories through environment variables, either natively or thanks to a patch in nixpkgs. Wrapping the executables to ensure correct paths are available to the application constitutes a significant part of packaging a modern desktop application. In this section, we will describe various modules needed by such applications, environment variables needed to make the modules load, and finally a script that will do the work for us.
Settings GSettings API is often used for storing settings. GSettings schemas are required, to know the type and other metadata of the stored values. GLib looks for glib-2.0/schemas/gschemas.compiled files inside the directories of XDG_DATA_DIRS. On Linux, GSettings API is implemented using dconf backend. You will need to add dconf GIO module to GIO_EXTRA_MODULES variable, otherwise the memory backend will be used and the saved settings will not be persistent. Last you will need the dconf database D-Bus service itself. You can enable it using . Some applications will also require gsettings-desktop-schemas for things like reading proxy configuration or user interface customization. This dependency is often not mentioned by upstream, you should grep for org.gnome.desktop and org.gnome.system to see if the schemas are needed.
Icons When an application uses icons, an icon theme should be available in XDG_DATA_DIRS. The package for the default, icon-less hicolor-icon-theme contains a setup hook that will pick up icon themes from buildInputs and pass it to our wrapper. Unfortunately, relying on that would mean every user has to download the theme included in the package expression no matter their preference. For that reason, we leave the installation of icon theme on the user. If you use one of the desktop environments, you probably already have an icon theme installed.
GTK Themes Previously, a GTK theme needed to be in XDG_DATA_DIRS. This is no longer necessary for most programs since GTK incorporated Adwaita theme. Some programs (for example, those designed for elementary HIG) might require a special theme like pantheon.elementary-gtk-theme.
GObject introspection typelibs GObject introspection allows applications to use C libraries in other languages easily. It does this through typelib files searched in GI_TYPELIB_PATH.
Various plug-ins If your application uses GStreamer or Grilo, you should set GST_PLUGIN_SYSTEM_PATH_1_0 and GRL_PLUGIN_PATH, respectively.
Onto <package>wrapGAppsHook</package> Given the requirements above, the package expression would become messy quickly: preFixup = '' for f in $(find $out/bin/ $out/libexec/ -type f -executable); do wrapProgram \"$f\" --prefix GIO_EXTRA_MODULES : \"${getLib gnome3.dconf}/lib/gio/modules\" --prefix XDG_DATA_DIRS : \"$out/share\" --prefix XDG_DATA_DIRS : \"$out/share/gsettings-schemas/${name}\" --prefix XDG_DATA_DIRS : \"${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}\" --prefix XDG_DATA_DIRS : \"${hicolor-icon-theme}/share\" --prefix GI_TYPELIB_PATH : \"${lib.makeSearchPath \"lib/girepository-1.0\" [ pango json-glib ]}\" done ''; Fortunately, there is wrapGAppsHook, that does the wrapping for us. In particular, it works in conjunction with other setup hooks that will populate the variable: wrapGAppsHook itself will add the package’s share directory to XDG_DATA_DIRS. glib setup hook will populate GSETTINGS_SCHEMAS_PATH and then wrapGAppsHook will prepend it to XDG_DATA_DIRS. gnome3.dconf.lib is a dependency of wrapGAppsHook, which then also adds it to the GIO_EXTRA_MODULES variable. hicolor-icon-theme’s setup hook will add icon themes to XDG_ICON_DIRS which is prepended to XDG_DATA_DIRS by wrapGAppsHook. gobject-introspection setup hook populates GI_TYPELIB_PATH variable with lib/girepository-1.0 directories of dependencies, which is then added to wrapper by wrapGAppsHook. It also adds share directories of dependencies to XDG_DATA_DIRS, which is intended to promote GIR files but it also pollutes the closures of packages using wrapGAppsHook. The setup hook currently does not work in expressions with strictDeps enabled, like Python packages. In those cases, you will need to disable it with strictDeps = false;. Setup hooks of gst_all_1.gstreamer and gnome3.grilo will populate the GST_PLUGIN_SYSTEM_PATH_1_0 and GRL_PLUGIN_PATH variables, respectively, which will then be added to the wrapper by wrapGAppsHook. You can also pass additional arguments to makeWrapper using gappsWrapperArgs in preFixup hook: preFixup = '' gappsWrapperArgs+=( # Thumbnailers --prefix XDG_DATA_DIRS : \"${gdk-pixbuf}/share\" --prefix XDG_DATA_DIRS : \"${librsvg}/share\" --prefix XDG_DATA_DIRS : \"${shared-mime-info}/share\" ) '';
Updating GNOME packages Most GNOME package offer updateScript, it is therefore possible to update to latest source tarball by running nix-shell maintainers/scripts/update.nix --argstr package gnome3.nautilus or even en masse with nix-shell maintainers/scripts/update.nix --argstr path gnome3. Read the package’s NEWS file to see what changed.
Frequently encountered issues GLib-GIO-ERROR **: 06:04:50.903: No GSettings schemas are installed on the system There are no schemas avalable in XDG_DATA_DIRS. Temporarily add a random package containing schemas like gsettings-desktop-schemas to buildInputs. glib and wrapGAppsHook setup hooks will take care of making the schemas available to application and you will see the actual missing schemas with the next error. Or you can try looking through the source code for the actual schemas used. GLib-GIO-ERROR **: 06:04:50.903: Settings schema ‘org.gnome.foo’ is not installed Package is missing some GSettings schemas. You can find out the package containing the schema with nix-locate org.gnome.foo.gschema.xml and let the hooks handle the wrapping as above. When using wrapGAppsHook with special derivers you can end up with double wrapped binaries. This is because derivers like python.pkgs.buildPythonApplication or qt5.mkDerivation have setup-hooks automatically added that produce wrappers with makeWrapper. The simplest way to workaround that is to disable the wrapGAppsHook automatic wrapping with dontWrapGApps = true; and pass the arguments it intended to pass to makeWrapper to another. In the case of a Python application it could look like: python3.pkgs.buildPythonApplication { pname = \"gnome-music\"; version = \"3.32.2\"; nativeBuildInputs = [ wrapGAppsHook gobject-introspection ... ]; dontWrapGApps = true; # Arguments to be passed to `makeWrapper`, only used by buildPython* makeWrapperArgs = [ \"${gappsWrapperArgs[@]}\" ]; } And for a QT app like: mkDerivation { pname = \"calibre\"; version = \"3.47.0\"; nativeBuildInputs = [ wrapGAppsHook qmake ... ]; dontWrapGApps = true; # Arguments to be passed to `makeWrapper`, only used by qt5’s mkDerivation qtWrapperArgs [ \"${gappsWrapperArgs[@]}\" ]; } I am packaging a project that cannot be wrapped, like a library or GNOME Shell extension. You can rely on applications depending on the library set the necessary environment variables but that it often easy to miss. Instead we recommend to patch the paths in the source code whenever possible. Here are some examples: Replacing a GI_TYPELIB_PATH in GNOME Shell extension – we are using substituteAll to include the path to a typelib into a patch. The following examples are hardcoding GSettings schema paths. To get the schema paths we use the functions glib.getSchemaPath Takes a nix package attribute as an argument. glib.makeSchemaPath Takes a package output like $out and a derivation name. You should use this if the schemas you need to hardcode are in the same derivation. Hard-coding GSettings schema path in Vala plug-in (dynamically loaded library) – here, substituteAll cannot be used since the schema comes from the same package preventing us from pass its path to the function, probably due to a Nix bug. Hard-coding GSettings schema path in C library – nothing special other than using Coccinelle patch to generate the patch itself.
"} {"_id":"doc-en-nixpkgs-d3b131b2af46df3e5141097d8673f0f3e0744f27d134f440b7176733742e46c0","title":"","text":" "} {"_id":"doc-en-nixpkgs-4c8ae72c067fba7313ede87adeab7a98e5c8ab8d17bdf21e06a279bc7b8329ec","title":"","text":"
passthru.updateScript "} {"_id":"doc-en-nixpkgs-a58eaad8f02f744f65d29db95ea068c3024e0f4682575f0e03e258f841b84a0a","title":"","text":" GStreamer GNOME platform Adds the GStreamer plugins subdirectory of each build input to the GST_PLUGIN_SYSTEM_PATH_1_0 or GST_PLUGIN_SYSTEM_PATH environment variable. Hooks related to GNOME platform and related libraries like GLib, GTK and GStreamer are described in . "} {"_id":"doc-en-nixpkgs-db535b0cb0ac6689f3c17d134960aa0d697a8ec228484e55210cc8a8fbdc6ebc","title":"","text":" { stdenv , lib , fetchFromGitHub , gitUpdater }: stdenv.mkDerivation rec { pname = \"layan-kde\"; version = \"2022-02-13\"; src = fetchFromGitHub { owner = \"vinceliuice\"; repo = pname; rev = version; sha256 = \"09z90g13l26v23nwr8n5bapwldp3hhdrdikynvm4vvb7qsvb4vrp\"; }; postPatch = '' patchShebangs install.sh substituteInPlace install.sh --replace '$HOME/.local' $out --replace '$HOME/.config' $out/share ''; installPhase = '' runHook preInstall name= ./install.sh --dest $out/share/themes mkdir -p $out/share/sddm/themes cp -a sddm/Layan* $out/share/sddm/themes/ runHook postInstall ''; passthru.updateScript = gitUpdater {inherit pname version; }; meta = with lib; { description = \"A flat Design theme for KDE Plasma desktop\"; homepage = \"https://github.com/vinceliuice/Layan-kde\"; license = licenses.gpl3Only; platforms = platforms.all; maintainers = [ maintainers.romildo ]; }; } "} {"_id":"doc-en-nixpkgs-307775f72e012ec26b2c74da058c98f6872ffc4bb1f72573a0fca8e2ddee29b2","title":"","text":"layan-gtk-theme = callPackage ../data/themes/layan-gtk-theme { }; layan-kde = callPackage ../data/themes/layan-kde { }; lato = callPackage ../data/fonts/lato {}; league-of-moveable-type = callPackage ../data/fonts/league-of-moveable-type {};"} {"_id":"doc-en-nixpkgs-2ef5476d86334418776b0409db25cbfbe1a59fc7b9d3eab4b07666bde8ff2437","title":"","text":"runHook preInstall mkdir -p $out/Applications/Slack.app cp -R . $out/Applications/Slack.app '' + lib.optionalString (!stdenv.isAarch64) '' # on aarch64-darwin we get: Could not write domain com.tinyspeck.slackmacgap; exiting /usr/bin/defaults write com.tinyspeck.slackmacgap SlackNoAutoUpdates -Bool YES '' + '' runHook postInstall ''; };"} {"_id":"doc-en-nixpkgs-f10b385c1653a7b6f8b8ed79f585f79df11f89bc86c5365c5b1b442799615033","title":"","text":"{ config, stdenv, lib, fetchurl, fetchzip, boost, cmake, ffmpeg, gettext, glew , ilmbase, libXi, libX11, libXext, libXrender , libjpeg, libpng, libsamplerate, libsndfile , libtiff, libGLU, libGL, openal, opencolorio, openexr, openimagedenoise, openimageio2, openjpeg, python39Packages , libtiff, libGLU, libGL, openal, opencolorio, openexr, openimagedenoise, openimageio2, openjpeg, python310Packages , openvdb, libXxf86vm, tbb, alembic , zlib, fftw, opensubdiv, freetype, jemalloc, ocl-icd, addOpenGLRunpath , zlib, zstd, fftw, opensubdiv, freetype, jemalloc, ocl-icd, addOpenGLRunpath , jackaudioSupport ? false, libjack2 , cudaSupport ? config.cudaSupport or false, cudatoolkit , cudaSupport ? config.cudaSupport or false, cudatoolkit_11 , colladaSupport ? true, opencollada , spaceNavSupport ? stdenv.isLinux, libspnav , makeWrapper"} {"_id":"doc-en-nixpkgs-3a9264f5aa4649de9ae279d598a5e3b4fe29268b29067359041de0e459b2c496","title":"","text":"with lib; let python = python39Packages.python; python = python310Packages.python; optix = fetchzip { url = \"https://developer.download.nvidia.com/redist/optix/v7.0/OptiX-7.0.0-include.zip\"; sha256 = \"1b3ccd3197anya2bj3psxdrvrpfgiwva5zfv2xmyrl73nb2dvfr7\"; # url taken from the archlinux blender PKGBUILD url = \"https://developer.download.nvidia.com/redist/optix/v7.3/OptiX-7.3.0-Include.zip\"; sha256 = \"0max1j4822mchj0xpz9lqzh91zkmvsn4py0r174cvqfz8z8ykjk8\"; }; in stdenv.mkDerivation rec { pname = \"blender\"; version = \"2.93.5\"; version = \"3.1.0\"; src = fetchurl { url = \"https://download.blender.org/source/${pname}-${version}.tar.xz\"; sha256 = \"1fsw8w80h8k5w4zmy659bjlzqyn5i198hi1kbpzfrdn8psxg2bfj\"; sha256 = \"1d0476bzcz86lwdnyjn7hyzkmhfiqh47ls5h09jlbm7v7k9x69hw\"; }; patches = lib.optional stdenv.isDarwin ./darwin.patch; nativeBuildInputs = [ cmake makeWrapper python39Packages.wrapPython llvmPackages.llvm.dev ] nativeBuildInputs = [ cmake makeWrapper python310Packages.wrapPython llvmPackages.llvm.dev ] ++ optionals cudaSupport [ addOpenGLRunpath ]; buildInputs = [ boost ffmpeg gettext glew ilmbase freetype libjpeg libpng libsamplerate libsndfile libtiff opencolorio openexr openimagedenoise openimageio2 openjpeg python zlib fftw jemalloc opencolorio openexr openimagedenoise openimageio2 openjpeg python zlib zstd fftw jemalloc alembic (opensubdiv.override { inherit cudaSupport; }) tbb"} {"_id":"doc-en-nixpkgs-92b888beb80e38e44c8b5922c0b05177b006d4ca74555fff3430aaeed95e782e","title":"","text":"llvmPackages.openmp SDL Cocoa CoreGraphics ForceFeedback OpenAL OpenGL ]) ++ optional jackaudioSupport libjack2 ++ optional cudaSupport cudatoolkit ++ optional cudaSupport cudatoolkit_11 ++ optional colladaSupport opencollada ++ optional spaceNavSupport libspnav; pythonPath = with python39Packages; [ numpy requests ]; pythonPath = with python310Packages; [ numpy requests ]; postPatch = '' # allow usage of dynamically linked embree"} {"_id":"doc-en-nixpkgs-50386168ad9f24e696732cfed19c26c78630e0f789e4769139c25c998c69476d","title":"","text":"--replace '${\"$\"}{LIBDIR}/opencollada' '${opencollada}' --replace '${\"$\"}{PYTHON_LIBPATH}/site-packages/numpy' '${python39Packages.numpy}/${python.sitePackages}/numpy' '${python310Packages.numpy}/${python.sitePackages}/numpy' '' else '' substituteInPlace extern/clew/src/clew.c --replace '\"libOpenCL.so\"' '\"${ocl-icd}/lib/libOpenCL.so\"' '');"} {"_id":"doc-en-nixpkgs-ff6980f8d404324027c3bf68d1ee50a81a83ca7e0ade9eac01efd40cce356f7e","title":"","text":"\"-DPYTHON_VERSION=${python.pythonVersion}\" \"-DWITH_PYTHON_INSTALL=OFF\" \"-DWITH_PYTHON_INSTALL_NUMPY=OFF\" \"-DPYTHON_NUMPY_PATH=${python39Packages.numpy}/${python.sitePackages}\" \"-DPYTHON_NUMPY_INCLUDE_DIRS=${python39Packages.numpy}/${python.sitePackages}/numpy/core/include\" \"-DPYTHON_NUMPY_PATH=${python310Packages.numpy}/${python.sitePackages}\" \"-DPYTHON_NUMPY_INCLUDE_DIRS=${python310Packages.numpy}/${python.sitePackages}/numpy/core/include\" \"-DWITH_PYTHON_INSTALL_REQUESTS=OFF\" \"-DWITH_OPENVDB=ON\" \"-DWITH_TBB=ON\""} {"_id":"doc-en-nixpkgs-382f04faacf2a65dbb84e1cc47db35bb89d1492557c13b119e1a621f84200913","title":"","text":" { config, lib, pkgs, ... }: { config, pkgs, lib, ... }: with lib; let cfg = config.services.xserver.windowManager.qtile; pyEnv = pkgs.python3.withPackages (p: [ (cfg.package.unwrapped or cfg.package) ] ++ (cfg.extraPackages p)); in { options.services.xserver.windowManager.qtile = { enable = mkEnableOption (lib.mdDoc \"qtile\"); package = mkPackageOptionMD pkgs \"qtile\" { }; package = mkPackageOptionMD pkgs \"qtile-unwrapped\" { }; configFile = mkOption { type = with types; nullOr path; default = null; example = literalExpression \"./your_config.py\"; description = lib.mdDoc '' Path to the qtile configuration file. If null, $XDG_CONFIG_HOME/qtile/config.py will be used. ''; }; backend = mkOption { type = types.enum [ \"x11\" \"wayland\" ]; default = \"x11\"; description = lib.mdDoc '' Backend to use in qtile: or . ''; }; extraPackages = mkOption { type = types.functionTo (types.listOf types.package); default = _: []; defaultText = literalExpression '' python3Packages: with python3Packages; []; ''; description = lib.mdDoc '' Extra Python packages available to Qtile. An example would be to include `python3Packages.qtile-extras` for additional unoffical widgets. ''; example = literalExpression '' python3Packages: with python3Packages; [ qtile-extras ]; ''; }; }; config = mkIf cfg.enable { services.xserver.windowManager.session = [{ name = \"qtile\"; start = '' ${cfg.package}/bin/qtile start & ${pyEnv}/bin/qtile start -b ${cfg.backend} ${optionalString (cfg.configFile != null) \"--config \"${cfg.configFile}\"\"} & waitPID=$! ''; }];"} {"_id":"doc-en-nixpkgs-906aa9a75e3c4666cca4929ec423206a71c8003a152bc37eee5646bdc258f7d7","title":"","text":", wayland , wlroots , xcbutilcursor , pulseaudio }: let unwrapped = python3Packages.buildPythonPackage rec { pname = \"qtile\"; version = \"0.22.1\"; python3Packages.buildPythonPackage rec { pname = \"qtile\"; version = \"0.22.1\"; src = fetchFromGitHub { owner = \"qtile\"; repo = \"qtile\"; rev = \"v${version}\"; hash = \"sha256-HOyExVKOqZ4OeNM1/AiXQeiUV+EbSJLEjWEibm07ff8=\"; }; src = fetchFromGitHub { owner = \"qtile\"; repo = \"qtile\"; rev = \"v${version}\"; hash = \"sha256-HOyExVKOqZ4OeNM1/AiXQeiUV+EbSJLEjWEibm07ff8=\"; }; patches = [ ./fix-restart.patch # https://github.com/NixOS/nixpkgs/issues/139568 ]; patches = [ ./fix-restart.patch # https://github.com/NixOS/nixpkgs/issues/139568 ]; postPatch = '' substituteInPlace libqtile/pangocffi.py --replace libgobject-2.0.so.0 ${glib.out}/lib/libgobject-2.0.so.0 --replace libpangocairo-1.0.so.0 ${pango.out}/lib/libpangocairo-1.0.so.0 --replace libpango-1.0.so.0 ${pango.out}/lib/libpango-1.0.so.0 substituteInPlace libqtile/backend/x11/xcursors.py --replace libxcb-cursor.so.0 ${xcbutilcursor.out}/lib/libxcb-cursor.so.0 ''; postPatch = '' substituteInPlace libqtile/pangocffi.py --replace libgobject-2.0.so.0 ${glib.out}/lib/libgobject-2.0.so.0 --replace libpangocairo-1.0.so.0 ${pango.out}/lib/libpangocairo-1.0.so.0 --replace libpango-1.0.so.0 ${pango.out}/lib/libpango-1.0.so.0 substituteInPlace libqtile/backend/x11/xcursors.py --replace libxcb-cursor.so.0 ${xcbutilcursor.out}/lib/libxcb-cursor.so.0 ''; SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ pkg-config ] ++ (with python3Packages; [ setuptools-scm ]); nativeBuildInputs = [ pkg-config ] ++ (with python3Packages; [ setuptools-scm ]); propagatedBuildInputs = with python3Packages; [ xcffib (cairocffi.override { withXcffib = true; }) setuptools python-dateutil dbus-python dbus-next mpd2 psutil pyxdg pygobject3 pywayland pywlroots xkbcommon ]; propagatedBuildInputs = with python3Packages; [ xcffib (cairocffi.override { withXcffib = true; }) setuptools python-dateutil dbus-python dbus-next mpd2 psutil pyxdg pygobject3 pywayland pywlroots xkbcommon pulseaudio ]; buildInputs = [ libinput wayland wlroots libxkbcommon ]; buildInputs = [ libinput wayland wlroots libxkbcommon ]; # for `qtile check`, needs `stubtest` and `mypy` commands makeWrapperArgs = [ \"--suffix PATH : ${lib.makeBinPath [ mypy ]}\" ]; # for `qtile check`, needs `stubtest` and `mypy` commands makeWrapperArgs = [ \"--suffix PATH : ${lib.makeBinPath [ mypy ]}\" ]; doCheck = false; # Requires X server #TODO this can be worked out with the existing NixOS testing infrastructure. doCheck = false; # Requires X server #TODO this can be worked out with the existing NixOS testing infrastructure. meta = with lib; { homepage = \"http://www.qtile.org/\"; license = licenses.mit; description = \"A small, flexible, scriptable tiling window manager written in Python\"; platforms = platforms.linux; maintainers = with maintainers; [ kamilchm ]; }; meta = with lib; { homepage = \"http://www.qtile.org/\"; license = licenses.mit; description = \"A small, flexible, scriptable tiling window manager written in Python\"; platforms = platforms.linux; maintainers = with maintainers; [ kamilchm arjan-s ]; }; in (python3.withPackages (_: [ unwrapped ])).overrideAttrs (_: { # otherwise will be exported as \"env\", this restores `nix search` behavior name = \"${unwrapped.pname}-${unwrapped.version}\"; # export underlying qtile package passthru = { inherit unwrapped; }; # restore original qtile attrs inherit (unwrapped) pname version meta; }) } "} {"_id":"doc-en-nixpkgs-8134124daba980b0f4a32fbd5ccff48a13ae4c89ea3c7fe580a9ea6eac8d1426","title":"","text":" { python3, qtile-unwrapped }: (python3.withPackages (_: [ qtile-unwrapped ])).overrideAttrs (_: { # otherwise will be exported as \"env\", this restores `nix search` behavior name = \"${qtile-unwrapped.pname}-${qtile-unwrapped.version}\"; # export underlying qtile package passthru = { unwrapped = qtile-unwrapped; }; # restore original qtile attrs inherit (qtile-unwrapped) pname version meta; }) "} {"_id":"doc-en-nixpkgs-a022afbab42ec162ac717a459af588c4afd8a8c807057a3e6019dec91669a6a0","title":"","text":", xorgserver , pulseaudio , pytest-asyncio , qtile , qtile-unwrapped , keyring , requests , stravalib"} {"_id":"doc-en-nixpkgs-c9b757669d7d44148f5f672bb53ce4cb0d6d97a9ee341d4921019ba33c1b6bb6","title":"","text":"]; checkInputs = [ pytest-asyncio qtile.unwrapped qtile-unwrapped pulseaudio keyring requests"} {"_id":"doc-en-nixpkgs-cb0770c0878779142a8828b0883e0c2d1d4a59424244f18ccb589c6bd87e5890","title":"","text":"qpdfview = libsForQt5.callPackage ../applications/office/qpdfview { }; qtile = callPackage ../applications/window-managers/qtile { }; qtile-unwrapped = callPackage ../applications/window-managers/qtile { }; qtile = callPackage ../applications/window-managers/qtile/wrapper.nix { }; vimgolf = callPackage ../games/vimgolf { };"} {"_id":"doc-en-nixpkgs-e92c33a77cfe6225f721e03f53e3e87fdd898df5613fd35dbda9f819a18371aa","title":"","text":"electronLibPath = with lib; makeLibraryPath ( [ libuuid at-spi2-atk at-spi2-core libappindicator-gtk3 ] ++ optionals (versionAtLeast version \"9.0.0\") [ libdrm mesa ] ++ optionals (versionOlder version \"10.0.0\") [ libXScrnSaver ] ++ optionals (versionAtLeast version \"11.0.0\") [ libxkbcommon ] ++ optionals (versionAtLeast version \"12.0.0\") [ libxshmfence ] ++ optionals (versionAtLeast version \"17.0.0\") [ libglvnd ]"} {"_id":"doc-en-nixpkgs-65518a49ba0b7064ad14bc2c60861c9f66172bf4c1b0ffee98be428aa329b5e9","title":"","text":"$out/lib/electron/electron ${lib.optionalString (lib.versionAtLeast version \"15.0.0\") \"$out/lib/electron/chrome_crashpad_handler\" } wrapProgram $out/lib/electron/electron --prefix LD_PRELOAD : ${lib.makeLibraryPath [ libXScrnSaver ]}/libXss.so.1 \"''${gappsWrapperArgs[@]}\" wrapProgram $out/lib/electron/electron \"''${gappsWrapperArgs[@]}\" ''; };"} {"_id":"doc-en-nixpkgs-4b3eee247dad9a6077bc799a2ad9bf0aaf442a622dbf17a836150c68f950850e","title":"","text":"- `getent` has been moved from `glibc`'s `bin` output to its own dedicated output, reducing closure size for many dependents. Dependents using the `getent` alias should not be affected; others should move from using `glibc.bin` or `getBin glibc` to `getent` (which also improves compatibility with non-glibc platforms). - The `users.users..passwordFile` has been renamed to `users.users..hashedPasswordFile` to avoid possible confusions. The option is in fact the file-based version of `hashedPassword`, not `password`, and expects a file containing the {manpage}`crypt(3)` hash of the user password. - The `services.ananicy.extraRules` option now has the type of `listOf attrs` instead of `string`. - The `matrix-synapse` package & module have undergone some significant internal changes, for most setups no intervention is needed, though:"} {"_id":"doc-en-nixpkgs-f22ca1625c442e58df8e9820d16319b99b5e2c17d837bac977e0ce5b5714dc8d","title":"","text":"passwordDescription = '' The options {option}`hashedPassword`, {option}`password` and {option}`passwordFile` {option}`password` and {option}`hashedPasswordFile` controls what password is set for the user. {option}`hashedPassword` overrides both {option}`password` and {option}`passwordFile`. {option}`password` overrides {option}`passwordFile`. {option}`password` and {option}`hashedPasswordFile`. {option}`password` overrides {option}`hashedPasswordFile`. If none of these three options are set, no password is assigned to the user, and the user will not be able to do password logins. If the option {option}`users.mutableUsers` is true, the"} {"_id":"doc-en-nixpkgs-f0f94165bf4023933cdade74f90e646b93d8a1be8f3e9465ea783701f26c9810","title":"","text":"''; }; passwordFile = mkOption { hashedPasswordFile = mkOption { type = with types; nullOr str; default = null; default = cfg.users.${name}.passwordFile; defaultText = literalExpression \"null\"; description = lib.mdDoc '' The full path to a file that contains the user's password. The password file is read on each system activation. The file should contain exactly one line, which should be the password in an encrypted form that is suitable for the `chpasswd -e` command. The full path to a file that contains the hash of the user's password. The password file is read on each system activation. The file should contain exactly one line, which should be the password in an encrypted form that is suitable for the `chpasswd -e` command. ${passwordDescription} ''; }; passwordFile = mkOption { type = with types; nullOr (passwdEntry str); default = null; visible = false; description = lib.mdDoc \"Deprecated alias of hashedPasswordFile\"; }; initialHashedPassword = mkOption { type = with types; nullOr (passwdEntry str); default = null;"} {"_id":"doc-en-nixpkgs-5e66a7a48365555415949b4b1096f67581e5e0b578f65966b6ed645aa50dfd93","title":"","text":"users = mapAttrsToList (_: u: { inherit (u) name uid group description home homeMode createHome isSystemUser password passwordFile hashedPassword password hashedPasswordFile hashedPassword autoSubUidGidRange subUidRanges subGidRanges initialPassword initialHashedPassword expires; shell = utils.toShellPath u.shell;"} {"_id":"doc-en-nixpkgs-6418be1174b0bd59ec750d31e46b75552b9e65651dad3349fea81abe233d5823","title":"","text":"&& (allowsLogin cfg.hashedPassword || cfg.password != null || cfg.passwordFile != null || cfg.hashedPasswordFile != null || cfg.openssh.authorizedKeys.keys != [] || cfg.openssh.authorizedKeys.keyFiles != []) ) cfg.users ++ ["} {"_id":"doc-en-nixpkgs-89d19c69cf285962483dda8af32ddc4200a08d7171b60328ee67300e446b3a44","title":"","text":"The password hash of user \"${user.name}\" may be invalid. You must set a valid hash or the user will be locked out of their account. Please check the value of option `users.users.\"${user.name}\".hashedPassword`.'' else null )); else null) ++ flip mapAttrsToList cfg.users (name: user: if user.passwordFile != null then ''The option `users.users.\"${name}\".passwordFile' has been renamed '' + ''to `users.users.\"${name}\".hashedPasswordFile'.'' else null) ); }; }"} {"_id":"doc-en-nixpkgs-291b8255d24ef29864ef6a4cf6f2c560c1c05f11e9aa18d9db9563a86782df8d","title":"","text":"stdenv.mkDerivation rec { pname = \"yaru\"; version = \"22.04.3.1\"; version = \"unstable-2022-04-07\"; # 22.04.3.1 is broken src = fetchFromGitHub { owner = \"ubuntu\"; repo = \"yaru\"; rev = version; sha256 = \"sha256-nNI6Nm3ZpIJRTbIbe/P9cKofcthb6qWKjn81/ZpPo2g=\"; rev = \"9bdbf66bf3718c6595c7a15ef4698ba471a36526\"; sha256 = \"02f6m0jxnsczw3y7v7bqdihxa33sx2z93yn3j8w4z9r9fv2pn06b\"; }; nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ]; buildInputs = [ gtk3 gnome.gnome-themes-extra ]; propagatedBuildInputs = [ humanity-icon-theme hicolor-icon-theme ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ]; dontDropIconThemeCache = true;"} {"_id":"doc-en-nixpkgs-65583bfa2998f1aad4474b47eb700ba7eb143aae38405a522b740e475d447834","title":"","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":"doc-en-nixpkgs-cf7d04a74c0e2ef180d1f0d57fd6a55bc012bb1200c1c474d6edf9be80db7142","title":"","text":", buildPythonPackage , fetchPypi , pythonOlder , pythonAtLeast , pythonRelaxDepsHook , writeText , asttokens"} {"_id":"doc-en-nixpkgs-a8d98a9c6a1dec23eaced24fed5ffa7ed0fb32511dd391bc913c32545f6a147e","title":"","text":", sphinx_rtd_theme , pytest-runner , setuptools-scm , git }: let"} {"_id":"doc-en-nixpkgs-1e3938fd54ae37d03f929e8dd69f62eeb8fb5b47d5a52e407e8a9d64715e303b","title":"","text":"in buildPythonPackage rec { pname = \"vyper\"; version = \"0.3.1\"; version = \"0.3.3\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\" || pythonAtLeast \"3.10\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-fXug5v3zstz19uexMWokHBVsfcl2ZCdIOIXKeLVyh/Q=\"; sha256 = \"sha256-BAnNj27B1HAb9VVDA69bFGbQjeOpl0g5EB2juajqBAw=\"; }; nativeBuildInputs = [ # Git is used in setup.py to compute version information during building # ever since https://github.com/vyperlang/vyper/pull/2816 git pythonRelaxDepsHook pytest-runner setuptools-scm"} {"_id":"doc-en-nixpkgs-6c6998d5b7ea4cf18de9354ac80753f517df96e975c1cfb7be5b6ed5c0e8c2a6","title":"","text":"stdenv.mkDerivation (rec { pname = \"coreutils${optionalString (!minimal) \"-full\"}\"; version = \"9.0\"; version = \"9.1\"; src = fetchurl { url = \"mirror://gnu/coreutils/coreutils-${version}.tar.xz\"; sha256 = \"sha256-zjCs30pBvFuzDdlV6eqnX6IWtOPesIiJ7TJDPHs7l84=\"; sha256 = \"sha256:08q4b0w7mwfxbqjs712l6wrwl2ijs7k50kssgbryg9wbsw8g98b1\"; }; patches = [ ./fix-chmod-exit-code.patch # Workaround for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51433 ./disable-seek-hole.patch # Workaround for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52330 # This patch can be dropped, once we upgrade to the next coreutils version after 9.0 ./fix-arm64-macos.patch ]; postPatch = '' # The test tends to fail on btrfs,f2fs and maybe other unusual filesystems. sed '2i echo Skipping dd sparse test && exit 77' -i ./tests/dd/sparse.sh"} {"_id":"doc-en-nixpkgs-417155be41d1684f379db9b17955390d10bc0160285761dd496c1c3fd0cfe808","title":"","text":"nativeBuildInputs = [ perl xz.bin autoreconfHook ] # autoreconfHook is due to patch, normally only needed for cygwin ++ optionals stdenv.hostPlatform.isCygwin [ texinfo ]; # due to patch configureFlags = [ \"--with-packager=https://NixOS.org\" ] configureFlags = [ \"--with-packager=https://nixos.org\" ] ++ optional (singleBinary != false) (\"--enable-single-binary\" + optionalString (isString singleBinary) \"=${singleBinary}\") ++ optional withOpenssl \"--with-openssl\""} {"_id":"doc-en-nixpkgs-d31244a03fb9f95ba446289718b8cd797ccdaa0e7033f65ea0e98219eff3f22c","title":"","text":"NIX_LDFLAGS = optionalString selinuxSupport \"-lsepol\"; FORCE_UNSAFE_CONFIGURE = optionalString stdenv.hostPlatform.isSunOS \"1\"; NIX_CFLAGS_COMPILE = [] # Work around a bogus warning in conjunction with musl. ++ optional stdenv.hostPlatform.isMusl \"-Wno-error\" ++ optional stdenv.hostPlatform.isAndroid \"-D__USE_FORTIFY_LEVEL=0\"; # Works around a bug with 8.26: # Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually). Stop."} {"_id":"doc-en-nixpkgs-0a40182a0cdc0c3ce49ffbc2694e27f17942d0dc700116e35f044cb990d58325","title":"","text":"license = licenses.gpl3Plus; platforms = platforms.unix ++ platforms.windows; priority = 10; maintainers = [ maintainers.eelco maintainers.das_j ]; maintainers = [ maintainers.das_j ]; }; } // optionalAttrs stdenv.hostPlatform.isMusl { # Work around a bogus warning in conjunction with musl. NIX_CFLAGS_COMPILE = \"-Wno-error\"; } // lib.optionalAttrs stdenv.hostPlatform.isAndroid { NIX_CFLAGS_COMPILE = \"-D__USE_FORTIFY_LEVEL=0\"; })"} {"_id":"doc-en-nixpkgs-7a2a6131de2283769417b10f2b7c805a01788fc8491691c24f99e4d187df7121","title":"","text":" diff --git a/src/copy.c b/src/copy.c index cb9018f93..2a4ccc061 100644 --- a/src/copy.c +++ b/src/copy.c @@ -502,7 +502,7 @@ write_zeros (int fd, off_t n_bytes) return true; } -#ifdef SEEK_HOLE +#if 0 /* Perform an efficient extent copy, if possible. This avoids the overhead of detecting holes in hole-introducing/preserving copy, and thus makes copying sparse files much more efficient. @@ -1095,7 +1095,7 @@ infer_scantype (int fd, struct stat const *sb, && ST_NBLOCKS (*sb) < sb->st_size / ST_NBLOCKSIZE)) return PLAIN_SCANTYPE; -#ifdef SEEK_HOLE +#if 0 scan_inference->ext_start = lseek (fd, 0, SEEK_DATA); if (0 <= scan_inference->ext_start) return LSEEK_SCANTYPE; @@ -1377,7 +1377,7 @@ copy_reg (char const *src_name, char const *dst_name, off_t n_read; bool wrote_hole_at_eof = false; if (! ( -#ifdef SEEK_HOLE +#if 0 scantype == LSEEK_SCANTYPE ? lseek_copy (source_desc, dest_desc, buf, buf_size, hole_size, scan_inference.ext_start, src_open_sb.st_size, diff --git a/tests/seek-data-capable b/tests/seek-data-capable index cc6372214..6e7a9ec1e 100644 --- a/tests/seek-data-capable +++ b/tests/seek-data-capable @@ -1,5 +1,7 @@ import sys, os, errno, platform +sys.exit(1) + # Pass an _empty_ file if len(sys.argv) != 2: sys.exit(1) "} {"_id":"doc-en-nixpkgs-807749fec9f7fadd50d2ff026284254188567e0338fb2a0cd1dd09fc07e5628d","title":"","text":" diff --git a/src/uname.c b/src/uname.c index ae9b8e29d..e84fc477a 100644 --- a/src/uname.c +++ b/src/uname.c @@ -27,7 +27,7 @@ # include #endif -#if HAVE_SYS_SYSCTL_H && ! defined __GLIBC__ +#if HAVE_SYS_SYSCTL_H && ! defined __GLIBC__ && ! defined __APPLE__ # if HAVE_SYS_PARAM_H # include /* needed for OpenBSD 3.0 */ # endif @@ -44,11 +44,6 @@ # endif #endif -#ifdef __APPLE__ -# include -# include -#endif - #include \"system.h\" #include \"die.h\" #include \"error.h\" @@ -167,6 +162,24 @@ print_element (char const *element) fputs (element, stdout); } +/* Print ELEMENT, preceded by a space if something has already been + printed. But if the environment variable ENVVAR is set, print its + value instead of ELEMENT. */ + +static void +print_element_env (char const *element, char const *envvar) +{ +#ifdef __APPLE__ + if (envvar) + { + char const *val = getenv (envvar); + if (val) + element = val; + } +#endif + print_element (element); +} + /* Set all the option flags according to the switches specified. Return the mask indicating which elements to print. */ @@ -287,26 +300,36 @@ main (int argc, char **argv) die (EXIT_FAILURE, errno, _(\"cannot get system name\")); if (toprint & PRINT_KERNEL_NAME) - print_element (name.sysname); + print_element_env (name.sysname, \"UNAME_SYSNAME\"); if (toprint & PRINT_NODENAME) - print_element (name.nodename); + print_element_env (name.nodename, \"UNAME_NODENAME\"); if (toprint & PRINT_KERNEL_RELEASE) - print_element (name.release); + print_element_env (name.release, \"UNAME_RELEASE\"); if (toprint & PRINT_KERNEL_VERSION) - print_element (name.version); + print_element_env (name.version, \"UNAME_VERSION\"); if (toprint & PRINT_MACHINE) - print_element (name.machine); + print_element_env (name.machine, \"UNAME_MACHINE\"); } if (toprint & PRINT_PROCESSOR) { char const *element = unknown; +#ifdef __APPLE__ +# if defined __arm__ || defined __arm64__ + element = \"arm\"; +# elif defined __i386__ || defined __x86_64__ + element = \"i386\"; +# elif defined __ppc__ || defined __ppc64__ + element = \"powerpc\"; +# endif +#endif #if HAVE_SYSINFO && defined SI_ARCHITECTURE - { - static char processor[257]; - if (0 <= sysinfo (SI_ARCHITECTURE, processor, sizeof processor)) - element = processor; - } + if (element == unknown) + { + static char processor[257]; + if (0 <= sysinfo (SI_ARCHITECTURE, processor, sizeof processor)) + element = processor; + } #endif #ifdef UNAME_PROCESSOR if (element == unknown) @@ -316,26 +339,6 @@ main (int argc, char **argv) static int mib[] = { CTL_HW, UNAME_PROCESSOR }; if (sysctl (mib, 2, processor, &s, 0, 0) >= 0) element = processor; - -# ifdef __APPLE__ - /* This kludge works around a bug in Mac OS X. */ - if (element == unknown) - { - cpu_type_t cputype; - size_t cs = sizeof cputype; - NXArchInfo const *ai; - if (sysctlbyname (\"hw.cputype\", &cputype, &cs, NULL, 0) == 0 - && (ai = NXGetArchInfoFromCpuType (cputype, - CPU_SUBTYPE_MULTIPLE)) - != NULL) - element = ai->name; - - /* Hack \"safely\" around the ppc vs. powerpc return value. */ - if (cputype == CPU_TYPE_POWERPC - && STRNCMP_LIT (element, \"ppc\") == 0) - element = \"powerpc\"; - } -# endif } #endif if (! (toprint == UINT_MAX && element == unknown)) "} {"_id":"doc-en-nixpkgs-bb7b6cd28398f35b316ee33d9935d08c20d1c3ff59de72ffe825f374b43f6fd1","title":"","text":" From e8b56ebd536e82b15542a00c888109471936bfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Fri, 24 Sep 2021 20:57:41 +0100 Subject: [PATCH] chmod: fix exit status when ignoring symlinks * src/chmod.c: Reorder enum so CH_NOT_APPLIED can be treated as a non error. * tests/chmod/ignore-symlink.sh: A new test. * tests/local.mk: Reference the new test. * NEWS: Mention the bug fix. Fixes https://bugs.gnu.org/50784 --- NEWS | 6 ++++++ src/chmod.c | 4 ++-- tests/chmod/ignore-symlink.sh | 31 +++++++++++++++++++++++++++++++ tests/local.mk | 1 + 4 files changed, 40 insertions(+), 2 deletions(-) create mode 100755 tests/chmod/ignore-symlink.sh diff --git a/NEWS b/NEWS index a1470a7d7..1cb3c28a1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + chmod -R no longer exits with error status when encountering symlinks. + All files would be processed correctly, but the exit status was incorrect. + [bug introduced in coreutils-9.0] + * Noteworthy changes in release 9.0 (2021-09-24) [stable] diff --git a/src/chmod.c b/src/chmod.c index 37b04f500..57ac47f33 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -44,8 +44,8 @@ struct change_status enum { CH_NO_STAT, - CH_NOT_APPLIED, CH_FAILED, + CH_NOT_APPLIED, CH_NO_CHANGE_REQUESTED, CH_SUCCEEDED } @@ -322,7 +322,7 @@ process_file (FTS *fts, FTSENT *ent) if ( ! recurse) fts_set (fts, ent, FTS_SKIP); - return CH_NO_CHANGE_REQUESTED <= ch.status; + return CH_NOT_APPLIED <= ch.status; } /* Recursively change the modes of the specified FILES (the last entry diff --git a/tests/chmod/ignore-symlink.sh b/tests/chmod/ignore-symlink.sh new file mode 100755 index 000000000..5ce3de816 --- /dev/null +++ b/tests/chmod/ignore-symlink.sh @@ -0,0 +1,31 @@ +#!/bin/sh +# Test for proper exit code of chmod on a processed symlink. + +# Copyright (C) 2021 Free Software Foundation, Inc. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +. \"${srcdir=.}/tests/init.sh\"; path_prepend_ ./src +print_ver_ chmod + +mkdir dir || framework_failure_ +touch dir/f || framework_failure_ +ln -s f dir/l || framework_failure_ + +# This operation ignores symlinks but should succeed. +chmod u+w -R dir 2> out || fail=1 + +compare /dev/null out || fail=1 + +Exit $fail diff --git a/tests/local.mk b/tests/local.mk index 228d0e368..b5b893fb7 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -456,6 +456,7 @@ all_tests =\t\t\t\t\t tests/chmod/c-option.sh\t\t\t tests/chmod/equal-x.sh\t\t\t tests/chmod/equals.sh\t\t\t\t + tests/chmod/ignore-symlink.sh\t\t\t tests/chmod/inaccessible.sh\t\t\t tests/chmod/octal.sh\t\t\t\t tests/chmod/setgid.sh\t\t\t\t "} {"_id":"doc-en-nixpkgs-13e035f1ab9f33b76b9ec82b9c21b471549b01d1de8c5486b10a13af47bcf02c","title":"","text":" {stdenv, fetchurl, gtk2, pkgconfig, perl, perlXMLParser, libxml2, gettext , python, libxml2Python, docbook5, docbook_xsl, libxslt, intltool, libart_lgpl , withGNOME ? false, libgnomeui }: { stdenv, fetchgit, autoconf, automake, libtool, gtk2, pkgconfig, perl, perlXMLParser, libxml2, gettext, python, libxml2Python, docbook5, docbook_xsl, libxslt, intltool, libart_lgpl, withGNOME ? false, libgnomeui, gtk-mac-integration }: stdenv.mkDerivation rec { name = \"dia-${minVer}.3\"; minVer = \"0.97\"; name = \"dia-${version}\"; version = \"0.97.3.20170622\"; src = fetchurl { url = \"mirror://gnome/sources/dia/${minVer}/${name}.tar.xz\"; sha256 = \"0d3x6w0l6fwd0l8xx06y1h56xf8ss31yzia3a6xr9y28xx44x492\"; }; correctPersistence = fetchurl { url = https://launchpadlibrarian.net/132677658/persistence; sha256 = \"1rv6zv9i03bna4bdp1wzn72lg7kdwi900y1izdq0imibi54nxjsk\"; src = fetchgit { url = git://git.gnome.org/dia; rev = \"b86085dfe2b048a2d37d587adf8ceba6fb8bc43c\"; sha256 = \"1fyxfrzdcs6blxhkw3bcgkksaf3byrsj4cbyrqgb4869k3ynap96\"; }; buildInputs = [ gtk2 perlXMLParser libxml2 gettext python libxml2Python docbook5 libxslt docbook_xsl libart_lgpl ] ++ stdenv.lib.optional withGNOME libgnomeui; libxslt docbook_xsl libart_lgpl ] ++ stdenv.lib.optional withGNOME libgnomeui ++ stdenv.lib.optional stdenv.isDarwin gtk-mac-integration; nativeBuildInputs = [ pkgconfig intltool perl ]; nativeBuildInputs = [ autoconf automake libtool pkgconfig intltool perl ]; preConfigure = '' NOCONFIGURE=1 ./autogen.sh # autoreconfHook is not enough ''; configureFlags = stdenv.lib.optionalString withGNOME \"--enable-gnome\"; patches = [ ]; hardeningDisable = [ \"format\" ]; # This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command # It have no reasons to exist in a redistribuable package postInstall = '' rm $out/share/icons/hicolor/icon-theme.cache cd \"$out\"/bin/ mv dia .dia-wrapped echo '#! ${stdenv.shell}' >> dia echo 'test -f \"$HOME/.dia/persistence\" || cp ${correctPersistence} \"$HOME/.dia/persistence\" ' >> dia echo 'chmod u+rw \"$HOME/.dia/persistence\" ' >> dia echo \"\"$out/bin/\"'.dia-wrapped\" \"$@\"' >> dia chmod a+x dia ''; meta = { description = \"Gnome Diagram drawing software\"; homepage = http://live.gnome.org/Dia; maintainers = with stdenv.lib.maintainers; [raskin]; platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.unix; }; }"} {"_id":"doc-en-nixpkgs-7f513a14858d2e6c71e44063c42a919036f6ba0a49e71d98078f925047361ef7","title":"","text":"\"test_auto_session_tracking_with_aggregates\" # Network requests to public web \"test_crumb_capture\" # TypeError: cannot unpack non-iterable TestResponse object \"test_rpc_error_page\" ]; disabledTestPaths = ["} {"_id":"doc-en-nixpkgs-151fb482308c5eb9f8a9f78b4bccda2362b9c20a0052de1daee3df42398ff575","title":"","text":"\"tests/integrations/rq/\" # broken since pytest 7.0.1; AssertionError: previous item was not torn down properly \"tests/utils/test_contextvars.py\" # broken since Flask and Werkzeug update to 2.1.0 (different error messages) \"tests/integrations/flask/test_flask.py\" \"tests/integrations/bottle/test_bottle.py\" \"tests/integrations/django/test_basic.py\" \"tests/integrations/pyramid/test_pyramid.py\" ] # test crashes on aarch64 ++ lib.optionals (stdenv.buildPlatform != \"x86_64-linux\") [ \"tests/test_transport.py\" \"tests/integrations/threading/test_threading.py\" ]; pythonImportsCheck = ["} {"_id":"doc-en-nixpkgs-688addd671cef867341a8138da6a48c4ef27209e7e73cdf5d875e501e0dace4c","title":"","text":"outputs = [ \"out\" \"lib\" ]; installPhase = '' # ensure that $lib/lib exists to avoid breaking builds mkdir -p \"$lib/lib\" # jni.h expects jni_md.h to be in the header search path. ln -s $out/include/linux/*_md.h $out/include/"} {"_id":"doc-en-nixpkgs-0d6ef8e686120f4ad9caf5fee5d899fc90ba0c4cd409d85646d700f7bfcafbb7","title":"","text":"# `native-image -H:CLibraryPath=''${lib.getLib graalvmXX-ce}/lib ...` and reduce # closure size by not depending on GraalVM $out (that is much bigger) # we always use glibc here, since musl is only supported for static compilation mkdir -p \"$lib/lib\" for f in \"${glibc}/lib/\"*; do ln -s \"$f\" \"$lib/lib/$(basename $f)\" done"} {"_id":"doc-en-nixpkgs-ccfc85da8d6ed001d1ccd952bd999267ecd79e704f3b50f37d5f9cb2d216c660","title":"","text":" { fetchzip, lib }: let version = \"5.0\"; in fetchzip { name = \"khmeros-${version}\"; url = \"mirror://debian/pool/main/f/fonts-khmeros/fonts-khmeros_${version}.orig.tar.xz\"; sha256 = \"sha256-pS+7RQbGwlBxdCfSVxHmARCAkZrZttwYNlV/CrxqI+w=\"; postFetch = '' unpackDir=\"$TMPDIR/unpack\" mkdir \"$unpackDir\" cd \"$unpackDir\" tar xf \"$downloadedFile\" --strip-components=1 mkdir -p $out/share/fonts cp *.ttf $out/share/fonts ''; meta = with lib; { description = \"KhmerOS Unicode fonts for the Khmer language\"; homepage = \"http://www.khmeros.info/\"; license = licenses.gpl2Plus; maintainers = with lib.maintainers; [ serge ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-2af08b9966b3e856e0cc895f0aa3058f1f7504e544d34cad1b9b8bb2db4ed9e2","title":"","text":"kde-rounded-corners = libsForQt5.callPackage ../data/themes/kwin-decorations/kde-rounded-corners { }; khmeros = callPackage ../data/fonts/khmeros {}; kochi-substitute = callPackage ../data/fonts/kochi-substitute {}; kochi-substitute-naga10 = callPackage ../data/fonts/kochi-substitute-naga10 {};"} {"_id":"doc-en-nixpkgs-fe298a76bdd9019d397356180432fd8bbf38ba294ec02f1ac6bccb624eb00a29","title":"","text":" { fetchzip, lib }: let version = \"20170925\"; in fetchzip { name = \"nanum-${version}\"; url = \"mirror://ubuntu/pool/universe/f/fonts-nanum/fonts-nanum_${version}.orig.tar.xz\"; sha256 = \"sha256-lSTeQEuMmlQxiQqrx9tNScifE8nMOUDJF3lCfoAFIJk=\"; postFetch = '' unpackDir=\"$TMPDIR/unpack\" mkdir \"$unpackDir\" cd \"$unpackDir\" tar xf \"$downloadedFile\" --strip-components=1 mkdir -p $out/share/fonts cp *.ttf $out/share/fonts ''; meta = with lib; { description = \"Nanum Korean font set\"; homepage = \"https://hangeul.naver.com/font\"; license = licenses.ofl; maintainers = with lib.maintainers; [ serge ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-2741eaf4523b0aeae333b87a88a8986b2f673723a3eb589df468454e8643a92c","title":"","text":"nafees = callPackage ../data/fonts/nafees { }; nanum = callPackage ../data/fonts/nanum { }; nanum-gothic-coding = callPackage ../data/fonts/nanum-gothic-coding { }; national-park-typeface = callPackage ../data/fonts/national-park { };"} {"_id":"doc-en-nixpkgs-2766ba54037184dc21ca43f8aebeb53ec39e3f4f1b179bde547484c208af7c93","title":"","text":" {stdenv, lib, fetchurl, perl, libedit, ncurses, gmp}: {stdenv, lib, fetchurl, perl, libedit, ncurses5, gmp}: stdenv.mkDerivation rec { version = \"6.10.2\";"} {"_id":"doc-en-nixpkgs-267be66b33d25518ff10bdbe0b111f82d5bedbb6e566001ebe61cc2b7f1f2d3d","title":"","text":"(if stdenv.isLinux then '' find . -type f -perm -0100 -exec patchelf --interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${libedit}/lib:${ncurses.out}/lib:${gmp.out}/lib\" {} ; --set-rpath \"${libedit}/lib:${ncurses5.out}/lib:${gmp.out}/lib\" {} ; for prog in ld ar gcc strip ranlib; do find . -name \"setup-config\" -exec sed -i \"s@/usr/bin/$prog@$(type -p $prog)@g\" {} ; done"} {"_id":"doc-en-nixpkgs-61ed2acc8b8e4c69cd7ea17b08d1e14acb9127c7c327e4a7f55c4365f557ab36","title":"","text":" {stdenv, fetchurl, perl, ncurses, gmp, libiconv}: {stdenv, fetchurl, perl, ncurses5, gmp, libiconv}: stdenv.mkDerivation rec { version = \"7.0.4\";"} {"_id":"doc-en-nixpkgs-3d68359ed8625bfc006a29f49b62cea230935c60d79e208a039e0b0c5637b76f","title":"","text":"stdenv.lib.optionalString stdenv.isLinux '' find . -type f -perm -0100 -exec patchelf --interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${ncurses.out}/lib:${gmp.out}/lib\" {} ; --set-rpath \"${ncurses5.out}/lib:${gmp.out}/lib\" {} ; sed -i \"s|/usr/bin/perl|perlx00 |\" ghc-${version}/ghc/stage2/build/tmp/ghc-stage2 sed -i \"s|/usr/bin/gcc|gccx00 |\" ghc-${version}/ghc/stage2/build/tmp/ghc-stage2 for prog in ld ar gcc strip ranlib; do"} {"_id":"doc-en-nixpkgs-2ac41824b97464228aab24e89b87a5fc3938e57c460c5801f359729844f6f520","title":"","text":" {stdenv, fetchurl, perl, ncurses, gmp, libiconv, makeWrapper}: {stdenv, fetchurl, perl, ncurses5, gmp, libiconv, makeWrapper}: stdenv.mkDerivation rec { version = \"7.4.2\";"} {"_id":"doc-en-nixpkgs-e9d618b88b2af190d3713ba6fd2f2880a0b7e6d0bd38341c224a0a425a63a82b","title":"","text":"# find editline/gmp. stdenv.lib.optionalString stdenv.isLinux '' mkdir -p \"$out/lib\" ln -sv \"${ncurses.out}/lib/libncurses.so\" \"$out/lib/libncurses${stdenv.lib.optionalString stdenv.is64bit \"w\"}.so.5\" ln -sv \"${ncurses5.out}/lib/libncurses.so\" \"$out/lib/libncurses${stdenv.lib.optionalString stdenv.is64bit \"w\"}.so.5\" find . -type f -perm -0100 -exec patchelf --interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"$out/lib:${gmp.out}/lib\" {} ;"} {"_id":"doc-en-nixpkgs-a1416d89e65250af796e6549c8ced4fdbb3c7597a848a438d9dc9dc5cdf1d15d","title":"","text":"{ lib, stdenv, fetchurl, pkgconfig , abiVersion , mouseSupport ? false , unicode ? true , gpm }: let inherit (stdenv) isDarwin; abiVersion = if isDarwin then \"5\" else \"6\"; version = if isDarwin then \"5.9\" else \"6.0\"; sha256 = if isDarwin version = if abiVersion == \"5\" then \"5.9\" else \"6.0\"; sha256 = if abiVersion == \"5\" then \"0fsn7xis81za62afan0vvm38bvgzg5wfmv1m86flqcj0nj7jjilh\" else \"0q3jck7lna77z5r42f13c4xglc7azd19pxfrjrpgp2yf615w4lgm\"; in"} {"_id":"doc-en-nixpkgs-d6ebc48f19ab8c69291a3ad06a4d983e8837bf3682282ddd8b04aea710885eb4","title":"","text":"inherit sha256; }; patches = [ ./clang.patch ]; patches = [ ./clang.patch ] ++ lib.optional (abiVersion == \"5\" && stdenv.cc.isGNU) ./gcc-5.patch; outputs = [ \"dev\" \"out\" \"man\" ]; setOutputFlags = false; # some aren't supported"} {"_id":"doc-en-nixpkgs-d8e3749c824cb01281385375ffd68bd4f98cf81d455a9d8e7a33100221e4f26d","title":"","text":" https://bugs.gentoo.org/545114 extracted from the upstream change (which had many unrelated commits in one) From 97bb4678dc03e753290b39bbff30ba2825df9517 Mon Sep 17 00:00:00 2001 From: \"Thomas E. Dickey\" Date: Sun, 7 Dec 2014 03:10:09 +0000 Subject: [PATCH] ncurses 5.9 - patch 20141206 + modify MKlib_gen.sh to work around change in development version of gcc introduced here: https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html (reports by Marcus Shawcroft, Maohui Lei). diff --git a/ncurses/base/MKlib_gen.sh b/ncurses/base/MKlib_gen.sh index d8cc3c9..b91398c 100755 --- a/ncurses/base/MKlib_gen.sh +++ b/ncurses/base/MKlib_gen.sh @@ -474,11 +474,22 @@ sed -n -f $ED1 -e 's/gen_$//' -e 's/ / /g' >>$TMP +cat >$ED1 < $ED2 +cat $ED2 >$TMP + $preprocessor $TMP 2>/dev/null -| sed -\t-e 's/ / /g' -\t-e 's/^ //' -\t-e 's/_Bool/NCURSES_BOOL/g' +| sed -f $ED1 | $AWK -f $AW2 | sed -f $ED3 | sed "} {"_id":"doc-en-nixpkgs-1600054e57f8e1fc419990acdb52b4826e01d19c1d1b7400e6e5f5b08297bdd6","title":"","text":"notify-sharp = callPackage ../development/libraries/notify-sharp { }; ncurses = callPackage ../development/libraries/ncurses { }; ncurses5 = callPackage ../development/libraries/ncurses { abiVersion = \"5\"; }; ncurses6 = callPackage ../development/libraries/ncurses { abiVersion = \"6\"; }; ncurses = if stdenv.isDarwin then ncurses5 else ncurses6; neardal = callPackage ../development/libraries/neardal { };"} {"_id":"doc-en-nixpkgs-22292edfc79888c439ce2baf790a382732ffb0c6c891844767f82d0afc889b09","title":"","text":" { libraw, fetchFromGitHub }: libraw.overrideAttrs (_: rec { version = \"0.20.2\"; src = fetchFromGitHub { owner = \"LibRaw\"; repo = \"LibRaw\"; rev = version; sha256 = \"16nm4r2l5501c9zvz25pzajq5id592jhn068scjxhr8np2cblybc\"; }; }) "} {"_id":"doc-en-nixpkgs-67bbf3bbfbad28f19878c26bc67729a52cced7b5f5cc91a77ce0af9bb9b56d68","title":"","text":"stdenv.mkDerivation { pname = \"libraw\"; version = \"unstable-2021-12-03\"; version = \"0.20.2.p2\"; src = fetchFromGitHub { owner = \"LibRaw\"; repo = \"LibRaw\"; rev = \"52b2fc52e93a566e7e05eaa44cada58e3360b6ad\"; sha256 = \"kW0R4iPuqnFuWYDrl46ok3kaPcGgY2MqZT7mqVX+BDQ=\"; rev = \"fedad11e87daad7b7d389a3ef84ccf10b5e84710\"; # current 0.20-stable branch sha256 = \"1mklf8lzybzyg75ja34822xlv6h9nw93griyrjjna7darl1dyvja\"; }; outputs = [ \"out\" \"lib\" \"dev\" \"doc\" ];"} {"_id":"doc-en-nixpkgs-eb155b2ce75c63bcdbae940573b50db43fb384bc5b802e003f6d1da73a8ecd26","title":"","text":" { libraw, fetchFromGitHub }: libraw.overrideAttrs (_: rec { version = \"unstable-2021-12-03\"; src = fetchFromGitHub { owner = \"LibRaw\"; repo = \"LibRaw\"; rev = \"52b2fc52e93a566e7e05eaa44cada58e3360b6ad\"; sha256 = \"kW0R4iPuqnFuWYDrl46ok3kaPcGgY2MqZT7mqVX+BDQ=\"; }; }) "} {"_id":"doc-en-nixpkgs-ca68433f38c92bceb505ed626f5f74f79c09aec39146bf38e6f92b861c439ebc","title":"","text":"fplll = callPackage ../development/libraries/fplll {}; fplll_20160331 = callPackage ../development/libraries/fplll/20160331.nix {}; freeimage = callPackage ../development/libraries/freeimage { }; freeimage = callPackage ../development/libraries/freeimage { libraw = libraw_unstable; }; freetts = callPackage ../development/libraries/freetts { jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731"} {"_id":"doc-en-nixpkgs-fba99d90ed20ebb1dc01b338a504afefe23e0873fa29922c719589fccc798cdf","title":"","text":"gegl = callPackage ../development/libraries/gegl { inherit (darwin.apple_sdk.frameworks) OpenCL; libraw = libraw_0_20; }; gensio = callPackage ../development/libraries/gensio {};"} {"_id":"doc-en-nixpkgs-c1f9cfa03a32444cf804ce4c5c2ecb00eb621666a8faa1808f91b18e1235164f","title":"","text":"}; libraw = callPackage ../development/libraries/libraw { }; libraw_0_20 = callPackage ../development/libraries/libraw/0_20.nix { }; libraw_unstable = callPackage ../development/libraries/libraw/unstable.nix { }; libraw1394 = callPackage ../development/libraries/libraw1394 { };"} {"_id":"doc-en-nixpkgs-3d43401f832b6176005fa7a39e04af58ae55e3fdab851596f26dada890c46806","title":"","text":"{ lib, fetchFromGitHub, cmake, curl, xorg, avahi, qtbase, mkDerivation, openssl, wrapGAppsHook, avahiWithLibdnssdCompat ? avahi.override { withLibdnssdCompat = true; } avahiWithLibdnssdCompat ? avahi.override { withLibdnssdCompat = true; }, fetchpatch }: mkDerivation rec {"} {"_id":"doc-en-nixpkgs-24d15545b8a3e60b4f93a7e318e58fb9e84f0f617b99eae9141bf9a4c71df3a6","title":"","text":"fetchSubmodules = true; }; patches = [ # This patch can be removed when a new version of barrier (greater than 2.4.0) # is released, which will contain this commit. (fetchpatch { name = \"add-missing-cstddef-header.patch\"; url = \"https://github.com/debauchee/barrier/commit/4b12265ae5d324b942698a3177e1d8b1749414d7.patch\"; sha256 = \"sha256-ajMxP7szBFi4h8cMT3qswfa3k/QiJ1FGI3q9fkCFQQk=\"; }) ]; buildInputs = [ curl xorg.libX11 xorg.libXext xorg.libXtst avahiWithLibdnssdCompat qtbase ]; nativeBuildInputs = [ cmake wrapGAppsHook ];"} {"_id":"doc-en-nixpkgs-39b0d3c7f042aab155145b370d0e577134f1ef3d9f70f179487f61b448e74e6b","title":"","text":"rm scipy/linalg/tests/test_lapack.py ''; doCheck = true; doCheck = !(stdenv.isx86_64 && stdenv.isDarwin); preConfigure = '' sed -i '0,/from numpy.distutils.core/s//import setuptools;from numpy.distutils.core/' setup.py"} {"_id":"doc-en-nixpkgs-d1aea1b0d9be901dd22106b913008c6c77cb7cc1db79553af4ab6e4da4564f2a","title":"","text":"import ./generic.nix (rec { version = \"28.1\"; sha256 = \"sha256-KLGz0JkDegiPCkyiUdfnJi6rXqFneqv/psRCaWGtdeE=\"; sha256 = \"sha256-D33wnlxhx0LyG9WZaQDj2II3tG0HcJdZTC4dSA3lrgY=\"; patches = _: [ ]; })"} {"_id":"doc-en-nixpkgs-afd63f5b43055ccaf9655b70b96829df302dbc1b15e06794dacbf4536770d699","title":"","text":", sigtool, jansson, harfbuzz, sqlite, nixosTests , dontRecurseIntoAttrs, emacsPackagesFor , libgccjit, targetPlatform, makeWrapper # native-comp params , fetchFromSavannah , systemd ? null , withX ? !stdenv.isDarwin , withNS ? stdenv.isDarwin"} {"_id":"doc-en-nixpkgs-2ef5ce41c49b8744c722b29846170998e3463f192f2d0604327d0fcd464778b1","title":"","text":", withSQLite3 ? false , withCsrc ? true , withWebP ? false , srcRepo ? false, autoreconfHook ? null, texinfo ? null , srcRepo ? true, autoreconfHook ? null, texinfo ? null , siteStart ? ./site-start.el , nativeComp ? false , withAthena ? false"} {"_id":"doc-en-nixpkgs-b59c32c08759c42d074c751d73153251887edac821ff43eac6ae873918208af6","title":"","text":"patches = patches fetchpatch; src = fetchurl { url = \"mirror://gnu/emacs/${name}.tar.xz\"; src = fetchFromSavannah { repo = \"emacs\"; rev = version; inherit sha256; };"} {"_id":"doc-en-nixpkgs-1c4066cc767e108b132a48a1e45a4589ee7776dc1c524d30c8473da941b77768","title":"","text":"TMPDIR=\"''${TMPDIR:-/tmp}\" HOME=\"$HOME\" XAUTHORITY=\"''${XAUTHORITY:-$HOME/.Xauthority}\" DISPLAY=\"$DISPLAY\" DISPLAY=\"''${DISPLAY:-}\" DBUS_SESSION_BUS_ADDRESS=\"''${DBUS_SESSION_BUS_ADDRESS:-unix:path=$XDG_RUNTIME_DIR/bus}\" XDG_DATA_HOME=\"$HOME/.local/share\" "} {"_id":"doc-en-nixpkgs-8bcc3ae139133884f2e2fda58e7ccbd3e22905358f0964dde2e4ce56e0e17d96","title":"","text":"PULSE_SERVER=\"''${PULSE_SERVER:-}\" PULSE_COOKIE=\"''${PULSE_COOKIE:-}\" MOZ_ENABLE_WAYLAND=$MOZ_ENABLE_WAYLAND WAYLAND_DISPLAY=\"$WAYLAND_DISPLAY\" XDG_RUNTIME_DIR=\"$XDG_RUNTIME_DIR\" XCURSOR_PATH=\"$XCURSOR_PATH\" MOZ_ENABLE_WAYLAND=\"''${MOZ_ENABLE_WAYLAND:-}\" WAYLAND_DISPLAY=\"''${WAYLAND_DISPLAY:-}\" XDG_RUNTIME_DIR=\"''${XDG_RUNTIME_DIR:-}\" XCURSOR_PATH=\"''${XCURSOR_PATH:-}\" APULSE_PLAYBACK_DEVICE=\"''${APULSE_PLAYBACK_DEVICE:-plug:dmix}\" "} {"_id":"doc-en-nixpkgs-b82e58bc9f2c6170fc1b3b3349d04f4fa5991bdc65b8cc4968cc399ddb90a80d","title":"","text":"LD_LIBRARY_PATH=$libPath $TBB_IN_STORE/TorBrowser/Tor/tor --version >/dev/null echo \"Checking tor-browser wrapper ...\" DISPLAY=\"\" MOZ_ENABLE_WAYLAND=\"\" WAYLAND_DISPLAY=\"\" XAUTHORITY=\"\" XCURSOR_PATH=\"\" XDG_RUNTIME_DIR=\"\" XDG_SESSION_TYPE=\"\" DBUS_SESSION_BUS_ADDRESS=\"\" TBB_HOME=$(mktemp -d) TBB_HOME=$(mktemp -d) $out/bin/tor-browser --version >/dev/null '';"} {"_id":"doc-en-nixpkgs-4e9a7ff458accbcb5b3525754606e28e3f2e6642576e00042f12590498ab06e3","title":"","text":"\"${config.boot.initrd.systemd.package}/lib/systemd/systemd-vconsole-setup\" \"${config.boot.initrd.systemd.package.kbd}/bin/setfont\" \"${config.boot.initrd.systemd.package.kbd}/bin/loadkeys\" \"${config.boot.initrd.systemd.package.kbd.gzip}/bin/gzip\" # keyboard layouts are compressed \"${config.boot.initrd.systemd.package.kbd.gzip}/bin/gzip\" # Fonts and keyboard layouts are compressed ] ++ optionals (hasPrefix builtins.storeDir cfg.font) [ \"${cfg.font}\" ] ++ optionals (hasPrefix builtins.storeDir cfg.keyMap) [ \"${cfg.keyMap}\" ]; systemd.services.reload-systemd-vconsole-setup ="} {"_id":"doc-en-nixpkgs-65922c05fbe85157263b60606e089800305138a429634e4a76fbc5e2e68c76b7","title":"","text":"plasma-browser-integration konsole oxygen (lib.getBin qttools) # Expose qdbus in PATH ]; in requiredPackages"} {"_id":"doc-en-nixpkgs-42d2f10b7a17c2c9f5875e69da5b4222ddbd09786f55d98797bc4c642ba98b87","title":"","text":"services.accounts-daemon.enable = true; # when changing an account picture the accounts-daemon reads a temporary file containing the image which systemsettings5 may place under /tmp systemd.services.accounts-daemon.serviceConfig.PrivateTmp = false; services.power-profiles-daemon.enable = mkDefault true; services.system-config-printer.enable = mkIf config.services.printing.enable (mkDefault true); services.udisks2.enable = true; services.upower.enable = config.powerManagement.enable; services.system-config-printer.enable = mkIf config.services.printing.enable (mkDefault true); services.xserver.libinput.enable = mkDefault true; # Extra UDEV rules used by Solid"} {"_id":"doc-en-nixpkgs-55b3d66ac75f6f5862616d0ba82f702fb14be76f708e47af4499869e219a7840","title":"","text":" { stdenv , lib , fetchurl , cmake , pkg-config , ninja , python3 , qtbase , qt5compat , qtdeclarative , qtdoc , qtquick3d , qtquicktimeline , qtserialport , qtsvg , qttools , qtwebengine , qtshadertools , wrapQtAppsHook , yaml-cpp , litehtml , gumbo , llvmPackages , rustc-demangle , elfutils , perf }: stdenv.mkDerivation rec { pname = \"qtcreator\"; version = \"9.0.2\"; src = fetchurl { url = \"https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz\"; sha256 = \"sha256-7KWMxcoNOXiWlAVCYZzyA/WWLuPIggCBIics23Ifoyg=\"; }; nativeBuildInputs = [ cmake pkg-config qttools wrapQtAppsHook python3 ninja ]; buildInputs = [ qtbase qtdoc qtsvg qtquick3d qtwebengine qtserialport qtshadertools qt5compat qtdeclarative qtquicktimeline yaml-cpp litehtml gumbo llvmPackages.libclang llvmPackages.llvm rustc-demangle elfutils ]; cmakeFlags = [ # workaround for missing CMAKE_INSTALL_DATAROOTDIR # in pkgs/development/tools/build-managers/cmake/setup-hook.sh \"-DCMAKE_INSTALL_DATAROOTDIR=${placeholder \"out\"}/share\" # qtdeclarative in nixpkgs does not provide qmlsc # fix can't find Qt6QmlCompilerPlusPrivate \"-DQT_NO_FIND_QMLSC=TRUE\" \"-DWITH_DOCS=ON\" \"-DBUILD_DEVELOPER_DOCS=ON\" \"-DBUILD_QBS=OFF\" \"-DQTC_CLANG_BUILDMODE_MATCH=ON\" \"-DCLANGTOOLING_LINK_CLANG_DYLIB=ON\" ]; qtWrapperArgs = [ \"--set-default PERFPROFILER_PARSER_FILEPATH ${lib.getBin perf}/bin\" ]; postInstall = '' substituteInPlace $out/share/applications/org.qt-project.qtcreator.desktop --replace \"Exec=qtcreator\" \"Exec=$out/bin/qtcreator\" ''; meta = with lib; { description = \"Cross-platform IDE tailored to the needs of Qt developers\"; longDescription = '' Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers. It includes features such as an advanced code editor, a visual debugger and a GUI designer. ''; homepage = \"https://wiki.qt.io/Qt_Creator\"; license = licenses.lgpl3Plus; maintainers = [ maintainers.rewine ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-14734829356b06fd72a4c41e137e4217f69da820115d0ecd1880ecb7dc956234","title":"","text":"inherit (linuxPackages) perf; }; qtcreator-qt6 = qt6Packages.callPackage ../development/tools/qtcreator/qt6.nix { inherit (linuxPackages) perf; stdenv = llvmPackages_14.stdenv; llvmPackages = llvmPackages_14; }; qxmledit = libsForQt5.callPackage ../applications/editors/qxmledit {} ; r10k = callPackage ../tools/system/r10k { };"} {"_id":"doc-en-nixpkgs-baba79d2712f6ec940d00a743f70df0bce2491fe942db86fd34223665e320c89","title":"","text":"version = { aarch64-darwin = \"5.10.4.6592\"; x86_64-darwin = \"5.10.4.6592\"; x86_64-linux = \"5.10.4.2845\"; x86_64-linux = \"5.10.6.3192\"; }.${system} or throwSystem; srcs = {"} {"_id":"doc-en-nixpkgs-999dc9c173da20609cffd072a953d621154e39d1906c992014be1e2d480961a5","title":"","text":"}; x86_64-linux = fetchurl { url = \"https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz\"; sha256 = \"9gspydrGaEjzAM0nK1u0XNm07HTupJ2wnPxCFWy+Nts=\"; sha256 = \"8QIkF5+875VFoGK6T0CROsqML6bJDG934c1gkuz8Klk=\"; }; };"} {"_id":"doc-en-nixpkgs-1b89aec4512601611994907166242f9aab6832ed7228888d9452c431232100db","title":"","text":"python2Packages.buildPythonApplication rec { name = \"certbot-${version}\"; version = \"0.11.1\"; version = \"0.19.0\"; src = fetchFromGitHub { owner = \"certbot\"; repo = \"certbot\"; rev = \"v${version}\"; sha256 = \"0f8s6wzj69gnqld6iaskmmwyg5zy5v3zwhp1n1izxixm0vhkzgrq\"; sha256 = \"14i3q59v7j0q2pa1dri420fhil4h0vgl4vb471hp81f4y14gq6h7\"; }; propagatedBuildInputs = with python2Packages; ["} {"_id":"doc-en-nixpkgs-367c9e126c55de8a0bfea07b7dcc38c4bc780270531e913f8b4c9c22d79bd41c","title":"","text":"pythonPackages.buildPythonApplication rec { pname = \"simp_le-client\"; version = \"0.2.0\"; version = \"0.6.1\"; name = \"${pname}-${version}\"; src = pythonPackages.fetchPypi { inherit pname version; sha256 = \"1zg18jfry9mvkri3yd2f5mwfsl27ac9zmnll3bm93jb91jhd6ssh\"; sha256 = \"0x4fky9jizs3xi55cdy217cvm3ikpghiabysan71b07ackkdfj6k\"; }; checkPhase = ''"} {"_id":"doc-en-nixpkgs-cf0f0905f4210c1440c9b9c3efa24949b79f406d6a33cbe46ba8778f99691bba","title":"","text":", texinfo , ncurses , pcre , pkg-config , buildPackages }: let"} {"_id":"doc-en-nixpkgs-2458d770fe2f214f22fac23ceaa2719ed55c82499258b3ebbde857d0764f34ff","title":"","text":"]; strictDeps = true; nativeBuildInputs = [ autoreconfHook perl groff texinfo pcre] nativeBuildInputs = [ autoreconfHook perl groff texinfo pkg-config ] ++ lib.optionals stdenv.isLinux [ util-linux yodl ]; buildInputs = [ ncurses pcre ];"} {"_id":"doc-en-nixpkgs-6dcb2b3fe38abab0faf5c7d446caec072aacdf1e404576aa3e976a0232607052","title":"","text":"\"zsh_cv_sys_dynamic_strip_lib=yes\" ]; preConfigure = '' # use pkg-config instead of pcre-config configureFlagsArray+=(\"PCRECONF=''${PKG_CONFIG} libpcre\") ''; # the zsh/zpty module is not available on hydra # so skip groups Y Z checkFlags = map (T: \"TESTNUM=${T}\") (lib.stringToCharacters \"ABCDEVW\");"} {"_id":"doc-en-nixpkgs-35255c7003586ed2c17379a55533bfa44272cf5b3f3ff05c440f750c3c8b2332","title":"","text":" dragonflydb, a modern replacement for Redis and Memcached. Available as services.dragonflydb. infnoise, a hardware True Random Number Generator dongle. Available as services.infnoise."} {"_id":"doc-en-nixpkgs-6c7b1cd8b51bde2accaf7e9e20cdc0571a4d403ec3ae916b183de981ed8b23a9","title":"","text":"- [appvm](https://github.com/jollheef/appvm), Nix based app VMs. Available as [virtualisation.appvm](options.html#opt-virtualisation.appvm.enable). - [dragonflydb](https://dragonflydb.io/), a modern replacement for Redis and Memcached. Available as [services.dragonflydb](#opt-services.dragonflydb.enable). - [infnoise](https://github.com/leetronics/infnoise), a hardware True Random Number Generator dongle. Available as [services.infnoise](options.html#opt-services.infnoise.enable)."} {"_id":"doc-en-nixpkgs-ab06415527467361a8cef5d13e90fbd8005ceafc8bf520731c0b61b756bf7bb6","title":"","text":"./services/databases/clickhouse.nix ./services/databases/cockroachdb.nix ./services/databases/couchdb.nix ./services/databases/dragonflydb.nix ./services/databases/firebird.nix ./services/databases/foundationdb.nix ./services/databases/hbase.nix"} {"_id":"doc-en-nixpkgs-4cd9cfca8d36cae36624364011fa44ecac1d787d8aca675a22eb49dd9adad58e","title":"","text":" { config, lib, pkgs, ... }: with lib; let cfg = config.services.dragonflydb; dragonflydb = pkgs.dragonflydb; settings = { port = cfg.port; dir = \"/var/lib/dragonflydb\"; keys_output_limit = cfg.keysOutputLimit; } // (lib.optionalAttrs (cfg.bind != null) { bind = cfg.bind; }) // (lib.optionalAttrs (cfg.requirePass != null) { requirepass = cfg.requirePass; }) // (lib.optionalAttrs (cfg.maxMemory != null) { maxmemory = cfg.maxMemory; }) // (lib.optionalAttrs (cfg.memcachePort != null) { memcache_port = cfg.memcachePort; }) // (lib.optionalAttrs (cfg.dbNum != null) { dbnum = cfg.dbNum; }) // (lib.optionalAttrs (cfg.cacheMode != null) { cache_mode = cfg.cacheMode; }); in { ###### interface options = { services.dragonflydb = { enable = mkEnableOption \"DragonflyDB\"; user = mkOption { type = types.str; default = \"dragonfly\"; description = \"The user to run DragonflyDB as\"; }; port = mkOption { type = types.port; default = 6379; description = \"The TCP port to accept connections.\"; }; bind = mkOption { type = with types; nullOr str; default = \"127.0.0.1\"; description = '' The IP interface to bind to. null means \"all interfaces\". ''; }; requirePass = mkOption { type = with types; nullOr str; default = null; description = \"Password for database\"; example = \"letmein!\"; }; maxMemory = mkOption { type = with types; nullOr ints.unsigned; default = null; description = '' The maximum amount of memory to use for storage (in bytes). null means this will be automatically set. ''; }; memcachePort = mkOption { type = with types; nullOr port; default = null; description = '' To enable memcached compatible API on this port. null means disabled. ''; }; keysOutputLimit = mkOption { type = types.ints.unsigned; default = 8192; description = '' Maximum number of returned keys in keys command. keys is a dangerous command. We truncate its result to avoid blowup in memory when fetching too many keys. ''; }; dbNum = mkOption { type = with types; nullOr ints.unsigned; default = null; description = \"Maximum number of supported databases for select\"; }; cacheMode = mkOption { type = with types; nullOr bool; default = null; description = '' Once this mode is on, Dragonfly will evict items least likely to be stumbled upon in the future but only when it is near maxmemory limit. ''; }; }; }; ###### implementation config = mkIf config.services.dragonflydb.enable { users.users = optionalAttrs (cfg.user == \"dragonfly\") { dragonfly.description = \"DragonflyDB server user\"; dragonfly.isSystemUser = true; dragonfly.group = \"dragonfly\"; }; users.groups = optionalAttrs (cfg.user == \"dragonfly\") { dragonfly = { }; }; environment.systemPackages = [ dragonflydb ]; systemd.services.dragonflydb = { description = \"DragonflyDB server\"; wantedBy = [ \"multi-user.target\" ]; after = [ \"network.target\" ]; serviceConfig = { ExecStart = \"${dragonflydb}/bin/dragonfly --alsologtostderr ${builtins.concatStringsSep \" \" (attrsets.mapAttrsToList (n: v: \"--${n} ${strings.escapeShellArg v}\") settings)}\"; User = cfg.user; # Filesystem access ReadWritePaths = [ settings.dir ]; StateDirectory = \"dragonflydb\"; StateDirectoryMode = \"0700\"; # Process Properties LimitMEMLOCK = \"infinity\"; # Caps CapabilityBoundingSet = \"\"; NoNewPrivileges = true; # Sandboxing ProtectSystem = \"strict\"; ProtectHome = true; PrivateTmp = true; PrivateDevices = true; ProtectKernelTunables = true; ProtectKernelModules = true; ProtectControlGroups = true; LockPersonality = true; RestrictAddressFamilies = [ \"AF_INET\" \"AF_INET6\" ]; RestrictRealtime = true; PrivateMounts = true; MemoryDenyWriteExecute = true; }; }; }; } "} {"_id":"doc-en-nixpkgs-19053465e2d40314fd84eff55992f1cd944e81a2f6871e580017a8577bf80c29","title":"","text":" { fetchFromGitHub , fetchurl , lib , stdenv , double-conversion , gperftools , mimalloc , rapidjson , liburing , xxHash , abseil-cpp_202111 , gbenchmark , glog , gtest , jemalloc , gcc-unwrapped , autoconf , autoconf-archive , automake , cmake , ninja , boost , libunwind , libtool , openssl }: let pname = \"dragonflydb\"; version = \"0.1.0\"; src = fetchFromGitHub { owner = pname; repo = \"dragonfly\"; rev = \"v${version}\"; hash = \"sha256-P6WMW/n+VezWDXGagT4B+ZYyCp8oufDV6MTrpKpLZcs=\"; fetchSubmodules = true; }; # Needed exactly 5.4.4 for patch to work lua = fetchurl { url = \"https://github.com/lua/lua/archive/refs/tags/v5.4.4.tar.gz\"; hash = \"sha256-L/ibvqIqfIuRDWsAb1ukVZ7c9GiiVTfO35mI7ZD2tFA=\"; }; in stdenv.mkDerivation { inherit pname version src; postPatch = '' mkdir -p ./build/{third_party,_deps} ln -s ${double-conversion.src} ./build/third_party/dconv ln -s ${mimalloc.src} ./build/third_party/mimalloc ln -s ${rapidjson.src} ./build/third_party/rapidjson ln -s ${gbenchmark.src} ./build/_deps/benchmark-src ln -s ${gtest.src} ./build/_deps/gtest-src cp -R --no-preserve=mode,ownership ${gperftools.src} ./build/third_party/gperf cp -R --no-preserve=mode,ownership ${liburing.src} ./build/third_party/uring cp -R --no-preserve=mode,ownership ${xxHash.src} ./build/third_party/xxhash cp -R --no-preserve=mode,ownership ${abseil-cpp_202111.src} ./build/_deps/abseil_cpp-src cp -R --no-preserve=mode,ownership ${glog.src} ./build/_deps/glog-src chmod u+x ./build/third_party/uring/configure cp ./build/third_party/xxhash/cli/xxhsum.{1,c} ./build/third_party/xxhash patch -p1 -d ./build/_deps/glog-src < ${./glog.patch} sed ' s@REPLACEJEMALLOCURL@file://${jemalloc.src}@ s@REPLACELUAURL@file://${lua}@ ' ${./fixes.patch} | patch -p1 ''; nativeBuildInputs = [ autoconf autoconf-archive automake cmake ninja ]; buildInputs = [ boost libunwind libtool openssl ]; cmakeFlags = [ \"-DCMAKE_AR=${gcc-unwrapped}/bin/gcc-ar\" \"-DCMAKE_RANLIB=${gcc-unwrapped}/bin/gcc-ranlib\" ]; ninjaFlags = \"dragonfly\"; doCheck = false; dontUseNinjaInstall = true; installPhase = '' runHook preInstall mkdir -p $out/bin cp ./dragonfly $out/bin runHook postInstall ''; meta = with lib; { description = \"A modern replacement for Redis and Memcached\"; homepage = \"https://dragonflydb.io/\"; license = licenses.bsl11; platforms = platforms.linux; maintainers = with maintainers; [ yureien ]; }; } "} {"_id":"doc-en-nixpkgs-f386cb6df31245b6c1bf938570158616a1feb97c560bf938d67105529d34f041","title":"","text":" diff --git a/helio/cmake/third_party.cmake b/helio/cmake/third_party.cmake index aeb78d9..e9d4e6b 100644 --- a/helio/cmake/third_party.cmake +++ b/helio/cmake/third_party.cmake @@ -143,7 +143,7 @@ endfunction() FetchContent_Declare( gtest - URL https://github.com/google/googletest/archive/release-1.11.0.zip + DOWNLOAD_COMMAND true ) FetchContent_GetProperties(gtest) @@ -154,7 +154,7 @@ endif () FetchContent_Declare( benchmark - URL https://github.com/google/benchmark/archive/v1.6.1.tar.gz + DOWNLOAD_COMMAND true ) FetchContent_GetProperties(benchmark) @@ -169,7 +169,7 @@ endif () FetchContent_Declare( abseil_cpp - URL https://github.com/abseil/abseil-cpp/archive/20211102.0.tar.gz + DOWNLOAD_COMMAND true PATCH_COMMAND patch -p1 < \"${CMAKE_CURRENT_LIST_DIR}/../patches/abseil-20211102.patch\" ) @@ -183,11 +183,7 @@ endif() FetchContent_Declare( glog - GIT_REPOSITORY https://github.com/romange/glog - GIT_TAG Absl - - GIT_PROGRESS TRUE - GIT_SHALLOW TRUE + DOWNLOAD_COMMAND true ) FetchContent_GetProperties(glog) @@ -233,10 +229,7 @@ endif() add_third_party( gperf - URL https://github.com/gperftools/gperftools/archive/gperftools-2.9.1.tar.gz - #GIT_REPOSITORY https://github.com/gperftools/gperftools - #GIT_TAG gperftools-2.9.1 - GIT_SHALLOW TRUE + DOWNLOAD_COMMAND true PATCH_COMMAND autoreconf -i # update runs every time for some reason # CMAKE_PASS_FLAGS \"-DGPERFTOOLS_BUILD_HEAP_PROFILER=OFF -DGPERFTOOLS_BUILD_HEAP_CHECKER=OFF # -DGPERFTOOLS_BUILD_DEBUGALLOC=OFF -DBUILD_TESTING=OFF @@ -260,11 +253,12 @@ else() endif() add_third_party(mimalloc - URL https://github.com/microsoft/mimalloc/archive/refs/tags/v2.0.5.tar.gz + DOWNLOAD_COMMAND true # Add -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-O0 to debug CMAKE_PASS_FLAGS \"-DCMAKE_BUILD_TYPE=Release -DMI_BUILD_SHARED=OFF -DMI_BUILD_TESTS=OFF - -DMI_INSTALL_TOPLEVEL=ON -DMI_OVERRIDE=${MI_OVERRIDE} -DCMAKE_C_FLAGS=-g\" + -DMI_INSTALL_TOPLEVEL=ON -DMI_OVERRIDE=${MI_OVERRIDE} -DCMAKE_C_FLAGS=-g + -DCMAKE_INSTALL_LIBDIR=${THIRD_PARTY_LIB_DIR}/mimalloc/lib\" BUILD_COMMAND make -j4 mimalloc-static INSTALL_COMMAND make install @@ -274,7 +268,7 @@ add_third_party(mimalloc ) add_third_party(jemalloc - URL https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2 + URL REPLACEJEMALLOCURL PATCH_COMMAND ./autogen.sh CONFIGURE_COMMAND /configure --prefix=${THIRD_PARTY_LIB_DIR}/jemalloc --with-jemalloc-prefix=je_ --disable-libdl ) @@ -282,24 +276,23 @@ add_third_party(jemalloc add_third_party( xxhash - URL https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gz + DOWNLOAD_COMMAND true SOURCE_SUBDIR cmake_unofficial - CMAKE_PASS_FLAGS \"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_SHARED_LIBS=OFF\" + CMAKE_PASS_FLAGS \"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_SHARED_LIBS=OFF + -DCMAKE_INSTALL_LIBDIR=${THIRD_PARTY_LIB_DIR}/xxhash/lib\" ) add_third_party( uring - GIT_REPOSITORY https://github.com/axboe/liburing.git - GIT_TAG liburing-2.1 + DOWNLOAD_COMMAND true CONFIGURE_COMMAND /configure --prefix=${THIRD_PARTY_LIB_DIR}/uring BUILD_IN_SOURCE 1 ) add_third_party( rapidjson - GIT_REPOSITORY https://github.com/Tencent/rapidjson.git - GIT_TAG 1a803826f1197b5e30703afe4b9c0e7dd48074f5 + DOWNLOAD_COMMAND true CMAKE_PASS_FLAGS \"-DRAPIDJSON_BUILD_TESTS=OFF -DRAPIDJSON_BUILD_EXAMPLES=OFF -DRAPIDJSON_BUILD_DOC=OFF\" LIB \"none\" diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0dc0824..d5b38b3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ add_third_party( lua - URL https://github.com/lua/lua/archive/refs/tags/v5.4.4.tar.gz + URL REPLACELUAURL PATCH_COMMAND patch -p1 -i \"${CMAKE_SOURCE_DIR}/patches/lua-v5.4.4.patch\" CONFIGURE_COMMAND echo BUILD_IN_SOURCE 1 @@ -11,7 +11,8 @@ add_third_party( add_third_party( dconv - URL https://github.com/google/double-conversion/archive/refs/tags/v3.2.0.tar.gz + DOWNLOAD_COMMAND true + CMAKE_PASS_FLAGS \"-DCMAKE_INSTALL_LIBDIR=${THIRD_PARTY_LIB_DIR}/dconv/lib\" LIB libdouble-conversion.a ) "} {"_id":"doc-en-nixpkgs-459e440fe17958e52c6c5e45f225ebd2289d91e6b454276d4cf4527e9b651bf3","title":"","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index 846b4448..b4900ead 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,7 @@ option (PRINT_UNSYMBOLIZED_STACK_TRACES \"Print file offsets in traces instead of symbolizing\" OFF) option (WITH_CUSTOM_PREFIX \"Enable support for user-generated message prefixes\" ON) option (WITH_GFLAGS \"Use gflags\" ON) +option (WITH_ABSL \"Use absl flags\" OFF) option (WITH_GTEST \"Use Google Test\" ON) option (WITH_PKGCONFIG \"Enable pkg-config support\" ON) option (WITH_SYMBOLIZE \"Enable symbolize module\" ON) @@ -87,6 +88,13 @@ if (WITH_GFLAGS) endif (gflags_FOUND) endif (WITH_GFLAGS) +if (WITH_ABSL) + set (HAVE_ABSL_FLAGS 1) + set (ac_cv_have_abslflags 1) +else (WITH_ABSL) +set (ac_cv_have_abslflags 0) +endif (WITH_ABSL) + find_package (Threads) find_package (Unwind) @@ -1025,7 +1033,7 @@ write_basic_package_version_file ( ${CMAKE_CURRENT_BINARY_DIR}/glog-config-version.cmake COMPATIBILITY SameMajorVersion) -export (TARGETS glog NAMESPACE glog:: FILE glog-targets.cmake) +# export (TARGETS glog NAMESPACE glog:: FILE glog-targets.cmake) export (PACKAGE glog) get_filename_component (_PREFIX \"${CMAKE_INSTALL_PREFIX}\" ABSOLUTE) diff --git a/src/base/commandlineflags.h b/src/base/commandlineflags.h index bcb12dea..1c9d9294 100644 --- a/src/base/commandlineflags.h +++ b/src/base/commandlineflags.h @@ -57,6 +57,25 @@ #include +#else +#ifdef HAVE_ABSL_FLAGS +#include + +#define FLAG(name) absl::GetFlag(FLAGS_##name) + +#define DEFINE_bool(name, value, meaning) + ABSL_FLAG(bool, name, value, meaning) + +#define DEFINE_int32(name, value, meaning) + ABSL_FLAG(GOOGLE_NAMESPACE::int32, name, value, meaning) + +#define DEFINE_uint32(name, value, meaning) + ABSL_FLAG(GOOGLE_NAMESPACE::uint32, name, value, meaning) + +#define DEFINE_string(name, value, meaning) + ABSL_FLAG(std::string, name, value, meaning) + + #else #include @@ -108,6 +127,7 @@ } using fLS::FLAGS_##name +#endif #endif // HAVE_LIB_GFLAGS // Define GLOG_DEFINE_* using DEFINE_* . By using these macros, we diff --git a/src/base/mutex.h b/src/base/mutex.h index e82c597f..a58c1412 100644 --- a/src/base/mutex.h +++ b/src/base/mutex.h @@ -319,11 +319,6 @@ class WriterMutexLock { void operator=(const WriterMutexLock&); }; -// Catch bug where variable name is omitted, e.g. MutexLock (&mu); -#define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) -#define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name) -#define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) - } // namespace MUTEX_NAMESPACE using namespace MUTEX_NAMESPACE; diff --git a/src/config.h.cmake.in b/src/config.h.cmake.in index b225b7ec..a4c58c96 100644 --- a/src/config.h.cmake.in +++ b/src/config.h.cmake.in @@ -34,6 +34,8 @@ /* define if you have google gflags library */ #cmakedefine HAVE_LIB_GFLAGS +#cmakedefine HAVE_ABSL_FLAGS + /* define if you have google gmock library */ #cmakedefine HAVE_LIB_GMOCK diff --git a/src/glog/logging.h.in b/src/glog/logging.h.in index 95a573b1..54cd838f 100644 --- a/src/glog/logging.h.in +++ b/src/glog/logging.h.in @@ -89,6 +89,10 @@ #include #endif +#if @ac_cv_have_abslflags@ +#include +#endif + #if @ac_cv_cxx11_atomic@ && __cplusplus >= 201103L #include #elif defined(GLOG_OS_WINDOWS) @@ -395,6 +399,14 @@ typedef void(*CustomPrefixCallback)(std::ostream& s, const LogMessageInfo& l, vo #undef DECLARE_uint32 #endif +#if @ac_cv_have_abslflags@ +#define DECLARE_VARIABLE 1 +#define DECLARE_bool(name) ABSL_DECLARE_FLAG(bool, name) +#define DECLARE_int32(name) ABSL_DECLARE_FLAG(@ac_google_namespace@::int32, name) +#define DECLARE_uint32(name) ABSL_DECLARE_FLAG(@ac_google_namespace@::uint32, name) +#define DECLARE_string(name) ABSL_DECLARE_FLAG(std::string, name) +#endif + #ifndef DECLARE_VARIABLE #define DECLARE_VARIABLE(type, shorttype, name, tn) namespace fL##shorttype { diff --git a/src/glog/vlog_is_on.h.in b/src/glog/vlog_is_on.h.in index 7526fc34..16e60f46 100644 --- a/src/glog/vlog_is_on.h.in +++ b/src/glog/vlog_is_on.h.in @@ -64,6 +64,14 @@ #include #if defined(__GNUC__) + +#if @ac_cv_have_abslflags@ + extern int32_t absl_proxy_v; + #define VLEVEL (@ac_google_namespace@::absl_proxy_v) +#else + #define VLEVEL (FLAGS_v) +#endif + // We emit an anonymous static int* variable at every VLOG_IS_ON(n) site. // (Normally) the first time every VLOG_IS_ON(n) site is hit, // we determine what variable will dynamically control logging at this site: @@ -74,7 +82,7 @@ __extension__ ({ static @ac_google_namespace@::SiteFlag vlocal__ = {NULL, NULL, 0, NULL}; @ac_google_namespace@::int32 verbose_level__ = (verboselevel); - (vlocal__.level == NULL ? @ac_google_namespace@::InitVLOG3__(&vlocal__, &FLAGS_v, + (vlocal__.level == NULL ? @ac_google_namespace@::InitVLOG3__(&vlocal__, &VLEVEL, __FILE__, verbose_level__) : *vlocal__.level >= verbose_level__); }) #else diff --git a/src/logging.cc b/src/logging.cc index 4028ccc0..fc618d3a 100644 --- a/src/logging.cc +++ b/src/logging.cc @@ -103,7 +103,9 @@ using std::fdopen; #endif // There is no thread annotation support. +#ifndef EXCLUSIVE_LOCKS_REQUIRED #define EXCLUSIVE_LOCKS_REQUIRED(mu) +#endif static bool BoolFromEnv(const char *varname, bool defval) { const char* const valstr = getenv(varname); @@ -351,8 +353,9 @@ static const char* GetAnsiColorCode(GLogColor color) { // Safely get max_log_size, overriding to 1 if it somehow gets defined as 0 static uint32 MaxLogSize() { - return (FLAGS_max_log_size > 0 && FLAGS_max_log_size < 4096 - ? FLAGS_max_log_size + uint32 maxlogsize = FLAG(max_log_size); + return (maxlogsize > 0 && maxlogsize < 4096 + ? maxlogsize : 1); } @@ -721,7 +724,7 @@ inline void LogDestination::SetStderrLogging(LogSeverity min_severity) { // Prevent any subtle race conditions by wrapping a mutex lock around // all this stuff. MutexLock l(&log_mutex); - FLAGS_stderrthreshold = min_severity; + absl::SetFlag(&FLAGS_stderrthreshold, min_severity); } inline void LogDestination::LogToStderr() { @@ -747,8 +750,8 @@ static void ColoredWriteToStderrOrStdout(FILE* output, LogSeverity severity, const char* message, size_t len) { bool is_stdout = (output == stdout); const GLogColor color = (LogDestination::terminal_supports_color() && - ((!is_stdout && FLAGS_colorlogtostderr) || - (is_stdout && FLAGS_colorlogtostdout))) + ((!is_stdout && FLAG(colorlogtostderr)) || + (is_stdout && FLAG(colorlogtostdout)))) ? SeverityToColor(severity) : COLOR_DEFAULT; @@ -789,7 +792,7 @@ static void ColoredWriteToStdout(LogSeverity severity, const char* message, FILE* output = stdout; // We also need to send logs to the stderr when the severity is // higher or equal to the stderr threshold. - if (severity >= FLAGS_stderrthreshold) { + if (severity >= FLAG(stderrthreshold)) { output = stderr; } ColoredWriteToStderrOrStdout(output, severity, message, len); @@ -808,7 +811,7 @@ static void WriteToStderr(const char* message, size_t len) { inline void LogDestination::MaybeLogToStderr(LogSeverity severity, const char* message, size_t message_len, size_t prefix_len) { - if ((severity >= FLAGS_stderrthreshold) || FLAGS_alsologtostderr) { + if ((severity >= FLAG(stderrthreshold)) || FLAG(alsologtostderr)) { ColoredWriteToStderr(severity, message, message_len); #ifdef GLOG_OS_WINDOWS (void) prefix_len; @@ -835,8 +838,8 @@ inline void LogDestination::MaybeLogToStderr(LogSeverity severity, inline void LogDestination::MaybeLogToEmail(LogSeverity severity, const char* message, size_t len) { if (severity >= email_logging_severity_ || - severity >= FLAGS_logemaillevel) { - string to(FLAGS_alsologtoemail); + severity >= FLAG(logemaillevel)) { + string to(FLAG(alsologtoemail)); if (!addresses_.empty()) { if (!to.empty()) { to += \",\"; @@ -862,7 +865,7 @@ inline void LogDestination::MaybeLogToLogfile(LogSeverity severity, time_t timestamp, const char* message, size_t len) { - const bool should_flush = severity > FLAGS_logbuflevel; + const bool should_flush = severity > FLAG(logbuflevel); LogDestination* destination = log_destination(severity); destination->logger_->Write(should_flush, timestamp, message, len); } @@ -871,9 +874,9 @@ inline void LogDestination::LogToAllLogfiles(LogSeverity severity, time_t timestamp, const char* message, size_t len) { - if (FLAGS_logtostdout) { // global flag: never log to file + if (FLAG(logtostdout)) { // global flag: never log to file ColoredWriteToStdout(severity, message, len); - } else if (FLAGS_logtostderr) { // global flag: never log to file + } else if (FLAG(logtostderr)) { // global flag: never log to file ColoredWriteToStderr(severity, message, len); } else { for (int i = severity; i >= 0; --i) { @@ -1032,25 +1035,25 @@ void LogFileObject::FlushUnlocked(){ bytes_since_flush_ = 0; } // Figure out when we are due for another flush. - const int64 next = (FLAGS_logbufsecs + const int64 next = (FLAG(logbufsecs) * static_cast(1000000)); // in usec next_flush_time_ = CycleClock_Now() + UsecToCycles(next); } bool LogFileObject::CreateLogfile(const string& time_pid_string) { string string_filename = base_filename_; - if (FLAGS_timestamp_in_logfile_name) { + if (FLAG(timestamp_in_logfile_name)) { string_filename += time_pid_string; } string_filename += filename_extension_; const char* filename = string_filename.c_str(); //only write to files, create if non-existant. int flags = O_WRONLY | O_CREAT; - if (FLAGS_timestamp_in_logfile_name) { + if (FLAG(timestamp_in_logfile_name)) { //demand that the file is unique for our timestamp (fail if it exists). flags = flags | O_EXCL; } - int fd = open(filename, flags, FLAGS_logfile_mode); + int fd = open(filename, flags, FLAG(logfile_mode)); if (fd == -1) return false; #ifdef HAVE_FCNTL // Mark the file close-on-exec. We don't really care if this fails @@ -1083,7 +1086,7 @@ bool LogFileObject::CreateLogfile(const string& time_pid_string) { file_ = fdopen(fd, \"a\"); // Make a FILE*. if (file_ == NULL) { // Man, we're screwed! close(fd); - if (FLAGS_timestamp_in_logfile_name) { + if (FLAG(timestamp_in_logfile_name)) { unlink(filename); // Erase the half-baked evidence: an unusable log file, only if we just created it. } return false; @@ -1125,8 +1128,8 @@ bool LogFileObject::CreateLogfile(const string& time_pid_string) { // Make an additional link to the log file in a place specified by // FLAGS_log_link, if indicated - if (!FLAGS_log_link.empty()) { - linkpath = FLAGS_log_link + \"/\" + linkname; + if (!FLAG(log_link).empty()) { + linkpath = FLAG(log_link) + \"/\" + linkname; unlink(linkpath.c_str()); // delete old one if it exists if (symlink(filename, linkpath.c_str()) != 0) { // silently ignore failures @@ -1165,7 +1168,7 @@ void LogFileObject::Write(bool force_flush, rollover_attempt_ = 0; struct ::tm tm_time; - if (FLAGS_log_utc_time) { + if (FLAG(log_utc_time)) { gmtime_r(×tamp, &tm_time); } else { localtime_r(×tamp, &tm_time); @@ -1253,14 +1256,14 @@ void LogFileObject::Write(bool force_flush, << ' ' << setw(2) << tm_time.tm_hour << ':' << setw(2) << tm_time.tm_min << ':' - << setw(2) << tm_time.tm_sec << (FLAGS_log_utc_time ? \" UTCn\" : \"n\") + << setw(2) << tm_time.tm_sec << (FLAG(log_utc_time) ? \" UTCn\" : \"n\") << \"Running on machine: \" << LogDestination::hostname() << 'n'; if(!g_application_fingerprint.empty()) { file_header_stream << \"Application fingerprint: \" << g_application_fingerprint << 'n'; } - const char* const date_time_format = FLAGS_log_year_in_prefix + const char* const date_time_format = FLAG(log_year_in_prefix) ? \"yyyymmdd hh:mm:ss.uuuuuu\" : \"mmdd hh:mm:ss.uuuuuu\"; file_header_stream << \"Running duration (h:mm:ss): \" @@ -1284,7 +1287,7 @@ void LogFileObject::Write(bool force_flush, // greater than 4096, thereby indicating an error. errno = 0; fwrite(message, 1, message_len, file_); - if ( FLAGS_stop_logging_if_full_disk && + if ( FLAG(stop_logging_if_full_disk) && errno == ENOSPC ) { // disk full, stop writing to disk stop_writing = true; // until the disk is return; @@ -1307,7 +1310,7 @@ void LogFileObject::Write(bool force_flush, FlushUnlocked(); #ifdef GLOG_OS_LINUX // Only consider files >= 3MiB - if (FLAGS_drop_log_memory && file_length_ >= (3U << 20U)) { + if (FLAG(drop_log_memory) && file_length_ >= (3U << 20U)) { // Don't evict the most recent 1-2MiB so as not to impact a tailer // of the log file and to avoid page rounding issue on linux < 4.7 uint32 total_drop_length = @@ -1348,7 +1351,7 @@ void LogCleaner::Disable() { } void LogCleaner::UpdateCleanUpTime() { - const int64 next = (FLAGS_logcleansecs + const int64 next = (FLAG(logcleansecs) * 1000000); // in usec next_cleanup_time_ = CycleClock_Now() + UsecToCycles(next); } @@ -1664,7 +1667,7 @@ void LogMessage::Init(const char* file, // I20201018 160715 f5d4fbb0 logging.cc:1153] // (log level, GMT year, month, date, time, thread_id, file basename, line) // We exclude the thread_id for the default thread. - if (FLAGS_log_prefix && (line != kNoLogPrefix)) { + if (FLAG(log_prefix) && (line != kNoLogPrefix)) { std::ios saved_fmt(NULL); saved_fmt.copyfmt(stream()); stream().fill('0'); @@ -1672,7 +1675,7 @@ void LogMessage::Init(const char* file, if (custom_prefix_callback == NULL) { #endif stream() << LogSeverityNames[severity][0]; - if (FLAGS_log_year_in_prefix) { + if (FLAG(log_year_in_prefix)) { stream() << setw(4) << 1900 + logmsgtime_.year(); } stream() << setw(2) << 1 + logmsgtime_.month() @@ -1703,11 +1706,11 @@ void LogMessage::Init(const char* file, } data_->num_prefix_chars_ = data_->stream_.pcount(); - if (!FLAGS_log_backtrace_at.empty()) { + if (!FLAG(log_backtrace_at).empty()) { char fileline[128]; snprintf(fileline, sizeof(fileline), \"%s:%d\", data_->basename_, line); #ifdef HAVE_STACKTRACE - if (FLAGS_log_backtrace_at == fileline) { + if (FLAG(log_backtrace_at) == fileline) { string stacktrace; DumpStackTraceToString(&stacktrace); stream() << \" (stacktrace:n\" << stacktrace << \") \"; @@ -1746,7 +1749,7 @@ ostream& LogMessage::stream() { // Flush buffered message, called by the destructor, or any other function // that needs to synchronize the log. void LogMessage::Flush() { - if (data_->has_been_flushed_ || data_->severity_ < FLAGS_minloglevel) { + if (data_->has_been_flushed_ || data_->severity_ < FLAG(minloglevel)) { return; } @@ -1808,7 +1811,7 @@ static char fatal_message[256]; void ReprintFatalMessage() { if (fatal_message[0]) { const size_t n = strlen(fatal_message); - if (!FLAGS_logtostderr) { + if (!FLAG(logtostderr)) { // Also write to stderr (don't color to avoid terminal checks) WriteToStderr(fatal_message, n); } @@ -1837,8 +1840,8 @@ void LogMessage::SendToLog() EXCLUSIVE_LOCKS_REQUIRED(log_mutex) { // global flag: never log to file if set. Also -- don't log to a // file if we haven't parsed the command line flags to get the // program name. - if (FLAGS_logtostderr || FLAGS_logtostdout || !IsGoogleLoggingInitialized()) { - if (FLAGS_logtostdout) { + if (FLAG(logtostderr) || FLAG(logtostdout) || !IsGoogleLoggingInitialized()) { + if (FLAG(logtostdout)) { ColoredWriteToStdout(data_->severity_, data_->message_text_, data_->num_chars_to_log_); } else { @@ -1891,7 +1894,7 @@ void LogMessage::SendToLog() EXCLUSIVE_LOCKS_REQUIRED(log_mutex) { fatal_time = logmsgtime_.timestamp(); } - if (!FLAGS_logtostderr && !FLAGS_logtostdout) { + if (!FLAG(logtostderr) && !FLAG(logtostdout)) { for (int i = 0; i < NUM_SEVERITIES; ++i) { if (LogDestination::log_destinations_[i]) { LogDestination::log_destinations_[i]->logger_->Write(true, 0, \"\", 0); @@ -2238,7 +2241,7 @@ static bool SendEmailInternal(const char*dest, const char *subject, subject, body, dest); } - string logmailer = FLAGS_logmailer; + string logmailer = FLAG(logmailer); if (logmailer.empty()) { logmailer = \"/bin/mail\"; } @@ -2338,9 +2341,9 @@ const vector& GetLoggingDirectories() { if (logging_directories_list == NULL) { logging_directories_list = new vector; - if ( !FLAGS_log_dir.empty() ) { + if ( !FLAG(log_dir).empty() ) { // A dir was specified, we should use it - logging_directories_list->push_back(FLAGS_log_dir); + logging_directories_list->push_back(FLAG(log_dir)); } else { GetTempDirectories(logging_directories_list); #ifdef GLOG_OS_WINDOWS @@ -2654,7 +2657,7 @@ LogMessageTime::LogMessageTime(std::tm t) { LogMessageTime::LogMessageTime(std::time_t timestamp, WallTime now) { std::tm t; - if (FLAGS_log_utc_time) + if (FLAG(log_utc_time)) gmtime_r(×tamp, &t); else localtime_r(×tamp, &t); @@ -2673,7 +2676,7 @@ void LogMessageTime::init(const std::tm& t, std::time_t timestamp, void LogMessageTime::CalcGmtOffset() { std::tm gmt_struct; int isDst = 0; - if ( FLAGS_log_utc_time ) { + if ( FLAG(log_utc_time )) { localtime_r(×tamp_, &gmt_struct); isDst = gmt_struct.tm_isdst; gmt_struct = time_struct_; diff --git a/src/raw_logging.cc b/src/raw_logging.cc index 43159832..8532362b 100644 --- a/src/raw_logging.cc +++ b/src/raw_logging.cc @@ -123,8 +123,8 @@ static char crash_buf[kLogBufSize + 1] = { 0 }; // Will end in '0' GLOG_ATTRIBUTE_FORMAT(printf, 4, 5) void RawLog__(LogSeverity severity, const char* file, int line, const char* format, ...) { - if (!(FLAGS_logtostdout || FLAGS_logtostderr || - severity >= FLAGS_stderrthreshold || FLAGS_alsologtostderr || + if (!(FLAG(logtostdout) || FLAG(logtostderr) || + severity >= FLAG(stderrthreshold) || FLAG(alsologtostderr) || !IsGoogleLoggingInitialized())) { return; // this stderr log message is suppressed } diff --git a/src/utilities.cc b/src/utilities.cc index a332f1a1..a9d5102a 100644 --- a/src/utilities.cc +++ b/src/utilities.cc @@ -141,7 +141,7 @@ static void DumpStackTrace(int skip_count, DebugWriter *writerfn, void *arg) { int depth = GetStackTrace(stack, ARRAYSIZE(stack), skip_count+1); for (int i = 0; i < depth; i++) { #if defined(HAVE_SYMBOLIZE) - if (FLAGS_symbolize_stacktrace) { + if (FLAG(symbolize_stacktrace)) { DumpPCAndSymbol(writerfn, arg, stack[i], \" \"); } else { DumpPC(writerfn, arg, stack[i], \" \"); diff --git a/src/vlog_is_on.cc b/src/vlog_is_on.cc index e478a366..4b7a5cae 100644 --- a/src/vlog_is_on.cc +++ b/src/vlog_is_on.cc @@ -43,14 +43,24 @@ #include #include #include \"base/googleinit.h\" +#include \"config.h\" // glog doesn't have annotation #define ANNOTATE_BENIGN_RACE(address, description) using std::string; +#ifdef HAVE_ABSL_FLAGS + +ABSL_FLAG(int32_t, v, 0, \"Show all VLOG(m) messages for m <= this.\" +\" Overridable by --vmodule.\").OnUpdate([] { + GOOGLE_NAMESPACE::absl_proxy_v = absl::GetFlag(FLAGS_v); + }); + +#else GLOG_DEFINE_int32(v, 0, \"Show all VLOG(m) messages for m <= this.\" \" Overridable by --vmodule.\"); +#endif GLOG_DEFINE_string(vmodule, \"\", \"per-module verbose level.\" \" Argument is a comma-separated list of =.\" @@ -60,6 +70,8 @@ GLOG_DEFINE_string(vmodule, \"\", \"per-module verbose level.\" _START_GOOGLE_NAMESPACE_ +int32_t absl_proxy_v = 0; + namespace glog_internal_namespace_ { // Used by logging_unittests.cc so can't make it static here. @@ -132,7 +144,8 @@ static void VLOG2Initializer() { // Can now parse --vmodule flag and initialize mapping of module-specific // logging levels. inited_vmodule = false; - const char* vmodule = FLAGS_vmodule.c_str(); + string vmodule_str = FLAG(vmodule); + const char* vmodule = vmodule_str.c_str(); const char* sep; VModuleInfo* head = NULL; VModuleInfo* tail = NULL; @@ -164,7 +177,7 @@ static void VLOG2Initializer() { // This can be called very early, so we use SpinLock and RAW_VLOG here. int SetVLOGLevel(const char* module_pattern, int log_level) { - int result = FLAGS_v; + int result = FLAG(v); size_t const pattern_len = strlen(module_pattern); bool found = false; { "} {"_id":"doc-en-nixpkgs-79e7c56f2d7799779767066bdeb8e354b2d47f347083227a4b0248515e4cd2fa","title":"","text":"dr14_tmeter = callPackage ../applications/audio/dr14_tmeter { }; dragonflydb = callPackage ../servers/nosql/dragonflydb { }; dragonfly-reverb = callPackage ../applications/audio/dragonfly-reverb { }; drawing = callPackage ../applications/graphics/drawing { };"} {"_id":"doc-en-nixpkgs-bd9b4dbc87a1fbc8bb27f578e974e2f6313b30d983cdf6442a9af06b8165b2ac","title":"","text":" diff --git a/lib/CatalystX/Script/Server/Starman.pm b/lib/CatalystX/Script/Server/Starman.pm index 670bd74..7b3bd2e 100644 --- a/lib/CatalystX/Script/Server/Starman.pm +++ b/lib/CatalystX/Script/Server/Starman.pm @@ -9,7 +9,7 @@ our $VERSION = '0.02'; extends 'Catalyst::Script::Server'; -has '+fork' => ( default => 1, init_arg => undef ); +has '+fork' => ( default => 1 ); has [qw/ keepalive restart restart_delay restart_regex restart_directory/] => ( init_arg => undef, is => 'ro' ); @@ -70,7 +70,7 @@ CatalystX::Script::Server::Starman - Replace the development server with Starman -d --debug force debug mode -f --fork handle each request in a new process - (defaults to false) + (defaults to true) -? --help display this help and exits -h --host host (defaults to all) -p --port port (defaults to 3000) "} {"_id":"doc-en-nixpkgs-de28d61cd784fb4910f9ebbf3d98dd3985eb316978d6e2e1f22ff36252327473","title":"","text":"url = mirror://cpan/authors/id/A/AB/ABRAXXA/CatalystX-Script-Server-Starman-0.02.tar.gz; sha256 = \"0h02mpkc4cmi3jpvcd7iw7xyzx55bqvvl1qkf967gqkvpklm0qx5\"; }; patches = [ # See Nixpkgs issues #16074 and #17624 ../development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch ]; buildInputs = [ TestWWWMechanizeCatalyst ]; propagatedBuildInputs = [ CatalystRuntime Moose namespaceautoclean Starman ]; meta = {"} {"_id":"doc-en-nixpkgs-d65d1eeb9d8061523b21afdd75ddd8c3053f65b2bb54e4ade1c7ec4085b6fcf2","title":"","text":" --- sbsigntools/configure.ac\t2018-09-25 10:30:00.878766256 -0500 +++ configure.ac.new\t2018-09-25 10:34:56.231277375 -0500 @@ -71,15 +71,16 @@ diff --git a/configure.ac b/configure.ac index 4ffb68f..d8a8265 100644 --- a/configure.ac +++ b/configure.ac @@ -71,15 +71,16 @@ AM_CONDITIONAL(TEST_BINARY_FORMAT, [ test \"$EFI_ARCH\" = \"arm\" -o \"$EFI_ARCH\" = \" # no consistent view of where gnu-efi should dump the efi stuff, so find it ## for path in /lib /lib64 /usr/lib /usr/lib64 /usr/lib32 /lib/efi /lib64/efi /usr/lib/efi /usr/lib64/efi; do for path in /lib /lib64 /usr/lib /usr/lib64 /usr/lib32 /lib/efi /lib64/efi /usr/lib/efi /usr/lib64/efi /usr/lib/gnuefi /usr/lib64/gnuefi ; do - if test -e $path/crt0-efi-$EFI_ARCH.o; then - CRTPATH=$path + if test -e @@NIX_GNUEFI@@/$path/crt0-efi-$EFI_ARCH.o; then"} {"_id":"doc-en-nixpkgs-c9854ed1333aa2d4f7cdd426716dbbf00c5ebc0d3639bad81c3909050c28304b","title":"","text":"-DEFI_FUNCTION_WRAPPER\" CPPFLAGS_save=\"$CPPFLAGS\" CPPFLAGS=\"$CPPFLAGS $EFI_CPPFLAGS\" @@ -90,5 +91,5 @@ @@ -90,5 +91,5 @@ AC_SUBST(EFI_ARCH, $EFI_ARCH) AC_SUBST(CRTPATH, $CRTPATH) AC_CONFIG_FILES([Makefile src/Makefile lib/ccan/Makefile]"} {"_id":"doc-en-nixpkgs-6ae798ff13286250bf1756a3d9a25da1029d4a50ce3d6402e980c7198ac26567","title":"","text":", openssl, libuuid, gnu-efi, libbfd }: stdenv.mkDerivation { stdenv.mkDerivation rec { pname = \"sbsigntool\"; version = \"0.9.1\"; version = \"0.9.4\"; src = fetchgit { url = \"https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git\"; rev = \"v0.9.1\"; sha256 = \"098gxmhjn8acxjw5bq59wq4xhgkpx1xn8kjvxwdzpqkwq9ivrsbp\"; rev = \"v${version}\"; sha256 = \"sha256-dbjdA+hjII/k7wABTTJV5RBdy4KlNkFlBWEaX4zn5vg=\"; }; patches = [ ./autoconf.patch ];"} {"_id":"doc-en-nixpkgs-45db77780165209dc19669e4485bb6961e016b7b8193049bd71831eb3629155f","title":"","text":"meta = with lib; { description = \"Tools for maintaining UEFI signature databases\"; homepage = \"http://jk.ozlabs.org/docs/sbkeysync-maintaing-uefi-key-databases\"; maintainers = [ maintainers.tstrobel ]; maintainers = with maintainers; [ hmenke tstrobel ]; platforms = [ \"x86_64-linux\" ]; # Broken on i686 license = licenses.gpl3; };"} {"_id":"doc-en-nixpkgs-c54de1e50861a44f11e4a5b3fc15745590a6f7c8af67e44742cbd2a50a4a44be","title":"","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":"doc-en-nixpkgs-cdc391b20ae28874ecb026bd506db7c433c7050b72e6d8175fcb7b3c9ded1d5b","title":"","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":"doc-en-nixpkgs-572a821e6583d138801b6c99c0bb666a2e26d70c0ddd1cc63773d54613b88632","title":"","text":" { lib , stdenv , fetchFromGitHub , dbus , fpc , getopt , glib , lazarus , libX11 , libqt5pas , wrapQtAppsHook }: stdenv.mkDerivation rec { pname = \"doublecmd\"; version = \"1.0.6\"; src = fetchFromGitHub { owner = \"doublecmd\"; repo = \"doublecmd\"; rev = \"v${version}\"; hash = \"sha256-aEWu/bRVOwjK6QTWsMntRYwAfjuwo9SNuH4qkQn0mOY=\"; }; nativeBuildInputs = [ fpc getopt lazarus wrapQtAppsHook ]; buildInputs = [ dbus glib libX11 libqt5pas ]; NIX_LDFLAGS = \"--as-needed -rpath ${lib.makeLibraryPath buildInputs}\"; postPatch = '' patchShebangs build.sh install/linux/install.sh substituteInPlace build.sh --replace '$(which lazbuild)' '\"${lazarus}/bin/lazbuild --lazarusdir=${lazarus}/share/lazarus\"' substituteInPlace install/linux/install.sh --replace '$DC_INSTALL_PREFIX/usr' '$DC_INSTALL_PREFIX' ''; buildPhase = '' runHook preBuild export HOME=$(mktemp -d) ./build.sh release qt5 runHook postBuild ''; installPhase = '' runHook preInstall install/linux/install.sh -I $out runHook postInstall ''; meta = with lib; { homepage = \"https://doublecmd.sourceforge.io/\"; description = \"Two-panel graphical file manager written in Pascal\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = with platforms; linux; }; } # TODO: deal with other platforms too "} {"_id":"doc-en-nixpkgs-201fdfb1aa074911de0ed5a0ef03698c8b2729e636082c63761a4971897fa456","title":"","text":"clifm = callPackage ../applications/file-managers/clifm { }; doublecmd = callPackage ../applications/file-managers/doublecmd { inherit (qt5) wrapQtAppsHook; }; joshuto = callPackage ../applications/file-managers/joshuto { inherit (darwin.apple_sdk.frameworks) SystemConfiguration Foundation; };"} {"_id":"doc-en-nixpkgs-b1a0a3ee9116a9cd82079e0fe044c4f2869b3caeabc7c76e75ff80f82b483aeb","title":"","text":"/* NOTE: fetchgit has one problem: git fetch only works for refs. This is because fetching arbitrary (maybe dangling) commits may be a security risk This is because fetching arbitrary (maybe dangling) commits creates garbage collection risks and checking whether a commit belongs to a ref is expensive. This may change in the future when some caching is added to git (?) Usually refs are either tags (refs/tags/*) or branches (refs/heads/*)"} {"_id":"doc-en-nixpkgs-d922a0ad4c3e3e413c96c3038c1c868dd1964f0d4a440496d7970b6e2602dcb5","title":"","text":"interpreter = ( poetry2nix.mkPoetryPackages { projectDir = ./.; python = pkgs.python39; overrides = [ poetry2nix.defaultPoetryOverrides (import ./poetry-git-overlay.nix { inherit pkgs; })"} {"_id":"doc-en-nixpkgs-2c0294e4096376593afcfd6a604ada84e154ff1ef3b22f84599a814583875716","title":"","text":"[[package]] name = \"boto3\" version = \"1.24.6\" version = \"1.24.16\" description = \"The AWS SDK for Python\" category = \"main\" optional = false python-versions = \">= 3.7\" [package.dependencies] botocore = \">=1.27.6,<1.28.0\" botocore = \">=1.27.16,<1.28.0\" jmespath = \">=0.7.1,<2.0.0\" s3transfer = \">=0.6.0,<0.7.0\""} {"_id":"doc-en-nixpkgs-31cd1bf0cec4dcdd0c15136bac91aa6fd3f1a6e515c67d49d8509ab90f008fd7","title":"","text":"[[package]] name = \"botocore\" version = \"1.27.6\" version = \"1.27.16\" description = \"Low-level, data-driven core of boto 3.\" category = \"main\" optional = false"} {"_id":"doc-en-nixpkgs-1187480b630702403191ead18c3d1acb411ad524416287bcd108c934cba8546b","title":"","text":"[[package]] name = \"certifi\" version = \"2022.5.18.1\" version = \"2022.6.15\" description = \"Python package for providing Mozilla's CA Bundle.\" category = \"main\" optional = false"} {"_id":"doc-en-nixpkgs-d1de716986857dd5e034859b7027aaf805d8274d236aba1fbd7b1e3d6bf88055","title":"","text":"[[package]] name = \"jmespath\" version = \"1.0.0\" version = \"1.0.1\" description = \"JSON Matching Expressions\" category = \"main\" optional = false"} {"_id":"doc-en-nixpkgs-0e8f9662bb391b687b71c84f75da3cc5e1d8b1b429b4faa983fe03021ba6e897","title":"","text":"[metadata] lock-version = \"1.1\" python-versions = \"^3.8\" content-hash = \"57d7c155ae4259912291b1315f9c2fd6c918fad9ef54d1e8011f800b649f9647\" python-versions = \"^3.9\" content-hash = \"781bb4378f4491b427372322c3ec71131ed7a28e0a166e0bc43969b016b5d926\" [metadata.files] apache-libcloud = ["} {"_id":"doc-en-nixpkgs-d82f07944f1cb70377bec41714cc85943895b11c5613a4ab60a374c1e222fe95","title":"","text":"{file = \"boto-2.49.0.tar.gz\", hash = \"sha256:ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a\"}, ] boto3 = [ {file = \"boto3-1.24.6-py3-none-any.whl\", hash = \"sha256:1c13d555172cf88eb645af2429e4a7f42be85e365d6ffc110c952a556d3f8808\"}, {file = \"boto3-1.24.6.tar.gz\", hash = \"sha256:4af6a8bc5110b5f9d2fbd00a3c110e4c4cc36fae78d05afa354831f5789e363b\"}, {file = \"boto3-1.24.16-py3-none-any.whl\", hash = \"sha256:2c6f7e4103d41ca07d6b934a6612e4b9a2666eae36e8289f88726868534b8de2\"}, {file = \"boto3-1.24.16.tar.gz\", hash = \"sha256:422c000ff2ee5226e89fe427a9c4c09db095d69c179a3bcc3cfba37cbc5e787e\"}, ] botocore = [ {file = \"botocore-1.27.6-py3-none-any.whl\", hash = \"sha256:eeebe304161db6828413dc358ea80ece52f4ddbc8ecde4dd58978d5861a09293\"}, {file = \"botocore-1.27.6.tar.gz\", hash = \"sha256:97c909a6ec5ad421573c18ae67fc6ea4232502cd30cffaf03bfcb584d9df652d\"}, {file = \"botocore-1.27.16-py3-none-any.whl\", hash = \"sha256:f117d59899d21beeb200130d7af2090a8112d702a06e2c2794ef576bcea36773\"}, {file = \"botocore-1.27.16.tar.gz\", hash = \"sha256:b3b9710902f675a11f5bfd46afda770150530876ae6541d099584462bf949fd1\"}, ] certifi = [ {file = \"certifi-2022.5.18.1-py3-none-any.whl\", hash = \"sha256:f1d53542ee8cbedbe2118b5686372fb33c297fcd6379b050cca0ef13a597382a\"}, {file = \"certifi-2022.5.18.1.tar.gz\", hash = \"sha256:9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7\"}, {file = \"certifi-2022.6.15-py3-none-any.whl\", hash = \"sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412\"}, {file = \"certifi-2022.6.15.tar.gz\", hash = \"sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d\"}, ] cffi = [ {file = \"cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl\", hash = \"sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962\"},"} {"_id":"doc-en-nixpkgs-90c467274f4ea45c5adedcd5f1d4df80895dc7af5004d27d82537db1da05fde5","title":"","text":"{file = \"idna-3.3.tar.gz\", hash = \"sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d\"}, ] jmespath = [ {file = \"jmespath-1.0.0-py3-none-any.whl\", hash = \"sha256:e8dcd576ed616f14ec02eed0005c85973b5890083313860136657e24784e4c04\"}, {file = \"jmespath-1.0.0.tar.gz\", hash = \"sha256:a490e280edd1f57d6de88636992d05b71e97d69a26a19f058ecf7d304474bf5e\"}, {file = \"jmespath-1.0.1-py3-none-any.whl\", hash = \"sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980\"}, {file = \"jmespath-1.0.1.tar.gz\", hash = \"sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe\"}, ] jsonpickle = [ {file = \"jsonpickle-2.2.0-py2.py3-none-any.whl\", hash = \"sha256:de7f2613818aa4f234138ca11243d6359ff83ae528b2185efdd474f62bcf9ae1\"},"} {"_id":"doc-en-nixpkgs-4b471ce33f4e87cd7fc691c4decb1594b7d6ba352f3e7e4734b919fcf3ea45c9","title":"","text":"authors = [\"Adam Hoese \"] [tool.poetry.dependencies] python = \"^3.8\" python = \"^3.9\" nixops = {git = \"https://github.com/NixOS/nixops.git\"} nixops-aws = {git = \"https://github.com/NixOS/nixops-aws.git\"} nixops-digitalocean = {git = \"https://github.com/nix-community/nixops-digitalocean.git\"}"} {"_id":"doc-en-nixpkgs-ccc72225153d72058693e8a117fcad6ac6c68e2c06becad782d3870084c2679e","title":"","text":"pkgs.poetry2nix.cli pkgs.pkg-config pkgs.libvirt pkgs.poetry pkgs.python39Packages.poetry ]; }"} {"_id":"doc-en-nixpkgs-a935899bbee0f65ffd0afc53f2a76052b32d3dceb20cc8f7301bf34db86a1298","title":"","text":" { lib , stdenv , fetchFromGitHub , cmake , makeWrapper , libX11 , libXrandr , linuxPackages }: stdenv.mkDerivation rec { pname = \"libvibrant\"; version = \"2100c09\"; src = fetchFromGitHub { owner = \"libvibrant\"; repo = \"libvibrant\"; rev = version; hash = \"sha256-nVODwP/PQgYBTHnSplgrkdNOLsF7N+vZ8iPL7gArVNY=\"; }; buildInputs = [ libX11 libXrandr linuxPackages.nvidia_x11.settings.libXNVCtrl ]; nativeBuildInputs = [ cmake makeWrapper ]; meta = with lib; { description = \"A simple library to adjust color saturation of X11 outputs\"; homepage = \"https://github.com/libvibrant/libvibrant\"; license = licenses.mit; platforms = platforms.linux; mainProgram = \"vibrant-cli\"; }; } "} {"_id":"doc-en-nixpkgs-9ff0648c1ee963104f2a655fee984d33b5a7524d68fec617c78929ed6d1cc707","title":"","text":" { lib , stdenv , fetchFromGitHub , qt5 , makeWrapper , libvibrant , libX11 , libXrandr , libxcb , linuxPackages }: stdenv.mkDerivation rec { pname = \"vibrantLinux\"; version = \"2.1.10\"; src = fetchFromGitHub { owner = \"libvibrant\"; repo = \"vibrantLinux\"; rev = version; hash = \"sha256-rvJiVId6221hTrfEIvVO9HTMhaZ6KY44Bu3a5MinPHI=\"; }; nativeBuildInputs = [ makeWrapper ] ++ (with qt5; [ qmake wrapQtAppsHook ]); buildInputs = [ libX11 libXrandr libxcb libvibrant linuxPackages.nvidia_x11.settings.libXNVCtrl ] ++ (with qt5; [ qtbase qttools ]); postPatch = '' substituteInPlace vibrantLinux.pro --replace '$$(PREFIX)' '$$PREFIX' ''; meta = with lib; { description = \"A tool to automate managing your screen's saturation depending on what programs are running\"; homepage = \"https://github.com/libvibrant/vibrantLinux\"; license = licenses.mit; maintainers = with maintainers; [ unclamped ]; platforms = platforms.linux; mainProgram = \"vibrantLinux\"; }; } "} {"_id":"doc-en-nixpkgs-f3f8d608ad480cfdc90ea8eb964aadfad644f69e1dc43fee2833084ee830dbba","title":"","text":"owner = \"kanboard\"; repo = \"kanboard\"; rev = \"v${version}\"; sha256 = \"sha256-pLxCm+T9jdn0FFqbTFe1tsIPTaVTT+QDeLHDxrbpGBg=\"; sha256 = \"sha256-WG2lTPpRG9KQpRdb+cS7CqF4ZDV7JZ8XtNqAI6eVzm0=\"; }; dontBuild = true;"} {"_id":"doc-en-nixpkgs-8d25e90d6b3fe3507e34ed1e421884bd0554da033442bb08f4639184d9b232b7","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"rustup\"; version = \"1.24.3\"; version = \"1.25.1\"; src = fetchFromGitHub { owner = \"rust-lang\"; repo = \"rustup\"; rev = version; sha256 = \"sha256-JpOOFwlTgwwBCrXOGYskFTgS6RZ7mHQJGT0jnHavxvI=\"; sha256 = \"sha256-zCr8xu0j/pBsdJEAYTCGrEouA8QumBnyhM4YLFZJqZI=\"; }; cargoSha256 = \"sha256-hAfGpKaWD94IxFFpnW9XwQp4P9clUX6mmekwodCK0Ag=\"; cargoSha256 = \"sha256-FDVZn2PjqxovQmmandJICkidurhoXCAxo3bibuxQSMY=\"; nativeBuildInputs = [ makeWrapper pkg-config ];"} {"_id":"doc-en-nixpkgs-1eab3d6de1858137e0e8d1456f9bf4671ea25ee831e16c457dcf9143d4303fbf","title":"","text":"objectClass: organizationalUnit ou: users ''; ldapClientConfig = { enable = true; loginPam = false; nsswitch = false; server = \"ldap://\"; base = \"dc=example\"; }; testScript = '' machine.wait_for_unit(\"openldap.service\") machine.succeed( 'ldapsearch -LLL -D \"cn=root,dc=example\" -w notapassword -b \"dc=example\"', 'ldapsearch -LLL -D \"cn=root,dc=example\" -w notapassword', ) ''; in {"} {"_id":"doc-en-nixpkgs-3996d3e0a909101b373ed995004d9900f27cc3f005d33ba640010cacd5f04a16","title":"","text":"}; declarativeContents.\"dc=example\" = dbContents; }; users.ldap = ldapClientConfig; }; }) { inherit pkgs system; };"} {"_id":"doc-en-nixpkgs-eca36e820ef60a92fd0ebe556059dd25b79202dd98a111fccbe2bd836aaf4a58","title":"","text":"rootpw = \"notapassword\"; declarativeContents.\"dc=example\" = dbContents; }; users.ldap = ldapClientConfig; }; }) { inherit system pkgs; };"} {"_id":"doc-en-nixpkgs-4a0bdce7d2c1fea547aa41aa4e3bd4fb9e73e89fb0042c21372451186972e4e6","title":"","text":"enable = true; configDir = \"/var/db/slapd.d\"; }; users.ldap = ldapClientConfig; }; testScript = let"} {"_id":"doc-en-nixpkgs-c40c1ebd95670f7fc1a4bd03c20bd2b90e4b70deeeec51d6c2e57ddafe70fa9e","title":"","text":"\"CC=${stdenv.cc.targetPrefix}cc\" \"STRIP=\" # Disable install stripping as it breaks cross-compiling. We strip binaries anyway in fixupPhase. \"prefix=${placeholder \"out\"}\" \"sysconfdir=${placeholder \"out\"}/etc\" \"sysconfdir=/etc\" \"systemdsystemunitdir=${placeholder \"out\"}/lib/systemd/system\" # contrib modules require these \"moduledir=${placeholder \"out\"}/lib/modules\""} {"_id":"doc-en-nixpkgs-24ac20005efacbeae272bcf91865c774a6db5bf2547c14789cd320c2f175bdf9","title":"","text":"installFlags = [ \"prefix=${placeholder \"out\"}\" \"sysconfdir=${placeholder \"out\"}/etc\" \"moduledir=${placeholder \"out\"}/lib/modules\" \"INSTALL=install\" ];"} {"_id":"doc-en-nixpkgs-60802a70e32baa902dbe594c4e3ff5acbad775c917268b0c8e381b40385c3293","title":"","text":"in buildGoModule rec { pname = \"minio\"; version = \"2022-05-08T23-50-31Z\"; version = \"2022-07-17T15-43-14Z\"; src = fetchFromGitHub { owner = \"minio\"; repo = \"minio\"; rev = \"RELEASE.${version}\"; sha256 = \"sha256-Ssuqk/ax6MWdXtbJqWeTTtsIiTK4FmYSR5rOqxh+IaU=\"; sha256 = \"sha256-hQ52fL4Z3RHthHaJXCkKpbebWpq8MxHo4BziokTuJA4=\"; }; vendorSha256 = \"sha256-JoI3B3rDzlY0lDHF3rjrzv8/Rq+XCFRs35bWVZqfAKA=\"; vendorSha256 = \"sha256-u36oHqIxMD3HRio9A3tUt6FO1DtAcQDiC/O54ByeNyg=\"; doCheck = false;"} {"_id":"doc-en-nixpkgs-198dc50cc5e5bc0d29d9a6b02ce32ee980aacd84766d8f14a96fb3b5877d8d39","title":"","text":" { lib, stdenv, fetchFromGitHub, makeDesktopItem, makeWrapper, ant, jdk, jre, gtk2, glib, xorg, Cocoa }: { lib, stdenv, fetchFromGitHub, makeDesktopItem, makeWrapper, wrapGAppsHook, ant, jdk, jre, gtk2, glib, xorg, Cocoa }: let _version = \"2.10.2\";"} {"_id":"doc-en-nixpkgs-15f646787204439338fe306b0e39f55ac496c62f6ed7c5765dbedd7537d8c0b3","title":"","text":"pname = \"jameica\"; inherit version; nativeBuildInputs = [ ant jdk makeWrapper ]; nativeBuildInputs = [ ant jdk wrapGAppsHook makeWrapper ]; buildInputs = lib.optionals stdenv.isLinux [ gtk2 glib xorg.libXtst ] ++ lib.optional stdenv.isDarwin Cocoa;"} {"_id":"doc-en-nixpkgs-5d1ad51599a70e8337e6cbdc50a06f42a8e532929dc065acc5c8710d6dcf2ee4","title":"","text":"sha256 = \"1x9sybknzsfxp9z0pvw9dx80732ynyap57y03p7xwwjbcrnjla57\"; }; dontWrapGApps = true; # there is also a build.gradle, but it only seems to be used to vendor 3rd party libraries # and is not able to build the application itself buildPhase = ''"} {"_id":"doc-en-nixpkgs-077a575a6a8936c8600f9f3ad5e534fa94d071517b2c79bd859e96e634e167a1","title":"","text":"install -Dm644 plugin.xml $out/share/java/ install -Dm644 build/jameica-icon.png $out/share/pixmaps/jameica.png cp ${desktopItem}/share/applications/* $out/share/applications/ ''; postFixup = '' makeWrapper ${jre}/bin/java $out/bin/jameica --add-flags \"-cp $out/share/java/jameica.jar:$out/share/jameica-${version}/* ${ lib.optionalString stdenv.isDarwin ''-Xdock:name=\"Jameica\" -XstartOnFirstThread'' } de.willuhn.jameica.Main\" --prefix LD_LIBRARY_PATH : ${lib.escapeShellArg (lib.makeLibraryPath buildInputs)} --chdir \"$out/share/java/\" --chdir \"$out/share/java/\" \"''${gappsWrapperArgs[@]}\" ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-868d85d9804b92c3c2a7898a040d2a2a8cb1a5750b0b3acfab7a80e84adaa904","title":"","text":"''; sourceProvenance = with sourceTypes; [ fromSource binaryBytecode # source bundles dependencies as jars binaryBytecode # source bundles dependencies as jars ]; license = licenses.gpl2Plus; platforms = [ \"x86_64-linux\" \"i686-linux\" \"x86_64-darwin\" ];"} {"_id":"doc-en-nixpkgs-67e6cb5132b8402b2ecbb2258f4b0752e8c39d62729e59fe98e8b9c312131228","title":"","text":"stdenv.mkDerivation rec { pname = \"tutanota-desktop\"; version = \"3.95.4\"; version = \"3.98.15\"; 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 = \"0kkkp0nw4fby4663w7g0k2y1sg89pm336slzii1s3n70h8cak3dx\"; sha256 = \"sha256-yuSFDLQ7ckuZYuXREbW0VvMapzO2VhVIH1Ccr1uQHmo=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-aefdc07e9672d5ca2d0f3caaf3acd5c41dea42019cf833fac0c982fddcb793a8","title":"","text":"{ lib, appimageTools, fetchurl, nodePackages }: let pname = \"flexoptix-app\"; version = \"5.11.0\"; name = \"${pname}-${version}\"; version = \"5.12.1\"; src = fetchurl { name = \"${name}.AppImage\"; name = \"${pname}-${version}.AppImage\"; url = \"https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${version}.AppImage\"; hash = \"sha256-Nj6S53b4w84qppkGB7lMpJhJlxifaD4acPryuZxY7cM=\"; hash = \"sha256-ugnJcSFgEEPJ9qxqmRGgW1fraE4E/HbbxpK/00TXPmw=\"; }; udevRules = fetchurl {"} {"_id":"doc-en-nixpkgs-e5929bca2b99a6eb707aa6763b4bcffa9feb2bc615e234cbb28da0f5dd2fd053","title":"","text":"hash = \"sha256-OZe5dV50xq99olImbo7JQxPjRd7hGyBIVwFvtR9cIVc=\"; }; appimageContents = (appimageTools.extract { inherit name src; }).overrideAttrs (oA: { appimageContents = (appimageTools.extract { inherit pname version src; }).overrideAttrs (oA: { buildCommand = '' ${oA.buildCommand}"} {"_id":"doc-en-nixpkgs-8b5aad8cd5aa55e79ee2ea7e3e487a49b3eb5be73613d86fae2a7a7de80786cd","title":"","text":"}); in appimageTools.wrapAppImage { inherit name; inherit pname version; src = appimageContents; multiPkgs = null; # no 32bit needed"} {"_id":"doc-en-nixpkgs-dbef09c628af940e5f87a7f9c27610c132e7005632961b7d86614a5d2e5511e5","title":"","text":"extraInstallCommands = '' # Add desktop convencience stuff mv $out/bin/{${name},${pname}} mv $out/bin/{${pname}-*,${pname}} install -Dm444 ${appimageContents}/flexoptix-app.desktop -t $out/share/applications install -Dm444 ${appimageContents}/flexoptix-app.png -t $out/share/pixmaps substituteInPlace $out/share/applications/flexoptix-app.desktop "} {"_id":"doc-en-nixpkgs-e9e2a37969a8066014d1bf4360059b13d762afe3bc2c0c4b4a81607cecf2ca23","title":"","text":" { lib, stdenv { lib , stdenv , fetchFromGitHub , fetchpatch , pkg-config , cmake , zlib"} {"_id":"doc-en-nixpkgs-5c33693098be9ceb568c84fea1fb3937b5e8d80120921569f608ef0471a47c2c","title":"","text":"hash = \"sha256-pqj1LwRdOK2CUu3hYIsogQIXxWzShDuKEbDTbtWkgnQ=\"; }; patches = lib.optionals stdenv.isDarwin [ # https://github.com/libproxy/libproxy/pull/189 (fetchpatch { url = \"https://github.com/libproxy/libproxy/commit/4331b9db427ce2c25ff5eeb597bec4bc35ed1a0b.patch\"; sha256 = \"sha256-uTh3rYVvEke1iWVHsT3Zj2H1F+gyLrffcmyt0JEKaCA=\"; }) ]; outputs = [ \"out\" \"dev\" \"py3\" ]; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-1bc5e2437cbb3f521a9f5e98e9b2622ef289347cf927be19cb9b46fc23635378","title":"","text":" { lib, buildGoModule, fetchFromGitHub, installShellFiles, git, testers, git-town, makeWrapper }: { lib, buildGoModule, fetchFromGitHub, fetchpatch, installShellFiles, git, testers, git-town, makeWrapper }: buildGoModule rec { pname = \"git-town\"; version = \"7.7.0\"; version = \"7.8.0\"; src = fetchFromGitHub { owner = \"git-town\"; repo = \"git-town\"; rev = \"v${version}\"; sha256 = \"sha256-FpBEBx2gb33fGDndvZmvG1A61NoJ4Qy4V3YQSb+Ugsc=\"; sha256 = \"sha256-g9ooMIMN8DN2FcWYkDC1hICCleQYdHf30PYMCit/NMI=\"; }; patches = [ # Fix \"go vet\" when building using Go 1.18. (fetchpatch { name = \"fix-go-vet-in-go-1.18.patch\"; url = \"https://github.com/git-town/git-town/commit/23eb0aca7b28c6a0afc21db553aa0e35d35891aa.patch\"; sha256 = \"sha256-EyfhKVrQxRJNrYqaZI04dJogaXs1J+bbOIu7p8g2Clc=\"; }) ]; vendorSha256 = null; nativeBuildInputs = [ installShellFiles makeWrapper ];"} {"_id":"doc-en-nixpkgs-f58de15719725641354faa34f1001c762662f114fedbc0644e5b26437575cdf4","title":"","text":"outputs = [ \"out\" \"udev\" ]; nativeBuildInputs = [ wrapGAppsHook gdk-pixbuf ]; buildInputs = [ libappindicator librsvg ]; nativeBuildInputs = [ gdk-pixbuf gobject-introspection wrapGAppsHook ]; buildInputs = [ libappindicator librsvg ]; propagatedBuildInputs = with python3Packages; [ evdev gobject-introspection gtk3 psutil pygobject3"} {"_id":"doc-en-nixpkgs-c56c383faf22441e6e05a8dad520eb2268ddd383844c1674e9b056329393f6a4","title":"","text":"install -Dm444 -t $udev/etc/udev/rules.d rules.d-uinput/*.rules ''; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=(\"''${gappsWrapperArgs[@]}\") ''; # no tests doCheck = false; pythonImportsCheck = [ \"solaar\" ]; meta = with lib; { description = \"Linux devices manager for the Logitech Unifying Receiver\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-d5aeebe6c4489a7116b05ccf74fb3abb81b6152f9910afe7b647c7287d3caef1","title":"","text":"MOUSE_PS2_VMMOUSE = yes; MTRR_SANITIZER = yes; NET_FC = yes; # Fibre Channel driver support # Needed for touchpads to work on some AMD laptops PINCTRL_AMD = whenAtLeast \"5.19\" yes; # GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks PINCTRL_BAYTRAIL = yes; # GPIO for Braswell and Cherryview devices"} {"_id":"doc-en-nixpkgs-3cbca81993873c14c7572df773c24b72ae3fbded06b430682e44312b78e0015f","title":"","text":"outputFile = \"languages-frameworks/idris.xml\"; } + toDocbook { inputFile = ../pkgs/development/node-packages/README.md; outputFile = \"languages-frameworks/node.xml\"; } + toDocbook { inputFile = ../pkgs/development/r-modules/README.md; outputFile = \"languages-frameworks/r.xml\"; }"} {"_id":"doc-en-nixpkgs-0cbda1e3cae44e6866e734a3a3d78f31fd8b5c065cb33480063f01985617249f","title":"","text":" "} {"_id":"doc-en-nixpkgs-0b3c2d76ebe906ff7c5ebc3c88d42c811e76f2e6e3b5e81a31cacdf4fc405e30","title":"","text":" NPM packages =========== Node.js packages =============== To add a package from [NPM](https://www.npmjs.com/) to nixpkgs: 1. Install node2nix: `nix-env -f '' -iA node2nix`. 2. Modify `pkgs/development/node-packages/node-packages.json`, to add, update, or remove package entries."} {"_id":"doc-en-nixpkgs-9e05da579d570893104efcea89ddcc3f369860c95b1aca15c7dff86a65ecd7b6","title":"","text":" { lib, stdenv, fetchFromGitHub, cmake, darwin, python3 }: { lib, stdenv, fetchFromGitHub, cmake, python3, autoSignDarwinBinariesHook, cctools }: # Like many google projects, shaderc doesn't gracefully support separately compiled dependencies, so we can't easily use # the versions of glslang and spirv-tools used by vulkan-loader. Exact revisions are taken from # https://github.com/google/shaderc/blob/known-good/known_good.json"} {"_id":"doc-en-nixpkgs-418ba47ca70d2d51a2a99b355b227e0a50e9b6caef412a63ae002051e8dcda85","title":"","text":"rev = \"0c28b6451d77774912e52949c1e57fa726edf113\"; sha256 = \"sha256-KpCMceTV/BRaoJe1qeXhKYQNQqdGaM6Q9nklpJKzHFY=\"; }; in stdenv.mkDerivation rec { in stdenv.mkDerivation rec { pname = \"shaderc\"; version = \"2021.0\";"} {"_id":"doc-en-nixpkgs-62f5ce13a22873f5d66a4bd85c3412e73ceaff56b1808b8545cb3e93b6629b01","title":"","text":"ln -s ${spirv-headers} third_party/spirv-tools/external/spirv-headers ''; nativeBuildInputs = [ cmake python3 ] ++ lib.optionals stdenv.isDarwin [ darwin.cctools ]; nativeBuildInputs = [ cmake python3 ] ++ lib.optionals stdenv.isDarwin [ cctools ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ autoSignDarwinBinariesHook ]; postInstall = '' moveToOutput \"lib/*.a\" $static"} {"_id":"doc-en-nixpkgs-260bebb229887f9a20d1d44babf6a301acd7acf68ec72c3ca07ee54fe2d0f24e","title":"","text":"session-desktop = callPackage ../applications/networking/instant-messengers/session-desktop { }; shaderc = callPackage ../development/compilers/shaderc { }; shaderc = callPackage ../development/compilers/shaderc { inherit (darwin) autoSignDarwinBinariesHook cctools; }; shades-of-gray-theme = callPackage ../data/themes/shades-of-gray { };"} {"_id":"doc-en-nixpkgs-d7951879e8976efaca11ad8494b33aa1b5a3b003abe8f91d90aa846a2bd78b72","title":"","text":" { lib, stdenv, fetchurl, autoreconfHook, pkg-config, fftw }: { lib , stdenv , fetchurl , autoreconfHook , pkg-config , fftw , withFftw3 ? true }: stdenv.mkDerivation rec { pname = \"speexdsp\";"} {"_id":"doc-en-nixpkgs-091777d43e89c932ec316dd30e45630c8e67e89c63d5fdc28f3b1901dd548836","title":"","text":"outputs = [ \"out\" \"dev\" \"doc\" ]; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ fftw ]; buildInputs = lib.optionals withFftw3 [ fftw ]; configureFlags = [ \"--with-fft=gpl-fftw3\" ] ++ lib.optional stdenv.isAarch64 \"--disable-neon\"; configureFlags = lib.optionals withFftw3 [ \"--with-fft=gpl-fftw3\" ] ++ lib.optional stdenv.isAarch64 \"--disable-neon\"; meta = with lib; { homepage = \"https://www.speex.org/\";"} {"_id":"doc-en-nixpkgs-2f93ca4cb4bde067800b715b8511af9f3148cc95d9cd63050681b76ba6852db9","title":"","text":"libcardiacarrest = callPackage ../misc/libcardiacarrest { }; easyeffects = callPackage ../applications/audio/easyeffects { }; easyeffects = callPackage ../applications/audio/easyeffects { # Fix crashes with speexdsp effects speexdsp = speexdsp.override { withFftw3 = false; }; }; pulseeffects-legacy = callPackage ../applications/audio/pulseeffects-legacy { };"} {"_id":"doc-en-nixpkgs-bffa7d5990d4009d7738fdc2c695a8dc908d0449d3202576bdb13e3725a8145b","title":"","text":"installPhase = '' install -D powerlevel10k.zsh-theme --target-directory=$out/share/zsh-powerlevel10k install -D powerlevel9k.zsh-theme --target-directory=$out/share/zsh-powerlevel10k install -D config/* --target-directory=$out/share/zsh-powerlevel10k/config install -D internal/* --target-directory=$out/share/zsh-powerlevel10k/internal cp -R gitstatus $out/share/zsh-powerlevel10k/gitstatus"} {"_id":"doc-en-nixpkgs-49aebe32dc448a0e79002887fc3778557aa752140df75fe714e03d9f08d6c2c7","title":"","text":" #!/usr/bin/env ruby # Bind mounts hierarchy: from => to (relative) # If 'to' is nil, path will be the same mounts = { '/' => 'host', '/proc' => nil, '/sys' => nil, '/nix' => nil, '/tmp' => nil, '/var' => nil, '/run' => nil, '/dev' => nil, '/home' => nil, } # Propagate environment variables envvars = [ 'TERM', 'DISPLAY', 'XAUTHORITY', 'HOME', 'XDG_RUNTIME_DIR', 'LANG', 'SSL_CERT_FILE', 'DBUS_SESSION_BUS_ADDRESS', ] require 'tmpdir' require 'fileutils' require 'pathname' require 'set' require 'fiddle' def write_file(path, str) File.open(path, 'w') { |file| file.write str } end # Import C standard library and several needed calls $libc = Fiddle.dlopen nil def make_fcall(name, args, output) c = Fiddle::Function.new $libc[name], args, output lambda do |*args| ret = c.call *args raise SystemCallError.new Fiddle.last_error if ret < 0 return ret end end $fork = make_fcall 'fork', [], Fiddle::TYPE_INT CLONE_NEWNS = 0x00020000 CLONE_NEWUSER = 0x10000000 $unshare = make_fcall 'unshare', [Fiddle::TYPE_INT], Fiddle::TYPE_INT MS_BIND = 0x1000 MS_REC = 0x4000 MS_SLAVE = 0x80000 $mount = make_fcall 'mount', [Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP, Fiddle::TYPE_LONG, Fiddle::TYPE_VOIDP], Fiddle::TYPE_INT # Read command line args abort \"Usage: chrootenv program args...\" unless ARGV.length >= 1 execp = ARGV # Populate extra mounts if not ENV[\"CHROOTENV_EXTRA_BINDS\"].nil? $stderr.puts \"CHROOTENV_EXTRA_BINDS is discussed for deprecation.\" $stderr.puts \"If you have a usecase, please drop a note in issue #16030.\" $stderr.puts \"Notice that we now bind-mount host FS to '/host' and symlink all directories from it to '/' by default.\" for extra in ENV[\"CHROOTENV_EXTRA_BINDS\"].split(':') paths = extra.split('=') if not paths.empty? if paths.size <= 2 mounts[paths[0]] = paths[1] else $stderr.puts \"Ignoring invalid entry in CHROOTENV_EXTRA_BINDS: #{extra}\" end end end end # Set destination paths for mounts mounts = mounts.map { |k, v| [k, v.nil? ? k.sub(/^/*/, '') : v] }.to_h # Create temporary directory for root and chdir root = Dir.mktmpdir 'chrootenv' # Fork process; we need this to do a proper cleanup because # child process will chroot into temporary directory. # We use imported 'fork' instead of native to overcome # CRuby's meddling with threads; this should be safe because # we don't use threads at all. $cpid = $fork.call if $cpid == 0 # If we are root, no need to create new user namespace. if Process.uid == 0 $unshare.call CLONE_NEWNS # Mark all mounted filesystems as slave so changes # don't propagate to the parent mount namespace. $mount.call nil, '/', nil, MS_REC | MS_SLAVE, nil else # Save user UID and GID uid = Process.uid gid = Process.gid # Create new mount and user namespaces # CLONE_NEWUSER requires a program to be non-threaded, hence # native fork above. $unshare.call CLONE_NEWNS | CLONE_NEWUSER # Map users and groups to the parent namespace begin # setgroups is only available since Linux 3.19 write_file '/proc/self/setgroups', 'deny' rescue end write_file '/proc/self/uid_map', \"#{uid} #{uid} 1\" write_file '/proc/self/gid_map', \"#{gid} #{gid} 1\" end # Do rbind mounts. mounts.each do |from, rto| to = \"#{root}/#{rto}\" FileUtils.mkdir_p to $mount.call from, to, nil, MS_BIND | MS_REC, nil end # Don't make root private so privilege drops inside chroot are possible File.chmod(0755, root) # Chroot! Dir.chroot root Dir.chdir '/' # New environment new_env = Hash[ envvars.map { |x| [x, ENV[x]] } ] # Finally, exec! exec(new_env, *execp, close_others: true, unsetenv_others: true) end # Wait for a child. If we catch a signal, resend it to child and continue # waiting. def wait_child begin Process.wait # Return child's exit code if $?.exited? exit $?.exitstatus else exit 1 end rescue SignalException => e Process.kill e.signo, $cpid wait_child end end begin wait_child ensure # Cleanup FileUtils.rm_rf root, secure: true end "} {"_id":"doc-en-nixpkgs-520f91cc10a3fff55edf843dd0d4e2ab61e9a64004955ae295343a52b1126fc2","title":"","text":" #define _GNU_SOURCE #include #include #define errorf(status, fmt, ...) error_at_line(status, errno, __FILE__, __LINE__, fmt, ##__VA_ARGS__) #include #include #include #include #include #include #include #include #include #include #include #include char *env_whitelist[] = {\"TERM\", \"DISPLAY\", \"XAUTHORITY\", \"HOME\", \"XDG_RUNTIME_DIR\", \"LANG\", \"SSL_CERT_FILE\", \"DBUS_SESSION_BUS_ADDRESS\"}; char **env_build(char *names[], size_t len) { char *env, **ret = malloc((len + 1) * sizeof(char *)), **ptr = ret; for (size_t i = 0; i < len; i++) { if ((env = getenv(names[i]))) { if (asprintf(ptr++, \"%s=%s\", names[i], env) < 0) errorf(EX_OSERR, \"asprintf\"); } } *ptr = NULL; return ret; } struct bind { char *from; char *to; }; struct bind binds[] = {{\"/\", \"host\"}, {\"/proc\", \"proc\"}, {\"/sys\", \"sys\"}, {\"/nix\", \"nix\"}, {\"/tmp\", \"tmp\"}, {\"/var\", \"var\"}, {\"/run\", \"run\"}, {\"/dev\", \"dev\"}, {\"/home\", \"home\"}}; void bind(struct bind *bind) { DIR *src = opendir(bind->from); if (src) { if (closedir(src) < 0) errorf(EX_IOERR, \"closedir\"); if (mkdir(bind->to, 0755) < 0) errorf(EX_IOERR, \"mkdir\"); if (mount(bind->from, bind->to, \"bind\", MS_BIND | MS_REC, NULL) < 0) errorf(EX_OSERR, \"mount\"); } else { // https://github.com/NixOS/nixpkgs/issues/31104 if (errno != ENOENT) errorf(EX_OSERR, \"opendir\"); } } void spitf(char *path, char *fmt, ...) { va_list args; va_start(args, fmt); FILE *f = fopen(path, \"w\"); if (f == NULL) errorf(EX_IOERR, \"spitf(%s): fopen\", path); if (vfprintf(f, fmt, args) < 0) errorf(EX_IOERR, \"spitf(%s): vfprintf\", path); if (fclose(f) < 0) errorf(EX_IOERR, \"spitf(%s): fclose\", path); } int nftw_rm(const char *path, const struct stat *sb, int type, struct FTW *ftw) { if (remove(path) < 0) errorf(EX_IOERR, \"nftw_rm\"); return 0; } #define LEN(x) sizeof(x) / sizeof(*x) int main(int argc, char *argv[]) { if (argc < 2) { fprintf(stderr, \"Usage: %s command [arguments...]n\" \"Requires Linux kernel >= 3.19 with CONFIG_USER_NS.n\", argv[0]); exit(EX_USAGE); } char tmpl[] = \"/tmp/chrootenvXXXXXX\"; char *root = mkdtemp(tmpl); if (root == NULL) errorf(EX_IOERR, \"mkdtemp\"); // Don't make root private so that privilege drops inside chroot are possible: if (chmod(root, 0755) < 0) errorf(EX_IOERR, \"chmod\"); pid_t cpid = fork(); if (cpid < 0) errorf(EX_OSERR, \"fork\"); if (cpid == 0) { uid_t uid = getuid(); gid_t gid = getgid(); // If we are root, no need to create new user namespace. if (uid == 0) { if (unshare(CLONE_NEWNS) < 0) errorf(EX_OSERR, \"unshare() failed: You may have an old kernel or have CLONE_NEWUSER disabled by your distribution security settings.\"); // Mark all mounted filesystems as slave so changes // don't propagate to the parent mount namespace. if (mount(NULL, \"/\", NULL, MS_REC | MS_SLAVE, NULL) < 0) errorf(EX_OSERR, \"mount\"); } else { // Create new mount and user namespaces. CLONE_NEWUSER // requires a program to be non-threaded. if (unshare(CLONE_NEWNS | CLONE_NEWUSER) < 0) errorf(EX_OSERR, \"unshare\"); // Map users and groups to the parent namespace. // setgroups is only available since Linux 3.19: spitf(\"/proc/self/setgroups\", \"deny\"); spitf(\"/proc/self/uid_map\", \"%d %d 1\", uid, uid); spitf(\"/proc/self/gid_map\", \"%d %d 1\", gid, gid); } if (chdir(root) < 0) errorf(EX_IOERR, \"chdir\"); for (size_t i = 0; i < LEN(binds); i++) bind(&binds[i]); if (chroot(root) < 0) errorf(EX_OSERR, \"chroot\"); if (chdir(\"/\") < 0) errorf(EX_OSERR, \"chdir\"); argv++; if (execvpe(*argv, argv, env_build(env_whitelist, LEN(env_whitelist))) < 0) errorf(EX_OSERR, \"execvpe\"); } int status; if (waitpid(cpid, &status, 0) < 0) errorf(EX_OSERR, \"waitpid\"); if (nftw(root, nftw_rm, getdtablesize(), FTW_DEPTH | FTW_MOUNT | FTW_PHYS) < 0) errorf(EX_IOERR, \"nftw\"); if (WIFEXITED(status)) return WEXITSTATUS(status); else if (WIFSIGNALED(status)) kill(getpid(), WTERMSIG(status)); return EX_OSERR; } "} {"_id":"doc-en-nixpkgs-94d0957930db4781d343587eece952e66fe4c564ebad50e48b28c8758b6cd1ab","title":"","text":"let buildFHSEnv = callPackage ./env.nix { }; in args@{ name, runScript ? \"bash\", extraBindMounts ? [], extraInstallCommands ? \"\", meta ? {}, passthru ? {}, ... }: args@{ name, runScript ? \"bash\", extraInstallCommands ? \"\", meta ? {}, passthru ? {}, ... }: let env = buildFHSEnv (removeAttrs args [ \"runScript\" \"extraBindMounts\" \"extraInstallCommands\" \"meta\" \"passthru\" ]); env = buildFHSEnv (removeAttrs args [ \"runScript\" \"extraInstallCommands\" \"meta\" \"passthru\" ]); # Sandboxing script chroot-user = writeScript \"chroot-user\" '' #! ${ruby}/bin/ruby ${builtins.readFile ./chroot-user.rb} ''; chrootenv = stdenv.mkDerivation { name = \"chrootenv\"; unpackPhase = \"cp ${./chrootenv.c} chrootenv.c\"; installPhase = \"cp chrootenv $out\"; makeFlags = [ \"chrootenv\" ]; }; init = run: writeScript \"${name}-init\" '' #! ${stdenv.shell}"} {"_id":"doc-en-nixpkgs-b629b84f97ed570db1fc8f4f71b13a49f6fea76f67e540277739afe81b965f52","title":"","text":"passthru = passthru // { env = runCommand \"${name}-shell-env\" { shellHook = '' ${lib.optionalString (extraBindMounts != []) ''export CHROOTENV_EXTRA_BINDS=\"${lib.concatStringsSep \":\" extraBindMounts}:$CHROOTENV_EXTRA_BINDS\"''} exec ${chroot-user} ${init \"bash\"} \"$(pwd)\" exec ${chrootenv} ${init \"bash\"} \"$(pwd)\" ''; } '' echo >&2 \"\""} {"_id":"doc-en-nixpkgs-7f71082ad4ecfeb4c7fa8036145151d3f5dd93bb50aef6f45d34397b0eb16b6b","title":"","text":"mkdir -p $out/bin cat <$out/bin/${name} #! ${stdenv.shell} ${lib.optionalString (extraBindMounts != []) ''export CHROOTENV_EXTRA_BINDS=\"${lib.concatStringsSep \":\" extraBindMounts}:$CHROOTENV_EXTRA_BINDS\"''} exec ${chroot-user} ${init runScript} \"$(pwd)\" \"$@\" exec ${chrootenv} ${init runScript} \"$(pwd)\" \"$@\" EOF chmod +x $out/bin/${name} ${extraInstallCommands}"} {"_id":"doc-en-nixpkgs-539520798a906323f9c063ca1c1eca5d28a0a59f5754f0c1dba62fbfaa7dc905","title":"","text":" diff --git a/go.mod b/go.mod index 660463a..5249458 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rs/curlie require ( golang.org/x/crypto v0.0.0-20180524125353-159ae71589f3 -\tgolang.org/x/sys v0.0.0-20191026070338-33540a1f6037 +\tgolang.org/x/sys v0.0.0-20211110154304-99a53858aa08 ) go 1.13 "} {"_id":"doc-en-nixpkgs-b3db74b1dae01b0b848c8ebc9d2054edfe0bb27227e14873911b456b0f19fffe","title":"","text":"hash = \"sha256-3EKxuEpFm+lp2myMfymYYY9boSXGOF2iAdjtGKnjJK0=\"; }; vendorSha256 = \"sha256-tYZtnD7RUurhl8yccXlTIvOxybBJITM+it1ollYJ1OI=\"; patches = [ ./bump-golang-x-sys.patch ]; vendorSha256 = \"sha256-VsPdMUfS4UVem6uJgFISfFHQEKtIumDQktHQFPC1muc=\"; ldflags = [ \"-s\" \"-w\" \"-X main.version=${version}\" ];"} {"_id":"doc-en-nixpkgs-291c53f5331b6f098de91aca1ec9a54c70402601a0e82f41996d0eba04adfbc5","title":"","text":", gtk3, glib, glib-networking, gsettings-desktop-schemas , gnome-desktop, gnome-settings-daemon, gnome-online-accounts , vino, gnome-bluetooth, tracker, adwaita-icon-theme , udisks2, gsound, libhandy, cups }: , udisks2, gsound, libhandy, cups, mutter }: stdenv.mkDerivation rec { pname = \"gnome-control-center\";"} {"_id":"doc-en-nixpkgs-929e4137d0e0a11a5b562d3bfc08a6f30e4795606448b17d6953eeaec68c5e47","title":"","text":"# Thumbnailers (for setting user profile pictures) --prefix XDG_DATA_DIRS : \"${gdk_pixbuf}/share\" --prefix XDG_DATA_DIRS : \"${librsvg}/share\" # WM keyboard shortcuts --prefix XDG_DATA_DIRS : \"${mutter}/share\" ) for i in $out/share/applications/*; do substituteInPlace $i --replace \"Exec=gnome-control-center\" \"Exec=$out/bin/gnome-control-center\""} {"_id":"doc-en-nixpkgs-feaec37059e51bc1c5cc96bbd0af333eb885092e48adfff6de4807a81cda0b86","title":"","text":"{ lib, stdenv, fetchFromGitHub , pkg-config, cmake, ninja, yasm , libjpeg, openssl, libopus, ffmpeg, alsa-lib, libpulseaudio, protobuf , libjpeg, openssl_1_1, libopus, ffmpeg, alsa-lib, libpulseaudio, protobuf , openh264, usrsctp, libevent, libvpx , libX11, libXtst, libXcomposite, libXdamage, libXext, libXrender, libXrandr, libXi , glib, abseil-cpp, pcre, util-linuxMinimal, libselinux, libsepol, pipewire"} {"_id":"doc-en-nixpkgs-347eef6d1701a0708be44cc0656af40d7fa0f1b925a194ef5c1e1d29a4391cd3","title":"","text":"nativeBuildInputs = [ pkg-config cmake ninja yasm ]; buildInputs = [ libjpeg openssl libopus ffmpeg alsa-lib libpulseaudio protobuf libjpeg libopus ffmpeg alsa-lib libpulseaudio protobuf openh264 usrsctp libevent libvpx libX11 libXtst libXcomposite libXdamage libXext libXrender libXrandr libXi glib abseil-cpp pcre util-linuxMinimal libselinux libsepol pipewire"} {"_id":"doc-en-nixpkgs-477b938e4972aff86c8f1f375b04cb3af4c86ada6a9a525f743368ded7992113","title":"","text":"propagatedBuildInputs = [ # Required for linking downstream binaries. abseil-cpp openh264 usrsctp libevent libvpx abseil-cpp openh264 usrsctp libevent libvpx openssl_1_1 ]; meta = with lib; {"} {"_id":"doc-en-nixpkgs-bba2c96f94c68596d7d9e6f438a5c66b715e277ce81dbd0fff2dd6a8fe0bd25b","title":"","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":"doc-en-nixpkgs-71b7d6cd08d10a2d2831bf843659617312d897231bc8ebb2c25043e2b32101a3","title":"","text":" services.mastodon gained a tootctl wrapped named mastodon-tootctl similar to nextcloud-occ which can be executed from any user and switches to the configured mastodon user with sudo and sources the environment variables. A new virtualisation.rosetta module was added to allow running x86_64 binaries through"} {"_id":"doc-en-nixpkgs-202edaecb341b68cfab4f7bc372287e6cc0d93299852f3a4cc1147aaed8c3e3b","title":"","text":"- The module for the application firewall `opensnitch` got the ability to configure rules. Available as [services.opensnitch.rules](#opt-services.opensnitch.rules) - `services.mastodon` gained a tootctl wrapped named `mastodon-tootctl` similar to `nextcloud-occ` which can be executed from any user and switches to the configured mastodon user with sudo and sources the environment variables. - A new `virtualisation.rosetta` module was added to allow running `x86_64` binaries through [Rosetta](https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment) inside virtualised NixOS guests on Apple silicon. This feature works by default with the [UTM](https://docs.getutm.app/) virtualisation [package](https://search.nixos.org/packages?channel=unstable&show=utm&from=0&size=1&sort=relevance&type=packages&query=utm)."} {"_id":"doc-en-nixpkgs-91a6be7a9024e1631aa5f00a55eeb41d2df36f0a2f3c6ebddef4157db9cb4792","title":"","text":"] else [] ) env)))); mastodonEnv = pkgs.writeShellScriptBin \"mastodon-env\" '' mastodonTootctl = pkgs.writeShellScriptBin \"mastodon-tootctl\" '' #! ${pkgs.runtimeShell} set -a export RAILS_ROOT=\"${cfg.package}\" source \"${envFile}\" source /var/lib/mastodon/.secrets_env eval -- \"$@\" sudo=exec if [[ \"$USER\" != ${cfg.user} ]]; then sudo='exec /run/wrappers/bin/sudo -u ${cfg.user} --preserve-env' fi $sudo ${cfg.package}/bin/tootctl \"$@\" ''; in {"} {"_id":"doc-en-nixpkgs-c3be1d0c0d333078a74b81f19a0c2269a510a84c70262a19c9e67dea7583922b","title":"","text":"description = lib.mdDoc '' User under which mastodon runs. If it is set to \"mastodon\", that user will be created, otherwise it should be set to the name of a user created elsewhere. In both cases, `mastodon` and a package containing only the shell script `mastodon-env` will be added to the user's package set. To run a command from `mastodon` such as `tootctl` with the environment configured by this module use `mastodon-env`, as in: `mastodon-env tootctl accounts create newuser --email newuser@example.com` name of a user created elsewhere. In both cases, the `mastodon` package will be added to the user's package set and a tootctl wrapper to system packages that switches to the configured account and load the right environment. ''; type = lib.types.str; default = \"mastodon\";"} {"_id":"doc-en-nixpkgs-c7cdddaa785c8f7eed3569a2beaa6854935d75374f7f03d89a0bbe0058b12c1d","title":"","text":"} ]; environment.systemPackages = [ mastodonTootctl ]; systemd.services.mastodon-init-dirs = { script = '' umask 077"} {"_id":"doc-en-nixpkgs-6c7ac9f7987825ee7126d48c6054ef5836679f4f4f11f8b29db5964ce7de9839","title":"","text":"inherit (cfg) group; }; }) (lib.attrsets.setAttrByPath [ cfg.user \"packages\" ] [ cfg.package mastodonEnv pkgs.imagemagick ]) (lib.attrsets.setAttrByPath [ cfg.user \"packages\" ] [ cfg.package pkgs.imagemagick ]) ]; users.groups.${cfg.group}.members = lib.optional cfg.configureNginx config.services.nginx.user;"} {"_id":"doc-en-nixpkgs-4e25689157a036219e6387c925413896a81fef18d59bb907db05c70d44427ecb","title":"","text":"# Simple check tootctl commands # Check Mastodon version server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl version' | grep '${pkgs.mastodon.version}'\") server.succeed(\"mastodon-tootctl version | grep '${pkgs.mastodon.version}'\") # Manage accounts server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl email_domain_blocks add example.com'\") server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl email_domain_blocks list' | grep 'example.com'\") server.fail(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl email_domain_blocks list' | grep 'mastodon.local'\") server.fail(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl accounts create alice --email=alice@example.com'\") server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl email_domain_blocks remove example.com'\") server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl accounts create bob --email=bob@example.com'\") server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl accounts approve bob'\") server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl accounts delete bob'\") server.succeed(\"mastodon-tootctl email_domain_blocks add example.com\") server.succeed(\"mastodon-tootctl email_domain_blocks list | grep example.com\") server.fail(\"mastodon-tootctl email_domain_blocks list | grep mastodon.local\") server.fail(\"mastodon-tootctl accounts create alice --email=alice@example.com\") server.succeed(\"mastodon-tootctl email_domain_blocks remove example.com\") server.succeed(\"mastodon-tootctl accounts create bob --email=bob@example.com\") server.succeed(\"mastodon-tootctl accounts approve bob\") server.succeed(\"mastodon-tootctl accounts delete bob\") # Manage IP access server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl ip_blocks add 192.168.0.0/16 --severity=no_access'\") server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl ip_blocks export' | grep '192.168.0.0/16'\") server.fail(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl ip_blocks export' | grep '172.16.0.0/16'\") server.succeed(\"mastodon-tootctl ip_blocks add 192.168.0.0/16 --severity=no_access\") server.succeed(\"mastodon-tootctl ip_blocks export | grep 192.168.0.0/16\") server.fail(\"mastodon-tootctl ip_blocks export | grep 172.16.0.0/16\") client.fail(\"curl --fail https://mastodon.local/about\") server.succeed(\"su - mastodon -s /bin/sh -c 'mastodon-env tootctl ip_blocks remove 192.168.0.0/16'\") server.succeed(\"mastodon-tootctl ip_blocks remove 192.168.0.0/16\") client.succeed(\"curl --fail https://mastodon.local/about\") server.shutdown()"} {"_id":"doc-en-nixpkgs-1a2b023be06625d4253997a8e2a1ab84ce6c3a6fefa2ed62c074c88de9387c94","title":"","text":", stdenv , fetchurl , appimageTools , appimage-run , makeWrapper , electron , git }:"} {"_id":"doc-en-nixpkgs-b3bb5bb65186454db30040bfa8009f8924c6a3842227452c884874d54c4a814c","title":"","text":"installPhase = '' runHook preInstall mkdir -p $out/bin $out/share/${pname} $out/share/applications cp -a ${appimageContents}/{locales,resources} $out/share/${pname} mkdir -p $out/bin $out/share/${pname} $out/share/applications $out/share/${pname}/resources/app/icons cp -a ${appimageContents}/resources/app/icons/logseq.png $out/share/${pname}/resources/app/icons/logseq.png cp -a ${appimageContents}/Logseq.desktop $out/share/applications/${pname}.desktop # remove the `git` in `dugite` because we want the `git` in `nixpkgs` chmod +w -R $out/share/${pname}/resources/app/node_modules/dugite/git chmod +w $out/share/${pname}/resources/app/node_modules/dugite rm -rf $out/share/${pname}/resources/app/node_modules/dugite/git chmod -w $out/share/${pname}/resources/app/node_modules/dugite # set the env \"LOCAL_GIT_DIRECTORY\" for dugite so that we can use the git in nixpkgs makeWrapper ${appimage-run}/bin/appimage-run $out/bin/logseq --set \"LOCAL_GIT_DIRECTORY\" ${git} --add-flags ${src} # Make the desktop entry run the app using appimage-run substituteInPlace $out/share/applications/${pname}.desktop --replace Exec=Logseq Exec=${pname} --replace Exec=Logseq \"Exec=$out/bin/logseq\" --replace Icon=Logseq Icon=$out/share/${pname}/resources/app/icons/logseq.png runHook postInstall ''; postFixup = '' # set the env \"LOCAL_GIT_DIRECTORY\" for dugite so that we can use the git in nixpkgs makeWrapper ${electron}/bin/electron $out/bin/${pname} --set \"LOCAL_GIT_DIRECTORY\" ${git} --add-flags $out/share/${pname}/resources/app ''; passthru.updateScript = ./update.sh; meta = with lib; {"} {"_id":"doc-en-nixpkgs-2400b6b8391fa057bb39991dcedd78f956878c7d952661af4092e17d143f5569","title":"","text":"lilo = callPackage ../tools/misc/lilo { }; logseq = callPackage ../applications/misc/logseq { electron = electron_20; }; logseq = callPackage ../applications/misc/logseq { }; natls = callPackage ../tools/misc/natls { };"} {"_id":"doc-en-nixpkgs-e8f2849d9e60d47e6d20f3737b7cd8e45f21ae451b255a81a02f853eb419e6bc","title":"","text":"# Darwin , gmp , libiconv , qemu , Carbon , AppKit"} {"_id":"doc-en-nixpkgs-320cec219edd64ec2b6c7254bb1189369457feda05bfbe418244a8426a1ae409","title":"","text":"'' + optionalString isDarwin '' sed -i '/qemucapabilitiestest/d' tests/meson.build sed -i '/vircryptotest/d' tests/meson.build sed -i '/domaincapstest/d' tests/meson.build sed -i '/qemufirmwaretest/d' tests/meson.build sed -i '/qemuvhostusertest/d' tests/meson.build '' + optionalString (isDarwin && isx86_64) '' sed -i '/qemucaps2xmltest/d' tests/meson.build sed -i '/qemuhotplugtest/d' tests/meson.build"} {"_id":"doc-en-nixpkgs-85d214d016c26f3a2db8045b6996abadf2745b9bf82068859f70cdb57d4b4895","title":"","text":"(cfg \"runstatedir\" \"/run\") (cfg \"init_script\" (if isDarwin then \"none\" else \"systemd\")) (cfg \"qemu_datadir\" (if isDarwin then \"${qemu}/share/qemu\" else \"\")) (feat \"apparmor\" isLinux) (feat \"attr\" isLinux)"} {"_id":"doc-en-nixpkgs-c101c1da3d2151d80880b08170d7827fec81340e6f898a232aec2ddf257d6f5d","title":"","text":"python3.pkgs.buildPythonApplication rec { pname = \"sticky\"; version = \"1.14\"; version = \"1.16\"; format = \"other\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname; rev = version; hash = \"sha256-7UZbCbzQ1ZrSzxTUdbA+wsH3p27qj/c/cM4GY/kzG6E=\"; hash = \"sha256-+opzjvSdGwwn1imNzSsfD9rfs4naSXzcMBJRPhKW2WM=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-e8a77a057df39be5c42fee1df6206c18a898d8a237f911b4504ace27e061170f","title":"","text":"stdenv.mkDerivation rec { pname = \"bulky\"; version = \"2.8\"; version = \"2.9\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = \"bulky\"; rev = version; hash = \"sha256-DZjX4xPyA30TTyOX+VyGSY/FWPX2316CYImDWRma9r0=\"; hash = \"sha256-eCu7AgL4bzstu8vsqBJImRZm1qMVnnycuOShY5fB+C4=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-1c06b3e08f6d28bdbbfb0ef8bdfc8fa5e015fff77c5413c43058133fb8f3599f","title":"","text":"-e s,/usr/share/locale,/run/current-system/sw/share/locale,g {} + sed \"s|/usr/share/sounds|/run/current-system/sw/share/sounds|g\" -i ./files/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py sed \"s|'python3'|'${pythonEnv.interpreter}'|g\" -i ./files/usr/share/cinnamon/cinnamon-settings/bin/CinnamonGtkSettings.py sed \"s|/usr/bin/cinnamon-screensaver-command|/run/current-system/sw/bin/cinnamon-screensaver-command|g\" -i ./files/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js -i ./files/usr/share/cinnamon/applets/user@cinnamon.org/applet.js sed \"s|\"/usr/lib\"|\"${cinnamon-control-center}/lib\"|g\" -i ./files/usr/share/cinnamon/cinnamon-settings/bin/capi.py sed 's|\"lspci\"|\"${pciutils}/bin/lspci\"|g' -i ./files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py # All optional and may introduce circular dependency. find ./files/usr/share/cinnamon/applets -type f -exec sed -i -e '/^#/!s,/usr/bin,/run/current-system/sw/bin,g' {} + sed \"s| cinnamon-session| ${cinnamon-session}/bin/cinnamon-session|g\" -i ./files/usr/bin/cinnamon-session-cinnamon -i ./files/usr/bin/cinnamon-session-cinnamon2d pushd ./files/usr/share/cinnamon/cinnamon-settings substituteInPlace ./bin/capi.py --replace '\"/usr/lib\"' '\"${cinnamon-control-center}/lib\"' substituteInPlace ./bin/CinnamonGtkSettings.py --replace \"'python3'\" \"'${pythonEnv.interpreter}'\" substituteInPlace ./bin/SettingsWidgets.py --replace \"/usr/share/sounds\" \"/run/current-system/sw/share/sounds\" substituteInPlace ./bin/Spices.py --replace \"msgfmt\" \"${gettext}/bin/msgfmt\" substituteInPlace ./modules/cs_info.py --replace \"lspci\" \"${pciutils}/bin/lspci\" popd sed \"s|msgfmt|${gettext}/bin/msgfmt|g\" -i ./files/usr/share/cinnamon/cinnamon-settings/bin/Spices.py sed \"s| cinnamon-session| ${cinnamon-session}/bin/cinnamon-session|g\" -i ./files/usr/bin/cinnamon-session-{cinnamon,cinnamon2d} patchShebangs src/data-to-c.pl '';"} {"_id":"doc-en-nixpkgs-1d41f908dfa7f09248c674e9efbcf5ea519dd4c14ed6a58be3e65ff907c4b763","title":"","text":"--prefix XDG_DATA_DIRS : \"${gnome.caribou}/share\" ) buildPythonPath \"$out ${python3.pkgs.xapp}\" # https://github.com/NixOS/nixpkgs/issues/200397 patchPythonScript $out/bin/cinnamon-spice-updater # https://github.com/NixOS/nixpkgs/issues/129946 buildPythonPath \"${python3.pkgs.xapp}\" patchPythonScript $out/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py # Called as `pkexec cinnamon-settings-users.py`. wrapGApp $out/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py ''; passthru = {"} {"_id":"doc-en-nixpkgs-388ecf87677dc818e8294b7520af2d840d66a08483cf948929a24114becce382","title":"","text":"stdenvNoCC.mkDerivation rec { pname = \"mint-cursor-themes\"; version = \"1.0.1\"; version = \"1.0.2\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname; # They don't really do tags, this is just a named commit. rev = \"e17f8a4620827235dabbe5221bd0ee8c44dad0d5\"; hash = \"sha256-yLUmIVh884uDVkNil7qxf6t/gykipzBvPgzwmY3zvQk=\"; rev = \"d2c1428b499a347c291dafb13c89699fdbdd4be7\"; hash = \"sha256-i2Wf+OKwal9G5hkcAdmGSgX6txu1AHajqqPJdhpJoA0=\"; }; installPhase = ''"} {"_id":"doc-en-nixpkgs-3241a4bfad7ad127d4dc43b6aafc453805ee190665e6c57bea2048772e4d09c2","title":"","text":"in stdenv.mkDerivation rec { pname = \"warpinator\"; version = \"1.6.2\"; version = \"1.6.3\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname; rev = version; hash = \"sha256-crGW1FBfTEiKqx981EzG414we4icyBv/keGtMlr8UFc=\"; hash = \"sha256-iCq2cwZgsq5/bJqjYuZ6dZLqz2nIpgHCrIQeMVxJNXY=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-8d5204b21dd8be8ab1de0e4cfa1c614133514df2926a03dfa44e94aa719100fc","title":"","text":"# Patch pastebin & inxi location sed \"s|/usr/bin/pastebin|$out/bin/pastebin|\" -i scripts/upload-system-info sed \"s|'inxi'|'${inxi}/bin/inxi'|\" -i scripts/upload-system-info # Patch gtk3 module target dir substituteInPlace libxapp/meson.build --replace \"gtk3_dep.get_pkgconfig_variable('libdir')\" \"'$out'\" ''; # Fix gtk3 module target dir. Proper upstream solution should be using define_variable. PKG_CONFIG_GTK__3_0_LIBDIR = \"${placeholder \"out\"}/lib\"; meta = with lib; { homepage = \"https://github.com/linuxmint/xapp\"; description = \"Cross-desktop libraries and common resources\";"} {"_id":"doc-en-nixpkgs-87ee931300c63b18c830370db6127b3998611660197d62a787eeaf8e7a68f0fa","title":"","text":", cudatoolkit , libdrm , ncurses , nvtop , testers , udev , addOpenGLRunpath , amd ? true , nvidia ? true , udev }: let pname-suffix = if amd && nvidia then \"\" else if amd then \"-amd\" else \"-nvidia\"; nvidia-postFixup = \"addOpenGLRunpath $out/bin/nvtop\"; libPath = lib.makeLibraryPath [ libdrm ncurses ]; libPath = lib.makeLibraryPath [ libdrm ncurses udev ]; amd-postFixup = '' patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" "} {"_id":"doc-en-nixpkgs-d5421938381ba0b0b9305b8db896ba642a070b21991b484e99a3af15bf18bce8","title":"","text":"cmakeFlags = with lib; [ \"-DCMAKE_BUILD_TYPE=Release\" \"-DBUILD_TESTING=ON\" \"-DUSE_LIBUDEV_OVER_LIBSYSTEMD=ON\" ] ++ optional nvidia \"-DNVML_INCLUDE_DIRS=${cudatoolkit}/include\" ++ optional nvidia \"-DNVML_LIBRARIES=${cudatoolkit}/targets/x86_64-linux/lib/stubs/libnvidia-ml.so\" ++ optional (!amd) \"-DAMDGPU_SUPPORT=OFF\""} {"_id":"doc-en-nixpkgs-ca831abc85892154a0a48fec01296c5d446fab6566a91416732ba0d6c0147d63","title":"","text":"doCheck = true; passthru = { tests.version = testers.testVersion { inherit version; package = nvtop; command = \"nvtop --version\"; }; }; meta = with lib; { description = \"A (h)top like task monitor for AMD, Intel and NVIDIA GPUs\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-55d7b12d98670131e9f68d81d731f387883ae1445596519a0ba61e7bf83b5a0d","title":"","text":"enableParallelBuilding = true; passthru = { inherit openssl; }; meta = with lib; { description = \"Small layer on top of PKCS#11 API to make PKCS#11 implementations easier\"; homepage = \"https://github.com/OpenSC/libp11\";"} {"_id":"doc-en-nixpkgs-e965c8dd5e491d45ba405e4bfa5418ca80ccbcd8cf65228064fa55319bb086c6","title":"","text":" { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, openssl, libp11, pam, libintl }: { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, libp11, pam, libintl }: stdenv.mkDerivation rec { pname = \"pam_p11\";"} {"_id":"doc-en-nixpkgs-8195dd2ea18797f4b356cf77783c757f3513ae8752ea6d1c25966dc7b1f18d24","title":"","text":"}; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ pam openssl libp11 ] buildInputs = [ pam libp11.passthru.openssl libp11 ] ++ lib.optionals stdenv.isDarwin [ libintl ]; meta = with lib; {"} {"_id":"doc-en-nixpkgs-07b6601f0990b14cde516b215fd038f209d69da9b20dc3e8a973641f7e65b49b","title":"","text":"++ lib.optionals stdenv.hostPlatform.isMusl [ argp-standalone ] ++ lib.optionals withJitterEntropy [ jitterentropy ] ++ lib.optionals withNistBeacon [ curl jansson libxml2 ] ++ lib.optionals withPkcs11 [ libp11 openssl ] ++ lib.optionals withPkcs11 [ libp11 libp11.passthru.openssl ] ++ lib.optionals withRtlsdr [ librtlsdr ]; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-59e558b971086467fb829c1a6aa57d4c1021e24c169b33d898d2a3fbe6433b0f","title":"","text":"libow = callPackage ../development/libraries/libow { }; libp11 = callPackage ../development/libraries/libp11 { }; libp11 = callPackage ../development/libraries/libp11 { openssl = openssl_1_1; }; libpam-wrapper = callPackage ../development/libraries/libpam-wrapper { };"} {"_id":"doc-en-nixpkgs-45232bad8db7b765289f0b89ce34b1f629d06832b41db98a204c707638af8b0a","title":"","text":"pam_mysql = callPackage ../os-specific/linux/pam_mysql { }; pam_p11 = callPackage ../os-specific/linux/pam_p11 { openssl = openssl_1_1; }; pam_p11 = callPackage ../os-specific/linux/pam_p11 { }; pam_pgsql = callPackage ../os-specific/linux/pam_pgsql { };"} {"_id":"doc-en-nixpkgs-1375b3b1567abcea900e99c94277a9adc397ba925411eb7556c984222f712a1e","title":"","text":"{ fetchurl, stdenv, which, pkgconfig, makeWrapper, libxcb, xcbutilkeysyms , xcbutil, xcbutilwm, libstartup_notification, libX11, pcre, libev, yajl , xcb-util-cursor, coreutils, perl, pango, perlPackages, libxkbcommon , xcbutil, xcbutilwm, xcbutilxrm, libstartup_notification, libX11, pcre, libev , yajl, xcb-util-cursor, coreutils, perl, pango, perlPackages, libxkbcommon , xorgserver, xvfb_run, dmenu, i3status }: stdenv.mkDerivation rec { name = \"i3-${version}\"; version = \"4.12\"; version = \"4.13\"; src = fetchurl { url = \"http://i3wm.org/downloads/${name}.tar.bz2\"; sha256 = \"1d3q3lgpjbkmcwzjhp0dfr0jq847silcfg087slcnj95ikh1r7p1\"; sha256 = \"12ngz32swh9n85xy0cz1lq16aqi9ys5hq19v589q9a97wn1k3hcl\"; }; nativeBuildInputs = [ which pkgconfig makeWrapper ]; buildInputs = [ which pkgconfig makeWrapper libxcb xcbutilkeysyms xcbutil xcbutilwm libxkbcommon libxcb xcbutilkeysyms xcbutil xcbutilwm xcbutilxrm libxkbcommon libstartup_notification libX11 pcre libev yajl xcb-util-cursor perl pango perlPackages.AnyEventI3 perlPackages.X11XCB perlPackages.IPCRun perlPackages.ExtUtilsPkgConfig perlPackages.TestMore perlPackages.InlineC xorgserver xvfb_run ]; configureFlags = [ \"--disable-builddir\" ]; enableParallelBuilding = true; postPatch = '' patchShebangs . '';"} {"_id":"doc-en-nixpkgs-803043074c0ba4fb62a2701d2ae7e540b05139dc9a0d4f9edeb3dcb6d6cbe03b","title":"","text":"! grep -q '^not ok' testcases/latest/complete-run.log ''; configurePhase = \"makeFlags=PREFIX=$out\"; postInstall = '' wrapProgram \"$out/bin/i3-save-tree\" --prefix PERL5LIB \":\" \"$PERL5LIB\" mkdir -p $out/man/man1 cp man/*.1 $out/man/man1 for program in $out/bin/i3-sensible-*; do sed -i 's/which/command -v/' $program done"} {"_id":"doc-en-nixpkgs-dcde43c908435c4dec4f9e49d2dd123e268bd762634310bf3c313300890aee3d","title":"","text":"meta = with stdenv.lib; { description = \"A tiling window manager\"; homepage = \"http://i3wm.org\"; maintainers = with maintainers; [ garbas modulistic ]; maintainers = with maintainers; [ garbas modulistic fpletz ]; license = licenses.bsd3; platforms = platforms.all;"} {"_id":"doc-en-nixpkgs-ae32bef4a1567b486560cf8c879d52b8f4bdf207a358b9ca4c8de1fcd8291ae9","title":"","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index 915912af5..f5c2cf9cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,11 +91,6 @@ if(\"${CMAKE_HOST_SYSTEM_NAME}\" STREQUAL Windows) endif() endif() else() -\tCPMAddPackage( -\t\tNAME Ccache.cmake -\t\tGITHUB_REPOSITORY TheLartians/Ccache.cmake -\t\tVERSION 1.2 -\t) endif() # Dependencies -- 2.40.1 "} {"_id":"doc-en-nixpkgs-86a894e309b64ff3c9ac2890a509d1e74172e61dbbffb006d8b7bcb2da801486","title":"","text":", stdenv , fetchurl , fetchFromGitHub , substituteAll , cmake , curl , nasm"} {"_id":"doc-en-nixpkgs-e3dcb4c27744abc3417613662ae2b4dc790ad06b8118ffa4f913efb13900dd83","title":"","text":", SDL2 , SDL2_mixer , zlib , unzip , makeWrapper , makeDesktopItem , copyDesktopItems }: let assets_version = \"2.2.5\"; assets = fetchurl { url = \"https://github.com/mazmazz/SRB2/releases/download/SRB2_assets_220/srb2-${assets_version}-assets.7z\"; sha256 = \"1m9xf3vraq9nipsi09cyvvfa4i37gzfxg970rnqfswd86z9v6v00\"; }; assets_optional = fetchurl { url = \"https://github.com/mazmazz/SRB2/releases/download/SRB2_assets_220/srb2-${assets_version}-optional-assets.7z\"; sha256 = \"1j29jrd0r1k2bb11wyyl6yv9b90s2i6jhrslnh77qkrhrwnwcdz4\"; }; in stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"srb2\"; version = \"2.2.10\"; version = \"2.2.11\"; src = fetchFromGitHub { owner = \"STJr\"; repo = \"SRB2\"; rev = \"SRB2_release_${version}\"; sha256 = \"03388n094d2yr5si6ngnggbqhm8b2l0s0qvfnkz49li9bd6a81gg\"; rev = \"SRB2_release_${finalAttrs.version}\"; hash = \"sha256-tyiXivJWjNnL+4YynUV6k6iaMs8o9HkHrp+qFj2+qvQ=\"; }; nativeBuildInputs = [ cmake nasm p7zip makeWrapper copyDesktopItems ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-bd63c5576bb77a055878dd77b921d73fa1210c30188c71367f41f767302cae73","title":"","text":"zlib ]; assets = stdenv.mkDerivation { pname = \"srb2-data\"; version = finalAttrs.version; nativeBuildInputs = [ unzip ]; src = fetchurl { url = \"https://github.com/STJr/SRB2/releases/download/SRB2_release_${finalAttrs.version}/SRB2-v${lib.replaceStrings [\".\"] [\"\"] finalAttrs.version}-Full.zip\"; hash = \"sha256-KsJIkCczD/HyIwEy5dI3zsHbWFCMBaCoCHizfupFoWM=\"; }; sourceRoot = \".\"; installPhase = '' mkdir -p $out/share/srb2 cp -r *pk3 *dta *dat models/ $out/share/srb2/ ''; }; cmakeFlags = [ \"-DSRB2_ASSET_DIRECTORY=/build/source/assets\" \"-DSRB2_ASSET_DIRECTORY=${finalAttrs.assets}/share/srb2\" \"-DGME_INCLUDE_DIR=${game-music-emu}/include\" \"-DOPENMPT_INCLUDE_DIR=${libopenmpt.dev}/include\" \"-DSDL2_MIXER_INCLUDE_DIR=${lib.getDev SDL2_mixer}/include/SDL2\" \"-DSDL2_INCLUDE_DIR=${lib.getDev SDL2}/include/SDL2\" \"-DSDL2_INCLUDE_DIR=${lib.getDev SDL2.dev}/include/SDL2\" ]; patches = [ ./wadlocation.patch # Fix unknown command \"CPMAddPackage\" by not using Ccache.cmake ./cmake.patch ]; postPatch = '' substituteInPlace src/sdl/i_system.c --replace '@wadlocation@' $out ''; desktopItems = [ (makeDesktopItem rec { name = \"Sonic Robo Blast 2\"; exec = finalAttrs.pname; icon = finalAttrs.pname; comment = finalAttrs.meta.description; desktopName = name; genericName = name; categories = [ \"Game\" ]; }) ]; preConfigure = '' 7z x ${assets} -o\"/build/source/assets\" -aos 7z x ${assets_optional} -o\"/build/source/assets\" -aos ''; installPhase = '' mkdir -p $out/bin $out/share/applications $out/share/pixmaps $out/share/icons copyDesktopItems cp ../srb2.png $out/share/pixmaps/. cp ../srb2.png $out/share/icons/. postInstall = '' mkdir $out/bin mv $out/lsdlsrb2-${version} $out/bin/srb2 cp bin/lsdlsrb2 $out/bin/srb2 wrapProgram $out/bin/srb2 --set SRB2WADDIR \"${finalAttrs.assets}/share/srb2\" ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-3b5405d22f38928e9dff3c553d4437e6fc284e7b52d51c0fcea345ac07e593a0","title":"","text":"homepage = \"https://www.srb2.org/\"; platforms = platforms.linux; license = licenses.gpl2Plus; maintainers = with maintainers; [ zeratax ]; maintainers = with maintainers; [ zeratax donovanglover ]; }; } }) "} {"_id":"doc-en-nixpkgs-a8a55d37f43cde79ba1c6ea2b8a5e4bd697809f34f5c8fd0a2f46b50be03d404","title":"","text":" diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index 10c0747bf..861f00728 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -145,13 +145,7 @@ int TimeFunction(int requested_frequency); // Locations for searching the srb2.pk3 #if defined (__unix__) || defined(__APPLE__) || defined (UNIXCOMMON) -#define DEFAULTWADLOCATION1 \"/usr/local/share/games/SRB2\" -#define DEFAULTWADLOCATION2 \"/usr/local/games/SRB2\" -#define DEFAULTWADLOCATION3 \"/usr/share/games/SRB2\" -#define DEFAULTWADLOCATION4 \"/usr/games/SRB2\" -#define DEFAULTSEARCHPATH1 \"/usr/local/games\" -#define DEFAULTSEARCHPATH2 \"/usr/games\" -#define DEFAULTSEARCHPATH3 \"/usr/local\" +#define DEFAULTWADLOCATION1 \"@wadlocation@\" #elif defined (_WIN32) #define DEFAULTWADLOCATION1 \"c:gamessrb2\" #define DEFAULTWADLOCATION2 \"gamessrb2\" @@ -2812,34 +2806,6 @@ static const char *locateWad(void) if (((envstr = I_GetEnv(\"SRB2WADDIR\")) != NULL) && isWadPathOk(envstr)) return envstr; -#ifndef NOCWD -\tI_OutputMsg(\",.\"); -\t// examine current dir -\tstrcpy(returnWadPath, \".\"); -\tif (isWadPathOk(returnWadPath)) -\t\treturn NULL; -#endif - - -#ifdef CMAKECONFIG -#ifndef NDEBUG -\tI_OutputMsg(\",\"CMAKE_ASSETS_DIR); -\tstrcpy(returnWadPath, CMAKE_ASSETS_DIR); -\tif (isWadPathOk(returnWadPath)) -\t{ -\t\treturn returnWadPath; -\t} -#endif -#endif - -#ifdef __APPLE__ -\tOSX_GetResourcesPath(returnWadPath); -\tI_OutputMsg(\",%s\", returnWadPath); -\tif (isWadPathOk(returnWadPath)) -\t{ -\t\treturn returnWadPath; -\t} -#endif // examine default dirs #ifdef DEFAULTWADLOCATION1 @@ -2884,16 +2850,7 @@ static const char *locateWad(void) if (isWadPathOk(returnWadPath)) return returnWadPath; #endif -#ifndef NOHOME -\t// find in $HOME -\tI_OutputMsg(\",HOME\"); -\tif ((envstr = I_GetEnv(\"HOME\")) != NULL) -\t{ -\t\tWadPath = searchWad(envstr); -\t\tif (WadPath) -\t\t\treturn WadPath; -\t} -#endif + #ifdef DEFAULTSEARCHPATH1 // find in /usr/local I_OutputMsg(\", in:\"DEFAULTSEARCHPATH1); "} {"_id":"doc-en-nixpkgs-1b7f94bcaf33a4efbb7094fcfaf661d23ed7c34c3a8b7c9ebd96c6519393f392","title":"","text":" https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=2d7ed98add14f75041499ac189696c9bd3d757fe --- a/Makeconfig +++ b/Makeconfig @@ -43,6 +43,22 @@ else $(error objdir must be defined by the build-directory Makefile) endif +# Did we request 'make -s' run? \"yes\" or \"no\". +# Starting from make-4.4 MAKEFLAGS now contains long +# options like '--shuffle'. To detect presence of 's' +# we pick first word with short options. Long options +# are guaranteed to come after whitespace. We use '-' +# prefix to always have a word before long options +# even if no short options were passed. +# Typical MAKEFLAGS values to watch for: +# \"rs --shuffle=42\" (silent) +# \" --shuffle\" (not silent) +ifeq ($(findstring s, $(firstword -$(MAKEFLAGS))),) +silent-make := no +else +silent-make := yes +endif + # Root of the sysdeps tree. sysdep_dir := $(..)sysdeps export sysdep_dir := $(sysdep_dir) @@ -917,7 +933,7 @@ endif # umpteen zillion filenames along with it (we use `...' instead) # but we don't want this echoing done when the user has said # he doesn't want to see commands echoed by using -s. -ifneq\t\"$(findstring s,$(MAKEFLAGS))\" \"\"\t# if -s +ifeq ($(silent-make),yes)\t\t\t# if -s +cmdecho\t:= echo >/dev/null else\t\t\t\t\t\t# not -s +cmdecho\t:= echo --- a/Makerules +++ b/Makerules @@ -794,7 +794,7 @@ endif # Maximize efficiency by minimizing the number of rules. .SUFFIXES:\t# Clear the suffix list. We don't use suffix rules. # Don't define any builtin rules. -MAKEFLAGS := $(MAKEFLAGS)r +MAKEFLAGS := $(MAKEFLAGS) -r # Generic rule for making directories. %/: @@ -811,7 +811,7 @@ MAKEFLAGS := $(MAKEFLAGS)r .PRECIOUS: $(foreach l,$(libtypes),$(patsubst %,$(common-objpfx)$l,c)) # Use the verbose option of ar and tar when not running silently. -ifeq\t\"$(findstring s,$(MAKEFLAGS))\" \"\"\t# if not -s +ifeq ($(silent-make),no)\t\t\t# if not -s verbose := v else\t \t\t\t\t\t# -s verbose\t:= --- a/elf/rtld-Rules +++ b/elf/rtld-Rules @@ -52,7 +52,7 @@ $(objpfx)rtld-libc.a: $(foreach dir,$(rtld-subdirs), mv -f $@T $@ # Use the verbose option of ar and tar when not running silently. -ifeq\t\"$(findstring s,$(MAKEFLAGS))\" \"\"\t# if not -s +ifeq ($(silent-make),no)\t\t\t# if not -s verbose := v else\t\t\t\t\t\t# -s verbose\t:= "} {"_id":"doc-en-nixpkgs-29d95cd7c6bd5a91014e4809628bbc2cd07f575db470cc9c4fc74648b4be95e9","title":"","text":"let version = \"2.35\"; patchSuffix = \"-163\"; patchSuffix = \"-224\"; sha256 = \"sha256-USNzL2tnzNMZMF79OZlx1YWSEivMKmUYob0lEN0M9S4=\"; in"} {"_id":"doc-en-nixpkgs-edecb9ddb083570806f826931c0fbb687f66f9fc488e18c6ffe5c0b93db9b5a7","title":"","text":"*/ ./2.35-master.patch.gz /* Can be removed after next snapshot update or release update. */ ./2.35-make-4.4.patch /* Revert this patch contained in the previous bundle. For now, until we know more. */ ./revert-mktime.patch /* Allow NixOS and Nix to handle the locale-archive. */ ./nix-locale-archive.patch"} {"_id":"doc-en-nixpkgs-48976d797f2e01498f9715182578499fb4cb02c0cfbd47e0ca0cf11735a5af0f","title":"","text":" commit f6d4c1ac648c4ff8baad94500df0bb13108a4f79 Author: Paul Eggert Date: Thu Sep 8 20:08:32 2022 -0500 REVERT: mktime: improve heuristic for ca-1986 Indiana DST This patch syncs mktime.c from Gnulib, fixing a problem reported by Mark Krenz , and it should fix BZ#29035 too. * time/mktime.c (__mktime_internal): Be more generous about accepting arguments with the wrong value of tm_isdst, by falling back to a one-hour DST difference if we find no nearby DST that is unusual. This fixes a problem where \"1986-04-28 00:00 EDT\" was rejected when TZ=\"America/Indianapolis\" because the nearest DST timestamp occurred in 1970, a temporal distance too great for the old heuristic. This also also narrows the search a bit, which is a minor performance win. (cherry picked from commit 83859e1115269cf56d21669361d4ddbe2687831c) diff --git b/time/mktime.c a/time/mktime.c index e9a6006710..494c89bf54 100644 --- b/time/mktime.c +++ a/time/mktime.c @@ -429,13 +429,8 @@ __mktime_internal (struct tm *tp, time with the right value, and use its UTC offset. Heuristic: probe the adjacent timestamps in both directions, -\t looking for the desired isdst. If none is found within a -\t reasonable duration bound, assume a one-hour DST difference. -\t This should work for all real time zone histories in the tz -\t database. */ - - /* +1 if we wanted standard time but got DST, -1 if the reverse. */ - int dst_difference = (isdst == 0) - (tm.tm_isdst == 0); +\t looking for the desired isdst. This should work for all real +\t time zone histories in the tz database. */ /* Distance between probes when looking for a DST boundary. In tzdata2003a, the shortest period of DST is 601200 seconds @@ -446,14 +441,12 @@ __mktime_internal (struct tm *tp, periods when probing. */ int stride = 601200; - /* In TZDB 2021e, the longest period of DST (or of non-DST), in -\t which the DST (or adjacent DST) difference is not one hour, -\t is 457243209 seconds: e.g., America/Cambridge_Bay with leap -\t seconds, starting 1965-10-31 00:00 in a switch from -\t double-daylight time (-05) to standard time (-07), and -\t continuing to 1980-04-27 02:00 in a switch from standard time -\t (-07) to daylight time (-06). */ - int duration_max = 457243209; + /* The longest period of DST in tzdata2003a is 536454000 seconds +\t (e.g., America/Jujuy starting 1946-10-01 01:00). The longest +\t period of non-DST is much longer, but it makes no real sense +\t to search for more than a year of non-DST, so use the DST +\t max. */ + int duration_max = 536454000; /* Search in both directions, so the maximum distance is half the duration; add the stride to avoid off-by-1 problems. */ @@ -490,11 +483,6 @@ __mktime_internal (struct tm *tp, } } - /* No unusual DST offset was found nearby. Assume one-hour DST. */ - t += 60 * 60 * dst_difference; - if (mktime_min <= t && t <= mktime_max && convert_time (convert, t, &tm)) -\tgoto offset_found; - __set_errno (EOVERFLOW); return -1; } "} {"_id":"doc-en-nixpkgs-66c67f6d7de243ddc13aa4451c934999bd03e3396c7b75b377163030c6f4e3cf","title":"","text":"settings_ = lib.recursiveUpdate { init = { PRINT_MODE = if enableTextMode then \"TEXT\" else if enableTWBT then \"TWBT\" else null; PRINT_MODE = if enableTextMode then \"TEXT\" else if enableTWBT then \"TWBT\" else if stdenv.hostPlatform.isDarwin then \"STANDARD\" # https://www.bay12games.com/dwarves/mantisbt/view.php?id=11680 else null; INTRO = enableIntro; TRUETYPE = enableTruetype; FPS = enableFPS;"} {"_id":"doc-en-nixpkgs-1545e6909df6dfd4d9364ff799b7e7ddbed39ef9abc3e983cc183ae0c3e1e62f","title":"","text":"ln -sfT ${cfg.package}/modules ${cfg.dataDir}/modules if [ \"$(id -u)\" = 0 ]; then chown -R elasticsearch ${cfg.dataDir}; fi ''; postStart = mkBefore '' until ${pkgs.curl.bin}/bin/curl -s -o /dev/null ${cfg.listenAddress}:${toString cfg.port}; do sleep 1 done ''; }; environment.systemPackages = [ cfg.package ];"} {"_id":"doc-en-nixpkgs-bf6c096d4d3267c4dfc9703a610709acabecfd305f296f62233fa8a18516cdbc","title":"","text":", libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes , libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, mesa, nspr, nss , pango, systemd, libappindicator-gtk3, libdbusmenu, writeScript, python3, runCommand , wayland , branch , common-updater-scripts, withOpenASAR ? false }:"} {"_id":"doc-en-nixpkgs-afff2c9b51e631cba0d309f1e9b36ddbfa14a6b7e2351c978c2b3ff97f12cdaa","title":"","text":"libXScrnSaver libappindicator-gtk3 libdbusmenu wayland ]; installPhase = ''"} {"_id":"doc-en-nixpkgs-36f4e2c15093e256081e5524ebb3981e82096d2e468e0fc882a67fcd089c361d","title":"","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":"doc-en-nixpkgs-4d77f6e97e4e12e4c8c95bb48ebfe0922fe3b3f1d8cfcc63aa32f70434597755","title":"","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":"doc-en-nixpkgs-065c142a4ae1a094d7edf0a86779e826ee7172c4ca2882a744f66dc1afd6ae8c","title":"","text":"mkDerivationWith python3.pkgs.buildPythonApplication rec { pname = \"openshot-qt\"; version = \"2.6.1\"; version = \"3.0.0\"; src = fetchFromGitHub { owner = \"OpenShot\"; repo = \"openshot-qt\"; rev = \"v${version}\"; hash = \"sha256-29fAg4SDoAFzv6q43Dcs2HdaeKZfPEzlGqCcICiPSF0=\"; hash = \"sha256-h4R2txi038m6tzdKYiXIB8CiqWt2MFFRNerp1CFP5as=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-571190876153982a2c587b3d93c4a2d34744be477138e407a09ae709c7d8791c","title":"","text":"export HOME=$(mktemp -d) ''; # Following Arch PKGBUILD for Python 3.10 compatibility # https://github.com/OpenShot/openshot-qt/issues/4608 # https://github.com/archlinux/svntogit-community/commits/packages/openshot/trunk patches = [ (fetchpatch { name = \"video-widget.patch\"; url = \"https://github.com/OpenShot/openshot-qt/commit/9748a13268d66a5949aebc970637b5903756d018.patch\"; hash = \"sha256-QwLtcooDJeYWDp80a1dUFo2so/zEWqqsq5IgkXWX324=\"; }) (fetchpatch { name = \"python-3.10-int.patch\"; url = \"https://github.com/OpenShot/openshot-qt/commit/fff785eb1e3e0c30ed6ca57e2d1933aaa807ae22.patch\"; hash = \"sha256-ee/s7rhF71ot5oPkGK+j59mL1B3e72xoH27KFoDL8s8=\"; }) ]; doCheck = false; dontWrapGApps = true;"} {"_id":"doc-en-nixpkgs-a8c27e7fb44d749d046c8b122fb3d0bd8ce3d444530e291b815fda4339ee5804","title":"","text":"stdenv.mkDerivation rec { pname = \"libopenshot\"; version = \"0.2.7\"; version = \"0.3.0\"; src = fetchFromGitHub { owner = \"OpenShot\"; repo = \"libopenshot\"; rev = \"v${version}\"; sha256 = \"sha256-aF8wrPxFIjCy5gw72e/WyL/Wcx9tUGDkrqHS+ZDVK0U=\"; sha256 = \"sha256-qe866gFhcbd7yCNXDiZ9Aj0TAiWoJ+r7C5BjtWBKSGA=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-9092b071318e3255208483ec99a90463dae417851301ff9acd9383635b279f01","title":"","text":"pnpm = nodeEnv.buildNodePackage { name = \"pnpm\"; packageName = \"pnpm\"; version = \"7.19.0\"; version = \"7.24.3\"; src = fetchurl { url = \"https://registry.npmjs.org/pnpm/-/pnpm-7.19.0.tgz\"; sha512 = \"0ZPqlBY9M5fqKI9Ya0kEB7PQj7Pg7bYEjXbRbg4pNnJIObzXeO+PaK/8FBd8KMgJe5QpLb6rn2nVFHNSNoz+kw==\"; url = \"https://registry.npmjs.org/pnpm/-/pnpm-7.24.3.tgz\"; sha512 = \"0fpP1l16xOY8YwsATSLodNNBa7bitV1cNY475fioVLR7Thx5tkCtdp3xIlvZYX8ZoPtedLhGn3fICC409HQSNQ==\"; }; buildInputs = globalBuildInputs; meta = {"} {"_id":"doc-en-nixpkgs-5b031052c677c869ca391efa4b4b73ff82dbd9df98352b42665f4e3e1a56b100","title":"","text":" { lib, fetchzip }: fetchzip rec { pname = \"capitaine-cursors-themed\"; version = \"5\"; stripRoot = false; url = \"https://github.com/sainnhe/capitaine-cursors/releases/download/r${version}/Linux.zip\"; sha256 = \"jQNAXuR/OtvohWziGYgb5Ni2/tEIGaY9HIyUUW793EY=\"; postFetch = '' mkdir -p $out/share/icons cp -r ./ $out/share/icons ''; meta = with lib; { description = \"A fork of the capitaine cursor theme, with some additional variants (Gruvbox, Nord, Palenight) and support for HiDPI\"; homepage = \"https://github.com/sainnhe/capitaine-cursors\"; license = licenses.lgpl3Only; platforms = platforms.unix; maintainers = [ maintainers.math-42 ]; }; } "} {"_id":"doc-en-nixpkgs-b48035aae099ac171c9a54ffada87aac319b70a8405fdbc202ca4fc58537ffe3","title":"","text":"capitaine-cursors = callPackage ../data/icons/capitaine-cursors { }; capitaine-cursors-themed = callPackage ../data/icons/capitaine-cursors-themed { }; carlito = callPackage ../data/fonts/carlito {}; cascadia-code = callPackage ../data/fonts/cascadia-code { };"} {"_id":"doc-en-nixpkgs-8101cea47c58d7885741b2d09eedc1ece29195b89e36ffb7cb8f2a1e7e58cd8e","title":"","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":"doc-en-nixpkgs-82018ab0c96a0cbfeffec1e2bbdf5b33c1c3410c4ec79d4d341cf0bcbf541f0d","title":"","text":" { pkgs }: self: super: { rmfuse = super.rmfuse.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = \"https://github.com/rschroll/rmfuse.git\"; rev = \"3796b8610c8a965a60a417fc0bf8ea5200b71fd2\"; sha256 = \"03qxy95jpk741b81bd38y51d4a0vynx2y1g662bci9r6m7l14yav\"; }; } ); } "} {"_id":"doc-en-nixpkgs-b052f473b6974d5c421059780cc151d0bb7ad84fa34a5e7337045f478b890471","title":"","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":"doc-en-nixpkgs-2c1b8f77bb87382b355289f52ec7765c014af628f322bd0cc2c2b7b2c88aab2e","title":"","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":"doc-en-nixpkgs-167f1d7db59b80568189f7c0e8913538ef0950fed3f88cd7f8821be9d693b9d6","title":"","text":" #!/usr/bin/env nix-shell #! nix-shell -i bash -p poetry poetry2nix.cli set -eu poetry lock poetry2nix lock "} {"_id":"doc-en-nixpkgs-626f75f77f3ac0e941171ebf3159bd9ff23608d1b9cb82491b5c6eed891650c5","title":"","text":"gtksourceview5 ]; postPatch = '' substituteInPlace src/meson.build --replace \"1.2.0\" \"${libadwaita.version}\" ''; postInstall = '' ln -s $out/bin/io.posidon.Paper $out/bin/paper '';"} {"_id":"doc-en-nixpkgs-de1dea3f8b76b6511be4745ee80e1d28fdff3e5da4f8e495a79d277e15b7bbde","title":"","text":"libreoffice = hiPrio libreoffice-still; libreoffice-qt = hiPrio libreoffice-qt-still; libreoffice-qt-unwrapped = libreoffice-qt.unwrapped; libreoffice-unwrapped = libreoffice.unwrapped; libreoffice-args = {"} {"_id":"doc-en-nixpkgs-5cb2acd9fc2151304b8aeec2c0f3d778ad0eecb06b2df1e976db99600bfa0667","title":"","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":"doc-en-nixpkgs-300069bd07873553c18e9f1387a2c3de98f28b3b875421ef376d816d4a2aaa9e","title":"","text":" { lib , stdenvNoCC , fetchurl , unzip }: stdenvNoCC.mkDerivation rec { pname = \"roboto-serif\"; version = \"1.007\"; src = fetchurl { url = \"https://github.com/googlefonts/roboto-serif/releases/download/v${version}/RobotoSerifFonts-v${version}.zip\"; hash = \"sha256-A14GztkTvaLBvcm1i3A0Vi9vaz77nFYYoSNggqbffFo=\"; }; sourceRoot = \".\"; nativeBuildInputs = [ unzip ]; installPhase = '' runHook preInstall install -Dm644 variable/*.ttf -t $out/share/fonts/truetype runHook postInstall ''; meta = with lib; { description = \"The Roboto family of fonts\"; longDescription = '' Google’s signature family of fonts, the default font on Android and Chrome OS, and the recommended font for Google’s visual language, Material Design. ''; homepage = \"https://github.com/googlefonts/roboto-serif\"; license = licenses.ofl; maintainers = with maintainers; [ wegank ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-623e6ef38498dab12ef7d55571d15bbaf9501f0265a173514988938698308666","title":"","text":"roboto-mono = callPackage ../data/fonts/roboto-mono { }; roboto-serif = callPackage ../data/fonts/roboto-serif { }; roboto-slab = callPackage ../data/fonts/roboto-slab { }; hasklig = callPackage ../data/fonts/hasklig {};"} {"_id":"doc-en-nixpkgs-c50813d7c2b85ecb49f70a0cc7177dd55e7223cbc2a9424cdeacbc964be3fff1","title":"","text":"then [ package ] ++ extraPackages else [ package32 ] ++ extraPackages32; in prevLibs ++ additionalLibs; extraPkgs = p: (cfg.extraPackages ++ lib.optionals (prev ? extraPkgs) (prev.extraPkgs p)); } // lib.optionalAttrs (cfg.gamescopeSession.enable && gamescopeCfg.capSysNice) { buildFHSEnv = pkgs.buildFHSEnv.override {"} {"_id":"doc-en-nixpkgs-d2a31d728399580aeefc03335593a0ef8b005d92caa65d050102c0326c323ba0","title":"","text":"''; }; extraPackages = lib.mkOption { type = lib.types.listOf lib.types.package; default = [ ]; example = lib.literalExpression '' with pkgs; [ gamescope ] ''; description = '' Additional packages to add to the Steam environment. ''; }; extraCompatPackages = lib.mkOption { type = lib.types.listOf lib.types.package; default = [ ];"} {"_id":"doc-en-nixpkgs-cb6616a0954ccc7146a7c9db9771c92939edd3fcc13441ccc5a38e3606333a3c","title":"","text":"''; }; fontPackages = lib.mkOption { type = lib.types.listOf lib.types.package; default = config.fonts.packages; defaultText = lib.literalExpression \"fonts.packages\"; example = lib.literalExpression \"with pkgs; [ source-han-sans ]\"; description = '' Font packages to use in Steam. Defaults to system fonts, but could be overridden to use other fonts — useful for users who would like to customize CJK fonts used in Steam. According to the [upstream issue](https://github.com/ValveSoftware/steam-for-linux/issues/10422#issuecomment-1944396010), Steam only follows the per-user fontconfig configuration. ''; }; remotePlay.openFirewall = lib.mkOption { type = lib.types.bool; default = false;"} {"_id":"doc-en-nixpkgs-a04d738752f6ef21235582e82219b571f42a8cf090f98263a49482be29ebd7a6","title":"","text":"}; }; programs.steam.extraPackages = cfg.fontPackages; programs.gamescope.enable = lib.mkDefault cfg.gamescopeSession.enable; services.displayManager.sessionPackages = lib.mkIf cfg.gamescopeSession.enable [ gamescopeSessionFile ];"} {"_id":"doc-en-nixpkgs-7448eaf5da62ac7c137ddf961c777a1550f7bedd315c73ca37264b021e84ec14","title":"","text":"# compile, because it uses \"#include_next \" to find the # limits.h file in ../includes-fixed. To remedy the problem, # another -idirafter is necessary to add that directory again. # # We use --sysroot=/nix/store/does/not/exist to drop embedded default # path to glibc headers gcc was built against. Without it -idirafter # only appends to the list and outdated glibc headers end up being # used. 'cc-cflags-before' is used to allow user's --sysroot= option # to override our default. + optionalString (libc != null) ('' touch \"$out/nix-support/libc-cflags\" touch \"$out/nix-support/libc-ldflags\" echo \"-B${libc_lib}${libc.libdir or \"/lib/\"}\" >> $out/nix-support/libc-crt1-cflags '' + optionalString (!(cc.langD or false)) '' echo \"--sysroot=/nix/store/does/not/exist\" >> $out/nix-support/cc-cflags-before echo \"-idirafter ${libc_dev}${libc.incdir or \"/include\"}\" >> $out/nix-support/libc-cflags '' + optionalString (isGNU && (!(cc.langD or false))) '' for dir in \"${cc}\"/lib/gcc/*/*/include-fixed; do"} {"_id":"doc-en-nixpkgs-0587b67fe913f8a6606e8f6ffbfdd3d353ef2d5f9cdddbe7a21bce1d427d340b","title":"","text":"git ]; # Workaround cc-wrapper's --sysroot= value for `staging-next`: it # breaks library lookup via RUNPATH: # ld: warning: libm.so.6, needed by ./generated/linux/release/64/lib.so, not found (try using -rpath or -rpath-link) # ld: /build/druntime/generated/linux/release/64/libdruntime.so: undefined reference to `log10@GLIBC_2.2.5' # TODO(trofi): remove the workaround once cc-wrapper is fixed. NIX_CFLAGS_COMPILE = [ \"--sysroot=/\" ]; buildInputs = [ curl tzdata"} {"_id":"doc-en-nixpkgs-bcfc4ab5c6b74996de84ce65f40343f650dc7a57caa85aa61326a6a143c5b108","title":"","text":"NIX_CFLAGS_COMPILE = lib.optionals stdenv.isDarwin [ \"-fno-common\" ] ++ lib.optionals enableOpenCL [ \"-UPIPE_SEARCH_DIR\" \"-DPIPE_SEARCH_DIR=\"${placeholder \"opencl\"}/lib/gallium-pipe\"\" # Work around regression from https://github.com/NixOS/nixpkgs/pull/210004 # TODO(trofi): remove \"--sysroot=/\" ]; passthru = {"} {"_id":"doc-en-nixpkgs-9a2e632e15d9deec950f5674a4acb00d7292ddb182e76406a37f6e2b8400085d","title":"","text":"passAsFile = [ \"extraConfig\" ]; # Workaround '-idirafter' ordering bug in staging-next: # https://github.com/NixOS/nixpkgs/pull/210004 # where libc '-idirafter' gets added after user's idirafter and # breaks. # TODO(trofi): remove it in staging once fixed in cc-wrapper. preConfigure = '' export NIX_CFLAGS_COMPILE_BEFORE_${lib.replaceStrings [\"-\" \".\"] [\"_\" \"_\"] buildPackages.stdenv.hostPlatform.config}=$(< ${buildPackages.stdenv.cc}/nix-support/libc-cflags) export NIX_CFLAGS_COMPILE_BEFORE_${lib.replaceStrings [\"-\" \".\"] [\"_\" \"_\"] stdenv.hostPlatform.config}=$(< ${stdenv.cc}/nix-support/libc-cflags) ''; configurePhase = '' runHook preConfigure"} {"_id":"doc-en-nixpkgs-7f91d0544840b8dc9a2895469d952874ff562b07bfadc0141c2a56d0d09df7ed","title":"","text":"substituteInPlace src/util/genfsimg --replace \"\tsyslinux \" \"\ttrue \" ''; # calling syslinux on a FAT image isn't going to work # Workaround '-idirafter' ordering bug in staging-next: # https://github.com/NixOS/nixpkgs/pull/210004 # where libc '-idirafter' gets added after user's idirafter and # breaks. # TODO(trofi): remove it in staging once fixed in cc-wrapper. preConfigure = '' export NIX_CFLAGS_COMPILE_BEFORE_${lib.replaceStrings [\"-\" \".\"] [\"_\" \"_\"] buildPackages.stdenv.hostPlatform.config}=$(< ${buildPackages.stdenv.cc}/nix-support/libc-cflags) export NIX_CFLAGS_COMPILE_BEFORE_${lib.replaceStrings [\"-\" \".\"] [\"_\" \"_\"] stdenv.hostPlatform.config}=$(< ${stdenv.cc}/nix-support/libc-cflags) ''; # not possible due to assembler code hardeningDisable = [ \"pic\" \"stackprotector\" ];"} {"_id":"doc-en-nixpkgs-10cec79ab57537bbf44746266162cdc6e3883ad1f98d29089980f9846f3fbd0b","title":"","text":"sourceRoot = \"source/src\"; # Workaround '-idirafter' ordering bug in staging-next: # https://github.com/NixOS/nixpkgs/pull/210004 # where libc '-idirafter' gets added after user's idirafter and # breaks. # TODO(trofi): remove it in staging once fixed in cc-wrapper. preConfigure = '' export NIX_CFLAGS_COMPILE_BEFORE_${lib.replaceStrings [\"-\" \".\"] [\"_\" \"_\"] stdenv.hostPlatform.config}=$(< ${stdenv.cc}/nix-support/libc-cflags) ''; buildInputs = [ libbfd zlib libiberty ]; makeFlags = [ \"wimboot.x86_64.efi\" ];"} {"_id":"doc-en-nixpkgs-e43307ec181fd4fbd6accabfa1d689299facf7ad9311dc2fa35046363dd0d4da","title":"","text":"{ lib, stdenv, llvm_meta , monorepoSrc, runCommand , monorepoSrc, runCommand, fetchpatch , cmake, ninja, python3, fixDarwinDylibNames, version , cxxabi ? if stdenv.hostPlatform.isFreeBSD then libcxxrt else libcxxabi , libcxxabi, libcxxrt, libunwind"} {"_id":"doc-en-nixpkgs-c75b7684cd692fb2d238851ba850dd87dc5b3bd846a57264259d06a8cb58fb2d","title":"","text":"patches = [ ./gnu-install-dirs.patch # See: # - https://reviews.llvm.org/D133566 # - https://github.com/NixOS/nixpkgs/issues/214524#issuecomment-1429146432 # !!! Drop in LLVM 16+ (fetchpatch { url = \"https://github.com/llvm/llvm-project/commit/57c7bb3ec89565c68f858d316504668f9d214d59.patch\"; hash = \"sha256-AaM9A6tQ4YAw7uDqCIV4VaiUyLZv+unwcOqbakwW9/k=\"; relative = \"libcxx\"; }) ] ++ lib.optionals stdenv.hostPlatform.isMusl [ ../../libcxx-0001-musl-hacks.patch ];"} {"_id":"doc-en-nixpkgs-65771b0f6313a41b9fba5681febf358e69b39172353dba39c74d1952e58d4871","title":"","text":"# libcxxStdenv broken # fix in https://github.com/NixOS/nixpkgs/pull/216273 (filter (n: n != \"llvmPackages_15\")) ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ # libcxx does not build for some reason on aarch64-linux (filter (n: n != \"llvmPackages_7\"))"} {"_id":"doc-en-nixpkgs-669135c17adefda1f145a6332462a2ed1f96826039c3e29c420ff46c178fe7dc","title":"","text":", cython , dill , fastavro , fasteners , fetchFromGitHub , fetchpatch , freezegun"} {"_id":"doc-en-nixpkgs-f9ac4e13ff24b0332bdc8f119702d198a4a36c38e5b901285cdd1947bb9cde98","title":"","text":", grpcio-tools , hdfs , httplib2 , hypothesis , lib , mock , mypy-protobuf , numpy , oauth2client , objsize , orjson , pandas , parameterized"} {"_id":"doc-en-nixpkgs-dabc186d1fde01d2f7b38216264147140f54f0bc145d4f7c371ac75bad072386","title":"","text":", pydot , pyhamcrest , pymongo , pytest-xdist , pytestCheckHook , python , python-dateutil , pythonAtLeast , pythonRelaxDepsHook , pytz , pyyaml , regex , requests , requests-mock , scikit-learn , setuptools , sqlalchemy , tenacity , testcontainers , typing-extensions , zstandard }: buildPythonPackage rec { pname = \"apache-beam\"; version = \"2.43.0\"; version = \"2.44.0\"; src = fetchFromGitHub { owner = \"apache\"; repo = \"beam\"; rev = \"refs/tags/v${version}\"; sha256 = \"sha256-lqGXCC66eyBnHcK06k9knggX5C+2d0m6xBAI5sh0RHo=\"; hash = \"sha256-5fnZxv2ZkFlv8vGDIt/6EL41v9P1iKa1tEd1nezq+PU=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-4044b4e1c8acaa9a915b6ec6a5313840c220911e88f7503e32732949b2e629f0","title":"","text":"hash = \"sha256-iUmnzrItTFM98w3mpadzrmtI3t0fucpSujAg/6qxCGk=\"; stripLen = 2; }) (fetchpatch { # https://github.com/apache/beam/pull/24573 name = \"relax-httplib2-version.patch\"; url = \"https://github.com/apache/beam/commit/4045503575ae5ccef3de8d7b868c54e37fef658b.patch\"; hash = \"sha256-YqT+sHaa1R9vLQnEQN2K0lYoCdnGoPY9qduGBpXPaek=\"; stripLen = 2; }) ]; pythonRelaxDeps = [ # See https://github.com/NixOS/nixpkgs/issues/156957 \"dill\" \"numpy\" \"pyarrow\" \"pymongo\" # See https://github.com/NixOS/nixpkgs/issues/193613 \"protobuf\" # As of apache-beam v2.44.0, the requirement is httplib2>=0.8,<0.21.0, but # the current (2023-02-08) nixpkgs's httplib2 version is 0.21.0. This can be # removed once beam is upgraded since the current requirement on master is # for httplib2>=0.8,<0.22.0. \"httplib2\" ]; sourceRoot = \"source/sdks/python\";"} {"_id":"doc-en-nixpkgs-ba05b3915e4f7379958b1a2c3d86f203877d7b84d12c450e039728feea1a97de","title":"","text":"propagatedBuildInputs = [ cloudpickle crcmod cython dill fastavro fasteners grpcio hdfs httplib2 numpy oauth2client objsize orjson proto-plus protobuf"} {"_id":"doc-en-nixpkgs-a423aad532389a32d9829c3617c230ade8b1f43c22fb058d61fb5b60f5405d97","title":"","text":"pymongo python-dateutil pytz regex requests setuptools typing-extensions zstandard ]; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-e524e2c140f5dd44b8c3c992dd60866366ab5e1d3ca08895e15f5e8ab4a7c1c5","title":"","text":"\"apache_beam\" ]; nativeCheckInputs = [ checkInputs = [ freezegun hypothesis mock pandas parameterized psycopg2 pyhamcrest pytestCheckHook pytest-xdist pyyaml requests-mock scikit-learn"} {"_id":"doc-en-nixpkgs-3d86d763e8304ef0400f79784ba10ebdf815daeaa39bf85dc762929344a4edf2","title":"","text":"# Fails starting from dill 0.3.6 because it tries to pickle pytest globals: # https://github.com/uqfoundation/dill/issues/482#issuecomment-1139017499. \"apache_beam/transforms/window_test.py\" # See https://github.com/apache/beam/issues/25390. \"apache_beam/coders/slow_coders_test.py\" \"apache_beam/dataframe/pandas_doctests_test.py\" \"apache_beam/typehints/typed_pipeline_test.py\" \"apache_beam/coders/fast_coders_test.py\" \"apache_beam/dataframe/schemas_test.py\" ]; disabledTests = ["} {"_id":"doc-en-nixpkgs-c943c3a34a79de12f8b2d59f5fd9e4e48e30ac12c435b57c16e74ca9a57a25c6","title":"","text":", libXtst, libvorbis, hunspell, lzo, xz, bzip2, libiconv , qtbase, qtsvg, qtwebkit, qtx11extras, qttools, qmake , wrapQtAppsHook , wrapGAppsHook , withCC ? true, opencc , withEpwing ? true, libeb , withExtraTiff ? true, libtiff"} {"_id":"doc-en-nixpkgs-6382e11aa1aa37b18fc87f16ee1c58a86dc052006698a188ad4f37775262a2a2","title":"","text":"--replace \"opencc.2\" \"opencc\" ''; nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ]; nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook wrapGAppsHook ]; buildInputs = [ qtbase qtsvg qtwebkit qttools libvorbis hunspell xz lzo"} {"_id":"doc-en-nixpkgs-f8f7a10ec4f502a53feec6d60f468efedc7a28f3b9b3cee68393df6bfacbb7bf","title":"","text":" { stdenv, fetchurl, cmake, pkgconfig, gtk3, perl, vte, pcre, glib }: { stdenv, fetchurl, cmake, pkgconfig, gtk3, perl, vte, pcre, glib , makeWrapper }: stdenv.mkDerivation rec { name = \"sakura-${version}\";"} {"_id":"doc-en-nixpkgs-c952d6c4f2e46dc91d12e56a8b2903e2a7ea0a83de27a192af44b7fc2be7791b","title":"","text":"nativeBuildInputs = [ cmake perl pkgconfig ]; buildInputs = [ gtk3 vte pcre glib ]; buildInputs = [ makeWrapper gtk3 vte pcre glib ]; # Wrapper sets path to gsettings-schemata so sakura knows where to find colorchooser, fontchooser ... postInstall = \"wrapProgram $out/bin/sakura --suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/\"; meta = with stdenv.lib; { description = \"A terminal emulator based on GTK and VTE\";"} {"_id":"doc-en-nixpkgs-1cd86d77e2967f45e503560b5071f52de451c3273c5a5ea3061126f841ae9ec6","title":"","text":"makeFlags = [ \"-e\" ]; makeFlagsArray=\"LIBS=-lgc\"; meta = { meta = with stdenv.lib ; { description = \"Follow a symlink and print out its target file\"; longDescription = '' A commandline program that chases symbolic filesystems links to the original file ''; homepage = \"https://qa.debian.org/developer.php?login=rotty%40debian.org\"; license = stdenv.lib.licenses.gpl2Plus; maintainers = [ stdenv.lib.maintainers.polyrod ]; platforms = stdenv.lib.platforms.all; license = licenses.gpl2Plus; maintainers = [ maintainers.polyrod ]; platforms = platforms.all; }; }"} {"_id":"doc-en-nixpkgs-50b3b10f0757b7e1fc2889356bdc2bf2c2011b8b54c7d8e19091e74be44f0c51","title":"","text":"# If requested enable modesetting via kernel parameter. boot.kernelParams = optional (offloadCfg.enable || cfg.modesetting.enable) \"nvidia-drm.modeset=1\" ++ optional cfg.powerManagement.enable \"nvidia.NVreg_PreserveVideoMemoryAllocations=1\" ++ optional cfg.open \"nvidia.NVreg_OpenRmEnableUnsupportedGpus=1\"; ++ optional cfg.open \"nvidia.NVreg_OpenRmEnableUnsupportedGpus=1\" # proprietary driver is not compiled with support for X86_KERNEL_IBT ++ optional (!cfg.open && config.boot.kernelPackages.kernel.kernelAtLeast \"6.2\") \"ibt=off\"; services.udev.extraRules = ''"} {"_id":"doc-en-nixpkgs-3783e78cae7483cfae3f6d9c95d6044e5a18ce8394d2caf4cee482c574cca319","title":"","text":"platforms = [ \"x86_64-linux\" ] ++ optionals (!i686bundled) [ \"i686-linux\" ]; maintainers = with maintainers; [ jonringer ]; priority = 4; # resolves collision with xorg-server's \"lib/xorg/modules/extensions/libglx.so\" # proprietary driver currently does not support X86_KERNEL_IBT, which is scheduled to be added in linux 6.2 broken = broken || (kernel != null && kernel.kernelAtLeast \"6.2\"); inherit broken; }; };"} {"_id":"doc-en-nixpkgs-5f781754643ce24595be8f8bccca6a477d4a658d634c53b1054347fb7421190b","title":"","text":"case $o in init=*) IFS== read -r -a initParam <<< \"$o\" closure=\"$(dirname \"''${initParam[1]}\")\" closure=\"''${initParam[1]}\" ;; esac done"} {"_id":"doc-en-nixpkgs-29bd3ac4ab9e95449d1231fdfa99c0f14ff0518131d2d5a909bd3879285dde3a","title":"","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":"doc-en-nixpkgs-fe3dee8f866a2273a48e07a29bd3c42919029104baff7800bdb9cd8f647ea770","title":"","text":"python3Packages.buildPythonApplication rec { pname = \"wpgtk\"; version = \"6.5.5\"; version = \"6.5.7\"; src = fetchFromGitHub { owner = \"deviantfero\"; repo = \"wpgtk\"; rev = version; sha256 = \"sha256-g3flxQNiNta+uL4t21Lhpij8b5yB78SJLGaFpTcm9fE=\"; sha256 = \"sha256-rHNni0nDghc5kI1sWHAb5ODr4buBz65eUEB1qWpbTTs=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-747113a3fd0b57b4027c55807384244754fdae7f5341dda16245f3862ffc4888","title":"","text":"exit 1 '' else configText; environment.systemPackages = [ cfg.package ]; } (mkIf cfg.enable { networking.resolvconf.package = pkgs.openresolv; environment.systemPackages = [ cfg.package ]; systemd.services.resolvconf = { description = \"resolvconf update\";"} {"_id":"doc-en-nixpkgs-ebfb828829517ca5aeb74d86a11b57fcdc6201a65e97609051b1ffc39f9d2a9e","title":"","text":"hash = \"sha256-4VC1fwQh9L3c5tgLUaC36p9QHL4dR2vkWc2XlNl0Xzw=\"; }; # Disable version check postPatch = '' # Drop broken version specifier sed -i '/python_requires/d' setup.py # Disable version check substituteInPlace raphodo/constants.py --replace \"disable_version_check = False\" \"disable_version_check = True\" '';"} {"_id":"doc-en-nixpkgs-2daa9a3ad683b807cab824db67f9606a55a7043478e264746a3a20518788c3f9","title":"","text":" --- src/Makefile\t2023-05-25 18:16:56.000296653 +0900 +++ src/Makefile\t2023-05-25 18:17:00.772272861 +0900 @@ -23,7 +23,6 @@ EXTRA_TARGETS = libs/amiga/amiga.s libs/powzix/*.cpp CFLAGS += -msse2 endif -USE_OPENSSL\t= 1 endif # -liconv and -fPIC are necessary on Android "} {"_id":"doc-en-nixpkgs-d95510bce931c4c8e7fbd6c29ee370ea8a2cd74a48bab021f090816f3969c77c","title":"","text":" { stdenv, lib, fetchzip, bzip2, lzo, openssl, zlib }: { stdenv , lib , fetchzip , fetchpatch , bzip2 , lzo , openssl_1_1 , opensslSupport ? false , zlib }: stdenv.mkDerivation rec { version = \"0.11.0\";"} {"_id":"doc-en-nixpkgs-343404f15b49eab7d45a2ae4e8b38fe7e62be74d181ec002d201a23be321b1a5","title":"","text":"hash = \"sha256-uQKTE36pLO8uhrX794utqaDGUeyqRz6zLCQFA7DYkNc=\"; }; buildInputs = [ bzip2 lzo openssl zlib ]; patches = [ # Fix errors on x86_64 and _rotl definition (fetchpatch { name = \"0001-fix-compile.patch\"; url = \"https://aur.archlinux.org/cgit/aur.git/plain/fix-compile.patch?h=quickbms&id=a2e3e4638295d7cfe39513bfef9447fb23154a6b\"; hash = \"sha256-49fT/L4BNzMYnq1SXhFMgSDLybLkz6KSbgKmUpZZu08=\"; stripLen = 1; }) ] ++ lib.optional (!opensslSupport) ./0002-disable-openssl.patch; buildInputs = [ bzip2 lzo zlib ] ++ lib.optional (opensslSupport) openssl_1_1; makeFlags = [ \"PREFIX=$(out)\" ];"} {"_id":"doc-en-nixpkgs-c15dd930a657985b3f31106c04a52858a4a160ea197da7b1b3a38874f88b9624","title":"","text":"githubId = 6689924; name = \"David Terry\"; }; dylanmtaylor = { email = \"dylan@dylanmtaylor.com\"; github = \"dylamtaylor\"; githubId = 277927; name = \"Dylan Taylor\"; }; dysinger = { email = \"tim@dysinger.net\"; github = \"dysinger\";"} {"_id":"doc-en-nixpkgs-9c6940b69ab39bfa30b07ff2ae5abd86238c6253c080ca50aed54b955463e6e6","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"scalr-cli\"; version = \"0.14.5\"; src = fetchFromGitHub { owner = \"Scalr\"; repo = \"scalr-cli\"; rev = \"v${version}\"; hash = \"sha256-X/fZDM1OYw1a0la8os9TFUrl1h5BnO+C40h2XH32vmw=\"; }; vendorHash = \"sha256-EdDhq6LnxagutxjiOoYElhHVnSKhr/Ekt928gSooPYY=\"; ldflags = [ \"-s\" \"-w\" ]; preConfigure = '' # Set the version. substituteInPlace main.go --replace '\"0.0.0\"' '\"${version}\"' ''; postInstall = '' mv $out/bin/cli $out/bin/scalr ''; doCheck = false; # Skip tests as they require creating actual Scalr resources. meta = with lib; { description = \"A command-line tool that communicates directly with the Scalr API.\"; homepage = \"https://github.com/Scalr/scalr-cli\"; changelog = \"https://github.com/Scalr/scalr-cli/releases/tag/v${version}\"; license = licenses.asl20; maintainers = with maintainers; [ dylanmtaylor ]; mainProgram = \"scalr\"; platforms = platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-043f318d62f5426ec3d76d04449f5f9bd7afc1d2274700bf938900868e8ca5b7","title":"","text":"sampler = callPackage ../applications/misc/sampler { }; scalr-cli = callPackage ../tools/admin/scalr-cli { }; shairplay = callPackage ../servers/shairplay { avahi = avahi-compat; }; shairport-sync = callPackage ../servers/shairport-sync { };"} {"_id":"doc-en-nixpkgs-c063dc82030ecda8b726d16359efca6bd49f53b3dd6a8acf5e3048f44fdb4981","title":"","text":"# determine the version number, there might be different ones per architecture version = { x86_64-linux = \"19.16.0.0.0\"; x86_64-linux = \"21.9.0.0.0\"; aarch64-linux = \"19.10.0.0.0\"; x86_64-darwin = \"19.3.0.0.0\"; x86_64-darwin = \"19.8.0.0.0\"; }.${stdenv.hostPlatform.system} or throwSystem; directory = { x86_64-linux = \"1916000\"; x86_64-linux = \"219000\"; aarch64-linux = \"191000\"; x86_64-darwin = \"193000\"; x86_64-darwin = \"198000\"; }.${stdenv.hostPlatform.system} or throwSystem; # hashes per component and architecture hashes = { x86_64-linux = { basic = \"sha256-Sq1rWvbC1YME7EjSYPaP2g+1Xxxkk4ZkGaBmLo2cKcQ=\"; sdk = \"sha256-yJ8f/Hlq6vZoPxv+dfY4z1E7rWvcqlK+ou0SU0KKlEI=\"; sqlplus = \"sha256-C44srukpCB9et9UWm59daJmU83zr0HAktnWv7R42Irw=\"; tools = \"sha256-GP4E1REIoU3lctVYmLsAiwTJEvGRpCmOFlRuZk+A8HE=\"; odbc = \"sha256-JECxK7Ia1IJtve2goZJdTkvm5NJjqB2rc6k5BXUt3oA=\"; basic = \"sha256-wiygUvZFYvjp5pndv3b9yTPxe8sC5HZkJ7jZqO1Mss8=\"; sdk = \"sha256-ehqHV52yLRe8ehrKqpLaN0HnN3zjHU7WrfjtqvQadgY=\"; sqlplus = \"sha256-tYvoG+7l5jXyTpxFUYZXaHCT0xGDeah78AinJ2qIsE8=\"; tools = \"sha256-6K2Ni0ZqqpqCrGFrBD06s0QNjNEDtNPrvDQ1U97lTKY=\"; odbc = \"sha256-yTANMLhaEqm9/ZEVqhEn1Gl8eJukgvqpqdaMRjxWxgs=\"; }; aarch64-linux = { basic = \"sha256-DNntH20BAmo5kOz7uEgW2NXaNfwdvJ8l8oMnp50BOsY=\";"} {"_id":"doc-en-nixpkgs-83503d999f96739192fc69112112b107ef062fa82cfd5f611a3848ac3f21ec10","title":"","text":"odbc = \"sha256-T+RIIKzZ9xEg/E72pfs5xqHz2WuIWKx/oRfDrQbw3ms=\"; }; x86_64-darwin = { basic = \"f4335c1d53e8188a3a8cdfb97494ff87c4d0f481309284cf086dc64080a60abd\"; sdk = \"b46b4b87af593f7cfe447cfb903d1ae5073cec34049143ad8cdc9f3e78b23b27\"; sqlplus = \"f7565c3cbf898b0a7953fbb0017c5edd9d11d1863781588b7caf3a69937a2e9e\"; tools = \"b2bc474f98da13efdbc77fd05f559498cd8c08582c5b9038f6a862215de33f2c\"; odbc = \"f91da40684abaa866aa059eb26b1322f2d527670a1937d678404c991eadeb725\"; basic = \"sha256-V+1BmPOhDYPNXdwkcsBY1MOwt4Yka66/a7/HORzBIIc=\"; sdk = \"sha256-D6iuTEQYqmbOh1z5LnKN16ga6vLmjnkm4QK15S/Iukw=\"; sqlplus = \"sha256-08uoiwoKPZmTxLZLYRVp0UbN827FXdhOukeDUXvTCVk=\"; tools = \"sha256-1xFFGZapFq9ogGQ6ePSv4PrXl5qOAgRZWAp4mJ5uxdU=\"; odbc = \"sha256-S6+5P4daK/+nXwoHmOkj4DIkHtwdzO5GOkCCI612bRY=\"; }; }.${stdenv.hostPlatform.system} or throwSystem;"} {"_id":"doc-en-nixpkgs-923966b033a0d6f59ca1120866417719256541f18ec42d5fed1cdc2344fe838b","title":"","text":"sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.unfree; platforms = [ \"x86_64-linux\" \"aarch64-linux\" \"x86_64-darwin\" ]; maintainers = with maintainers; [ flokli ]; maintainers = with maintainers; [ flokli dylanmtaylor ]; hydraPlatforms = [ ]; }; }"} {"_id":"doc-en-nixpkgs-a25d0883c380566469f62df52e2c0d40eddea8fcf3ef6494c15655fc866e9df5","title":"","text":" diff --git a/Cargo.lock b/Cargo.lock index f01f824..e00d079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,7 +328,7 @@ dependencies = [ [[package]] name = \"swayws\" -version = \"1.1.1\" +version = \"1.2.0\" dependencies = [ \"clap\", \"env_logger\", "} {"_id":"doc-en-nixpkgs-cebd775274c8c92d2cdaaaeb9a5c89640e701dba358672ce2e5fdb2e42df9261","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"swayws\"; version = \"unstable-2022-03-10\"; version = \"1.2.0\"; src = fetchFromGitLab { owner = \"w0lff\"; repo = pname; rev = \"514f3c664439cf2c11bb9096c7e1d3b8c0b898a2\"; sha256 = \"sha256-vUnbn79v08riYLMBI8BxeBPpe/pHOWlraG7QAaohw3s=\"; rev = \"v${version}\"; sha256 = \"sha256-f0kXy7/31imgHHqKPmW9K+QrLqroaPaXwlJkzOoezRU=\"; }; cargoSha256 = \"sha256-PvKpcTewajvbzUHPssBahWVcAQB3V/aMmOJ/wA0Nrv4=\"; cargoSha256 = \"sha256-VYT6wV59fraAoJgR/i6GlO8s7LUoehGtxPAggEL1eLo=\"; # Required patch until upstream fixes https://gitlab.com/w0lff/swayws/-/issues/1 cargoPatches = [ ./ws-update-Cargo-lock.patch ]; # swayws does not have any tests doCheck = false;"} {"_id":"doc-en-nixpkgs-10f92ec35542febc3cfb8310f0c295cf3b0982aca4426bebee122efda1cca94f","title":"","text":" { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = \"binary\"; version = \"1.0.0\"; format = \"pyproject\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; hash = \"sha256-bsAQ5Y9zMevIvJY42+bGbWNd5g1YGLByO+9N6tDsKKY=\"; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"binary\" \"binary.core\" ]; meta = with lib; { description = \"Easily convert between binary and SI units (kibibyte, kilobyte, etc.)\"; homepage = \"https://github.com/ofek/binary\"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ ]; }; } "} {"_id":"doc-en-nixpkgs-7912e11330a5e578701bedfc0fe176cbe9d19d1ef9e9fb8c84a96b012f59cdb6","title":"","text":"bimmer-connected = callPackage ../development/python-modules/bimmer-connected { }; binary = callPackage ../development/python-modules/binary { }; binaryornot = callPackage ../development/python-modules/binaryornot { }; bincopy = callPackage ../development/python-modules/bincopy { };"} {"_id":"doc-en-nixpkgs-ae2f1e92962d97b671e95405a3009a2b1aeed4a6f0ce8f91447badf596440990","title":"","text":" { buildGoModule , fetchFromGitHub , lib , nix-update-script }: buildGoModule rec { pname = \"gut\"; version = \"0.2.7\"; src = fetchFromGitHub { owner = \"julien040\"; repo = \"gut\"; rev = version; sha256 = \"sha256-qmp6QWmyharyTzUVXlX/oJZWbeyegX/u8/vzi/pTSaA=\"; }; vendorSha256 = \"sha256-E4jr+dskBdVXj/B5RW1AKyxxr+f/+ZW42OTO9XbCLuw=\"; ldflags = [ \"-s\" \"-w\" \"-X github.com/julien040/gut/src/telemetry.gutVersion=${version}\" ]; # Checks if `/home` exists doCheck = false; passthru.updateScript = nix-update-script { }; meta = { description = \"An easy-to-use git client for Windows, macOS, and Linux\"; homepage = \"https://github.com/slackhq/go-audit\"; maintainers = [ lib.maintainers.paveloom ]; license = [ lib.licenses.mit ]; }; } "} {"_id":"doc-en-nixpkgs-e85ae726233ff76587740dc23de90099bd94c71874f8ef4b6c4fc6227a90032b","title":"","text":"gst = callPackage ../applications/version-management/gst { }; gut = callPackage ../applications/version-management/gut { }; hred = callPackage ../development/tools/hred { }; hub = callPackage ../applications/version-management/hub { };"} {"_id":"doc-en-nixpkgs-620dbdaa32f5c4c8d71ed2332e181fe6aee7cd7bb5b165066af2692ea3eff84c","title":"","text":" # On Mac OS X, frameworks are linked to the system CoreFoundation but # dynamic libraries built with nix use a pure version of CF this # causes segfaults for binaries that depend on it at runtime. This # can be solved in two ways. # 1. Rewrite references to the pure CF using this setup hook, this # works for the simple case but this can still cause problems if other # dependencies (eg. python) use the pure CF. # 2. Create a wrapper for the binary that sets DYLD_FRAMEWORK_PATH to # /System/Library/Frameworks. This will make everything load the # system's CoreFoundation framework while still keeping the # dependencies pure for other packages. fixupOutputHooks+=('fixDarwinFrameworksIn $prefix') fixDarwinFrameworks() { local systemPrefix='/System/Library/Frameworks' for fn in \"$@\"; do if [ -L \"$fn\" ]; then continue; fi echo \"$fn: fixing dylib\" for framework in $(otool -L \"$fn\" | awk '/CoreFoundation.framework/ {print $1}'); do install_name_tool -change \"$framework\" \"$systemPrefix/CoreFoundation.framework/Versions/A/CoreFoundation\" \"$fn\" >&2 done done } fixDarwinFrameworksIn() { local dir=\"$1\" fixDarwinFrameworks $(find \"$dir\" -name \"*.dylib\") } "} {"_id":"doc-en-nixpkgs-d8cf7737bfedba72c7782682302f8b1a1955fc8f626c48ea20bd69fa841ad10e","title":"","text":"propagatedBuildInputs = deps; # don't use pure CF for dylibs that depend on frameworks setupHook = ../../../build-support/setup-hooks/fix-darwin-frameworks.sh; # allows building the symlink tree __impureHostDeps = [ \"/System/Library/Frameworks/${name}.framework\" ];"} {"_id":"doc-en-nixpkgs-8a5bded8fbc4b004ded4ef21cba9185c396e1900b48526e0e7d7b040e34f4964","title":"","text":"fixDarwinDylibNames = makeSetupHook { } ../build-support/setup-hooks/fix-darwin-dylib-names.sh; fixDarwinFrameworks = makeSetupHook { } ../build-support/setup-hooks/fix-darwin-frameworks.sh; keepBuildTree = makeSetupHook { } ../build-support/setup-hooks/keep-build-tree.sh; enableGCOVInstrumentation = makeSetupHook { } ../build-support/setup-hooks/enable-coverage-instrumentation.sh;"} {"_id":"doc-en-nixpkgs-a70debbc52700d63944193e5c5d1a8f21f20b825154e120c38836874213e841e","title":"","text":"libusb = callPackage ../development/libraries/libusb {}; libusb1 = callPackage ../development/libraries/libusb1 { inherit (darwin) libobjc IOKit; inherit (darwin) libobjc; inherit (darwin.apple_sdk.frameworks) IOKit; }; libusbmuxd = callPackage ../development/libraries/libusbmuxd { };"} {"_id":"doc-en-nixpkgs-e7545a4e710fb3c9485bf6af334637c841096cf08a2721609eae5a9272a717c0","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[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 = \"adler32\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234\" [[package]] name = \"aho-corasick\" version = \"0.7.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac\" dependencies = [ \"memchr\", ] [[package]] name = \"alsa\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b\" dependencies = [ \"alsa-sys\", \"bitflags\", \"libc\", \"nix 0.23.2\", ] [[package]] name = \"alsa-sys\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527\" dependencies = [ \"libc\", \"pkg-config\", ] [[package]] name = \"android_log-sys\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e\" [[package]] name = \"android_logger\" version = \"0.11.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8619b80c242aa7bd638b5c7ddd952addeecb71f69c75e33f1d47b2804f8f883a\" dependencies = [ \"android_log-sys\", \"env_logger 0.10.0\", \"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 = \"anyhow\" version = \"1.0.70\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4\" [[package]] name = \"arboard\" version = \"2.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc120354d1b5ec6d7aaf4876b602def75595937b5e15d356eb554ab5177e08bb\" dependencies = [ \"clipboard-win\", \"core-graphics\", \"image\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"parking_lot 0.12.1\", \"thiserror\", \"winapi 0.3.9\", \"x11rb\", ] [[package]] name = \"async-trait\" version = \"0.1.68\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.13\", ] [[package]] name = \"atk\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"812b4911e210bd51b24596244523c856ca749e6223c50a7fbbba3f89ee37c426\" dependencies = [ \"atk-sys 0.10.0\", \"bitflags\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", ] [[package]] name = \"atk\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd\" dependencies = [ \"atk-sys 0.15.1\", \"bitflags\", \"glib 0.15.12\", \"libc\", ] [[package]] name = \"atk-sys\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce\" dependencies = [ \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"atk-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6\" dependencies = [ \"glib-sys 0.15.10\", \"gobject-sys 0.15.10\", \"libc\", \"system-deps 6.0.4\", ] [[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 = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78\" dependencies = [ \"autocfg 1.1.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.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if 1.0.0\", \"libc\", \"miniz_oxide 0.6.2\", \"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.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a\" [[package]] name = \"bindgen\" version = \"0.59.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8\" dependencies = [ \"bitflags\", \"cexpr\", \"clang-sys\", \"clap 2.34.0\", \"env_logger 0.9.3\", \"lazy_static\", \"lazycell\", \"log\", \"peeking_take_while\", \"proc-macro2\", \"quote\", \"regex\", \"rustc-hash\", \"shlex\", \"which 4.4.0\", ] [[package]] name = \"bindgen\" version = \"0.64.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4\" dependencies = [ \"bitflags\", \"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 = \"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 = \"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\" [[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 = \"cairo-rs\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c5c0f2e047e8ca53d0ff249c54ae047931d7a6ebe05d00af73e0ffeb6e34bdb8\" dependencies = [ \"bitflags\", \"cairo-sys-rs 0.10.0\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"thiserror\", ] [[package]] name = \"cairo-rs\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc\" dependencies = [ \"bitflags\", \"cairo-sys-rs 0.15.1\", \"glib 0.15.12\", \"libc\", \"thiserror\", ] [[package]] name = \"cairo-sys-rs\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7\" dependencies = [ \"glib-sys 0.10.1\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"cairo-sys-rs\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8\" dependencies = [ \"glib-sys 0.15.10\", \"libc\", \"system-deps 6.0.4\", ] [[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 = \"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.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6\" dependencies = [ \"smallvec\", ] [[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.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b\" dependencies = [ \"iana-time-zone\", \"num-integer\", \"num-traits 0.2.15\", \"winapi 0.3.9\", ] [[package]] name = \"clang-sys\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f\" dependencies = [ \"glob\", \"libc\", \"libloading\", ] [[package]] name = \"clap\" version = \"2.34.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c\" dependencies = [ \"ansi_term\", \"atty\", \"bitflags\", \"strsim 0.8.0\", \"textwrap 0.11.0\", \"unicode-width\", \"vec_map\", ] [[package]] name = \"clap\" version = \"3.2.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5\" dependencies = [ \"atty\", \"bitflags\", \"clap_lex\", \"indexmap\", \"strsim 0.10.0\", \"termcolor\", \"textwrap 0.16.0\", ] [[package]] name = \"clap_lex\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5\" dependencies = [ \"os_str_bytes\", ] [[package]] name = \"clipboard\" version = \"0.1.0\" dependencies = [ \"cc\", \"hbb_common\", \"lazy_static\", \"serde 1.0.159\", \"serde_derive\", \"thiserror\", ] [[package]] name = \"clipboard-master\" version = \"3.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"459887701008d8ee21f8de7f45f0f0707417c7eea3311973f6e67222bd686b7a\" dependencies = [ \"objc\", \"objc-foundation\", \"objc_id\", \"winapi 0.3.9\", \"windows-win\", \"x11-clipboard\", ] [[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 0.3.9\", ] [[package]] name = \"cloudabi\" version = \"0.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f\" dependencies = [ \"bitflags\", ] [[package]] name = \"cmake\" version = \"0.1.50\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130\" dependencies = [ \"cc\", ] [[package]] name = \"cocoa\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a\" dependencies = [ \"bitflags\", \"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\", \"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 = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"confy\" version = \"0.4.0\" source = \"git+https://github.com/open-trade/confy#630cc28a396cb7d01eefdd9f3824486fe4d8554b\" dependencies = [ \"directories-next\", \"serde 1.0.159\", \"thiserror\", \"toml 0.5.11\", ] [[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 = \"coreaudio-rs\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88\" dependencies = [ \"bitflags\", \"coreaudio-sys\", ] [[package]] name = \"coreaudio-sys\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24\" dependencies = [ \"bindgen 0.64.0\", ] [[package]] name = \"cpal\" version = \"0.13.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116\" dependencies = [ \"alsa\", \"core-foundation-sys\", \"coreaudio-rs\", \"jni\", \"js-sys\", \"lazy_static\", \"libc\", \"mach\", \"ndk\", \"ndk-glue\", \"nix 0.23.2\", \"oboe\", \"parking_lot 0.11.2\", \"stdweb\", \"thiserror\", \"web-sys\", \"winapi 0.3.9\", ] [[package]] name = \"cpufeatures\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181\" 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.5.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c\" dependencies = [ \"cfg-if 1.0.0\", \"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 1.0.0\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695\" dependencies = [ \"autocfg 1.1.0\", \"cfg-if 1.0.0\", \"crossbeam-utils\", \"memoffset 0.8.0\", \"scopeguard\", ] [[package]] name = \"crossbeam-queue\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add\" dependencies = [ \"cfg-if 1.0.0\", \"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 1.0.0\", ] [[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 = \"ctrlc\" version = \"3.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639\" dependencies = [ \"nix 0.26.2\", \"windows-sys 0.45.0\", ] [[package]] name = \"cxx\" version = \"1.0.94\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93\" dependencies = [ \"cc\", \"cxxbridge-flags\", \"cxxbridge-macro\", \"link-cplusplus\", ] [[package]] name = \"cxx-build\" version = \"1.0.94\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b\" dependencies = [ \"cc\", \"codespan-reporting\", \"once_cell\", \"proc-macro2\", \"quote\", \"scratch\", \"syn 2.0.13\", ] [[package]] name = \"cxxbridge-flags\" version = \"1.0.94\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb\" [[package]] name = \"cxxbridge-macro\" version = \"1.0.94\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.13\", ] [[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 = \"dasp\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7381b67da416b639690ac77c73b86a7b5e64a29e31d1f75fb3b1102301ef355a\" dependencies = [ \"dasp_envelope\", \"dasp_frame\", \"dasp_interpolate\", \"dasp_peak\", \"dasp_ring_buffer\", \"dasp_rms\", \"dasp_sample\", \"dasp_signal\", \"dasp_slice\", \"dasp_window\", ] [[package]] name = \"dasp_envelope\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6\" dependencies = [ \"dasp_frame\", \"dasp_peak\", \"dasp_ring_buffer\", \"dasp_rms\", \"dasp_sample\", ] [[package]] name = \"dasp_frame\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6\" dependencies = [ \"dasp_sample\", ] [[package]] name = \"dasp_interpolate\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486\" dependencies = [ \"dasp_frame\", \"dasp_ring_buffer\", \"dasp_sample\", ] [[package]] name = \"dasp_peak\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf\" dependencies = [ \"dasp_frame\", \"dasp_sample\", ] [[package]] name = \"dasp_ring_buffer\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1\" [[package]] name = \"dasp_rms\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa\" dependencies = [ \"dasp_frame\", \"dasp_ring_buffer\", \"dasp_sample\", ] [[package]] name = \"dasp_sample\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f\" [[package]] name = \"dasp_signal\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7\" dependencies = [ \"dasp_envelope\", \"dasp_frame\", \"dasp_interpolate\", \"dasp_peak\", \"dasp_ring_buffer\", \"dasp_rms\", \"dasp_sample\", \"dasp_window\", ] [[package]] name = \"dasp_slice\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e1c7335d58e7baedafa516cb361360ff38d6f4d3f9d9d5ee2a2fc8e27178fa1\" dependencies = [ \"dasp_frame\", \"dasp_sample\", ] [[package]] name = \"dasp_window\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076\" dependencies = [ \"dasp_sample\", ] [[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 = \"deflate\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174\" dependencies = [ \"adler32\", \"byteorder\", ] [[package]] name = \"digest\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"directories-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc\" dependencies = [ \"cfg-if 1.0.0\", \"dirs-sys-next\", ] [[package]] name = \"dirs-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1\" dependencies = [ \"cfg-if 1.0.0\", \"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 0.3.9\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"docopt\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f\" dependencies = [ \"lazy_static\", \"regex\", \"serde 1.0.159\", \"strsim 0.10.0\", ] [[package]] name = \"dtoa\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0\" [[package]] name = \"ed25519\" version = \"1.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7\" dependencies = [ \"signature\", ] [[package]] name = \"either\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91\" [[package]] name = \"enigo\" version = \"0.0.14\" dependencies = [ \"core-graphics\", \"libc\", \"log\", \"objc\", \"pkg-config\", \"serde 1.0.159\", \"serde_derive\", \"unicode-segmentation\", \"winapi 0.3.9\", ] [[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 = \"env_logger\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7\" dependencies = [ \"atty\", \"humantime\", \"log\", \"regex\", \"termcolor\", ] [[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 = \"err-derive\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c34a887c8df3ed90498c1c437ce21f211c8e27672921a8ffa293cb8d6d4caa9e\" dependencies = [ \"proc-macro-error\", \"proc-macro2\", \"quote\", \"rustversion\", \"syn 1.0.109\", \"synstructure\", ] [[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 = \"failure\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86\" dependencies = [ \"backtrace\", ] [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"field-offset\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535\" dependencies = [ \"memoffset 0.8.0\", \"rustc_version\", ] [[package]] name = \"filetime\" version = \"0.2.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall 0.2.16\", \"windows-sys 0.48.0\", ] [[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 = \"flexi_logger\" version = \"0.22.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409\" dependencies = [ \"ansi_term\", \"atty\", \"chrono\", \"crossbeam-channel\", \"crossbeam-queue\", \"glob\", \"lazy_static\", \"log\", \"regex\", \"rustversion\", \"thiserror\", \"time\", ] [[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 = \"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\" 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.13\", ] [[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 = \"fxhash\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c\" dependencies = [ \"byteorder\", ] [[package]] name = \"gdk\" version = \"0.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db00839b2a68a7a10af3fa28dfb3febaba3a20c3a9ac2425a33b7df1f84a6b7d\" dependencies = [ \"bitflags\", \"cairo-rs 0.9.1\", \"cairo-sys-rs 0.10.0\", \"gdk-pixbuf 0.9.0\", \"gdk-sys 0.10.0\", \"gio 0.9.1\", \"gio-sys 0.10.1\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"pango 0.9.1\", ] [[package]] name = \"gdk\" version = \"0.15.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8\" dependencies = [ \"bitflags\", \"cairo-rs 0.15.12\", \"gdk-pixbuf 0.15.11\", \"gdk-sys 0.15.1\", \"gio 0.15.12\", \"glib 0.15.12\", \"libc\", \"pango 0.15.10\", ] [[package]] name = \"gdk-pixbuf\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f6dae3cb99dd49b758b88f0132f8d401108e63ae8edd45f432d42cdff99998a\" dependencies = [ \"gdk-pixbuf-sys 0.10.0\", \"gio 0.9.1\", \"gio-sys 0.10.1\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", ] [[package]] name = \"gdk-pixbuf\" version = \"0.15.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a\" dependencies = [ \"bitflags\", \"gdk-pixbuf-sys 0.15.10\", \"gio 0.15.12\", \"glib 0.15.12\", \"libc\", ] [[package]] name = \"gdk-pixbuf-sys\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f\" dependencies = [ \"gio-sys 0.10.1\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"gdk-pixbuf-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7\" dependencies = [ \"gio-sys 0.15.10\", \"glib-sys 0.15.10\", \"gobject-sys 0.15.10\", \"libc\", \"system-deps 6.0.4\", ] [[package]] name = \"gdk-sys\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69\" dependencies = [ \"cairo-sys-rs 0.10.0\", \"gdk-pixbuf-sys 0.10.0\", \"gio-sys 0.10.1\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"pango-sys 0.10.0\", \"pkg-config\", \"system-deps 1.3.2\", ] [[package]] name = \"gdk-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88\" dependencies = [ \"cairo-sys-rs 0.15.1\", \"gdk-pixbuf-sys 0.15.10\", \"gio-sys 0.15.10\", \"glib-sys 0.15.10\", \"gobject-sys 0.15.10\", \"libc\", \"pango-sys 0.15.10\", \"pkg-config\", \"system-deps 6.0.4\", ] [[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.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"getrandom\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"wasi\", ] [[package]] name = \"gimli\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4\" [[package]] name = \"gio\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fb60242bfff700772dae5d9e3a1f7aa2e4ebccf18b89662a16acb2822568561\" dependencies = [ \"bitflags\", \"futures\", \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-util\", \"gio-sys 0.10.1\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"once_cell\", \"thiserror\", ] [[package]] name = \"gio\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b\" dependencies = [ \"bitflags\", \"futures-channel\", \"futures-core\", \"futures-io\", \"gio-sys 0.15.10\", \"glib 0.15.12\", \"libc\", \"once_cell\", \"thiserror\", ] [[package]] name = \"gio-sys\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac\" dependencies = [ \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"system-deps 1.3.2\", \"winapi 0.3.9\", ] [[package]] name = \"gio-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d\" dependencies = [ \"glib-sys 0.15.10\", \"gobject-sys 0.15.10\", \"libc\", \"system-deps 6.0.4\", \"winapi 0.3.9\", ] [[package]] name = \"glib\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c685013b7515e668f1b57a165b009d4d28cb139a8a989bbd699c10dad29d0c5\" dependencies = [ \"bitflags\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-task\", \"futures-util\", \"glib-macros 0.10.1\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"once_cell\", ] [[package]] name = \"glib\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d\" dependencies = [ \"bitflags\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-task\", \"glib-macros 0.15.13\", \"glib-sys 0.15.10\", \"gobject-sys 0.15.10\", \"libc\", \"once_cell\", \"smallvec\", \"thiserror\", ] [[package]] name = \"glib-macros\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039\" dependencies = [ \"anyhow\", \"heck 0.3.3\", \"itertools\", \"proc-macro-crate 0.1.5\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[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 1.3.1\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"glib-sys\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1\" dependencies = [ \"libc\", \"system-deps 1.3.2\", ] [[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.0.4\", ] [[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.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c\" dependencies = [ \"glib-sys 0.10.1\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"gobject-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a\" dependencies = [ \"glib-sys 0.15.10\", \"libc\", \"system-deps 6.0.4\", ] [[package]] name = \"gstreamer\" version = \"0.16.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ff5d0f7ff308ae37e6eb47b6ded17785bdea06e438a708cd09e0288c1862f33\" dependencies = [ \"bitflags\", \"cfg-if 1.0.0\", \"futures-channel\", \"futures-core\", \"futures-util\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"gstreamer-sys\", \"libc\", \"muldiv\", \"num-rational\", \"once_cell\", \"paste\", \"pretty-hex\", \"thiserror\", ] [[package]] name = \"gstreamer-app\" version = \"0.16.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc80888271338c3ede875d8cafc452eb207476ff5539dcbe0018a8f5b827af0e\" dependencies = [ \"bitflags\", \"futures-core\", \"futures-sink\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"gstreamer\", \"gstreamer-app-sys\", \"gstreamer-base\", \"gstreamer-sys\", \"libc\", \"once_cell\", ] [[package]] name = \"gstreamer-app-sys\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"813f64275c9e7b33b828b9efcf9dfa64b95996766d4de996e84363ac65b87e3d\" dependencies = [ \"glib-sys 0.10.1\", \"gstreamer-base-sys\", \"gstreamer-sys\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"gstreamer-base\" version = \"0.16.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bafd01c56f59cb10f4b5a10f97bb4bdf8c2b2784ae5b04da7e2d400cf6e6afcf\" dependencies = [ \"bitflags\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"gstreamer\", \"gstreamer-base-sys\", \"gstreamer-sys\", \"libc\", ] [[package]] name = \"gstreamer-base-sys\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4b7b6dc2d6e160a1ae28612f602bd500b3fa474ce90bf6bb2f08072682beef5\" dependencies = [ \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"gstreamer-sys\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"gstreamer-sys\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc1f154082d01af5718c5f8a8eb4f565a4ea5586ad8833a8fc2c2aa6844b601d\" dependencies = [ \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"gstreamer-video\" version = \"0.16.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7bbb1485d87469849ec45c08e03c2f280d3ea20ff3c439d03185be54e3ce98e\" dependencies = [ \"bitflags\", \"futures-channel\", \"futures-util\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"gstreamer\", \"gstreamer-base\", \"gstreamer-base-sys\", \"gstreamer-sys\", \"gstreamer-video-sys\", \"libc\", \"once_cell\", ] [[package]] name = \"gstreamer-video-sys\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92347e46438007d6a2386302125f62cb9df6769cdacb931af5c0f12c1ee21de4\" dependencies = [ \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"gstreamer-base-sys\", \"gstreamer-sys\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"gtk\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2f022f2054072b3af07666341984562c8e626a79daa8be27b955d12d06a5ad6a\" dependencies = [ \"atk 0.9.0\", \"bitflags\", \"cairo-rs 0.9.1\", \"cairo-sys-rs 0.10.0\", \"cc\", \"gdk 0.13.2\", \"gdk-pixbuf 0.9.0\", \"gdk-pixbuf-sys 0.10.0\", \"gdk-sys 0.10.0\", \"gio 0.9.1\", \"gio-sys 0.10.1\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"gtk-sys 0.10.0\", \"libc\", \"once_cell\", \"pango 0.9.1\", \"pango-sys 0.10.0\", \"pkg-config\", ] [[package]] name = \"gtk\" version = \"0.15.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0\" dependencies = [ \"atk 0.15.1\", \"bitflags\", \"cairo-rs 0.15.12\", \"field-offset\", \"futures-channel\", \"gdk 0.15.4\", \"gdk-pixbuf 0.15.11\", \"gio 0.15.12\", \"glib 0.15.12\", \"gtk-sys 0.15.3\", \"gtk3-macros\", \"libc\", \"once_cell\", \"pango 0.15.10\", \"pkg-config\", ] [[package]] name = \"gtk-sys\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457\" dependencies = [ \"atk-sys 0.10.0\", \"cairo-sys-rs 0.10.0\", \"gdk-pixbuf-sys 0.10.0\", \"gdk-sys 0.10.0\", \"gio-sys 0.10.1\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"pango-sys 0.10.0\", \"system-deps 1.3.2\", ] [[package]] name = \"gtk-sys\" version = \"0.15.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84\" dependencies = [ \"atk-sys 0.15.1\", \"cairo-sys-rs 0.15.1\", \"gdk-pixbuf-sys 0.15.10\", \"gdk-sys 0.15.1\", \"gio-sys 0.15.10\", \"glib-sys 0.15.10\", \"gobject-sys 0.15.10\", \"libc\", \"pango-sys 0.15.10\", \"system-deps 6.0.4\", ] [[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 1.3.1\", \"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 = \"hbb_common\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"bytes\", \"confy\", \"directories-next\", \"dirs-next\", \"env_logger 0.9.3\", \"filetime\", \"futures\", \"futures-util\", \"lazy_static\", \"log\", \"mac_address\", \"protobuf\", \"protobuf-codegen-pure\", \"quinn\", \"rand 0.8.5\", \"regex\", \"serde 1.0.159\", \"serde_derive\", \"serde_json 1.0.95\", \"socket2 0.3.19\", \"sodiumoxide\", \"tokio\", \"tokio-socks\", \"tokio-util 0.6.10\", \"toml 0.5.11\", \"winapi 0.3.9\", \"zstd\", ] [[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.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[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 = \"hound\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1\" [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[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\", ] [[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 = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"image\" version = \"0.23.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"num-iter\", \"num-rational\", \"num-traits 0.2.15\", \"png\", \"tiff\", ] [[package]] name = \"include_dir\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e\" dependencies = [ \"include_dir_macros\", ] [[package]] name = \"include_dir_macros\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f\" dependencies = [ \"proc-macro2\", \"quote\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg 1.1.0\", \"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.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220\" dependencies = [ \"hermit-abi 0.3.1\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"iovec\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e\" dependencies = [ \"libc\", ] [[package]] name = \"itertools\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c\" [[package]] name = \"itoa\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6\" [[package]] name = \"jni\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec\" 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.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2\" [[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 = \"lazycell\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\" [[package]] name = \"libappindicator\" version = \"0.6.1\" source = \"git+https://github.com/liyue201/libappindicator-rs#3763cfd629dd90050af1feafa643cbfca0bf487e\" dependencies = [ \"glib 0.10.3\", \"gtk 0.9.2\", \"gtk-sys 0.10.0\", \"libappindicator-sys 0.6.1\", \"log\", ] [[package]] name = \"libappindicator\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8\" dependencies = [ \"glib 0.15.12\", \"gtk 0.15.5\", \"gtk-sys 0.15.3\", \"libappindicator-sys 0.7.3\", \"log\", ] [[package]] name = \"libappindicator-sys\" version = \"0.6.1\" source = \"git+https://github.com/liyue201/libappindicator-rs#3763cfd629dd90050af1feafa643cbfca0bf487e\" dependencies = [ \"gtk-sys 0.10.0\", \"pkg-config\", ] [[package]] name = \"libappindicator-sys\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa\" dependencies = [ \"gtk-sys 0.15.3\", \"libloading\", \"once_cell\", ] [[package]] name = \"libc\" version = \"0.2.141\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5\" [[package]] name = \"libdbus-sys\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f8d7ae751e1cb825c840ae5e682f59b098cdfd213c350ac268b61449a5f58a0\" dependencies = [ \"pkg-config\", ] [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if 1.0.0\", \"winapi 0.3.9\", ] [[package]] name = \"libpulse-binding\" version = \"2.27.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1745b20bfc194ac12ef828f144f0ec2d4a7fe993281fa3567a0bd4969aee6890\" dependencies = [ \"bitflags\", \"libc\", \"libpulse-sys\", \"num-derive\", \"num-traits 0.2.15\", \"winapi 0.3.9\", ] [[package]] name = \"libpulse-simple-binding\" version = \"2.27.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ced94199e6e44133431374e4043f34e1f0697ebfb7b7d6c244a65bfaedf0e31\" dependencies = [ \"libpulse-binding\", \"libpulse-simple-sys\", \"libpulse-sys\", ] [[package]] name = \"libpulse-simple-sys\" version = \"1.20.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"84e423d9c619c908ce9b4916080e65ab586ca55b8c4939379f15e6e72fb43842\" dependencies = [ \"libpulse-sys\", \"pkg-config\", ] [[package]] name = \"libpulse-sys\" version = \"1.20.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2191e6880818d1df4cf72eac8e91dce7a5a52ba0da4b2a5cdafabc22b937eadb\" dependencies = [ \"libc\", \"num-derive\", \"num-traits 0.2.15\", \"pkg-config\", \"winapi 0.3.9\", ] [[package]] name = \"libsamplerate-sys\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28853b399f78f8281cd88d333b54a63170c4275f6faea66726a2bea5cca72e0d\" dependencies = [ \"cmake\", ] [[package]] name = \"libsodium-sys\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"walkdir\", ] [[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.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f\" [[package]] name = \"lock_api\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df\" dependencies = [ \"autocfg 1.1.0\", \"scopeguard\", ] [[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 = \"mac_address\" version = \"1.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b238e3235c8382b7653c6408ed1b08dd379bdb9fdf990fb0bbae3db2cc0ae963\" dependencies = [ \"nix 0.23.2\", \"winapi 0.3.9\", ] [[package]] name = \"mach\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa\" dependencies = [ \"libc\", ] [[package]] name = \"machine-uid\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212\" dependencies = [ \"winreg 0.6.2\", ] [[package]] name = \"magnum-opus\" version = \"0.4.0\" source = \"git+https://github.com/TheRadioGuy/magnum-opus#171e1d021004626f7444d1e39b98f50bc3cb2604\" dependencies = [ \"libc\", \"opusic-sys\", ] [[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.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg 1.1.0\", ] [[package]] name = \"memoffset\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1\" dependencies = [ \"autocfg 1.1.0\", ] [[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.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435\" dependencies = [ \"adler32\", ] [[package]] name = \"miniz_oxide\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b\" dependencies = [ \"adler\", \"autocfg 1.1.0\", ] [[package]] name = \"miniz_oxide\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa\" dependencies = [ \"adler\", ] [[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 0.2.2\", \"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\", \"windows-sys 0.45.0\", ] [[package]] name = \"mio-named-pipes\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656\" dependencies = [ \"log\", \"mio 0.6.23\", \"miow 0.3.7\", \"winapi 0.3.9\", ] [[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 = \"miow\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"miow\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7377f7792b3afb6a3cba68daa54ca23c032137010460d667fda53a8d66be00e\" dependencies = [ \"windows-sys 0.28.0\", ] [[package]] name = \"muldiv\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0419348c027fa7be448d2ae7ea0e4e04c2334c31dc4e74ab29f00a2a7ca69204\" [[package]] name = \"ndk\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4\" dependencies = [ \"bitflags\", \"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-glue\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-macro\", \"ndk-sys\", ] [[package]] name = \"ndk-macro\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c\" dependencies = [ \"darling\", \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[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 = \"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.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf\" dependencies = [ \"bitflags\", \"cc\", \"cfg-if 1.0.0\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.23.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c\" dependencies = [ \"bitflags\", \"cc\", \"cfg-if 1.0.0\", \"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\", \"cfg-if 1.0.0\", \"libc\", \"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 = \"ntapi\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"num-complex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d\" dependencies = [ \"num-traits 0.2.15\", ] [[package]] name = \"num-derive\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg 1.1.0\", \"num-traits 0.2.15\", ] [[package]] name = \"num-iter\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252\" dependencies = [ \"autocfg 1.1.0\", \"num-integer\", \"num-traits 0.2.15\", ] [[package]] name = \"num-rational\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07\" dependencies = [ \"autocfg 1.1.0\", \"num-integer\", \"num-traits 0.2.15\", ] [[package]] name = \"num-traits\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31\" dependencies = [ \"num-traits 0.2.15\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg 1.1.0\", ] [[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 1.3.1\", \"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_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 = \"oboe\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1\" dependencies = [ \"jni\", \"ndk\", \"ndk-context\", \"num-derive\", \"num-traits 0.2.15\", \"oboe-sys\", ] [[package]] name = \"oboe-sys\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd\" dependencies = [ \"cc\", ] [[package]] name = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"opusic-sys\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5eace752ce07a037241dba8f02c654799f051e431b27028056bcb480e83b54f5\" dependencies = [ \"cmake\", \"libc\", ] [[package]] name = \"os_str_bytes\" version = \"6.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267\" [[package]] name = \"padlock\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c10569378a1dacd9f30dbe7ae49e054d2c45dc2f8ee49899903e09c3924e8b6f\" [[package]] name = \"pango\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9937068580bebd8ced19975938573803273ccbcbd598c58d4906efd4ac87c438\" dependencies = [ \"bitflags\", \"glib 0.10.3\", \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"once_cell\", \"pango-sys 0.10.0\", ] [[package]] name = \"pango\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f\" dependencies = [ \"bitflags\", \"glib 0.15.12\", \"libc\", \"once_cell\", \"pango-sys 0.15.10\", ] [[package]] name = \"pango-sys\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890\" dependencies = [ \"glib-sys 0.10.1\", \"gobject-sys 0.10.0\", \"libc\", \"system-deps 1.3.2\", ] [[package]] name = \"pango-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa\" dependencies = [ \"glib-sys 0.15.10\", \"gobject-sys 0.15.10\", \"libc\", \"system-deps 6.0.4\", ] [[package]] name = \"parity-tokio-ipc\" version = \"0.7.3-1\" source = \"git+https://github.com/open-trade/parity-tokio-ipc#20b2895910161605210657f3e751edd55321f698\" dependencies = [ \"futures\", \"libc\", \"log\", \"mio-named-pipes\", \"miow 0.4.0\", \"rand 0.8.5\", \"tokio\", \"winapi 0.3.9\", ] [[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 1.0.0\", \"instant\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"winapi 0.3.9\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"windows-sys 0.45.0\", ] [[package]] name = \"paste\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79\" [[package]] name = \"peeking_take_while\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099\" [[package]] name = \"phf\" version = \"0.7.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18\" dependencies = [ \"phf_shared\", ] [[package]] name = \"phf_codegen\" version = \"0.7.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e\" dependencies = [ \"phf_generator\", \"phf_shared\", ] [[package]] name = \"phf_generator\" version = \"0.7.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662\" dependencies = [ \"phf_shared\", \"rand 0.6.5\", ] [[package]] name = \"phf_shared\" version = \"0.7.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0\" dependencies = [ \"siphasher\", ] [[package]] name = \"pin-project\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[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 = \"png\" version = \"0.16.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6\" dependencies = [ \"bitflags\", \"crc32fast\", \"deflate\", \"miniz_oxide 0.3.7\", ] [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"pretty-hex\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131\" [[package]] name = \"primal-check\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0\" dependencies = [ \"num-integer\", ] [[package]] name = \"proc-macro-crate\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785\" dependencies = [ \"toml 0.5.11\", ] [[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.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"protobuf\" version = \"3.0.0-alpha.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d5ef59c35c7472ce5e1b6c5924b87585143d1fc2cf39eae0009bba6c4df62f1\" [[package]] name = \"protobuf-codegen\" version = \"3.0.0-alpha.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89100ee819f69b77a4cab389fec9dd155a305af4c615e6413ec1ef9341f333ef\" dependencies = [ \"anyhow\", \"protobuf\", \"protobuf-parse\", \"thiserror\", ] [[package]] name = \"protobuf-codegen-pure\" version = \"3.0.0-alpha.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79453e74d08190551e821533ee42c447f9e21ca26f83520e120e6e8af27f6879\" dependencies = [ \"anyhow\", \"protobuf\", \"protobuf-codegen\", \"protobuf-parse\", \"thiserror\", ] [[package]] name = \"protobuf-parse\" version = \"3.0.0-alpha.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c265ffc69976efc3056955b881641add3186ad0be893ef10622482d80d1d2b68\" dependencies = [ \"anyhow\", \"protobuf\", \"protoc\", \"tempfile\", \"thiserror\", ] [[package]] name = \"protoc\" version = \"3.0.0-alpha.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f1f8b318a54d18fbe542513331e058f4f8ce6502e542e057c50c7e5e803fdab\" dependencies = [ \"anyhow\", \"log\", \"thiserror\", \"which 4.4.0\", ] [[package]] name = \"quest\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"556af5f5c953a2ee13f45753e581a38f9778e6551bc3ccc56d90b14628fe59d8\" dependencies = [ \"cfg-if 0.1.10\", \"rpassword 2.1.0\", \"tempfile\", \"termios\", \"winapi 0.3.9\", ] [[package]] name = \"quick-xml\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b\" dependencies = [ \"memchr\", ] [[package]] name = \"quinn\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b435e71d9bfa0d8889927231970c51fb89c58fa63bffcab117c9c7a41e5ef8f\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"fxhash\", \"quinn-proto\", \"quinn-udp\", \"rustls\", \"thiserror\", \"tokio\", \"tracing\", \"webpki\", ] [[package]] name = \"quinn-proto\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fce546b9688f767a57530652488420d419a8b1f44a478b451c3d1ab6d992a55\" dependencies = [ \"bytes\", \"fxhash\", \"rand 0.8.5\", \"ring\", \"rustls\", \"rustls-native-certs\", \"rustls-pemfile 0.2.1\", \"slab\", \"thiserror\", \"tinyvec\", \"tracing\", \"webpki\", ] [[package]] name = \"quinn-udp\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b07946277141531aea269befd949ed16b2c85a780ba1043244eda0969e538e54\" dependencies = [ \"futures-util\", \"libc\", \"quinn-proto\", \"socket2 0.4.9\", \"tokio\", \"tracing\", ] [[package]] name = \"quote\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca\" dependencies = [ \"autocfg 0.1.8\", \"libc\", \"rand_chacha 0.1.1\", \"rand_core 0.4.2\", \"rand_hc\", \"rand_isaac\", \"rand_jitter\", \"rand_os\", \"rand_pcg\", \"rand_xorshift\", \"winapi 0.3.9\", ] [[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.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef\" dependencies = [ \"autocfg 0.1.8\", \"rand_core 0.3.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.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 = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"rand_hc\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4\" dependencies = [ \"rand_core 0.3.1\", ] [[package]] name = \"rand_isaac\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08\" dependencies = [ \"rand_core 0.3.1\", ] [[package]] name = \"rand_jitter\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b\" dependencies = [ \"libc\", \"rand_core 0.4.2\", \"winapi 0.3.9\", ] [[package]] name = \"rand_os\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071\" dependencies = [ \"cloudabi\", \"fuchsia-cprng\", \"libc\", \"rand_core 0.4.2\", \"rdrand\", \"winapi 0.3.9\", ] [[package]] name = \"rand_pcg\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44\" dependencies = [ \"autocfg 0.1.8\", \"rand_core 0.4.2\", ] [[package]] name = \"rand_xorshift\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c\" dependencies = [ \"rand_core 0.3.1\", ] [[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 = \"rdev\" version = \"0.5.0-2\" source = \"git+https://github.com/open-trade/rdev#0ad53987fa6f0e37a7bc000358f71c3802de4e7c\" dependencies = [ \"cocoa\", \"core-foundation\", \"core-foundation-sys\", \"core-graphics\", \"enum-map\", \"lazy_static\", \"libc\", \"widestring 1.0.2\", \"winapi 0.3.9\", \"x11\", ] [[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 = \"realfft\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93d6b8e8f0c6d2234aa58048d7290c60bf92cd36fd2888cd8331c66ad4f2e1d2\" dependencies = [ \"rustfft\", ] [[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 = \"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-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"repng\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0dd57cd2cb5cc699b3eb4824d654e5a32f3bc013766da4966f71fe94805abbda\" dependencies = [ \"byteorder\", \"flate2\", ] [[package]] name = \"ring\" version = \"0.16.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc\" dependencies = [ \"cc\", \"libc\", \"once_cell\", \"spin\", \"untrusted\", \"web-sys\", \"winapi 0.3.9\", ] [[package]] name = \"rpassword\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d37473170aedbe66ffa3ad3726939ba677d83c646ad4fd99e5b4bc38712f45ec\" dependencies = [ \"kernel32-sys\", \"libc\", \"winapi 0.2.8\", ] [[package]] name = \"rpassword\" version = \"6.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956\" dependencies = [ \"libc\", \"serde 1.0.159\", \"serde_json 1.0.95\", \"winapi 0.3.9\", ] [[package]] name = \"rubato\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd70209c27d5b08f5528bdc779ea3ffb418954e28987f9f9775c6eac41003f9c\" dependencies = [ \"num-complex\", \"num-integer\", \"num-traits 0.2.15\", \"realfft\", ] [[package]] name = \"runas\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a620b0994a180cdfa25c0439e6d58c0628272571501880d626ffff58e96a0799\" dependencies = [ \"cc\", \"which 3.1.1\", ] [[package]] name = \"rust-pulsectl\" version = \"0.2.12\" source = \"git+https://github.com/open-trade/pulsectl#5e68f4c2b7c644fa321984688602d71e8ad0bba3\" dependencies = [ \"libpulse-binding\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b\" [[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 = \"rustdesk\" version = \"1.1.9\" dependencies = [ \"android_logger\", \"arboard\", \"async-trait\", \"base64 0.13.1\", \"cc\", \"cfg-if 1.0.0\", \"clap 3.2.23\", \"clipboard\", \"clipboard-master\", \"cocoa\", \"core-foundation\", \"core-graphics\", \"cpal\", \"ctrlc\", \"dasp\", \"dispatch\", \"enigo\", \"flexi_logger\", \"hbb_common\", \"hound\", \"include_dir\", \"lazy_static\", \"libc\", \"libpulse-binding\", \"libpulse-simple-binding\", \"mac_address\", \"machine-uid\", \"magnum-opus\", \"num_cpus\", \"objc\", \"parity-tokio-ipc\", \"rdev\", \"repng\", \"rpassword 6.0.1\", \"rubato\", \"runas\", \"rust-pulsectl\", \"samplerate\", \"sciter-rs\", \"scrap\", \"serde 1.0.159\", \"serde_derive\", \"serde_json 1.0.95\", \"sha2\", \"sys-locale\", \"sysinfo\", \"systray\", \"tray-item\", \"uuid\", \"virtual_display\", \"whoami\", \"winapi 0.3.9\", \"windows-service\", \"winreg 0.10.1\", \"winres\", ] [[package]] name = \"rustfft\" version = \"6.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e17d4f6cbdb180c9f4b2a26bbf01c4e647f1e1dea22fe8eb9db54198b32f9434\" dependencies = [ \"num-complex\", \"num-integer\", \"num-traits 0.2.15\", \"primal-check\", \"strength_reduce\", \"transpose\", \"version_check\", ] [[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 = \"rustls\" version = \"0.20.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f\" dependencies = [ \"ring\", \"sct\", \"webpki\", ] [[package]] name = \"rustls-native-certs\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50\" dependencies = [ \"openssl-probe\", \"rustls-pemfile 1.0.2\", \"schannel\", \"security-framework\", ] [[package]] name = \"rustls-pemfile\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9\" dependencies = [ \"base64 0.13.1\", ] [[package]] name = \"rustls-pemfile\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b\" dependencies = [ \"base64 0.21.0\", ] [[package]] name = \"rustversion\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06\" [[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 = \"samplerate\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e032b2b24715c4f982f483ea3abdb3c9ba444d9f63e87b2843d6f998f5ba2698\" dependencies = [ \"libsamplerate-sys\", ] [[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 = \"sciter-rs\" version = \"0.5.57\" source = \"git+https://github.com/open-trade/rust-sciter?branch=dyn#82025b9ba77d5ae14543009444033036dbe25917\" dependencies = [ \"lazy_static\", \"libc\", \"objc\", \"objc-foundation\", ] [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"scrap\" version = \"0.5.0\" dependencies = [ \"bindgen 0.59.2\", \"block\", \"cfg-if 1.0.0\", \"dbus\", \"docopt\", \"gstreamer\", \"gstreamer-app\", \"gstreamer-video\", \"libc\", \"num_cpus\", \"quest\", \"repng\", \"serde 1.0.159\", \"target_build_utils\", \"tracing\", \"vcpkg\", \"webm\", \"winapi 0.3.9\", ] [[package]] name = \"scratch\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1\" [[package]] name = \"sct\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4\" dependencies = [ \"ring\", \"untrusted\", ] [[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 = \"semver\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed\" [[package]] name = \"serde\" version = \"0.9.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af\" [[package]] name = \"serde\" version = \"1.0.159\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.159\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.13\", ] [[package]] name = \"serde_json\" version = \"0.9.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1\" dependencies = [ \"dtoa\", \"itoa 0.3.4\", \"num-traits 0.1.43\", \"serde 0.9.15\", ] [[package]] name = \"serde_json\" version = \"1.0.95\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744\" dependencies = [ \"itoa 1.0.6\", \"ryu\", \"serde 1.0.159\", ] [[package]] name = \"serde_spanned\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4\" dependencies = [ \"serde 1.0.159\", ] [[package]] name = \"sha2\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"digest\", ] [[package]] name = \"shlex\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3\" [[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 = \"signature\" version = \"1.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c\" [[package]] name = \"siphasher\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac\" [[package]] name = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg 1.1.0\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"socket2\" version = \"0.3.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"winapi 0.3.9\", ] [[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 = \"sodiumoxide\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028\" dependencies = [ \"ed25519\", \"libc\", \"libsodium-sys\", \"serde 1.0.159\", ] [[package]] name = \"spin\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"stdweb\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e\" [[package]] name = \"str-buf\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0\" [[package]] name = \"strength_reduce\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82\" [[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 = \"strum\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b\" [[package]] name = \"strum_macros\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c\" dependencies = [ \"heck 0.3.3\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[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.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"synstructure\" version = \"0.12.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"unicode-xid\", ] [[package]] name = \"sys-locale\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee\" dependencies = [ \"js-sys\", \"libc\", \"wasm-bindgen\", \"web-sys\", \"windows-sys 0.45.0\", ] [[package]] name = \"sysinfo\" version = \"0.23.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3977ec2e0520829be45c8a2df70db2bf364714d8a748316a10c3c35d4d2b01c9\" dependencies = [ \"cfg-if 1.0.0\", \"core-foundation-sys\", \"libc\", \"ntapi\", \"once_cell\", \"rayon\", \"winapi 0.3.9\", ] [[package]] name = \"system-deps\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b\" dependencies = [ \"heck 0.3.3\", \"pkg-config\", \"strum\", \"strum_macros\", \"thiserror\", \"toml 0.5.11\", \"version-compare 0.0.10\", ] [[package]] name = \"system-deps\" version = \"6.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f\" dependencies = [ \"cfg-expr\", \"heck 0.4.1\", \"pkg-config\", \"toml 0.7.3\", \"version-compare 0.1.1\", ] [[package]] name = \"systray\" version = \"0.4.1\" source = \"git+https://github.com/liyue201/systray-rs#84cca4b4171661bc6c4d1ba5aaa2320ff8e085aa\" dependencies = [ \"glib 0.10.3\", \"gtk 0.9.2\", \"libappindicator 0.6.1\", \"libc\", \"log\", \"winapi 0.3.9\", ] [[package]] name = \"target_build_utils\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"013d134ae4a25ee744ad6129db589018558f620ddfa44043887cdd45fa08e75c\" dependencies = [ \"phf\", \"phf_codegen\", \"serde_json 0.9.10\", ] [[package]] name = \"tempfile\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998\" dependencies = [ \"cfg-if 1.0.0\", \"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 = \"termios\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b\" dependencies = [ \"libc\", ] [[package]] name = \"textwrap\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060\" dependencies = [ \"unicode-width\", ] [[package]] name = \"textwrap\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d\" [[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.13\", ] [[package]] name = \"tiff\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437\" dependencies = [ \"jpeg-decoder\", \"miniz_oxide 0.4.4\", \"weezl\", ] [[package]] name = \"time\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd\" dependencies = [ \"itoa 1.0.6\", \"libc\", \"num_threads\", \"time-macros\", ] [[package]] name = \"time-macros\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792\" [[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.27.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001\" dependencies = [ \"autocfg 1.1.0\", \"bytes\", \"libc\", \"mio 0.8.6\", \"num_cpus\", \"parking_lot 0.12.1\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2 0.4.9\", \"tokio-macros\", \"windows-sys 0.45.0\", ] [[package]] name = \"tokio-macros\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.13\", ] [[package]] name = \"tokio-socks\" version = \"0.5.1-1\" source = \"git+https://github.com/open-trade/tokio-socks#7034e79263ce25c348be072808d7601d82cd892d\" dependencies = [ \"bytes\", \"either\", \"futures-core\", \"futures-sink\", \"futures-util\", \"pin-project\", \"thiserror\", \"tokio\", \"tokio-util 0.7.7\", ] [[package]] name = \"tokio-util\" version = \"0.6.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507\" dependencies = [ \"bytes\", \"futures-core\", \"futures-io\", \"futures-sink\", \"log\", \"pin-project-lite\", \"slab\", \"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 = \"toml\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234\" dependencies = [ \"serde 1.0.159\", ] [[package]] name = \"toml\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21\" dependencies = [ \"serde 1.0.159\", \"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 1.0.159\", ] [[package]] name = \"toml_edit\" version = \"0.19.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13\" dependencies = [ \"indexmap\", \"serde 1.0.159\", \"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 1.0.0\", \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[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 = \"transpose\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6522d49d03727ffb138ae4cbc1283d3774f0d10aa7f9bf52e6784c45daf9b23\" dependencies = [ \"num-integer\", \"strength_reduce\", ] [[package]] name = \"tray-item\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0914b62e00e8f51241806cb9f9c4ea6b10c75d94cae02c89278de6f4b98c7d0f\" dependencies = [ \"cocoa\", \"core-graphics\", \"gtk 0.15.5\", \"libappindicator 0.7.1\", \"libc\", \"objc\", \"objc-foundation\", \"objc_id\", \"padlock\", \"winapi 0.3.9\", ] [[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.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4\" [[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 = \"untrusted\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a\" [[package]] name = \"uuid\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79\" 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-compare\" version = \"0.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1\" [[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 = \"virtual_display\" version = \"0.1.0\" dependencies = [ \"cc\", \"hbb_common\", \"lazy_static\", \"serde 1.0.159\", \"serde_derive\", \"thiserror\", ] [[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 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 1.0.109\", \"wasm-bindgen-shared\", ] [[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 = \"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 = \"webm\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ecb047148a12ef1fd8ab26302bca7e82036f005c3073b48e17cc1b44ec577136\" dependencies = [ \"webm-sys\", ] [[package]] name = \"webm-sys\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ded6ec82ccf51fe265b0b2b1579cac839574ed910c17baac58e807f8a9de7f3\" dependencies = [ \"cc\", ] [[package]] name = \"webpki\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"which\" version = \"3.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724\" dependencies = [ \"failure\", \"libc\", ] [[package]] name = \"which\" version = \"4.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269\" dependencies = [ \"either\", \"libc\", \"once_cell\", ] [[package]] name = \"whoami\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68\" dependencies = [ \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"widestring\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c\" [[package]] name = \"widestring\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8\" [[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-wsapoll\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e\" 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.0\", ] [[package]] name = \"windows-service\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c643e10139d127d30d6d753398c8a6f0a43532e8370f6c9d29ebbff29b984ab\" dependencies = [ \"bitflags\", \"err-derive\", \"widestring 0.4.3\", \"winapi 0.3.9\", ] [[package]] name = \"windows-sys\" version = \"0.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82ca39602d5cbfa692c4b67e3bcbb2751477355141c1ed434c94da4186836ff6\" dependencies = [ \"windows_aarch64_msvc 0.28.0\", \"windows_i686_gnu 0.28.0\", \"windows_i686_msvc 0.28.0\", \"windows_x86_64_gnu 0.28.0\", \"windows_x86_64_msvc 0.28.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-win\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8d4243ec23afe4e9b4e668b3c0a0e973f1b8265f6a46223cfcbc16fd267480c0\" dependencies = [ \"winapi 0.3.9\", ] [[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.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52695a41e536859d5308cc613b4a022261a274390b25bd29dfff4bf08505f3c2\" [[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.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f54725ac23affef038fecb177de6c9bf065787c2f432f79e3c373da92f3e1d8a\" [[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.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51d5158a43cc43623c0729d1ad6647e62fa384a3d135fd15108d37c683461f64\" [[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.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc31f409f565611535130cfe7ee8e6655d3fa99c1c61013981e491921b5ce954\" [[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.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f2b8c7cbd3bfdddd9ab98769f9746a7fad1bca236554cd032b78d768bc0e89f\" [[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 = \"winreg\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9\" dependencies = [ \"winapi 0.3.9\", ] [[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 = \"winres\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c\" dependencies = [ \"toml 0.5.11\", ] [[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 = \"x11\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e\" dependencies = [ \"libc\", \"pkg-config\", ] [[package]] name = \"x11-clipboard\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c\" dependencies = [ \"xcb\", ] [[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 0.3.9\", \"winapi-wsapoll\", ] [[package]] name = \"xcb\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c\" dependencies = [ \"libc\", \"log\", \"quick-xml\", ] [[package]] name = \"zstd\" version = \"0.9.2+zstd.1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54\" dependencies = [ \"zstd-safe\", ] [[package]] name = \"zstd-safe\" version = \"4.1.3+zstd.1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79\" dependencies = [ \"libc\", \"zstd-sys\", ] [[package]] name = \"zstd-sys\" version = \"1.6.2+zstd.1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f\" dependencies = [ \"cc\", \"libc\", ] "} {"_id":"doc-en-nixpkgs-08f4ce6b259186698766c0cbd0a6a0da396f239b8a4ef06b0a4586394b0a25af","title":"","text":" diff --git a/Cargo.lock b/Cargo.lock index fb17c7e..ef157e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2332,10 +2332,10 @@ dependencies = [ [[package]] name = \"magnum-opus\" version = \"0.4.0\" -source = \"git+https://github.com/open-trade/magnum-opus#3c3d0b86ae95c84930bebffe4bcb03b3bd83342b\" +source = \"git+https://github.com/TheRadioGuy/magnum-opus#171e1d021004626f7444d1e39b98f50bc3cb2604\" dependencies = [ - \"bindgen\", - \"target_build_utils\", + \"libc\", + \"opusic-sys\", ] [[package]] @@ -2796,6 +2796,16 @@ version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" +[[package]] +name = \"opusic-sys\" +version = \"0.3.6\" +source = \"registry+https://github.com/rust-lang/crates.io-index\" +checksum = \"5eace752ce07a037241dba8f02c654799f051e431b27028056bcb480e83b54f5\" +dependencies = [ + \"cmake\", + \"libc\", +] + [[package]] name = \"os_str_bytes\" version = \"6.0.0\" diff --git a/Cargo.toml b/Cargo.toml index 1b715bd..960e8da 100644 --- a/Cargo.toml"} {"_id":"doc-en-nixpkgs-544c801a8e116c6d502d80ed5e96c98de9ac2d37034a4d79471aa6bb64d487b6","title":"","text":"{ lib , stdenv , fetchFromGitHub , makeDesktopItem , copyDesktopItems"} {"_id":"doc-en-nixpkgs-06df29f4519637f09fe4499645c90dc7fc1bd1947443bf45caa3b6eceeefe31c","title":"","text":", cmake , yasm , nasm , zip , pkg-config , clang , gtk3"} {"_id":"doc-en-nixpkgs-dd0a2411fb94deded2bb11e61292bf621a1aa38c8b157bd61b4fe4a8bf03e101","title":"","text":"./fix-for-rust-1.65.diff ]; cargoSha256 = \"sha256-1OMWEk+DerltF7kwdo4d04rbgIFLHBRq3vZaL7jtrdE=\"; LIBCLANG_PATH=\"${llvmPackages.libclang.lib}/lib\"; LIBCLANG_PATH = \"${llvmPackages.libclang.lib}/lib\"; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"confy-0.4.0\" = \"sha256-e91cvEixhpPzIthAxzTa3fDY6eCsHUy/eZQAqs7QTDo=\"; \"parity-tokio-ipc-0.7.3-1\" = \"sha256-eULJePtBu0iBI3It/bPH0h82Obsb1PJALgwYwrnCFYI=\"; \"rdev-0.5.0-2\" = \"sha256-7CEZ2wIM4QAPfY1tGKqXfHplTaxHnccVqFRPjY21Svo=\"; \"tokio-socks-0.5.1-1\" = \"sha256-45QQ6FrhGU9uEhbKXTKd/mY6MDumO6p46NmlakdyDQk=\"; \"libappindicator-0.6.1\" = \"sha256-JGnnZrcwbh8WJ6+/4bYhfD3HvgF2C7XaaGb6TaMRWdw=\"; \"magnum-opus-0.4.0\" = \"sha256-U5uuN4YolOYDnFNbtPpwYefcBDTUUyioui0UCcW8dyo=\"; \"rust-pulsectl-0.2.12\" = \"sha256-8jXTspWvjONFcvw9/Z8C43g4BuGZ3rsG32tvLMQbtbM=\"; \"sciter-rs-0.5.57\" = \"sha256-ZZnZDhMjK0LjgmK0da1yvB0uoKueLhhhQtzmjoN+1R0=\"; \"systray-0.4.1\" = \"sha256-p1PMr/8oS6zHx4+Ng4zCqt0xZ57cq3wAu6/agyWq5Jw=\"; }; }; # Change magnus-opus version to upstream so that it does not use # vcpkg for libopus since it does not work."} {"_id":"doc-en-nixpkgs-12176a2ef0664b34e6cbaa581614833bc37370da215fbba7927cddbf02f0395b","title":"","text":"# Manually simulate a vcpkg installation so that it can link the libaries # properly. postUnpack = let vcpkg_target = \"x64-linux\"; updates_vcpkg_file = writeText \"update_vcpkg_rustdesk\" postUnpack = let vcpkg_target = \"x64-linux\"; updates_vcpkg_file = writeText \"update_vcpkg_rustdesk\" '' Package : libyuv Architecture : ${vcpkg_target} Version : 1.0 Status : is installed Package : libvpx Architecture : ${vcpkg_target} Version : 1.0 Status : is installed ''; in '' Package : libyuv Architecture : ${vcpkg_target} Version : 1.0 Status : is installed Package : libvpx Architecture : ${vcpkg_target} Version : 1.0 Status : is installed export VCPKG_ROOT=\"$TMP/vcpkg\"; mkdir -p $VCPKG_ROOT/.vcpkg-root mkdir -p $VCPKG_ROOT/installed/${vcpkg_target}/lib mkdir -p $VCPKG_ROOT/installed/vcpkg/updates ln -s ${updates_vcpkg_file} $VCPKG_ROOT/installed/vcpkg/status mkdir -p $VCPKG_ROOT/installed/vcpkg/info touch $VCPKG_ROOT/installed/vcpkg/info/libyuv_1.0_${vcpkg_target}.list touch $VCPKG_ROOT/installed/vcpkg/info/libvpx_1.0_${vcpkg_target}.list ln -s ${libvpx.out}/lib/* $VCPKG_ROOT/installed/${vcpkg_target}/lib/ ln -s ${libyuv.out}/lib/* $VCPKG_ROOT/installed/${vcpkg_target}/lib/ ''; in '' export VCPKG_ROOT=\"$TMP/vcpkg\"; mkdir -p $VCPKG_ROOT/.vcpkg-root mkdir -p $VCPKG_ROOT/installed/${vcpkg_target}/lib mkdir -p $VCPKG_ROOT/installed/vcpkg/updates ln -s ${updates_vcpkg_file} $VCPKG_ROOT/installed/vcpkg/status mkdir -p $VCPKG_ROOT/installed/vcpkg/info touch $VCPKG_ROOT/installed/vcpkg/info/libyuv_1.0_${vcpkg_target}.list touch $VCPKG_ROOT/installed/vcpkg/info/libvpx_1.0_${vcpkg_target}.list ln -s ${libvpx.out}/lib/* $VCPKG_ROOT/installed/${vcpkg_target}/lib/ ln -s ${libyuv.out}/lib/* $VCPKG_ROOT/installed/${vcpkg_target}/lib/ ''; nativeBuildInputs = [ pkg-config cmake makeWrapper copyDesktopItems yasm nasm clang wrapGAppsHook ]; buildInputs = [ alsa-lib pulseaudio libXfixes libxcb xdotool gtk3 libvpx libopus libXtst libyuv ];"} {"_id":"doc-en-nixpkgs-f12dff33b17db9021947903c12e100f603fc477f77537b936621eb0a1a12f4db","title":"","text":"# Checks require an active X display. doCheck = false; desktopItems = [ (makeDesktopItem { name = \"rustdesk\"; exec = meta.mainProgram; icon = \"rustdesk\"; desktopName = \"RustDesk\"; comment = meta.description; genericName = \"Remote Desktop\"; categories = [\"Network\"]; }) ]; desktopItems = [ (makeDesktopItem { name = \"rustdesk\"; exec = meta.mainProgram; icon = \"rustdesk\"; desktopName = \"RustDesk\"; comment = meta.description; genericName = \"Remote Desktop\"; categories = [ \"Network\" ]; }) ]; postPatch = '' rm Cargo.lock ln -s ${./Cargo.lock} Cargo.lock ''; # Add static ui resources and libsciter to same folder as binary so that it # can find them."} {"_id":"doc-en-nixpkgs-d3cc266460d504b109b2dba16c263571f689dd5929011ea6884e2613977ec053","title":"","text":"description = \"Yet another remote desktop software\"; homepage = \"https://rustdesk.com\"; license = licenses.gpl3Only; maintainers = with maintainers; [ leixb ]; maintainers = with maintainers; [ ocfox leixb ]; platforms = [ \"x86_64-linux\" ]; mainProgram = \"rustdesk\"; };"} {"_id":"doc-en-nixpkgs-e289e2eb5d6d8662a58d968cc1ae84d08b804fdb47389e10cdc9cfc8d4079cce","title":"","text":" { lib, buildPythonPackage, fetchFromGitHub , django }: { lib , buildPythonPackage , django , fetchFromGitHub , poetry-core , python , pythonOlder , ua-parser }: buildPythonPackage rec { pname = \"django-sesame\"; version = \"1.7\"; version = \"3.1\"; format = \"pyproject\"; disabled = pythonOlder \"3.7\"; src = fetchFromGitHub { owner = \"aaugustin\"; repo = pname; rev = version; sha256 = \"0k8s44zn2jmasp0w064vrx685fn4pbmdfx8qmhkab1hd5ys6pi44\"; rev = \"refs/tags/${version}\"; hash = \"sha256-Pyyhm0th0cNEkM0sd6maCnf4qELsSO82c9CQuqQdn0w=\"; }; nativeCheckInputs = [ django ]; nativeBuildInputs = [ poetry-core ]; nativeCheckInputs = [ django ua-parser ]; pythonImportsCheck = [ \"sesame\" ]; checkPhase = '' make test runHook preCheck ${python.interpreter} -m django test --settings=tests.settings runHook postCheck ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-ab172ee1208fdd1de7db49f10d88a2bfc4dbfba78f1a12225ae9b78ff50e553a","title":"","text":", writeShellScriptBin , runtimeShell , installShellFiles , bc , ncurses , perl , glibcLocales"} {"_id":"doc-en-nixpkgs-a7df125da7402a40d73126163b411d323441c7303865aaaeb075c2bb90e088f3","title":"","text":"# Include first args to make sure we're patching the right thing substituteInPlace shell/key-bindings.bash --replace \" perl -n \" \" ${ourPerl}/bin/perl -n \" # fzf-tmux depends on bc substituteInPlace bin/fzf-tmux --replace \"bc\" \"${bc}/bin/bc\" ''; postInstall = ''"} {"_id":"doc-en-nixpkgs-d2a661399025bc4796a4e3b325a46fd8352d532b07931b3f26fc54d6213b0e14","title":"","text":"{ appimageTools , fetchurl , lib , xorg , udev , wooting-udev-rules , makeWrapper }: appimageTools.wrapType2 rec { let pname = \"wootility\"; version = \"4.6.20\"; src = fetchurl { url = \"https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-lekker-linux-latest/wootility-lekker-${version}.AppImage\"; sha256 = \"sha256-JodmF3TThPpXXx1eOnYmYAJ4x5Ylcf35bw3R++5/Buk=\"; }; in appimageTools.wrapType2 { inherit pname version src; extraInstallCommands = let contents = appimageTools.extract { inherit pname version src; };"} {"_id":"doc-en-nixpkgs-10538a1bf4017278a6f3432700f2d416d30b6521a5d7ab38b1d1d86ff728cc00","title":"","text":"export LC_ALL=C.UTF-8 ''; multiPkgs = extraPkgs; extraPkgs = pkgs: (appimageTools.defaultFhsEnvArgs.multiPkgs pkgs) ++ ([ udev wooting-udev-rules xorg.libxkbfile ]); extraPkgs = pkgs: with pkgs; ([ xorg.libxkbfile ]); meta = with lib; { meta = { homepage = \"https://wooting.io/wootility\"; description = \"Customization and management software for Wooting keyboards\"; platforms = [ \"x86_64-linux\" ]; license = licenses.unfree; maintainers = with maintainers; [ davidtwco sodiboo ]; platforms = lib.platforms.linux; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ davidtwco sodiboo ]; mainProgram = \"wootility\"; }; }"} {"_id":"doc-en-nixpkgs-cd988f9cccb026bb995122adef7047d1c5b8f33e54acdfbb426ce724ae6120f3","title":"","text":" { lib , appimageTools , fetchurl }: let pname = \"codux\"; version = \"15.4.4\"; src = fetchurl { url = \"https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage\"; sha256 = \"sha256-6XLKXw+e/310mCQxM/X/kzok562vGjEhmF1eLfakB4Q=\"; }; appimageContents = appimageTools.extractType2 { inherit pname version src; }; in appimageTools.wrapType2 rec { inherit pname version src; extraInstallCommands = '' mv $out/bin/${pname}-${version} $out/bin/${pname} install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications cp -r ${appimageContents}/usr/share/icons $out/share substituteInPlace $out/share/applications/${pname}.desktop --replace 'Exec=AppRun' 'Exec=${pname}' ''; meta = with lib; { description = \"A visual IDE for React\"; homepage = \"https://www.codux.com\"; license = licenses.unfree; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-aeccf6ce572d53e85f0f1bd06a119b706d284fbc2494f17a2f09885c222b4561","title":"","text":"codespell = callPackage ../development/tools/codespell { }; codux = callPackage ../applications/editors/codux { }; coolreader = libsForQt5.callPackage ../applications/misc/coolreader { }; corsair = with python3Packages; toPythonApplication corsair-scan;"} {"_id":"doc-en-nixpkgs-8fbc67a8e59f3485706c1adcb4eaf58ea977cade664ad18a113402d7e15dc9de","title":"","text":" { stdenv, fetchurl, utillinux, libcap }: { stdenv, fetchurl, fetchpatch, getopt, libcap }: stdenv.mkDerivation rec { version = \"1.20.2\";"} {"_id":"doc-en-nixpkgs-c500fa3c0856b710341610353df2d44cc9600b8bd468b74a8729c7b4e4cec522","title":"","text":"sha256 = \"0313xb2j6a4wihrw9gfd4rnyqw7zzv6wf3rfh2gglgnv356ic2kw\"; }; buildInputs = [ utillinux /* provides getopt */ libcap ]; # patchset from brew patches = stdenv.lib.optionals stdenv.isDarwin [ (fetchpatch { name = \"0001-Implement-openat-2-wrapper-which-handles-optional-ar.patch\"; url = \"https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=0001-Implement-openat-2-wrapper-which-handles-optional-ar.patch;att=1;bug=766649\"; sha256 = \"1m6ggrqwqy0in264sxqk912vniipiw629dxq7kibakvsswfk6bkk\"; }) (fetchpatch { name = \"0002-OS-X-10.10-introduced-id_t-int-in-gs-etpriority.patch\"; url = \"https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=0002-OS-X-10.10-introduced-id_t-int-in-gs-etpriority.patch;att=2;bug=766649\"; sha256 = \"0rhayp42x4i1a6yc4d28kpshmf7lrmaprq64zfrjpdn4kbs0rkln\"; }) (fetchpatch { name = \"fakeroot-always-pass-mode.patch\"; url = \"https://bugs.debian.org/cgi-bin/bugreport.cgi?att=2;bug=766649;filename=fakeroot-always-pass-mode.patch;msg=20\"; sha256 = \"0i3zaca1v449dm9m1cq6wq4dy6hc2y04l05m9gg8d4y4swld637p\"; }) ]; buildInputs = [ getopt ] ++ stdenv.lib.optional (!stdenv.isDarwin) libcap ; postUnpack = '' for prog in getopt; do"} {"_id":"doc-en-nixpkgs-1fb5ca5f7028124440a3086b94545e1c24e336279b048f56b872038ca21f7b45","title":"","text":"description = \"Give a fake root environment through LD_PRELOAD\"; license = stdenv.lib.licenses.gpl2Plus; maintainers = with stdenv.lib.maintainers; [viric]; platforms = with stdenv.lib.platforms; linux; platforms = stdenv.lib.platforms.unix; }; }"} {"_id":"doc-en-nixpkgs-f55fd12be8ee0c0da29312f9e840de1c4e24941ff7ad7df771409561915a8478","title":"","text":"--replace \"etc\" \"$out/etc\" substituteInPlace ./src/scripts/wihotspot --replace \"/usr\" \"$out\" substituteInPlace ./src/desktop/wifihotspot.desktop --replace \"/usr\" \"$out\" substituteInPlace ./src/scripts/policies/polkit.policy --replace \"/usr\" \"$out\" ''; makeFlags = ["} {"_id":"doc-en-nixpkgs-c625a911049c3ada933369198193256994d1eb0bb5dcfed67ff262ebe3be37a0","title":"","text":"# Required by Budgie Menu. gnome-menus # Required by Budgie Control Center. gnome.zenity # Provides `gsettings`. glib"} {"_id":"doc-en-nixpkgs-28c40f3a93b2c7bd6d198c9407fb147b5ddb73044d00d498e2e1e721f196cbff","title":"","text":"stdenv.mkDerivation rec { pname = \"budgie-desktop\"; version = \"10.7.1\"; version = \"10.7.2\"; src = fetchFromGitHub { owner = \"BuddiesOfBudgie\"; repo = pname; rev = \"v${version}\"; fetchSubmodules = true; sha256 = \"sha256-ww65J9plixbxFza6xCfaz1WYtT9giKkLVH1XYxH41+0=\"; hash = \"sha256-fd3B2DMZxCI4Gb9mwdACjIPydKghXx8IkhFpMS/Clps=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-c6099163d8735b02332f8ef7ef69576fa1dc370de3953351aeb2d6b1836b77ba","title":"","text":"gnome.gnome-bluetooth_1_0 gnome.gnome-settings-daemon gnome.mutter gnome.zenity graphene gtk3 ibus"} {"_id":"doc-en-nixpkgs-427e52bcb89178b656dc48a5e47ecab0868d5d6163f251ab539b6a23867f351a","title":"","text":"source 'https://rubygems.org' gem 'jekyll' gem 'jekyll-feed' gem 'jekyll-paginate' gem 'rdiscount' gem 'RedCloth' gem 'minima' "} {"_id":"doc-en-nixpkgs-1da43a1c829bace16f978c9446a87d21707a5a82c97bd17c02a282fcc81464d7","title":"","text":"GEM remote: https://rubygems.org/ specs: RedCloth (4.2.9) colorator (0.1) ffi (1.9.10) jekyll (3.0.1) colorator (~> 0.1) RedCloth (4.3.2) addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) colorator (1.1.0) ffi (1.9.18) forwardable-extended (2.6.0) jekyll (3.4.1) addressable (~> 2.4) colorator (~> 1.0) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) kramdown (~> 1.3) liquid (~> 3.0) mercenary (~> 0.3.3) pathutil (~> 0.9) rouge (~> 1.7) safe_yaml (~> 1.0) jekyll-sass-converter (1.4.0) sass (~> 3.4) jekyll-watch (1.3.0) listen (~> 3.0) jekyll-feed (0.9.1) jekyll (~> 3.3) jekyll-paginate (1.1.0) kramdown (1.9.0) jekyll-sass-converter (1.5.0) sass (~> 3.4) jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) kramdown (1.13.2) liquid (3.0.6) listen (3.0.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.5) rb-fsevent (0.9.7) rb-inotify (0.9.5) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) minima (2.1.0) jekyll (~> 3.3) pathutil (0.14.0) forwardable-extended (~> 2.6) public_suffix (2.0.5) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) rdiscount (2.1.8) rouge (1.10.1) rdiscount (2.2.0.1) rouge (1.11.1) safe_yaml (1.0.4) sass (3.4.20) sass (3.4.23) PLATFORMS ruby"} {"_id":"doc-en-nixpkgs-b3f982316c089804c83a79d68e15bd5b92870f9a2467b5e7f88b07bc6b67a520","title":"","text":"DEPENDENCIES RedCloth jekyll jekyll-feed jekyll-paginate minima rdiscount BUNDLED WITH 1.10.6 1.14.4 "} {"_id":"doc-en-nixpkgs-a9b158268f413d635b54d0ab9515d8a4d3540e80f0f97894deb5729a11b7fa51","title":"","text":" { stdenv, lib, bundlerEnv, ruby_2_2, curl }: { stdenv, lib, bundlerEnv, ruby }: bundlerEnv rec { name = \"jekyll-${version}\"; version = \"3.0.1\"; ruby = ruby_2_2; gemdir = ./.; version = (import gemset).jekyll.version; inherit ruby; gemfile = ./Gemfile; lockfile = ./Gemfile.lock; gemset = ./gemset.nix; meta = with lib; { description = \"Simple, blog aware, static site generator\";"} {"_id":"doc-en-nixpkgs-1fc185d64d38c4758130d677cf3a6df256647910f40184f785a12554d025f3ba","title":"","text":"{ \"RedCloth\" = { version = \"4.2.9\"; addressable = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1j5r0anj8m4qlf2psnldip4b8ha2bsscv11lpdgnfh4nnchzjnxw\"; type = \"gem\"; sha256 = \"06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl\"; }; version = \"2.5.0\"; }; \"colorator\" = { version = \"0.1\"; colorator = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72\"; type = \"gem\"; sha256 = \"09zp15hyd9wlbgf1kmrf4rnry8cpvh1h9fj7afarlqcy4hrfdpvs\"; }; version = \"1.1.0\"; }; \"ffi\" = { version = \"1.9.10\"; ffi = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"034f52xf7zcqgbvwbl20jwdyjwznvqnwpbaps9nk18v9lgb1dpx0\"; type = \"gem\"; sha256 = \"1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj\"; }; version = \"1.9.18\"; }; \"jekyll\" = { version = \"3.0.1\"; forwardable-extended = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v\"; type = \"gem\"; sha256 = \"107svn6r7pvkg9wwfi4r44d2rqppysjf9zf09h7z1ajsy8k2s65a\"; }; dependencies = [ \"colorator\" \"jekyll-sass-converter\" \"jekyll-watch\" \"jekyll-paginate\" \"kramdown\" \"liquid\" \"mercenary\" \"rouge\" \"safe_yaml\" ]; version = \"2.6.0\"; }; \"jekyll-sass-converter\" = { version = \"1.4.0\"; jekyll = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0qbnjx7bpshbcam6p9ss2g6gpd3gxz6h4w9yszphj3ip335yhawb\"; type = \"gem\"; sha256 = \"095757w0pg6qh3wlfg1j1mw4fsz7s89ia4zai5f2rhx9yxsvk1d8\"; }; dependencies = [ \"sass\" ]; version = \"3.4.1\"; }; \"jekyll-watch\" = { version = \"1.3.0\"; jekyll-feed = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1dj62gy1jskkn703mi5h0bkg1psbpkdm2qqdw3bhjfid9358qvay\"; type = \"gem\"; sha256 = \"1mqwvrd2hm6ah5zsxqsv2xdp31wl94pl8ybb1q324j79z8pvyarg\"; }; dependencies = [ \"listen\" ]; version = \"0.9.1\"; }; \"jekyll-paginate\" = { jekyll-paginate = { source = { sha256 = \"0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8\"; type = \"gem\"; }; version = \"1.1.0\"; }; jekyll-sass-converter = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"01m921763yfgx1gc33k5ixqz623f4c4azgnpqhgsc2q61fyfk3q1\"; type = \"gem\"; sha256 = \"0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8\"; }; version = \"1.5.0\"; }; \"kramdown\" = { version = \"1.9.0\"; jekyll-watch = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"02rg3wi95w2l0bg1igl5k6pza723vn2b2gj975gycz1cpmhdjn6z\"; type = \"gem\"; sha256 = \"12sral2xli39mnr4b9m2sxdlgam4ni0a1mkxawc5311z107zj3p0\"; }; version = \"1.5.0\"; }; \"liquid\" = { version = \"3.0.6\"; kramdown = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1isiqc40q44zg57bd6cfnw1a2l0s2j5skw2awn2cz3gcm7wsf49d\"; type = \"gem\"; }; version = \"1.13.2\"; }; liquid = { source = { sha256 = \"033png37ym4jrjz5bi7zb4ic4yxacwvnllm1xxmrnr4swgyyygc2\"; type = \"gem\"; }; version = \"3.0.6\"; }; \"listen\" = { version = \"3.0.5\"; listen = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1l0y7hbyfiwpvk172r28hsdqsifq1ls39hsfmzi1vy4ll0smd14i\"; type = \"gem\"; sha256 = \"182wd2pkf690ll19lx6zbk01a3rqkk5lwsyin6kwydl7lqxj5z3g\"; }; dependencies = [ \"rb-fsevent\" \"rb-inotify\" ]; version = \"3.0.8\"; }; \"mercenary\" = { version = \"0.3.5\"; mercenary = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a\"; type = \"gem\"; sha256 = \"0ls7z086v4xl02g4ia5jhl9s76d22crgmplpmj0c383liwbqi9pb\"; }; version = \"0.3.6\"; }; \"rb-fsevent\" = { version = \"0.9.7\"; minima = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1s7ks9fqfvqx7qicnkrg76wavg9mjas52f7iyhr89lz9mqiy7p39\"; type = \"gem\"; sha256 = \"1xlkflgxngwkd4nyybccgd1japrba4v3kwnp00alikj404clqx4v\"; }; version = \"2.1.0\"; }; \"rb-inotify\" = { version = \"0.9.5\"; pathutil = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0f444wx6vjd30lkkb2zn1k5a6g33lidrpyy7lmgy66n1gsiipzn7\"; type = \"gem\"; sha256 = \"0kddx2ia0qylw3r52nhg83irkaclvrncgy2m1ywpbhlhsz1rymb9\"; }; dependencies = [ \"ffi\" ]; version = \"0.14.0\"; }; \"rdiscount\" = { version = \"2.1.8\"; public_suffix = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"040jf98jpp6w140ghkhw2hvc1qx41zvywx5gj7r2ylr1148qnj7q\"; type = \"gem\"; sha256 = \"0vcyy90r6wfg0b0y5wqp3d25bdyqjbwjhkm1xy9jkz9a7j72n70v\"; }; version = \"2.0.5\"; }; \"rouge\" = { version = \"1.10.1\"; rb-fsevent = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1pdiasp9zlr306yld19szapi6kdjk38rpv1hih9x0ry40x6mb63n\"; type = \"gem\"; sha256 = \"0wp8as9ypdy18kdj9h70kny1rdfq71mr8cj2bpahr9vxjjvjasqz\"; }; version = \"0.9.8\"; }; \"safe_yaml\" = { version = \"1.0.4\"; rb-inotify = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0bq14f3md5nm00kgxgf0r9lcbn0vgbwljgajif0slxcwv622fjg9\"; type = \"gem\"; }; version = \"0.9.8\"; }; rdiscount = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1arvk3k06prxasq1djbj065ixar4zl171340g7wr1ww4gj9makx3\"; type = \"gem\"; }; version = \"2.2.0.1\"; }; RedCloth = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0m9dv7ya9q93r8x1pg2gi15rxlbck8m178j1fz7r5v6wr1avrrqy\"; type = \"gem\"; }; version = \"4.3.2\"; }; rouge = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"13amckbdknnc5491ag28y8pqbyfpbzx5n4rlmadxhd3wkrhp92c8\"; type = \"gem\"; }; version = \"1.11.1\"; }; safe_yaml = { source = { sha256 = \"1hly915584hyi9q9vgd968x2nsi5yag9jyf5kq60lwzi5scr7094\"; type = \"gem\"; }; version = \"1.0.4\"; }; \"sass\" = { version = \"3.4.20\"; sass = { source = { remotes = [\"https://rubygems.org\"]; sha256 = \"0da4mn3n60cm1ss1pw1rrpa7fxagglxiwcgvz1asf1qgf4mvcwyr\"; type = \"gem\"; sha256 = \"04rpdcp258arh2wgdk9shbqnzd6cbbbpi3wpi9a0wby8awgpxmyf\"; }; version = \"3.4.23\"; }; } } No newline at end of file"} {"_id":"doc-en-nixpkgs-83ef89a2021d6e5702c98eaf52f6cace012fca412e921298b9c4bdb1fe606820","title":"","text":"[ darwin.apple_sdk.frameworks.CoreServices ]; }; # disable bundle install as it can't install anything in addition to what is # specified in pkgs/applications/misc/jekyll/Gemfile anyway. Also do chmod_R # to compensate for read-only files in site_template in nix store. jekyll = attrs: { postInstall = '' installPath=$(cat $out/nix-support/gem-meta/install-path) sed -i $installPath/lib/jekyll/commands/new.rb -e 's@Exec.run(\"bundle\", \"install\"@Exec.run(\"true\"@' -e 's@FileUtils.cp_r site_template + \"/.\", path@FileUtils.cp_r site_template + \"/.\", path; FileUtils.chmod_R \"u+w\", path@' ''; }; # note that you need version >= v3.16.14.8, # otherwise the gem will fail to link to the libv8 binary. # see: https://github.com/cowboyd/libv8/pull/161"} {"_id":"doc-en-nixpkgs-fdac521c7d478ae3832bf631bc1399edf6d3f62f11fa067edf64387669d56ed1","title":"","text":"{ stdenv , lib , fetchurl , fetchpatch , asciidoc , docbook-xsl-nons , docbook_xml_dtd_45"} {"_id":"doc-en-nixpkgs-88f094b19700d60587072898bfb6ffdbaa118e1dbf2d1c4d731043b638aa0549","title":"","text":"stdenv.mkDerivation rec { pname = \"tracker-miners\"; version = \"3.5.0\"; version = \"3.5.2\"; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; sha256 = \"F5ZmA9xDKphSa0kFhqSKzX+fWZNfeJXfxRcppGppAaM=\"; sha256 = \"QPuR+svZRo4m6+zHEdg2Mc2K6TkcYV1o27A8vKsbbGk=\"; }; patches = [ # Use cc.has_header_symbol to check for BTRFS_IOC_INO_LOOKUP # https://github.com/NixOS/nixpkgs/issues/228639 (fetchpatch { url = \"https://gitlab.gnome.org/GNOME/tracker-miners/-/commit/c08fbe0650d4a2ae915a21764f54c02eda9406d5.patch\"; sha256 = \"U81+yfg2sUkKl4tKMeB7pXJRNSeIE+2loT3/bvnhoKM=\"; }) ]; nativeBuildInputs = [ asciidoc docbook-xsl-nons"} {"_id":"doc-en-nixpkgs-fafaa98ce3be68c4633e28ea069ec4fd27026546de1591485bb357cac96c4be5","title":"","text":"buildGoModule rec { pname = \"symfony-cli\"; version = \"5.5.6\"; vendorHash = \"sha256-AfgDsd4W8wV0GeymD9SLeHtOeFP9qbFy+GTdMxQSkDA=\"; version = \"5.5.7\"; vendorHash = \"sha256-OXV/hTSHJvYfe2SiFamkedC01J/DOgd8I60yIpQToos=\"; src = fetchFromGitHub { owner = \"symfony-cli\"; repo = \"symfony-cli\"; rev = \"v${version}\"; sha256 = \"sha256-lE8RBjBXucL0DJjEnBLbHqOVE6g358rwmaEUqU6QhOw=\"; hash = \"sha256-LC6QQIVHllBRu8B6XfV8SuTB3O+FmqYr+LQnVmLj2nU=\"; }; ldflags = ["} {"_id":"doc-en-nixpkgs-52c52c98db479d445053e1de6a2508a28acbe85ed241de713741674712660277","title":"","text":"$GOPATH/bin/symfony-cli ''; meta = with lib; { meta = { description = \"Symfony CLI\"; homepage = \"https://github.com/symfony-cli/symfony-cli\"; license = licenses.agpl3Plus; maintainers = with maintainers; [ drupol ]; license = lib.licenses.agpl3Plus; mainProgram = \"symfony\"; maintainers = with lib.maintainers; [ drupol ]; }; }"} {"_id":"doc-en-nixpkgs-83d6a4dd053ddd7218a80f2ebcd32e0be208504f6b3c73937206bed9e24b9ae3","title":"","text":" { lib, stdenv, fetchFromGitHub, git, makeWrapper, openssl, coreutils, util-linux, gnugrep, gnused, gawk }: { lib, stdenv, fetchFromGitHub, git, makeWrapper, openssl, coreutils, util-linux, gnugrep, gnused, gawk, testers, transcrypt }: stdenv.mkDerivation rec { pname = \"transcrypt\"; version = \"1.1.0\"; version = \"2.2.3\"; src = fetchFromGitHub { owner = \"elasticdog\"; repo = \"transcrypt\"; rev = \"v${version}\"; sha256 = \"1dkr69plk16wllk5bzlkchrzw63pk239dgbjhrb3mb61i065jdam\"; sha256 = \"+B8CYHDneDd0GwiTwQK6YVScDMKao2JXFpGk9PY6/EE=\"; }; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ git openssl coreutils util-linux gnugrep gnused gawk ]; patches = [ ./helper-scripts_depspathprefix.patch ]; installPhase = '' install -m 755 -D transcrypt $out/bin/transcrypt install -m 644 -D man/transcrypt.1 $out/share/man/man1/transcrypt.1"} {"_id":"doc-en-nixpkgs-77b0b024a3937740cd0b2078e52fe655e6140865055650cea9281bf4afc89558","title":"","text":"chmod +x $out/bin/transcrypt-depspathprefix ''; passthru.tests.version = testers.testVersion { package = transcrypt; command = \"transcrypt --version\"; version = \"transcrypt ${version}\"; }; meta = with lib; { description = \"Transparently encrypt files within a Git repository\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-87bbd947e79dbf9a7843c218eb4501b1f3bb7e24d77d9fb5a351c2a3f2b72b9e","title":"","text":" diff --git a/transcrypt b/transcrypt index a0b562d..7888f5d 100755 --- a/transcrypt +++ b/transcrypt @@ -278,6 +278,7 @@ save_helper_scripts() { cat <<-'EOF' > \"${GIT_DIR}/crypt/clean\" #!/usr/bin/env bash +\t\tPATH=\"$(transcrypt-depspathprefix 2>/dev/null)$PATH\" filename=$1 # ignore empty files if [[ -s $filename ]]; then @@ -300,6 +301,7 @@ save_helper_scripts() { cat <<-'EOF' > \"${GIT_DIR}/crypt/smudge\" #!/usr/bin/env bash +\t\tPATH=\"$(transcrypt-depspathprefix 2>/dev/null)$PATH\" tempfile=$(mktemp 2> /dev/null || mktemp -t tmp) trap 'rm -f \"$tempfile\"' EXIT cipher=$(git config --get --local transcrypt.cipher) @@ -309,6 +311,7 @@ save_helper_scripts() { cat <<-'EOF' > \"${GIT_DIR}/crypt/textconv\" #!/usr/bin/env bash +\t\tPATH=\"$(transcrypt-depspathprefix 2>/dev/null)$PATH\" filename=$1 # ignore empty files if [[ -s $filename ]]; then @@ -351,7 +354,7 @@ save_configuration() { git config merge.renormalize 'true' # add a git alias for listing encrypted files -\tgit config alias.ls-crypt \"!git ls-files | git check-attr --stdin filter | awk 'BEGIN { FS = \":\" }; /crypt$/{ print $1 }'\" +\tgit config alias.ls-crypt \"!PATH=\"$(transcrypt-depspathprefix 2>/dev/null)$PATH\"; git ls-files | git check-attr --stdin filter | awk 'BEGIN { FS = \":\" }; /crypt$/{ print $1 }'\" } # display the current configuration settings "} {"_id":"doc-en-nixpkgs-5f48a3ca62927ada2c0f238ae9e2f879214d7e3ddaa9622032dfdddb55cf277b","title":"","text":" { blueprint-compiler , desktop-file-utils , fetchFromGitHub , lib , libadwaita , libportal-gtk4 , meson , ninja , python3Packages , wrapGAppsHook4 }: python3Packages.buildPythonApplication rec { pname = \"adwsteamgtk\"; version = \"0.6.9\"; # built with meson, not a python format format = \"other\"; src = fetchFromGitHub { owner = \"Foldex\"; repo = \"AdwSteamGtk\"; rev = \"v${version}\"; hash = \"sha256-aHJxgSb7oZTRrfFVYdLimwhSGzdRjGf7dGTRA+ANQiM=\"; }; buildInputs = [ libadwaita libportal-gtk4 ]; nativeBuildInputs = [ blueprint-compiler desktop-file-utils meson ninja wrapGAppsHook4 ]; propagatedBuildInputs = with python3Packages; [ packaging pygobject3 ]; meta = { description = \"A simple Gtk wrapper for Adwaita-for-Steam\"; homepage = \"https://github.com/Foldex/AdwSteamGtk\"; license = lib.licenses.gpl3Plus; maintainers = [ lib.maintainers.reedrw ]; mainProgram = \"adwaita-steam-gtk\"; platforms = lib.platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-c321e901e85de500df69f58fe13d329a2491b7fee8b877a49ddd61afaf060473","title":"","text":"# XDG_DATA_DIRS is used by pressure-vessel (steam proton) and vulkan loaders to find the corresponding icd export XDG_DATA_DIRS=$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}/run/opengl-driver/share:/run/opengl-driver-32/share # Following XDG spec [1], XDG_DATA_DIRS should default to \"/usr/local/share:/usr/share\". # In nix, it is commonly set without containing these values, so we add them as fallback. # # [1] case \":$XDG_DATA_DIRS:\" in *:/usr/local/share:*) ;; *) export XDG_DATA_DIRS=\"$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}/usr/local/share\" ;; esac case \":$XDG_DATA_DIRS:\" in *:/usr/share:*) ;; *) export XDG_DATA_DIRS=\"$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}/usr/share\" ;; esac # Force compilers and other tools to look in default search paths unset NIX_ENFORCE_PURITY export NIX_CC_WRAPPER_TARGET_HOST_${stdenv.cc.suffixSalt}=1"} {"_id":"doc-en-nixpkgs-3fc18e3a12613cdb78f77e10b8342b0d51cd204d8e0f089fd8195165eefc8270","title":"","text":"SDL2 libusb1 dbus-glib gsettings-desktop-schemas ffmpeg libudev0-shim"} {"_id":"doc-en-nixpkgs-452fbc32aa5db70b50763ca37f0fd89b70259cbc92c0f2d9966d6be63bd98475","title":"","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":"doc-en-nixpkgs-61e2c4e41ce195d3167cb5fc9945cb152cdedaa04f74d9da8dbc416051fcc9a3","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"hcledit\"; version = \"0.2.7\"; src = fetchFromGitHub { owner = \"minamijoyo\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-hunM29K6RgeVkY8nNNIYigCh2sTCR1OyPE+k3cmIJTU=\"; }; vendorHash = \"sha256-KwoauyXeDMMTUgtLvz6m28nvFSl5fptZzEvwFVC3n8g=\"; meta = with lib; { description = \"A command line editor for HCL\"; homepage = \"https://github.com/minamijoyo/hcledit\"; license = licenses.mit; maintainers = with maintainers; [ aleksana ]; }; } "} {"_id":"doc-en-nixpkgs-24adc038695dfd6d1227f06a4ca6caf0da991d499585a47ae0089f6511edb45a","title":"","text":"hcl2json = callPackage ../applications/misc/hcl2json { }; hcledit = callPackage ../tools/text/hcledit { }; hcxtools = callPackage ../tools/security/hcxtools { }; hcxdumptool = callPackage ../tools/security/hcxdumptool { };"} {"_id":"doc-en-nixpkgs-7d59595620317be482c75bbc6e3f6415ce05483b4be5a4318f4dc63499e60581","title":"","text":"{ stdenv, lib, makeDesktopItem, makeWrapper, patchelf, writeText , coreutils, gnugrep, which, git, unzip, libsecret, libnotify, e2fsprogs , vmopts ? null , python3, vmopts ? null }: { pname, product, productShort ? product, version, src, wmClass, jdk, meta, extraLdPath ? [], extraWrapperArgs ? [] }@args:"} {"_id":"doc-en-nixpkgs-b4216b2c7848a7c29be7404f35170a8a9ec7ec468dd92ba766061ca015a39576","title":"","text":"item=${desktopItem} makeWrapper \"$out/$pname/bin/${loName}.sh\" \"$out/bin/${pname}\" --prefix PATH : \"$out/libexec/${pname}:${lib.makeBinPath [ jdk coreutils gnugrep which git ]}\" --prefix PATH : \"$out/libexec/${pname}:${lib.makeBinPath [ jdk coreutils gnugrep which git python3 ]}\" --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath ([ # Some internals want libstdc++.so.6 stdenv.cc.cc.lib libsecret e2fsprogs"} {"_id":"doc-en-nixpkgs-35d9df70d13e62f67197912304def4a41beda883fd4844b7c740c74922af0782","title":"","text":"- [isolate](https://github.com/ioi/isolate), a sandbox for securely executing untrusted programs. Available as [security.isolate](#opt-security.isolate.enable). - [private-gpt](https://github.com/zylon-ai/private-gpt), a service to interact with your documents using the power of LLMs, 100% privately, no data leaks. Available as [services.private-gpt](#opt-services.private-gpt.enable). ## Backward Incompatibilities {#sec-release-24.05-incompatibilities} "} {"_id":"doc-en-nixpkgs-7d05f1c213fa2095cddcbfaf9046e7bca28c8c9a413dcf6619d8b0b82312f6a9","title":"","text":"./services/misc/polaris.nix ./services/misc/portunus.nix ./services/misc/preload.nix ./services/misc/private-gpt.nix ./services/misc/prowlarr.nix ./services/misc/pufferpanel.nix ./services/misc/pykms.nix"} {"_id":"doc-en-nixpkgs-7d8fa79a95412bdab6452429e230c24d9e249911705c752c2afa73bd14500e0b","title":"","text":" { config , lib , pkgs , ... }: let inherit (lib) types; format = pkgs.formats.yaml { }; cfg = config.services.private-gpt; in { options = { services.private-gpt = { enable = lib.mkEnableOption \"private-gpt for local large language models\"; package = lib.mkPackageOption pkgs \"private-gpt\" { }; stateDir = lib.mkOption { type = types.path; default = \"/var/lib/private-gpt\"; description = \"State directory of private-gpt.\"; }; settings = lib.mkOption { type = format.type; default = { llm = { mode = \"ollama\"; tokenizer = \"\"; }; embedding = { mode = \"ollama\"; }; ollama = { llm_model = \"llama3\"; embedding_model = \"nomic-embed-text\"; api_base = \"http://localhost:11434\"; embedding_api_base = \"http://localhost:11434\"; keep_alive = \"5m\"; tfs_z = 1; top_k = 40; top_p = 0.9; repeat_last_n = 64; repeat_penalty = 1.2; request_timeout = 120; }; vectorstore = { database = \"qdrant\"; }; qdrant = { path = \"/var/lib/private-gpt/vectorstore/qdrant\"; }; data = { local_data_folder = \"/var/lib/private-gpt\"; }; openai = { }; azopenai = { }; }; description = '' settings-local.yaml for private-gpt ''; }; }; }; config = lib.mkIf cfg.enable { systemd.services.private-gpt = { description = \"Interact with your documents using the power of GPT, 100% privately, no data leaks\"; wantedBy = [ \"multi-user.target\" ]; after = [ \"network.target\" ]; preStart = let config = format.generate \"settings-local.yaml\" (cfg.settings // { server.env_name = \"local\"; }); in '' mkdir -p ${cfg.stateDir}/{settings,huggingface,matplotlib,tiktoken_cache} cp ${cfg.package.cl100k_base.tiktoken} ${cfg.stateDir}/tiktoken_cache/9b5ad71b2ce5302211f9c61530b329a4922fc6a4 cp ${pkgs.python3Packages.private-gpt}/${pkgs.python3.sitePackages}/private_gpt/settings.yaml ${cfg.stateDir}/settings/settings.yaml cp \"${config}\" \"${cfg.stateDir}/settings/settings-local.yaml\" chmod 600 \"${cfg.stateDir}/settings/settings-local.yaml\" ''; environment = { PGPT_PROFILES = \"local\"; PGPT_SETTINGS_FOLDER = \"${cfg.stateDir}/settings\"; HF_HOME = \"${cfg.stateDir}/huggingface\"; TRANSFORMERS_OFFLINE = \"1\"; HF_DATASETS_OFFLINE = \"1\"; MPLCONFIGDIR = \"${cfg.stateDir}/matplotlib\"; }; serviceConfig = { ExecStart = lib.getExe cfg.package; WorkingDirectory = cfg.stateDir; StateDirectory = \"private-gpt\"; RuntimeDirectory = \"private-gpt\"; RuntimeDirectoryMode = \"0755\"; PrivateTmp = true; DynamicUser = true; DevicePolicy = \"closed\"; LockPersonality = true; MemoryDenyWriteExecute = true; PrivateUsers = true; ProtectHome = true; ProtectHostname = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectControlGroups = true; ProcSubset = \"pid\"; RestrictNamespaces = true; RestrictRealtime = true; SystemCallArchitectures = \"native\"; UMask = \"0077\"; }; }; }; meta.maintainers = with lib.maintainers; [ drupol ]; } "} {"_id":"doc-en-nixpkgs-95ccd7259b78348d8d99e861d2acce02c8c1564c5c4ef264afd32eb3ac9d5299","title":"","text":"pretix = runTest ./web-apps/pretix.nix; printing-socket = handleTest ./printing.nix { socket = true; }; printing-service = handleTest ./printing.nix { socket = false; }; private-gpt = handleTest ./private-gpt.nix {}; privoxy = handleTest ./privoxy.nix {}; prometheus = handleTest ./prometheus.nix {}; prometheus-exporters = handleTest ./prometheus-exporters.nix {};"} {"_id":"doc-en-nixpkgs-13027b2a85a0f5ccde1e3a464901b19b1fbdafa68fc3bf9a0eecbd981cbee496","title":"","text":" import ./make-test-python.nix ({ pkgs, lib, ... }: let mainPort = \"8001\"; in { name = \"private-gpt\"; meta = with lib.maintainers; { maintainers = [ drupol ]; }; nodes = { machine = { ... }: { services.private-gpt = { enable = true; }; }; }; testScript = '' machine.start() machine.wait_for_unit(\"private-gpt.service\") machine.wait_for_open_port(${mainPort}) machine.succeed(\"curl http://127.0.0.1:${mainPort}\") ''; }) "} {"_id":"doc-en-nixpkgs-99649078954bdd7b3b1d13d0caf850e0112fdc0dbeed113d6d65f57f9593e879","title":"","text":" { python3Packages , makeBinaryWrapper }: python3Packages.toPythonApplication (python3Packages.private-gpt.overrideAttrs (oldAttrs: { nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ makeBinaryWrapper ]; passthru.cl100k_base = { inherit (python3Packages.private-gpt.cl100k_base) tiktoken; }; postInstall = '' makeWrapper ${python3Packages.python.interpreter} $out/bin/private-gpt --prefix PYTHONPATH : \"$PYTHONPATH\" --add-flags \"-m private_gpt\" ''; })) "} {"_id":"doc-en-nixpkgs-0ed08053a094b06fe928929207c6bab1aea654e93d60942546da25b159682133","title":"","text":" { lib , buildPythonPackage , python , fetchFromGitHub , poetry-core , fastapi , injector , llama-index-core , llama-index-readers-file , huggingface-hub , python-multipart , pyyaml , transformers , uvicorn , watchdog , gradio , fetchurl , fetchpatch }: buildPythonPackage rec { pname = \"private-gpt\"; version = \"0.5.0\"; pyproject = true; src = fetchFromGitHub { owner = \"zylon-ai\"; repo = \"private-gpt\"; rev = \"v${version}\"; hash = \"sha256-bjydzJhOJjmbflcJbuMyNsmby7HtNPFW3MY2Tw12cHw=\"; }; patches = [ # Fix a vulnerability, to be removed in the next bump version # See https://github.com/zylon-ai/private-gpt/pull/1890 (fetchpatch { url = \"https://github.com/zylon-ai/private-gpt/commit/86368c61760c9cee5d977131d23ad2a3e063cbe9.patch\"; hash = \"sha256-4ysRUuNaHW4bmNzg4fn++89b430LP6AzYDoX2HplVH0=\"; }) ]; build-system = [ poetry-core ]; dependencies = [ fastapi injector llama-index-core llama-index-readers-file python-multipart pyyaml transformers uvicorn watchdog ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); # This is needed for running the tests and the service in offline mode, # See related issue at https://github.com/zylon-ai/private-gpt/issues/1870 passthru.cl100k_base.tiktoken = fetchurl { url = \"https://openaipublic.blob.core.windows.net/encodings/cl100k_base.tiktoken\"; hash = \"sha256-Ijkht27pm96ZW3/3OFE+7xAPtR0YyTWXoRO8/+hlsqc=\"; }; passthru.optional-dependencies = with python.pkgs; { embeddings-huggingface = [ huggingface-hub llama-index-embeddings-huggingface ]; embeddings-ollama = [ llama-index-embeddings-ollama ]; embeddings-openai = [ llama-index-embeddings-openai ]; embeddings-sagemaker = [ boto3 ]; llms-ollama = [ llama-index-llms-ollama ]; llms-openai = [ llama-index-llms-openai ]; llms-openai-like = [ llama-index-llms-openai-like ]; llms-sagemaker = [ boto3 ]; ui = [ gradio ]; vector-stores-chroma = [ llama-index-vector-stores-chroma ]; vector-stores-postgres = [ llama-index-vector-stores-postgres ]; vector-stores-qdrant = [ llama-index-vector-stores-qdrant ]; }; postInstall = '' cp settings*.yaml $out/${python.sitePackages}/private_gpt/ ''; pythonImportsCheck = [ \"private_gpt\" ]; meta = { changelog = \"https://github.com/zylon-ai/private-gpt/blob/${src.rev}/CHANGELOG.md\"; description = \"Interact with your documents using the power of GPT, 100% privately, no data leaks\"; homepage = \"https://github.com/zylon-ai/private-gpt\"; license = lib.licenses.asl20; mainProgram = \"private-gpt\"; maintainers = with lib.maintainers; [ drupol ]; }; } "} {"_id":"doc-en-nixpkgs-6e9af1384216845c0599f57821a04398e6cbfef7251974dc3effdb3ba5ccf84f","title":"","text":"ppdeep = callPackage ../development/python-modules/ppdeep { }; private-gpt = callPackage ../development/python-modules/private-gpt { }; prodict = callPackage ../development/python-modules/prodict { }; prometheus-pandas = callPackage ../development/python-modules/prometheus-pandas { };"} {"_id":"doc-en-nixpkgs-7f6832ee215724c7e9f780f2315afae11ec45d7238639f2b8cb268717fe48dd2","title":"","text":"{ fetchurl, lib, stdenv, squashfsTools, xorg, alsa-lib, makeShellWrapper, wrapGAppsHook, openssl, freetype , glib, pango, cairo, atk, gdk-pixbuf, gtk3, cups, nspr, nss_latest, libpng, libnotify , libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg, curlWithGnuTls, zlib, gnome , libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_4, curlWithGnuTls, zlib, gnome , at-spi2-atk, at-spi2-core, libpulseaudio, libdrm, mesa, libxkbcommon , pname, meta, harfbuzz # High-DPI support: Spotify's --force-device-scale-factor argument"} {"_id":"doc-en-nixpkgs-5461ecc3bc53104a4f1bd59d289d0ff0ce32739682fd0a70cb09c8d5591a00cf","title":"","text":"curlWithGnuTls dbus expat ffmpeg ffmpeg_4 # Requires libavcodec < 59 as of 1.2.9.743.g85d9593d fontconfig freetype gdk-pixbuf"} {"_id":"doc-en-nixpkgs-9838d45922bcf642800390d153a8c2e12ff3252a0f6af674c54385a54417f0ea","title":"","text":"ln -s ${nspr.out}/lib/libnspr4.so $libdir/libnspr4.so ln -s ${nspr.out}/lib/libplc4.so $libdir/libplc4.so ln -s ${ffmpeg.lib}/lib/libavcodec.so* $libdir ln -s ${ffmpeg.lib}/lib/libavformat.so* $libdir ln -s ${ffmpeg_4.lib}/lib/libavcodec.so* $libdir ln -s ${ffmpeg_4.lib}/lib/libavformat.so* $libdir rpath=\"$out/share/spotify:$libdir\""} {"_id":"doc-en-nixpkgs-ca4f38fb7215aaa798a960ee2e810237d1db4c37b694016e5fe7fa5e0bcca51c","title":"","text":"libpsl nghttp2.lib rtmpdump ] ++ steam-runtime-wrapped.overridePkgs ] # This needs to come from pkgs as the passed-in steam-runtime-wrapped may not be the same architecture ++ pkgs.steamPackages.steam-runtime-wrapped.overridePkgs ++ extraLibraries pkgs; extraInstallCommands = lib.optionalString (steam != null) ''"} {"_id":"doc-en-nixpkgs-3a50d537f8e890337d6a20fc8a1d8cd4df2a908601c6d99b5b7c52383efda6d5","title":"","text":"pname = \"matplotlib\"; format = \"pyproject\"; disabled = pythonOlder \"3.9\"; disabled = pythonOlder \"3.8\"; src = fetchPypi { inherit pname version;"} {"_id":"doc-en-nixpkgs-6770d95102b0ff7454e6befa0cc2ab48dd0e8d909327a55c7f9e1e032c5c1178","title":"","text":"- The latest version of `clonehero` now stores custom content in `~/.clonehero`. See the [migration instructions](https://clonehero.net/2022/11/29/v23-to-v1-migration-instructions.html). Typically, these content files would exist along side the binary, but the previous build used a wrapper script that would store them in `~/.config/unity3d/srylain Inc_/Clone Hero`. - `python3.pkgs.fetchPypi` (and `python3Packages.fetchPypi`) has been deprecated in favor of top-level `fetchPypi`. - `etcd` has been updated to 3.5, you will want to read the [3.3 to 3.4](https://etcd.io/docs/v3.5/upgrades/upgrade_3_4/) and [3.4 to 3.5](https://etcd.io/docs/v3.5/upgrades/upgrade_3_5/) upgrade guides ## Other Notable Changes {#sec-release-23.11-notable-changes}"} {"_id":"doc-en-nixpkgs-4393a0466777e1e1a6417e063b8654511e3f071bb6df31b7b5002f4cc00fa9c7","title":"","text":"let inherit (self) callPackage; inherit (python.passthru) isPy27 isPy37 isPy38 isPy39 isPy310 isPy311 isPy3k isPyPy pythonAtLeast pythonOlder; namePrefix = python.libPrefix + \"-\";"} {"_id":"doc-en-nixpkgs-f8086dc67795d3a70b906388546b0e029b9d30512f72c98e68d10e22b88c1ee4","title":"","text":"inherit lib pkgs stdenv; inherit (python.passthru) isPy27 isPy37 isPy38 isPy39 isPy310 isPy311 isPy3k isPyPy pythonAtLeast pythonOlder; inherit buildPythonPackage buildPythonApplication; inherit (pkgs) fetchPypi; inherit hasPythonModule requiredPythonModules makePythonPath disabled disabledIf; inherit toPythonModule toPythonApplication; inherit buildSetupcfg;"} {"_id":"doc-en-nixpkgs-22ee5761806e0972958da78efe1630f0a7eb65191ac5b975ae566d67e6963a84","title":"","text":"face_recognition_models = face-recognition-models; # added 2022-10-15 fake_factory = throw \"fake_factory has been removed because it is unused and deprecated by upstream since 2016.\"; # added 2022-05-30 faulthandler = throw \"faulthandler is built into ${python.executable}\"; # added 2021-07-12 inherit (super.pkgs) fetchPypi; # added 2023-05-25 filemagic = throw \"inactive since 2014, so use python-magic instead\"; # added 2022-11-19 flaskbabel = flask-babel; # added 2023-01-19 flask_login = flask-login; # added 2022-10-17"} {"_id":"doc-en-nixpkgs-3787918cb4546f0f4b582ac3aff9e4d44e8b5d91d9e3152e4a96fab079140581","title":"","text":" { lib , stdenv , cmake , pkg-config , glib , fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"g3kb-switch\"; version = \"1.4\"; src = fetchFromGitHub { owner = \"lyokha\"; repo = \"g3kb-switch\"; rev = version; sha256 = \"sha256-mcZduHcteZ+nS0YEZG5DfmpA8xrnLhwxumq6hLuLPIs=\"; }; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ glib ]; meta = with lib; { homepage = \"https://github.com/lyokha/g3kb-switch\"; description = \"CLI keyboard layout switcher for GNOME Shell\"; license = licenses.bsd2; maintainers = with maintainers; [ Freed-Wu ]; platforms = platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-6eb36aae9fc1bd62a475e547e3610b4f9a93eb50709b0550cbc11b3428d641be","title":"","text":"githubId = 1855930; name = \"Ertugrul Söylemez\"; }; esau79p = { github = \"EsAu79p\"; githubId = 21313906; name = \"EsAu\"; }; esclear = { github = \"esclear\"; githubId = 7432848;"} {"_id":"doc-en-nixpkgs-c7e24df1d85f021b34f23d9962c0e2d8472bb5e4d73cf28baf6bd43e05f0071f","title":"","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":"doc-en-nixpkgs-d834853df39e9c53872347272542317d51062728831a48e8c12e3eb09433e70c","title":"","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":"doc-en-nixpkgs-2d82be3e91254cfdea60bc6efe0ffc00f797427921ab80c400cd1d47921150b7","title":"","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":"doc-en-nixpkgs-bb7ea02b9aff609898da303c8feef59e666e14b691c137c9689b0d7231ce8eae","title":"","text":"darwin.apple_sdk.frameworks.CoreServices ]; passthru.updateScript = ./update.sh; passthru.updateScript = nix-update-script { extraArgs = [ \"--version\" \"branch\" ]; }; meta = with lib; { description = \"Reindeer is a tool which takes Rust Cargo dependencies and generates Buck build rules\";"} {"_id":"doc-en-nixpkgs-9e28d366381a665f320f3549e34fb5b956cd2d4d814119b68aa73e93e2b33662","title":"","text":" #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=./. -i bash -p curl jq nix-prefetch common-updater-scripts mktemp nix coreutils # First, check that we only update once per day since the version tag is dependent on the date. NEW_VERSION=\"unstable-$(date -u +%F)\" CURRENT_VERSION=$(nix-instantiate --eval -E \"with import ./. {}; reindeer.version\" | tr -d '\"') if [[ \"$NEW_VERSION\" == \"$CURRENT_VERSION\" ]]; then echo \"skipping reindeer update within same day (version: \"$CURRENT_VERSION\")\" exit 0 fi # Second, let's check if there's a new commit to main. NEW_REV=$(curl https://api.github.com/repos/facebookincubator/reindeer/branches/main | jq '.commit.sha') CURRENT_REV=$(nix-instantiate --eval -E \"with import ./. {}; reindeer.src.rev\") if [[ \"$NEW_REV\" == \"$CURRENT_REV\" ]]; then echo \"reindeer is up-to-date (rev: $CURRENT_REV)\" exit 0 fi echo \"updating reindeer (new: $NEW_REV) (old: $CURRENT_REV)\" # Generate the new lockfile in a temporary directory. pushd $(mktemp -d) git clone https://github.com/facebookincubator/reindeer.git --depth=1 pushd reindeer cargo generate-lockfile LOCKFILE=$(realpath ./Cargo.lock) popd popd cp $LOCKFILE pkgs/development/tools/reindeer/ # Get the new sha256 value. TRIMMED_REV=$(echo $NEW_REV | tr -d '\"') HASH_RAW=$(nix-prefetch-url https://github.com/facebookincubator/reindeer/archive/${TRIMMED_REV}.tar.gz --unpack --type sha256) HASH_SRI=$(nix hash to-sri --type sha256 ${HASH_RAW}) # Update the file accordingly. update-source-version reindeer \"$NEW_VERSION\" ${HASH_SRI} --rev=${TRIMMED_REV} "} {"_id":"doc-en-nixpkgs-fae726c04490d4e3d72d303d7d5de3df2d9d91a1417943764b6b9851f350b188","title":"","text":" {stdenv, fetchurl, yacc, flex, pkgconfig, glib, xz}: stdenv.mkDerivation rec { version = \"0.15.2\"; name = \"vala-${version}\"; src = fetchurl { url = \"mirror://gnome/sources/vala/0.15/${name}.tar.xz\"; sha256 = \"0g71zq6dpqrw2f40wfzdf18fdw41ymr17laqniy2kr622hkxdi8w\"; }; buildNativeInputs = [ yacc flex pkgconfig xz ]; buildInputs = [ glib ]; meta = { description = \"Compiler for the GObject type system\"; homepage = \"http://live.gnome.org/Vala\"; license = \"free-copyleft\"; platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.antono ]; }; } "} {"_id":"doc-en-nixpkgs-0eac5c7d63d59f38c6b13294bc30be296d9da2656e7d6b090a3cbcb26c357bd0","title":"","text":" {stdenv, fetchurl, yacc, flex, pkgconfig, glib, xz}: stdenv.mkDerivation rec { version = \"0.16.1\"; name = \"vala-${version}\"; src = fetchurl { url = \"mirror://gnome/sources/vala/0.16/${name}.tar.xz\"; sha256 = \"1n708n9ixyy9qrzyv1wf4ybvcclx43ib9ki028wwpvkz6kv8zqlb\"; }; buildNativeInputs = [ yacc flex pkgconfig xz ]; buildInputs = [ glib ]; meta = { description = \"Compiler for the GObject type system\"; homepage = \"http://live.gnome.org/Vala\"; license = \"free-copyleft\"; platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.antono ]; }; } "} {"_id":"doc-en-nixpkgs-1198a66ecb5ab956f0f8a0c88503173ee650f3c555df2a957ecbb31d1a38567f","title":"","text":"{stdenv, fetchurl, yacc, flex, pkgconfig, glib, xz}: stdenv.mkDerivation rec { name = \"vala-0.14.2\"; version = \"0.17.2\"; name = \"vala-${version}\"; src = fetchurl { url = mirror://gnome/sources/vala/0.14/vala-0.14.2.tar.xz; sha256 = \"1l5kllw9vpwv24lzv9fp64l3sad46wpxgvsgryrwlrjg91w6jzl0\"; url = \"mirror://gnome/sources/vala/0.17/${name}.tar.xz\"; sha256 = \"09i2s0dwmrk147ind2dx7nq845g12fp6fsjqrphhrr0dbi0zzgh3\"; }; buildNativeInputs = [ yacc flex pkgconfig xz ];"} {"_id":"doc-en-nixpkgs-cbe15c4f8327a866fa5d9e15616393c2f57facea6a6d8d73acd2634c59899100","title":"","text":"meta = { description = \"Compiler for the GObject type system\"; homepage = \"http://live.gnome.org/Vala\"; license = \"free-copyleft\"; platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.antono ]; }; }"} {"_id":"doc-en-nixpkgs-48fa821f6f8341d4db76758057205edcbe7ff0bbf9be39a5d113923a5379e30a","title":"","text":"urweb = callPackage ../development/compilers/urweb { }; vala = callPackage ../development/compilers/vala { }; vala = vala17; vala15 = callPackage ../development/compilers/vala/15.2.nix { }; vala16 = callPackage ../development/compilers/vala/16.1.nix { }; vala17 = callPackage ../development/compilers/vala/default.nix { }; visualcpp = callPackage ../development/compilers/visual-c++ { };"} {"_id":"doc-en-nixpkgs-3788e6223bd8dca1bc6400af7e8b6d03d230fcf222d6a70d22572fde4921fa46","title":"","text":" { lib , stdenv , fetchFromGitHub , cmake , ffmpeg , freeglut , freeimage , glew , glfw , glm , libGL , libpulseaudio , libX11 , libXau , libXdmcp , libXext , libXpm , libXrandr , libXxf86vm , lz4 , mpv , pkg-config , SDL2 , SDL2_mixer , zlib }: stdenv.mkDerivation { pname = \"linux-wallpaperengine\"; version = \"unstable-2023-09-23\"; src = fetchFromGitHub { owner = \"Almamu\"; repo = \"linux-wallpaperengine\"; # upstream lacks versioned releases rev = \"21c38d9fd1d3d89376c870cec5c5e5dc7086bc3c\"; hash = \"sha256-bZlMHlNKSydh9eGm5cFSEtv/RV9sA5ABs99uurblBZY=\"; }; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ ffmpeg freeglut freeimage glew glfw glm libGL libpulseaudio libX11 libXau libXdmcp libXext libXrandr libXpm libXxf86vm mpv lz4 SDL2 SDL2_mixer.all zlib ]; meta = { description = \"Wallpaper Engine backgrounds for Linux\"; homepage = \"https://github.com/Almamu/linux-wallpaperengine\"; license = lib.licenses.gpl3Only; mainProgram = \"linux-wallpaperengine\"; maintainers = with lib.maintainers; [ eclairevoyant ]; platforms = lib.platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-9f7005ad8de9ae1c57d88defa6f95022f43778659c9fce6b7e354a06287bdefa","title":"","text":"}; config = mkIf (cfg.provider != \"libc\") { boot.kernel.sysctl.\"vm.max_map_count\" = mkIf (cfg.provider == \"graphene-hardened\") (mkDefault 1048576); environment.etc.\"ld-nix.so.preload\".text = '' ${providerLibPath} '';"} {"_id":"doc-en-nixpkgs-b07e964c2a389996a68ce87d46ed8e63d7f10f190a0cb2aa689f96e5b776e611","title":"","text":"# Disable YAMA by default to allow easy debugging. boot.kernel.sysctl.\"kernel.yama.ptrace_scope\" = mkDefault 0; # Improve compatibility with applications that allocate # a lot of memory, like modern games boot.kernel.sysctl.\"vm.max_map_count\" = mkDefault 1048576; }; }"} {"_id":"doc-en-nixpkgs-21b9f0a66403b3f8acf3dd561aa11ecc81a3963b68c715184270a3798a1e222f","title":"","text":"\"fs.inotify.max_queued_events\" = 1048576; \"fs.inotify.max_user_instances\" = 1048576; \"fs.inotify.max_user_watches\" = 1048576; \"vm.max_map_count\" = 262144; \"vm.max_map_count\" = 262144; # TODO: Default vm.max_map_count has been increased system-wide \"kernel.dmesg_restrict\" = 1; \"net.ipv4.neigh.default.gc_thresh3\" = 8192; \"net.ipv6.neigh.default.gc_thresh3\" = 8192;"} {"_id":"doc-en-nixpkgs-b170e1de6f00bd21bc0bd037eb48a8991356955e169c1126f06828d7958a5c33","title":"","text":"export MOZILLA_OFFICIAL=1 '' + lib.optionalString stdenv.hostPlatform.isMusl '' # linking firefox hits the vm.max_map_count kernel limit with the default musl allocator # TODO: Default vm.max_map_count has been increased, retest without this export LD_PRELOAD=${mimalloc}/lib/libmimalloc.so '';"} {"_id":"doc-en-nixpkgs-441642d77031cfb23646252f85b8afbff2d01aba13069bec16e978ac1c357980","title":"","text":" { cmake , cudaPackages , fetchFromGitHub , lib , ninja , pkgs , python3Packages ? { } , pythonSupport ? false , stdenv , symlinkJoin , which }: let { cmake, cudaPackages, fetchFromGitHub, lib, ninja, python3Packages ? {}, pythonSupport ? false, stdenv, symlinkJoin, which, }: let inherit (lib) lists strings; inherit (cudaPackages) backendStdenv cudaFlags; cuda-common-redist = with cudaPackages; [ cuda_cudart # cuda_runtime.h libcublas # cublas_v2.h libcusolver # cusolverDn.h libcusparse # cusparse.h"} {"_id":"doc-en-nixpkgs-be5058aeaa5dced22507d303076cd252eaa2a2df65643a947e2a17f026f821b0","title":"","text":"cuda-native-redist = symlinkJoin { name = \"cuda-redist\"; paths = with cudaPackages; [ cuda_cudart # cuda_runtime.h cuda_nvcc ] ++ cuda-common-redist; paths = with cudaPackages; [cuda_nvcc] ++ cuda-common-redist; }; cuda-redist = symlinkJoin {"} {"_id":"doc-en-nixpkgs-d6014f19eebe2673d74ca9e0b2774c7de95de39e420f5361e580e41836564c1c","title":"","text":"paths = cuda-common-redist; }; in stdenv.mkDerivation (finalAttrs: { name = \"tiny-cuda-nn\"; version = \"1.6\"; format = strings.optionalString pythonSupport \"setuptools\"; src = fetchFromGitHub { owner = \"NVlabs\"; repo = finalAttrs.name; rev = \"v${finalAttrs.version}\"; fetchSubmodules = true; hash = \"sha256-qW6Fk2GB71fvZSsfu+mykabSxEKvaikZ/pQQZUycOy0=\"; }; nativeBuildInputs = [ cmake cuda-native-redist ninja which ] ++ lists.optionals pythonSupport (with python3Packages; [ pip setuptools wheel ]); buildInputs = [ cuda-redist ] ++ lib.optionals pythonSupport ( with python3Packages; [ pybind11 python ] ); propagatedBuildInputs = lib.optionals pythonSupport ( with python3Packages; [ torch ] ); # NOTE: We cannot use pythonImportsCheck for this module because it uses torch to immediately # initailize CUDA and GPU access is not allowed in the nix build environment. # NOTE: There are no tests for the C++ library or the python bindings, so we just skip the check # phase -- we're not missing anything. doCheck = false; preConfigure = '' export TCNN_CUDA_ARCHITECTURES=${ strings.concatStringsSep \";\" (lists.map cudaFlags.dropDot cudaFlags.cudaCapabilities) } export CUDA_HOME=${cuda-native-redist} export LIBRARY_PATH=${cuda-native-redist}/lib/stubs:$LIBRARY_PATH export CC=${backendStdenv.cc}/bin/cc export CXX=${backendStdenv.cc}/bin/c++ ''; # When building the python bindings, we cannot re-use the artifacts from the C++ build so we # skip the CMake confurePhase and the buildPhase. dontUseCmakeConfigure = pythonSupport; # The configurePhase usually puts you in the build directory, so for the python bindings we # need to change directories to the source directory. configurePhase = strings.optionalString pythonSupport '' runHook preConfigure mkdir -p $NIX_BUILD_TOP/build cd $NIX_BUILD_TOP/build runHook postConfigure ''; buildPhase = strings.optionalString pythonSupport '' runHook preBuild python -m pip wheel --no-build-isolation --no-clean --no-deps --no-index --verbose --wheel-dir $NIX_BUILD_TOP/build $NIX_BUILD_TOP/source/bindings/torch runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/lib '' # Installing the C++ library just requires copying the static library to the output directory + strings.optionalString (!pythonSupport) '' cp libtiny-cuda-nn.a $out/lib/ '' # Installing the python bindings requires building the wheel and installing it + strings.optionalString pythonSupport '' python -m pip install --no-build-isolation --no-cache-dir --no-deps --no-index --no-warn-script-location --prefix=\"$out\" --verbose ./*.whl '' + '' runHook postInstall ''; passthru = { inherit cudaPackages; }; meta = with lib; { description = \"Lightning fast C++/CUDA neural network framework\"; homepage = \"https://github.com/NVlabs/tiny-cuda-nn\"; license = licenses.bsd3; maintainers = with maintainers; [ connorbaker ]; platforms = platforms.linux; }; }) stdenv.mkDerivation (finalAttrs: { pname = \"tiny-cuda-nn\"; version = \"1.6\"; strictDeps = true; format = strings.optionalString pythonSupport \"setuptools\"; src = fetchFromGitHub { owner = \"NVlabs\"; repo = finalAttrs.pname; rev = \"v${finalAttrs.version}\"; fetchSubmodules = true; hash = \"sha256-qW6Fk2GB71fvZSsfu+mykabSxEKvaikZ/pQQZUycOy0=\"; }; nativeBuildInputs = [ cmake cuda-native-redist ninja which ] ++ lists.optionals pythonSupport (with python3Packages; [ pip setuptools wheel ]); buildInputs = [ cuda-redist ] ++ lib.optionals pythonSupport ( with python3Packages; [ pybind11 python ] ); propagatedBuildInputs = lib.optionals pythonSupport ( with python3Packages; [ torch ] ); # NOTE: We cannot use pythonImportsCheck for this module because it uses torch to immediately # initailize CUDA and GPU access is not allowed in the nix build environment. # NOTE: There are no tests for the C++ library or the python bindings, so we just skip the check # phase -- we're not missing anything. doCheck = false; preConfigure = '' export TCNN_CUDA_ARCHITECTURES=\"${ strings.concatStringsSep \";\" (lists.map cudaFlags.dropDot cudaFlags.cudaCapabilities) }\" export CUDA_HOME=\"${cuda-native-redist}\" export LIBRARY_PATH=\"${cuda-native-redist}/lib/stubs:$LIBRARY_PATH\" export CC=\"${backendStdenv.cc}/bin/cc\" export CXX=\"${backendStdenv.cc}/bin/c++\" ''; # When building the python bindings, we cannot re-use the artifacts from the C++ build so we # skip the CMake confurePhase and the buildPhase. dontUseCmakeConfigure = pythonSupport; # The configurePhase usually puts you in the build directory, so for the python bindings we # need to change directories to the source directory. configurePhase = strings.optionalString pythonSupport '' runHook preConfigure mkdir -p \"$NIX_BUILD_TOP/build\" cd \"$NIX_BUILD_TOP/build\" runHook postConfigure ''; buildPhase = strings.optionalString pythonSupport '' runHook preBuild python -m pip wheel --no-build-isolation --no-clean --no-deps --no-index --verbose --wheel-dir \"$NIX_BUILD_TOP/build\" \"$NIX_BUILD_TOP/source/bindings/torch\" runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p \"$out/lib\" '' # Installing the C++ library just requires copying the static library to the output directory + strings.optionalString (!pythonSupport) '' cp libtiny-cuda-nn.a \"$out/lib/\" '' # Installing the python bindings requires building the wheel and installing it + strings.optionalString pythonSupport '' python -m pip install --no-build-isolation --no-cache-dir --no-deps --no-index --no-warn-script-location --prefix=\"$out\" --verbose ./*.whl '' + '' runHook postInstall ''; passthru = { inherit cudaPackages; }; meta = with lib; { description = \"Lightning fast C++/CUDA neural network framework\"; homepage = \"https://github.com/NVlabs/tiny-cuda-nn\"; license = licenses.bsd3; maintainers = with maintainers; [connorbaker]; platforms = platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-a638a305c1fd2384b0a94e6f7cd536843957c23c7c7df0378298798e0583beac","title":"","text":"regular2 = foreground; }; }; etc.\"gpg-agent.conf\".text = '' pinentry-timeout 86400 ''; }; fonts.fonts = [ pkgs.inconsolata ];"} {"_id":"doc-en-nixpkgs-42320e57a2343d7a7072f907a52f3518217e7d35a0fac2705cd08d52b10625e6","title":"","text":"virtualisation.qemu.options = [ \"-vga none -device virtio-gpu-pci\" ]; }; enableOCR = true; testScript = { nodes, ... }: '' import shlex import json q = shlex.quote NODE_GROUPS = [\"nodes\", \"floating_nodes\"] def swaymsg(command: str = \"\", succeed=True, type=\"command\"): assert command != \"\" or type != \"command\", \"Must specify command or type\" shell = q(f\"swaymsg -t {q(type)} -- {q(command)}\") with machine.nested( f\"sending swaymsg {shell!r}\" + \" (allowed to fail)\" * (not succeed) ): ret = (machine.succeed if succeed else machine.execute)( f\"su - alice -c {shell}\" ) # execute also returns a status code, but disregard. if not succeed: _, ret = ret if not succeed and not ret: return None parsed = json.loads(ret) return parsed def swaymsg(command: str, succeed=True): with machine.nested(f\"sending swaymsg {command!r}\" + \" (allowed to fail)\" * (not succeed)): (machine.succeed if succeed else machine.execute)( f\"su - alice -c {shlex.quote('swaymsg -- ' + command)}\" ) def walk(tree): yield tree for group in NODE_GROUPS: for node in tree.get(group, []): yield from walk(node) def wait_for_window(pattern): def func(last_chance): nodes = (node[\"name\"] for node in walk(swaymsg(type=\"get_tree\"))) if last_chance: nodes = list(nodes) machine.log(f\"Last call! Current list of windows: {nodes}\") return any(pattern in name for name in nodes) retry(func) start_all() machine.wait_for_unit(\"multi-user.target\")"} {"_id":"doc-en-nixpkgs-388bcea0578724ce8b59d1622335da6de1c55b892f04aef6e883b1bdfa7658d5","title":"","text":"# Test XWayland (foot does not support X): swaymsg(\"exec WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY=invalid alacritty\") machine.wait_for_text(\"alice@machine\") wait_for_window(\"alice@machine\") machine.send_chars(\"test-x11n\") machine.wait_for_file(\"/tmp/test-x11-exit-ok\") print(machine.succeed(\"cat /tmp/test-x11.out\"))"} {"_id":"doc-en-nixpkgs-bd0f0dc8efe57550e18b8972d9ee7911a348cbc37300b2f62ba6d43d18330ebf","title":"","text":"machine.send_key(\"alt-3\") machine.sleep(3) machine.send_key(\"alt-ret\") machine.wait_for_text(\"alice@machine\") wait_for_window(\"alice@machine\") machine.send_chars(\"test-waylandn\") machine.wait_for_file(\"/tmp/test-wayland-exit-ok\") print(machine.succeed(\"cat /tmp/test-wayland.out\"))"} {"_id":"doc-en-nixpkgs-9ab0e3f5d6c3f6c6f5e528c4ccc8046c2c4cc5728b20c0b47cc3d1331310e1e8","title":"","text":"# Test gpg-agent starting pinentry-gnome3 via D-Bus (tests if # $WAYLAND_DISPLAY is correctly imported into the D-Bus user env): swaymsg(\"exec gpg --no-tty --yes --quick-generate-key test\") swaymsg(\"exec mkdir -p ~/.gnupg\") swaymsg(\"exec cp /etc/gpg-agent.conf ~/.gnupg\") swaymsg(\"exec DISPLAY=INVALID gpg --no-tty --yes --quick-generate-key test\", succeed=False) machine.wait_until_succeeds(\"pgrep --exact gpg\") machine.wait_for_text(\"Passphrase\") wait_for_window(\"gpg\") machine.succeed(\"pgrep --exact gpg\") machine.screenshot(\"gpg_pinentry\") machine.send_key(\"alt-shift-q\") machine.wait_until_fails(\"pgrep --exact gpg\") # Test swaynag: def get_height(): return [node['rect']['height'] for node in walk(swaymsg(type=\"get_tree\")) if node['focused']][0] before = get_height() machine.send_key(\"alt-shift-e\") machine.wait_for_text(\"You pressed the exit shortcut.\") retry(lambda _: get_height() < before) machine.screenshot(\"sway_exit\") swaymsg(\"exec swaylock\")"} {"_id":"doc-en-nixpkgs-afe74bb5bfd324548044a1dd93466fcf140435e1363594137e84db8361a1cd18","title":"","text":" { lib , stdenv , fetchFromGitHub , installShellFiles }: stdenv.mkDerivation rec { pname = \"pyenv\"; version = \"2.3.21\"; src = fetchFromGitHub { owner = \"pyenv\"; repo = \"pyenv\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-+rMkbrRSQBHX9qdifIpdLmQ8Uk39ott0xyJTD/mb+9w=\"; }; postPatch = '' patchShebangs --build src/configure ''; nativeBuildInputs = [ installShellFiles ]; configureScript = \"src/configure\"; makeFlags = [\"-C\" \"src\"]; installPhase = '' runHook preInstall mkdir -p \"$out\" cp -R bin \"$out/bin\" cp -R libexec \"$out/libexec\" cp -R plugins \"$out/plugins\" runHook postInstall ''; postInstall = '' installManPage man/man1/pyenv.1 installShellCompletion completions/pyenv.{bash,fish,zsh} ''; meta = with lib; { description = \"Simple Python version management\"; homepage = \"https://github.com/pyenv/pyenv\"; changelog = \"https://github.com/pyenv/pyenv/blob/${src.rev}/CHANGELOG.md\"; license = licenses.mit; maintainers = with maintainers; [ tjni ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-f1c04ea893c3eebad776a472bac2b89d7d220f548a81865b76ea7d1a676e4f66","title":"","text":"psrecord = python3Packages.callPackage ../tools/misc/psrecord { }; pyenv = callPackage ../development/tools/pyenv { }; r53-ddns = callPackage ../applications/networking/r53-ddns { }; rare = python3Packages.callPackage ../games/rare { };"} {"_id":"doc-en-nixpkgs-c16852fc28d3955acc3aac5318d585ae305596216cd538d6577f3da8c61980ab","title":"","text":"{ stdenv, fetchurl, makeWrapper, glib , fontconfig, patchelf, libXext, libX11 , freetype, libXrender , freetype, libXrender, zlib }: let"} {"_id":"doc-en-nixpkgs-6f37513b9bf1c893609d53d9e69fe1cc7bec66bad9c77d18424263ac99cc3188","title":"","text":"else throw \"Spideroak client for: ${stdenv.system} not supported!\"; ldpath = stdenv.lib.makeLibraryPath [ glib fontconfig libXext libX11 freetype libXrender glib fontconfig libXext libX11 freetype libXrender zlib ]; version = \"6.0.1\";"} {"_id":"doc-en-nixpkgs-6fe8625484d87ee77f5b663b569e97b31156e03b319281ba05d58072aa243cb9","title":"","text":"rmdir $out/usr/bin || true mv $out/usr/share $out/ rm -f $out/opt/SpiderOakONE/lib/libz* patchelf --set-interpreter ${stdenv.glibc.out}/lib/${interpreter} \"$out/opt/SpiderOakONE/lib/SpiderOakONE\""} {"_id":"doc-en-nixpkgs-8de6da704f42d683177d82f429293620f3f0c487bd61ef4e44f85795581ae23e","title":"","text":"githubId = 3789764; name = \"skykanin\"; }; slbtty = { email = \"shenlebantongying@gmail.com\"; github = \"shenlebantongying\"; githubId = 20123683; name = \"Shenleban Tongying\"; }; sleexyz = { email = \"freshdried@gmail.com\"; github = \"sleexyz\";"} {"_id":"doc-en-nixpkgs-ffcba355f16a8413ed5a83a5bf1f6d77c7cafddd44f15e04bb65261ebbbc8365","title":"","text":" { stdenv , lib , fetchFromGitHub , pkg-config , cmake , libvorbis , ffmpeg , libeb , hunspell , opencc , xapian , libzim , lzo , xz , tomlplusplus , fmt , bzip2 , libiconv , libXtst , qtbase , qtsvg , qtwebengine , qttools , qtwayland , qt5compat , qtmultimedia , qtspeech , wrapQtAppsHook }: stdenv.mkDerivation (finalAttrs: { pname = \"goldendict-ng\"; version = \"23.07.23\"; src = fetchFromGitHub { owner = \"xiaoyifang\"; repo = \"goldendict-ng\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-ZKbrO5L4KFmr2NsGDihRWBeW0OXHoPRwZGj6kt1Anc8=\"; }; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ]; buildInputs = [ qtbase qtsvg qttools qtwebengine qt5compat qtmultimedia qtspeech libvorbis tomlplusplus fmt hunspell xz lzo libXtst bzip2 libiconv opencc libeb ffmpeg xapian libzim ]; cmakeFlags = [ \"-DWITH_XAPIAN=ON\" \"-DWITH_ZIM=ON\" \"-DWITH_FFMPEG_PLAYER=ON\" \"-DWITH_EPWING_SUPPORT=ON\" \"-DUSE_SYSTEM_FMT=ON\" \"-DUSE_SYSTEM_TOML=ON\" ]; meta = with lib; { homepage = \"https://xiaoyifang.github.io/goldendict-ng/\"; description = \"Advanced multi-dictionary lookup program.\"; platforms = platforms.linux; maintainers = with maintainers; [ slbtty ]; license = licenses.gpl3Plus; }; }) "} {"_id":"doc-en-nixpkgs-b3b52344fa8215f5d84507d940b7f58bddf9a3902f63da910c284b5f04ec314e","title":"","text":"}; goldendict = libsForQt5.callPackage ../applications/misc/goldendict { }; goldendict-ng = qt6Packages.callPackage ../applications/misc/goldendict-ng { }; gomuks = callPackage ../applications/networking/instant-messengers/gomuks { };"} {"_id":"doc-en-nixpkgs-30829a7c01083524549e47f650290ce95a373e8809b185541ab27f03f5609d6c","title":"","text":"reaper = callPackage ../applications/audio/reaper { jackLibrary = libjack2; # Another option is \"pipewire.jack\". ffmpeg = ffmpeg_4-headless; }; recapp = callPackage ../applications/video/recapp { };"} {"_id":"doc-en-nixpkgs-8cd950d9414b0c3a7f427d2eac235f2bf0a8d02fe16943ed30d6f0d9777757c8","title":"","text":"in stdenv.mkDerivation rec { pname = \"ultrastardx\"; version = \"2021-04-03\"; version = \"2023.9.0\"; src = fetchFromGitHub { owner = \"UltraStar-Deluxe\"; repo = \"USDX\"; rev = \"d49e916705092f3d765d85d276b283b9e7e232a6\"; sha256 = \"0sdcz2vc8i2z50nj7zbkdpxx2mvx0m0927lfsj7d7qr0p8vkm0wa\"; rev = \"v${version}\"; hash = \"sha256-KvYfWdpgN72F8Y5iFNba0SCjPoS33O3FAdrrC49xoGo=\"; }; nativeBuildInputs = [ pkg-config autoreconfHook ];"} {"_id":"doc-en-nixpkgs-d69f786e354ae1068b0c897d255899cc7ccb6ac8a92a969465590433a120a31e","title":"","text":"dontPatchELF = true; meta = with lib; { homepage = \"http://ultrastardx.sourceforge.net/\"; homepage = \"https://usdx.eu/\"; description = \"Free and open source karaoke game\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ Profpatsch ];"} {"_id":"doc-en-nixpkgs-73a4da225d53da07b482659ca8945c27842836a099db7af12f4b3b0ae4cc3e26","title":"","text":"\"email\" = \"someone@nixos.org\"; \"phone\" = \"+31 71 452 5670\"; \"country\" = \"nl\"; \"street\" = \"Hogeweide 346\"; \"state\" = \"Province of Utrecht\"; \"city\" = \"Utrecht\"; \"product\" = \"DaVinci Resolve\";"} {"_id":"doc-en-nixpkgs-a6a656fb60a75fc0878416014de3398d6bfd7b4125a291aee9fb9d58be759c47","title":"","text":"curl --retry 3 --retry-delay 3 --header \"Host: sw.blackmagicdesign.com\" --header \"Host: sw.cloud.blackmagicdesign.com\" --header \"Upgrade-Insecure-Requests: 1\" --header \"$USERAGENT\" --header \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\" "} {"_id":"doc-en-nixpkgs-a44c57a5ae4d54fff69d0e7ada4573bb2f565a6afa79a83a083bdecbac81bb44","title":"","text":" { stdenv, lib, fetchurl, undmg }: let versionComponents = [ \"4\" \"0\" \"1\" ]; appName = \"MuseScore ${builtins.head versionComponents}\"; ref = \"230121751\"; in stdenv.mkDerivation rec { pname = \"musescore-darwin\"; version = lib.concatStringsSep \".\" versionComponents; # The disk image contains the .app and a symlink to /Applications. sourceRoot = \"${appName}.app\"; src = fetchurl { url = \"https://github.com/musescore/MuseScore/releases/download/v${version}/MuseScore-${version}.${ref}.dmg\"; hash = \"sha256-tkIEV+tCS0SYh2TlC70/zEBUEOSg//EaSKDGA7kH/vo=\"; }; buildInputs = [ undmg ]; installPhase = '' mkdir -p \"$out/Applications/${appName}.app\" cp -R . \"$out/Applications/${appName}.app\" chmod a+x \"$out/Applications/${appName}.app/Contents/MacOS/mscore\" ''; meta = with lib; { description = \"Music notation and composition software\"; homepage = \"https://musescore.org/\"; license = licenses.gpl3Only; platforms = platforms.darwin; maintainers = []; }; } "} {"_id":"doc-en-nixpkgs-a7f45d904443ed3efd973aa487557bb248a3b4c7d080de1a69556fecbd1445c1","title":"","text":" { mkDerivation, lib, fetchFromGitHub, fetchpatch, cmake, pkg-config, ninja , alsa-lib, freetype, libjack2, lame, libogg, libpulseaudio, libsndfile, libvorbis , portaudio, portmidi, qtbase, qtdeclarative, qtgraphicaleffects, flac , qtquickcontrols2, qtscript, qtsvg, qttools , qtwebengine, qtxmlpatterns, qtnetworkauth, qtx11extras { stdenv , lib , fetchFromGitHub , fetchpatch , cmake , wrapQtAppsHook , pkg-config , ninja , alsa-lib , freetype , libjack2 , lame , libogg , libpulseaudio , libsndfile , libvorbis , portaudio , portmidi , qtbase , qtdeclarative , qtgraphicaleffects , flac , qtquickcontrols , qtquickcontrols2 , qtscript , qtsvg , qtxmlpatterns , qtnetworkauth , qtx11extras , nixosTests , darwin }: mkDerivation rec { let stdenv' = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv; # portaudio propagates Darwin frameworks. Rebuild it using the 11.0 stdenv # from Qt and the 11.0 SDK frameworks. portaudio' = if stdenv.isDarwin then portaudio.override { stdenv = stdenv'; inherit (darwin.apple_sdk_11_0.frameworks) AudioUnit AudioToolbox CoreAudio CoreServices Carbon ; } else portaudio; in stdenv'.mkDerivation rec { pname = \"musescore\"; version = \"4.0.2\"; version = \"4.1.0\"; src = fetchFromGitHub { owner = \"musescore\"; repo = \"MuseScore\"; rev = \"v${version}\"; sha256 = \"sha256-3NSHUdTyAC/WOhkB6yBrqtV3LV4Hl1m3poB3ojtJMfs=\"; sha256 = \"sha256-CqW1f0VsF2lW79L3FY2ev+6FoHLbYOJ9LWHeBlWegeU=\"; }; patches = [ # See https://github.com/musescore/MuseScore/issues/15571 # Upstream from some reason wants to install qml files from qtbase in # installPhase, this patch removes this behavior. See: # https://github.com/musescore/MuseScore/issues/18665 (fetchpatch { url = \"https://github.com/musescore/MuseScore/commit/365be5dfb7296ebee4677cb74b67c1721bc2cf7b.patch\"; hash = \"sha256-tJ2M21i3geO9OsjUQKNatSXTkJ5U9qMT4RLNdJnyoKw=\"; url = \"https://github.com/doronbehar/MuseScore/commit/f48448a3ede46f5a7ef470940072fbfb6742487c.patch\"; hash = \"sha256-UEc7auscnW0KMfWkLKQtm+UstuTNsuFeoNJYIidIlwM=\"; }) ]; cmakeFlags = [ \"-DMUSESCORE_BUILD_CONFIG=release\" # Disable the _usage_ of the `/bin/crashpad_handler` utility. See: # https://github.com/musescore/MuseScore/pull/15577 \"-DBUILD_CRASHPAD_CLIENT=OFF\" \"-DMUSESCORE_BUILD_MODE=release\" # Disable the build and usage of the `/bin/crashpad_handler` utility - it's # not useful on NixOS, see: # https://github.com/musescore/MuseScore/issues/15571 \"-DMUE_BUILD_CRASHPAD_CLIENT=OFF\" # Use our freetype \"-DUSE_SYSTEM_FREETYPE=ON\" # From some reason, in $src/build/cmake/SetupBuildEnvironment.cmake, # upstream defaults to compiling to x86_64 only, unless this cmake flag is # set \"-DMUE_COMPILE_BUILD_MACOS_APPLE_SILICON=ON\" # Don't bundle qt qml files, relevant really only for darwin, but we set # this for all platforms anyway. \"-DMUE_COMPILE_INSTALL_QTQML_FILES=OFF\" ]; qtWrapperArgs = [ # MuseScore JACK backend loads libjack at runtime. \"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}\" \"--prefix ${lib.optionalString stdenv.isDarwin \"DY\"}LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}\" ] ++ lib.optionals (!stdenv.isDarwin) [ # There are some issues with using the wayland backend, see: # https://musescore.org/en/node/321936 \"--set-default QT_QPA_PLATFORM xcb\" ]; nativeBuildInputs = [ cmake pkg-config ninja ]; # HACK `propagatedSandboxProfile` does not appear to actually propagate the # sandbox profile from `qtbase`, see: # https://github.com/NixOS/nixpkgs/issues/237458 sandboxProfile = toString qtbase.__propagatedSandboxProfile or null; nativeBuildInputs = [ wrapQtAppsHook cmake pkg-config ninja ]; buildInputs = [ alsa-lib libjack2 freetype lame libogg libpulseaudio libsndfile libvorbis portaudio portmidi flac # tesseract qtbase qtdeclarative qtgraphicaleffects qtquickcontrols2 qtscript qtsvg qttools qtwebengine qtxmlpatterns qtnetworkauth qtx11extras libjack2 freetype lame libogg libpulseaudio libsndfile libvorbis portaudio' portmidi flac qtbase qtdeclarative qtgraphicaleffects qtquickcontrols qtquickcontrols2 qtscript qtsvg qtxmlpatterns qtnetworkauth qtx11extras ] ++ lib.optionals stdenv.isLinux [ alsa-lib ]; postInstall = '' # Remove unneeded bundled libraries and headers rm -r $out/{include,lib} '' + lib.optionalString stdenv.isDarwin '' mkdir -p \"$out/Applications\" mv \"$out/mscore.app\" \"$out/Applications/mscore.app\" mkdir -p $out/bin ln -s $out/Applications/mscore.app/Contents/MacOS/mscore $out/bin/mscore. ''; passthru.tests = nixosTests.musescore; meta = with lib; {"} {"_id":"doc-en-nixpkgs-45659a30b612647dc67c8cdeb34f634e4ad19525bb380d51396401e255a15bf8","title":"","text":"homepage = \"https://musescore.org/\"; license = licenses.gpl3Only; maintainers = with maintainers; [ vandenoever turion doronbehar ]; # Darwin requires CoreMIDI from SDK 11.3, we use the upstream built .dmg # file in ./darwin.nix in the meantime. platforms = platforms.linux; # on aarch64-linux: # error: cannot convert '' to 'float32x4_t' in assignment broken = (stdenv.isLinux && stdenv.isAarch64); mainProgram = \"mscore\"; }; }"} {"_id":"doc-en-nixpkgs-948251200bb41ec33324f72e1c8af72fea33f89b7cf7eb77b9ad437b3c311954","title":"","text":"autoreconfHook = buildPackages.autoreconfHook269; }; # TODO: we should probably merge these 2 musescore = if stdenv.isDarwin then callPackage ../applications/audio/musescore/darwin.nix { } else libsForQt5.callPackage ../applications/audio/musescore { }; musescore = libsForQt5.callPackage ../applications/audio/musescore { }; music-player = callPackage ../applications/audio/music-player { };"} {"_id":"doc-en-nixpkgs-d4007a6dfba1a5b5d52cc9e933b3010ae03731e717291c64dd51292b2f10c789","title":"","text":"}; }; ClassRefresh = buildPerlPackage { pname = \"Class-Refresh\"; version = \"0.07\"; src = fetchurl { url = \"mirror://cpan/authors/id/D/DO/DOY/Class-Refresh-0.07.tar.gz\"; hash = \"sha256-47ADU1XLs1oq7j8iNojVeJRqenxXCs05iyjN2x/UvrM=\"; }; buildInputs = [ TestFatal TestRequires ]; propagatedBuildInputs = [ ClassLoad ClassUnload DevelOverrideGlobalRequire TryTiny ]; meta = { homepage = \"http://metacpan.org/release/Class-Refresh\"; description = \"Refresh your classes during runtime\"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; ClassReturnValue = buildPerlPackage { pname = \"Class-ReturnValue\"; version = \"0.55\";"} {"_id":"doc-en-nixpkgs-c89489b16ffc55fb0479e25afffa25525c4df8c3e140f8ced542b431bd010bb4","title":"","text":"}; }; PerlLanguageServer = buildPerlPackage { pname = \"Perl-LanguageServer\"; version = \"2.5.0\"; src = fetchurl { url = \"mirror://cpan/authors/id/G/GR/GRICHTER/Perl-LanguageServer-2.5.0.tar.gz\"; hash = \"sha256-LQYcIkepqAT1JMkSuIN6mxivz6AZkpShcRsVD1oTmQQ=\"; }; propagatedBuildInputs = [ AnyEvent AnyEventAIO ClassRefresh CompilerLexer Coro DataDump HashSafeKeys IOAIO JSON Moose PadWalker ]; meta = { description = \"Language Server and Debug Protocol Adapter for Perl\"; license = lib.licenses.artistic2; }; }; perlldap = buildPerlPackage { pname = \"perl-ldap\"; version = \"0.68\";"} {"_id":"doc-en-nixpkgs-f1f6c8ec272c488a32497cfa1b31728aa307a85bc3ce0f30b9061d8e814ae804","title":"","text":", unzip, libsecret, libXScrnSaver, libxshmfence, buildPackages , atomEnv, at-spi2-atk, autoPatchelfHook , systemd, fontconfig, libdbusmenu, glib, buildFHSEnv, wayland , libglvnd # Populate passthru.tests , tests"} {"_id":"doc-en-nixpkgs-3c5f476c52e3ff630697a3862e4ec1b6c9b3817965891de5ddad39b95a4192b2","title":"","text":"# The credentials should be stored in a secure keychain already, so the benefit of this is questionable # in the first place. rm -rf $out/lib/vscode/resources/app/node_modules/vscode-encrypt # Unbundle libglvnd as VSCode doesn't include libGLESv2.so.2 which is necessary for GPU acceleration rm -rf $out/lib/vscode/libGLESv2.so '') + '' runHook postInstall '';"} {"_id":"doc-en-nixpkgs-0f713d546f0b2fac6aea442c072373c3bcd5464019ada9ce085cd9402a17f07f","title":"","text":"gappsWrapperArgs+=( # Add gio to PATH so that moving files to the trash works when not using a desktop environment --prefix PATH : ${glib.bin}/bin --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libglvnd ]} --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --add-flags ${lib.escapeShellArg commandLineArgs} )"} {"_id":"doc-en-nixpkgs-5dfda0b6584b1a455333e837b7824868559f55e8ad91b77a6aa0c6ca84b3e23a","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[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 = \"aho-corasick\" version = \"0.7.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f\" dependencies = [ \"memchr\", ] [[package]] name = \"ansi_term\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2\" dependencies = [ \"winapi\", ] [[package]] name = \"anyhow\" version = \"1.0.57\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc\" [[package]] name = \"arrayvec\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b\" [[package]] name = \"async-speed-limit\" version = \"0.3.1\" source = \"git+https://github.com/open-trade/async-speed-limit#f89f702ae01d4016429543d2f0dda1086157e420\" dependencies = [ \"futures-core\", \"futures-io\", \"futures-timer\", \"pin-project-lite\", ] [[package]] name = \"async-trait\" version = \"0.1.53\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"atoi\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e\" dependencies = [ \"num-traits\", ] [[package]] name = \"atty\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\" dependencies = [ \"hermit-abi\", \"libc\", \"winapi\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"axum\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1\" dependencies = [ \"async-trait\", \"axum-core\", \"bitflags\", \"bytes\", \"futures-util\", \"headers\", \"http\", \"http-body\", \"hyper\", \"itoa\", \"matchit\", \"memchr\", \"mime\", \"percent-encoding\", \"pin-project-lite\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"sync_wrapper\", \"tokio\", \"tower\", \"tower-http\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum-core\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da31c0ed7b4690e2c78fe4b880d21cd7db04a346ebc658b4270251b695437f17\" dependencies = [ \"async-trait\", \"bytes\", \"futures-util\", \"http\", \"http-body\", \"mime\", ] [[package]] name = \"base64\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd\" [[package]] name = \"bcrypt\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7e7c93a3fb23b2fdde989b2c9ec4dd153063ec81f408507f84c090cd91c6641\" dependencies = [ \"base64\", \"blowfish\", \"getrandom\", \"zeroize\", ] [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"block-buffer\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324\" dependencies = [ \"generic-array\", ] [[package]] name = \"blowfish\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7\" dependencies = [ \"byteorder\", \"cipher\", ] [[package]] name = \"bumpalo\" version = \"3.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899\" [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"bytes\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e\" dependencies = [ \"serde\", ] [[package]] name = \"cc\" version = \"1.0.73\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11\" dependencies = [ \"jobserver\", ] [[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.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73\" dependencies = [ \"libc\", \"num-integer\", \"num-traits\", \"time 0.1.43\", \"winapi\", ] [[package]] name = \"cipher\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e\" dependencies = [ \"crypto-common\", \"inout\", ] [[package]] name = \"clap\" version = \"2.34.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c\" dependencies = [ \"ansi_term\", \"atty\", \"bitflags\", \"strsim\", \"textwrap\", \"unicode-width\", \"vec_map\", ] [[package]] name = \"config\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b1b9d958c2b1368a663f05538fc1b5975adce1e19f435acceae987aceeeb369\" dependencies = [ \"lazy_static\", \"nom 5.1.2\", \"serde\", ] [[package]] name = \"confy\" version = \"0.4.0\" source = \"git+https://github.com/open-trade/confy#630cc28a396cb7d01eefdd9f3824486fe4d8554b\" dependencies = [ \"directories-next\", \"serde\", \"thiserror\", \"toml\", ] [[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 = \"cpufeatures\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b\" dependencies = [ \"libc\", ] [[package]] name = \"crc\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3\" dependencies = [ \"crc-catalog\", ] [[package]] name = \"crc-catalog\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff\" [[package]] name = \"crossbeam\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845\" dependencies = [ \"cfg-if\", \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-epoch\", \"crossbeam-queue\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53\" dependencies = [ \"cfg-if\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e\" dependencies = [ \"cfg-if\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c\" dependencies = [ \"autocfg\", \"cfg-if\", \"crossbeam-utils\", \"lazy_static\", \"memoffset\", \"scopeguard\", ] [[package]] name = \"crossbeam-queue\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2\" dependencies = [ \"cfg-if\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38\" dependencies = [ \"cfg-if\", \"lazy_static\", ] [[package]] name = \"crypto-common\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"deadpool\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef82259c587bceda08349f28ff00f69ae4c897898f254140af6021eb218e8232\" dependencies = [ \"async-trait\", \"config\", \"num_cpus\", \"serde\", \"tokio\", ] [[package]] name = \"digest\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"directories-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc\" dependencies = [ \"cfg-if\", \"dirs-sys-next\", ] [[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 = \"dlv-list\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257\" [[package]] name = \"dns-lookup\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872\" dependencies = [ \"cfg-if\", \"libc\", \"socket2 0.4.4\", \"winapi\", ] [[package]] name = \"dotenv\" version = \"0.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f\" [[package]] name = \"ed25519\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d916019f70ae3a1faa1195685e290287f39207d38e6dfee727197cffcc002214\" dependencies = [ \"signature\", ] [[package]] name = \"either\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457\" [[package]] name = \"env_logger\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3\" dependencies = [ \"atty\", \"humantime\", \"log\", \"regex\", \"termcolor\", ] [[package]] name = \"event-listener\" version = \"2.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71\" [[package]] name = \"fastrand\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf\" dependencies = [ \"instant\", ] [[package]] name = \"filetime\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"winapi\", ] [[package]] name = \"flexi_logger\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"969940c39bc718475391e53a3a59b0157e64929c80cf83ad5dde5f770ecdc423\" dependencies = [ \"ansi_term\", \"atty\", \"chrono\", \"crossbeam\", \"glob\", \"lazy_static\", \"log\", \"regex\", \"rustversion\", \"thiserror\", \"time 0.3.9\", ] [[package]] name = \"flume\" version = \"0.10.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a\" dependencies = [ \"futures-core\", \"futures-sink\", \"pin-project\", \"spin 0.9.3\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"form_urlencoded\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191\" dependencies = [ \"matches\", \"percent-encoding\", ] [[package]] name = \"futures\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3\" [[package]] name = \"futures-executor\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-intrusive\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e\" dependencies = [ \"futures-core\", \"lock_api\", \"parking_lot 0.11.2\", ] [[package]] name = \"futures-io\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b\" [[package]] name = \"futures-macro\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"futures-sink\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868\" [[package]] name = \"futures-task\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a\" [[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.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"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 = \"generic-array\" version = \"0.14.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"getrandom\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.10.2+wasi-snapshot-preview1\", ] [[package]] name = \"glob\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574\" [[package]] name = \"hashbrown\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e\" [[package]] name = \"hashbrown\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3\" dependencies = [ \"ahash\", ] [[package]] name = \"hashlink\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d452c155cb93fecdfb02a73dd57b5d8e442c2063bd7aac72f1bc5e4263a43086\" dependencies = [ \"hashbrown 0.12.1\", ] [[package]] name = \"hbb_common\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"bytes\", \"chrono\", \"confy\", \"directories-next\", \"dirs-next\", \"env_logger\", \"filetime\", \"futures\", \"futures-util\", \"lazy_static\", \"log\", \"mac_address\", \"machine-uid\", \"protobuf\", \"protobuf-codegen\", \"quinn\", \"rand\", \"regex\", \"serde\", \"serde_derive\", \"serde_json\", \"socket2 0.3.19\", \"sodiumoxide\", \"tokio\", \"tokio-socks\", \"tokio-util 0.7.1\", \"toml\", \"winapi\", \"zstd\", ] [[package]] name = \"hbbs\" version = \"1.1.8\" dependencies = [ \"async-speed-limit\", \"async-trait\", \"axum\", \"base64\", \"bcrypt\", \"chrono\", \"clap\", \"deadpool\", \"dns-lookup\", \"flexi_logger\", \"hbb_common\", \"headers\", \"http\", \"ipnetwork\", \"jsonwebtoken\", \"lazy_static\", \"local-ip-address\", \"mac_address\", \"machine-uid\", \"minreq\", \"once_cell\", \"ping\", \"regex\", \"rust-ini\", \"serde\", \"serde_derive\", \"serde_json\", \"sodiumoxide\", \"sqlx\", \"tokio-tungstenite\", \"tower-http\", \"tungstenite\", \"uuid\", \"whoami\", ] [[package]] name = \"headers\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d\" dependencies = [ \"base64\", \"bitflags\", \"bytes\", \"headers-core\", \"http\", \"httpdate\", \"mime\", \"sha-1\", ] [[package]] name = \"headers-core\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429\" dependencies = [ \"http\", ] [[package]] name = \"heck\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9\" dependencies = [ \"unicode-segmentation\", ] [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[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.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6\" dependencies = [ \"bytes\", \"http\", \"pin-project-lite\", ] [[package]] name = \"http-range-header\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29\" [[package]] name = \"httparse\" version = \"1.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c\" [[package]] name = \"httpdate\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421\" [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"hyper\" version = \"0.14.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-core\", \"futures-util\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"socket2 0.4.4\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"idna\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8\" dependencies = [ \"matches\", \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"indexmap\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee\" dependencies = [ \"autocfg\", \"hashbrown 0.11.2\", ] [[package]] name = \"inout\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5\" dependencies = [ \"generic-array\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"ipnetwork\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e\" dependencies = [ \"serde\", ] [[package]] name = \"itertools\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35\" [[package]] name = \"jobserver\" version = \"0.1.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa\" dependencies = [ \"libc\", ] [[package]] name = \"js-sys\" version = \"0.3.57\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"jsonwebtoken\" version = \"8.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc9051c17f81bae79440afa041b3a278e1de71bfb96d32454b477fd4703ccb6f\" dependencies = [ \"base64\", \"pem\", \"ring\", \"serde\", \"serde_json\", \"simple_asn1\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lexical-core\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe\" dependencies = [ \"arrayvec\", \"bitflags\", \"cfg-if\", \"ryu\", \"static_assertions\", ] [[package]] name = \"libc\" version = \"0.2.125\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b\" [[package]] name = \"libsodium-sys\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"walkdir\", ] [[package]] name = \"libsqlite3-sys\" version = \"0.24.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14\" dependencies = [ \"cc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"local-ip-address\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2815836665de176ba66deaa449ada98fdf208d84730d1a84a22cbeed6151a6fa\" dependencies = [ \"libc\", \"neli\", \"thiserror\", \"windows-sys 0.48.0\", ] [[package]] name = \"lock_api\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53\" 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 = \"mac_address\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df1d1bc1084549d60725ccc53a2bfa07f67fe4689fda07b05a36531f2988104a\" dependencies = [ \"nix\", \"winapi\", ] [[package]] name = \"machine-uid\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212\" dependencies = [ \"winreg\", ] [[package]] name = \"matches\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f\" [[package]] name = \"matchit\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb\" [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memoffset\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg\", ] [[package]] name = \"mime\" version = \"0.3.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d\" [[package]] name = \"mime_guess\" version = \"2.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef\" dependencies = [ \"mime\", \"unicase\", ] [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"minreq\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c785bc6027fd359756e538541c8624012ba3776d3d3fe123885643092ed4132\" dependencies = [ \"log\", \"punycode\", ] [[package]] name = \"mio\" version = \"0.7.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc\" dependencies = [ \"libc\", \"log\", \"miow\", \"ntapi\", \"winapi\", ] [[package]] name = \"mio\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799\" dependencies = [ \"libc\", \"log\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"windows-sys 0.36.1\", ] [[package]] name = \"miow\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21\" dependencies = [ \"winapi\", ] [[package]] name = \"neli\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43\" dependencies = [ \"byteorder\", \"libc\", \"log\", \"neli-proc-macros\", ] [[package]] name = \"neli-proc-macros\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4\" dependencies = [ \"either\", \"proc-macro2\", \"quote\", \"serde\", \"syn\", ] [[package]] name = \"nix\" version = \"0.23.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6\" dependencies = [ \"bitflags\", \"cc\", \"cfg-if\", \"libc\", \"memoffset\", ] [[package]] name = \"nom\" version = \"5.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af\" dependencies = [ \"lexical-core\", \"memchr\", \"version_check\", ] [[package]] name = \"nom\" version = \"7.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"ntapi\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f\" dependencies = [ \"winapi\", ] [[package]] name = \"num-bigint\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f\" dependencies = [ \"autocfg\", \"num-integer\", \"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-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.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1\" dependencies = [ \"hermit-abi\", \"libc\", ] [[package]] name = \"num_threads\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44\" dependencies = [ \"libc\", ] [[package]] name = \"once_cell\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9\" [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"ordered-multimap\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a\" dependencies = [ \"dlv-list\", \"hashbrown 0.12.1\", ] [[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.5\", ] [[package]] name = \"parking_lot\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58\" dependencies = [ \"lock_api\", \"parking_lot_core 0.9.3\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216\" dependencies = [ \"cfg-if\", \"instant\", \"libc\", \"redox_syscall\", \"smallvec\", \"winapi\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"smallvec\", \"windows-sys 0.36.1\", ] [[package]] name = \"paste\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc\" [[package]] name = \"pem\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947\" dependencies = [ \"base64\", ] [[package]] name = \"percent-encoding\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e\" [[package]] name = \"pin-project\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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 = \"ping\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69044d1c00894fc1f43d9485aadb6ab6e68df90608fa52cf1074cda6420c6b76\" dependencies = [ \"rand\", \"socket2 0.4.4\", \"thiserror\", ] [[package]] name = \"pkg-config\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae\" [[package]] name = \"ppv-lite86\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872\" [[package]] name = \"proc-macro2\" version = \"1.0.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa\" dependencies = [ \"unicode-xid\", ] [[package]] name = \"protobuf\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ee4a7d8b91800c8f167a6268d1a1026607368e1adc84e98fe044aeb905302f7\" dependencies = [ \"bytes\", \"once_cell\", \"protobuf-support\", \"thiserror\", ] [[package]] name = \"protobuf-codegen\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07b893e5e7d3395545d5244f8c0d33674025bd566b26c03bfda49b82c6dec45e\" dependencies = [ \"anyhow\", \"once_cell\", \"protobuf\", \"protobuf-parse\", \"regex\", \"tempfile\", \"thiserror\", ] [[package]] name = \"protobuf-parse\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b1447dd751c434cc1b415579837ebd0411ed7d67d465f38010da5d7cd33af4d\" dependencies = [ \"anyhow\", \"indexmap\", \"log\", \"protobuf\", \"protobuf-support\", \"tempfile\", \"thiserror\", \"which\", ] [[package]] name = \"protobuf-support\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ca157fe12fc7ee2e315f2f735e27df41b3d97cdd70ea112824dac1ffb08ee1c\" dependencies = [ \"thiserror\", ] [[package]] name = \"punycode\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe\" [[package]] name = \"quickcheck\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6\" dependencies = [ \"rand\", ] [[package]] name = \"quinn\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d147472bc9a09f13b06c044787b6683cdffa02e2865b7f0fb53d67c49ed2988e\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"fxhash\", \"quinn-proto\", \"quinn-udp\", \"rustls\", \"thiserror\", \"tokio\", \"tracing\", \"webpki\", ] [[package]] name = \"quinn-proto\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"359c5eb33845f3ee05c229e65f87cdbc503eea394964b8f1330833d460b4ff3e\" dependencies = [ \"bytes\", \"fxhash\", \"rand\", \"ring\", \"rustls\", \"rustls-native-certs\", \"rustls-pemfile 0.2.1\", \"slab\", \"thiserror\", \"tinyvec\", \"tracing\", \"webpki\", ] [[package]] name = \"quinn-udp\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df185e5e5f7611fa6e628ed8f9633df10114b03bbaecab186ec55822c44ac727\" dependencies = [ \"futures-util\", \"libc\", \"mio 0.7.14\", \"quinn-proto\", \"socket2 0.4.4\", \"tokio\", \"tracing\", ] [[package]] name = \"quote\" version = \"1.0.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1\" 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.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7\" dependencies = [ \"getrandom\", ] [[package]] name = \"redox_syscall\" version = \"0.2.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42\" 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\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.6.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b\" [[package]] name = \"remove_dir_all\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7\" dependencies = [ \"winapi\", ] [[package]] name = \"ring\" version = \"0.16.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc\" dependencies = [ \"cc\", \"libc\", \"once_cell\", \"spin 0.5.2\", \"untrusted\", \"web-sys\", \"winapi\", ] [[package]] name = \"rust-ini\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df\" dependencies = [ \"cfg-if\", \"ordered-multimap\", ] [[package]] name = \"rustls\" version = \"0.20.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921\" dependencies = [ \"log\", \"ring\", \"sct\", \"webpki\", ] [[package]] name = \"rustls-native-certs\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50\" dependencies = [ \"openssl-probe\", \"rustls-pemfile 1.0.0\", \"schannel\", \"security-framework\", ] [[package]] name = \"rustls-pemfile\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9\" dependencies = [ \"base64\", ] [[package]] name = \"rustls-pemfile\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9\" dependencies = [ \"base64\", ] [[package]] name = \"rustversion\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f\" [[package]] name = \"ryu\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f\" [[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.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75\" dependencies = [ \"lazy_static\", \"winapi\", ] [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"sct\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"security-framework\" version = \"2.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc\" dependencies = [ \"bitflags\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"serde\" version = \"1.0.137\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.137\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"serde_json\" version = \"1.0.81\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c\" 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 = \"sha-1\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sha2\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0\" dependencies = [ \"libc\", ] [[package]] name = \"signature\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4\" [[package]] name = \"simple_asn1\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4a762b1c38b9b990c694b9c2f8abe3372ce6a9ceaae6bca39cfc46e054f45745\" dependencies = [ \"num-bigint\", \"num-traits\", \"thiserror\", \"time 0.3.9\", ] [[package]] name = \"slab\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32\" [[package]] name = \"smallvec\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83\" [[package]] name = \"socket2\" version = \"0.3.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e\" dependencies = [ \"cfg-if\", \"libc\", \"winapi\", ] [[package]] name = \"socket2\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"sodiumoxide\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028\" dependencies = [ \"ed25519\", \"libc\", \"libsodium-sys\", \"serde\", ] [[package]] name = \"spin\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"spin\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d\" dependencies = [ \"lock_api\", ] [[package]] name = \"sqlformat\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4\" dependencies = [ \"itertools\", \"nom 7.1.1\", \"unicode_categories\", ] [[package]] name = \"sqlx\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f82cbe94f41641d6c410ded25bbf5097c240cefdf8e3b06d04198d0a96af6a4\" dependencies = [ \"sqlx-core\", \"sqlx-macros\", ] [[package]] name = \"sqlx-core\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b69bf218860335ddda60d6ce85ee39f6cf6e5630e300e19757d1de15886a093\" dependencies = [ \"ahash\", \"atoi\", \"bitflags\", \"byteorder\", \"bytes\", \"chrono\", \"crc\", \"crossbeam-queue\", \"either\", \"event-listener\", \"flume\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-intrusive\", \"futures-util\", \"hashlink\", \"hex\", \"indexmap\", \"itoa\", \"libc\", \"libsqlite3-sys\", \"log\", \"memchr\", \"once_cell\", \"paste\", \"percent-encoding\", \"rustls\", \"rustls-pemfile 1.0.0\", \"serde\", \"serde_json\", \"sha2\", \"smallvec\", \"sqlformat\", \"sqlx-rt\", \"stringprep\", \"thiserror\", \"tokio-stream\", \"url\", \"webpki-roots\", ] [[package]] name = \"sqlx-macros\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f40c63177cf23d356b159b60acd27c54af7423f1736988502e36bae9a712118f\" dependencies = [ \"dotenv\", \"either\", \"heck\", \"once_cell\", \"proc-macro2\", \"quote\", \"serde_json\", \"sha2\", \"sqlx-core\", \"sqlx-rt\", \"syn\", \"url\", ] [[package]] name = \"sqlx-rt\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"874e93a365a598dc3dadb197565952cb143ae4aa716f7bcc933a8d836f6bf89f\" dependencies = [ \"once_cell\", \"tokio\", \"tokio-rustls\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"stringprep\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"strsim\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a\" [[package]] name = \"syn\" version = \"1.0.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-xid\", ] [[package]] name = \"sync_wrapper\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8\" [[package]] name = \"tempfile\" version = \"3.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4\" dependencies = [ \"cfg-if\", \"fastrand\", \"libc\", \"redox_syscall\", \"remove_dir_all\", \"winapi\", ] [[package]] name = \"termcolor\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755\" dependencies = [ \"winapi-util\", ] [[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.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"time\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"time\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd\" dependencies = [ \"itoa\", \"libc\", \"num_threads\", \"quickcheck\", \"time-macros\", ] [[package]] name = \"time-macros\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792\" [[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.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c\" [[package]] name = \"tokio\" version = \"1.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e\" dependencies = [ \"autocfg\", \"bytes\", \"libc\", \"memchr\", \"mio 0.8.3\", \"num_cpus\", \"once_cell\", \"parking_lot 0.12.0\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2 0.4.4\", \"tokio-macros\", \"winapi\", ] [[package]] name = \"tokio-macros\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"tokio-rustls\" version = \"0.23.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59\" dependencies = [ \"rustls\", \"tokio\", \"webpki\", ] [[package]] name = \"tokio-socks\" version = \"0.5.1\" source = \"git+https://github.com/open-trade/tokio-socks#3de8300fbce37e2cdaef042e016aa95058d007cf\" dependencies = [ \"bytes\", \"either\", \"futures-core\", \"futures-sink\", \"futures-util\", \"pin-project\", \"thiserror\", \"tokio\", \"tokio-util 0.6.9\", ] [[package]] name = \"tokio-stream\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-tungstenite\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae\" dependencies = [ \"futures-util\", \"log\", \"tokio\", \"tungstenite\", ] [[package]] name = \"tokio-util\" version = \"0.6.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"log\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764\" dependencies = [ \"bytes\", \"futures-core\", \"futures-io\", \"futures-sink\", \"futures-util\", \"pin-project-lite\", \"slab\", \"tokio\", \"tracing\", ] [[package]] name = \"toml\" version = \"0.5.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7\" dependencies = [ \"serde\", ] [[package]] name = \"tower\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e\" dependencies = [ \"futures-core\", \"futures-util\", \"pin-project\", \"pin-project-lite\", \"tokio\", \"tokio-util 0.7.1\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower-http\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae\" dependencies = [ \"bitflags\", \"bytes\", \"futures-core\", \"futures-util\", \"http\", \"http-body\", \"http-range-header\", \"httpdate\", \"mime\", \"mime_guess\", \"percent-encoding\", \"pin-project-lite\", \"tokio\", \"tokio-util 0.7.1\", \"tower\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower-layer\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62\" [[package]] name = \"tower-service\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6\" [[package]] name = \"tracing\" version = \"0.1.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09\" dependencies = [ \"cfg-if\", \"log\", \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"tracing-core\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f\" dependencies = [ \"lazy_static\", ] [[package]] name = \"try-lock\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642\" [[package]] name = \"tungstenite\" version = \"0.17.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5\" dependencies = [ \"base64\", \"byteorder\", \"bytes\", \"http\", \"httparse\", \"log\", \"rand\", \"sha-1\", \"thiserror\", \"url\", \"utf-8\", ] [[package]] name = \"typenum\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987\" [[package]] name = \"unicase\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6\" dependencies = [ \"version_check\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992\" [[package]] name = \"unicode-normalization\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-segmentation\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99\" [[package]] name = \"unicode-width\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973\" [[package]] name = \"unicode-xid\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04\" [[package]] name = \"unicode_categories\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e\" [[package]] name = \"untrusted\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a\" [[package]] name = \"url\" version = \"2.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c\" dependencies = [ \"form_urlencoded\", \"idna\", \"matches\", \"percent-encoding\", ] [[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.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f\" 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 = \"walkdir\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56\" dependencies = [ \"same-file\", \"winapi\", \"winapi-util\", ] [[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.2+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\" [[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.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4\" dependencies = [ \"bumpalo\", \"lazy_static\", \"log\", \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744\" [[package]] name = \"web-sys\" version = \"0.3.57\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webpki\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"webpki-roots\" version = \"0.22.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf\" dependencies = [ \"webpki\", ] [[package]] name = \"which\" version = \"4.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae\" dependencies = [ \"either\", \"lazy_static\", \"libc\", ] [[package]] name = \"whoami\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8\" dependencies = [ \"wasm-bindgen\", \"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-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.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2\" dependencies = [ \"windows_aarch64_msvc 0.36.1\", \"windows_i686_gnu 0.36.1\", \"windows_i686_msvc 0.36.1\", \"windows_x86_64_gnu 0.36.1\", \"windows_x86_64_msvc 0.36.1\", ] [[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\", \"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\", \"windows_x86_64_msvc 0.48.0\", ] [[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.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47\" [[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.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6\" [[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.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024\" [[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.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1\" [[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.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a\" [[package]] name = \"winreg\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9\" dependencies = [ \"winapi\", ] [[package]] name = \"zeroize\" version = \"1.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07\" [[package]] name = \"zstd\" version = \"0.9.2+zstd.1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54\" dependencies = [ \"zstd-safe\", ] [[package]] name = \"zstd-safe\" version = \"4.1.3+zstd.1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79\" dependencies = [ \"libc\", \"zstd-sys\", ] [[package]] name = \"zstd-sys\" version = \"1.6.2+zstd.1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f\" dependencies = [ \"cc\", \"libc\", ] "} {"_id":"doc-en-nixpkgs-0a60538f0e24e66cad7205641fd5ef43812ac95dcd18373e546f1ee63aedb0e1","title":"","text":" { lib , rustPlatform , fetchFromGitHub , pkg-config , libsodium , sqlite , nix-update-script , testers , rustdesk-server }: rustPlatform.buildRustPackage rec { pname = \"rustdesk-server\"; version = \"1.1.8\"; src = fetchFromGitHub { owner = \"rustdesk\"; repo = \"rustdesk-server\"; rev = version; hash = \"sha256-KzIylbPe+YN513UNFuisvDAIe4kICGYDUrfURDOw/no=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"async-speed-limit-0.3.1\" = \"sha256-iOel6XA07RPrBjQAFLnxXX4VBpDrYZaqQc9clnsOorI=\"; \"confy-0.4.0\" = \"sha256-e91cvEixhpPzIthAxzTa3fDY6eCsHUy/eZQAqs7QTDo=\"; \"tokio-socks-0.5.1\" = \"sha256-inmAJk0fAlsVNIwfD/M+htwIdQHwGSTRrEy6N/mspMI=\"; }; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libsodium sqlite ]; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { inherit version; package = rustdesk-server; command = \"hbbr --version\"; }; }; meta = with lib; { description = \"RustDesk Server Program\"; homepage = \"https://github.com/rustdesk/rustdesk-server\"; changelog = \"https://github.com/rustdesk/rustdesk-server/releases/tag/${version}\"; license = licenses.agpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ gaelreyrol ]; }; } "} {"_id":"doc-en-nixpkgs-f7f71ac63b9f37e3051926ee8a7b97eaaa1e2c2f6d9b694285bf26cdb863fa4b","title":"","text":"inherit (darwin.apple_sdk.frameworks) Security; }; rustdesk-server = callPackage ../servers/rustdesk-server { }; rustypaste = callPackage ../servers/rustypaste { }; rustypaste-cli = callPackage ../tools/misc/rustypaste-cli { };"} {"_id":"doc-en-nixpkgs-594a26b42fb5e66a0cf338a53649f9bbd5b809ff0cf18f6d31e821803b5d7c56","title":"","text":"githubId = 1583484; name = \"Andrey Golovizin\"; }; errnoh = { github = \"errnoh\"; githubId = 373946; name = \"Erno Hopearuoho\"; }; ersin = { email = \"me@ersinakinci.com\"; github = \"ersinakinci\";"} {"_id":"doc-en-nixpkgs-47cdc0f1d2eb2d77faa2abb22cd61a2135c57b2d4c4981c2f17cad7a66718e1a","title":"","text":"./services/audio/botamusique.nix ./services/audio/gmediarender.nix ./services/audio/gonic.nix ./services/audio/goxlr-utility.nix ./services/audio/hqplayerd.nix ./services/audio/icecast.nix ./services/audio/jack.nix"} {"_id":"doc-en-nixpkgs-eab57a68bab4e2873a42d192c401e2ff75906af8bd7d06dc59bb80a784aafcf6","title":"","text":" { config, lib, pkgs, ... }: let cfg = config.services.goxlr-utility; in with lib; { options = { services.goxlr-utility = { enable = mkOption { default = false; type = types.bool; description = lib.mdDoc '' Whether to enable goxlr-utility for controlling your TC-Helicon GoXLR or GoXLR Mini ''; }; package = mkPackageOptionMD pkgs \"goxlr-utility\" { }; autoStart.xdg = mkOption { default = true; type = with types; bool; description = lib.mdDoc '' Start the daemon automatically using XDG autostart. Sets `xdg.autostart.enable = true` if not already enabled. ''; }; }; }; config = mkIf config.services.goxlr-utility.enable { services.udev.packages = [ cfg.package ]; xdg.autostart.enable = mkIf cfg.autoStart.xdg true; environment.systemPackages = mkIf cfg.autoStart.xdg [ cfg.package (pkgs.makeAutostartItem { name = \"goxlr-utility\"; package = cfg.package; }) ]; }; meta.maintainers = with maintainers; [ errnoh ]; } "} {"_id":"doc-en-nixpkgs-88d4f9738da4e7f0efc83cbdb771519565fb3c6407f9ae57710cabb855595829","title":"","text":" { lib , fetchFromGitHub , rustPlatform , installShellFiles , pkg-config , libpulseaudio , dbus , speechd }: rustPlatform.buildRustPackage rec { pname = \"goxlr-utility\"; version = \"0.12.6\"; src = fetchFromGitHub { owner = \"GoXLR-on-Linux\"; repo = \"goxlr-utility\"; rev = \"v${version}\"; hash = \"sha256-vvaKCsqncRhag8IrS0AIfNqNHGU2WIvFaYISEVfUB2Y=\"; }; cargoHash = \"sha256-Z57H5YeVYqlOaLRLaizVw8xTLstdjyXutnN7OgaUYOE=\"; buildInputs = [ libpulseaudio dbus speechd ]; nativeBuildInputs = [ pkg-config installShellFiles rustPlatform.bindgenHook ]; buildFeatures = [ \"tts\" ]; postInstall = '' install -Dm644 \"50-goxlr.rules\" \"$out/etc/udev/rules.d/50-goxlr.rules\" install -Dm644 \"daemon/resources/goxlr-utility.png\" \"$out/share/icons/hicolor/48x48/apps/goxlr-utility.png\" install -Dm644 \"daemon/resources/goxlr-utility.svg\" \"$out/share/icons/hicolor/scalable/apps/goxlr-utility.svg\" install -Dm644 \"daemon/resources/goxlr-utility-large.png\" \"$out/share/pixmaps/goxlr-utility.png\" install -Dm644 \"daemon/resources/goxlr-utility.desktop\" \"$out/share/applications/goxlr-utility.desktop\" substituteInPlace $out/share/applications/goxlr-utility.desktop --replace /usr/bin $out/bin --replace goxlr-launcher goxlr-daemon completions_dir=$(dirname $(find target -name 'goxlr-client.bash' | head -n 1)) installShellCompletion --bash $completions_dir/goxlr-client.bash installShellCompletion --fish $completions_dir/goxlr-client.fish installShellCompletion --zsh $completions_dir/_goxlr-client completions_dir=$(dirname $(find target -name 'goxlr-daemon.bash' | head -n 1)) installShellCompletion --bash $completions_dir/goxlr-daemon.bash installShellCompletion --fish $completions_dir/goxlr-daemon.fish installShellCompletion --zsh $completions_dir/_goxlr-daemon ''; meta = with lib; { description = \"An unofficial GoXLR App replacement for Linux, Windows and MacOS\"; homepage = \"https://github.com/GoXLR-on-Linux/goxlr-utility\"; license = licenses.mit; maintainers = with maintainers; [ errnoh ]; }; } "} {"_id":"doc-en-nixpkgs-1b65305244ddc747e918fe3e63b1d567b6be01559626da46d7e697f9e833df42","title":"","text":"gox = callPackage ../development/tools/gox { }; goxlr-utility = callPackage ../tools/audio/goxlr-utility {}; gprolog = callPackage ../development/compilers/gprolog { }; gwe = callPackage ../tools/misc/gwe {"} {"_id":"doc-en-nixpkgs-21304ce628018df4cc8a8045671655a6a2708f4bf3ae236c6f4d40a2f413566e","title":"","text":"sed -e \"1s@.*@#! ${lua}/bin/lua$LUA_SUFFIX@\" -i \"$out\"/bin/* substituteInPlace $out/etc/luarocks/* --replace '${lua.luaOnBuild}' '${lua}' '' + lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd luarocks --bash <($out/bin/luarocks completion bash) --fish <($out/bin/luarocks completion fish) --zsh <($out/bin/luarocks completion zsh) installShellCompletion --cmd luarocks-admin --bash <($out/bin/luarocks-admin completion bash) --fish <($out/bin/luarocks-admin completion fish) --zsh <($out/bin/luarocks-admin completion zsh) '' + '' for i in \"$out\"/bin/*; do test -L \"$i\" || { wrapProgram \"$i\" "} {"_id":"doc-en-nixpkgs-1000a55b8368431057643be19b098048cb9e054fa4ea05718b25e0a1272839ea","title":"","text":"lib.optionals (finalAttrs.pname == \"luarocks-nix\") [ file nix-prefetch-git ])} } done '' + lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd luarocks --bash <($out/bin/luarocks completion bash) --fish <($out/bin/luarocks completion fish) --zsh <($out/bin/luarocks completion zsh) ''; propagatedBuildInputs = [ zip unzip cmake ];"} {"_id":"doc-en-nixpkgs-3223d5f11a230f6c6027702aee1aeb55bc0997fba318a4630b1bfaa66659818f","title":"","text":" { lib , stdenv , fetchFromGitHub , buildNpmPackage }: buildNpmPackage rec { pname = \"mw\"; version = \"unstable-2023-08-04\"; src = fetchFromGitHub { owner = \"mark-when\"; repo = \"mw\"; rev = \"a8676da1c7812a051456fabcb980c52a72f6e75e\"; hash = \"sha256-i95WuTH8qY+0PYQA9kOykQL+4d4oB2Hlvg9sfGtDeCo=\"; }; npmDepsHash = \"sha256-D1hTaoM4j81qrrLMoKJ7OxJTfRoht3/yqgJs95EFxY4=\"; # correctly substitute the usage message postPatch = '' substituteInPlace src/index.ts --replace '.usage(\"$0' '.usage(\"mw' ''; meta = { changelog = \"https://github.com/mark-when/mw/blob/${src.rev}/CHANGELOG.md\"; description = \"Markwhen CLI\"; homepage = \"https://github.com/mark-when/mw\"; license = lib.licenses.mit; longDescription = '' Markwhen is an interactive text-to-timeline tool. Write markdown-ish text and it gets converted into a nice looking cascading timeline. ''; mainProgram = \"mw\"; maintainers = with lib.maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-2a82dc1e79e4f76dddbf21fb2946c4baa13b405765cf769d06f62e79a39ccbee","title":"","text":"mutt-ics = callPackage ../tools/networking/mutt-ics { }; mw = callPackage ../tools/text/mw { }; mwic = callPackage ../applications/misc/mwic { pythonPackages = python3Packages; };"} {"_id":"doc-en-nixpkgs-dce89297bdcd9fcf44fd831b896b232a14c5a823f85ffb4beb7800c6c7ee02b5","title":"","text":"installPhase = '' runHook preInstall install -Dm 755 ./bun $out/bin/bun ln -s $out/bin/bun $out/bin/bunx runHook postInstall ''; passthru = {"} {"_id":"doc-en-nixpkgs-5fa7f993b39c9907d3ee32e4c474abbd04717229c90531c41cf57e2f36bd3b12","title":"","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":"doc-en-nixpkgs-a83932d90eca781b33931675c12648942e85ca77df4b9efb412080056a21e6e6","title":"","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":"doc-en-nixpkgs-5e62af6ff7e78bf8a01ab1b54d0d7947cf066bf1bca6f1ad084c38d186fc9ad7","title":"","text":"# lisp-modules {#lisp} This document describes the Nixpkgs infrastructure for building Common Lisp libraries that use ASDF (Another System Definition Facility). It lives in `pkgs/development/lisp-modules`. systems that use [ASDF](https://asdf.common-lisp.dev/) (Another System Definition Facility). It lives in `pkgs/development/lisp-modules`. ## Overview {#lisp-overview} The main entry point of the API are the Common Lisp implementation packages (e.g. `abcl`, `ccl`, `clasp-common-lisp`, `clisp` `ecl`, `sbcl`) themselves. They have the `pkgs` and `withPackages` attributes, which can be used to discover available packages and to build wrappers, respectively. The `pkgs` attribute set contains packages that were automatically imported from Quicklisp, and any other manually defined ones. Not every package works for all the CL implementations (e.g. `nyxt` only makes sense for `sbcl`). The `withPackages` function is of primary utility. It is used to build runnable wrappers, with a pinned and pre-built ASDF FASL available in the `ASDF` environment variable, and `CL_SOURCE_REGISTRY`/`ASDF_OUTPUT_TRANSLATIONS` configured to find the desired systems on runtime. With a few exceptions, the primary thing that the infrastructure does is to run `asdf:load-system` for each system specified in the `systems` argument to `build-asdf-system`, and save the FASLs to the Nix store. Then, it makes these FASLs available to wrappers. Any other use-cases, such as producing SBCL executables with `sb-ext:save-lisp-and-die`, are achieved via overriding the `buildPhase` etc. themselves (e.g. `abcl`, `ccl`, `clasp-common-lisp`, `clisp`, `ecl`, `sbcl`). They have the `pkgs` and `withPackages` attributes, which can be used to discover available packages and to build wrappers, respectively. The `pkgs` attribute set contains packages that were automatically [imported](#lisp-importing-packages-from-quicklisp) from Quicklisp, and any other [manually defined](#lisp-defining-packages-inside) ones. Not every package works for all the CL implementations (e.g. `nyxt` only makes sense for `sbcl`). The `withPackages` function is of primary utility. It is used to build [runnable wrappers](#lisp-building-wrappers), with a pinned and pre-built [ASDF FASL](#lisp-loading-asdf) available in the `ASDF` environment variable, and `CL_SOURCE_REGISTRY`/`ASDF_OUTPUT_TRANSLATIONS` configured to [find the desired systems on runtime](#lisp-loading-systems). In addition, Lisps have the `withOverrides` function, which can be used to substitute any package in the scope of their `pkgs`. This will be useful together with `overrideLispAttrs` when dealing with slashy ASDF systems, because they should stay in the main package and be build by specifying the `systems` [substitute](#lisp-including-external-pkg-in-scope) any package in the scope of their `pkgs`. This will also be useful together with `overrideLispAttrs` when [dealing with slashy systems](#lisp-dealing-with-slashy-systems), because they should stay in the main package and be built by specifying the `systems` argument to `build-asdf-system`. ## The 90% use case example {#lisp-use-case-example}"} {"_id":"doc-en-nixpkgs-fbfb85bc404c13b4a7b1135c734fbca7f1f6eeacfa143788244cf467bbf0d957","title":"","text":"Then, in a shell: ``` $ result/bin/sbcl $ sbcl * (load (sb-ext:posix-getenv \"ASDF\")) * (asdf:load-system 'alexandria) ```"} {"_id":"doc-en-nixpkgs-cd8fbd3d531be8c3c0ed39465f377128024c66bdfd88fadf10f903e5d8f253ea","title":"","text":"let sbcl' = sbcl.withPackages (ps: [ ps.alexandria ]); in mkShell { buildInputs = [ sbcl' ]; packages = [ sbcl' ]; } ```"} {"_id":"doc-en-nixpkgs-1c8c6aad090561bc7edcaccf76dc544ac82af3d93f6b3219bbdce55d901ea20c","title":"","text":"## Importing packages from Quicklisp {#lisp-importing-packages-from-quicklisp} The library is able to very quickly import all the packages distributed by Quicklisp by parsing its `releases.txt` and `systems.txt` files. These files are available from [http://beta.quicklisp.org/dist/quicklisp.txt]. To save some work of writing Nix expressions, there is a script that imports all the packages distributed by Quicklisp into `imported.nix`. This works by parsing its `releases.txt` and `systems.txt` files, which are published every couple of months on [quicklisp.org](http://beta.quicklisp.org/dist/quicklisp.txt). The import process is implemented in the `import` directory as Common Lisp functions in the `org.lispbuilds.nix` ASDF system. To run the script, one can code in the `org.lispbuilds.nix` ASDF system. To run the script, one can execute `ql-import.lisp`: ``` cd pkgs/development/lisp-modules nix-shell --run 'sbcl --script ql-import.lisp' ``` The script will: 1. Download the latest Quicklisp `systems.txt` and `releases.txt` files 2. Generate an SQLite database of all QL systems in `packages.sqlite` 2. Generate a temporary SQLite database of all QL systems in `packages.sqlite` 3. Generate an `imported.nix` file from the database The maintainer's job there is to: (The `packages.sqlite` file can be deleted at will, because it is regenerated each time the script runs.) 1. Re-run the `ql-import.lisp` script 2. Add missing native dependencies in `ql.nix` 3. For packages that still don't build, package them manually in `packages.nix` The maintainer's job is to: 1. Re-run the `ql-import.lisp` script when there is a new Quicklisp release 2. [Add any missing native dependencies](#lisp-quicklisp-adding-native-dependencies) in `ql.nix` 3. For packages that still don't build, [package them manually](#lisp-defining-packages-inside) in `packages.nix` Also, the `imported.nix` file **must not be edited manually**! It should only be generated as described in this section. generated as described in this section (by running `ql-import.lisp`). ### Adding native dependencies {#lisp-quicklisp-adding-native-dependencies}"} {"_id":"doc-en-nixpkgs-1cceffd9d302cf7b397f8eec775df833c5fe44bb19e01c88e68bc98c81e69321","title":"","text":"The previous implementation of `lisp-modules` didn't fully trust the Quicklisp data, because there were times where the dependencies specified were not complete, and caused broken builds. It instead used a `nix-shell` environment to complete and caused broken builds. It instead used a `nix-shell` environment to discover real dependencies by using the ASDF APIs. The current implementation has chosen to trust this data, because it's faster to"} {"_id":"doc-en-nixpkgs-73b782a3fa37445bef11572519e7b3bc32ffe2fb51eca2d3bc2ca5396c39414c","title":"","text":"During Quicklisp import: - `+` in names are converted to `_plus{_,}`: `cl+ssl`->`cl_plus_ssl`, `alexandria+`->`alexandria_plus` - `.` to `_dot_`: `iolib.base`->`iolib_dot_base` - `+` in names is converted to `_plus{_,}`: `cl+ssl`->`cl_plus_ssl`, `alexandria+`->`alexandria_plus` - `.` in names is converted to `_dot_`: `iolib.base`->`iolib_dot_base` - names starting with a number have a `_` prepended (`3d-vectors`->`_3d-vectors`) - `_` in names is converted to `__` for reversibility ## Defining packages manually inside Nixpkgs {#lisp-defining-packages-inside} New packages, that for some reason are not in Quicklisp, and so cannot be auto-imported, can be written in the `packages.nix` file. Packages that for some reason are not in Quicklisp, and so cannot be auto-imported, or don't work straight from the import, are defined in the `packages.nix` file. In that file, use the `build-asdf-system` function, which is a wrapper around `mkDerivation` for building ASDF systems. Various other hacks are present, such as `build-with-compile-into-pwd` for systems which create files during compilation. compilation (such as cl-unicode). The `build-asdf-system` function is documented with comments in `nix-cl.nix`. Also, `packages.nix` is full of examples of how to use it. The `build-asdf-system` function is documented [here](#lisp-defining-packages-outside). Also, `packages.nix` is full of examples of how to use it. ## Defining packages manually outside Nixpkgs {#lisp-defining-packages-outside} Lisp derivations (`abcl`, `sbcl` etc.) also export the `buildASDFSystem` function, which is the same as `build-asdf-system`, except for the `lisp` argument which is set to the given CL implementation. function, which is similar to `build-asdf-system` from `packages.nix`, but is part of the public API. It takes the following arguments: - `pname`: the package name - `version`: the package version - `src`: the package source - `patches`: patches to apply to the source before build - `nativeLibs`: native libraries used by CFFI and grovelling - `javaLibs`: Java libraries for ABCL - `lispLibs`: dependencies on other packages build with `buildASDFSystem` - `systems`: list of systems to build It can be used to define packages outside Nixpkgs, and, for example, add them into the package scope with `withOverrides` which will be discussed later on. into the package scope with `withOverrides`. ### Including an external package in scope {#lisp-including-external-pkg-in-scope}"} {"_id":"doc-en-nixpkgs-fa824c14ce591a4365b5b8b236436cb2574300d789314bc9fa4b02360e6d3a72","title":"","text":"}) ``` ## Overriding packages in scope {#lisp-overriding-packages-in-scope} Packages can be woven into a new scope by using `withOverrides`: ``` let sbcl' = sbcl.withOverrides (self: super: { alexandria = super.alexandria.overrideLispAttrs (oldAttrs: rec { pname = \"alexandria\"; version = \"1.4\"; src = fetchFromGitLab { domain = \"gitlab.common-lisp.net\"; owner = \"alexandria\"; repo = \"alexandria\"; rev = \"v${version}\"; hash = \"sha256-1Hzxt65dZvgOFIljjjlSGgKYkj+YBLwJCACi5DZsKmQ=\"; }; }); }); in builtins.elemAt sbcl'.pkgs.bordeaux-threads.lispLibs 0 ``` ### Dealing with slashy systems {#lisp-dealing-with-slashy-systems} Slashy (secondary) systems should not exist in their own packages! Instead, they"} {"_id":"doc-en-nixpkgs-dcbe762fd40039fca5487732ee5261cf379b73995ef76906b933e5b40255c4a6","title":"","text":"}) ``` See the respective section on using `withOverrides` for how to weave it back into `ecl.pkgs`. See the [respective section](#lisp-including-external-pkg-in-scope) on using `withOverrides` for how to weave it back into `ecl.pkgs`. Note that sometimes the slashy systems might not only have more dependencies than the main one, but create a circular dependency between `.asd`"} {"_id":"doc-en-nixpkgs-6cd6f4e25397693db153fb8a5ad6e4e51dfe5d674512b4ebb731d1e9d5a206f0","title":"","text":"implementations (`abcl`, `ecl`, `sbcl` etc.): ``` sbcl.withPackages (ps: [ ps.alexandria ps.bordeaux-threads ]) nix-shell -p 'sbcl.withPackages (ps: [ ps.alexandria ps.bordeaux-threads ])' ``` Such a wrapper can then be executed like this: Such a wrapper can then be used like this: ``` result/bin/sbcl $ sbcl * (load (sb-ext:posix-getenv \"ASDF\")) * (asdf:load-system 'alexandria) * (asdf:load-system 'bordeaux-threads) ``` ### Loading ASDF {#lisp-loading-asdf}"} {"_id":"doc-en-nixpkgs-3ac60946ad73ff831944147f977341dfddb298728f5ed67c85f7f70106113847","title":"","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":"doc-en-nixpkgs-fb447dde326f66663e55825ad08eda2c9027db2c29867be19e0d3b1c0db5c5cb","title":"","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":"doc-en-nixpkgs-b52062e938b644a83a8e4c0927a9a6ab5c317ff9c11bae72ba525fa6d228c146","title":"","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":"doc-en-nixpkgs-9b23e4b4d050de179d1a7a755fbafe8e35b340278f91234e8d28b91f8b5582a1","title":"","text":" { lib, stdenv, fetchFromGitHub, autoreconfHook, alsa-lib, fftw, libpulseaudio, ncurses, iniparser }: { lib , stdenv , fetchFromGitHub , autoreconfHook , alsa-lib , fftw , iniparser , libpulseaudio , ncurses , pkgconf }: stdenv.mkDerivation rec { pname = \"cava\"; version = \"0.9.0\"; version = \"0.9.1\"; src = fetchFromGitHub { owner = \"karlstav\"; repo = \"cava\"; rev = version; hash = \"sha256-W/2B9iTcO2F2vHQzcbg/6pYBwe+rRNfADdOiw4NY9Jk=\"; }; buildInputs = [ alsa-lib"} {"_id":"doc-en-nixpkgs-fe1e373dcfd5934bec0f75a5cefd68f8210ad59364141846c4000ab31f6c3ab4","title":"","text":"iniparser ]; src = fetchFromGitHub { owner = \"karlstav\"; repo = \"cava\"; rev = version; sha256 = \"sha256-mIgkvgVcbRdE29lSLojIzIsnwZgnQ+B2sgScDWrLyd8=\"; }; nativeBuildInputs = [ autoreconfHook pkgconf ]; nativeBuildInputs = [ autoreconfHook ]; preAutoreconf = '' echo ${version} > version ''; meta = with lib; { description = \"Console-based Audio Visualizer for Alsa\";"} {"_id":"doc-en-nixpkgs-55d6eeae4c383f622d5ec41b9afebd13871c885e222eaf67b1a9d109add7cfde","title":"","text":"- `screen`'s module has been cleaned, and will now require you to set `programs.screen.enable` in order to populate `screenrc` and add the program to the environment. - `linuxPackages_testing_bcachefs` is now fully deprecated by `linuxPackages_testing`, and is therefore no longer available. - `linuxPackages_testing_bcachefs` is now fully deprecated by `linuxPackages_latest`, and is therefore no longer available. - NixOS now installs a stub ELF loader that prints an informative error message when users attempt to run binaries not made for NixOS. - This can be disabled through the `environment.stub-ld.enable` option."} {"_id":"doc-en-nixpkgs-f22205248a3ded1c9bd480fcb477b53a3a339d62234e94c12d944b071533e389","title":"","text":"# Function for waiting for device(s) to appear. waitDevice() { local device=\"$1\" # Split device string using ':' as a delimiter as bcachefs # uses this for multi-device filesystems, i.e. /dev/sda1:/dev/sda2:/dev/sda3 local IFS=':' # Split device string using ':' as a delimiter, bcachefs uses # this for multi-device filesystems, i.e. /dev/sda1:/dev/sda2:/dev/sda3 local IFS # bcachefs is the only known use for this at the moment # Preferably, the 'UUID=' syntax should be enforced, but # this is kept for compatibility reasons if [ \"$fsType\" = bcachefs ]; then IFS=':'; fi # USB storage devices tend to appear with some delay. It would be # great if we had a way to synchronously wait for them, but"} {"_id":"doc-en-nixpkgs-8096b08da5c48ff7060fe126d9ebe73d7b3360876b3b674012ceec01c9aa337e","title":"","text":"inherit assertions; # needed for systemd-remount-fs system.fsPackages = [ pkgs.bcachefs-tools ]; # FIXME: Remove this line when the default kernel has bcachefs # FIXME: Remove this line when the LTS (default) kernel is at least version 6.7 boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; systemd.services = lib.mapAttrs' (mkUnits \"\") (lib.filterAttrs (n: fs: (fs.fsType == \"bcachefs\") && (!utils.fsNeededForBoot fs)) config.fileSystems); services.udev.packages = [ pkgs.bcachefs-tools ]; systemd = { packages = [ pkgs.bcachefs-tools ]; services = lib.mapAttrs' (mkUnits \"\") (lib.filterAttrs (n: fs: (fs.fsType == \"bcachefs\") && (!utils.fsNeededForBoot fs)) config.fileSystems); }; } (lib.mkIf ((lib.elem \"bcachefs\" config.boot.initrd.supportedFilesystems) || (bootFs != {})) {"} {"_id":"doc-en-nixpkgs-6ee39cf2a492f6d937ff2b249f97cacb386f570b3bd49395057cabae7bb818fb","title":"","text":", rustPlatform , makeWrapper , writeScript , python3 , fuseSupport ? false }:"} {"_id":"doc-en-nixpkgs-65d598660b2e16f806c45dde39b9c8673addaa256081fe7ea3d9ed338659d5dc","title":"","text":"pname = \"bcachefs-tools\"; version = \"1.4.1\"; src = fetchFromGitHub { owner = \"koverstreet\"; repo = \"bcachefs-tools\";"} {"_id":"doc-en-nixpkgs-8f384955976581a3203753c06fd028e1bc648e6a7c8b4889812188ae9d88bb4b","title":"","text":"udev ] ++ lib.optional fuseSupport fuse3; # FIXME: Try enabling this once the default linux kernel is at least 6.7 doCheck = false; # needs bcachefs module loaded on builder checkFlags = [ \"BCACHEFS_TEST_USE_VALGRIND=no\" ]; makeFlags = [ \"DESTDIR=${placeholder \"out\"}\" \"PREFIX=\" \"PREFIX=${placeholder \"out\"}\" \"VERSION=${finalAttrs.version}\" \"INITRAMFS_DIR=${placeholder \"out\"}/etc/initramfs-tools\" ];"} {"_id":"doc-en-nixpkgs-b19aea76f8177df094f9c54abdefb1d70b2238e83f7745658022103980889498","title":"","text":"rm tests/test_fuse.py ''; # Tries to install to the 'systemd-minimal' and 'udev' nix installation paths installFlags = [ \"PKGCONFIG_SERVICEDIR=$(out)/lib/systemd/system\" \"PKGCONFIG_UDEVDIR=$(out)/lib/udev\" ]; postInstall = '' substituteInPlace $out/libexec/bcachefsck_all --replace \"/usr/bin/python3\" \"${python3}/bin/python3\" ''; passthru = { tests = { smoke-test = nixosTests.bcachefs;"} {"_id":"doc-en-nixpkgs-324a49244fe43c68ad031d918335a1a8f2db74b577edcb70c8e53c9cc70b47ce","title":"","text":"''; linux_latest_hardened = linuxPackages_latest_hardened; # Added 2023-11-18 linuxPackages_testing_bcachefs = throw \"'linuxPackages_testing_bcachefs' has been removed, please use 'linuxPackages_testing', or any other linux kernel with bcachefs support\"; linux_testing_bcachefs = throw \"'linux_testing_bcachefs' has been removed, please use 'linux_testing', or any other linux kernel with bcachefs support\"; # Added 2023-11-18, modified 2024-01-09 linuxPackages_testing_bcachefs = throw \"'linuxPackages_testing_bcachefs' has been removed, please use 'linuxPackages_latest', any kernel version at least 6.7, or any other linux kernel with bcachefs support\"; linux_testing_bcachefs = throw \"'linux_testing_bcachefs' has been removed, please use 'linux_latest', any kernel version at least 6.7, or any other linux kernel with bcachefs support\"; lld_6 = throw \"lld_6 has been removed from nixpkgs\"; # Added 2024-01-08 lld_7 = throw \"lld_7 has been removed from nixpkgs\"; # Added 2023-11-19"} {"_id":"doc-en-nixpkgs-c75446c17a139562cec98d1900cec8bd6394f3ad3e9889dc7162e273933db1e1","title":"","text":" { lib , stdenv , fetchFromGitHub }: # Testing this requires a Thinkpad or the presence of /proc/acpi/ibm/fan stdenv.mkDerivation (finalAttrs: { pname = \"zcfan\"; version = \"1.2.1\"; src = fetchFromGitHub { owner = \"cdown\"; repo = \"zcfan\"; rev = finalAttrs.version; hash = \"sha256-XngchR06HP2iExKJVe+XKBDgsv98AEYWOkl1a/Hktgs=\"; }; postPatch = '' substituteInPlace Makefile --replace \"/usr/local\" $out ''; doInstallCheck = true; installCheckPhase = '' runHook preInstallCheck $out/bin/${finalAttrs.pname} -h runHook postInstallCheck ''; meta = with lib; { description = \"A zero-configuration fan daemon for ThinkPads\"; homepage = \"https://github.com/cdown/zcfan\"; changelog = \"https://github.com/cdown/zcfan/tags/${finalAttrs.version}\"; license = licenses.mit; maintainers = with maintainers; [ kashw2 ]; platforms = platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-e0a02697a79560dba33ec64434f69cd3bed84099a18c2f3f74c2545133c5b597","title":"","text":"github = \"Detegr\"; githubId = 724433; }; detroyejr = { name = \"Jonathan De Troye\"; email = \"detroyejr@outlook.com\"; github = \"detroyejr\"; githubId = 12815411; }; Dettorer = { name = \"Paul Hervot\"; email = \"paul.hervot@dettorer.net\";"} {"_id":"doc-en-nixpkgs-8f284d99d84b2b515c3779317c9376ffbacb863fa4ca4fd679ce9fd486fd57f2","title":"","text":" { alsa-lib , autoPatchelfHook , buildFHSEnv , dbus , elfutils , expat , extraEnv ? { } , fetchFromGitLab , fetchurl , glib , glibc , lib , libGL , libapparmor , libbsd , libedit , libffi_3_3 , libgcrypt , libglvnd , makeShellWrapper , sqlite , squashfsTools , stdenv , tcp_wrappers , udev , waylandpp , writeShellScript , xkeyboard_config , xorg , xz , zstd }: let pname = \"plex-desktop\"; version = \"1.96.0\"; rev = \"69\"; meta = { homepage = \"https://plex.tv/\"; description = \"Streaming media player for Plex\"; longDescription = '' Plex for Linux is your client for playback on the Linux desktop. It features the point and click interface you see in your browser but uses a more powerful playback engine as well as some other advance features. ''; maintainers = with lib.maintainers; [ detroyejr ]; license = lib.licenses.unfree; platforms = [ \"x86_64-linux\" ]; mainProgram = \"plex-desktop\"; }; # The latest unstable version isn't compatible with libraries that ship in the snap. libglvnd-1_4_0 = libglvnd.overrideAttrs { src = fetchFromGitLab { domain = \"gitlab.freedesktop.org\"; owner = \"glvnd\"; repo = \"libglvnd\"; rev = \"v1.4.0\"; sha256 = \"sha256-Y6JHRygXcZtnrdnqi1Lzyvh/635gwZWnMeW9aRCpxxs\"; }; }; plex-desktop = stdenv.mkDerivation { inherit pname version meta; src = fetchurl { url = \"https://api.snapcraft.io/api/v1/snaps/download/qc6MFRM433ZhI1XjVzErdHivhSOhlpf0_${rev}.snap\"; hash = \"sha512-rECc8rK1ENAL5mXdabO8ynudCaSzz0yygOyg4gMbCtddgqwSOanP24/oguzPLr3zdRMC3VSf9B3hr2BGQ54tzg==\"; }; nativeBuildInputs = [ squashfsTools ]; buildInputs = [ alsa-lib autoPatchelfHook dbus elfutils expat glib glibc libGL libapparmor libbsd libedit libffi_3_3 libgcrypt makeShellWrapper sqlite squashfsTools stdenv.cc.cc tcp_wrappers udev waylandpp xorg.libXinerama xz zstd ]; unpackPhase = '' runHook preUnpack unsquashfs \"$src\" cd squashfs-root runHook postUnpack ''; dontWrapQtApps = true; installPhase = '' runHook preInstall cp -r . $out ln -s ${libedit}/lib/libedit.so.0 $out/lib/libedit.so.2 rm $out/usr/lib/x86_64-linux-gnu/libasound.so.2 ln -s ${alsa-lib}/lib/libasound.so.2 $out/usr/lib/x86_64-linux-gnu/libasound.so.2 rm $out/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 ln -s ${alsa-lib}/lib/libasound.so.2.0.0 $out/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 runHook postInstall ''; }; in buildFHSEnv { name = \"${pname}-${version}\"; targetPkgs = pkgs: [ xkeyboard_config ]; extraInstallCommands = '' mkdir -p $out/share/applications $out/share/icons/hicolor/scalable/apps install -m 444 -D ${plex-desktop}/meta/gui/plex-desktop.desktop $out/share/applications/plex-desktop.desktop substituteInPlace $out/share/applications/plex-desktop.desktop --replace-fail 'Icon=''${SNAP}/meta/gui/icon.png' 'Icon=${plex-desktop}/meta/gui/icon.png' --replace-fail 'Exec=plex-desktop' 'Exec=plex-desktop-${version}' ''; runScript = writeShellScript \"plex-desktop.sh\" '' # Widevine won't download unless this directory exists. mkdir -p $HOME/.cache/plex/ PLEX_USR_PATH=${lib.makeSearchPath \"usr/lib/x86_64-linux-gnu\" [ plex-desktop ]} set -o allexport LD_LIBRARY_PATH=${lib.makeLibraryPath [ plex-desktop libglvnd-1_4_0 ]}:$PLEX_USR_PATH LIBGL_DRIVERS_PATH=$PLEX_USR_PATH/dri ${lib.toShellVars extraEnv} exec ${plex-desktop}/Plex.sh ''; } "} {"_id":"doc-en-nixpkgs-70d6ce9f0b4ea459496b445f2d4ba54c95470165085f92a47dcedc263e0d22ef","title":"","text":" #!/usr/bin/env nix-shell #! nix-shell -i bash -p curl jq git gnused gnugrep # executing this script without arguments will # - find the newest stable plex-desktop version avaiable on snapcraft (https://snapcraft.io/plex-desktop) # - read the current plex-desktop version from the current nix expression # - update the nix expression if the versions differ # - try to build the updated version, exit if that fails # - give instructions for upstreaming # As an optional argument you can specify the snapcraft channel to update to. # Default is `stable` and only stable updates should be pushed to nixpkgs. For # testing you may specify `candidate` or `edge`. channel=\"${1:-stable}\" # stable/candidate/edge nixpkgs=\"$(git rev-parse --show-toplevel)\" plex_nix=\"$nixpkgs/pkgs/by-name/pl/plex-desktop/package.nix\" # # find the newest stable plex-desktop version avaiable on snapcraft # # create bash array from snap info snap_info=($( curl -s -H 'X-Ubuntu-Series: 16' \"https://api.snapcraft.io/api/v1/snaps/details/plex-desktop?channel=$channel\" | jq --raw-output '.revision,.download_sha512,.version,.last_updated' )) # \"revision\" is the actual version identifier on snapcraft, the \"version\" is # just for human consumption. Revision is just an integer that gets increased # by one every (stable or unstable) release. revision=\"${snap_info[0]}\" # We need to escape the slashes hash=\"$(nix-hash --to-sri --type sha512 ${snap_info[1]} | sed 's|/|/|g')\" upstream_version=\"${snap_info[2]}\" last_updated=\"${snap_info[3]}\" echo \"Latest $channel release is $upstream_version from $last_updated.\" # # read the current plex-desktop version from the currently *committed* nix expression # current_version=$( grep 'versions*=' \"$plex_nix\" | sed -Ene 's/.*\"(.*)\".*/1/p' ) echo \"Current version: $current_version\" # # update the nix expression if the versions differ # if [[ \"$current_version\" == \"$upstream_version\" ]]; then echo \"Plex is already up-to-date\" exit 0 fi echo \"Updating from ${current_version} to ${upstream_version}, released on ${last_updated}\" # search-and-replace revision, hash and version sed --regexp-extended -e 's/revs*=s*\"[0-9]+\"s*;/rev = \"'\"${revision}\"'\";/' -e 's/hashs*=s*\"[^\"]*\"s*;/hash = \"'\"${hash}\"'\";/' -e 's/versions*=s*\".*\"s*;/version = \"'\"${upstream_version}\"'\";/' -i \"$plex_nix\" # # try to build the updated version # if ! nix-build -A plex-desktop \"$nixpkgs\"; then echo \"The updated plex-desktop failed to build.\" exit 1 fi # Commit changes git add \"$plex_nix\" git commit -m \"plex-desktop: ${current_version} -> ${upstream_version}\" "} {"_id":"doc-en-nixpkgs-ef3b66634db53f0ded0694c5555c2bd3b4e399db777f67f97881e493bc66f5f9","title":"","text":"githubId = 29855073; name = \"Michael Colicchia\"; }; massimogengarelli = { email = \"massimo.gengarelli@gmail.com\"; github = \"massix\"; githubId = 585424; name = \"Massimo Gengarelli\"; }; matejc = { email = \"cotman.matej@gmail.com\"; github = \"matejc\";"} {"_id":"doc-en-nixpkgs-180c5c281ef34c8a44e45b90f12d95c8557fc71f1db39808c6dde2ee8478e34b","title":"","text":" { buildGoModule , fetchFromGitHub , lib , pkg-config , webkitgtk , glib , fuse , installShellFiles }: let pname = \"onedriver\"; version = \"0.13.0-2\"; src = fetchFromGitHub { owner = \"jstaf\"; repo = \"onedriver\"; rev = \"v${version}\"; hash = \"sha256-Bcjgmx9a4pTRhkzR3tbOB6InjvuH71qomv4t+nRNc+w=\"; }; in buildGoModule { inherit pname version src; vendorHash = \"sha256-OOiiKtKb+BiFkoSBUQQfqm4dMfDW3Is+30Kwcdg8LNA=\"; nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ webkitgtk glib fuse ]; ldflags = [ \"-X github.com/jstaf/onedriver/cmd/common.commit=v${version}\" ]; subPackages = [ \"cmd/onedriver\" \"cmd/onedriver-launcher\" ]; postInstall = '' echo \"Running postInstall\" install -Dm644 ./resources/onedriver.svg $out/share/icons/onedriver/onedriver.svg install -Dm644 ./resources/onedriver.png $out/share/icons/onedriver/onedriver.png install -Dm644 ./resources/onedriver-128.png $out/share/icons/onedriver/onedriver-128.png install -Dm644 ./resources/onedriver.desktop $out/share/applications/onedriver.desktop mkdir -p $out/share/man/man1 installManPage ./resources/onedriver.1 substituteInPlace $out/share/applications/onedriver.desktop --replace \"/usr/bin/onedriver-launcher\" \"$out/bin/onedriver-launcher\" --replace \"/usr/share/icons\" \"$out/share/icons\" ''; meta = with lib; { description = \"A network filesystem for Linux\"; longDescription = '' onedriver is a network filesystem that gives your computer direct access to your files on Microsoft OneDrive. This is not a sync client. Instead of syncing files, onedriver performs an on-demand download of files when your computer attempts to use them. onedriver allows you to use files on OneDrive as if they were files on your local computer. ''; inherit (src.meta) homepage; license = licenses.gpl3Plus; maintainers = [ maintainers.massimogengarelli ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-f3143f4d6af5c04fe14c7472d9714c56e95ecacaa9475c95551cb259fbbd9a4f","title":"","text":", fetchzip , fetchFromGitHub , butler , electron_11 , electron , steam-run , makeWrapper , copyDesktopItems"} {"_id":"doc-en-nixpkgs-74cfa8804d97b52760b59ed41eb889d73dd7280be710b7ec9a256c5801faf9f3","title":"","text":"}: stdenvNoCC.mkDerivation rec { pname = \"itch\"; version = \"25.6.2\"; version = \"26.1.2\"; # TODO: Using kitch instead of itch, revert when possible src = fetchzip { url = \"https://broth.itch.ovh/${pname}/linux-amd64/${version}/itch.zip\"; url = \"https://broth.itch.ovh/k${pname}/linux-amd64/${version}/archive/default#.zip\"; stripRoot = false; sha256 = \"sha256-F/vaYBHCygseiKNMJ+jBy31YDIFqYToAETGUl/pkHII=\"; sha256 = \"sha256-thXe+glpltSiKNGIRgvOZQZPJWfDHWo3dLdziyp2BM4=\"; }; itch-setup = fetchzip {"} {"_id":"doc-en-nixpkgs-1244aae5396caeea30dfa0bcf46f997f844ed316424ea71b7c3feee577c675ce","title":"","text":"fetchFromGitHub { owner = \"itchio\"; repo = pname; rev = \"v25.6.1-canary\"; # Use ${version} if possible hash = \"sha256-iBp7K7AW97SOlRa8N8TW2LcVtmUi9JU00fYUuPwKORc=\"; rev = \"v${version}-canary\"; sha256 = \"sha256-veZiKs9qHge+gCEpJ119bAT56ssXJAH3HBcYkEHqBFg=\"; sparseCheckout = [ sparseCheckout ]; } + sparseCheckout;"} {"_id":"doc-en-nixpkgs-a9ac888068ab7c148e34550610b587854ca4691a3bf3e467a539c577e15225db","title":"","text":"installPhase = '' runHook preInstall # TODO: Remove when the next stable Itch is stabilized substituteInPlace ./resources/app/package.json --replace \"kitch\" \"itch\" mkdir -p $out/bin $out/share/${pname}/resources/app cp -r resources/app \"$out/share/${pname}/resources/\""} {"_id":"doc-en-nixpkgs-51a405ffe46630f6a5a653053fc76fe2671548e0281071f1d80441a9ab829ae3","title":"","text":"postFixup = '' makeWrapper ${steam-run}/bin/steam-run $out/bin/${pname} --add-flags ${electron_11}/bin/electron --add-flags ${electron}/bin/electron --add-flags $out/share/${pname}/resources/app --set BROTH_USE_LOCAL butler,itch-setup --prefix PATH : ${butler}/bin/:${itch-setup}"} {"_id":"doc-en-nixpkgs-081c6382926e1c0267921427016b8647ebcc67e0714a4252e84ea945fb79fc35","title":"","text":"buildGoModule rec { pname = \"katana\"; version = \"1.0.3\"; version = \"1.0.4\"; src = fetchFromGitHub { owner = \"projectdiscovery\"; repo = pname; rev = \"refs/tags/v${version}\"; hash = \"sha256-0OXpA+sa97YjbHhIq3Uj65OWg53PH9y2cY8bjCqC3tQ=\"; hash = \"sha256-wpGRpgRJtywkTJ3YBk5TzXc2taPPWjOhj+Kg8hAgm7M=\"; }; vendorHash = \"sha256-rb0fNAOP4y2yvJb7FIlAIfXF0uw0eLKgup75f9cwT6U=\"; CGO_ENABLED = 0; vendorHash = \"sha256-qqivaKipe7lfUq3Neod8JMvtMVQN4O03JpDMSMHf8YY=\"; subPackages = [ \"cmd/katana\" ];"} {"_id":"doc-en-nixpkgs-37d45f0fcc8a6660c13299dca1aeb429bb77190b2b4f8a8cbbf5cd17b985d2ac","title":"","text":"options = { devices = mkOption { type = types.listOf types.str; default = [ ]; example = [ \"/dev/input/by-id/usb-0000_0000-event-kbd\" ]; description = mdDoc \"Paths to keyboard devices.\"; description = mdDoc '' Paths to keyboard devices. An empty list, the default value, lets kanata detect which input devices are keyboards and intercept them all. ''; }; config = mkOption { type = types.lines;"} {"_id":"doc-en-nixpkgs-d2548ea4aa2248aef024eac5f2e4fda2fa317d80cea723e5c867b37b6b70da52","title":"","text":"}; config = mkIf cfg.enable { warnings = let keyboardsWithEmptyDevices = filterAttrs (name: keyboard: keyboard.devices == [ ]) cfg.keyboards; existEmptyDevices = length (attrNames keyboardsWithEmptyDevices) > 0; moreThanOneKeyboard = length (attrNames cfg.keyboards) > 1; in optional (existEmptyDevices && moreThanOneKeyboard) \"One device can only be intercepted by one kanata instance. Setting services.kanata.keyboards.${head (attrNames keyboardsWithEmptyDevices)}.devices = [ ] and using more than one services.kanata.keyboards may cause a race condition.\"; hardware.uinput.enable = true; systemd.services = mapAttrs' mkService cfg.keyboards;"} {"_id":"doc-en-nixpkgs-3a2bb458baf33ff4adeab089ddcbecfcac6322fa55261a784d9c71ca44cf2b62","title":"","text":"firewall-nftables = handleTest ./firewall.nix { nftables = true; }; fish = handleTest ./fish.nix {}; flannel = handleTestOn [\"x86_64-linux\"] ./flannel.nix {}; floorp = handleTest ./firefox.nix { firefoxPackage = pkgs.floorp; }; fluentd = handleTest ./fluentd.nix {}; fluidd = handleTest ./fluidd.nix {}; fontconfig-default-fonts = handleTest ./fontconfig-default-fonts.nix {};"} {"_id":"doc-en-nixpkgs-049582b88579069a3547918e4d78ae4952eac55f72643e5e21e9875dd3dbe8ec","title":"","text":"{ pname , version , packageVersion ? version , meta , updateScript ? null , binaryName ? \"firefox\""} {"_id":"doc-en-nixpkgs-43680f9cd5d8678692d64fb14dde6f0368e97a1378417586f9849835133c99d7","title":"","text":"buildStdenv.mkDerivation { pname = \"${pname}-unwrapped\"; inherit version; version = packageVersion; inherit src unpackPhase meta;"} {"_id":"doc-en-nixpkgs-5cffcf56b4405076350d73477252705a2fb76ca5bbb4b41a3f7be2583de7b035","title":"","text":"passthru = { inherit application extraPatches; inherit updateScript; inherit version; inherit alsaSupport; inherit binaryName; inherit jackSupport;"} {"_id":"doc-en-nixpkgs-33fdc3d31ec9a595c0c20ee0f1a0fc0c9e9fb0898e6fed8aeba6e2c34a6727ef","title":"","text":"inherit tests; inherit gtk3; inherit wasiSysRoot; version = packageVersion; } // extraPassthru; hardeningDisable = [ \"format\" ]; # -Werror=format-security"} {"_id":"doc-en-nixpkgs-f4a792cda58b99e15134c041672edc11dbf8e4f334d60f8e43e5583cf8c242de","title":"","text":" { stdenv , lib , fetchFromGitHub , buildMozillaMach , nixosTests }: ((buildMozillaMach rec { pname = \"floorp\"; packageVersion = \"11.5.0\"; applicationName = \"Floorp\"; binaryName = \"floorp\"; version = \"155.4.0\"; src = fetchFromGitHub { owner = \"Floorp-Projects\"; repo = \"Floorp\"; fetchSubmodules = true; rev = \"v${packageVersion}\"; hash = \"sha256-adK3LAu3cDh6d+GvtnkWmSnxansnSZoIgtA9TAqIMyA=\"; }; extraConfigureFlags = [ \"--with-app-name=${pname}\" \"--with-app-basename=${applicationName}\" \"--with-branding=browser/branding/official\" \"--with-distribution-id=app.floorp.Floorp\" \"--with-unsigned-addon-scopes=app,system\" \"--allow-addon-sideload\" ]; meta = { description = \"A fork of Firefox, focused on keeping the Open, Private and Sustainable Web alive, built in Japan\"; homepage = \"https://floorp.app/\"; maintainers = with lib.maintainers; [ christoph-heiss ]; platforms = lib.platforms.unix; badPlatforms = lib.platforms.darwin; broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with \"out of memory\". # not in `badPlatforms` because cross-compilation on 64-bit machine might work. maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115) license = lib.licenses.mpl20; }; tests = [ nixosTests.floorp ]; }).override { privacySupport = true; enableOfficialBranding = false; }).overrideAttrs (prev: { MOZ_REQUIRE_SIGNING = \"\"; }) "} {"_id":"doc-en-nixpkgs-31bf2989703e36e92b2bc6dba53ea3adb7ae5e7ee5bcde7264dbfe48c740d732","title":"","text":"flex-ndax = callPackage ../applications/radio/flex-ndax { }; floorp-unwrapped = callPackage ../applications/networking/browsers/floorp { }; floorp = wrapFirefox floorp-unwrapped { }; fluxbox = callPackage ../applications/window-managers/fluxbox { }; hackedbox = callPackage ../applications/window-managers/hackedbox { };"} {"_id":"doc-en-nixpkgs-f16b7225cf6b4cdbb5eddb3a1a88795e6962e67ad3bd1fb67b0c9074f4557ba1","title":"","text":" { lib , rustPlatform , fetchFromGitHub , pkg-config , wrapGAppsHook , atk , cairo , gdk-pixbuf , glib , gtk3 , pango , stdenv , darwin , wayland , gtk-layer-shell , unstableGitUpdater }: rustPlatform.buildRustPackage rec { pname = \"anyrun\"; version = \"0-unstable-2023-12-01\"; src = fetchFromGitHub { owner = \"kirottu\"; repo = \"anyrun\"; rev = \"e14da6c37337ffa3ee1bc66965d58ef64c1590e5\"; hash = \"sha256-hI9+KBShsSfvWX7bmRa/1VI20WGat3lDXmbceMZzMS4=\"; }; cargoHash = \"sha256-apOQc9Z6YANoaeKcbNxBfAv7mmGFB+CagrYRPgC5wLY=\"; strictDeps = true; enableParallelBuilding = true; doCheck = true; nativeBuildInputs = [ pkg-config wrapGAppsHook ]; buildInputs = [ atk cairo gdk-pixbuf glib gtk3 gtk-layer-shell pango ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ] ++ lib.optionals stdenv.isLinux [ wayland ]; preFixup = '' gappsWrapperArgs+=( --prefix ANYRUN_PLUGINS : $out/lib ) ''; postInstall = '' install -Dm444 anyrun/res/style.css examples/config.ron -t $out/share/doc/${pname}/examples/ ''; passthru.updateScript = unstableGitUpdater { }; meta = { description = \"A wayland-native, highly customizable runner\"; homepage = \"https://github.com/kirottu/anyrun\"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ eclairevoyant NotAShelf ]; mainProgram = \"anyrun\"; }; } "} {"_id":"doc-en-nixpkgs-d0637e619ffebe90a78db798932c982f497c94aa8da8a5b7eabc7b35550f3aca","title":"","text":" { lib , stdenv , fetchFromGitHub , unstableGitUpdater , curl , gtkmm3 , glibmm , gnutls , yajl , pkg-config }: stdenv.mkDerivation (finalAttrs: { pname = \"samrewritten\"; version = \"unstable-2023-05-23\"; src = fetchFromGitHub { owner = \"PaulCombal\"; repo = \"SamRewritten\"; # The latest release is too old, use latest commit instead rev = \"39d524a72678a226bf9140db6b97641f554563c3\"; hash = \"sha256-sS/lVY5EWXdTOg7cDWPbi/n5TNt+pRAF1x7ZEaYG4wM=\"; }; makeFlags = [ \"PREFIX=$(out)\" ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ curl gtkmm3 glibmm gnutls yajl ]; passthru.updateScript = unstableGitUpdater { }; meta = { description = \"Steam Achievement Manager For Linux. Rewritten in C++\"; homepage = \"https://github.com/PaulCombal/SamRewritten\"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ ludovicopiero ]; platforms = lib.platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-c002e0a822c2f3b1200f616dcf290963fc8f195b3c4ad0bfc9cb92f79cabd1ba","title":"","text":"clippy, mkShell, makeWrapper, runCommand, }: let runtimeExprPath = ./src/eval.nix; nixpkgsLibPath = ../../../lib; # Needed to make Nix evaluation work inside nix builds initNix = '' export TEST_ROOT=$(pwd)/test-tmp export NIX_CONF_DIR=$TEST_ROOT/etc export NIX_LOCALSTATE_DIR=$TEST_ROOT/var export NIX_LOG_DIR=$TEST_ROOT/var/log/nix export NIX_STATE_DIR=$TEST_ROOT/var/nix export NIX_STORE_DIR=$TEST_ROOT/store # Ensure that even if tests run in parallel, we don't get an error # We'd run into https://github.com/NixOS/nix/issues/2706 unless the store is initialised first nix-store --init ''; package = rustPlatform.buildRustPackage { name = \"nixpkgs-check-by-name\";"} {"_id":"doc-en-nixpkgs-10e4ad631b170ddbf05e6c4cf2b63e0ee59be299e3a6b9651a180060fecf6555","title":"","text":"makeWrapper ]; env.NIX_CHECK_BY_NAME_EXPR_PATH = \"${runtimeExprPath}\"; # Needed to make Nix evaluation work inside the nix build preCheck = '' export TEST_ROOT=$(pwd)/test-tmp export NIX_CONF_DIR=$TEST_ROOT/etc export NIX_LOCALSTATE_DIR=$TEST_ROOT/var export NIX_LOG_DIR=$TEST_ROOT/var/log/nix export NIX_STATE_DIR=$TEST_ROOT/var/nix export NIX_STORE_DIR=$TEST_ROOT/store export NIXPKGS_LIB_PATH=${nixpkgsLibPath} # Ensure that even if tests run in parallel, we don't get an error # We'd run into https://github.com/NixOS/nix/issues/2706 unless the store is initialised first nix-store --init ''; env.NIXPKGS_LIB_PATH = \"${nixpkgsLibPath}\"; preCheck = initNix; postCheck = '' cargo fmt --check cargo clippy -- -D warnings"} {"_id":"doc-en-nixpkgs-aa8cac674e38e4fe0d019b0e888cf98e760a0a12e2d0d5eb1b04f73c1fbd7bc9","title":"","text":"env.NIXPKGS_LIB_PATH = toString nixpkgsLibPath; inputsFrom = [ package ]; }; # Tests the tool on the current Nixpkgs tree, this is a good sanity check passthru.tests.nixpkgs = runCommand \"test-nixpkgs-check-by-name\" { nativeBuildInputs = [ package nix ]; nixpkgsPath = lib.cleanSource ../../..; } '' ${initNix} nixpkgs-check-by-name --base \"$nixpkgsPath\" \"$nixpkgsPath\" touch $out ''; }; in package"} {"_id":"doc-en-nixpkgs-a1029f28bac33a9fe2d2e159b357ba1fc2fed36e893f0ebfbf3fce58ababad29","title":"","text":"// so the UsesByName ratchet is already as tight as it can be NonAttributeSet => Success(Tight), NonCallPackage => Success(Tight), // This is an odd case when _internalCallByNamePackageFile is used to define a package. // This is the case when the `pkgs/by-name`-internal _internalCallByNamePackageFile // is used for a package outside `pkgs/by-name` CallPackage(CallPackageInfo { call_package_variant: Auto, .. }) => NixpkgsProblem::InternalCallPackageUsed { attr_name: attribute_name.clone(), }) => { // With the current detection mechanism, this also triggers for aliases // to pkgs/by-name packages, and there's no good method of // distinguishing alias vs non-alias. // Using `config.allowAliases = false` at least currently doesn't work // because there's nothing preventing people from defining aliases that // are present even with that disabled. // In the future we could kind of abuse this behavior to have better // enforcement of conditional aliases, but for now we just need to not // give an error. Success(Tight) } .into(), // Only derivations can be in pkgs/by-name, // so this attribute doesn't qualify CallPackage(CallPackageInfo {"} {"_id":"doc-en-nixpkgs-f6f09c0974c31c887128a22555bfb962e5dabd79d8f649b74f05f5bf96698cbd","title":"","text":"text: String, io_error: io::Error, }, InternalCallPackageUsed { attr_name: String, }, MovedOutOfByName { package_name: String, call_package_path: Option,"} {"_id":"doc-en-nixpkgs-0e186216fa58fab02448ba434d2dacee6aeee4f0c1321382e0d8621e84b8ff2c","title":"","text":"subpath.display(), text, ), NixpkgsProblem::InternalCallPackageUsed { attr_name } => write!( f, \"pkgs.{attr_name}: This attribute is defined using `_internalCallByNamePackageFile`, which is an internal function not intended for manual use.\", ), NixpkgsProblem::MovedOutOfByName { package_name, call_package_path, empty_arg } => { let call_package_arg = if let Some(path) = &call_package_path {"} {"_id":"doc-en-nixpkgs-848ea0acc20e09811a0739893ea07b43e08044c007d6f90c14f6234526821e73","title":"","text":" self: super: { baz = self.foo; } "} {"_id":"doc-en-nixpkgs-cb64a95305a4c42174563cc91b1f2c882c8a39ec7f13c3daa4cee4b4400393ae","title":"","text":" import { root = ./.; } "} {"_id":"doc-en-nixpkgs-dd7c848ccfd18495c76513276cb3684f9d14291184ef259f2b12198810395b5d","title":"","text":" pkgs.foo: This attribute is defined using `_internalCallByNamePackageFile`, which is an internal function not intended for manual use. "} {"_id":"doc-en-nixpkgs-c7065e0907ffb5046dd89a65191e070c4197a792b991e5d6f1ee2e6a644167f0","title":"","text":"else [ ]; # A list optionally containing the `aliases.nix` file from the test case as an overlay # But only if config.allowAliases is not false optionalAliasesOverlay = if (config.allowAliases or true) && builtins.pathExists (root + \"/aliases.nix\") then [ (import (root + \"/aliases.nix\")) ] else [ ]; # All the overlays in the right order, including the user-supplied ones allOverlays = [ autoCalledPackages ] ++ optionalAllPackagesOverlay ++ optionalAliasesOverlay ++ overlays; # Apply all the overlays in order to the base fixed-point function pkgsFun"} {"_id":"doc-en-nixpkgs-4b634c4b0d4a21a13d1f2085c941ffbbcc13df8aefd68a96a7a64bebf7815815","title":"","text":"inherit pname; version = \"0.85.0\"; src = nushell.src; cargoHash = \"sha256-OKtktjBOujvljAX260TbC2sQWZOiGgU+sXsbYRhGPRM=\"; cargoHash = \"sha256-WS8VRpJnn/VWS7GUkGowFf51ifUx0SbEZzcoTfx2dp0=\"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ IOKit Foundation ]; buildInputs = lib.optionals stdenv.isDarwin [ IOKit Foundation ]; cargoBuildFlags = [ \"--package nu_plugin_formats\" ]; doCheck = false; meta = with lib; {"} {"_id":"doc-en-nixpkgs-486ce146ea88fb94ba3993634107629f4d5c1c8d5689230351011f4c4db072ce","title":"","text":"inherit pname; version = \"0.85.0\"; src = nushell.src; cargoHash = \"sha256-Fj70uKYzEKxeZeNrqlwM7ZFJ+K1tz10RqLndrdY40CE=\"; cargoHash = \"sha256-6luY3SIRRd9vaY9KIJcj8Q974FW0LtAvRjVpdpzkdLo=\"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ]; cargoBuildFlags = [ \"--package nu_plugin_gstat\" ];"} {"_id":"doc-en-nixpkgs-08d92be9cda01ae44b87e0aeb2154e0999ec7c57f06fdacef7f430b6d1997550","title":"","text":"src = nushell.src; cargoHash = \"sha256-8iUqOdGWm2kDW72ptlCBIqqe4zjckN09MOQD77kCf5Y=\"; cargoHash = \"sha256-xyty3GfI+zNkuHs7LYHBctqXUHZ4/MNNcnnfYvI18do=\"; buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];"} {"_id":"doc-en-nixpkgs-469a12ea29f48e609dad840e65293f17e763307394cdeb5170629c74f0e8c273","title":"","text":"{ lib , bash , fetchFromGitHub , fetchpatch , installShellFiles , nix-update-script , nixosTests"} {"_id":"doc-en-nixpkgs-f7ff139ea8cce4a0c65c5c176324d6b2511f7d858bd3764b345d2e62a9a29465","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"sudo-rs\"; version = \"0.2.0\"; version = \"0.2.1\"; src = fetchFromGitHub { owner = \"memorysafety\"; repo = \"sudo-rs\"; rev = \"v${version}\"; hash = \"sha256-Kk5D3387hdl6eGWTSV003r+XajuDh6YgHuqYlj9NnaQ=\"; hash = \"sha256-EQEdNDUXEMMiFZKuu9LR9ywjvKWyM5bWcRHHUB9+gp4=\"; }; cargoHash = \"sha256-yeMK37tOgJcs9pW3IclpR5WMXx0gMDJ2wcmInxJYbQ8=\"; cargoHash = \"sha256-Zs9/A7u4yMLKY4cAUCnsqRHgkxI8R3w1JwkAd2lw0eo=\"; nativeBuildInputs = [ installShellFiles pandoc ]; buildInputs = [ pam ]; patches = [ (fetchpatch { # @R-VdP's patch to work with NixOS' suid wrappers name = \"Skip self_check when executed as root.patch\"; url = \"https://github.com/R-VdP/sudo-rs/commit/a44541dcb36b94f938daaed66b3ff06cfc1c2b40.patch\"; hash = \"sha256-PdmOqp/NDjFy8ve4jEOi58e0N9xUnaVKioQwdC5Jf1U=\"; }) ]; # Don't attempt to generate the docs in a (pan)Docker container postPatch = '' substituteInPlace util/generate-docs.sh "} {"_id":"doc-en-nixpkgs-6a27a9e1fb46b5f0a5af49bc8ca50635a3f0deadb91ad2788081b10885172194","title":"","text":"import ./generic.nix ( rec { version = \"3.4.2\"; version = \"3.4.4\"; testing = false; preConfigure = ''"} {"_id":"doc-en-nixpkgs-e00dc59845e74ab8e99262056dcb40aa53278eb0e8c5a41d19bdea9358415807","title":"","text":"src = fetchurl { url = \"mirror://kernel/linux/kernel/v3.x/${if testing then \"testing/\" else \"\"}linux-${version}.tar.xz\"; sha256 = \"0pd96g1qcp2wgdnvk79hljjrpr6xjk0159lks47n181a3yirzf4x\"; sha256 = \"0l4h7amhsmgpnii8rgwi32nd7ajsifk2xckjd39pfzwdifacw5yw\"; }; config = configWithPlatform stdenv.platform;"} {"_id":"doc-en-nixpkgs-c2cb96b49e070f21869e9ee48ce650033dcae34b0ccfda50b95a98d695af4af2","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"stretchly\"; version = \"1.15.1\"; version = \"1.16.0\"; src = fetchurl { url = \"https://github.com/hovancik/stretchly/releases/download/v${finalAttrs.version}/stretchly-${finalAttrs.version}.tar.xz\"; hash = \"sha256-suTH6o7vtUr2DidPXAwqrya5/WukQOFmS/34LaiWDBs=\"; hash = \"sha256-gOMUXGldtZUfqLABJHfbToYe0pcAn8dRWEFxCi/gY9Y=\"; }; icon = fetchurl {"} {"_id":"doc-en-nixpkgs-5d6f4e068a8d076e71ebc9014bac8b6ff31dcc13a986d2fbbe700b86ee5d912b","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"bitmagnet\"; version = \"0.0.6\"; src = fetchFromGitHub { owner = \"bitmagnet-io\"; repo = \"bitmagnet\"; rev = \"v${version}\"; hash = \"sha256-+KAIHg8M2CM+GRRv+htmev8MFe/Y1sJ8p+um/c7kI7c=\"; }; vendorHash = \"sha256-ydiZ3KMEiVkmdzhHjYYLJ7wuiKmwlMEn4OWrKSOnaSo=\"; ldflags = [ \"-s\" \"-w\" ]; meta = { description = \"A self-hosted BitTorrent indexer, DHT crawler, and torrent search engine\"; longDescription = '' A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. ''; homepage = \"https://bitmagnet.io/\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ eclairevoyant ]; mainProgram = \"bitmagnet\"; }; } "} {"_id":"doc-en-nixpkgs-98eb504ffa24b422f06cdc68eaa099a262c7b4aab21f430efaf4e86bea106852","title":"","text":"}; preBuild = '' makeFlags=\"V=1 DISABLE_JBIG=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model\" makeFlags=\"V=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model\" ''; buildInputs = [cups zlib];"} {"_id":"doc-en-nixpkgs-9c1c64c75ebbad5ab88757cc96b0a42084dbd969d58cef734cd18fab203fd0a1","title":"","text":" { lib , aiohttp , beautifulsoup4 , buildPythonPackage , fetchFromGitHub , pkce , poetry-core , pythonOlder }: buildPythonPackage rec { pname = \"pymyq\"; version = \"3.1.13\"; pyproject = true; disabled = pythonOlder \"3.8\"; src = fetchFromGitHub { owner = \"Python-MyQ\"; repo = \"Python-MyQ\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-kW03swRXZdkh45I/up/FIxv0WGBRqTlDt1X71Ow/hrg=\"; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp beautifulsoup4 pkce ]; # Project has no tests doCheck = false; pythonImportsCheck = [ \"pymyq\" ]; meta = with lib; { description = \"Python wrapper for MyQ API\"; homepage = \"https://github.com/Python-MyQ/Python-MyQ\"; changelog = \"https://github.com/Python-MyQ/Python-MyQ/releases/tag/v${version}\"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; } "} {"_id":"doc-en-nixpkgs-746fac08472c3366f117a548d98d878afb83ab2696fbda381da995f746867f8b","title":"","text":" { lib , aiohttp , beautifulsoup4 , buildPythonPackage , fetchFromGitHub , pkce , poetry-core , pythonOlder }: buildPythonPackage rec { pname = \"python-myq\"; version = \"3.1.13\"; pyproject = true; disabled = pythonOlder \"3.8\"; src = fetchFromGitHub { owner = \"Python-MyQ\"; repo = \"Python-MyQ\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-kW03swRXZdkh45I/up/FIxv0WGBRqTlDt1X71Ow/hrg=\"; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp beautifulsoup4 pkce ]; # Project has no tests doCheck = false; pythonImportsCheck = [ \"pymyq\" ]; meta = with lib; { description = \"Python wrapper for MyQ API\"; homepage = \"https://github.com/Python-MyQ/Python-MyQ\"; changelog = \"https://github.com/Python-MyQ/Python-MyQ/releases/tag/v${version}\"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; } "} {"_id":"doc-en-nixpkgs-8b2406d69d4a406e6eb05dd8834fa3621b883dc3886dd07e15c3382f37e53fec","title":"","text":"sqlalchemy ]; \"myq\" = ps: with ps; [ ]; # missing inputs: python-myq python-myq ]; \"mysensors\" = ps: with ps; [ aiohttp-cors janus"} {"_id":"doc-en-nixpkgs-e21b18445b4f4e00014f4d2696beab2d0ee2f3c2b19cd4ee5f1d5f5b571c602c","title":"","text":"\"mullvad\" \"mutesync\" \"my\" \"myq\" \"mysensors\" \"mystrom\" \"mythicbeastsdns\""} {"_id":"doc-en-nixpkgs-f70ffb49dec194b6cf06745c4d96475375aa2bd9b629d44d73a15a7dfcb07b7f","title":"","text":"pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0 pymssql = throw \"pymssql has been abandoned upstream.\"; # added 2020-05-04 PyMVGLive = pymvglive; # added 2023-02-19 pymyq = python-myq; # added 2023-10-20 pyqt4 = throw \"pyqt4 has been removed, because it depended on the long EOL qt4\"; # added 2022-06-09 pyramid_beaker = pyramid-beaker; # added 2023-08-23 pyramid_chameleon = pyramid-chameleon; # added 2023-08-23"} {"_id":"doc-en-nixpkgs-f75f722dca4b6226ff6b9dc9b8cbf483fbbb72696997b8320869ae47dc035226","title":"","text":"pymvglive = callPackage ../development/python-modules/pymvglive { }; pymyq = callPackage ../development/python-modules/pymyq { }; python-myq = callPackage ../development/python-modules/python-myq { }; pymysensors = callPackage ../development/python-modules/pymysensors { };"} {"_id":"doc-en-nixpkgs-7178fc42aa7a95be1878e16141217c666bd65871eac7fb99fd2645a969056792","title":"","text":", glibcLocales # The GraalVM derivation to use , graalvmDrv , name ? \"${args.pname}-${args.version}\" , executable ? args.pname # JAR used as input for GraalVM derivation, defaults to src , jar ? args.src"} {"_id":"doc-en-nixpkgs-da82fad76f0b9648b20ac83898aa56c568d334233b645b224166b52fefd0b15c","title":"","text":"\"-H:Name=${executable}\" \"-march=compatibility\" \"--verbose\" \"-J-Dsun.stdout.encoding=UTF-8\" \"-J-Dsun.stderr.encoding=UTF-8\" ] # Extra arguments to be passed to the native-image , extraNativeImageBuildArgs ? [ ] # XMX size of GraalVM during build , graalvmXmx ? \"-J-Xmx6g\" # Locale to be used by GraalVM compiler , LC_ALL ? \"en_US.UTF-8\" , meta ? { } , ... } @ args:"} {"_id":"doc-en-nixpkgs-198188107983ee9377ebb950bdabac77c49cde359c400d037d579984cb27fa0e","title":"","text":"]; in stdenv.mkDerivation ({ inherit dontUnpack LC_ALL jar; inherit dontUnpack jar; nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ graalvmDrv glibcLocales ];"} {"_id":"doc-en-nixpkgs-a194ddf6a9815f1bc3606e63786323b0820472d49177d81bb0520e7e8d8edaad","title":"","text":"doInstallCheck = true; installCheckPhase = '' $out/bin/bb --version | grep '${version}' $out/bin/bb '(+ 1 2)' | grep '3' $out/bin/bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' | grep '[1 2]' $out/bin/bb --version | fgrep '${version}' $out/bin/bb '(+ 1 2)' | fgrep '3' $out/bin/bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' | fgrep '[1 2]' $out/bin/bb '(prn \"bépo àê\")' | fgrep 'bépo àê' ''; # As of v1.2.174, this will remove references to ${graalvmDrv}/conf/chronology,"} {"_id":"doc-en-nixpkgs-4158619c24ff3cd8929decc43191b8ce0e5242c587836f4181f93977628ff740","title":"","text":" { lib , buildPythonPackage , pythonOlder , fetchPypi , ptpython , ipython , setuptools , setuptools-scm , setuptools-generate }: let pname = \"repl-python-wakatime\"; version = \"0.0.6\"; in buildPythonPackage { inherit pname version; format = \"pyproject\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; hash = \"sha256-s2UelniMn4+wWILbVIIKidRCFaOvo/nNNofA7yf2+9c=\"; }; nativeBuildInputs = [ setuptools setuptools-scm setuptools-generate ]; propagatedBuildInputs = [ ptpython ipython ]; pythonImportsCheck = [ \"repl_python_wakatime\" ]; meta = with lib; { description = \"Python REPL plugin for automatic time tracking and metrics generated from your programming activity\"; homepage = \"https://github.com/wakatime/repl-python-wakatime\"; license = licenses.gpl3Only; maintainers = with maintainers; [ jfvillablanca ]; }; } "} {"_id":"doc-en-nixpkgs-54c42dc188a2b82b2eb2f4d32b66fdcf6a8d6f9fbd1c50cc6afa6608bdbe636f","title":"","text":"repeated-test = callPackage ../development/python-modules/repeated-test { }; repl-python-wakatime = callPackage ../development/python-modules/repl-python-wakatime { }; repocheck = callPackage ../development/python-modules/repocheck { }; reportengine = callPackage ../development/python-modules/reportengine { };"} {"_id":"doc-en-nixpkgs-86c3f06943a4beec71b61c34756c64340fc4899d88df8e0b80ae9896489ea39a","title":"","text":"{ lib , fetchFromGitHub }: rec { version = \"3.5.1\"; version = \"3.6.1\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"openrazer\"; repo = \"openrazer\"; rev = \"v${version}\"; hash = \"sha256-6YU2tl17LpDZe9pQ1a+B2SGIhqGdwME3Db6umVz7RLc=\"; hash = \"sha256-bboTRZqJq5tKeBQuiEQAXxTHYvoldDQlwbfehjDA8EE=\"; }; meta = with lib; {"} {"_id":"doc-en-nixpkgs-a6c59150953dacd9246f7bc24c0509805c4f7fe59625fb8c151cdbafb4070618","title":"","text":", sha256 , odd-unstable ? true , patchlevel-unstable ? true , passthru ? { } , meta ? { } , ... } @ args:"} {"_id":"doc-en-nixpkgs-d051e506c2a1c5b9ea4178d14905fbd6b6adfd5faeb33524b6f5f1164eed916d","title":"","text":"concatAttrLists = attrsets: zipAttrsWithNames (filterAttrNames isList (head attrsets)) (_: concatLists) attrsets; template = rec { inherit pname version; template = { nativeBuildInputs = [ pkg-config xfce4-dev-tools wrapGAppsHook ]; buildInputs = [ hicolor-icon-theme ]; configureFlags = [ \"--enable-maintainer-mode\" ];"} {"_id":"doc-en-nixpkgs-57994ade3c8490fd1348d881310072ce844bdfd219821b3d0465d419013f084c","title":"","text":"pos = builtins.unsafeGetAttrPos \"pname\" args; passthru.updateScript = gitUpdater { inherit rev-prefix odd-unstable patchlevel-unstable; }; passthru = { updateScript = gitUpdater { inherit rev-prefix odd-unstable patchlevel-unstable; }; } // passthru; meta = with lib; { homepage = \"https://gitlab.xfce.org/${category}/${pname}\"; license = licenses.gpl2Plus; # some libraries are under LGPLv2+ platforms = platforms.linux; }; } // meta; }; publicArgs = removeAttrs args [ \"category\" \"pname\" \"sha256\" ]; publicArgs = removeAttrs args [ \"category\" \"sha256\" ]; in stdenv.mkDerivation (recursiveUpdate template publicArgs // concatAttrLists [ template args ]) stdenv.mkDerivation (publicArgs // template // concatAttrLists [ template args ]) # TODO [ AndersonTorres ]: verify if it allows using hash attribute as an option to sha256"} {"_id":"doc-en-nixpkgs-b0bf57d347ee9a8d842a955d9b33d34393459a6b3c5294ea82779d69157cca06","title":"","text":"{ lib, stdenv, fetchurl, pkg-config, libsamplerate, libsndfile, fftw , lv2, jdk , vamp-plugin-sdk, ladspaH, meson, ninja, darwin }: stdenv.mkDerivation rec { pname = \"rubberband\"; version = \"3.1.0\"; version = \"3.3.0\"; src = fetchurl { url = \"https://breakfastquay.com/files/releases/${pname}-${version}.tar.bz2\"; sha256 = \"sha256-uVp22lzbOWZ3DGARXs2Dj4QGESD4hMO/3JBPdZMeyao=\"; hash = \"sha256-2e+J4rjvn4WxOsPC+uww4grPLJ86nIxFzmN/K8leV2w=\"; }; nativeBuildInputs = [ pkg-config meson ninja ]; buildInputs = [ libsamplerate libsndfile fftw vamp-plugin-sdk ladspaH ] ++ lib.optionals stdenv.isDarwin nativeBuildInputs = [ pkg-config meson ninja jdk ]; buildInputs = [ libsamplerate libsndfile fftw vamp-plugin-sdk ladspaH lv2 ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [Accelerate CoreGraphics CoreVideo]); makeFlags = [ \"AR:=$(AR)\" ]; # TODO: package boost-test, so we can run the test suite. (Currently it fails # to find libboost_unit_test_framework.a.) mesonFlags = [ \"-Dtests=disabled\" ]; doCheck = false; meta = with lib; { description = \"High quality software library for audio time-stretching and pitch-shifting\"; homepage = \"https://breakfastquay.com/rubberband/\";"} {"_id":"doc-en-nixpkgs-118023c4ae6be6b09623608a30bb76aab182e4b95b32cbbd82ee019899b8294a","title":"","text":" { lib, stdenvNoCC, fetchFromGitHub, zsh, revolver, installShellFiles, testers, nix-update-script, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"zunit\"; version = \"0.8.2\"; src = fetchFromGitHub { owner = \"zunit-zsh\"; repo = \"zunit\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-GkBewb795piCaniZJZpGEZFhKaNs8p8swV5z34OegPY=\"; deepClone = true; # Needed in order to get \"tests\" folder }; strictDeps = true; doCheck = true; doInstallCheck = true; nativeBuildInputs = [ zsh installShellFiles ]; nativeCheckInputs = [ revolver ]; buildInputs = [ zsh revolver ]; postPatch = '' for i in $(find src/ -type f -print); do substituteInPlace $i --replace-warn \" revolver \" \" ${lib.getExe revolver} \" done ''; buildPhase = '' runHook preBuild zsh build.zsh runHook postBuild ''; checkPhase = '' runHook preCheck HOME=\"$TEMPDIR\" zsh zunit runHook postCheck ''; installPhase = '' runHook preInstall install -Dm755 zunit $out/bin/zunit runHook postInstall ''; postInstall = '' installShellCompletion --cmd zunit --zsh zunit.zsh-completion ''; installCheckPhase = '' runHook preInstallCheck PATH=$PATH:$out/bin zunit --help runHook postInstallCheck ''; passthru = { tests.version = testers.testVersion { package = finalAttrs.finalPackage; }; updateScript = nix-update-script { }; }; meta = { description = \"Powerful testing framework for ZSH projects\"; homepage = \"https://zunit.xyz/\"; downloadPage = \"https://github.com/zunit-zsh/zunit/releases\"; license = lib.licenses.mit; mainProgram = \"zunit\"; inherit (zsh.meta) platforms; maintainers = with lib.maintainers; [ d-brasher ]; }; }) "} {"_id":"doc-en-nixpkgs-07a641ecfb44a3f8229a2b28abb73db4e0fb91c0dc3686ef36833fdcd4539a55","title":"","text":"in stdenv.mkDerivation rec { pname = \"openshadinglanguage\"; version = \"1.12.13.0\"; version = \"1.12.14.0\"; src = fetchFromGitHub { owner = \"AcademySoftwareFoundation\"; repo = \"OpenShadingLanguage\"; rev = \"v${version}\"; hash = \"sha256-EVV7YHovWwbRju+uv8IK2wpcpoK1ndZ8yNRHzU8LUuE=\"; hash = \"sha256-x8t7uC4q29MkTCIS1rK0ICw78u5zZG+/zyhwttLOBr4=\"; }; cmakeFlags = ["} {"_id":"doc-en-nixpkgs-8c24d41f0011e710d95f14fcff70206aff17f2d37f07cb1c41833a68af9f96d6","title":"","text":"osl = libsForQt5.callPackage ../development/compilers/osl { boost = boost179; libclang = llvmPackages_15.libclang; clang = if stdenv.cc.libcxx != null then (overrideLibcxx llvmPackages_15.stdenv).cc else clang_15; llvm = llvm_15; }; osqp = callPackage ../development/libraries/science/math/osqp { };"} {"_id":"doc-en-nixpkgs-654ec00e73af648eaacba16fc17743ab17bc25caeaa8a6e1ef32670c937f6c1a","title":"","text":" { lib, fetchurl, buildPythonApplication, libjack2, pydbus, pyliblo, pyqt5, which, bash, qt5 }: { lib, fetchurl, buildPythonApplication, libjack2, pyliblo, pyqt5, which, bash, qt5 }: buildPythonApplication rec { pname = \"raysession\"; version = \"0.13.1\"; version = \"0.14.2\"; src = fetchurl { url = \"https://github.com/Houston4444/RaySession/releases/download/v${version}/RaySession-${version}-source.tar.gz\"; sha256 = \"sha256-iiFRtX43u9BHe7a4ojza7kav+dMW9e05dPi7Gf9d1GM=\"; sha256 = \"sha256-qEN3zBK/goRLIZaU06XXm8H5yj4Qjj/NH+bkHkjhLaw=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-80826fd3155a7ed9a331799607ccb58f60d358d338b9d9ebfe2ed4d6a3cc6d12","title":"","text":"qt5.wrapQtAppsHook ]; buildInputs = [ libjack2 bash ]; propagatedBuildInputs = [ pydbus pyliblo pyqt5 ]; propagatedBuildInputs = [ pyliblo pyqt5 ]; dontWrapQtApps = true; # The program is a python script."} {"_id":"doc-en-nixpkgs-82f9868f250da8f87ed8e4272e5e951fec1dce5785a161fc5c94895b480e43dd","title":"","text":" { config, lib, pkgs, ... }: { config, lib, ... }: with lib;"} {"_id":"doc-en-nixpkgs-e69b054b04dccfafc332fa554529be9672612e95ed2a8dbdaa4283e105e25795","title":"","text":"mkTable = { ipVer, dest, ipSet, forwardPorts, dmzHost }: let # nftables does not support both port and port range as values in a dnat map. # e.g. \"dnat th dport map { 80 : 10.0.0.1 . 80, 443 : 10.0.0.2 . 900-1000 }\" # So we split them. fwdPorts = filter (x: length (splitString \"-\" x.destination) == 1) forwardPorts; fwdPortsRange = filter (x: length (splitString \"-\" x.destination) > 1) forwardPorts; # nftables maps for port forward # l4proto . dport : addr . port toFwdMap = forwardPorts: toNftSet (map fwdMap = toNftSet (map (fwd: with (splitIPPorts fwd.destination); \"${fwd.proto} . ${toNftRange fwd.sourcePort} : ${IP} . ${ports}\" ) forwardPorts); fwdMap = toFwdMap fwdPorts; fwdRangeMap = toFwdMap fwdPortsRange; # nftables maps for port forward loopback dnat # daddr . l4proto . dport : addr . port toFwdLoopDnatMap = forwardPorts: toNftSet (concatMap fwdLoopDnatMap = toNftSet (concatMap (fwd: map (loopbackip: with (splitIPPorts fwd.destination);"} {"_id":"doc-en-nixpkgs-b32e231c710be75860e287e364bae4388239ce24d7bd8889a453df84e0e0a450","title":"","text":") fwd.loopbackIPs) forwardPorts); fwdLoopDnatMap = toFwdLoopDnatMap fwdPorts; fwdLoopDnatRangeMap = toFwdLoopDnatMap fwdPortsRange; # nftables set for port forward loopback snat # daddr . l4proto . dport"} {"_id":"doc-en-nixpkgs-7aeffa5a67eab210423826d5561b6772b4cad2834e9f0121b60d6691261e47cb","title":"","text":"type nat hook prerouting priority dstnat; ${optionalString (fwdMap != \"\") '' iifname \"${cfg.externalInterface}\" dnat meta l4proto . th dport map { ${fwdMap} } comment \"port forward\" ''} ${optionalString (fwdRangeMap != \"\") '' iifname \"${cfg.externalInterface}\" dnat meta l4proto . th dport map { ${fwdRangeMap} } comment \"port forward\" iifname \"${cfg.externalInterface}\" meta l4proto { tcp, udp } dnat meta l4proto . th dport map { ${fwdMap} } comment \"port forward\" ''} ${optionalString (fwdLoopDnatMap != \"\") '' dnat ${ipVer} daddr . meta l4proto . th dport map { ${fwdLoopDnatMap} } comment \"port forward loopback from other hosts behind NAT\" ''} ${optionalString (fwdLoopDnatRangeMap != \"\") '' dnat ${ipVer} daddr . meta l4proto . th dport map { ${fwdLoopDnatRangeMap} } comment \"port forward loopback from other hosts behind NAT\" meta l4proto { tcp, udp } dnat ${ipVer} daddr . meta l4proto . th dport map { ${fwdLoopDnatMap} } comment \"port forward loopback from other hosts behind NAT\" ''} ${optionalString (dmzHost != null) ''"} {"_id":"doc-en-nixpkgs-645d6bfab187a39d70772638c69abb4e2cad60f929c74edc11f4484c5994e1b7","title":"","text":"type nat hook output priority mangle; ${optionalString (fwdLoopDnatMap != \"\") '' dnat ${ipVer} daddr . meta l4proto . th dport map { ${fwdLoopDnatMap} } comment \"port forward loopback from the host itself\" ''} ${optionalString (fwdLoopDnatRangeMap != \"\") '' dnat ${ipVer} daddr . meta l4proto . th dport map { ${fwdLoopDnatRangeMap} } comment \"port forward loopback from the host itself\" meta l4proto { tcp, udp } dnat ${ipVer} daddr . meta l4proto . th dport map { ${fwdLoopDnatMap} } comment \"port forward loopback from the host itself\" ''} } '';"} {"_id":"doc-en-nixpkgs-7ef357b4adb9132c0b9f66c1bfeb75725b0a6b0b57086fef965b6d4829676b9a","title":"","text":"lihop = \"Leroy Hopson \"; linquize = \"Linquize \"; linus = \"Linus Arver \"; lluchs = \"Lukas Werling \"; lnl7 = \"Daiderd Jordan \"; loskutov = \"Ignat Loskutov \"; lovek323 = \"Jason O'Conal \";"} {"_id":"doc-en-nixpkgs-daa122de7e0350cacda2d9c7eca3994fe3ff0b3d7e2d71a36e766ead96ad405e","title":"","text":", gstreamer, gst-plugins-base, libxml2 , glib, gtk3, pango, gdk_pixbuf, cairo, atk, gnome3 , nss, nspr , patchelf , patchelf, makeWrapper , proprietaryCodecs ? true, vivaldi-ffmpeg-codecs ? null }: stdenv.mkDerivation rec { name = \"${product}-${version}\"; product = \"vivaldi\"; version = \"1.10.867.38-1\"; version = \"1.10.867.48-1\"; src = fetchurl { url = \"https://downloads.vivaldi.com/stable/${product}-stable_${version}_amd64.deb\"; sha256 = \"1h3iygzvw3rb5kmn0pam6gqy9baq6l630yllff1vnvychdg8d9vi\"; sha256 = \"1han45swvv0y2i2kg7xhml1wj5zyrf2c2hc5b07kqsjkfg9iz1lc\"; }; unpackPhase = ''"} {"_id":"doc-en-nixpkgs-a6f591b806d328742e26b39bd23ceca5f320aac7b761aadca059d0be87d125eb","title":"","text":"tar -xvf data.tar.xz ''; nativeBuildInputs = [ patchelf ]; nativeBuildInputs = [ patchelf makeWrapper ]; buildInputs = [ stdenv.cc.cc stdenv.cc.libc zlib libX11 libXt libXext libSM libICE libxcb"} {"_id":"doc-en-nixpkgs-64cdb0744cf31feef94179a663021aa384d20929b9fb6aa9e6b11224c867be6b","title":"","text":"atk alsaLib dbus_libs cups gtk3 gdk_pixbuf libexif ffmpeg systemd freetype fontconfig libXrender libuuid expat glib nss nspr gstreamer libxml2 gst-plugins-base pango cairo gnome3.gconf ]; ] ++ stdenv.lib.optional proprietaryCodecs vivaldi-ffmpeg-codecs; libPath = stdenv.lib.makeLibraryPath buildInputs + stdenv.lib.optionalString (stdenv.is64bit)"} {"_id":"doc-en-nixpkgs-0ac7cd155c5631d3ed852712b6b2ca82f7b2b33f4808177eb14349ebc8ad17b3","title":"","text":"--set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${libPath}\" opt/vivaldi/vivaldi-bin '' + stdenv.lib.optionalString proprietaryCodecs '' sed -i '/^VIVALDI_FFMPEG_FOUND/ a checkffmpeg \"${vivaldi-ffmpeg-codecs}/lib/libffmpeg.so\"' opt/vivaldi/vivaldi '' + '' echo \"Finished patching Vivaldi binaries\" '';"} {"_id":"doc-en-nixpkgs-1dd6cb965a5d2925a488659aab1de931b75aa4cfa5d6b0ee025ee2b7a384cc8f","title":"","text":"\"$out\"/opt/vivaldi/product_logo_''${d}.png \"$out\"/share/icons/hicolor/''${d}x''${d}/apps/vivaldi.png done wrapProgram \"$out/bin/vivaldi\" --suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/ ''; meta = with stdenv.lib; {"} {"_id":"doc-en-nixpkgs-bb7a0849708d6762935eba2f9c3f4fa579969250e9d988dd101f194e3d673f5f","title":"","text":" { stdenv, fetchurl, fetchpatch , dbus_glib, gtk2, gtk3, libexif, libpulseaudio, libXScrnSaver, ninja, nss , pciutils, pkgconfig, python2, xdg_utils }: stdenv.mkDerivation rec { name = \"${product}-${version}\"; product = \"vivaldi-ffmpeg-codecs\"; version = \"59.0.3071.104\"; src = fetchurl { url = \"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${version}.tar.xz\"; sha512 = \"419cf5bafa80f190cd301c2933502351929c1ef1d5cfedc720ce6762674a0e6af3b4246a8f92e0c29743420338b056061d4e7f9f4a4066a5bdd4d2ee8db3ddbf\"; }; buildInputs = [ ]; nativeBuildInputs = [ dbus_glib gtk2 gtk3 libexif libpulseaudio libXScrnSaver ninja nss pciutils pkgconfig python2 xdg_utils ]; configurePhase = '' runHook preConfigure local args=\"ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true enable_hevc_demuxing=true use_gconf=false use_gio=false use_gnome_keyring=false use_kerberos=false use_cups=false use_sysroot=false use_gold=false linux_use_bundled_binutils=false fatal_linker_warnings=false treat_warnings_as_errors=false is_clang=false is_component_build=true is_debug=false symbol_level=0\" python tools/gn/bootstrap/bootstrap.py -v -s --no-clean --gn-gen-args \"$args\" out/Release/gn gen out/Release -v --args=\"$args\" runHook postConfigure ''; buildPhase = '' ninja -C out/Release -v libffmpeg.so ''; dontStrip = true; installPhase = '' mkdir -p \"$out/lib\" cp out/Release/libffmpeg.so \"$out/lib/libffmpeg.so\" ''; meta = with stdenv.lib; { description = \"Additional support for proprietary codecs for Vivaldi\"; homepage = \"https://ffmpeg.org/\"; license = licenses.lgpl21; maintainers = with maintainers; [ lluchs ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"doc-en-nixpkgs-124448180f4d124c3eef18a43cacb2e1b276ec0bfda1a10c8c9f3951b949fcc7","title":"","text":" #!/usr/bin/env nix-shell #!nix-shell -i bash -p libarchive curl common-updater-scripts set -eu -o pipefail cd \"$(dirname \"${BASH_SOURCE[0]}\")\" root=../../../../.. export NIXPKGS_ALLOW_UNFREE=1 version() { (cd \"$root\" && nix-instantiate --eval --strict -A \"$1.version\" | tr -d '\"') } vivaldi_version_old=$(version vivaldi) vivaldi_version=$(curl -sS https://vivaldi.com/download/ | sed -rne 's/.*vivaldi-stable_([0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+)_amd64.deb.*/1/p') if [[ \"$vivaldi_version\" = \"$vivaldi_version_old\" ]]; then echo \"nothing to do, vivaldi $vivaldi_version is current\" exit fi # Download vivaldi and save hash and file path. url=\"https://downloads.vivaldi.com/stable/vivaldi-stable_${vivaldi_version}_amd64.deb\" mapfile -t prefetch < <(nix-prefetch-url --print-path \"$url\") hash=${prefetch[0]} path=${prefetch[1]} echo \"vivaldi: $vivaldi_version_old -> $vivaldi_version\" (cd \"$root\" && update-source-version vivaldi \"$vivaldi_version\" \"$hash\") # Check vivaldi-ffmpeg-codecs version. chromium_version_old=$(version vivaldi-ffmpeg-codecs) chromium_version=$(bsdtar xOf \"$path\" data.tar.xz | bsdtar xOf - ./opt/vivaldi/vivaldi-bin | strings | grep -A2 -i '^chrome/' | grep '^[0-9]+.[0-9]+.[1-9][0-9]+.[0-9]+') if [[ \"$chromium_version\" != \"$chromium_version_old\" ]]; then echo \"vivaldi-ffmpeg-codecs: $chromium_version_old -> $chromium_version\" (cd \"$root\" && update-source-version vivaldi-ffmpeg-codecs \"$chromium_version\") fi "} {"_id":"doc-en-nixpkgs-1be9a4feb2859a27c0ac93b2b23c0eb585bb69d80bf8f87cb054642543daee0d","title":"","text":"vivaldi = callPackage ../applications/networking/browsers/vivaldi {}; vivaldi-ffmpeg-codecs = callPackage ../applications/networking/browsers/vivaldi/ffmpeg-codecs.nix {}; openmpt123 = callPackage ../applications/audio/openmpt123 {}; opusfile = callPackage ../applications/audio/opusfile { };"} {"_id":"doc-en-nixpkgs-8a149032caf3aeed78eb3cb936b0410777d900e8ce292e8f315d64fa8c2ea8e9","title":"","text":"cabextract --lowercase viewer1.cab # rename to more standard names # handle broken macOS file-system mv andalemo.ttf Andale_Mono.ttf mv ariblk.ttf Arial_Black.ttf mv arial.ttf Arial.ttf mv arial.ttf Arial.ttf.tmp mv Arial.ttf.tmp Arial.ttf mv arialbd.ttf Arial_Bold.ttf mv arialbi.ttf Arial_Bold_Italic.ttf mv ariali.ttf Arial_Italic.ttf"} {"_id":"doc-en-nixpkgs-c04579406c46f60a40d59c4250b0b43fed975f36eee96c29b0fd687659eb59e1","title":"","text":"mv courbd.ttf Courier_New_Bold.ttf mv couri.ttf Courier_New_Italic.ttf mv courbi.ttf Courier_New_Bold_Italic.ttf mv georgia.ttf Georgia.ttf mv georgia.ttf Georgia.ttf.tmp mv Georgia.ttf.tmp Georgia.ttf mv georgiab.ttf Georgia_Bold.ttf mv georgiai.ttf Georgia_Italic.ttf mv georgiaz.ttf Georgia_Bold_Italic.ttf mv impact.ttf Impact.ttf mv tahoma.ttf Tahoma.ttf mv impact.ttf Impact.ttf.tmp mv Impact.ttf.tmp Impact.ttf mv tahoma.ttf Tahoma.ttf.tmp mv Tahoma.ttf.tmp Tahoma.ttf mv times.ttf Times_New_Roman.ttf mv timesbd.ttf Times_New_Roman_Bold.ttf mv timesbi.ttf Times_New_Roman_Bold_Italic.ttf"} {"_id":"doc-en-nixpkgs-9a26d11aa85b6f2076bad04a90c00a767bba84bbdd524ffcccb024c33ad5c5ad","title":"","text":"mv trebucbd.ttf Trebuchet_MS_Bold.ttf mv trebucit.ttf Trebuchet_MS_Italic.ttf mv trebucbi.ttf Trebuchet_MS_Italic.ttf mv verdana.ttf Verdana.ttf mv verdana.ttf Verdana.ttf.tmp mv Verdana.ttf.tmp Verdana.ttf mv verdanab.ttf Verdana_Bold.ttf mv verdanai.ttf Verdana_Italic.ttf mv verdanaz.ttf Verdana_Bold_Italic.ttf mv webdings.ttf Webdings.ttf mv webdings.ttf Webdings.ttf.tmp mv Webdings.ttf.tmp Webdings.ttf install -m444 -Dt $out/share/fonts/truetype *.ttf"} {"_id":"doc-en-nixpkgs-564781ab309f350f13f200585d2b8a028ed23e771450813aa68cf31862e09a8d","title":"","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 = \"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 = \"aho-corasick\" version = \"0.7.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac\" dependencies = [ \"memchr\", ] [[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 = \"arrayref\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544\" [[package]] name = \"arrayvec\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\" [[package]] name = \"async-broadcast\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61\" dependencies = [ \"event-listener\", \"futures-core\", \"parking_lot\", ] [[package]] name = \"async-channel\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833\" dependencies = [ \"concurrent-queue\", \"event-listener\", \"futures-core\", ] [[package]] name = \"async-executor\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b\" dependencies = [ \"async-lock\", \"async-task\", \"concurrent-queue\", \"fastrand\", \"futures-lite\", \"slab\", ] [[package]] name = \"async-io\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794\" dependencies = [ \"async-lock\", \"autocfg\", \"concurrent-queue\", \"futures-lite\", \"libc\", \"log\", \"parking\", \"polling\", \"slab\", \"socket2\", \"waker-fn\", \"windows-sys 0.42.0\", ] [[package]] name = \"async-lock\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685\" dependencies = [ \"event-listener\", \"futures-lite\", ] [[package]] name = \"async-recursion\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"async-task\" version = \"4.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524\" [[package]] name = \"async-trait\" version = \"0.1.59\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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 = \"bit_field\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"block-buffer\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e\" dependencies = [ \"generic-array\", ] [[package]] name = \"bumpalo\" version = \"3.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba\" [[package]] name = \"bytemuck\" version = \"1.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f\" [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"calloop\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19457a0da465234abd76134a5c2a910c14bd3c5558463e4396ab9a37a328e465\" dependencies = [ \"futures-util\", \"log\", \"nix\", \"slotmap\", \"thiserror\", \"vec_map\", ] [[package]] name = \"cc\" version = \"1.0.77\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4\" [[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\", \"time\", \"wasm-bindgen\", \"winapi\", ] [[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 = \"concurrent-queue\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"configparser\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe1d7dcda7d1da79e444bdfba1465f2f849a58b07774e1df473ee77030cb47a7\" [[package]] name = \"const-cstr\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6\" [[package]] name = \"core-foundation-sys\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc\" [[package]] name = \"cpufeatures\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320\" 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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521\" dependencies = [ \"cfg-if\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc\" dependencies = [ \"cfg-if\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a\" dependencies = [ \"autocfg\", \"cfg-if\", \"crossbeam-utils\", \"memoffset 0.7.1\", \"scopeguard\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f\" dependencies = [ \"cfg-if\", ] [[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 = \"cxx\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf\" dependencies = [ \"cc\", \"cxxbridge-flags\", \"cxxbridge-macro\", \"link-cplusplus\", ] [[package]] name = \"cxx-build\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39\" dependencies = [ \"cc\", \"codespan-reporting\", \"once_cell\", \"proc-macro2\", \"quote\", \"scratch\", \"syn\", ] [[package]] name = \"cxxbridge-flags\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12\" [[package]] name = \"cxxbridge-macro\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"data-url\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5\" [[package]] name = \"derivative\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"digest\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f\" 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\", ] [[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 = \"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 = \"either\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797\" [[package]] name = \"enumflags2\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb\" dependencies = [ \"enumflags2_derive\", \"serde\", ] [[package]] name = \"enumflags2_derive\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"event-listener\" version = \"2.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0\" [[package]] name = \"exr\" version = \"1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide\", \"smallvec\", \"threadpool\", ] [[package]] name = \"fastrand\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499\" dependencies = [ \"instant\", ] [[package]] name = \"flate2\" version = \"1.0.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"float-cmp\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4\" [[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 = \"fontconfig\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a25320ad784a9578ada0b395dd7dcd2321109404bbb341ec27e64b01a1e49b47\" dependencies = [ \"yeslogic-fontconfig-sys\", ] [[package]] name = \"fontconfig-parser\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2be17a530a842f8a7a60f4397a08e8f08872849a5e31b20c7bd7301dac483296\" dependencies = [ \"roxmltree\", ] [[package]] name = \"fontdb\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d52186a39c335aa6f79fc0bf1c3cf854870b6ad4e50a7bb8a59b4ba1331f478a\" dependencies = [ \"fontconfig-parser\", \"log\", \"memmap2\", \"ttf-parser 0.17.1\", ] [[package]] name = \"fontdue\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a62391ecb864cf12ed06b2af4eda2e609b97657950d6a8f06841b17726ab253\" dependencies = [ \"hashbrown\", \"ttf-parser 0.15.2\", ] [[package]] name = \"futures-channel\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed\" dependencies = [ \"futures-core\", ] [[package]] name = \"futures-core\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac\" [[package]] name = \"futures-io\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb\" [[package]] name = \"futures-lite\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48\" dependencies = [ \"fastrand\", \"futures-core\", \"futures-io\", \"memchr\", \"parking\", \"pin-project-lite\", \"waker-fn\", ] [[package]] name = \"futures-sink\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9\" [[package]] name = \"futures-task\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea\" [[package]] name = \"futures-util\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6\" dependencies = [ \"futures-core\", \"futures-sink\", \"futures-task\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"generic-array\" version = \"0.14.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"getrandom\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31\" dependencies = [ \"cfg-if\", \"js-sys\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"wasm-bindgen\", ] [[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 = \"half\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554\" dependencies = [ \"crunchy\", ] [[package]] name = \"hashbrown\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e\" dependencies = [ \"ahash\", ] [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[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\", ] [[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 = \"image\" version = \"0.24.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"exr\", \"gif\", \"jpeg-decoder\", \"num-rational\", \"num-traits\", \"png\", \"scoped_threadpool\", \"tiff\", ] [[package]] name = \"ini\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a9271a5dfd4228fa56a78d7508a35c321639cc71f783bb7a5723552add87bce\" dependencies = [ \"configparser\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.0-rc1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f65dae1d3aa98e6877917ab4e6fdbfdfb00e95885ea7c4f4f29e3a5dfc08fdf\" dependencies = [ \"libc\", \"windows-sys 0.36.1\", ] [[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.60\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"kurbo\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449\" 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.138\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8\" [[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 = \"link-cplusplus\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369\" dependencies = [ \"cc\", ] [[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 = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memmap2\" version = \"0.5.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc\" 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 = \"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 = \"msg-api\" version = \"0.1.0\" source = \"git+https://gitlab.com/snakedye/messaging.git#88fe229ab5335c1cc83bee6e6ebc8f0aba7b861c\" [[package]] name = \"nanorand\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3\" dependencies = [ \"getrandom\", ] [[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 0.6.5\", \"pin-utils\", ] [[package]] name = \"nom\" version = \"7.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36\" 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.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5\" dependencies = [ \"hermit-abi\", \"libc\", ] [[package]] name = \"once_cell\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860\" [[package]] name = \"ordered-stream\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01ca8c99d73c6e92ac1358f9f692c22c0bfd9c4701fa086f5d365c0d4ea818ea\" dependencies = [ \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"parking\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72\" [[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.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"smallvec\", \"windows-sys 0.42.0\", ] [[package]] name = \"pico-args\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315\" [[package]] name = \"pin-project\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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 = \"png\" version = \"0.17.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638\" dependencies = [ \"bitflags\", \"crc32fast\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"polling\" version = \"2.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6\" dependencies = [ \"autocfg\", \"cfg-if\", \"libc\", \"log\", \"wepoll-ffi\", \"windows-sys 0.42.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 = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9\" dependencies = [ \"once_cell\", \"thiserror\", \"toml\", ] [[package]] name = \"proc-macro2\" version = \"1.0.47\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725\" dependencies = [ \"unicode-ident\", ] [[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.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179\" 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 = \"rayon\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-utils\", \"num_cpus\", ] [[package]] name = \"rctree\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f\" [[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_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom\", \"redox_syscall\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.6.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848\" [[package]] name = \"remove_dir_all\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7\" dependencies = [ \"winapi\", ] [[package]] name = \"resvg\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea0337740f86c70141e7596d81c2e76c0cd3726dbcee053ac18d0ec45101f8e\" dependencies = [ \"log\", \"pico-args\", \"rgb\", \"svgtypes\", \"tiny-skia\", \"usvg\", ] [[package]] name = \"rgb\" version = \"0.8.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3603b7d71ca82644f79b5a06d1220e9a58ede60bd32255f698cb1af8838b8db3\" dependencies = [ \"bytemuck\", ] [[package]] name = \"roxmltree\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b9de9831a129b122e7e61f242db509fa9d0838008bf0b29bb0624669edfe48a\" dependencies = [ \"xmlparser\", ] [[package]] name = \"rustybuzz\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab9e34ecf6900625412355a61bda0bd68099fe674de707c67e5e4aed2c05e489\" dependencies = [ \"bitflags\", \"bytemuck\", \"smallvec\", \"ttf-parser 0.17.1\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-general-category\", \"unicode-script\", ] [[package]] name = \"salut\" version = \"0.3.1\" dependencies = [ \"calloop\", \"chrono\", \"ini\", \"snui\", \"snui-adwaita\", \"snui-derive\", \"snui-wayland\", \"zbus\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scoped_threadpool\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8\" [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"scratch\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898\" [[package]] name = \"serde\" version = \"1.0.150\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.150\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"serde_repr\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"sha1\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[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 = \"slab\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef\" 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 = \"git+https://github.com/Smithay/client-toolkit.git#f1d9c3ef9cfbd508d986f7f98b2fc267fcc39b84\" dependencies = [ \"bitflags\", \"calloop\", \"dlib\", \"lazy_static\", \"log\", \"memmap2\", \"nix\", \"pkg-config\", \"thiserror\", \"wayland-backend\", \"wayland-client\", \"wayland-cursor\", \"wayland-protocols\", \"wayland-protocols-wlr\", \"wayland-scanner\", \"xkbcommon\", ] [[package]] name = \"snui\" version = \"0.1.4\" source = \"git+https://gitlab.com/snakedye/snui.git#97edd1a8d4ad2eb9928bec61bcb44f81edddb6d8\" dependencies = [ \"fontconfig\", \"fontdue\", \"image\", \"msg-api\", \"resvg\", \"snui-derive\", \"tiny-skia\", \"usvg\", \"xkbcommon\", ] [[package]] name = \"snui-adwaita\" version = \"0.1.0\" source = \"git+https://gitlab.com/snakedye/snui-adwaita.git#abd29333764f6b5890c1ebeda38e6ee0ddd4c914\" dependencies = [ \"ini\", \"snui\", \"snui-derive\", ] [[package]] name = \"snui-derive\" version = \"0.1.4\" source = \"git+https://gitlab.com/snakedye/snui.git#97edd1a8d4ad2eb9928bec61bcb44f81edddb6d8\" dependencies = [ \"quote\", \"syn\", ] [[package]] name = \"snui-wayland\" version = \"0.1.4\" source = \"git+https://gitlab.com/snakedye/snui.git#97edd1a8d4ad2eb9928bec61bcb44f81edddb6d8\" dependencies = [ \"smithay-client-toolkit\", \"snui\", \"wayland-cursor\", \"xkbcommon\", ] [[package]] name = \"socket2\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"spin\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09\" dependencies = [ \"lock_api\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"strict-num\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1\" dependencies = [ \"float-cmp\", ] [[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.105\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"tempfile\" version = \"3.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4\" dependencies = [ \"cfg-if\", \"fastrand\", \"libc\", \"redox_syscall\", \"remove_dir_all\", \"winapi\", ] [[package]] name = \"termcolor\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755\" dependencies = [ \"winapi-util\", ] [[package]] name = \"thiserror\" version = \"1.0.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"threadpool\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa\" dependencies = [ \"num_cpus\", ] [[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.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ae12c22601b6853f4d93abb178e13bf0e1cc8e2454100c85d4d3a59ac71b3f7\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"png\", \"tiny-skia-path\", ] [[package]] name = \"tiny-skia-path\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd665853ce64402daabef6edda442dbb4f8ee93ea80957b66ba1af419f11a104\" dependencies = [ \"arrayref\", \"bytemuck\", \"strict-num\", ] [[package]] name = \"toml\" version = \"0.5.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7\" dependencies = [ \"serde\", ] [[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-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd\" [[package]] name = \"ttf-parser\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff\" [[package]] name = \"typenum\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba\" [[package]] name = \"uds_windows\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d\" dependencies = [ \"tempfile\", \"winapi\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992\" [[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.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3\" [[package]] name = \"unicode-script\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc\" [[package]] name = \"unicode-vo\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94\" [[package]] name = \"unicode-width\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b\" [[package]] name = \"usvg\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"585bb2d87c8fd6041a479dea01479dcf9094e61b5f9af221606927e61a2bd939\" dependencies = [ \"base64\", \"data-url\", \"flate2\", \"fontdb\", \"kurbo\", \"log\", \"pico-args\", \"rctree\", \"roxmltree\", \"rustybuzz\", \"simplecss\", \"siphasher\", \"strict-num\", \"svgtypes\", \"unicode-bidi\", \"unicode-script\", \"unicode-vo\", \"xmlwriter\", ] [[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 = \"waker-fn\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca\" [[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.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f\" [[package]] name = \"wayland-backend\" version = \"0.1.0-beta.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3f96c52ca34b33e6bb55497327428be54dad648973aa5d3d1e02982d2fcc298\" dependencies = [ \"cc\", \"downcast-rs\", \"io-lifetimes\", \"nix\", \"scoped-tls\", \"smallvec\", \"wayland-sys\", ] [[package]] name = \"wayland-client\" version = \"0.30.0-beta.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f6ab5911cc8a28e9d781933c1afe0f97ffa6885ad8941294784d025f06e5ad9\" dependencies = [ \"bitflags\", \"futures-channel\", \"futures-core\", \"nix\", \"thiserror\", \"wayland-backend\", \"wayland-scanner\", ] [[package]] name = \"wayland-cursor\" version = \"0.30.0-beta.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa5ce1bbc13a3d806648974cba1d53481fea2ac29483eb147e4cce1250fc5263\" dependencies = [ \"nix\", \"wayland-client\", \"xcursor\", ] [[package]] name = \"wayland-protocols\" version = \"0.30.0-beta.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e32104ba51988754f4429dbb59c7b7fd2ccf1feaa0009bb59e49a5e2f91e985d\" dependencies = [ \"bitflags\", \"wayland-backend\", \"wayland-client\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols-wlr\" version = \"0.1.0-beta.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"130613a48629204e4ab50ea4b5de2efa2e17c58f71a5af15b39535f99421f8c3\" dependencies = [ \"bitflags\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-scanner\", ] [[package]] name = \"wayland-scanner\" version = \"0.30.0-beta.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fb55ca28710dcc155078db4e2bd29aacf24bd311261c48750f38c6c5430bf1f\" dependencies = [ \"proc-macro2\", \"quick-xml\", \"quote\", \"syn\", ] [[package]] name = \"wayland-sys\" version = \"0.30.0-beta.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"882bda56e8397384ad66ec0ebe763e0b3b53153a6327344f7d74b85981a271e1\" dependencies = [ \"dlib\", \"log\", \"pkg-config\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"wepoll-ffi\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb\" dependencies = [ \"cc\", ] [[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.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2\" dependencies = [ \"windows_aarch64_msvc 0.36.1\", \"windows_i686_gnu 0.36.1\", \"windows_i686_msvc 0.36.1\", \"windows_x86_64_gnu 0.36.1\", \"windows_x86_64_msvc 0.36.1\", ] [[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 0.42.0\", \"windows_i686_gnu 0.42.0\", \"windows_i686_msvc 0.42.0\", \"windows_x86_64_gnu 0.42.0\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc 0.42.0\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4\" [[package]] name = \"windows_i686_gnu\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7\" [[package]] name = \"windows_i686_msvc\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5\" [[package]] name = \"xcursor\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7\" dependencies = [ \"nom\", ] [[package]] name = \"xkbcommon\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acbee136714379ab22da0280207fdb7f47e0bb940adea97731b65598b8c7a92e\" dependencies = [ \"libc\", \"memmap2\", ] [[package]] name = \"xmlparser\" version = \"0.13.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd\" [[package]] name = \"xmlwriter\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9\" [[package]] name = \"yeslogic-fontconfig-sys\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386\" dependencies = [ \"const-cstr\", \"dlib\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"zbus\" version = \"3.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"938ea6da98c75c2c37a86007bd17fd8e208cbec24e086108c87ece98e9edec0d\" dependencies = [ \"async-broadcast\", \"async-channel\", \"async-executor\", \"async-io\", \"async-lock\", \"async-recursion\", \"async-task\", \"async-trait\", \"byteorder\", \"derivative\", \"dirs\", \"enumflags2\", \"event-listener\", \"futures-core\", \"futures-sink\", \"futures-util\", \"hex\", \"nix\", \"once_cell\", \"ordered-stream\", \"rand\", \"serde\", \"serde_repr\", \"sha1\", \"static_assertions\", \"tracing\", \"uds_windows\", \"winapi\", \"zbus_macros\", \"zbus_names\", \"zvariant\", ] [[package]] name = \"zbus_macros\" version = \"3.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"45066039ebf3330820e495e854f8b312abb68f0a39e97972d092bd72e8bb3e8e\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"regex\", \"syn\", ] [[package]] name = \"zbus_names\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c737644108627748a660d038974160e0cbb62605536091bdfa28fd7f64d43c8\" dependencies = [ \"serde\", \"static_assertions\", \"zvariant\", ] [[package]] name = \"zvariant\" version = \"3.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56f8c89c183461e11867ded456db252eae90874bc6769b7adbea464caa777e51\" dependencies = [ \"byteorder\", \"enumflags2\", \"libc\", \"serde\", \"static_assertions\", \"zvariant_derive\", ] [[package]] name = \"zvariant_derive\" version = \"3.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"155247a5d1ab55e335421c104ccd95d64f17cebbd02f50cdbc1c33385f9c4d81\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn\", ] "} {"_id":"doc-en-nixpkgs-1b8aa6bea1a8c7e3e6a48cf06176aec3a17d8ae718e491f8c555f6337bc1d726","title":"","text":" { lib , rustPlatform , fetchFromGitLab , pkg-config , fontconfig , libxkbcommon , wayland }: rustPlatform.buildRustPackage rec { pname = \"salut\"; version = \"unstable-2022-12-17\"; src = fetchFromGitLab { owner = \"snakedye\"; repo = \"salut\"; rev = \"aa57c4d190812908a9c32cd49cff14390c6dfdcb\"; hash = \"sha256-W0lhhImSXtYJDeMbxyEioYu/Bh7ZclwR1/5DzNbxM8o=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"msg-api-0.1.0\" = \"sha256-SGEr9kitvD+KZPGejwDAISK6ERk7G2uskxX8ljiJ2To=\"; \"smithay-client-toolkit-0.16.0\" = \"sha256-kiTO+BZIgpuwAr6gs9FCqz81jRg+3dV4NxzOX9kbJOc=\"; \"snui-0.1.4\" = \"sha256-jJL9ukSOczHjPM2EAXcXcz620SK4DQfr+xAT8v7fp9o=\"; \"snui-adwaita-0.1.0\" = \"sha256-pILhLMzqnhLZfGAXT8QQn6x+IvwG7CSa96wZqq1yrLY=\"; }; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ fontconfig libxkbcommon wayland ]; meta = { description = \"A sleek notification daemon for Wayland\"; homepage = \"https://gitlab.com/snakedye/salut/-/wikis/Home\"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ eclairevoyant ]; mainProgram = \"salut\"; platforms = lib.platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-0935d7d4f0f3e176c563cc777cac5a046237f06a0e51b549f087e96c438919e8","title":"","text":"owner = \"fuyufjh\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-gTyjj7NND5IYtnXhc454cWSzhAE+DwfPRGEWrHH+GNM=\"; hash = \"sha256-oP0yIdYytXSsbZ2pNaZ8Rrak1qJsudTe/oP6dGncGUM=\"; }; cargoHash = \"sha256-yKHAZpELuUD7wlM3Mi7XvxbKgdU1QxD9hsvIFcj3twE=\";"} {"_id":"doc-en-nixpkgs-d512942da00eadeea5b31bf599a8ca4b0461472ff179dbb9f4e4f4f5a6b87308","title":"","text":"# error: cast from ... to ... converts to incompatible function type [-Werror,-Wcast-function-type-strict] ++ lib.optionals (stdenv.cc.isClang && lib.versionAtLeast stdenv.cc.version \"16\") [ \"-Wno-error=cast-function-type-strict\" # Suppresses the most spammy warnings. # This is mainly to fix https://github.com/NixOS/nixpkgs/issues/266895. ] ++ lib.optionals rocmSupport [ \"-Wno-#warnings\" \"-Wno-cpp\" \"-Wno-unknown-warning-option\" \"-Wno-ignored-attributes\" \"-Wno-deprecated-declarations\" \"-Wno-defaulted-function-deleted\" \"-Wno-pass-failed\" ] ++ [ \"-Wno-unused-command-line-argument\" \"-Wno-maybe-uninitialized\" \"-Wno-uninitialized\" \"-Wno-array-bounds\" \"-Wno-stringop-overflow\" \"-Wno-free-nonheap-object\" \"-Wno-unused-result\" ])); nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-d2f80b4b4a49e993f647cb2461db1a658e37bffe6c7c5ddf313d78948b56a8cc","title":"","text":"buildGoModule rec { pname = \"bluetuith\"; version = \"0.1.8\"; version = \"0.1.9\"; src = fetchFromGitHub { owner = \"darkhz\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-b+J+8nxFZYJlAKOStpH7ItPqMw7inM5pss17kyX1brg=\"; sha256 = \"sha256-vdHnG0uQdy5PboIovtxl5i9xwFpjYLCZf2IGeiMcWe8=\"; }; vendorHash = \"sha256-d0O54KNGLXU8FGr1eSEp30JMWNVo91Le2MI8UnAfTuU=\"; vendorHash = \"sha256-pYVEFKLPfstWWO6ypgv7ntAaE1Wmq2XKuZC2ccMa8Vc=\"; ldflags = [ \"-s\" \"-w\" ];"} {"_id":"doc-en-nixpkgs-f9e93a98993bf771ea9244dd966029e81acff74bf9bd1ca615da5309ab085b7a","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"vulkan-utility-libraries\"; version = \"1.3.270\"; version = \"1.3.268\"; src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"Vulkan-Utility-Libraries\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-P1v5UEAooTDGA10K4uck8lhcrbW2ccl44gWIGVnZ6uo=\"; hash = \"sha256-O1agpzZpXiQZFYx1jPosIhxJovZtfZSLBNFj1LVB1VI=\"; }; nativeBuildInputs = [ cmake python3 ];"} {"_id":"doc-en-nixpkgs-ca79a25854dfd31bdebc800378efa3aee2792e829b4a9b6cc6a1e9aebbe5bf8b","title":"","text":"\"-Druntime_cxxmodules=OFF\" ]; # 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 = ''"} {"_id":"doc-en-nixpkgs-bc137782d8b5a6048b4ed26755932176c4aa6c50c21c80f9f4ae42aaf3907989","title":"","text":"qemu-vm module from overriding `fileSystems` by setting `virtualisation.fileSystems = lib.mkForce { };`. - When using [split parity files](https://www.snapraid.it/manual#7.1) in `snapraid`, the snapraid-sync systemd service will no longer fail to run. ## Nixpkgs Library {#sec-release-23.11-nixpkgs-lib} ### Breaking Changes {#sec-release-23.11-lib-breaking}"} {"_id":"doc-en-nixpkgs-1721a91d033496779d1ea97c5af912cabc83e3f6312f8b1bb6afe47eb35c6d02","title":"","text":"# to remove them if they are stale let contentDirs = map dirOf contentFiles; # Multiple \"split\" parity files can be specified in a single # \"parityFile\", separated by a comma. # https://www.snapraid.it/manual#7.1 splitParityFiles = map (s: splitString \",\" s) parityFiles; in unique ( attrValues dataDisks ++ parityFiles ++ contentDirs attrValues dataDisks ++ splitParityFiles ++ contentDirs ); } // optionalAttrs touchBeforeSync { ExecStartPre = \"${pkgs.snapraid}/bin/snapraid touch\";"} {"_id":"doc-en-nixpkgs-d81200dcd1bfeac6f7af1936eb5672328dd42ea180f3fae0e7dfd8fb4c93d04c","title":"","text":", libwacom , libxml2 , libxslt , magpie , meson , modemmanager , networkmanager"} {"_id":"doc-en-nixpkgs-e0bbba372fc163b8f5b7dfc4a28eb442fdedd2f0a656c37ed5faa7506b46fa9e","title":"","text":"gnome.gnome-remote-desktop gnome.gnome-settings-daemon gnome.gnome-user-share gnome.mutter gsettings-desktop-schemas gsound gtk3"} {"_id":"doc-en-nixpkgs-9c84c96804ec700657fdfef96c96e5fbd16a12feb6c57a6aa009ab25b23216d2","title":"","text":"libsecret libwacom libxml2 magpie modemmanager networkmanager polkit"} {"_id":"doc-en-nixpkgs-ed3cefa2f81c01d8119b2badf7c91f6eba441eb44afcbbc90a8143ece75c0ad4","title":"","text":"--prefix XDG_DATA_DIRS : \"${gdk-pixbuf}/share\" --prefix XDG_DATA_DIRS : \"${librsvg}/share\" # WM keyboard shortcuts --prefix XDG_DATA_DIRS : \"${magpie}/share\" --prefix XDG_DATA_DIRS : \"${gnome.mutter}/share\" ) '';"} {"_id":"doc-en-nixpkgs-9f600ba97d0a14f2bed563fcf292a9156bdc2be1e024061ba2480b9f6ef0a25f","title":"","text":"gnome-menus gnome.gnome-bluetooth_1_0 gnome.gnome-settings-daemon gnome.mutter gnome.zenity graphene gtk3"} {"_id":"doc-en-nixpkgs-7539e96111ed4716c416ec2db8a44fc0fe4fbb75ae041a6f339b5a8959770851","title":"","text":", budgie-desktop-view , glib , gsettings-desktop-schemas , magpie , gnome , mate , nixos-artwork , nixos-background-light ? nixos-artwork.wallpapers.nineish"} {"_id":"doc-en-nixpkgs-5bd5207db8c193fcfd35c9f753e5a38f63bdf167f77169587a5d64cc6f489fc8","title":"","text":"budgie-desktop budgie-desktop-view gsettings-desktop-schemas magpie gnome.mutter ] ++ extraGSettingsOverridePackages; in"} {"_id":"doc-en-nixpkgs-9d0efd42e246e51fcc7838906023eae89f70ec7b9f8140dc53074044442f4606","title":"","text":"\"-Degl_device=true\" \"-Dprofiler=true\" \"-Ddocs=true\" \"-Dwith_shared_components=true\" ]; propagatedBuildInputs = ["} {"_id":"doc-en-nixpkgs-fd294735d3231b24f5124af02b0a08917983e8d620078a2f781cc554062c52c0","title":"","text":" { lib, buildDotnetModule, fetchFromGitHub, dotnetCorePackages, stdenv }: { lib, buildDotnetModule, fetchFromGitHub, dotnetCorePackages }: let inherit (dotnetCorePackages) combinePackages sdk_6_0 sdk_7_0; inherit (dotnetCorePackages) sdk_7_0; in buildDotnetModule rec { pname = \"fsautocomplete\";"} {"_id":"doc-en-nixpkgs-5e2ef3a9187419cff6de005bd99f83763c0d989f73fd15af7c6c27000065c62e","title":"","text":"--replace TargetFrameworks TargetFramework ''; dotnet-sdk = combinePackages [ sdk_7_0 sdk_6_0 ]; dotnet-runtime = sdk_6_0; dotnet-sdk = sdk_7_0; dotnet-runtime = sdk_7_0; projectFile = \"src/FsAutoComplete/FsAutoComplete.fsproj\"; executables = [ \"fsautocomplete\" ];"} {"_id":"doc-en-nixpkgs-081be9c085e734415c593a0194145076cf4a2aea1d8c4632bb01063e7eca6201","title":"","text":"(fetchNuGet { pname = \"McMaster.NETCore.Plugins\"; version = \"1.4.0\"; sha256 = \"1k2qz0qnf2b1kfwbzcynivy93jm7dcwl866d0fl7qlgq5vql7niy\"; }) (fetchNuGet { pname = \"MessagePack\"; version = \"2.5.108\"; sha256 = \"0cnaz28lhrdmavnxjkakl9q8p2yv8mricvp1b0wxdfnz8v41gwzs\"; }) (fetchNuGet { pname = \"MessagePack.Annotations\"; version = \"2.5.108\"; sha256 = \"0nb1fx8dwl7304kw0bc375bvlhb7pg351l4cl3vqqd7d8zqjwx5v\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Ref\"; version = \"6.0.24\"; sha256 = \"0lriw4f48f0q2vyagbngnffshdismn3msn7d6dj0lb2xdkzsz1f1\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm64\"; version = \"6.0.24\"; sha256 = \"08670zhn2ywkwy0d7sj89rikxccy5qg0vsjwpbypvzndawng0bb9\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-x64\"; version = \"6.0.24\"; sha256 = \"0knx6lhlqxn3lkgakpab0663788q0si00m9ga7wdn2mzqq0s9yx0\"; }) (fetchNuGet { pname = \"Microsoft.Bcl.AsyncInterfaces\"; version = \"7.0.0\"; sha256 = \"1waiggh3g1cclc81gmjrqbh128kwfjky3z79ma4bd2ms9pa3gvfm\"; }) (fetchNuGet { pname = \"Microsoft.Bcl.HashCode\"; version = \"1.1.0\"; sha256 = \"1ggsadahlp76zcn1plapszd5v5ja8rh479fwrahqd3knql4dfnr0\"; }) (fetchNuGet { pname = \"Microsoft.Build\"; version = \"17.2.0\"; sha256 = \"09hs74nr0kv83wc1way9x7vq3nmxbr2s4vdy99hx78kj25pylcr7\"; })"} {"_id":"doc-en-nixpkgs-3836420d4186e600769cf75e819fe86cd796a95c9fcc9ce4fd353960725272d2","title":"","text":"(fetchNuGet { pname = \"Microsoft.NET.StringTools\"; version = \"17.4.0\"; sha256 = \"1smx30nq22plrn2mw4wb5vfgxk6hyx12b60c4wabmpnr81lq3nzv\"; }) (fetchNuGet { pname = \"Microsoft.NET.StringTools\"; version = \"17.6.3\"; sha256 = \"0g5jdg0jp844a2ygwlm04igsxkrihqcq2rpmfx722nrv3vrk0r0z\"; }) (fetchNuGet { pname = \"Microsoft.NET.Test.Sdk\"; version = \"17.4.1\"; sha256 = \"02p1j9fncd4fb2hyp51kw49d0dz30vvazhzk24c9f5ccc00ijpra\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm64\"; version = \"6.0.24\"; sha256 = \"1vyy01i4w2wcx82mrjjsbp98v9sjn1cwhdvkhrw8yrrb04lcxbir\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-x64\"; version = \"6.0.24\"; sha256 = \"02l6javfqwsaialkimmpsq3v4dhb1j4sxy19yvr5w5sdjmq1jh5y\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Ref\"; version = \"6.0.24\"; sha256 = \"1fy1hr14igy4lix4vmwkjj13cbyjjfhx8izch9cd9hc4f1y25767\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm64\"; version = \"6.0.24\"; sha256 = \"1zcn4px94z67j60cidynm5ab8cln1rrxabv7c24mlajqnkfw14sb\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-x64\"; version = \"6.0.24\"; sha256 = \"0rylvdvdc5rdmw2vcqi0fdzmiwwa1pwlqiavqnb2pslhhq8qg4mh\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"7.0.4\"; sha256 = \"0afmivk3m0hmwsiqnl87frzi7g57aiv5fwnjds0icl66djpb6zsm\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Targets\"; version = \"5.0.0\"; sha256 = \"0z3qyv7qal5irvabc8lmkh58zsl42mrzd1i0sssvzhv4q4kl3cg6\"; }) (fetchNuGet { pname = \"Microsoft.NETFramework.ReferenceAssemblies\"; version = \"1.0.3\"; sha256 = \"0hc4d4d4358g5192mf8faijwk0bpf9pjwcfd3h85sr67j0zhj6hl\"; })"} {"_id":"doc-en-nixpkgs-abc494ec164977a1685cc4116426ec2798d283e6c9563970fb33bd44b65098bc","title":"","text":"tree-sitter-nickel = lib.importJSON ./tree-sitter-nickel.json; tree-sitter-nix = lib.importJSON ./tree-sitter-nix.json; tree-sitter-norg = lib.importJSON ./tree-sitter-norg.json; tree-sitter-norg-meta = lib.importJSON ./tree-sitter-norg-meta.json; tree-sitter-nu = lib.importJSON ./tree-sitter-nu.json; tree-sitter-ocaml = lib.importJSON ./tree-sitter-ocaml.json; tree-sitter-org-nvim = lib.importJSON ./tree-sitter-org-nvim.json;"} {"_id":"doc-en-nixpkgs-83b32f9d0a3d5489874362d0b3e3067f8eeea0954c921681cfdb00a19304b39e","title":"","text":" { \"url\": \"https://github.com/nvim-neorg/tree-sitter-norg-meta\", \"rev\": \"a479d1ca05848d0b51dd25bc9f71a17e0108b240\", \"date\": \"2023-05-28T19:01:42+02:00\", \"path\": \"/nix/store/7yp5rzpmdvyhhl38brhz0vl3gd9qv03y-tree-sitter-norg-meta\", \"sha256\": \"1vvl39m41wgsq7xkfi523zx6nza03dkzgk6izc39igmwx5hsdl7f\", \"hash\": \"sha256-7tCmYem8vpgG+9HM92cbQH1r+h+iRDf7wfrxQGoadO8=\", \"fetchLFS\": false, \"fetchSubmodules\": false, \"deepClone\": false, \"leaveDotGit\": false } "} {"_id":"doc-en-nixpkgs-cdbd620896e7f9fe1e227ae5832201fac1333f3da0f5893398af27b79920a2f0","title":"","text":"\"tree-sitter-agda\" # abandoned \"tree-sitter-fluent\" # to unblock my update \"csharp-tree-sitter\" ]; ignoredTreeSitterOrgReposJson = jsonFile \"ignored-tree-sitter-org-repos\" ignoredTreeSitterOrgRepos;"} {"_id":"doc-en-nixpkgs-04e99eec846b9609e83ba37b7e0d6b1fefae42cfbd422aa468bdf6df9fc97479","title":"","text":"orga = \"nvim-neorg\"; repo = \"tree-sitter-norg\"; }; \"tree-sitter-norg-meta\" = { orga = \"nvim-neorg\"; repo = \"tree-sitter-norg-meta\"; }; \"tree-sitter-commonlisp\" = { orga = \"thehamsta\"; repo = \"tree-sitter-commonlisp\";"} {"_id":"doc-en-nixpkgs-6aac9e5bda2edb42490e60a5f3d11fd9a50fa534975e9a590778c83d85caca79","title":"","text":"}: stdenv.mkDerivation (finalAttrs: { pname = \"ticktick\"; version = \"1.0.80\"; version = \"2.0.0\"; src = fetchurl { url = \"https://d2atcrkye2ik4e.cloudfront.net/download/linux/linux_deb_x64/${finalAttrs.pname}-${finalAttrs.version}-amd64.deb\"; hash = \"sha256-EK+8NFEim2gcFj9t6AGYdGVlyFj9Yq7NaOia3XKy3cc=\"; hash = \"sha256-LOllYdte+Y+pbjXI2zOQrwptmUo4Ck6OyYoEX6suY08=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-923183b74001ffa6a5f5add47dbac688005b7a099daf09b104fee5bdd1d743f5","title":"","text":"python = python3; in python.pkgs.buildPythonApplication rec { pname = \"spotdl\"; version = \"4.2.1\"; format = \"pyproject\"; version = \"4.2.2\"; pyproject = true; src = fetchFromGitHub { owner = \"spotDL\"; repo = \"spotify-downloader\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-xKas3WO3uigY1iFfxIN3+d+5U31vM7cLv08oMef8trc=\"; hash = \"sha256-pJr0OGUI3OcFsmvn9eqkvpFeF1EkHDdNoWc91s8h9O8=\"; }; nativeBuildInputs = with python.pkgs; ["} {"_id":"doc-en-nixpkgs-de0f7f1fda5cc0842d7847048793f8073b1e70f9691d4a40e739c9ceb1dafc36","title":"","text":"# require networking \"tests/test_init.py\" \"tests/test_matching.py\" \"tests/providers/lyrics\" \"tests/types\" \"tests/utils/test_github.py\" \"tests/utils/test_m3u.py\" \"tests/utils/test_metadata.py\" \"tests/utils/test_search.py\""} {"_id":"doc-en-nixpkgs-51ceeaf3c6c57af6ac8240177ba13aac5f662c03cf89a0730229a8b5b2f88e98","title":"","text":"disabledTests = [ # require networking \"test_album_from_url\" \"test_convert\" \"test_download_ffmpeg\" \"test_download_song\""} {"_id":"doc-en-nixpkgs-940b4cefda66409f7ccdccd394ddb0cb8a9f0a8bc0811d20302a25f8f8ec7fb5","title":"","text":"Enabled Fcitx5 addons. ''; }; waylandFrontend = mkOption { type = types.bool; default = false; description = lib.mdDoc '' Use the Wayland input method frontend. See [Using Fcitx 5 on Wayland](https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland). ''; }; quickPhrase = mkOption { type = with types; attrsOf str; default = { };"} {"_id":"doc-en-nixpkgs-5d1c822eed84b7674f7807379f38a9aeb1e49b3092d169f537f7a81e44b90f00","title":"","text":"]; environment.variables = { GTK_IM_MODULE = \"fcitx\"; QT_IM_MODULE = \"fcitx\"; XMODIFIERS = \"@im=fcitx\"; QT_PLUGIN_PATH = [ \"${fcitx5Package}/${pkgs.qt6.qtbase.qtPluginPrefix}\" ]; } // lib.optionalAttrs (!cfg.waylandFrontend) { GTK_IM_MODULE = \"fcitx\"; QT_IM_MODULE = \"fcitx\"; } // lib.optionalAttrs cfg.ignoreUserConfig { SKIP_FCITX_USER_PATH = \"1\"; };"} {"_id":"doc-en-nixpkgs-ebb2b8c8931cc2bc3dc9d778683794eaa12e62d96b08bfed7a2641745106630f","title":"","text":"buildPythonPackage rec { pname = \"qdarkstyle\"; version = \"3.1\"; version = \"3.2.3\"; src = fetchPypi { inherit version; pname = \"QDarkStyle\"; hash = \"sha256-YAWE1iU0Pg3dEo3gg5PTw1Y3eGpJgn8XTSmqfKqCecE=\"; hash = \"sha256-DAt/dKbpISEAiZKzabq2BGgVfbHALNMNZKXpo7QC8a4=\"; }; # No tests available"} {"_id":"doc-en-nixpkgs-58912549d0739004eb417f771e84b6f00dabbca98d7b557906d9801b878b4621","title":"","text":"if pkgs.stdenv.hostPlatform != pkgs.stdenv.buildPlatform then '' echo \"Ignoring validation for cross-compilation\" '' else '' else let showCommand = if isNixAtLeast \"2.20pre\" then \"config show\" else \"show-config\"; in '' echo \"Validating generated nix.conf\" ln -s $out ./nix.conf set -e set +o pipefail NIX_CONF_DIR=$PWD ${cfg.package}/bin/nix show-config ${optionalString (isNixAtLeast \"2.3pre\") \"--no-net\"} ${cfg.package}/bin/nix ${showCommand} ${optionalString (isNixAtLeast \"2.3pre\") \"--no-net\"} ${optionalString (isNixAtLeast \"2.4pre\") \"--option experimental-features nix-command\"} |& sed -e 's/^warning:/error:/' | (! grep '${if cfg.checkAllErrors then \"^error:\" else \"^error: unknown setting\"}')"} {"_id":"doc-en-nixpkgs-3558a6f165a64360f2c8f739df82c4da410001341ac0960fd7dcf74831bb74b6","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"certmgr\"; version = \"3.0.3\"; src = fetchFromGitHub { owner = \"cloudflare\"; repo = \"certmgr\"; rev = \"v${version}\"; hash = \"sha256-MgNPU06bv31tdfUnigcmct8UTVztNLXcmTg3H/J7mic=\"; }; vendorHash = null; ldflags = [ \"-s\" \"-w\" ]; meta = with lib; { homepage = \"https://cfssl.org/\"; description = \"Cloudflare's automated certificate management using a CFSSL CA\"; platforms = platforms.linux; license = licenses.bsd2; maintainers = with maintainers; [ johanot srhb ]; }; } "} {"_id":"doc-en-nixpkgs-6f33900850b2cc258b3f287e50b8db8f304bcd8699763830725b1ea64388aaa2","title":"","text":" { lib, buildGoPackage, fetchFromGitHub, fetchpatch }: let generic = { patches ? [] }: buildGoPackage rec { version = \"1.6.4\"; pname = \"certmgr\"; goPackagePath = \"github.com/cloudflare/certmgr/\"; src = fetchFromGitHub { owner = \"cloudflare\"; repo = \"certmgr\"; rev = \"v${version}\"; sha256 = \"0glvyp61ya21pdm2bsvq3vfhmmxc2998vxc6hiyc79ijsv9n6jqi\"; }; inherit patches; meta = with lib; { homepage = \"https://cfssl.org/\"; description = \"Cloudflare's certificate manager\"; platforms = platforms.linux; license = licenses.bsd2; maintainers = with maintainers; [ johanot srhb ]; }; }; in { certmgr = generic {}; certmgr-selfsigned = generic { # The following patch makes it possible to use a self-signed x509 cert # for the cfssl apiserver. # TODO: remove patch when PR is merged. patches = [ (fetchpatch { # https://github.com/cloudflare/certmgr/pull/51 name = \"cloudflare-certmgr-pull-51.patch\"; url = \"https://github.com/cloudflare/certmgr/compare/232e0adf8379db28ab74c46e0dd3eddb3cd8f2ea...55c595a4a2dc871726b3c8337469daf5597718a3.patch\"; sha256 = \"0jhsw159d2mgybvbbn6pmvj4yqr5cwcal5fjwkcn9m4f4zlb6qrs\"; }) ]; }; } "} {"_id":"doc-en-nixpkgs-4d9a691c7a93251bc225be6b72fb1c61ebf902f4c29326e564be6990baa9ab6b","title":"","text":"catfish = throw \"'catfish' has been renamed to/replaced by 'xfce.catfish'\"; # Converted to throw 2023-09-10 cawbird = throw \"cawbird has been abandoned upstream and is broken anyways due to Twitter closing its API\"; ccloud-cli = throw \"ccloud-cli has been removed, please use confluent-cli instead\"; # Added 2023-06-09 certmgr-selfsigned = certmgr; # Added 2023-11-30 chefdk = throw \"chefdk has been removed due to being deprecated upstream by Chef Workstation\"; # Added 2023-03-22 chocolateDoom = chocolate-doom; # Added 2023-05-01 chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27"} {"_id":"doc-en-nixpkgs-c436d79d155dc0e5c597519ffbfeb3a8283d445739f71f3352320929412da993","title":"","text":"ceph-client; ceph-dev = ceph; inherit (callPackages ../tools/security/certmgr { }) certmgr certmgr-selfsigned; cfdg = callPackage ../tools/graphics/cfdg { }; cglm = callPackage ../development/libraries/cglm { };"} {"_id":"doc-en-nixpkgs-85e3755cc70824d7d092d9d29086e8a97bbf258abc099c24f82b16e8ccc41cfc","title":"","text":"keyfile ${cfg.ssl.keyfile} ''; passwordConf = optionalString cfg.checkPasswords '' password_file ${cfg.dataDir}/passwd ''; mosquittoConf = pkgs.writeText \"mosquitto.conf\" '' pid_file /run/mosquitto/pid acl_file ${aclFile}"} {"_id":"doc-en-nixpkgs-2edbde4d54b9ff997304cdee46d5c5fd80634980a962eda284026ba76cb12d25","title":"","text":"allow_anonymous ${boolToString cfg.allowAnonymous} bind_address ${cfg.host} port ${toString cfg.port} ${passwordConf} ${listenerConf} ${cfg.extraConf} '';"} {"_id":"doc-en-nixpkgs-a9a8b98de5d5922e9f89f55c420e6a534cd331dc0c98c3b2224ff414307f4ad9","title":"","text":"''; }; checkPasswords = mkOption { default = false; example = true; type = types.bool; description = '' Refuse connection when clients provide incorrect passwords. ''; }; extraConf = mkOption { default = \"\"; type = types.lines;"} {"_id":"doc-en-nixpkgs-c445f0447e1df8c87819f254eac9b2df78b8a4416b8523dd9f542053f83d9524","title":"","text":"description = '' Specifies the hashed password for the MQTT User. overrides . To generate hashed password install mkpasswd package and run mkpasswd -m sha-512. To generate hashed password install mosquitto package and use mosquitto_passwd. ''; };"} {"_id":"doc-en-nixpkgs-23bbaa5fe7b329f540aa0ca7386fa47f1b92199381c2eae4793db0d797749fb3","title":"","text":", libepoxy , libva , libvdpau , libglvnd , numactl , amf-headers , intel-media-sdk"} {"_id":"doc-en-nixpkgs-ea91d2bcc0b9790b481ddf860724a90301a041aa69f40dfc3b41f1d00366fd35","title":"","text":"mesa xorg.libXrandr libxcb libglvnd ]; cmakeFlags = ["} {"_id":"doc-en-nixpkgs-bc3a50e0aebc16e08897c937ed51884243e8f4f5644d33208ca84911b4bdd124","title":"","text":"{ \"packageVersion\": \"120.0-1\", \"packageVersion\": \"120.0.1-1\", \"source\": { \"rev\": \"120.0-1\", \"sha256\": \"1wms3kyimmfzl64rbphgap2sm87lwkl0pr24rx4rxf3px3bq97f3\" \"rev\": \"120.0.1-1\", \"sha256\": \"0kvfa97m7dq1b030d62zblpb445fkbgb2w19bckxwxv7mx36awy7\" }, \"settings\": { \"rev\": \"b587388bdbe63511c478cb8b5f82c2e80040414c\", \"sha256\": \"03cw6wh7358pgld4qgs534pl2lnfvwc0xl2yyb3n3pyvmba6cyrp\" \"rev\": \"9dac02778ebed3e2614da52c36b7cede45f4f602\", \"sha256\": \"0flk6v50cyiaajzcz9gm1hig00vkw9xdbjd5rdxidrmhcqxy24vy\" }, \"firefox\": { \"version\": \"120.0\", \"sha512\": \"31d5f9e1d4173280c8de6d9b8551bc6bba5e2c49b84f944f50d42002d5b39c2fb743bc130f26c81160388a102b8301b94a0a378ecdfa6f943860f971a860df8c\" \"version\": \"120.0.1\", \"sha512\": \"dd0e3eb234d58c39431d1f100834ef4bcc8cfb89ff471a37b948eda4dd3874b63b1979cda39a0db0dd3b4a579b5f09a7d2d1f39d26fd9f2b8d5635e4b8738b6c\" } }"} {"_id":"doc-en-nixpkgs-2b068bdcca17fa96d9b4648a13cd9ca6048e939c34481f5584c820faa95b5ab1","title":"","text":"database = lib.last (lib.splitString \"/\" noSchema); }; postgresDBs = [ postgresDBs = builtins.filter isPostgresql [ cfg.settings.database cfg.settings.crypto_database cfg.settings.plugin_databases.postgres"} {"_id":"doc-en-nixpkgs-e3d620c7233a98307e74bf8b890e3494926fbad6b54e0877639f0baa65f4a1df","title":"","text":"if builtins.isNull (baseConfig.server.override_resource_path or null) then \"${unwrapped}/${python3.sitePackages}/maubot/management/frontend/build\" else baseConfig.server.override_resource_path; })})} $out/${python3.sitePackages}/maubot/example-config.yaml })} $out/${python3.sitePackages}/maubot/example-config.yaml rm -rf $out/bin ''} mkdir -p $out/bin"} {"_id":"doc-en-nixpkgs-4a497d06495a2426503661b10d953a1dfbb89a7f108d00f06c6967052f683693","title":"","text":"overlays, crossOverlays ? [ ], # Allow passing in bootstrap files directly so we can test the stdenv bootstrap process when changing the bootstrap tools bootstrapFiles ? bootstrapFiles ? (config.replaceBootstrapFiles or lib.id) ( if localSystem.isAarch64 then import ./bootstrap-files/aarch64-apple-darwin.nix else import ./bootstrap-files/x86_64-apple-darwin.nix, import ./bootstrap-files/x86_64-apple-darwin.nix ), }: assert crossSystem == localSystem;"} {"_id":"doc-en-nixpkgs-42f98229955418654f2749aff779fb4fd90992983e56499e2ab9a643b2891f1e","title":"","text":"or (throw \"unsupported libc for the pure Linux stdenv\"); files = archLookupTable.${localSystem.system} or (if getCompatibleTools != null then getCompatibleTools else (throw \"unsupported platform for the pure Linux stdenv\")); in files in (config.replaceBootstrapFiles or lib.id) files }: assert crossSystem == localSystem;"} {"_id":"doc-en-nixpkgs-52d787e0baf2bcda4f8edc32cf2f7a10f5d6a5c728e881886be805bf7ccb140c","title":"","text":"feature = \"build packages with CUDA support by default\"; }; replaceBootstrapFiles = mkMassRebuild { type = types.functionTo (types.attrsOf types.package); default = lib.id; defaultText = literalExpression \"lib.id\"; description = '' Use the bootstrap files returned instead of the default bootstrap files. The default bootstrap files are passed as an argument. ''; example = literalExpression '' prevFiles: let replacements = { \"sha256-YQlr088HPoVWBU2jpPhpIMyOyoEDZYDw1y60SGGbUM0=\" = import { url = \"(custom glibc linux x86_64 bootstrap-tools.tar.xz)\"; hash = \"(...)\"; }; \"sha256-QrTEnQTBM1Y/qV9odq8irZkQSD9uOMbs2Q5NgCvKCNQ=\" = import { url = \"(custom glibc linux x86_64 busybox)\"; hash = \"(...)\"; executable = true; }; }; in builtins.mapAttrs (name: prev: replacements.''${prev.outputHash} or prev) prevFiles ''; }; rocmSupport = mkMassRebuild { type = types.bool; default = false;"} {"_id":"doc-en-nixpkgs-d09f9f4f6361e9d3708808676e6b5fa4d3921260b0a4354cefcffc53ae1330fb","title":"","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":"doc-en-nixpkgs-7aaf7fada8933414b8a1c2141af32c11305a2091cb8f29457b52f6c3ee8444f8","title":"","text":", cargo , copyDesktopItems , dbus , electron_25 , electron_26 , fetchFromGitHub , fetchpatch2 , glib"} {"_id":"doc-en-nixpkgs-763dcaed3b73622f9c1bf14a183c9a77b2675413062d1cbad89c0ca3b22d0316","title":"","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":"doc-en-nixpkgs-b8073779f870ac3856982fd6fb8da746f47fd1bfb31b723df66e7e1b7273816d","title":"","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":"doc-en-nixpkgs-865f1e7518068563dddee61f7935098cde91a00ca5a601512b2195e88e1870c4","title":"","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":"doc-en-nixpkgs-a90e54bef9018f96c4ba683be68c703cc9d09691916f16a453b30f345a9629fa","title":"","text":"changelog = \"https://github.com/executablebooks/markdown-it-py/blob/${src.rev}/CHANGELOG.md\"; license = licenses.mit; maintainers = with maintainers; [ bhipple ]; mainProgram = \"markdown-it\"; }; }"} {"_id":"doc-en-nixpkgs-5349ba2c7c480a924457e227584762e5e33676cf92d234d3ca476830f189b434","title":"","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index 80a3bdcd6..380a1573a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ option( \"Link dependencies using CMake's find_package and do not use internal builds\" ${SRB2_CONFIG_SYSTEM_LIBRARIES_DEFAULT} ) -option(SRB2_CONFIG_ENABLE_TESTS \"Build the test suite\" ON) +option(SRB2_CONFIG_ENABLE_TESTS \"Build the test suite\" OFF) # This option isn't recommended for distribution builds and probably won't work (yet). cmake_dependent_option( SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES @@ -80,25 +80,6 @@ option(SRB2_CONFIG_ZDEBUG \"Compile with ZDEBUG defined.\" OFF) option(SRB2_CONFIG_PROFILEMODE \"Compile for profiling (GCC only).\" OFF) set(SRB2_CONFIG_ASSET_DIRECTORY \"\" CACHE PATH \"Path to directory that contains all asset files for the installer. If set, assets will be part of installation and cpack.\") -if(SRB2_CONFIG_ENABLE_TESTS) -\t# https://github.com/catchorg/Catch2 -\tCPMAddPackage( -\t\tNAME Catch2 -\t\tVERSION 3.4.0 -\t\tGITHUB_REPOSITORY catchorg/Catch2 -\t\tOPTIONS -\t\t\t\"CATCH_INSTALL_DOCS OFF\" -\t) -\tlist(APPEND CMAKE_MODULE_PATH \"${Catch2_SOURCE_DIR}/extras\") -\tinclude(CTest) -\tinclude(Catch) -\tadd_executable(srb2tests) -\t# To add tests, use target_sources to add individual test files to the target in subdirs. -\ttarget_link_libraries(srb2tests PRIVATE Catch2::Catch2 Catch2::Catch2WithMain) -\ttarget_compile_features(srb2tests PRIVATE c_std_11 cxx_std_17) -\tcatch_discover_tests(srb2tests) -endif() - # Enable CCache # (Set USE_CCACHE=ON to use, CCACHE_OPTIONS for options) if(\"${CMAKE_HOST_SYSTEM_NAME}\" STREQUAL Windows) @@ -113,12 +94,6 @@ if(\"${CMAKE_HOST_SYSTEM_NAME}\" STREQUAL Windows) message(WARNING \"USE_CCACHE was set but ccache is not found (set CCACHE_TOOL_PATH)\") endif() endif() -else() -\tCPMAddPackage( -\t\tNAME Ccache.cmake -\t\tGITHUB_REPOSITORY TheLartians/Ccache.cmake -\t\tVERSION 1.2 -\t) endif() # Dependencies @@ -179,7 +154,7 @@ include(GitUtilities) if(\"${SRB2_SDL2_EXE_NAME}\" STREQUAL \"\") # cause a reconfigure if the branch changes get_git_dir(SRB2_GIT_DIR) -\tconfigure_file(\"${SRB2_GIT_DIR}/HEAD\" HEAD COPYONLY) +\t#configure_file(\"${SRB2_GIT_DIR}/HEAD\" HEAD COPYONLY) git_current_branch(SRB2_GIT_REVISION) "} {"_id":"doc-en-nixpkgs-2ba735532b76b227ffae8a586eccfad01ebda3cb890e52e0cefbb9431f6180de","title":"","text":" { lib , stdenv , fetchgit , fetchFromGitHub , cmake , curl , nasm , libopenmpt , game-music-emu , libpng , SDL2 , SDL2_mixer , zlib , makeWrapper , makeDesktopItem , copyDesktopItems }: stdenv.mkDerivation (finalAttrs: { pname = \"srb2\"; version = \"2.2.13\"; src = fetchFromGitHub { owner = \"STJr\"; repo = \"SRB2\"; rev = \"SRB2_release_${finalAttrs.version}\"; hash = \"sha256-OSkkjCz7ZW5+0vh6l7+TpnHLzXmd/5QvTidRQSHJYX8=\"; }; nativeBuildInputs = [ cmake nasm makeWrapper copyDesktopItems ]; buildInputs = [ curl game-music-emu libpng libopenmpt SDL2 SDL2_mixer zlib ]; assets = stdenv.mkDerivation { pname = \"srb2-data\"; version = finalAttrs.version; src = fetchgit { url = \"https://git.do.srb2.org/STJr/srb2assets-public\"; rev = \"SRB2_release_${finalAttrs.version}\"; hash = \"sha256-OXvO5ZlujIYmYevc62Dtx192dxoujQMNFUCrH5quBBg=\"; fetchLFS = true; }; installPhase = '' runHook preInstall mkdir -p $out/share/srb2 cp -r * $out/share/srb2 runHook postInstall ''; }; cmakeFlags = [ \"-DSRB2_ASSET_DIRECTORY=${finalAttrs.assets}/share/srb2\" \"-DGME_INCLUDE_DIR=${game-music-emu}/include\" \"-DOPENMPT_INCLUDE_DIR=${libopenmpt.dev}/include\" \"-DSDL2_MIXER_INCLUDE_DIR=${lib.getDev SDL2_mixer}/include/SDL2\" \"-DSDL2_INCLUDE_DIR=${lib.getDev SDL2.dev}/include/SDL2\" ]; patches = [ # Make the build work without internet connectivity # See: https://build.opensuse.org/request/show/1109889 ./cmake.patch ./thirdparty.patch ]; desktopItems = [ (makeDesktopItem rec { name = \"Sonic Robo Blast 2\"; exec = finalAttrs.pname; icon = finalAttrs.pname; comment = finalAttrs.meta.description; desktopName = name; genericName = name; categories = [ \"Game\" ]; startupWMClass = \".srb2-wrapped\"; }) ]; installPhase = '' runHook preInstall mkdir -p $out/bin $out/share/applications $out/share/pixmaps $out/share/icons copyDesktopItems cp ../srb2.png $out/share/pixmaps/. cp ../srb2.png $out/share/icons/. cp bin/lsdlsrb2 $out/bin/srb2 wrapProgram $out/bin/srb2 --set SRB2WADDIR \"${finalAttrs.assets}/share/srb2\" runHook postInstall ''; meta = with lib; { description = \"Sonic Robo Blast 2 is a 3D Sonic the Hedgehog fangame based on a modified version of Doom Legacy\"; homepage = \"https://www.srb2.org/\"; platforms = platforms.linux; license = licenses.gpl2Plus; maintainers = with maintainers; [ zeratax donovanglover ]; mainProgram = \"srb2\"; }; }) "} {"_id":"doc-en-nixpkgs-7cd4a9a36b08338efdd3e51b4f186bba11caef9b76562495ede346b6e6c48bf7","title":"","text":" diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index f33b3bf3f..1214f179c 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -16,6 +16,5 @@ if(NOT \"${SRB2_CONFIG_SYSTEM_LIBRARIES}\") include(\"cpm-png.cmake\") include(\"cpm-curl.cmake\") include(\"cpm-openmpt.cmake\") +\tinclude(\"cpm-libgme.cmake\") endif() - -include(\"cpm-libgme.cmake\") "} {"_id":"doc-en-nixpkgs-f91ea6ce5172364ba3fe98a6e44b7004f81e645b48d41cc87016801b2c61a8b9","title":"","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index 80a3bdcd6..380a1573a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ option( \"Link dependencies using CMake's find_package and do not use internal builds\" ${SRB2_CONFIG_SYSTEM_LIBRARIES_DEFAULT} ) -option(SRB2_CONFIG_ENABLE_TESTS \"Build the test suite\" ON) +option(SRB2_CONFIG_ENABLE_TESTS \"Build the test suite\" OFF) # This option isn't recommended for distribution builds and probably won't work (yet). cmake_dependent_option( SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES @@ -80,25 +80,6 @@ option(SRB2_CONFIG_ZDEBUG \"Compile with ZDEBUG defined.\" OFF) option(SRB2_CONFIG_PROFILEMODE \"Compile for profiling (GCC only).\" OFF) set(SRB2_CONFIG_ASSET_DIRECTORY \"\" CACHE PATH \"Path to directory that contains all asset files for the installer. If set, assets will be part of installation and cpack.\") -if(SRB2_CONFIG_ENABLE_TESTS) -\t# https://github.com/catchorg/Catch2 -\tCPMAddPackage( -\t\tNAME Catch2 -\t\tVERSION 3.4.0 -\t\tGITHUB_REPOSITORY catchorg/Catch2 -\t\tOPTIONS -\t\t\t\"CATCH_INSTALL_DOCS OFF\" -\t) -\tlist(APPEND CMAKE_MODULE_PATH \"${Catch2_SOURCE_DIR}/extras\") -\tinclude(CTest) -\tinclude(Catch) -\tadd_executable(srb2tests) -\t# To add tests, use target_sources to add individual test files to the target in subdirs. -\ttarget_link_libraries(srb2tests PRIVATE Catch2::Catch2 Catch2::Catch2WithMain) -\ttarget_compile_features(srb2tests PRIVATE c_std_11 cxx_std_17) -\tcatch_discover_tests(srb2tests) -endif() - # Enable CCache # (Set USE_CCACHE=ON to use, CCACHE_OPTIONS for options) if(\"${CMAKE_HOST_SYSTEM_NAME}\" STREQUAL Windows) @@ -113,12 +94,6 @@ if(\"${CMAKE_HOST_SYSTEM_NAME}\" STREQUAL Windows) message(WARNING \"USE_CCACHE was set but ccache is not found (set CCACHE_TOOL_PATH)\") endif() endif() -else() -\tCPMAddPackage( -\t\tNAME Ccache.cmake -\t\tGITHUB_REPOSITORY TheLartians/Ccache.cmake -\t\tVERSION 1.2 -\t) endif() # Dependencies @@ -179,7 +154,7 @@ include(GitUtilities) if(\"${SRB2_SDL2_EXE_NAME}\" STREQUAL \"\") # cause a reconfigure if the branch changes get_git_dir(SRB2_GIT_DIR) -\tconfigure_file(\"${SRB2_GIT_DIR}/HEAD\" HEAD COPYONLY) +\t#configure_file(\"${SRB2_GIT_DIR}/HEAD\" HEAD COPYONLY) git_current_branch(SRB2_GIT_REVISION) "} {"_id":"doc-en-nixpkgs-4fab0447b2701df9d0e357ee93fc42629f1ea5e0878794c464b40ff64a8d7153","title":"","text":" { lib , stdenv , fetchurl , fetchFromGitHub , cmake , curl , nasm , libopenmpt , p7zip , game-music-emu , libpng , SDL2 , SDL2_mixer , zlib , unzip , makeWrapper , makeDesktopItem , copyDesktopItems }: stdenv.mkDerivation (finalAttrs: { pname = \"srb2\"; version = \"2.2.13\"; src = fetchFromGitHub { owner = \"STJr\"; repo = \"SRB2\"; rev = \"SRB2_release_${finalAttrs.version}\"; hash = \"sha256-OSkkjCz7ZW5+0vh6l7+TpnHLzXmd/5QvTidRQSHJYX8=\"; }; nativeBuildInputs = [ cmake nasm p7zip makeWrapper copyDesktopItems ]; buildInputs = [ curl game-music-emu libpng libopenmpt SDL2 SDL2_mixer zlib ]; assets = stdenv.mkDerivation { pname = \"srb2-data\"; version = finalAttrs.version; nativeBuildInputs = [ unzip ]; src = fetchurl { url = \"https://github.com/STJr/SRB2/releases/download/SRB2_release_${finalAttrs.version}/SRB2-v${lib.replaceStrings [\".\"] [\"\"] finalAttrs.version}-Full.zip\"; hash = \"sha256-g7kaNRE1tjcF5J2v+kTnrDzz4zs5f1b/NH67ce2ifUo=\"; }; sourceRoot = \".\"; installPhase = '' mkdir -p $out/share/srb2 cp -r *pk3 *dta *dat models/ $out/share/srb2/ ''; }; cmakeFlags = [ \"-DSRB2_ASSET_DIRECTORY=${finalAttrs.assets}/share/srb2\" \"-DGME_INCLUDE_DIR=${game-music-emu}/include\" \"-DOPENMPT_INCLUDE_DIR=${libopenmpt.dev}/include\" \"-DSDL2_MIXER_INCLUDE_DIR=${lib.getDev SDL2_mixer}/include/SDL2\" \"-DSDL2_INCLUDE_DIR=${lib.getDev SDL2.dev}/include/SDL2\" ]; patches = [ # Make the build work without internet connectivity # See: https://build.opensuse.org/request/show/1109889 ./cmake.patch ./thirdparty.patch ]; desktopItems = [ (makeDesktopItem rec { name = \"Sonic Robo Blast 2\"; exec = finalAttrs.pname; icon = finalAttrs.pname; comment = finalAttrs.meta.description; desktopName = name; genericName = name; categories = [ \"Game\" ]; }) ]; installPhase = '' mkdir -p $out/bin $out/share/applications $out/share/pixmaps $out/share/icons copyDesktopItems cp ../srb2.png $out/share/pixmaps/. cp ../srb2.png $out/share/icons/. cp bin/lsdlsrb2 $out/bin/srb2 wrapProgram $out/bin/srb2 --set SRB2WADDIR \"${finalAttrs.assets}/share/srb2\" ''; meta = with lib; { description = \"Sonic Robo Blast 2 is a 3D Sonic the Hedgehog fangame based on a modified version of Doom Legacy\"; homepage = \"https://www.srb2.org/\"; platforms = platforms.linux; license = licenses.gpl2Plus; maintainers = with maintainers; [ zeratax donovanglover ]; mainProgram = \"srb2\"; }; }) "} {"_id":"doc-en-nixpkgs-bccf649d8fd322c5c0c0b41ab608cf5ef5a73aed16c2c7523e11686f9e2dc693","title":"","text":" diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index f33b3bf3f..1214f179c 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -16,6 +16,5 @@ if(NOT \"${SRB2_CONFIG_SYSTEM_LIBRARIES}\") include(\"cpm-png.cmake\") include(\"cpm-curl.cmake\") include(\"cpm-openmpt.cmake\") +\tinclude(\"cpm-libgme.cmake\") endif() - -include(\"cpm-libgme.cmake\") "} {"_id":"doc-en-nixpkgs-7d03289d463cb2476df16f45bd97b4deaddb0c25567c574aefe8a38cd4adcaff","title":"","text":"springLobby = callPackage ../games/spring/springlobby.nix { }; srb2 = callPackage ../games/srb2 { }; ssl-cert-check = callPackage ../tools/admin/ssl-cert-check { }; stardust = callPackage ../games/stardust { };"} {"_id":"doc-en-nixpkgs-f3cef86ad02fe4ad40d4d4e4f514b1f2bcfb47eb8d86e63eb4607fb7241cbc39","title":"","text":", Cocoa , AGL , OpenGL , withCuda ? false, cudatoolkit , config , withCuda ? config.cudaSupport, cudaPackages }: stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-89419ee3b4aa375d665b905e312146c65d75ab43f15fb5538d510db6050ef808","title":"","text":"sed -i '/-ffloat-store/d' cmake/pcl_find_sse.cmake ''; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ]; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ] ++ lib.optionals withCuda [ cudaPackages.cuda_nvcc ]; buildInputs = [ eigen libusb1"} {"_id":"doc-en-nixpkgs-78802ff1a6fbc7e0bb71adba15fc67689ca1125eb9a96b88908ffc2f9147142e","title":"","text":"qtbase libXt ] ++ lib.optionals stdenv.isDarwin [ Cocoa AGL ] ++ lib.optionals withCuda [ cudatoolkit ]; ++ lib.optionals stdenv.isDarwin [ Cocoa AGL ]; propagatedBuildInputs = [ boost"} {"_id":"doc-en-nixpkgs-f103c49603514640e50e66eaa82bfecc2969138e8ec08d511fe800b0eda16b56","title":"","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":"doc-en-nixpkgs-e6fa3aae456d09da8658d0e32cf7cacb8b15e98d76c2f884fbb3bce0eac305ae","title":"","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":"doc-en-nixpkgs-de43ed907712f53bec2cded6f84c6647ea6d17409557ff6c71eb4a36bbc9d780","title":"","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":"doc-en-nixpkgs-33f53b87003086dd46ebb1c86f96bbd9e21571f07f1b522c52f32062b415bbd2","title":"","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":"doc-en-nixpkgs-dc89b0096b38396bfd149a3a1b140ae81b0e6bedd86ba9e07b8ef00041126fa7","title":"","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":"doc-en-nixpkgs-1a311ee1bbfd5c9da77c14c677e17d044543e7569ef7dc74a5e5c7e5fea6c90a","title":"","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":"doc-en-nixpkgs-b150931b3f0e51b7080d99a00657b07a3b1062d792fe5e7e6e0d7ef1d97b5584","title":"","text":"{ lib , stdenv , mkDerivation , fetchurl , fetchFromGitHub , cmake , doxygen , graphviz"} {"_id":"doc-en-nixpkgs-980ac425038debe3a8f856e68f2c74e19bab1d6f07d2c61996311bd5efb0aae7","title":"","text":", python3 , qtxmlpatterns , qwt , wrapQtAppsHook }: let"} {"_id":"doc-en-nixpkgs-0fe31b1d6af6a1abbe0faf755a3e9647f28eafe6f7297476781b2cbb9253629a","title":"","text":"cgal = cgal_5.override { boost = boost'; }; in mkDerivation rec { in stdenv.mkDerivation (finalAttrs: { pname = \"gplates\"; version = \"2.3.0\"; version = \"2.4\"; src = fetchurl { name = \"gplates_${version}_src.tar.bz2\"; url = \"https://www.earthbyte.org/download/8421/?uid=b89bb31428\"; sha256 = \"0lrcmcxc924ixddii8cyglqlwwxvk7f00g4yzbss5i3fgcbh8n96\"; src = fetchFromGitHub { owner = \"GPlates\"; repo = \"GPlates\"; rev = \"GPlates-${finalAttrs.version}\"; hash = \"sha256-BRvrqczGguE2z44ZboxeJxgWEA+t02XkzvU+yF4ki6s=\"; }; patches = [ ./boost-placeholders.patch ]; nativeBuildInputs = [ cmake doxygen graphviz wrapQtAppsHook ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-e540b191da76f22b950b65ffecdd0bfa4d2d46e4578c8cf9fbbd4d42c7fb223a","title":"","text":"homepage = \"https://www.gplates.org\"; license = licenses.gpl2Only; platforms = platforms.all; broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gplates.x86_64-darwin broken = stdenv.isDarwin; # FIX: this check: https://github.com/GPlates/GPlates/blob/gplates/cmake/modules/Config_h.cmake#L72 }; } }) "} {"_id":"doc-en-nixpkgs-da00a724a09b4cd02c2c37a041d02036a03c0ba144a61bd1eb8dde5f47f14eea","title":"","text":"path = registry_info[\"path\"] packageToml = toml.load(registry_path / path / \"Package.toml\") all_versions = toml.load(registry_path / path / \"Versions.toml\") versions_toml = registry_path / path / \"Versions.toml\" all_versions = toml.load(versions_toml) if not pkg[\"version\"] in all_versions: continue version_to_use = all_versions[pkg[\"version\"]] if not \"nix-sha256\" in version_to_use: raise KeyError(f\"\"\"Couldn't find nix-sha256 hash for {pkg[\"name\"]} {pkg[\"version\"]} in {versions_toml}. This might indicate that we failed to prefetch the hash when computing the augmented registry. Was there a relevant failure in {registry_path / \"failures.yml\"}?\"\"\") repo = packageToml[\"repo\"] f.write(f\"\"\" \"{uuid}\" = {{ src = fetchgit {{"} {"_id":"doc-en-nixpkgs-c4c57d5429ebd3aa162630bfbb33c9219af63dc86fbbf8bb44da49cc90b33f0b","title":"","text":"fetchFromGitHub { owner = \"CodeDownIO\"; repo = \"General\"; rev = \"baf9e22ecdf97b6424a611ac4a565c6ee60d3f44\"; sha256 = \"1nd3x2z8r6578149pbpkx9qw2ajln1kfy7w5kjsnv56v180h0ddf\"; # date = \"2023-12-14T12:20:00+00:00\"; rev = \"de80ad56e87f222ca6a7a517c69039d35437ab42\"; sha256 = \"0pz1jmmcb2vn854w8w0zlpnihi470649cd8djh1wzgq2i2fy83bl\"; # date = \"2023-12-22T03:28:12+00:00\"; }"} {"_id":"doc-en-nixpkgs-3b760179373d37a1776a78195127a253d7e8a77dac0516a68654770a9607981e","title":"","text":" { stdenv , fetchFromGitHub , cmake , zlib , gmp , cryptominisat , boost , arjun-cnf , louvain-community , lib }: stdenv.mkDerivation (finalAttrs: { pname = \"approxmc\"; version = \"4.1.23\"; src = fetchFromGitHub { owner = \"meelgroup\"; repo = \"approxmc\"; rev = finalAttrs.version; hash = \"sha256-pE2m6Cc2u53H/5CM+2JuQxZOhjhHUZOi0kn23CJmALM=\"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ zlib gmp cryptominisat boost arjun-cnf louvain-community ]; meta = with lib; { description = \"Approximate Model Counter\"; homepage = \"https://github.com/meelgroup/approxmc\"; license = licenses.mit; maintainers = with maintainers; [ t4ccer ]; platforms = platforms.linux; mainProgram = \"approxmc\"; }; }) "} {"_id":"doc-en-nixpkgs-ba34414910fdf561704fc409c18c36429ad734f63cf05ef5fdf6aab4e7e5e4f1","title":"","text":" diff --git a/src/arjun.cpp b/src/arjun.cpp index d6ad786..119a267 100644 --- a/src/arjun.cpp +++ b/src/arjun.cpp @@ -98,6 +98,11 @@ DLL_PUBLIC bool Arjun::add_clause(const vector& lits) return arjdata->common.solver->add_clause(lits); } +DLL_PUBLIC bool Arjun::add_red_clause(const vector& lits) +{ + return arjdata->common.solver->add_red_clause(lits); +} + DLL_PUBLIC bool Arjun::add_xor_clause(const vector& vars, bool rhs) { assert(false && \"Funnily enough this does NOT work. The XORs would generate a BVA variable, and that would then not be returned as part of the simplified CNF. We could calculate a smaller independent set, but that's all.\"); diff --git a/src/arjun.h b/src/arjun.h index a39070c..907472a 100644 --- a/src/arjun.h +++ b/src/arjun.h @@ -61,6 +61,7 @@ namespace ArjunNS { void new_var(); bool add_xor_clause(const std::vector& vars, bool rhs); bool add_clause(const std::vector& lits); + bool add_red_clause(const std::vector& lits); bool add_bnn_clause( const std::vector& lits, signed cutoff, "} {"_id":"doc-en-nixpkgs-df195e2165974fdf8593c74f9f3b6ddc3b4ebb0a1ca8cf8abac8e39604855eba","title":"","text":" { stdenv , fetchFromGitHub , fetchpatch , cmake , cryptominisat , boost , louvain-community , lib }: stdenv.mkDerivation (finalAttrs: { pname = \"arjun-cnf\"; version = \"2.5.2\"; src = fetchFromGitHub { owner = \"meelgroup\"; repo = \"arjun\"; rev = finalAttrs.version; hash = \"sha256-5duc05s654HLjbf+dPgyMn6QUVvB0vLji3M4S2o/QYU=\"; }; # Can be removed after next release patches = [ (fetchpatch { url = \"https://github.com/meelgroup/arjun/commit/34188760f1ab4b1b557c45ccaee8d2b9b6f0b901.patch\"; hash = \"sha256-E/yk2ohHP2BAFg353r8EU01bZCqeEjvpJCrBsxPiOWM=\"; }) # Based on https://github.com/meelgroup/arjun/commit/99c4ed4ad820674632c5d9bbcc98c001f8cac98f ./fix-red-clause.patch ]; nativeBuildInputs = [ cmake ]; buildInputs = [ boost cryptominisat louvain-community ]; meta = with lib; { description = \"CNF minimizer and minimal independent set calculator\"; homepage = \"https://github.com/meelgroup/arjun\"; license = licenses.mit; maintainers = with maintainers; [ t4ccer ]; platforms = platforms.linux; mainProgram = \"arjun\"; }; }) "} {"_id":"doc-en-nixpkgs-8fe355e4e2081bc1283eac1b7f49eeb9386f65f9494c51aaf747c60bedb675c2","title":"","text":" { stdenv , fetchFromGitHub , cmake , lib }: stdenv.mkDerivation (finalAttrs: { pname = \"louvain-community\"; version = \"unstable-2021-03-18\"; src = fetchFromGitHub { owner = \"meelgroup\"; repo = \"louvain-community\"; rev = \"8cc5382d4844af127b1c1257373740d7e6b76f1e\"; hash = \"sha256-0i3wrDdOyleOPv5iVO1YzPfTPnIdljLabCvl3SYEQOs=\"; }; nativeBuildInputs = [ cmake ]; meta = with lib; { description = \"Louvain Community Detection Library\"; homepage = \"https://github.com/meelgroup/louvain-community\"; license = licenses.lgpl3Only; maintainers = with maintainers; [ t4ccer ]; platforms = platforms.unix; }; }) "} {"_id":"doc-en-nixpkgs-0f793ab213c3d83db799e53537f123926fd5afa7064fca53283cc8c164ae3605","title":"","text":"{ lib , fetchFromGitHub , llvmPackages_13 , llvmPackages , makeBinaryWrapper , libiconv , MacOSX-SDK"} {"_id":"doc-en-nixpkgs-6a882c2645a6cc9d5d4e8d358a67b6455ec756f50cbbd1b26cb7444053a3b992","title":"","text":"}: let llvmPackages = llvmPackages_13; inherit (llvmPackages) stdenv; in stdenv.mkDerivation rec { pname = \"odin\";"} {"_id":"doc-en-nixpkgs-9235839cdf3739139c50fa6629cf378a2eefa739341a6d02435956bd16e30451","title":"","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":"doc-en-nixpkgs-39029f2614f9fc8dde8ac29a779d8e628f9f21e8b21a663a6eb231a627c94dc8","title":"","text":"them, it undoes the --set-rpath. this prevents that. */ dontPatchELF = true; # fortify hardening makes the filter crash # https://github.com/NixOS/nixpkgs/issues/276125 hardeningDisable = [ \"fortify3\" ]; meta = with lib; { description = \"Canon InkJet printer drivers for the iP5400, MP520, MP210, MP140, iP3500, and MP610 series. (MP520 drivers also work for MX700.)\"; homepage = \"http://support-asia.canon-asia.com/content/EN/0100084101.html\";"} {"_id":"doc-en-nixpkgs-1040c511d62c600403482b7fcfc4911f6d3c61334f0ce01d9b7d59306b93c232","title":"","text":"

\"NixOS \"NixOS \"NixOS

"} {"_id":"doc-en-nixpkgs-aebec0e63ab2ad8b9f93b304da5aad005fd4086c40b54535d10b1828f78a62ea","title":"","text":"dontWrapQtApps = true; configureFlags = [ (lib.optionalString (!withHelp) \"--without-help\") (lib.withFeature withHelp \"help\") \"--with-boost=${getDev boost}\" \"--with-boost-libdir=${getLib boost}/lib\" \"--with-beanshell-jar=${bsh}\""} {"_id":"doc-en-nixpkgs-d7bed6654cf608cdf0ff8d30dcd3b4651cd772ae6a27a9f65bb9bcb61fa53cd5","title":"","text":" { lib, stdenv, fetchFromGitHub, makeWrapper, nodejs, overrideSDK, pnpm_9, python3, renovate, testers, xcbuild, }: let # fix build error, `no member named 'aligned_alloc'` on x86_64-darwin # https://github.com/NixOS/nixpkgs/issues/272156#issuecomment-1839904283 stdenv' = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv \"11.0\" else stdenv; in stdenv'.mkDerivation (finalAttrs: { pname = \"renovate\"; version = \"37.393.0\"; src = fetchFromGitHub { owner = \"renovatebot\"; repo = \"renovate\"; rev = \"refs/tags/${finalAttrs.version}\"; hash = \"sha256-YgxcGNMgmwrausdR7kvG1NiyQPn0FcCq/isf9qUDCFY=\"; }; postPatch = '' substituteInPlace package.json --replace-fail \"0.0.0-semantic-release\" \"${finalAttrs.version}\" ''; nativeBuildInputs = [ makeWrapper nodejs pnpm_9.configHook python3 ] ++ lib.optional stdenv'.hostPlatform.isDarwin xcbuild; pnpmDeps = pnpm_9.fetchDeps { inherit (finalAttrs) pname version src; hash = \"sha256-Zbe561q6xDKDIN+E/2eyQMz2GtpPvJEv2pAauMa+8pE=\"; }; env.COREPACK_ENABLE_STRICT = 0; buildPhase = '' runHook preBuild pnpm build pnpm prune --prod --ignore-scripts '' # The optional dependency re2 is not built by pnpm and needs to be built manually. # If re2 is not built, you will get an annoying warning when you run renovate. + '' pushd node_modules/.pnpm/re2*/node_modules/re2 mkdir -p $HOME/.node-gyp/${nodejs.version} echo 9 > $HOME/.node-gyp/${nodejs.version}/installVersion ln -sfv ${nodejs}/include $HOME/.node-gyp/${nodejs.version} export npm_config_nodedir=${nodejs} npm run rebuild popd runHook postBuild ''; # TODO: replace with `pnpm deploy` # now it fails to build with ERR_PNPM_NO_OFFLINE_META # see https://github.com/pnpm/pnpm/issues/5315 installPhase = '' runHook preInstall mkdir -p $out/{bin,lib/node_modules/renovate} cp -r dist node_modules package.json $out/lib/node_modules/renovate makeWrapper \"${lib.getExe nodejs}\" \"$out/bin/renovate\" --add-flags \"$out/lib/node_modules/renovate/dist/renovate.js\" makeWrapper \"${lib.getExe nodejs}\" \"$out/bin/config-validator\" --add-flags \"$out/lib/node_modules/renovate/dist/config-validator.js\" runHook postInstall ''; passthru.tests = { version = testers.testVersion { package = renovate; }; }; meta = { description = \"Cross-platform Dependency Automation by Mend.io\"; homepage = \"https://github.com/renovatebot/renovate\"; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ marie natsukium ]; mainProgram = \"renovate\"; platforms = nodejs.meta.platforms; }; }) "} {"_id":"doc-en-nixpkgs-12bad8599b89eaddfce1ee64797512e56e96409546914ee2ed5e734add306bc2","title":"","text":"buildPythonApplication rec { pname = \"nixops\"; version = \"unstable-2023-10-26\"; version = \"unstable-2023-12-17\"; pyproject = true; src = fetchFromGitHub { owner = \"NixOS\"; repo = \"nixops\"; rev = \"2cfc2cb4fa9ecb89a4274574ff7f63ea61782498\"; hash = \"sha256-4uvQQkERZFEeRJjMAcyLYJzNvH0rNiiJ+5BDQmD58gI=\"; rev = \"053668e849bb369973cf265b7e8f38e66ef70138\"; hash = \"sha256-Kus1Ls1tT8fVGLX0NakRXmjuz5/J/tfqU4TLOkiZqvo=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-55035710176cfb1768079a502102da5073d5b816229b694598a96658a2dc8cbd","title":"","text":"}: buildPythonApplication rec { pname = \"visidata\"; version = \"2.11.1\"; version = \"3.0\"; src = fetchFromGitHub { owner = \"saulpw\"; repo = \"visidata\"; rev = \"v${version}\"; hash = \"sha256-A8iYFdW30Em5pjGn3DRpaV0A7ixwfSzmIp8AgtPkBCI=\"; hash = \"sha256-LALWQu7BgMbAEyOXUE3p6bXhdx8h6jPEvjs/TEtf/wU==\"; }; propagatedBuildInputs = ["} {"_id":"doc-en-nixpkgs-83346f24b678c26acbbb8a036ffe5963b92055ca48842c145fd54d6896dfba93","title":"","text":"pyshp #mapbox-vector-tile pypng #pyconll fonttools #sas7bdat #xport"} {"_id":"doc-en-nixpkgs-34b2952d60aa55d8aa61402371207a45a09b9b5d26b1e0f042fd976aeb515397","title":"","text":"checkPhase = '' runHook preCheck # disable some tests which require access to the network rm -f tests/load-http.vd # http rm -f tests/graph-cursor-nosave.vd # http rm -f tests/messenger-nosave.vd # dns # tests to disable because we don't have a package to load such files rm -f tests/load-conllu.vdj # no 'pyconll' rm -f tests/load-sav.vd # no 'savReaderWriter' # tests use git to compare outputs to references git init -b \"test-reference\" git config user.name \"nobody\""} {"_id":"doc-en-nixpkgs-13f5e203b906304d6d6e91a6d9a4ad7c888e49ffc127f481418144c674d43e69","title":"","text":"}) (disableCabalFlag \"fixity-th\" super.fourmolu); # https://github.com/NixOS/nixpkgs/issues/149692 Agda = removeConfigureFlag \"-foptimise-heavily\" super.Agda; Agda = disableCabalFlag \"optimise-heavily\" super.Agda; } // lib.optionalAttrs pkgs.stdenv.isx86_64 { # x86_64-darwin"} {"_id":"doc-en-nixpkgs-a9b5f9fc8f5701c82288e6b9ed008f99f8fcce35b5bc933468ae61647315fc3c","title":"","text":"preCheck = \"export CI=true\"; }) super.aeson-typescript; # Enable extra optimisations which increase build time, but also # later compiler performance, so we should do this for user's benefit. # Flag added in Agda 2.6.2 Agda = appendConfigureFlag \"-foptimise-heavily\" super.Agda; Agda = lib.pipe super.Agda [ # Enable extra optimisations which increase build time, but also # later compiler performance, so we should do this for user's benefit. # Flag added in Agda 2.6.2 (enableCabalFlag \"optimise-heavily\") # Enable debug printing, which worsens performance slightly but is # very useful. # Flag added in Agda 2.6.4.1, was always enabled before (enableCabalFlag \"debug\") ]; # ats-format uses cli-setup in Setup.hs which is quite happy to write # to arbitrary files in $HOME. This doesn't either not achieve anything"} {"_id":"doc-en-nixpkgs-bd3a910de8250cc83d0dc8eb2365e2ba00b51c4e58cd3f29f454156834900afa","title":"","text":"hash = \"sha256-0U6s6sXdynk2IWRBDXBJCf7Gc+gE8AhR1PXZl0DS4yU=\"; }; # We don't need anything in support; avoid installing LICENSE.agda postPatch = '' # We don't need anything in support; avoid installing LICENSE.agda rm -rf support # Remove verbosity options as they make Agda take longer and use more memory. shopt -s globstar extglob sed -Ei '/OPTIONS/s/ -v ?[^ #]+//g' src/**/*.@(agda|lagda.md) ''; libraryName = \"1lab\";"} {"_id":"doc-en-nixpkgs-8ce97995a2f332711d053e05ea3840866221aee64ae64ce34c1d0ccb4d7a271d","title":"","text":"{ lib , stdenv , fetchFromGitHub , fetchpatch , cmake , fontconfig , libX11"} {"_id":"doc-en-nixpkgs-fb14a4a8bae48d54a0e7c7c45302ea1c7e71f77c61173c28e6e19d375e3ca5b2","title":"","text":"stdenv.mkDerivation rec { pname = \"brlcad\"; version = \"7.34.2\"; version = \"7.38.2\"; src = fetchFromGitHub { owner = \"BRL-CAD\"; repo = pname; repo = \"brlcad\"; rev = \"refs/tags/rel-${lib.replaceStrings [ \".\" ] [ \"-\" ] version}\"; hash = \"sha256-oafu255xElEIk8p4yvNyR2maykUfxQui/L5MkicA+JA=\"; hash = \"sha256-23UTeH4gY2x/QGYZ64glAkf6LmsXBAppIOHgoUdxgpo=\"; }; patches = [ # This commit was bringing an impurity in the rpath resulting in: # RPATH of binary /nix/store/rq2hjvfgq2nvh5zxch51ij34rqqdpark-brlcad-7.38.0/bin/tclsh contains a forbidden reference to /build/ (fetchpatch { url = \"https://github.com/BRL-CAD/brlcad/commit/fbdbf042b2db4c7d46839a17bbf4985cdb81f0ae.patch\"; revert = true; hash = \"sha256-Wfihd7TLkE8aOpLdDtYmhhd7nZijiVGh1nbUjWr/BjQ=\"; }) ]; nativeBuildInputs = [ cmake ];"} {"_id":"doc-en-nixpkgs-a64b95d42831d3adfe1ce73c9eed89b4fe72cb7b0290d24473169595cf2fb4d4","title":"","text":"\"-DBRLCAD_ENABLE_STRICT=OFF\" ]; env.NIX_CFLAGS_COMPILE = toString [ # Needed with GCC 12 \"-Wno-error=array-bounds\" ]; meta = with lib; { homepage = \"https://brlcad.org\"; description = \"BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system\"; changelog = \"https://github.com/BRL-CAD/brlcad/releases/tag/${src.rev}\"; license = with licenses; [ lgpl21 bsd2 ]; maintainers = with maintainers; [ GaetanLepage ]; platforms = platforms.linux; # error Exactly one of ON_LITTLE_ENDIAN or ON_BIG_ENDIAN should be defined. broken = stdenv.system == \"aarch64-linux\"; }; }"} {"_id":"doc-en-nixpkgs-ab1eae3dfa4dea62882f265639c94caf54294d78560c8eec80d1594b7469cf03","title":"","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. - `unrar` was updated to v7. See [changelog](https://www.rarlab.com/unrar7notes.htm) for more information. - `k3s` was updated to [v1.29](https://github.com/k3s-io/k3s/releases/tag/v1.29.1%2Bk3s2). See [changelog and upgrade notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#urgent-upgrade-notes) for more information. - `k9s` was updated to v0.31. There have been various breaking changes in the config file format,"} {"_id":"doc-en-nixpkgs-e39958e3bc539b737159716205bf10b7c4af65dbd8b75066ecc2d1997c7cfaa4","title":"","text":" { lib , stdenv , fetchzip }: stdenv.mkDerivation (finalAttrs: { pname = \"unrar\"; version = \"7.0.7\"; src = fetchzip { url = \"https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz\"; stripRoot = false; hash = \"sha256-S7BMywydetDh1GINcK3k3fN9ciDoKTCAe/1tkgykoAQ=\"; }; sourceRoot = finalAttrs.src.name; postPatch = '' substituteInPlace unrar/makefile --replace \"CXX=\" \"#CXX=\" --replace \"STRIP=\" \"#STRIP=\" --replace \"AR=\" \"#AR=\" ''; outputs = [ \"out\" \"dev\" ]; # `make {unrar,lib}` call `make clean` implicitly # separate build into different dirs to avoid deleting them buildPhase = '' runHook preBuild cp -a unrar libunrar make -C libunrar lib make -C unrar -j1 runHook postBuild ''; installPhase = '' runHook preInstall install -Dm755 unrar/unrar -t $out/bin/ install -Dm644 unrar/{acknow.txt,license.txt} -t $out/share/doc/unrar/ install -Dm755 libunrar/libunrar.so -t $out/lib/ install -Dm644 libunrar/dll.hpp -t $dev/include/unrar/ runHook postInstall ''; setupHook = ./setup-hook.sh; meta = with lib; { description = \"Utility for RAR archives\"; homepage = \"https://www.rarlab.com/\"; license = licenses.unfreeRedistributable; mainProgram = \"unrar\"; maintainers = with maintainers; [ wegank ]; platforms = platforms.all; }; }) "} {"_id":"doc-en-nixpkgs-d463cf625a396caf7caa169de7ea8382be6463352ab3d3d713d33e0aa804e14b","title":"","text":" unpackCmdHooks+=(_tryUnrar) _tryUnrar() { if ! [[ \"$curSrc\" =~ .rar$ ]]; then return 1; fi unrar x \"$curSrc\" >/dev/null } "} {"_id":"doc-en-nixpkgs-58aeb1a47c00df69ad3a898086013ebbca5614de75aabc234b8819c9f9721150","title":"","text":" { unrar , fetchzip }: unrar.overrideAttrs (finalAttrs: _: { version = \"6.2.12\"; src = fetchzip { url = \"https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz\"; stripRoot = false; hash = \"sha256-VAL3o9JGmkAcEssa/P/SL9nyxnigb7dX9YZBHrG9f0A=\"; }; sourceRoot = finalAttrs.src.name; }) "} {"_id":"doc-en-nixpkgs-a5dba4f68b7e107980fb00e89de74100e6cd362fed3ea68495eaba2db79775a8","title":"","text":" { lib , stdenv , fetchzip }: stdenv.mkDerivation (finalAttrs: { pname = \"unrar\"; version = \"6.2.12\"; src = fetchzip { url = \"https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz\"; stripRoot = false; hash = \"sha256-VAL3o9JGmkAcEssa/P/SL9nyxnigb7dX9YZBHrG9f0A=\"; }; sourceRoot = finalAttrs.src.name; postPatch = '' substituteInPlace unrar/makefile --replace \"CXX=\" \"#CXX=\" --replace \"STRIP=\" \"#STRIP=\" --replace \"AR=\" \"#AR=\" ''; outputs = [ \"out\" \"dev\" ]; # `make {unrar,lib}` call `make clean` implicitly # separate build into different dirs to avoid deleting them buildPhase = '' runHook preBuild cp -a unrar libunrar make -C libunrar lib make -C unrar -j1 runHook postBuild ''; installPhase = '' runHook preInstall install -Dm755 unrar/unrar -t $out/bin/ install -Dm644 unrar/{acknow.txt,license.txt} -t $out/share/doc/unrar/ install -Dm755 libunrar/libunrar.so -t $out/lib/ install -Dm644 libunrar/dll.hpp -t $dev/include/unrar/ runHook postInstall ''; setupHook = ./setup-hook.sh; meta = with lib; { description = \"Utility for RAR archives\"; homepage = \"https://www.rarlab.com/\"; license = licenses.unfreeRedistributable; mainProgram = \"unrar\"; maintainers = with maintainers; [ wegank ]; platforms = platforms.all; }; }) "} {"_id":"doc-en-nixpkgs-d15fd91239887e15760164a52d057766c7d0364e7c862c1d272c4f5bb18c5325","title":"","text":" unpackCmdHooks+=(_tryUnrar) _tryUnrar() { if ! [[ \"$curSrc\" =~ .rar$ ]]; then return 1; fi unrar x \"$curSrc\" >/dev/null } "} {"_id":"doc-en-nixpkgs-3a2b83557e864f18fbb385c7c9bea56d0781ed7c023f051ae9a8e9b26e0f7bee","title":"","text":", fetchFromGitHub , autoreconfHook , fuse , unrar , unrar_6 }: stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-656fb3cb1f182a14876d9884a457c21a87146876ea9eff2947d6015879628bb1","title":"","text":"''; nativeBuildInputs = [ autoreconfHook ]; buildInputs = [ fuse unrar ]; buildInputs = [ fuse unrar_6 ]; configureFlags = [ \"--with-unrar=${unrar.src}/unrar\" \"--with-unrar=${unrar_6.src}/unrar\" \"--disable-static-unrar\" ];"} {"_id":"doc-en-nixpkgs-90c86574b6b8cf1c23dbfc50471de23bb66cb72f529bc34f3c22e5cb270ba9dc","title":"","text":"unnaturalscrollwheels = callPackage ../tools/inputmethods/unnaturalscrollwheels { }; unrar = callPackage ../tools/archivers/unrar { }; unrar-wrapper = python3Packages.callPackage ../tools/archivers/unrar-wrapper { }; uptime-kuma = callPackage ../servers/monitoring/uptime-kuma { };"} {"_id":"doc-en-nixpkgs-e1bc7deedf52e9120748cb986814d2a6ee7b6c40f6eae67f23ee7ba873a536b4","title":"","text":" { lib , stdenv , clangStdenv , darwin , xcbuild , openssl , pkg-config , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { pname = \"crunchy-cli\"; version = \"3.0.0-dev.10\"; src = fetchFromGitHub { owner = \"crunchy-labs\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-uc19SmVfa5BZYDidlEgV6GNvcm9Dj0mSjdwHP5S+O4A=\"; }; cargoHash = \"sha256-H3D55qMUAF6t45mRbGZl+DORAl1H1a7AOe+lQP0WUUQ=\"; nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ xcbuild ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = with lib; { description = \"A pure Rust written Crunchyroll cli client and downloader\"; homepage = \"https://github.com/crunchy-labs/crunchy-cli\"; license = with licenses; [ gpl3 ]; maintainers = with maintainers; [ stepbrobd ]; mainProgram = \"crunchy-cli\"; }; } "} {"_id":"doc-en-nixpkgs-d404df10ee4aa4e282a631389ffb2b5014258f1145ac3de80d3047d3ace73ac4","title":"","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 = \"aes\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2\" dependencies = [ \"cfg-if\", \"cipher\", \"cpufeatures\", ] [[package]] name = \"aho-corasick\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0\" dependencies = [ \"memchr\", ] [[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 = \"anstream\" version = \"0.6.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba\" dependencies = [ \"anstyle\", \"anstyle-parse\", \"anstyle-query\", \"anstyle-wincon\", \"colorchoice\", \"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.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c\" dependencies = [ \"utf8parse\", ] [[package]] name = \"anstyle-query\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"anstyle-wincon\" version = \"3.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7\" dependencies = [ \"anstyle\", \"windows-sys 0.52.0\", ] [[package]] name = \"anyhow\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca\" [[package]] name = \"async-speed-limit\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97d287ccbfb44ae20287d2f9c72ad9e560d50810883870697db5b320c541f183\" dependencies = [ \"futures-core\", \"futures-io\", \"futures-timer\", \"pin-project-lite\", ] [[package]] name = \"async-trait\" version = \"0.1.77\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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.21.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567\" [[package]] name = \"base64-serde\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba368df5de76a5bea49aaf0cf1b39ccfbbef176924d1ba5db3e4135216cbe3c7\" dependencies = [ \"base64\", \"serde\", ] [[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-padding\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93\" dependencies = [ \"generic-array\", ] [[package]] name = \"bumpalo\" version = \"3.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec\" [[package]] name = \"bytes\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223\" [[package]] name = \"cbc\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6\" dependencies = [ \"cipher\", ] [[package]] name = \"cc\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0\" dependencies = [ \"libc\", ] [[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\", \"js-sys\", \"num-traits\", \"serde\", \"wasm-bindgen\", \"windows-targets 0.48.5\", ] [[package]] name = \"cipher\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad\" dependencies = [ \"crypto-common\", \"inout\", ] [[package]] name = \"clap\" version = \"4.4.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445\" dependencies = [ \"clap_builder\", \"clap_derive\", ] [[package]] name = \"clap_builder\" version = \"4.4.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb\" dependencies = [ \"anstream\", \"anstyle\", \"clap_lex\", \"strsim\", ] [[package]] name = \"clap_complete\" version = \"4.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd\" dependencies = [ \"clap\", ] [[package]] name = \"clap_derive\" version = \"4.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442\" dependencies = [ \"heck\", \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"clap_lex\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1\" [[package]] name = \"clap_mangen\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4a7c2b01e5e779c19f46a94bbd398f33ae63b0f78c07108351fb4536845bb7fd\" dependencies = [ \"clap\", \"roff\", ] [[package]] name = \"colorchoice\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7\" [[package]] name = \"console\" version = \"0.15.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb\" dependencies = [ \"encode_unicode\", \"lazy_static\", \"libc\", \"unicode-width\", \"windows-sys 0.52.0\", ] [[package]] name = \"cookie\" version = \"0.16.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb\" dependencies = [ \"percent-encoding\", \"time\", \"version_check\", ] [[package]] name = \"cookie_store\" version = \"0.16.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d606d0fba62e13cf04db20536c05cb7f13673c161cb47a47a82b9b9e7d3f1daa\" dependencies = [ \"cookie\", \"idna 0.2.3\", \"log\", \"publicsuffix\", \"serde\", \"serde_derive\", \"serde_json\", \"time\", \"url\", ] [[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 = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"crunchy-cli\" version = \"3.2.5\" dependencies = [ \"chrono\", \"clap\", \"clap_complete\", \"clap_mangen\", \"crunchy-cli-core\", \"native-tls\", \"tokio\", ] [[package]] name = \"crunchy-cli-core\" version = \"3.2.5\" dependencies = [ \"anyhow\", \"async-speed-limit\", \"chrono\", \"clap\", \"crunchyroll-rs\", \"ctrlc\", \"derive_setters\", \"dialoguer\", \"dirs\", \"fs2\", \"futures-util\", \"http\", \"indicatif\", \"lazy_static\", \"log\", \"nix\", \"num_cpus\", \"regex\", \"reqwest\", \"rustls-native-certs\", \"serde\", \"serde_json\", \"serde_plain\", \"shlex\", \"sys-locale\", \"tempfile\", \"tokio\", \"tokio-util\", \"tower-service\", ] [[package]] name = \"crunchyroll-rs\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"828ff3c0f11de8f8afda7dc3bd24e206e1b13cee6abfd87856123305864681d2\" dependencies = [ \"aes\", \"async-trait\", \"cbc\", \"chrono\", \"crunchyroll-rs-internal\", \"dash-mpd\", \"futures-util\", \"lazy_static\", \"m3u8-rs\", \"regex\", \"reqwest\", \"rustls\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"smart-default\", \"tokio\", \"tower-service\", \"webpki-roots 0.26.0\", ] [[package]] name = \"crunchyroll-rs-internal\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7051a39e25a19ef0aa753e7da179787a3db0fb8a01977a7e22cd288f7ff0e27\" dependencies = [ \"darling\", \"quote\", \"syn\", ] [[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 = \"ctrlc\" version = \"3.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b\" dependencies = [ \"nix\", \"windows-sys 0.52.0\", ] [[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\", ] [[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\", ] [[package]] name = \"dash-mpd\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7cf94350e05e27c941b8cfc06bffeec3afcac11f42df289378ddf43e192d2e15\" dependencies = [ \"base64\", \"base64-serde\", \"chrono\", \"fs-err\", \"iso8601\", \"lazy_static\", \"num-traits\", \"quick-xml\", \"regex\", \"serde\", \"serde_path_to_error\", \"serde_with\", \"thiserror\", \"tokio\", \"tracing\", \"url\", \"xattr\", ] [[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_setters\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d\" dependencies = [ \"darling\", \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"dialoguer\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de\" dependencies = [ \"console\", \"shell-words\", \"thiserror\", ] [[package]] name = \"dirs\" version = \"5.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225\" dependencies = [ \"dirs-sys\", ] [[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 = \"either\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07\" [[package]] name = \"encode_unicode\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f\" [[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 = \"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 = \"fs-err\" version = \"2.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41\" dependencies = [ \"autocfg\", ] [[package]] name = \"fs2\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213\" dependencies = [ \"libc\", \"winapi\", ] [[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-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-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-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.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5\" dependencies = [ \"cfg-if\", \"libc\", \"wasi\", ] [[package]] name = \"gimli\" version = \"0.28.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253\" [[package]] name = \"h2\" version = \"0.3.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b553656127a00601c8ae5590fcfdc118e4083a7924b6cf4ffc1ea4b99dc429d7\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http\", \"indexmap 2.1.0\", \"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 = \"hashbrown\" version = \"0.14.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604\" [[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 = \"http\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2\" 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.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80\" 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-rustls\" version = \"0.24.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590\" dependencies = [ \"futures-util\", \"http\", \"hyper\", \"rustls\", \"tokio\", \"tokio-rustls\", ] [[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.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 = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"idna\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8\" dependencies = [ \"matches\", \"unicode-bidi\", \"unicode-normalization\", ] [[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 = \"idna\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6\" 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 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 = \"indicatif\" version = \"0.17.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25\" dependencies = [ \"console\", \"instant\", \"number_prefix\", \"portable-atomic\", \"unicode-width\", ] [[package]] name = \"inout\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5\" dependencies = [ \"block-padding\", \"generic-array\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"ipnet\" version = \"2.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3\" [[package]] name = \"iso8601\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"924e5d73ea28f59011fec52a0d12185d496a9b075d360657aed2a5707f701153\" dependencies = [ \"nom\", ] [[package]] name = \"itoa\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c\" [[package]] name = \"js-sys\" version = \"0.3.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1\" dependencies = [ \"wasm-bindgen\", ] [[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 = \"linux-raw-sys\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456\" [[package]] name = \"log\" version = \"0.4.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f\" [[package]] name = \"m3u8-rs\" version = \"5.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c1d7ba86f7ea62f17f4310c55e93244619ddc7dadfc7e565de1967e4e41e6e7\" dependencies = [ \"chrono\", \"nom\", ] [[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 = \"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\", ] [[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 = \"native-tls\" version = \"0.2.11\" source = \"git+https://github.com/crunchy-labs/rust-not-so-native-tls.git?rev=fdba246#fdba246a79986607cbdf573733445498bb6da2a9\" dependencies = [ \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"nix\" version = \"0.27.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053\" dependencies = [ \"bitflags 2.4.1\", \"cfg-if\", \"libc\", ] [[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-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 = \"number_prefix\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3\" [[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 = \"openssl\" version = \"0.10.62\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671\" dependencies = [ \"bitflags 2.4.1\", \"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\", ] [[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.2.1+3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3\" dependencies = [ \"cc\", ] [[package]] name = \"openssl-sys\" version = \"0.9.98\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7\" 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 = \"percent-encoding\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\" [[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 = \"portable-atomic\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0\" [[package]] name = \"powerfmt\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\" [[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 = \"psl-types\" version = \"2.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac\" [[package]] name = \"publicsuffix\" version = \"2.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457\" dependencies = [ \"idna 0.3.0\", \"psl-types\", ] [[package]] name = \"quick-xml\" version = \"0.31.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33\" dependencies = [ \"memchr\", \"serde\", ] [[package]] name = \"quote\" version = \"1.0.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef\" dependencies = [ \"proc-macro2\", ] [[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\", \"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\", \"regex-syntax\", ] [[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\", ] [[package]] name = \"regex-syntax\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f\" [[package]] name = \"reqwest\" version = \"0.11.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41\" dependencies = [ \"base64\", \"bytes\", \"cookie\", \"cookie_store\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-rustls\", \"hyper-tls\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls\", \"rustls-pemfile\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"system-configuration\", \"tokio\", \"tokio-native-tls\", \"tokio-rustls\", \"tokio-socks\", \"tokio-util\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"wasm-streams\", \"web-sys\", \"webpki-roots 0.25.3\", \"winreg\", ] [[package]] name = \"ring\" version = \"0.17.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74\" dependencies = [ \"cc\", \"getrandom\", \"libc\", \"spin\", \"untrusted\", \"windows-sys 0.48.0\", ] [[package]] name = \"roff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316\" [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustix\" version = \"0.38.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca\" dependencies = [ \"bitflags 2.4.1\", \"errno\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustls\" version = \"0.21.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba\" dependencies = [ \"log\", \"ring\", \"rustls-webpki\", \"sct\", ] [[package]] name = \"rustls-native-certs\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00\" dependencies = [ \"openssl-probe\", \"rustls-pemfile\", \"schannel\", \"security-framework\", ] [[package]] name = \"rustls-pemfile\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c\" dependencies = [ \"base64\", ] [[package]] name = \"rustls-pki-types\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e9d979b3ce68192e42760c7810125eb6cf2ea10efae545a156063e61f314e2a\" [[package]] name = \"rustls-webpki\" version = \"0.101.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"ryu\" version = \"1.0.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c\" [[package]] name = \"schannel\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"sct\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414\" dependencies = [ \"ring\", \"untrusted\", ] [[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 = \"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\", ] [[package]] name = \"serde_json\" version = \"1.0.111\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_path_to_error\" version = \"0.1.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c\" dependencies = [ \"itoa\", \"serde\", ] [[package]] name = \"serde_plain\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50\" 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 = \"serde_with\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23\" dependencies = [ \"base64\", \"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\", ] [[package]] name = \"shell-words\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde\" [[package]] name = \"shlex\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380\" [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"smart-default\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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\" [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[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 = \"sys-locale\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0\" dependencies = [ \"libc\", ] [[package]] name = \"system-configuration\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"system-configuration-sys\", ] [[package]] name = \"system-configuration-sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[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 = \"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\", ] [[package]] name = \"time\" version = \"0.3.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e\" dependencies = [ \"deranged\", \"itoa\", \"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 = \"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\", \"libc\", \"mio\", \"num_cpus\", \"pin-project-lite\", \"socket2\", \"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\", ] [[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-rustls\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081\" dependencies = [ \"rustls\", \"tokio\", ] [[package]] name = \"tokio-socks\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0\" dependencies = [ \"either\", \"futures-util\", \"thiserror\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15\" 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.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\", ] [[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 = \"try-lock\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b\" [[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-width\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85\" [[package]] name = \"untrusted\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1\" [[package]] name = \"url\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633\" dependencies = [ \"form_urlencoded\", \"idna 0.5.0\", \"percent-encoding\", ] [[package]] name = \"utf8parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a\" [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[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.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b\" [[package]] name = \"wasm-streams\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7\" dependencies = [ \"futures-util\", \"js-sys\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", ] [[package]] name = \"web-sys\" version = \"0.3.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webpki-roots\" version = \"0.25.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10\" [[package]] name = \"webpki-roots\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0de2cfda980f21be5a7ed2eadb3e6fe074d56022bea2cdeb1a62eb220fc04188\" dependencies = [ \"rustls-pki-types\", ] [[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 = \"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-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_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.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.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.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.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.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.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 = \"winreg\" version = \"0.50.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[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":"doc-en-nixpkgs-ed101355bd5f317a55e543ebba3cc2a8644631b07e98a7ead0b51bd44da7c9a0","title":"","text":" { lib , stdenv , darwin , fetchFromGitHub , openssl , pkg-config , rustPlatform }: rustPlatform.buildRustPackage rec { pname = \"crunchy-cli\"; version = \"3.2.5\"; src = fetchFromGitHub { owner = \"crunchy-labs\"; repo = \"crunchy-cli\"; rev = \"v${version}\"; hash = \"sha256-hzmTwUd+bQwr+5UtXKMalJZUDxOC5nhXNTXbYZN8xtA=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"native-tls-0.2.11\" = \"sha256-+NeXsxuThKNOzVLBItKcuTAM/0zR/BzJGMKkuq99gBM=\"; }; }; nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ]; buildInputs = lib.optionals stdenv.isLinux [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ]; env = { OPENSSL_NO_VENDOR = true; }; meta = with lib; { description = \"Command-line downloader for Crunchyroll\"; homepage = \"https://github.com/crunchy-labs/crunchy-cli\"; license = licenses.mit; maintainers = with maintainers; [ stepbrobd ]; mainProgram = \"crunchy-cli\"; }; } "} {"_id":"doc-en-nixpkgs-25f4dbbcc2748c16a24043f4d808379547ca44705e34e0986f725736c0b2741e","title":"","text":"crunch = callPackage ../tools/security/crunch { }; crunchy-cli = callPackage ../applications/video/crunchy-cli { }; crudini = callPackage ../tools/misc/crudini { }; csv2odf = callPackage ../applications/office/csv2odf { };"} {"_id":"doc-en-nixpkgs-8063c026275a512022cd6f9021e18c03924e06d0c4315b6b45c9c3e4a393149f","title":"","text":"''; }; fixedRandomDelay = mkOption { default = false; type = types.bool; example = true; description = lib.mdDoc '' Make the randomized delay consistent between runs. This reduces the jitter between automatic upgrades. See {option}`randomizedDelaySec` for configuring the randomized delay. ''; }; rebootWindow = mkOption { description = lib.mdDoc '' Define a lower and upper time value (in HH:MM format) which"} {"_id":"doc-en-nixpkgs-6aad395510379dcf425f95a5f4a01a063d8a4b0528ca514e1903a385601cedac","title":"","text":"systemd.timers.nixos-upgrade = { timerConfig = { RandomizedDelaySec = cfg.randomizedDelaySec; FixedRandomDelay = cfg.fixedRandomDelay; Persistent = cfg.persistent; }; };"} {"_id":"doc-en-nixpkgs-393c6fa875f0944f3f1ab0b9b0c7e6e04dd7e117dc3dc49751fe40c0792b395c","title":"","text":"stdenv.mkDerivation rec { pname = \"limesurvey\"; version = \"6.1.2+230606\"; version = \"6.4.1+240108\"; src = fetchFromGitHub { owner = \"LimeSurvey\"; repo = \"LimeSurvey\"; rev = version; hash = \"sha256-a89Kdr9XV1TSCoWxYrU0j8ec7rAcIlU/bgLtRjdzqbg=\"; hash = \"sha256-Cpf8X6igF7LdRbFihGudFmx/8aY0Kf0BE7jHnEF1DYA=\"; }; phpConfig = writeText \"config.php\" ''"} {"_id":"doc-en-nixpkgs-e6d5b0945ab803cb87b45d89dbeedf3755343c2b2fe9bcdf7bea326d077566de","title":"","text":"config = mkIf config.services.pcscd.enable { environment.etc.\"reader.conf\".source = cfgFile; environment.systemPackages = [ package.out ]; systemd.packages = [ (getBin package) ]; environment.systemPackages = [ package ]; systemd.packages = [ package ]; services.pcscd.plugins = [ pkgs.ccid ];"} {"_id":"doc-en-nixpkgs-4280b85868ba9f08b0df9c8a1c46017d54db4a84e98c00045bb1ffcd2e62b9ac","title":"","text":"# around it, we force the path to the cfgFile. # # https://github.com/NixOS/nixpkgs/issues/121088 serviceConfig.ExecStart = [ \"\" \"${getBin package}/bin/pcscd -f -x -c ${cfgFile}\" ]; serviceConfig.ExecStart = [ \"\" \"${package}/bin/pcscd -f -x -c ${cfgFile}\" ]; }; }; }"} {"_id":"doc-en-nixpkgs-0d9d8706e68849d5236fc9931734e2f34c70424227d1db426cd78a712a53ec81","title":"","text":"cp tool/target/gp.jar \"$out/share/java\" makeWrapper \"${jre8_headless}/bin/java\" \"$out/bin/gp\" --add-flags \"-jar '$out/share/java/gp.jar'\" --prefix LD_LIBRARY_PATH : \"${pcsclite.out}/lib\" --prefix LD_LIBRARY_PATH : \"${lib.getLib pcsclite}/lib\" ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-b65c4219eca32bce9abf128fafd1c399a29a949584227273591c4266b848600a","title":"","text":"inherit pname; version = \"2.0.1\"; outputs = [ \"bin\" \"out\" \"dev\" \"doc\" \"man\" ]; outputs = [ \"out\" \"lib\" \"dev\" \"doc\" \"man\" ]; src = fetchFromGitLab { domain = \"salsa.debian.org\";"} {"_id":"doc-en-nixpkgs-435ef8f5b994f0369b0395b53dbdb4e8edc8e7ed9d2b8517eb4752e70cdd2a0c","title":"","text":"(lib.enableFeature polkitSupport \"polkit\") ] ++ lib.optionals stdenv.isLinux [ \"--enable-ipcdir=/run/pcscd\" \"--with-systemdsystemunitdir=${placeholder \"bin\"}/lib/systemd/system\" \"--with-systemdsystemunitdir=${placeholder \"out\"}/lib/systemd/system\" ]; makeFlags = ["} {"_id":"doc-en-nixpkgs-33ef3d887b75f25328f6cc29dab28f9ce122a4ea983e212232224ef22f209e68","title":"","text":" { lib , buildGo122Module , fetchFromGitHub , openssl }: buildGo122Module rec { pname = \"ssh-tpm-agent\"; version = \"0.3.1\"; src = fetchFromGitHub { owner = \"Foxboron\"; repo = \"ssh-tpm-agent\"; rev = \"v${version}\"; hash = \"sha256-8CGSiCOcns4cWkYWqibs6hAFRipYabKPCpkhxF4OE8w=\"; }; proxyVendor = true; vendorHash = \"sha256-zUAIesBeuh1zlxXcjKSNmMawZGgUr9z3NzT0XKn/YCQ=\"; buildInputs = [ openssl ]; meta = with lib; { description = \"SSH agent with support for TPM sealed keys for public key authentication\"; homepage = \"https://github.com/Foxboron/ssh-agent-tpm\"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ sgo ]; mainProgram = \"ssh-tpm-agent\"; }; } "} {"_id":"doc-en-nixpkgs-d1adce03cb8dcc5a3a8578b4aa7ad69df0a3ae1ff7bf428ed71537924d438cc5","title":"","text":"libxcrypt lttng-ust_2_12 musl ]++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or \"\") + lib.optionalString (stdenv.isLinux) '' ("} {"_id":"doc-en-nixpkgs-352cc7838168dcf763f119564f805dbe37bfba1732a16b2ecb21ef2eccacc3cc","title":"","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":"doc-en-nixpkgs-b1b86a90c1c03fe9267944fcd424de84faae82016569c43a57dc2c336957b2ed","title":"","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":"doc-en-nixpkgs-9090c4a3c97954d0c863fbd51a9a2e1cf2ce09b5fed16628167ada7604eb2d1c","title":"","text":" export NIX_CXXSTDLIB_COMPILE+=\"-isystem $(echo -n @gcc@/include/c++/*) -isystem $(echo -n @gcc@/include/c++/*)/$(@gcc@/bin/gcc -dumpmachine)\" export NIX_CXXSTDLIB_LINK=\" -stdlib=libstdc++\" "} {"_id":"doc-en-nixpkgs-f069221f3feccaea04bc2902fbdde3d42a39418b84f68d7a17cb5a9b7902b9b8","title":"","text":" { lowPrio, newScope, stdenv, cmake, libxml2, python2, isl, fetchurl, overrideCC, wrapCC, darwin, ccWrapperFun }: { lowPrio, newScope, stdenv, targetPlatform, cmake, libstdcxxHook , libxml2, python2, isl, fetchurl, overrideCC, wrapCC, ccWrapperFun , darwin }: let callPackage = newScope (self // { inherit stdenv cmake libxml2 python2 isl release_version version fetch; });"} {"_id":"doc-en-nixpkgs-0de0cad2afc5a891a98dc7fb7f33543821147fa42c9b7facdc93a582c7b10fa4","title":"","text":"extraPackages = [ self.libcxx self.libcxxabi ]; }; stdenv = overrideCC stdenv self.clang; stdenv = stdenv.override (drv: { allowedRequisites = null; cc = self.clang; # Use the gcc libstdc++ when targeting linux. extraBuildInputs = if stdenv.cc.isGNU then [ libstdcxxHook ] else drv.extraBuildInputs; }); libcxxStdenv = overrideCC stdenv self.libcxxClang;"} {"_id":"doc-en-nixpkgs-13c57314053de932491d77a0eb1156e0ae12567a8b08e5a585e4c9c4bfd9a3c8","title":"","text":"libcxxabi = callPackage ./libc++abi.nix {}; }; in self"} {"_id":"doc-en-nixpkgs-f029ff8a28e32e4cf8d7c55a394c289373fa5917a104e30d8682c5c99ffc1a33","title":"","text":"gccApple = throw \"gccApple is no longer supported\"; libstdcxxHook = makeSetupHook { substitutions = { gcc = gcc-unwrapped; }; } ../development/compilers/gcc/libstdc++-hook.sh; # Can't just overrideCC, because then the stdenv-cross mkDerivation will be # thrown away. TODO: find a better solution for this. crossLibcStdenv = buildPackages.makeStdenvCross {"} {"_id":"doc-en-nixpkgs-222b0a028b8be5a824e32ec5086859215a789ea93ab3bbe0862d20d4638aefe0","title":"","text":" { mkDerivation, config, lib, fetchpatch, fetchurl, cmake, doxygen, extra-cmake-modules, wrapGAppsHook # For `digitaglinktree` , perl, sqlite , qtbase , qtxmlpatterns , qtsvg , qtwebengine , qtnetworkauth , akonadi-contacts , kcalendarcore , kconfigwidgets , kcoreaddons , kdoctools , kfilemetadata , knotifications , knotifyconfig , ktextwidgets , kwidgetsaddons , kxmlgui , bison , boost , eigen , exiv2 , ffmpeg_4 , flex , graphviz , imagemagick , lcms2 , lensfun , libgphoto2 , libkipi , libksane , liblqr1 , libqtav , libusb1 , marble , libGL , libGLU , opencv , pcre , threadweaver , x265 , jasper # For panorama and focus stacking , enblend-enfuse , hugin , gnumake , breeze-icons , oxygen , cudaSupport ? config.cudaSupport , cudaPackages ? {} }: mkDerivation rec { pname = \"digikam\"; version = \"8.1.0\"; src = fetchurl { url = \"mirror://kde/stable/${pname}/${version}/digiKam-${version}.tar.xz\"; hash = \"sha256-BQPANORF/0JPGKZxXAp6eb5KXgyCs+vEYaIc7DdFpbM=\"; }; # Fix build against exiv2 0.28.1 patches = [ (fetchpatch { url = \"https://invent.kde.org/graphics/digikam/-/commit/f5ea91a7f6c1926815ec68f3e0176d6c15b83051.patch\"; hash = \"sha256-5g2NaKKNKVfgW3dTO/IP/H/nZ0YAIOmdPAumy3NEaNg=\"; }) ]; nativeBuildInputs = [ cmake doxygen extra-cmake-modules kdoctools wrapGAppsHook ] ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_nvcc ]); buildInputs = [ bison boost eigen exiv2 ffmpeg_4 flex graphviz imagemagick lcms2 lensfun libgphoto2 libkipi libksane liblqr1 libqtav libusb1 libGL libGLU opencv pcre x265 jasper qtbase qtxmlpatterns qtsvg qtwebengine qtnetworkauth akonadi-contacts kcalendarcore kconfigwidgets kcoreaddons kfilemetadata knotifications knotifyconfig ktextwidgets kwidgetsaddons kxmlgui breeze-icons marble oxygen threadweaver ] ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_cudart ]); cmakeFlags = [ \"-DENABLE_MYSQLSUPPORT=1\" \"-DENABLE_INTERNALMYSQL=1\" \"-DENABLE_MEDIAPLAYER=1\" \"-DENABLE_QWEBENGINE=on\" \"-DENABLE_APPSTYLES=on\" \"-DCMAKE_CXX_FLAGS=-I${libksane}/include/KF5\" # fix `#include ` ]; dontWrapGApps = true; preFixup = '' qtWrapperArgs+=(\"''${gappsWrapperArgs[@]}\") qtWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ gnumake hugin enblend-enfuse ]}) qtWrapperArgs+=(--suffix DK_PLUGIN_PATH : ${placeholder \"out\"}/${qtbase.qtPluginPrefix}/${pname}) substituteInPlace $out/bin/digitaglinktree --replace \"/usr/bin/perl\" \"${perl}/bin/perl\" --replace \"/usr/bin/sqlite3\" \"${sqlite}/bin/sqlite3\" ''; meta = with lib; { description = \"Photo Management Program\"; license = licenses.gpl2; homepage = \"https://www.digikam.org\"; maintainers = with maintainers; [ spacefault ]; platforms = platforms.linux; mainProgram = \"digikam\"; }; } "} {"_id":"doc-en-nixpkgs-a16b15c420039aa23c47230a3d1a8b80bdceac69124ffc290c2f2337a6146cda","title":"","text":" { stdenv, config, lib, fetchurl, cmake, doxygen, extra-cmake-modules, wrapGAppsHook # For `digitaglinktree` , perl, sqlite , libsForQt5 , bison , boost , eigen , exiv2 , ffmpeg_4 , flex , graphviz , imagemagick , lcms2 , lensfun , libgphoto2 , liblqr1 , libusb1 , libheif , libGL , libGLU , opencv , pcre , x265 , jasper # For panorama and focus stacking , enblend-enfuse , hugin , gnumake , cudaSupport ? config.cudaSupport , cudaPackages ? {} }: stdenv.mkDerivation rec { pname = \"digikam\"; version = \"8.2.0\"; src = fetchurl { url = \"mirror://kde/stable/${pname}/${version}/digiKam-${version}.tar.xz\"; hash = \"sha256-L3/LVZsSPtnsrlpa729FYO7l9JIG2dF0beyatsj7OL8=\"; }; strictDeps = true; depsBuildBuild = [ cmake ]; nativeBuildInputs = [ cmake doxygen extra-cmake-modules libsForQt5.kdoctools libsForQt5.wrapQtAppsHook wrapGAppsHook ] ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_nvcc ]); buildInputs = [ bison boost eigen exiv2 ffmpeg_4 flex graphviz imagemagick lcms2 lensfun libgphoto2 libheif liblqr1 libusb1 libGL libGLU opencv pcre x265 jasper ] ++ (with libsForQt5; [ libkipi libksane libqtav qtbase qtxmlpatterns qtsvg qtwebengine qtnetworkauth akonadi-contacts kcalendarcore kconfigwidgets kcoreaddons kfilemetadata knotifications knotifyconfig ktextwidgets kwidgetsaddons kxmlgui breeze-icons marble oxygen threadweaver ]) ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_cudart ]); cmakeFlags = [ \"-DENABLE_MYSQLSUPPORT=1\" \"-DENABLE_INTERNALMYSQL=1\" \"-DENABLE_MEDIAPLAYER=1\" \"-DENABLE_QWEBENGINE=on\" \"-DENABLE_APPSTYLES=on\" \"-DCMAKE_CXX_FLAGS=-I${libsForQt5.libksane}/include/KF5\" # fix `#include ` ]; dontWrapGApps = true; preFixup = '' qtWrapperArgs+=(\"''${gappsWrapperArgs[@]}\") qtWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ gnumake hugin enblend-enfuse ]}) qtWrapperArgs+=(--suffix DK_PLUGIN_PATH : ${placeholder \"out\"}/${libsForQt5.qtbase.qtPluginPrefix}/${pname}) substituteInPlace $out/bin/digitaglinktree --replace \"/usr/bin/perl\" \"${perl}/bin/perl\" --replace \"/usr/bin/sqlite3\" \"${sqlite}/bin/sqlite3\" ''; meta = with lib; { description = \"Photo Management Program\"; license = licenses.gpl2; homepage = \"https://www.digikam.org\"; maintainers = with maintainers; [ spacefault ]; platforms = platforms.linux; mainProgram = \"digikam\"; }; } "} {"_id":"doc-en-nixpkgs-fd6a1d838e67a108feb206366334450ddeb0e2dd213017de0338bd88d9f64cd3","title":"","text":"conmon-rs = callPackage ../applications/virtualization/conmon-rs { }; digikam = libsForQt5.callPackage ../applications/graphics/digikam { }; drumkv1 = libsForQt5.callPackage ../applications/audio/drumkv1 { }; eureka-ideas = callPackage ../applications/misc/eureka-ideas {"} {"_id":"doc-en-nixpkgs-dfb75585439d225a5497f8bcb01a43b7e66757f7a1059aea2a2791285c113ebb","title":"","text":"install -Dt ${coreDir} ${coreFilename} makeWrapper ${retroarch}/bin/retroarch $out/bin/${mainProgram} --add-flags \"-L ${coreDir}/${coreFilename} $@\" --add-flags \"-L ${coreDir}/${coreFilename}\" runHook postInstall '';"} {"_id":"doc-en-nixpkgs-fb0499a371d1ec0d6202a7e39e2f238e3355cca68f28445d7ebdfd9373e66365","title":"","text":"in stringAfter [ \"users\" ] '' if [ -e ${lingerDir} ] ; then cd ${lingerDir} for user in ${lingerDir}/*; do if ! id \"$user\" >/dev/null 2>&1; then rm --force -- \"$user\" fi done ls ${lingerDir} | sort | comm -3 -1 ${lingeringUsersFile} - | xargs -r ${pkgs.systemd}/bin/loginctl disable-linger ls ${lingerDir} | sort | comm -3 -2 ${lingeringUsersFile} - | xargs -r ${pkgs.systemd}/bin/loginctl enable-linger fi"} {"_id":"doc-en-nixpkgs-3e763552ae20910f7375fc14dcc8aeda66acfd02f3f18ba01c726aadb34f9581","title":"","text":"sed -i 's/^(LIBS[[:space:]]*=.*$)/1 -lobjc/' ./src/corelib/Makefile.Release ''; postInstall = '' installPhase = optionalString stdenv.isDarwin '' runHook preInstall cp -r lib $out mkdir -p $out/Applications mv bin/*.app $out/Applications rm -rf bin/*.app cp -r bin $out mkdir -p $out/share/doc/${name} mkdir -p $out/lib mkdir -p $out/lib/qt4/plugins mkdir -p $out/lib/qt4/imports mkdir -p $out/bin mkdir -p $out/include mkdir -p $out/share/${name} cp -r mkspecs $out/share/${name} cp -r translations $out/share/${name} cp -r tools/linguist/phrasebooks $out/share/${name} cp tools/porting/src/q3porting.xml $out/share/${name} cp -r plugins $out/lib/qt4 cp -r imports $out/lib/qt4 cp -r doc/* $out/share/doc/${name} runHook postInstall ''; postInstall = optionalString (!stdenv.isDarwin) '' rm -rf $out/tests ''; ''; crossAttrs = { # I've not tried any case other than i686-pc-mingw32."} {"_id":"doc-en-nixpkgs-165550c0584dcee5a524d9acea12253cd4bea827d63dbe5a0baf187c507eeb61","title":"","text":"{ trivialBuild , haskellPackages }: trivialBuild rec { let Agda = haskellPackages.Agda.bin; in trivialBuild { pname = \"agda-mode\"; version = haskellPackages.Agda.version; version = Agda.version; dontUnpack = true; # already byte-compiled by Agda builder buildPhase = '' agda=`${haskellPackages.Agda}/bin/agda-mode locate` agda=`${Agda}/bin/agda-mode locate` cp `dirname $agda`/*.el* . ''; meta = { inherit (haskellPackages.Agda.meta) homepage license; inherit (Agda.meta) homepage license; description = \"Agda2-mode for Emacs extracted from Agda package\"; longDescription = '' Wrapper packages that liberates init.el from `agda-mode locate` magic."} {"_id":"doc-en-nixpkgs-b3c8d450220825e72ba1627159d4e03c99c1e04cdb39e42129e9be833dca34c0","title":"","text":"allPackages = withPackages (filter self.lib.isUnbrokenAgdaPackage (attrValues self)); }; }; inherit (Agda) meta; # Agda is a split package with multiple outputs; do not inherit them here. meta = removeAttrs Agda.meta [ \"outputsToInstall\" ]; } '' mkdir -p $out/bin makeWrapper ${Agda}/bin/agda $out/bin/agda makeWrapper ${Agda.bin}/bin/agda $out/bin/agda --add-flags \"--with-compiler=${ghc}/bin/ghc\" --add-flags \"--library-file=${library-file}\" ln -s ${Agda}/bin/agda-mode $out/bin/agda-mode ln -s ${Agda.bin}/bin/agda-mode $out/bin/agda-mode ''; withPackages = arg: if isAttrs arg then withPackages' arg else withPackages' { pkgs = arg; };"} {"_id":"doc-en-nixpkgs-3429b0cd1aa44030bfa76d2872bf53b72241c95f2db7b0bbec1aa0af4f91ae13","title":"","text":"# very useful. # Flag added in Agda 2.6.4.1, was always enabled before (enableCabalFlag \"debug\") # Split outputs to reduce closure size enableSeparateBinOutput ]; # ats-format uses cli-setup in Setup.hs which is quite happy to write"} {"_id":"doc-en-nixpkgs-0cdb5c6620e1d2c847547c9576a6630373e206014914e8487e95606dcb50fea7","title":"","text":"in { settings = { ssid = bssCfg.ssid; utf8_ssid = bssCfg.ssid; utf8_ssid = bssCfg.utf8Ssid; logger_syslog = mkDefault (-1); logger_syslog_level = bssCfg.logLevel;"} {"_id":"doc-en-nixpkgs-33b1fe1157cf8c15a030f576f947f3ee4ca3bd83995a4b280cd7e722d96b02e8","title":"","text":"buildPythonPackage rec { pname = \"uvicorn\"; version = \"0.24.0.post1\"; version = \"0.27.1\"; disabled = pythonOlder \"3.8\"; format = \"pyproject\"; pyproject = true; src = fetchFromGitHub { owner = \"encode\"; repo = pname; rev = \"refs/tags/${version}\"; hash = \"sha256-WMXOmQOTj/yPazPEAuteho4UH9enXcIa1mMDDl2eaIk=\"; hash = \"sha256-p0iPQE66RJfd811x6cnv7m3yvD/L9v7evBXlaIQSE0M=\"; }; outputs = ["} {"_id":"doc-en-nixpkgs-814bdebfa4e5280abd8280b8f008760b85c3e1931fc4d2be6efa2b5c57126032","title":"","text":"pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ disabledTests = [ # Flaky test. See https://github.com/NixOS/nixpkgs/issues/288424#issuecomment-1941609973. \"test_run_local_server_occupied_port\" ] ++ lib.optionals stdenv.isDarwin [ # This test fails if the hostname is not associated with an IP (e.g., in `/etc/hosts`). \"test_run_local_server_bind_addr\" ];"} {"_id":"doc-en-nixpkgs-2e611c76d15befca10315e9fd8d9c63f332304d1834d88893e5ef9235fbbe461","title":"","text":"stdenv.mkDerivation rec { pname = \"xpdf\"; version = \"4.04\"; version = \"4.05\"; src = fetchzip { url = \"https://dl.xpdfreader.com/xpdf-${version}.tar.gz\"; hash = \"sha256-ujH9KDwFRjPIKwdMg79Mab9BfA2HooY5+2PESUgnGDY=\"; urls = [ \"https://dl.xpdfreader.com/xpdf-${version}.tar.gz\" \"https://dl.xpdfreader.com/old/xpdf-${version}.tar.gz\" ]; hash = \"sha256-LBxKSrXTdoulZDjPiyYMaJr63jFHHI+VCgVJx310i/w=\"; }; # Fix \"No known features for CXX compiler\", see"} {"_id":"doc-en-nixpkgs-2b326b6c27a4fc627b2fb4b097ce50d355ccde74eabcf47aeda989a272830201","title":"","text":"platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; knownVulnerabilities = [ \"CVE-2018-7453: loop in PDF objects\" \"CVE-2018-16369: loop in PDF objects\" \"CVE-2019-9587: loop in PDF objects\" \"CVE-2019-9588: loop in PDF objects\" \"CVE-2019-16088: loop in PDF objects\""} {"_id":"doc-en-nixpkgs-7081231105611cf29734e094314005ae9554fda3b414b54293c234fca4043d2a","title":"","text":"\"CVE-2022-38928\" \"CVE-2022-41842\" \"CVE-2022-41843\" \"CVE-2022-41844\" \"CVE-2022-43071\" \"CVE-2022-43295\" \"CVE-2022-45586\" \"CVE-2022-45587\" \"CVE-2023-2662\" \"CVE-2023-2663\" \"CVE-2023-2664\" \"CVE-2023-26930\" \"CVE-2023-26931\" \"CVE-2023-26934\""} {"_id":"doc-en-nixpkgs-a2ba837cc35d1769bac57e1c93415002400b0cadb771660214c6216f2b571092","title":"","text":"apvlv = callPackage ../applications/misc/apvlv { }; xpdf = libsForQt5.callPackage ../applications/misc/xpdf { }; xpdf = libsForQt5.callPackage ../applications/misc/xpdf { stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv; }; xplugd = callPackage ../tools/X11/xplugd { };"} {"_id":"doc-en-nixpkgs-563cd025c0a7701b20b01b08a7f7cafdf21a996dc6a8d36892feb8e4c618eb96","title":"","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":"doc-en-nixpkgs-8f6de99b112308baca30fa4450260bcea66018d235bc7e36e095cd3274b942ee","title":"","text":"{ lib , stdenvNoCC , stdenv , fetchurl , autoPatchelfHook , undmg , zstd , curl , fontconfig , libglvnd , libxkbcommon , vulkan-loader , xdg-utils , xorg , zlib }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"warp-terminal\"; version = \"0.2023.12.05.08.02.stable_00\"; let pname = \"warp-terminal\"; version = \"0.2024.02.20.08.01.stable_01\"; linux = stdenv.mkDerivation (finalAttrs: { inherit pname version meta; src = fetchurl { url = \"https://releases.warp.dev/stable/v${finalAttrs.version}/warp-terminal-v${finalAttrs.version}-1-x86_64.pkg.tar.zst\"; hash = \"sha256-L8alnqSE4crrDozRfPaAAMkLc+5+8d9XBKd5ddsxmD0=\"; }; sourceRoot = \".\"; postPatch = '' substituteInPlace usr/bin/warp-terminal --replace-fail /opt/ $out/opt/ ''; nativeBuildInputs = [ autoPatchelfHook zstd ]; buildInputs = [ curl fontconfig stdenv.cc.cc.lib # libstdc++.so libgcc_s.so zlib ]; runtimeDependencies = [ libglvnd # for libegl libxkbcommon stdenv.cc.libc vulkan-loader xdg-utils xorg.libX11 xorg.libxcb xorg.libXcursor xorg.libXi ]; installPhase = '' runHook preInstall mkdir $out cp -r opt usr/* $out runHook postInstall ''; }); darwin = stdenvNoCC.mkDerivation (finalAttrs: { inherit pname version meta; src = fetchurl { url = \"https://releases.warp.dev/stable/v${finalAttrs.version}/Warp.dmg\"; hash = \"sha256-9olAmczIPRXV15NYCOYmwuEmJ7lMeaQRTTfukaYXMR0=\"; hash = \"sha256-tFtoD8URMFfJ3HRkyKStuDStFkoRIV97y9kV4pbDPro=\"; }; sourceRoot = \".\";"} {"_id":"doc-en-nixpkgs-5871210297a9d4e8229f3323fe2e2ecff95e61474aaafdbf29d3075e2d1e00ca","title":"","text":"runHook postInstall ''; }); meta = with lib; { description = \"Rust-based terminal\"; homepage = \"https://www.warp.dev\"; license = licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ emilytrau Enzime ]; platforms = platforms.darwin; }; }) meta = with lib; { description = \"Rust-based terminal\"; homepage = \"https://www.warp.dev\"; license = licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ emilytrau Enzime ]; platforms = platforms.darwin ++ [ \"x86_64-linux\" ]; }; in if stdenvNoCC.isDarwin then darwin else linux "} {"_id":"doc-en-nixpkgs-f8844024497d1c57a4089c3ac31af45e192d9e003024a00f87a779248d1ddc59","title":"","text":"inherit ruby; name = \"${gemName}-${version}\"; gemName = \"tmuxinator\"; version = \"3.0.5\"; source.sha256 = \"1ycsx9mvl0jsds4igi6avxclsyl5lndh1mpj2ykvzfz26wdddg6p\"; version = \"3.1.2\"; source.sha256 = \"t96v3RwBfezB644RVbTmO8i/xh1F23WQC8PBxc/msjg=\"; erubis = buildRubyGem rec { inherit ruby;"} {"_id":"doc-en-nixpkgs-8832f8377b4fee970767395e66396544e6dbb004f0de9d0f4c68a52e60bcaec5","title":"","text":"inherit ruby; name = \"ruby${ruby.version}-${gemName}-${version}\"; gemName = \"thor\"; version = \"1.2.1\"; source.sha256 = \"0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi\"; version = \"1.3.0\"; source.sha256 = \"sha256-Gtx/nls2VaaMcTk/7ovQrQiNFO6Og6C3NybyPLs8p8M=\"; }; xdg = buildRubyGem rec {"} {"_id":"doc-en-nixpkgs-184696e78854e4d2fd2eaa76b1f1551b308b4334c985bcd36966aaa550fece1a","title":"","text":"# in # rWrapper.override{ packages = [ lgbm ]; }\" pname = lib.optionalString rLibrary \"r-\" + pnameBase; version = \"4.1.0\"; version = \"4.3.0\"; src = fetchFromGitHub { owner = \"microsoft\"; repo = pnameBase; rev = \"v${version}\"; fetchSubmodules = true; hash = \"sha256-AhXe/Mlor/i0y84wI9jVPKSnyVbSyAV52Y4yiNm7yLQ=\"; hash = \"sha256-hEoGdzC6n8t14ZUFWFrdljEkQRo9qaDGYTamvIAgrbg=\"; }; nativeBuildInputs = [ cmake ]"} {"_id":"doc-en-nixpkgs-41060bd5af214bfcfe6fa9f80a4d05833a989b2004dcb103986ad39dbaea1596","title":"","text":"propagatedBuildInputs = lib.optionals rLibrary [ rPackages.data_table rPackages.markdown rPackages.rmarkdown rPackages.jsonlite rPackages.Matrix"} {"_id":"doc-en-nixpkgs-150ef4cca34e316fb30c95496d342396d90f1778f6143f4d02ac20283bcbc510","title":"","text":"--replace \"install_args <- c(\"CMD\", \"INSTALL\", \"--no-multiarch\", \"--with-keep.source\", tarball)\" \"install_args <- c(\"CMD\", \"INSTALL\", \"--no-multiarch\", \"--with-keep.source\", \"-l $out/library\", tarball)\" # Retry this test in next release. Something fails in the setup, so GTEST_FILTER is not enough rm tests/cpp_tests/test_arrow.cpp ''; cmakeFlags = lib.optionals doCheck [ \"-DBUILD_CPP_TEST=ON\" ]"} {"_id":"doc-en-nixpkgs-ff429ef9d62b68b29ac57ea7238a0733a98b29e5c33b20ca32c821a513d3cf9b","title":"","text":"}; }; systemd.enableCgroupAccounting = true; security.wrappers.\"apps.plugin\" = { source = \"${pkgs.netdata}/libexec/netdata/plugins.d/apps.plugin.org\"; capabilities = \"cap_dac_read_search,cap_sys_ptrace+ep\";"} {"_id":"doc-en-nixpkgs-6a2086c9b8bb319466d97f929ef81a1aad8dbe44f00f025b4576d69f908466d1","title":"","text":"been removed.
The rmilter package was removed with associated module and options due deprecation by upstream developer. Use rspamd in proxy mode instead. The rmilter package was removed with associated module and options due deprecation by upstream developer. Use rspamd in proxy mode instead. systemd cgroup accounting via the systemd.enableCgroupAccounting option is now enabled by default. It now also enables the more recent Block IO and IP accounting features.
"} {"_id":"doc-en-nixpkgs-6e91580c64de771d3d7854e213196670da9fa23bb280aa05472c696402044e0f","title":"","text":"}; systemd.enableCgroupAccounting = mkOption { default = false; default = true; type = types.bool; description = '' Whether to enable cgroup accounting."} {"_id":"doc-en-nixpkgs-2c609853904749f85bcba4f0d1bb30a594facb7c670ac32ee3d4649241e55331","title":"","text":"[Manager] ${optionalString config.systemd.enableCgroupAccounting '' DefaultCPUAccounting=yes DefaultBlockIOAccounting=yes DefaultIOAccounting=yes DefaultBlockIOAccounting=yes DefaultMemoryAccounting=yes DefaultTasksAccounting=yes DefaultIPAccounting=yes ''} DefaultLimitCORE=infinity ${config.systemd.extraConfig}"} {"_id":"doc-en-nixpkgs-5064a6dc655b46607dcb2a9e7e082eaf3a510faf7588144be5d6c42563569941","title":"","text":"$machine->waitForUnit('multi-user.target'); $machine->succeed('sysctl net.core.default_qdisc | grep -q \"fq_codel\"'); }; # Test cgroup accounting is enabled subtest \"systemd cgroup accounting is enabled\", sub { $machine->waitForUnit('multi-user.target'); $machine->succeed('systemctl show testservice1.service -p IOAccounting | grep -q \"yes\"'); $machine->succeed('systemctl status testservice1.service | grep -q \"CPU:\"'); }; ''; })"} {"_id":"doc-en-nixpkgs-4b2fe4151daac1b83169ec64340d6618a3f06b5a79a07b05738ce823ae732608","title":"","text":" { lib, stdenv, python3Packages, fetchFromGitHub, installShellFiles, jre, libX11, libXext, libXcursor, libXrandr, libXxf86vm, libpulseaudio, libGL, glfw, openal, udev, textToSpeechSupport ? stdenv.isLinux, flite, }: let # Copied from the `prismlauncher` package runtimeLibs = [ libX11 libXext libXcursor libXrandr libXxf86vm # lwjgl libpulseaudio libGL glfw openal stdenv.cc.cc.lib # oshi udev ] ++ lib.optional textToSpeechSupport flite; in python3Packages.buildPythonApplication rec { pname = \"portablemc\"; version = \"4.3.0\"; pyproject = true; disabled = python3Packages.pythonOlder \"3.8\"; src = fetchFromGitHub { owner = \"mindstorm38\"; repo = \"portablemc\"; rev = \"v${version}\"; hash = \"sha256-jCv4ncXUWbkWlBZr3P1hNeVpdQzY9HtrFz+pmKknL0I=\"; }; patches = [ # Use the jre package provided by nixpkgs by default ./use-builtin-java.patch ]; nativeBuildInputs = [ installShellFiles ]; build-system = [ python3Packages.poetry-core ]; dependencies = [ python3Packages.certifi ]; # Note: Tests use networking, so we don't run them postInstall = '' installShellCompletion --cmd portablemc --bash <($out/bin/portablemc show completion bash) --zsh <($out/bin/portablemc show completion zsh) ''; preFixup = '' makeWrapperArgs+=( --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath runtimeLibs} --prefix PATH : ${lib.makeBinPath [ jre ]} ) ''; meta = { homepage = \"https://github.com/mindstorm38/portablemc\"; description = \"A fast, reliable and cross-platform command-line Minecraft launcher and API for developers\"; longDescription = '' A fast, reliable and cross-platform command-line Minecraft launcher and API for developers. Including fast and easy installation of common mod loaders such as Fabric, Forge, NeoForge and Quilt. This launcher is compatible with the standard Minecraft directories. ''; changelog = \"https://github.com/mindstorm38/portablemc/releases/tag/${src.rev}\"; license = lib.licenses.gpl3Only; mainProgram = \"portablemc\"; maintainers = with lib.maintainers; [ tomasajt ]; }; } "} {"_id":"doc-en-nixpkgs-45d3e275c266e09bce7fdc149ab71f9d3b838d0942d24600c5160648991b4217","title":"","text":" diff --git a/portablemc/standard.py b/portablemc/standard.py index f59c55d..0f017e1 100644 --- a/portablemc/standard.py +++ b/portablemc/standard.py @@ -843,6 +843,8 @@ class Version: if jvm_major_version is not None and not isinstance(jvm_major_version, int): raise ValueError(\"metadata: /javaVersion/majorVersion must be an integer\") + return self._resolve_builtin_jvm(watcher, JvmNotFoundError.UNSUPPORTED_ARCH, jvm_major_version) + if platform.system() == \"Linux\" and platform.libc_ver()[0] != \"glibc\": return self._resolve_builtin_jvm(watcher, JvmNotFoundError.UNSUPPORTED_LIBC, jvm_major_version) @@ -926,31 +928,10 @@ class Version: builtin_path = shutil.which(jvm_bin_filename) if builtin_path is None: raise JvmNotFoundError(reason) - - try: - - # Get version of the JVM. - process = Popen([builtin_path, \"-version\"], bufsize=1, stdout=PIPE, stderr=STDOUT, universal_newlines=True) - stdout, _stderr = process.communicate(timeout=1) - - version_start = stdout.index(f\"1.{major_version}\" if major_version <= 8 else str(major_version)) - version = None - - # Parse version by getting all character that are numeric or '.'. - for i, ch in enumerate(stdout[version_start:]): - if not ch.isnumeric() and ch not in (\".\", \"_\"): - version = stdout[version_start:i] - break - - if version is None: - raise ValueError() - - except (TimeoutExpired, ValueError): - raise JvmNotFoundError(JvmNotFoundError.BUILTIN_INVALID_VERSION) self._jvm_path = Path(builtin_path) - self._jvm_version = version - watcher.handle(JvmLoadedEvent(version, JvmLoadedEvent.BUILTIN)) + self._jvm_version = \"nixpkgs\" + watcher.handle(JvmLoadedEvent(\"nixpkgs\", JvmLoadedEvent.BUILTIN)) def _download(self, watcher: Watcher) -> None: "} {"_id":"doc-en-nixpkgs-6f2a89a0a161a0f7dec31ba3ce4a8f2947112aa149f0816cd64dc8022bc70c7b","title":"","text":"lapack ] ++ lib.optionals guiSupport [ libX11 ] ++ lib.optionals config.cudaSupport (with cudaPackages; [ ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_cudart.dev cuda_cudart.lib cuda_cudart.static"} {"_id":"doc-en-nixpkgs-9cf3eb8376846fa557e8df16abf0d8fcce31688f27aa6edacb38c3a1d4945c21","title":"","text":"- [wg-access-server](https://github.com/freifunkMUC/wg-access-server/), an all-in-one WireGuard VPN solution with a web ui for connecting devices. Available at [services.wg-access-server](#opt-services.wg-access-server.enable). - [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). - [Playerctld](https://github.com/altdesktop/playerctl), a daemon to track media player activity. Available as [services.playerctld](option.html#opt-services.playerctld). ## Backward Incompatibilities {#sec-release-24.11-incompatibilities}"} {"_id":"doc-en-nixpkgs-b863418c38affcdb4e36144f947f3fae0610984ca8787f06ade867e15223c7ff","title":"","text":"./programs/dublin-traceroute.nix ./programs/ecryptfs.nix ./programs/environment.nix ./programs/envision.nix ./programs/evince.nix ./programs/extra-container.nix ./programs/fcast-receiver.nix"} {"_id":"doc-en-nixpkgs-93a544e0fba837977ddeeb8cf71664f6213fb7f5776cae7b14277b6ef1269efb","title":"","text":" { config, lib, pkgs, ... }: let cfg = config.programs.envision; in { options = { programs.envision = { enable = lib.mkEnableOption \"envision\"; package = lib.mkPackageOption pkgs \"envision\" {}; openFirewall = lib.mkEnableOption \"the default ports in the firewall for the WiVRn server\" // { default = true; }; }; }; config = lib.mkIf cfg.enable { services.avahi = { enable = true; publish = { enable = true; userServices = true; }; }; environment.systemPackages = [ cfg.package ]; networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ 9757 ]; allowedUDPPorts = [ 9757 ]; }; }; meta.maintainers = pkgs.envision.meta.maintainers; } "} {"_id":"doc-en-nixpkgs-3f7727f6eda5592665a02f510a0a913fec2738cbb440d85775cc4e54165c1820","title":"","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.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab\" dependencies = [ \"memchr\", ] [[package]] name = \"anyhow\" version = \"1.0.75\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6\" [[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.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.22.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\" [[package]] name = \"bindgen\" version = \"0.69.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0\" dependencies = [ \"bitflags 2.4.0\", \"cexpr\", \"clang-sys\", \"itertools\", \"lazy_static\", \"lazycell\", \"log\", \"prettyplease\", \"proc-macro2\", \"quote\", \"regex\", \"rustc-hash\", \"shlex\", \"syn\", \"which\", ] [[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 = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"bumpalo\" version = \"3.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec\" [[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.19.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2ac2a4d0e69036cf0062976f6efcba1aaee3e448594e6514bb2ddf87acce562\" dependencies = [ \"bitflags 2.4.0\", \"cairo-sys-rs\", \"glib\", \"libc\", \"thiserror\", ] [[package]] name = \"cairo-sys-rs\" version = \"0.19.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd3bb3119664efbd78b5e6c93957447944f16bdbced84c17a9f41c7829b81e64\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"cc\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0\" dependencies = [ \"jobserver\", \"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.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3\" 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 = \"cfg_aliases\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724\" [[package]] name = \"clang-sys\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f\" dependencies = [ \"glob\", \"libc\", \"libloading\", ] [[package]] name = \"cmake\" version = \"0.1.50\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130\" dependencies = [ \"cc\", ] [[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 = \"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 = \"dlopen2\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6\" dependencies = [ \"dlopen2_derive\", \"libc\", \"once_cell\", \"winapi\", ] [[package]] name = \"dlopen2_derive\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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\", ] [[package]] name = \"envision\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"gettext-rs\", \"git2\", \"gtk4\", \"lazy_static\", \"libadwaita\", \"libmonado-rs\", \"nix\", \"phf\", \"phf_macros\", \"relm4\", \"relm4-components\", \"reqwest\", \"rusb\", \"serde\", \"serde_json\", \"tracker\", \"uuid\", \"vte4\", ] [[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.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd\" 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 = \"fastrand\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764\" [[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 = \"flagset\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d52a7e408202050813e6f1d9addadcaafef3dca7530c7ddfb005d4081cce6779\" [[package]] name = \"flume\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181\" dependencies = [ \"futures-core\", \"futures-sink\", \"nanorand\", \"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 = \"fragile\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa\" [[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 = \"gdk-pixbuf\" version = \"0.19.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6a23f8a0b5090494fd04924662d463f8386cc678dd3915015a838c1a3679b92\" dependencies = [ \"gdk-pixbuf-sys\", \"gio\", \"glib\", \"libc\", ] [[package]] name = \"gdk-pixbuf-sys\" version = \"0.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fdbf021f8b9d19e30fb9ea6d6e5f2b6a712fe4645417c69f86f6ff1e1444a8f\" dependencies = [ \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"gdk4\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db265c9dd42d6a371e09e52deab3a84808427198b86ac792d75fd35c07990a07\" dependencies = [ \"cairo-rs\", \"gdk-pixbuf\", \"gdk4-sys\", \"gio\", \"glib\", \"libc\", \"pango\", ] [[package]] name = \"gdk4-sys\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9418fb4e8a67074919fe7604429c45aa74eb9df82e7ca529767c6d4e9dc66dd\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"system-deps\", ] [[package]] name = \"getrandom\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427\" dependencies = [ \"cfg-if\", \"js-sys\", \"libc\", \"wasi\", \"wasm-bindgen\", ] [[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 = \"gimli\" version = \"0.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0\" [[package]] name = \"gio\" version = \"0.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be548be810e45dd31d3bbb89c6210980bb7af9bca3ea1292b5f16b75f8e394a7\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-util\", \"gio-sys\", \"glib\", \"libc\", \"pin-project-lite\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gio-sys\" version = \"0.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4bdbef451b0f0361e7f762987cc6bebd5facab1d535e85a3cf1115dfb08db40\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", \"windows-sys 0.52.0\", ] [[package]] name = \"git2\" version = \"0.18.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd\" dependencies = [ \"bitflags 2.4.0\", \"libc\", \"libgit2-sys\", \"log\", \"openssl-probe\", \"openssl-sys\", \"url\", ] [[package]] name = \"glib\" version = \"0.19.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e52355166df21c7ed16b6a01f615669c7911ed74e27ef60eba339c0d2da12490\" dependencies = [ \"bitflags 2.4.0\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-task\", \"futures-util\", \"gio-sys\", \"glib-macros\", \"glib-sys\", \"gobject-sys\", \"libc\", \"memchr\", \"smallvec\", \"thiserror\", ] [[package]] name = \"glib-macros\" version = \"0.19.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70025dbfa1275cf7d0531c3317ba6270dae15d87e63342229d638246ff45202e\" dependencies = [ \"heck 0.5.0\", \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"glib-sys\" version = \"0.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"767d23ead9bbdfcbb1c2242c155c8128a7d13dde7bf69c176f809546135e2282\" 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.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3787b0bfacca12bb25f8f822b0dbee9f7e4a86e6469a29976d332d2c14c945b\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"graphene-rs\" version = \"0.19.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99e4d388e96c5f29e2b2f67045d229ddf826d0a8d6d282f94ed3b34452222c91\" dependencies = [ \"glib\", \"graphene-sys\", \"libc\", ] [[package]] name = \"graphene-sys\" version = \"0.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a60e7381afdd7be43bd10a89d3b6741d162aabbca3a8db73505afb6a3aea59d\" dependencies = [ \"glib-sys\", \"libc\", \"pkg-config\", \"system-deps\", ] [[package]] name = \"gsk4\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7563884bf6939f4468e5d94654945bdd9afcaf8c3ba4c5dd17b5342b747221be\" dependencies = [ \"cairo-rs\", \"gdk4\", \"glib\", \"graphene-rs\", \"gsk4-sys\", \"libc\", \"pango\", ] [[package]] name = \"gsk4-sys\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23024bf2636c38bbd1f822f58acc9d1c25b28da896ff0f291a1a232d4272b3dc\" dependencies = [ \"cairo-sys-rs\", \"gdk4-sys\", \"glib-sys\", \"gobject-sys\", \"graphene-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"gtk4\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b04e11319b08af11358ab543105a9e49b0c491faca35e2b8e7e36bfba8b671ab\" 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.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec655a7ef88d8ce9592899deb8b2d0fa50bab1e6dd69182deb764e643c522408\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"gtk4-sys\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c8aa86b7f85ea71d66ea88c1d4bae1cfacf51ca4856274565133838d77e57b5\" 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 = \"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.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 = \"heck\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\" [[package]] name = \"hermit-abi\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7\" [[package]] name = \"home\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb\" dependencies = [ \"windows-sys 0.48.0\", ] [[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.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643\" dependencies = [ \"bytes\", \"http\", ] [[package]] name = \"http-body-util\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d\" dependencies = [ \"bytes\", \"futures-core\", \"http\", \"http-body\", \"pin-project-lite\", ] [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"hyper\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"itoa\", \"pin-project-lite\", \"smallvec\", \"tokio\", \"want\", ] [[package]] name = \"hyper-tls\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0\" dependencies = [ \"bytes\", \"http-body-util\", \"hyper\", \"hyper-util\", \"native-tls\", \"tokio\", \"tokio-native-tls\", \"tower-service\", ] [[package]] name = \"hyper-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"http\", \"http-body\", \"hyper\", \"pin-project-lite\", \"socket2\", \"tokio\", \"tower\", \"tower-service\", \"tracing\", ] [[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 = \"indexmap\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d\" dependencies = [ \"equivalent\", \"hashbrown\", ] [[package]] name = \"io-lifetimes\" version = \"2.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c\" [[package]] name = \"ipnet\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6\" [[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 = \"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.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a\" dependencies = [ \"wasm-bindgen\", ] [[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.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91b4990248b9e1ec5e72094a2ccaea70ec3809f88f6fd52192f2af306b87c5d9\" dependencies = [ \"gdk-pixbuf\", \"gdk4\", \"gio\", \"glib\", \"gtk4\", \"libadwaita-sys\", \"libc\", \"pango\", ] [[package]] name = \"libadwaita-sys\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23a748e4e92be1265cd9e93d569c0b5dfc7814107985aa6743d670ab281ea1a8\" dependencies = [ \"gdk4-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"gtk4-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"libc\" version = \"0.2.155\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c\" [[package]] name = \"libgit2-sys\" version = \"0.16.2+1.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8\" dependencies = [ \"cc\", \"libc\", \"libssh2-sys\", \"libz-sys\", \"openssl-sys\", \"pkg-config\", ] [[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 = \"libmonado-rs\" version = \"0.1.0\" source = \"git+https://github.com/technobaboo/libmonado-rs?rev=e32e78c79ce9ec4a5a5de9eff30661c6c4307347#e32e78c79ce9ec4a5a5de9eff30661c6c4307347\" dependencies = [ \"bindgen\", \"cmake\", \"convert_case\", \"dlopen2\", \"flagset\", \"semver\", ] [[package]] name = \"libssh2-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee\" dependencies = [ \"cc\", \"libc\", \"libz-sys\", \"openssl-sys\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"libusb1-sys\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"libz-sys\" version = \"1.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"linux-raw-sys\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128\" [[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 = \"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.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f\" [[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.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d\" [[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\", ] [[package]] name = \"mio\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c\" dependencies = [ \"libc\", \"wasi\", \"windows-sys 0.48.0\", ] [[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 = \"nix\" version = \"0.29.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46\" dependencies = [ \"bitflags 2.4.0\", \"cfg-if\", \"cfg_aliases\", \"libc\", ] [[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_cpus\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\" dependencies = [ \"hermit-abi\", \"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_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.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[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\", \"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\", ] [[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.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"pango\" version = \"0.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"504ce6e805439ea2c6791168fe7ef8e3da0c1b2ef82c44bc450dbc330592920d\" dependencies = [ \"gio\", \"glib\", \"libc\", \"pango-sys\", ] [[package]] name = \"pango-sys\" version = \"0.19.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4829555bdbb83692ddeaf5a6927fb2d025c8131e5ecaa4f7619fff6985d3505\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"percent-encoding\" version = \"2.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94\" [[package]] name = \"phf\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc\" dependencies = [ \"phf_shared\", ] [[package]] name = \"phf_generator\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0\" dependencies = [ \"phf_shared\", \"rand\", ] [[package]] name = \"phf_macros\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b\" dependencies = [ \"phf_generator\", \"phf_shared\", \"proc-macro2\", \"quote\", \"syn\", ] [[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\" 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.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.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec\" [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"prettyplease\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d\" dependencies = [ \"proc-macro2\", \"syn\", ] [[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.1\", ] [[package]] name = \"proc-macro2\" version = \"1.0.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"quote\" version = \"1.0.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae\" 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.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"regex\" version = \"1.9.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata\", \"regex-syntax\", ] [[package]] name = \"regex-automata\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da\" [[package]] name = \"relm4\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6e0e187b58db367305e8486d3228158251da1c8ba1e18baa9de61894e822649\" dependencies = [ \"flume\", \"fragile\", \"futures\", \"gtk4\", \"libadwaita\", \"once_cell\", \"relm4-macros\", \"tokio\", \"tracing\", ] [[package]] name = \"relm4-components\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffcb6431605810fca4430b3da5d496fcf67d39f32db6a2799bcaac27469154b9\" dependencies = [ \"once_cell\", \"relm4\", \"tracker\", ] [[package]] name = \"relm4-macros\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0774e846889823aa5766f5b62cface3189a5b36280e65b2faaa6df0319da1726\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"reqwest\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10\" dependencies = [ \"base64\", \"bytes\", \"encoding_rs\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"http-body-util\", \"hyper\", \"hyper-tls\", \"hyper-util\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls-pemfile\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"sync_wrapper\", \"system-configuration\", \"tokio\", \"tokio-native-tls\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg\", ] [[package]] name = \"rusb\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4\" dependencies = [ \"libc\", \"libusb1-sys\", ] [[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.38.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f\" dependencies = [ \"bitflags 2.4.0\", \"errno\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.48.0\", ] [[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 = \"ryu\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741\" [[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 = \"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.188\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.188\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"serde_json\" version = \"1.0.107\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_spanned\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186\" 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 = \"shlex\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380\" [[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.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 0.52.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 = \"syn\" version = \"2.0.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"sync_wrapper\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160\" [[package]] name = \"system-configuration\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"system-configuration-sys\", ] [[package]] name = \"system-configuration-sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"system-deps\" version = \"6.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3\" dependencies = [ \"cfg-expr\", \"heck 0.4.1\", \"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 = \"tempfile\" version = \"3.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef\" dependencies = [ \"cfg-if\", \"fastrand\", \"redox_syscall\", \"rustix\", \"windows-sys 0.48.0\", ] [[package]] name = \"thiserror\" version = \"1.0.48\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.48\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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.38.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"pin-project-lite\", \"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-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_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\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"toml_edit\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"tower\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c\" dependencies = [ \"futures-core\", \"futures-util\", \"pin-project\", \"pin-project-lite\", \"tokio\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"tower-layer\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0\" [[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\", ] [[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 = \"tracker\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff9636d15e370187f6bf55b79ce62ebf4221998bc0ba1774d7fa208b007f6bf8\" dependencies = [ \"tracker-macros\", ] [[package]] name = \"tracker-macros\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca029746fbe0efda3298205de77bf759d7fef23ac97902641e0b49a623b0455f\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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.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-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[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 = \"uuid\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0\" dependencies = [ \"getrandom\", \"rand\", ] [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"version-compare\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29\" [[package]] name = \"vte4\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"666a15c7ac6316a3c1bf8c5bc30d687e7405a8cba120c50569a7adeeabbbd1c6\" dependencies = [ \"cairo-rs\", \"gdk4\", \"gio\", \"glib\", \"gtk4\", \"io-lifetimes\", \"libc\", \"pango\", \"vte4-sys\", ] [[package]] name = \"vte4-sys\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d893a06a0907d5b843f34400ff0a7990332011e53faa7435635f0b12aacc3f88\" dependencies = [ \"cairo-sys-rs\", \"gdk4-sys\", \"gio-sys\", \"glib-sys\", \"gtk4-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[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.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn\", \"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\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1\" [[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 = \"which\" version = \"4.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7\" dependencies = [ \"either\", \"home\", \"once_cell\", \"rustix\", ] [[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 = \"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 = \"winreg\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] "} {"_id":"doc-en-nixpkgs-957d55a1ce8225db40b0c44a2aa22b2640de7526c4953e82a3efc962b0d86d88","title":"","text":" { lib, stdenv, fetchFromGitLab, writeScript, appstream-glib, cargo, meson, ninja, pkg-config, rustPlatform, rustc, wrapGAppsHook4, cairo, desktop-file-utils, gdb, gdk-pixbuf, glib, gtk4, gtksourceview5, libadwaita, libgit2, libusb1, openssl, pango, vte-gtk4, zlib, unstableGitUpdater, }: stdenv.mkDerivation (finalAttrs: { pname = \"envision-unwrapped\"; version = \"0-unstable-2024-06-25\"; src = fetchFromGitLab { owner = \"gabmus\"; repo = \"envision\"; rev = \"b594f75778961c281daca398011914e9ac14b753\"; hash = \"sha256-felt9KdgVrXSgoufw/+gDlluqdv8vySDqwskQ0t2JOM=\"; }; strictDeps = true; cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; outputHashes = { \"libmonado-rs-0.1.0\" = \"sha256-PsNgfpgso3HhIMXKky/u6Xw8phk1isRpNXKLhvN1wIE=\"; }; }; nativeBuildInputs = [ appstream-glib desktop-file-utils cargo meson ninja pkg-config rustPlatform.cargoSetupHook rustc wrapGAppsHook4 ]; buildInputs = [ cairo gdk-pixbuf glib gtk4 gtksourceview5 libadwaita libgit2 libusb1 openssl pango vte-gtk4 zlib ]; postInstall = '' wrapProgram $out/bin/envision --prefix PATH : \"${lib.makeBinPath [ gdb ]}\" ''; passthru.updateScript = writeScript \"envision-update\" '' source ${builtins.head (unstableGitUpdater { })} cp $tmpdir/Cargo.lock ./pkgs/by-name/en/envision-unwrapped/Cargo.lock ''; meta = { description = \"UI for building, configuring and running Monado, the open source OpenXR runtime\"; homepage = \"https://gitlab.com/gabmus/envision\"; license = lib.licenses.agpl3Only; mainProgram = \"envision\"; maintainers = with lib.maintainers; [ pandapip1 Scrumplex ]; platforms = lib.platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-f2d0eea356f41abd32246e1c975639eba70f8e5b63237d98072641b72517c2c0","title":"","text":" { buildFHSEnv, envision-unwrapped }: buildFHSEnv { name = \"envision\"; extraOutputsToInstall = [ \"dev\" ]; strictDeps = true; targetPkgs = pkgs: [ pkgs.envision-unwrapped ] ++ (with pkgs; [ glibc gcc ]) ++ ( # OpenHMD dependencies pkgs.openhmd.buildInputs ++ pkgs.openhmd.nativeBuildInputs ) ++ ( # OpenComposite dependencies pkgs.opencomposite.buildInputs ++ pkgs.opencomposite.nativeBuildInputs ++ [ pkgs.boost ] ) ++ ( # Monado dependencies ( pkgs.monado.buildInputs ++ pkgs.monado.nativeBuildInputs ++ (with pkgs; [ # Additional dependencies required by Monado when built using Envision mesa shaderc xorg.libX11 xorg.libxcb xorg.libXrandr xorg.libXrender xorg.xorgproto ]) ) ) ++ ( # SteamVR driver dependencies [ pkgs.zlib ]) ++ ( # WiVRn dependencies # TODO: Replace with https://github.com/NixOS/nixpkgs/pull/316975 once merged (with pkgs; [ avahi cmake cli11 ffmpeg git gst_all_1.gstreamer gst_all_1.gst-plugins-base libmd libdrm libpulseaudio libva ninja nlohmann_json openxr-loader pipewire systemdLibs # udev vulkan-loader vulkan-headers x264 ]) ++ (with pkgs; [ android-tools # For adb installing WiVRn APKs ]) ); profile = '' export CMAKE_LIBRARY_PATH=/usr/lib export CMAKE_INCLUDE_PATH=/usr/include export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig ''; extraInstallCommands = '' mkdir -p $out/share/applications $out/share/metainfo ln -s ${envision-unwrapped}/share/envision $out/share ln -s ${envision-unwrapped}/share/icons $out/share ln -s ${envision-unwrapped}/share/applications/org.gabmus.envision.desktop $out/share/applications ln -s ${envision-unwrapped}/share/metainfo/org.gabmus.envision.appdata.xml $out/share/metainfo ''; runScript = \"envision\"; meta = envision-unwrapped.meta // { description = \"${envision-unwrapped.meta.description} (with build environment)\"; }; } "} {"_id":"doc-en-nixpkgs-a438074c67cceeb2d6ee1548e9a718b1fff91d4c9b75f5607e63e8473fbb3100","title":"","text":"postPatch = '' substituteInPlace pyproject.toml setup.py --replace \"setuptools_scm < 8.0.0\" \"setuptools_scm\" '' + lib.optionalString (pythonAtLeast \"3.12\") '' substituteInPlace ./cmake_modules/FindPython3Alt.cmake --replace-fail \"from distutils import sysconfig\" \"import sysconfig\" ''; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-1ec13198570d3cf082058b0d1fedfc825f07f78bc7eca86e59d2b3d73ae781e3","title":"","text":"githubId = 92817635; name = \"Sanskar Gurdasani\"; }; sarahec = { email = \"sarahec@nextquestion.net\"; github = \"sarahec\"; githubId = 11277967; name = \"Sarah Clark\"; }; sarcasticadmin = { email = \"rob@sarcasticadmin.com\"; github = \"sarcasticadmin\";"} {"_id":"doc-en-nixpkgs-2cbb30e40cfc956fd5b3b4f675c03ddc4763eed23624ec8893d5626084351afd","title":"","text":" { lib , buildPythonPackage , hypothesis , fetchpatch , fetchPypi , setuptools , setuptools-scm , cloudpickle , cython , jinja2 , numpy , psutil , pynvml , pytestCheckHook , pythonOlder , rich }: buildPythonPackage rec { pname = \"scalene\"; version = \"1.5.38\"; pyproject = true; disabled = pythonOlder \"3.9\"; src = fetchPypi { inherit pname version; hash = \"sha256-LR1evkn2m6FNBmJnUUJubesxIPeHG6RDgLFBHDuxe38=\"; }; patches = [ # fix scalene_config import. remove on next update (fetchpatch { name = \"scalene_config-import-fix.patch\"; url = \"https://github.com/plasma-umass/scalene/commit/cd437be11f600ac0925ce77efa516e6d83934200.patch\"; hash = \"sha256-YjFh+mu5jyIJYUQFhmGqLXhec6lgQAdj4tWxij3NkwU=\"; }) ]; nativeBuildInputs = [ cython setuptools setuptools-scm ]; propagatedBuildInputs = [ cloudpickle jinja2 psutil pynvml rich ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ pytestCheckHook ]; checkInputs = [ hypothesis numpy ]; disabledTestPaths = [ # remove on next update # Failing Darwin-specific tests that were subsequently removed from the source repo. \"tests/test_coverup_35.py\" \"tests/test_coverup_42.py\" \"tests/test_coverup_43.py\" ]; # remove scalene directory to prevent pytest import confusion preCheck = '' rm -rf scalene ''; pythonImportsCheck = [ \"scalene\" ]; meta = with lib; { description = \"High-resolution, low-overhead CPU, GPU, and memory profiler for Python with AI-powered optimization suggestions\"; homepage = \"https://github.com/plasma-umass/scalene\"; changelog = \"https://github.com/plasma-umass/scalene/releases/tag/v${version}\"; mainProgram = \"scalene\"; license = licenses.asl20; maintainers = with maintainers; [ sarahec ]; }; } "} {"_id":"doc-en-nixpkgs-66c00495aaa975f43509cb9cd6838e31f6f20c8a55edaa240a15a1f94d7733d6","title":"","text":"sampler = callPackage ../applications/misc/sampler { }; scalene = with python3Packages; toPythonApplication scalene; scalr-cli = callPackage ../tools/admin/scalr-cli { }; scaphandre = callPackage ../servers/scaphandre { };"} {"_id":"doc-en-nixpkgs-66360ff3545203d1a618e94fc97f3f6e58d2978b3d36fd2d264565241579a04d","title":"","text":"sasmodels = callPackage ../development/python-modules/sasmodels { }; scalene = callPackage ../development/python-modules/scalene { }; scales = callPackage ../development/python-modules/scales { }; scancode-toolkit = callPackage ../development/python-modules/scancode-toolkit { };"} {"_id":"doc-en-nixpkgs-d87e600a1fd0f25e8eb76e837a0c68403894b1e7709ac275d1e8d02b4019298b","title":"","text":"# GPIO power management POWER_RESET_GPIO = option yes; POWER_RESET_GPIO_RESTART = option yes; # Enable Pulse-Width-Modulation support, commonly used for fan and backlight. PWM = yes; } // optionalAttrs (stdenv.hostPlatform.isx86) { INTEL_IDLE = yes; INTEL_RAPL = whenAtLeast \"5.3\" module;"} {"_id":"doc-en-nixpkgs-7cae458a9fff31721c1e3670dea533da0c215d066a22c85154f878d415007b70","title":"","text":" From 408e6a5170bbe9f854bf46e1cbae21265cf25294 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 25 Apr 2022 18:39:07 +0200 Subject: [PATCH] Add Collection SearchType Backport of https://github.com/ramsayleung/rspotify/pull/306 --- src/senum.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/senum.rs b/src/senum.rs index c94c31c..79d8730 100644 --- a/src/senum.rs +++ b/src/senum.rs @@ -87,6 +87,7 @@ pub enum Type { User, Show, Episode, + Collection, } impl Type { pub fn as_str(&self) -> &str { @@ -98,6 +99,7 @@ pub fn as_str(&self) -> &str { Type::User => \"user\", Type::Show => \"show\", Type::Episode => \"episode\", + Type::Collection => \"collection\", } } } @@ -112,6 +114,7 @@ fn from_str(s: &str) -> Result { \"user\" => Ok(Type::User), \"show\" => Ok(Type::Show), \"episode\" => Ok(Type::Episode), + \"collection\" => Ok(Type::Collection), _ => Err(Error::new(ErrorKind::NoEnum(s.to_owned()))), } } -- 2.35.3 "} {"_id":"doc-en-nixpkgs-05ca50f57c18ac4d28eeab32359460ac007f10151e8f703b51c2efaaff988896","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[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 = \"adler32\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234\" [[package]] name = \"aho-corasick\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04\" dependencies = [ \"memchr\", ] [[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 = \"anyhow\" version = \"1.0.71\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8\" [[package]] name = \"arboard\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"47044a1809e2953fe6d084312b81dcb7d9ffc24fee45aa39e5b938f66f75b8a8\" dependencies = [ \"clipboard-win\", \"core-graphics\", \"image\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"once_cell\", \"parking_lot\", \"scopeguard\", \"thiserror\", \"winapi 0.3.9\", \"x11rb\", ] [[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 = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78\" dependencies = [ \"autocfg 1.1.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.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if 1.0.0\", \"libc\", \"miniz_oxide 0.6.2\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e\" dependencies = [ \"byteorder\", ] [[package]] name = \"base64\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"bitflags\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693\" [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"bumpalo\" version = \"3.12.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b\" [[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 = \"bytes\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c\" dependencies = [ \"byteorder\", \"iovec\", ] [[package]] name = \"bytes\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38\" [[package]] name = \"bytes\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\" [[package]] name = \"cassowary\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53\" [[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.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b\" dependencies = [ \"iana-time-zone\", \"js-sys\", \"num-integer\", \"num-traits\", \"rustc-serialize\", \"serde\", \"time\", \"wasm-bindgen\", \"winapi 0.3.9\", ] [[package]] name = \"clap\" version = \"2.34.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c\" dependencies = [ \"ansi_term\", \"atty\", \"bitflags\", \"strsim 0.8.0\", \"textwrap\", \"unicode-width\", \"vec_map\", ] [[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 0.3.9\", ] [[package]] name = \"cloudabi\" version = \"0.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f\" dependencies = [ \"bitflags\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[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.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52a67c4378cf203eace8fb6567847eb641fd6ff933c1145a115c6ee820ebb978\" 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 1.0.0\", ] [[package]] name = \"crossterm\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d\" dependencies = [ \"bitflags\", \"crossterm_winapi\", \"libc\", \"mio 0.7.14\", \"parking_lot\", \"signal-hook\", \"signal-hook-mio\", \"winapi 0.3.9\", ] [[package]] name = \"crossterm_winapi\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"darling\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcfbcb0c5961907597a7d1148e3af036268f2b773886b8bb3eeb1e1281d3d3d6\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6afc018370c3bff3eb51f89256a6bdb18b4fdcda72d577982a14954a7a0b402c\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2 0.4.30\", \"quote 0.6.13\", \"strsim 0.7.0\", \"syn 0.15.44\", ] [[package]] name = \"darling_macro\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6d8dac1c6f1d29a41c4712b4400f878cb4fcc4c7628f298dd75038e024998d1\" dependencies = [ \"darling_core\", \"quote 0.6.13\", \"syn 0.15.44\", ] [[package]] name = \"deflate\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174\" dependencies = [ \"adler32\", \"byteorder\", ] [[package]] name = \"derive_builder\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ac53fa6a3cda160df823a9346442525dcaf1e171999a1cf23e67067e4fd64d4\" dependencies = [ \"darling\", \"derive_builder_core\", \"proc-macro2 0.4.30\", \"quote 0.6.13\", \"syn 0.15.44\", ] [[package]] name = \"derive_builder_core\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0288a23da9333c246bb18c143426074a6ae96747995c5819d2947b64cd942b37\" dependencies = [ \"darling\", \"proc-macro2 0.4.30\", \"quote 0.6.13\", \"syn 0.15.44\", ] [[package]] name = \"dirs\" version = \"3.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309\" 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 0.3.9\", ] [[package]] name = \"dotenv\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0d0a1279c96732bc6800ce6337b6a614697b0e74ae058dc03c62ebeb78b4d86\" dependencies = [ \"failure\", \"lazy_static\", \"regex\", ] [[package]] name = \"either\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91\" [[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 = \"env_logger\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3\" dependencies = [ \"atty\", \"humantime\", \"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 = \"error-code\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21\" dependencies = [ \"libc\", \"str-buf\", ] [[package]] name = \"failure\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86\" dependencies = [ \"backtrace\", \"failure_derive\", ] [[package]] name = \"failure_derive\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4\" dependencies = [ \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"syn 1.0.109\", \"synstructure\", ] [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[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 2.2.0\", ] [[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\" 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 1.0.56\", \"quote 1.0.27\", \"syn 2.0.15\", ] [[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 0.2.9\", \"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 0.3.9\", ] [[package]] name = \"getrandom\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", ] [[package]] name = \"gimli\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4\" [[package]] name = \"h2\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535\" dependencies = [ \"bytes 0.5.6\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http\", \"indexmap\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", \"tracing-futures\", ] [[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.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[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 = \"http\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482\" dependencies = [ \"bytes 1.4.0\", \"fnv\", \"itoa 1.0.6\", ] [[package]] name = \"http-body\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b\" dependencies = [ \"bytes 0.5.6\", \"http\", ] [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"httpdate\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47\" [[package]] name = \"humantime\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f\" dependencies = [ \"quick-error\", ] [[package]] name = \"hyper\" version = \"0.13.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb\" dependencies = [ \"bytes 0.5.6\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa 0.4.8\", \"pin-project\", \"socket2\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"hyper-tls\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed\" dependencies = [ \"bytes 0.5.6\", \"hyper\", \"native-tls\", \"tokio\", \"tokio-tls\", ] [[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\", ] [[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.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e\" dependencies = [ \"matches\", \"unicode-bidi\", \"unicode-normalization\", ] [[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 = \"image\" version = \"0.23.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"num-iter\", \"num-rational\", \"num-traits\", \"png\", \"tiff\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg 1.1.0\", \"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.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220\" dependencies = [ \"hermit-abi 0.3.1\", \"libc\", \"windows-sys 0.48.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.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f\" [[package]] name = \"itertools\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484\" dependencies = [ \"either\", ] [[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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6\" [[package]] name = \"jpeg-decoder\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2\" [[package]] name = \"js-sys\" version = \"0.3.62\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5\" 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.144\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1\" [[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.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f\" [[package]] name = \"lock_api\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df\" dependencies = [ \"autocfg 1.1.0\", \"scopeguard\", ] [[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 = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[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 = \"memoffset\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg 1.1.0\", ] [[package]] name = \"mime\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\" [[package]] name = \"mime_guess\" version = \"2.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef\" dependencies = [ \"mime\", \"unicase\", ] [[package]] name = \"miniz_oxide\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435\" dependencies = [ \"adler32\", ] [[package]] name = \"miniz_oxide\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b\" dependencies = [ \"adler\", \"autocfg 1.1.0\", ] [[package]] name = \"miniz_oxide\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa\" dependencies = [ \"adler\", ] [[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 0.2.2\", \"net2\", \"slab\", \"winapi 0.2.8\", ] [[package]] name = \"mio\" version = \"0.7.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc\" dependencies = [ \"libc\", \"log\", \"miow 0.3.7\", \"ntapi\", \"winapi 0.3.9\", ] [[package]] name = \"mio-named-pipes\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656\" dependencies = [ \"log\", \"mio 0.6.23\", \"miow 0.3.7\", \"winapi 0.3.9\", ] [[package]] name = \"mio-uds\" version = \"0.6.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0\" dependencies = [ \"iovec\", \"libc\", \"mio 0.6.23\", ] [[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 = \"miow\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21\" dependencies = [ \"winapi 0.3.9\", ] [[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.20.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f5e06129fb611568ef4e868c14b326274959aa70ff7776e9d55323531c374945\" dependencies = [ \"bitflags\", \"cc\", \"cfg-if 1.0.0\", \"libc\", \"memoffset\", ] [[package]] name = \"ntapi\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg 1.1.0\", \"num-traits\", ] [[package]] name = \"num-iter\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252\" dependencies = [ \"autocfg 1.1.0\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07\" dependencies = [ \"autocfg 1.1.0\", \"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 1.1.0\", ] [[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 = \"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 = \"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.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"openssl\" version = \"0.10.52\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56\" dependencies = [ \"bitflags\", \"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 1.0.56\", \"quote 1.0.27\", \"syn 2.0.15\", ] [[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.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[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\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc\" dependencies = [ \"cfg-if 1.0.0\", \"instant\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"winapi 0.3.9\", ] [[package]] name = \"percent-encoding\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831\" [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"pin-project\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55\" dependencies = [ \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"syn 1.0.109\", ] [[package]] name = \"pin-project-lite\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777\" [[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.16.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6\" dependencies = [ \"bitflags\", \"crc32fast\", \"deflate\", \"miniz_oxide 0.3.7\", ] [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"proc-macro2\" version = \"0.4.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759\" dependencies = [ \"unicode-xid 0.1.0\", ] [[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 = \"quick-error\" version = \"1.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0\" [[package]] name = \"quote\" version = \"0.6.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1\" dependencies = [ \"proc-macro2 0.4.30\", ] [[package]] name = \"quote\" version = \"1.0.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500\" dependencies = [ \"proc-macro2 1.0.56\", ] [[package]] name = \"rand\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca\" dependencies = [ \"autocfg 0.1.8\", \"libc\", \"rand_chacha 0.1.1\", \"rand_core 0.4.2\", \"rand_hc\", \"rand_isaac\", \"rand_jitter\", \"rand_os\", \"rand_pcg\", \"rand_xorshift\", \"winapi 0.3.9\", ] [[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.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef\" dependencies = [ \"autocfg 0.1.8\", \"rand_core 0.3.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.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 = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"rand_hc\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4\" dependencies = [ \"rand_core 0.3.1\", ] [[package]] name = \"rand_isaac\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08\" dependencies = [ \"rand_core 0.3.1\", ] [[package]] name = \"rand_jitter\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b\" dependencies = [ \"libc\", \"rand_core 0.4.2\", \"winapi 0.3.9\", ] [[package]] name = \"rand_os\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071\" dependencies = [ \"cloudabi\", \"fuchsia-cprng\", \"libc\", \"rand_core 0.4.2\", \"rdrand\", \"winapi 0.3.9\", ] [[package]] name = \"rand_pcg\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44\" dependencies = [ \"autocfg 0.1.8\", \"rand_core 0.4.2\", ] [[package]] name = \"rand_xorshift\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c\" dependencies = [ \"rand_core 0.3.1\", ] [[package]] name = \"random\" version = \"0.12.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97d13a3485349981c90c79112a11222c3e6e75de1d52b87a7525b3bf5361420f\" [[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 = \"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 = \"regex\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c\" [[package]] name = \"reqwest\" version = \"0.10.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c\" dependencies = [ \"base64 0.13.1\", \"bytes 0.5.6\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"http\", \"http-body\", \"hyper\", \"hyper-tls\", \"ipnet\", \"js-sys\", \"lazy_static\", \"log\", \"mime\", \"mime_guess\", \"native-tls\", \"percent-encoding 2.2.0\", \"pin-project-lite 0.2.9\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"tokio\", \"tokio-socks\", \"tokio-tls\", \"url 2.3.1\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg\", ] [[package]] name = \"rspotify\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eefd7bb58b714606b30a490f751d7926942e2874eef5e82934d60d7a4a68dca4\" dependencies = [ \"base64 0.10.1\", \"chrono\", \"derive_builder\", \"dotenv\", \"env_logger\", \"failure\", \"itertools\", \"lazy_static\", \"log\", \"percent-encoding 1.0.1\", \"rand 0.6.5\", \"random\", \"reqwest\", \"serde\", \"serde_derive\", \"serde_json\", \"url 1.7.2\", \"webbrowser\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[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.37.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0\" dependencies = [ \"bitflags\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.48.0\", ] [[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 = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"security-framework\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467\" 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.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 1.0.56\", \"quote 1.0.27\", \"syn 2.0.15\", ] [[package]] name = \"serde_json\" version = \"1.0.96\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1\" dependencies = [ \"itoa 1.0.6\", \"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 1.0.6\", \"ryu\", \"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\" 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 0.7.14\", \"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 = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg 1.1.0\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"socket2\" version = \"0.3.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"spotify-tui\" version = \"0.25.0\" dependencies = [ \"anyhow\", \"arboard\", \"backtrace\", \"clap\", \"crossterm\", \"dirs\", \"rand 0.8.5\", \"rspotify\", \"serde\", \"serde_json\", \"serde_yaml\", \"tokio\", \"tui\", \"unicode-width\", ] [[package]] name = \"str-buf\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0\" [[package]] name = \"strsim\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550\" [[package]] name = \"strsim\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a\" [[package]] name = \"syn\" version = \"0.15.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5\" dependencies = [ \"proc-macro2 0.4.30\", \"quote 0.6.13\", \"unicode-xid 0.1.0\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822\" dependencies = [ \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"unicode-ident\", ] [[package]] name = \"synstructure\" version = \"0.12.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f\" dependencies = [ \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"syn 1.0.109\", \"unicode-xid 0.2.4\", ] [[package]] name = \"tempfile\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998\" dependencies = [ \"cfg-if 1.0.0\", \"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 = \"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.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 1.0.56\", \"quote 1.0.27\", \"syn 2.0.15\", ] [[package]] name = \"tiff\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437\" dependencies = [ \"jpeg-decoder\", \"miniz_oxide 0.4.4\", \"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 0.3.9\", ] [[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 = \"0.2.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092\" dependencies = [ \"bytes 0.5.6\", \"fnv\", \"futures-core\", \"iovec\", \"lazy_static\", \"libc\", \"memchr\", \"mio 0.6.23\", \"mio-named-pipes\", \"mio-uds\", \"num_cpus\", \"pin-project-lite 0.1.12\", \"signal-hook-registry\", \"slab\", \"tokio-macros\", \"winapi 0.3.9\", ] [[package]] name = \"tokio-macros\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a\" dependencies = [ \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"syn 1.0.109\", ] [[package]] name = \"tokio-socks\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d611fd5d241872372d52a0a3d309c52d0b95a6a67671a6c8f7ab2c4a37fb2539\" dependencies = [ \"bytes 0.4.12\", \"either\", \"futures\", \"thiserror\", \"tokio\", ] [[package]] name = \"tokio-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499\" dependencies = [ \"bytes 0.5.6\", \"futures-core\", \"futures-sink\", \"log\", \"pin-project-lite 0.1.12\", \"tokio\", ] [[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\", \"log\", \"pin-project-lite 0.2.9\", \"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 = \"tracing-futures\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2\" dependencies = [ \"pin-project\", \"tracing\", ] [[package]] name = \"try-lock\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed\" [[package]] name = \"tui\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23\" dependencies = [ \"bitflags\", \"cassowary\", \"crossterm\", \"unicode-segmentation\", \"unicode-width\", ] [[package]] name = \"unicase\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6\" dependencies = [ \"version_check\", ] [[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 = \"unicode-xid\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"url\" version = \"1.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a\" dependencies = [ \"idna 0.1.5\", \"matches\", \"percent-encoding 1.0.1\", ] [[package]] name = \"url\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643\" dependencies = [ \"form_urlencoded\", \"idna 0.3.0\", \"percent-encoding 2.2.0\", ] [[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 = \"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.85\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4\" dependencies = [ \"cfg-if 1.0.0\", \"serde\", \"serde_json\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.85\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"syn 2.0.15\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.85\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434\" dependencies = [ \"quote 1.0.27\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.85\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869\" dependencies = [ \"proc-macro2 1.0.56\", \"quote 1.0.27\", \"syn 2.0.15\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.85\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb\" [[package]] name = \"web-sys\" version = \"0.3.62\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webbrowser\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a\" dependencies = [ \"web-sys\", \"widestring\", \"winapi 0.3.9\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"widestring\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c\" [[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-wsapoll\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e\" 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.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 = \"winreg\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69\" 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 = \"x11rb\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ffb080b3f2f616242a4eb8e7d325035312127901025b0052bc3154a282d0f19\" dependencies = [ \"gethostname\", \"nix\", \"winapi 0.3.9\", \"winapi-wsapoll\", ] [[package]] name = \"yaml-rust\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85\" dependencies = [ \"linked-hash-map\", ] "} {"_id":"doc-en-nixpkgs-fcd4f7d20f121ff84d4457594822d631cc2f540968cc75b65e9c06f80a0dd76c","title":"","text":" { lib , rustPlatform , fetchFromGitHub , stdenv , installShellFiles , pkg-config , openssl , python3 , libxcb , AppKit , Security }: rustPlatform.buildRustPackage rec { pname = \"spotify-tui\"; version = \"0.25.0\"; src = fetchFromGitHub { owner = \"Rigellute\"; repo = \"spotify-tui\"; rev = \"v${version}\"; hash = \"sha256-L5gg6tjQuYoAC89XfKE38KCFONwSAwfNoFEUPH4jNAI=\"; }; cargoLock = { lockFile = ./Cargo.lock; }; nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ pkg-config python3 ]; buildInputs = [ ] ++ lib.optionals stdenv.isLinux [ openssl libxcb ] ++ lib.optionals stdenv.isDarwin [ AppKit Security ]; postPatch = '' # update Cargo.lock to fix build ln -sf ${./Cargo.lock} Cargo.lock # Add patch adding the collection variant to rspotify used by spotify-tu # This fixes the issue of getting an error when playing liked songs # see https://github.com/NixOS/nixpkgs/pull/170915 patch -p1 -d $cargoDepsCopy/rspotify-0.10.0 < ${./0001-Add-Collection-SearchType.patch} ''; postInstall = '' for shell in bash fish zsh; do $out/bin/spt --completions $shell > spt.$shell installShellCompletion spt.$shell done ''; meta = with lib; { description = \"Spotify for the terminal written in Rust\"; homepage = \"https://github.com/Rigellute/spotify-tui\"; changelog = \"https://github.com/Rigellute/spotify-tui/blob/v${version}/CHANGELOG.md\"; license = with licenses; [ mit /* or */ asl20 ]; maintainers = with maintainers; [ jwijenbergh ]; mainProgram = \"spt\"; }; } "} {"_id":"doc-en-nixpkgs-5e325f05835aba1df7a1d3ebbbffb8be62135081ef063289b6a7fe90b366e50c","title":"","text":"spice-gtk_libsoup2 = throw \"'spice-gtk_libsoup2' has been renamed to/replaced by 'spice-gtk'\"; # Added 2023-02-21 # spidermonkey is not ABI upwards-compatible, so only allow this for nix-shell spidermonkey = spidermonkey_78; # Added 2020-10-09 spotify-tui = throw \"'spotify-tui' has been removed, as it was broken and unmaintained\"; # Added 2024-03-12 spotify-unwrapped = spotify; # added 2022-11-06 spring-boot = spring-boot-cli; # added 2020-04-24 squid4 = throw \"'squid4' has been renamed to/replaced by 'squid'\"; # Converted to throw 2023-09-10"} {"_id":"doc-en-nixpkgs-5eab295b3357669ebb27212cc4eeee490e86cb5d2ba909bc88a5197f9aff62d7","title":"","text":"spotify-tray = callPackage ../applications/misc/spotify-tray { }; spotify-tui = callPackage ../applications/audio/spotify-tui { inherit (darwin.apple_sdk.frameworks) AppKit Security; }; sptlrx = callPackage ../applications/audio/sptlrx { }; sptk = callPackage ../development/libraries/sptk { };"} {"_id":"doc-en-nixpkgs-fd797efac1a4d5e774a1e96fbf97e2b88d83801192f713724b8ff6006751eb2a","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"cimg\"; version = \"3.3.4\"; version = \"3.3.5\"; src = fetchFromGitHub { owner = \"GreycLab\"; repo = \"CImg\"; rev = \"v.${finalAttrs.version}\"; hash = \"sha256-qo/k5NpTqu+o2WUEOThozuBJVPMMy8OvIMo2DfJUE8g=\"; hash = \"sha256-QdQhMEY6Zl3qdvRIeDv/12TL4HMrNJSAQ66vQymOrBU=\"; }; outputs = [ \"out\" \"doc\" ];"} {"_id":"doc-en-nixpkgs-2c1c23e4e3afa37e1079fec6e9c867124ea1c63456710726cb9ee3a0b2779d2b","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"gmic\"; version = \"3.3.1\"; version = \"3.3.5\"; outputs = [ \"out\" \"lib\" \"dev\" \"man\" ];"} {"_id":"doc-en-nixpkgs-8bbd98a4fbe1039e68b32761b795f8ef810fe0e8e1c0c402188dfdb7dcd3892c","title":"","text":"owner = \"GreycLab\"; repo = \"gmic\"; rev = \"v.${finalAttrs.version}\"; hash = \"sha256-HagGabJ1jkg5SkMlr0Y5rGFw64jPW8QLuR0I2idM1N0=\"; hash = \"sha256-881+o6Wz4yNf92JNNLQn9x44SSjXAp/cZLkBGCfM6DY=\"; }; # TODO: build this from source # Reference: src/Makefile, directive gmic_stdlib.h # Reference: src/Makefile, directive gmic_stdlib_community.h gmic_stdlib = fetchurl { name = \"gmic_stdlib.h\"; url = \"http://gmic.eu/gmic_stdlib${lib.replaceStrings [\".\"] [\"\"] finalAttrs.version}.h\"; hash = \"sha256-7JzFU4HvAtC5Nz5vusKCnJ8VMuKfSi1yFmjj0Hh+vA4=\"; name = \"gmic_stdlib_community.h\"; url = \"http://gmic.eu/gmic_stdlib_community${lib.replaceStrings [\".\"] [\"\"] finalAttrs.version}.h\"; hash = \"sha256-UZzCAs+x9dVMeaeEvPgyVZ5S6UO0yhJWVMgBvBiW2ME=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-ef03104d6851686a8fcce28643c23049783586eb2ddd59b28907eac0f357b645","title":"","text":"]; postPatch = '' cp -r ${finalAttrs.gmic_stdlib} src/gmic_stdlib.h # CMake build files were moved to subdirectory. mv resources/CMakeLists.txt resources/cmake . cp -r ${finalAttrs.gmic_stdlib} src/gmic_stdlib_community.h '' + lib.optionalString stdenv.isDarwin '' substituteInPlace CMakeLists.txt "} {"_id":"doc-en-nixpkgs-1caf4165bc612de0e2fb3d2979e121e26a92a21392b0a568394836fd791b8f30","title":"","text":"rustPackages.rustPlatform.buildRustPackage rec { pname = \"spotifyd\"; version = \"0.3.5\"; version = \"0.3.5-unstable-2024-02-18\"; src = fetchFromGitHub { owner = \"Spotifyd\"; repo = \"spotifyd\"; rev = \"v${version}\"; hash = \"sha256-+P85FWJIsfAv8/DnQFxfoWvNY8NpbZ2xUidfwN8tiA8=\"; rev = \"ff2f7a06e54bf05afd57a0243dc9f67abc15f040\"; hash = \"sha256-nebAd4a+ht+blRP52OF830/Dm15ZPwRL4IPWmmT9ViM=\"; }; cargoHash = \"sha256-j+2yEtn3D+vNRcY4+NnqSX4xRQIE5Sq7bentxTh6kMI=\"; cargoHash = \"sha256-6BRIMTrWTwvX3yIGEYEvigMT+n4EtaruMdrej2Dd49w=\"; nativeBuildInputs = [ pkg-config ];"} {"_id":"doc-en-nixpkgs-14f2afa706b480c221c7e055f6ee0cd6fa748abeb6d9514c240293b17fcf75fe","title":"","text":"meta = with lib; { description = \"An open source Spotify client running as a UNIX daemon\"; homepage = \"https://spotifyd.rs/\"; changelog = \"https://github.com/Spotifyd/spotifyd/raw/v${version}/CHANGELOG.md\"; changelog = \"https://github.com/Spotifyd/spotifyd/blob/${src.rev}/CHANGELOG.md\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ anderslundstedt Br1ght0ne marsam ]; platforms = platforms.unix;"} {"_id":"doc-en-nixpkgs-038d6290a56e1d2cd04b87bbc955cacd24a5ae49ca56a23f5a258a47009acc43","title":"","text":"{ autoPatchelfHook , blas , cmake , cudaPackages_11 ? null , cudaPackages , cudaSupport ? config.cudaSupport , fetchurl , gfortran , cudaCapabilities ? cudaPackages.cudaFlags.cudaCapabilities , gpuTargets ? [ ] # Non-CUDA targets, that is HIP , rocmPackages , lapack"} {"_id":"doc-en-nixpkgs-bedd2d0c9429c86b2d320498df6a2c22533aa5778bde167664e723838048a316","title":"","text":"let inherit (lib) lists strings trivial; inherit (cudaPackages) cudaAtLeast cudaFlags cudaOlder; inherit (magmaRelease) version hash supportedGpuTargets; # Per https://icl.utk.edu/magma/downloads, support for CUDA 12 wasn't added until 2.7.1. # If we're building a version prior to that, use the latest release of the 11.x series. effectiveCudaPackages = if strings.versionOlder version \"2.7.1\" then cudaPackages_11 else cudaPackages; inherit (effectiveCudaPackages) cudaAtLeast cudaFlags cudaOlder; inherit (cudaFlags) cudaCapabilities; # NOTE: The lists.subtractLists function is perhaps a bit unintuitive. It subtracts the elements # of the first list *from* the second list. That means: # lists.subtractLists a b = b - a"} {"_id":"doc-en-nixpkgs-560cdb0798710de0073e6b8deef18d5d073bb3098cbcc69be8707d778a67fa82","title":"","text":"ninja gfortran ] ++ lists.optionals cudaSupport [ cudaPackages.cuda_nvcc effectiveCudaPackages.cuda_nvcc ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-352ac50cb5c9aca5060eea5acac10453c133b0f2b889f4fe33ee285b40b0828e","title":"","text":"lapack blas python3 ] ++ lists.optionals cudaSupport (with cudaPackages; [ ] ++ lists.optionals cudaSupport (with effectiveCudaPackages; [ cuda_cudart.dev # cuda_runtime.h cuda_cudart.lib # cudart cuda_cudart.static # cudart_static"} {"_id":"doc-en-nixpkgs-33ff0d5073bdda7b1262b752e44882010f87288233d743ae340e40455f3e6629","title":"","text":"# TODO(@connorbaker): This should be handled by having CMakeLists.txt install them, but such a patch is # out of the scope of the PR which introduces the `test` output: https://github.com/NixOS/nixpkgs/pull/283777. # See https://github.com/NixOS/nixpkgs/pull/283777#discussion_r1482125034 for more information. # Such work is tracked by https://github.com/NixOS/nixpkgs/issues/296286. '' install -Dm755 ../testing/run_{tests,summarize}.py -t \"$test/bin/\" ''"} {"_id":"doc-en-nixpkgs-29031505143c7016bd714bf9eb32eff5819f580f6edacb844caa7150e25e1ee3","title":"","text":"# because it has no files to install. + '' install -Dm755 ./testing/testing_* ./sparse/testing/testing_* -t \"$test/bin/\" install -Dm755 ./lib/libtester.so ./lib/liblapacktest.so -t \"$test/lib/\" install -Dm755 ./lib/lib*test*.* -t \"$test/lib/\" '' # All of the test executables and libraries will have a reference to the build directory in their RPATH, which we # must remove. We do this by shrinking the RPATH to only include the Nix store. The autoPatchelfHook will take care"} {"_id":"doc-en-nixpkgs-efd1492d3ea327ddd5aef1eda66127d1b821951a1778efbd81a1ec826655812a","title":"","text":"''; passthru = { inherit cudaPackages cudaSupport rocmSupport gpuTargets; inherit cudaSupport rocmSupport gpuTargets; cudaPackages = effectiveCudaPackages; }; meta = with lib; {"} {"_id":"doc-en-nixpkgs-40628ab66d0574ee48cfb9e1fb63d815911d241b0cc62c32d66887e0893d2267","title":"","text":"broken = !(cudaSupport || rocmSupport) # At least one back-end enabled || (cudaSupport && rocmSupport) # Mutually exclusive || (cudaSupport && cudaOlder \"9.0\"); || (cudaSupport && cudaOlder \"9.0\") || (cudaSupport && strings.versionOlder version \"2.7.1\" && cudaPackages_11 == null); }; }"} {"_id":"doc-en-nixpkgs-5907cb6db7518231448dedff574724523dd14401ea0235ca2166841413fd7403","title":"","text":"{ lib , stdenv , fetchFromGitHub , fetchpatch2 , cmake , ninja , extra-cmake-modules"} {"_id":"doc-en-nixpkgs-68e4e366f0cb996e077cf87ec6f2208fa436c39c181ea3af51026684ec0260da","title":"","text":", qtwayland , wayland , wrapQtAppsHook , kdePackages }: stdenv.mkDerivation rec { pname = \"CopyQ\"; version = \"7.1.0\"; version = \"8.0.0\"; src = fetchFromGitHub { owner = \"hluk\"; repo = \"CopyQ\"; rev = \"v${version}\"; hash = \"sha256-aAmpFKIIFZLPWUaOcf4V1d/wVQ7xRcnXFsqFjROsabg=\"; hash = \"sha256-Ewunl4k9f0aDjilhKAsVxwR3S6uSZ1xwtu6ccNsNOgk=\"; }; patches = [ # itemfakevim: fix build with qt 6.6.0 # https://github.com/hluk/CopyQ/pull/2508 (fetchpatch2 { url = \"https://github.com/hluk/CopyQ/commit/a20bfff0d78296b334ff8cabb047ab5d842b7311.patch\"; hash = \"sha256-F/6cQ8+O1Ttd4EFFxQas5ES6U+qxWdmYqUWRQLsVMa4=\"; }) ]; nativeBuildInputs = [ cmake ninja extra-cmake-modules kdePackages.extra-cmake-modules wrapQtAppsHook ];"} {"_id":"doc-en-nixpkgs-e2581b305080f0bb9aa6f93ce4b65d70786f23dc14a06a11d44c7d62e3e53770","title":"","text":"libXtst qtwayland wayland kdePackages.kconfig kdePackages.kstatusnotifieritem kdePackages.knotifications ]; postPatch = ''"} {"_id":"doc-en-nixpkgs-e29b10371fae3dc3d70726fe05362d1753a4f4f5feae27c7bc8b0d6d3861ef34","title":"","text":"doCheck = true; mesonCheckFlags = [ # PAM related checks are timing out \"--no-suite\" \"fprintd:TestPamFprintd\" ]; postPatch = '' patchShebangs po/check-translations.sh "} {"_id":"doc-en-nixpkgs-e9a5414cce8c1dcfc7c39c0eca0a764bb9353008f231d464af73c7af4ccc6828","title":"","text":"inherit pname version; name = null; # Appimage sets it to \"appimage-env\" profile = '' # anki vendors QT and mixing QT versions usually causes crashes unset QT_PLUGIN_PATH ''; # Dependencies of anki targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile xcb-util-cursor-HEAD krb5 ]);"} {"_id":"doc-en-nixpkgs-01740b67feac7cfb67edddc672bd3328e05a9b51a4bf2f0b79cf959098eda5b1","title":"","text":"{ mkDerivation, lib, mkDerivation, lib, makeWrapper, extra-cmake-modules, kdoctools, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kguiaddons, ki18n, kiconthemes, kinit, kdelibs4support, kio, knotifications,"} {"_id":"doc-en-nixpkgs-e11b9257b8ace951c940c9508fd56de2e138ad41c06018612450f1ab791dc5a4","title":"","text":"kbookmarks kcompletion kconfig kconfigwidgets kcoreaddons kdelibs4support kguiaddons ki18n kiconthemes kinit kio knotifications knotifyconfig kparts kpty kservice ktextwidgets kwidgetsaddons kwindowsystem kxmlgui qtscript knewstuff makeWrapper ]; postInstall = '' wrapProgram $out/bin/konsole --prefix XDG_DATA_DIRS \":\" $out/share ''; propagatedUserEnvPkgs = [ (lib.getBin kinit) ]; }"} {"_id":"doc-en-nixpkgs-edb4c9e1f5b644cc9c2b82385369d1bce501b453a2241a2ff0ab7b8021007902","title":"","text":", numpy , aggdraw , pytestCheckHook , pytest-cov , ipython , cython , cython_3 }: buildPythonPackage rec {"} {"_id":"doc-en-nixpkgs-58a8a6ae314dc878fba7b6c60366d9132e38140e0c18ae027bcd18380ee3aa93","title":"","text":"}; nativeBuildInputs = [ cython cython_3 ]; propagatedBuildInputs = ["} {"_id":"doc-en-nixpkgs-05d038d0bd756569226530d9c8006ff7489d513ff850b7eec339d89d12d50ed3","title":"","text":"nativeCheckInputs = [ pytestCheckHook pytest-cov ]; pythonImportsCheck = ["} {"_id":"doc-en-nixpkgs-a79e7d2e1262ddd3095a206eaab410d6019d37c07434a7a86ba9a0a8c2e41e9a","title":"","text":" { lib , copyDesktopItems , fetchFromGitHub , makeDesktopItem , python3 , wrapQtAppsHook }: python3.pkgs.buildPythonApplication rec { pname = \"onthespot\"; version = \"0.5\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"casualsnek\"; repo = \"onthespot\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-VaJBNsT7uNOGY43GnzhUqDQNiPoFZcc2UaIfOKgkufg=\"; }; nativeBuildInputs = with python3.pkgs; [ copyDesktopItems pythonRelaxDepsHook wrapQtAppsHook ]; propagatedBuildInputs = with python3.pkgs; [ charset-normalizer defusedxml librespot music-tag packaging pillow protobuf pyogg pyqt5 pyqt5-sip pyxdg requests setuptools show-in-file-manager urllib3 zeroconf ]; pythonRemoveDeps = [ \"PyQt5-Qt5\" \"PyQt5-stubs\" ]; pythonRelaxDeps = true; preFixup = '' makeWrapperArgs+=(\"''${qtWrapperArgs[@]}\") ''; meta = with lib; { description = \" QT based Spotify music downloader written in Python\"; homepage = \"https://github.com/casualsnek/onthespot\"; changelog = \"https://github.com/casualsnek/onthespot/releases/tag/v${version}\"; license = licenses.gpl2Only; maintainers = with maintainers; [ onny ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-d5acc2ef4c8982f7ff10e4dc3ae4036c70dcbf82c1f8b1f71bc05e6e10bed45d","title":"","text":" { lib , copyDesktopItems , fetchFromGitHub , makeDesktopItem , python3 , libsForQt5 }: python3.pkgs.buildPythonApplication rec { pname = \"onthespot\"; version = \"0.5\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"casualsnek\"; repo = \"onthespot\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-VaJBNsT7uNOGY43GnzhUqDQNiPoFZcc2UaIfOKgkufg=\"; }; nativeBuildInputs = with python3.pkgs; [ copyDesktopItems pythonRelaxDepsHook libsForQt5.wrapQtAppsHook ]; propagatedBuildInputs = with python3.pkgs; [ charset-normalizer defusedxml librespot music-tag packaging pillow protobuf pyqt5 pyqt5-sip pyxdg requests setuptools show-in-file-manager urllib3 zeroconf ]; pythonRemoveDeps = [ \"PyQt5-Qt5\" \"PyQt5-stubs\" # Doesn't seem to be used in the sources and causes # build issues \"PyOgg\" ]; pythonRelaxDeps = true; preFixup = '' makeWrapperArgs+=(\"''${qtWrapperArgs[@]}\") ''; meta = with lib; { description = \" QT based Spotify music downloader written in Python\"; homepage = \"https://github.com/casualsnek/onthespot\"; changelog = \"https://github.com/casualsnek/onthespot/releases/tag/v${version}\"; license = licenses.gpl2Only; maintainers = with maintainers; [ onny ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-8c145220c50d500ce8044a40b5890c3a6b77c4975215c24c90c354d45e5e8a3c","title":"","text":" { stdenv, lib, fetchPypi, buildPythonPackage, libvorbis, flac, libogg, libopus, opusfile, substituteAll }: { stdenv , lib , fetchPypi , buildPythonPackage , libvorbis , flac , libogg , libopus , opusfile , substituteAll , python }: buildPythonPackage rec { pname = \"pyogg\"; version = \"0.6.9a1\"; src = fetchPypi { pname = \"PyOgg\"; inherit version; sha256 = \"0xabqwyknpvfc53s7il5pq6b07fcaqvz5bi5vbs3pbaw8602qvim\"; }; buildInputs = [ libvorbis flac libogg libopus ]; propagatedBuidInputs = [ libvorbis flac libogg libopus opusfile ]; # There are no tests in this package. doCheck = false; patchFlags = [ \"-p1\" \"--binary\" ]; # patch has dos style eol patches = [ (substituteAll { src = ./pyogg-paths.patch; flacLibPath=\"${flac.out}/lib/libFLAC${stdenv.hostPlatform.extensions.sharedLibrary}\"; oggLibPath=\"${libogg}/lib/libogg${stdenv.hostPlatform.extensions.sharedLibrary}\"; vorbisLibPath=\"${libvorbis}/lib/libvorbis${stdenv.hostPlatform.extensions.sharedLibrary}\"; vorbisFileLibPath=\"${libvorbis}/lib/libvorbisfile${stdenv.hostPlatform.extensions.sharedLibrary}\"; vorbisEncLibPath=\"${libvorbis}/lib/libvorbisenc${stdenv.hostPlatform.extensions.sharedLibrary}\"; opusLibPath=\"${libopus}/lib/libopus${stdenv.hostPlatform.extensions.sharedLibrary}\"; opusFileLibPath=\"${opusfile}/lib/libopusfile${stdenv.hostPlatform.extensions.sharedLibrary}\"; }) ]; meta = { pname = \"pyogg\"; version = \"0.6.14a1\"; src = fetchPypi { pname = \"PyOgg\"; inherit version; hash = \"sha256-gpSzSqWckCAMRjDCzEpbhEByCRQejl0GnXpb41jpQmI=\"; }; buildInputs = [ libvorbis flac libogg libopus ]; propagatedBuidInputs = [ libvorbis flac libogg libopus opusfile ]; # There are no tests in this package. doCheck = false; # patch has dos style eol patchFlags = [ \"-p1\" \"--binary\" ]; patches = [ (substituteAll { src = ./pyogg-paths.patch; flacLibPath=\"${flac.out}/lib/libFLAC${stdenv.hostPlatform.extensions.sharedLibrary}\"; oggLibPath=\"${libogg}/lib/libogg${stdenv.hostPlatform.extensions.sharedLibrary}\"; vorbisLibPath=\"${libvorbis}/lib/libvorbis${stdenv.hostPlatform.extensions.sharedLibrary}\"; vorbisFileLibPath=\"${libvorbis}/lib/libvorbisfile${stdenv.hostPlatform.extensions.sharedLibrary}\"; vorbisEncLibPath=\"${libvorbis}/lib/libvorbisenc${stdenv.hostPlatform.extensions.sharedLibrary}\"; opusLibPath=\"${libopus}/lib/libopus${stdenv.hostPlatform.extensions.sharedLibrary}\"; opusFileLibPath=\"${opusfile}/lib/libopusfile${stdenv.hostPlatform.extensions.sharedLibrary}\"; }) ]; meta = with lib; { description = \"Xiph.org's Ogg Vorbis, Opus and FLAC for Python\"; homepage = \"https://github.com/Zuzu-Typ/PyOgg\"; license = lib.licenses.publicDomain; maintainers = with lib.maintainers; [ pmiddend ]; license = licenses.publicDomain; maintainers = with maintainers; [ pmiddend ]; }; }"} {"_id":"doc-en-nixpkgs-5a52830eae35b8bc5bbcef431ac82a5ed78b0bcb471ae5d941e43120784ac81b","title":"","text":"inherit (darwin.apple_sdk.frameworks) Security; }; onthespot = libsForQt5.callPackage ../applications/misc/onthespot { }; opencorsairlink = callPackage ../tools/misc/opencorsairlink { }; openfpgaloader = callPackage ../development/embedded/fpga/openfpgaloader { };"} {"_id":"doc-en-nixpkgs-a1c7f0b15bca8a4d6544789cd7cb2c7578f065ddb15285829a3219a67e59921a","title":"","text":", adwaita-icon-theme , gnugrep, parted, glib, libuuid, pkg-config, gtkmm3, libxml2 , gpart, hdparm, procps, util-linux, polkit, wrapGAppsHook3, substituteAll , mtools, dosfstools , mtools, dosfstools, xhost }: stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-8f7b1b496d4b3b637f42478b5c71787ef21713ceb3f98761a609a0926537d470","title":"","text":"enableParallelBuilding = true; configureFlags = [ \"--disable-doc\" ]; configureFlags = [ \"--disable-doc\" \"--enable-xhost-root\" ]; buildInputs = [ parted glib libuuid gtkmm3 libxml2 polkit.bin adwaita-icon-theme ]; nativeBuildInputs = [ gettext pkg-config wrapGAppsHook3 ];"} {"_id":"doc-en-nixpkgs-3da842584c32f95f95d4c67fce9466a79dd3ca352ebb2965aecc2ed852ee53f7","title":"","text":"preFixup = '' gappsWrapperArgs+=( --prefix PATH : \"${lib.makeBinPath [ gpart hdparm util-linux procps coreutils gnused gnugrep mtools dosfstools ]}\" --prefix PATH : \"${lib.makeBinPath [ gpart hdparm util-linux procps coreutils gnused gnugrep mtools dosfstools xhost ]}\" ) '';"} {"_id":"doc-en-nixpkgs-a850bad6da382bf019c5337e26005752d3447bdbd989a39394647ea74aa0f264","title":"","text":"maintainers = with lib.maintainers; [ dotlambda foo-dogsquared ]; platforms = lib.platforms.all; mainProgram = \"warp\"; broken = stdenv.isDarwin; }; }"} {"_id":"doc-en-nixpkgs-bb6f29a577845600991b5cc3dcf9a3249de8b8336d9aaebb491182bb2016280c","title":"","text":"# cygwin: FAIL: multibyte-white-space # freebsd: FAIL mb-non-UTF8-performance # x86_64-darwin: fails 'stack-overflow' tests on Rosetta 2 emulator doCheck = !stdenv.isCygwin && !stdenv.isFreeBSD && !(stdenv.isDarwin && stdenv.hostPlatform.isx86_64); doCheck = !stdenv.isCygwin && !stdenv.isFreeBSD && !(stdenv.isDarwin && stdenv.hostPlatform.isx86_64) && !stdenv.buildPlatform.isRiscV64; # On macOS, force use of mkdir -p, since Grep's fallback # (./install-sh) is broken."} {"_id":"doc-en-nixpkgs-0e48502709702d3b0350618a5d763907c6767c9011e7c1fd73298be43094f851","title":"","text":"{ lib , ocamlPackages , stdenv , overrideSDK , fetchFromGitHub , python3 , dune_3 , makeWrapper , pandoc , poppler_utils , testers , docfd }: ocamlPackages.buildDunePackage rec { let # Needed for x86_64-darwin buildDunePackage' = ocamlPackages.buildDunePackage.override { stdenv = if stdenv.isDarwin then overrideSDK stdenv \"11.0\" else stdenv; }; in buildDunePackage' rec { pname = \"docfd\"; version = \"3.0.0\"; version = \"4.0.0\"; minimalOCamlVersion = \"5.1\";"} {"_id":"doc-en-nixpkgs-1f77575ff451aa3e317c8d027093acdd9debee30ec8e45547c1c37adf1f03470","title":"","text":"owner = \"darrenldl\"; repo = \"docfd\"; rev = version; hash = \"sha256-pJ5LlOfC+9NRfY7ng9LAxEnjr+mtJmhRNTo9Im6Lkbo=\"; hash = \"sha256-fgwUXRZ6k5i3XLxXpjbrl0TJZMT+NkGXf7KNwRgi+q8=\"; }; nativeBuildInputs = [ python3 dune_3 ]; nativeBuildInputs = [ python3 dune_3 makeWrapper ]; buildInputs = with ocamlPackages; [ cmdliner containers-data"} {"_id":"doc-en-nixpkgs-99b8ccddc2ea300842e6abf5c83232ea3fcc8fac649e4c79060c475aa0656ce7","title":"","text":"yojson ]; postInstall = '' wrapProgram $out/bin/docfd --prefix PATH : \"${lib.makeBinPath [ pandoc poppler_utils ]}\" ''; passthru.tests.version = testers.testVersion { package = docfd; }; meta = with lib; { description = \"TUI multiline fuzzy document finder\"; longDescription = '' Think interactive grep for both text and other document files, but word/token based instead of regex and line based, so you can search across lines easily. Aims to provide good UX via integration with common text editors and other file viewers. Optional dependencies: fzf - for fuzzy file picker with \"docfd ?\". poppler_utils - for pdf search. pandoc - for .epub, .odt, .docx, .fb2, .ipynb, .html, & .htm files. Think interactive grep for text and other document files. Word/token based instead of regex and line based, so you can search across lines easily. Aims to provide good UX via integration with common text editors and other file viewers. ''; homepage = \"https://github.com/darrenldl/docfd\"; license = licenses.mit;"} {"_id":"doc-en-nixpkgs-8b965cd887b4aca7503c0b02872959c755e07af6e9c047328b2a6eb7ef97183e","title":"","text":"{ buildDunePackage , lib , stdenv , dune-configurator , eio , fmt"} {"_id":"doc-en-nixpkgs-29db483e885a68ac607e9d589e1779cb2b5082ed61f1945e8523cb60e3dbf6a1","title":"","text":"dontStrip = true; env = lib.optionalAttrs stdenv.isDarwin { NIX_CFLAGS_COMPILE = \"-Wno-implicit-function-declaration\"; }; buildInputs = [ dune-configurator ];"} {"_id":"doc-en-nixpkgs-fc33ecae84829b82ecea9c7b7642096b162f050a4ca540a968c3e680b77f7194","title":"","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":"doc-en-nixpkgs-40c6d5b45cf50de12f545edec53c527e3fe44aa2f3f05d1a3b6da3aa421f0994","title":"","text":" diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c index 2e1d9c488e2..7979cad75fa 100644 --- a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c +++ b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c @@ -729,7 +729,7 @@ bool radeon_bo_can_reclaim_slab(void *priv, struct pb_slab_entry *entry) { struct radeon_bo *bo = container_of(entry, struct radeon_bo, u.slab.entry); - return radeon_bo_can_reclaim(NULL, &bo->base); + return radeon_bo_can_reclaim(priv, &bo->base); } static void radeon_bo_slab_destroy(void *winsys, struct pb_buffer_lean *_buf) "} {"_id":"doc-en-nixpkgs-becddea8bf59638c628e8b23c3c4f8fdd574caadeca32b9c7dfe5499debedd74","title":"","text":"# nix build .#mesa .#pkgsi686Linux.mesa .#pkgsCross.aarch64-multiplatform.mesa .#pkgsMusl.mesa let version = \"24.0.3\"; hash = \"sha256-d67JoqN7fTWW6hZAs8xT0LXZs7Uqvtid4H43F+kb/b4=\"; version = \"24.0.4\"; hash = \"sha256-kP69MKCYy82X/2Lsw9z1yT129/oxTelEz86BlRunRfA=\"; # Release calendar: https://www.mesa3d.org/release-calendar.html # Release frequency: https://www.mesa3d.org/releasing.html#schedule"} {"_id":"doc-en-nixpkgs-a1eb8c644095fe3ebbec68ca7f07ddbb41265b7bf6efcde608e69e1078ba902d","title":"","text":"patches = [ ./opencl.patch # Backport crash fix for Radeon (legacy) kernel driver # see https://gitlab.freedesktop.org/mesa/mesa/-/issues/10613 # FIXME: remove when merged upstream ./backport-radeon-crash-fix.patch ]; postPatch = ''"} {"_id":"doc-en-nixpkgs-620443f19e55c5499c1df8bce523d3f76e76ee75b9cb962cfcd677e445f75d1b","title":"","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":"doc-en-nixpkgs-1a15078dc3cc21525921b74cabece72ff597d76678788da6e2a066eab8c795d4","title":"","text":"application = mkSweetHome3D rec { pname = lib.toLower module + \"-application\"; version = \"7.2\"; version = \"7.3\"; module = \"SweetHome3D\"; description = \"Design and visualize your future home\"; license = lib.licenses.gpl2Plus; src = fetchzip { url = \"mirror://sourceforge/sweethome3d/${module}-${version}-src.zip\"; hash = \"sha256-RVuwxL/YATqHoQuc25ZaYgZ+o2rMOqnzU8/LLxb5Ra4=\"; hash = \"sha256-adMQzQE+xAZpMJyQFm01A+AfvcB5YHsJvk+533BUf1Q=\"; }; desktopName = \"Sweet Home 3D\"; icons = {"} {"_id":"doc-en-nixpkgs-c16455e3cc5fcd1ee46927888e69fbe76b2fed6a9292e42db5cbf5e182edc3fa","title":"","text":"environment.systemPackages = lib.mkIf (cfg.keybindings || cfg.fuzzyCompletion) [ pkgs.fzf ]; programs = { bash.interactiveShellInit = lib.optionalString cfg.fuzzyCompletion '' # load after programs.bash.enableCompletion bash.promptPluginInit = lib.mkAfter (lib.optionalString cfg.fuzzyCompletion '' source ${pkgs.fzf}/share/fzf/completion.bash '' + lib.optionalString cfg.keybindings '' source ${pkgs.fzf}/share/fzf/key-bindings.bash ''; ''); zsh = { interactiveShellInit = lib.optionalString (!config.programs.zsh.ohMyZsh.enable)"} {"_id":"doc-en-nixpkgs-6e3f445b9819d6a6f1f07904ad194ea1b7e2f00368e2f650ffbc86050bef3755","title":"","text":"in '' runHook preInstallCheck (($(ulimit -n) < 1024)) && ulimit -n 1024 HOME=\"$(mktemp -d)\" ${LD_LIBRARY_PATH}=\"$lib/lib\" ./test/unittest ${toString excludes}"} {"_id":"doc-en-nixpkgs-65144b17032448ea3177963968e6d1196e656b22c12e6c896400201581a5273d","title":"","text":" { lib , stdenv , fetchFromGitHub , fetchYarnDeps , buildGoModule , systemd , yarn , fixup-yarn-lock , nodejs , grafana-alloy , nix-update-script , installShellFiles , testers }: buildGoModule rec { pname = \"grafana-alloy\"; version = \"1.1.1\"; src = fetchFromGitHub { rev = \"v${version}\"; owner = \"grafana\"; repo = \"alloy\"; hash = \"sha256-jaOQG+QkVi10lUp6izvSGE9j76ULc4yKbxdDhLHykYI=\"; }; proxyVendor = true; vendorHash = \"sha256-6Xc2siImM1Dl716uGhtAGcn+PO2OLuYLxanzg8Ho6SA=\"; nativeBuildInputs = [ fixup-yarn-lock yarn nodejs installShellFiles ]; ldflags = let prefix = \"github.com/grafana/alloy/internal/build\"; in [ \"-s\" \"-w\" # https://github.com/grafana/alloy/blob/3201389252d2c011bee15ace0c9f4cdbcb978f9f/Makefile#L110 \"-X ${prefix}.Branch=v${version}\" \"-X ${prefix}.Version=${version}\" \"-X ${prefix}.Revision=v${version}\" \"-X ${prefix}.BuildUser=nix\" \"-X ${prefix}.BuildDate=1970-01-01T00:00:00Z\" ]; tags = [ \"netgo\" \"builtinassets\" \"promtail_journal_enabled\" ]; subPackages = [ \".\" ]; yarnOfflineCache = fetchYarnDeps { yarnLock = \"${src}/internal/web/ui/yarn.lock\"; sha256 = \"sha256-o3vCI9GHCr4SjYsiT0wQ4mN76QeAGwOfLVCzGp7NMf4=\"; }; preBuild = '' pushd internal/web/ui # Yarn wants a real home directory to write cache, config, etc to export HOME=$NIX_BUILD_TOP/fake_home fixup-yarn-lock yarn.lock yarn config --offline set yarn-offline-mirror ${yarnOfflineCache} yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules/ yarn --offline build popd ''; # uses go-systemd, which uses libsystemd headers # https://github.com/coreos/go-systemd/issues/351 NIX_CFLAGS_COMPILE = lib.optionals stdenv.isLinux [ \"-I${lib.getDev systemd}/include\" ]; checkFlags = [ \"-tags nonetwork\" # disable network tests \"-tags nodocker\" # disable docker tests ]; # go-systemd uses libsystemd under the hood, which does dlopen(libsystemd) at # runtime. # Add to RUNPATH so it can be found. postFixup = lib.optionalString stdenv.isLinux '' patchelf --set-rpath \"${lib.makeLibraryPath [ (lib.getLib systemd) ]}:$(patchelf --print-rpath $out/bin/alloy)\" $out/bin/alloy ''; postInstall = '' installShellCompletion --cmd alloy --bash <($out/bin/alloy completion bash) --fish <($out/bin/alloy completion fish) --zsh <($out/bin/alloy completion zsh) ''; passthru = { tests = { version = testers.testVersion { version = \"v${version}\"; command = \"${lib.getExe grafana-alloy} --version\"; package = grafana-alloy; }; }; updateScript = nix-update-script { }; # alias for nix-update to be able to find and update this attribute offlineCache = yarnOfflineCache; }; meta = with lib; { description = \"Open source OpenTelemetry Collector distribution with built-in Prometheus pipelines and support for metrics, logs, traces, and profiles\"; mainProgram = \"alloy\"; license = licenses.asl20; homepage = \"https://grafana.com/oss/alloy\"; maintainers = with maintainers; [ flokli emilylange ]; platforms = lib.platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-b8234a933f554ba771433043ff238bc92fbcd8433d00866818e006ddb32d8821","title":"","text":"./programs/wayland/hyprlock.nix ./programs/wayland/hyprland.nix ./programs/wayland/labwc.nix ./programs/wayland/miracle-wm.nix ./programs/wayland/river.nix ./programs/wayland/sway.nix ./programs/wayland/waybar.nix"} {"_id":"doc-en-nixpkgs-fc6762ced6df525508d6001c6b660c34b31910dccfdded7379c915905437e1c2","title":"","text":" { config, pkgs, lib, ... }: let cfg = config.programs.wayland.miracle-wm; in { options.programs.wayland.miracle-wm = { enable = lib.mkEnableOption '' miracle-wm, a tiling Mir based Wayland compositor. You can manually launch miracle-wm by executing \"exec miracle-wm\" on a TTY, or launch it from a display manager. Consult the USERGUIDE.md at for information on how to use & configure it ''; }; config = lib.mkIf cfg.enable ( lib.mkMerge [ { environment = { systemPackages = [ pkgs.miracle-wm ]; }; # To make the miracle-wm session available if a display manager like SDDM is enabled: services.displayManager.sessionPackages = [ pkgs.miracle-wm ]; } (import ./wayland-session.nix { inherit lib pkgs; # Hardcoded path in Mir, not really possible to disable enableXWayland = true; # No portal support yet: https://github.com/mattkae/miracle-wm/issues/164 enableWlrPortal = false; }) ] ); meta.maintainers = with lib.maintainers; [ OPNA2608 ]; } "} {"_id":"doc-en-nixpkgs-8bc00dd77153ac96ec93c6e74a72de928accadc24370643776a718f2680d798c","title":"","text":"minidlna = handleTest ./minidlna.nix {}; miniflux = handleTest ./miniflux.nix {}; minio = handleTest ./minio.nix {}; miracle-wm = runTest ./miracle-wm.nix; miriway = handleTest ./miriway.nix {}; misc = handleTest ./misc.nix {}; mjolnir = handleTest ./matrix/mjolnir.nix {};"} {"_id":"doc-en-nixpkgs-72d2bcdf8ec070e8e1aa88a2da0d99cf40d04f9757a578988a089a3e5d42d36c","title":"","text":" { pkgs, lib, ... }: { name = \"miracle-wm\"; meta = { maintainers = with lib.maintainers; [ OPNA2608 ]; }; nodes.machine = { config, ... }: { imports = [ ./common/auto.nix ./common/user-account.nix ]; # Seems to very rarely get interrupted by oom-killer virtualisation.memorySize = 2047; test-support.displayManager.auto = { enable = true; user = \"alice\"; }; services.xserver.enable = true; services.displayManager.defaultSession = lib.mkForce \"miracle-wm\"; programs.wayland.miracle-wm.enable = true; # To ensure a specific config for the tests systemd.tmpfiles.rules = let testConfig = (pkgs.formats.yaml { }).generate \"miracle-wm.yaml\" { terminal = \"env WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY= alacritty\"; startup_apps = [ { command = \"foot\"; restart_on_death = false; } ]; }; in [ \"d ${config.users.users.alice.home}/.config 0700 alice users - -\" \"L ${config.users.users.alice.home}/.config/miracle-wm.yaml - - - - ${testConfig}\" ]; environment = { shellAliases = { test-wayland = \"wayland-info | tee /tmp/test-wayland.out && touch /tmp/test-wayland-exit-ok\"; test-x11 = \"glinfo | tee /tmp/test-x11.out && touch /tmp/test-x11-exit-ok\"; }; systemPackages = with pkgs; [ mesa-demos wayland-utils foot alacritty ]; # To help with OCR etc.\"xdg/foot/foot.ini\".text = lib.generators.toINI { } { main = { font = \"inconsolata:size=16\"; }; colors = rec { foreground = \"000000\"; background = \"ffffff\"; regular2 = foreground; }; }; etc.\"xdg/alacritty/alacritty.yml\".text = lib.generators.toYAML { } { font = rec { normal.family = \"Inconsolata\"; bold.family = normal.family; italic.family = normal.family; bold_italic.family = normal.family; size = 16; }; colors = rec { primary = { foreground = \"0x000000\"; background = \"0xffffff\"; }; normal = { green = primary.foreground; }; }; }; }; fonts.packages = [ pkgs.inconsolata ]; }; enableOCR = true; testScript = { ... }: '' start_all() machine.wait_for_unit(\"multi-user.target\") # Wait for Miriway to complete startup machine.wait_for_file(\"/run/user/1000/wayland-0\") machine.succeed(\"pgrep miracle-wm\") machine.screenshot(\"miracle-wm_launched\") # Test Wayland with subtest(\"wayland client works\"): # We let miracle-wm start the first terminal, as we might get stuck if it's not ready to process the first keybind # machine.send_key(\"ctrl-alt-t\") machine.wait_for_text(\"alice@machine\") machine.send_chars(\"test-waylandn\") machine.wait_for_file(\"/tmp/test-wayland-exit-ok\") machine.copy_from_vm(\"/tmp/test-wayland.out\") machine.screenshot(\"foot_wayland_info\") machine.send_chars(\"exitn\") machine.wait_until_fails(\"pgrep foot\") # Test XWayland with subtest(\"x11 client works\"): machine.send_key(\"meta_l-ret\") machine.wait_for_text(\"alice@machine\") machine.send_chars(\"test-x11n\") machine.wait_for_file(\"/tmp/test-x11-exit-ok\") machine.copy_from_vm(\"/tmp/test-x11.out\") machine.screenshot(\"alacritty_glinfo\") machine.send_chars(\"exitn\") machine.wait_until_fails(\"pgrep alacritty\") ''; } "} {"_id":"doc-en-nixpkgs-f542c765489c26368910fc8904647518686b436b9a5adf3b69dbbd314e797c58","title":"","text":" { stdenv, lib, fetchFromGitHub, gitUpdater, nixosTests, boost, cmake, glib, glm, gtest, libevdev, libglvnd, libnotify, libuuid, libxkbcommon, mesa, mir, nlohmann_json, pcre2, pkg-config, yaml-cpp, }: stdenv.mkDerivation (finalAttrs: { pname = \"miracle-wm\"; version = \"0.3.0\"; src = fetchFromGitHub { owner = \"mattkae\"; repo = \"miracle-wm\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-Ss93yI33e+XFjbKedbBjmYHkjPeWUWxEStwNTgTszA4=\"; }; postPatch = '' substituteInPlace session/usr/local/share/wayland-sessions/miracle-wm.desktop.in --replace-fail '@CMAKE_INSTALL_FULL_BINDIR@/miracle-wm' 'miracle-wm' '' + lib.optionalString (!finalAttrs.finalPackage.doCheck) '' substituteInPlace CMakeLists.txt --replace-fail 'add_subdirectory(tests/)' \"\" ''; strictDeps = true; # Source has a path \"session/usr/local/...\", don't break references to that dontFixCmake = true; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ boost glib glm libevdev libglvnd libnotify libuuid libxkbcommon mesa # gbm.h mir nlohmann_json pcre2 yaml-cpp ]; checkInputs = [ gtest ]; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; checkPhase = '' runHook preCheck ./bin/miracle-wm-tests runHook postCheck ''; passthru = { updateScript = gitUpdater { rev-prefix = \"v\"; }; providedSessions = [ \"miracle-wm\" ]; tests.vm = nixosTests.miracle-wm; }; meta = with lib; { description = \"Tiling Wayland compositor based on Mir\"; longDescription = '' miracle-wm is a Wayland compositor based on Mir. It features a tiling window manager at its core, very much in the style of i3 and sway. The intention is to build a compositor that is flashier and more feature-rich than either of those compositors, like swayfx. See the user guide for info on how to use miracle-wm: https://github.com/mattkae/miracle-wm/blob/v${finalAttrs.version}/USERGUIDE.md ''; homepage = \"https://github.com/mattkae/miracle-wm\"; license = licenses.gpl3Only; mainProgram = \"miracle-wm\"; maintainers = with maintainers; [ OPNA2608 ]; platforms = platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-610094faca3473981b348dd812fe6e113b12b2c115faa279ceee446a4a6825fe","title":"","text":"{ lib , buildPythonPackage , fetchPypi , setuptools , setuptools-scm , pycryptodome , requests , six , pytestCheckHook }: buildPythonPackage rec { pname = \"httpsig\"; version = \"1.3.0\"; format = \"setuptools\"; pyproject = true; src = fetchPypi { inherit pname version; sha256 = \"1rkc3zwsq53rjsmc47335m4viljiwdbmw3y2zry4z70j8q1dbmki\"; hash = \"sha256-cdbVAkYSnE98/sIPXlfjUdK4SS1jHMKqlnkUrPkfbOY=\"; }; buildInputs = [ build-system = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ dependencies = [ pycryptodome requests six setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"httpsig\" ];"} {"_id":"doc-en-nixpkgs-2c798e4f9543763df34aa5fc8198a129838cb99c7c7b78a343de847b5e883dc5","title":"","text":"example = \"/home/foo\"; description = '' The home directory that the ollama service is started in. See also `services.ollama.writablePaths` and `services.ollama.sandbox`. ''; }; models = lib.mkOption {"} {"_id":"doc-en-nixpkgs-4cecaf52d0b52c0c6cca114a8bf0454c1a31899608e5b6117a9bf9dcd51e8844","title":"","text":"example = \"/path/to/ollama/models\"; description = '' The directory that the ollama service will read models from and download new models to. See also `services.ollama.writablePaths` and `services.ollama.sandbox` if downloading models or other mutation of the filesystem is required. ''; }; sandbox = lib.mkOption { type = types.bool; default = true; example = false; description = '' Whether to enable systemd's sandboxing capabilities. This sets [`DynamicUser`]( https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#DynamicUser= ), which runs the server as a unique user with read-only access to most of the filesystem. See also `services.ollama.writablePaths`. ''; }; writablePaths = lib.mkOption { type = types.listOf types.str; default = [ ]; example = [ \"/home/foo\" \"/mnt/foo\" ]; description = '' Paths that the server should have write access to. This sets [`ReadWritePaths`]( https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#ReadWritePaths= ), which allows specified paths to be written to through the default sandboxing. See also `services.ollama.sandbox`. ''; }; listenAddress = lib.mkOption {"} {"_id":"doc-en-nixpkgs-da87c556fa77d59dccdc479ab5bdefd1f2a609cc15655f204cded17613e7de1a","title":"","text":"type = types.attrsOf types.str; default = { }; example = { HOME = \"/tmp\"; OLLAMA_LLM_LIBRARY = \"cpu\"; HIP_VISIBLE_DEVICES = \"0,1\"; }; description = '' Set arbitrary environment variables for the ollama service."} {"_id":"doc-en-nixpkgs-e2d0ab9a5c7152dbe632a07f70d08319a06f8f7b9b8b2ba293f7fab5fa11328d","title":"","text":"ExecStart = \"${lib.getExe ollamaPackage} serve\"; WorkingDirectory = cfg.home; StateDirectory = [ \"ollama\" ]; DynamicUser = true; DynamicUser = cfg.sandbox; ReadWritePaths = cfg.writablePaths; }; };"} {"_id":"doc-en-nixpkgs-7e14bb99947cec83033ae5d3e1a8b12180964c539626f012c305177d2035633b","title":"","text":"src = looking-glass-client.src; sourceRoot = \"${looking-glass-client.src.name}/module\"; patches = lib.optional (kernel.kernelAtLeast \"6.4\") [ ./linux-6-4-compat.patch ]; hardeningDisable = [ \"pic\" \"format\" ]; nativeBuildInputs = kernel.moduleBuildDependencies;"} {"_id":"doc-en-nixpkgs-a24c177c7f75c78cf5ecbf0a1fd14631e2cafb5ab8d620191a197234cb45cb83","title":"","text":" diff --git a/kvmfr.c b/kvmfr.c index 121aae5b..2f4c9e1a 100644 --- a/kvmfr.c +++ b/kvmfr.c @@ -539,7 +539,11 @@ static int __init kvmfr_module_init(void) if (kvmfr->major < 0) goto out_free; +#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 4, 0) kvmfr->pClass = class_create(THIS_MODULE, KVMFR_DEV_NAME); +#else + kvmfr->pClass = class_create(KVMFR_DEV_NAME); +#endif if (IS_ERR(kvmfr->pClass)) goto out_unreg; "} {"_id":"doc-en-nixpkgs-dd9484009f5573be122f099c5fed7daea6c7fa96b46611fa4aae892a02f1568e","title":"","text":" { lib, stdenv, fetchurl, m4, expat , libX11, libXt, libXaw, libXmu, bdftopcf, mkfontdir , fontadobe100dpi, fontadobeutopia100dpi, fontbh100dpi , fontbhlucidatypewriter100dpi, fontbitstream100dpi { stdenv , darwin , lib , libiconv , fetchurl , m4 , expat , libX11 , libXt , libXaw , libXmu , bdftopcf , mkfontdir , fontadobe100dpi , fontadobeutopia100dpi , fontbh100dpi , fontbhlucidatypewriter100dpi , fontbitstream100dpi , tcl , ncurses }: , ncurses }: let majorVersion = \"4\"; minorVersion = \"0\"; versionSuffix = \"ga9\"; in stdenv.mkDerivation rec { minorVersion = \"3\"; versionSuffix = \"ga8\"; in stdenv.mkDerivation rec { pname = \"x3270\"; version = \"${majorVersion}.${minorVersion}${versionSuffix}\"; src = fetchurl { url = \"http://x3270.bgp.nu/download/0${majorVersion}.0${minorVersion}/suite3270-${version}-src.tgz\"; sha256 = \"0km24rgll0s4ji6iz8lvy5ra76ds162s95y33w5px6697cwqkp9j\"; url = \"http://x3270.bgp.nu/download/0${majorVersion}.0${minorVersion}/suite3270-${version}-src.tgz\"; sha256 = \"sha256-gcC6REfZentIPEDhGznUSYu8mvVfpPeMz/Bks+N43Fk=\"; }; buildFlags = [ \"unix\" ]; buildFlags = lib.optional stdenv.isLinux \"unix\"; configureFlags = lib.optionals stdenv.isDarwin [ \"--enable-c3270\" \"--enable-pr3270\" \"--enable-s3270\" \"--enable-tcl3270\" ]; postConfigure = '' pushd c3270 ; ./configure ; popd postBuild = '' make install.man ''; pathsToLink = [ \"/share/man\" ]; nativeBuildInputs = [ m4 ]; buildInputs = [ expat libX11 libXt libXaw libXmu bdftopcf mkfontdir fontadobe100dpi fontadobeutopia100dpi fontbh100dpi fontbhlucidatypewriter100dpi fontbitstream100dpi libX11 libXt libXaw libXmu bdftopcf mkfontdir fontadobe100dpi fontadobeutopia100dpi fontbh100dpi fontbhlucidatypewriter100dpi fontbitstream100dpi tcl ncurses expat ]; ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ]; meta = with lib; { description = \"IBM 3270 terminal emulator for the X Window System\";"} {"_id":"doc-en-nixpkgs-84a5db423a9a3a8e25b0b389b28f6a52a249ef55cc353d63197f6b2258e71c5f","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"i3bar-river\"; version = \"0.1.6\"; version = \"0.1.7\"; src = fetchFromGitHub { owner = \"MaxVerevkin\"; repo = \"i3bar-river\"; rev = \"v${version}\"; hash = \"sha256-wtyC8cGK408KZYpWniW2y4XI1ScTSBZJJlUt6b2Z5KA=\"; hash = \"sha256-mLRB4o8FR/R9QUpRkcNppiE2XcWFWE05wPxuKdxG18M=\"; }; cargoHash = \"sha256-PdSMDsV3yFy3kSNS6OBxFdrZsIn70gXOTd2AhyU4a9o=\"; cargoHash = \"sha256-INjuI3XTSzAjLqk/P+cd7rMhXsOBDSqMaZZN9kFyreg=\"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ pango ];"} {"_id":"doc-en-nixpkgs-8f9c8c257cae774d4aa54da424e8d7f4580417898474f795bcc949a56e83d893","title":"","text":" { lib, rustPlatform, fetchFromGitHub, installShellFiles }: rustPlatform.buildRustPackage rec { pname = \"ab-av1\"; version = \"0.7.14\"; src = fetchFromGitHub { owner = \"alexheretic\"; repo = \"ab-av1\"; rev = \"v${version}\"; hash = \"sha256-cDabGXNzusVnp4exINqUitEL1HnzSgpcRtYXU5pSRhY=\"; }; cargoHash = \"sha256-sW/673orvK+mIUqTijpNh4YGd9ZrgSveGT6F1O5OYfI=\"; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd ab-av1 --bash <($out/bin/ab-av1 print-completions bash) --fish <($out/bin/ab-av1 print-completions fish) --zsh <($out/bin/ab-av1 print-completions zsh) ''; meta = with lib; { description = \"AV1 re-encoding using ffmpeg, svt-av1 & vmaf\"; homepage = \"https://github.com/alexheretic/ab-av1\"; changelog = \"https://github.com/alexheretic/ab-av1/blob/${src.rev}/CHANGELOG.md\"; license = licenses.mit; maintainers = [ maintainers.marsam ]; mainProgram = \"ab-av1\"; }; } "} {"_id":"doc-en-nixpkgs-9ed370d351794436c1eb7c72e0fee3f94f7bb89babd7f867b8010ddf59b6b6e9","title":"","text":" { lib , buildPythonPackage , fetchFromGitHub , geojson , pysocks , pythonOlder , requests , pytestCheckHook , pythonRelaxDepsHook { lib, buildPythonPackage, fetchFromGitHub, geojson, pysocks, pythonOlder, requests, setuptools, pytestCheckHook, pythonRelaxDepsHook, }: buildPythonPackage rec { pname = \"pyowm\"; version = \"3.3.0\"; format = \"setuptools\"; pyproject = true; disabled = pythonOlder \"3.7\"; src = fetchFromGitHub { owner = \"csparpa\"; repo = pname; rev = version; repo = \"pyowm\"; rev = \"refs/tags/${version}\"; hash = \"sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME=\"; }; pythonRelaxDeps = [ \"geojson\" ]; pythonRelaxDeps = [ \"geojson\" ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; build-system = [ setuptools ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; propagatedBuildInputs = [ dependencies = [ geojson pysocks requests setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; # Run only tests which don't require network access pytestFlagsArray = [ \"tests/unit\" ]; pytestFlagsArray = [ \"tests/unit\" ]; pythonImportsCheck = [ \"pyowm\" ]; pythonImportsCheck = [ \"pyowm\" ]; meta = with lib; { description = \"Python wrapper around the OpenWeatherMap web API\"; homepage = \"https://pyowm.readthedocs.io/\"; changelog = \"https://github.com/csparpa/pyowm/releases/tag/${version}\"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };"} {"_id":"doc-en-nixpkgs-c55fe6b08dada52155b810487171feef1a36d4e60476563c2b5739f94f2a7772","title":"","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":"doc-en-nixpkgs-85bed5d84218deff94cba6111f12f30ae9f226da6dce30019db1ea4805c63a55","title":"","text":"proxy_pass_request_body off; ''; }; \"@redirectToAuth2ProxyLogin\" = { return = \"307 https://${cfg.domain}/oauth2/start?rd=$scheme://$host$request_uri\"; extraConfig = ''"} {"_id":"doc-en-nixpkgs-cda8838347dd21ab18a17f633f489433445214902a4a6284b537ebdc9603c3d0","title":"","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":"doc-en-nixpkgs-19cbe4a9d9e27169d5b842510fe90a87c47f0ca7e20c1d58b93509202d7a095c","title":"","text":" { stdenv, lib, fetchFromGitHub, fetchpatch, cmake, pkg-config { stdenv, lib, fetchFromGitHub, cmake, pkg-config , alsa-lib, asio, avahi, boost179, flac, libogg, libvorbis, libopus, soxr , IOKit, AudioToolbox , aixlog, popl , pulseaudioSupport ? false, libpulseaudio , nixosTests }: assert pulseaudioSupport -> libpulseaudio != null; stdenv.mkDerivation rec { pname = \"snapcast\"; version = \"0.27.0\"; version = \"0.28.0\"; src = fetchFromGitHub { owner = \"badaix\"; repo = \"snapcast\"; rev = \"v${version}\"; sha256 = \"sha256-dlK1xQQqst4VQjioC7MZzqXwMC+JfqtvnD5lrOqGhYI=\"; sha256 = \"sha256-XxpiLojs1TI3qM7yXS+OPcHKo6pLcfJ+Eop7GjQ4HQw=\"; }; patches = [ # Can be removed with next release after 0.27.0 (fetchpatch { name = \"include-cstdint.patch\"; url = \"https://github.com/badaix/snapcast/commit/481f08199ca31c60c9a3475f1064e6b06a503d12.patch\"; hash = \"sha256-klpvmBpBAlBMtcgnNfW6X6vDbJFnOuOsPUDXcNf5tGc=\"; }) ]; nativeBuildInputs = [ cmake pkg-config ]; # snapcast also supports building against tremor but as we have libogg, that's # not needed"} {"_id":"doc-en-nixpkgs-3c91fd01955ad53e09afec5a87289bb1363624ee52c07d6388371fa23e019e80","title":"","text":"{ lib , stdenv , fetchFromGitHub , fetchFromGitea , substituteAll , testers , gummy , cmake"} {"_id":"doc-en-nixpkgs-158e482fc2d9d2d2782c36f221ae1af5d4230d6d9de06055339aeaf65bc0e0d7","title":"","text":", libXext , sdbus-cpp , udev , xcbutilimage , coreutils , cli11 , ddcutil , fmt , nlohmann_json , spdlog }: stdenv.mkDerivation rec { pname = \"gummy\"; version = \"0.3\"; version = \"0.6.0\"; src = fetchFromGitHub { owner = \"fushko\"; src = fetchFromGitea { domain = \"codeberg.org\"; owner = \"fusco\"; repo = \"gummy\"; rev = version; sha256 = \"sha256-dw2yOXTS61OIe+NOq8MPydhkZvTit13eC7cbL5nFseg=\"; hash = \"sha256-kATieFf+dEpcYgSEPoETacP7R+u2dOrg7rOhIkNQ1uE=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-610da41c6b51ef9505236eabf4f39730567066a3d80bdc117554c07005206665","title":"","text":"]; buildInputs = [ cli11 ddcutil fmt libX11 libXext nlohmann_json sdbus-cpp spdlog udev xcbutilimage ]; cmakeFlags = [ \"-DUDEV_DIR=${placeholder \"out\"}/lib/udev\" \"-DUDEV_RULES_DIR=${placeholder \"out\"}/lib/udev/rules.d\" ]; # Fixes the \"gummy start\" command, without this it cannot find the binary. # Setting this through cmake does not seem to work. postPatch = '' substituteInPlace src/gummy/gummy.cpp substituteInPlace gummyd/gummyd/api.cpp --replace \"CMAKE_INSTALL_DAEMON_PATH\" \"\"${placeholder \"out\"}/libexec/gummyd\"\" ''; preFixup = '' substituteInPlace $out/lib/udev/99-gummy.rules substituteInPlace $out/lib/udev/rules.d/99-gummy.rules --replace \"/bin/chmod\" \"${coreutils}/bin/chmod\" ln -s $out/libexec/gummyd $out/bin/gummyd"} {"_id":"doc-en-nixpkgs-17cb9380aaab1bdbaaa19e5dd60e1386223a99390e8010ecd22570964577cc0a","title":"","text":"passthru.tests.version = testers.testVersion { package = gummy; }; meta = with lib; { homepage = \"https://github.com/Fushko/gummy\"; homepage = \"https://codeberg.org/fusco/gummy\"; description = \"Brightness and temperature manager for X11\"; longDescription = '' CLI screen manager for X11 that allows automatic and manual brightness/temperature adjustments, via backlight (currently only for embedded displays) and gamma. Multiple monitors are supported. ''; license = licenses.gpl3Only; maintainers = [ maintainers.ivar ]; maintainers = with maintainers; [ ivar ]; }; }"} {"_id":"doc-en-nixpkgs-984add52c2f51346055c42daf035aab6ecbbc20aa1632e5a17cfe0bc347e8590","title":"","text":", lib , stdenv , fetchFromGitHub , glib , gobject-introspection , python3 , pkg-config , ninja , wayland"} {"_id":"doc-en-nixpkgs-71e1e350edb3477984beae9d26884c16034d203ce5eca76035b78a4e5e3685cd","title":"","text":", shared-mime-info , wrapGAppsHook4 , meson , gjs , gtk4 , gst_all_1 , libGL , libadwaita , appstream-glib , libsoup , libsoup_3 , vala , cmake , libmicrodns }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"clapper\"; version = \"0.5.2\"; version = \"0.6.0\"; src = fetchFromGitHub { owner = \"Rafostar\"; repo = pname; rev = version; sha256 = \"sha256-s+qdTq3/pHHstwr1W3Hs2Zje++iJFHM6hQTFoZD43bY=\"; repo = \"clapper\"; rev = finalAttrs.version; hash = \"sha256-5fD1OnVcY3ZC+QfoFqe2jV43/J36r85SpLUYF2ti7dY=\"; }; nativeBuildInputs = [ appstream-glib desktop-file-utils # for update-desktop-database glib gobject-introspection meson cmake ninja makeWrapper pkg-config python3 shared-mime-info # for update-mime-database wrapGAppsHook4 # for gsettings desktop-file-utils # for update-desktop-database shared-mime-info # for update-mime-database vala ]; buildInputs = [ gjs gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good"} {"_id":"doc-en-nixpkgs-4eaabcb2d6a4078c9c77ef40aa0958463a33a5875ad37f41bddf44498d387cbf","title":"","text":"gtk4 libGL libadwaita libsoup libsoup_3 wayland wayland-protocols libmicrodns ]; postPatch = '' patchShebangs build-aux/meson/postinstall.py ''; postInstall = '' cp ${src}/data/icons/*.svg $out/share/icons/hicolor/scalable/apps/ cp ${src}/data/icons/*.svg $out/share/icons/hicolor/symbolic/apps/ patchShebangs --build build-aux/meson/postinstall.py ''; meta = with lib; { description = \"A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering. \"; description = \"A GNOME media player built using GTK4 toolkit and powered by GStreamer with OpenGL rendering\"; longDescription = '' Clapper is a GNOME media player build using GJS with GTK4 toolkit. The media player is using GStreamer as a media backend and renders everything via OpenGL. Clapper is a GNOME media player built using the GTK4 toolkit. The media player is using GStreamer as a media backend. ''; homepage = \"https://github.com/Rafostar/clapper\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } }) "} {"_id":"doc-en-nixpkgs-eac2619711b699c461e12bb2037cd3c8fc0f8ebdaf1b6e32e13ac6db8ceb262d","title":"","text":"# https://docs.github.com/en/rest/guides/using-the-rest-api-to-interact-with-your-git-database?apiVersion=2022-11-28#checking-mergeability-of-pull-requests # Retry the API query this many times retryCount=3 retryCount=5 # Start with 5 seconds, but double every retry retryInterval=5 while true; do"} {"_id":"doc-en-nixpkgs-bcfd4d017c192a66baed4a73f6dd99a333fb1af3f8a68a188e35ca3ffb31f12e","title":"","text":"-e 's|install -m 2755 -g $(GRP)|install |g' Makefile ''; postInstall = '' substituteInPlace $out/share/applications/usbimager.desktop --replace-fail \"Exec=/usr/bin/usbimager\" \"Exec=usbimager\" ''; dontConfigure = true; makeFlags = [ \"PREFIX=$(out)\" ]"} {"_id":"doc-en-nixpkgs-532b5ab8c473afd5b0e51d751089eef7ca05144c28adc9679971d1c0b68671d2","title":"","text":"fetchYarnDeps, makeDesktopItem, copyDesktopItems, makeWrapper, wrapGAppsHook, electron, }:"} {"_id":"doc-en-nixpkgs-70b0f419e4b5a69c7b2e2d1c5c63693bfe5558979c8b6cab33d9b4a58546fc2e","title":"","text":"nativeBuildInputs = [ copyDesktopItems makeWrapper wrapGAppsHook ];"} {"_id":"doc-en-nixpkgs-02868781d8db89450973fd52593fed76f00dff5258ae5217454aeb74bbcf3654","title":"","text":"runHook postInstall ''; # we use makeShellWrapper instead of the makeBinaryWrapper provided by wrapGAppsHook for proper shell variable expansion postFixup = '' makeWrapper ${electron}/bin/electron $out/bin/koodo-reader makeShellWrapper ${electron}/bin/electron $out/bin/koodo-reader --add-flags $out/share/lib/koodo-reader/resources/app.asar \"''${gappsWrapperArgs[@]}\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" "} {"_id":"doc-en-nixpkgs-0119bd782a8944c989d1ac4606016ced8ab2a7f44dbbb36bbf06f1e09e812ccd","title":"","text":"gdbDefaultsTo = if gdbUseFixed then \"${gdb}/bin/gdb\" else \"gdb\"; supported = { x86_64-linux = { hash = \"sha256-4mKCBqUCOndKEfsJqTIsfwEt+0CZI8QAhBj3Y4+wKlg=\"; hash = \"sha256-p8WFmkQKdzXF0FTWHabyeFMkwXa2RkDRM9SvvkBIOLY=\"; arch = \"linux-x64\"; }; aarch64-linux = { hash = \"sha256-Kjl8mEpayA1xMHEAMJ5k3Ctk3l48KlUBU5w3dL4pGWM=\"; hash = \"sha256-HISE8/M9IpeI8iX0mmw9owExnpgiwpesE7YG/+QFYgc=\"; arch = \"linux-arm64\"; }; };"} {"_id":"doc-en-nixpkgs-ca264e2c53b2a70303763aa36a24c038d3bd97a4a09e1c9b833bfffd6e4a6d94","title":"","text":"mktplcRef = base // { name = \"cpptools\"; publisher = \"ms-vscode\"; version = \"1.17.3\"; version = \"1.20.2\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-e17386a05f4483294ad02dcaf32815070514ec01dbd43e71ce6c3db429e58457","title":"","text":"src = fetchFromGitHub { owner = \"jelmer\"; repo = \"dulwich\"; rev = \"refs/tags/${version}\"; rev = \"refs/tags/${pname}-${version}\"; hash = \"sha256-bf3ZUMX4afpdTBpFnx0HMyzCNG6V/p4eOl36djxGbtk=\"; };"} {"_id":"doc-en-nixpkgs-38544f2f3f112edcbce7a9ae42055c3c8628841c29032297826f03672a1036b4","title":"","text":"services.portunus.ldap.package = pkgs.openldap.override { libxcrypt = pkgs.libxcrypt-legacy; }; ``` - The `tracy` package no longer works on X11, since it's moved to Wayland support, which is the intended default behavior by Tracy maintainers. X11 users have to switch to the new package `tracy-x11`. ## Other Notable Changes {#sec-release-24.11-notable-changes} "} {"_id":"doc-en-nixpkgs-af738fcda99fe473ab66e657466b8928ada3d4dc70aadf7f1e9f7969e690ffbb","title":"","text":" diff --git a/profiler/build/unix/legacy.mk b/profiler/build/unix/legacy.mk index 24765f1a..8baffb68 100644 --- a/profiler/build/unix/legacy.mk +++ b/profiler/build/unix/legacy.mk @@ -16,7 +16,7 @@ else UNAME := $(shell uname -s) ifeq ($(UNAME),Darwin) SRC3 += ../../../nfd/nfd_cocoa.m -\t\tLIBS += -framework CoreFoundation -framework AppKit -framework UniformTypeIdentifiers +\t\tLIBS += -framework CoreFoundation -framework AppKit else ifdef TRACY_GTK_FILESELECTOR SRC += ../../../nfd/nfd_gtk.cpp "} {"_id":"doc-en-nixpkgs-a09cbc36261de8bd021d3892f0fd77bd3b0720f1b1bc75dbb263e43b0347c256","title":"","text":" { lib , stdenv , fetchFromGitHub , capstone , darwin , dbus , freetype , glfw , hicolor-icon-theme , pkg-config , tbb , withWayland ? stdenv.isLinux , libxkbcommon , wayland }: stdenv.mkDerivation rec { pname = \"tracy\"; version = \"0.10\"; src = fetchFromGitHub { owner = \"wolfpld\"; repo = \"tracy\"; rev = \"v${version}\"; sha256 = \"sha256-DN1ExvQ5wcIUyhMAfiakFbZkDsx+5l8VMtYGvSdboPA=\"; }; patches = lib.optionals (stdenv.isDarwin && !(lib.versionAtLeast stdenv.hostPlatform.darwinMinVersion \"11\")) [ ./0001-remove-unifiedtypeidentifiers-framework ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ capstone freetype glfw ] ++ lib.optionals (stdenv.isLinux && withWayland) [ libxkbcommon wayland ] ++ lib.optionals stdenv.isLinux [ dbus hicolor-icon-theme tbb ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit darwin.apple_sdk.frameworks.Carbon ] ++ lib.optionals (stdenv.isDarwin && lib.versionAtLeast stdenv.hostPlatform.darwinMinVersion \"11\") [ darwin.apple_sdk.frameworks.UniformTypeIdentifiers ]; env.NIX_CFLAGS_COMPILE = toString ([ ] # Apple's compiler finds a format string security error on # ../../../server/TracyView.cpp:649:34, preventing building. ++ lib.optional stdenv.isDarwin \"-Wno-format-security\" ++ lib.optional stdenv.isLinux \"-ltbb\" ++ lib.optional stdenv.cc.isClang \"-faligned-allocation\" # workaround issue #19098 ++ lib.optional (stdenv.cc.isClang && stdenv.isDarwin) \"-fno-lto\"); buildPhase = '' runHook preBuild make -j $NIX_BUILD_CORES -C capture/build/unix release make -j $NIX_BUILD_CORES -C csvexport/build/unix release make -j $NIX_BUILD_CORES -C import-chrome/build/unix release make -j $NIX_BUILD_CORES -C library/unix release make -j $NIX_BUILD_CORES -C profiler/build/unix release ${lib.optionalString (stdenv.isLinux && !withWayland) \"LEGACY=1\"} make -j $NIX_BUILD_CORES -C update/build/unix release runHook postBuild ''; installPhase = '' runHook preInstall install -D -m 0755 capture/build/unix/capture-release $out/bin/capture install -D -m 0755 csvexport/build/unix/csvexport-release $out/bin/tracy-csvexport install -D -m 0755 import-chrome/build/unix/import-chrome-release $out/bin/import-chrome install -D -m 0755 library/unix/libtracy-release.so $out/lib/libtracy.so install -D -m 0755 profiler/build/unix/Tracy-release $out/bin/tracy install -D -m 0755 update/build/unix/update-release $out/bin/update mkdir -p $out/include/Tracy/client mkdir -p $out/include/Tracy/common mkdir -p $out/include/Tracy/tracy cp -p public/client/*.{h,hpp} $out/include/Tracy/client cp -p public/common/*.{h,hpp} $out/include/Tracy/common cp -p public/tracy/*.{h,hpp} $out/include/Tracy/tracy '' + lib.optionalString stdenv.isLinux '' substituteInPlace extra/desktop/tracy.desktop --replace Exec=/usr/bin/tracy Exec=tracy install -D -m 0644 extra/desktop/application-tracy.xml $out/share/mime/packages/application-tracy.xml install -D -m 0644 extra/desktop/tracy.desktop $out/share/applications/tracy.desktop install -D -m 0644 icon/application-tracy.svg $out/share/icons/hicolor/scalable/apps/application-tracy.svg install -D -m 0644 icon/icon.png $out/share/icons/hicolor/256x256/apps/tracy.png install -D -m 0644 icon/icon.svg $out/share/icons/hicolor/scalable/apps/tracy.svg '' + '' runHook postInstall ''; postFixup = lib.optionalString stdenv.isDarwin '' install_name_tool -change libcapstone.4.dylib ${capstone}/lib/libcapstone.4.dylib $out/bin/tracy ''; meta = with lib; { description = \"Real time, nanosecond resolution, remote telemetry frame profiler for games and other applications\"; homepage = \"https://github.com/wolfpld/tracy\"; platforms = platforms.linux ++ platforms.darwin; license = licenses.bsd3; mainProgram = \"tracy\"; maintainers = with maintainers; [ mpickering nagisa paveloom ]; }; } "} {"_id":"doc-en-nixpkgs-11548df87c90bc48543bfc6e8c7d9678b32c0ce28403891a303996f1ca2d6de2","title":"","text":" diff --git a/profiler/build/unix/legacy.mk b/profiler/build/unix/legacy.mk index 24765f1a..8baffb68 100644 --- a/profiler/build/unix/legacy.mk +++ b/profiler/build/unix/legacy.mk @@ -16,7 +16,7 @@ else UNAME := $(shell uname -s) ifeq ($(UNAME),Darwin) SRC3 += ../../../nfd/nfd_cocoa.m -\t\tLIBS += -framework CoreFoundation -framework AppKit -framework UniformTypeIdentifiers +\t\tLIBS += -framework CoreFoundation -framework AppKit else ifdef TRACY_GTK_FILESELECTOR SRC += ../../../nfd/nfd_gtk.cpp "} {"_id":"doc-en-nixpkgs-6edb29d1f91a5b236f4128177bb8b1d9c9ee07c95958680adf9c28a4eda6c1fb","title":"","text":" { lib , stdenv , fetchFromGitHub , capstone , darwin , dbus , freetype , glfw , hicolor-icon-theme , pkg-config , tbb }: stdenv.mkDerivation rec { pname = \"tracy\"; version = \"0.10\"; src = fetchFromGitHub { owner = \"wolfpld\"; repo = \"tracy\"; rev = \"v${version}\"; sha256 = \"sha256-DN1ExvQ5wcIUyhMAfiakFbZkDsx+5l8VMtYGvSdboPA=\"; }; patches = lib.optionals (stdenv.isDarwin && !(lib.versionAtLeast stdenv.hostPlatform.darwinMinVersion \"11\")) [ ./0001-remove-unifiedtypeidentifiers-framework ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ capstone freetype glfw ] ++ lib.optionals stdenv.isLinux [ dbus hicolor-icon-theme tbb ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit darwin.apple_sdk.frameworks.Carbon ] ++ lib.optionals (stdenv.isDarwin && lib.versionAtLeast stdenv.hostPlatform.darwinMinVersion \"11\") [ darwin.apple_sdk.frameworks.UniformTypeIdentifiers ]; env.NIX_CFLAGS_COMPILE = toString ([ ] # Apple's compiler finds a format string security error on # ../../../server/TracyView.cpp:649:34, preventing building. ++ lib.optional stdenv.isDarwin \"-Wno-format-security\" ++ lib.optional stdenv.isLinux \"-ltbb\" ++ lib.optional stdenv.cc.isClang \"-faligned-allocation\" # workaround issue #19098 ++ lib.optional (stdenv.cc.isClang && stdenv.isDarwin) \"-fno-lto\"); buildPhase = '' runHook preBuild make -j $NIX_BUILD_CORES -C capture/build/unix release make -j $NIX_BUILD_CORES -C csvexport/build/unix release make -j $NIX_BUILD_CORES -C import-chrome/build/unix release make -j $NIX_BUILD_CORES -C library/unix release make -j $NIX_BUILD_CORES -C profiler/build/unix release LEGACY=1 make -j $NIX_BUILD_CORES -C update/build/unix release runHook postBuild ''; installPhase = '' runHook preInstall install -D -m 0755 capture/build/unix/capture-release $out/bin/capture install -D -m 0755 csvexport/build/unix/csvexport-release $out/bin/tracy-csvexport install -D -m 0755 import-chrome/build/unix/import-chrome-release $out/bin/import-chrome install -D -m 0755 library/unix/libtracy-release.so $out/lib/libtracy.so install -D -m 0755 profiler/build/unix/Tracy-release $out/bin/tracy install -D -m 0755 update/build/unix/update-release $out/bin/update mkdir -p $out/include/Tracy/client mkdir -p $out/include/Tracy/common mkdir -p $out/include/Tracy/tracy cp -p public/client/*.{h,hpp} $out/include/Tracy/client cp -p public/common/*.{h,hpp} $out/include/Tracy/common cp -p public/tracy/*.{h,hpp} $out/include/Tracy/tracy '' + lib.optionalString stdenv.isLinux '' substituteInPlace extra/desktop/tracy.desktop --replace Exec=/usr/bin/tracy Exec=tracy install -D -m 0644 extra/desktop/application-tracy.xml $out/share/mime/packages/application-tracy.xml install -D -m 0644 extra/desktop/tracy.desktop $out/share/applications/tracy.desktop install -D -m 0644 icon/application-tracy.svg $out/share/icons/hicolor/scalable/apps/application-tracy.svg install -D -m 0644 icon/icon.png $out/share/icons/hicolor/256x256/apps/tracy.png install -D -m 0644 icon/icon.svg $out/share/icons/hicolor/scalable/apps/tracy.svg '' + '' runHook postInstall ''; postFixup = lib.optionalString stdenv.isDarwin '' install_name_tool -change libcapstone.4.dylib ${capstone}/lib/libcapstone.4.dylib $out/bin/tracy ''; meta = with lib; { description = \"Real time, nanosecond resolution, remote telemetry frame profiler for games and other applications\"; homepage = \"https://github.com/wolfpld/tracy\"; platforms = platforms.linux ++ platforms.darwin; license = licenses.bsd3; mainProgram = \"tracy\"; maintainers = with maintainers; [ mpickering nagisa paveloom ]; }; } "} {"_id":"doc-en-nixpkgs-49857cc2142dd0ca6a50b45c5d147c90bf312a3cd4f265917817064b93a8083c","title":"","text":"tracker = callPackage ../development/libraries/tracker { }; tracy = callPackage ../development/tools/tracy { }; tracy-x11 = callPackage ../by-name/tr/tracy/package.nix { withWayland = false; }; trivy = callPackage ../tools/admin/trivy { };"} {"_id":"doc-en-nixpkgs-0d65c3737fb18cc8ca6b017122cee0556034180a49b4ee5390b5b534c508ab39","title":"","text":"xwayland.enable = mkEnableOption (\"XWayland\") // { default = true; }; envVars.enable = mkEnableOption null // { default = true; example = false; description = '' Set environment variables for Hyprland to work properly. Enabled by default. ''; }; systemd.setPath.enable = mkEnableOption null // { default = true; example = false;"} {"_id":"doc-en-nixpkgs-4f1b40920692c03f0105c55fc2d4c45414f637817d62605a0a956b3295eefc88","title":"","text":"configPackages = mkDefault [ cfg.finalPackage ]; }; environment.sessionVariables = mkIf cfg.envVars.enable { XDG_CURRENT_DESKTOP = \"Hyprland\"; XDG_SESSION_DESKTOP = \"Hyprland\"; XDG_SESSION_TYPE = \"wayland\"; GDK_BACKEND = \"wayland,x11\"; QT_QPA_PLATFORM = \"wayland;xcb\"; _JAVA_AWT_WM_NONREPARENTING = \"1\"; # Fix for Java applications on tiling window managers }; systemd = mkIf cfg.systemd.setPath.enable { user.extraConfig = '' DefaultEnvironment=\"PATH=$PATH:/run/current-system/sw/bin:/etc/profiles/per-user/%u/bin:/run/wrappers/bin\""} {"_id":"doc-en-nixpkgs-4370d3b7957b781f629e7ceb34b2af0d92809fc290ca40e300eb92cae72a5079","title":"","text":"# rev-version = /* human readable version; i.e. \"unstable-2022-26-07\" */; # sha256 = /* checksum for this release, can omit if specifying your own `monorepoSrc` */; # } , officialRelease ? { version = \"18.1.4\"; sha256 = \"sha256-LyQEb4ZJXm2hkPOM9XITIploMT2VKIQWxUFio7SXrc0=\"; } , officialRelease ? { version = \"18.1.5\"; sha256 = \"0n44chqn96xsa00ryhwk8g0vv3zx908xjakkgjsa14sjr9mcsq8q\"; } # i.e.: # { # version = /* i.e. \"15.0.0\" */;"} {"_id":"doc-en-nixpkgs-442bb2872c2f02810441538c9511d99e41916fc796eebbeeb1d56ffa77b3c932","title":"","text":"- [Monado](https://monado.freedesktop.org/), an open source XR runtime. Available as [services.monado](#opt-services.monado.enable). - [intel-gpu-tools](https://drm.pages.freedesktop.org/igt-gpu-tools), tools for development and testing of the Intel DRM driver. Available as [hardware.intel-gpu-tools](#opt-hardware.intel-gpu-tools.enable) - [Pretix](https://pretix.eu/about/en/), an open source ticketing software for events. Available as [services.pretix](#opt-services.pretix.enable). - [microsocks](https://github.com/rofl0r/microsocks), a tiny, portable SOCKS5 server with very moderate resource usage. Available as [services.microsocks](#opt-services.microsocks.enable)."} {"_id":"doc-en-nixpkgs-8262ab5a431c01053fd317e69aebc22a359d008d80a28a328c7da886534fbfa0","title":"","text":" { config, lib, pkgs, ... }: let cfg = config.hardware.intel-gpu-tools; in { options = { hardware.intel-gpu-tools = { enable = lib.mkEnableOption \"a setcap wrapper for intel-gpu-tools\"; }; }; config = lib.mkIf cfg.enable { security.wrappers.intel_gpu_top = { owner = \"root\"; group = \"root\"; source = \"${pkgs.intel-gpu-tools}/bin/intel_gpu_top\"; capabilities = \"cap_perfmon+ep\"; }; }; meta = { maintainers = with lib.maintainers; [ kira-bruneau ]; }; } "} {"_id":"doc-en-nixpkgs-804a60abd801443f30723d7578371c08db40ed244cf7b1df1391425c43d7af90","title":"","text":"./hardware/video/bumblebee.nix ./hardware/video/capture/mwprocapture.nix ./hardware/video/displaylink.nix ./hardware/video/intel-gpu-tools.nix ./hardware/video/nvidia.nix ./hardware/video/switcheroo-control.nix ./hardware/video/uvcvideo/default.nix"} {"_id":"doc-en-nixpkgs-15ad51386177faa5cb7eac68b7fbfdbcfcd3e33b3c7734208a5f6a2645279561","title":"","text":"rev = \"3c8f66be867aca6656e4109ce880b6ea7431b895\"; hash = \"sha256-vz9ircmPy2Q4fxNnjurkgJtuTSS49rBq/m61p1B43eU=\"; }; postPatch = (old.postPatch or \"\") + '' patchShebangs src/box_drawing_generate.sh ''; } // lib.optionalAttrs sixelSupport { buildInputs = old.buildInputs ++ [ libsixel ]; mesonFlags = old.mesonFlags ++ [ \"-Dsixel=true\" ];"} {"_id":"doc-en-nixpkgs-e40f1320fe0931d1a5ab9b8104efdd55d4a0801b9ea922fb05dc1acdade3245b","title":"","text":", systemd , systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd , nixosTests , blackbox-terminal }: stdenv.mkDerivation (finalAttrs: {"} {"_id":"doc-en-nixpkgs-6dc634b89c0329cd12215e211396844783bb4a9e8274f180e404cb6989841280","title":"","text":"}; tests = { inherit (nixosTests.terminal-emulators) gnome-terminal lxterminal mlterm roxterm sakura stupidterm terminator termite xfce4-terminal; blackbox-terminal = blackbox-terminal.override { sixelSupport = true; }; }; };"} {"_id":"doc-en-nixpkgs-a757e8841f9cf4472467563ed74ef21c0a174872a23deb0f91766c8af91cb512","title":"","text":" { picom, lib, fetchFromGitHub, pcre }: picom.overrideAttrs (previousAttrs: { pname = \"picom-pijulius\"; version = \"8.2-unstable-2024-04-30\"; src = fetchFromGitHub { owner = \"pijulius\"; repo = \"picom\"; rev = \"e7b14886ae644aaa657383f7c4f44be7797fd5f6\"; hash = \"sha256-YQVp5HicO+jbvCYSY+hjDTnXCU6aS3aCvbux6NFcJ/Y=\"; }; buildInputs = (previousAttrs.buildInputs or [ ]) ++ [ pcre ]; meta = { inherit (previousAttrs.meta) license platforms mainProgram longDescription ; description = \"Pijulius's picom fork with extensive animation support\"; homepage = \"https://github.com/pijulius/picom\"; maintainers = with lib.maintainers; [ YvesStraten ]; }; }) "} {"_id":"doc-en-nixpkgs-c721d9bbb3b7d1844891dff12b4e018f5334c476610e6a4634168ffd3ae51610","title":"","text":"./services/misc/octoprint.nix ./services/misc/ollama.nix ./services/misc/ombi.nix ./services/misc/open-webui.nix ./services/misc/osrm.nix ./services/misc/owncast.nix ./services/misc/packagekit.nix"} {"_id":"doc-en-nixpkgs-915a1f217b413cbfdc98c55e1728d1f0925547fb18ca7cbc5a110f18c35a0e54","title":"","text":" { config, lib, pkgs, ... }: let inherit (lib) types; cfg = config.services.open-webui; in { options = { services.open-webui = { enable = lib.mkEnableOption \"Enable open-webui, an interactive chat web app\"; package = lib.mkPackageOption pkgs \"open-webui\" { }; stateDir = lib.mkOption { type = types.path; default = \"/var/lib/open-webui\"; description = \"State directory of open-webui.\"; }; host = lib.mkOption { type = types.str; default = \"localhost\"; description = \"Host of open-webui\"; }; port = lib.mkOption { type = types.port; default = 8080; description = \"Port of open-webui\"; }; environment = lib.mkOption { type = types.attrsOf types.str; default = { }; example = '' { OLLAMA_API_BASE_URL = \"http://localhost:11434\"; # Disable authentication WEBUI_AUTH = \"False\"; } ''; description = \"Extra environment variables for open-webui\"; }; }; }; config = lib.mkIf cfg.enable { systemd.services.open-webui = { description = \"User-friendly WebUI for LLMs (Formerly Ollama WebUI)\"; wantedBy = [ \"multi-user.target\" ]; after = [ \"network.target\" ]; preStart = '' mkdir -p ${cfg.stateDir}/static ''; environment = { STATIC_DIR = \"${cfg.stateDir}/static\"; DATA_DIR = \"${cfg.stateDir}\"; } // cfg.environment; serviceConfig = { ExecStart = \"${lib.getExe cfg.package} serve --host ${cfg.host} --port ${toString cfg.port}\"; WorkingDirectory = cfg.stateDir; StateDirectory = \"open-webui\"; RuntimeDirectory = \"open-webui\"; RuntimeDirectoryMode = \"0755\"; PrivateTmp = true; DynamicUser = true; DevicePolicy = \"closed\"; LockPersonality = true; MemoryDenyWriteExecute = false; # onnxruntime/capi/onnxruntime_pybind11_state.so: cannot enable executable stack as shared object requires: Permission Denied PrivateUsers = true; ProtectHome = true; ProtectHostname = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectControlGroups = true; ProcSubset = \"all\"; # Error in cpuinfo: failed to parse processor information from /proc/cpuinfo RestrictNamespaces = true; RestrictRealtime = true; SystemCallArchitectures = \"native\"; UMask = \"0077\"; }; }; }; meta.maintainers = with lib.maintainers; [ shivaraj-bh ]; } "} {"_id":"doc-en-nixpkgs-4158eed84392b8eab8a3f8c718fac412fc9a87a2764908f80fd81a165382a788","title":"","text":"outline = handleTest ./outline.nix {}; image-contents = handleTest ./image-contents.nix {}; openvscode-server = handleTest ./openvscode-server.nix {}; open-webui = runTest ./open-webui.nix; orangefs = handleTest ./orangefs.nix {}; os-prober = handleTestOn [\"x86_64-linux\"] ./os-prober.nix {}; osquery = handleTestOn [\"x86_64-linux\"] ./osquery.nix {};"} {"_id":"doc-en-nixpkgs-31d93d267aed2370a28060696ba15f3fea1863d5dce02f2f4adea7cf904d52ae","title":"","text":" { lib, ... }: let mainPort = \"8080\"; in { name = \"open-webui\"; meta = with lib.maintainers; { maintainers = [ shivaraj-bh ]; }; nodes = { machine = { ... }: { services.open-webui = { enable = true; environment = { # Requires network connection RAG_EMBEDDING_MODEL = \"\"; }; }; }; }; testScript = '' machine.start() machine.wait_for_unit(\"open-webui.service\") machine.wait_for_open_port(${mainPort}) machine.succeed(\"curl http://127.0.0.1:${mainPort}\") ''; } "} {"_id":"doc-en-nixpkgs-03b3f2a233d44fe7a1ad39011f81b74fa76d1fa90716d4793b3d6a3349a89b70","title":"","text":" { lib, buildNpmPackage, fetchFromGitHub, python3, nixosTests, }: let pname = \"open-webui\"; version = \"0.2.4\"; src = fetchFromGitHub { owner = \"open-webui\"; repo = \"open-webui\"; rev = \"v${version}\"; hash = \"sha256-jWO0mo26C+QTIX5j3ucDk/no+vQnAh7Q6JwB3lLM83k=\"; }; frontend = buildNpmPackage { inherit pname version src; npmDepsHash = \"sha256-QIgYHZusuq2QD8p8MGsNVhCbz6fR+qP9UuU/kbBkadc=\"; # Disabling `pyodide:fetch` as it downloads packages during `buildPhase` # Until this is solved, running python packages from the browser will not work. postPatch = '' substituteInPlace package.json --replace-fail \"npm run pyodide:fetch && vite build\" \"vite build\" ''; env.CYPRESS_INSTALL_BINARY = \"0\"; # disallow cypress from downloading binaries in sandbox installPhase = '' runHook preInstall mkdir -p $out/share cp -a build $out/share/open-webui runHook postInstall ''; }; in python3.pkgs.buildPythonApplication rec { inherit pname version src; pyproject = true; # The custom hook tries to run `npm install` in `buildPhase`. # We don't have to worry, as nodejs depedencies are managed by `frontend` drv. postPatch = '' substituteInPlace pyproject.toml --replace-fail '[tool.hatch.build.hooks.custom]' \"\" --replace-fail ', build = \"open_webui/frontend\"' \"\" ''; pythonRelaxDeps = true; pythonRemoveDeps = [ # using `psycopg2` instead \"psycopg2-binary\" # using `opencv4` \"opencv-python-headless\" # package request: https://github.com/NixOS/nixpkgs/issues/317065 \"rapidocr-onnxruntime\" # package request: https://github.com/NixOS/nixpkgs/issues/317066 \"langfuse\" # package request: https://github.com/NixOS/nixpkgs/issues/317068 \"langchain-chroma\" ]; dependencies = with python3.pkgs; [ beautifulsoup4 fastapi uvicorn python-multipart flask flask-cors python-socketio python-jose passlib requests aiohttp peewee peewee-migrate psycopg2 pymysql bcrypt litellm boto3 argon2-cffi apscheduler google-generativeai langchain langchain-community fake-useragent chromadb sentence-transformers pypdf docx2txt python-pptx unstructured markdown pypandoc pandas openpyxl pyxlsb xlrd validators opencv4 fpdf2 rank-bm25 faster-whisper pyjwt black youtube-transcript-api pytube ]; build-system = with python3.pkgs; [ hatchling pythonRelaxDepsHook ]; pythonImportsCheck = [ \"open_webui\" ]; postInstall = '' wrapProgram $out/bin/open-webui --set FRONTEND_BUILD_DIR \"${frontend}/share/open-webui\" ''; passthru.tests = { inherit (nixosTests) open-webui; }; meta = { description = \"Full-stack of open-webui. open-webui is a user-friendly WebUI for LLMs (Formerly Ollama WebUI)\"; homepage = \"https://github.com/open-webui/open-webui\"; changelog = \"https://github.com/open-webui/open-webui/blob/${src.rev}/CHANGELOG.md\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ shivaraj-bh ]; mainProgram = \"open-webui\"; }; } "} {"_id":"doc-en-nixpkgs-a800e03199f88d3f4efd9ea514e9769b535a82b0d9657ac91fa15bd096c06440","title":"","text":"# The acme-challenge location doesn't need to be added if we are not using any automated # certificate provisioning and can also be omitted when we use a certificate obtained via a DNS-01 challenge acmeName = if vhost.useACMEHost != null then vhost.useACMEHost else vhostName; acmeName = if vhost.useACMEHost != null then vhost.useACMEHost else vhost.serverName; acmeLocation = optionalString ((vhost.enableACME || vhost.useACMEHost != null) && config.security.acme.certs.${acmeName}.dnsProvider == null) # Rule for legitimate ACME Challenge requests (like /.well-known/acme-challenge/xxxxxxxxx) # We use ^~ here, so that we don't check any regexes (which could"} {"_id":"doc-en-nixpkgs-4f1f12142dcc54681af454c5deb4b8913c9ff2a29ae956a6f33ebb17b2ec7d23","title":"","text":"serverAliases = [ \"${server}-wildcard-alias.example.test\" ]; useACMEHost = \"example.test\"; }; }; } // (lib.optionalAttrs (server == \"nginx\") { # The nginx module supports using a different key than the hostname different-key = vhostBaseData // { serverName = \"${server}-different-key.example.test\"; serverAliases = [ \"${server}-different-key-alias.example.test\" ]; enableACME = true; }; }); }; # Used to determine if service reload was triggered"} {"_id":"doc-en-nixpkgs-1af1a338da0c3a020ba285b4e531598161575176a75e5c6b5e2bb7f36b9cc75d","title":"","text":"webserver.succeed(\"systemctl restart caddy.service\") check_connection_key_bits(client, \"a.example.test\", \"384\") domains = [\"http\", \"dns\", \"wildcard\"] for server, logsrc in [ (\"nginx\", \"journalctl -n 30 -u nginx.service\"), (\"httpd\", \"tail -n 30 /var/log/httpd/*.log\"), common_domains = [\"http\", \"dns\", \"wildcard\"] for server, logsrc, domains in [ (\"nginx\", \"journalctl -n 30 -u nginx.service\", common_domains + [\"different-key\"]), (\"httpd\", \"tail -n 30 /var/log/httpd/*.log\", common_domains), ]: wait_for_server = lambda: webserver.wait_for_unit(f\"{server}.service\") with subtest(f\"Works with {server}\"): try: switch_to(webserver, server) # Skip wildcard domain for this check ([:-1]) for domain in domains[:-1]: webserver.wait_for_unit( f\"acme-finished-{server}-{domain}.example.test.target\" ) for domain in domains: if domain != \"wildcard\": webserver.wait_for_unit( f\"acme-finished-{server}-{domain}.example.test.target\" ) except Exception as err: _, output = webserver.execute( f\"{logsrc} && ls -al /var/lib/acme/acme-challenge\""} {"_id":"doc-en-nixpkgs-2a3a7c6ef93238599ed91f530d53b43bb20072ba97c59604cc529ec26037e95d","title":"","text":"wait_for_server() for domain in domains[:-1]: check_issuer(webserver, f\"{server}-{domain}.example.test\", \"pebble\") for domain in domains: if domain != \"wildcard\": check_issuer(webserver, f\"{server}-{domain}.example.test\", \"pebble\") for domain in domains: check_connection(client, f\"{server}-{domain}.example.test\") check_connection(client, f\"{server}-{domain}-alias.example.test\")"} {"_id":"doc-en-nixpkgs-48ef61677670fd862bfa11647e412ff2694736003cdc669a5b0a0ea76462fa05","title":"","text":"lxvst_path = \"/usr/local/lib64/lxvst:/usr/local/lib/lxvst:/usr/lib64/lxvst:/usr/lib/lxvst:\" \"/usr/local/lib64/linux_vst:/usr/local/lib/linux_vst:/usr/lib64/linux_vst:/usr/lib/linux_vst:\" -\t\t\t\"/usr/lib/vst:/usr/local/lib/vst\"; +\t\t\t\"/usr/lib/vst:/usr/local/lib/vst:\" +\t\t\t\"/usr/lib/vst:/usr/local/lib/vst:$HOME/.nix-profile/lib/vst:\" +\t\t\t\"$HOME/.lxvst:$HOME/.nix-profile/lib/lxvst:/run/current-system/sw/lib/lxvst:/etc/profiles/per-user/$USER/lib/lxvst\"; }"} {"_id":"doc-en-nixpkgs-7088791e0b0517b34a145e179e88f924285cf2244ee1ed1869281bc6a37671a0","title":"","text":"python312Packages.buildPythonPackage rec { pname = \"ark-pixel-font\"; version = \"2024.04.05\"; version = \"2024.05.12\"; src = fetchFromGitHub { owner = \"TakWolf\"; repo = pname; rev = version; hash = \"sha256-G34cu/mSt/p8UPJt+Q1T2qy6d9LGgT1Jslt9syRz5eo=\"; repo = \"ark-pixel-font\"; rev = \"refs/tags/${version}\"; hash = \"sha256-PGhhKWHDpvOqa3vaI40wuIsAEdWGb62cN7QJeHQqiss=\"; }; format = \"other\";"} {"_id":"doc-en-nixpkgs-6a9ff552dad205173db256ab8d049e4ec0758a7c403fde6c1c94a16b0192fbf2","title":"","text":"buildPythonPackage rec { pname = \"bdffont\"; version = \"0.0.20\"; version = \"0.0.24\"; disabled = pythonOlder \"3.11\"; src = fetchPypi { inherit pname version; hash = \"sha256-T0gTtudsZmL0VZ3a3+C/v+dWAwbXUgf0PEdNtkxWROw=\"; hash = \"sha256-3HJwtBV78zsMUlmwJrPj74Vd5cru1zflvies5mNGcy4=\"; }; format = \"pyproject\";"} {"_id":"doc-en-nixpkgs-6aca8a2c30f81bcf0db0ff1c03560d983d210724a3c6dde9f70bfd3864b40590","title":"","text":" { lib , buildPythonPackage , fetchFromGitHub , hatchling , bdffont , pytestCheckHook , nix-update-script }: buildPythonPackage rec { pname = \"pcffont\"; version = \"0.0.11\"; pyproject = true; src = fetchFromGitHub { owner = \"TakWolf\"; repo = \"pcffont\"; rev = \"refs/tags/${version}\"; hash = \"sha256-gu9niWxYTw3rcA++z8B+MdKp5XaqAGjmvd+PdSDosfg=\"; }; build-system = [ hatchling ]; dependencies = [ bdffont ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"pcffont\" ]; passthru.updateScript = nix-update-script { }; meta = { description = \"Library for manipulating Portable Compiled Format (PCF) fonts\"; homepage = \"https://github.com/TakWolf/pcffont\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ]; }; } "} {"_id":"doc-en-nixpkgs-e4524fecba844bdaf0b6e8fbd9e896e614677db2d0ec1207665ab860eb05f60e","title":"","text":", brotli , fonttools , pypng , pcffont , pythonRelaxDepsHook }: buildPythonPackage rec { pname = \"pixel-font-builder\"; version = \"0.0.19\"; version = \"0.0.24\"; pyproject = true; disabled = pythonOlder \"3.11\"; src = fetchPypi { pname = \"pixel_font_builder\"; inherit version; hash = \"sha256-f38DyM5hojHfv8k/W6kcHxbOjz43hHW6i4Scm6NbHiQ=\"; hash = \"sha256-hBlTTIPx4TRgeXapVnSaKPUwseR3uYT0gcgKLGmmSZI=\"; }; format = \"pyproject\"; pythonRelaxDeps = [ \"fonttools\" ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; build-system = [ hatch-vcs hatchling ];"} {"_id":"doc-en-nixpkgs-a3f682b5818eaffb8d4f16fe21f490e8512da9526d29faf359fc075313da9cde","title":"","text":"pypng ]; propagatedBuildInputs = [ dependencies = [ bdffont brotli fonttools pcffont ]; passthru.updateScript = nix-update-script { };"} {"_id":"doc-en-nixpkgs-0b6eed1e22b721637bc40f18d317c401f557ee3884ef7c261fd77def4dff4fdb","title":"","text":"paddlepaddle = callPackage ../development/python-modules/paddlepaddle { }; pcffont = callPackage ../development/python-modules/pcffont { }; pueblo = callPackage ../development/python-modules/pueblo { }; pulumi = callPackage ../development/python-modules/pulumi { inherit (pkgs) pulumi; };"} {"_id":"doc-en-nixpkgs-bf90ebf71d0af39a0932832ae855ce43766dfd8f5576b58aa3c9266eb6f727f5","title":"","text":"githubId = 199180; name = \"Claes Wallin\"; }; clebs = { email = \"borja.clemente@gmail.com\"; github = \"clebs\"; githubId = 1059661; name = \"Borja Clemente\"; keys = [{ fingerprint = \"C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD\"; }]; }; cleeyv = { email = \"cleeyv@riseup.net\"; github = \"cleeyv\";"} {"_id":"doc-en-nixpkgs-7f803356b459888d0283007459035a786f28728c732a10d5238174291455f0cf","title":"","text":" { stdenv, fetchFromGitHub, lib, pkg-config, automake, autoreconfHook, libtool, libplist, libimobiledevice, libxml2, curl, usbmuxd, }: stdenv.mkDerivation (finalAttrs: { pname = \"libideviceactivation\"; version = \"1.1.1\"; src = fetchFromGitHub { owner = \"libimobiledevice\"; repo = \"libideviceactivation\"; rev = \"refs/tags/${finalAttrs.version}\"; hash = \"sha256-owcQpCN4+A785oy9pCboJIyfpgZ6X+8PRzqGtWpYl2w=\"; }; nativeBuildInputs = [ pkg-config automake autoreconfHook ]; buildInputs = [ libtool libplist libimobiledevice libxml2 curl usbmuxd ]; installFlags = [ \"PREFIX=$(out)\" ]; meta = { description = \"A library to manage the activation process of Apple iOS devices.\"; homepage = \"https://libimobiledevice.org\"; license = with lib.licenses; [ lgpl21 gpl3 ]; mainProgram = \"ideviceactivation\"; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ clebs ]; }; }) "} {"_id":"doc-en-nixpkgs-7c9d74e6d6ce722627044b413b0d78ccdb0abc8ebfb3b98f3c6aac78a537241c","title":"","text":"stdenv.cc.cc.lib ]; dontAutoPatchelf = true; postPatch = '' mv ./package.json ./package_orig.json"} {"_id":"doc-en-nixpkgs-c4e42e244f4879d3b984de5068bac645b9d85a02f06d6bc3be369ebd90318546","title":"","text":"touch \"./install.lock\" # Clang-format from nix package. mv ./LLVM/ ./LLVM_orig rm -rf ./LLVM mkdir \"./LLVM/\" find \"${clang-tools}\" -mindepth 1 -maxdepth 1 | xargs ln -s -t \"./LLVM\" # Patching binaries chmod +x bin/cpptools bin/cpptools-srv bin/cpptools-wordexp debugAdapters/bin/OpenDebugAD7 chmod +x bin/cpptools bin/cpptools-srv bin/cpptools-wordexp bin/libc.so debugAdapters/bin/OpenDebugAD7 patchelf --replace-needed liblttng-ust.so.0 liblttng-ust.so.1 ./debugAdapters/bin/libcoreclrtraceptprovider.so ''; postFixup = lib.optionalString gdbUseFixed '' wrapProgram $out/share/vscode/extensions/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7 --prefix PATH : ${lib.makeBinPath [ gdb ]} ''; postFixup = '' autoPatchelf $out/share/vscode/extensions/ms-vscode.cpptools/debugAdapters # cpptools* are distributed by the extension and need to be run through the distributed musl interpretter patchelf --set-interpreter $out/share/vscode/extensions/ms-vscode.cpptools/bin/libc.so $out/share/vscode/extensions/ms-vscode.cpptools/bin/cpptools patchelf --set-interpreter $out/share/vscode/extensions/ms-vscode.cpptools/bin/libc.so $out/share/vscode/extensions/ms-vscode.cpptools/bin/cpptools-srv patchelf --set-interpreter $out/share/vscode/extensions/ms-vscode.cpptools/bin/libc.so $out/share/vscode/extensions/ms-vscode.cpptools/bin/cpptools-wordexp '' + lib.optionalString gdbUseFixed '' wrapProgram $out/share/vscode/extensions/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7 --prefix PATH : ${lib.makeBinPath [ gdb ]} ''; meta = { description = \"The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.\";"} {"_id":"doc-en-nixpkgs-eb890f503c4c6d41a220b3e6e6b22fa63117f6ae479f3255295b8f2452374d28","title":"","text":"```py #! /usr/bin/env nix-shell #! nix-shell -i 'python3.withPackages(ps: [ps.numpy])' #! nix-shell -i python3 -p 'python3.withPackages(ps: [ps.numpy])' import numpy"} {"_id":"doc-en-nixpkgs-aa3fcd32cb451b302a6ef907f5f46b1f13f53fc07a62296f178663324158372f","title":"","text":", fetchFromGitHub , fetchpatch , installShellFiles , wrapGAppsNoGuiHook , gobject-introspection , libcdio-paranoia , cdrdao , libsndfile , glib , flac , sox , util-linux"} {"_id":"doc-en-nixpkgs-9ffd5931f021bca180e95ffd8e07fbcb57c1375f6dfbe0463c2c28483ac7815c","title":"","text":"nativeBuildInputs = with python3.pkgs; [ installShellFiles wrapGAppsNoGuiHook gobject-introspection setuptools-scm docutils"} {"_id":"doc-en-nixpkgs-b401c1c1a45dc3a21d09952cc7061398768bf4475865a001aed78cc81209b267","title":"","text":"setuptools ]; buildInputs = [ libsndfile ]; buildInputs = [ libsndfile glib ]; nativeCheckInputs = with python3.pkgs; [ twisted"} {"_id":"doc-en-nixpkgs-81a71af4d8b1da879eec6d233fa94809777e590b8b8900397f05c415b984ae4b","title":"","text":"makeWrapperArgs = [ \"--prefix\" \"PATH\" \":\" (lib.makeBinPath bins) \"${gappsWrapperArgs[@]}\" ]; dontWrapGApps = true; outputs = [ \"out\" \"man\" ]; postBuild = '' make -C man"} {"_id":"doc-en-nixpkgs-65d2ef9a0c8a506c24ef9616ddc4eabf1fce0056ea617622b6475aed7bb45fd5","title":"","text":"setuptools, wrapGAppsNoGuiHook, notify2, glib }: let"} {"_id":"doc-en-nixpkgs-7df87a7c538e8450b8d818305e3687196b59709d686e5f5d8b1a6a2525568117","title":"","text":"--replace-fail \"plugdev\" \"openrazer\" ''; nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook ]; nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook gobject-introspection ]; buildInputs = [ glib gtk3 ]; propagatedBuildInputs = [ daemonize dbus-python gobject-introspection gtk3 pygobject3 pyudev setproctitle"} {"_id":"doc-en-nixpkgs-8b99a423c862cca112ec5ff4d6e95aadefc7c105937294edc88f69ade09fdff6","title":"","text":" { lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config { lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, wrapGAppsNoGuiHook, gobject-introspection , glib, systemd, udev, libevdev, gitMinimal, check, valgrind, swig, python3 , json-glib, libunistring }:"} {"_id":"doc-en-nixpkgs-a03fe41bf36313d09f734c6d8c25c2a2c84ff9d4e84c3193d3db35d2b44c2c9b","title":"","text":"}; nativeBuildInputs = [ meson ninja pkg-config gitMinimal swig check valgrind meson ninja pkg-config gitMinimal swig check valgrind wrapGAppsNoGuiHook gobject-introspection ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-3b016981a94b3e80f062be55d9fc7ada4c9390e7b2c00eaff53638d2f4b3c873","title":"","text":" { lib, python3, fetchFromGitHub, nixosTests }: { lib, python3, fetchFromGitHub, nixosTests, wrapGAppsNoGuiHook, gobject-introspection, glib }: python3.pkgs.buildPythonApplication rec { pname = \"targetcli\";"} {"_id":"doc-en-nixpkgs-7e8a4e2ece4a16d81ef74a8f7f1624df52a930ff5879eaa7954ef0c245df43e2","title":"","text":"hash = \"sha256-9QYo7jGk9iWr26j0qPQCqYsJ+vLXAsO4Xs7+7VT9/yc=\"; }; propagatedBuildInputs = with python3.pkgs; [ configshell rtslib ]; nativeBuildInputs = [ wrapGAppsNoGuiHook gobject-introspection ]; buildInputs = [ glib ]; propagatedBuildInputs = with python3.pkgs; [ configshell rtslib pygobject3 ]; postInstall = '' install -D targetcli.8 -t $out/share/man/man8/"} {"_id":"doc-en-nixpkgs-d7bc4cc189bebc6b814f441b2b736081237f05d716ec47ef828b0401bca8c84f","title":"","text":" { lib, rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage rec { pname = \"cargo-features-manager\"; version = \"0.8.0\"; src = fetchFromGitHub { owner = \"ToBinio\"; repo = \"cargo-features-manager\"; rev = \"v${version}\"; hash = \"sha256-ez8WIDHV6/f0Kk6cvzB25LoYBPT+JTzmOWrSxXXzpBc=\"; }; cargoHash = \"sha256-G1MBH4c9b/h87QgCleTMnndjWc70KZI+6W4KWaxk28o=\"; meta = { description = \"A command-line tool for managing Architectural Decision Records\"; homepage = \"https://github.com/ToBinio/cargo-features-manager\"; changelog = \"https://github.com/ToBinio/cargo-features-manager/blob/v${version}/CHANGELOG.md\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; mainProgram = \"cargo-features-manager\"; }; } "} {"_id":"doc-en-nixpkgs-170b238abf34dd967476f5fd0ad1489eb374d408262a025c69de108480a375e6","title":"","text":"export DATABASE_PASSWORD=\"$(<\"${cfg.dbpassFile}\")\" '' + '' export DATABASE_URL=\"${dbUrl}\" ${cfg.package}/bin/notify_push '${cfgN.datadir}/config/config.php' exec ${cfg.package}/bin/notify_push '${cfgN.datadir}/config/config.php' ''; serviceConfig = { User = \"nextcloud\";"} {"_id":"doc-en-nixpkgs-2117c2fdb874031f77e8cea84c82b572af1c2ecb42dcfccd67d7253431a98806","title":"","text":"RuntimeDirectory = [ \"nextcloud-notify_push\" ]; Restart = \"on-failure\"; RestartSec = \"5s\"; Type = \"notify\"; }; };"} {"_id":"doc-en-nixpkgs-71239efb8555fd843136b62940acd623b7e4b13ae515d8b6801da5293e3702d2","title":"","text":" { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = \"git-credential-1password\"; version = \"1.2.1\"; src = fetchFromGitHub { owner = \"develerik\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-8qdUOJ0MOk/xVvp3kDuxNRo3lMEJhLeI3Fle0tuZez0=\"; }; vendorHash = \"sha256-B6BlVnUX4XLT+9EpL63Ht4S8Wo84RsmY99CL+srQfpw=\"; meta = with lib; { description = \"A git credential helper for 1Password\"; homepage = \"https://github.com/develerik/git-credential-1password\"; changelog = \"https://github.com/develerik/git-credential-1password/releases/tag/v${version}\"; license = licenses.isc; maintainers = [ maintainers.ivankovnatsky ]; mainProgram = \"git-credential-1password\"; }; } "} {"_id":"doc-en-nixpkgs-3ca209fd3f0f065602c890593bf02a11a24e88124a31edc8ffb63f5ec8f0bb01","title":"","text":"ghostwriter = libsForQt5.kdeGear.ghostwriter; # Added 2023-03-18 go-dependency-manager = throw \"'go-dependency-manager' is unmaintained and the go community now uses 'go.mod' mostly instead\"; # Added 2023-10-04 gotktrix = throw \"'gotktrix' has been removed, as it was broken and unmaintained\"; # Added 2023-12-06 git-credential-1password = throw \"'git-credential-1password' has been removed, as the upstream project is deleted.\"; # Added 2024-05-20 git-subset = throw \"'git-subset' has been removed in favor of 'git-filter-repo'\"; # Added 2023-01-13 gitAndTools = self // {"} {"_id":"doc-en-nixpkgs-a845f96b1d387b8b23e60cc7cf7f7e53aa70ac577f4afb2171407344c6e8a30a","title":"","text":"git-crecord = callPackage ../applications/version-management/git-crecord { }; git-credential-1password = callPackage ../applications/version-management/git-credential-1password { }; git-credential-keepassxc = darwin.apple_sdk_11_0.callPackage ../applications/version-management/git-credential-keepassxc { inherit (darwin.apple_sdk.frameworks) DiskArbitration Foundation; };"} {"_id":"doc-en-nixpkgs-036a94ccd0f89fddcda79ae9fe42adf34dab042112fbab8bd2682d4f1fd962f9","title":"","text":"x@{builderDefsPackage , gnome, gtk, glib, libxml2, pkgconfig, libvirt, gtkvnc, cyrus_sasl, libtasn1 , gnupg, libgcrypt, perl, nettle, yajl , gnupg, libgcrypt, perl, nettle, yajl, libcap_ng , ...}: builderDefsPackage (a :"} {"_id":"doc-en-nixpkgs-111ddaeb58207aa20abb112b2ab69349d3941bb4c3710976a1d1bb4e0cbffe9c","title":"","text":" From: Jack Baldry Date: Tue, 15 Nov 2022 15:40:31 -0400 Subject: [PATCH] Remove circular definition of AUDIT_FILTER_EXCLUDE https://github.com/osquery/osquery/issues/6551 Signed-off-by: Jack Baldry --- libraries/cmake/source/libaudit/src/lib/libaudit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/cmake/source/libaudit/src/lib/libaudit.h b/libraries/cmake/source/libaudit/src/libaudit.h --- a/libraries/cmake/source/libaudit/src/lib/libaudit.h +++ b/libraries/cmake/source/libaudit/src/lib/libaudit.h @@ -260,7 +260,6 @@ extern \"C\" { #define AUDIT_KEY_SEPARATOR 0x01 /* These are used in filter control */ -#define AUDIT_FILTER_EXCLUDE\tAUDIT_FILTER_TYPE #define AUDIT_FILTER_MASK\t0x07\t/* Mask to get actual filter */ #define AUDIT_FILTER_UNSET\t0x80\t/* This value means filter is unset */ -- 2.38.1 "} {"_id":"doc-en-nixpkgs-929c43ea2fb47bd9d1f6a16d9b7734abbf3020a10e5fa4cfdcc46698d2f61cbf","title":"","text":" From: Jack Baldry Date: Wed, 16 Nov 2022 22:00:06 -0400 Subject: [PATCH] Remove system controls table Relies on which is not present in glibc since 2.32. Signed-off-by: Jack Baldry --- osquery/tables/system/CMakeLists.txt | 4 -- specs/CMakeLists.txt | 1 - specs/posix/system_controls.table | 21 ------- tests/integration/tables/system_controls.cpp | 61 -------------------- 4 files changed, 87 deletions(-) delete mode 100644 specs/posix/system_controls.table delete mode 100644 tests/integration/tables/system_controls.cpp diff --git a/osquery/tables/system/CMakeLists.txt b/osquery/tables/system/CMakeLists.txt --- a/osquery/tables/system/CMakeLists.txt +++ b/osquery/tables/system/CMakeLists.txt @@ -43,7 +43,6 @@ function(generateOsqueryTablesSystemSystemtable) posix/smbios_utils.cpp posix/sudoers.cpp posix/suid_bin.cpp - posix/system_controls.cpp posix/ulimit_info.cpp ) endif() @@ -82,7 +81,6 @@ function(generateOsqueryTablesSystemSystemtable) linux/shared_memory.cpp linux/smbios_tables.cpp linux/startup_items.cpp - linux/sysctl_utils.cpp linux/system_info.cpp linux/usb_devices.cpp linux/user_groups.cpp @@ -156,7 +154,6 @@ function(generateOsqueryTablesSystemSystemtable) darwin/smbios_tables.cpp darwin/smc_keys.cpp darwin/startup_items.cpp - darwin/sysctl_utils.cpp darwin/system_extensions.mm darwin/system_info.cpp darwin/time_machine.cpp @@ -326,7 +323,6 @@ function(generateOsqueryTablesSystemSystemtable) posix/shell_history.h posix/ssh_keys.h posix/sudoers.h - posix/sysctl_utils.h posix/last.h posix/openssl_utils.h posix/authorized_keys.h diff --git a/specs/CMakeLists.txt b/specs/CMakeLists.txt --- a/specs/CMakeLists.txt +++ b/specs/CMakeLists.txt @@ -246,7 +246,6 @@ function(generateNativeTables) \"posix/socket_events.table:linux,macos\" \"posix/sudoers.table:linux,macos,freebsd\" \"posix/suid_bin.table:linux,macos,freebsd\" - \"posix/system_controls.table:linux,macos,freebsd\" \"posix/ulimit_info.table:linux,macos,freebsd\" \"posix/usb_devices.table:linux,macos\" \"posix/user_events.table:linux,macos,freebsd\" diff --git a/specs/posix/system_controls.table b/specs/posix/system_controls.table deleted file mode 100644 --- a/specs/posix/system_controls.table +++ /dev/null @@ -1,21 +0,0 @@ -table_name(\"system_controls\") -description(\"sysctl names, values, and settings information.\") -schema([ - Column(\"name\", TEXT, \"Full sysctl MIB name\", index=True), - Column(\"oid\", TEXT, \"Control MIB\", additional=True), - Column(\"subsystem\", TEXT, \"Subsystem ID, control type\", additional=True), - Column(\"current_value\", TEXT, \"Value of setting\"), - Column(\"config_value\", TEXT, \"The MIB value set in /etc/sysctl.conf\"), - Column(\"type\", TEXT, \"Data type\"), -]) -extended_schema(DARWIN, [ - Column(\"field_name\", TEXT, \"Specific attribute of opaque type\"), -]) - -implementation(\"system_controls@genSystemControls\") -fuzz_paths([ - \"/run/sysctl.d/\", - \"/usr/lib/sysctl.d/\", - \"/lib/sysctl.d/\", - \"/sys\" -]) diff --git a/tests/integration/tables/system_controls.cpp b/tests/integration/tables/system_controls.cpp deleted file mode 100644 --- a/tests/integration/tables/system_controls.cpp +++ /dev/null @@ -1,61 +0,0 @@ -/** - * Copyright (c) 2014-present, The osquery authors - * - * This source code is licensed as defined by the LICENSE file found in the - * root directory of this source tree. - * - * SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only) - */ - -// Sanity check integration test for system_controls -// Spec file: specs/posix/system_controls.table - -#include - -namespace osquery { -namespace table_tests { -namespace { - -class SystemControlsTest : public testing::Test { - protected: - void SetUp() override { - setUpEnvironment(); - } -}; - -TEST_F(SystemControlsTest, test_sanity) { - auto const rows = execute_query(\"select * from system_controls\"); - auto const row_map = ValidationMap{ - {\"name\", NonEmptyString}, - {\"oid\", NormalType}, - {\"subsystem\", - SpecificValuesCheck{\"\", - \"abi\", - \"debug\", - \"dev\", - \"fs\", - \"fscache\", - \"hw\", - \"kern\", - \"kernel\", - \"machdep\", - \"net\", - \"sunrpc\", - \"user\", - \"vfs\", - \"vm\"}}, - {\"current_value\", NormalType}, - {\"config_value\", NormalType}, - {\"type\", - SpecificValuesCheck{ - \"\", \"node\", \"int\", \"string\", \"quad\", \"opaque\", \"struct\"}}, -#ifdef __APPLE__ - {\"field_name\", NormalType}, -#endif - }; - validate_rows(rows, row_map); -} - -} // namespace -} // namespace table_tests -} // namespace osquery -- 2.38.1 "} {"_id":"doc-en-nixpkgs-d30bfdb7a86b9e46f4f36fbfb0d2ca0917ca73735dde5b00db4c5a34c69a03f7","title":"","text":" diff --git a/libraries/cmake/source/augeas/gnulib/generated/linux/aarch64/lib/locale.h b/libraries/cmake/source/augeas/gnulib/generated/linux/aarch64/lib/locale.h index 4f9baece2..afe947956 100644 --- a/libraries/cmake/source/augeas/gnulib/generated/linux/aarch64/lib/locale.h +++ b/libraries/cmake/source/augeas/gnulib/generated/linux/aarch64/lib/locale.h @@ -48,9 +48,9 @@ /* NetBSD 5.0 mis-defines NULL. */ #include -/* Mac OS X 10.5 defines the locale_t type in . */ +/* Mac OS X 10.5 defines the locale_t type in . */ #if 1 -# include +# include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ diff --git a/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/locale.h b/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/locale.h index 4f9baece2..afe947956 100644 --- a/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/locale.h +++ b/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/locale.h @@ -48,9 +48,9 @@ /* NetBSD 5.0 mis-defines NULL. */ #include -/* Mac OS X 10.5 defines the locale_t type in . */ +/* Mac OS X 10.5 defines the locale_t type in . */ #if 1 -# include +# include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ "} {"_id":"doc-en-nixpkgs-1605fe82575ba348fe90bdd2f296e1c94557a3e41781e39c3859ed579ff1679f","title":"","text":"{ lib , cmake , fetchFromGitHub , fetchpatch , fetchzip , fetchurl , git , llvmPackages , nixosTests , overrideCC , perl , python3 , stdenv , openssl_1_1 , stdenvNoCC , ninja , autoPatchelfHook , writeShellApplication , jq , removeReferencesTo }: let buildStdenv = overrideCC stdenv llvmPackages.clangUseLLVM; in buildStdenv.mkDerivation rec { pname = \"osquery\"; version = \"5.5.1\"; version = \"5.12.2\"; opensslVersion = \"3.2.1\"; opensslSha256 = \"83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39\"; src = fetchFromGitHub { owner = \"osquery\"; repo = \"osquery\"; rev = version; fetchSubmodules = true; sha256 = \"sha256-Q6PQVnBjAjAlR725fyny+RhQFUNwxWGjLDuS5p9JKlU=\"; hash = \"sha256-PJrGAqDxo5l6jtQdpTqraR195G6kaLQ2ik08WtlWEmk=\"; }; extractOpensslInfo = writeShellApplication { name = \"extractOpensslInfo\"; text = '' if [ $# -ne 1 ]; then echo \"Usage: $0 \" exit 1 fi opensslCmake=\"$1\"/libraries/cmake/formula/openssl/CMakeLists.txt version=$(gawk 'match($0, /OPENSSL_VERSION \"(.*)\"/, a) {print a[1]}' < \"$opensslCmake\") sha256=$(gawk 'match($0, /OPENSSL_ARCHIVE_SHA256 \"(.*)\"/, a) {print a[1]}' < \"$opensslCmake\") echo \"{\"version\": \"$version\", \"sha256\": \"$sha256\"}\" ''; }; opensslSrc = fetchurl { url = \"https://www.openssl.org/source/openssl-${opensslVersion}.tar.gz\"; sha256 = opensslSha256; }; toolchain = import ./toolchain-bin.nix { inherit autoPatchelfHook stdenvNoCC lib fetchzip; }; in stdenvNoCC.mkDerivation rec { pname = \"osquery\"; inherit src version; patches = [ ./Remove-git-reset.patch ./Use-locale.h-instead-of-removed-xlocale.h-header.patch ./Remove-circular-definition-of-AUDIT_FILTER_EXCLUDE.patch # For current state of compilation against glibc in the clangWithLLVM toolchain, refer to the upstream issue in https://github.com/osquery/osquery/issues/7823. ./Remove-system-controls-table.patch # osquery uses a vendored boost library that still relies on old standard types (e.g. `std::unary_function`) # which have been removed as of C++17. The patch is already checked in upstream, but there have been no # releases yet. Can likely be removed with versions > 5.10.2. (fetchpatch { name = \"fix-build-on-clang-16.patch\"; url = \"https://github.com/osquery/osquery/commit/222991a15b4ae0a0fb919e4965603616536e1b0a.patch\"; hash = \"sha256-PdzEoeR1LXVri1Cd+7KMhKmDC8yZhAx3f1+9tjLJKyo=\"; }) ]; buildInputs = [ llvmPackages.libunwind ]; nativeBuildInputs = [ cmake git perl python3 ninja autoPatchelfHook extractOpensslInfo jq removeReferencesTo ]; postPatch = '' substituteInPlace cmake/install_directives.cmake --replace \"/control\" \"control\" # This is required to build libarchive with our glibc version # which provides the ARC4RANDOM_BUF function substituteInPlace libraries/cmake/source/libarchive/CMakeLists.txt --replace \" target_compile_definitions(thirdparty_libarchive PRIVATE\" \" target_compile_definitions(thirdparty_libarchive PRIVATE HAVE_ARC4RANDOM_BUF\" # We need to override this hash because we use our own openssl 1.1 version substituteInPlace libraries/cmake/formula/openssl/CMakeLists.txt --replace \"d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca\" \"$(sha256sum ${openssl_1_1.src} | cut -f1 '-d ')\" cat libraries/cmake/formula/openssl/CMakeLists.txt ''; # For explanation of these deletions, refer to the ./Use-locale.h-instead-of-removed-xlocale.h-header.patch file. preConfigure = '' find libraries/cmake/source -name 'config.h' -exec sed -i '/#define HAVE_XLOCALE_H 1/d' {} ; configurePhase = '' expectedOpensslVersion=$(extractOpensslInfo . | jq -r .version) expectedOpensslSha256=$(extractOpensslInfo . | jq -r .sha256) if [ \"$expectedOpensslVersion\" != \"${opensslVersion}\" ]; then echo \"openssl version mismatch: expected=$expectedOpensslVersion actual=${opensslVersion}\" opensslMismatch=1 fi if [ \"$expectedOpensslSha256\" != \"${opensslSha256}\" ]; then echo \"openssl sha256 mismatch: expected=$expectedOpensslSha256 actual=${opensslSha256}\" opensslMismatch=1 fi if [ -n \"$opensslMismatch\" ]; then exit 1 fi mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=$out -DOSQUERY_TOOLCHAIN_SYSROOT=${toolchain} -DOSQUERY_VERSION=${version} -DCMAKE_PREFIX_PATH=${toolchain}/usr/lib/cmake -DCMAKE_LIBRARY_PATH=${toolchain}/usr/lib -DOSQUERY_OPENSSL_ARCHIVE_PATH=${opensslSrc} -GNinja ''; cmakeFlags = [ \"-DOSQUERY_VERSION=${version}\" \"-DOSQUERY_OPENSSL_ARCHIVE_PATH=${openssl_1_1.src}\" ]; disallowedReferences = [ toolchain ]; postFixup = '' patchelf --set-rpath \"${llvmPackages.libunwind}/lib:$(patchelf --print-rpath $out/bin/osqueryd)\" \"$out/bin/osqueryd\" postInstall = '' rm -rf $out/control remove-references-to -t ${toolchain} $out/bin/osqueryd ''; passthru.tests.osquery = nixosTests.osquery; passthru = { inherit extractOpensslInfo opensslSrc toolchain; }; meta = with lib; { description = \"SQL powered operating system instrumentation, monitoring, and analytics\"; longDescription = '' The system controls table is not included as it does not presently compile with glibc >= 2.32. For more information, refer to https://github.com/osquery/osquery/issues/7823 ''; homepage = \"https://osquery.io\"; license = licenses.bsd3; license = with licenses; [ gpl2Only asl20 ]; platforms = platforms.linux; maintainers = with maintainers; [ znewman01 lewo ]; sourceProvenance = with sourceTypes; [ fromSource ]; maintainers = with maintainers; [ znewman01 lewo squalus ]; }; }"} {"_id":"doc-en-nixpkgs-a0bfe41a07e7b6521d1b4681ecfc2ab6206bebfd2a9903b6c2f688ff7b36b9f6","title":"","text":" { stdenvNoCC, lib, autoPatchelfHook, fetchzip }: let version = \"1.1.0\"; dist = { \"x86_64-linux\" = { url = \"https://github.com/osquery/osquery-toolchain/releases/download/${version}/osquery-toolchain-${version}-x86_64.tar.xz\"; hash = \"sha256-irekR8a0d+T64+ZObgblsLoc4kVBmb6Gv0Qf8dLDCMk=\"; }; \"aarch64-linux\" = { url = \"https://github.com/osquery/osquery-toolchain/releases/download/${version}/osquery-toolchain-${version}-aarch64.tar.xz\"; hash = \"sha256-cQlx9AtO6ggIQqHowa+42wQ4YCMCN4Gb+0qqVl2JElw=\"; }; }; in stdenvNoCC.mkDerivation { name = \"osquery-toolchain-bin\"; inherit version; src = fetchzip dist.${stdenvNoCC.hostPlatform.system}; nativeBuildInputs = [ autoPatchelfHook ]; installPhase = '' mkdir $out cp -r * $out ''; meta = with lib; { description = \"A LLVM-based toolchain for Linux designed to build a portable osquery\"; homepage = \"https://github.com/osquery/osquery-toolchain\"; platforms = [ \"x86_64-linux\" \"aarch64-linux\" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = with licenses; [ gpl2Only asl20 ]; maintainers = with maintainers; [ squalus ]; }; } "} {"_id":"doc-en-nixpkgs-ff162b088f66a4b57bcb2f8b23cb84449a8ff323d9076d767ea712535058b6b0","title":"","text":"''; }; package = mkPackageOption pkgs \"journalwatch\" { }; priority = mkOption { type = types.int; default = 6;"} {"_id":"doc-en-nixpkgs-7d6b4a3c9ee2e8ab75e67c9988d080814bd18de8611c6370170200772b3d6964","title":"","text":"# requires a relative directory name to create beneath /var/lib StateDirectory = user; StateDirectoryMode = \"0750\"; ExecStart = \"${pkgs.python3Packages.journalwatch}/bin/journalwatch mail\"; ExecStart = \"${getExe cfg.package} mail\"; # lowest CPU and IO priority, but both still in best-effort class to prevent starvation Nice=19; IOSchedulingPriority=7;"} {"_id":"doc-en-nixpkgs-c17159ec8f67c299197cbf676fd95742e3f5f8bcbc0877685b50218f681c2349","title":"","text":"sha256 = \"0q3kg7dqvsiar3m70mvmn6bkkm4k1zn4fbh5r8ynib753wlhf504\"; } , ... }: } @ args: let majorMinor = lib.versions.majorMinor linux.modDirVersion;"} {"_id":"doc-en-nixpkgs-f3a2dcb72c0f21c9d739f97ec83105a22cf1f83f1d1dbe6c3010a81c472c50aa","title":"","text":"maintainers = with lib.maintainers; [ qyliss ]; }; } } // (args.argsOverride or { }) "} {"_id":"doc-en-nixpkgs-865bba5b208d122d0c90e6b1f4c9fb85c31bdab5fa935008f826f80bfa07d29e","title":"","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":"doc-en-nixpkgs-e615e305efbedee4f37d8fd8e951e26f3bebcce9e61f76e69a6064f21316086e","title":"","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":"doc-en-nixpkgs-67b73c1fa59133d8d0222f2222a99acd5d6fbb99c8b58ab13469f2d120af1a9d","title":"","text":"}; } // (args.argsOverride or { })); in { lts = xanmodKernelFor ltsVariant; main = xanmodKernelFor mainVariant; } xanmodKernelFor variants.${variant} "} {"_id":"doc-en-nixpkgs-0b8f52b0affaff4d71c1966d8f60a0c94f36ce0a26cbdc5665c47e311743d2d5","title":"","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":"doc-en-nixpkgs-7174e9760b466704b190c747017fdac9c4e98113b95365fba66c5dcc1d9b2631","title":"","text":"} // (args.argsOverride or { })); in { zen = zenKernelsFor zenVariant; lqx = zenKernelsFor lqxVariant; } zenKernelsFor variants.${variant} "} {"_id":"doc-en-nixpkgs-02e09652b273599b6d6013367ec221812c07d170e0669295a4773ad0afcf4a49","title":"","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":"doc-en-nixpkgs-ded595c56bd1be3beaa8f26cf697c79987ab2a38bcab4dfa08eacbdbce8465a7","title":"","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":"doc-en-nixpkgs-72cf0c6e5704c0358e939f669700d30c1b566733775889d70b033690b6720c5c","title":"","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":"doc-en-nixpkgs-f5fe87ca2f614ad473ab5d95c435b09f1364606e72378ad394656a07d6532109","title":"","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":"doc-en-nixpkgs-ed4bed2d006d8b973aa7e2781fa12f60665e4d132e23ca42dd5307635269662b","title":"","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":"doc-en-nixpkgs-a2a0c1e8a09220ab8e16f2fca7c76c1455cab0b9e6717052fe0e8523b3a3f762","title":"","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":"doc-en-nixpkgs-5ef118e7a0f3e9eb649254760376e3c442722a19fd84f455acfccff5546303ca","title":"","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":"doc-en-nixpkgs-40b96410c6d2a2743ac200bfa9e3d4a2dca43e09da599f9f402a5a8b467f9a95","title":"","text":"luaossl,,,,,5.1, luaposix,,,,34.1.1-1,,vyp lblasc luarepl,,,,,, luarocks,,,,,,mrcjkb teto luarocks-build-rust-mlua,,,,,,mrcjkb luarocks-build-treesitter-parser,,,,,,mrcjkb luasec,,,,,,flosse"} {"_id":"doc-en-nixpkgs-1dffff9bc5b370c312c7adb84dd23493a533e6c046207e8b7e1391edc5e8f62d","title":"","text":"{ lib , lua , wrapLua , luarocks , luarocks_bootstrap , writeTextFile # Whether the derivation provides a lua module or not."} {"_id":"doc-en-nixpkgs-3cf4a09bcadcb468ed2c8b61aa6646b0fcc3ad40922eaa26876fff31e17dc071","title":"","text":"nativeBuildInputs = [ lua # for lua.h wrapLua luarocks luarocks_bootstrap ]; inherit doCheck extraConfig rockspecFilename knownRockspec externalDeps nativeCheckInputs;"} {"_id":"doc-en-nixpkgs-7e0bcabd248d04d8c785792f7cd9fe4f5ce99959a8253c655d43b2f0b4a68607","title":"","text":"buildInputs = let # example externalDeps': [ { name = \"CRYPTO\"; dep = pkgs.openssl; } ] externalDeps' = lib.filter (dep: !lib.isDerivation dep) self.externalDeps; in [ lua.pkgs.luarocks ] in [ luarocks_bootstrap ] ++ buildInputs ++ lib.optionals self.doCheck ([ luarocksCheckHook ] ++ self.nativeCheckInputs) ++ (map (d: d.dep) externalDeps')"} {"_id":"doc-en-nixpkgs-e672cb21a0cd1602e0d0cd2e63b16ab6d3bbecc613b4c0225a94e3234b48a1ee","title":"","text":"}; }) {}; luarocks = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: buildLuarocksPackage { pname = \"luarocks\"; version = \"3.11.0-1\"; knownRockspec = (fetchurl { url = \"mirror://luarocks/luarocks-3.11.0-1.rockspec\"; sha256 = \"0pi55445dskpw6nhrq52589h4v39fsf23c0kp8d4zg2qaf6y2n38\"; }).outPath; src = fetchFromGitHub { owner = \"luarocks\"; repo = \"luarocks\"; rev = \"v3.11.0\"; hash = \"sha256-mSwwBuLWoMT38iYaV/BTdDmmBz4heTRJzxBHC0Vrvc4=\"; }; meta = { homepage = \"http://www.luarocks.org\"; description = \"A package manager for Lua modules.\"; maintainers = with lib.maintainers; [ mrcjkb teto ]; license.fullName = \"MIT\"; }; }) {}; luarocks-build-rust-mlua = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: buildLuarocksPackage { pname = \"luarocks-build-rust-mlua\";"} {"_id":"doc-en-nixpkgs-05ecc1892363f4a6009e060fe645dd0bc07a29da685c02218d7de06f4b4e1ebc","title":"","text":", vimPlugins , vimUtils , yajl , zip , unzip , zlib , zziplib }:"} {"_id":"doc-en-nixpkgs-99f797722059945b67c80e6b2d0e69da57265027ce30e4d87b50fd6637c36b4a","title":"","text":"]; }); # As a nix user, use this derivation instead of \"luarocks_bootstrap\" luarocks = prev.luarocks.overrideAttrs (oa: { nativeBuildInputs = oa.nativeBuildInputs ++ [ installShellFiles lua unzip ]; # cmake is just to compile packages with \"cmake\" buildType, not luarocks itself dontUseCmakeConfigure = true; propagatedBuildInputs = [ zip unzip cmake ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd luarocks --bash <($out/bin/luarocks completion bash) --fish <($out/bin/luarocks completion fish) --zsh <($out/bin/luarocks completion zsh) installShellCompletion --cmd luarocks-admin --bash <($out/bin/luarocks-admin completion bash) --fish <($out/bin/luarocks-admin completion fish) --zsh <($out/bin/luarocks-admin completion zsh) ''; meta = oa.meta // { mainProgram = \"luarocks\"; }; }); luasec = prev.luasec.overrideAttrs (oa: { externalDeps = [ { name = \"OPENSSL\"; dep = openssl; }"} {"_id":"doc-en-nixpkgs-88ba006656c96bafb25d3a70779d829e14f15513c64b1b73ba14498b3be5e131","title":"","text":" /* This is a minimal/manual luarocks derivation used by `buildLuarocksPackage` to install lua packages. As a nix user, you should use the generated lua.pkgs.luarocks that contains a luarocks manifest which makes it recognizable to luarocks. Generating the manifest for luarocks_bootstrap seemed too hackish, which is why we end up with two \"luarocks\" derivations. */ { lib , stdenv , fetchFromGitHub"} {"_id":"doc-en-nixpkgs-eeb62f721a67b952e62f130a59c4d5a28ecf80d023afae173b5b59958355d4e8","title":"","text":"inherit (pkgs.buildPackages) makeSetupHook makeWrapper; }; luarocks = toLuaModule (callPackage ../development/tools/misc/luarocks/default.nix { }); luarocks_bootstrap = toLuaModule (callPackage ../development/tools/misc/luarocks/default.nix { }); # a fork of luarocks used to generate nix lua derivations from rockspecs luarocks-nix = toLuaModule (callPackage ../development/tools/misc/luarocks/luarocks-nix.nix { });"} {"_id":"doc-en-nixpkgs-0d2f462075aa012ecdb4846fc1fe2adb284791dfb389dd7ec6f9ed1dcd54799a","title":"","text":"wtforms = super.wtforms.overridePythonAttrs (oldAttrs: rec { version = \"2.3.1\"; src = oldAttrs.src.override { src = fetchPypi { pname = \"WTForms\"; inherit version; sha256 = \"sha256-hhoTs65SHWcA2sOydxlwvTVKY7pwQ+zDqCtSiFlqGXI=\"; };"} {"_id":"doc-en-nixpkgs-b6e0985c603243f1769cd040d3d01b291072cb66c955594b698b0a64b17a0baa","title":"","text":" { lib, buildPythonPackage, fetchFromGitHub, backoff, httpx, idna, langchain, llama-index, openai, packaging, poetry-core, pydantic, pythonRelaxDepsHook, wrapt, }: buildPythonPackage rec { pname = \"langfuse\"; version = \"2.33.1\"; pyproject = true; src = fetchFromGitHub { owner = \"langfuse\"; repo = \"langfuse-python\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-ZPCL3Xle4qEw2pNIcja252meep26W/RbVEk2suzywYI=\"; }; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ \"packaging\" ]; dependencies = [ backoff httpx idna packaging pydantic wrapt ]; optional-dependencies = { langchain = [ langchain ]; llama-index = [ llama-index ]; openai = [ openai ]; }; pythonImportsCheck = [ \"langfuse\" ]; # tests require network access and openai api key doCheck = false; meta = { description = \"Instrument your LLM app with decorators or low-level SDK and get detailed tracing/observability\"; homepage = \"https://github.com/langfuse/langfuse-python\"; changelog = \"https://github.com/langfuse/langfuse-python/releases/tag/${src.rev}\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; }; } "} {"_id":"doc-en-nixpkgs-70d37f13518bbd1b5bd0a7fc3bbc2a83b01326e084c1b6d2f362ef9a3f6cfe00","title":"","text":"langdetect = callPackage ../development/python-modules/langdetect { }; langfuse = callPackage ../development/python-modules/langfuse { }; langid = callPackage ../development/python-modules/langid { }; langsmith = callPackage ../development/python-modules/langsmith { };"} {"_id":"doc-en-nixpkgs-5aa5d89207f30f71d12a9a865db7df77e95aec97123064debc2a528e5f0322b2","title":"","text":"python3.pkgs.buildPythonApplication rec { pname = \"radicale\"; version = \"3.2.1\"; version = \"3.2.0\"; pyproject = true; src = fetchFromGitHub { owner = \"Kozea\"; repo = \"Radicale\"; rev = \"v${version}\"; hash = \"sha256-OUwznn71xl8oWkw90fT1NYYZOuD83k+B5zLhygp1VQQ=\"; hash = \"sha256-RxC8VOfdTXJZiAroDHTKjJqGWu65Z5uyb4WK1LOqubQ=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-8274e9da5012a9edfbb2e904f4eea6530e4892217193afc7e1b7653aeff05103","title":"","text":"{ lib , stdenv , fetchgit , fetchFromRepoOrCz , gnu-efi , fetchurl , fetchpatch , libuuid , makeWrapper , mtools , nasm , nixosTests , perl , python3 }:"} {"_id":"doc-en-nixpkgs-e101d5a845943343743f6b9d2d631059f4b3b70a819968ca34742e22dda79278","title":"","text":"# This is syslinux-6.04-pre3^1; syslinux-6.04-pre3 fails to run. # Same issue here https://www.syslinux.org/archives/2019-February/026330.html src = fetchgit { url = \"https://repo.or.cz/syslinux\"; src = fetchFromRepoOrCz { repo = \"syslinux\"; rev = \"b40487005223a78c3bb4c300ef6c436b3f6ec1f7\"; sha256 = \"sha256-GqvRTr9mA2yRD0G0CF11x1X0jCgqV4Mh+tvE0/0yjqk=\"; fetchSubmodules = true; hash = \"sha256-XNC+X7UYxdMQQAg4MLACQLxRNnI5/ZCOiCJrEkKgPeM=\"; }; patches = let"} {"_id":"doc-en-nixpkgs-9d0c0d4993decae979547607cab53a560620d64c38825c8f02d48478a7ae046b","title":"","text":"\"0018-prevent-pow-optimization.patch\" \"26f0e7b2\" \"sha256-dVzXBi/oSV9vYgU85mRFHBKuZdup+1x1BipJX74ED7E=\") # Fixes build with \"modern\" gnu-efi ./import-efisetjmp.patch ]; postPatch = '' substituteInPlace Makefile --replace /bin/pwd $(type -P pwd) substituteInPlace utils/ppmtolss16 --replace /usr/bin/perl $(type -P perl) substituteInPlace Makefile --replace-fail /bin/pwd $(type -P pwd) substituteInPlace utils/ppmtolss16 --replace-fail /usr/bin/perl $(type -P perl) # fix tests substituteInPlace tests/unittest/include/unittest/unittest.h --replace /usr/include/ \"\" # Hack to get `gcc -m32' to work without having 32-bit Glibc headers. mkdir gnu-efi/inc/ia32/gnu touch gnu-efi/inc/ia32/gnu/stubs-32.h --replace-fail /usr/include/ \"\" ''; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-4bc1fd7de1666bafd11c886e2fa8255b8ccd2dacba436268d351d05777b866d1","title":"","text":"buildInputs = [ libuuid gnu-efi ]; # Fails very rarely with 'No rule to make target: ...'"} {"_id":"doc-en-nixpkgs-4c89a843111b72531501a8d3ca814d1e47fda81825f8fef7aa91df119b861c94","title":"","text":"\"MANDIR=$(out)/share/man\" \"PERL=perl\" \"HEXDATE=0x00000000\" # Works around confusing (unrelated) error messages when upx is not made available \"UPX=false\" # Configurations needed to make use of external gnu-efi \"LIBEFI=${gnu-efi}/lib/libefi.a\" \"LIBDIR=${gnu-efi}/lib/\" \"EFIINC=${gnu-efi}/include/efi\" # Legacy bios boot target is always built \"bios\" ] ++ lib.optionals stdenv.hostPlatform.isi686 [ \"bios\" \"efi32\" ]; # Build \"ia32\" EFI for i686 ++ lib.optional stdenv.hostPlatform.isi686 \"efi32\" # Build \"x86_64\" EFI for x86_64 ++ lib.optional stdenv.hostPlatform.isx86_64 \"efi64\" ; # Some tests require qemu, some others fail in a sandboxed environment doCheck = false;"} {"_id":"doc-en-nixpkgs-5674659391900f1bded0229288fed5b892d8153e37787817709204ebdc2f3cfe","title":"","text":"rm -rf $out/share/syslinux/com32 ''; passthru.tests.biosCdrom = nixosTests.boot.biosCdrom; meta = with lib; { homepage = \"http://www.syslinux.org/\"; homepage = \"https://www.syslinux.org/\"; description = \"A lightweight bootloader\"; license = licenses.gpl2Plus; maintainers = [ maintainers.samueldr ];"} {"_id":"doc-en-nixpkgs-4eea46785158986f18678aa457071f9293ed88a0c8d21756bce1a1610767815e","title":"","text":" From 68defee52f4eba82eefaeea17f21c7498448dd6b Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 3 Jun 2024 16:16:25 -0400 Subject: [PATCH] efi/efi.h: Add efisetjmp.h See https://github.com/ncroxon/gnu-efi/commit/486ba3c3bdd147b7d98159b9e650be60bce0f027 --- efi/efi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/efi/efi.h b/efi/efi.h index c266532f3..e4497574b 100644 --- a/efi/efi.h +++ b/efi/efi.h @@ -23,6 +23,7 @@ #include #include #include +#include /* Delay for 100 ms */ #define EFI_NOMAP_PRINT_DELAY\t100 "} {"_id":"doc-en-nixpkgs-8f55143565e6bbe5b5dab6c1639c2969f4df01f9d49ee17375910d55e86b04f2","title":"","text":" { lib, stdenv, fetchFromGitHub, rustPlatform, cargo, rustc, meson, ninja, pkg-config, appstream, blueprint-compiler, desktop-file-utils, gettext, wrapGAppsHook4, libadwaita, }: stdenv.mkDerivation (finalAttrs: { pname = \"keypunch\"; version = \"1.0\"; src = fetchFromGitHub { owner = \"bragefuglseth\"; repo = \"keypunch\"; rev = \"refs/tags/v${finalAttrs.version}\"; hash = \"sha256-S4RckHwrVVQrxy9QngTisNM4+cMM+1dXucwEDnM98Rg=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { name = \"${finalAttrs.pname}-${finalAttrs.version}\"; inherit (finalAttrs) src; hash = \"sha256-YzENAGy7zEu1dyuhme+x+gJQlE74Vw0JZvRso0vNQXs=\"; }; strictDeps = true; nativeBuildInputs = [ rustPlatform.cargoSetupHook cargo rustc meson ninja pkg-config appstream blueprint-compiler desktop-file-utils gettext wrapGAppsHook4 ]; buildInputs = [ libadwaita ]; meta = { description = \"Practice your typing skills\"; homepage = \"https://github.com/bragefuglseth/keypunch\"; license = lib.licenses.gpl3Plus; mainProgram = \"keypunch\"; maintainers = with lib.maintainers; [ tomasajt ]; }; }) "} {"_id":"doc-en-nixpkgs-f8a76c55c317e87d7ddb426516d4bc9a5e629eee28fb570bb71fa12fdd360947","title":"","text":"llvmPackages, python3, stdenv, testers, zlib, # Boolean flags withHTML ? true,"} {"_id":"doc-en-nixpkgs-955957a369e6a2e08337ad76db186a6a392b758bac8023f2868620fd208f1d5f","title":"","text":"nativeBuildInputs = [ cmake (lib.getDev llvm) ] ++ lib.optionals (withManual || withHTML) [ sphinx"} {"_id":"doc-en-nixpkgs-34496c8a5a39eb78d89db76e9b354027a32f12311d00e861bd81694da34f93b6","title":"","text":"buildInputs = [ libffi libxml2 llvm zlib ] ++ lib.optionals (!stdenv.isDarwin) [ libclang ]; cmakeFlags = [ (lib.cmakeOptionType \"path\" \"CLANG_RESOURCE_DIR\" \"${lib.getDev libclang}\") (lib.cmakeOptionType \"path\" \"CLANG_RESOURCE_DIR\" \"${lib.getLib libclang}/lib/clang/${lib.versions.major libclang.version}\") (lib.cmakeBool \"SPHINX_HTML\" withHTML) (lib.cmakeBool \"SPHINX_MAN\" withManual) ] ++ lib.optionals stdenv.isDarwin [ (lib.cmakeOptionType \"path\" \"Clang_DIR\" \"${lib.getDev libclang}/lib/cmake/clang\") ]; # 97% tests passed, 97 tests failed out of 2881 # mostly because it checks command line and nix append -isystem and all doCheck = false; doCheck = true; strictDeps = true; # -E exclude 4 tests based on names # see https://github.com/CastXML/CastXML/issues/90 checkPhase = '' runHook preCheck ctest -E 'cmd.cc-(gnu|msvc)-((c-src-c)|(src-cxx))-cmd' runHook postCheck ''; passthru.tests = testers.testVersion { package = finalAttrs.finalPackage; }; meta = { homepage = \"https://github.com/CastXML/CastXML\";"} {"_id":"doc-en-nixpkgs-ac5d9b04d10137aeea18724e9973543b3e453b2b9f34759acd594ad743ccedb5","title":"","text":"ln -s $out/Applications/mscore.app/Contents/MacOS/mscore $out/bin/mscore ''; # muse-sounds-manager installs Muse Sounds sampler libMuseSamplerCoreLib.so. # It requires that argv0 of the calling process ends with \"/mscore\" or \"/MuseScore-4\". # We need to ensure this in two cases: # # 1) when the user invokes MuseScore as \"mscore\" on the command line or from # the .desktop file, and the normal argv0 is \"mscore\" (no \"/\"); # 2) when MuseScore invokes itself via File -> New, and the normal argv0 is # the target of /proc/self/exe, which in Nixpkgs was \"{...}/.mscore-wrapped\" # # In order to achieve (2) we install the final binary as $out/libexec/mscore, and # in order to achieve (1) we use makeWrapper without --inherit-argv0. # # wrapQtAppsHook uses wrapQtApp -> wrapProgram -> makeBinaryWrapper --inherit-argv0 # so we disable it and explicitly use makeQtWrapper. # # TODO: check if something like this is also needed for macOS. dontWrapQtApps = stdenv.isLinux; postFixup = lib.optionalString stdenv.isLinux '' mkdir -p $out/libexec mv $out/bin/mscore $out/libexec makeQtWrapper $out/libexec/mscore $out/bin/mscore ''; # Don't run bundled upstreams tests, as they require a running X window system. doCheck = false;"} {"_id":"doc-en-nixpkgs-245fca777d2a5781d020f69fdc377dfeee88d1f98500437115200926edc610b3","title":"","text":"description = \"Music notation and composition software\"; homepage = \"https://musescore.org/\"; license = licenses.gpl3Only; maintainers = with maintainers; [ vandenoever doronbehar ]; maintainers = with maintainers; [ vandenoever doronbehar orivej ]; mainProgram = \"mscore\"; platforms = platforms.unix; };"} {"_id":"doc-en-nixpkgs-3ea1766e793a9258399184b7269555f610d3d0f16eca78fed993a3558149e756","title":"","text":" { lib, buildPythonPackage, fetchurl, fetchPypi, setuptools, pybind11, requests, rich, pillow, }: let test-image = fetchurl { name = \"test-image.jpg\"; url = \"https://unsplash.com/photos/u9tAl8WR3DI/download\"; hash = \"sha256-shGNdgOOydgGBtl/JCbTJ0AYgl+2xWvCgHBL+bEoTaE=\"; }; in buildPythonPackage rec { pname = \"materialyoucolor\"; version = \"2.0.9\"; pyproject = true; # PyPI sources contain additional vendored sources src = fetchPypi { inherit pname version; hash = \"sha256-J35//h3tWn20f5ej6OXaw4NKnxung9q7m0E4Zf9PUw4=\"; }; build-system = [ setuptools pybind11 ]; nativeCheckInputs = [ requests rich pillow ]; checkPhase = '' runHook preCheck python tests/test_all.py ${test-image} 1 runHook postCheck ''; pythonImportsCheck = [ \"materialyoucolor\" \"materialyoucolor.quantize\" # ext ]; meta = { description = \"Material You color generation algorithms in python\"; homepage = \"https://github.com/T-Dynamos/materialyoucolor-python\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ tomasajt ]; }; } "} {"_id":"doc-en-nixpkgs-219811e1620276ac95ee80341cc0431125073d027caf302befc1d1f3c9d7db31","title":"","text":"materialx = callPackage ../development/python-modules/materialx { }; materialyoucolor = callPackage ../development/python-modules/materialyoucolor { }; matchpy = callPackage ../development/python-modules/matchpy { }; mathlibtools = callPackage ../development/python-modules/mathlibtools { };"} {"_id":"doc-en-nixpkgs-95d805ca99d809bd46e61e811c7a0abdd8cb6157783789bd6bf21508b51135a3","title":"","text":"hostName = mkIf (!cfg.manageHostName) (mkForce \"\"); }; # unprivileged LXCs can't set net.ipv4.ping_group_range security.wrappers.ping = mkIf (!cfg.privileged) { owner = \"root\"; group = \"root\"; capabilities = \"cap_net_raw+p\"; source = \"${pkgs.iputils.out}/bin/ping\"; }; services.openssh = { enable = mkDefault true; startWhenNeeded = mkDefault true;"} {"_id":"doc-en-nixpkgs-d716172fa1658a6e35467bb3f2e3d0fc6cbc7a39c275f161c0e17b147bdabc2b","title":"","text":" { lib , stdenvNoCC , fetchFromGitHub , gnome-themes-extra , gtk-engine-murrine { lib, stdenvNoCC, fetchFromGitHub, gnome-themes-extra, gtk-engine-murrine, }: stdenvNoCC.mkDerivation { pname = \"gruvbox-gtk-theme\"; version = \"unstable-2023-05-28\"; version = \"0-unstable-2024-06-12\"; src = fetchFromGitHub { owner = \"Fausto-Korpsvart\"; repo = \"Gruvbox-GTK-Theme\"; rev = \"c0b7fb501938241a3b6b5734f8cb1f0982edc6b4\"; hash = \"sha256-Y+6HuWaVkNqlYc+w5wLkS2LpKcDtpeOpdHnqBmShm5Q=\"; rev = \"1a0f6672283e1846ec307addd4647f2daad29402\"; hash = \"sha256-bbL4bHAdkmReogUQML9sMpSallZ7wrgbK3R64xiAYRo=\"; }; propagatedUserEnvPkgs = [ gtk-engine-murrine ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ]; buildInputs = [ gnome-themes-extra ]; buildInputs = [ gnome-themes-extra ]; dontBuild = true;"} {"_id":"doc-en-nixpkgs-3362761536881cede3d5cb2ec56d92111e3941356f42dbe49f4a73be61c22de2","title":"","text":"runHook postInstall ''; meta = with lib; { meta = { description = \"Gtk theme based on the Gruvbox colour pallete\"; homepage = \"https://www.pling.com/p/1681313/\"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = [ maintainers.math-42 ]; license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ luftmensch-luftmensch math-42 ]; }; }"} {"_id":"doc-en-nixpkgs-9c2788ed64ad8380c48fed973f1d57b079be387249b9d5ce9e8cb9d0baede5d3","title":"","text":"{ stdenv, lib, fetchFromGitHub, pkg-config, cmake, wrapQtAppsHook , libzip, boost, fftw, qtbase, qtwayland, qtsvg, libusb1 , libzip, boost, fftw, libusb1, qtbase, qtsvg, qtwayland , python3, desktopToDarwinBundle }: stdenv.mkDerivation rec { pname = \"dsview\"; version = \"1.3.1\"; version = \"1.3.2\"; src = fetchFromGitHub { owner = \"DreamSourceLab\"; repo = \"DSView\"; rev = \"v${version}\"; sha256 = \"sha256-LwrlB+Nwq34YjwGmnbUWS3W//ZHr8Do2Wf2te+2oBeI=\"; sha256 = \"sha256-d/TfCuJzAM0WObOiBhgfsTirlvdROrlCm+oL1cqUrIs=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-0170dd76b7a22f2360a5a07376dbcad78ee529fd046149bb7db20c89ec110b6f","title":"","text":"dropbear = callPackage ../tools/networking/dropbear { }; dsview = qt6Packages.callPackage ../applications/science/electronics/dsview { }; dsview = libsForQt5.callPackage ../applications/science/electronics/dsview { }; dtach = callPackage ../tools/misc/dtach { };"} {"_id":"doc-en-nixpkgs-74c7271377aa8dd024cef3b0108b36000ed360c05e9054453429d319afb75994","title":"","text":" { lib , stdenv , fetchFromGitLab , bash , btrfs-progs , cmake , coreutils , git , pkg-config , qt6 , snapper , util-linux , enableSnapper ? true , nix-update-script { lib, stdenv, fetchFromGitLab, bash, btrfs-progs, cmake, coreutils, git, pkg-config, qt6, snapper, util-linux, enableSnapper ? true, nix-update-script, }: stdenv.mkDerivation (finalAttrs: {"} {"_id":"doc-en-nixpkgs-38040491c7e81303142543e8685cbcc55149adb037a56aeb011ed1b1acee51a7","title":"","text":"cmake git pkg-config qt6.wrapQtAppsHook ]; buildInputs = [ btrfs-progs coreutils qt6.qtbase qt6.qtsvg qt6.qttools qt6.qtwayland ]; propagatedBuildInputs = [ qt6.wrapQtAppsHook ]; util-linux ] ++ lib.optionals enableSnapper [ snapper ]; prePatch = '' substituteInPlace src/util/System.cpp --replace '/bin/bash' \"${lib.getExe bash}\" '' + lib.optionalString enableSnapper '' substituteInPlace src/main.cpp --replace '/usr/bin/snapper' \"${lib.getExe snapper}\" ''; prePatch = '' substituteInPlace src/util/System.cpp --replace-fail '/bin/bash' \"${lib.getExe bash}\" postPatch = '' substituteInPlace src/org.btrfs-assistant.pkexec.policy --replace '/usr/bin' \"$out/bin\" substituteInPlace src/main.cpp --replace-fail 'if (!qEnvironmentVariableIsEmpty(\"DISPLAY\"))' ' if(!qEnvironmentVariableIsEmpty(\"DISPLAY\") || !qEnvironmentVariableIsEmpty(\"WAYLAND_DISPLAY\"))' '' + lib.optionalString enableSnapper '' substituteInPlace src/main.cpp --replace-fail '/usr/bin/snapper' \"${lib.getExe snapper}\" ''; substituteInPlace src/btrfs-assistant --replace 'btrfs-assistant-bin' \"$out/bin/btrfs-assistant-bin\" postPatch = '' substituteInPlace src/org.btrfs-assistant.pkexec.policy --replace-fail '/usr/bin' \"$out/bin\" substituteInPlace src/btrfs-assistant-launcher --replace 'btrfs-assistant' \"$out/bin/btrfs-assistant\" '' + lib.optionalString enableSnapper '' substituteInPlace src/btrfs-assistant.conf --replace '/usr/bin/snapper' \"${lib.getExe snapper}\" ''; substituteInPlace src/btrfs-assistant --replace-fail 'btrfs-assistant-bin' \"$out/bin/btrfs-assistant-bin\" qtWrapperArgs = let runtimeDeps = lib.makeBinPath ([ coreutils util-linux ] ++ lib.optionals enableSnapper [ snapper ]); in [ \"--prefix PATH : ${runtimeDeps}\" ]; substituteInPlace src/btrfs-assistant-launcher --replace-fail 'btrfs-assistant' \"$out/bin/btrfs-assistant\" '' + lib.optionalString enableSnapper '' substituteInPlace src/btrfs-assistant.conf --replace-fail '/usr/bin/snapper' \"${lib.getExe snapper}\" ''; passthru.updateScript = nix-update-script { };"} {"_id":"doc-en-nixpkgs-c99823d440c9c341ebe05b000ec76b2e6f9cf71a868c35667ee872fabfca1463","title":"","text":"esac done if $needsTarget; then if $needsTarget && [[ $0 != *cpp ]]; then extraBefore+=(-target @defaultTarget@ @machineFlags@) fi"} {"_id":"doc-en-nixpkgs-9f3cfc756f90477f0e6459808e8bd0373f55dbe880ff849e56cd3741390ff1f4","title":"","text":"libX11 = super.libX11.overrideAttrs (attrs: { outputs = [ \"out\" \"dev\" \"man\" ]; configureFlags = attrs.configureFlags or [] ++ malloc0ReturnsNullCrossFlag; ++ malloc0ReturnsNullCrossFlag ++ lib.optional (stdenv.targetPlatform.useLLVM or false) \"ac_cv_path_RAWCPP=cpp\"; depsBuildBuild = [ buildPackages.stdenv.cc ] ++ lib.optionals stdenv.hostPlatform.isStatic ["} {"_id":"doc-en-nixpkgs-3880bf063f5d781f523ea7901d7242939950dc4486eb3495d13298d3b485d6c3","title":"","text":"let jbr = jetbrains.jdk-no-jcef; jbr = jetbrains.jdk-no-jcef-17; ideaSrc = fetchFromGitHub { owner = \"jetbrains\";"} {"_id":"doc-en-nixpkgs-eace6be3af1392728a0334d251d3bccc419d58a10f8b38bd5cb020d9d4ddb557","title":"","text":" { lib , stdenv , fetchFromGitHub , jetbrains , openjdk17 , openjdk17-bootstrap , git , autoconf , unzip , rsync , debugBuild ? false , withJcef ? true , libXdamage , libXxf86vm , libXrandr , libXi , libXcursor , libXrender , libX11 , libXext , libxcb , nss , nspr , libdrm , mesa , wayland , udev }: assert debugBuild -> withJcef; let arch = { \"aarch64-linux\" = \"aarch64\"; \"x86_64-linux\" = \"x64\"; }.${stdenv.hostPlatform.system} or (throw \"Unsupported system: ${stdenv.hostPlatform.system}\"); cpu = stdenv.hostPlatform.parsed.cpu.name; in openjdk17.overrideAttrs (oldAttrs: rec { pname = \"jetbrains-jdk\" + lib.optionalString withJcef \"-jcef\"; javaVersion = \"17.0.11\"; build = \"1207.24\"; # To get the new tag: # git clone https://github.com/jetbrains/jetbrainsruntime # cd jetbrainsruntime # git reset --hard [revision] # git log --simplify-by-decoration --decorate=short --pretty=short | grep \"jbr-\" --color=never | cut -d \"(\" -f2 | cut -d \")\" -f1 | awk '{print $2}' | sort -t \"-\" -k 2 -g | tail -n 1 | tr -d \",\" openjdkTag = \"jbr-17.0.8+7\"; version = \"${javaVersion}-b${build}\"; src = fetchFromGitHub { owner = \"JetBrains\"; repo = \"JetBrainsRuntime\"; rev = \"jb${version}\"; hash = \"sha256-a7cJF2iCW/1GK0/GmVbaY5pYcn3YtZy5ngFkyAGRhu0=\"; }; BOOT_JDK = openjdk17-bootstrap.home; # run `git log -1 --pretty=%ct` in jdk repo for new value on update SOURCE_DATE_EPOCH = 1715809405; patches = [ ]; dontConfigure = true; buildPhase = '' runHook preBuild ${lib.optionalString withJcef \"cp -r ${jetbrains.jcef} jcef_linux_${arch}\"} sed -e \"s/OPENJDK_TAG=.*/OPENJDK_TAG=${openjdkTag}/\" -e \"s/SOURCE_DATE_EPOCH=.*//\" -e \"s/export SOURCE_DATE_EPOCH//\" -i jb/project/tools/common/scripts/common.sh sed -i \"s/STATIC_CONF_ARGS/STATIC_CONF_ARGS $configureFlags/\" jb/project/tools/linux/scripts/mkimages_${arch}.sh sed -e \"s/create_image_bundle \"jb/#/\" -e \"s/echo Creating /exit 0 #/\" -i jb/project/tools/linux/scripts/mkimages_${arch}.sh patchShebangs . ./jb/project/tools/linux/scripts/mkimages_${arch}.sh ${build} ${if debugBuild then \"fd\" else (if withJcef then \"jcef\" else \"nomod\")} runHook postBuild ''; installPhase = let buildType = if debugBuild then \"fastdebug\" else \"release\"; debugSuffix = if debugBuild then \"-fastdebug\" else \"\"; jcefSuffix = if debugBuild || !withJcef then \"\" else \"_jcef\"; jbrsdkDir = \"jbrsdk${jcefSuffix}-${javaVersion}-linux-${arch}${debugSuffix}-b${build}\"; in '' runHook preInstall mv build/linux-${cpu}-server-${buildType}/images/jdk/man build/linux-${cpu}-server-${buildType}/images/${jbrsdkDir} rm -rf build/linux-${cpu}-server-${buildType}/images/jdk mv build/linux-${cpu}-server-${buildType}/images/${jbrsdkDir} build/linux-${cpu}-server-${buildType}/images/jdk '' + oldAttrs.installPhase + \"runHook postInstall\"; postInstall = lib.optionalString withJcef '' chmod +x $out/lib/openjdk/lib/chrome-sandbox ''; dontStrip = debugBuild; postFixup = '' # Build the set of output library directories to rpath against LIBDIRS=\"${lib.makeLibraryPath [ libXdamage libXxf86vm libXrandr libXi libXcursor libXrender libX11 libXext libxcb nss nspr libdrm mesa wayland udev ]}\" for output in $outputs; do if [ \"$output\" = debug ]; then continue; fi LIBDIRS=\"$(find $(eval echo $$output) -name *.so* -exec dirname {} + | sort -u | tr 'n' ':'):$LIBDIRS\" done # Add the local library paths to remove dependencies on the bootstrap for output in $outputs; do if [ \"$output\" = debug ]; then continue; fi OUTPUTDIR=$(eval echo $$output) BINLIBS=$(find $OUTPUTDIR/bin/ -type f; find $OUTPUTDIR -name *.so*) echo \"$BINLIBS\" | while read i; do patchelf --set-rpath \"$LIBDIRS:$(patchelf --print-rpath \"$i\")\" \"$i\" || true patchelf --shrink-rpath \"$i\" || true done done ''; nativeBuildInputs = [ git autoconf unzip rsync ] ++ oldAttrs.nativeBuildInputs; meta = with lib; { description = \"An OpenJDK fork to better support Jetbrains's products.\"; longDescription = '' JetBrains Runtime is a runtime environment for running IntelliJ Platform based products on Windows, Mac OS X, and Linux. JetBrains Runtime is based on OpenJDK project with some modifications. These modifications include: Subpixel Anti-Aliasing, enhanced font rendering on Linux, HiDPI support, ligatures, some fixes for native crashes not presented in official build, and other small enhancements. JetBrains Runtime is not a certified build of OpenJDK. Please, use at your own risk. ''; homepage = \"https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime\"; inherit (openjdk17.meta) license platforms mainProgram; maintainers = with maintainers; [ edwtjo ]; broken = stdenv.isDarwin; }; passthru = oldAttrs.passthru // { home = \"${jetbrains.jdk}/lib/openjdk\"; }; }) "} {"_id":"doc-en-nixpkgs-16c626422e3917bccf122c59d8c1066e638c8d26a2014a8e76c965e5e5bec39d","title":"","text":"jdk = jdk21; withJcef = false; }; jdk-no-jcef-17 = callPackage ../development/compilers/jetbrains-jdk/17.nix { withJcef = false; }; jdk = callPackage ../development/compilers/jetbrains-jdk { jdk = jdk21; };"} {"_id":"doc-en-nixpkgs-f7afcd4cee0874dc2a8efdec059542ae4f9ccf9590446fdcafc11964048b71b3","title":"","text":"PRODUCTION = \"true\"; ALEMBIC_CONFIG_FILE=\"${pkg}/config/alembic.ini\"; API_PORT = toString cfg.port; BASE_URL = \"http://localhost:${cfg.port}\"; BASE_URL = \"http://localhost:${toString cfg.port}\"; DATA_DIR = \"/var/lib/mealie\"; CRF_MODEL_PATH = \"/var/lib/mealie/model.crfmodel\"; } // (builtins.mapAttrs (_: val: toString val) cfg.settings);"} {"_id":"doc-en-nixpkgs-1b6dfc4cd37b5704e0c1d01295adee36ef74c21db8838412a5951feda93059fe","title":"","text":"}: let version = \"1.7.0\"; version = \"1.9.0\"; src = fetchFromGitHub { owner = \"mealie-recipes\"; repo = \"mealie\"; rev = \"v${version}\"; hash = \"sha256-z7kLBDzvzPWY7XmpROMpw3LcDpsl+hA+w1SdhrD/yNU=\"; hash = \"sha256-gg7ClclBS9j9n4/3HLxbX8HXTz9Zw5+BYG2MEYRsRBU=\"; }; frontend = callPackage (import ./mealie-frontend.nix src version) { };"} {"_id":"doc-en-nixpkgs-5fe87f7685b3216166502ecb8a344a9c6edc98d2e9bd43874fbdc41a1b44fb6d","title":"","text":"hash = \"sha256-rMbf09pCHvVYI9g/aq74+PcsuU2LezpmDz4b/w9vRyc=\"; }; postPatch = lib.optionalString stdenv.isDarwin '' substituteInPlace setup.py --replace-fail \"-flto\" \"\" ''; nativeBuildInputs = [ pybind11 ]; # tests are removed from fork"} {"_id":"doc-en-nixpkgs-1fefdd52c9e6524aecfe96c97a22dd22e9b146cc467066b042f8e1d8c1bc303f","title":"","text":"homepage = \"https://github.com/searxng/fasttext-predict/\"; license = licenses.mit; maintainers = with maintainers; [ SuperSandro2000 ]; # ImportError: dynamic module does not define module export function (PyInit_fasttext_pybind) broken = stdenv.isDarwin; }; }"} {"_id":"doc-en-nixpkgs-9e9b3bc9617d90bffa5b2386739a2c8f6466b1c62a49f91cb4ef7d2de1f5edd8","title":"","text":" { stdenv, fetchurl, alsaLib, bzip2, cairo, dpkg, freetype, gdk_pixbuf , glib, gtk2, harfbuzz, jdk, lib, xorg , libbsd, libjack2, libpng , libxkbcommon , makeWrapper, pixman , xdg_utils, zenity, zlib }: stdenv.mkDerivation rec { name = \"bitwig-studio-${version}\"; version = \"1.3.16\"; src = fetchurl { url = \"https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb\"; sha256 = \"0n0fxh9gnmilwskjcayvjsjfcs3fz9hn00wh7b3gg0cv3qqhich8\"; }; nativeBuildInputs = [ dpkg makeWrapper ]; unpackCmd = \"mkdir root ; dpkg-deb -x $curSrc root\"; dontBuild = true; dontPatchELF = true; dontStrip = true; libPath = with xorg; lib.makeLibraryPath [ alsaLib bzip2.out cairo freetype gdk_pixbuf glib gtk2 harfbuzz libX11 libXau libXcursor libXdmcp libXext libXfixes libXrender libbsd libjack2 libpng libxcb libxkbfile pixman xcbutil xcbutilwm zlib ]; binPath = lib.makeBinPath [ xdg_utils zenity ]; installPhase = '' mkdir -p $out cp -r opt/bitwig-studio $out/libexec # Use NixOS versions of these libs instead of the bundled ones. ( cd $out/libexec/lib/bitwig-studio rm libbz2.so* libxkbfile.so* libXcursor.so* libXau.so* libXdmcp.so* libpng16.so* libxcb*.so* libharfbuzz.so* libcairo.so* libfreetype.so* ln -s ${bzip2.out}/lib/libbz2.so.1.0.6 libbz2.so.1.0 ) # Use our OpenJDK instead of Bitwig’s bundled—and commercial!—one. rm -rf $out/libexec/lib/jre ln -s ${jdk.home}/jre $out/libexec/lib/jre # Bitwig’s `libx11-windowing-system.so` has several problems: # # • has some old version of libxkbcommon linked statically (ಠ_ಠ), # # • hardcodes path to `/usr/share/X11/xkb`, # # • even if we redirected it with libredirect (after adding # `eaccess()` to libredirect!), their version of libxkbcommon # is unable to parse our xkeyboardconfig. Been there, done that. # # However, it suffices to override theirs with our libxkbcommon # in LD_PRELOAD. :-) find $out -type f -executable -not -name '*.so.*' -not -name '*.so' -not -path '*/resources/*' | while IFS= read -r f ; do patchelf --set-interpreter $(cat ${stdenv.cc}/nix-support/dynamic-linker) $f && wrapProgram $f --prefix PATH : \"${binPath}\" --prefix LD_LIBRARY_PATH : \"${libPath}\" --set LD_PRELOAD \"${libxkbcommon.out}/lib/libxkbcommon.so\" || true done mkdir -p $out/bin ln -s $out/libexec/bitwig-studio $out/bin/bitwig-studio cp -r usr/share $out/share substitute usr/share/applications/bitwig-studio.desktop $out/share/applications/bitwig-studio.desktop --replace /usr/bin/bitwig-studio $out/bin/bitwig-studio ''; meta = with stdenv.lib; { description = \"A digital audio workstation\"; longDescription = '' Bitwig Studio is a multi-platform music-creation system for production, performance and DJing, with a focus on flexible editing tools and a super-fast workflow. ''; homepage = http://www.bitwig.com/; license = licenses.unfree; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ michalrus mrVanDalo ]; }; } "} {"_id":"doc-en-nixpkgs-50f08a4a6ebc4184e5c9587651c684af6919a0e855e2dc18e08c375868d19fa6","title":"","text":" { stdenv, fetchurl, bitwig-studio1, xdg_utils, zenity, ffmpeg }: bitwig-studio1.overrideAttrs (oldAttrs: rec { name = \"bitwig-studio-${version}\"; version = \"2.2.2\"; src = fetchurl { url = \"https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb\"; sha256 = \"1x4wka32xlygmhdh9rb15s37zh5qjrgap2qk35y34c52lf5aak22\"; }; buildInputs = bitwig-studio1.buildInputs ++ [ ffmpeg ]; binPath = stdenv.lib.makeBinPath [ ffmpeg xdg_utils zenity ]; }) "} {"_id":"doc-en-nixpkgs-83f1db7bd5f989a944af1745853a81b296e0d716fed870453f4b465899d68cc7","title":"","text":" { stdenv, fetchurl, alsaLib, bzip2, cairo, dpkg, ffmpeg, freetype, gdk_pixbuf , glib, gtk2, harfbuzz, jdk, lib, libX11, libXau, libXcursor, libXdmcp , libXext, libXfixes, libXrender, libbsd, libjack2, libpng, libxcb , libxkbcommon, libxkbfile, makeWrapper, pixman, xcbutil, xcbutilwm , xdg_utils, zenity, zlib }: stdenv.mkDerivation rec { name = \"bitwig-studio-${version}\"; version = \"2.2.2\"; src = fetchurl { url = \"https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb\"; sha256 = \"1x4wka32xlygmhdh9rb15s37zh5qjrgap2qk35y34c52lf5aak22\"; }; nativeBuildInputs = [ dpkg makeWrapper ]; unpackCmd = \"mkdir root ; dpkg-deb -x $curSrc root\"; dontBuild = true; dontPatchELF = true; dontStrip = true; libPath = lib.makeLibraryPath [ alsaLib bzip2.out cairo freetype gdk_pixbuf glib gtk2 harfbuzz libX11 libXau libXcursor libXdmcp libXext libXfixes libXrender libbsd libjack2 libpng libxcb libxkbfile pixman xcbutil xcbutilwm zlib ]; binPath = lib.makeBinPath [ ffmpeg xdg_utils zenity ]; installPhase = '' mkdir -p $out cp -r opt/bitwig-studio $out/libexec # Use NixOS versions of these libs instead of the bundled ones. ( cd $out/libexec/lib/bitwig-studio rm libbz2.so* libxkbfile.so* libXcursor.so* libXau.so* libXdmcp.so* libpng16.so* libxcb*.so* libharfbuzz.so* libcairo.so* libfreetype.so* ln -s ${bzip2.out}/lib/libbz2.so.1.0.6 libbz2.so.1.0 ) # Use our OpenJDK instead of Bitwig’s bundled—and commercial!—one. rm -rf $out/libexec/lib/jre ln -s ${jdk.home}/jre $out/libexec/lib/jre # Bitwig’s `libx11-windowing-system.so` has several problems: # # • has some old version of libxkbcommon linked statically (ಠ_ಠ), # # • hardcodes path to `/usr/share/X11/xkb`, # # • even if we redirected it with libredirect (after adding # `eaccess()` to libredirect!), their version of libxkbcommon # is unable to parse our xkeyboardconfig. Been there, done that. # # However, it suffices to override theirs with our libxkbcommon # in LD_PRELOAD. :-) find $out -type f -executable -not -name '*.so.*' -not -name '*.so' -not -path '*/resources/*' | while IFS= read -r f ; do patchelf --set-interpreter $(cat ${stdenv.cc}/nix-support/dynamic-linker) $f && wrapProgram $f --prefix PATH : \"${binPath}\" --prefix LD_LIBRARY_PATH : \"${libPath}\" --set LD_PRELOAD \"${libxkbcommon.out}/lib/libxkbcommon.so\" || true done mkdir -p $out/bin ln -s $out/libexec/bitwig-studio $out/bin/bitwig-studio cp -r usr/share $out/share substitute usr/share/applications/bitwig-studio.desktop $out/share/applications/bitwig-studio.desktop --replace /usr/bin/bitwig-studio $out/bin/bitwig-studio ''; meta = with stdenv.lib; { description = \"A digital audio workstation\"; longDescription = '' Bitwig Studio is a multi-platform music-creation system for production, performance and DJing, with a focus on flexible editing tools and a super-fast workflow. ''; homepage = http://www.bitwig.com/; license = licenses.unfree; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ michalrus ]; }; } "} {"_id":"doc-en-nixpkgs-cb4f368ff574c8adeb60ea4f042a96848470c24a9660d6e8bc2a2540474e4983","title":"","text":"bitscope = callPackage ../applications/science/electronics/bitscope/packages.nix { }; bitwig-studio = callPackage ../applications/audio/bitwig-studio { bitwig-studio1 = callPackage ../applications/audio/bitwig-studio/bitwig-studio1.nix { inherit (gnome2) zenity; }; bitwig-studio2 = callPackage ../applications/audio/bitwig-studio/bitwig-studio2.nix { inherit (gnome2) zenity; inherit (self) bitwig-studio1; }; bitwig-studio = bitwig-studio2; bgpdump = callPackage ../tools/networking/bgpdump { };"} {"_id":"doc-en-nixpkgs-fca0f6e60e3484b3b17418418273e950f287ff0fd49d593aa59788b7be6db15b","title":"","text":", which , wrapGAppsHook3 , darwin , vulkan-loader , autoPatchelfHook }: stdenv.mkDerivation (finalAttrs: {"} {"_id":"doc-en-nixpkgs-06f695ed18225e0bbd7d0103c1bd5711d371929146e025ec56c7b708ec36199b","title":"","text":"]; nativeBuildInputs = [ autoPatchelfHook pkg-config which wrapGAppsHook3"} {"_id":"doc-en-nixpkgs-9b9a438b789b0f47444f6260261d7d55932bc27247456ce26fca949f79ebee66","title":"","text":"darwin.apple_sdk_11_0.frameworks.OpenAL ]; appendRunpaths = [ (lib.makeLibraryPath [ vulkan-loader ]) ]; enableParallelBuilding = true; makeFlags = lib.optionals stdenv.isLinux ["} {"_id":"doc-en-nixpkgs-7670bad6ae979bbaee9eb98325ad236b97157211dfc6efd1a37760bdb5242a7d","title":"","text":"cdrtools, curl, gawk, glxinfo, gnugrep, gnused, jq,"} {"_id":"doc-en-nixpkgs-9e5396ccdb1411d3cf75ee56955f3178bcf6415b6d7c51954f93d1b4cdd72831","title":"","text":"quickemu, testers, installShellFiles, fetchpatch2, }: let runtimePaths = ["} {"_id":"doc-en-nixpkgs-157614cff7388c05915d83164fd88d2a093225d5fe9192f95762999d8dbd7cf7","title":"","text":"qemu socat swtpm usbutils util-linux unzip xdg-user-dirs xrandr zsync ] ++ lib.optionals stdenv.isLinux [ glxinfo usbutils xdg-user-dirs ]; in stdenv.mkDerivation (finalAttrs: { pname = \"quickemu\"; version = \"4.9.4-unstable-2024-05-28\"; version = \"4.9.5\"; src = fetchFromGitHub { owner = \"quickemu-project\"; repo = \"quickemu\"; rev = \"d78255b097b599e8ab3713cb61c4085cc45f5a95\"; # TODO: return to version on next release hash = \"sha256-fF306CdGqKM+779OLm0NNyqPBtm7TuU7UN/NanT12y8=\"; rev = finalAttrs.version; hash = \"sha256-UlpNujF2E8H1zcWTen8D29od60pY8FaGueviT0iwupQ=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-1efc7d6fee0081be1aaf97d01ef0929d0b039f2610ac460141ba0b604419de6d","title":"","text":"''; 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\"; homepage = \"https://github.com/quickemu-project/quickemu\"; changelog = \"https://github.com/quickemu-project/quickemu/releases/tag/${finalAttrs.version}\"; mainProgram = \"quickemu\"; license = lib.licenses.mit; maintainers = with lib.maintainers; ["} {"_id":"doc-en-nixpkgs-ea1ad4e12a42100bad74658c7073a8be14c8ab4f33b7164bb87b681142aeaf01","title":"","text":"specs-nvim = buildVimPlugin { pname = \"specs.nvim\"; version = \"2022-09-20\"; version = \"2024-05-19\"; src = fetchFromGitHub { owner = \"edluffy\"; owner = \"cxwx\"; repo = \"specs.nvim\"; rev = \"2743e412bbe21c9d73954c403d01e8de7377890d\"; sha256 = \"1ycqvxrn13bfimf9k03bmm1baml8gyq5lxqjxh1fya44s2bg714r\"; rev = \"dd82496f538b688cedf98429f89fef47ecb0625e\"; sha256 = \"0427fx6iw3i2y9ny3sz1na32bxcj8i93dbm93ckxf3bii8zqjs0s\"; }; meta.homepage = \"https://github.com/edluffy/specs.nvim/\"; meta.homepage = \"https://github.com/cxwx/specs.nvim/\"; }; spellsitter-nvim = buildVimPlugin {"} {"_id":"doc-en-nixpkgs-cb1489c99e5fbb5ead1f03893b79d7799e82913bc8e89fc70caa3a117dec3688","title":"","text":"https://github.com/liuchengxu/space-vim/,, https://github.com/ctjhoa/spacevim/,, https://github.com/chrisgeo/sparkup/,, https://github.com/edluffy/specs.nvim/,, https://github.com/cxwx/specs.nvim/,HEAD, https://github.com/lewis6991/spellsitter.nvim/,HEAD, https://github.com/stsewd/sphinx.nvim/,, https://github.com/sjl/splice.vim/,,"} {"_id":"doc-en-nixpkgs-e7402531ed959b258129b2ba6c12862646285da53b3b302fc3c8422888d3ec5d","title":"","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":"doc-en-nixpkgs-a4225d87fa3df17cce7a2628675cb6083ddbae86a272b5327d93d92fb2d02a86","title":"","text":", pango , pulseaudio , python3 , stdenv , util-linux , which , x264 , x265 , xauth , xdg-utils , xorg , xorgserver }:"} {"_id":"doc-en-nixpkgs-f5d3e297cdd92d45164f818bd991172de8b9757030f70b2aad09729b77bc612a","title":"","text":"./fix-122159.patch # https://github.com/NixOS/nixpkgs/issues/122159 ]; # Note: xposix is renamed to posix in v5. postPatch = lib.optionalString stdenv.isLinux '' substituteInPlace xpra/platform/xposix/features.py --replace-fail \"/usr/bin/xdg-open\" \"${xdg-utils}/bin/xdg-open\" ''; INCLUDE_DIRS = \"${pam}/include\"; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-d1f9ae43d6474a9386f23594ec87ce2e31142fdef0cb0d134b245dc0a8caa19c","title":"","text":"stdenv.mkDerivation rec { pname = \"azuredatastudio\"; version = \"1.44.1\"; version = \"1.48.1\"; desktopItems = [ desktopItem urlHandlerDesktopItem ]; src = fetchurl { name = \"${pname}-${version}.tar.gz\"; url = \"https://azuredatastudio-update.azurewebsites.net/${version}/linux-x64/stable\"; sha256 = \"sha256-6kEV331kt+/7/uWKZmTTkJX4P06CfxC8Ogq052qlUEg=\"; sha256 = \"sha256-JDNdMy0Wk6v2pMKS+NzSbsrffaEG2IneZO+K9pBFX48=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-7337f4d7ca2c03b6b0243370a4a4684391073d8ce476082e9fb2afe44e0dd81a","title":"","text":"]; # this will most likely need to be updated when azuredatastudio's version changes sqltoolsservicePath = \"${targetPath}/resources/app/extensions/mssql/sqltoolsservice/Linux/4.7.1.6\"; sqltoolsservicePath = \"${targetPath}/resources/app/extensions/mssql/sqltoolsservice/Linux/4.11.1.1\"; rpath = lib.concatStringsSep \":\" [ (lib.makeLibraryPath ["} {"_id":"doc-en-nixpkgs-f90f29ac7bdce4d867a5592c0478538d74728e7b04fb80a1fac2dbc13231b9f3","title":"","text":"githubId = 15379000; name = \"schneefux\"; }; schnow265 = { email = \"thesnowbox@icloud.com\"; github = \"schnow265\"; githubId = 57457177; name = \"Luca Scalet\"; }; schnusch = { github = \"schnusch\"; githubId = 5104601;"} {"_id":"doc-en-nixpkgs-8bf7f1df6c65177ee09efc082bb75837cb6e2316339da025e5f59bc073c67273","title":"","text":" { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = \"goread\"; version = \"1.6.5\"; src = fetchFromGitHub { owner = \"TypicalAM\"; repo = \"goread\"; rev = \"v${version}\"; hash = \"sha256-SRVXcdgtRpWqvO28CnUcx40nFJnG+Hd94Ezgaj5xK6A=\"; }; vendorHash = \"sha256-/kxEnw8l9S7WNMcPh1x7xqiQ3L61DSn6DCIvJlyrip0=\"; env.TEST_OFFLINE_ONLY = 1; meta = { description = \"Beautiful program to read your RSS/Atom feeds right in the terminal\"; homepage = \"https://github.com/TypicalAM/goread\"; changelog = \"https://github.com/TypicalAM/goread/releases/tag/v${version}\"; license = lib.licenses.gpl3Plus; mainProgram = \"goread\"; maintainers = with lib.maintainers; [ schnow265 ]; }; } "} {"_id":"doc-en-nixpkgs-d529556ad1e58dc57fdd35d608a285b7303d1e26ac387102afb0d2bdfdec0351","title":"","text":" { lib, stdenv, cmake, boost, bison, flex, fetchFromGitHub, perl , python3, python3Packages, zlib, minisat, cryptominisat }: { lib , stdenv , cmake , boost , bison , flex , fetchFromGitHub , fetchpatch , perl , python3 , zlib , minisat , cryptominisat }: stdenv.mkDerivation rec { pname = \"stp\";"} {"_id":"doc-en-nixpkgs-00b0d6d5f7443f37d913ada82df22d43aa20ff790cae8a599563d75c7d19821b","title":"","text":"src = fetchFromGitHub { owner = \"stp\"; repo = \"stp\"; rev = version; sha256 = \"1yg2v4wmswh1sigk47drwsxyayr472mf4i47lqmlcgn9hhbx1q87\"; rev = version; hash = \"sha256-B+HQF4TJPkYrpodE4qo4JHvlu+a5HTJf1AFyXTnZ4vk=\"; }; patches = [ # Fix missing type declaration # due to undeterminisitic compilation # of circularly dependent headers ./stdint.patch # Python 3.12+ compatibility for build: https://github.com/stp/stp/pull/450 (fetchpatch { url = \"https://github.com/stp/stp/commit/fb185479e760b6ff163512cb6c30ac9561aadc0e.patch\"; hash = \"sha256-guFgeWOrxRrxkU7kMvd5+nmML0rwLYW196m1usE2qiA=\"; }) ]; postPatch = ''"} {"_id":"doc-en-nixpkgs-fd40e7757508b4b4ff42f401799d904d16af77688ec658adb63da52e40f25864","title":"","text":"sed -e '1i #include ' -i include/stp/AST/ASTNode.h ''; buildInputs = [ boost zlib minisat cryptominisat python3 ]; buildInputs = [ boost zlib minisat cryptominisat python3 ]; nativeBuildInputs = [ cmake bison flex perl ]; preConfigure = '' python_install_dir=$out/${python3Packages.python.sitePackages} python_install_dir=$out/${python3.sitePackages} mkdir -p $python_install_dir cmakeFlagsArray=( $cmakeFlagsArray"} {"_id":"doc-en-nixpkgs-b2055d10b141c5b7ca3cd8f9b7eebb3fbe650bd369e8e9acc090d809a94ab84e","title":"","text":"meta = with lib; { description = \"Simple Theorem Prover\"; maintainers = with maintainers; [ McSinyx ]; maintainers = with maintainers; [ McSinyx numinit ]; platforms = platforms.linux; license = licenses.mit; };"} {"_id":"doc-en-nixpkgs-5562f3ec49b0b00c533f539b4e3c07474715c2783b9cf3d9c5a9465a0d6768e5","title":"","text":"--replace \"#include \" \"\" substituteInPlace lib/builtins/cpu_model${lib.optionalString (lib.versionAtLeast version \"18\") \"/x86\"}.c --replace \"#include \" \"\" '')); '')) + lib.optionalString (lib.versionAtLeast release_version \"13\" && lib.versionOlder release_version \"14\") '' # https://github.com/llvm/llvm-project/blob/llvmorg-14.0.6/libcxx/utils/merge_archives.py # Seems to only be used in v13 though it's present in v12 and v14, and dropped in v15. substituteInPlace ../libcxx/utils/merge_archives.py --replace-fail \"import distutils.spawn\" \"from shutil import which as find_executable\" --replace-fail \"distutils.spawn.\" \"\" ''; # Hack around weird upsream RPATH bug postInstall = lib.optionalString (stdenv.hostPlatform.isDarwin) ''"} {"_id":"doc-en-nixpkgs-4aad704f7d8f10d96a12871adc689c58ddde37b3639815d318f6cc113cc8b582","title":"","text":"wrapProgram $out/bin/tailscaled --prefix PATH : ${lib.makeBinPath [ iproute2 iptables getent shadow ]} --suffix PATH : ${lib.makeBinPath [ procps ]} sed -i -e \"s#/usr/sbin#$out/bin#\" -e \"/^EnvironmentFile/d\" ./cmd/tailscaled/tailscaled.service install -D -m0444 -t $out/lib/systemd/system ./cmd/tailscaled/tailscaled.service '' + lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' local INSTALL=\"$out/bin/tailscale\" installShellCompletion --cmd tailscale --bash <($out/bin/tailscale completion bash) --fish <($out/bin/tailscale completion fish) --zsh <($out/bin/tailscale completion zsh) sed -i -e \"s#/usr/sbin#$out/bin#\" -e \"/^EnvironmentFile/d\" ./cmd/tailscaled/tailscaled.service install -D -m0444 -t $out/lib/systemd/system ./cmd/tailscaled/tailscaled.service ''; passthru.tests = {"} {"_id":"doc-en-nixpkgs-8b2ca637caf5f209c97ad8258daef2aa6d6a9c5404d30b141e4086f85f881cb8","title":"","text":" { lib, fetchFromGitHub, python3Packages }: { lib, fetchFromGitHub, python3Packages, gobject-introspection, wrapGAppsNoGuiHook }: python3Packages.buildPythonPackage rec { pname = \"open-fprintd\";"} {"_id":"doc-en-nixpkgs-93f9db092115849d478f172dc4d98bced8cf0e2311ce00b4bdafa23d70e40f39","title":"","text":"sha256 = \"sha256-uVFuwtsmR/9epoqot3lJ/5v5OuJjuRjL7FJF7oXNDzU=\"; }; nativeBuildInputs = [ wrapGAppsNoGuiHook gobject-introspection ]; propagatedBuildInputs = with python3Packages; [ dbus-python pygobject3 ]; checkInputs = with python3Packages; [ dbus-python ];"} {"_id":"doc-en-nixpkgs-d50148855f041c61ff049b977cf30fbd8ca19ffc48eb3fd445393aeffeb63f60","title":"","text":"--replace /usr/lib/open-fprintd \"$out/lib/open-fprintd\" ''; dontWrapGApps = true; makeWrapperArgs = [ \"${gappsWrapperArgs[@]}\" ]; postFixup = '' wrapPythonProgramsIn \"$out/lib/open-fprintd\" \"$out $pythonPath\" '';"} {"_id":"doc-en-nixpkgs-6ae4a744c5c5f56afd73693d55c8876b06d630bf5e3fa22185ae925eb1593ae0","title":"","text":" { lib , python3 , fetchFromGitHub }: python3.pkgs.buildPythonApplication rec { pname = \"flexget\"; version = \"3.11.39\"; pyproject = true; # Fetch from GitHub in order to use `requirements.in` src = fetchFromGitHub { owner = \"Flexget\"; repo = \"Flexget\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-saNxs+Xdf6OTRRcMTceU8/ITcYzwtP8VqRKxsWyas+o=\"; }; postPatch = '' # remove dependency constraints but keep environment constraints sed 's/[~<>=][^;]*//' -i requirements.txt ''; build-system = with python3.pkgs; [ setuptools wheel ]; dependencies = with python3.pkgs; [ # See https://github.com/Flexget/Flexget/blob/master/requirements.txt apscheduler beautifulsoup4 click colorama commonmark feedparser guessit html5lib jinja2 jsonschema loguru more-itertools packaging pendulum psutil pynzb pyrsistent pyrss2gen python-dateutil pyyaml rebulk requests rich rpyc sqlalchemy typing-extensions # WebUI requirements cherrypy flask-compress flask-cors flask-login flask-restful flask-restx flask pyparsing werkzeug zxcvbn # Plugins requirements transmission-rpc ]; pythonImportsCheck = [ \"flexget\" \"flexget.plugins.clients.transmission\" ]; # ~400 failures doCheck = false; meta = with lib; { homepage = \"https://flexget.com/\"; changelog = \"https://github.com/Flexget/Flexget/releases/tag/v${version}\"; description = \"Multipurpose automation tool for all of your media\"; license = licenses.mit; maintainers = with maintainers; [ pbsds ]; }; } "} {"_id":"doc-en-nixpkgs-9b0c8731c0f05b8d7e41e2a3f94e181eaa7da7b8f6766ea4b971973df5453a0a","title":"","text":" { lib , python3 , python311 , fetchFromGitHub }: let python = if (builtins.tryEval python3.pkgs.nose.outPath).success then python3 else python311; in python.pkgs.buildPythonApplication rec { pname = \"flexget\"; version = \"3.11.41\"; pyproject = true; # Fetch from GitHub in order to use `requirements.in` src = fetchFromGitHub { owner = \"Flexget\"; repo = \"Flexget\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-ZSqkD53fdDnKulVPgM9NWXVFXDR0sZ94mRyV1iKS87o=\"; }; postPatch = '' # remove dependency constraints but keep environment constraints sed 's/[~<>=][^;]*//' -i requirements.txt ''; build-system = with python.pkgs; [ setuptools wheel ]; dependencies = with python.pkgs; [ # See https://github.com/Flexget/Flexget/blob/master/pyproject.toml apscheduler beautifulsoup4 colorama feedparser guessit html5lib jinja2 jsonschema loguru psutil pynzb pyrss2gen python-dateutil pyyaml rebulk requests rich rpyc sqlalchemy # WebUI requirements cherrypy flask-compress flask-cors flask-login flask-restx flask packaging pyparsing werkzeug zxcvbn pendulum # Plugins requirements transmission-rpc qbittorrent-api deluge-client cloudscraper python-telegram-bot ]; pythonImportsCheck = [ \"flexget\" \"flexget.api.core.authentication\" \"flexget.api.core.database\" \"flexget.api.core.plugins\" \"flexget.api.core.schema\" \"flexget.api.core.server\" \"flexget.api.core.tasks\" \"flexget.api.core.user\" \"flexget.components.thetvdb.api\" \"flexget.components.tmdb.api\" \"flexget.components.trakt.api\" \"flexget.components.tvmaze.api\" \"flexget.plugins.clients.aria2\" \"flexget.plugins.clients.deluge\" \"flexget.plugins.clients.nzbget\" \"flexget.plugins.clients.pyload\" \"flexget.plugins.clients.qbittorrent\" \"flexget.plugins.clients.rtorrent\" \"flexget.plugins.clients.transmission\" \"flexget.plugins.services.kodi_library\" \"flexget.plugins.services.myepisodes\" \"flexget.plugins.services.pogcal_acquired\" ]; # ~400 failures doCheck = false; meta = with lib; { homepage = \"https://flexget.com/\"; changelog = \"https://github.com/Flexget/Flexget/releases/tag/v${version}\"; description = \"Multipurpose automation tool for all of your media\"; license = licenses.mit; maintainers = with maintainers; [ pbsds ]; }; } "} {"_id":"doc-en-nixpkgs-051559f3e1627c97fff156360c09b7b1e198f5dd16b0ce709cd4279928227fcd","title":"","text":"flamp = callPackage ../applications/radio/flamp { }; flexget = callPackage ../applications/networking/flexget { }; fldigi = callPackage ../applications/radio/fldigi { hamlib = hamlib_4; };"} {"_id":"doc-en-nixpkgs-992a7568f94fee3fe2f4033b21889760c6d20ae34e4c1c7c228ab288e5aaeab5","title":"","text":"githubId = 4201956; name = \"pongo1231\"; }; PopeRigby = { name = \"PopeRigby\"; github = \"poperigby\"; githubId = 20866468; }; poptart = { email = \"poptart@hosakacorp.net\"; github = \"terrorbyte\";"} {"_id":"doc-en-nixpkgs-abc0ec94ab26fb5a62561c7ac54dd7ae82149bda6c7e7631251a311fd21688bd","title":"","text":" { lib, stdenv, fetchFromGitHub, makeWrapper , SDL2, gzip, libvorbis, libmad, vulkan-headers, vulkan-loader, moltenvk { lib, stdenv, fetchFromGitHub, meson, ninja, glslang, pkg-config, flac, libopus, opusfile, makeWrapper, SDL2, gzip, libvorbis, libmad, vulkan-loader, moltenvk, }: stdenv.mkDerivation rec { pname = \"vkquake\"; version = \"1.22.3\"; version = \"1.31.0\"; src = fetchFromGitHub { owner = \"Novum\"; repo = \"vkQuake\"; rev = version; sha256 = \"sha256-+8DU1QT3Lgqf1AIReVnXQ2Lq6R6eBb8VjdkJfAn/Rtc=\"; sha256 = \"sha256-3xWwqN0EcwDMEhVxfLa0bMMClM+zELEFWzO/EJvPNs0=\"; }; sourceRoot = \"${src.name}/Quake\"; nativeBuildInputs = [ makeWrapper vulkan-headers glslang meson ninja pkg-config ]; buildInputs = [ gzip SDL2 libvorbis flac gzip libmad libopus libvorbis opusfile vulkan-loader ] ++ lib.optional stdenv.isDarwin moltenvk; buildFlags = [ \"DO_USERDIRS=1\" ]; preInstall = '' mkdir -p \"$out/bin\" ''; makeFlags = [ \"prefix=$(out) bindir=$(out)/bin\" ]; env = lib.optionalAttrs stdenv.isDarwin { NIX_CFLAGS_COMPILE = \"-Wno-error=unused-but-set-variable\"; }; postFixup = '' wrapProgram $out/bin/vkquake --prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib installPhase = '' mkdir -p \"$out/bin\" cp vkquake \"$out/bin\" ''; enableParallelBuilding = true; postFixup = '' patchelf $out/bin/vkquake --add-rpath ${lib.makeLibraryPath [ vulkan-loader ]} ''; meta = with lib; { description = \"Vulkan Quake port based on QuakeSpasm\"; mainProgram = \"vkquake\"; homepage = src.meta.homepage; longDescription = '' vkQuake is a Quake 1 port using Vulkan instead of OpenGL for rendering."} {"_id":"doc-en-nixpkgs-0faa8db377301b1c19e3bfa0f1d8d1659d2b779f336f01889c3426febc880b64","title":"","text":"''; platforms = with platforms; linux ++ darwin; maintainers = with maintainers; [ ylh ]; maintainers = with maintainers; [ PopeRigby ylh ]; mainProgram = \"vkquake\"; }; }"} {"_id":"doc-en-nixpkgs-2e1df9fcdabdfacdc712404723e5478b1498585bd95ee17b46e84d206dd1cbd8","title":"","text":"buildPythonPackage rec { pname = \"momepy\"; version = \"0.7.0\"; version = \"0.8.0\"; pyproject = true; disabled = pythonOlder \"3.10\";"} {"_id":"doc-en-nixpkgs-ca21cb61bc119d46831797cda8dc4d7319db490de03b929a863212a6f81eca25","title":"","text":"owner = \"pysal\"; repo = \"momepy\"; rev = \"v${version}\"; hash = \"sha256-HVp2a0z+5fbfkNSxnTfZPCgG2SJMlKX/zso14M18mCk=\"; hash = \"sha256-r2iGzk54MsrkYB3Sp9/B1QGKnvqPGUj3MQhk6yqIoXE=\"; }; build-system = [ setuptools-scm ];"} {"_id":"doc-en-nixpkgs-a6089daef2c8b06f263475ab52553bf9168e11f22b51e58076593dee640bd793","title":"","text":"kpurpose kdeclarative wrapGAppsHook3 glaxnimate ]; # Both MLT and FFMpeg paths must be set or Kdenlive will complain that it"} {"_id":"doc-en-nixpkgs-ea77d266804550e2d88113712f88ba228b302adc23bf1afca30d1ce7743b4fbb","title":"","text":"mlt shared-mime-info libv4l glaxnimate ]; qtWrapperArgs = ["} {"_id":"doc-en-nixpkgs-1232e5988c540c86919183cbbfc7679965d71ea9a704a41c525d607c4e63537f","title":"","text":"haveLibcxx = stdenv.cc.libcxx != null; isDarwinStatic = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isStatic && lib.versionAtLeast release_version \"16\"; inherit (stdenv.hostPlatform) isMusl isAarch64; noSanitizers = !haveLibc || bareMetal || isMusl || isDarwinStatic; baseName = \"compiler-rt\"; pname = baseName + lib.optionalString (haveLibc) \"-libc\";"} {"_id":"doc-en-nixpkgs-2c05f8e2c100c128acfde27dd276c1b0fd27d2a8fc0c968eee917440a51fe258","title":"","text":"\"-DCOMPILER_RT_BUILD_LIBFUZZER=OFF\" ] ++ lib.optionals (useLLVM && haveLibc) [ \"-DCOMPILER_RT_BUILD_SANITIZERS=ON\" ] ++ lib.optionals (!haveLibc || bareMetal || isMusl || isDarwinStatic) [ ] ++ lib.optionals (noSanitizers) [ \"-DCOMPILER_RT_BUILD_SANITIZERS=OFF\" ] ++ lib.optionals ((useLLVM && !haveLibcxx) || !haveLibc || bareMetal || isMusl || isDarwinStatic) [ \"-DCOMPILER_RT_BUILD_XRAY=OFF\""} {"_id":"doc-en-nixpkgs-ce1dbbceb4ac54065d91d00001c6a94417afbbe61f8028031b387e31b890cf8b","title":"","text":"\"-DCOMPILER_RT_ENABLE_IOS=OFF\" ]) ++ lib.optionals (lib.versionAtLeast version \"19\" && stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion \"10.13\") [ \"-DSANITIZER_MIN_OSX_VERSION=10.10\" ] ++ lib.optionals (noSanitizers && lib.versionAtLeast release_version \"19\") [ \"-DCOMPILER_RT_BUILD_CTX_PROFILE=OFF\" ]; outputs = [ \"out\" \"dev\" ];"} {"_id":"doc-en-nixpkgs-3d3a1c37baaab8503656af0b17df5f966fe0dc126da3cefc7a6857c29a8fc4a6","title":"","text":"} sub cpuManufacturer { my $id = shift; return $cpuinfo =~ /^vendor_ids*:.* $id$/m; } # Determine CPU governor to use if (-e \"/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors\") {"} {"_id":"doc-en-nixpkgs-42eec1bb93cbffd7a578075e5f746cb512415d977c755f1c8c4c7d6bd89e71fc","title":"","text":"push @kernelModules, \"kvm-intel\" if hasCPUFeature \"vmx\"; push @kernelModules, \"kvm-amd\" if hasCPUFeature \"svm\"; push @attrs, \"hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;\" if cpuManufacturer \"AuthenticAMD\"; push @attrs, \"hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;\" if cpuManufacturer \"GenuineIntel\"; # Look at the PCI devices and add necessary modules. Note that most # modules are auto-detected so we don't need to list them here."} {"_id":"doc-en-nixpkgs-e0feae545330438d5e7c7574fee2bf5c7054c03b19943535ea13f090ef2a63b6","title":"","text":"{ lib , gccStdenv , stdenv , fetchurl , fetchpatch"} {"_id":"doc-en-nixpkgs-d3cc5081c18c7e92144a6339046fb8ea21bc4c8cc1d2fc65b7442d5d59471a14","title":"","text":"}) # Fix detection of NEON (and armv6 build) : ./fix-neon-detection.patch ]; ] # CMake files require a bit of patching to support CMAKE_ASM_COMPILER. # Made by @RossComputerGuy for x265 v3.5. # https://mailman.videolan.org/pipermail/x265-devel/2024-July/013734.html ++ lib.optional (stdenv.cc.isClang && !stdenv.targetPlatform.isDarwin) ./fix-clang-asm.patch; postPatch = '' substituteInPlace cmake/Version.cmake "} {"_id":"doc-en-nixpkgs-cb84a667a6da903ade54479fdf4665994862194002792631eba68a702f45f3c5","title":"","text":"(mkFlag ppaSupport \"ENABLE_PPA\") (mkFlag vtuneSupport \"ENABLE_VTUNE\") (mkFlag werrorSupport \"WARNINGS_AS_ERRORS\") ]; ] # Clang does not support the endfunc directive so use GCC. ++ lib.optional (stdenv.cc.isClang && !stdenv.targetPlatform.isDarwin) \"-DCMAKE_ASM_COMPILER=${gccStdenv.cc}/bin/${gccStdenv.cc.targetPrefix}gcc\"; cmakeStaticLibFlags = [ \"-DHIGH_BIT_DEPTH=ON\""} {"_id":"doc-en-nixpkgs-42923724cdbdd06e9931f737900c1d17f6271d35129def087ef1c9dc36d60794","title":"","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index a407271b4..593628e0f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -310,7 +310,7 @@ if(GCC) endif() check_cxx_compiler_flag(-mstackrealign CC_HAS_STACK_REALIGN) if (CC_HAS_STACK_REALIGN) - add_definitions(-mstackrealign) + add_compile_options($<$:-mstackrealign>) endif() # Disable exceptions. Reduce executable size, increase compability. check_cxx_compiler_flag(-fno-exceptions CC_HAS_FNO_EXCEPTIONS_FLAG) @@ -545,7 +545,7 @@ if((MSVC_IDE OR XCODE OR GCC) AND ENABLE_ASSEMBLY) list(APPEND ASM_OBJS ${ASM}.${SUFFIX}) add_custom_command( OUTPUT ${ASM}.${SUFFIX} - COMMAND ${CMAKE_CXX_COMPILER} + COMMAND ${CMAKE_ASM_COMPILER} ARGS ${ARM_ARGS} -c ${ASM_SRC} -o ${ASM}.${SUFFIX} DEPENDS ${ASM_SRC}) endforeach() diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 12b643ad5..876f3543d 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -16,6 +16,7 @@ endif(EXTRA_LIB) if(ENABLE_ASSEMBLY) set_source_files_properties(threading.cpp primitives.cpp pixel.cpp PROPERTIES COMPILE_FLAGS -DENABLE_ASSEMBLY=1) list(APPEND VFLAGS \"-DENABLE_ASSEMBLY=1\") + enable_language(ASM) endif(ENABLE_ASSEMBLY) if(ENABLE_ASSEMBLY AND X86) "} {"_id":"doc-en-nixpkgs-debfe0b6fa4c8f22fcc865eea21e36d91eca9e3c09bc50cedc6d8e2c76db9a7d","title":"","text":" { appimageTools , lib , fetchurl }: let pname = \"nuclear\"; version = \"0.6.30\"; src = fetchurl { url = \"https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}.AppImage\"; hash = \"sha256-he1uGC1M/nFcKpMM9JKY4oeexJcnzV0ZRxhTjtJz6xw=\"; }; appimageContents = appimageTools.extract { inherit pname version src; }; in appimageTools.wrapType2 { inherit pname version src; extraInstallCommands = '' install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications substituteInPlace $out/share/applications/${pname}.desktop --replace 'Exec=AppRun' 'Exec=${pname}' cp -r ${appimageContents}/usr/share/icons $out/share ''; meta = with lib; { description = \"Streaming music player that finds free music for you\"; homepage = \"https://nuclear.js.org/\"; license = licenses.agpl3Plus; maintainers = [ maintainers.NotAShelf ]; platforms = [ \"x86_64-linux\" ]; mainProgram = \"nuclear\"; }; } "} {"_id":"doc-en-nixpkgs-f2f3f913b55b64d226bc8185716760347c06e6f31def5b0a92f56166842e62d1","title":"","text":" { appimageTools, lib, fetchurl, }: let pname = \"nuclear\"; version = \"0.6.31\"; src = fetchurl { # Nuclear currenntly only publishes AppImage releases for x86_64, which is hardcoded in # the package name. We also hardcode the host arch in the release name, but should upstream # provide more arches, we should use stdenv.hostPlatform to determine the arch and choose # source URL accordingly. url = \"https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage\"; hash = \"sha256-ezho69fDP4OiLpC8KNKc8OIZ++TX4GUinFB6o8MLx3I=\"; }; appimageContents = appimageTools.extract { inherit pname version src; }; in appimageTools.wrapType2 { inherit pname version src; extraInstallCommands = '' install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications substituteInPlace $out/share/applications/${pname}.desktop --replace-fail 'Exec=AppRun' 'Exec=${pname}' cp -r ${appimageContents}/usr/share/icons $out/share ''; meta = { description = \"Streaming music player that finds free music for you\"; homepage = \"https://nuclear.js.org/\"; license = lib.licenses.agpl3Plus; maintainers = [ lib.maintainers.NotAShelf ]; platforms = [ \"x86_64-linux\" ]; mainProgram = \"nuclear\"; }; } "} {"_id":"doc-en-nixpkgs-7e05eaa70a58359edd4037443fd3e66f4f56c23ada2be77446b0b84a970d22b4","title":"","text":"''; }; nuclear = callPackage ../applications/audio/nuclear { }; nuclei = callPackage ../tools/security/nuclei { }; nullmailer = callPackage ../servers/mail/nullmailer {"} {"_id":"doc-en-nixpkgs-e08a547a8c7f6991641a1908f0274f893178d0b6f1c07ab564ea2685183cd292","title":"","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 = \"ahash\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011\" dependencies = [ \"cfg-if\", \"getrandom\", \"once_cell\", \"version_check\", \"zerocopy\", ] [[package]] name = \"aho-corasick\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916\" 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.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f\" [[package]] name = \"alsa\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37fe60779335388a88c01ac6c3be40304d1e349de3ada3b15f7808bb90fa9dce\" dependencies = [ \"alsa-sys\", \"bitflags 2.6.0\", \"libc\", ] [[package]] name = \"alsa-sys\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527\" dependencies = [ \"libc\", \"pkg-config\", ] [[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 = \"anes\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299\" [[package]] name = \"anstream\" version = \"0.6.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526\" dependencies = [ \"anstyle\", \"anstyle-parse\", \"anstyle-query\", \"anstyle-wincon\", \"colorchoice\", \"is_terminal_polyfill\", \"utf8parse\", ] [[package]] name = \"anstyle\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1\" [[package]] name = \"anstyle-parse\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb\" dependencies = [ \"utf8parse\", ] [[package]] name = \"anstyle-query\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"anstyle-wincon\" version = \"3.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8\" dependencies = [ \"anstyle\", \"windows-sys 0.52.0\", ] [[package]] name = \"anyhow\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da\" [[package]] name = \"arbitrary\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110\" dependencies = [ \"derive_arbitrary\", ] [[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.72\", ] [[package]] name = \"arrayvec\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\" [[package]] name = \"assert_cmd\" version = \"2.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37\" dependencies = [ \"anstyle\", \"bstr\", \"doc-comment\", \"predicates\", \"predicates-core\", \"predicates-tree\", \"wait-timeout\", ] [[package]] name = \"assert_fs\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674\" dependencies = [ \"anstyle\", \"doc-comment\", \"globwalk\", \"predicates\", \"predicates-core\", \"predicates-tree\", \"tempfile\", ] [[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.72\", ] [[package]] name = \"async-trait\" version = \"0.1.81\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"atoi\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528\" dependencies = [ \"num-traits\", ] [[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 = \"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 = \"axum\" version = \"0.6.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf\" dependencies = [ \"async-trait\", \"axum-core 0.3.4\", \"bitflags 1.3.2\", \"bytes\", \"futures-util\", \"http 0.2.12\", \"http-body 0.4.6\", \"hyper 0.14.30\", \"itoa\", \"matchit\", \"memchr\", \"mime\", \"percent-encoding\", \"pin-project-lite\", \"rustversion\", \"serde\", \"sync_wrapper 0.1.2\", \"tower\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf\" dependencies = [ \"async-trait\", \"axum-core 0.4.3\", \"bytes\", \"futures-util\", \"http 1.1.0\", \"http-body 1.0.1\", \"http-body-util\", \"hyper 1.4.1\", \"hyper-util\", \"itoa\", \"matchit\", \"memchr\", \"mime\", \"percent-encoding\", \"pin-project-lite\", \"rustversion\", \"serde\", \"serde_json\", \"serde_path_to_error\", \"serde_urlencoded\", \"sync_wrapper 1.0.1\", \"tokio\", \"tower\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"axum-core\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c\" dependencies = [ \"async-trait\", \"bytes\", \"futures-util\", \"http 0.2.12\", \"http-body 0.4.6\", \"mime\", \"rustversion\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum-core\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3\" dependencies = [ \"async-trait\", \"bytes\", \"futures-util\", \"http 1.1.0\", \"http-body 1.0.1\", \"http-body-util\", \"mime\", \"pin-project-lite\", \"rustversion\", \"sync_wrapper 0.1.2\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[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.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"base64\" version = \"0.21.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567\" [[package]] name = \"base64\" version = \"0.22.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\" [[package]] name = \"base64ct\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b\" [[package]] name = \"bindgen\" version = \"0.69.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0\" dependencies = [ \"bitflags 2.6.0\", \"cexpr\", \"clang-sys\", \"itertools 0.12.1\", \"lazy_static\", \"lazycell\", \"proc-macro2\", \"quote\", \"regex\", \"rustc-hash\", \"shlex\", \"syn 2.0.72\", ] [[package]] name = \"bindgen_cuda\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f8489af5b7d17a81bffe37e0f4d6e1e4de87c87329d05447f22c35d95a1227d\" dependencies = [ \"glob\", \"num_cpus\", \"rayon\", ] [[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.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de\" dependencies = [ \"serde\", ] [[package]] name = \"bitstream-io\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499\" [[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 = \"bstr\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c\" dependencies = [ \"memchr\", \"regex-automata 0.4.7\", \"serde\", ] [[package]] name = \"built\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4\" [[package]] name = \"bumpalo\" version = \"3.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c\" [[package]] name = \"bytemuck\" version = \"1.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"byteorder\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\" [[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.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50\" [[package]] name = \"candle-core\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5b18de020c2729dbf7ac390325312644808b6ba9b7962f1f724e9185b1d53c7\" dependencies = [ \"byteorder\", \"candle-kernels\", \"candle-metal-kernels\", \"cudarc\", \"gemm\", \"half\", \"memmap2\", \"metal\", \"num-traits\", \"num_cpus\", \"rand\", \"rand_distr\", \"rayon\", \"safetensors\", \"thiserror\", \"yoke\", \"zip\", ] [[package]] name = \"candle-kernels\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8bc0a71be8b2f0950b63fd602a5e10a74a4f94a5fd63059ae455e96163389488\" dependencies = [ \"bindgen_cuda\", ] [[package]] name = \"candle-metal-kernels\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f889aacd02fd999620a0435133d7cf3b58c81ef9dd5e47c38939b7a72345ea86\" dependencies = [ \"metal\", \"once_cell\", \"thiserror\", \"tracing\", ] [[package]] name = \"candle-nn\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b006b30f66a0d94fc9cef0ac4de6ce510565f35ae2c6c35ce5d4aacfb0fc8eeb\" dependencies = [ \"candle-core\", \"candle-metal-kernels\", \"half\", \"metal\", \"num-traits\", \"rayon\", \"safetensors\", \"serde\", \"thiserror\", ] [[package]] name = \"candle-transformers\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f0d4eb6a0d9279d5829b06b2bf3caa117904eefd6dcf879d16e687c4a84034c\" dependencies = [ \"byteorder\", \"candle-core\", \"candle-nn\", \"fancy-regex\", \"num-traits\", \"rand\", \"rayon\", \"serde\", \"serde_json\", \"serde_plain\", \"tracing\", ] [[package]] name = \"cast\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5\" [[package]] name = \"cc\" version = \"1.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc\" dependencies = [ \"jobserver\", \"libc\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cexpr\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\" dependencies = [ \"nom\", ] [[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.15.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02\" 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.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.6\", ] [[package]] name = \"ciborium\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e\" dependencies = [ \"ciborium-io\", \"ciborium-ll\", \"serde\", ] [[package]] name = \"ciborium-io\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757\" [[package]] name = \"ciborium-ll\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9\" dependencies = [ \"ciborium-io\", \"half\", ] [[package]] name = \"clang-sys\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4\" dependencies = [ \"glob\", \"libc\", \"libloading\", ] [[package]] name = \"clap\" version = \"4.5.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc\" dependencies = [ \"clap_builder\", \"clap_derive\", ] [[package]] name = \"clap_builder\" version = \"4.5.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99\" dependencies = [ \"anstream\", \"anstyle\", \"clap_lex\", \"strsim 0.11.1\", ] [[package]] name = \"clap_derive\" version = \"4.5.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0\" dependencies = [ \"heck 0.5.0\", \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"clap_lex\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97\" [[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.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0\" [[package]] name = \"colored\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8\" dependencies = [ \"lazy_static\", \"windows-sys 0.48.0\", ] [[package]] name = \"combine\" version = \"4.6.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"console\" version = \"0.15.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb\" dependencies = [ \"encode_unicode\", \"lazy_static\", \"libc\", \"unicode-width\", \"windows-sys 0.52.0\", ] [[package]] name = \"console-api\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a257c22cd7e487dd4a13d413beabc512c5052f0bc048db0da6a84c3d8a6142fd\" dependencies = [ \"futures-core\", \"prost\", \"prost-types\", \"tonic\", \"tracing-core\", ] [[package]] name = \"console-subscriber\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31c4cc54bae66f7d9188996404abdf7fdfa23034ef8e43478c8810828abad758\" dependencies = [ \"console-api\", \"crossbeam-channel\", \"crossbeam-utils\", \"futures-task\", \"hdrhistogram\", \"humantime\", \"prost\", \"prost-types\", \"serde\", \"serde_json\", \"thread_local\", \"tokio\", \"tokio-stream\", \"tonic\", \"tracing\", \"tracing-core\", \"tracing-subscriber\", ] [[package]] name = \"const-oid\" version = \"0.9.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8\" [[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.23.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-graphics-types\", \"foreign-types 0.5.0\", \"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 = \"coreaudio-rs\" version = \"0.11.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation-sys\", \"coreaudio-sys\", ] [[package]] name = \"coreaudio-sys\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9\" dependencies = [ \"bindgen\", ] [[package]] name = \"cpal\" version = \"0.15.3\" source = \"git+https://github.com/louis030195/cpal-d.git?rev=6751589#67515895504eef8217cb2008fb6544fb9012ddc7\" dependencies = [ \"alsa\", \"core-foundation-sys\", \"coreaudio-rs\", \"dasp_sample\", \"jni\", \"js-sys\", \"libc\", \"mach2\", \"ndk\", \"ndk-context\", \"oboe\", \"screencapturekit\", \"screencapturekit-sys\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"windows 0.54.0\", ] [[package]] name = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"crc\" version = \"3.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636\" dependencies = [ \"crc-catalog\", ] [[package]] name = \"crc-catalog\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5\" [[package]] name = \"crc32fast\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3\" dependencies = [ \"cfg-if\", ] [[package]] name = \"criterion\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f\" dependencies = [ \"anes\", \"cast\", \"ciborium\", \"clap\", \"criterion-plot\", \"futures\", \"is-terminal\", \"itertools 0.10.5\", \"num-traits\", \"once_cell\", \"oorandom\", \"plotters\", \"rayon\", \"regex\", \"serde\", \"serde_derive\", \"serde_json\", \"tinytemplate\", \"tokio\", \"walkdir\", ] [[package]] name = \"criterion-plot\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1\" dependencies = [ \"cast\", \"itertools 0.10.5\", ] [[package]] name = \"crossbeam\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-epoch\", \"crossbeam-queue\", \"crossbeam-utils\", ] [[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-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-queue\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35\" 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 = \"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 = \"cudarc\" version = \"0.11.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a56028291ec3b0f6711e2e1b2d597484d359833dcb68331ce89e538012f835c4\" dependencies = [ \"half\", \"libloading\", ] [[package]] name = \"darling\" version = \"0.20.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.20.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2\", \"quote\", \"strsim 0.11.1\", \"syn 2.0.72\", ] [[package]] name = \"darling_macro\" version = \"0.20.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806\" dependencies = [ \"darling_core\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"dasp_sample\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f\" [[package]] name = \"dbus\" version = \"0.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b\" dependencies = [ \"libc\", \"libdbus-sys\", \"winapi\", ] [[package]] name = \"der\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0\" dependencies = [ \"const-oid\", \"pem-rfc7468\", \"zeroize\", ] [[package]] name = \"derive_arbitrary\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"derive_builder\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7\" dependencies = [ \"derive_builder_macro\", ] [[package]] name = \"derive_builder_core\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d\" dependencies = [ \"darling\", \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"derive_builder_macro\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b\" dependencies = [ \"derive_builder_core\", \"syn 2.0.72\", ] [[package]] name = \"difflib\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8\" [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"const-oid\", \"crypto-common\", \"subtle\", ] [[package]] name = \"dirs\" version = \"5.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225\" dependencies = [ \"dirs-sys\", ] [[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 = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"displaydoc\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"doc-comment\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10\" [[package]] name = \"dotenvy\" version = \"0.15.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b\" [[package]] name = \"dyn-stack\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b\" dependencies = [ \"bytemuck\", \"reborrow\", ] [[package]] name = \"either\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0\" dependencies = [ \"serde\", ] [[package]] name = \"encode_unicode\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f\" [[package]] name = \"encoding_rs\" version = \"0.8.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59\" dependencies = [ \"cfg-if\", ] [[package]] name = \"enum-as-inner\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a\" dependencies = [ \"heck 0.4.1\", \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"env_logger\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580\" dependencies = [ \"humantime\", \"is-terminal\", \"log\", \"regex\", \"termcolor\", ] [[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 = \"esaxx-rs\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6\" dependencies = [ \"cc\", ] [[package]] name = \"etcetera\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943\" dependencies = [ \"cfg-if\", \"home\", \"windows-sys 0.48.0\", ] [[package]] name = \"event-listener\" version = \"2.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0\" [[package]] name = \"exr\" version = \"1.72.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide\", \"rayon-core\", \"smallvec\", \"zune-inflate\", ] [[package]] name = \"extended\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365\" [[package]] name = \"fancy-regex\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2\" dependencies = [ \"bit-set\", \"regex-automata 0.4.7\", \"regex-syntax 0.8.4\", ] [[package]] name = \"fastrand\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a\" [[package]] name = \"fdeflate\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"ffmpeg-next\" version = \"7.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19a340e3d664ad5f530147cd6d4a86ece739a829fe2d81c369389ef903bd96f6\" dependencies = [ \"bitflags 2.6.0\", \"ffmpeg-sys-next\", \"libc\", ] [[package]] name = \"ffmpeg-sys-next\" version = \"7.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db1b7546e70609ead8c06b2b4c618a1ba352364675f81608f431dd4f321fe3f1\" dependencies = [ \"bindgen\", \"cc\", \"libc\", \"num_cpus\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"flate2\" version = \"1.0.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"float-cmp\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4\" dependencies = [ \"num-traits\", ] [[package]] name = \"flume\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181\" dependencies = [ \"futures-core\", \"futures-sink\", \"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 0.1.1\", ] [[package]] name = \"foreign-types\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965\" dependencies = [ \"foreign-types-macros\", \"foreign-types-shared 0.3.1\", ] [[package]] name = \"foreign-types-macros\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"foreign-types-shared\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b\" [[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 = \"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-intrusive\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f\" dependencies = [ \"futures-core\", \"lock_api\", \"parking_lot\", ] [[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.72\", ] [[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 = \"gemm\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32\" dependencies = [ \"dyn-stack\", \"gemm-c32\", \"gemm-c64\", \"gemm-common\", \"gemm-f16\", \"gemm-f32\", \"gemm-f64\", \"num-complex\", \"num-traits\", \"paste\", \"raw-cpuid\", \"seq-macro\", ] [[package]] name = \"gemm-c32\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0\" dependencies = [ \"dyn-stack\", \"gemm-common\", \"num-complex\", \"num-traits\", \"paste\", \"raw-cpuid\", \"seq-macro\", ] [[package]] name = \"gemm-c64\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a\" dependencies = [ \"dyn-stack\", \"gemm-common\", \"num-complex\", \"num-traits\", \"paste\", \"raw-cpuid\", \"seq-macro\", ] [[package]] name = \"gemm-common\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8\" dependencies = [ \"bytemuck\", \"dyn-stack\", \"half\", \"num-complex\", \"num-traits\", \"once_cell\", \"paste\", \"pulp\", \"raw-cpuid\", \"rayon\", \"seq-macro\", \"sysctl\", ] [[package]] name = \"gemm-f16\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4\" dependencies = [ \"dyn-stack\", \"gemm-common\", \"gemm-f32\", \"half\", \"num-complex\", \"num-traits\", \"paste\", \"raw-cpuid\", \"rayon\", \"seq-macro\", ] [[package]] name = \"gemm-f32\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113\" dependencies = [ \"dyn-stack\", \"gemm-common\", \"num-complex\", \"num-traits\", \"paste\", \"raw-cpuid\", \"seq-macro\", ] [[package]] name = \"gemm-f64\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0\" dependencies = [ \"dyn-stack\", \"gemm-common\", \"num-complex\", \"num-traits\", \"paste\", \"raw-cpuid\", \"seq-macro\", ] [[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 = \"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.29.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd\" [[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.7\", \"regex-syntax 0.8.4\", ] [[package]] name = \"globwalk\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757\" dependencies = [ \"bitflags 2.6.0\", \"ignore\", \"walkdir\", ] [[package]] name = \"h2\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http 0.2.12\", \"indexmap 2.3.0\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[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 1.1.0\", \"indexmap 2.3.0\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"half\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888\" dependencies = [ \"bytemuck\", \"cfg-if\", \"crunchy\", \"num-traits\", \"rand\", \"rand_distr\", ] [[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.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1\" 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.5\", ] [[package]] name = \"hdrhistogram\" version = \"7.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d\" dependencies = [ \"base64 0.21.7\", \"byteorder\", \"flate2\", \"nom\", \"num-traits\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" dependencies = [ \"unicode-segmentation\", ] [[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 = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"hf-hub\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732\" dependencies = [ \"dirs\", \"futures\", \"indicatif\", \"log\", \"native-tls\", \"num_cpus\", \"rand\", \"reqwest 0.11.27\", \"serde\", \"serde_json\", \"thiserror\", \"tokio\", \"ureq\", ] [[package]] name = \"hkdf\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7\" dependencies = [ \"hmac\", ] [[package]] name = \"hmac\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e\" dependencies = [ \"digest\", ] [[package]] name = \"home\" version = \"0.5.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"hound\" version = \"3.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f\" [[package]] name = \"http\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[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 = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2\" dependencies = [ \"bytes\", \"http 0.2.12\", \"pin-project-lite\", ] [[package]] name = \"http-body\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184\" dependencies = [ \"bytes\", \"http 1.1.0\", ] [[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 1.1.0\", \"http-body 1.0.1\", \"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 = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"hyper\" version = \"0.14.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2 0.3.26\", \"http 0.2.12\", \"http-body 0.4.6\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"socket2\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[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 0.4.5\", \"http 1.1.0\", \"http-body 1.0.1\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"smallvec\", \"tokio\", \"want\", ] [[package]] name = \"hyper-rustls\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155\" dependencies = [ \"futures-util\", \"http 1.1.0\", \"hyper 1.4.1\", \"hyper-util\", \"rustls\", \"rustls-pki-types\", \"tokio\", \"tokio-rustls\", \"tower-service\", ] [[package]] name = \"hyper-timeout\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1\" dependencies = [ \"hyper 0.14.30\", \"pin-project-lite\", \"tokio\", \"tokio-io-timeout\", ] [[package]] name = \"hyper-tls\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905\" dependencies = [ \"bytes\", \"hyper 0.14.30\", \"native-tls\", \"tokio\", \"tokio-native-tls\", ] [[package]] name = \"hyper-tls\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0\" dependencies = [ \"bytes\", \"http-body-util\", \"hyper 1.4.1\", \"hyper-util\", \"native-tls\", \"tokio\", \"tokio-native-tls\", \"tower-service\", ] [[package]] name = \"hyper-util\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"http 1.1.0\", \"http-body 1.0.1\", \"hyper 1.4.1\", \"pin-project-lite\", \"socket2\", \"tokio\", \"tower\", \"tower-service\", \"tracing\", ] [[package]] name = \"iana-time-zone\" version = \"0.1.60\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows-core 0.52.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 = \"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.7\", \"same-file\", \"walkdir\", \"winapi-util\", ] [[package]] name = \"image\" version = \"0.25.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10\" dependencies = [ \"bytemuck\", \"byteorder-lite\", \"color_quant\", \"exr\", \"gif\", \"image-webp\", \"num-traits\", \"png\", \"qoi\", \"ravif\", \"rayon\", \"rgb\", \"tiff\", \"zune-core\", \"zune-jpeg\", ] [[package]] name = \"image-compare\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96cd73af13ae2e7220a1c02fe7d6bb53be50612ba7fabbb5c88e7753645f1f3c\" dependencies = [ \"image\", \"itertools 0.12.1\", \"rayon\", \"thiserror\", ] [[package]] name = \"image-webp\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904\" dependencies = [ \"byteorder-lite\", \"quick-error\", ] [[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.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0\" dependencies = [ \"equivalent\", \"hashbrown 0.14.5\", ] [[package]] name = \"indicatif\" version = \"0.17.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3\" dependencies = [ \"console\", \"instant\", \"number_prefix\", \"portable-atomic\", \"unicode-width\", ] [[package]] name = \"infer\" version = \"0.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199\" dependencies = [ \"cfb\", ] [[package]] name = \"instant\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222\" dependencies = [ \"cfg-if\", ] [[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.72\", ] [[package]] name = \"ipnet\" version = \"2.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3\" [[package]] name = \"is-terminal\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b\" dependencies = [ \"hermit-abi\", \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"is_terminal_polyfill\" version = \"1.70.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf\" [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"itertools\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57\" dependencies = [ \"either\", ] [[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.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b\" [[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 0.45.0\", ] [[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.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0\" [[package]] name = \"js-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"lazy_static\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe\" dependencies = [ \"spin\", ] [[package]] name = \"lazycell\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\" [[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.155\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c\" [[package]] name = \"libdbus-sys\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72\" dependencies = [ \"cc\", \"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.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4\" dependencies = [ \"cfg-if\", \"windows-targets 0.52.6\", ] [[package]] name = \"libm\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058\" [[package]] name = \"libredox\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d\" dependencies = [ \"bitflags 2.6.0\", \"libc\", ] [[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.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 = \"loop9\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062\" dependencies = [ \"imgref\", ] [[package]] name = \"mach2\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709\" dependencies = [ \"libc\", ] [[package]] name = \"macro_rules_attribute\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13\" dependencies = [ \"macro_rules_attribute-proc_macro\", \"paste\", ] [[package]] name = \"macro_rules_attribute-proc_macro\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568\" [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[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 = \"matchit\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94\" [[package]] name = \"maybe-rayon\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519\" dependencies = [ \"cfg-if\", ] [[package]] name = \"md-5\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf\" dependencies = [ \"cfg-if\", \"digest\", ] [[package]] name = \"memchr\" version = \"2.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3\" [[package]] name = \"memmap2\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322\" dependencies = [ \"libc\", \"stable_deref_trait\", ] [[package]] name = \"metal\" version = \"0.27.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25\" dependencies = [ \"bitflags 2.6.0\", \"block\", \"core-graphics-types\", \"foreign-types 0.5.0\", \"log\", \"objc\", \"paste\", ] [[package]] name = \"mime\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\" [[package]] name = \"mime_guess\" version = \"2.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e\" dependencies = [ \"mime\", \"unicase\", ] [[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.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08\" dependencies = [ \"adler\", \"simd-adler32\", ] [[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 0.52.0\", ] [[package]] name = \"monostate\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d208407d7552cd041d8cdb69a1bc3303e029c598738177a3d87082004dc0e1e\" dependencies = [ \"monostate-impl\", \"serde\", ] [[package]] name = \"monostate-impl\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7ce64b975ed4f123575d11afd9491f2e37bbd5813fbfbc0f09ae1fbddea74e0\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"native-tls\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466\" dependencies = [ \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"ndk\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7\" dependencies = [ \"bitflags 2.6.0\", \"jni-sys\", \"log\", \"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.5.0+25.2.9519653\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691\" dependencies = [ \"jni-sys\", ] [[package]] name = \"new_debug_unreachable\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086\" [[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 = \"normalize-line-endings\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be\" [[package]] name = \"ntapi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4\" dependencies = [ \"winapi\", ] [[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-bigint\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9\" dependencies = [ \"num-integer\", \"num-traits\", ] [[package]] name = \"num-bigint-dig\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151\" dependencies = [ \"byteorder\", \"lazy_static\", \"libm\", \"num-integer\", \"num-iter\", \"num-traits\", \"rand\", \"smallvec\", \"zeroize\", ] [[package]] name = \"num-complex\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495\" dependencies = [ \"bytemuck\", \"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.72\", ] [[package]] name = \"num-integer\" version = \"0.1.46\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f\" dependencies = [ \"num-traits\", ] [[package]] name = \"num-iter\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824\" dependencies = [ \"num-bigint\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841\" dependencies = [ \"autocfg\", \"libm\", ] [[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.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"number_prefix\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3\" [[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.36.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e\" dependencies = [ \"memchr\", ] [[package]] name = \"oboe\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb\" dependencies = [ \"jni\", \"ndk\", \"ndk-context\", \"num-derive\", \"num-traits\", \"oboe-sys\", ] [[package]] name = \"oboe-sys\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d\" dependencies = [ \"cc\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"onig\" version = \"6.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f\" dependencies = [ \"bitflags 1.3.2\", \"libc\", \"once_cell\", \"onig_sys\", ] [[package]] name = \"onig_sys\" version = \"69.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7\" dependencies = [ \"cc\", \"pkg-config\", ] [[package]] name = \"oorandom\" version = \"11.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9\" [[package]] name = \"openssl\" version = \"0.10.66\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1\" dependencies = [ \"bitflags 2.6.0\", \"cfg-if\", \"foreign-types 0.3.2\", \"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.72\", ] [[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.103\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6\" dependencies = [ \"cc\", \"libc\", \"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 = \"overload\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39\" [[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 0.5.3\", \"smallvec\", \"windows-targets 0.52.6\", ] [[package]] name = \"paste\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a\" [[package]] name = \"pem-rfc7468\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412\" dependencies = [ \"base64ct\", ] [[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 2.0.72\", ] [[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 = \"pkcs1\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f\" dependencies = [ \"der\", \"pkcs8\", \"spki\", ] [[package]] name = \"pkcs8\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7\" dependencies = [ \"der\", \"spki\", ] [[package]] name = \"pkg-config\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec\" [[package]] name = \"plotters\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3\" dependencies = [ \"num-traits\", \"plotters-backend\", \"plotters-svg\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"plotters-backend\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7\" [[package]] name = \"plotters-svg\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705\" dependencies = [ \"plotters-backend\", ] [[package]] name = \"png\" version = \"0.17.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide\", ] [[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.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04\" dependencies = [ \"zerocopy\", ] [[package]] name = \"predicates\" version = \"3.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97\" dependencies = [ \"anstyle\", \"difflib\", \"float-cmp\", \"normalize-line-endings\", \"predicates-core\", \"regex\", ] [[package]] name = \"predicates-core\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931\" [[package]] name = \"predicates-tree\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13\" dependencies = [ \"predicates-core\", \"termtree\", ] [[package]] name = \"primal-check\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08\" dependencies = [ \"num-integer\", ] [[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.1\", ] [[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 = \"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.72\", ] [[package]] name = \"prost\" version = \"0.12.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29\" dependencies = [ \"bytes\", \"prost-derive\", ] [[package]] name = \"prost-derive\" version = \"0.12.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1\" dependencies = [ \"anyhow\", \"itertools 0.12.1\", \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"prost-types\" version = \"0.12.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0\" dependencies = [ \"prost\", ] [[package]] name = \"pulp\" version = \"0.18.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ec8d02258294f59e4e223b41ad7e81c874aa6b15bc4ced9ba3965826da0eed5\" dependencies = [ \"bytemuck\", \"libm\", \"num-complex\", \"reborrow\", ] [[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 = \"rand_distr\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31\" dependencies = [ \"num-traits\", \"rand\", ] [[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\", \"interpolate_name\", \"itertools 0.12.1\", \"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.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5797d09f9bd33604689e87e8380df4951d4912f01b63f71205e2abd4ae25e6b6\" dependencies = [ \"avif-serialize\", \"imgref\", \"loop9\", \"quick-error\", \"rav1e\", \"rgb\", ] [[package]] name = \"raw-cpuid\" version = \"10.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"rayon\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-cond\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9\" dependencies = [ \"either\", \"itertools 0.11.0\", \"rayon\", ] [[package]] name = \"rayon-core\" version = \"1.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2\" dependencies = [ \"crossbeam-deque\", \"crossbeam-utils\", ] [[package]] name = \"realfft\" version = \"3.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"953d9f7e5cdd80963547b456251296efc2626ed4e3cbf36c869d9564e0220571\" dependencies = [ \"rustfft\", ] [[package]] name = \"reborrow\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430\" [[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_syscall\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4\" dependencies = [ \"bitflags 2.6.0\", ] [[package]] name = \"redox_users\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891\" dependencies = [ \"getrandom\", \"libredox\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata 0.4.7\", \"regex-syntax 0.8.4\", ] [[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.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax 0.8.4\", ] [[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.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b\" [[package]] name = \"reqwest\" version = \"0.11.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62\" dependencies = [ \"base64 0.21.7\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2 0.3.26\", \"http 0.2.12\", \"http-body 0.4.6\", \"hyper 0.14.30\", \"hyper-tls 0.5.0\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"mime_guess\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls-pemfile 1.0.4\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"sync_wrapper 0.1.2\", \"system-configuration\", \"tokio\", \"tokio-native-tls\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg 0.50.0\", ] [[package]] name = \"reqwest\" version = \"0.12.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37\" dependencies = [ \"base64 0.22.1\", \"bytes\", \"encoding_rs\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2 0.4.5\", \"http 1.1.0\", \"http-body 1.0.1\", \"http-body-util\", \"hyper 1.4.1\", \"hyper-rustls\", \"hyper-tls 0.6.0\", \"hyper-util\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls-pemfile 2.1.3\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"sync_wrapper 1.0.1\", \"system-configuration\", \"tokio\", \"tokio-native-tls\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg 0.52.0\", ] [[package]] name = \"rgb\" version = \"0.8.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ade4539f42266ded9e755c605bdddf546242b2c961b03b06a7375260788a0523\" dependencies = [ \"bytemuck\", ] [[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 0.52.0\", ] [[package]] name = \"rsa\" version = \"0.9.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc\" dependencies = [ \"const-oid\", \"digest\", \"num-bigint-dig\", \"num-integer\", \"num-traits\", \"pkcs1\", \"pkcs8\", \"rand_core\", \"signature\", \"spki\", \"subtle\", \"zeroize\", ] [[package]] name = \"rubato\" version = \"0.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5d18b486e7d29a408ef3f825bc1327d8f87af091c987ca2f5b734625940e234\" dependencies = [ \"num-complex\", \"num-integer\", \"num-traits\", \"realfft\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustfft\" version = \"6.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43806561bc506d0c5d160643ad742e3161049ac01027b5e6d7524091fd401d86\" dependencies = [ \"num-complex\", \"num-integer\", \"num-traits\", \"primal-check\", \"strength_reduce\", \"transpose\", \"version_check\", ] [[package]] name = \"rustix\" version = \"0.38.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f\" dependencies = [ \"bitflags 2.6.0\", \"errno\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustls\" version = \"0.23.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044\" dependencies = [ \"log\", \"once_cell\", \"ring\", \"rustls-pki-types\", \"rustls-webpki\", \"subtle\", \"zeroize\", ] [[package]] name = \"rustls-pemfile\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c\" dependencies = [ \"base64 0.21.7\", ] [[package]] name = \"rustls-pemfile\" version = \"2.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425\" dependencies = [ \"base64 0.22.1\", \"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 = \"rustversion\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6\" [[package]] name = \"rusty-tesseract\" version = \"1.1.10\" source = \"git+https://github.com/louis030195/rusty-tesseract.git?branch=main#08346c1de08d122c7121425abc79081c30dbf778\" dependencies = [ \"dirs\", \"image\", \"log\", \"subprocess\", \"substring\", \"tempfile\", \"thiserror\", \"which\", ] [[package]] name = \"ryu\" version = \"1.0.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f\" [[package]] name = \"safetensors\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ced76b22c7fba1162f11a5a75d9d8405264b467a07ae0c9c29be119b9297db9\" dependencies = [ \"serde\", \"serde_json\", ] [[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.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"screencapturekit\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e\" dependencies = [ \"screencapturekit-sys\", ] [[package]] name = \"screencapturekit-sys\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60\" dependencies = [ \"block\", \"dispatch\", \"objc\", \"objc-foundation\", \"objc_id\", \"once_cell\", ] [[package]] name = \"screenpipe-audio\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"base64 0.21.7\", \"bytemuck\", \"byteorder\", \"candle-core\", \"candle-nn\", \"candle-transformers\", \"chrono\", \"clap\", \"cpal\", \"criterion\", \"env_logger\", \"hf-hub\", \"hound\", \"infer\", \"lazy_static\", \"log\", \"rand\", \"reqwest 0.12.5\", \"rubato\", \"screenpipe-core\", \"serde\", \"serde_json\", \"symphonia\", \"tempfile\", \"tokenizers\", \"tokio\", \"tracing\", \"webrtc-vad\", ] [[package]] name = \"screenpipe-core\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"candle-core\", \"candle-nn\", \"candle-transformers\", \"hf-hub\", \"log\", \"serde\", \"serde_json\", \"tokenizers\", \"which\", ] [[package]] name = \"screenpipe-server\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"axum 0.7.5\", \"base64 0.21.7\", \"byteorder\", \"candle-core\", \"candle-nn\", \"candle-transformers\", \"chrono\", \"clap\", \"colored\", \"console-subscriber\", \"criterion\", \"crossbeam\", \"dirs\", \"env_logger\", \"ffmpeg-next\", \"futures\", \"hf-hub\", \"hyper 1.4.1\", \"image\", \"lazy_static\", \"log\", \"num_cpus\", \"rand\", \"reqwest 0.12.5\", \"rubato\", \"rusty-tesseract\", \"screenpipe-audio\", \"screenpipe-core\", \"screenpipe-vision\", \"serde\", \"serde_json\", \"sqlx\", \"symphonia\", \"sysinfo 0.29.11\", \"tempfile\", \"threadpool\", \"tokenizers\", \"tokio\", \"tower\", \"tower-http\", \"tracing\", \"tracing-subscriber\", ] [[package]] name = \"screenpipe-vision\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"assert_cmd\", \"assert_fs\", \"base64 0.21.7\", \"byteorder\", \"candle-core\", \"candle-nn\", \"candle-transformers\", \"chrono\", \"clap\", \"criterion\", \"hf-hub\", \"image\", \"image-compare\", \"lazy_static\", \"log\", \"num_cpus\", \"predicates\", \"rand\", \"reqwest 0.11.27\", \"rusty-tesseract\", \"serde\", \"serde_json\", \"strsim 0.10.0\", \"tempfile\", \"threadpool\", \"tokenizers\", \"tokio\", \"xcap\", ] [[package]] name = \"security-framework\" version = \"2.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02\" dependencies = [ \"bitflags 2.6.0\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"seq-macro\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4\" [[package]] name = \"serde\" version = \"1.0.204\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.204\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"serde_json\" version = \"1.0.122\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da\" dependencies = [ \"itoa\", \"memchr\", \"ryu\", \"serde\", ] [[package]] name = \"serde_path_to_error\" version = \"0.1.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6\" dependencies = [ \"itoa\", \"serde\", ] [[package]] name = \"serde_plain\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50\" dependencies = [ \"serde\", ] [[package]] name = \"serde_spanned\" version = \"0.6.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d\" 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\", \"cpufeatures\", \"digest\", ] [[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 = \"shlex\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64\" [[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 = \"signature\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de\" dependencies = [ \"digest\", \"rand_core\", ] [[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.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 0.52.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 = \"spki\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d\" dependencies = [ \"base64ct\", \"der\", ] [[package]] name = \"spm_precompiled\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326\" dependencies = [ \"base64 0.13.1\", \"nom\", \"serde\", \"unicode-segmentation\", ] [[package]] name = \"sqlformat\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f\" dependencies = [ \"nom\", \"unicode_categories\", ] [[package]] name = \"sqlx\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa\" dependencies = [ \"sqlx-core\", \"sqlx-macros\", \"sqlx-mysql\", \"sqlx-postgres\", \"sqlx-sqlite\", ] [[package]] name = \"sqlx-core\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6\" dependencies = [ \"ahash\", \"atoi\", \"byteorder\", \"bytes\", \"chrono\", \"crc\", \"crossbeam-queue\", \"either\", \"event-listener\", \"futures-channel\", \"futures-core\", \"futures-intrusive\", \"futures-io\", \"futures-util\", \"hashlink\", \"hex\", \"indexmap 2.3.0\", \"log\", \"memchr\", \"native-tls\", \"once_cell\", \"paste\", \"percent-encoding\", \"serde\", \"serde_json\", \"sha2\", \"smallvec\", \"sqlformat\", \"thiserror\", \"tokio\", \"tokio-stream\", \"tracing\", \"url\", ] [[package]] name = \"sqlx-macros\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127\" dependencies = [ \"proc-macro2\", \"quote\", \"sqlx-core\", \"sqlx-macros-core\", \"syn 1.0.109\", ] [[package]] name = \"sqlx-macros-core\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8\" dependencies = [ \"dotenvy\", \"either\", \"heck 0.4.1\", \"hex\", \"once_cell\", \"proc-macro2\", \"quote\", \"serde\", \"serde_json\", \"sha2\", \"sqlx-core\", \"sqlx-mysql\", \"sqlx-postgres\", \"sqlx-sqlite\", \"syn 1.0.109\", \"tempfile\", \"tokio\", \"url\", ] [[package]] name = \"sqlx-mysql\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418\" dependencies = [ \"atoi\", \"base64 0.21.7\", \"bitflags 2.6.0\", \"byteorder\", \"bytes\", \"chrono\", \"crc\", \"digest\", \"dotenvy\", \"either\", \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-util\", \"generic-array\", \"hex\", \"hkdf\", \"hmac\", \"itoa\", \"log\", \"md-5\", \"memchr\", \"once_cell\", \"percent-encoding\", \"rand\", \"rsa\", \"serde\", \"sha1\", \"sha2\", \"smallvec\", \"sqlx-core\", \"stringprep\", \"thiserror\", \"tracing\", \"whoami\", ] [[package]] name = \"sqlx-postgres\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e\" dependencies = [ \"atoi\", \"base64 0.21.7\", \"bitflags 2.6.0\", \"byteorder\", \"chrono\", \"crc\", \"dotenvy\", \"etcetera\", \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-util\", \"hex\", \"hkdf\", \"hmac\", \"home\", \"itoa\", \"log\", \"md-5\", \"memchr\", \"once_cell\", \"rand\", \"serde\", \"serde_json\", \"sha2\", \"smallvec\", \"sqlx-core\", \"stringprep\", \"thiserror\", \"tracing\", \"whoami\", ] [[package]] name = \"sqlx-sqlite\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa\" dependencies = [ \"atoi\", \"chrono\", \"flume\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-intrusive\", \"futures-util\", \"libsqlite3-sys\", \"log\", \"percent-encoding\", \"serde\", \"sqlx-core\", \"tracing\", \"url\", \"urlencoding\", ] [[package]] name = \"stable_deref_trait\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3\" [[package]] name = \"strength_reduce\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82\" [[package]] name = \"stringprep\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", \"unicode-properties\", ] [[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 = \"subprocess\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"substring\" version = \"1.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86\" dependencies = [ \"autocfg\", ] [[package]] name = \"subtle\" version = \"2.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292\" [[package]] name = \"symphonia\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9\" dependencies = [ \"lazy_static\", \"symphonia-bundle-flac\", \"symphonia-codec-aac\", \"symphonia-codec-adpcm\", \"symphonia-codec-pcm\", \"symphonia-codec-vorbis\", \"symphonia-core\", \"symphonia-format-isomp4\", \"symphonia-format-mkv\", \"symphonia-format-ogg\", \"symphonia-format-riff\", \"symphonia-metadata\", ] [[package]] name = \"symphonia-bundle-flac\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97\" dependencies = [ \"log\", \"symphonia-core\", \"symphonia-metadata\", \"symphonia-utils-xiph\", ] [[package]] name = \"symphonia-codec-aac\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70\" dependencies = [ \"lazy_static\", \"log\", \"symphonia-core\", ] [[package]] name = \"symphonia-codec-adpcm\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f\" dependencies = [ \"log\", \"symphonia-core\", ] [[package]] name = \"symphonia-codec-pcm\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b\" dependencies = [ \"log\", \"symphonia-core\", ] [[package]] name = \"symphonia-codec-vorbis\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30\" dependencies = [ \"log\", \"symphonia-core\", \"symphonia-utils-xiph\", ] [[package]] name = \"symphonia-core\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3\" dependencies = [ \"arrayvec\", \"bitflags 1.3.2\", \"bytemuck\", \"lazy_static\", \"log\", \"rustfft\", ] [[package]] name = \"symphonia-format-isomp4\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844\" dependencies = [ \"encoding_rs\", \"log\", \"symphonia-core\", \"symphonia-metadata\", \"symphonia-utils-xiph\", ] [[package]] name = \"symphonia-format-mkv\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f\" dependencies = [ \"lazy_static\", \"log\", \"symphonia-core\", \"symphonia-metadata\", \"symphonia-utils-xiph\", ] [[package]] name = \"symphonia-format-ogg\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931\" dependencies = [ \"log\", \"symphonia-core\", \"symphonia-metadata\", \"symphonia-utils-xiph\", ] [[package]] name = \"symphonia-format-riff\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50\" dependencies = [ \"extended\", \"log\", \"symphonia-core\", \"symphonia-metadata\", ] [[package]] name = \"symphonia-metadata\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c\" dependencies = [ \"encoding_rs\", \"lazy_static\", \"log\", \"symphonia-core\", ] [[package]] name = \"symphonia-utils-xiph\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe\" dependencies = [ \"symphonia-core\", \"symphonia-metadata\", ] [[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.72\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"sync_wrapper\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160\" [[package]] name = \"sync_wrapper\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394\" [[package]] name = \"synstructure\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", ] [[package]] name = \"sysctl\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea\" dependencies = [ \"bitflags 2.6.0\", \"byteorder\", \"enum-as-inner\", \"libc\", \"thiserror\", \"walkdir\", ] [[package]] name = \"sysinfo\" version = \"0.29.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666\" dependencies = [ \"cfg-if\", \"core-foundation-sys\", \"libc\", \"ntapi\", \"once_cell\", \"rayon\", \"winapi\", ] [[package]] name = \"sysinfo\" version = \"0.30.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3\" dependencies = [ \"cfg-if\", \"core-foundation-sys\", \"libc\", \"ntapi\", \"once_cell\", \"rayon\", \"windows 0.52.0\", ] [[package]] name = \"system-configuration\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"system-configuration-sys\", ] [[package]] name = \"system-configuration-sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"system-deps\" version = \"6.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349\" dependencies = [ \"cfg-expr\", \"heck 0.5.0\", \"pkg-config\", \"toml\", \"version-compare\", ] [[package]] name = \"target-lexicon\" version = \"0.12.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1\" [[package]] name = \"tempfile\" version = \"3.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53\" dependencies = [ \"cfg-if\", \"fastrand\", \"once_cell\", \"rustix\", \"windows-sys 0.52.0\", ] [[package]] name = \"termcolor\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755\" dependencies = [ \"winapi-util\", ] [[package]] name = \"termtree\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76\" [[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 2.0.72\", ] [[package]] name = \"thread_local\" version = \"1.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c\" dependencies = [ \"cfg-if\", \"once_cell\", ] [[package]] name = \"threadpool\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa\" dependencies = [ \"num_cpus\", ] [[package]] name = \"tiff\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e\" dependencies = [ \"flate2\", \"jpeg-decoder\", \"weezl\", ] [[package]] name = \"tinytemplate\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc\" dependencies = [ \"serde\", \"serde_json\", ] [[package]] name = \"tinyvec\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938\" 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 = \"tokenizers\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e500fad1dd3af3d626327e6a3fe5050e664a6eaa4708b8ca92f1794aaf73e6fd\" dependencies = [ \"aho-corasick\", \"derive_builder\", \"esaxx-rs\", \"getrandom\", \"indicatif\", \"itertools 0.12.1\", \"lazy_static\", \"log\", \"macro_rules_attribute\", \"monostate\", \"onig\", \"paste\", \"rand\", \"rayon\", \"rayon-cond\", \"regex\", \"regex-syntax 0.8.4\", \"serde\", \"serde_json\", \"spm_precompiled\", \"thiserror\", \"unicode-normalization-alignments\", \"unicode-segmentation\", \"unicode_categories\", ] [[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\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"tokio-io-timeout\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf\" dependencies = [ \"pin-project-lite\", \"tokio\", ] [[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 2.0.72\", ] [[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-rustls\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4\" 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-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 = \"toml\" version = \"0.8.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.22.20\", ] [[package]] name = \"toml_datetime\" version = \"0.6.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1\" dependencies = [ \"indexmap 2.3.0\", \"toml_datetime\", \"winnow 0.5.40\", ] [[package]] name = \"toml_edit\" version = \"0.22.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d\" dependencies = [ \"indexmap 2.3.0\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow 0.6.18\", ] [[package]] name = \"tonic\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13\" dependencies = [ \"async-stream\", \"async-trait\", \"axum 0.6.20\", \"base64 0.21.7\", \"bytes\", \"h2 0.3.26\", \"http 0.2.12\", \"http-body 0.4.6\", \"hyper 0.14.30\", \"hyper-timeout\", \"percent-encoding\", \"pin-project\", \"prost\", \"tokio\", \"tokio-stream\", \"tower\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c\" dependencies = [ \"futures-core\", \"futures-util\", \"indexmap 1.9.3\", \"pin-project\", \"pin-project-lite\", \"rand\", \"slab\", \"tokio\", \"tokio-util\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower-http\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5\" dependencies = [ \"bitflags 2.6.0\", \"bytes\", \"http 1.1.0\", \"http-body 1.0.1\", \"http-body-util\", \"pin-project-lite\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower-layer\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0\" [[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 = [ \"log\", \"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.72\", ] [[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 = \"transpose\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e\" dependencies = [ \"num-integer\", \"strength_reduce\", ] [[package]] name = \"try-lock\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b\" [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"unicase\" version = \"2.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89\" dependencies = [ \"version_check\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75\" [[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.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-normalization-alignments\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de\" dependencies = [ \"smallvec\", ] [[package]] name = \"unicode-properties\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291\" [[package]] name = \"unicode-segmentation\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202\" [[package]] name = \"unicode-width\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d\" [[package]] name = \"unicode_categories\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e\" [[package]] name = \"untrusted\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1\" [[package]] name = \"ureq\" version = \"2.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea\" dependencies = [ \"base64 0.22.1\", \"flate2\", \"log\", \"native-tls\", \"once_cell\", \"rustls\", \"rustls-pki-types\", \"serde\", \"serde_json\", \"url\", \"webpki-roots\", ] [[package]] name = \"url\" version = \"2.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", ] [[package]] name = \"urlencoding\" version = \"2.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da\" [[package]] name = \"utf8parse\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821\" [[package]] name = \"uuid\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314\" [[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 = \"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.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a\" [[package]] name = \"wait-timeout\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6\" dependencies = [ \"libc\", ] [[package]] name = \"walkdir\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b\" 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 = \"wasite\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b\" [[package]] name = \"wasm-bindgen\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8\" dependencies = [ \"cfg-if\", \"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.72\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.42\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0\" dependencies = [ \"cfg-if\", \"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.72\", \"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 = \"web-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webpki-roots\" version = \"0.26.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd\" dependencies = [ \"rustls-pki-types\", ] [[package]] name = \"webrtc-vad\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39a1e40fd6ca90be95459152a2537f2ba4286ee1b13073f7ebcaa74fc94e3008\" dependencies = [ \"cc\", ] [[package]] name = \"weezl\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082\" [[package]] name = \"which\" version = \"6.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075\" dependencies = [ \"either\", \"home\", \"rustix\", \"winsafe\", ] [[package]] name = \"whoami\" version = \"1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9\" dependencies = [ \"redox_syscall 0.4.1\", \"wasite\", ] [[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.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb\" dependencies = [ \"windows-sys 0.59.0\", ] [[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.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be\" dependencies = [ \"windows-core 0.52.0\", \"windows-targets 0.52.6\", ] [[package]] name = \"windows\" version = \"0.54.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49\" dependencies = [ \"windows-core 0.54.0\", \"windows-targets 0.52.6\", ] [[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.6\", ] [[package]] name = \"windows-core\" version = \"0.54.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65\" dependencies = [ \"windows-result\", \"windows-targets 0.52.6\", ] [[package]] name = \"windows-result\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8\" dependencies = [ \"windows-targets 0.52.6\", ] [[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.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.6\", ] [[package]] name = \"windows-sys\" version = \"0.59.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b\" dependencies = [ \"windows-targets 0.52.6\", ] [[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.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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973\" dependencies = [ \"windows_aarch64_gnullvm 0.52.6\", \"windows_aarch64_msvc 0.52.6\", \"windows_i686_gnu 0.52.6\", \"windows_i686_gnullvm\", \"windows_i686_msvc 0.52.6\", \"windows_x86_64_gnu 0.52.6\", \"windows_x86_64_gnullvm 0.52.6\", \"windows_x86_64_msvc 0.52.6\", ] [[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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3\" [[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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469\" [[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.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.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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66\" [[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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78\" [[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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d\" [[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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec\" [[package]] name = \"winnow\" version = \"0.5.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876\" dependencies = [ \"memchr\", ] [[package]] name = \"winnow\" version = \"0.6.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.50.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"winreg\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"winsafe\" version = \"0.0.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904\" [[package]] name = \"xcap\" version = \"0.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a462fc23e8aab59b6dbd7d717999d4589374ef94142005143e40740187847ccb\" dependencies = [ \"core-foundation\", \"core-graphics\", \"dbus\", \"image\", \"log\", \"percent-encoding\", \"sysinfo 0.30.13\", \"thiserror\", \"windows 0.54.0\", \"xcb\", ] [[package]] name = \"xcb\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02e75181b5a62b6eeaa72f303d3cef7dbb841e22885bf6d3e66fe23e88c55dc6\" dependencies = [ \"bitflags 1.3.2\", \"libc\", \"quick-xml\", ] [[package]] name = \"yoke\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5\" dependencies = [ \"serde\", \"stable_deref_trait\", \"yoke-derive\", \"zerofrom\", ] [[package]] name = \"yoke-derive\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", \"synstructure\", ] [[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 2.0.72\", ] [[package]] name = \"zerofrom\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55\" dependencies = [ \"zerofrom-derive\", ] [[package]] name = \"zerofrom-derive\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.72\", \"synstructure\", ] [[package]] name = \"zeroize\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde\" [[package]] name = \"zip\" version = \"1.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164\" dependencies = [ \"arbitrary\", \"crc32fast\", \"crossbeam-utils\", \"displaydoc\", \"indexmap 2.3.0\", \"num_enum\", \"thiserror\", ] [[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.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768\" dependencies = [ \"zune-core\", ] "} {"_id":"doc-en-nixpkgs-0b6016c135a29a8d7851b36c60e1e099d932a7212ee72deac468c67ac1a98be9","title":"","text":" { lib, rustPlatform, fetchFromGitHub, pkg-config, dbus, ffmpeg, oniguruma, openssl, sqlite, stdenv, darwin, alsa-lib, xorg, }: rustPlatform.buildRustPackage rec { pname = \"screen-pipe\"; version = \"0.1.48\"; src = fetchFromGitHub { owner = \"louis030195\"; repo = \"screen-pipe\"; rev = \"v${version}\"; hash = \"sha256-rWKRCqWFuPO84C52mMrrS4euD6XdJU8kqZsAz28+vWE=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"cpal-0.15.3\" = \"sha256-eKn3tS5QuqbMTwnRAEybvbPZOiKiid7ghGztAmrs9fw=\"; \"rusty-tesseract-1.1.10\" = \"sha256-XT74zGn+DetEBUujHm4Soe2iorQcIoUeZbscTv+64hw=\"; }; }; postPatch = '' ln -s ${./Cargo.lock} Cargo.lock ''; nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ]; buildInputs = [ dbus ffmpeg oniguruma openssl sqlite ] ++ lib.optionals stdenv.isDarwin ( with darwin.apple_sdk_12_3.frameworks; [ CoreAudio AudioUnit CoreFoundation CoreGraphics CoreMedia IOKit Metal MetalPerformanceShaders Security ScreenCaptureKit SystemConfiguration ] ) ++ lib.optionals stdenv.isLinux [ alsa-lib xorg.libxcb ]; buildFeatures = lib.optional stdenv.isDarwin \"metal\"; env = { RUSTONIG_SYSTEM_LIBONIG = true; }; doCheck = false; # Tests fail to build meta = with lib; { description = \"Personalized AI powered by what you've seen, said, or heard\"; homepage = \"https://github.com/louis030195/screen-pipe\"; license = licenses.mit; maintainers = with maintainers; [ dit7ya ]; mainProgram = \"screen-pipe\"; }; } "} {"_id":"doc-en-nixpkgs-21bc4b02ce3a1c60fcb7ca992789226b53da61707bebc206da298d531148de59","title":"","text":"{ lib , stdenv , fetchurl , writeScript , libX11 , libXext , alsa-lib"} {"_id":"doc-en-nixpkgs-d0e757a2f0d7771c54d8af4296b3236d839bfa33d880400874c157b530efdbb6","title":"","text":"stdenv.mkDerivation rec { pname = \"redux\"; version = \"1.3.2\"; version = \"1.3.5\"; src = if releasePath != null then releasePath else fetchurl { url = \"https://files.renoise.com/demo/Renoise_Redux_${lib.replaceStrings [\".\"] [\"_\"] version}_Demo_Linux_x86_64.tar.gz\"; sha256 = \"sha256-wafOeNvVIHc8pOHoNQcCwV8+OwnuevJo1EcRQKRX4YA=\"; urls = [ \"https://files.renoise.com/demo/Renoise_Redux_${lib.replaceStrings [\".\"] [\"_\"] version}_Demo_Linux_x86_64.tar.gz\" \"https://files.renoise.com/demo/archive/Renoise_Redux_${lib.replaceStrings [\".\"] [\"_\"] version}_Demo_Linux_x86_64.tar.gz\" ]; sha256 = \"sha256-eznsdLzgdJ7MyWe5WAEg1MHId5VlfyanoZ6+I9nI/0I=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-589ca6c7d10724c2ed653ba61579ba00d628e8516e2f63646f388102ccc74465","title":"","text":"runHook postInstall ''; passthru.updateScript = writeScript \"update-redux\" '' #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=./. -i bash -p curl htmlq common-updater-scripts set -euo pipefail new_version=\"$( curl 'https://files.renoise.com/demo/' | htmlq a --text | grep -E '^Renoise_Redux_([0-9]+_?)+_Demo_Linux_x86_64.tar.gz$' | grep -Eo '[0-9]+(_[0-9]+)*' | head -n1 | tr _ . )\" update-source-version redux \"$new_version\" --system=\"x86_64-linux\" ''; meta = with lib; { description = \"Sample-based instrument, with a powerful phrase sequencer\"; homepage = \"https://www.renoise.com/products/redux\";"} {"_id":"doc-en-nixpkgs-1d033d44e223b14d23cad61c39c92a14664f45b5dabb4d8b95f8c00c37092b46","title":"","text":"{ lib , stdenv , writeScript , alsa-lib , fetchurl , libjack2"} {"_id":"doc-en-nixpkgs-e92953386532ba94fb953fd89511ee63ce5d6217bff19352413b33502307e74c","title":"","text":"platforms = { x86_64-linux = { archSuffix = \"x86_64\"; hash = \"sha256-Etz6NaeLMysSkcQGC3g+IqUy9QrONCrbkyej63uLflo=\"; hash = \"sha256-b+YXBVnxu54HfC/tWapcs/ZYzwBOJswYbEbEU3SVNss=\"; }; aarch64-linux = { archSuffix = \"arm64\"; hash = \"sha256-PVpgxhJU8RY6QepydqImQnisWBjbrsuW4j49Xot3C6Y=\"; hash = \"sha256-l54FAtT+Rj4Mv3GuOF0/9WuKdJowgbZDZYo7VCh6Flg=\"; }; }; in stdenv.mkDerivation rec { pname = \"renoise\"; version = \"3.4.3\"; version = \"3.4.4\"; src = if releasePath != null then releasePath"} {"_id":"doc-en-nixpkgs-a8e21690664f7278889c54f44252a04325d4dea237d1d125b0b24d793165bf7b","title":"","text":"platform = platforms.${stdenv.system} or (throw \"unsupported system ${stdenv.hostPlatform.system}\"); urlVersion = lib.replaceStrings [ \".\" ] [ \"_\" ] version; in fetchurl { url = \"https://files.renoise.com/demo/Renoise_${urlVersion}_Demo_Linux_${platform.archSuffix}.tar.gz\"; urls = [ \"https://files.renoise.com/demo/Renoise_${urlVersion}_Demo_Linux_${platform.archSuffix}.tar.gz\" \"https://files.renoise.com/demo/archive/Renoise_${urlVersion}_Demo_Linux_${platform.archSuffix}.tar.gz\" ]; hash = platform.hash; };"} {"_id":"doc-en-nixpkgs-a05f8293be53565814f9ab6aea4f0a3443cd4aca3b52ea8561a9e8cbbaa7d4c3","title":"","text":"--replace Exec=renoise Exec=$out/bin/renoise ''; passthru.updateScript = writeScript \"update-renoise\" '' #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=./. -i bash -p curl htmlq common-updater-scripts set -euo pipefail new_version=\"$( curl 'https://files.renoise.com/demo/' | htmlq a --text | grep -E '^Renoise_([0-9]+_?)+_Demo_Linux_x86_64.tar.gz$' | grep -Eo '[0-9]+(_[0-9]+)*' | head -n1 | tr _ . )\" hash_x86_64=\"$(nix-prefetch-url \"https://files.renoise.com/demo/Renoise_$(echo \"$new_version\" | tr . _)_Demo_Linux_x86_64.tar.gz\")\" hash_arm64=\"$( nix-prefetch-url \"https://files.renoise.com/demo/Renoise_$(echo \"$new_version\" | tr . _)_Demo_Linux_arm64.tar.gz\")\" sri_x86_64=\"$(nix --extra-experimental-features nix-command hash to-sri --type sha256 \"$hash_x86_64\")\" sri_arm64=\"$( nix --extra-experimental-features nix-command hash to-sri --type sha256 \"$hash_arm64\")\" update-source-version renoise \"$new_version\" \"$sri_x86_64\" --system=\"x86_64-linux\" --ignore-same-version update-source-version renoise \"$new_version\" \"$sri_arm64\" --system=\"aarch64-linux\" --ignore-same-version ''; meta = { description = \"Modern tracker-based DAW\"; homepage = \"https://www.renoise.com/\";"} {"_id":"doc-en-nixpkgs-b582a4a8caab09b07a1935b2e5bfc2543bbd7a94e94eac0d13506e287aee51ff","title":"","text":" { lib, buildPackages, stdenvNoCC, autoreconfHook, fetchurl, fetchpatch }: stdenvNoCC.mkDerivation rec { { lib, stdenv, buildPackages, autoreconfHook, fetchurl, fetchpatch, }: stdenv.mkDerivation rec { pname = \"alsa-firmware\"; version = \"1.2.4\";"} {"_id":"doc-en-nixpkgs-47723cb40aa7f781c874387c969515b3ff274826ed2d3b988bcb359bb849c9d9","title":"","text":"}) ]; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ autoreconfHook ]; configureFlags = [ \"--with-hotplug-dir=$(out)/lib/firmware\" ]; configureFlags = [ \"--with-hotplug-dir=$(out)/lib/firmware\" ]; depsBuildBuild = lib.optional ( stdenv.buildPlatform != stdenv.hostPlatform || stdenv.hostPlatform.isAarch64 ) buildPackages.stdenv.cc; dontStrip = true;"} {"_id":"doc-en-nixpkgs-5ae3b6e3a81596ecb2e86ec180cf68b2735834954db605e262425742e6efc270","title":"","text":" { stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, git }: buildGoPackage rec { name = \"fac-${version}\"; version = \"1.0.1\"; goPackagePath = \"github.com/mkchoi212/fac\"; src = fetchFromGitHub { owner = \"mkchoi212\"; repo = \"fac\"; rev = \"v${version}\"; sha256 = \"1j5kip3l3p9qlly03pih905sdz3ncvpj7135jpnfhckbk1s5x9dc\"; }; nativeBuildInputs = [ makeWrapper ]; postInstall = '' wrapProgram $bin/bin/fac --prefix PATH : ${git}/bin ''; meta = with stdenv.lib; { description = \"CUI for fixing git conflicts\"; inherit (src.meta) homepage; license = licenses.mit; maintainers = with maintainers; [ dtzWill ]; }; } "} {"_id":"doc-en-nixpkgs-38416f2f578868c9d583e21208df0e37faaa19dea798c1f836a2002415df8858","title":"","text":"f3 = callPackage ../tools/filesystems/f3 { }; fac = callPackage ../development/tools/fac { }; facedetect = callPackage ../tools/graphics/facedetect { }; facter = callPackage ../tools/system/facter { };"} {"_id":"doc-en-nixpkgs-959f5efec7a35a84d4711bf918e0f1cbff61845e28f2b124530c18dd7303d8a3","title":"","text":"pandoc = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.pandoc) (drv: { configureFlags = drv.configureFlags or [] ++ [\"-fembed_data_files\"]; buildTools = drv.buildTools or [] ++ [haskellPackages.file-embed]; buildDepends = drv.buildDepends or [] ++ [haskellPackages.file-embed]; }); pamtester = callPackage ../tools/security/pamtester { };"} {"_id":"doc-en-nixpkgs-df0128bb19b75ce370be6b0fc59da0f93ba9519c7900e9bb6a45b96109368e0c","title":"","text":" GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. \"This License\" refers to version 3 of the GNU General Public License. \"Copyright\" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. \"The Program\" refers to any copyrightable work licensed under this License. Each licensee is addressed as \"you\". \"Licensees\" and \"recipients\" may be individuals or organizations. To \"modify\" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a \"modified version\" of the earlier work or a work \"based on\" the earlier work. A \"covered work\" means either the unmodified Program or a work based on the Program. To \"propagate\" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To \"convey\" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays \"Appropriate Legal Notices\" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The \"source code\" for a work means the preferred form of the work for making modifications to it. \"Object code\" means any non-source form of a work. A \"Standard Interface\" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The \"System Libraries\" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A \"Major Component\", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The \"Corresponding Source\" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to \"keep intact all notices\". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an \"aggregate\" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A \"User Product\" is either (1) a \"consumer product\", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, \"normally used\" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. \"Installation Information\" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. \"Additional permissions\" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered \"further restrictions\" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An \"entity transaction\" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A \"contributor\" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's \"contributor version\". A contributor's \"essential patent claims\" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, \"control\" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a \"patent license\" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To \"grant\" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. \"Knowingly relying\" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is \"discriminatory\" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License \"or any later version\" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the \"copyright\" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an \"about box\". You should also get your employer (if you work as a programmer) or school, if any, to sign a \"copyright disclaimer\" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . "} {"_id":"doc-en-nixpkgs-e226cd0bef4d2ca8146f182c51d94a0591a8ae70dc3b717ad80ccf9452d033d1","title":"","text":"outputs = [ \"out\" \"lib\" \"dev\" \"bin\" ]; # Cherry-pick of # https://github.com/open-eid/libdigidocpp/commit/2b5db855ba3ceb9bae1f11589ea1aea22bb7595a # Fixes https://github.com/NixOS/nixpkgs/issues/334397 postPatch = '' substituteInPlace CMakeLists.txt --replace-fail 'TSA_URL \"http://dd-at.ria.ee/tsa\"' 'TSA_URL \"https://eid-dd.ria.ee/ts\"' ''; # libdigidocpp.so's `PKCS11Signer::PKCS11Signer()` dlopen()s \"opensc-pkcs11.so\" # itself, so add OpenSC to its DT_RUNPATH after the fixupPhase shrinked it. # https://github.com/open-eid/cmake/pull/35 might be an alternative."} {"_id":"doc-en-nixpkgs-483b6e2ed42875bb7ee0ac4bbe909230728fb9f02581a7ea00f7990b8da02111","title":"","text":" { lib, buildGoModule, fetchFromGitHub, }: let pname = \"poptop\"; version = \"0.1.8\"; in buildGoModule { inherit pname version; src = fetchFromGitHub { owner = \"bakks\"; repo = \"poptop\"; rev = \"v${version}\"; hash = \"sha256-CwJpkGNTDmtXfJx6GGz2XRU0fMeKl7I3fXm4BJ9MAQ4=\"; }; vendorHash = \"sha256-Ccvr+J+GDKnhlrlv0/kTaQYD986As7yb/h6Vyiuqjoc=\"; meta = { description = \"Modern top command that charts system metrics like CPU load, network IO, etc in the terminal\"; changelog = \"https://github.com/bakks/poptop/releases/tag/v${version}\"; homepage = \"https://github.com/bakks/poptop\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; mainProgram = \"poptop\"; }; } "} {"_id":"doc-en-nixpkgs-5430775132e75081ee2343c017057385295f93cd78edd05a2cf290ccb55ddeb2","title":"","text":"mainProgram = \"fastapi\"; license = licenses.mit; maintainers = [ ]; # This package provides a `fastapi`-executable that is in conflict with the one from # python3Packages.fastapi. Because this package is primarily used for the purpose of # implementing the CLI for python3Packages.fastapi, we reduce the executable's priority priority = 10; }; }; in self"} {"_id":"doc-en-nixpkgs-77e4daf814863426460822f89ff094d2c9ac4051783b995ec955f5fd86ebef46","title":"","text":"}: let version = \"1.70.0\"; version = \"1.72.0\"; in buildGoModule { pname = \"tailscale\";"} {"_id":"doc-en-nixpkgs-f14007f3d53f8a2da07022d913eed499670e007c79adeedcb49291b0fd6c38e7","title":"","text":"owner = \"tailscale\"; repo = \"tailscale\"; rev = \"v${version}\"; hash = \"sha256-rB/zaJavA3OH1HK7Rfpta/QmQzi0xsEYTvW5JzzTAlI=\"; hash = \"sha256-PFXXd5ToBbvuGl+u4nEAHy1F696lxHD3PrPJ3Tpb+eg=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-2eee1850daec1461ccb1b2f66f436ac8f14494e0561c944b945accbaca09f107","title":"","text":"}) ]; vendorHash = \"sha256-NtNjH2Vo1Leh98VIOkpyALErhC+6H5BE/uaPkwlejoo=\"; vendorHash = \"sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8=\"; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ];"} {"_id":"doc-en-nixpkgs-5e13d47815669876cefa7d5817e8c0038c1ea87c8ff2bd94a09f9e7763ebc2fb","title":"","text":"github = \"tirimia\"; githubId = 11174371; }; titaniumtown = { email = \"titaniumtown@proton.me\"; name = \"Simon Gardling\"; github = \"titaniumtown\"; githubId = 11786225; matrix = \"@titaniumtown:envs.net\"; keys = [ { fingerprint = \"D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D\"; } ]; }; tjni = { email = \"43ngvg@masqt.com\"; matrix = \"@tni:matrix.org\";"} {"_id":"doc-en-nixpkgs-1fcd596582676b8d847ba77005c0d5241dfe1a9ab36a4a0fd94a79e4b3329034","title":"","text":" commit 1e8fdf3f90fd142c5ddd63e44ca1e5c172dbfb7f Author: Simon Gardling Date: Tue Aug 27 12:45:14 2024 -0400 use locally downloaded embeddings index 27f3f5d9..9e25528a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,7 @@ elseif (APPLE) endif() # Embedding model +#[[ set(LOCAL_EMBEDDING_MODEL \"nomic-embed-text-v1.5.f16.gguf\") set(LOCAL_EMBEDDING_MODEL_MD5 \"a5401e7f7e46ed9fcaed5b60a281d547\") set(LOCAL_EMBEDDING_MODEL_PATH \"${CMAKE_BINARY_DIR}/resources/${LOCAL_EMBEDDING_MODEL}\") @@ -104,6 +105,7 @@ if (APPLE) list(APPEND CHAT_EXE_RESOURCES \"${LOCAL_EMBEDDING_MODEL_PATH}\") endif() +]] qt_add_executable(chat main.cpp @@ -383,11 +385,13 @@ endif() endif() +#[[ if (NOT APPLE) install(FILES \"${CMAKE_BINARY_DIR}/resources/${LOCAL_EMBEDDING_MODEL}\" DESTINATION resources COMPONENT ${COMPONENT_NAME_MAIN}) endif() +]] set(CPACK_GENERATOR \"IFW\") set(CPACK_VERBATIM_VARIABLES YES) --- a/embllm.cpp +++ b/embllm.cpp @@ -84,7 +84,7 @@ bool EmbeddingLLMWorker::loadModel() QString filePath = embPathFmt.arg(QCoreApplication::applicationDirPath(), LOCAL_EMBEDDING_MODEL); if (!QFileInfo::exists(filePath)) { - qWarning() << \"embllm WARNING: Local embedding model not found\"; + qWarning() << \"embllm WARNING: Local embedding model not found: \" << filePath; return false; } "} {"_id":"doc-en-nixpkgs-9284c772beac72c0d774dcd015961e21c1389ebb94183f574aa9185f7240bd1e","title":"","text":", config , stdenv , fetchFromGitHub , fetchurl , cmake , qt6 , fmt"} {"_id":"doc-en-nixpkgs-7867daa127cf2dda835e959e8fb21f8c31c4fabe2126dd2e47de2dcf13abdf98","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"gpt4all\"; version = \"2.8.0\"; version = \"3.2.1\"; src = fetchFromGitHub { fetchSubmodules = true; hash = \"sha256-aSz37+1K26Xizf4cpV45a2DnSsl959VQok/ppFRk/hs=\"; hash = \"sha256-h6hcqafTjQsqVlpnqVeohh38A67VSGrW3WrCErjaKIQ=\"; owner = \"nomic-ai\"; repo = \"gpt4all\"; rev = \"v${finalAttrs.version}\"; }; embed_model = fetchurl { url = \"https://gpt4all.io/models/gguf/nomic-embed-text-v1.5.f16.gguf\"; sha256 = \"f7af6f66802f4df86eda10fe9bbcfc75c39562bed48ef6ace719a251cf1c2fdb\"; }; patches = [ ./embedding-local.patch ]; sourceRoot = \"${finalAttrs.src.name}/gpt4all-chat\"; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-8ad76fcd29a90cdb18127f1de939a523c7ed03dae97a61ce1c13afab5fca3aa5","title":"","text":"qt6.qthttpserver qt6.qtwebengine qt6.qt5compat qt6.qttools shaderc vulkan-headers wayland"} {"_id":"doc-en-nixpkgs-b301a571dc178e95a6c0b66554951a946856c3cefb46ec07ecdd6ab9a00bea38","title":"","text":"rm -rf $out/include rm -rf $out/lib/*.a mv $out/bin/chat $out/bin/${finalAttrs.meta.mainProgram} install -D ${finalAttrs.embed_model} $out/resources/nomic-embed-text-v1.5.f16.gguf install -m 444 -D $src/gpt4all-chat/flatpak-manifest/io.gpt4all.gpt4all.desktop $out/share/applications/io.gpt4all.gpt4all.desktop install -m 444 -D $src/gpt4all-chat/icons/logo.svg $out/share/icons/hicolor/scalable/apps/io.gpt4all.gpt4all.svg install -m 444 -D $src/gpt4all-chat/icons/nomic_logo.svg $out/share/icons/hicolor/scalable/apps/io.gpt4all.gpt4all.svg substituteInPlace $out/share/applications/io.gpt4all.gpt4all.desktop --replace-fail 'Exec=chat' 'Exec=${finalAttrs.meta.mainProgram}' '';"} {"_id":"doc-en-nixpkgs-0c9f8244bedaa4ee39e229b7cb7bbc6656587827012fd61b3ff027cc8e9312c7","title":"","text":"homepage = \"https://github.com/nomic-ai/gpt4all\"; license = lib.licenses.mit; mainProgram = \"gpt4all\"; maintainers = with lib.maintainers; [ polygon ]; maintainers = with lib.maintainers; [ polygon titaniumtown ]; }; })"} {"_id":"doc-en-nixpkgs-7787bc03f2187b79fde71f168dc24def5dc497414d17329f1e295b00872f508c","title":"","text":"[[package]] name = \"time\" version = \"0.3.34\" version = \"0.3.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749\" checksum = \"5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885\" dependencies = [ \"deranged\", \"itoa\","} {"_id":"doc-en-nixpkgs-eb75e291013632ba204d9a1cf54f37772bae6c4a46301966f6e0b6875b8867f0","title":"","text":"[[package]] name = \"time-macros\" version = \"0.2.17\" version = \"0.2.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774\" checksum = \"3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf\" dependencies = [ \"num-conv\", \"time-core\","} {"_id":"doc-en-nixpkgs-ce39f7caf8b480b6b754944a2984b18ffad3a3e0b678ecfefcafc8eb51ddce56","title":"","text":"hash = \"sha256-fPXhayS8OKiiiDvVvBry3njZ74/W6oVL0p85Z5qf3KA==\"; }; cargoPatches = [ # fix build with Rust 1.80 ./time-crate.patch ]; cargoBuildFlags = [ \"--package=meilisearch\" ]; cargoLock = {"} {"_id":"doc-en-nixpkgs-63fe33aab1e1369541ca23d6c9147f2f7435a58de793ee18213768390d67c06f","title":"","text":" diff --git a/Cargo.lock b/Cargo.lock index 3c728f348..51df0ea7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5098,9 +5098,9 @@ dependencies = [ [[package]] name = \"time\" -version = \"0.3.34\" +version = \"0.3.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" -checksum = \"c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749\" +checksum = \"5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885\" dependencies = [ \"deranged\", \"itoa\", @@ -5121,9 +5121,9 @@ checksum = \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\" [[package]] name = \"time-macros\" -version = \"0.2.17\" +version = \"0.2.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" -checksum = \"7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774\" +checksum = \"3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf\" dependencies = [ \"num-conv\", \"time-core\", "} {"_id":"doc-en-nixpkgs-f0099b15751e413fd3a744bd5d076b65e5e60729e6910c88ce54c16c919eeb4c","title":"","text":" { stdenv, buildPythonPackage, fetchPypi, lib , six, protobuf, enum34, futures, isPy27, isPy34 }: { stdenv, buildPythonPackage, fetchPypi, lib, darwin , six, protobuf, enum34, futures, isPy27, isPy34, pkgconfig }: with stdenv.lib; buildPythonPackage rec { pname = \"grpcio\"; version = \"1.13.0\";"} {"_id":"doc-en-nixpkgs-eafaad87a9dc09e820ab25bb6a3681ec3b37d2e01e18fb6030dd6adb6a00bcbb","title":"","text":"sha256 = \"6324581e215157f0fbe335dff2e21a65b4406db98ac7cca05f1e23b4f510b426\"; }; nativeBuildInputs = [ pkgconfig ] ++ optional stdenv.isDarwin darwin.cctools; propagatedBuildInputs = [ six protobuf ] ++ lib.optionals (isPy27 || isPy34) [ enum34 ] ++ lib.optionals (isPy27) [ futures ]; preBuild = optionalString stdenv.isDarwin \"unset AR\"; meta = with stdenv.lib; { description = \"HTTP/2-based RPC framework\"; license = lib.licenses.asl20;"} {"_id":"doc-en-nixpkgs-044a4d93fcd3535c1d69f29f501a73947872ef9fc887e27ea9aa2e49a124d28b","title":"","text":"in rustPlatform.buildRustPackage rec { pname = \"rio\"; version = \"0.1.8\"; version = \"0.1.10\"; src = fetchFromGitHub { owner = \"raphamorim\"; repo = \"rio\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-NLvCLyIts3NoSqbR9PIhXj3GCeURrBXXv/zVgZecfNQ=\"; hash = \"sha256-S42is3wqjBvYgysQ6yDUAn7ZEy9xJBmQD/emYAQfCkw=\"; }; cargoHash = \"sha256-TvNmTI3At2ezsdEOd5mAc6uUQXgGP47d0AMVVUUJr/A=\"; cargoHash = \"sha256-ILX3xrcz3tMnl7mUrwUAXv9ffaZKjSoSf8cZVQB10zk=\"; nativeBuildInputs = [ ncurses"} {"_id":"doc-en-nixpkgs-e447d27d4a492f570c4df938e483b7e3db3991ea5c49890d911b19361975738d","title":"","text":" { lib , buildPythonApplication , fetchPypi , ffmpeg , ffmpeg-progress-yield }: buildPythonApplication rec { pname = \"ffmpeg-normalize\"; version = \"1.26.1\"; src = fetchPypi { inherit pname version; hash = \"sha256-OwREpfWaP0tdAjMGjGpVIAQn8rlTTjSfT+0t5g/2yjQ=\"; }; propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ]; checkPhase = '' $out/bin/ffmpeg-normalize --help > /dev/null ''; meta = with lib; { description = \"Normalize audio via ffmpeg\"; homepage = \"https://github.com/slhck/ffmpeg-normalize\"; license = with licenses; [ mit ]; maintainers = with maintainers; [ prusnak ]; mainProgram = \"ffmpeg-normalize\"; }; } "} {"_id":"doc-en-nixpkgs-4b18dffbc382328509d4a11b4e301e2e6b0d3bfe7bd012957a894d3a6a6500df","title":"","text":" { lib, python3Packages, fetchPypi, ffmpeg, }: python3Packages.buildPythonApplication rec { pname = \"ffmpeg-normalize\"; version = \"1.28.3\"; src = fetchPypi { inherit pname version; hash = \"sha256-8wNPuVRQRQpFK6opgwqdKYMYmAFRqq8p/T5V9kC8QaY=\"; }; propagatedBuildInputs = [ ffmpeg python3Packages.ffmpeg-progress-yield ]; dependencies = with python3Packages; [ colorlog ]; checkPhase = '' $out/bin/ffmpeg-normalize --help > /dev/null ''; meta = { description = \"Normalize audio via ffmpeg\"; homepage = \"https://github.com/slhck/ffmpeg-normalize\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ luftmensch-luftmensch prusnak ]; mainProgram = \"ffmpeg-normalize\"; }; } "} {"_id":"doc-en-nixpkgs-21ec9bf1a6b199a83d2987c515af932dc500c4abd2cc1fe2dae5150bffd446ee","title":"","text":"ffmpegthumbnailer = callPackage ../development/libraries/ffmpegthumbnailer { }; ffmpeg-normalize = python3Packages.callPackage ../applications/video/ffmpeg-normalize { }; ffms = callPackage ../development/libraries/ffms { }; fftw = callPackage ../development/libraries/fftw { };"} {"_id":"doc-en-nixpkgs-56fdfa07ae27e6ac104f8a0bd99478392ad94a54f7f61440b0a65f05119d3db6","title":"","text":"buildPythonPackage rec { pname = \"dvc\"; version = \"3.55.0\"; version = \"3.55.1\"; pyproject = true; disabled = pythonOlder \"3.8\";"} {"_id":"doc-en-nixpkgs-858872f2ee968c63108c2127e8852c3fdd264b6c35774f976946c1e10fb6f122","title":"","text":"owner = \"iterative\"; repo = \"dvc\"; rev = \"refs/tags/${version}\"; hash = \"sha256-nKzMHVMaoDu/d1wMAxA2q8DHdwoIb7+YG/7AhAtRVEM=\"; hash = \"sha256-DrhjmVHCX1lXJUrklVgO/eguL1uRQ33kJjSgCAEIyew=\"; }; pythonRelaxDeps = ["} {"_id":"doc-en-nixpkgs-78eb618f8d5fb56320256e58c57c4f20e5704c18340e25855fc3a381b5a90ecb","title":"","text":"stdenv.mkDerivation { name = \"perf-linux-${kernel.version}\"; inherit (kernel) src makeFlags; inherit (kernel) src; preConfigure = '' cd tools/perf"} {"_id":"doc-en-nixpkgs-11aeed6b4cd2e1e3cda65ad953a9034638a77a49a1144410cde3f5532e817793","title":"","text":"\"-Wno-error=unused-const-variable\" \"-Wno-error=misleading-indentation\" ]; makeFlags = if stdenv.hostPlatform == stdenv.buildPlatform then null else \"CROSS_COMPILE=${stdenv.cc.targetPrefix}\"; installFlags = \"install install-man ASCIIDOC8=1\"; preFixup = ''"} {"_id":"doc-en-nixpkgs-38ba8de8c36e95a8435e98ca5bd4d6b2a2b5213452afeffe986c4b5786f7833a","title":"","text":"meta.homepage = \"https://github.com/vim-syntastic/syntastic/\"; }; syntax-tree-surfer = buildVimPlugin { pname = \"syntax-tree-surfer\"; version = \"2023-10-06\"; src = fetchFromGitHub { owner = \"ziontee113\"; repo = \"syntax-tree-surfer\"; rev = \"732ea6d0f868bcccd2f526be73afa46997d5a2fb\"; sha256 = \"0x7kpmxq3n8531ca2bz506swww92wd3x16d125wrk54rxp1lv1cd\"; }; meta.homepage = \"https://github.com/ziontee113/syntax-tree-surfer/\"; }; tabby-nvim = buildVimPlugin { pname = \"tabby.nvim\"; version = \"2024-07-31\";"} {"_id":"doc-en-nixpkgs-55d4ff86c04b1c05e3a0c679b4c9b3831011156735432c8e69088dbdcc735b6e","title":"","text":"}; }; syntax-tree-surfer = super.syntax-tree-surfer.overrideAttrs { dependencies = with self; [ nvim-treesitter ]; meta.maintainers = with lib.maintainers; [ callumio ]; }; taskwarrior3 = buildVimPlugin { inherit (taskwarrior3) version pname; src = \"${taskwarrior3.src}/scripts/vim\";"} {"_id":"doc-en-nixpkgs-c40c1aa28640769022dcafcc11af401b8f815e9f666adc63f41addbb82085b45","title":"","text":"https://github.com/AndrewRadev/switch.vim/,, https://github.com/simrat39/symbols-outline.nvim/,, https://github.com/vim-syntastic/syntastic/,, https://github.com/ziontee113/syntax-tree-surfer/,HEAD, https://github.com/nanozuki/tabby.nvim/,HEAD, https://github.com/kdheepak/tabline.nvim/,, https://github.com/vim-scripts/tabmerge/,,"} {"_id":"doc-en-nixpkgs-98ad3265e20cf0453833dbb1cdb76525a0a549b2d72014401ad64cfe5f462f6c","title":"","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":"doc-en-nixpkgs-5890bbcbefcc1086382a696ec217b6655d0f737e2d69ab94bc55eacd7df8e498","title":"","text":" { stdenv, fetchurl, pkgconfig, libnl, popt, gnugrep }: stdenv.mkDerivation rec { name = \"ipvsadm-${version}\"; version = \"1.29\"; src = fetchurl { url = \"mirror://kernel/linux/utils/kernel/ipvsadm/${name}.tar.xz\"; sha256 = \"c3de4a21d90a02c621f0c72ee36a7aa27374b6f29fd4178f33fbf71b4c66c149\"; }; postPatch = '' substituteInPlace Makefile --replace \"-lnl\" \"$(pkg-config --libs libnl-genl-3.0)\" ''; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ libnl popt ]; preBuild = '' makeFlagsArray+=( INCLUDE=$(pkg-config --cflags libnl-genl-3.0) BUILD_ROOT=$out MANDIR=share/man ) ''; postInstall = '' sed -i -e \"s|^PATH=.*|PATH=$out/bin:${gnugrep}/bin|\" $out/sbin/ipvsadm-{restore,save} ''; meta = with stdenv.lib; { description = \"Linux Virtual Server support programs\"; homepage = http://www.linuxvirtualserver.org/software/ipvs.html; license = licenses.gpl2; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-412037d7ad74231428eebccaecbdb9408e02d5f919a0cca28118f83c18f5b13d","title":"","text":"iio-sensor-proxy = callPackage ../os-specific/linux/iio-sensor-proxy { }; ipvsadm = callPackage ../os-specific/linux/ipvsadm { }; lynis = callPackage ../tools/security/lynis { }; mathics = pythonPackages.mathics;"} {"_id":"doc-en-nixpkgs-2d714123242df5ef68ce43221b7985fec3d2697036ec3de68a4d120bfe3ab2ce","title":"","text":"stdenv.mkDerivation rec { pname = \"libssh\"; version = \"0.10.6\"; version = \"0.11.1\"; src = fetchurl { url = \"https://www.libssh.org/files/${lib.versions.majorMinor version}/libssh-${version}.tar.xz\"; hash = \"sha256-GGHUmPW28XQbarxz5ghHhJHtz5ydS2Yw7vbnRZbencE=\"; hash = \"sha256-FLfcxy6R4IFRxYuYGntXCrJmP2MOfSg3ZF1anGEsG3k=\"; }; # Do not split 'dev' output until lib/cmake/libssh/libssh-config.cmake # is fixed to point INTERFACE_INCLUDE_DIRECTORIES to .dev output. # Otherwise it breaks `plasma5Packages.kio-extras`: # https://hydra.nixos.org/build/221540008/nixlog/3/tail #outputs = [ \"out\" \"dev\" ]; outputs = [ \"out\" \"dev\" ]; postPatch = '' # Fix headers to use libsodium instead of NaCl"} {"_id":"doc-en-nixpkgs-b0f6189a2e561a93f147bae2df93060a1bab6a769fb9aaeb9fe3e9a516eb5a18","title":"","text":"# included in `buildInputs` such as libX11. cmakeFlags = [ \"-DWITH_EXAMPLES=OFF\" ]; # single output, otherwise cmake and .pc files point to the wrong directory # outputs = [ \"out\" \"dev\" ]; buildInputs = [ zlib openssl libsodium ]; nativeBuildInputs = [ cmake pkg-config ]; postFixup = '' substituteInPlace $dev/lib/cmake/libssh/libssh-config.cmake --replace-fail \"set(_IMPORT_PREFIX \"$out\")\" \"set(_IMPORT_PREFIX \"$dev\")\" ''; passthru.tests = { inherit ffmpeg sshping wireshark; };"} {"_id":"doc-en-nixpkgs-34defafa5fb2267bb2803a3c8f9da8d4890277e991e382e78e678079c63f03b5","title":"","text":" { config, lib, pkgs, ... }: { config, lib, pkgs, ... }: with lib;"} {"_id":"doc-en-nixpkgs-c5047e77d38a8ebbb37ecb9e0f1dee1abbc9d6eab6417fd2142870c5917b6805","title":"","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":"doc-en-nixpkgs-d61122b4f4bd061ae62151e06ff93e7b7a7566792441395d26817e72e1e3f3ab","title":"","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":"doc-en-nixpkgs-7f6be81d255d552547c243ff827c504b6856c007c801c4856c186e8a02704a4f","title":"","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":"doc-en-nixpkgs-faea937b6e621f8809c5a1d3808f4e1239d42caf3c02871b56ff337f6b5ee3e4","title":"","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":"doc-en-nixpkgs-e9c4e4a4121cb00c90664e2513ddf0a5a42cce74e43a3e0564ee44e61a254882","title":"","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":"doc-en-nixpkgs-edf7a1e162b2bca84332b717ad4d5ec217f4ebf2d3f03df6eb8e1d6bfc48b961","title":"","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":"doc-en-nixpkgs-ff697d4e46056ad4b1b0624a7918e4a310e405ca7a0ea49fdbb9db1dd282da5d","title":"","text":" { lib, stdenv, fetchurl, makeWrapper, makeDesktopItem, zlib, glib, libpng, freetype, openssl , xorg, fontconfig, qtbase, qtwebengine, qtwebchannel, qtsvg, qtwebsockets, xkeyboard_config , alsa-lib, libpulseaudio ? null, libredirect, quazip, which, unzip, perl, llvmPackages { lib, stdenv, fetchurl, fetchzip, makeWrapper, makeDesktopItem, zlib, glib, libpng, freetype, openssl, xorg, fontconfig, qtbase, qtwebengine, qtwebchannel, qtsvg, qtwebsockets, xkeyboard_config, alsa-lib, libpulseaudio ? null, libredirect, quazip, which, perl, llvmPackages, }: let"} {"_id":"doc-en-nixpkgs-ce66bf5abb989ecf57ade6ad48902c23ab78c8db0201b8762be7f40abf624661","title":"","text":"libDir = \"lib64\"; deps = [ zlib glib libpng freetype xorg.libSM xorg.libICE xorg.libXrender openssl xorg.libXrandr xorg.libXfixes xorg.libXcursor xorg.libXinerama xorg.libxcb fontconfig xorg.libXext xorg.libX11 alsa-lib qtbase qtwebengine qtwebchannel qtsvg qtwebsockets libpulseaudio quazip llvmPackages.libcxx ]; deps = [ zlib glib libpng freetype xorg.libSM xorg.libICE xorg.libXrender openssl xorg.libXrandr xorg.libXfixes xorg.libXcursor xorg.libXinerama xorg.libxcb fontconfig xorg.libXext xorg.libX11 alsa-lib qtbase qtwebengine qtwebchannel qtsvg qtwebsockets libpulseaudio quazip llvmPackages.libcxx ]; desktopItem = makeDesktopItem { name = \"teamspeak\";"} {"_id":"doc-en-nixpkgs-7ab2ea7e5ce94456571b5f435418501d2c8b5be75fef1b14f6d0eda3fae3a1bd","title":"","text":"}; # grab the plugin sdk for the desktop icon pluginsdk = fetchurl { url = \"http://dl.4players.de/ts/client/pluginsdk/pluginsdk_3.1.1.1.zip\"; sha256 = \"1bywmdj54glzd0kffvr27r84n4dsd0pskkbmh59mllbxvj0qwy7f\"; pluginsdk = fetchzip { url = \"https://files.teamspeak-services.com/releases/sdk/3.3.1/ts_sdk_3.3.1.zip\"; hash = \"sha256-wx4pBZHpFPoNvEe4xYE80KnXGVda9XcX35ho4R8QxrQ=\"; }; nativeBuildInputs = [ makeWrapper which unzip perl # Installer script needs `shasum` ];"} {"_id":"doc-en-nixpkgs-39e8979bf4990f98b429d781b00d5c26376b9abae0fe1f81d55b5caa2eacd192","title":"","text":"# ++ exec # + PAGER_PATH= # it's looking for a dependency and didn't find it. Check the script and make sure the dep is in nativeBuildInputs. unpackPhase = '' echo -e 'ny' | PAGER=cat sh -xe $src cd TeamSpeak* ''; buildPhase = '' mv ts3client_linux_${arch} ts3client echo \"patching ts3client...\" patchelf --replace-needed libquazip.so ${quazip}/lib/libquazip1-qt5.so ts3client patchelf --interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath ${lib.makeLibraryPath deps}:$(cat $NIX_CC/nix-support/orig-cc)/${libDir} --force-rpath ts3client ''; unpackPhase = '' echo -e 'ny' | PAGER=cat sh -xe $src cd TeamSpeak* ''; buildPhase = '' mv ts3client_linux_${arch} ts3client echo \"patching ts3client...\" patchelf --replace-needed libquazip.so ${quazip}/lib/libquazip1-qt5.so ts3client patchelf --interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath ${lib.makeLibraryPath deps}:$(cat $NIX_CC/nix-support/orig-cc)/${libDir} --force-rpath ts3client ''; installPhase = ''"} {"_id":"doc-en-nixpkgs-61ff2a99e1095143025c47c751822f1e475dc7d5d3a818a73f0d3e3a676d5915","title":"","text":"# Make a desktop item mkdir -p $out/share/applications/ $out/share/icons/hicolor/64x64/apps/ unzip ${pluginsdk} cp pluginsdk/docs/client_html/images/logo.png $out/share/icons/hicolor/64x64/apps/teamspeak.png cp ${pluginsdk}/doc/_static/logo.png $out/share/icons/hicolor/64x64/apps/teamspeak.png cp ${desktopItem}/share/applications/* $out/share/applications/ # Make a symlink to the binary from bin."} {"_id":"doc-en-nixpkgs-ed4dca99244873f5882d09746ead31f21217ef611224640976934cd364d747bb","title":"","text":"wrapProgram $out/bin/ts3client --set LD_PRELOAD \"${libredirect}/lib/libredirect.so\" --set QT_PLUGIN_PATH \"${qtbase}/${qtbase.qtPluginPrefix}\" '' /* wayland is currently broken, remove when TS3 fixes that */ + '' --set QT_QPA_PLATFORM xcb --set NIX_REDIRECTS /usr/share/X11/xkb=${xkeyboard_config}/share/X11/xkb '' # wayland is currently broken, remove when TS3 fixes that + '' --set QT_QPA_PLATFORM xcb --set NIX_REDIRECTS /usr/share/X11/xkb=${xkeyboard_config}/share/X11/xkb ''; dontStrip = true;"} {"_id":"doc-en-nixpkgs-409eea7ffbc14dbf60eeed36f03728bfc636bd6bfdd194a57ce8617a19d3c250","title":"","text":"homepage = \"https://teamspeak.com/\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = { # See distribution-permit.txt for a confirmation that nixpkgs is allowed to distribute TeamSpeak. fullName = \"Teamspeak client license\"; url = \"https://www.teamspeak.com/en/privacy-and-terms/\"; free = false; }; maintainers = with maintainers; [ lhvwb lukegb atemu ]; maintainers = with maintainers; [ lhvwb lukegb atemu ]; mainProgram = \"ts3client\"; platforms = [ \"x86_64-linux\" ]; }; } /* License issues: Date: Mon, 10 Dec 2007 19:55:16 -0500 From: TeamSpeak Sales To: 'Marc Weber' Subject: RE: teamspeak on nix? Yes, that would be fine. As long as you are not renting servers or selling TeamSpeak then you are more than welcome to distribute it. Thank you, TeamSpeak Sales Team ________________________________ e-Mail: sales@tritoncia.com TeamSpeak: http://www.TeamSpeak.com Account Login: https://sales.TritonCIA.com/users -----Original Message----- From: Marc Weber [mailto:marco-oweber@gmx.de] Sent: Monday, December 10, 2007 5:03 PM To: sales@tritoncia.com Subject: teamspeak on nix? Hello, nix is very young software distribution system (http://nix.cs.uu.nl/) I'd like to ask wether you permit us to add teamspeak (server/ client?) Sincerly Marc Weber (small nix contributor) */ "} {"_id":"doc-en-nixpkgs-725ce9e98292ced6ea64001ead69523292e21b7772bb926f8d56d45ab03edb2e","title":"","text":" License issues: Date: Mon, 10 Dec 2007 19:55:16 -0500 From: TeamSpeak Sales To: 'Marc Weber' Subject: RE: teamspeak on nix? Yes, that would be fine. As long as you are not renting servers or selling TeamSpeak then you are more than welcome to distribute it. Thank you, TeamSpeak Sales Team ________________________________ e-Mail: sales@tritoncia.com TeamSpeak: http://www.TeamSpeak.com Account Login: https://sales.TritonCIA.com/users -----Original Message----- From: Marc Weber [mailto:marco-oweber@gmx.de] Sent: Monday, December 10, 2007 5:03 PM To: sales@tritoncia.com Subject: teamspeak on nix? Hello, nix is very young software distribution system (http://nix.cs.uu.nl/) I'd like to ask wether you permit us to add teamspeak (server/ client?) Sincerly Marc Weber (small nix contributor) "} {"_id":"doc-en-nixpkgs-62b6f6b3fd301cd7a7ded3ac66f17442ab1dda6dcea1a05ced8ec80691bd2d05","title":"","text":"description = \"TeamSpeak voice communication server\"; homepage = \"https://teamspeak.com/\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; # See distribution-permit.txt for a confirmation that nixpkgs is allowed to distribute TeamSpeak. license = licenses.unfreeRedistributable; platforms = platforms.linux; maintainers = with maintainers; [ arobyn gerschtli ]; }; } /* License issues: Date: Mon, 10 Dec 2007 19:55:16 -0500 From: TeamSpeak Sales To: 'Marc Weber' Subject: RE: teamspeak on nix? Yes, that would be fine. As long as you are not renting servers or selling TeamSpeak then you are more than welcome to distribute it. Thank you, TeamSpeak Sales Team ________________________________ e-Mail: sales@tritoncia.com TeamSpeak: http://www.TeamSpeak.com Account Login: https://sales.TritonCIA.com/users -----Original Message----- From: Marc Weber [mailto:marco-oweber@gmx.de] Sent: Monday, December 10, 2007 5:03 PM To: sales@tritoncia.com Subject: teamspeak on nix? Hello, nix is very young software distribution system (http://nix.cs.uu.nl/) I'd like to ask wether you permit us to add teamspeak (server/ client?) Sincerly Marc Weber (small nix contributor) */ "} {"_id":"doc-en-nixpkgs-9f67945bcf8aef2b599db62b58565cf00fae1a407a0f6ec154db841c1aedaff1","title":"","text":"diff --git a/configure.ac b/configure.ac index c909878..60c540e 100644 index 88ccd91..0857782 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ AS_CASE([$host_os],"} {"_id":"doc-en-nixpkgs-73219ada6b8d33bde4df934fff3e943f00edce56149f491db426f19161a7ed9a","title":"","text":"+\t\tos_is_macosx=false +\t\tnonLinuxOS=false +\t\t;; +esac +esac +AM_CONDITIONAL([IS_DARWIN], [test x$os_is_macosx = xtrue]) +AM_COND_IF([IS_DARWIN], +\t[AC_DEFINE([IS_DARWIN], [1], [Get HostOS Type is Darwin])])"} {"_id":"doc-en-nixpkgs-4040b53b4a1b02ecf8dbea7ef0611310621f3627d283bb2b61bb0ec15a447fab","title":"","text":"#include #include diff --git a/include/bsd/stdio.h b/include/bsd/stdio.h index 4b69983..8e2ac75 100644 index 4b69983..c75151b 100644 --- a/include/bsd/stdio.h +++ b/include/bsd/stdio.h @@ -48,12 +48,16 @@"} {"_id":"doc-en-nixpkgs-e0983972da65985ccab6e15449155644c415b9b975fcebb04b648c5050d92b27","title":"","text":"/* XXX: The function requires cooperation from the system libc to store the * line buffer in the FILE struct itself. */ char *fgetln(FILE *fp, size_t *lenp) LIBBSD_DEPRECATED(\"This functions cannot be safely ported, \" \"use getline(3) instead, as it is supported \" \"by GNU and POSIX.1-2008.\"); -\tLIBBSD_DEPRECATED(\"This functions cannot be safely ported, \" -\t \"use getline(3) instead, as it is supported \" -\t \"by GNU and POSIX.1-2008.\"); +\t__attribute__((deprecated(\"This functions cannot be safely ported, \" +\t \"use getline(3) instead, as it is supported \" +\t \"by GNU and POSIX.1-2008.\"))); +#else +char *fgetln(FILE *fp, size_t *lenp); +#endif /* * Note: We diverge from the FreeBSD, OpenBSD and DragonFlyBSD declarations, diff --git a/include/bsd/stdlib.h b/include/bsd/stdlib.h index ebc9638..6cd7943 100644 --- a/include/bsd/stdlib.h +++ b/include/bsd/stdlib.h @@ -67,9 +67,11 @@ int sradixsort(const unsigned char **base, int nmemb, const unsigned char *table, unsigned endbyte); void *reallocf(void *ptr, size_t size); -#if defined(_GNU_SOURCE) && defined(__GLIBC__) && !__GLIBC_PREREQ(2, 26) +#if defined(_GNU_SOURCE) && defined(__GLIBC__) && defined(__GLIBC_PREREQ) +#if !__GLIBC_PREREQ(2, 26) void *reallocarray(void *ptr, size_t nmemb, size_t size); #endif +#endif long long strtonum(const char *nptr, long long minval, long long maxval, const char **errstr); diff --git a/include/bsd/string.h b/include/bsd/string.h index ee2f953..a3ab077 100644 index 6798bf6..6baaa14 100644 --- a/include/bsd/string.h +++ b/include/bsd/string.h @@ -37,11 +37,14 @@ @@ -37,6 +37,12 @@ #include __BEGIN_DECLS -size_t strlcpy(char *dst, const char *src, size_t siz); -size_t strlcat(char *dst, const char *src, size_t siz); char *strnstr(const char *str, const char *find, size_t str_len); +#if defined(darwin) || defined(__APPLE__) || defined(MACOSX) +size_t bsd_strlcpy(char *dst, const char *src, size_t siz); +size_t bsd_strlcat(char *dst, const char *src, size_t siz); +char *bsd_strnstr(const char *str, const char *find, size_t str_len); +void bsd_strmode(mode_t mode, char *str); +#else void strmode(mode_t mode, char *str); - +#endif size_t strlcpy(char *dst, const char *src, size_t siz); size_t strlcat(char *dst, const char *src, size_t siz); char *strnstr(const char *str, const char *find, size_t str_len); @@ -45,6 +51,7 @@ void strmode(mode_t mode, char *str); #if defined(_GNU_SOURCE) && defined(__GLIBC__) && !__GLIBC_PREREQ(2, 25) void explicit_bzero(void *buf, size_t len); #endif +#endif __END_DECLS #endif diff --git a/src/Makefile.am b/src/Makefile.am index ad83dbf..0f2a7ee 100644 --- a/src/Makefile.am"} {"_id":"doc-en-nixpkgs-acd7855eff7ad8eb3f72deb0a968df617ae97939560863316424355791d809a1","title":"","text":"+} #endif diff --git a/src/funopen.c b/src/funopen.c index 1e05c7e..ed8ce85 100644 index 1e05c7e..75e61ea 100644 --- a/src/funopen.c +++ b/src/funopen.c @@ -137,7 +137,7 @@ funopen(const void *cookie, return fopencookie(cookiewrap, mode, funcswrap); } -#elif defined(__MUSL__) +#elif defined(__MUSL__) || defined(darwin) || defined(__APPLE__) || defined(MACOSX) /* * This is unimplementable on musl based systems, and upstream has stated @@ -143,6 +143,7 @@ funopen(const void *cookie, * they will not add the needed support to implement it. Just ignore this * interface there, as it has never been provided anyway. */ +#elif defined(darwin) || defined(__APPLE__) || defined(MACOSX) #else #error \"Function funopen() needs to be ported or disabled.\" #endif diff --git a/src/getentropy.c b/src/getentropy.c index 3f11a1e..8a23a07 100644 --- a/src/getentropy.c"} {"_id":"doc-en-nixpkgs-248492e8d0550048bd9bef447bad4c8b7eabcca2beb8553893b6f34b75db4a10","title":"","text":"#define SHA512_DIGEST_LENGTH\t\t64 diff --git a/src/hash/sha512c.c b/src/hash/sha512c.c index b3c8d5e..4fade0f 100644 index b3c8d5e..f69013d 100644 --- a/src/hash/sha512c.c +++ b/src/hash/sha512c.c @@ -25,7 +25,11 @@ @@ -25,7 +25,13 @@ */ #include +__FBSDID(\"$FreeBSD$\"); + +#if defined(darwin) || defined(__APPLE__) || defined(MACOSX) +#include +#else"} {"_id":"doc-en-nixpkgs-8d3326f0f11656eed62f71d8aca725b2a0bfd962fca1ef70e82a0faa19f339b9","title":"","text":"#include diff --git a/src/nlist.c b/src/nlist.c index 0932f59..a3ba2be 100644 index 0932f59..598a329 100644 --- a/src/nlist.c +++ b/src/nlist.c @@ -27,6 +27,8 @@ @@ -27,6 +27,10 @@ * SUCH DAMAGE. */ +#if !defined(darwin) && !defined(__APPLE__) && !defined(MACOSX) + +#if defined(LIBC_SCCS) && !defined(lint) +static char sccsid[] = \"@(#)nlist.c\t8.1 (Berkeley) 6/4/93\"; +#endif /* LIBC_SCCS and not lint */ #include #include @@ -265,3 +267,5 @@ nlist(const char *name, struct nlist *list) @@ -265,3 +269,4 @@ nlist(const char *name, struct nlist *list) (void)close(fd); return (n); } + +#endif +#endif /* _NLIST_DO_ELF */ diff --git a/src/setproctitle.c b/src/setproctitle.c index 038ac7d..d0ef01b 100644 --- a/src/setproctitle.c"} {"_id":"doc-en-nixpkgs-0429533051debc4f6735f0e7919ef93166a9f19c90503be15bd09584f9764882","title":"","text":", texinfo , hevea , buildDocs ? false , optimize ? false # optimize sage to the current system (obviously impure) }: stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-85a791d61f81ab92e15a6cb4b9978620ee62c90039808253fb5f7336bff4a712","title":"","text":"configureFlags = stdenv.lib.optionals(buildDocs) [ \"--docdir=$(doc)\" ]; preConfigure = '' export SAGE_NUM_THREADS=\"$NIX_BUILD_CORES\" export SAGE_ATLAS_ARCH=fast export HOME=/tmp/sage-home export SAGE_ROOT=\"$PWD\""} {"_id":"doc-en-nixpkgs-6ad692d8bc281240dd8245f336eac22f5cdef703cfdd7895d640ccd3aad86a4e","title":"","text":"mkdir -p \"$doc\" export SAGE_DOC=\"$doc\" export SAGE_DOCBUILD_OPTS=\"--no-pdf-links -k\" '' + stdenv.lib.optionalString (!optimize) '' export SAGE_FAT_BINARY=yes ''; buildFlags = if (buildDocs) then \"doc\" else \"build\";"} {"_id":"doc-en-nixpkgs-8b0701a8769ad62c0343856440d2af96b097381c8116adb23028b0818a67e322","title":"","text":"./services/monitoring/arbtt.nix ./services/monitoring/bosun.nix ./services/monitoring/cadvisor.nix ./services/monitoring/cockpit.nix ./services/monitoring/collectd.nix ./services/monitoring/das_watchdog.nix ./services/monitoring/datadog-agent.nix"} {"_id":"doc-en-nixpkgs-ace399cd34ad3accbba8bcec3f89f103430aaf99508d0807e3fbb77683e1dd07","title":"","text":" { pkgs, config, lib, ... }: let cfg = config.services.cockpit; inherit (lib) types mkEnableOption mkOption mkIf mdDoc literalMD mkPackageOptionMD; settingsFormat = pkgs.formats.ini {}; in { options = { services.cockpit = { enable = mkEnableOption (mdDoc \"Cockpit\"); package = mkPackageOptionMD pkgs \"Cockpit\" { default = [ \"cockpit\" ]; }; settings = lib.mkOption { type = settingsFormat.type; default = {}; description = mdDoc '' Settings for cockpit that will be saved in /etc/cockpit/cockpit.conf. See the [documentation](https://cockpit-project.org/guide/latest/cockpit.conf.5.html), that is also available with `man cockpit.conf.5` for details. ''; }; port = mkOption { description = mdDoc \"Port where cockpit will listen.\"; type = types.port; default = 9090; }; openFirewall = mkOption { description = mdDoc \"Open port for cockpit.\"; type = types.bool; default = false; }; }; }; config = mkIf cfg.enable { # expose cockpit-bridge system-wide environment.systemPackages = [ cfg.package ]; # allow cockpit to find its plugins environment.pathsToLink = [ \"/share/cockpit\" ]; # generate cockpit settings environment.etc.\"cockpit/cockpit.conf\".source = settingsFormat.generate \"cockpit.conf\" cfg.settings; security.pam.services.cockpit = {}; networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [ cfg.port ]; # units are in reverse sort order if you ls $out/lib/systemd/system # all these units are basically verbatim translated from upstream # Translation from $out/lib/systemd/system/systemd-cockpithttps.slice systemd.slices.system-cockpithttps = { description = \"Resource limits for all cockpit-ws-https@.service instances\"; sliceConfig = { TasksMax = 200; MemoryHigh = \"75%\"; MemoryMax = \"90%\"; }; }; # Translation from $out/lib/systemd/system/cockpit-wsinstance-https@.socket systemd.sockets.\"cockpit-wsinstance-https@\" = { unitConfig = { Description = \"Socket for Cockpit Web Service https instance %I\"; BindsTo = [ \"cockpit.service\" \"cockpit-wsinstance-https@%i.service\" ]; # clean up the socket after the service exits, to prevent fd leak # this also effectively prevents a DoS by starting arbitrarily many sockets, as # the services are resource-limited by system-cockpithttps.slice Documentation = \"man:cockpit-ws(8)\"; }; socketConfig = { ListenStream = \"/run/cockpit/wsinstance/https@%i.sock\"; SocketUser = \"root\"; SocketMode = \"0600\"; }; }; # Translation from $out/lib/systemd/system/cockpit-wsinstance-https@.service systemd.services.\"cockpit-wsinstance-https@\" = { description = \"Cockpit Web Service https instance %I\"; bindsTo = [ \"cockpit.service\"]; path = [ cfg.package ]; documentation = [ \"man:cockpit-ws(8)\" ]; serviceConfig = { Slice = \"system-cockpithttps.slice\"; ExecStart = \"${cfg.package}/libexec/cockpit-ws --for-tls-proxy --port=0\"; User = \"root\"; Group = \"\"; }; }; # Translation from $out/lib/systemd/system/cockpit-wsinstance-http.socket systemd.sockets.cockpit-wsinstance-http = { unitConfig = { Description = \"Socket for Cockpit Web Service http instance\"; BindsTo = \"cockpit.service\"; Documentation = \"man:cockpit-ws(8)\"; }; socketConfig = { ListenStream = \"/run/cockpit/wsinstance/http.sock\"; SocketUser = \"root\"; SocketMode = \"0600\"; }; }; # Translation from $out/lib/systemd/system/cockpit-wsinstance-https-factory.socket systemd.sockets.cockpit-wsinstance-https-factory = { unitConfig = { Description = \"Socket for Cockpit Web Service https instance factory\"; BindsTo = \"cockpit.service\"; Documentation = \"man:cockpit-ws(8)\"; }; socketConfig = { ListenStream = \"/run/cockpit/wsinstance/https-factory.sock\"; Accept = true; SocketUser = \"root\"; SocketMode = \"0600\"; }; }; # Translation from $out/lib/systemd/system/cockpit-wsinstance-https-factory@.service systemd.services.\"cockpit-wsinstance-https-factory@\" = { description = \"Cockpit Web Service https instance factory\"; documentation = [ \"man:cockpit-ws(8)\" ]; path = [ cfg.package ]; serviceConfig = { ExecStart = \"${cfg.package}/libexec/cockpit-wsinstance-factory\"; User = \"root\"; }; }; # Translation from $out/lib/systemd/system/cockpit-wsinstance-http.service systemd.services.\"cockpit-wsinstance-http\" = { description = \"Cockpit Web Service http instance\"; bindsTo = [ \"cockpit.service\" ]; path = [ cfg.package ]; documentation = [ \"man:cockpit-ws(8)\" ]; serviceConfig = { ExecStart = \"${cfg.package}/libexec/cockpit-ws --no-tls --port=0\"; User = \"root\"; Group = \"\"; }; }; # Translation from $out/lib/systemd/system/cockpit.socket systemd.sockets.\"cockpit\" = { unitConfig = { Description = \"Cockpit Web Service Socket\"; Documentation = \"man:cockpit-ws(8)\"; Wants = \"cockpit-motd.service\"; }; socketConfig = { ListenStream = cfg.port; ExecStartPost = [ \"-${cfg.package}/share/cockpit/motd/update-motd \"\" localhost\" \"-${pkgs.coreutils}/bin/ln -snf active.motd /run/cockpit/motd\" ]; ExecStopPost = \"-${pkgs.coreutils}/bin/ln -snf inactive.motd /run/cockpit/motd\"; }; wantedBy = [ \"sockets.target\" ]; }; # Translation from $out/lib/systemd/system/cockpit.service systemd.services.\"cockpit\" = { description = \"Cockpit Web Service\"; documentation = [ \"man:cockpit-ws(8)\" ]; restartIfChanged = true; path = with pkgs; [ coreutils cfg.package ]; requires = [ \"cockpit.socket\" \"cockpit-wsinstance-http.socket\" \"cockpit-wsinstance-https-factory.socket\" ]; after = [ \"cockpit-wsinstance-http.socket\" \"cockpit-wsinstance-https-factory.socket\" ]; environment = { G_MESSAGES_DEBUG = \"cockpit-ws,cockpit-bridge\"; }; serviceConfig = { RuntimeDirectory=\"cockpit/tls\"; ExecStartPre = [ # cockpit-tls runs in a more constrained environment, these + means that these commands # will run with full privilege instead of inside that constrained environment # See https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStart= for details \"+${cfg.package}/libexec/cockpit-certificate-ensure --for-cockpit-tls\" ]; ExecStart = \"${cfg.package}/libexec/cockpit-tls\"; User = \"root\"; Group = \"\"; NoNewPrivileges = true; ProtectSystem = \"strict\"; ProtectHome = true; PrivateTmp = true; PrivateDevices = true; ProtectKernelTunables = true; RestrictAddressFamilies = [ \"AF_UNIX\" \"AF_INET\" \"AF_INET6\" ]; MemoryDenyWriteExecute = true; }; }; # Translation from $out/lib/systemd/system/cockpit-motd.service # This part basically implements a motd state machine: # - If cockpit.socket is enabled then /run/cockpit/motd points to /run/cockpit/active.motd # - If cockpit.socket is disabled then /run/cockpit/motd points to /run/cockpit/inactive.motd # - As cockpit.socket is disabled by default, /run/cockpit/motd points to /run/cockpit/inactive.motd # /run/cockpit/active.motd is generated dynamically by cockpit-motd.service systemd.services.\"cockpit-motd\" = { path = with pkgs; [ nettools ]; serviceConfig = { Type = \"oneshot\"; ExecStart = \"${cfg.package}/share/cockpit/motd/update-motd\"; }; description = \"Cockpit motd updater service\"; documentation = [ \"man:cockpit-ws(8)\" ]; wants = [ \"network.target\" ]; after = [ \"network.target\" \"cockpit.socket\" ]; }; systemd.tmpfiles.rules = [ # From $out/lib/tmpfiles.d/cockpit-tmpfiles.conf \"C /run/cockpit/inactive.motd 0640 root root - ${cfg.package}/share/cockpit/motd/inactive.motd\" \"f /run/cockpit/active.motd 0640 root root -\" \"L+ /run/cockpit/motd - - - - inactive.motd\" \"d /etc/cockpit/ws-certs.d 0600 root root 0\" ]; }; meta.maintainers = pkgs.cockpit.meta.maintainers; } "} {"_id":"doc-en-nixpkgs-ae5d02953353a1aad3b52eb5efdffba5b9c6f56d5134565786a046884d8afd47","title":"","text":"cloud-init-hostname = handleTest ./cloud-init-hostname.nix {}; cloudlog = handleTest ./cloudlog.nix {}; cntr = handleTestOn [\"aarch64-linux\" \"x86_64-linux\"] ./cntr.nix {}; cockpit = handleTest ./cockpit.nix {}; cockroachdb = handleTestOn [\"x86_64-linux\"] ./cockroachdb.nix {}; collectd = handleTest ./collectd.nix {}; connman = handleTest ./connman.nix {};"} {"_id":"doc-en-nixpkgs-056f6f1dfecfc46fe6fc4490a7ed0cc59ad2e385869b3df862bc1c3dc1927669","title":"","text":" import ./make-test-python.nix ( { pkgs, lib, ... }: let user = \"alice\"; # from ./common/user-account.nix password = \"foobar\"; # from ./common/user-account.nix in { name = \"cockpit\"; meta = { maintainers = with lib.maintainers; [ lucasew ]; }; nodes = { server = { config, ... }: { imports = [ ./common/user-account.nix ]; security.polkit.enable = true; users.users.${user} = { extraGroups = [ \"wheel\" ]; }; services.cockpit = { enable = true; openFirewall = true; settings = { WebService = { Origins = \"https://server:9090\"; }; }; }; }; client = { config, ... }: { imports = [ ./common/user-account.nix ]; environment.systemPackages = let seleniumScript = pkgs.writers.writePython3Bin \"selenium-script\" { libraries = with pkgs.python3Packages; [ selenium ]; } '' from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.firefox.options import Options from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from time import sleep def log(msg): from sys import stderr print(f\"[*] {msg}\", file=stderr) log(\"Initializing\") options = Options() options.add_argument(\"--headless\") driver = webdriver.Firefox(options=options) driver.implicitly_wait(10) log(\"Opening homepage\") driver.get(\"https://server:9090\") wait = WebDriverWait(driver, 60) def wait_elem(by, query): wait.until(EC.presence_of_element_located((by, query))) def wait_title_contains(title): wait.until(EC.title_contains(title)) def find_element(by, query): return driver.find_element(by, query) def set_value(elem, value): script = 'arguments[0].value = arguments[1]' return driver.execute_script(script, elem, value) log(\"Waiting for the homepage to load\") # cockpit sets initial title as hostname wait_title_contains(\"server\") wait_elem(By.CSS_SELECTOR, 'input#login-user-input') log(\"Homepage loaded!\") log(\"Filling out username\") login_input = find_element(By.CSS_SELECTOR, 'input#login-user-input') set_value(login_input, \"${user}\") log(\"Filling out password\") password_input = find_element(By.CSS_SELECTOR, 'input#login-password-input') set_value(password_input, \"${password}\") log(\"Submiting credentials for login\") driver.find_element(By.CSS_SELECTOR, 'button#login-button').click() # driver.implicitly_wait(1) # driver.get(\"https://server:9090/system\") log(\"Waiting dashboard to load\") wait_title_contains(\"${user}@server\") log(\"Waiting for the frontend to initalize\") sleep(1) log(\"Looking for that banner that tells about limited access\") container_iframe = find_element(By.CSS_SELECTOR, 'iframe.container-frame') driver.switch_to.frame(container_iframe) assert \"Web console is running in limited access mode\" in driver.page_source driver.close() ''; in with pkgs; [ firefox-unwrapped geckodriver seleniumScript ]; }; }; testScript = '' start_all() server.wait_for_open_port(9090) server.wait_for_unit(\"network.target\") server.wait_for_unit(\"multi-user.target\") server.systemctl(\"start\", \"polkit\") client.wait_for_unit(\"multi-user.target\") client.succeed(\"curl -k https://server:9090 -o /dev/stderr\") print(client.succeed(\"whoami\")) client.succeed('PYTHONUNBUFFERED=1 selenium-script') ''; } ) "} {"_id":"doc-en-nixpkgs-8e0ca7cc675e0cb900b1dcb123cb79bab69428fefa79a361d934976182a8cb8f","title":"","text":" { lib , stdenv , fetchzip , fetchurl , fetchFromGitHub , autoreconfHook , bashInteractive , cacert , coreutils , dbus , docbook_xml_dtd_43 , docbook_xsl , findutils , gettext , git , glib , glibc , glib-networking , gnused , gnutls , json-glib , krb5 , libssh , libxcrypt , libxslt , makeWrapper , nodejs , nixosTests , openssh , openssl , pam , pkg-config , polkit , python3Packages , ripgrep , runtimeShell , systemd , udev , xmlto }: let pythonWithGobject = python3Packages.python.withPackages (p: with p; [ pygobject3 ]); in stdenv.mkDerivation rec { pname = \"cockpit\"; version = \"284\"; src = fetchFromGitHub { owner = \"cockpit-project\"; repo = \"cockpit\"; rev = \"80a7c7cfed9157915067666fe95b298896f2aea8\"; sha256 = \"sha256-iAIW6nVUk1FJD2dQvDMREPVqrq0JkExJ7lVio//ALts=\"; fetchSubmodules = true; }; nativeBuildInputs = [ autoreconfHook makeWrapper docbook_xml_dtd_43 docbook_xsl findutils gettext git (lib.getBin libxslt) nodejs openssl pam pkg-config pythonWithGobject.python python3Packages.setuptools systemd ripgrep xmlto ]; buildInputs = [ (lib.getDev glib) libxcrypt gnutls json-glib krb5 libssh polkit udev ]; patches = [ # Instead of requiring Internet access to do an npm install to generate the package-lock.json # it copies the package-lock.json already present in the node_modules folder fetched as a git # submodule. ./nerf-node-modules.patch # sysconfdir is $(prefix)/etc by default and it breaks the configuration file loading feature # changing sysconfdir to /etc breaks the build in this part of the makefile because it tries # to write to /etc inside the sandbox # this patch redirects it to write to $out/etc instead of /etc ./fix-makefiles.patch ]; postPatch = '' # instruct users with problems to create a nixpkgs issue instead of nagging upstream directly substituteInPlace configure.ac --replace 'devel@lists.cockpit-project.org' 'https://github.com/NixOS/nixpkgs/issues/new?assignees=&labels=0.kind%3A+bug&template=bug_report.md&title=cockpit%25' patchShebangs test/common/pixel-tests test/common/run-tests test/common/tap-cdp test/static-code tools/escape-to-c tools/make-compile-commands tools/node-modules tools/termschutz tools/webpack-make for f in node_modules/.bin/*; do patchShebangs $(realpath $f) done export HOME=$(mktemp -d) cp node_modules/.package-lock.json package-lock.json substituteInPlace src/systemd_ctypes/libsystemd.py --replace libsystemd.so.0 ${systemd}/lib/libsystemd.so.0 for f in pkg/**/*.js pkg/**/*.jsx test/**/* src/**/*; do # some files substituteInPlace report as missing and it's safe to ignore them substituteInPlace \"$(realpath \"$f\")\" --replace '\"/usr/bin/' '\"' --replace '\"/bin/' '\"' || true done substituteInPlace src/common/Makefile-common.am --replace 'TEST_PROGRAM += test-pipe' \"\" # skip test-pipe because it hangs the build substituteInPlace test/pytest/*.py --replace \"'bash\" \"'${bashInteractive}/bin/bash\" echo \"m4_define(VERSION_NUMBER, [${version}])\" > version.m4 ''; configureFlags = [ \"--enable-prefix-only=yes\" \"--sysconfdir=/etc\" \"--disable-pcp\" # TODO: figure out how to package its dependency \"--with-default-session-path=/run/wrappers/bin:/run/current-system/sw/bin\" ]; enableParallelBuilding = true; preBuild = '' patchShebangs tools/test-driver ''; postBuild = '' find | grep cockpit-bridge chmod +x src/systemd/update-motd src/tls/cockpit-certificate-helper src/ws/cockpit-desktop patchShebangs src/systemd/update-motd src/tls/cockpit-certificate-helper src/ws/cockpit-desktop PATH=${pythonWithGobject}/bin patchShebangs src/client/cockpit-client substituteInPlace src/ws/cockpit-desktop --replace ' /bin/bash' ' ${runtimeShell}' ''; fixupPhase = '' runHook preFixup wrapProgram $out/libexec/cockpit-certificate-helper --prefix PATH : ${lib.makeBinPath [ coreutils openssl ]} --run 'cd $(mktemp -d)' wrapProgram $out/share/cockpit/motd/update-motd --prefix PATH : ${lib.makeBinPath [ gnused ]} substituteInPlace $out/share/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy --replace /usr $out runHook postFixup ''; doCheck = true; checkInputs = [ bashInteractive cacert dbus glib-networking openssh python3Packages.pytest python3Packages.vulture ]; checkPhase = '' export GIO_EXTRA_MODULES=$GIO_EXTRA_MODULES:${glib-networking}/lib/gio/modules export G_DEBUG=fatal-criticals export G_MESSAGES_DEBUG=cockpit-ws,cockpit-wrapper,cockpit-bridge export PATH=$PATH:$(pwd) cockpit-bridge --version make pytest -j$NIX_BUILD_CORES || true make check -j$NIX_BUILD_CORES || true test/static-code npm run eslint npm run stylelint ''; passthru.tests = { inherit (nixosTests) cockpit; }; meta = with lib; { description = \"Web-based graphical interface for servers\"; homepage = \"https://cockpit-project.org/\"; license = licenses.lgpl21; maintainers = with maintainers; [ lucasew ]; }; } "} {"_id":"doc-en-nixpkgs-39f19f0bd709fc38584eed92272953372d6587cd656b8108306c3b5c9450c926","title":"","text":" diff --git a/src/systemd/Makefile.am b/src/systemd/Makefile.am index f28ea41df..684b82006 100644 --- a/src/systemd/Makefile.am +++ b/src/systemd/Makefile.am @@ -23,10 +23,10 @@ dist_motd_SCRIPTS = src/systemd/update-motd # Automake: 'Variables using ... ‘sysconf’ ... are installed by install-exec.' install-exec-hook:: -\tmkdir -p $(DESTDIR)$(sysconfdir)/motd.d -\tln -sTfr $(DESTDIR)/run/cockpit/motd $(DESTDIR)$(sysconfdir)/motd.d/cockpit -\tmkdir -p $(DESTDIR)$(sysconfdir)/issue.d -\tln -sTfr $(DESTDIR)/run/cockpit/motd $(DESTDIR)$(sysconfdir)/issue.d/cockpit.issue +\tmkdir -p $(DESTDIR)$(prefix)$(sysconfdir)/motd.d +\tln -sTfr $(DESTDIR)$(prefix)/run/cockpit/motd $(DESTDIR)$(prefix)$(sysconfdir)/motd.d/cockpit +\tmkdir -p $(DESTDIR)$(prefix)$(sysconfdir)/issue.d +\tln -sTfr $(DESTDIR)$(prefix)/run/cockpit/motd $(DESTDIR)$(prefix)$(sysconfdir)/issue.d/cockpit.issue tempconfdir = $(prefix)/lib/tmpfiles.d nodist_tempconf_DATA = src/systemd/cockpit-tempfiles.conf diff --git a/src/ws/Makefile-ws.am b/src/ws/Makefile-ws.am index ed4e4363e..77a35b0e5 100644 --- a/src/ws/Makefile-ws.am +++ b/src/ws/Makefile-ws.am @@ -169,8 +169,8 @@ install-tests:: $(INSTALL_DATA) mock-pam-conv-mod.so $(DESTDIR)$(pamdir)/ install-exec-hook:: -\tmkdir -p $(DESTDIR)$(sysconfdir)/cockpit/ws-certs.d $(DESTDIR)$(sysconfdir)/cockpit/machines.d -\tchmod 755 $(DESTDIR)$(sysconfdir)/cockpit/ws-certs.d $(DESTDIR)$(sysconfdir)/cockpit/machines.d +\tmkdir -p $(DESTDIR)$(prefix)$(sysconfdir)/cockpit/ws-certs.d $(DESTDIR)$(prefix)$(sysconfdir)/cockpit/machines.d +\tchmod 755 $(DESTDIR)$(prefix)$(sysconfdir)/cockpit/ws-certs.d $(DESTDIR)$(prefix)$(sysconfdir)/cockpit/machines.d dist_check_DATA += src/ws/mock-combined.crt "} {"_id":"doc-en-nixpkgs-29714f6898dcf1e48da3b0adb25741afe1ed0e5cb431fab4dc4fff71a5d2608e","title":"","text":" diff --git a/tools/node-modules b/tools/node-modules index 518875d..72b51e0 100755 --- a/tools/node-modules +++ b/tools/node-modules @@ -7,6 +7,7 @@ V=\"${V-0}\" # default to friendly messages set -eu cd \"${0%/*}/..\" +exit 0 . tools/git-utils.sh cmd_remove() { "} {"_id":"doc-en-nixpkgs-fdba9ff23900ad4c5915e3427a97076f2ad1c958f4b3020cadb4de862a04e835","title":"","text":"clickhouse-backup = callPackage ../development/tools/database/clickhouse-backup { }; cockpit = callPackage ../servers/monitoring/cockpit { }; codeowners = callPackage ../development/tools/codeowners { }; couchdb3 = callPackage ../servers/http/couchdb/3.nix { };"} {"_id":"doc-en-nixpkgs-7d57793fae8eece6d05616fcf142155a4a797e6578a4624d39eb7d17af791483","title":"","text":" { stdenv, targetPackages, fetchurl, noSysDirs { stdenv, targetPackages, fetchurl, noSysDirs, fetchpatch , langC ? true, langCC ? true, langFortran ? false , langObjC ? targetPlatform.isDarwin , langObjCpp ? targetPlatform.isDarwin"} {"_id":"doc-en-nixpkgs-9ef996dadf7e0d0ab084793cd13fa5323685eff9d47d21ac91324f5ca954603e","title":"","text":"++ optional noSysDirs ../no-sys-dirs.patch ++ optional langFortran ../gfortran-driving.patch ++ [ ../struct-ucontext.patch ../struct-sigaltstack-4.9.patch ] # glibc-2.26 ; # Retpoline patches pulled from the branch hjl/indirect/gcc-4_9-branch (by H.J. Lu, the author of GCC upstream retpoline commits) ++ builtins.map ({commit, sha256}: fetchpatch {url = \"https://github.com/hjl-tools/gcc/commit/${commit}.patch\"; inherit sha256;}) [{ commit = \"e623d21608e96ecd6b65f0d06312117d20488a38\"; sha256 = \"1ix8i4d2r3ygbv7npmsdj790rhxqrnfwcqzv48b090r9c3ij8ay3\"; } { commit = \"2015a09e332309f12de1dadfe179afa6a29368b8\"; sha256 = \"0xcfs0cbb63llj2gbcdrvxim79ax4k4aswn0a3yjavxsj71s1n91\"; } { commit = \"6b11591f4494f705e8746e7d58b7f423191f4e92\"; sha256 = \"0aydyhsm2ig0khgbp27am7vq7liyqrq6kfhfi2ki0ij0ab1hfbga\"; } { commit = \"203c7d9c3e9cb0f88816b481ef8e7e87b3ecc373\"; sha256 = \"0wqn16y7wy5kg8ngfcni5qdwfphl01axczibbk49bxclwnzvldqa\"; } { commit = \"f039c6f284b2c9ce97c8353d6034978795c4872e\"; sha256 = \"13fkgdb17lpyxfksz1zanxhgpsm0jrss9w61nbl7an4im22hz7ci\"; } { commit = \"ed42606bdab1c5d9e5ad828cd6fe1a0557f193b7\"; sha256 = \"0gdnn8v3p03imj3qga2mzdhpgbmjcklkxdl97jvz5xia2ikzknxm\"; } { commit = \"5278e062ef292fd2fbf987d25389785f4c5c0f99\"; sha256 = \"0j81x758wf8v7j4rx5wc1cy7yhkvhlhv3wmnarwakxiwsspq0vrs\"; } { commit = \"76f1ffbbb6cd9f6ecde6c82cd16e20a27242e890\"; sha256 = \"1py56y6gp7fjf4f8bbsfwh5bs1gnmlqda1ycsmnwlzfm0cshdp0c\"; } { commit = \"4ca48b2b688b135c0390f54ea9077ef10aedd52c\"; sha256 = \"15r019pzr3k0lpgyvdc92c8fayw8b5lrzncna4bqmamcsdz7vsaw\"; } { commit = \"98c7bf9ddc80db965d69d61521b1c7a1cec32d9a\"; sha256 = \"1d7pfdv1q23nf0wadw7jbp6d6r7pnzjpbyxgbdfv7j1vr9l1bp60\"; } { commit = \"3dc76b53ad896494ca62550a7a752fecbca3f7a2\"; sha256 = \"0jvdzfpvfdmklfcjwqblwq1i22iqis7ljpvm7adra5d7zf2xk7xz\"; } { commit = \"1e961ed49b18e176c7457f53df2433421387c23b\"; sha256 = \"04dnqqs4qsvz4g8cq6db5id41kzys7hzhcaycwmc9rpqygs2ajwz\"; } { commit = \"e137c72d099f9b3b47f4cc718aa11eab14df1a9c\"; sha256 = \"1ms0dmz74yf6kwgjfs4d2fhj8y6mcp2n184r3jk44wx2xc24vgb2\"; }]; javaEcj = fetchurl { # The `$(top_srcdir)/ecj.jar' file is automatically picked up at"} {"_id":"doc-en-nixpkgs-384a594bd4f5f1401784a4b70bba37d6ee4a6c83ac18f33190c27156223c5d64","title":"","text":"platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.freebsd ++ stdenv.lib.platforms.illumos ++ stdenv.lib.platforms.darwin; stdenv.lib.platforms.illumos; }; }"} {"_id":"doc-en-nixpkgs-3b13c44bd260f7e40a7d0d46117b31758557119175e03c3d876b86f16043dcec","title":"","text":"github = \"twey\"; name = \"James ‘Twey’ Kay\"; }; twhitehead = { name = \"Tyson Whitehead\"; email = \"twhitehead@gmail.com\"; github = \"twhitehead\"; keys = [{ longkeyid = \"rsa2048/0x594258F0389D2802\"; fingerprint = \"E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802\"; }]; }; typetetris = { email = \"ericwolf42@mail.com\"; github = \"typetetris\";"} {"_id":"doc-en-nixpkgs-41d7bfbc559d9c5a78c885e8aee77961fbbc32eeb1cf4ffc0dc6647e542e6479","title":"","text":" { stdenv, fetchurl, cmake , zlib, libGL, libGLU, libpng, freeglut }: stdenv.mkDerivation rec { version = \"1.4.0\"; name = \"gl2ps-${version}\"; src = fetchurl { url = \"http://geuz.org/gl2ps/src/${name}.tgz\"; sha256 = \"1qpidkz8x3bxqf69hlhyz1m0jmfi9kq24fxsp7rq6wfqzinmxjq3\"; }; buildInputs = [ cmake zlib libGL libGLU libpng freeglut ]; meta = with stdenv.lib; { homepage = http://geuz.org/gl2ps; description = \"An OpenGL to PostScript printing library\"; platforms = platforms.all; license = licenses.lgpl2; maintainers = with maintainers; [raskin twhitehead]; }; } "} {"_id":"doc-en-nixpkgs-8c639811e4e54d291d6ca11d97a3591af31ebf3da9fb5adcdeb3102e0149fc7c","title":"","text":"gitea = callPackage ../applications/version-management/gitea { }; gl2ps = callPackage ../development/libraries/gl2ps { }; glusterfs = callPackage ../tools/filesystems/glusterfs { }; glmark2 = callPackage ../tools/graphics/glmark2 { };"} {"_id":"doc-en-nixpkgs-3e6efc6f5d7389e2935f140ebcae1a2049b3125e11614e629c755f0c099678bf","title":"","text":"networking.usePredictableInterfaceNames = false; # GC has 1460 MTU networking.interfaces.eth0.mtu = 1460; # allow the google-accounts-daemon to manage users users.mutableUsers = true; # and allow users to sudo without password"} {"_id":"doc-en-nixpkgs-fe7c3e6af921269227de23273916e1f1700857e8434fddc4dd9e5f7880e334b5","title":"","text":"./programs/cnping.nix ./programs/command-not-found/command-not-found.nix ./programs/criu.nix ./programs/darling.nix ./programs/dconf.nix ./programs/digitalbitbox/default.nix ./programs/dmrconfig.nix"} {"_id":"doc-en-nixpkgs-f3bc0feded827972b47903f6c0c3d67504f278433ed8a1479e499f5707022da0","title":"","text":" { config, lib, pkgs, ... }: let cfg = config.programs.darling; in { options = { programs.darling = { enable = lib.mkEnableOption (lib.mdDoc \"Darling, a Darwin/macOS compatibility layer for Linux\"); package = lib.mkPackageOptionMD pkgs \"darling\" {}; }; }; config = lib.mkIf cfg.enable { security.wrappers.darling = { source = lib.getExe cfg.package; owner = \"root\"; group = \"root\"; setuid = true; }; }; } "} {"_id":"doc-en-nixpkgs-0a6207c0162b54305b2ec8aae4059b0d6f3fc97ff19eabaf8e85fd0ab2be1814","title":"","text":"cups-pdf = handleTest ./cups-pdf.nix {}; custom-ca = handleTest ./custom-ca.nix {}; croc = handleTest ./croc.nix {}; darling = handleTest ./darling.nix {}; deepin = handleTest ./deepin.nix {}; deluge = handleTest ./deluge.nix {}; dendrite = handleTest ./matrix/dendrite.nix {};"} {"_id":"doc-en-nixpkgs-9a0bda6ad31027e7cb17dc6ca93a7ee4d416de5813b903e98b183d67f62bd59d","title":"","text":" import ./make-test-python.nix ({ pkgs, lib, ... }: let # Well, we _can_ cross-compile from Linux :) hello = pkgs.runCommand \"hello\" { sdk = \"${pkgs.darling.sdk}/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk\"; nativeBuildInputs = with pkgs.llvmPackages_latest; [ clang-unwrapped lld ]; src = pkgs.writeText \"hello.c\" '' #include int main() { printf(\"Hello, Darling!n\"); return 0; } ''; } '' clang -target x86_64-apple-darwin -fuse-ld=lld -nostdinc -nostdlib -mmacosx-version-min=10.15 --sysroot $sdk -isystem $sdk/usr/include -L $sdk/usr/lib -lSystem $src -o $out ''; in { name = \"darling\"; meta.maintainers = with lib.maintainers; [ zhaofengli ]; nodes.machine = { programs.darling.enable = true; }; testScript = '' start_all() # Darling holds stdout until the server is shutdown machine.succeed(\"darling ${hello} >hello.out\") machine.succeed(\"grep Hello hello.out\") machine.succeed(\"darling shutdown\") ''; }) "} {"_id":"doc-en-nixpkgs-9c763fa61c421f53a232f2656c6f07d2c5bc3098a09727a82d9dd2b3deaf0456","title":"","text":" { clangStdenv , lib , runCommandWith , writeShellScript , fetchFromGitHub , fetchpatch , freetype , libjpeg , libpng , libtiff , giflib , libX11 , libXext , libXrandr , libXcursor , libxkbfile , cairo , libglvnd , fontconfig , dbus , libGLU , fuse , ffmpeg , pulseaudio , makeWrapper , python2 , python3 , cmake , ninja , pkg-config , bison , flex , libbsd , openssl , xdg-user-dirs , addOpenGLRunpath # Whether to pre-compile Python 2 bytecode for performance. , compilePy2Bytecode ? false }: let stdenv = clangStdenv; # The build system invokes clang to compile Darwin executables. # In this case, our cc-wrapper must not be used. ccWrapperBypass = runCommandWith { inherit stdenv; name = \"cc-wrapper-bypass\"; runLocal = false; derivationArgs = { template = writeShellScript \"template\" '' for (( i=1; i<=$#; i++)); do j=$((i+1)) if [[ \"''${!i}\" == \"-target\" && \"''${!j}\" == *\"darwin\"* ]]; then # their flags must take precedence exec @unwrapped@ \"$@\" $NIX_CFLAGS_COMPILE fi done exec @wrapped@ \"$@\" ''; }; } '' unwrapped_bin=${stdenv.cc.cc}/bin wrapped_bin=${stdenv.cc}/bin mkdir -p $out/bin unwrapped=$unwrapped_bin/$CC wrapped=$wrapped_bin/$CC substituteAll $template $out/bin/$CC unwrapped=$unwrapped_bin/$CXX wrapped=$wrapped_bin/$CXX substituteAll $template $out/bin/$CXX chmod +x $out/bin/$CC $out/bin/$CXX ''; wrappedLibs = [ # To find all of them: rg -w wrap_elf # src/native/CMakeLists.txt freetype libjpeg libpng libtiff giflib libX11 libXext libXrandr libXcursor libxkbfile cairo libglvnd fontconfig dbus libGLU # src/external/darling-dmg/CMakeLists.txt fuse # src/CoreAudio/CMakeLists.txt ffmpeg pulseaudio ]; in stdenv.mkDerivation { pname = \"darling\"; version = \"unstable-2023-05-02\"; src = fetchFromGitHub { owner = \"darlinghq\"; repo = \"darling\"; rev = \"557e7e9dece394a3f623825679474457e5b64fd0\"; fetchSubmodules = true; hash = \"sha256-SOoLaV7wg33qRHPQXkdMvrY++CvoG85kwd6IU6DkYa0=\"; }; outputs = [ \"out\" \"sdk\" ]; postPatch = '' # We have to be careful - Patching everything indiscriminately # would affect Darwin scripts as well chmod +x src/external/bootstrap_cmds/migcom.tproj/mig.sh patchShebangs src/external/bootstrap_cmds/migcom.tproj/mig.sh src/external/darlingserver/scripts src/external/openssl_certificates/scripts substituteInPlace src/startup/CMakeLists.txt --replace SETUID \"\" substituteInPlace src/external/basic_cmds/CMakeLists.txt --replace SETGID \"\" ''; nativeBuildInputs = [ bison ccWrapperBypass cmake flex makeWrapper ninja pkg-config python3 ] ++ lib.optional compilePy2Bytecode python2; buildInputs = wrappedLibs ++ [ libbsd openssl stdenv.cc.libc.linuxHeaders ]; # Breaks valid paths like # Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include dontFixCmake = true; # src/external/objc4 forces OBJC_IS_DEBUG_BUILD=1, which conflicts with NDEBUG # TODO: Fix in a better way cmakeBuildType = \" \"; cmakeFlags = [ \"-DTARGET_i386=OFF\" \"-DCOMPILE_PY2_BYTECODE=${if compilePy2Bytecode then \"ON\" else \"OFF\"}\" \"-DDARLINGSERVER_XDG_USER_DIR_CMD=${xdg-user-dirs}/bin/xdg-user-dir\" ]; env.NIX_CFLAGS_COMPILE = \"-Wno-macro-redefined -Wno-unused-command-line-argument\"; # Linux .so's are dlopen'd by wrapgen during the build env.LD_LIBRARY_PATH = lib.makeLibraryPath wrappedLibs; # Breaks shebangs of Darwin scripts dontPatchShebangs = true; postInstall = '' # Install the SDK as a separate output mkdir -p $sdk sdkDir=$(readlink -f ../Developer) while read -r path; do dst=\"$sdk/Developer/''${path#$sdkDir}\" if [[ -L \"$path\" ]]; then target=$(readlink -m \"$path\") if [[ -e \"$target\" && \"$target\" == \"$NIX_BUILD_TOP\"* && \"$target\" != \"$sdkDir\"* ]]; then # dereference cp -r -L \"$path\" \"$dst\" elif [[ -e \"$target\" ]]; then # preserve symlink cp -d \"$path\" \"$dst\" else # ignore symlink >&2 echo \"Ignoring symlink $path -> $target\" fi elif [[ -f $path ]]; then cp \"$path\" \"$dst\" elif [[ -d $path ]]; then mkdir -p \"$dst\" fi done < <(find $sdkDir) mkdir -p $sdk/bin cp src/external/cctools-port/cctools/ld64/src/*-ld $sdk/bin cp src/external/cctools-port/cctools/ar/*-{ar,ranlib} $sdk/bin ''; postFixup = '' echo \"Checking for references to $NIX_STORE in Darling root...\" set +e grep -r --exclude=mldr \"$NIX_STORE\" $out/libexec/darling ret=$? set -e if [[ $ret == 0 ]]; then echo \"Found references to $NIX_STORE in Darling root (see above)\" exit 1 fi patchelf --add-rpath \"${lib.makeLibraryPath wrappedLibs}:${addOpenGLRunpath.driverLink}/lib\" $out/libexec/darling/usr/libexec/darling/mldr ''; meta = with lib; { description = \"Open-source Darwin/macOS emulation layer for Linux\"; homepage = \"https://www.darlinghq.org\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ zhaofengli ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"doc-en-nixpkgs-b235b754aa99a74af7f91297242bc90c929d3534ae4016db5f51da12a98847ea","title":"","text":"dae = callPackage ../tools/networking/dae { }; darling = callPackage ../applications/emulators/darling { }; databricks-sql-cli = python3Packages.callPackage ../applications/misc/databricks-sql-cli { }; dhallDirectoryToNix = callPackage ../build-support/dhall/directory-to-nix.nix { };"} {"_id":"doc-en-nixpkgs-017e055b54f6371c426160c548df855f2cbfb9920ead407ee90ea0e7bb95197d","title":"","text":".PHONY: debug debug: generated manual-combined.xml manual-combined.xml: generated *.xml manual-combined.xml: generated *.xml **/*.xml rm -f ./manual-combined.xml nix-shell --packages xmloscopy --run \"xmloscopy --docbook5 ./manual.xml ./manual-combined.xml\""} {"_id":"doc-en-nixpkgs-053f1039ab04da164caccb0e38718d64ce31150e41ff3630fd0205deab211ea1","title":"","text":"For systems without CD drive, the NixOS live CD can be booted from a USB stick. You can use the dd utility to write the image: dd if=path-to-image of=/dev/sdb. Be careful about specifying
of=/dev/sdX. Be careful about specifying the correct drive; you can use the lsblk command to get a list of block devices. On macOS: On macOS $ diskutil list [..]"} {"_id":"doc-en-nixpkgs-6d24e0e3fad36bd99256efec674b5046ad5f9e65e9a72311e8ce0a436bc8dda6","title":"","text":"Unmount of all volumes on diskN was successful $ sudo dd bs=1m if=nix.iso of=/dev/rdiskN Using the 'raw' rdiskN device instead of diskN completes in minutes instead of hours. After dd completes, a GUI dialog \"The disk you inserted was not readable by this computer\" will pop up, which can be ignored. Using the 'raw' rdiskN device instead of diskN completes in minutes instead of hours. After dd completes, a GUI dialog \"The disk you inserted was not readable by this computer\" will pop up, which can be ignored. The dd utility will write the image verbatim to the drive, making it the recommended option for both UEFI and non-UEFI installations. For non-UEFI installations, you can alternatively use unetbootin. If you cannot use dd for a UEFI installation, you can also mount the ISO, copy its contents verbatim to your drive, then either: Change the label of the disk partition to the label of the ISO (visible with the blkid command), or Edit loader/entries/nixos-livecd.conf on the drive and change the root= field in the options line to point to your drive (see the documentation on root= in the kernel documentation for more details). If you want to load the contents of the ISO to ram after bootin (So you can remove the stick after bootup) you can append the parameter copytoram to the options field. "} {"_id":"doc-en-nixpkgs-d1e5ab1461e6c6c0fe1e2dc01431b7bbd0e9220a77f2246e2e771dacc371c389","title":"","text":"version=\"5.0\" xml:id=\"sec-installation\"> Installing NixOS NixOS can be installed on BIOS or UEFI systems. The procedure for a UEFI installation is by and large the same as a BIOS installation. The differences are mentioned in the steps that follow. Boot from the CD. UEFI systems You should boot the live CD in UEFI mode (consult your specific hardware's documentation for instructions). You may find the rEFInd boot manager useful. The CD contains a basic NixOS installation. (It also contains Memtest86+, useful if you want to test new hardware). When it’s finished booting, it should have detected most of your hardware. The NixOS manual is available on virtual console 8 (press Alt+F8 to access) or by running nixos-help. You get logged in as root (with empty password). If you downloaded the graphical ISO image, you can run systemctl start display-manager to start KDE. If you want to continue on the terminal, you can use loadkeys to switch to your preferred keyboard layout. (We even provide neo2 via loadkeys de neo!)
Booting the system NixOS can be installed on BIOS or UEFI systems. The procedure for a UEFI installation is by and large the same as a BIOS installation. The differences are mentioned in the steps that follow. The installation media can be burned to a CD, or now more commonly, \"burned\" to a USB drive (see ). The installation media contains a basic NixOS installation. When it’s finished booting, it should have detected most of your hardware. The NixOS manual is available on virtual console 8 (press Alt+F8 to access) or by running nixos-help. You are logged-in automatically as root. (The root user account has an empty password.) If you downloaded the graphical ISO image, you can run systemctl start display-manager to start KDE. If you want to continue on the terminal, you can use loadkeys to switch to your preferred keyboard layout. (We even provide neo2 via loadkeys de neo!)
Networking in the installer The boot process should have brought up networking (check ip a). Networking is necessary for the installer, since it will"} {"_id":"doc-en-nixpkgs-dcaf5986fb615682871cd942abc8e27cb5d7d40ca6ba38b1235715808684d413","title":"","text":"binaries). It’s best if you have a DHCP server on your network. Otherwise configure networking manually using ifconfig. To manually configure the network on the graphical installer, first disable network-manager with systemctl stop network-manager. To manually configure the wifi on the minimal installer, run wpa_supplicant -B -i interface -c <(wpa_passphrase 'SSID' 'key'). If you would like to continue the installation from a different machine you need to activate the SSH daemon via systemctl start sshd. In order to be able to login you also need to set a password for root using passwd.
Partitioning and formatting The NixOS installer doesn’t do any partitioning or formatting, so you need to do that yourself. The NixOS installer ships with multiple partitioning tools. The examples below use parted, but also provides fdisk, gdisk, cfdisk, and cgdisk. The recommended partition scheme differs depending if the computer uses Legacy Boot or UEFI.
UEFI (GPT) The NixOS installer doesn’t do any partitioning or formatting yet, so you need to do that yourself. Use the following commands: Here's an example partition scheme for UEFI, using /dev/sda as the device. You can safely ignore parted's informational message about needing to update /etc/fstab. For partitioning: fdisk. # fdisk /dev/sda # (or whatever device you want to install on) -- for UEFI systems only > n # (create a new partition for /boot) > 3 # (make it a partition number 3) > # (press enter to accept the default) > +512M # (the size of the UEFI boot partition) > t # (change the partition type ...) > 3 # (... of the boot partition ...) > 1 # (... to 'UEFI System') -- for BIOS or UEFI systems > n # (create a new partition for /swap) > 2 # (make it a partition number 2) > # (press enter to accept the default) > +8G # (the size of the swap partition, set to whatever you like) > n # (create a new partition for /) > 1 # (make it a partition number 1) > # (press enter to accept the default) > # (press enter to accept the default and use the rest of the remaining space) > a # (make the partition bootable) > x # (enter expert mode) > f # (fix up the partition ordering) > r # (exit expert mode) > w # (write the partition table to disk and exit) Create a GPT partition table. # parted /dev/sda -- mklabel gpt Add a swap partition. The size required will vary according to needs, here a 8GiB one is created. The space left in front (512MiB) will be used by the boot partition. # parted /dev/sda -- mkpart primary linux-swap 512MiB 8.5GiB The swap partition size rules are no different than for other Linux distributions. Next, add the root partition. This will fill the remainder ending part of the disk. # parted /dev/sda -- mkpart primary 8.5GiB -1MiB Finally, the boot partition. NixOS by default uses the ESP (EFI system partition) as its /boot partition. It uses the initially reserved 512MiB at the start of the disk. # parted /dev/sda -- mkpart ESP fat32 1M 512MiB # parted /dev/sda -- set 3 boot on Once complete, you can follow with .
Legacy Boot (MBR) Here's an example partition scheme for Legacy Boot, using /dev/sda as the device. You can safely ignore parted's informational message about needing to update /etc/fstab. Create a MBR partition table. # parted /dev/sda -- mklabel msdos Add a swap partition. The size required will vary according to needs, here a 8GiB one is created. # parted /dev/sda -- mkpart primary linux-swap 1M 8GiB The swap partition size rules are no different than for other Linux distributions. Finally, add the root partition. This will fill the remainder of the disk. # parted /dev/sda -- mkpart primary 8GiB -1s Once complete, you can follow with .
Formatting Use the following commands: For initialising Ext4 partitions: mkfs.ext4. It is recommended that you assign a unique symbolic label to the file system using the option ,"} {"_id":"doc-en-nixpkgs-6185ee5e775d0ccc198b9e6af70f4a3a00bcfc33395fc74edc3d181c717ddf7d","title":"","text":" Mount the target file system on which NixOS should be installed on /mnt, e.g.
Installing Mount the target file system on which NixOS should be installed on /mnt, e.g. # mount /dev/disk/by-label/nixos /mnt UEFI systems Mount the boot file system on /mnt/boot, e.g. UEFI systems Mount the boot file system on /mnt/boot, e.g. # mkdir -p /mnt/boot # mount /dev/disk/by-label/boot /mnt/boot If your machine has a limited amount of memory, you may want to activate swap devices now (swapon device). The installer (or rather, the build actions that it may spawn) may need quite a bit of RAM, depending on your configuration. If your machine has a limited amount of memory, you may want to activate swap devices now (swapon device). The installer (or rather, the build actions that it may spawn) may need quite a bit of RAM, depending on your configuration. # swapon /dev/sda2 You now need to create a file /mnt/etc/nixos/configuration.nix that specifies the intended configuration of the system. This is because NixOS has a declarative configuration model: you create or edit a description of the desired configuration of your system, and then NixOS takes care of making it happen. The syntax of the NixOS configuration file is described in , while a list of available configuration options appears in You now need to create a file /mnt/etc/nixos/configuration.nix that specifies the intended configuration of the system. This is because NixOS has a declarative configuration model: you create or edit a description of the desired configuration of your system, and then NixOS takes care of making it happen. The syntax of the NixOS configuration file is described in , while a list of available configuration options appears in linkend=\"ch-options\"/>. A minimal example is shown in linkend=\"ex-config\"/>. The command nixos-generate-config can generate an initial configuration file for you: The command nixos-generate-config can generate an initial configuration file for you: # nixos-generate-config --root /mnt You should then edit /mnt/etc/nixos/configuration.nix to suit your needs: You should then edit /mnt/etc/nixos/configuration.nix to suit your needs: # nano /mnt/etc/nixos/configuration.nix If you’re using the graphical ISO image, other editors may be available (such as vim). If you have network access, you can also install other editors — for instance, you can install Emacs by running nix-env -i emacs. BIOS systems You must set the option to specify on which disk the GRUB boot loader is to be installed. Without it, NixOS cannot boot. UEFI systems You must set the option to true. nixos-generate-config should do this automatically for new configurations when booted in UEFI mode. You may want to look at the options starting with and as well. If there are other operating systems running on the machine before installing NixOS, the option can be set to true to automatically add them to the grub menu. Another critical option is , specifying the file systems that need to be mounted by NixOS. However, you typically don’t need to set it yourself, because nixos-generate-config sets it automatically in /mnt/etc/nixos/hardware-configuration.nix from your currently mounted file systems. (The configuration file hardware-configuration.nix is included from configuration.nix and will be overwritten by future invocations of nixos-generate-config; thus, you generally should not modify it.) If you’re using the graphical ISO image, other editors may be available (such as vim). If you have network access, you can also install other editors — for instance, you can install Emacs by running nix-env -i emacs. BIOS systems You must set the option to specify on which disk the GRUB boot loader is to be installed. Without it, NixOS cannot boot. UEFI systems You must set the option to true. nixos-generate-config should do this automatically for new configurations when booted in UEFI mode. You may want to look at the options starting with and as well. Depending on your hardware configuration or type of file system, you may need to set the option to include the kernel modules that are necessary for mounting the root file system, otherwise the installed system will not be able to boot. (If this happens, boot from the CD again, mount the target file system on /mnt, fix /mnt/etc/nixos/configuration.nix and rerun nixos-install.) In most cases, nixos-generate-config will figure out the required modules. If there are other operating systems running on the machine before installing NixOS, the option can be set to true to automatically add them to the grub menu. Do the installation: Another critical option is , specifying the file systems that need to be mounted by NixOS. However, you typically don’t need to set it yourself, because nixos-generate-config sets it automatically in /mnt/etc/nixos/hardware-configuration.nix from your currently mounted file systems. (The configuration file hardware-configuration.nix is included from configuration.nix and will be overwritten by future invocations of nixos-generate-config; thus, you generally should not modify it.) Depending on your hardware configuration or type of file system, you may need to set the option to include the kernel modules that are necessary for mounting the root file system, otherwise the installed system will not be able to boot. (If this happens, boot from the installation media again, mount the target file system on /mnt, fix /mnt/etc/nixos/configuration.nix and rerun nixos-install.) In most cases, nixos-generate-config will figure out the required modules. Do the installation: # nixos-install Cross fingers. If this fails due to a temporary problem (such as a network issue while downloading binaries from the NixOS binary cache), you can just re-run nixos-install. Otherwise, fix your configuration.nix and then re-run nixos-install. As the last step, nixos-install will ask you to set the password for the root user, e.g. Cross fingers. If this fails due to a temporary problem (such as a network issue while downloading binaries from the NixOS binary cache), you can just re-run nixos-install. Otherwise, fix your configuration.nix and then re-run nixos-install. As the last step, nixos-install will ask you to set the password for the root user, e.g. setting root password... Enter new UNIX password: *** Retype new UNIX password: *** For unattended installations, it is possible to use nixos-install --no-root-passwd in order to disable the password prompt entirely. If everything went well: Retype new UNIX password: *** For unattended installations, it is possible to use nixos-install --no-root-passwd in order to disable the password prompt entirely. If everything went well: # reboot You should now be able to boot into the installed NixOS. The GRUB boot menu shows a list of available configurations (initially just one). Every time you change the NixOS configuration (see # reboot You should now be able to boot into the installed NixOS. The GRUB boot menu shows a list of available configurations (initially just one). Every time you change the NixOS configuration (see linkend=\"sec-changing-config\">Changing Configuration ), a new item is added to the menu. This allows you to easily roll back to a previous configuration if something goes wrong. You should log in and change the root password with passwd. You’ll probably want to create some user accounts as well, which can be done with useradd: ), a new item is added to the menu. This allows you to easily roll back to a previous configuration if something goes wrong. You should log in and change the root password with passwd. You’ll probably want to create some user accounts as well, which can be done with useradd: $ useradd -c 'Eelco Dolstra' -m eelco $ passwd eelco You may also want to install some software. For instance, You may also want to install some software. For instance, $ nix-env -qa * shows what packages are available, and shows what packages are available, and $ nix-env -i w3m install the w3m browser. To summarise, shows a typical sequence of commands for installing NixOS on an empty hard drive (here /dev/sda). install the w3m browser.
Installation summary To summarise, shows a typical sequence of commands for installing NixOS on an empty hard drive (here /dev/sda). /> shows a corresponding configuration Nix expression. Commands for Installing NixOS on <filename>/dev/sda</filename> # fdisk /dev/sda # (or whatever device you want to install on) -- for UEFI systems only > n # (create a new partition for /boot) > 3 # (make it a partition number 3) > # (press enter to accept the default) > +512M # (the size of the UEFI boot partition) > t # (change the partition type ...) > 3 # (... of the boot partition ...) > 1 # (... to 'UEFI System') -- for BIOS or UEFI systems > n # (create a new partition for /swap) > 2 # (make it a partition number 2) > # (press enter to accept the default) > +8G # (the size of the swap partition) > n # (create a new partition for /) > 1 # (make it a partition number 1) > # (press enter to accept the default) > # (press enter to accept the default and use the rest of the remaining space) > a # (make the partition bootable) > x # (enter expert mode) > f # (fix up the partition ordering) > r # (exit expert mode) > w # (write the partition table to disk and exit) corresponding configuration Nix expression. Example partition schemes for NixOS on <filename>/dev/sda</filename> (MBR) # parted /dev/sda -- mklabel msdos # parted /dev/sda -- mkpart primary linux-swap 1M 8GiB # parted /dev/sda -- mkpart primary 8GiB -1s Example partition schemes for NixOS on <filename>/dev/sda</filename> (UEFI) # parted /dev/sda -- mklabel gpt # parted /dev/sda -- mkpart primary linux-swap 512MiB 8.5GiB # parted /dev/sda -- mkpart primary 8.5GiB -1MiB # parted /dev/sda -- mkpart ESP fat32 1M 512MiB # parted /dev/sda -- set 3 boot on Commands for Installing NixOS on <filename>/dev/sda</filename> With a partitioned disk. # mkfs.ext4 -L nixos /dev/sda1 # mkswap -L swap /dev/sda2 # swapon /dev/sda2"} {"_id":"doc-en-nixpkgs-3a9ff5a87f5f6a67752001934ddaa7eaf792938fa1e99442ff7efd53773831c8","title":"","text":"# nano /mnt/etc/nixos/configuration.nix # nixos-install # reboot NixOS Configuration NixOS Configuration { config, pkgs, ... }: { imports = ["} {"_id":"doc-en-nixpkgs-d3beddfa4ed034f728fd6c0a60cb1e05266b71f35f5f972af8e2c88b5513646f","title":"","text":"services.sshd.enable = true; }
Additional installation notes
"} {"_id":"doc-en-nixpkgs-ad8a51f2630bfab7df69b1269358cf396f4d21d7efa4588eb30f19b51d49b73f","title":"","text":", python, pygobject3, gtk3, gnome3, substituteAll , at-spi2-atk, at-spi2-core, pyatspi, dbus, dbus-python, pyxdg , xkbcomp, procps, lsof, coreutils, gsettings-desktop-schemas , speechd, brltty, setproctitle, gst_all_1, gst-python , speechd, brltty, liblouis, setproctitle, gst_all_1, gst-python }: buildPythonApplication rec {"} {"_id":"doc-en-nixpkgs-f48d846ecf256055652d3fc5dec1f3df0b977976b82036e1e5081fdb110867f8","title":"","text":"]; propagatedBuildInputs = [ # TODO: re-add liblouis when it is fixed pygobject3 pyatspi dbus-python pyxdg brltty speechd gst-python setproctitle pygobject3 pyatspi dbus-python pyxdg brltty liblouis speechd gst-python setproctitle ]; strictDeps = false; buildInputs = [ python gtk3 at-spi2-atk at-spi2-core dbus gsettings-desktop-schemas gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good"} {"_id":"doc-en-nixpkgs-5d78f9319ae7dc7d7ca4c6bacbee1844ed240d94d115ac83951fbd4402924d3a","title":"","text":" { stdenv, fetchFromGitHub, cmake, bison }: { stdenv, fetchFromGitHub, cmake, bison, spirv-tools, jq }: stdenv.mkDerivation rec { name = \"glslang-git-${version}\"; version = \"2017-08-31\"; version = \"2018-02-05\"; # `vulkan-loader` requires a specific version of `glslang` as specified in # `/external_revisions/glslang_revision`. src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"glslang\"; rev = \"3a21c880500eac21cdf79bef5b80f970a55ac6af\"; sha256 = \"1i15m17r0acmzjrkybris2rgw15il05a4w5h7vhhsiyngcvajcyn\"; rev = \"2651ccaec8\"; sha256 = \"0x5x5i07n9g809rzf5jgw70mmwck31ishdmxnmi0wxx737jjqwaq\"; }; buildInputs = [ cmake bison ]; buildInputs = [ cmake bison jq ] ++ spirv-tools.buildInputs; enableParallelBuilding = true; patchPhase = '' cp --no-preserve=mode -r \"${spirv-tools.src}\" External/spirv-tools ln -s \"${spirv-tools.headers}\" External/spirv-tools/external/spirv-headers ''; 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\" != \"${spirv-tools.headers.rev}\" ] || [ \"$TOOLS_COMMIT\" != \"${spirv-tools.src.rev}\" ]; then echo \"ERROR: spirv-tools commits do not match expected versions\"; exit 1; fi ''; meta = with stdenv.lib; { inherit (src.meta) homepage; description = \"Khronos reference front-end for GLSL and ESSL\";"} {"_id":"doc-en-nixpkgs-037cc91f9ae565d15b431ce53685498d9c9aa7f94d2203286e6253f6abd78c8b","title":"","text":"libXext, wayland, libGL, makeWrapper }: let version = \"1.0.61.1\"; version = \"1.1.70.0\"; src = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"Vulkan-LoaderAndValidationLayers\"; rev = \"sdk-${version}\"; sha256 = \"043kw6wnrpdplnb40x6n9rgf3gygsn9jiv91y458sydbhalfr945\"; sha256 = \"1a7xwl65bi03l4zbjq54qkxjb8kb4m78qvw8bas5alhf9v6i6yqp\"; }; in"} {"_id":"doc-en-nixpkgs-99b0afb5ea75b7aa2c3c9d1e3fae00a0ad0fd22edc55a7345da5c508f99b125d","title":"","text":"nativeBuildInputs = [ makeWrapper pkgconfig ]; buildInputs = [ cmake git python3 python3Packages.lxml glslang spirv-tools x11 libxcb libXrandr libXext wayland glslang x11 libxcb libXrandr libXext wayland ]; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-171384fcca8ff5a07005f75c1368ce98e2ff36e3e911097740e622ae3b0916fd","title":"","text":"]; outputs = [ \"out\" \"dev\" \"demos\" ]; patches = [ ./rev-file.patch ]; postUnpack = '' # Hack so a version header can be generated. Relies on ./rev-file.patch to work. mkdir -p \"$sourceRoot/external/glslang/External\" echo \"${spirv-tools.src.rev}\" > \"$sourceRoot/external/glslang/External/spirv-tools\" ''; preConfigure = '' checkRev() { [ \"$2\" = $(cat \"external_revisions/$1_revision\") ] || (echo \"ERROR: dependency $1 is revision $2 but should be revision\" $(cat \"external_revisions/$1_revision\") && exit 1) } checkRev spirv-tools \"${spirv-tools.src.rev}\" checkRev spirv-headers \"${spirv-tools.headers.rev}\" checkRev glslang \"${glslang.src.rev}\" '';"} {"_id":"doc-en-nixpkgs-ecc8b40edeed8cbe540e2a81c7dd366f5a8ccaf5855513f49ea24314e209a651","title":"","text":" diff --git a/CMakeLists.txt b/CMakeLists.txt index c9f73ce96..d14ffeed9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -339,13 +339,13 @@ macro(run_vk_xml_generate dependency output) endmacro() # Define macro used for generating header files containing commit IDs for external dependencies -macro(run_external_revision_generate source_dir symbol_name output) +macro(run_external_revision_generate rev_file symbol_name output) add_custom_command(OUTPUT ${output} # NOTE: If you modify this call to use --rev_file instead of --git_dir (to read the commit ID from a file instead of # parsing from a Git repository), you probably also want to add the revision file to the list of DEPENDS on the # subsequent line (to ensure that the script is re-run when the revision file is modified). - COMMAND ${PYTHON_CMD} ${SCRIPTS_DIR}/external_revision_generator.py --git_dir ${source_dir} -s ${symbol_name} -o ${output} - DEPENDS ${SCRIPTS_DIR}/external_revision_generator.py ${source_dir}/.git/HEAD ${source_dir}/.git/index + COMMAND ${PYTHON_CMD} ${SCRIPTS_DIR}/external_revision_generator.py --rev_file ${rev_file} -s ${symbol_name} -o ${output} + DEPENDS ${SCRIPTS_DIR}/external_revision_generator.py ${rev_file} ) endmacro() "} {"_id":"doc-en-nixpkgs-de60609db50edca648f1ef640e9038e995b616ec5cc5a92713bab4a1999cc307","title":"","text":"let spirv_sources = { # `vulkan-loader` requires a specific version of `spirv-tools` and `spirv-headers` as specified in # `/external_revisions/spirv-tools_revision`. # `glslang` requires a specific version of `spirv-tools` and `spirv-headers` as specified in `known-good.json`. tools = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Tools\"; rev = \"7e2d26c77b606b21af839b37fd21381c4a669f23\"; sha256 = \"1nlzj081v1xdyfz30nfs8hfcnqd072fra127h46gav179f04kss2\"; rev = \"9e19fc0f31ceaf1f6bc907dbf17dcfded85f2ce8\"; sha256 = \"1zpwznq0fyvkzs5h9nnkr7g6svr0w8z6zx62xgnss17c2a5cz0lk\"; }; headers = fetchFromGitHub { owner = \"KhronosGroup\"; repo = \"SPIRV-Headers\"; rev = \"2bb92e6fe2c6aa410152fc6c63443f452acb1a65\"; sha256 = \"1rgjd7kpa7xpbwpzd6m3f6yq44s9xn5ddhz135213pxwbi5c0c26\"; rev = \"ce309203d7eceaf908bea8862c27f3e0749f7d00\"; sha256 = \"1sv1iy2d46sg7r3xy591db6fn9h78wd079yvfa87vwmwsdkhiqhm\"; }; };"} {"_id":"doc-en-nixpkgs-a8e0e986ba71a64053bdee7df9c74c70f6446eeb59101610b85241c196727335","title":"","text":"stdenv.mkDerivation rec { name = \"spirv-tools-${version}\"; version = \"2017-09-01\"; version = \"2018-02-05\"; src = spirv_sources.tools; patchPhase = ''ln -sv ${spirv_sources.headers} external/spirv-headers'';"} {"_id":"doc-en-nixpkgs-cd7684e19cda27374d03c8d28b6fbcd5792f0566b0bc0542ed9e71a7948b0da4","title":"","text":"in py.pkgs.buildPythonApplication rec { pname = \"awscli\"; version = \"1.14.50\"; version = \"1.15.10\"; src = py.pkgs.fetchPypi { inherit pname version; sha256 = \"1yiwj7cl9r1k9226mdq6pcmrs044k7p3d133lzgv9rb1dgp4053c\"; sha256 = \"0nwpanbfx5h0bad8wwvvbhpjf9r6n885bbv2w8mw7vijdgclkq8x\"; }; # No tests included"} {"_id":"doc-en-nixpkgs-d0725ecedf7a95370dd0d903735cc1c66bf253b6928d47c816f25f1f38f4228a","title":"","text":"less ]; postPatch = '' for i in {py,cfg}; do substituteInPlace setup.$i --replace \"botocore==1.10.10\" \"botocore>=1.10.9,<=1.11\" done ''; postInstall = '' mkdir -p $out/etc/bash_completion.d echo \"complete -C $out/bin/aws_completer aws\" > $out/etc/bash_completion.d/awscli"} {"_id":"doc-en-nixpkgs-0a357e73772442bcb1dc9f9f88465a26c37790872cb4897df794519378a7f025","title":"","text":" # VTE { config, pkgs, lib, ... }: with lib; let vteInitSnippet = '' # Show current working directory in VTE terminals window title. # Supports both bash and zsh, requires interactive shell. . ${pkgs.vte}/etc/profile.d/vte.sh ''; in { options = { programs.bash.vteIntegration = mkOption { default = false; type = types.bool; description = '' Whether to enable Bash integration for VTE terminals. This allows it to preserve the current directory of the shell across terminals. ''; }; programs.zsh.vteIntegration = mkOption { default = false; type = types.bool; description = '' Whether to enable Zsh integration for VTE terminals. This allows it to preserve the current directory of the shell across terminals. ''; }; }; config = mkMerge [ (mkIf config.programs.bash.vteIntegration { programs.bash.interactiveShellInit = vteInitSnippet; }) (mkIf config.programs.zsh.vteIntegration { programs.zsh.interactiveShellInit = vteInitSnippet; }) ]; } "} {"_id":"doc-en-nixpkgs-bdc8a4b4ec6b2363e1fa2b713bbbd62f8a0a54646dcc5bc4ef8088974cf34a69","title":"","text":"./config/unix-odbc-drivers.nix ./config/users-groups.nix ./config/vpnc.nix ./config/vte.nix ./config/zram.nix ./hardware/acpilight.nix ./hardware/all-firmware.nix"} {"_id":"doc-en-nixpkgs-7441fbc2bd872134ba9a8c4749aa64916658072d00f9105704978fe1df50d4db","title":"","text":"./programs/fuse.nix ./programs/gnome-disks.nix ./programs/gnome-documents.nix ./programs/gnome-terminal.nix ./programs/gpaste.nix ./programs/gnupg.nix ./programs/gphoto2.nix"} {"_id":"doc-en-nixpkgs-345dec43afbd2122b9cbf2a510524c5f1dede6381c045b36ce6364552668f016","title":"","text":"./services/desktops/gnome3/gnome-remote-desktop.nix ./services/desktops/gnome3/gnome-online-miners.nix ./services/desktops/gnome3/gnome-settings-daemon.nix ./services/desktops/gnome3/gnome-terminal-server.nix ./services/desktops/gnome3/gnome-user-share.nix ./services/desktops/gnome3/gvfs.nix ./services/desktops/gnome3/rygel.nix"} {"_id":"doc-en-nixpkgs-3fd493541fdb83c30ea778f3655be8cb1d34ce97d65b87105c71d44f299a23a7","title":"","text":" # GNOME Terminal. { config, pkgs, lib, ... }: with lib; let cfg = config.programs.gnome-terminal; in { # Added 2019-08-19 imports = [ (mkRenamedOptionModule [ \"services\" \"gnome3\" \"gnome-terminal-server\" \"enable\" ] [ \"programs\" \"gnome-terminal\" \"enable\" ]) ]; options = { programs.gnome-terminal.enable = mkEnableOption \"GNOME Terminal\"; }; config = mkIf cfg.enable { environment.systemPackages = [ pkgs.gnome3.gnome-terminal ]; services.dbus.packages = [ pkgs.gnome3.gnome-terminal ]; systemd.packages = [ pkgs.gnome3.gnome-terminal ]; programs.bash.vteIntegration = true; programs.zsh.vteIntegration = true; }; } "} {"_id":"doc-en-nixpkgs-75ee0c71c25b8427c5803343002b76a19f1086a4cf98540c2b15c9197610675b","title":"","text":" # GNOME Documents daemon. { config, pkgs, lib, ... }: with lib; { ###### interface options = { services.gnome3.gnome-terminal-server = { enable = mkOption { type = types.bool; default = false; description = '' Whether to enable GNOME Terminal server service, needed for gnome-terminal. ''; }; }; }; ###### implementation config = mkIf config.services.gnome3.gnome-terminal-server.enable { environment.systemPackages = [ pkgs.gnome3.gnome-terminal ]; services.dbus.packages = [ pkgs.gnome3.gnome-terminal ]; systemd.packages = [ pkgs.gnome3.gnome-terminal ]; }; } "} {"_id":"doc-en-nixpkgs-cdd8651c495b3159f340bdde78b4785b60c84386aab11245528a4fbb3c630965","title":"","text":"services.gnome3.gnome-online-accounts.enable = mkDefault true; services.gnome3.gnome-remote-desktop.enable = mkDefault true; services.gnome3.gnome-settings-daemon.enable = true; services.gnome3.gnome-terminal-server.enable = mkDefault true; services.gnome3.gnome-user-share.enable = mkDefault true; services.gnome3.gvfs.enable = true; services.gnome3.rygel.enable = mkDefault true;"} {"_id":"doc-en-nixpkgs-37b330573ff4835ee37694ef08cac61479aaf803f2da8dda8dba1d0400492eec","title":"","text":"programs.file-roller.enable = mkDefault true; programs.gnome-disks.enable = mkDefault true; programs.gnome-documents.enable = mkDefault true; programs.gnome-terminal.enable = mkDefault true; # If gnome3 is installed, build vim for gtk3 too. nixpkgs.config.vim.gui = \"gtk3\";"} {"_id":"doc-en-nixpkgs-2a01b0812650a7c1eddadba24a33465480f6196f88f0dbf528bee5ab7c230293","title":"","text":"makeMakerFlags = \"POSTGRES_HOME=${postgresql}\"; # tests freeze in a sandbox doCheck = false; meta = { homepage = http://search.cpan.org/dist/DBD-Pg/; description = \"DBI PostgreSQL interface\";"} {"_id":"doc-en-nixpkgs-dceae9dcea07456857b2ff0d3a80e16307ee721402128844c713049914f749fd","title":"","text":" { stdenv, fetchFromRepoOrCz, fetchurl, nasm, perl, python3, libuuid, mtools, makeWrapper }: { stdenv, fetchgit, fetchurl, fetchpatch, nasm, perl, python3, libuuid, mtools, makeWrapper }: stdenv.mkDerivation { name = \"syslinux-2019-02-07\"; pname = \"syslinux\"; version = \"unstable-20190207\"; # This is syslinux-6.04-pre3^1; syslinux-6.04-pre3 fails to run. # Same issue here https://www.syslinux.org/archives/2019-February/026330.html src = fetchFromRepoOrCz { repo = \"syslinux\"; src = fetchgit { url = \"https://repo.or.cz/syslinux\"; rev = \"b40487005223a78c3bb4c300ef6c436b3f6ec1f7\"; sha256 = \"1qrxl1114sr2i2791z9rf8v53g200aq30f08808d7i8qnmgvxl2w\"; sha256 = \"1acf6byx7i6vz8hq6mra526g8mf7fmfhid211y8nq0v6px7d3aqs\"; fetchSubmodules = true; }; patches = let"} {"_id":"doc-en-nixpkgs-657015421ea9e13aad1ba243add992f7a78d8a0cc65d440e7b93509a6f01b90e","title":"","text":"url = mkURL \"fa1349f1\" \"0002-gfxboot-menu-label.patch\"; sha256 = \"06ifgzbpjj4picpj17zgprsfi501zf4pp85qjjgn29i5rs291zni\"; }) (fetchurl { url = mkURL \"477e56d2\" \"0005-gnu-efi-version-compatibility.patch\"; sha256 = \"041568b4abb79wynyps1n04lg4fr26rc3sbjncz99pp0mbz0ajlm\"; (fetchpatch { url = \"https://git.archlinux.org/svntogit/packages.git/plain/trunk/0005-gnu-efi-version-compatibility.patch?h=packages/syslinux\"; sha256 = \"0fbqz56hj8az8ws26m39hyp3l5fvcbzvzdddqz3x6n56hzdpz1p6\"; }) (fetchurl { # mbr.bin: too big (452 > 440)"} {"_id":"doc-en-nixpkgs-e87f98beacc8ff7a083abcfce26f1cfff2772f9f849e2bcc2e15e87ce24ba7bc","title":"","text":"# fix tests substituteInPlace tests/unittest/include/unittest/unittest.h --replace /usr/include/ \"\" # Hack to get `gcc -m32' to work without having 32-bit Glibc headers. mkdir gnu-efi/inc/ia32/gnu touch gnu-efi/inc/ia32/gnu/stubs-32.h ''; nativeBuildInputs = [ nasm perl python3 ];"} {"_id":"doc-en-nixpkgs-a6c45307c62e4209d3cfb750d4b247761f290769a309753a4cdd83cf2bf1a776","title":"","text":"makeFlags = [ \"BINDIR=$(out)/bin\" \"SBINDIR=$(out)/sbin\" \"LIBDIR=$(out)/lib\" \"INCDIR=$(out)/include\" \"DATADIR=$(out)/share\" \"MANDIR=$(out)/share/man\" \"PERL=perl\" \"bios\" ]; doCheck = false; # fails. some fail in a sandbox, others require qemu"} {"_id":"doc-en-nixpkgs-3770bb24ee4211139edf3c0678840c1feadab7fd85af12973b394c16973ff53d","title":"","text":"ghcCommand' = if isGhcjs then \"ghcjs\" else \"ghc\"; ghcCommand = \"${ghc.targetPrefix}${ghcCommand'}\"; ghcCommandCaps= lib.toUpper ghcCommand'; libDir = if isHaLVM then \"$out/lib/HaLVM-${ghc.version}\" else \"$out/lib/${ghcCommand}-${ghc.version}\"; libDir = if isHaLVM then \"$out/lib/HaLVM-${ghc.version}\" else if isGhcjs then \"$out/libexec\" else \"$out/lib/${ghcCommand}-${ghc.version}\"; docDir = \"$out/share/doc/ghc/html\"; packageCfgDir = \"${libDir}/package.conf.d\"; paths = lib.filter (x: x ? isHaskellLibrary) (lib.closePropagation packages);"} {"_id":"doc-en-nixpkgs-34ef5b2bb067c5f2a809dab4ddfb2c53d36ed6f2d5d48e7b9e4a37f9e95c1ba1","title":"","text":"configureFlags = [ ( if sslSupport then \"--with-ssl=${openssl.crossDrv}\" else \"--without-ssl\" ) ( if gnutlsSupport then \"--with-gnutls=${gnutls.crossDrv}\" else \"--without-gnutls\" ) \"--with-random /dev/urandom\" \"--with-random=/dev/urandom\" ]; };"} {"_id":"doc-en-nixpkgs-0b210aadc5da1ebbf16e1587aff48571b500348d0665e0e81870bd7a5b2df4a8","title":"","text":"Xsetup = pkgs.writeScript \"Xsetup\" '' #!/bin/sh # Prior to Qt 5.9.2, there is a QML cache invalidation bug which sometimes # strikes new Plasma 5 releases. If the QML cache is not invalidated, SDDM # will segfault without explanation. We really tore our hair out for awhile # before finding the bug: # https://bugreports.qt.io/browse/QTBUG-62302 # We work around the problem by deleting the QML cache before startup. It # will be regenerated, causing a small but perceptible delay when SDDM # starts. rm -fr /var/lib/sddm/.cache/sddm-greeter/qmlcache ${cfg.setupScript} '';"} {"_id":"doc-en-nixpkgs-955e666f1577ed327037cb17a1bd87eee2d423ab7a06ac4b96e9e16b194d14a0","title":"","text":"# To enable user switching, allow sddm to allocate TTYs/displays dynamically. services.xserver.tty = null; services.xserver.display = null; systemd.tmpfiles.rules = [ # Prior to Qt 5.9.2, there is a QML cache invalidation bug which sometimes # strikes new Plasma 5 releases. If the QML cache is not invalidated, SDDM # will segfault without explanation. We really tore our hair out for awhile # before finding the bug: # https://bugreports.qt.io/browse/QTBUG-62302 # We work around the problem by deleting the QML cache before startup. # This was supposedly fixed in Qt 5.9.2 however it has been reported with # 5.10 and 5.11 as well. The initial workaround was to delete the directory # in the Xsetup script but that doesn't do anything. # Instead we use tmpfiles.d to ensure it gets wiped. # This causes a small but perceptible delay when SDDM starts. \"e ${config.users.users.sddm.home}/.cache - - - 0\" ]; }; }"} {"_id":"doc-en-nixpkgs-c420580504dec7b3237222aabe0b66037ddaa6a30c43daa4c97ba6f976e67b17","title":"","text":"\"--enable-library-for-ghci\" # TODO: Should this be configurable? ] ++ optionals (enableDeadCodeElimination && (stdenv.lib.versionOlder \"8.0.1\" ghc.version)) [ \"--ghc-option=-split-sections\" ] ++ optionals dontStrip [ \"--disable-library-stripping\" \"--disable-executable-stripping\" ] ++ optionals isGhcjs [ \"--ghcjs\" ] ++ optionals isCross (["} {"_id":"doc-en-nixpkgs-3131b2299e46975a55289f02ff5584898b8bd656b84c1d71c5a986d21a57f2f5","title":"","text":"./hplip-3.20.11-nixos-cups-ppd-search-path.patch ]; prePatch = '' postPatch = '' # https://github.com/NixOS/nixpkgs/issues/44230 substituteInPlace createPPD.sh --replace ppdc \"${cups}/bin/ppdc\" --replace \"gzip -c\" \"gzip -cn\" # HPLIP hardcodes absolute paths everywhere. Nuke from orbit. find . -type f -exec sed -i -e s,/etc/hp,$out/etc/hp,g "} {"_id":"doc-en-nixpkgs-5f09be3b90ae13ff620e7e55430ee0bf56cce727b8902c695cb43eff3ad70f71","title":"","text":"export CUPS_DATADIR=\"${cups}/share/cups\" ''; postConfigure = '' # don't save timestamp, in order to improve reproducibility substituteInPlace Makefile --replace \"GZIP_ENV = --best\" \"GZIP_ENV = --best -n\" ''; enableParallelBuilding = true; #"} {"_id":"doc-en-nixpkgs-9050f697be2d12ad7742cd19ec75f9dcf1ab6f0cc54d3168f9098c665e4d19fd","title":"","text":" { lib, buildPythonPackage, fetchPypi, numpy, h5py }: buildPythonPackage rec { pname = \"Keras_Applications\"; version = \"1.0.4\"; src = fetchPypi { inherit pname version; sha256 = \"8c95300328630ae74fb0828b6fa38269a25c0228a02f1e5181753bfd48961f49\"; }; # Cyclic dependency: keras-applications requires keras, which requires keras-applications postPatch = '' sed -i \"s/keras>=[^']*//\" setup.py ''; # No tests in PyPI tarball doCheck = false; propagatedBuildInputs = [ numpy h5py ]; meta = with lib; { description = \"Reference implementations of popular deep learning models\"; homepage = https://github.com/keras-team/keras-applications; license = licenses.mit; }; } "} {"_id":"doc-en-nixpkgs-670620c9a50b7140d64446f39adbedf5d1ddef1dd98a14e839c6fc85ddc43f9c","title":"","text":" { lib, buildPythonPackage, fetchPypi, numpy, scipy, six }: buildPythonPackage rec { pname = \"Keras_Preprocessing\"; version = \"1.0.2\"; src = fetchPypi { inherit pname version; sha256 = \"f5306554d2b454d825b36f35e327744f5477bd2ae21017f1a93b2097bed6757e\"; }; # Cyclic dependency: keras-preprocessing requires keras, which requires keras-preprocessing postPatch = '' sed -i \"s/keras>=[^']*//\" setup.py ''; # No tests in PyPI tarball doCheck = false; propagatedBuildInputs = [ numpy scipy six ]; meta = with lib; { description = \"Easy data preprocessing and data augmentation for deep learning models\"; homepage = https://github.com/keras-team/keras-preprocessing; license = licenses.mit; }; } "} {"_id":"doc-en-nixpkgs-fc4313dd43d2de092148715ccaaa10942dbef13fad5335b645277bd09c523890","title":"","text":"{ stdenv, buildPythonPackage, fetchPypi , pytest, pytestcov, pytestpep8, pytest_xdist , six, numpy, scipy, pyyaml, h5py , keras-applications, keras-preprocessing }: buildPythonPackage rec { pname = \"Keras\"; version = \"2.2.0\"; version = \"2.2.2\"; src = fetchPypi { inherit pname version; sha256 = \"5b8499d157af217f1a5ee33589e774127ebc3e266c833c22cb5afbb0ed1734bf\"; sha256 = \"468d98da104ec5c3dbb10c2ef6bb345ab154f6ca2d722d4c250ef4d6105de17a\"; }; checkInputs = ["} {"_id":"doc-en-nixpkgs-8ceda8e735c608501cab55dd91c75bc412ff46804f046603732a556575561ecc","title":"","text":"propagatedBuildInputs = [ six pyyaml numpy scipy h5py keras-applications keras-preprocessing ]; # Couldn't get tests working"} {"_id":"doc-en-nixpkgs-c7de53afe93c2c6437de544f3e5d065f68279f8f1b34143d0d0aa45526916121","title":"","text":"Keras = callPackage ../development/python-modules/keras { }; keras-applications = callPackage ../development/python-modules/keras-applications { }; keras-preprocessing = callPackage ../development/python-modules/keras-preprocessing { }; Lasagne = buildPythonPackage rec { name = \"Lasagne-${version}\"; version = \"0.1\";"} {"_id":"doc-en-nixpkgs-2b20f3a1c99a6545fa3fcbadf03451c00d97226bcece8cc10281fddc88e9bbbb","title":"","text":"type = types.listOf (types.submodule { options = { name = mkOption { type = types.listOf types.str; type = types.str; description = \"name of the virtualhost\"; }; webapps = mkOption { type = types.listOf types.path; description = '' List containing web application WAR files and/or directories containing web applications and configuration files for the virtual host. ''; default = []; }; };"} {"_id":"doc-en-nixpkgs-dd1c373edfc4b7622c0451c93325dc5de3c513e74e33a15199352886f160b919","title":"","text":"filepath = null; ghc-boot = null; ghc-boot-th = null; ghc-compact = null; ghc-prim = null; ghci = null; haskeline = null;"} {"_id":"doc-en-nixpkgs-1ff290573b0d02f46fa731d937e86c264151ec0dfd7e915ea355f23c3cf62bf3","title":"","text":", mkDerivation , SDL2 , frei0r , ladspaPlugins , gettext , mlt , jack1"} {"_id":"doc-en-nixpkgs-cbc43aed4536a3a57eee4dee84b220b38c1a6b6c11eadccd518b0a465d908531","title":"","text":", qtwebsockets , qtquickcontrols2 , qtgraphicaleffects , libmlt , qmake , qttools , genericUpdater , common-updater-scripts }: assert stdenv.lib.versionAtLeast libmlt.version \"6.22.1\"; assert stdenv.lib.versionAtLeast mlt.version \"6.22.1\"; mkDerivation rec {"} {"_id":"doc-en-nixpkgs-014dc21b98db96ea0d60ce07e45727bb679de20b8de515a5c4f97c00d8bc5100","title":"","text":"buildInputs = [ SDL2 frei0r ladspaPlugins gettext mlt libmlt qtbase qtmultimedia qtx11extras"} {"_id":"doc-en-nixpkgs-7f8d7b6031600fe4b501045adbac238c73032d400358882b62a05e979ede1c75","title":"","text":"qtgraphicaleffects ]; NIX_CFLAGS_COMPILE = \"-I${libmlt}/include/mlt++ -I${libmlt}/include/mlt\"; NIX_CFLAGS_COMPILE = \"-I${mlt.dev}/include/mlt++ -I${mlt.dev}/include/mlt\"; qmakeFlags = [ \"QMAKE_LRELEASE=${stdenv.lib.getDev qttools}/bin/lrelease\" \"SHOTCUT_VERSION=${version}\""} {"_id":"doc-en-nixpkgs-d2b4f7f534a3b84e7c7853bd6e0e4f5947450e73e81052c32c628ff9de80e3c4","title":"","text":"qtWrapperArgs = [ \"--prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1\" \"--prefix LADSPA_PATH : ${ladspaPlugins}/lib/ladspa\" \"--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ jack1 SDL2 ]}\" \"--prefix PATH : ${mlt}/bin\" ];"} {"_id":"doc-en-nixpkgs-5c6a3d839dfe08da0848dc382b1d0c0b36b72797e2533c16d80f10c3f58b9ee8","title":"","text":" { stdenv, fetchFromGitHub, SDL, ffmpeg, frei0r, libjack2, libdv, libsamplerate , libvorbis, libxml2, makeWrapper, movit, pkgconfig, sox, qtbase, qtsvg , fftw, vid-stab, opencv3, ladspa-sdk, genericUpdater, common-updater-scripts { stdenv , fetchFromGitHub , SDL , ffmpeg , frei0r , libjack2 , libdv , libsamplerate , libvorbis , libxml2 , movit , pkgconfig , sox , qtbase , qtsvg , fftw , vid-stab , opencv3 , ladspa-sdk , genericUpdater , common-updater-scripts , ladspaPlugins , mkDerivation , which }: let inherit (stdenv.lib) getDev; in stdenv.mkDerivation rec { mkDerivation rec { pname = \"mlt\"; version = \"6.22.1\";"} {"_id":"doc-en-nixpkgs-27edcad2261274f2a37f9d8797e662fdcd882710dc135a5b0e516dc26e9bb718","title":"","text":"}; buildInputs = [ SDL ffmpeg frei0r libjack2 libdv libsamplerate libvorbis libxml2 makeWrapper movit pkgconfig qtbase qtsvg sox fftw vid-stab opencv3 SDL ffmpeg frei0r libjack2 libdv libsamplerate libvorbis libxml2 movit pkgconfig qtbase qtsvg sox fftw vid-stab opencv3 ladspa-sdk ladspaPlugins ]; nativeBuildInputs = [ which ]; outputs = [ \"out\" \"dev\" ]; # Mostly taken from: # http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/installing-source/installing-mlt-rendering-engine configureFlags = [ \"--avformat-swscale\" \"--enable-gpl\" \"--enable-gpl\" \"--enable-gpl3\" \"--avformat-swscale\" \"--enable-gpl\" \"--enable-gpl3\" \"--enable-opengl\" ];"} {"_id":"doc-en-nixpkgs-0bd37d124e20da155bea99e2c681f7b13daffa75607a95dd293aff7394855f52","title":"","text":"enableParallelBuilding = true; postInstall = '' wrapProgram $out/bin/melt --prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1 qtWrapperArgs = [ \"--prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1\" \"--prefix LADSPA_PATH : ${ladspaPlugins}/lib/ladspa\" ]; postInstall = '' # Remove an unnecessary reference to movit.dev. s=${movit.dev}/include t=$(for ((i = 0; i < ''${#s}; i++)); do echo -n X; done)"} {"_id":"doc-en-nixpkgs-9a9dfd54d5293c8736919d45c16a8753876de78dc4ab8ab3abca01d63e1efe71","title":"","text":"scudcloud = callPackage ../applications/networking/instant-messengers/scudcloud { }; shotcut = libsForQt514.callPackage ../applications/video/shotcut { libmlt = mlt; }; shotcut = libsForQt5.callPackage ../applications/video/shotcut { }; shogun = callPackage ../applications/science/machine-learning/shogun { stdenv = gcc8Stdenv;"} {"_id":"doc-en-nixpkgs-5590cca291dd9e304b794cdc669ead63799c0db4a074b74d470c600197a33c4b","title":"","text":", features ? \"huge\" # One of tiny, small, normal, big or huge , wrapPythonDrv ? false , guiSupport ? config.vim.gui or \"gtk3\" , guiSupport ? config.vim.gui or (if stdenv.isDarwin then \"gtk2\" else \"gtk3\") , luaSupport ? config.vim.lua or true , perlSupport ? config.vim.perl or false # Perl interpreter , pythonSupport ? config.vim.python or true # Python interpreter"} {"_id":"doc-en-nixpkgs-da695745f3bd755440251c077956ee6174a4b3c1a4947e818b6487ad8cda202e","title":"","text":"''; patches = [ # https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/55 (fetchpatch { url = \"https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/58.patch\"; sha256 = \"1pnwq4ycnryb2kkgvnz44qzm71240ybqj6507wynlkdsw8180fdw\"; }) (substituteAll { src = ./fix-paths.patch; inherit shadow coreutils;"} {"_id":"doc-en-nixpkgs-bea0e6092c189c0d68cbb85e32399ba227d530cddb37c34800c0ae46d1a008a3","title":"","text":"sed -i 's/os_trace((.*)\");$/printf(1n\");/g' ./projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc substituteInPlace CMakeLists.txt --replace 'set(CMAKE_INSTALL_NAME_DIR \"@rpath\")' \"set(CMAKE_INSTALL_NAME_DIR \"$out/lib\")\" --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir)\" --replace 'set(CMAKE_INSTALL_RPATH \"@executable_path/../lib\")' \"\" '' + ''"} {"_id":"doc-en-nixpkgs-c834d81c029e6a4b2f9f7ce4c20053828efa5763ed0babf1c4449351d6e953bc","title":"","text":"--replace 'set(COMPILER_RT_HAS_TSAN TRUE)' 'set(COMPILER_RT_HAS_TSAN FALSE)' substituteInPlace CMakeLists.txt --replace 'set(CMAKE_INSTALL_NAME_DIR \"@rpath\")' \"set(CMAKE_INSTALL_NAME_DIR \"$lib/lib\")\" --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir)\" --replace 'set(CMAKE_INSTALL_RPATH \"@executable_path/../lib\")' \"\" '' # Patch llvm-config to return correct library path based on --link-{shared,static}."} {"_id":"doc-en-nixpkgs-80bcb83b343d4e44bc96039faaac3f5365362c367c5c2dc707a481729a39dd5b","title":"","text":"--replace 'set(COMPILER_RT_HAS_TSAN TRUE)' 'set(COMPILER_RT_HAS_TSAN FALSE)' substituteInPlace cmake/modules/AddLLVM.cmake --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir INSTALL_NAME_DIR \"$lib/lib\")\" --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir)\" --replace 'set(_install_rpath \"@loader_path/../lib\" ''${extra_libdir})' \"\" '' # Patch llvm-config to return correct library path based on --link-{shared,static}."} {"_id":"doc-en-nixpkgs-126b372835da63758b8e24762590b56f31d9e91bfbb2f7169615f005aa2cb596","title":"","text":"postPatch = stdenv.lib.optionalString stdenv.isDarwin '' substituteInPlace cmake/modules/AddLLVM.cmake --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir INSTALL_NAME_DIR \"$lib/lib\")\" --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir)\" --replace 'set(_install_rpath \"@loader_path/../lib\" ''${extra_libdir})' \"\" '' # Patch llvm-config to return correct library path based on --link-{shared,static}."} {"_id":"doc-en-nixpkgs-27ed1b2ae691c555fc7dac48d774849ae9556d266e1c9dd782e805edc085581a","title":"","text":"nativeBuildInputs = [ cmake python which swig ]; buildInputs = [ ncurses zlib libedit libxml2 llvm ] ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa ]; ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa darwin.cf-private ]; CXXFLAGS = \"-fno-rtti\"; hardeningDisable = [ \"format\" ];"} {"_id":"doc-en-nixpkgs-b3e84d51630ff6bea0769b6edc6d7a74626e3450289a89c79e6ebd58b36ed09b","title":"","text":"postPatch = optionalString stdenv.isDarwin '' substituteInPlace cmake/modules/AddLLVM.cmake --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir INSTALL_NAME_DIR \"$lib/lib\")\" --replace 'set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")' \"set(_install_name_dir)\" --replace 'set(_install_rpath \"@loader_path/../lib\" ''${extra_libdir})' \"\" '' # Patch llvm-config to return correct library path based on --link-{shared,static}."} {"_id":"doc-en-nixpkgs-bcc0d370c2442565b5e3b505e9b7376166e55350798ea0b831904e9b31b5f63a","title":"","text":" { stdenv, fetchgit, unzip, firefox-esr, makeWrapper }: { stdenv, fetchgit, unzip, firefox-esr-52, makeWrapper }: stdenv.mkDerivation rec { pkgname = \"conkeror\"; version = \"1.0.4\"; name = \"${pkgname}-${version}\"; src = fetchgit { url = git://repo.or.cz/conkeror.git; rev = \"refs/tags/${version}\";"} {"_id":"doc-en-nixpkgs-8ab54ff746609798d5e42fd2783a41297f5b0553771fa6160a7daad8d9927cdd","title":"","text":"mkdir -p $out/libexec/conkeror cp -r * $out/libexec/conkeror makeWrapper ${firefox-esr}/bin/firefox $out/bin/conkeror makeWrapper ${firefox-esr-52}/bin/firefox $out/bin/conkeror --add-flags \"-app $out/libexec/conkeror/application.ini\" '';"} {"_id":"doc-en-nixpkgs-679e92e2d3a2315353d8cb9324b9ce8f3ef48db64ceae3258074e1a085d24e1b","title":"","text":"patchShebangs meson_post_install.py ''; postInstall = '' rm $out/share/applications/mimeinfo.cache ''; meta = { homepage = https://fontmanager.github.io/; description = \"Simple font management for GTK+ desktop environments\";"} {"_id":"doc-en-nixpkgs-9cb5b250f2891c0dd469df04d428f7b52c84ffe78a28acd3d81582dbde4f0f90","title":"","text":"\"-Dsystemdunitdir=lib/systemd/system\" ]; postInstall = '' rm $out/share/applications/mimeinfo.cache ''; passthru = { updateScript = gnome3.updateScript { packageName = pname;"} {"_id":"doc-en-nixpkgs-86201ba9fc5cf60d0c7c005c386ecc9a09eb2354b181a10802b7399c4337e8f6","title":"","text":"nativeBuildInputs = [ pkgconfig ]; buildInputs = [ glib libintl ]; setupHook = ./setup-hook.sh; meta = { homepage = http://www.freedesktop.org/wiki/Software/desktop-file-utils; description = \"Command line utilities for working with .desktop files\";"} {"_id":"doc-en-nixpkgs-b7f048bbe74426c11788898e0c44f9b7f44ee55d151a0db189593a5b1ae25b5b","title":"","text":" # Remove mimeinfo cache mimeinfoPreFixupPhase() { rm -f $out/share/applications/mimeinfo.cache } preFixupPhases=\"$preFixupPhases mimeinfoPreFixupPhase\" "} {"_id":"doc-en-nixpkgs-08f1d09e96b03063287abfffcb56ad1d8443ff30c2f299f3c7871150ea38bf93","title":"","text":"services.openssh.enable = false; services.lshd.enable = true; programs.ssh.startAgent = false; services.xserver.startGnuPGAgent = true; # TODO: GNU dico. # TODO: GNU Inetutils' inetd."} {"_id":"doc-en-nixpkgs-acee7a987084a4a64d43976672b2a5fbad86372da2cf2025a2c9f017600c4ef7","title":"","text":"(mkRemovedOptionModule [ \"services\" \"openvpn\" \"enable\" ]) (mkRemovedOptionModule [ \"services\" \"printing\" \"cupsFilesConf\" ]) (mkRemovedOptionModule [ \"services\" \"printing\" \"cupsdConf\" ]) (mkRemovedOptionModule [ \"services\" \"xserver\" \"startGnuPGAgent\" ]) ]; }"} {"_id":"doc-en-nixpkgs-1021b5c4e1d617f1e99492fb993ccaf864823072f394c3bdcb953ea25e7dc105","title":"","text":"fi ''} ${optionalString cfg.startGnuPGAgent '' if test -z \"$SSH_AUTH_SOCK\"; then # Restart this script as a child of the GnuPG agent. exec \"${pkgs.gnupg}/bin/gpg-agent\" --enable-ssh-support --daemon --pinentry-program \"${pkgs.pinentry}/bin/pinentry-gtk-2\" --write-env-file \"$HOME/.gpg-agent-info\" \"$0\" \"$sessionType\" fi ''} # Handle being called by kdm. if test \"''${1:0:1}\" = /; then eval exec \"$1\"; fi"} {"_id":"doc-en-nixpkgs-47d8c04754e14cc50f093b8843eaf5c752593dd4e3c074372fe29653f01771f6","title":"","text":"''; }; startGnuPGAgent = mkOption { type = types.bool; default = false; description = '' Whether to start the GnuPG agent when you log in. The GnuPG agent remembers private keys for you so that you don't have to type in passphrases every time you make an SSH connection or sign/encrypt data. Use ssh-add to add a key to the agent. ''; }; startDbusSession = mkOption { type = types.bool; default = true;"} {"_id":"doc-en-nixpkgs-87ab6c6fc99894a044c0a592ba460b1e1069731e8825d78990b313099847239d","title":"","text":"in optional (driver != null) ({ inherit name; driverName = name; } // driver)); assertions = [ { assertion = !(config.programs.ssh.startAgent && cfg.startGnuPGAgent); message = '' The OpenSSH agent and GnuPG agent cannot be started both. Please choose between ‘programs.ssh.startAgent’ and ‘services.xserver.startGnuPGAgent’. ''; } { assertion = config.security.polkit.enable; [ { assertion = config.security.polkit.enable; message = \"X11 requires Polkit to be enabled (‘security.polkit.enable = true’).\"; } ];"} {"_id":"doc-en-nixpkgs-686666679b43a8e196f9b2a0608c64ea2c8851d2b0d6a747bdf5126b67eca924","title":"","text":"gnupatch = callPackage ../tools/text/gnupatch { }; gnupg1orig = callPackage ../tools/security/gnupg/1.nix { }; gnupg1compat = callPackage ../tools/security/gnupg/1compat.nix { }; # use config.packageOverrides if you prefer original gnupg1 gnupg1 = gnupg1compat; gnupg1 = gnupg1compat; # use config.packageOverrides if you prefer original gnupg1 gnupg20 = callPackage ../tools/security/gnupg/20.nix { }; gnupg21 = lowPrio (callPackage ../tools/security/gnupg/21.nix { }); gnupg = gnupg20; gnupg21 = callPackage ../tools/security/gnupg/21.nix { }; gnupg = gnupg21; gnuplot = callPackage ../tools/graphics/gnuplot { qt = qt4; };"} {"_id":"doc-en-nixpkgs-110b8e6c13886be2dd792a026583ed0437487976fbdc2150d6d2af748081cbae","title":"","text":"ln -sv \"$(realpath $s)\" \"$out/bin/$tName\" # wrapped below done ) '' + # A hacky way to provide repstopdf # * Copy is done to have a correct \"$0\" so that epstopdf enables the restricted mode # * ./bin/repstopdf needs to be a symlink to be processed by wrapBin '' if [[ -e ./bin/epstopdf ]]; then cp $(realpath ./bin/epstopdf) ./share/texmf/scripts/repstopdf ln -s \"$out\"/share/texmf/scripts/repstopdf ./bin/repstopdf fi '' + # finish up the wrappers '' rm \"$out\"/bin/*-sys wrapBin '' + # Perform a small test to verify that the restricted mode get enabled when # needed (detected by checking if it disallows --gscmd) '' if [[ -e ./bin/epstopdf ]]; then echo \"Testing restricted mode for {,r}epstopdf\" ! (epstopdf --gscmd echo /dev/null 2>&1 || true) | grep forbidden (repstopdf --gscmd echo /dev/null 2>&1 || true) | grep forbidden fi '' + # TODO: a context trigger https://www.preining.info/blog/2015/06/debian-tex-live-2015-the-new-layout/ # http://wiki.contextgarden.net/ConTeXt_Standalone#Unix-like_platforms_.28Linux.2FMacOS_X.2FFreeBSD.2FSolaris.29"} {"_id":"doc-en-nixpkgs-82e151cdb3119184e7bdf360d4c633fe498a545b0d51f66293c2f9ae5c6d4ce9","title":"","text":" { lib , python3Packages , fetchFromGitHub , enableGoogle ? false , enableAWS ? false , enableAzure ? false , enableSSH ? false }: with python3Packages; buildPythonApplication rec { pname = \"dvc\"; version = \"0.24.3\"; # PyPi only has wheel src = fetchFromGitHub { owner = \"iterative\"; repo = \"dvc\"; rev = version; sha256 = \"1wqq4i23hppilp20fx5a5nj93xwf3wwwr2f8aasvn6jkv2l22vpl\"; }; propagatedBuildInputs = [ ply configparser zc_lockfile future colorama configobj networkx pyyaml GitPython setuptools nanotime pyasn1 schema jsonpath_rw requests grandalf asciimatics distro appdirs ] ++ lib.optional enableGoogle google_cloud_storage ++ lib.optional enableAWS boto3 ++ lib.optional enableAzure azure-storage-blob ++ lib.optional enableSSH paramiko; # tests require access to real cloud services # nix build tests have to be isolated and run locally doCheck = false; patches = [ ./dvc-daemon.patch ]; postPatch = '' substituteInPlace dvc/daemon.py --subst-var-by dvc \"$out/bin/dcv\" ''; meta = with lib; { description = \"Version Control System for Machine Learning Projects\"; license = licenses.asl20; homepage = https://dvc.org; maintainers = with maintainers; [ cmcdragonkai ]; }; } "} {"_id":"doc-en-nixpkgs-985e1b6f2504efea6cfb92620dd1394322bd0b0f069247d0121953f2a737b5d3","title":"","text":" diff --git a/dvc/daemon.py b/dvc/daemon.py index 1d67a37..7ce6fde 100644 --- a/dvc/daemon.py +++ b/dvc/daemon.py @@ -67,14 +67,8 @@ def daemon(args): Args: args (list): list of arguments to append to `dvc daemon` command. \"\"\" - cmd = [sys.executable] - if not is_binary(): - cmd += ['-m', 'dvc'] - cmd += ['daemon', '-q'] + args - - env = fix_env() - file_path = os.path.abspath(inspect.stack()[0][1]) - env['PYTHONPATH'] = os.path.dirname(os.path.dirname(file_path)) + cmd = [ \"@dvc@\" , \"daemon\", \"-q\"] + args + env = None logger.debug(\"Trying to spawn '{}' with env '{}'\".format(cmd, env)) "} {"_id":"doc-en-nixpkgs-e6b29199a270c9496bc3f5c0de79fc47a459e57efb7e9114c18649698183313e","title":"","text":"duperemove = callPackage ../tools/filesystems/duperemove { }; dvc = callPackage ../applications/version-management/dvc { }; dvc-with-remotes = callPackage ../applications/version-management/dvc { enableGoogle = true; enableAWS = true; enableAzure = true; enableSSH = true; }; dylibbundler = callPackage ../tools/misc/dylibbundler { }; dynamic-colors = callPackage ../tools/misc/dynamic-colors { };"} {"_id":"doc-en-nixpkgs-fba287814a11c1b3c32880ba76c9faf64fddfcfef406d4f03bb1167a2265a0c6","title":"","text":" { lib , stdenv , fetchFromGitHub , SDL2 , cmake , espeak , ffmpeg , file , freetype , harfbuzz , leptonica , libGL , libX11 , libXau , libXcomposite , libXdmcp , libXfixes , libdrm , libffi , libusb1 , libuvc , libvlc , libvncserver , libxcb , libxkbcommon , luajit , makeWrapper , mesa , openal , pkg-config , sqlite , tesseract , valgrind , wayland , wayland-protocols , xcbutil , xcbutilwm , xz , buildManPages ? true, ruby }: let # TODO: investigate vendoring, especially OpenAL # WARN: vendoring of OpenAL is required for running arcan_lwa # INFO: maybe it needs leaveDotGit, but it is dangerous/impure letoram-openal-src = fetchFromGitHub { owner = \"letoram\"; repo = \"openal\"; rev = \"1c7302c580964fee9ee9e1d89ff56d24f934bdef\"; hash = \"sha256-InqU59J0zvwJ20a7KU54xTM7d76VoOlFbtj7KbFlnTU=\"; }; in stdenv.mkDerivation rec { pname = \"arcan\"; version = \"0.6.1pre1+unstable=2021-07-07\"; src = fetchFromGitHub { owner = \"letoram\"; repo = \"arcan\"; rev = \"f3341ab94b32d02f3d15c3b91a512b2614e950a5\"; hash = \"sha256-YBtRA5uCk4tjX3Bsu5vMkaNaCLRlM6HVQ53sna3gDsY=\"; }; postUnpack = '' ( cd $sourceRoot/external/git/ cp -a ${letoram-openal-src}/ openal/ chmod --recursive 744 openal/ ) ''; # TODO: work with upstream in order to get rid of these hardcoded paths postPatch = '' substituteInPlace ./src/platform/posix/paths.c --replace \"/usr/bin\" \"$out/bin\" --replace \"/usr/share\" \"$out/share\" substituteInPlace ./src/CMakeLists.txt --replace \"SETUID\" \"# SETUID\" ''; nativeBuildInputs = [ cmake makeWrapper pkg-config ] ++ lib.optionals buildManPages [ ruby ]; buildInputs = [ SDL2 espeak ffmpeg file freetype harfbuzz leptonica libGL libX11 libXau libXcomposite libXdmcp libXfixes libdrm libffi libusb1 libuvc libvlc libvncserver libxcb libxkbcommon luajit mesa openal sqlite tesseract valgrind wayland wayland-protocols xcbutil xcbutilwm xz ]; # INFO: According to the source code, the manpages need to be generated before # the configure phase preConfigure = lib.optionalString buildManPages '' (cd doc; ruby docgen.rb mangen) ''; cmakeFlags = [ \"-DBUILD_PRESET=everything\" # The upstream project recommends tagging the distribution \"-DDISTR_TAG=Nixpkgs\" \"-DENGINE_BUILDTAG=${version}\" \"-DHYBRID_SDL=on\" \"-DSTATIC_OPENAL=off\" \"../src\" ]; hardeningDisable = [ \"format\" ]; meta = with lib; { homepage = \"https://arcan-fe.com/\"; description = \"Combined Display Server, Multimedia Framework, Game Engine\"; longDescription = '' Arcan is a portable and fast self-sufficient multimedia engine for advanced visualization and analysis work in a wide range of applications e.g. game development, real-time streaming video, monitoring and surveillance, up to and including desktop compositors and window managers. ''; license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-cf29bfc488bff3a59b23ec10abcfa178523e9de0d8def566e755f15af9506eff","title":"","text":" { callPackage, lib, pkgs }: rec { # Dependencies espeak = pkgs.espeak-ng; ffmpeg = pkgs.ffmpeg-full; harfbuzz = pkgs.harfbuzzFull; # Arcan arcan = callPackage ./arcan.nix { }; arcan-wrapped = callPackage ./wrapper.nix { }; xarcan = callPackage ./xarcan.nix { }; # Appls durden = callPackage ./durden.nix { }; durden-wrapped = callPackage ./wrapper.nix { name = \"durden-wrapped\"; appls = [ durden ]; }; pipeworld = callPackage ./pipeworld.nix { }; pipeworld-wrapped = callPackage ./wrapper.nix { name = \"pipeworld-wrapped\"; appls = [ pipeworld ]; }; prio = callPackage ./prio.nix { }; prio-wrapped = callPackage ./wrapper.nix { name = \"prio-wrapped\"; appls = [ prio ]; }; # One Expression to SymlinkJoin Them All everyone-wrapped = callPackage ./wrapper.nix { name = \"everyone-wrapped\"; appls = [ durden pipeworld prio ]; }; } "} {"_id":"doc-en-nixpkgs-a068b2d70c540e6c5201957994fdca638f7e6f4bd25892f0e419014e38be44f8","title":"","text":" { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"durden\"; version = \"0.6.1+unstable=2021-06-25\"; src = fetchFromGitHub { owner = \"letoram\"; repo = pname; rev = \"fb618fccc57a68b6ce933b4df5822acd1965d591\"; hash = \"sha256-PovI837Xca4wV0g0s4tYUMFGVUDf+f8HcdvM1+0aDxk=\"; }; installPhase = '' runHook preInstall mkdir -p ${placeholder \"out\"}/share/arcan/appl/ cp -a ./durden ${placeholder \"out\"}/share/arcan/appl/ runHook postInstall ''; meta = with lib; { homepage = \"https://durden.arcan-fe.com/\"; description = \"Reference Desktop Environment for Arcan\"; longDescription = '' Durden is a desktop environment for the Arcan Display Server. It serves both as a reference showcase on how to take advantage of some of the features in Arcan, and as a very competent entry to the advanced-user side of the desktop environment spectrum. ''; license = licenses.bsd3; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-d050c3219d35d4cc67130af2cdec6dabe2d68a58e765e41f01c6eec480ab0b57","title":"","text":" { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"pipeworld\"; version = \"0.0.0+unstable=2021-05-27\"; src = fetchFromGitHub { owner = \"letoram\"; repo = pname; rev = \"c26df9ca0225ce2fd4f89e7ec59d4ab1f94a4c2e\"; hash = \"sha256-RkDAbM1q4o61RGPLPLXHLvbvClp+bfjodlWgUGoODzA=\"; }; installPhase = '' runHook preInstall mkdir -p ${placeholder \"out\"}/share/arcan/appl/ cp -a ./pipeworld ${placeholder \"out\"}/share/arcan/appl/ runHook postInstall ''; meta = with lib; { homepage = \"https://github.com/letoram/pipeworld\"; description = \"Dataflow 'spreadsheet' desktop environment\"; longDescription = '' Pipeworld is a zooming dataflow tool and desktop heavily inspired by userland. It is built using the arcan desktop engine. It combines the programmable processing of shell scripts and pipes, the interactive visual addressing/programming model of spread sheets, the scenegraph- and interactive controls-, IPC- and client processing- of display servers into one model with zoomable tiling window management. It can be used as a standalone desktop of its own, or as a normal application within another desktop as a 'substitute' for your normal terminal emulator. ''; license = licenses.bsd3; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-9ec402e4c2a8ded2350ba301c4eb34a93d6c6781e3007e4e89715165052a20ad","title":"","text":" { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"prio\"; version = \"0.0.0+unstable=2018-09-13\"; src = fetchFromGitHub { owner = \"letoram\"; repo = pname; rev = \"c3f97491339d15f063d6937d5f89bcfaea774dd1\"; hash = \"sha256-Idv/duEYmDk/rO+TI8n+FY3VFDtUEh8C292jh12BJuM=\"; }; installPhase = '' runHook preInstall mkdir -p ${placeholder \"out\"}/share/arcan/appl/prio cp -a ./* ${placeholder \"out\"}/share/arcan/appl/prio runHook postInstall ''; meta = with lib; { homepage = \"https://github.com/letoram/prio\"; description = \"Plan9- Rio like Window Manager for Arcan\"; license = licenses.bsd3; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-76e5c0d5e4a81227e651709933c82fc77cd5508f20d2700612fb1ae81085029d","title":"","text":" { arcan , makeWrapper , symlinkJoin , appls ? [ ] , name ? \"arcan-wrapped\" }: symlinkJoin rec { inherit name; paths = appls ++ [ arcan ]; nativeBuildInputs = [ makeWrapper ]; postBuild = '' for prog in ${placeholder \"out\"}/bin/*; do wrapProgram $prog --prefix PATH \":\" \"${placeholder \"out\"}/bin\" --set ARCAN_APPLBASEPATH \"${placeholder \"out\"}/share/arcan/appl/\" --set ARCAN_BINPATH \"${placeholder \"out\"}/bin/arcan_frameserver\" --set ARCAN_LIBPATH \"${placeholder \"out\"}/lib/\" --set ARCAN_RESOURCEPATH \"${placeholder \"out\"}/share/arcan/resources/\" --set ARCAN_SCRIPTPATH \"${placeholder \"out\"}/share/arcan/scripts/\" --set ARCAN_STATEBASEPATH \"$HOME/.arcan/resources/savestates/\" done ''; } # TODO: set ARCAN_FONTPATH to a set of fonts that can be provided in a parameter "} {"_id":"doc-en-nixpkgs-213e27c21fd5066918ed8a97a827b0552f675005691eb28091dfe96044be49dc","title":"","text":" { lib , stdenv , fetchFromGitHub , arcan , audit , dbus , epoxy , fontutil , libGL , libX11 , libXau , libXdmcp , libXfont2 , libdrm , libgcrypt , libmd , libselinux , libtirpc , libxcb , libxkbfile , libxshmfence , mesa , meson , nettle , ninja , openssl , pixman , pkg-config , systemd , xcbutil , xcbutilwm , xkbcomp , xkeyboard_config , xorgproto , xtrans }: stdenv.mkDerivation rec { pname = \"xarcan\"; version = \"0.6.0+unstable=2021-06-14\"; src = fetchFromGitHub { owner = \"letoram\"; repo = pname; rev = \"98d28a5f2c6860bb191fbc1c9e577c18e4c9a9b7\"; hash = \"sha256-UTIVDKnYD/q0K6G7NJUKh1tHcqnsuiJ/cQxWuPMJ2G4=\"; }; nativeBuildInputs = [ meson ninja pkg-config ]; buildInputs = [ arcan audit dbus epoxy fontutil libGL libX11 libXau libXdmcp libXfont2 libdrm libgcrypt libmd libselinux libtirpc libxcb libxkbfile libxshmfence mesa nettle openssl pixman systemd xcbutil xcbutilwm xkbcomp xkeyboard_config xorgproto xtrans ]; configureFlags = [ \"--disable-int10-module\" \"--disable-static\" \"--disable-xnest\" \"--disable-xorg\" \"--disable-xvfb\" \"--disable-xwayland\" \"--enable-glamor\" \"--enable-glx\" \"--enable-ipv6\" \"--enable-kdrive\" \"--enable-record\" \"--enable-xarcan\" \"--enable-xcsecurity\" \"--with-xkb-bin-directory=${xkbcomp}/bin\" \"--with-xkb-output=/tmp\" \"--with-xkb-path=${xkeyboard_config}/share/X11/xkb\" ]; meta = with lib; { homepage = \"https://github.com/letoram/letoram\"; description = \"Patched Xserver that bridges connections to Arcan\"; longDescription = '' xarcan is a patched X server with a KDrive backend that uses the arcan-shmif to map Xlib/Xcb/X clients to a running arcan instance. It allows running an X session as a window under Arcan. ''; license = licenses.mit; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.all; }; } "} {"_id":"doc-en-nixpkgs-2cb63c2edbf0719989b4455ce78f8edf893cf4dd5467ad328273763166e52cc8","title":"","text":"gtk = gtk2; }; arcan = recurseIntoAttrs (callPackage ../desktops/arcan { callPackage = newScope pkgs.arcan; }); xfce = recurseIntoAttrs (callPackage ../desktops/xfce { }); xrandr-invert-colors = callPackage ../applications/misc/xrandr-invert-colors { };"} {"_id":"doc-en-nixpkgs-1955e80b81284cb4c3d477aefe75422eb7090a4e11a9f9844807430f6e4057bc","title":"","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":"doc-en-nixpkgs-78e207435369ac498fdbfbab06e36c679bd34c69cffbc020c90d0ef7b4e4a26f","title":"","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":"doc-en-nixpkgs-d19b933a985134ff969eab37c4c488881b4b279b650b5cc2b069f7523be28aad","title":"","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":"doc-en-nixpkgs-1991905c0e90b80ae472d2268d2e0fd155bc64c5a07b043bf3f0aed8d97b8a5c","title":"","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":"doc-en-nixpkgs-d21f846c53a3bbf3e7b59d60ff9541c322684e80d0f19c8635ee6000294d3841","title":"","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":"doc-en-nixpkgs-35acfc3129d0cb3e12de79a31330c30c28273934b3a74f3d58c0daf064b1ea7b","title":"","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":"doc-en-nixpkgs-6867a7b99d8d8bb93c35ea5023b9638e081ee941ef2212b812c80e5a3380d642","title":"","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":"doc-en-nixpkgs-0415656d47fe38fe415a3a0de62a00c57221da9593c393d1ec39a8b9e8a6ccdf","title":"","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":"doc-en-nixpkgs-eca585dab3621576afc9ea5a3121f0556bfb6b0f0ba751874e59809e7ec10da4","title":"","text":"beta = stable; legacy_340 = generic { version = \"340.104\"; sha256_32bit = \"1l8w95qpxmkw33c4lsf5ar9w2fkhky4x23rlpqvp1j66wbw1b473\"; sha256_64bit = \"18k65gx6jg956zxyfz31xdp914sq3msn665a759bdbryksbk3wds\"; settingsSha256 = \"1vvpqimvld2iyfjgb9wvs7ca0b0f68jzfdpr0icbyxk4vhsq7sxk\"; persistencedSha256 = \"0zqws2vsrxbxhv6z0nn2galnghcsilcn3s0f70bpm6jqj9wzy7x8\"; version = \"340.107\"; sha256_32bit = \"0mh83affz6bim26ws7kkwwcfj2s6vkdy4d45hifsbshr82qd52wd\"; sha256_64bit = \"0pv9yv3x0kg9hfkmc50xb54ahxkbnyy2vyy4hj2h0s6m9sb5kqz3\"; settingsSha256 = \"1rgaa24acdyqa1rqrx56293vxpskr792njqqpigqmps04llsx703\"; persistencedSha256 = \"0nwv6kh4gxgy80x1zs6gcg5hy3amg25xhsfa2v4mwqa36sblxz6l\"; useGLVND = false; patches = maybePatch_drm_legacy ++ [ ./vm_operations_struct-fault.patch ];"} {"_id":"doc-en-nixpkgs-6298daa8a9a4e00d92847a56a495427976c703f2d2afd42c5fd310fb77074bac","title":"","text":"''; }); # On Darwin, git-annex mis-detects options to `cp`, so we wrap the binary to # ensure it uses Nixpkgs' coreutils. git-annex = with pkgs; if (!stdenv.isLinux) then let path = stdenv.lib.makeBinPath [ coreutils ]; in overrideCabal (addBuildTool super.git-annex makeWrapper) (_drv: { postFixup = '' wrapProgram $out/bin/git-annex --prefix PATH : \"${path}\" ''; }) else super.git-annex; # The test suite has undeclared dependencies on git. githash = dontCheck super.githash;"} {"_id":"doc-en-nixpkgs-965a14ff1683213e3b08b91cc50b1e2c1cde99b404788d333b19d2e95f918823","title":"","text":"{ stdenv, fetchurl, libgpgerror, gnupg, pkgconfig, glib, pth, libassuan , file, which, ncurses , autoreconfHook , autoreconfHook, fetchpatch , git , texinfo , qtbase ? null"} {"_id":"doc-en-nixpkgs-28719cc5935f3f73ff14d52c34fe4010a13446157cb5f800fe6b4509b15fcb13","title":"","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":"doc-en-nixpkgs-8babf9e346dd6ce39278e5d9d62d3bf10d696539141a86f169b8523a9241e2c4","title":"","text":"elmPackages = (import ./packages/elm-srcs.nix); versionsDat = ./versions.dat; }; patches = [ (fetchpatch { url = \"https://github.com/elm/compiler/pull/1886/commits/39d86a735e28da514be185d4c3256142c37c2a8a.patch\"; sha256 = \"0nni5qx1523rjz1ja42z6z9pijxvi3fgbw1dhq5qi11mh1nb9ay7\"; }) ]; buildTools = drv.buildTools or [] ++ [ makeWrapper ]; jailbreak = true; postInstall = ''"} {"_id":"doc-en-nixpkgs-25bdcbec9025ac42476fa8dc46a67e23a26ef7206ccfc5d4a97b7c0c7781ecc7","title":"","text":"default = true; description = lib.mdDoc '' Disables horizontal scrolling. When disabled, this driver will discard any horizontal scroll events from libinput. Note that this does not disable horizontal scrolling, it merely discards the horizontal axis from any scroll events. Enables or disables horizontal scrolling. When disabled, this driver will discard any horizontal scroll events from libinput. This does not disable horizontal scroll events from libinput; it merely discards the horizontal axis from any scroll events. ''; };"} {"_id":"doc-en-nixpkgs-3d60e9c70b1ed7cc2a181e210d1a6f7e5c3633d5df73f11cde15980012c54ac9","title":"","text":"\"password sufficient ${pkgs.sssd}/lib/security/pam_sss.so use_authtok\"} ${optionalString config.krb5.enable \"password sufficient ${pam_krb5}/lib/security/pam_krb5.so use_first_pass\"} ${optionalString config.services.samba.syncPasswordsByPam \"password optional ${pkgs.samba}/lib/security/pam_smbpass.so nullok use_authtok try_first_pass\"} ${optionalString cfg.enableGnomeKeyring \"password optional ${pkgs.gnome3.gnome-keyring}/lib/security/pam_gnome_keyring.so use_authtok\"}"} {"_id":"doc-en-nixpkgs-0e697a4398d1159dd649f4ec17c1cc0e376fb55f9609108148f6ee942ec265a1","title":"","text":"[global] security = ${cfg.securityType} passwd program = /run/wrappers/bin/passwd %u pam password change = ${smbToString cfg.syncPasswordsByPam} invalid users = ${smbToString cfg.invalidUsers} ${cfg.extraConfig}"} {"_id":"doc-en-nixpkgs-a4c4a1735d9fdf3ed8f2595be6d56d89e0b5e2521125f04596af382ce405e267","title":"","text":"{ imports = [ (mkRemovedOptionModule [ \"services\" \"samba\" \"defaultShare\" ] \"\") (mkRemovedOptionModule [ \"services\" \"samba\" \"syncPasswordsByPam\" ] \"This option has been removed by upstream, see https://bugzilla.samba.org/show_bug.cgi?id=10669#c10\") ]; ###### interface"} {"_id":"doc-en-nixpkgs-6bb10faa09ef2cbc3f194b846b76a3bb0cd6aa015b32519cd9ac8b9be38640af","title":"","text":"''; }; syncPasswordsByPam = mkOption { type = types.bool; default = false; description = '' Enabling this will add a line directly after pam_unix.so. Whenever a password is changed the samba password will be updated as well. However, you still have to add the samba password once, using smbpasswd -a user. If you don't want to maintain an extra password database, you still can send plain text passwords which is not secure. ''; }; invalidUsers = mkOption { type = types.listOf types.str; default = [ \"root\" ];"} {"_id":"doc-en-nixpkgs-2be73de142822aa235e55dfb05d436db90689ed33b3cee3ea91d6c55528790cc","title":"","text":"udev = config.systemd.package; modulesTree = config.system.modulesTree; kernel-name = config.boot.kernelPackages.kernel.name or \"kernel\"; modulesTree = config.system.modulesTree.override { name = kernel-name + \"-modules\"; }; firmware = config.hardware.firmware;"} {"_id":"doc-en-nixpkgs-70b14d702dd1a88e0ff8ff367ca7ab36862ee720a0078ec7748a9ff05201ae68","title":"","text":"# The closure of the init script of boot stage 1 is what we put in # the initial RAM disk. initialRamdisk = pkgs.makeInitrd { name = \"initrd-${kernel-name}\"; inherit (config.boot.initrd) compressor prepend; contents ="} {"_id":"doc-en-nixpkgs-2664f45e386aeb0b847724f3911475d9d46271ea15c74d3ab7d6232159b73b21","title":"","text":"# `contents = {object = ...; symlink = /init;}' is a typical # argument. { stdenv, perl, cpio, contents, compressor, prepend, ubootTools { stdenv, perl, cpio, contents, ubootTools , name ? \"initrd\" , compressor ? \"gzip -9n\" , prepend ? [] }: stdenv.mkDerivation rec { name = \"initrd\"; inherit name; builder = ./make-initrd.sh; makeUInitrd = stdenv.hostPlatform.platform.kernelTarget == \"uImage\";"} {"_id":"doc-en-nixpkgs-fb0e647d56b75f12a2c0022b87706cd0a8240204af798da942a4adc9f52c5475","title":"","text":" { stdenv, kmod, modules, buildEnv }: { stdenv, kmod, modules, buildEnv, name ? \"kernel-modules\" }: buildEnv { name = \"kernel-modules\"; inherit name; paths = modules;"} {"_id":"doc-en-nixpkgs-8adace1637cb16628597946f13cb76790c079e4d03e8154babdf8cd80bb8f76c","title":"","text":"makeAutostartItem = callPackage ../build-support/make-startupitem { }; makeInitrd = { contents, compressor ? \"gzip -9n\", prepend ? [ ] }: callPackage ../build-support/kernel/make-initrd.nix { inherit contents compressor prepend; }; makeInitrd = callPackage ../build-support/kernel/make-initrd.nix; # Args intentionally left out makeWrapper = makeSetupHook { deps = [ dieHook ]; substitutions = { shell = pkgs.runtimeShell; }; } ../build-support/setup-hooks/make-wrapper.sh;"} {"_id":"doc-en-nixpkgs-1cf9b3badea94e10769d7e587c75554ca4b724596c9c32d4113865621481ba3d","title":"","text":"# /usr/bin/env gets special treatment so that \".../bin/env python\" is # rewritten to /nix/store//bin/python. Interpreters that are # already in the store are left untouched. # A script file must be marked as executable, otherwise it will not be # considered. fixupOutputHooks+=(patchShebangsAuto) # Run patch shebangs on a directory. # patchShebangs [--build | --host] directory # Run patch shebangs on a directory or file. # Can take multiple paths as arguments. # patchShebangs [--build | --host] PATH... # Flags: # --build : Lookup commands available at build-time"} {"_id":"doc-en-nixpkgs-b2bb9cd8732f97ea14dd7b7422a937c2665770038d8441031d66b8965a857241","title":"","text":"shift fi local dir=\"$1\" header \"patching script interpreter paths in $dir\" echo \"patching script interpreter paths in $@\" local f local oldPath local newPath"} {"_id":"doc-en-nixpkgs-50e1b6496d42a514ba8a93f33100a9908589827b4c07c13aa2ce951cb90d157c","title":"","text":"local oldInterpreterLine local newInterpreterLine [ -e \"$dir\" ] || return 0 if [ $# -eq 0 ]; then echo \"No arguments supplied to patchShebangs\" >0 return 0 fi local f while IFS= read -r -d $'0' f; do"} {"_id":"doc-en-nixpkgs-85e92802916c53488f1f5e363aa0960882e3defbdd5f13adf4fc05deb9d9d05e","title":"","text":"# - options: something starting with a '-' # - environment variables: foo=bar if $(echo \"$arg0\" | grep -q -- \"^-.*|.*=.*\"); then echo \"$f: unsupported interpreter directive \"$oldInterpreterLine\" (set dontPatchShebangs=1 and handle shebang patching yourself)\" echo \"$f: unsupported interpreter directive \"$oldInterpreterLine\" (set dontPatchShebangs=1 and handle shebang patching yourself)\" >0 exit 1 fi"} {"_id":"doc-en-nixpkgs-f929612f3fc8fa903e52659778c6165445661aace9f76dfda09f7d87de3ee5c6","title":"","text":"rm \"$timestamp\" fi fi done < <(find \"$dir\" -type f -perm -0100 -print0) done < <(find \"$@\" -type f -perm -0100 -print0) stopNest }"} {"_id":"doc-en-nixpkgs-1c64f7a87c47c3f61db6efdd7b3f3a97e057d1c321c60aa4167ce51041c00c0b","title":"","text":"// lib.optionalAttrs (stdenv.hostPlatform != stdenv.buildPlatform) { preInstall = null; # clobber the native hook dontStrip = true; separateDebugInfo = false; # this is currently broken for crossDrv # To avoid a dependency on the build system 'bash'. preFixup = '' rm -f $bin/bin/{ldd,tzselect,catchsegv,xtrace}"} {"_id":"doc-en-nixpkgs-71a46e23e926ced302282bbe75cdd3f63ce889d0082e4b1abb4a7af5ef0875b3","title":"","text":"github = \"lo1tuma\"; name = \"Mathias Schreck\"; }; loewenheim = { email = \"loewenheim@mailbox.org\"; github = \"loewenheim\"; name = \"Sebastian Zivota\"; }; lopsided98 = { email = \"benwolsieffer@gmail.com\"; github = \"lopsided98\";"} {"_id":"doc-en-nixpkgs-1f54d976123535387bbf4de702a2eefd362a22d3b35b4d376afc313d07b23a88","title":"","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":"doc-en-nixpkgs-5f3a4afe2f84e5128f7f8c1e8f73d5db5d4636b3d2f249f7b5920878376c4ca7","title":"","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":"doc-en-nixpkgs-f6cb0b4d9984b220a7da4ef3ef5845eb2d6660bffdb92495ea85e5b0bda2b5e2","title":"","text":" { pkgs , buildPythonPackage , fetchPypi , python , azure-mgmt-common }: buildPythonPackage rec { version = \"0.20.1\"; pname = \"azure-mgmt-compute\"; src = fetchPypi { inherit pname version; extension = \"zip\"; sha256 = \"97298fc7f133f1d50a974ed6299151eda494a574b0f7fdf8192a388015c2215a\"; }; preConfigure = '' # Patch to make this package work on requests >= 2.11.x # CAN BE REMOVED ON NEXT PACKAGE UPDATE sed -i 's|len(request_content)|str(len(request_content))|' azure/mgmt/compute/computemanagement.py ''; postInstall = '' echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/__init__.py echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/mgmt/__init__.py ''; propagatedBuildInputs = [ azure-mgmt-common ]; meta = with pkgs.lib; { description = \"Microsoft Azure SDK for Python\"; homepage = \"https://azure.microsoft.com/en-us/develop/python/\"; license = licenses.asl20; maintainers = with maintainers; [ olcai ]; }; } "} {"_id":"doc-en-nixpkgs-56143973f345a504b422902229d9c11f4a022e8b8b5858904c99363bb08f168d","title":"","text":" { pkgs , buildPythonPackage , fetchPypi , azure-mgmt-common , python }: buildPythonPackage rec { version = \"0.20.1\"; pname = \"azure-mgmt-network\"; src = fetchPypi { inherit pname version; extension = \"zip\"; sha256 = \"10vj22h6nxpw0qpvib5x2g6qs5j8z31142icvh4qk8k40fcrs9hx\"; }; preConfigure = '' # Patch to make this package work on requests >= 2.11.x # CAN BE REMOVED ON NEXT PACKAGE UPDATE sed -i 's|len(request_content)|str(len(request_content))|' azure/mgmt/network/networkresourceprovider.py ''; postInstall = '' echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/__init__.py echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/mgmt/__init__.py ''; propagatedBuildInputs = [ azure-mgmt-common ]; meta = with pkgs.lib; { description = \"Microsoft Azure SDK for Python\"; homepage = \"https://azure.microsoft.com/en-us/develop/python/\"; license = licenses.asl20; maintainers = with maintainers; [ olcai ]; }; } "} {"_id":"doc-en-nixpkgs-35862c8526f7b397ee1d07a40242a9979293a3eb0cf2a5a6c06677b1edc3552e","title":"","text":" { pkgs , buildPythonPackage , fetchPypi , azure-nspkg }: buildPythonPackage rec { version = \"1.0.0\"; pname = \"azure-mgmt-nspkg\"; src = fetchPypi { inherit pname version; extension = \"zip\"; sha256 = \"1rq92fj3kvnqkk18596dybw0kvhgscvc6cd8hp1dhy3wrkqnhwmq\"; }; propagatedBuildInputs = [ azure-nspkg ]; meta = with pkgs.lib; { description = \"Microsoft Azure SDK for Python\"; homepage = \"https://azure.microsoft.com/en-us/develop/python/\"; license = licenses.asl20; maintainers = with maintainers; [ olcai ]; }; } "} {"_id":"doc-en-nixpkgs-c23555ebeb8f29bd5318da91c6eaeb3fb9bada4af37600da79474c7eceefc725","title":"","text":" { pkgs , buildPythonPackage , fetchPypi , python , azure-mgmt-common }: buildPythonPackage rec { version = \"0.20.1\"; pname = \"azure-mgmt-resource\"; src = fetchPypi { inherit pname version; extension = \"zip\"; sha256 = \"0slh9qfm5nfacrdm3lid0sr8kwqzgxvrwf27laf9v38kylkfqvml\"; }; preConfigure = '' # Patch to make this package work on requests >= 2.11.x # CAN BE REMOVED ON NEXT PACKAGE UPDATE sed -i 's|len(request_content)|str(len(request_content))|' azure/mgmt/resource/resourcemanagement.py ''; postInstall = '' echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/__init__.py echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/mgmt/__init__.py ''; propagatedBuildInputs = [ azure-mgmt-common ]; meta = with pkgs.lib; { description = \"Microsoft Azure SDK for Python\"; homepage = \"https://azure.microsoft.com/en-us/develop/python/\"; license = licenses.asl20; maintainers = with maintainers; [ olcai ]; }; } "} {"_id":"doc-en-nixpkgs-d4ea1087cbdb7e0a451979545c845d39f77013d611f5743d933c1d78c9eda774","title":"","text":" { pkgs , buildPythonPackage , fetchPypi , python , azure-mgmt-common }: buildPythonPackage rec { version = \"0.20.0\"; pname = \"azure-mgmt-storage\"; src = fetchPypi { inherit pname version; extension = \"zip\"; sha256 = \"16iw7hqhq97vlzfwixarfnirc60l5mz951p57brpcwyylphl3yim\"; }; preConfigure = '' # Patch to make this package work on requests >= 2.11.x # CAN BE REMOVED ON NEXT PACKAGE UPDATE sed -i 's|len(request_content)|str(len(request_content))|' azure/mgmt/storage/storagemanagement.py ''; postInstall = '' echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/__init__.py echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/mgmt/__init__.py ''; propagatedBuildInputs = [ azure-mgmt-common ]; meta = with pkgs.lib; { description = \"Microsoft Azure SDK for Python\"; homepage = \"https://azure.microsoft.com/en-us/develop/python/\"; license = licenses.asl20; maintainers = with maintainers; [ olcai ]; }; } "} {"_id":"doc-en-nixpkgs-adcf6b8fe3c773244f2e11c232340af63ae5620070c024147b462859dda41532","title":"","text":" { pkgs , buildPythonPackage , fetchPypi , python , azure-common , futures , python-dateutil , requests , isPy3k }: buildPythonPackage rec { version = \"0.20.3\"; pname = \"azure-storage\"; src = fetchPypi { inherit pname version; extension = \"zip\"; sha256 = \"06bmw6k2000kln5jwk5r9bgcalqbyvqirmdh9gq4s6nb4fv3c0jb\"; }; propagatedBuildInputs = [ azure-common python-dateutil requests ] ++ pkgs.lib.optionals (!isPy3k) [ futures ]; postInstall = '' echo \"__import__('pkg_resources').declare_namespace(__name__)\" >> \"$out/lib/${python.libPrefix}\"/site-packages/azure/__init__.py ''; meta = with pkgs.lib; { description = \"Microsoft Azure SDK for Python\"; homepage = \"https://azure.microsoft.com/en-us/develop/python/\"; license = licenses.asl20; maintainers = with maintainers; [ olcai ]; }; } "} {"_id":"doc-en-nixpkgs-8963f3636e7ac91de0c147bfe0a1e51f6632ba30f41d21d45ff6b1c303ac0ab1","title":"","text":"enable = mkEnableOption \"Plymouth boot splash screen\"; font = mkOption { default = \"${pkgs.dejavu_fonts.minimal}/share/fonts/truetype/DejaVuSans.ttf\"; type = types.path; description = '' Font file made available for displaying text on the splash screen. ''; }; themePackages = mkOption { default = [ nixosBreezePlymouth ]; type = types.listOf types.package;"} {"_id":"doc-en-nixpkgs-aac04f078217e7a64e7b47790bb588f4685016eda79716a5cb475800a4369d9f","title":"","text":"mkdir -p $out/lib/plymouth/renderers # module might come from a theme cp ${themesEnv}/lib/plymouth/{text,details,$moduleName}.so $out/lib/plymouth cp ${themesEnv}/lib/plymouth/{text,details,label,$moduleName}.so $out/lib/plymouth cp ${plymouth}/lib/plymouth/renderers/{drm,frame-buffer}.so $out/lib/plymouth/renderers mkdir -p $out/share/plymouth/themes"} {"_id":"doc-en-nixpkgs-ee57fc675b9e9c03556904e26ee2acab9b85fce867647bd243ea8408ba4ccf75","title":"","text":"cp -r themes/* $out/share/plymouth/themes cp ${cfg.logo} $out/share/plymouth/logo.png mkdir -p $out/share/fonts cp ${cfg.font} $out/share/fonts mkdir -p $out/etc/fonts cat > $out/etc/fonts/fonts.conf < $out/share/fonts EOF ''; boot.initrd.extraUtilsCommandsTest = ''"} {"_id":"doc-en-nixpkgs-16f130e2b126f5fbfeaf897a833840b683349c6b2f67cb3ba219c456f397d926","title":"","text":"ln -s $extraUtils/share/plymouth/logo.png /etc/plymouth/logo.png ln -s $extraUtils/share/plymouth/themes /etc/plymouth/themes ln -s $extraUtils/lib/plymouth /etc/plymouth/plugins ln -s $extraUtils/etc/fonts /etc/fonts plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session plymouth show-splash"} {"_id":"doc-en-nixpkgs-f047144b1536dfd71434ae49fedd463c7ea96774aa184ddfa8cab3afd7daaec7","title":"","text":", completeDeps , crateAuthors , crateDescription , crateHomepage , crateFeatures , crateName , crateVersion"} {"_id":"doc-en-nixpkgs-e23c0f0e76c86ba5c2c568b5a83b84799d27673baa4066417439fd7ab92ea95f","title":"","text":"export CARGO_PKG_VERSION_MAJOR=${builtins.elemAt version 0} export CARGO_PKG_VERSION_MINOR=${builtins.elemAt version 1} export CARGO_PKG_VERSION_PATCH=${builtins.elemAt version 2} export CARGO_PKG_VERSION_PRE=\"${versionPre}\" export CARGO_PKG_HOMEPAGE=\"${crateHomepage}\" export NUM_JOBS=1 export RUSTC=\"rustc\" export RUSTDOC=\"rustdoc\" if [[ -n \"${versionPre}\" ]]; then export CARGO_PKG_VERSION_PRE=\"${versionPre}\" fi BUILD=\"\" if [[ ! -z \"${build}\" ]] ; then"} {"_id":"doc-en-nixpkgs-f1b412258d9294ead9acb337024e599ef9be54e808eb355fa379ba3be7aa8efb","title":"","text":"crateVersion = crate.version; crateDescription = crate.description or \"\"; crateAuthors = if crate ? authors && lib.isList crate.authors then crate.authors else []; crateHomepage = crate.homepage or \"\"; crateType = if lib.attrByPath [\"procMacro\"] false crate then [\"proc-macro\"] else if lib.attrByPath [\"plugin\"] false crate then [\"dylib\"] else"} {"_id":"doc-en-nixpkgs-2901867020020304b34c63cca0f825bf2cf8c0874cfae2b06413135fb99f6053","title":"","text":"inherit crateName buildDependencies completeDeps completeBuildDeps crateDescription crateFeatures libName build workspace_member release libPath crateVersion extraLinkFlags extraRustcOpts crateAuthors verbose colors target_os; crateAuthors crateHomepage verbose colors target_os; }; buildPhase = buildCrate { inherit crateName dependencies"} {"_id":"doc-en-nixpkgs-aa1e0ede98146d9ffb1d9d1f2dfbf59ef445201dd77c0e3a3f8aa7edb29cd93c","title":"","text":" { stdenv, buildPythonPackage, fetchPypi, pytest }: { stdenv, buildPythonPackage, fetchPypi, fetchpatch, pytest }: buildPythonPackage rec { version = \"0.4.0\";"} {"_id":"doc-en-nixpkgs-a8a3f6c3e8698a59fb4c780be4f607713880f092db068f671d05a793fbfafd50","title":"","text":"sha256 = \"bda0ef48e6a44c091399b12ab4a7e580d2dd8294c222b301f88d7d57f47ba142\"; }; patches = [ # Fix tests for pytest>=4.2.0. Remove with the next release (fetchpatch { url = \"https://github.com/RKrahl/pytest-dependency/commit/089395bf77e629ee789666361ee12395d840252c.patch\"; sha256 = \"1nkha2gndrr3mx11kx2ipxhphqd6wr25hvkrfwzyrispqfhgl0wm\"; excludes = [ \"doc/src/changelog.rst\" ]; }) ]; propagatedBuildInputs = [ pytest ]; checkInputs = [ pytest ]; checkPhase = '' pytest '';"} {"_id":"doc-en-nixpkgs-5edc439457cc847bafa5e4fc9875d0e36ad0afb5b666e71592ed58b8dec16621","title":"","text":"\"--enable-fixed-path=${gnupg}/bin\" \"--with-libgpg-error-prefix=${libgpgerror.dev}\" \"--with-libassuan-prefix=${libassuan.dev}\" ] ++ lib.optional pythonSupport \"--enable-languages=python\"; ] ++ lib.optional pythonSupport \"--enable-languages=python\" # Tests will try to communicate with gpg-agent instance via a UNIX socket # which has a path length limit. Nix on darwin is using a build directory # that already has quite a long path and the resulting socket path doesn't # fit in the limit. https://github.com/NixOS/nix/pull/1085 ++ lib.optionals stdenv.isDarwin [ \"--disable-gpg-test\" ]; NIX_CFLAGS_COMPILE = # qgpgme uses Q_ASSERT which retains build inputs at runtime unless"} {"_id":"doc-en-nixpkgs-17aee318f48983a5a0aa9b5758c8b10632ac5b885bd66bf0725ffb0d2f3a01df","title":"","text":"{ lib , stdenv , fetchFromGitHub , fetchurl , fetchpatch , aqbanking"} {"_id":"doc-en-nixpkgs-93ae4f8beb49acb3c6a8400dd5016fea255813ce018e22d256a5980a5dd16d52","title":"","text":"# raw source code doesn't work out of box; fetchFromGitHub not usable src = fetchurl { # Upstream uploaded a -1 tarball on the same release, remove on next release url = \"https://github.com/Gnucash/gnucash/releases/download/${version}/${pname}-${version}-1.tar.bz2\"; url = \"https://github.com/Gnucash/gnucash/releases/download/${version}/gnucash-${version}-1.tar.bz2\"; hash = \"sha256-d0EWXW1lLqe0oehJjPQ5pWuBpcyLZTKRpZBU8jYqv8w=\"; };"} {"_id":"doc-en-nixpkgs-8ab95012033f229748f94e29387b42bc1def4d3647145833f2b8317b4cd0a394","title":"","text":"enableParallelChecking = true; checkTarget = \"check\"; passthru.docs = stdenv.mkDerivation { pname = \"gnucash-docs\"; inherit version; src = fetchFromGitHub { owner = \"Gnucash\"; repo = \"gnucash-docs\"; rev = version; hash = \"sha256-aPxQEcpo8SPv8lPQbxMl1wg8ijH9Rz0oo4K5lp3C/bw=\"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ libxml2 libxslt ]; }; preFixup = '' gappsWrapperArgs+=( # documentation --prefix XDG_DATA_DIRS : ${passthru.docs}/share # db drivers location --set GNC_DBD_DIR ${libdbiDrivers}/lib/dbd # gsettings schema location on Nix --set GSETTINGS_SCHEMA_DIR ${glib.makeSchemaPath \"$out\" \"${pname}-${version}\"} --set GSETTINGS_SCHEMA_DIR ${glib.makeSchemaPath \"$out\" \"gnucash-${version}\"} ) '';"} {"_id":"doc-en-nixpkgs-034fa82609f4affb4c1e559b107697c6c0ea815d83f8a32abafd6a6723eac76c","title":"","text":"sha256 = \"1z66m16n4r16zqmnv84a5jndr5x6mdqdq4b1wq929sablwqd2rl4\"; }; cargoSha256 = \"1xdx0gjqd4zyhnp72hz88rdmgry1m7rcw2j73lh67vp08z74y54y\"; cargoSha256 = \"0hp68w5mvk725gzbmlgl8j6wa1dv2fydil7jvq0f09mzxxaqrwcs\"; nativeBuildInputs = [ pkgconfig ];"} {"_id":"doc-en-nixpkgs-60cd7a0b88de01c198e26c7355596273ba43aca477e5d87ea8a5c5515379e75e","title":"","text":" --- crypto++/GNUmakefile 2013-02-20 10:30:52.000000000 -0500 +++ crypto++/GNUmakefile 2015-05-07 18:34:25.000000000 -0500 @@ -87,8 +87,8 @@ endif ifeq ($(UNAME),Darwin) -AR = libtool -ARFLAGS = -static -o +AR = ar +ARFLAGS = cru CXX = c++ IS_GCC2 = $(shell $(CXX) -v 2>&1 | $(EGREP) -c gcc-932) ifeq ($(IS_GCC2),1) "} {"_id":"doc-en-nixpkgs-772de375be043c1d9ddb301f681c722408b0e13d9b7e99609413f05e5f60cc72","title":"","text":"sha256 = \"0x1mqpz1v071cfrw4grbw7z734cxnpry1qh2b6rsmcx6nkyd5gsw\"; }; patches = stdenv.lib.optional (stdenv.system != \"i686-cygwin\") ./dll.patch; patches = (stdenv.lib.optional (stdenv.system != \"i686-cygwin\") ./dll.patch) ++ (stdenv.lib.optional stdenv.isDarwin ./GNUmakefile.patch); buildInputs = [ unzip libtool ];"} {"_id":"doc-en-nixpkgs-587ac1886059d8bc69662e045cc407c4964e36185ec8bae73f5131428f51b02f","title":"","text":" { stdenv, fetchurl, perlPackages, iproute }: { stdenv, fetchurl, perlPackages, iproute, perl }: perlPackages.buildPerlPackage rec { name = \"ddclient-${version}\";"} {"_id":"doc-en-nixpkgs-ccdc6b0cbe5341459546a6cec4bac844c47d7acc68947dfa1b2f78e06925edc8","title":"","text":"substituteInPlace ddclient --replace 'in the output of ifconfig' 'in the output of ip addr show' --replace 'ifconfig -a' '${iproute}/sbin/ip addr show' --replace 'ifconfig $arg' '${iproute}/sbin/ip addr show $arg' --replace 'ifconfig $arg' '${iproute}/sbin/ip addr show $arg' # Until we get the patchShebangs fixed (issue #55786) we need to patch this manually --replace '/usr/bin/perl'\t\t '${perl}/bin/perl' ''; installPhase = ''"} {"_id":"doc-en-nixpkgs-5154ff6998e0395165e0d56fe85ff69a20d1bb2ad81f8c2854283aba180687b6","title":"","text":"''; }; generatePeerUnit = { interfaceName, interfaceCfg, peer }: let keyToUnitName = replaceChars [ \"/\" \"-\" \" \" \"+\" \"=\" ] [ \"-\" \"x2d\" \"x20\" \"x2b\" \"x3d\" ]; unitName = keyToUnitName peer.publicKey; psk = if peer.presharedKey != null then pkgs.writeText \"wg-psk\" peer.presharedKey else peer.presharedKeyFile; in nameValuePair \"wireguard-${interfaceName}-peer-${unitName}\" { description = \"WireGuard Peer - ${interfaceName} - ${peer.publicKey}\"; requires = [ \"wireguard-${interfaceName}.service\" ]; after = [ \"wireguard-${interfaceName}.service\" ]; wantedBy = [ \"multi-user.target\" ]; environment.DEVICE = interfaceName; environment.WG_ENDPOINT_RESOLUTION_RETRIES = \"infinity\"; path = with pkgs; [ iproute wireguard-tools ]; serviceConfig = { Type = \"oneshot\"; RemainAfterExit = true; }; script = let wg_setup = \"wg set ${interfaceName} peer ${peer.publicKey}\" + optionalString (psk != null) \" preshared-key ${psk}\" + optionalString (peer.endpoint != null) \" endpoint ${peer.endpoint}\" + optionalString (peer.persistentKeepalive != null) \" persistent-keepalive ${toString peer.persistentKeepalive}\" + optionalString (peer.allowedIPs != []) \" allowed-ips ${concatStringsSep \",\" peer.allowedIPs}\"; route_setup = optionalString (interfaceCfg.allowedIPsAsRoutes != false) (concatMapStringsSep \"n\" (allowedIP: \"ip route replace ${allowedIP} dev ${interfaceName} table ${interfaceCfg.table}\" ) peer.allowedIPs); in '' ${wg_setup} ${route_setup} ''; generateSetupServiceUnit = name: values: postStop = let route_destroy = optionalString (interfaceCfg.allowedIPsAsRoutes != false) (concatMapStringsSep \"n\" (allowedIP: \"ip route delete ${allowedIP} dev ${interfaceName} table ${interfaceCfg.table}\" ) peer.allowedIPs); in '' wg set ${interfaceName} peer ${peer.publicKey} remove ${route_destroy} ''; }; generateInterfaceUnit = name: values: # exactly one way to specify the private key must be set #assert (values.privateKey != null) != (values.privateKeyFile != null); let privKey = if values.privateKeyFile != null then values.privateKeyFile else pkgs.writeText \"wg-key\" values.privateKey;"} {"_id":"doc-en-nixpkgs-bd3e3c3119cd80b9e0fd5437b337c3ff6bcec25e4a5f3b30eda0a6a6bd4da338","title":"","text":"path = with pkgs; [ kmod iproute wireguard-tools ]; serviceConfig = { Type = \"simple\"; Restart = \"on-failure\"; RestartSec = \"5s\"; Type = \"oneshot\"; RemainAfterExit = true; };"} {"_id":"doc-en-nixpkgs-9b5c99868c8674d2d4135f6735e3b15177da93e86f40f28f5d5461f47b235c55","title":"","text":"wg set ${name} private-key ${privKey} ${ optionalString (values.listenPort != null) \" listen-port ${toString values.listenPort}\"} ${concatMapStringsSep \"n\" (peer: assert (peer.presharedKeyFile == null) || (peer.presharedKey == null); # at most one of the two must be set let psk = if peer.presharedKey != null then pkgs.writeText \"wg-psk\" peer.presharedKey else peer.presharedKeyFile; in \"wg set ${name} peer ${peer.publicKey}\" + optionalString (psk != null) \" preshared-key ${psk}\" + optionalString (peer.endpoint != null) \" endpoint ${peer.endpoint}\" + optionalString (peer.persistentKeepalive != null) \" persistent-keepalive ${toString peer.persistentKeepalive}\" + optionalString (peer.allowedIPs != []) \" allowed-ips ${concatStringsSep \",\" peer.allowedIPs}\" ) values.peers} ip link set up dev ${name} ${optionalString (values.allowedIPsAsRoutes != false) (concatStringsSep \"n\" (concatMap (peer: (map (allowedIP: \"ip route replace ${allowedIP} dev ${name} table ${values.table}\" ) peer.allowedIPs) ) values.peers))} ${values.postSetup} '';"} {"_id":"doc-en-nixpkgs-4efb7772232671e253d3c50c71fe34c7af87f0484f0e9b4604ee7cd0dedf80f5","title":"","text":"###### implementation config = mkIf cfg.enable { config = mkIf cfg.enable (let all_peers = flatten (mapAttrsToList (interfaceName: interfaceCfg: map (peer: { inherit interfaceName interfaceCfg peer;}) interfaceCfg.peers ) cfg.interfaces); in { assertions = (attrValues ( mapAttrs (name: value: {"} {"_id":"doc-en-nixpkgs-c93a28cf0515235f2eee4c150d65561d767cbe840b95c3f203e2ff102c1d6cbc","title":"","text":"mapAttrs (name: value: { assertion = value.generatePrivateKeyFile -> (value.privateKey == null); message = \"networking.wireguard.interfaces.${name}.generatePrivateKey must not be set if networking.wireguard.interfaces.${name}.privateKey is set.\"; }) cfg.interfaces)); }) cfg.interfaces)) ++ map ({ interfaceName, peer, ... }: { assertion = (peer.presharedKey == null) || (peer.presharedKeyFile == null); message = \"networking.wireguard.interfaces.${interfaceName} peer «${peer.publicKey}» has both presharedKey and presharedKeyFile set, but only one can be used.\"; }) all_peers; boot.extraModulePackages = [ kernel.wireguard ]; environment.systemPackages = [ pkgs.wireguard-tools ]; systemd.services = (mapAttrs' generateSetupServiceUnit cfg.interfaces) systemd.services = (mapAttrs' generateInterfaceUnit cfg.interfaces) // (listToAttrs (map generatePeerUnit all_peers)) // (mapAttrs' generateKeyServiceUnit (filterAttrs (name: value: value.generatePrivateKeyFile) cfg.interfaces)); systemd.paths = mapAttrs' generatePathUnit (filterAttrs (name: value: value.privateKeyFile != null) cfg.interfaces); }; }); }"} {"_id":"doc-en-nixpkgs-fe460f97eb922bb65bb2ff71cd26707dc5f2abd22146ac04dd5ab564f3cdd549","title":"","text":"stdenv.mkDerivation rec { name = \"wireguard-tools-${version}\"; version = \"0.0.20190406\"; version = \"0.0.20190531\"; src = fetchzip { url = \"https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz\"; sha256 = \"1rqyyyx7j41vpp4jigagqs2qdyfngh15y48ghdqfrkv7v93vwdak\"; sha256 = \"0caw6kc0lqsvzvdjpdbdn3r9ff93vdl46616pwlig0rsdjrqnklj\"; }; sourceRoot = \"source/src/tools\";"} {"_id":"doc-en-nixpkgs-5ab80ba221097fe1101303b30a72d47518a78d1ff7ff2966be6be2bd755ad5d3","title":"","text":", glib , gnome2 , gnome3 , gsettings-desktop-schemas , gtk3 , libuuid , libX11"} {"_id":"doc-en-nixpkgs-4ed911e3a918ffb7c3707ce5190741a4c7118aeb074b056760d79a2992cd02ee","title":"","text":", wrapGAppsHook }: let rpath = lib.makeLibraryPath [ alsaLib at-spi2-atk at-spi2-core atk cairo cups dbus expat fontconfig freetype gdk_pixbuf glib gnome2.GConf gtk3 libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender libXtst libuuid nspr nss pango udev xdg_utils xorg.libxcb zlib let rpath = lib.makeLibraryPath [ alsaLib at-spi2-atk at-spi2-core atk cairo cups dbus expat fontconfig freetype gdk_pixbuf glib gnome2.GConf gtk3 libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender libXtst libuuid nspr nss pango udev xdg_utils xorg.libxcb zlib ]; in in stdenv.mkDerivation rec { pname = \"brave\"; version = \"0.61.50\"; stdenv.mkDerivation rec { pname = \"brave\"; version = \"0.65.118\"; src = fetchurl { url = \"https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb\"; sha256 = \"1lbajxnxqkd422rckfjm65pwwzl66v7anq4jrzxi29d5x7abl3c1\"; }; src = fetchurl { url = \"https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb\"; sha256 = \"13bihzf4yfgn01nrw780swhmcdh8gq71jqilhbi04jn1h1pbm3wg\"; }; dontConfigure = true; dontBuild = true; dontPatchELF = true; dontConfigure = true; dontBuild = true; dontPatchELF = true; nativeBuildInputs = [ dpkg wrapGAppsHook ]; nativeBuildInputs = [ dpkg wrapGAppsHook ]; buildInputs = [ glib gnome3.gsettings_desktop_schemas gnome3.adwaita-icon-theme ]; buildInputs = [ glib gsettings-desktop-schemas gnome3.adwaita-icon-theme ]; unpackPhase = \"dpkg-deb --fsys-tarfile $src | tar -x --no-same-permissions --no-same-owner\"; unpackPhase = \"dpkg-deb --fsys-tarfile $src | tar -x --no-same-permissions --no-same-owner\"; installPhase = '' mkdir -p $out $out/bin installPhase = '' mkdir -p $out $out/bin cp -R usr/share $out cp -R opt/ $out/opt cp -R usr/share $out cp -R opt/ $out/opt export BINARYWRAPPER=$out/opt/brave.com/brave/brave-browser export BINARYWRAPPER=$out/opt/brave.com/brave/brave-browser # Fix path to bash in $BINARYWRAPPER substituteInPlace $BINARYWRAPPER --replace /bin/bash ${stdenv.shell} # Fix path to bash in $BINARYWRAPPER substituteInPlace $BINARYWRAPPER --replace /bin/bash ${stdenv.shell} ln -sf $BINARYWRAPPER $out/bin/brave ln -sf $BINARYWRAPPER $out/bin/brave patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${rpath}\" $out/opt/brave.com/brave/brave patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${rpath}\" $out/opt/brave.com/brave/brave # Fix paths substituteInPlace $out/share/applications/brave-browser.desktop --replace /usr/bin/brave-browser $out/bin/brave substituteInPlace $out/share/gnome-control-center/default-apps/brave-browser.xml --replace /opt/brave.com $out/opt/brave.com substituteInPlace $out/share/menu/brave-browser.menu --replace /opt/brave.com $out/opt/brave.com substituteInPlace $out/opt/brave.com/brave/default-app-block --replace /opt/brave.com $out/opt/brave.com # Fix paths substituteInPlace $out/share/applications/brave-browser.desktop --replace /usr/bin/brave-browser $out/bin/brave substituteInPlace $out/share/gnome-control-center/default-apps/brave-browser.xml --replace /opt/brave.com $out/opt/brave.com substituteInPlace $out/share/menu/brave-browser.menu --replace /opt/brave.com $out/opt/brave.com substituteInPlace $out/opt/brave.com/brave/default-app-block --replace /opt/brave.com $out/opt/brave.com # Correct icons location icon_sizes=(\"16\" \"22\" \"24\" \"32\" \"48\" \"64\" \"128\" \"256\") # Correct icons location icon_sizes=(\"16\" \"22\" \"24\" \"32\" \"48\" \"64\" \"128\" \"256\") for icon in ''${icon_sizes[*]} do mkdir -p $out/share/icons/hicolor/$iconx$icon/apps ln -s $out/opt/brave.com/brave/product_logo_$icon.png $out/share/icons/hicolor/$iconx$icon/apps/brave-browser.png done for icon in ''${icon_sizes[*]} do mkdir -p $out/share/icons/hicolor/$iconx$icon/apps ln -s $out/opt/brave.com/brave/product_logo_$icon.png $out/share/icons/hicolor/$iconx$icon/apps/brave-browser.png done # Replace xdg-settings and xdg-mime ln -sf ${xdg_utils}/bin/xdg-settings $out/opt/brave.com/brave/xdg-settings ln -sf ${xdg_utils}/bin/xdg-mime $out/opt/brave.com/brave/xdg-mime ''; # Replace xdg-settings and xdg-mime ln -sf ${xdg_utils}/bin/xdg-settings $out/opt/brave.com/brave/xdg-settings ln -sf ${xdg_utils}/bin/xdg-mime $out/opt/brave.com/brave/xdg-mime ''; meta = with stdenv.lib; { homepage = \"https://brave.com/\"; description = \"Privacy-oriented browser for Desktop and Laptop computers\"; longDescription = '' Brave browser blocks the ads and trackers that slow you down, chew up your bandwidth, and invade your privacy. Brave lets you contribute to your favorite creators automatically. ''; license = licenses.mpl20; maintainers = [ maintainers.uskudnik ]; platforms = [ \"x86_64-linux\" ]; }; meta = with stdenv.lib; { homepage = \"https://brave.com/\"; description = \"Privacy-oriented browser for Desktop and Laptop computers\"; changelog = \"https://github.com/brave/brave-browser/blob/v${version}/CHANGELOG.md\"; longDescription = '' Brave browser blocks the ads and trackers that slow you down, chew up your bandwidth, and invade your privacy. Brave lets you contribute to your favorite creators automatically. ''; license = licenses.mpl20; maintainers = [ maintainers.uskudnik ]; platforms = [ \"x86_64-linux\" ]; }; }"} {"_id":"doc-en-nixpkgs-3cdecc454d2b924a0e7f1e03abdd4ceadbcbad20ecbc937b4ebbabe1e2b64c1e","title":"","text":"{ stdenv, lib, fetchurl, fetchzip, python3Packages , makeWrapper, wrapGAppsHook, qtbase, glib-networking , mkDerivationWith, wrapQtAppsHook, wrapGAppsHook, qtbase, glib-networking , asciidoc, docbook_xml_dtd_45, docbook_xsl, libxml2 , libxslt, gst_all_1 ? null , withPdfReader ? true"} {"_id":"doc-en-nixpkgs-e148b78febc44d4142bd8a5ca50f3d9eee55f1f9c9a973601bd3a466b8f285cb","title":"","text":"let pdfjs = let version = \"1.10.100\"; version = \"2.1.266\"; in fetchzip rec { name = \"pdfjs-${version}\"; url = \"https://github.com/mozilla/pdf.js/releases/download/v${version}/${name}-dist.zip\"; sha256 = \"04df4cf6i6chnggfjn6m1z9vb89f01a0l9fj5rk21yr9iirq9rkq\"; sha256 = \"1ybbnpz2jcdikzwr7r13lq528vxj3bpms1fqmg3n1zgs30cqpkby\"; stripRoot = false; }; in python3Packages.buildPythonApplication rec { in mkDerivationWith python3Packages.buildPythonApplication rec { pname = \"qutebrowser\"; version = \"1.6.3\"; version = \"1.7.0\"; # the release tarballs are different from the git checkout! src = fetchurl { url = \"https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz\"; sha256 = \"0z9an14vlv0r48x7fk0mk7465gnhh19dx1w63lyhsgnfqy5pzlhy\"; sha256 = \"0wyjmb2qvnw3gn0ypgckwblmn7kasi12dfwp343hi6wscqripw7i\"; }; # Needs tox"} {"_id":"doc-en-nixpkgs-6b7ffc96c52e9600448ba37a9b8694888d9ec7f46a7a7bc72cb151f0c2ea82f6","title":"","text":"]); nativeBuildInputs = [ makeWrapper wrapGAppsHook asciidoc wrapQtAppsHook wrapGAppsHook asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt ];"} {"_id":"doc-en-nixpkgs-8a9e557156b8201afbc7892152c2051d758c713e70eade448276e3d93bd0c091","title":"","text":"./fix-restart.patch ]; dontWrapGApps = true; dontWrapQtApps = true; postPatch = '' substituteInPlace qutebrowser/app.py --subst-var-by qutebrowser \"$out/bin/qutebrowser\""} {"_id":"doc-en-nixpkgs-6d37ad4f7d107626c7da781eebb1ff7c42d935c4d69b74f06237990e871d23ca","title":"","text":"postInstall = '' install -Dm644 doc/qutebrowser.1 \"$out/share/man/man1/qutebrowser.1\" install -Dm644 misc/qutebrowser.desktop \"$out/share/applications/qutebrowser.desktop\" install -Dm644 misc/org.qutebrowser.qutebrowser.desktop \"$out/share/applications/org.qutebrowser.qutebrowser.desktop\" # Install icons for i in 16 24 32 48 64 128 256 512; do"} {"_id":"doc-en-nixpkgs-b8164f664026391c581c12b20a6cbde5b7fa0ace8715e87df040de8913fa8f51","title":"","text":"done ''; postFixup = '' wrapProgram $out/bin/qutebrowser \"''${gappsWrapperArgs[@]}\" \"''${qtWrapperArgs[@]}\" ''; meta = with stdenv.lib; { homepage = https://github.com/The-Compiler/qutebrowser; description = \"Keyboard-focused browser with a minimal GUI\";"} {"_id":"doc-en-nixpkgs-3feb265deb42bb230a7a837619768c3d608db88528cf3e152133d47dd4ca4b11","title":"","text":"stdenv.mkDerivation rec { name = \"${pname}-${version}\"; pname = \"clingo\"; version = \"5.2.2\"; version = \"5.3.0\"; src = fetchzip { url = \"https://github.com/potassco/clingo/archive/v${version}.tar.gz\"; sha256 = \"04rjwpna37gzm8vxr09z3z6ay8y8cxbjd8lga7xvqfpn2l178zjm\"; sha256 = \"01czx26p8gv81ahrh650x208hjhd8bx1kb688fmk1m4pw4yg5bfv\"; }; buildInputs = [];"} {"_id":"doc-en-nixpkgs-41094a6ec3a7d422ad1daa61ddc9ae5538798658fe1fd4d87a0b9b00ff972ca4","title":"","text":"{ stdenv, fetchFromGitHub, cmake, zlib, c-ares, pkgconfig, openssl, protobuf, gflags }: stdenv.mkDerivation rec { version = \"1.19.1\"; version = \"1.22.0\"; name = \"grpc-${version}\"; src = fetchFromGitHub { owner = \"grpc\"; repo = \"grpc\"; rev = \"v${version}\"; sha256 = \"0c0jra4qnd86gyr4rlblic3igb5dpgrldac35myk5i5ia547fdhj\"; sha256 = \"10wf9sakkxpcvc09n1h91x6slwwhxblghs4zn95klyc4m6py1gfg\"; }; nativeBuildInputs = [ cmake pkgconfig ]; buildInputs = [ zlib c-ares c-ares.cmake-config openssl protobuf gflags ];"} {"_id":"doc-en-nixpkgs-b3f926ae1eb571aa3cd2e2efc45cab4a7eb32e2b605eee86fd2fd1f5230fd1e5","title":"","text":"\"-DgRPC_PROTOBUF_PROVIDER=package\" \"-DgRPC_GFLAGS_PROVIDER=package\" \"-DBUILD_SHARED_LIBS=ON\" \"-DCMAKE_SKIP_BUILD_RPATH=OFF\" ]; # CMake creates a build directory by default, this conflicts with the"} {"_id":"doc-en-nixpkgs-33e700fe58582d1d3a3f3801da83b1dd023176fbb09b70fd33a4b39e8b90a1d8","title":"","text":" { stdenv, buildPythonPackage, fetchPypi, lib, grpcio}: { stdenv, buildPythonPackage, fetchPypi, protobuf, grpcio }: buildPythonPackage rec { pname = \"grpcio-tools\"; version = \"1.18.0\"; version = \"1.22.0\"; src = fetchPypi { inherit pname version; sha256 = \"77ec4d3c92ccbbe3de37c457e3c72962e519c36cafb96abe5842bced8eb926fa\"; sha256 = \"b5c0fe51a155625c9d1132ab8deb56b3015e111a6961e48aeb9dd89bd7c670ab\"; }; enableParallelBuilding = true; propagatedBuildInputs = [ grpcio ]; propagatedBuildInputs = [ protobuf grpcio ]; # no tests in the package doCheck = false; meta = with stdenv.lib; { description = \"Protobuf code generator for gRPC\"; license = lib.licenses.asl20; license = licenses.asl20; homepage = \"https://grpc.io/grpc/python/\"; maintainers = with maintainers; [ vanschelven ]; };"} {"_id":"doc-en-nixpkgs-15770526a7182f9289cc56850a2d6d7903a1d14388750a206e1cd8f10460f9cd","title":"","text":" { stdenv, buildPythonPackage, fetchFromGitHub, lib, darwin , six, protobuf, enum34, futures, isPy27, isPy34, pkgconfig { stdenv, buildPythonPackage, fetchFromGitHub, darwin , six, protobuf, enum34, futures, isPy27, pkgconfig , cython}: with stdenv.lib; buildPythonPackage rec { pname = \"grpcio\"; version = \"1.18.0\"; version = \"1.22.0\"; src = fetchFromGitHub { owner = \"grpc\"; repo = \"grpc\"; rev = \"v${version}\"; fetchSubmodules = true; sha256 = \"0cilbhk35gv46mk40jl5f3iqa94x14qyxbavpfq0kh0rld82nx4m\"; sha256 = \"093w8mgvl8ylqlqnfz06ijkmlnkxcjszf9zg6k5ybjw7dwal0jhz\"; }; nativeBuildInputs = [ cython pkgconfig ] ++ optional stdenv.isDarwin darwin.cctools; ++ stdenv.lib.optional stdenv.isDarwin darwin.cctools; propagatedBuildInputs = [ six protobuf ] ++ lib.optionals (isPy27 || isPy34) [ enum34 ] ++ lib.optionals (isPy27) [ futures ]; ++ stdenv.lib.optionals (isPy27) [ enum34 futures ]; preBuild = optionalString stdenv.isDarwin \"unset AR\"; preBuild = stdenv.lib.optionalString stdenv.isDarwin \"unset AR\"; meta = with stdenv.lib; { description = \"HTTP/2-based RPC framework\"; license = lib.licenses.asl20; license = licenses.asl20; homepage = \"https://grpc.io/grpc/python/\"; maintainers = with maintainers; [ vanschelven ]; };"} {"_id":"doc-en-nixpkgs-905a9783f3d3571270b1ea58dcf4870c0d14098b1520e3a0ab486278e0fb5685","title":"","text":"|---------------------------+--------------------------------------------| | Model | Path | |---------------------------+--------------------------------------------| | Acer Aspire 4810T | ~~ | | [[file:acer/aspire/4810t][Acer Aspire 4810T]] | ~~ | | Airis N990 | ~~ | | Apple MacBook Pro 10,1 | ~~ | | Apple MacBook Air 4,X | ~~ | | Apple MacBook Air 6,X | ~~ | | [[file:apple/macbook-pro/10-1][Apple MacBook Pro 10,1]] | ~~ | | Apple MacBook Pro 12,1 | ~~ | | Dell XPS 15 9550 | ~~ | | Inverse Path USB armory | ~~ | | [[file:dell/xps/15-9550][Dell XPS 15 9550]] | ~~ | | [[file:inversepath/usbarmory][Inverse Path USB armory]] | ~~ | | Lenovo IdeaPad Z510 | ~~ | | Lenovo ThinkPad T410 | ~~ | | Lenovo ThinkPad T440p | ~~ | | Lenovo ThinkPad T460s | ~~ | | Lenovo ThinkPad X140e | ~~ | | Lenovo ThinkPad X220 | ~~ | | Microsoft Surface Pro 3 | ~~ | | Raspberry Pi 2 | ~~ | | Samsung Series 9 NP900X3C | ~~ | | Lenovo ThinkPad X250 | ~~ | | [[file:microsoft/surface-pro/3][Microsoft Surface Pro 3]] | ~~ | | [[file:raspberry-pi/2][Raspberry Pi 2]] | ~~ | | [[file:samsung/np900x3c][Samsung Series 9 NP900X3C]] | ~~ | | Supermicro A1SRi-2758F | ~~ | | Supermicro X10SLL-F | ~~ | |---------------------------+--------------------------------------------|"} {"_id":"doc-en-nixpkgs-033701b929b970eb026da6e69b82915b580f78156cb96f2a00617991a4dc4e7b","title":"","text":" { lib, ... }: { config, lib, ... }: { boot.kernelParams = [ \"hid_apple.iso_layout=0\" ]; hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false); services.mbpfan.enable = lib.mkDefault true; }"} {"_id":"doc-en-nixpkgs-77f41cf2657879eabfb7b113b6f452c829dc1eb099ca25733eae38c8be3b6474","title":"","text":" { lib, ... }: { imports = [ ../. ]; boot.kernelParams = [ \"acpi_backlight=vendor\" ]; services.xserver.deviceSection = lib.mkDefault '' Option \"TearFree\" \"true\" ''; } "} {"_id":"doc-en-nixpkgs-e770c5211a17c86b24f8aba6c3fef06a803fe87a552b06baf7f6a35e51de8927","title":"","text":"\"vm.laptop_mode\" = lib.mkDefault 5; }; # TODO: fix in NixOS/nixpkgs # Disable governor set in hardware-configuration.nix, # required when services.tlp.enable is true: powerManagement.cpuFreqGovernor = lib.mkForce null; services.tlp.enable = lib.mkDefault true; }"} {"_id":"doc-en-nixpkgs-cd7d03203a4b9dfb3621f660c310525f4043dfc18e9bc2e9fc4f9a530d9a259f","title":"","text":" { config, lib, pkgs, ... }: { imports = [ ../. ../../../common/cpu/intel ]; # Thinkfan is enabled by thinkpad profile. # However it requires to set a different `sensor` for this hardware, since there is no /proc/acpi/ibm/thermal # Regulation also works fine without thinkfan daemon though. services.thinkfan.enable = lib.mkOverride 900 false; # maintainers: Mic92 } "} {"_id":"doc-en-nixpkgs-fd84c774e8724db7de4c2f7ace30e5467f9af104541bdc36b749343ed4f87001","title":"","text":" ** Status The code in master as of June 2015 should be able to prepare a bootable NixOS for Raspberry PI 2. There are still some drawbacks: NixOS does not provide a /boot/config.txt (the FAT32 partition). Making NixOS work in the Raspberry PI 2 is mainly the result of the recent work of ambro718, Dezgeg and viric (#nixos@irc.freenode.net). ** Download If you want to test, you can flash this 4GB SD image (DOS partition table + fat32 + ext4 rootfs): magnet:?xt=urn:btih:0def3f6acb3bceddb22cb24098f58e40e2853ec2&dn=rpi2-nixos-4b09501f2-img.xz&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80 Then you should be able to nixos-rebuild any configuration.nix changes. The image is the result of a \"nixos-install\" alone. No root password has been set, and it does not include a nixpkgs checkout or channel. In fact I (viric) created the FS into a NBD, not a real SD, to create this image. "} {"_id":"doc-en-nixpkgs-79057b612edd98a91c6d1de1635534476145921d40efd4cde6417e3cb5289660","title":"","text":" imported from https://nixos.org/wiki/Raspberry_Pi_2 ** # Status The code in master as of June 2015 should be able to prepare a bootable NixOS for Raspberry PI 2. There are still some drawbacks: NixOS does not provide a /boot/config.txt (the FAT32 partition). Making NixOS work in the Raspberry PI 2 is mainly the result of the recent work of ambro718, Dezgeg and viric (#nixos@irc.freenode.net). # Download If you want to test, you can flash this 4GB SD image (DOS partition table + fat32 + ext4 rootfs): magnet:?xt=urn:btih:0def3f6acb3bceddb22cb24098f58e40e2853ec2&dn=rpi2-nixos-4b09501f2-img.xz&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80 Then you should be able to nixos-rebuild any configuration.nix changes. The image is the result of a \"nixos-install\" alone. No root password has been set, and it does not include a nixpkgs checkout or channel. In fact I (viric) created the FS into a NBD, not a real SD, to create this image. "} {"_id":"doc-en-nixpkgs-8cc70cd3bacacf89396ca8f850fbc7bb3a9a87add4190a82bec303e46159e828","title":"","text":"{ lib, stdenv , fetchurl, fetchFromGitHub , fetchurl, fetchFromGitHub, fetchpatch , cmake, pkgconfig, unzip, zlib, pcre, hdf5 , glog, boost, gflags, protobuf , config"} {"_id":"doc-en-nixpkgs-02ca98a1e78c4ec9213b4d652bf4199bef35bb056c1dae9ae3b3d11a23968c8d","title":"","text":"cp --no-preserve=mode -r \"${contribSrc}/modules\" \"$NIX_BUILD_TOP/source/opencv_contrib\" ''; patches = [ (fetchpatch { url = \"https://github.com/opencv/opencv/commit/5691d998ead1d9b0542bcfced36c2dceb3a59023.patch\"; name = \"CVE-2019-14493.patch\"; sha256 = \"14qva9f5z10apz5q0skdyiclr9sgkhab4fzksy1w3b6j6hg4wm7m\"; }) ]; # This prevents cmake from using libraries in impure paths (which # causes build failure on non NixOS) # Also, work around https://github.com/NixOS/nixpkgs/issues/26304 with"} {"_id":"doc-en-nixpkgs-904c34eec1101c6eeb2d11790abe9ceef5aeb83fdef7bd4a93f50bc2d19373ff","title":"","text":" { stdenv , cmake , fetchFromGitHub , wrapQtAppsHook , qtmultimedia , qttools , qtscript , qtdeclarative , qtbase , autogen , automake , makeWrapper , catch2 , nodejs , libpulseaudio , openssl , rsync , typescript }: stdenv.mkDerivation rec { name = \"imgbrd-grabber\"; version = \"7.3.2\"; src = fetchFromGitHub { owner = \"Bionus\"; repo = \"imgbrd-grabber\"; rev = \"v${version}\"; sha256 = \"053rwvcr88fcba0447a6r115cgnqsm9rl066z8d5jacqnhdij58k\"; fetchSubmodules = true; }; buildInputs = [ openssl makeWrapper libpulseaudio typescript ]; nativeBuildInputs = [ qtmultimedia qtbase qtdeclarative qttools nodejs cmake wrapQtAppsHook ]; extraOutputsToLink = [ \"doc\" ]; postPatch = '' # the package.sh script provides some install helpers # using this might make it easier to maintain/less likely for the # install phase to fail across version bumps patchShebangs ./scripts/package.sh # ensure the script uses the rsync package from nixpkgs substituteInPlace ../scripts/package.sh --replace \"rsync\" \"${rsync}/bin/rsync\" # the npm build step only runs typescript # run this step directly so it doesn't try and fail to download the unnecessary node_modules, etc. substituteInPlace ./sites/CMakeLists.txt --replace \"npm install\" \"npm run build\" # remove the vendored catch2 rm -rf tests/src/vendor/catch # link the catch2 sources from nixpkgs ln -sf ${catch2.src} tests/src/vendor/catch ''; postInstall = '' # move the binaries to the share/Grabber folder so # some relative links can be resolved (e.g. settings.ini) mv $out/bin/* $out/share/Grabber/ cd ../.. # run the package.sh with $out/share/Grabber as the $APP_DIR sh ./scripts/package.sh $out/share/Grabber # add symlinks for the binaries to $out/bin ln -s $out/share/Grabber/Grabber $out/bin/Grabber ln -s $out/share/Grabber/Grabber-cli $out/bin/Grabber-cli ''; sourceRoot = \"source/src\"; } "} {"_id":"doc-en-nixpkgs-8c5b61c24f75dfbc3a34d1db94245dce10c0d4e04450e8a6a05bdf7c01caf4ce","title":"","text":"img2pdf = with python3Packages; toPythonApplication img2pdf; imgbrd-grabber = qt5.callPackage ../applications/graphics/imgbrd-grabber/default.nix { typescript = nodePackages.typescript; }; imgcat = callPackage ../applications/graphics/imgcat { }; imgp = python3Packages.callPackage ../applications/graphics/imgp { };"} {"_id":"doc-en-nixpkgs-6489d42adfa68dcf58911ee2703580132fb3657cd34993504381e9f701e86aaa","title":"","text":"{ config, stdenv, fetchurl, fetchFromGitHub, makeWrapper , docutils, perl, pkgconfig, python3, which, ffmpeg_4 , freefont_ttf, freetype, libass, libpthreadstubs, mujs , addOpenGLRunpath, docutils, perl, pkgconfig, python3, which , ffmpeg_4, freefont_ttf, freetype, libass, libpthreadstubs, mujs , nv-codec-headers, lua, libuchardet, libiconv ? null, darwin , waylandSupport ? stdenv.isLinux"} {"_id":"doc-en-nixpkgs-87979bf458c32a20e283e0f1407cef06cdf4b5ac9f91a9e3865f8513641d679d","title":"","text":"''; nativeBuildInputs = [ docutils makeWrapper perl pkgconfig python3 which addOpenGLRunpath docutils makeWrapper perl pkgconfig python3 which ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-195be02ac80692804b832994ebc0c6a8d42468513d194ee449bac0a58f441d8e","title":"","text":"${wrapperFlags} ''; # Set RUNPATH so that libcuda in /run/opengl-driver(-32)/lib can be found. # See the explanation in addOpenGLRunpath. postFixup = optionalString stdenv.isLinux '' addOpenGLRunpath $out/bin/.mpv-wrapped ''; meta = with stdenv.lib; { description = \"A media player that supports many video formats (MPlayer and mplayer2 fork)\"; homepage = https://mpv.io; license = licenses.gpl2Plus; maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz globin ]; maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz globin ivan ]; platforms = platforms.darwin ++ platforms.linux; longDescription = ''"} {"_id":"doc-en-nixpkgs-d8b837aeacc897eea6cb02cea2924b506664fb34d08daedfbd327f4f6300abb3","title":"","text":" { stdenv, fetchurl, pkgconfig, perl, texinfo, yasm { stdenv, fetchurl, pkgconfig, addOpenGLRunpath, perl, texinfo, yasm , alsaLib, bzip2, fontconfig, freetype, gnutls, libiconv, lame, libass, libogg , libssh, libtheora, libva, libdrm, libvorbis, libvpx, lzma, libpulseaudio, soxr , x264, x265, xvidcore, zlib, libopus, speex, nv-codec-headers, dav1d"} {"_id":"doc-en-nixpkgs-1a0edccdc23754b8ffeb1afaaedd6cafe32fe788ea2c5edcfcbe42682b00d05f","title":"","text":"let inherit (stdenv) isDarwin isFreeBSD isLinux isAarch32; inherit (stdenv.lib) optional optionals enableFeature; inherit (stdenv.lib) optional optionals optionalString enableFeature; cmpVer = builtins.compareVersions; reqMin = requiredVersion: (cmpVer requiredVersion branch != 1);"} {"_id":"doc-en-nixpkgs-5bc0b51de0d89cad82c80ea6d17dd93823c7c79f7625234a4f7a7932099ed73d","title":"","text":"\"--enable-cross-compile\" ] ++ optional stdenv.cc.isClang \"--cc=clang\"; nativeBuildInputs = [ perl pkgconfig texinfo yasm ]; nativeBuildInputs = [ addOpenGLRunpath perl pkgconfig texinfo yasm ]; buildInputs = [ bzip2 fontconfig freetype gnutls libiconv lame libass libogg libssh libtheora"} {"_id":"doc-en-nixpkgs-61c0ec7c66e52a282d656ef7d5a2890fe49edc5ef875fba8b6e8451aaa455627","title":"","text":"substituteInPlace $pc --replace \"includedir=$out\" \"includedir=''${!outputInclude}\" done '' + optionalString stdenv.isLinux '' # Set RUNPATH so that libnvcuvid in /run/opengl-driver(-32)/lib can be found. # See the explanation in addOpenGLRunpath. addOpenGLRunpath $out/lib/libavcodec.so* ''; installFlags = [ \"install-man\" ];"} {"_id":"doc-en-nixpkgs-0dcba096528c572f2fb4440b16271398b72a1e3aceda71bab7d6ba1f996b1e47","title":"","text":"maintainers = [ lib.maintainers.ttuegel ]; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; propagatedUserEnvPkgs = [ baloo ]; propagatedBuildInputs = [ baloo baloo-widgets kactivities kbookmarks kcmutils kcompletion kconfig kcoreaddons kdelibs4support kdbusaddons kfilemetadata ki18n kiconthemes"} {"_id":"doc-en-nixpkgs-611b8785c5673e9b87cda08c094ede45b59451518e8035fa14c3e0800684cb9d","title":"","text":"# Media support MEDIA_CAMERA_SUPPORT? y MEDIA_RC_SUPPORT? y MEDIA_USB_SUPPORT y ${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else \"\"} ${extraConfig}"} {"_id":"doc-en-nixpkgs-6c1fa40ee7ffe515e728ec552c891704c1b0fe7febfd97924cab2597c884fdb8","title":"","text":", lib , buildPythonPackage , fetchPypi , fetchpatch , gfortran, glibcLocales , numpy, scipy, pytest, pillow , cython"} {"_id":"doc-en-nixpkgs-1d0326c761d746d76a71481093c7111617c2712a6113b1f039276a99c0e2b0e2","title":"","text":"]; checkInputs = [ pytest ]; patches = [ # Fixes tests by changing threshold of a test-case that broke # with numpy versions >= 1.17. This should be removed for versions > 0.21.2. ( fetchpatch { url = \"https://github.com/scikit-learn/scikit-learn/commit/b730befc821caec5b984d9ff3aa7bc4bd7f4d9bb.patch\"; sha256 = \"0z36m05mv6d494qwq0688rgwa7c4bbnm5s2rcjlrp29fwn3fy1bv\"; }) ]; LC_ALL=\"en_US.UTF-8\"; doCheck = !stdenv.isAarch64;"} {"_id":"doc-en-nixpkgs-23916927b21bb46d353e1ed2a5205012d343d5d5bd5bafabc8c6e7a57dca0460","title":"","text":"{ fetchFromGitHub, stdenv, cmake, openssl, zlib, libuv }: stdenv.mkDerivation rec { pname = \"libwebsockets\"; version = \"3.2.0\"; src = fetchFromGitHub { owner = \"warmcat\"; repo = \"libwebsockets\"; rev = \"v${version}\"; sha256 = \"0ac5755h3w1pl6cznqbvg63dwkqy544fqlhvqyp7s11hgs7jx6l8\"; let generic = { version, sha256 }: stdenv.mkDerivation rec { pname = \"libwebsockets\"; inherit version; src = fetchFromGitHub { owner = \"warmcat\"; repo = \"libwebsockets\"; rev = \"v${version}\"; inherit sha256; }; buildInputs = [ openssl zlib libuv ]; nativeBuildInputs = [ cmake ]; cmakeFlags = [ \"-DLWS_WITH_PLUGINS=ON\" ]; meta = with stdenv.lib; { description = \"Light, portable C library for websockets\"; longDescription = '' Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions. ''; homepage = \"https://libwebsockets.org/\"; license = licenses.lgpl21; platforms = platforms.all; }; }; buildInputs = [ cmake openssl zlib libuv ]; cmakeFlags = [ \"-DLWS_WITH_PLUGINS=ON\" ]; meta = { description = \"Light, portable C library for websockets\"; longDescription = '' Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions. ''; homepage = https://github.com/warmcat/libwebsockets; license = stdenv.lib.licenses.lgpl21; platforms = stdenv.lib.platforms.all; in rec { libwebsockets_3_1 = generic { sha256 = \"1w1wz6snf3cmcpa3f4dci2nz9za2f5rrylxl109id7bcb36xhbdl\"; version = \"3.1.0\"; }; libwebsockets_3_2 = generic { version = \"3.2.0\"; sha256 = \"0ac5755h3w1pl6cznqbvg63dwkqy544fqlhvqyp7s11hgs7jx6l8\"; }; libwebsockets = libwebsockets_3_2; }"} {"_id":"doc-en-nixpkgs-e7a68f769885ad61844a234b141d6c55246cb1537ed43b199c26b275e9f71260","title":"","text":"{ stdenv, lib, fetchFromGitHub, cmake, docbook_xsl, libxslt , openssl, libuuid, libwebsockets, c-ares, libuv , openssl, libuuid, libwebsockets_3_1, c-ares, libuv , systemd ? null, withSystemd ? stdenv.isLinux }: stdenv.mkDerivation rec { pname = \"mosquitto\"; version = \"1.6.4\"; version = \"1.6.5\"; src = fetchFromGitHub { owner = \"eclipse\"; repo = \"mosquitto\"; rev = \"v${version}\"; sha256 = \"1kr1dgc4nzhyg3rzymbv4rka3rpb30rwsy6binb7apnw3n3ff58l\"; sha256 = \"0scgsi3rvs9s8vxv4r7d5d9ixbsfg4dwnjcy6zxwdz9dfn8qnngj\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-076f3da010c8792f27114e0115f249c37f13e3f93f7c6d68e9d0a2eb4be21205","title":"","text":"''; buildInputs = [ openssl libuuid libwebsockets c-ares libuv openssl libuuid libwebsockets_3_1 c-ares libuv ] ++ lib.optional withSystemd systemd; nativeBuildInputs = [ cmake docbook_xsl libxslt ];"} {"_id":"doc-en-nixpkgs-97b1c1c4a889b941530fd02f4ac9a67701661456cbee5381835b0a4cd0a32e6e","title":"","text":"meta = with stdenv.lib; { description = \"An open source MQTT v3.1/3.1.1 broker\"; homepage = http://mosquitto.org/; homepage = \"https://mosquitto.org/\"; license = licenses.epl10; maintainers = with maintainers; [ peterhoeg ]; platforms = platforms.unix;"} {"_id":"doc-en-nixpkgs-1b7e0d18ead65d379709b82804d974cba419cc702d28681a78def8bf6c19281d","title":"","text":"librest = callPackage ../development/libraries/librest { }; libwebsockets = callPackage ../development/libraries/libwebsockets { }; inherit (callPackages ../development/libraries/libwebsockets { }) libwebsockets_3_1 libwebsockets_3_2 libwebsockets; lidarr = callPackage ../servers/lidarr { };"} {"_id":"doc-en-nixpkgs-707e89b19b339369b07ee0cbc2e9f93a63c8c8f92db369c0f1488544d0227554","title":"","text":", glibcLocales , nose , jsonschema , setuptools , send2trash , CoreAudio # This little flag adds a huge number of dependencies, but we assume that"} {"_id":"doc-en-nixpkgs-2747e1075c43ec054fb02254653e72a4d021771371d938c7a52109031a07f78f","title":"","text":"propagatedBuildInputs = [ pyqtwebengine sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator markdown jsonschema markdown jsonschema setuptools ] ++ lib.optional plotsSupport matplotlib ++ lib.optional stdenv.isDarwin [ CoreAudio ]"} {"_id":"doc-en-nixpkgs-8122e79af6d3450d5b5b8879f592538f6ce2b51106bc4c8a9dac9f6062143287","title":"","text":", xkeyboard_config , udisks2 , waylandSupport ? false, wayland-protocols, xwayland , bluetoothSupport ? true, bluez5 , pulseSupport ? !stdenv.isDarwin, libpulseaudio }:"} {"_id":"doc-en-nixpkgs-e6d2a68e70086774dde147e880fb988fca2c7044f730038dd92d936643d8daee","title":"","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":"doc-en-nixpkgs-fc7d43c43facf8f92404d2ee76eaaf5ec09c0bf040f6a2609944feeb116a4785","title":"","text":"mesonFlags = [ \"-D systemdunitdir=lib/systemd/user\" ]; ] ++ lib.optional waylandSupport \"-Dwl=true\"; passthru.providedSessions = [ \"enlightenment\" ];"} {"_id":"doc-en-nixpkgs-e698c2636117afd04dd321d642f1dda325fd121e39318edb40e8e834628faa1a","title":"","text":"postgresql_10 postgresql_11 ; postgresql = postgresql_9_6.override { this = postgresql; }; postgresql = postgresql_11.override { this = postgresql; }; postgresqlPackages = recurseIntoAttrs postgresql.pkgs; postgresql11Packages = recurseIntoAttrs postgresql_11.pkgs; postgresql11Packages = pkgs.postgresqlPackages; postgresql_jdbc = callPackage ../development/java-modules/postgresql_jdbc { };"} {"_id":"doc-en-nixpkgs-0c815479a27d5e91a3fe283ebabb47581b0dbee56ee09f6ea60ae7a2fe0ccd35","title":"","text":"do [ -d \"$targetDir\" ] || continue find \"$targetDir\" -type f -executable -print0 | while IFS= read -r -d '' file find \"$targetDir\" ! -type d -executable -print0 | while IFS= read -r -d '' file do patchelf --print-interpreter \"$file\" >/dev/null 2>&1 || continue"} {"_id":"doc-en-nixpkgs-ddff5ee35bc5aee980a59d9e94760dd423ba1b04789fb722974dc040c78d0d3b","title":"","text":"assertions = [ { assertion = !config.services.xserver.libinput.enable; message = \"cmt and libinput are incompatible, you cannot enable both (in services.xserver).\"; message = '' cmt and libinput are incompatible, meaning you cannot enable them both. To use cmt you need to disable libinput with `services.xserver.libinput.enable = false` If you haven't enabled it in configuration.nix, it's enabled by default on a different xserver module. ''; } ]; };"} {"_id":"doc-en-nixpkgs-fba69ff6ac52d3eab93a7e870828caae0d3d415e1bd4929efbe153cddb2b03f1","title":"","text":" diff --git a/configure.py b/configure.py index 25ca951ac..454140420 100755 --- a/configure.py +++ b/configure.py @@ -36,13 +36,16 @@ tempfile.tempdir = \"./build/tmp\" configure_args = str.join(' ', [shlex.quote(x) for x in sys.argv[1:]]) -for line in open('/etc/os-release'): - key, _, value = line.partition('=') - value = value.strip().strip('\"') - if key == 'ID': - os_ids = [value] - if key == 'ID_LIKE': - os_ids += value.split(' ') +try: + for line in open('/etc/os-release'): + key, _, value = line.partition('=') + value = value.strip().strip('\"') + if key == 'ID': + os_ids = [value] + if key == 'ID_LIKE': + os_ids += value.split(' ') +except FileNotFoundError: + os_ids = [\"linux\"] # distribution \"internationalization\", converting package names. "} {"_id":"doc-en-nixpkgs-63a624510683a6f52086b6772183d860b2461de5863cfd63f10a93568967804c","title":"","text":"fetchSubmodules = true; }; patches = [ ./seastar-configure-script-paths.patch ]; patches = [ ./seastar-configure-script-paths.patch ./configure-etc-osrelease.patch ]; nativeBuildInputs = [ pkgconfig"} {"_id":"doc-en-nixpkgs-d0a8e346bd07f5f4c12f037e3a5f4a15811a3f32629dada05f864b82762ae21b","title":"","text":"postPatch = '' patchShebangs ./configure.py patchShebangs seastar/json/json2code.py ''; configurePhase = '' ./configure.py --mode=release ''; installPhase = '' mkdir $out cp -r * $out/ ''; meta = with stdenv.lib; { description = \"NoSQL data store using the seastar framework, compatible with Apache Cassandra\"; homepage = \"https://scylladb.com\";"} {"_id":"doc-en-nixpkgs-b3c0408b5c595c2a5fe569831ed2b7054c428b1b8e32f72fb4c13d16a28a4598","title":"","text":", doCheck ? config.doCheckByDefault or false , coreutils, dbus, libxml2, tzdata , desktop-file-utils, shared-mime-info , darwin , darwin, fetchpatch }: with stdenv.lib;"} {"_id":"doc-en-nixpkgs-0015f147668bc5489bb125442bd9a0d7e227517b5c071e0b96391c628cf760d9","title":"","text":"sha256 = \"046sqfmr84blxh4vkipmh8ff7wd19fxmh6lnr5ibchx3l02p49bc\"; }; patches = optional stdenv.isDarwin ./darwin-compilation.patch ++ optional doCheck ./skip-timer-test.patch ++ optionals stdenv.hostPlatform.isMusl [ ./quark_init_on_demand.patch ./gobject_init_on_demand.patch ] ++ [ ./schema-override-variable.patch # Require substituteInPlace in postPatch ./fix-gio-launch-desktop-path.patch # GLib contains many binaries used for different purposes; # we will install them to different outputs: # 1. Tools for desktop environment ($bin) # * gapplication (non-darwin) # * gdbus # * gio # * gio-launch-desktop (symlink to $out) # * gsettings # 2. Development/build tools ($dev) # * gdbus-codegen # * gio-querymodules # * glib-compile-resources # * glib-compile-schemas # * glib-genmarshal # * glib-gettextize # * glib-mkenums # * gobject-query # * gresource # * gtester # * gtester-report # 3. Tools for desktop environment that cannot go to $bin due to $out depending on them ($out) # * gio-launch-desktop ./split-dev-programs.patch ]; patches = optionals stdenv.isDarwin [ ./darwin-compilation.patch # fix loading dylibs on darwin # Remove on 2.62.1 (fetchpatch { url = \"https://gitlab.gnome.org/GNOME/glib/commit/e2409e5e180f1fa369d0e87e38e4d646d9f68791.patch\"; sha256 = \"1dhjwlsqdgnn8fr8pzfrnd63m7pdgf7mizdyn8lwg17ggvq6qsqf\"; }) ] ++ optionals stdenv.hostPlatform.isMusl [ ./quark_init_on_demand.patch ./gobject_init_on_demand.patch ] ++ [ ./schema-override-variable.patch # Require substituteInPlace in postPatch ./fix-gio-launch-desktop-path.patch # GLib contains many binaries used for different purposes; # we will install them to different outputs: # 1. Tools for desktop environment ($bin) # * gapplication (non-darwin) # * gdbus # * gio # * gio-launch-desktop (symlink to $out) # * gsettings # 2. Development/build tools ($dev) # * gdbus-codegen # * gio-querymodules # * glib-compile-resources # * glib-compile-schemas # * glib-genmarshal # * glib-gettextize # * glib-mkenums # * gobject-query # * gresource # * gtester # * gtester-report # 3. Tools for desktop environment that cannot go to $bin due to $out depending on them ($out) # * gio-launch-desktop ./split-dev-programs.patch ] ++ optional doCheck ./skip-timer-test.patch; outputs = [ \"bin\" \"out\" \"dev\" \"devdoc\" ];"} {"_id":"doc-en-nixpkgs-bee77d8b47dfe2766817e00c26f8956ae41e75d70c04c3540832fa98316dc088","title":"","text":"stdenv.mkDerivation rec { pname = \"igraph\"; version = \"0.7.1\"; version = \"0.8.2\"; src = fetchFromGitHub { owner = \"igraph\"; repo = pname; rev = version; sha256 = \"1wsy0r511gk069il6iqjs27q8cjvqz20gf0a7inybx1bw84845z8\"; sha256 = \"015yh9s19lmxm7l1ld8adlsqh1lrmzicl801saixdwl9w05hfva4\"; }; nativeBuildInputs = [ pkgconfig autoreconfHook ]; buildInputs = [ flex yacc zlib libxml2 ]; # This file is normally generated by igraph's bootstrap.sh, but we can do it # ourselves. ~ C. # Normally, igraph wants us to call bootstrap.sh, which will call # tools/getversion.sh. Instead, we're going to put the version directly # where igraph wants, and then let autoreconfHook do the rest of the # bootstrap. ~ C. postPatch = '' echo \"${version}\" > VERSION echo \"${version}\" > IGRAPH_VERSION ''; doCheck = true; meta = { description = \"The network analysis package\"; homepage = \"https://igraph.org/\"; license = lib.licenses.gpl2; # NB: Known to fail tests on aarch64. platforms = [ \"x86_64-linux\" ]; maintainers = [ lib.maintainers.MostAwesomeDude ]; }; }"} {"_id":"doc-en-nixpkgs-ee06940a943934445908e9e0121c49c4be674a8d39c0f785cdbb991cdde31725","title":"","text":"{ buildPythonPackage, fetchPypi, lib, isPy3k , pkgconfig, igraph }: , pkgconfig, igraph , texttable }: buildPythonPackage rec { pname = \"python-igraph\";"} {"_id":"doc-en-nixpkgs-022c94f550cb989be769b36fcf6b38a7720f93ac924cf25b41217d4542b30882","title":"","text":"nativeBuildInputs = [ pkgconfig ]; buildInputs = [ igraph ]; propagatedBuildInputs = [ texttable ]; src = fetchPypi { inherit pname version; sha256 = \"4601638d7d22eae7608cdf793efac75e6c039770ec4bd2cecf76378c84ce7d72\"; }; # NB: We want to use our igraph, not vendored igraph, but even with # pkg-config on the PATH, their custom setup.py still needs to be explicitly # told to do it. ~ C. setupPyGlobalFlags = [ \"--use-pkg-config\" ]; doCheck = !isPy3k; meta = {"} {"_id":"doc-en-nixpkgs-0d13b127f26792325d501461b08801ba251e155bf308e36d5ced970f049fa22a","title":"","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":"doc-en-nixpkgs-2dbe9a9c44d3bab5044f057a8f42460abed89bd14d25c528ddd2af5a584674b5","title":"","text":"substituteInPlace $out/lib/libsane.la --replace \"-ljpeg\" \"-L${libjpeg.out}/lib -ljpeg\" # net.conf conflicts with the file generated by the nixos module rm -f $out/etc/sane.d/net.conf '' + stdenv.lib.concatStrings (builtins.map installFirmware compatFirmware); meta = with stdenv.lib; {"} {"_id":"doc-en-nixpkgs-5b5ee6bec8c6662e2449c34569cb776a390178d9d9c0ca18b80f1ff3cc86d4d3","title":"","text":"# gfortran readline bzip2 lzma pcre.dev curl ed ## WIP: fastr dependencies ]; postUnpack = '' cp ${stdenv.cc.cc}/include/c++/${stdenv.cc.cc.version}/stdlib.h cp ${stdenv.cc.cc}/include/c++/${lib.getVersion stdenv.cc.cc}/stdlib.h $sourceRoot/sulong/projects/com.oracle.truffle.llvm.libraries.bitcode/include cp ${truffleMake} $TMP && mv *truffle.make truffle.make rm $sourceRoot/truffle/src/libffi/patches/others/0001-Add-mx-bootstrap-Makefile.patch"} {"_id":"doc-en-nixpkgs-b7e70f61a1d8aa8b3ceffdfd9cda5f0ae4e1a70e8d0f289d12f1d19196c38a2b","title":"","text":"--replace 'protected String compilerCommand = \"cc\";' 'protected String compilerCommand = \"${stdenv.cc}/bin/cc\";' # prevent cyclical imports caused by identical names substituteInPlace sulong/projects/com.oracle.truffle.llvm.libraries.bitcode/include/stdlib.h --replace '# include ' '# include \"${stdenv.cc.cc}/include/c++/${stdenv.cc.cc.version}/cstdlib\"' --replace '# include ' '# include \"${stdenv.cc.cc}/include/c++/${lib.getVersion stdenv.cc.cc}/cstdlib\"' # dragonegg can't seem to compile on nix, so let's not require it substituteInPlace sulong/mx.sulong/suite.py --replace '\"requireDragonegg\" : True,' '\"requireDragonegg\" : False,'"} {"_id":"doc-en-nixpkgs-d30b1eea36a67ee1c2dca087756d491a3ec22e138e579dbcc4fe08b1b7672eaa","title":"","text":" { lib, stdenv, pixie, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub , pixie, rlwrap }: stdenv.mkDerivation rec { pname = \"dust\";"} {"_id":"doc-en-nixpkgs-cdc6421e9fc00d3f8398d7d5f5a6119ec4405067cd028df0a634b77ceb195121","title":"","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":"doc-en-nixpkgs-8c13fe95fa2fdf95905af83bbb426d6712d849bfcbbf76779d10f34948acb0e7","title":"","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":"doc-en-nixpkgs-d3ba848ca75ecbab1dd33c3f811eb131c5f0b52946b0e43dfe7e458a7cc5403b","title":"","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":"doc-en-nixpkgs-7c83be8159f67143120f4b6e1d84bdd05af77e2c712d3c0578a233d08a8ef546","title":"","text":"kbookmarks kcompletion kconfig kcoreaddons kitemviews kjobwidgets kservice kxmlgui qtbase qttools solid ]; outputs = [ \"out\" \"dev\" ]; patches = (copyPathsToStore (lib.readPathsFromFile ./. ./series)); }"} {"_id":"doc-en-nixpkgs-222bb630b5927e0b260fdcc07d46ea75efe612aa3bf8ad6ea12af63f13436620","title":"","text":"}; } // (listToAttrs (flip map interfaces (i: let deviceDependency = if config.boot.isContainer deviceDependency = if (config.boot.isContainer || i.name == \"lo\") then [] else [ (subsystemDevice i.name) ]; in"} {"_id":"doc-en-nixpkgs-0c32d73833c1ab23d48c9df3bf3f58aff2c20f6bbada420bbe9e2e2494da11f2","title":"","text":"cl-lib = null; # builtin tle = null; # builtin advice = null; # builtin seq = if lib.versionAtLeast self.emacs.version \"27\" then null else super.seq; }; elpaPackages = super // overrides;"} {"_id":"doc-en-nixpkgs-036b4dbf05a53e8e0a72650ae3546e44466d06c11145b9ebc0e9302e79c5590e","title":"","text":"stdenv.mkDerivation { pname = \"libvterm-neovim\"; version = \"2019-08-28\"; version = \"2019-10-08\"; src = fetchFromGitHub { owner = \"neovim\"; repo = \"libvterm\"; rev = \"1aa95e24d8f07a396aa80b7cd52f93e2b5bcca79\"; sha256 = \"0vjd397lqrfv4kc79i5izva4bynbymx3gllkg281fnk0b15vxfif\"; rev = \"7c72294d84ce20da4c27362dbd7fa4b08cfc91da\"; sha256 = \"111qyxq33x74dwdnqcnzlv9j0n8hxyribd6ppwcsxmyrniyw9qrk\"; }; buildInputs = [ perl ];"} {"_id":"doc-en-nixpkgs-e595becad57310adf75cbdc389f16cf9686fdaa731e553f8d203661d187e5a7b","title":"","text":" { atomEnv , autoPatchelfHook , dpkg , fetchurl , makeDesktopItem , makeWrapper , stdenv , udev , wrapGAppsHook }: stdenv.mkDerivation rec { pname = \"termius\"; version = \"5.10.1\"; src = fetchurl { url = \"https://deb.termius.com/pool/main/t/termius-app/termius-app_${version}_amd64.deb\"; sha256 = \"04zh0zzyp906lf6mz3xzxybn2a55rv3vvrj0m12gnrb8kjb3pk5s\"; }; desktopItem = makeDesktopItem { categories = \"Network;\"; comment = \"The SSH client that works on Desktop and Mobile\"; desktopName = \"Termius\"; exec = \"termius-app\"; genericName = \"Cross-platform SSH client\"; icon = \"termius-app\"; name = \"termius-app\"; }; dontBuild = true; dontConfigure = true; dontPatchELF = true; dontWrapGApps = true; nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper wrapGAppsHook ]; buildInputs = atomEnv.packages; unpackPhase = \"dpkg-deb -x $src .\"; installPhase = '' mkdir -p \"$out/bin\" cp -R \"opt\" \"$out\" cp -R \"usr/share\" \"$out/share\" chmod -R g-w \"$out\" # Desktop file mkdir -p \"$out/share/applications\" cp \"${desktopItem}/share/applications/\"* \"$out/share/applications\" ''; runtimeDependencies = [ udev.lib ]; postFixup = '' makeWrapper $out/opt/Termius/termius-app $out/bin/termius-app \"''${gappsWrapperArgs[@]}\" ''; meta = with stdenv.lib; { description = \"A cross-platform SSH client with cloud data sync and more\"; homepage = \"https://termius.com/\"; downloadPage = \"https://termius.com/linux/\"; license = licenses.unfree; maintainers = with maintainers; [ filalex77 ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"doc-en-nixpkgs-3486ee7af49d2aef84dfb92d5c224134efd8c9de87fae8f81e02ababf884c2ca","title":"","text":"pythonPackages = python3Packages; }; termius = callPackage ../applications/networking/termius { }; termplay = callPackage ../tools/misc/termplay { }; tewisay = callPackage ../tools/misc/tewisay { };"} {"_id":"doc-en-nixpkgs-9e62c3c8f354bc4e51f711356effd31178b0b1da1b4313d56ca62432630df600","title":"","text":"inherit (common) src; patches = [ # Fix for ghostscript>=9.27 # Backport of # https://github.com/mgieseki/dvisvgm/commit/bc51951bc90b700c28ea018993bdb058e5271e9b ./dvisvgm-fix.patch # Needed for ghostscript>=9.50 (fetchpatch { url = \"https://github.com/mgieseki/dvisvgm/commit/7b93a9197b69305429183affd24fa40ee04a663a.patch\"; sha256 = \"1gmj76ja9xng39wxckhs9q140abixgb8rkrcfv2cdgq786wm3vag\"; stripLen = 1; extraPrefix = \"texk/dvisvgm/dvisvgm-src/\"; }) ]; nativeBuildInputs = [ pkgconfig ]; # TODO: dvisvgm still uses vendored dependencies buildInputs = [ core/*kpathsea*/ ghostscript zlib freetype potrace xxHash ]; buildInputs = [ core/*kpathsea*/ ghostscript zlib freetype /*potrace xxHash*/ ]; preConfigure = \"cd texk/dvisvgm\";"} {"_id":"doc-en-nixpkgs-ca957f554e9d547aef77f49faff72d81e46fc958c0e3f6627e3df903ef9f81e9","title":"","text":" diff a/texk/dvisvgm/dvisvgm-src/src/psdefs.cpp b/texk/dvisvgm/dvisvgm-src/src/psdefs.cpp --- a/texk/dvisvgm/dvisvgm-src/src/psdefs.cpp +++ b/texk/dvisvgm/dvisvgm-src/src/psdefs.cpp @@ -107,8 +107,7 @@ const char *PSInterpreter::PSDEFS = \"dmode sysexec<>exc\" -\"h get 1(setblendmode)prcmd}def/@pdfpagecount{GS_PDF_ProcSet begin pdfdict begi\" -\"n(r)file pdfopen begin pdfpagecount currentdict pdfclose end end end}def/@pdfp\" -\"agebox{GS_PDF_ProcSet begin pdfdict begin(r)file pdfopen begin dup dup 1 lt ex\" -\"ch pdfpagecount gt or{pop}{pdfgetpage/MediaBox pget pop aload pop}ifelse curre\" -\"ntdict pdfclose end end end}def DELAYBIND{.bindnow}if \"; +\"h get 1(setblendmode)prcmd}def/@pdfpagecount{(r)file runpdfbegin pdfpagecount \" +\"runpdfend}def/@pdfpagebox{(r)file runpdfbegin dup dup 1 lt exch pdfpagecount g\" +\"t or{pop}{pdfgetpage/MediaBox pget pop aload pop}ifelse runpdfend}def DELAYBIN\" +\"D{.bindnow}if \"; "} {"_id":"doc-en-nixpkgs-d0bff567f1133eba98a08588f6d675f622c0c1dfda361e7f940b2a246bf0a254","title":"","text":"\"ValidHTTPCodes\" = \"404\"; } ''; description = \"Extra configuration to be appendend to awstats.${name}.conf.\"; }; webService = {"} {"_id":"doc-en-nixpkgs-5877309a97a89abbac56794edd6dfb3ded463b6b80a61fafc9a67353e45f5fa6","title":"","text":" { stdenv , lib , rustPlatform , fetchpatch , fetchFromGitHub , pkg-config , dbus , openssl }: rustPlatform.buildRustPackage rec { pname = \"tiny\"; version = \"0.5.1\"; src = fetchFromGitHub { owner = \"osa1\"; repo = pname; rev = \"v${version}\"; sha256 = \"1m57xsrc7lzkrm8k1wh3yx3in5bhd0qjzygxdwr8lvigpsiy5caa\"; }; cargoSha256 = \"1vj6whnx8gd5r66zric9163ddlqc4al4azj0dvhv5sq0r33871kv\"; RUSTC_BOOTSTRAP = 1; nativeBuildInputs = lib.optional stdenv.isLinux pkg-config; buildInputs = lib.optionals stdenv.isLinux [ dbus openssl ]; meta = with lib; { description = \"A console IRC client\"; homepage = \"https://github.com/osa1/tiny\"; license = licenses.mit; maintainers = with maintainers; [ filalex77 ]; }; } "} {"_id":"doc-en-nixpkgs-e5cb7cde6fc58f58a331331d68252b6986d1f72ec64a03fe902c411997b0165c","title":"","text":"tint2 = callPackage ../applications/misc/tint2 { }; tiny = callPackage ../applications/networking/irc/tiny { }; tixati = callPackage ../applications/networking/p2p/tixati { }; tkcvs = callPackage ../applications/version-management/tkcvs { };"} {"_id":"doc-en-nixpkgs-b08464fd115bca850fd2a2cac6607d14df81502f8be6bc0e59c35173a6a50826","title":"","text":", lib , buildGoPackage , fetchFromGitHub , openssl_1_0_2 , openssl , pkgconfig , libpcap }:"} {"_id":"doc-en-nixpkgs-1ba5f5b25fa248fcedb1328185839fa272f66734edd3e5c4793266153140dafe","title":"","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":"doc-en-nixpkgs-21df8e6ae35da053cf2ef042693576435570445cf6066b45c92583ffa1020d6f","title":"","text":" { stdenv, fetchFromGitHub, cmake, boost, openssl, asio }: { stdenv, fetchFromGitHub, cmake, boost, openssl }: stdenv.mkDerivation rec { pname = \"cpp-netlib\";"} {"_id":"doc-en-nixpkgs-4e130b550feefa36f5e98cabcb6b4514128f09ecb711b9e04a0dead1f1d64d75","title":"","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":"doc-en-nixpkgs-0d5d8f9cdafdc4a5f6e9e683f60c672d9906ada8e3df9a14744823a4527ce915","title":"","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":"doc-en-nixpkgs-f0f60526044f8af901e969dfc57966c8c9bc829357aa914f248084552158d037","title":"","text":", python , mkDerivation , stdenv , isPy3k }: let compyte = import ./compyte.nix {"} {"_id":"doc-en-nixpkgs-fe0c8ee6f75a2c01672d7571b51a9d718e6033912e8fd4620e963864fd3b6889","title":"","text":"sha256 = \"ada56ce98a41f9f95fe18809f38afbae473a5c62d346cfa126a2d5477f24cc8a\"; }; preConfigure = '' preConfigure = with stdenv.lib.versions; '' ${python.interpreter} configure.py --boost-inc-dir=${boost.dev}/include --boost-lib-dir=${boost}/lib --no-use-shipped-boost --boost-python-libname=boost_python${stdenv.lib.optionalString isPy3k \"3\"} --boost-python-libname=boost_python${major python.version}${minor python.version} --cuda-root=${cudatoolkit} ''; postInstall = ''"} {"_id":"doc-en-nixpkgs-a0035ef7cae212dec79a54e488ab4ad32648c6cb2c5d8f3eb478ef7441de99f9","title":"","text":"pycares = callPackage ../development/python-modules/pycares { }; pycuda = callPackage ../development/python-modules/pycuda { cudatoolkit = pkgs.cudatoolkit_7_5; cudatoolkit = pkgs.cudatoolkit; inherit (pkgs.stdenv) mkDerivation; };"} {"_id":"doc-en-nixpkgs-fdda3c54b50dd68bb2be98df7edfdd8aa92b0c0fe43fe37745f79dd74c15832d","title":"","text":"githubId = 18535642; name = \"Emily\"; }; enderger = { email = \"endergeryt@gmail.com\"; github = \"enderger\"; githubId = 36283171; name = \"Daniel\"; }; endocrimes = { email = \"dani@builds.terrible.systems\"; github = \"endocrimes\";"} {"_id":"doc-en-nixpkgs-b1fc0d369d2706eb6c9c79ebb6156246f3887648a36c408a359d3831b89f8405","title":"","text":" { lib, fetchurl, appimageTools}: let pname = \"lbry-desktop\"; version = \"0.50.2\"; in appimageTools.wrapAppImage rec { name = \"${pname}-${version}\"; # Fetch from GitHub Releases and extract src = appimageTools.extract { inherit name; src = fetchurl { url = \"https://github.com/lbryio/lbry-desktop/releases/download/v${version}/LBRY_${version}.AppImage\"; # Gotten from latest-linux.yml sha512 = \"br6HvVRz+ybmAhmQh3vOC5wgLmOCVrGHDn59ueWk6rFoKOCbm8WdmdadOZvHeN1ld2nlvPzEy+KXMOEfF1LeQg==\"; }; }; # At runtime, Lbry likes to have access to Ffmpeg extraPkgs = pkgs: with pkgs; [ ffmpeg ]; # General fixup extraInstallCommands = '' # Firstly, rename the executable to lbry for convinence mv $out/bin/${name} $out/bin/lbry # Now, install assets such as the desktop file and icons install -m 444 -D ${src}/lbry.desktop -t $out/share/applications substituteInPlace $out/share/applications/lbry.desktop --replace 'AppRun' '$out/bin/lbry' cp -r ${src}/usr/share/icons $out/share ''; meta = with lib; { description = \"A browser and wallet for LBRY, the decentralized, user-controlled content marketplace\"; longDescription = '' The LBRY app is a graphical browser for the decentralized content marketplace provided by the LBRY protocol. It is essentially the lbry daemon bundled with a UI using Electron. ''; license = licenses.mit; homepage = \"https://lbry.com/\"; downloadPage = \"https://lbry.com/get/\"; changelog = \"https://github.com/lbryio/lbry-desktop/blob/master/CHANGELOG.md\"; maintainers = with maintainers; [ enderger ]; platforms = [ \"x86_64-linux\" ]; }; } "} {"_id":"doc-en-nixpkgs-d88a30fe6589f0d0c2fe8461aa598e89a19288161f8e6416000071ce9981e7d1","title":"","text":"lbdb = callPackage ../tools/misc/lbdb { abook = null; gnupg = null; goobook = null; khard = null; mu = null; }; lbry = callPackage ../applications/video/lbry { }; lbzip2 = callPackage ../tools/compression/lbzip2 { }; lci = callPackage ../applications/science/logic/lci {};"} {"_id":"doc-en-nixpkgs-e2cb8b7bf15095966eab4691851814173e2fe660fd23e5ec57d929b8a3cf96c1","title":"","text":"{ stdenv, fetchurl, autoPatchelfHook, makeWrapper , alsaLib, xorg , alsaLib, xorg, libjack2 , gtk3, pango, gdk-pixbuf, cairo, glib, freetype , libpulseaudio, xdg_utils }: stdenv.mkDerivation rec { pname = \"reaper\"; version = \"5.987\"; version = \"6.10\"; src = fetchurl { url = \"https://www.reaper.fm/files/${stdenv.lib.versions.major version}.x/reaper${builtins.replaceStrings [\".\"] [\"\"] version}_linux_x86_64.tar.xz\"; sha256 = \"040k5inzj7mmi75fc6hr0ym18y5xss1675bl5rmhn4sq535m289k\"; sha256 = \"1p54phmsa6xbqxb5cpgwnz7ny4famb8zi25y3cmxwgr4pfy94b2p\"; }; nativeBuildInputs = [ autoPatchelfHook makeWrapper ];"} {"_id":"doc-en-nixpkgs-33087dce3e219a012c3d727a50cf8aaff3a1f251f34c35081f48fbdca6b5154d","title":"","text":"rm $out/opt/REAPER/uninstall-reaper.sh wrapProgram $out/opt/REAPER/reaper --prefix LD_LIBRARY_PATH : ${libpulseaudio}/lib --prefix LD_LIBRARY_PATH : \"${stdenv.lib.makeLibraryPath [ libpulseaudio libjack2 ]}\" mkdir $out/bin ln -s $out/opt/REAPER/reaper $out/bin/"} {"_id":"doc-en-nixpkgs-c9c0ff3966169400fc22b285f7a8a73ce06705a7839d4cfff1f078bd93b6ef87","title":"","text":" From 715c5f461b4992dac066601202a673bc551a5e33 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 16 Feb 2020 14:23:31 -0600 Subject: [PATCH 1/4] kinit-libpath --- src/kdeinit/kinit.cpp | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/src/kdeinit/kinit.cpp b/src/kdeinit/kinit.cpp index 8fff17a..0801b75 100644 --- a/src/kdeinit/kinit.cpp +++ b/src/kdeinit/kinit.cpp @@ -622,19 +622,15 @@ static pid_t launch(int argc, const char *_name, const char *args, if (!libpath.isEmpty()) { if (libpath_relative) { - // NB: Because Qt makes the actual dlopen() call, the - // RUNPATH of kdeinit is *not* respected - see - // https://sourceware.org/bugzilla/show_bug.cgi?id=13945 - // - so we try hacking it in ourselves - QString install_lib_dir = QFile::decodeName( - CMAKE_INSTALL_PREFIX \"/\" LIB_INSTALL_DIR \"/\"); - QString orig_libpath = libpath; - libpath = install_lib_dir + libpath; - l.setFileName(libpath); - if (!l.load()) { - libpath = orig_libpath; - l.setFileName(libpath); - l.load(); + // Try to load the library relative to the active profiles. + QByteArrayList profiles = qgetenv(\"NIX_PROFILES\").split(' '); + // Reverse the profile list. + std::reverse(profiles.begin(), profiles.end()); + for (const QByteArray &profile: profiles) { + if (!profile.isEmpty()) { + l.setFileName(QFile::decodeName(profile) + QStringLiteral(\"/lib/\") + libpath); + if (l.load()) break; + } } } else { l.load(); -- 2.23.1 "} {"_id":"doc-en-nixpkgs-2276564e169a0ebb5578b6a4020c2f06e558769faa82ac40196230b8509fdce3","title":"","text":" From 129cd0ae1e983adc10dbe84e87bcc6f31cb13db8 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 16 Feb 2020 14:23:44 -0600 Subject: [PATCH 2/4] start_kdeinit-path --- src/start_kdeinit/start_kdeinit_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start_kdeinit/start_kdeinit_wrapper.c b/src/start_kdeinit/start_kdeinit_wrapper.c index 891f50c..ef664ad 100644 --- a/src/start_kdeinit/start_kdeinit_wrapper.c +++ b/src/start_kdeinit/start_kdeinit_wrapper.c @@ -23,7 +23,7 @@ #include #include -#define EXECUTE CMAKE_INSTALL_FULL_LIBEXECDIR_KF5 \"/start_kdeinit\" +#define EXECUTE \"/run/wrappers/bin/start_kdeinit\" #if KDEINIT_OOM_PROTECT -- 2.23.1 "} {"_id":"doc-en-nixpkgs-72e1098b4e2d1fab9f8540f4deb45a6f561b63cf0f88128c7bf47e5446894e22","title":"","text":" From 4f5d0de7e35744cdbfa9e280ee7e15a54cf21abb Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 16 Feb 2020 14:24:07 -0600 Subject: [PATCH 3/4] kdeinit-extra-libs --- src/kdeinit/kinit.cpp | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/src/kdeinit/kinit.cpp b/src/kdeinit/kinit.cpp index 0801b75..622dd5f 100644 --- a/src/kdeinit/kinit.cpp +++ b/src/kdeinit/kinit.cpp @@ -96,9 +96,9 @@ static const char *extra_libs[] = { \"libKF5Parts.5.dylib\", \"libKF5Plasma.5.dylib\" #else - \"libKF5KIOCore.so.5\", - \"libKF5Parts.so.5\", - \"libKF5Plasma.so.5\" + NIXPKGS_KF5_KIOCORE, + NIXPKGS_KF5_PARTS, + NIXPKGS_KF5_PLASMA #endif }; #endif @@ -1524,20 +1524,6 @@ static int initXconnection() } #endif -#ifndef Q_OS_OSX -// Find a shared lib in the lib dir, e.g. libkio.so. -// Completely unrelated to plugins. -static QString findSharedLib(const QString &lib) -{ - QString path = QFile::decodeName(CMAKE_INSTALL_PREFIX \"/\" LIB_INSTALL_DIR \"/\") + lib; - if (QFile::exists(path)) { - return path; - } - // We could also look in LD_LIBRARY_PATH, but really, who installs the main libs in different prefixes? - return QString(); -} -#endif - extern \"C\" { static void secondary_child_handler(int) @@ -1679,7 +1665,7 @@ int main(int argc, char **argv) #if defined(Q_OS_UNIX) && !defined(Q_OS_OSX) if (!d.suicide && qEnvironmentVariableIsEmpty(\"KDE_IS_PRELINKED\")) { for (const char *extra_lib : extra_libs) { - const QString extra = findSharedLib(QString::fromLatin1(extra_lib)); + const QString extra = QString::fromLatin1(extra_lib); if (!extra.isEmpty()) { QLibrary l(extra); l.setLoadHints(QLibrary::ExportExternalSymbolsHint); -- 2.23.1 "} {"_id":"doc-en-nixpkgs-99ff32561bc21a2cdce351d38a5e11ab63a8b0715c7393c6b4fe1cbb98181d54","title":"","text":" From 41e94983dcfbc1667f1b18c5b566aa5c5975edcb Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 17 Feb 2020 04:45:03 -0600 Subject: [PATCH 4/4] start_kdeinit-environ-hard-limit --- src/start_kdeinit/start_kdeinit.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/start_kdeinit/start_kdeinit.c b/src/start_kdeinit/start_kdeinit.c index f2db3e9..4ff2602 100644 --- a/src/start_kdeinit/start_kdeinit.c +++ b/src/start_kdeinit/start_kdeinit.c @@ -148,7 +148,11 @@ int main(int argc, char **argv) ++i) { unsigned len; if (read(0, &len, sizeof(unsigned)) == sizeof(unsigned) - && len && len < (1 << 12)) { + && len) { + if (len >= (1 << 14)) { + fprintf(stderr, \"%s: exceeded environment length limit\", argv[0]); + return 1; + } env[ i ] = malloc(len + 1); if ((unsigned) read(0, env[ i ], len) == len) { env[ i ][ len ] = '0'; -- 2.23.1 "} {"_id":"doc-en-nixpkgs-8724aa404b629b0e35af818affb1002f2bd99d669380e9916c800e89b5135538","title":"","text":"buildInputs = [ kconfig kcrash ki18n kio kservice kwindowsystem ]; patches = copyPathsToStore (lib.readPathsFromFile ./. ./series); patches = [ ./0001-kinit-libpath.patch ./0002-start_kdeinit-path.patch ./0003-kdeinit-extra-libs.patch ./0004-start_kdeinit-environ-hard-limit.patch ]; CXXFLAGS = [ ''-DNIXPKGS_KF5_KIOCORE=\"${getLib kio}/lib/libKF5KIOCore.so.5\"'' ''-DNIXPKGS_KF5_PARTS=\"${getLib kparts}/lib/libKF5Parts.so.5\"''"} {"_id":"doc-en-nixpkgs-6562d98c89fc3e72db816127040ef888ff368ed9819ef1b6bc187344b1b37d5a","title":"","text":" Index: kinit-5.32.0/src/kdeinit/kinit.cpp =================================================================== --- kinit-5.32.0.orig/src/kdeinit/kinit.cpp +++ kinit-5.32.0/src/kdeinit/kinit.cpp @@ -96,9 +96,9 @@ static const char *extra_libs[] = { \"libKF5Parts.5.dylib\", \"libKF5Plasma.5.dylib\" #else - \"libKF5KIOCore.so.5\", - \"libKF5Parts.so.5\", - \"libKF5Plasma.so.5\" + NIXPKGS_KF5_KIOCORE, + NIXPKGS_KF5_PARTS, + NIXPKGS_KF5_PLASMA #endif }; #endif @@ -1533,20 +1531,6 @@ static int initXconnection() } #endif -#ifndef Q_OS_OSX -// Find a shared lib in the lib dir, e.g. libkio.so. -// Completely unrelated to plugins. -static QString findSharedLib(const QString &lib) -{ - QString path = QFile::decodeName(CMAKE_INSTALL_PREFIX \"/\" LIB_INSTALL_DIR \"/\") + lib; - if (QFile::exists(path)) { - return path; - } - // We could also look in LD_LIBRARY_PATH, but really, who installs the main libs in different prefixes? - return QString(); -} -#endif - extern \"C\" { static void secondary_child_handler(int) @@ -1692,7 +1676,7 @@ int main(int argc, char **argv) if (!d.suicide && qEnvironmentVariableIsEmpty(\"KDE_IS_PRELINKED\")) { for (const char *extra_lib : extra_libs) { - const QString extra = findSharedLib(QString::fromLatin1(extra_lib)); + const QString extra = QString::fromLatin1(extra_lib); if (!extra.isEmpty()) { QLibrary l(extra); l.setLoadHints(QLibrary::ExportExternalSymbolsHint); "} {"_id":"doc-en-nixpkgs-db9d268c9fc80dacf6b6d027cf0cb026cfacb0bad6e204817b5db6a21e9d5a4f","title":"","text":" Index: kinit-5.32.0/src/kdeinit/kinit.cpp =================================================================== --- kinit-5.32.0.orig/src/kdeinit/kinit.cpp +++ kinit-5.32.0/src/kdeinit/kinit.cpp @@ -623,19 +623,15 @@ static pid_t launch(int argc, const char if (!libpath.isEmpty()) { if (libpath_relative) { - // NB: Because Qt makes the actual dlopen() call, the - // RUNPATH of kdeinit is *not* respected - see - // https://sourceware.org/bugzilla/show_bug.cgi?id=13945 - // - so we try hacking it in ourselves - QString install_lib_dir = QFile::decodeName( - CMAKE_INSTALL_PREFIX \"/\" LIB_INSTALL_DIR \"/\"); - QString orig_libpath = libpath; - libpath = install_lib_dir + libpath; - l.setFileName(libpath); - if (!l.load()) { - libpath = orig_libpath; - l.setFileName(libpath); - l.load(); + // Try to load the library relative to the active profiles. + QByteArrayList profiles = qgetenv(\"NIX_PROFILES\").split(' '); + // Reverse the profile list. + std::reverse(profiles.begin(), profiles.end()); + for (const QByteArray &profile: profiles) { + if (!profile.isEmpty()) { + l.setFileName(QFile::decodeName(profile) + QStringLiteral(\"/lib/\") + libpath); + if (l.load()) break; + } } } else { l.load(); "} {"_id":"doc-en-nixpkgs-e785235a32027512ad5f1a23437bc894372fd96c2dbdb150fc6795cf53724428","title":"","text":" Index: kinit-5.24.0/src/start_kdeinit/start_kdeinit_wrapper.c =================================================================== --- kinit-5.24.0.orig/src/start_kdeinit/start_kdeinit_wrapper.c +++ kinit-5.24.0/src/start_kdeinit/start_kdeinit_wrapper.c @@ -23,7 +23,7 @@ #include #include -#define EXECUTE CMAKE_INSTALL_FULL_LIBEXECDIR_KF5 \"/start_kdeinit\" +#define EXECUTE \"/run/wrappers/bin/start_kdeinit\" #if KDEINIT_OOM_PROTECT "} {"_id":"doc-en-nixpkgs-a26cd750289150bc196c1590a6e7c23dd55387dcd43d6281d5d254d747d6b0f9","title":"","text":"postPatch = let darwinPatches = '' bazelLinkFlags () { eval set -- \"$NIX_LDFLAGS\" local flag for flag in \"$@\"; do printf ' -Wl,%s' \"$flag\" done } # Disable Bazel's Xcode toolchain detection which would configure compilers # and linkers from Xcode instead of from PATH export BAZEL_USE_CPP_ONLY_TOOLCHAIN=1"} {"_id":"doc-en-nixpkgs-4f477ce977fd7053b9681cfa53d667fd7d678932f987f0910ead5bc07c573a6e","title":"","text":"# Framework search paths aren't added by bintools hook # https://github.com/NixOS/nixpkgs/pull/41914 export NIX_LDFLAGS=\"$NIX_LDFLAGS -F${CoreFoundation}/Library/Frameworks -F${CoreServices}/Library/Frameworks -F${Foundation}/Library/Frameworks\" export NIX_LDFLAGS+=\" -F${CoreFoundation}/Library/Frameworks -F${CoreServices}/Library/Frameworks -F${Foundation}/Library/Frameworks\" # libcxx includes aren't added by libcxx hook # https://github.com/NixOS/nixpkgs/pull/41589 export NIX_CFLAGS_COMPILE=\"$NIX_CFLAGS_COMPILE -isystem ${libcxx}/include/c++/v1\" # don't use system installed Xcode to run clang, use Nix clang instead sed -i -E \"s;/usr/bin/xcrun (--sdk macosx )?clang;${stdenv.cc}/bin/clang $NIX_CFLAGS_COMPILE $NIX_LDFLAGS -framework CoreFoundation;g\" sed -i -E \"s;/usr/bin/xcrun (--sdk macosx )?clang;${stdenv.cc}/bin/clang $NIX_CFLAGS_COMPILE $(bazelLinkFlags) -framework CoreFoundation;g\" scripts/bootstrap/compile.sh src/tools/xcode/realpath/BUILD src/tools/xcode/stdredirect/BUILD "} {"_id":"doc-en-nixpkgs-ac24ddd4d907f6698deb0ccc0e883e19f20941c9fba70e62dc61e66b07fc0078","title":"","text":"{ stdenv, file, fetchurl, makeWrapper, autoPatchelfHook, jsoncpp, libpulseaudio }: let versionMajor = \"6.9\"; versionMinor = \"2\"; versionMajor = \"6.10\"; versionMinor = \"12\"; versionBuild_x86_64 = \"1\"; versionBuild_i686 = \"1\"; in stdenv.mkDerivation rec { pname = \"nomachine-client\"; version = \"${versionMajor}.${versionMinor}\"; src = 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 = \"1z2pcfkzicjma4lxrj4qx43xyml993v7qyjd7k8xy8hw85fwnzii\"; sha256 = \"17yb377ry7i7cmkb72xmhyqkfggv1ygqlz55ymvmrs7psbh7ql01\"; } 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 = \"03421s0k91c02ga9k6bdvixw71brlgi13q82cinnfayg3fhb0rb6\"; sha256 = \"0k6dspmwdkm0zf0c2zqlqy0jya8qgsg90wwv9wa12fn4chp66gqg\"; } else throw \"NoMachine client is not supported on ${stdenv.hostPlatform.system}\"; postUnpack = '' mv $(find . -type f -name nxclient.tar.gz) . mv $(find . -type f -name nxplayer.tar.gz) ."} {"_id":"doc-en-nixpkgs-93b603f5954f6eabf4f3fc34127c0545df52e27cb2d4b1619f2b2b0ea9664aeb","title":"","text":"tar xf nxplayer.tar.gz rm $(find . -maxdepth 1 -type f) ''; nativeBuildInputs = [ file makeWrapper autoPatchelfHook ]; buildInputs = [ jsoncpp libpulseaudio ];"} {"_id":"doc-en-nixpkgs-33ca1527a90733bf69c34e3caa58b9b829eaf12cf34aa529300f82b6643d887a","title":"","text":"cp \"$i\"/* \"$out/share/icons/hicolor/$(basename $i)/apps/\" fi done mkdir $out/share/applications cp share/applnk/player/xdg/*.desktop $out/share/applications/ cp share/applnk/client/xdg-mime/*.desktop $out/share/applications/"} {"_id":"doc-en-nixpkgs-496db3fd3681a81eff1122c69f084dddca9a756a52c9377fb051461daece7d7b","title":"","text":"substituteInPlace \"$i\" --replace /usr/NX/bin $out/bin done ''; postFixup = '' makeWrapper $out/bin/nxplayer.bin $out/bin/nxplayer --set NX_SYSTEM $out/NX makeWrapper $out/bin/nxclient.bin $out/bin/nxclient --set NX_SYSTEM $out/NX"} {"_id":"doc-en-nixpkgs-0b8c1be72b269b3fbc196904d0a4f52c7c57f344911e6c47099dc7a2cab14a79","title":"","text":"# have a DT_NEEDED entry for it. patchelf --add-needed libpulse.so.0 $out/NX/lib/libnxcau.so ''; dontBuild = true; dontStrip = true;"} {"_id":"doc-en-nixpkgs-df624436a17289c833905b43fc0a612bcd363329982eae6e01983d97c12da2b8","title":"","text":"platforms = [ \"x86_64-linux\" \"i686-linux\" ]; }; }"} {"_id":"doc-en-nixpkgs-78d871702f75cf0709fa207ff7d68b041ac71798e5b5943c467be3863bb1633c","title":"","text":"{ stdenv, fetchFromGitHub }: /* This derivation is impure: it relies on an Xcode toolchain being installed and available in the expected place. The values of sandboxProfile are copied pretty directly from the MacVim derivation, which is also impure. In order to build you at least need the `sandbox` option set to `relaxed` or `false`. */ stdenv.mkDerivation rec { pname = \"iterm2\"; version = \"3.0.14\"; version = \"3.3.9\"; src = fetchFromGitHub { owner = \"gnachman\"; repo = \"iTerm2\"; rev = \"v${version}\"; sha256 = \"03m0ja11w9910z96yi8fzq3436y8xl14q031rdb2w3sapjd54qrj\"; sha256 = \"06mq3gfjgy8jw2f3fzdsi3pbfkdijfzzlhlw6ixa5bfb4hbcgn5j\"; }; patches = [ ./disable_updates.patch ]; postPatch = '' sed -i -e 's/CODE_SIGN_IDENTITY = \"Developer ID Application\"/CODE_SIGN_IDENTITY = \"\"/g' ./iTerm2.xcodeproj/project.pbxproj ''; preConfigure = \"LD=$CC\"; makeFlagsArray = [\"Deployment\"]; makeFlagsArray = [\"Nix\"]; installPhase = '' mkdir -p \"$out/Applications\" mv \"build/Deployment/iTerm2.app\" \"$out/Applications/iTerm.app\" mkdir -p $out/Applications mv Build/Products/Deployment/iTerm2.app $out/Applications/iTerm.app ''; sandboxProfile = '' (allow file-read* file-write* process-exec mach-lookup) ; block homebrew dependencies (deny file-read* file-write* process-exec mach-lookup (subpath \"/usr/local\") (with no-log)) ''; meta = { meta = with stdenv.lib; { description = \"A replacement for Terminal and the successor to iTerm\"; homepage = https://www.iterm2.com/; license = stdenv.lib.licenses.gpl2; platforms = stdenv.lib.platforms.darwin; license = licenses.gpl2; maintainers = with maintainers; [ tricktron ]; platforms = platforms.darwin; hydraPlatforms = []; }; }"} {"_id":"doc-en-nixpkgs-debc88107a9739afdae7932facb1b6213d2f66d825e42997795d08520e26f770","title":"","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":"doc-en-nixpkgs-ea907699295dd349ed3203da979338d23fc8c69fbfb6707914922ff9e61c7afa","title":"","text":"+install_requires.append(pywin32_req + \" ; sys_platform == 'win32'\") dev_extras = [ 'astroid==1.6.5', 'coverage', -- 2.24.1"} {"_id":"doc-en-nixpkgs-60968064f05c311aaddec7537d62464131a6abc0db624e0b8774d709e3b98d91","title":"","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":"doc-en-nixpkgs-a8bce59bce9d980625472411e256d3189674389e787d8b413a453fe5aa173729","title":"","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":"doc-en-nixpkgs-83f68b0a2c61882dc8605a87b57e7a24d282435ffbda208ccdf11c071dd8d315","title":"","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":"doc-en-nixpkgs-b91807c343d394729e7cec18d33337b300c43c99b7dadf3c3bb882036947a530","title":"","text":"ogre = ogre1_10; }; certbot = callPackage ../tools/admin/certbot { }; certbot = python3Packages.callPackage ../tools/admin/certbot { }; caf = callPackage ../development/libraries/caf {};"} {"_id":"doc-en-nixpkgs-04819d897f02d4143dc64d010e8231da6d2be7d62a1492ce0288d2d605f597ed","title":"","text":"evalModules) and the less declarative the module set is. */ evalModules = { modules , prefix ? [] , # This should only be used for special arguments that need to be evaluated # when resolving module structure (like in imports). For everything else, # there's _module.args. specialArgs ? {} , # This would be remove in the future, Prefer _module.args option instead. args ? {} , # This would be remove in the future, Prefer _module.check option instead."} {"_id":"doc-en-nixpkgs-08cc15b6561dba67450d417a50514e588fc0ff3d679617d9cc9a9ac9c772e886","title":"","text":"}; }; closed = closeModules (modules ++ [ internalModule ]) { inherit config options; lib = import ./.; }; closed = closeModules (modules ++ [ internalModule ]) (specialArgs // { inherit config options; lib = import ./.; }); # Note: the list of modules is reversed to maintain backward # compatibility with the old module system. Not sure if this is"} {"_id":"doc-en-nixpkgs-b68b38e5f01f192f7494e55ac8afbbdbe1b2478d158c63ec465db78f958ab7aa","title":"","text":"config = removeAttrs m [\"key\" \"_file\" \"require\" \"imports\"]; }; applyIfFunction = f: arg@{ config, options, lib }: if isFunction f then applyIfFunction = f: arg@{ config, options, lib, ... }: if isFunction f then let # Module arguments are resolved in a strict manner when attribute set # deconstruction is used. As the arguments are now defined with the"} {"_id":"doc-en-nixpkgs-475242bb67975375132985e76090c8e6b9ace9872cbc2bcdc4c58a84644c42d2","title":"","text":"inherit prefix check; modules = modules ++ extraModules ++ baseModules ++ [ pkgsModule ]; args = extraArgs; specialArgs = { modulesPath = ../modules; }; }) config options; # These are the extra arguments passed to every module. In"} {"_id":"doc-en-nixpkgs-ebd1164e8ca5cd6b1f538e003a553bc8db4850e3e49c3e33e25e4eecad1a57bb","title":"","text":"{ _module.args = { modulesPath = ../.; pkgs_i686 = import ../../lib/nixpkgs.nix { system = \"i686-linux\"; config.allowUnfree = true;"} {"_id":"doc-en-nixpkgs-ef0f0a362ef9a773d39659ffc7ba221c191ee625b0193c9a4891e32594ad3b73","title":"","text":"Path to the unix socket file on which to accept FastCGI requests. This option is read-only and managed by NixOS. ''; example = \"${runtimeDir}/.sock\"; }; listen = mkOption {"} {"_id":"doc-en-nixpkgs-71adfa9b0fc8a59b11abb92d646aed52eaced0e2d4a3483aa7c5ebde4c7f5cba","title":"","text":"install_name_tool -change \"$oldPath\" \"$newPath\" \"$out/bin/biblex\" install_name_tool -change \"$oldPath\" \"$newPath\" \"$out/bin/bibparse\" install_name_tool -change \"$oldPath\" \"$newPath\" \"$out/bin/dumpnames\" install_name_tool -change \"$oldPath\" \"$newPath\" \"$out/${perl.libPrefix}/${perl.version}/darwin-2level/auto/Text/BibTeX/BibTeX.bundle\" install_name_tool -change \"$oldPath\" \"$newPath\" \"$out/${perl.libPrefix}/${perl.version}/darwin\"*\"-2level/auto/Text/BibTeX/BibTeX.bundle\" ''; meta = { description = \"Interface to read and parse BibTeX files\";"} {"_id":"doc-en-nixpkgs-d9e475292f0deec9a8b9cb2a95d6d098d76ec6d274ddd016b2a52043f229922a","title":"","text":" Haskell env and shellFor dev shell environments now organized dependencies the same way as regular builds. In particular, rather than receiving all the different lists of dependencies master together as one big lists, and then partitioning into Haskell and non-Hakell dependencies, they work from the original many different dependency parameters and don't need to algorithmically partition anything. This means that if you incorrectly categorize a dependency, e.g. non-Haskell library dependency as a buildDepends or run-time Haskell dependency as a setupDepends, whereas things would have worked before they may not work now. The gcc-snapshot-package has been removed. It's marked as broken for >2 years and used to point to a fairly old snapshot from the gcc7-branch. "} {"_id":"doc-en-nixpkgs-11c55da090790538a5e511b8daeda3e4ba8ac0199c92993bf401c2f748e1c0af","title":"","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":"doc-en-nixpkgs-423621a9e46e436188319ea880b8a66c3c9d4573fd2115ec67d398fd957cb24b","title":"","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":"doc-en-nixpkgs-9047ef1018f0a4e0115c66714bd7eaa7542d5e50a87f76141a955f7c2b8cff63","title":"","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":"doc-en-nixpkgs-6076dbd0935eceb3a2919dbc0cd049f7f02e5b105d59f769c24d5fcfffcdb3d0","title":"","text":"User = data.user; Group = data.group; PrivateTmp = true; StateDirectory = \"acme/.lego/${cert} ${lpath}\"; StateDirectory = \"acme/.lego/${cert} acme/.lego/accounts ${lpath}\"; StateDirectoryMode = if data.allowKeysForGroup then \"750\" else \"700\"; WorkingDirectory = spath; # Only try loading the credentialsFile if the dns challenge is enabled EnvironmentFile = if data.dnsProvider != null then data.credentialsFile else null; ExecStart = pkgs.writeScript \"acme-start\" '' #!${pkgs.runtimeShell} -e test -L ${spath}/accounts -o -d ${spath}/accounts || ln -s ../accounts ${spath}/accounts ${pkgs.lego}/bin/lego ${renewOpts} || ${pkgs.lego}/bin/lego ${runOpts} ''; ExecStartPost ="} {"_id":"doc-en-nixpkgs-16fa951b4ee861a8bcd0688dfc53f00abb12cbc92f40ea0662f32fdad8306594","title":"","text":"systemd.additionalUpstreamSystemUnits = [ \"systemd-resolved.service\" \"dbus-org.freedesktop.resolve1.service\" ]; systemd.services.systemd-resolved = {"} {"_id":"doc-en-nixpkgs-9e89b717e72e97f194b980adc646e48a5fbbfb3d25c09720db965937fa87f1cc","title":"","text":"users.users.systemd-network.group = \"systemd-network\"; systemd.additionalUpstreamSystemUnits = [ \"systemd-networkd.service\" \"systemd-networkd-wait-online.service\" \"systemd-networkd-wait-online.service\" \"systemd-networkd.service\" \"systemd-networkd.socket\" ]; systemd.network.units = mapAttrs' (n: v: nameValuePair \"${n}.netdev\" (netdevToUnit n v)) cfg.netdevs // mapAttrs' (n: v: nameValuePair \"${n}.network\" (networkToUnit n v)) cfg.networks; # systemd-networkd is socket-activated by kernel netlink route change # messages. It is important to have systemd buffer those on behalf of # networkd. systemd.sockets.systemd-networkd.wantedBy = [ \"sockets.target\" ]; systemd.services.systemd-networkd = { wantedBy = [ \"multi-user.target\" ]; aliases = [ \"dbus-org.freedesktop.network1.service\" ]; restartTriggers = map (x: x.source) (attrValues unitFiles); # prevent race condition with interface renaming (#39069) requires = [ \"systemd-udev-settle.service\" ];"} {"_id":"doc-en-nixpkgs-8977e506f503f588efb70a62e03291b477ca123c1939b26b6d9ba8df8bff1a43","title":"","text":"systemd.services.systemd-resolved = { wantedBy = [ \"multi-user.target\" ]; aliases = [ \"dbus-org.freedesktop.resolve1.service\" ]; restartTriggers = [ config.environment.etc.\"systemd/resolved.conf\".source ]; };"} {"_id":"doc-en-nixpkgs-ddb0e5b214853a3fb881aba8a84996b0c4635abeb5f98de107e1dffd65aab353","title":"","text":"systemd.services.systemd-timesyncd = { wantedBy = [ \"sysinit.target\" ]; aliases = [ \"dbus-org.freedesktop.timesync1.service\" ]; restartTriggers = [ config.environment.etc.\"systemd/timesyncd.conf\".source ]; };"} {"_id":"doc-en-nixpkgs-be306fec8a1d2a0320a7fbefa7340d869fe69372968457d709498c73797a5bdd","title":"","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":"doc-en-nixpkgs-152bf8a0a6db67f9a6e18af6168a7c8f81fa1225a916ad86224b84e53f73b8bd","title":"","text":" diff --git a/configure.ac b/configure.ac index 3ad983d..ff8ff96 100644 --- a/configure.ac +++ b/configure.ac @@ -476,13 +476,7 @@ AS_IF([echo \"$protobuf_LIBS\" | grep -q -- -pthread], # Bash completion needs to ask where it goes if >= 2.0 is installed. AS_IF([test \"$install_completion\" != no], - [PKG_CHECK_MODULES([BASH_COMPLETION], [bash-completion >= 2.0], - [if test \"$prefix\" = \"NONE\"; then - completions=\"`pkg-config --variable=completionsdir bash-completion`\" - else - completions=\"`pkg-config --define-variable=prefix=$prefix --variable=completionsdir bash-completion`\" - fi], - [completions=\"${sysconfdir}/bash_completion.d\"]) + [completions=\"`pkg-config --define-variable=datadir=$datadir --variable=completionsdir bash-completion`\"] AC_SUBST([completions])]) AC_CONFIG_FILES([ "} {"_id":"doc-en-nixpkgs-dee020171452af48b4b171b253acde2ad3d3552714f28835396cff421c636e91","title":"","text":"url = \"https://github.com/mobile-shell/mosh/commit/e5f8a826ef9ff5da4cfce3bb8151f9526ec19db0.patch\"; sha256 = \"15518rb0r5w1zn4s6981bf1sz6ins6gpn2saizfzhmr13hw4gmhm\"; }) # Fix build with bash-completion 2.10 ./bash_completion_datadir.patch ]; postPatch = '' substituteInPlace scripts/mosh.pl "} {"_id":"doc-en-nixpkgs-5f3bf63103a6d719e9ce4c63e876d117737282cc06f298d0c23613072c66d043","title":"","text":"ENV[\"BUNDLE_GEMFILE\"] = #{gemfile.dump} ENV.delete 'BUNDLE_PATH' ENV['BUNDLE_FROZEN'] = '1' ENV['BUNDLE_IGNORE_CONFIG'] = '1' Gem.paths = { 'GEM_HOME' => #{bundle_path.dump} }"} {"_id":"doc-en-nixpkgs-d59021473d66ceec0536a2827c2a9ba86c750f39371c95060552edf0c196ffd0","title":"","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":"doc-en-nixpkgs-5aae67708bf54b4ff00ca31b05dabed35b7e31ee3fc055c1661e81ca8b152e5d","title":"","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":"doc-en-nixpkgs-1dab858396a128de8897a9daafe2426cc26bade0bb7be123685b788287c63c5f","title":"","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":"doc-en-nixpkgs-3087cdcc776425d62dc884912a428aaaf83692b7d12e29ac5aa06d1b9bc48ce5","title":"","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":"doc-en-nixpkgs-9bffc66fca6cd3a6344af8555a46746046059cf773bdd6ba451976f7f7656067","title":"","text":"cp -r $releaseDir/osx/Alacritty.app $out/Applications/Alacritty.app '' else '' install -D extra/linux/Alacritty.desktop -t $out/share/applications/ install -D extra/logo/alacritty-term.svg $out/share/icons/hicolor/scalable/apps/Alacritty.svg install -D extra/logo/compat/alacritty-term.svg $out/share/icons/hicolor/scalable/apps/Alacritty.svg # patchelf generates an ELF that binutils' \"strip\" doesn't like: # strip: not enough room for program headers, try linking with -N"} {"_id":"doc-en-nixpkgs-17c632ebc21af072743a0bdcc6114226ad14adbb4977591c2b026a5318a9c7c4","title":"","text":"SYSVIPC = yes; # System-V IPC AIO = yes; # POSIX asynchronous I/O UNIX = yes; # Unix domain sockets. MD = yes; # Device mapper (RAID, LVM, etc.)"} {"_id":"doc-en-nixpkgs-05d5372e44be084c7209daeccb3e1522a9abc4698f203df8184d5c740ed076ec","title":"","text":"{ lib, fetchFromGitHub , makeWrapper, makeDesktopItem, mkYarnPackage , electron, element-web , callPackage }: # Notes for maintainers: # * versions of `element-web` and `element-desktop` should be kept in sync."} {"_id":"doc-en-nixpkgs-58671807423841c5ab63808460753cd3f2102a22d37891fb1b1d4e914c39366d","title":"","text":"nativeBuildInputs = [ makeWrapper ]; seshat = callPackage ./seshat {}; keytar = callPackage ./keytar {}; buildPhase = '' runHook preBuild export HOME=$(mktemp -d)"} {"_id":"doc-en-nixpkgs-38dd565ad12f3df950ff58b5f98ee0fa51a2e2eb4e5ddf0a0eb2567911e3fb46","title":"","text":"yarn run i18n node ./scripts/copy-res.js popd rm -rf node_modules/matrix-seshat node_modules/keytar ln -s $keytar node_modules/keytar ln -s $seshat node_modules/matrix-seshat runHook postBuild '';"} {"_id":"doc-en-nixpkgs-95ee1008ecffb31ace7ad85ec95d8531acd93b33e797619ecf7f0ad5b526eb1c","title":"","text":" { stdenv, fetchFromGitHub, nodejs-14_x, python3, callPackage, fixup_yarn_lock, yarn, pkg-config, libsecret }: stdenv.mkDerivation rec { pname = \"keytar\"; version = \"7.7.0\"; src = fetchFromGitHub { owner = \"atom\"; repo = \"node-keytar\"; rev = \"v${version}\"; sha256 = \"0ajvr4kjbyw2shb1y14c0dsghdlnq30f19hk2sbzj6n9y3xa3pmi\"; }; nativeBuildInputs = [ nodejs-14_x python3 yarn pkg-config]; buildInputs = [ libsecret ]; npm_config_nodedir = nodejs-14_x; yarnOfflineCache = (callPackage ./yarn.nix {}).offline_cache; buildPhase = '' cp ${./yarn.lock} ./yarn.lock chmod u+w . ./yarn.lock export HOME=/tmp yarn config --offline set yarn-offline-mirror ${yarnOfflineCache} ${fixup_yarn_lock}/bin/fixup_yarn_lock yarn.lock yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules/ node_modules/.bin/node-gyp rebuild ''; doCheck = false; installPhase = '' shopt -s extglob rm -rf node_modules mkdir -p $out cp -r ./!(build) $out install -D -t $out/build/Release build/Release/keytar.node ''; } "} {"_id":"doc-en-nixpkgs-1633000228920f42f1eec9ce31f3a5375b9fdb76513f814a536e2a2962fdf68e","title":"","text":" #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=../ -i bash -p wget yarn2nix yarn set -euo pipefail if [ \"$#\" -ne 1 ] || [[ \"$1\" == -* ]]; then echo \"Regenerates the Yarn dependency lock files.\" echo \"Usage: $0 \" exit 1 fi SRC=\"https://raw.githubusercontent.com/atom/node-keytar/$1\" wget \"$SRC/package-lock.json\" wget \"$SRC/package.json\" rm -f yarn.lock yarn import yarn2nix > yarn.nix rm -rf node_modules package.json package-lock.json "} {"_id":"doc-en-nixpkgs-72efca01fb055ed4de5d0ec8329468b3f1cbab3c620a769a0e17c4bc4a628273","title":"","text":" # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 \"@ungap/promise-all-settled@1.1.2\": version \"1.1.2\" resolved \"https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44\" integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== abbrev@1: version \"1.1.0\" resolved \"https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f\" integrity sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8= after@~0.8.1: version \"0.8.2\" resolved \"https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f\" integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8= ajv@^6.12.3: version \"6.12.4\" resolved \"https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234\" integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ== dependencies: fast-deep-equal \"^3.1.1\" fast-json-stable-stringify \"^2.0.0\" json-schema-traverse \"^0.4.1\" uri-js \"^4.2.2\" amdefine@>=0.0.4: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5\" integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= ansi-colors@4.1.1: version \"4.1.1\" resolved \"https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348\" integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== ansi-regex@^2.0.0: version \"2.1.1\" resolved \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df\" integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= ansi-regex@^5.0.0: version \"5.0.0\" resolved \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75\" integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== ansi-styles@^2.2.1: version \"2.2.1\" resolved \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe\" integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= ansi-styles@^4.0.0, ansi-styles@^4.1.0: version \"4.3.0\" resolved \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937\" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== dependencies: color-convert \"^2.0.1\" ansi@^0.3.0, ansi@~0.3.0, ansi@~0.3.1: version \"0.3.1\" resolved \"https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21\" integrity sha1-DELU+xcWDVqa8eSEus4cZpIsGyE= anymatch@~3.1.1: version \"3.1.1\" resolved \"https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142\" integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== dependencies: normalize-path \"^3.0.0\" picomatch \"^2.0.4\" aproba@^1.0.3: version \"1.1.2\" resolved \"https://registry.yarnpkg.com/aproba/-/aproba-1.1.2.tgz#45c6629094de4e96f693ef7eab74ae079c240fc1\" integrity sha512-ZpYajIfO0j2cOFTO955KUMIKNmj6zhX8kVztMAxFsDaMwz+9Z9SV0uou2pC9HJqcfpffOsjnbrDMvkNy+9RXPw== are-we-there-yet@~1.0.0: version \"1.0.6\" resolved \"https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.0.6.tgz#a2d28c93102aa6cc96245a26cb954de06ec53f0c\" integrity sha1-otKMkxAqpsyWJFomy5VN4G7FPww= dependencies: delegates \"^1.0.0\" readable-stream \"^2.0.0 || ^1.1.13\" are-we-there-yet@~1.1.2: version \"1.1.4\" resolved \"https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d\" integrity sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0= dependencies: delegates \"^1.0.0\" readable-stream \"^2.0.6\" argparse@^2.0.1: version \"2.0.1\" resolved \"https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38\" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== array-index@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/array-index/-/array-index-1.0.0.tgz#ec56a749ee103e4e08c790b9c353df16055b97f9\" integrity sha1-7FanSe4QPk4Ix5C5w1PfFgVbl/k= dependencies: debug \"^2.2.0\" es6-symbol \"^3.0.2\" asn1@~0.2.3: version \"0.2.3\" resolved \"https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86\" integrity sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y= assert-plus@1.0.0, assert-plus@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525\" integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= assertion-error@^1.1.0: version \"1.1.0\" resolved \"https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b\" integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== asynckit@^0.4.0: version \"0.4.0\" resolved \"https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79\" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= aws-sign2@~0.7.0: version \"0.7.0\" resolved \"https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8\" integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= aws4@^1.8.0: version \"1.10.1\" resolved \"https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428\" integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== babel-code-frame@^6.26.0: version \"6.26.0\" resolved \"https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b\" integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= dependencies: chalk \"^1.1.3\" esutils \"^2.0.2\" js-tokens \"^3.0.2\" babel-core@^6.26.0, babel-core@^6.26.3: version \"6.26.3\" resolved \"https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207\" integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== dependencies: babel-code-frame \"^6.26.0\" babel-generator \"^6.26.0\" babel-helpers \"^6.24.1\" babel-messages \"^6.23.0\" babel-register \"^6.26.0\" babel-runtime \"^6.26.0\" babel-template \"^6.26.0\" babel-traverse \"^6.26.0\" babel-types \"^6.26.0\" babylon \"^6.18.0\" convert-source-map \"^1.5.1\" debug \"^2.6.9\" json5 \"^0.5.1\" lodash \"^4.17.4\" minimatch \"^3.0.4\" path-is-absolute \"^1.0.1\" private \"^0.1.8\" slash \"^1.0.0\" source-map \"^0.5.7\" babel-generator@^6.26.0: version \"6.26.1\" resolved \"https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90\" integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== dependencies: babel-messages \"^6.23.0\" babel-runtime \"^6.26.0\" babel-types \"^6.26.0\" detect-indent \"^4.0.0\" jsesc \"^1.3.0\" lodash \"^4.17.4\" source-map \"^0.5.7\" trim-right \"^1.0.1\" babel-helper-function-name@^6.24.1: version \"6.24.1\" resolved \"https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9\" integrity sha1-00dbjAPtmCQqJbSDUasYOZ01gKk= dependencies: babel-helper-get-function-arity \"^6.24.1\" babel-runtime \"^6.22.0\" babel-template \"^6.24.1\" babel-traverse \"^6.24.1\" babel-types \"^6.24.1\" babel-helper-get-function-arity@^6.24.1: version \"6.24.1\" resolved \"https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d\" integrity sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0= dependencies: babel-runtime \"^6.22.0\" babel-types \"^6.24.1\" babel-helper-remap-async-to-generator@^6.24.1: version \"6.24.1\" resolved \"https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b\" integrity sha1-XsWBgnrXI/7N04HxySg5BnbkVRs= dependencies: babel-helper-function-name \"^6.24.1\" babel-runtime \"^6.22.0\" babel-template \"^6.24.1\" babel-traverse \"^6.24.1\" babel-types \"^6.24.1\" babel-helpers@^6.24.1: version \"6.24.1\" resolved \"https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2\" integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= dependencies: babel-runtime \"^6.22.0\" babel-template \"^6.24.1\" babel-messages@^6.23.0: version \"6.23.0\" resolved \"https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e\" integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= dependencies: babel-runtime \"^6.22.0\" babel-plugin-syntax-async-functions@^6.8.0: version \"6.13.0\" resolved \"https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95\" integrity sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU= babel-plugin-transform-async-to-generator@^6.24.1: version \"6.24.1\" resolved \"https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761\" integrity sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E= dependencies: babel-helper-remap-async-to-generator \"^6.24.1\" babel-plugin-syntax-async-functions \"^6.8.0\" babel-runtime \"^6.22.0\" babel-register@^6.26.0: version \"6.26.0\" resolved \"https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071\" integrity sha1-btAhFz4vy0htestFxgCahW9kcHE= dependencies: babel-core \"^6.26.0\" babel-runtime \"^6.26.0\" core-js \"^2.5.0\" home-or-tmp \"^2.0.0\" lodash \"^4.17.4\" mkdirp \"^0.5.1\" source-map-support \"^0.4.15\" babel-runtime@^6.22.0: version \"6.23.0\" resolved \"https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b\" integrity sha1-CpSJ8UTecO+zzkMArM2zKeL8VDs= dependencies: core-js \"^2.4.0\" regenerator-runtime \"^0.10.0\" babel-runtime@^6.26.0: version \"6.26.0\" resolved \"https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe\" integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= dependencies: core-js \"^2.4.0\" regenerator-runtime \"^0.11.0\" babel-template@^6.24.1, babel-template@^6.26.0: version \"6.26.0\" resolved \"https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02\" integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= dependencies: babel-runtime \"^6.26.0\" babel-traverse \"^6.26.0\" babel-types \"^6.26.0\" babylon \"^6.18.0\" lodash \"^4.17.4\" babel-traverse@^6.24.1, babel-traverse@^6.26.0: version \"6.26.0\" resolved \"https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee\" integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= dependencies: babel-code-frame \"^6.26.0\" babel-messages \"^6.23.0\" babel-runtime \"^6.26.0\" babel-types \"^6.26.0\" babylon \"^6.18.0\" debug \"^2.6.8\" globals \"^9.18.0\" invariant \"^2.2.2\" lodash \"^4.17.4\" babel-types@^6.24.1: version \"6.25.0\" resolved \"https://registry.yarnpkg.com/babel-types/-/babel-types-6.25.0.tgz#70afb248d5660e5d18f811d91c8303b54134a18e\" integrity sha1-cK+ySNVmDl0Y+BHZHIMDtUE0oY4= dependencies: babel-runtime \"^6.22.0\" esutils \"^2.0.2\" lodash \"^4.2.0\" to-fast-properties \"^1.0.1\" babel-types@^6.26.0: version \"6.26.0\" resolved \"https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497\" integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= dependencies: babel-runtime \"^6.26.0\" esutils \"^2.0.2\" lodash \"^4.17.4\" to-fast-properties \"^1.0.3\" babylon@^6.18.0: version \"6.18.0\" resolved \"https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3\" integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== balanced-match@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767\" integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= base64-js@^1.3.1: version \"1.5.1\" resolved \"https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a\" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== bcrypt-pbkdf@^1.0.0: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e\" integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= dependencies: tweetnacl \"^0.14.3\" big-integer@^1.6.17: version \"1.6.48\" resolved \"https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.48.tgz#8fd88bd1632cba4a1c8c3e3d7159f08bb95b4b9e\" integrity sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w== binary-extensions@^2.0.0: version \"2.2.0\" resolved \"https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d\" integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== binary@~0.3.0: version \"0.3.0\" resolved \"https://registry.yarnpkg.com/binary/-/binary-0.3.0.tgz#9f60553bc5ce8c3386f3b553cff47462adecaa79\" integrity sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk= dependencies: buffers \"~0.1.1\" chainsaw \"~0.1.0\" bl@^4.0.3: version \"4.0.3\" resolved \"https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489\" integrity sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg== dependencies: buffer \"^5.5.0\" inherits \"^2.0.4\" readable-stream \"^3.4.0\" bl@~3.0.0: version \"3.0.1\" resolved \"https://registry.yarnpkg.com/bl/-/bl-3.0.1.tgz#1cbb439299609e419b5a74d7fce2f8b37d8e5c6f\" integrity sha512-jrCW5ZhfQ/Vt07WX1Ngs+yn9BDqPL/gw28S7s9H6QK/gupnizNzJAss5akW20ISgOrbLTlXOOCTJeNUQqruAWQ== dependencies: readable-stream \"^3.0.1\" block-stream@*: version \"0.0.9\" resolved \"https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a\" integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= dependencies: inherits \"~2.0.0\" bluebird@^3: version \"3.7.2\" resolved \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f\" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== bluebird@~3.4.1: version \"3.4.7\" resolved \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3\" integrity sha1-9y12C+Cbf3bQjtj66Ysomo0F+rM= brace-expansion@^1.1.7: version \"1.1.8\" resolved \"https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292\" integrity sha1-wHshHHyVLsH479Uad+8NHTmQopI= dependencies: balanced-match \"^1.0.0\" concat-map \"0.0.1\" braces@~3.0.2: version \"3.0.2\" resolved \"https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107\" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range \"^7.0.1\" browser-stdout@1.3.1: version \"1.3.1\" resolved \"https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60\" integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw== buffer-from@^0.1.1: version \"0.1.2\" resolved \"https://registry.yarnpkg.com/buffer-from/-/buffer-from-0.1.2.tgz#15f4b9bcef012044df31142c14333caf6e0260d0\" integrity sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg== buffer-indexof-polyfill@~1.0.0: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz#d2732135c5999c64b277fcf9b1abe3498254729c\" integrity sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A== buffer-shims@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51\" integrity sha1-mXjOMXOIxkmth5MCjDR37wRKi1E= buffer@^5.5.0: version \"5.7.1\" resolved \"https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0\" integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== dependencies: base64-js \"^1.3.1\" ieee754 \"^1.1.13\" buffers@~0.1.1: version \"0.1.1\" resolved \"https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb\" integrity sha1-skV5w77U1tOWru5tmorn9Ugqt7s= camelcase@^2.0.1: version \"2.1.1\" resolved \"https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f\" integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= camelcase@^6.0.0: version \"6.2.0\" resolved \"https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809\" integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== caseless@~0.12.0: version \"0.12.0\" resolved \"https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc\" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= chai@^4.2.0: version \"4.3.4\" resolved \"https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49\" integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA== dependencies: assertion-error \"^1.1.0\" check-error \"^1.0.2\" deep-eql \"^3.0.1\" get-func-name \"^2.0.0\" pathval \"^1.1.1\" type-detect \"^4.0.5\" chainsaw@~0.1.0: version \"0.1.0\" resolved \"https://registry.yarnpkg.com/chainsaw/-/chainsaw-0.1.0.tgz#5eab50b28afe58074d0d58291388828b5e5fbc98\" integrity sha1-XqtQsor+WAdNDVgpE4iCi15fvJg= dependencies: traverse \">=0.3.0 <0.4\" chalk@^1.1.3: version \"1.1.3\" resolved \"https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98\" integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= dependencies: ansi-styles \"^2.2.1\" escape-string-regexp \"^1.0.2\" has-ansi \"^2.0.0\" strip-ansi \"^3.0.0\" supports-color \"^2.0.0\" chalk@^4.0.0: version \"4.1.0\" resolved \"https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a\" integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== dependencies: ansi-styles \"^4.1.0\" supports-color \"^7.1.0\" check-error@^1.0.2: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82\" integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII= chokidar@3.5.1: version \"3.5.1\" resolved \"https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a\" integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== dependencies: anymatch \"~3.1.1\" braces \"~3.0.2\" glob-parent \"~5.1.0\" is-binary-path \"~2.1.0\" is-glob \"~4.0.1\" normalize-path \"~3.0.0\" readdirp \"~3.5.0\" optionalDependencies: fsevents \"~2.3.1\" chownr@^1.1.1: version \"1.1.4\" resolved \"https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b\" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== chownr@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece\" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== cliui@^3.0.3: version \"3.2.0\" resolved \"https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d\" integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0= dependencies: string-width \"^1.0.1\" strip-ansi \"^3.0.1\" wrap-ansi \"^2.0.0\" cliui@^7.0.2: version \"7.0.4\" resolved \"https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f\" integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== dependencies: string-width \"^4.2.0\" strip-ansi \"^6.0.0\" wrap-ansi \"^7.0.0\" cmake-js@~5.2.0: version \"5.2.0\" resolved \"https://registry.yarnpkg.com/cmake-js/-/cmake-js-5.2.0.tgz#6d72014269a5d23a754a6d170cde9ed2d75eb411\" integrity sha512-/HLhzoBEOLKGdE1FLwH5ggzRt67AWTb4IErg4rm+bTC+R0DKUobojDyp17dSswDVPosdoPmHXjKxbJiyBZfQeg== dependencies: bluebird \"^3\" debug \"^4\" fs-extra \"^5.0.0\" is-iojs \"^1.0.1\" lodash \"^4\" memory-stream \"0\" npmlog \"^1.2.0\" rc \"^1.2.7\" request \"^2.54.0\" semver \"^5.0.3\" splitargs \"0\" tar \"^4\" traceur \"0.0.x\" unzipper \"^0.8.13\" url-join \"0\" which \"^1.0.9\" yargs \"^3.6.0\" code-point-at@^1.0.0: version \"1.1.0\" resolved \"https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77\" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= color-convert@^2.0.1: version \"2.0.1\" resolved \"https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3\" integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== dependencies: color-name \"~1.1.4\" color-name@~1.1.4: version \"1.1.4\" resolved \"https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2\" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== colors@~0.6.2: version \"0.6.2\" resolved \"https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc\" integrity sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w= combined-stream@^1.0.6, combined-stream@~1.0.6: version \"1.0.8\" resolved \"https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f\" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== dependencies: delayed-stream \"~1.0.0\" commander@2.9.x, commander@^2.9.0: version \"2.9.0\" resolved \"https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4\" integrity sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q= dependencies: graceful-readlink \">= 1.0.0\" commander@~2.2.0: version \"2.2.0\" resolved \"https://registry.yarnpkg.com/commander/-/commander-2.2.0.tgz#175ad4b9317f3ff615f201c1e57224f55a3e91df\" integrity sha1-F1rUuTF/P/YV8gHB5XIk9Vo+kd8= concat-map@0.0.1: version \"0.0.1\" resolved \"https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b\" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= console-control-strings@^1.0.0, console-control-strings@~1.1.0: version \"1.1.0\" resolved \"https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e\" integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= convert-source-map@^1.5.1: version \"1.5.1\" resolved \"https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5\" integrity sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU= core-js@^2.4.0: version \"2.4.1\" resolved \"https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e\" integrity sha1-TekR5mew6ukSTjQlS1OupvxhjT4= core-js@^2.5.0: version \"2.5.7\" resolved \"https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e\" integrity sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw== core-util-is@~1.0.0: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7\" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= d@1, d@^1.0.1: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a\" integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== dependencies: es5-ext \"^0.10.50\" type \"^1.0.1\" dashdash@^1.12.0: version \"1.14.1\" resolved \"https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0\" integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= dependencies: assert-plus \"^1.0.0\" debug@4.3.1: version \"4.3.1\" resolved \"https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee\" integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== dependencies: ms \"2.1.2\" debug@^2.2.0, debug@^2.6.8, debug@^2.6.9: version \"2.6.9\" resolved \"https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f\" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms \"2.0.0\" debug@^4: version \"4.2.0\" resolved \"https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1\" integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== dependencies: ms \"2.1.2\" decamelize@^1.1.1: version \"1.2.0\" resolved \"https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290\" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= decamelize@^4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837\" integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== decompress-response@^4.2.0: version \"4.2.1\" resolved \"https://registry.yarnpkg.com/decompress-response/-/decompress-response-4.2.1.tgz#414023cc7a302da25ce2ec82d0d5238ccafd8986\" integrity sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw== dependencies: mimic-response \"^2.0.0\" deep-eql@^3.0.1: version \"3.0.1\" resolved \"https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df\" integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw== dependencies: type-detect \"^4.0.0\" deep-extend@^0.6.0: version \"0.6.0\" resolved \"https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac\" integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== delayed-stream@~1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619\" integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= delegates@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a\" integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= detect-indent@^4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208\" integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg= dependencies: repeating \"^2.0.0\" detect-libc@^1.0.3: version \"1.0.3\" resolved \"https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b\" integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= diff@5.0.0: version \"5.0.0\" resolved \"https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b\" integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w== duplexer2@~0.0.2: version \"0.0.2\" resolved \"https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db\" integrity sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds= dependencies: readable-stream \"~1.1.9\" duplexer2@~0.1.4: version \"0.1.4\" resolved \"https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1\" integrity sha1-ixLauHjA1p4+eJEFFmKjL8a93ME= dependencies: readable-stream \"^2.0.2\" each-series-async@^1.0.1: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/each-series-async/-/each-series-async-1.0.1.tgz#7e3f8dfa5af934663960e5a17561362909b34328\" integrity sha512-G4zip/Ewpwr6JQxW7+2RNgkPd09h/UNec5UlvA/xKwl4qf5blyBNK6a/zjQc3MojgsxaOb93B9v3T92QU6IMVg== ecc-jsbn@~0.1.1: version \"0.1.1\" resolved \"https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505\" integrity sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU= dependencies: jsbn \"~0.1.0\" emoji-regex@^8.0.0: version \"8.0.0\" resolved \"https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37\" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== end-of-stream@^1.1.0, end-of-stream@^1.4.1: version \"1.4.4\" resolved \"https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0\" integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== dependencies: once \"^1.4.0\" env-paths@^2.2.0: version \"2.2.0\" resolved \"https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43\" integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA== es5-ext@^0.10.35, es5-ext@^0.10.50: version \"0.10.53\" resolved \"https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1\" integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== dependencies: es6-iterator \"~2.0.3\" es6-symbol \"~3.1.3\" next-tick \"~1.0.0\" es6-iterator@~2.0.3: version \"2.0.3\" resolved \"https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7\" integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c= dependencies: d \"1\" es5-ext \"^0.10.35\" es6-symbol \"^3.1.1\" es6-symbol@^3.0.2, es6-symbol@^3.1.1, es6-symbol@~3.1.3: version \"3.1.3\" resolved \"https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18\" integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== dependencies: d \"^1.0.1\" ext \"^1.1.2\" escalade@^3.1.1: version \"3.1.1\" resolved \"https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40\" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== escape-string-regexp@4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34\" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== escape-string-regexp@^1.0.2: version \"1.0.5\" resolved \"https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4\" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= esutils@^2.0.2: version \"2.0.2\" resolved \"https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b\" integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs= execspawn@^1.0.1: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/execspawn/-/execspawn-1.0.1.tgz#8286f9dde7cecde7905fbdc04e24f368f23f8da6\" integrity sha1-gob53efOzeeQX73ATiTzaPI/jaY= dependencies: util-extend \"^1.0.1\" expand-template@^2.0.3: version \"2.0.3\" resolved \"https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c\" integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== ext@^1.1.2: version \"1.4.0\" resolved \"https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244\" integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== dependencies: type \"^2.0.0\" extend@~3.0.2: version \"3.0.2\" resolved \"https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa\" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== extsprintf@1.0.2: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550\" integrity sha1-4QgOBljjALBilJkMxw4VAiNf1VA= fast-deep-equal@^3.1.1: version \"3.1.3\" resolved \"https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525\" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-json-stable-stringify@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2\" integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I= fill-range@^7.0.1: version \"7.0.1\" resolved \"https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40\" integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== dependencies: to-regex-range \"^5.0.1\" find-up@5.0.0: version \"5.0.0\" resolved \"https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc\" integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== dependencies: locate-path \"^6.0.0\" path-exists \"^4.0.0\" flat@^5.0.2: version \"5.0.2\" resolved \"https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241\" integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== forever-agent@~0.6.1: version \"0.6.1\" resolved \"https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91\" integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= form-data@~2.3.2: version \"2.3.3\" resolved \"https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6\" integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== dependencies: asynckit \"^0.4.0\" combined-stream \"^1.0.6\" mime-types \"^2.1.12\" fs-constants@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad\" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== fs-extra@^5.0.0: version \"5.0.0\" resolved \"https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd\" integrity sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ== dependencies: graceful-fs \"^4.1.2\" jsonfile \"^4.0.0\" universalify \"^0.1.0\" fs-minipass@^1.2.5: version \"1.2.7\" resolved \"https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7\" integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== dependencies: minipass \"^2.6.0\" fs-minipass@^2.0.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb\" integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== dependencies: minipass \"^3.0.0\" fs.realpath@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f\" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= fsevents@~2.3.1: version \"2.3.2\" resolved \"https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a\" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== fstream@^1.0.0, fstream@^1.0.12, fstream@~1.0.10: version \"1.0.12\" resolved \"https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045\" integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== dependencies: graceful-fs \"^4.1.2\" inherits \"~2.0.0\" mkdirp \">=0.5 0\" rimraf \"2\" gauge@~1.2.0, gauge@~1.2.5: version \"1.2.7\" resolved \"https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93\" integrity sha1-6c7FSD09TuDvRLYKfZnkk14TbZM= dependencies: ansi \"^0.3.0\" has-unicode \"^2.0.0\" lodash.pad \"^4.1.0\" lodash.padend \"^4.1.0\" lodash.padstart \"^4.1.0\" gauge@~2.7.3: version \"2.7.4\" resolved \"https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7\" integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= dependencies: aproba \"^1.0.3\" console-control-strings \"^1.0.0\" has-unicode \"^2.0.0\" object-assign \"^4.1.0\" signal-exit \"^3.0.0\" string-width \"^1.0.1\" strip-ansi \"^3.0.1\" wide-align \"^1.1.0\" get-caller-file@^2.0.5: version \"2.0.5\" resolved \"https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e\" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== get-func-name@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41\" integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE= getpass@^0.1.1: version \"0.1.7\" resolved \"https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa\" integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= dependencies: assert-plus \"^1.0.0\" ghreleases@^3.0.2: version \"3.0.2\" resolved \"https://registry.yarnpkg.com/ghreleases/-/ghreleases-3.0.2.tgz#1bdb6d31ec03a24a0d80f58f5e9a84a4db725818\" integrity sha512-QiR9mIYvRG7hd8JuQYoxeBNOelVuTp2DpdiByRywbCDBSJufK9Vq7VuhD8B+5uviMxZx2AEkCzye61Us9gYgnw== dependencies: after \"~0.8.1\" ghrepos \"~2.1.0\" ghutils \"~3.2.0\" lodash.uniq \"^4.5.0\" simple-mime \"~0.1.0\" url-template \"~2.0.6\" ghrepos@~2.1.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/ghrepos/-/ghrepos-2.1.0.tgz#abaf558b690b722c70c7ad45076f6f9be8e495e1\" integrity sha512-6GM0ohSDTAv7xD6GsKfxJiV/CajoofRyUwu0E8l29d1o6lFAUxmmyMP/FH33afA20ZrXzxxcTtN6TsYvudMoAg== dependencies: ghutils \"~3.2.0\" ghutils@~3.2.0: version \"3.2.6\" resolved \"https://registry.yarnpkg.com/ghutils/-/ghutils-3.2.6.tgz#d43986e267da02787464d97a6489659e4609bb1f\" integrity sha512-WpYHgLQkqU7Cv147wKUEThyj6qKHCdnAG2CL9RRsRQImVdLGdVqblJ3JUnj3ToQwgm1ALPS+FXgR0448AgGPUg== dependencies: jsonist \"~2.1.0\" xtend \"~4.0.1\" github-from-package@0.0.0: version \"0.0.0\" resolved \"https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce\" integrity sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4= glob-parent@~5.1.0: version \"5.1.2\" resolved \"https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4\" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob \"^4.0.1\" \"glob@3 || 4 || 5 || 6 || 7\", glob@7.1.6, glob@^7.0.3, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: version \"7.1.6\" resolved \"https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6\" integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== dependencies: fs.realpath \"^1.0.0\" inflight \"^1.0.4\" inherits \"2\" minimatch \"^3.0.4\" once \"^1.3.0\" path-is-absolute \"^1.0.0\" glob@5.0.x: version \"5.0.15\" resolved \"https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1\" integrity sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E= dependencies: inflight \"^1.0.4\" inherits \"2\" minimatch \"2 || 3\" once \"^1.3.0\" path-is-absolute \"^1.0.0\" globals@^9.18.0: version \"9.18.0\" resolved \"https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a\" integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.2, graceful-fs@^4.2.3: version \"4.2.3\" resolved \"https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423\" integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== \"graceful-readlink@>= 1.0.0\": version \"1.0.1\" resolved \"https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725\" integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= growl@1.10.5: version \"1.10.5\" resolved \"https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e\" integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA== har-schema@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92\" integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= har-validator@~5.1.3: version \"5.1.5\" resolved \"https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd\" integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== dependencies: ajv \"^6.12.3\" har-schema \"^2.0.0\" has-ansi@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91\" integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= dependencies: ansi-regex \"^2.0.0\" has-flag@^4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b\" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has-unicode@^2.0.0: version \"2.0.1\" resolved \"https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9\" integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= he@1.2.0: version \"1.2.0\" resolved \"https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f\" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== home-or-tmp@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8\" integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg= dependencies: os-homedir \"^1.0.0\" os-tmpdir \"^1.0.1\" http-signature@~1.2.0: version \"1.2.0\" resolved \"https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1\" integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= dependencies: assert-plus \"^1.0.0\" jsprim \"^1.2.2\" sshpk \"^1.7.0\" hyperquest@~2.1.3: version \"2.1.3\" resolved \"https://registry.yarnpkg.com/hyperquest/-/hyperquest-2.1.3.tgz#523127d7a343181b40bf324e231d2576edf52633\" integrity sha512-fUuDOrB47PqNK/BAMOS13v41UoaqIxqSLHX6CAbOD7OfT+/GCWO1/vPLfTNutOeXrv1ikuaZ3yux+33Z9vh+rw== dependencies: buffer-from \"^0.1.1\" duplexer2 \"~0.0.2\" through2 \"~0.6.3\" ieee754@^1.1.13: version \"1.2.1\" resolved \"https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352\" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== inflight@^1.0.4: version \"1.0.6\" resolved \"https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9\" integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= dependencies: once \"^1.3.0\" wrappy \"1\" inherits@2, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: version \"2.0.3\" resolved \"https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de\" integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= inherits@^2.0.4: version \"2.0.4\" resolved \"https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c\" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== ini@~1.3.0: version \"1.3.7\" resolved \"https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84\" integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ== invariant@^2.2.2: version \"2.2.2\" resolved \"https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360\" integrity sha1-nh9WrArNtr8wMwbzOL47IErmA2A= dependencies: loose-envify \"^1.0.0\" invert-kv@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6\" integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= is-binary-path@~2.1.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09\" integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== dependencies: binary-extensions \"^2.0.0\" is-extglob@^2.1.1: version \"2.1.1\" resolved \"https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2\" integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= is-finite@^1.0.0: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa\" integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko= dependencies: number-is-nan \"^1.0.0\" is-fullwidth-code-point@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb\" integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= dependencies: number-is-nan \"^1.0.0\" is-fullwidth-code-point@^3.0.0: version \"3.0.0\" resolved \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d\" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-glob@^4.0.1, is-glob@~4.0.1: version \"4.0.1\" resolved \"https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc\" integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== dependencies: is-extglob \"^2.1.1\" is-iojs@^1.0.1: version \"1.1.0\" resolved \"https://registry.yarnpkg.com/is-iojs/-/is-iojs-1.1.0.tgz#4c11033b5d5d94d6eab3775dedc9be7d008325f1\" integrity sha1-TBEDO11dlNbqs3dd7cm+fQCDJfE= is-number@^7.0.0: version \"7.0.0\" resolved \"https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b\" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-plain-obj@^2.1.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287\" integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== is-typedarray@~1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a\" integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= isarray@0.0.1: version \"0.0.1\" resolved \"https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf\" integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= isarray@~1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11\" integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= isexe@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10\" integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= isstream@~0.1.2: version \"0.1.2\" resolved \"https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a\" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= js-tokens@^3.0.0, js-tokens@^3.0.2: version \"3.0.2\" resolved \"https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b\" integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= js-yaml@4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f\" integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q== dependencies: argparse \"^2.0.1\" jsbn@~0.1.0: version \"0.1.1\" resolved \"https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513\" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= jsesc@^1.3.0: version \"1.3.0\" resolved \"https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b\" integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= json-schema-traverse@^0.4.1: version \"0.4.1\" resolved \"https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660\" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== json-schema@0.2.3: version \"0.2.3\" resolved \"https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13\" integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= json-stringify-safe@~5.0.1: version \"5.0.1\" resolved \"https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb\" integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= json5@^0.5.1: version \"0.5.1\" resolved \"https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821\" integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= jsonfile@^4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb\" integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= optionalDependencies: graceful-fs \"^4.1.6\" jsonist@~2.1.0: version \"2.1.2\" resolved \"https://registry.yarnpkg.com/jsonist/-/jsonist-2.1.2.tgz#c1377311e8fc857abe7aa3df197116a911f95324\" integrity sha512-8yqmWJAC2VaYoSKQAbsfgCpGY5o/1etWzx6ZxaZrC4iGaHrHUZEo+a2MyF8w+2uTavTlHdLWaZUoR19UfBstxQ== dependencies: bl \"~3.0.0\" hyperquest \"~2.1.3\" json-stringify-safe \"~5.0.1\" xtend \"~4.0.1\" jsprim@^1.2.2: version \"1.4.0\" resolved \"https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz#a3b87e40298d8c380552d8cc7628a0bb95a22918\" integrity sha1-o7h+QCmNjDgFUtjMdiigu5WiKRg= dependencies: assert-plus \"1.0.0\" extsprintf \"1.0.2\" json-schema \"0.2.3\" verror \"1.3.6\" lcid@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835\" integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= dependencies: invert-kv \"^1.0.0\" listenercount@~1.0.1: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/listenercount/-/listenercount-1.0.1.tgz#84c8a72ab59c4725321480c975e6508342e70937\" integrity sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc= locate-path@^6.0.0: version \"6.0.0\" resolved \"https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286\" integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== dependencies: p-locate \"^5.0.0\" lodash.pad@^4.1.0: version \"4.5.1\" resolved \"https://registry.yarnpkg.com/lodash.pad/-/lodash.pad-4.5.1.tgz#4330949a833a7c8da22cc20f6a26c4d59debba70\" integrity sha1-QzCUmoM6fI2iLMIPaibE1Z3runA= lodash.padend@^4.1.0: version \"4.6.1\" resolved \"https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz#53ccba047d06e158d311f45da625f4e49e6f166e\" integrity sha1-U8y6BH0G4VjTEfRdpiX05J5vFm4= lodash.padstart@^4.1.0: version \"4.6.1\" resolved \"https://registry.yarnpkg.com/lodash.padstart/-/lodash.padstart-4.6.1.tgz#d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b\" integrity sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs= lodash.uniq@^4.5.0: version \"4.5.0\" resolved \"https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773\" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= lodash@^4, lodash@^4.17.4, lodash@^4.2.0: version \"4.17.19\" resolved \"https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b\" integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== log-symbols@4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920\" integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== dependencies: chalk \"^4.0.0\" loose-envify@^1.0.0: version \"1.3.1\" resolved \"https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848\" integrity sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg= dependencies: js-tokens \"^3.0.0\" memory-stream@0: version \"0.0.3\" resolved \"https://registry.yarnpkg.com/memory-stream/-/memory-stream-0.0.3.tgz#ebe8dd1c3b8bc38c0e7941e9ddd5aebe6b4de83f\" integrity sha1-6+jdHDuLw4wOeUHp3dWuvmtN6D8= dependencies: readable-stream \"~1.0.26-2\" mime-db@1.44.0: version \"1.44.0\" resolved \"https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92\" integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== mime-types@^2.1.12, mime-types@~2.1.19: version \"2.1.27\" resolved \"https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f\" integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== dependencies: mime-db \"1.44.0\" mimic-response@^2.0.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.1.0.tgz#d13763d35f613d09ec37ebb30bac0469c0ee8f43\" integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA== \"minimatch@2 || 3\", minimatch@3, minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.4: version \"3.0.4\" resolved \"https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083\" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== dependencies: brace-expansion \"^1.1.7\" minimist@^1.1.2, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5: version \"1.2.5\" resolved \"https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602\" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: version \"2.9.0\" resolved \"https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6\" integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== dependencies: safe-buffer \"^5.1.2\" yallist \"^3.0.0\" minipass@^3.0.0: version \"3.1.3\" resolved \"https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd\" integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== dependencies: yallist \"^4.0.0\" minizlib@^1.2.1: version \"1.3.3\" resolved \"https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d\" integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== dependencies: minipass \"^2.9.0\" minizlib@^2.1.1: version \"2.1.2\" resolved \"https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931\" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== dependencies: minipass \"^3.0.0\" yallist \"^4.0.0\" mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3: version \"0.5.3\" resolved \"https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113\" integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== \"mkdirp@>=0.5 0\", mkdirp@^0.5.0, mkdirp@^0.5.1: version \"0.5.5\" resolved \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def\" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== dependencies: minimist \"^1.2.5\" mkdirp@^1.0.3: version \"1.0.4\" resolved \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e\" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== mocha@^8.0.1: version \"8.3.2\" resolved \"https://registry.yarnpkg.com/mocha/-/mocha-8.3.2.tgz#53406f195fa86fbdebe71f8b1c6fb23221d69fcc\" integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg== dependencies: \"@ungap/promise-all-settled\" \"1.1.2\" ansi-colors \"4.1.1\" browser-stdout \"1.3.1\" chokidar \"3.5.1\" debug \"4.3.1\" diff \"5.0.0\" escape-string-regexp \"4.0.0\" find-up \"5.0.0\" glob \"7.1.6\" growl \"1.10.5\" he \"1.2.0\" js-yaml \"4.0.0\" log-symbols \"4.0.0\" minimatch \"3.0.4\" ms \"2.1.3\" nanoid \"3.1.20\" serialize-javascript \"5.0.1\" strip-json-comments \"3.1.1\" supports-color \"8.1.1\" which \"2.0.2\" wide-align \"1.1.3\" workerpool \"6.1.0\" yargs \"16.2.0\" yargs-parser \"20.2.4\" yargs-unparser \"2.0.0\" ms@2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8\" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= ms@2.1.2: version \"2.1.2\" resolved \"https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009\" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== ms@2.1.3: version \"2.1.3\" resolved \"https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2\" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== nanoid@3.1.20: version \"3.1.20\" resolved \"https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788\" integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw== napi-build-utils@^1.0.1: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806\" integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== next-tick@~1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c\" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= node-abi@^2.2.0, node-abi@^2.21.0: version \"2.21.0\" resolved \"https://registry.yarnpkg.com/node-abi/-/node-abi-2.21.0.tgz#c2dc9ebad6f4f53d6ea9b531e7b8faad81041d48\" integrity sha512-smhrivuPqEM3H5LmnY3KU6HfYv0u4QklgAxfFyRNujKUzbUcYZ+Jc2EhukB9SRcD2VpqhxM7n/MIcp1Ua1/JMg== dependencies: semver \"^5.4.1\" node-addon-api@^3.0.0: version \"3.1.0\" resolved \"https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.1.0.tgz#98b21931557466c6729e51cb77cd39c965f42239\" integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw== node-cpplint@~0.4.0: version \"0.4.0\" resolved \"https://registry.yarnpkg.com/node-cpplint/-/node-cpplint-0.4.0.tgz#35827fe7b95ccceff0cd7f46ede4cba44b8ef88c\" integrity sha1-NYJ/57lczO/wzX9G7eTLpEuO+Iw= dependencies: colors \"~0.6.2\" commander \"~2.2.0\" node-gyp@^6.0.1: version \"6.1.0\" resolved \"https://registry.yarnpkg.com/node-gyp/-/node-gyp-6.1.0.tgz#64e31c61a4695ad304c1d5b82cf6b7c79cc79f3f\" integrity sha512-h4A2zDlOujeeaaTx06r4Vy+8MZ1679lU+wbCKDS4ZtvY2A37DESo37oejIw0mtmR3+rvNwts5B6Kpt1KrNYdNw== dependencies: env-paths \"^2.2.0\" glob \"^7.1.4\" graceful-fs \"^4.2.2\" mkdirp \"^0.5.1\" nopt \"^4.0.1\" npmlog \"^4.1.2\" request \"^2.88.0\" rimraf \"^2.6.3\" semver \"^5.7.1\" tar \"^4.4.12\" which \"^1.3.1\" node-gyp@^7.0.0: version \"7.1.2\" resolved \"https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.2.tgz#21a810aebb187120251c3bcec979af1587b188ae\" integrity sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ== dependencies: env-paths \"^2.2.0\" glob \"^7.1.4\" graceful-fs \"^4.2.3\" nopt \"^5.0.0\" npmlog \"^4.1.2\" request \"^2.88.2\" rimraf \"^3.0.2\" semver \"^7.3.2\" tar \"^6.0.2\" which \"^2.0.2\" node-ninja@^1.0.1: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/node-ninja/-/node-ninja-1.0.2.tgz#20a09e57b92e2df591993d4bf098ac3e727062b6\" integrity sha1-IKCeV7kuLfWRmT1L8JisPnJwYrY= dependencies: fstream \"^1.0.0\" glob \"3 || 4 || 5 || 6 || 7\" graceful-fs \"^4.1.2\" minimatch \"3\" mkdirp \"^0.5.0\" nopt \"2 || 3\" npmlog \"0 || 1 || 2\" osenv \"0\" path-array \"^1.0.0\" request \"2\" rimraf \"2\" semver \"2.x || 3.x || 4 || 5\" tar \"^2.0.0\" which \"1\" noop-logger@^0.1.0, noop-logger@^0.1.1: version \"0.1.1\" resolved \"https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2\" integrity sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI= \"nopt@2 || 3\": version \"3.0.6\" resolved \"https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9\" integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= dependencies: abbrev \"1\" nopt@^4.0.1: version \"4.0.3\" resolved \"https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48\" integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg== dependencies: abbrev \"1\" osenv \"^0.1.4\" nopt@^5.0.0: version \"5.0.0\" resolved \"https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88\" integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== dependencies: abbrev \"1\" normalize-path@^3.0.0, normalize-path@~3.0.0: version \"3.0.0\" resolved \"https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65\" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== npm-path@^2.0.2: version \"2.0.4\" resolved \"https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz#c641347a5ff9d6a09e4d9bce5580c4f505278e64\" integrity sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw== dependencies: which \"^1.2.10\" npm-which@^3.0.1: version \"3.0.1\" resolved \"https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa\" integrity sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo= dependencies: commander \"^2.9.0\" npm-path \"^2.0.2\" which \"^1.2.10\" \"npmlog@0 || 1 || 2\": version \"2.0.4\" resolved \"https://registry.yarnpkg.com/npmlog/-/npmlog-2.0.4.tgz#98b52530f2514ca90d09ec5b22c8846722375692\" integrity sha1-mLUlMPJRTKkNCexbIsiEZyI3VpI= dependencies: ansi \"~0.3.1\" are-we-there-yet \"~1.1.2\" gauge \"~1.2.5\" \"npmlog@0 || 1 || 2 || 3 || 4\", npmlog@^4.0.1, npmlog@^4.1.2: version \"4.1.2\" resolved \"https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b\" integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== dependencies: are-we-there-yet \"~1.1.2\" console-control-strings \"~1.1.0\" gauge \"~2.7.3\" set-blocking \"~2.0.0\" npmlog@^1.2.0: version \"1.2.1\" resolved \"https://registry.yarnpkg.com/npmlog/-/npmlog-1.2.1.tgz#28e7be619609b53f7ad1dd300a10d64d716268b6\" integrity sha1-KOe+YZYJtT960d0wChDWTXFiaLY= dependencies: ansi \"~0.3.0\" are-we-there-yet \"~1.0.0\" gauge \"~1.2.0\" number-is-nan@^1.0.0: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d\" integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= nw-gyp@^3.6.3: version \"3.6.5\" resolved \"https://registry.yarnpkg.com/nw-gyp/-/nw-gyp-3.6.5.tgz#ccce42182229e44e7689da70675b4b8dd0ab0ab3\" integrity sha512-vYrOIYJEKpq9CfaHuiqEjV1rBYgr6uaUrPhPRiznb91LujkAUqGhQ5QqDC1bLdd+zo9jf2H0Zkl2M5zQB7+CuQ== dependencies: fstream \"^1.0.0\" glob \"^7.0.3\" graceful-fs \"^4.1.2\" minimatch \"^3.0.2\" mkdirp \"^0.5.0\" nopt \"2 || 3\" npmlog \"0 || 1 || 2 || 3 || 4\" osenv \"0\" request \"2\" rimraf \"2\" semver \"~5.3.0\" tar \"^2.0.0\" which \"1\" oauth-sign@~0.9.0: version \"0.9.0\" resolved \"https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455\" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== object-assign@^4.1.0: version \"4.1.1\" resolved \"https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863\" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= once@^1.3.0, once@^1.3.1, once@^1.4.0: version \"1.4.0\" resolved \"https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1\" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= dependencies: wrappy \"1\" os-homedir@^1.0.0: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3\" integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= os-locale@^1.4.0: version \"1.4.0\" resolved \"https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9\" integrity sha1-IPnxeuKe00XoveWDsT0gCYA8FNk= dependencies: lcid \"^1.0.0\" os-tmpdir@^1.0.0, os-tmpdir@^1.0.1: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274\" integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= osenv@0, osenv@^0.1.4: version \"0.1.5\" resolved \"https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410\" integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== dependencies: os-homedir \"^1.0.0\" os-tmpdir \"^1.0.0\" p-limit@^3.0.2: version \"3.1.0\" resolved \"https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b\" integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== dependencies: yocto-queue \"^0.1.0\" p-locate@^5.0.0: version \"5.0.0\" resolved \"https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834\" integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== dependencies: p-limit \"^3.0.2\" path-array@^1.0.0: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/path-array/-/path-array-1.0.1.tgz#7e2f0f35f07a2015122b868b7eac0eb2c4fec271\" integrity sha1-fi8PNfB6IBUSK4aLfqwOssT+wnE= dependencies: array-index \"^1.0.0\" path-exists@^4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3\" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f\" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= pathval@^1.1.1: version \"1.1.1\" resolved \"https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d\" integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== performance-now@^2.1.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b\" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= picomatch@^2.0.4, picomatch@^2.2.1: version \"2.2.2\" resolved \"https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad\" integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== prebuild-install@^6.0.0: version \"6.1.1\" resolved \"https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.1.tgz#6754fa6c0d55eced7f9e14408ff9e4cba6f097b4\" integrity sha512-M+cKwofFlHa5VpTWub7GLg5RLcunYIcLqtY5pKcls/u7xaAb8FrXZ520qY8rkpYy5xw90tYCyMO0MP5ggzR3Sw== dependencies: detect-libc \"^1.0.3\" expand-template \"^2.0.3\" github-from-package \"0.0.0\" minimist \"^1.2.3\" mkdirp-classic \"^0.5.3\" napi-build-utils \"^1.0.1\" node-abi \"^2.21.0\" noop-logger \"^0.1.1\" npmlog \"^4.0.1\" pump \"^3.0.0\" rc \"^1.2.7\" simple-get \"^3.0.3\" tar-fs \"^2.0.0\" tunnel-agent \"^0.6.0\" prebuild@^10.0.1: version \"10.0.1\" resolved \"https://registry.yarnpkg.com/prebuild/-/prebuild-10.0.1.tgz#9d46a00f42b60ad1718479cc5e3d1ef4882b7f33\" integrity sha512-x0CkKDmHFwX49rTGEYJwB9jBQwJWxRzwUtP5PA9dP8khFGMm3oSFgYortxdlp0PkxB29EhWGp/KQE5g+adehYg== dependencies: cmake-js \"~5.2.0\" detect-libc \"^1.0.3\" each-series-async \"^1.0.1\" execspawn \"^1.0.1\" ghreleases \"^3.0.2\" github-from-package \"0.0.0\" glob \"^7.1.6\" minimist \"^1.1.2\" mkdirp \"^0.5.1\" napi-build-utils \"^1.0.1\" node-abi \"^2.2.0\" node-gyp \"^6.0.1\" node-ninja \"^1.0.1\" noop-logger \"^0.1.0\" npm-which \"^3.0.1\" npmlog \"^4.0.1\" nw-gyp \"^3.6.3\" rc \"^1.0.3\" run-waterfall \"^1.1.6\" tar-stream \"^2.1.0\" private@^0.1.8: version \"0.1.8\" resolved \"https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff\" integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== process-nextick-args@~1.0.6: version \"1.0.7\" resolved \"https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3\" integrity sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M= psl@^1.1.28: version \"1.1.29\" resolved \"https://registry.yarnpkg.com/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67\" integrity sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ== pump@^3.0.0: version \"3.0.0\" resolved \"https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64\" integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== dependencies: end-of-stream \"^1.1.0\" once \"^1.3.1\" punycode@^2.1.0, punycode@^2.1.1: version \"2.1.1\" resolved \"https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec\" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== qs@~6.5.2: version \"6.5.2\" resolved \"https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36\" integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== randombytes@^2.1.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a\" integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== dependencies: safe-buffer \"^5.1.0\" rc@^1.0.3, rc@^1.2.7: version \"1.2.8\" resolved \"https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed\" integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== dependencies: deep-extend \"^0.6.0\" ini \"~1.3.0\" minimist \"^1.2.0\" strip-json-comments \"~2.0.1\" \"readable-stream@>=1.0.33-1 <1.1.0-0\", readable-stream@~1.0.26-2: version \"1.0.34\" resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c\" integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw= dependencies: core-util-is \"~1.0.0\" inherits \"~2.0.1\" isarray \"0.0.1\" string_decoder \"~0.10.x\" \"readable-stream@^2.0.0 || ^1.1.13\", readable-stream@^2.0.2, readable-stream@^2.0.6: version \"2.3.3\" resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c\" integrity sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ== dependencies: core-util-is \"~1.0.0\" inherits \"~2.0.3\" isarray \"~1.0.0\" process-nextick-args \"~1.0.6\" safe-buffer \"~5.1.1\" string_decoder \"~1.0.3\" util-deprecate \"~1.0.1\" readable-stream@^3.0.1, readable-stream@^3.1.1, readable-stream@^3.4.0: version \"3.6.0\" resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198\" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== dependencies: inherits \"^2.0.3\" string_decoder \"^1.1.1\" util-deprecate \"^1.0.1\" readable-stream@~1.1.9: version \"1.1.14\" resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9\" integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk= dependencies: core-util-is \"~1.0.0\" inherits \"~2.0.1\" isarray \"0.0.1\" string_decoder \"~0.10.x\" readable-stream@~2.1.5: version \"2.1.5\" resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.1.5.tgz#66fa8b720e1438b364681f2ad1a63c618448c9d0\" integrity sha1-ZvqLcg4UOLNkaB8q0aY8YYRIydA= dependencies: buffer-shims \"^1.0.0\" core-util-is \"~1.0.0\" inherits \"~2.0.1\" isarray \"~1.0.0\" process-nextick-args \"~1.0.6\" string_decoder \"~0.10.x\" util-deprecate \"~1.0.1\" readdirp@~3.5.0: version \"3.5.0\" resolved \"https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e\" integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== dependencies: picomatch \"^2.2.1\" regenerator-runtime@^0.10.0: version \"0.10.5\" resolved \"https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658\" integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg= regenerator-runtime@^0.11.0: version \"0.11.1\" resolved \"https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9\" integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== repeating@^2.0.0: version \"2.0.1\" resolved \"https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda\" integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= dependencies: is-finite \"^1.0.0\" request@2, request@^2.54.0, request@^2.88.0, request@^2.88.2: version \"2.88.2\" resolved \"https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3\" integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== dependencies: aws-sign2 \"~0.7.0\" aws4 \"^1.8.0\" caseless \"~0.12.0\" combined-stream \"~1.0.6\" extend \"~3.0.2\" forever-agent \"~0.6.1\" form-data \"~2.3.2\" har-validator \"~5.1.3\" http-signature \"~1.2.0\" is-typedarray \"~1.0.0\" isstream \"~0.1.2\" json-stringify-safe \"~5.0.1\" mime-types \"~2.1.19\" oauth-sign \"~0.9.0\" performance-now \"^2.1.0\" qs \"~6.5.2\" safe-buffer \"^5.1.2\" tough-cookie \"~2.5.0\" tunnel-agent \"^0.6.0\" uuid \"^3.3.2\" require-directory@^2.1.1: version \"2.1.1\" resolved \"https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42\" integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= rimraf@2, rimraf@^2.6.3: version \"2.7.1\" resolved \"https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec\" integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== dependencies: glob \"^7.1.3\" rimraf@^3.0.2: version \"3.0.2\" resolved \"https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a\" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob \"^7.1.3\" rsvp@^3.0.13: version \"3.6.2\" resolved \"https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a\" integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw== run-waterfall@^1.1.6: version \"1.1.7\" resolved \"https://registry.yarnpkg.com/run-waterfall/-/run-waterfall-1.1.7.tgz#ae368b549b2f5171f86c2924492cab3352a6e9c5\" integrity sha512-iFPgh7SatHXOG1ClcpdwHI63geV3Hc/iL6crGSyBlH2PY7Rm/za+zoKz6FfY/Qlw5K7JwSol8pseO8fN6CMhhQ== safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version \"5.1.1\" resolved \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853\" integrity sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg== safe-buffer@^5.1.2, safe-buffer@~5.2.0: version \"5.2.1\" resolved \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6\" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== safer-buffer@^2.0.2: version \"2.1.2\" resolved \"https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a\" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== \"semver@2.x || 3.x || 4 || 5\", semver@^5.0.3, semver@^5.4.1, semver@^5.7.1: version \"5.7.1\" resolved \"https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7\" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== semver@^4.3.3: version \"4.3.6\" resolved \"https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da\" integrity sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto= semver@^7.3.2: version \"7.3.2\" resolved \"https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938\" integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== semver@~5.3.0: version \"5.3.0\" resolved \"https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f\" integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8= serialize-javascript@5.0.1: version \"5.0.1\" resolved \"https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4\" integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA== dependencies: randombytes \"^2.1.0\" set-blocking@~2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7\" integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= setimmediate@~1.0.4: version \"1.0.5\" resolved \"https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285\" integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= signal-exit@^3.0.0: version \"3.0.2\" resolved \"https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d\" integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= simple-concat@^1.0.0: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f\" integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== simple-get@^3.0.3: version \"3.1.0\" resolved \"https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3\" integrity sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA== dependencies: decompress-response \"^4.2.0\" once \"^1.3.1\" simple-concat \"^1.0.0\" simple-mime@~0.1.0: version \"0.1.0\" resolved \"https://registry.yarnpkg.com/simple-mime/-/simple-mime-0.1.0.tgz#95f517c4f466d7cff561a71fc9dab2596ea9ef2e\" integrity sha1-lfUXxPRm18/1YacfydqyWW6p7y4= slash@^1.0.0: version \"1.0.0\" resolved \"https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55\" integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= source-map-support@^0.4.15: version \"0.4.18\" resolved \"https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f\" integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== dependencies: source-map \"^0.5.6\" source-map-support@~0.2.8: version \"0.2.10\" resolved \"https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.2.10.tgz#ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc\" integrity sha1-6lo5AKHByyUJagrozFwrSxDe09w= dependencies: source-map \"0.1.32\" source-map@0.1.32: version \"0.1.32\" resolved \"https://registry.yarnpkg.com/source-map/-/source-map-0.1.32.tgz#c8b6c167797ba4740a8ea33252162ff08591b266\" integrity sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY= dependencies: amdefine \">=0.0.4\" source-map@^0.5.6, source-map@^0.5.7: version \"0.5.7\" resolved \"https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc\" integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= splitargs@0: version \"0.0.7\" resolved \"https://registry.yarnpkg.com/splitargs/-/splitargs-0.0.7.tgz#fe9f7ae657371b33b10cb80da143cf8249cf6b3b\" integrity sha1-/p965lc3GzOxDLgNoUPPgknPazs= sshpk@^1.7.0: version \"1.14.2\" resolved \"https://registry.yarnpkg.com/sshpk/-/sshpk-1.14.2.tgz#c6fc61648a3d9c4e764fd3fcdf4ea105e492ba98\" integrity sha1-xvxhZIo9nE52T9P8306hBeSSupg= dependencies: asn1 \"~0.2.3\" assert-plus \"^1.0.0\" dashdash \"^1.12.0\" getpass \"^0.1.1\" safer-buffer \"^2.0.2\" optionalDependencies: bcrypt-pbkdf \"^1.0.0\" ecc-jsbn \"~0.1.1\" jsbn \"~0.1.0\" tweetnacl \"~0.14.0\" string-width@^1.0.1, string-width@^1.0.2, \"string-width@^1.0.2 || 2\": version \"1.0.2\" resolved \"https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3\" integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= dependencies: code-point-at \"^1.0.0\" is-fullwidth-code-point \"^1.0.0\" strip-ansi \"^3.0.0\" string-width@^4.1.0, string-width@^4.2.0: version \"4.2.2\" resolved \"https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5\" integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== dependencies: emoji-regex \"^8.0.0\" is-fullwidth-code-point \"^3.0.0\" strip-ansi \"^6.0.0\" string_decoder@^1.1.1: version \"1.3.0\" resolved \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e\" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== dependencies: safe-buffer \"~5.2.0\" string_decoder@~0.10.x: version \"0.10.31\" resolved \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94\" integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= string_decoder@~1.0.3: version \"1.0.3\" resolved \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab\" integrity sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ== dependencies: safe-buffer \"~5.1.0\" strip-ansi@^3.0.0, strip-ansi@^3.0.1: version \"3.0.1\" resolved \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf\" integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= dependencies: ansi-regex \"^2.0.0\" strip-ansi@^6.0.0: version \"6.0.0\" resolved \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532\" integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== dependencies: ansi-regex \"^5.0.0\" strip-json-comments@3.1.1: version \"3.1.1\" resolved \"https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006\" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== strip-json-comments@~2.0.1: version \"2.0.1\" resolved \"https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a\" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= supports-color@8.1.1: version \"8.1.1\" resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c\" integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== dependencies: has-flag \"^4.0.0\" supports-color@^2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7\" integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= supports-color@^7.1.0: version \"7.2.0\" resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da\" integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== dependencies: has-flag \"^4.0.0\" tar-fs@^2.0.0: version \"2.1.1\" resolved \"https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784\" integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng== dependencies: chownr \"^1.1.1\" mkdirp-classic \"^0.5.2\" pump \"^3.0.0\" tar-stream \"^2.1.4\" tar-stream@^2.1.0, tar-stream@^2.1.4: version \"2.1.4\" resolved \"https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.4.tgz#c4fb1a11eb0da29b893a5b25476397ba2d053bfa\" integrity sha512-o3pS2zlG4gxr67GmFYBLlq+dM8gyRGUOvsrHclSkvtVtQbjV0s/+ZE8OpICbaj8clrX3tjeHngYGP7rweaBnuw== dependencies: bl \"^4.0.3\" end-of-stream \"^1.4.1\" fs-constants \"^1.0.0\" inherits \"^2.0.3\" readable-stream \"^3.1.1\" tar@^2.0.0: version \"2.2.2\" resolved \"https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40\" integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== dependencies: block-stream \"*\" fstream \"^1.0.12\" inherits \"2\" tar@^4, tar@^4.4.12: version \"4.4.13\" resolved \"https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525\" integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA== dependencies: chownr \"^1.1.1\" fs-minipass \"^1.2.5\" minipass \"^2.8.6\" minizlib \"^1.2.1\" mkdirp \"^0.5.0\" safe-buffer \"^5.1.2\" yallist \"^3.0.3\" tar@^6.0.2: version \"6.0.5\" resolved \"https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz#bde815086e10b39f1dcd298e89d596e1535e200f\" integrity sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg== dependencies: chownr \"^2.0.0\" fs-minipass \"^2.0.0\" minipass \"^3.0.0\" minizlib \"^2.1.1\" mkdirp \"^1.0.3\" yallist \"^4.0.0\" through2@~0.6.3: version \"0.6.5\" resolved \"https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48\" integrity sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg= dependencies: readable-stream \">=1.0.33-1 <1.1.0-0\" xtend \">=4.0.0 <4.1.0-0\" to-fast-properties@^1.0.1, to-fast-properties@^1.0.3: version \"1.0.3\" resolved \"https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47\" integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= to-regex-range@^5.0.1: version \"5.0.1\" resolved \"https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4\" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: is-number \"^7.0.0\" tough-cookie@~2.5.0: version \"2.5.0\" resolved \"https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2\" integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== dependencies: psl \"^1.1.28\" punycode \"^2.1.1\" traceur@0.0.x: version \"0.0.111\" resolved \"https://registry.yarnpkg.com/traceur/-/traceur-0.0.111.tgz#c04de74d14696c3373427de4fc08ecaf913fc3a1\" integrity sha1-wE3nTRRpbDNzQn3k/Ajsr5E/w6E= dependencies: commander \"2.9.x\" glob \"5.0.x\" rsvp \"^3.0.13\" semver \"^4.3.3\" source-map-support \"~0.2.8\" \"traverse@>=0.3.0 <0.4\": version \"0.3.9\" resolved \"https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9\" integrity sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk= trim-right@^1.0.1: version \"1.0.1\" resolved \"https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003\" integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= tunnel-agent@^0.6.0: version \"0.6.0\" resolved \"https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd\" integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= dependencies: safe-buffer \"^5.0.1\" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version \"0.14.5\" resolved \"https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64\" integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= type-detect@^4.0.0, type-detect@^4.0.5: version \"4.0.8\" resolved \"https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c\" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== type@^1.0.1: version \"1.2.0\" resolved \"https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0\" integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== type@^2.0.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/type/-/type-2.1.0.tgz#9bdc22c648cf8cf86dd23d32336a41cfb6475e3f\" integrity sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA== universalify@^0.1.0: version \"0.1.2\" resolved \"https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66\" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== unzipper@^0.8.13: version \"0.8.14\" resolved \"https://registry.yarnpkg.com/unzipper/-/unzipper-0.8.14.tgz#ade0524cd2fc14d11b8de258be22f9d247d3f79b\" integrity sha512-8rFtE7EP5ssOwGpN2dt1Q4njl0N1hUXJ7sSPz0leU2hRdq6+pra57z4YPBlVqm40vcgv6ooKZEAx48fMTv9x4w== dependencies: big-integer \"^1.6.17\" binary \"~0.3.0\" bluebird \"~3.4.1\" buffer-indexof-polyfill \"~1.0.0\" duplexer2 \"~0.1.4\" fstream \"~1.0.10\" listenercount \"~1.0.1\" readable-stream \"~2.1.5\" setimmediate \"~1.0.4\" uri-js@^4.2.2: version \"4.2.2\" resolved \"https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0\" integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== dependencies: punycode \"^2.1.0\" url-join@0: version \"0.0.1\" resolved \"https://registry.yarnpkg.com/url-join/-/url-join-0.0.1.tgz#1db48ad422d3402469a87f7d97bdebfe4fb1e3c8\" integrity sha1-HbSK1CLTQCRpqH99l73r/k+x48g= url-template@~2.0.6: version \"2.0.8\" resolved \"https://registry.yarnpkg.com/url-template/-/url-template-2.0.8.tgz#fc565a3cccbff7730c775f5641f9555791439f21\" integrity sha1-/FZaPMy/93MMd19WQflVV5FDnyE= util-deprecate@^1.0.1, util-deprecate@~1.0.1: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf\" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= util-extend@^1.0.1: version \"1.0.3\" resolved \"https://registry.yarnpkg.com/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f\" integrity sha1-p8IW0mdUUWljeztu3GypEZ4v+T8= uuid@^3.3.2: version \"3.4.0\" resolved \"https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee\" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== verror@1.3.6: version \"1.3.6\" resolved \"https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz#cff5df12946d297d2baaefaa2689e25be01c005c\" integrity sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw= dependencies: extsprintf \"1.0.2\" which@1, which@^1.0.9, which@^1.2.10, which@^1.3.1: version \"1.3.1\" resolved \"https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a\" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== dependencies: isexe \"^2.0.0\" which@2.0.2, which@^2.0.2: version \"2.0.2\" resolved \"https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1\" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe \"^2.0.0\" wide-align@1.1.3: version \"1.1.3\" resolved \"https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457\" integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== dependencies: string-width \"^1.0.2 || 2\" wide-align@^1.1.0: version \"1.1.2\" resolved \"https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.2.tgz#571e0f1b0604636ebc0dfc21b0339bbe31341710\" integrity sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w== dependencies: string-width \"^1.0.2\" window-size@^0.1.4: version \"0.1.4\" resolved \"https://registry.yarnpkg.com/window-size/-/window-size-0.1.4.tgz#f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876\" integrity sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY= workerpool@6.1.0: version \"6.1.0\" resolved \"https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz#a8e038b4c94569596852de7a8ea4228eefdeb37b\" integrity sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg== wrap-ansi@^2.0.0: version \"2.1.0\" resolved \"https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85\" integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= dependencies: string-width \"^1.0.1\" strip-ansi \"^3.0.1\" wrap-ansi@^7.0.0: version \"7.0.0\" resolved \"https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43\" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== dependencies: ansi-styles \"^4.0.0\" string-width \"^4.1.0\" strip-ansi \"^6.0.0\" wrappy@1: version \"1.0.2\" resolved \"https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f\" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= \"xtend@>=4.0.0 <4.1.0-0\", xtend@~4.0.1: version \"4.0.2\" resolved \"https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54\" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== y18n@^3.2.0: version \"3.2.2\" resolved \"https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696\" integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ== y18n@^5.0.5: version \"5.0.5\" resolved \"https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18\" integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== yallist@^3.0.0, yallist@^3.0.3: version \"3.1.1\" resolved \"https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd\" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== yallist@^4.0.0: version \"4.0.0\" resolved \"https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72\" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== yargs-parser@20.2.4, yargs-parser@^20.2.2: version \"20.2.4\" resolved \"https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54\" integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== yargs-unparser@2.0.0: version \"2.0.0\" resolved \"https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb\" integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA== dependencies: camelcase \"^6.0.0\" decamelize \"^4.0.0\" flat \"^5.0.2\" is-plain-obj \"^2.1.0\" yargs@16.2.0: version \"16.2.0\" resolved \"https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66\" integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== dependencies: cliui \"^7.0.2\" escalade \"^3.1.1\" get-caller-file \"^2.0.5\" require-directory \"^2.1.1\" string-width \"^4.2.0\" y18n \"^5.0.5\" yargs-parser \"^20.2.2\" yargs@^3.6.0: version \"3.32.0\" resolved \"https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz#03088e9ebf9e756b69751611d2a5ef591482c995\" integrity sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU= dependencies: camelcase \"^2.0.1\" cliui \"^3.0.3\" decamelize \"^1.1.1\" os-locale \"^1.4.0\" string-width \"^1.0.1\" window-size \"^0.1.4\" y18n \"^3.2.0\" yocto-queue@^0.1.0: version \"0.1.0\" resolved \"https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b\" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== "} {"_id":"doc-en-nixpkgs-74c1dac60fb2b301c8ea98c6ff3bf8007531d552b0b1383aa8e25eaa60f277de","title":"","text":" { fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec { offline_cache = linkFarm \"offline\" packages; packages = [ { name = \"_ungap_promise_all_settled___promise_all_settled_1.1.2.tgz\"; path = fetchurl { name = \"_ungap_promise_all_settled___promise_all_settled_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz\"; sha1 = \"aa58042711d6e3275dd37dc597e5d31e8c290a44\"; }; } { name = \"abbrev___abbrev_1.1.0.tgz\"; path = fetchurl { name = \"abbrev___abbrev_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz\"; sha1 = \"d0554c2256636e2f56e7c2e5ad183f859428d81f\"; }; } { name = \"after___after_0.8.2.tgz\"; path = fetchurl { name = \"after___after_0.8.2.tgz\"; url = \"https://registry.yarnpkg.com/after/-/after-0.8.2.tgz\"; sha1 = \"fedb394f9f0e02aa9768e702bda23b505fae7e1f\"; }; } { name = \"ajv___ajv_6.12.4.tgz\"; path = fetchurl { name = \"ajv___ajv_6.12.4.tgz\"; url = \"https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz\"; sha1 = \"0614facc4522127fa713445c6bfd3ebd376e2234\"; }; } { name = \"amdefine___amdefine_1.0.1.tgz\"; path = fetchurl { name = \"amdefine___amdefine_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz\"; sha1 = \"4a5282ac164729e93619bcfd3ad151f817ce91f5\"; }; } { name = \"ansi_colors___ansi_colors_4.1.1.tgz\"; path = fetchurl { name = \"ansi_colors___ansi_colors_4.1.1.tgz\"; url = \"https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz\"; sha1 = \"cbb9ae256bf750af1eab344f229aa27fe94ba348\"; }; } { 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_5.0.0.tgz\"; path = fetchurl { name = \"ansi_regex___ansi_regex_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz\"; sha1 = \"388539f55179bf39339c81af30a654d69f87cb75\"; }; } { 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_4.3.0.tgz\"; path = fetchurl { name = \"ansi_styles___ansi_styles_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz\"; sha1 = \"edd803628ae71c04c85ae7a0906edad34b648937\"; }; } { name = \"ansi___ansi_0.3.1.tgz\"; path = fetchurl { name = \"ansi___ansi_0.3.1.tgz\"; url = \"https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz\"; sha1 = \"0c42d4fb17160d5a9af1e484bace1c66922c1b21\"; }; } { name = \"anymatch___anymatch_3.1.1.tgz\"; path = fetchurl { name = \"anymatch___anymatch_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz\"; sha1 = \"c55ecf02185e2469259399310c173ce31233b142\"; }; } { name = \"aproba___aproba_1.1.2.tgz\"; path = fetchurl { name = \"aproba___aproba_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/aproba/-/aproba-1.1.2.tgz\"; sha1 = \"45c6629094de4e96f693ef7eab74ae079c240fc1\"; }; } { name = \"are_we_there_yet___are_we_there_yet_1.0.6.tgz\"; path = fetchurl { name = \"are_we_there_yet___are_we_there_yet_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.0.6.tgz\"; sha1 = \"a2d28c93102aa6cc96245a26cb954de06ec53f0c\"; }; } { name = \"are_we_there_yet___are_we_there_yet_1.1.4.tgz\"; path = fetchurl { name = \"are_we_there_yet___are_we_there_yet_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz\"; sha1 = \"bb5dca382bb94f05e15194373d16fd3ba1ca110d\"; }; } { name = \"argparse___argparse_2.0.1.tgz\"; path = fetchurl { name = \"argparse___argparse_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz\"; sha1 = \"246f50f3ca78a3240f6c997e8a9bd1eac49e4b38\"; }; } { name = \"array_index___array_index_1.0.0.tgz\"; path = fetchurl { name = \"array_index___array_index_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/array-index/-/array-index-1.0.0.tgz\"; sha1 = \"ec56a749ee103e4e08c790b9c353df16055b97f9\"; }; } { name = \"asn1___asn1_0.2.3.tgz\"; path = fetchurl { name = \"asn1___asn1_0.2.3.tgz\"; url = \"https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz\"; sha1 = \"dac8787713c9966849fc8180777ebe9c1ddf3b86\"; }; } { 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 = \"assertion_error___assertion_error_1.1.0.tgz\"; path = fetchurl { name = \"assertion_error___assertion_error_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz\"; sha1 = \"e60b6b0e8f301bd97e5375215bda406c85118c0b\"; }; } { 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 = \"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.10.1.tgz\"; path = fetchurl { name = \"aws4___aws4_1.10.1.tgz\"; url = \"https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz\"; sha1 = \"e1e82e4f3e999e2cfd61b161280d16a111f86428\"; }; } { 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_core___babel_core_6.26.3.tgz\"; path = fetchurl { name = \"babel_core___babel_core_6.26.3.tgz\"; url = \"https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz\"; sha1 = \"b2e2f09e342d0f0c88e2f02e067794125e75c207\"; }; } { name = \"babel_generator___babel_generator_6.26.1.tgz\"; path = fetchurl { name = \"babel_generator___babel_generator_6.26.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz\"; sha1 = \"1844408d3b8f0d35a404ea7ac180f087a601bd90\"; }; } { name = \"babel_helper_function_name___babel_helper_function_name_6.24.1.tgz\"; path = fetchurl { name = \"babel_helper_function_name___babel_helper_function_name_6.24.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz\"; sha1 = \"d3475b8c03ed98242a25b48351ab18399d3580a9\"; }; } { name = \"babel_helper_get_function_arity___babel_helper_get_function_arity_6.24.1.tgz\"; path = fetchurl { name = \"babel_helper_get_function_arity___babel_helper_get_function_arity_6.24.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz\"; sha1 = \"8f7782aa93407c41d3aa50908f89b031b1b6853d\"; }; } { name = \"babel_helper_remap_async_to_generator___babel_helper_remap_async_to_generator_6.24.1.tgz\"; path = fetchurl { name = \"babel_helper_remap_async_to_generator___babel_helper_remap_async_to_generator_6.24.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz\"; sha1 = \"5ec581827ad723fecdd381f1c928390676e4551b\"; }; } { name = \"babel_helpers___babel_helpers_6.24.1.tgz\"; path = fetchurl { name = \"babel_helpers___babel_helpers_6.24.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz\"; sha1 = \"3471de9caec388e5c850e597e58a26ddf37602b2\"; }; } { name = \"babel_messages___babel_messages_6.23.0.tgz\"; path = fetchurl { name = \"babel_messages___babel_messages_6.23.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz\"; sha1 = \"f3cdf4703858035b2a2951c6ec5edf6c62f2630e\"; }; } { name = \"babel_plugin_syntax_async_functions___babel_plugin_syntax_async_functions_6.13.0.tgz\"; path = fetchurl { name = \"babel_plugin_syntax_async_functions___babel_plugin_syntax_async_functions_6.13.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz\"; sha1 = \"cad9cad1191b5ad634bf30ae0872391e0647be95\"; }; } { name = \"babel_plugin_transform_async_to_generator___babel_plugin_transform_async_to_generator_6.24.1.tgz\"; path = fetchurl { name = \"babel_plugin_transform_async_to_generator___babel_plugin_transform_async_to_generator_6.24.1.tgz\"; url = \"https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz\"; sha1 = \"6536e378aff6cb1d5517ac0e40eb3e9fc8d08761\"; }; } { name = \"babel_register___babel_register_6.26.0.tgz\"; path = fetchurl { name = \"babel_register___babel_register_6.26.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz\"; sha1 = \"6ed021173e2fcb486d7acb45c6009a856f647071\"; }; } { name = \"babel_runtime___babel_runtime_6.23.0.tgz\"; path = fetchurl { name = \"babel_runtime___babel_runtime_6.23.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz\"; sha1 = \"0a9489f144de70efb3ce4300accdb329e2fc543b\"; }; } { 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 = \"babel_template___babel_template_6.26.0.tgz\"; path = fetchurl { name = \"babel_template___babel_template_6.26.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz\"; sha1 = \"de03e2d16396b069f46dd9fff8521fb1a0e35e02\"; }; } { name = \"babel_traverse___babel_traverse_6.26.0.tgz\"; path = fetchurl { name = \"babel_traverse___babel_traverse_6.26.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz\"; sha1 = \"46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee\"; }; } { name = \"babel_types___babel_types_6.25.0.tgz\"; path = fetchurl { name = \"babel_types___babel_types_6.25.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-types/-/babel-types-6.25.0.tgz\"; sha1 = \"70afb248d5660e5d18f811d91c8303b54134a18e\"; }; } { name = \"babel_types___babel_types_6.26.0.tgz\"; path = fetchurl { name = \"babel_types___babel_types_6.26.0.tgz\"; url = \"https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz\"; sha1 = \"a3b073f94ab49eb6fa55cd65227a334380632497\"; }; } { 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 = \"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.5.1.tgz\"; path = fetchurl { name = \"base64_js___base64_js_1.5.1.tgz\"; url = \"https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz\"; sha1 = \"1b1b440160a5bf7ad40b650f095963481903930a\"; }; } { 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_integer___big_integer_1.6.48.tgz\"; path = fetchurl { name = \"big_integer___big_integer_1.6.48.tgz\"; url = \"https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.48.tgz\"; sha1 = \"8fd88bd1632cba4a1c8c3e3d7159f08bb95b4b9e\"; }; } { name = \"binary_extensions___binary_extensions_2.2.0.tgz\"; path = fetchurl { name = \"binary_extensions___binary_extensions_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz\"; sha1 = \"75f502eeaf9ffde42fc98829645be4ea76bd9e2d\"; }; } { name = \"binary___binary_0.3.0.tgz\"; path = fetchurl { name = \"binary___binary_0.3.0.tgz\"; url = \"https://registry.yarnpkg.com/binary/-/binary-0.3.0.tgz\"; sha1 = \"9f60553bc5ce8c3386f3b553cff47462adecaa79\"; }; } { name = \"bl___bl_4.0.3.tgz\"; path = fetchurl { name = \"bl___bl_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz\"; sha1 = \"12d6287adc29080e22a705e5764b2a9522cdc489\"; }; } { name = \"bl___bl_3.0.1.tgz\"; path = fetchurl { name = \"bl___bl_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/bl/-/bl-3.0.1.tgz\"; sha1 = \"1cbb439299609e419b5a74d7fce2f8b37d8e5c6f\"; }; } { name = \"block_stream___block_stream_0.0.9.tgz\"; path = fetchurl { name = \"block_stream___block_stream_0.0.9.tgz\"; url = \"https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz\"; sha1 = \"13ebfe778a03205cfe03751481ebb4b3300c126a\"; }; } { name = \"bluebird___bluebird_3.7.2.tgz\"; path = fetchurl { name = \"bluebird___bluebird_3.7.2.tgz\"; url = \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz\"; sha1 = \"9f229c15be272454ffa973ace0dbee79a1b0c36f\"; }; } { name = \"bluebird___bluebird_3.4.7.tgz\"; path = fetchurl { name = \"bluebird___bluebird_3.4.7.tgz\"; url = \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz\"; sha1 = \"f72d760be09b7f76d08ed8fae98b289a8d05fab3\"; }; } { name = \"brace_expansion___brace_expansion_1.1.8.tgz\"; path = fetchurl { name = \"brace_expansion___brace_expansion_1.1.8.tgz\"; url = \"https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz\"; sha1 = \"c07b211c7c952ec1f8efd51a77ef0d1d3990a292\"; }; } { name = \"braces___braces_3.0.2.tgz\"; path = fetchurl { name = \"braces___braces_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz\"; sha1 = \"3454e1a462ee8d599e236df336cd9ea4f8afe107\"; }; } { name = \"browser_stdout___browser_stdout_1.3.1.tgz\"; path = fetchurl { name = \"browser_stdout___browser_stdout_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz\"; sha1 = \"baa559ee14ced73452229bad7326467c61fabd60\"; }; } { name = \"buffer_from___buffer_from_0.1.2.tgz\"; path = fetchurl { name = \"buffer_from___buffer_from_0.1.2.tgz\"; url = \"https://registry.yarnpkg.com/buffer-from/-/buffer-from-0.1.2.tgz\"; sha1 = \"15f4b9bcef012044df31142c14333caf6e0260d0\"; }; } { name = \"buffer_indexof_polyfill___buffer_indexof_polyfill_1.0.2.tgz\"; path = fetchurl { name = \"buffer_indexof_polyfill___buffer_indexof_polyfill_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz\"; sha1 = \"d2732135c5999c64b277fcf9b1abe3498254729c\"; }; } { name = \"buffer_shims___buffer_shims_1.0.0.tgz\"; path = fetchurl { name = \"buffer_shims___buffer_shims_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz\"; sha1 = \"9978ce317388c649ad8793028c3477ef044a8b51\"; }; } { name = \"buffer___buffer_5.7.1.tgz\"; path = fetchurl { name = \"buffer___buffer_5.7.1.tgz\"; url = \"https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz\"; sha1 = \"ba62e7c13133053582197160851a8f648e99eed0\"; }; } { name = \"buffers___buffers_0.1.1.tgz\"; path = fetchurl { name = \"buffers___buffers_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz\"; sha1 = \"b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb\"; }; } { name = \"camelcase___camelcase_2.1.1.tgz\"; path = fetchurl { name = \"camelcase___camelcase_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz\"; sha1 = \"7c1d16d679a1bbe59ca02cacecfb011e201f5a1f\"; }; } { name = \"camelcase___camelcase_6.2.0.tgz\"; path = fetchurl { name = \"camelcase___camelcase_6.2.0.tgz\"; url = \"https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz\"; sha1 = \"924af881c9d525ac9d87f40d964e5cea982a1809\"; }; } { 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 = \"chai___chai_4.3.4.tgz\"; path = fetchurl { name = \"chai___chai_4.3.4.tgz\"; url = \"https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz\"; sha1 = \"b55e655b31e1eac7099be4c08c21964fce2e6c49\"; }; } { name = \"chainsaw___chainsaw_0.1.0.tgz\"; path = fetchurl { name = \"chainsaw___chainsaw_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/chainsaw/-/chainsaw-0.1.0.tgz\"; sha1 = \"5eab50b28afe58074d0d58291388828b5e5fbc98\"; }; } { 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 = \"chalk___chalk_4.1.0.tgz\"; path = fetchurl { name = \"chalk___chalk_4.1.0.tgz\"; url = \"https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz\"; sha1 = \"4e14870a618d9e2edd97dd8345fd9d9dc315646a\"; }; } { name = \"check_error___check_error_1.0.2.tgz\"; path = fetchurl { name = \"check_error___check_error_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz\"; sha1 = \"574d312edd88bb5dd8912e9286dd6c0aed4aac82\"; }; } { name = \"chokidar___chokidar_3.5.1.tgz\"; path = fetchurl { name = \"chokidar___chokidar_3.5.1.tgz\"; url = \"https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz\"; sha1 = \"ee9ce7bbebd2b79f49f304799d5468e31e14e68a\"; }; } { name = \"chownr___chownr_1.1.4.tgz\"; path = fetchurl { name = \"chownr___chownr_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz\"; sha1 = \"6fc9d7b42d32a583596337666e7d08084da2cc6b\"; }; } { name = \"chownr___chownr_2.0.0.tgz\"; path = fetchurl { name = \"chownr___chownr_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz\"; sha1 = \"15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece\"; }; } { name = \"cliui___cliui_3.2.0.tgz\"; path = fetchurl { name = \"cliui___cliui_3.2.0.tgz\"; url = \"https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz\"; sha1 = \"120601537a916d29940f934da3b48d585a39213d\"; }; } { name = \"cliui___cliui_7.0.4.tgz\"; path = fetchurl { name = \"cliui___cliui_7.0.4.tgz\"; url = \"https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz\"; sha1 = \"a0265ee655476fc807aea9df3df8df7783808b4f\"; }; } { name = \"cmake_js___cmake_js_5.2.0.tgz\"; path = fetchurl { name = \"cmake_js___cmake_js_5.2.0.tgz\"; url = \"https://registry.yarnpkg.com/cmake-js/-/cmake-js-5.2.0.tgz\"; sha1 = \"6d72014269a5d23a754a6d170cde9ed2d75eb411\"; }; } { 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 = \"color_convert___color_convert_2.0.1.tgz\"; path = fetchurl { name = \"color_convert___color_convert_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz\"; sha1 = \"72d3a68d598c9bdb3af2ad1e84f21d896abd4de3\"; }; } { 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 = \"colors___colors_0.6.2.tgz\"; path = fetchurl { name = \"colors___colors_0.6.2.tgz\"; url = \"https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz\"; sha1 = \"2423fe6678ac0c5dae8852e5d0e5be08c997abcc\"; }; } { 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.9.0.tgz\"; path = fetchurl { name = \"commander___commander_2.9.0.tgz\"; url = \"https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz\"; sha1 = \"9c99094176e12240cb22d6c5146098400fe0f7d4\"; }; } { name = \"commander___commander_2.2.0.tgz\"; path = fetchurl { name = \"commander___commander_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/commander/-/commander-2.2.0.tgz\"; sha1 = \"175ad4b9317f3ff615f201c1e57224f55a3e91df\"; }; } { 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 = \"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 = \"convert_source_map___convert_source_map_1.5.1.tgz\"; path = fetchurl { name = \"convert_source_map___convert_source_map_1.5.1.tgz\"; url = \"https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz\"; sha1 = \"b8278097b9bc229365de5c62cf5fcaed8b5599e5\"; }; } { name = \"core_js___core_js_2.4.1.tgz\"; path = fetchurl { name = \"core_js___core_js_2.4.1.tgz\"; url = \"https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz\"; sha1 = \"4de911e667b0eae9124e34254b53aea6fc618d3e\"; }; } { name = \"core_js___core_js_2.5.7.tgz\"; path = fetchurl { name = \"core_js___core_js_2.5.7.tgz\"; url = \"https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz\"; sha1 = \"f972608ff0cead68b841a16a932d0b183791814e\"; }; } { 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 = \"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 = \"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 = \"debug___debug_4.3.1.tgz\"; path = fetchurl { name = \"debug___debug_4.3.1.tgz\"; url = \"https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz\"; sha1 = \"f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee\"; }; } { 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_4.2.0.tgz\"; path = fetchurl { name = \"debug___debug_4.2.0.tgz\"; url = \"https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz\"; sha1 = \"7f150f93920e94c58f5574c2fd01a3110effe7f1\"; }; } { 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_4.0.0.tgz\"; path = fetchurl { name = \"decamelize___decamelize_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz\"; sha1 = \"aa472d7bf660eb15f3494efd531cab7f2a709837\"; }; } { name = \"decompress_response___decompress_response_4.2.1.tgz\"; path = fetchurl { name = \"decompress_response___decompress_response_4.2.1.tgz\"; url = \"https://registry.yarnpkg.com/decompress-response/-/decompress-response-4.2.1.tgz\"; sha1 = \"414023cc7a302da25ce2ec82d0d5238ccafd8986\"; }; } { name = \"deep_eql___deep_eql_3.0.1.tgz\"; path = fetchurl { name = \"deep_eql___deep_eql_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz\"; sha1 = \"dfc9404400ad1c8fe023e7da1df1c147c4b444df\"; }; } { 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 = \"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 = \"detect_indent___detect_indent_4.0.0.tgz\"; path = fetchurl { name = \"detect_indent___detect_indent_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz\"; sha1 = \"f76d064352cdf43a1cb6ce619c4ee3a9475de208\"; }; } { 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 = \"diff___diff_5.0.0.tgz\"; path = fetchurl { name = \"diff___diff_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz\"; sha1 = \"7ed6ad76d859d030787ec35855f5b1daf31d852b\"; }; } { name = \"duplexer2___duplexer2_0.0.2.tgz\"; path = fetchurl { name = \"duplexer2___duplexer2_0.0.2.tgz\"; url = \"https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz\"; sha1 = \"c614dcf67e2fb14995a91711e5a617e8a60a31db\"; }; } { name = \"duplexer2___duplexer2_0.1.4.tgz\"; path = fetchurl { name = \"duplexer2___duplexer2_0.1.4.tgz\"; url = \"https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz\"; sha1 = \"8b12dab878c0d69e3e7891051662a32fc6bddcc1\"; }; } { name = \"each_series_async___each_series_async_1.0.1.tgz\"; path = fetchurl { name = \"each_series_async___each_series_async_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/each-series-async/-/each-series-async-1.0.1.tgz\"; sha1 = \"7e3f8dfa5af934663960e5a17561362909b34328\"; }; } { name = \"ecc_jsbn___ecc_jsbn_0.1.1.tgz\"; path = fetchurl { name = \"ecc_jsbn___ecc_jsbn_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz\"; sha1 = \"0fc73a9ed5f0d53c38193398523ef7e543777505\"; }; } { name = \"emoji_regex___emoji_regex_8.0.0.tgz\"; path = fetchurl { name = \"emoji_regex___emoji_regex_8.0.0.tgz\"; url = \"https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz\"; sha1 = \"e818fd69ce5ccfcb404594f842963bf53164cc37\"; }; } { name = \"end_of_stream___end_of_stream_1.4.4.tgz\"; path = fetchurl { name = \"end_of_stream___end_of_stream_1.4.4.tgz\"; url = \"https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz\"; sha1 = \"5ae64a5f45057baf3626ec14da0ca5e4b2431eb0\"; }; } { name = \"env_paths___env_paths_2.2.0.tgz\"; path = fetchurl { name = \"env_paths___env_paths_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz\"; sha1 = \"cdca557dc009152917d6166e2febe1f039685e43\"; }; } { name = \"es5_ext___es5_ext_0.10.53.tgz\"; path = fetchurl { name = \"es5_ext___es5_ext_0.10.53.tgz\"; url = \"https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz\"; sha1 = \"93c5a3acfdbef275220ad72644ad02ee18368de1\"; }; } { 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_symbol___es6_symbol_3.1.3.tgz\"; path = fetchurl { name = \"es6_symbol___es6_symbol_3.1.3.tgz\"; url = \"https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz\"; sha1 = \"bad5d3c1bcdac28269f4cb331e431c78ac705d18\"; }; } { name = \"escalade___escalade_3.1.1.tgz\"; path = fetchurl { name = \"escalade___escalade_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz\"; sha1 = \"d8cfdc7000965c5a0174b4a82eaa5c0552742e40\"; }; } { name = \"escape_string_regexp___escape_string_regexp_4.0.0.tgz\"; path = fetchurl { name = \"escape_string_regexp___escape_string_regexp_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz\"; sha1 = \"14ba83a5d373e3d311e5afca29cf5bfad965bf34\"; }; } { 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 = \"esutils___esutils_2.0.2.tgz\"; path = fetchurl { name = \"esutils___esutils_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz\"; sha1 = \"0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b\"; }; } { name = \"execspawn___execspawn_1.0.1.tgz\"; path = fetchurl { name = \"execspawn___execspawn_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/execspawn/-/execspawn-1.0.1.tgz\"; sha1 = \"8286f9dde7cecde7905fbdc04e24f368f23f8da6\"; }; } { name = \"expand_template___expand_template_2.0.3.tgz\"; path = fetchurl { name = \"expand_template___expand_template_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz\"; sha1 = \"6e14b3fcee0f3a6340ecb57d2e8918692052a47c\"; }; } { name = \"ext___ext_1.4.0.tgz\"; path = fetchurl { name = \"ext___ext_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz\"; sha1 = \"89ae7a07158f79d35517882904324077e4379244\"; }; } { 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 = \"extsprintf___extsprintf_1.0.2.tgz\"; path = fetchurl { name = \"extsprintf___extsprintf_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz\"; sha1 = \"e1080e0658e300b06294990cc70e1502235fd550\"; }; } { name = \"fast_deep_equal___fast_deep_equal_3.1.3.tgz\"; path = fetchurl { name = \"fast_deep_equal___fast_deep_equal_3.1.3.tgz\"; url = \"https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz\"; sha1 = \"3a7d56b559d6cbc3eb512325244e619a65c6c525\"; }; } { 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 = \"fill_range___fill_range_7.0.1.tgz\"; path = fetchurl { name = \"fill_range___fill_range_7.0.1.tgz\"; url = \"https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz\"; sha1 = \"1919a6a7c75fe38b2c7c77e5198535da9acdda40\"; }; } { name = \"find_up___find_up_5.0.0.tgz\"; path = fetchurl { name = \"find_up___find_up_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz\"; sha1 = \"4c92819ecb7083561e4f4a240a86be5198f536fc\"; }; } { name = \"flat___flat_5.0.2.tgz\"; path = fetchurl { name = \"flat___flat_5.0.2.tgz\"; url = \"https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz\"; sha1 = \"8ca6fe332069ffa9d324c327198c598259ceb241\"; }; } { 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 = \"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 = \"fs_constants___fs_constants_1.0.0.tgz\"; path = fetchurl { name = \"fs_constants___fs_constants_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz\"; sha1 = \"6be0de9be998ce16af8afc24497b9ee9b7ccd9ad\"; }; } { name = \"fs_extra___fs_extra_5.0.0.tgz\"; path = fetchurl { name = \"fs_extra___fs_extra_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz\"; sha1 = \"414d0110cdd06705734d055652c5411260c31abd\"; }; } { name = \"fs_minipass___fs_minipass_1.2.7.tgz\"; path = fetchurl { name = \"fs_minipass___fs_minipass_1.2.7.tgz\"; url = \"https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz\"; sha1 = \"ccff8570841e7fe4265693da88936c55aed7f7c7\"; }; } { name = \"fs_minipass___fs_minipass_2.1.0.tgz\"; path = fetchurl { name = \"fs_minipass___fs_minipass_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz\"; sha1 = \"7f5036fdbf12c63c169190cbe4199c852271f9fb\"; }; } { 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.3.2.tgz\"; path = fetchurl { name = \"fsevents___fsevents_2.3.2.tgz\"; url = \"https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz\"; sha1 = \"8a526f78b8fdf4623b709e0b975c52c24c02fd1a\"; }; } { name = \"fstream___fstream_1.0.12.tgz\"; path = fetchurl { name = \"fstream___fstream_1.0.12.tgz\"; url = \"https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz\"; sha1 = \"4e8ba8ee2d48be4f7d0de505455548eae5932045\"; }; } { name = \"gauge___gauge_1.2.7.tgz\"; path = fetchurl { name = \"gauge___gauge_1.2.7.tgz\"; url = \"https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz\"; sha1 = \"e9cec5483d3d4ee0ef44b60a7d99e4935e136d93\"; }; } { 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_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_func_name___get_func_name_2.0.0.tgz\"; path = fetchurl { name = \"get_func_name___get_func_name_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz\"; sha1 = \"ead774abee72e20409433a066366023dd6887a41\"; }; } { 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 = \"ghreleases___ghreleases_3.0.2.tgz\"; path = fetchurl { name = \"ghreleases___ghreleases_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/ghreleases/-/ghreleases-3.0.2.tgz\"; sha1 = \"1bdb6d31ec03a24a0d80f58f5e9a84a4db725818\"; }; } { name = \"ghrepos___ghrepos_2.1.0.tgz\"; path = fetchurl { name = \"ghrepos___ghrepos_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/ghrepos/-/ghrepos-2.1.0.tgz\"; sha1 = \"abaf558b690b722c70c7ad45076f6f9be8e495e1\"; }; } { name = \"ghutils___ghutils_3.2.6.tgz\"; path = fetchurl { name = \"ghutils___ghutils_3.2.6.tgz\"; url = \"https://registry.yarnpkg.com/ghutils/-/ghutils-3.2.6.tgz\"; sha1 = \"d43986e267da02787464d97a6489659e4609bb1f\"; }; } { name = \"github_from_package___github_from_package_0.0.0.tgz\"; path = fetchurl { name = \"github_from_package___github_from_package_0.0.0.tgz\"; url = \"https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz\"; sha1 = \"97fb5d96bfde8973313f20e8288ef9a167fa64ce\"; }; } { name = \"glob_parent___glob_parent_5.1.2.tgz\"; path = fetchurl { name = \"glob_parent___glob_parent_5.1.2.tgz\"; url = \"https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz\"; sha1 = \"869832c58034fe68a4093c17dc15e8340d8401c4\"; }; } { name = \"glob___glob_7.1.6.tgz\"; path = fetchurl { name = \"glob___glob_7.1.6.tgz\"; url = \"https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz\"; sha1 = \"141f33b81a7c2492e125594307480c46679278a6\"; }; } { name = \"glob___glob_5.0.15.tgz\"; path = fetchurl { name = \"glob___glob_5.0.15.tgz\"; url = \"https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz\"; sha1 = \"1bc936b9e02f4a603fcc222ecf7633d30b8b93b1\"; }; } { name = \"globals___globals_9.18.0.tgz\"; path = fetchurl { name = \"globals___globals_9.18.0.tgz\"; url = \"https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz\"; sha1 = \"aa3896b3e69b487f17e31ed2143d69a8e30c2d8a\"; }; } { name = \"graceful_fs___graceful_fs_4.2.3.tgz\"; path = fetchurl { name = \"graceful_fs___graceful_fs_4.2.3.tgz\"; url = \"https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz\"; sha1 = \"4a12ff1b60376ef09862c2093edd908328be8423\"; }; } { name = \"graceful_readlink___graceful_readlink_1.0.1.tgz\"; path = fetchurl { name = \"graceful_readlink___graceful_readlink_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz\"; sha1 = \"4cafad76bc62f02fa039b2f94e9a3dd3a391a725\"; }; } { name = \"growl___growl_1.10.5.tgz\"; path = fetchurl { name = \"growl___growl_1.10.5.tgz\"; url = \"https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz\"; sha1 = \"f2735dc2283674fa67478b10181059355c369e5e\"; }; } { 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.5.tgz\"; path = fetchurl { name = \"har_validator___har_validator_5.1.5.tgz\"; url = \"https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz\"; sha1 = \"1f0803b9f8cb20c0fa13822df1ecddb36bde1efd\"; }; } { 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_4.0.0.tgz\"; path = fetchurl { name = \"has_flag___has_flag_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz\"; sha1 = \"944771fd9c81c81265c4d6941860da06bb59479b\"; }; } { 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 = \"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 = \"home_or_tmp___home_or_tmp_2.0.0.tgz\"; path = fetchurl { name = \"home_or_tmp___home_or_tmp_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz\"; sha1 = \"e36c3f2d2cae7d746a857e38d18d5f32a7882db8\"; }; } { 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 = \"hyperquest___hyperquest_2.1.3.tgz\"; path = fetchurl { name = \"hyperquest___hyperquest_2.1.3.tgz\"; url = \"https://registry.yarnpkg.com/hyperquest/-/hyperquest-2.1.3.tgz\"; sha1 = \"523127d7a343181b40bf324e231d2576edf52633\"; }; } { name = \"ieee754___ieee754_1.2.1.tgz\"; path = fetchurl { name = \"ieee754___ieee754_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz\"; sha1 = \"8eb7a10a63fff25d15a57b001586d177d1b0d352\"; }; } { 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.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 = \"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 = \"ini___ini_1.3.7.tgz\"; path = fetchurl { name = \"ini___ini_1.3.7.tgz\"; url = \"https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz\"; sha1 = \"a09363e1911972ea16d7a8851005d84cf09a9a84\"; }; } { name = \"invariant___invariant_2.2.2.tgz\"; path = fetchurl { name = \"invariant___invariant_2.2.2.tgz\"; url = \"https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz\"; sha1 = \"9e1f56ac0acdb6bf303306f338be3b204ae60360\"; }; } { name = \"invert_kv___invert_kv_1.0.0.tgz\"; path = fetchurl { name = \"invert_kv___invert_kv_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz\"; sha1 = \"104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6\"; }; } { name = \"is_binary_path___is_binary_path_2.1.0.tgz\"; path = fetchurl { name = \"is_binary_path___is_binary_path_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz\"; sha1 = \"ea1f7f3b80f064236e83470f86c09c254fb45b09\"; }; } { 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_finite___is_finite_1.0.2.tgz\"; path = fetchurl { name = \"is_finite___is_finite_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz\"; sha1 = \"cc6677695602be550ef11e8b4aa6305342b6d0aa\"; }; } { 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_3.0.0.tgz\"; path = fetchurl { name = \"is_fullwidth_code_point___is_fullwidth_code_point_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz\"; sha1 = \"f116f8064fe90b3f7844a38997c0b75051269f1d\"; }; } { 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_iojs___is_iojs_1.1.0.tgz\"; path = fetchurl { name = \"is_iojs___is_iojs_1.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-iojs/-/is-iojs-1.1.0.tgz\"; sha1 = \"4c11033b5d5d94d6eab3775dedc9be7d008325f1\"; }; } { name = \"is_number___is_number_7.0.0.tgz\"; path = fetchurl { name = \"is_number___is_number_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz\"; sha1 = \"7535345b896734d5f80c4d06c50955527a14f12b\"; }; } { name = \"is_plain_obj___is_plain_obj_2.1.0.tgz\"; path = fetchurl { name = \"is_plain_obj___is_plain_obj_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz\"; sha1 = \"45e42e37fccf1f40da8e5f76ee21515840c09287\"; }; } { 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 = \"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 = \"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 = \"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_4.0.0.tgz\"; path = fetchurl { name = \"js_yaml___js_yaml_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz\"; sha1 = \"f426bc0ff4b4051926cd588c71113183409a121f\"; }; } { 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 = \"jsesc___jsesc_1.3.0.tgz\"; path = fetchurl { name = \"jsesc___jsesc_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz\"; sha1 = \"46c3fec8c1892b12b0833db9bc7622176dbab34b\"; }; } { 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_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 = \"json5___json5_0.5.1.tgz\"; path = fetchurl { name = \"json5___json5_0.5.1.tgz\"; url = \"https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz\"; sha1 = \"1eade7acc012034ad84e2396767ead9fa5495821\"; }; } { 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 = \"jsonist___jsonist_2.1.2.tgz\"; path = fetchurl { name = \"jsonist___jsonist_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/jsonist/-/jsonist-2.1.2.tgz\"; sha1 = \"c1377311e8fc857abe7aa3df197116a911f95324\"; }; } { name = \"jsprim___jsprim_1.4.0.tgz\"; path = fetchurl { name = \"jsprim___jsprim_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz\"; sha1 = \"a3b87e40298d8c380552d8cc7628a0bb95a22918\"; }; } { name = \"lcid___lcid_1.0.0.tgz\"; path = fetchurl { name = \"lcid___lcid_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz\"; sha1 = \"308accafa0bc483a3867b4b6f2b9506251d1b835\"; }; } { name = \"listenercount___listenercount_1.0.1.tgz\"; path = fetchurl { name = \"listenercount___listenercount_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/listenercount/-/listenercount-1.0.1.tgz\"; sha1 = \"84c8a72ab59c4725321480c975e6508342e70937\"; }; } { name = \"locate_path___locate_path_6.0.0.tgz\"; path = fetchurl { name = \"locate_path___locate_path_6.0.0.tgz\"; url = \"https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz\"; sha1 = \"55321eb309febbc59c4801d931a72452a681d286\"; }; } { name = \"lodash.pad___lodash.pad_4.5.1.tgz\"; path = fetchurl { name = \"lodash.pad___lodash.pad_4.5.1.tgz\"; url = \"https://registry.yarnpkg.com/lodash.pad/-/lodash.pad-4.5.1.tgz\"; sha1 = \"4330949a833a7c8da22cc20f6a26c4d59debba70\"; }; } { name = \"lodash.padend___lodash.padend_4.6.1.tgz\"; path = fetchurl { name = \"lodash.padend___lodash.padend_4.6.1.tgz\"; url = \"https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz\"; sha1 = \"53ccba047d06e158d311f45da625f4e49e6f166e\"; }; } { name = \"lodash.padstart___lodash.padstart_4.6.1.tgz\"; path = fetchurl { name = \"lodash.padstart___lodash.padstart_4.6.1.tgz\"; url = \"https://registry.yarnpkg.com/lodash.padstart/-/lodash.padstart-4.6.1.tgz\"; sha1 = \"d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b\"; }; } { 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.19.tgz\"; path = fetchurl { name = \"lodash___lodash_4.17.19.tgz\"; url = \"https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz\"; sha1 = \"e48ddedbe30b3321783c5b4301fbd353bc1e4a4b\"; }; } { name = \"log_symbols___log_symbols_4.0.0.tgz\"; path = fetchurl { name = \"log_symbols___log_symbols_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz\"; sha1 = \"69b3cc46d20f448eccdb75ea1fa733d9e821c920\"; }; } { name = \"loose_envify___loose_envify_1.3.1.tgz\"; path = fetchurl { name = \"loose_envify___loose_envify_1.3.1.tgz\"; url = \"https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz\"; sha1 = \"d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848\"; }; } { name = \"memory_stream___memory_stream_0.0.3.tgz\"; path = fetchurl { name = \"memory_stream___memory_stream_0.0.3.tgz\"; url = \"https://registry.yarnpkg.com/memory-stream/-/memory-stream-0.0.3.tgz\"; sha1 = \"ebe8dd1c3b8bc38c0e7941e9ddd5aebe6b4de83f\"; }; } { name = \"mime_db___mime_db_1.44.0.tgz\"; path = fetchurl { name = \"mime_db___mime_db_1.44.0.tgz\"; url = \"https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz\"; sha1 = \"fa11c5eb0aca1334b4233cb4d52f10c5a6272f92\"; }; } { name = \"mime_types___mime_types_2.1.27.tgz\"; path = fetchurl { name = \"mime_types___mime_types_2.1.27.tgz\"; url = \"https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz\"; sha1 = \"47949f98e279ea53119f5722e0f34e529bec009f\"; }; } { name = \"mimic_response___mimic_response_2.1.0.tgz\"; path = fetchurl { name = \"mimic_response___mimic_response_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.1.0.tgz\"; sha1 = \"d13763d35f613d09ec37ebb30bac0469c0ee8f43\"; }; } { 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_1.2.5.tgz\"; path = fetchurl { name = \"minimist___minimist_1.2.5.tgz\"; url = \"https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz\"; sha1 = \"67d66014b66a6a8aaa0c083c5fd58df4e4e97602\"; }; } { name = \"minipass___minipass_2.9.0.tgz\"; path = fetchurl { name = \"minipass___minipass_2.9.0.tgz\"; url = \"https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz\"; sha1 = \"e713762e7d3e32fed803115cf93e04bca9fcc9a6\"; }; } { name = \"minipass___minipass_3.1.3.tgz\"; path = fetchurl { name = \"minipass___minipass_3.1.3.tgz\"; url = \"https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz\"; sha1 = \"7d42ff1f39635482e15f9cdb53184deebd5815fd\"; }; } { name = \"minizlib___minizlib_1.3.3.tgz\"; path = fetchurl { name = \"minizlib___minizlib_1.3.3.tgz\"; url = \"https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz\"; sha1 = \"2290de96818a34c29551c8a8d301216bd65a861d\"; }; } { name = \"minizlib___minizlib_2.1.2.tgz\"; path = fetchurl { name = \"minizlib___minizlib_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz\"; sha1 = \"e90d3466ba209b932451508a11ce3d3632145931\"; }; } { name = \"mkdirp_classic___mkdirp_classic_0.5.3.tgz\"; path = fetchurl { name = \"mkdirp_classic___mkdirp_classic_0.5.3.tgz\"; url = \"https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz\"; sha1 = \"fa10c9115cc6d8865be221ba47ee9bed78601113\"; }; } { name = \"mkdirp___mkdirp_0.5.5.tgz\"; path = fetchurl { name = \"mkdirp___mkdirp_0.5.5.tgz\"; url = \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz\"; sha1 = \"d91cefd62d1436ca0f41620e251288d420099def\"; }; } { name = \"mkdirp___mkdirp_1.0.4.tgz\"; path = fetchurl { name = \"mkdirp___mkdirp_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz\"; sha1 = \"3eb5ed62622756d79a5f0e2a221dfebad75c2f7e\"; }; } { name = \"mocha___mocha_8.3.2.tgz\"; path = fetchurl { name = \"mocha___mocha_8.3.2.tgz\"; url = \"https://registry.yarnpkg.com/mocha/-/mocha-8.3.2.tgz\"; sha1 = \"53406f195fa86fbdebe71f8b1c6fb23221d69fcc\"; }; } { 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.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 = \"ms___ms_2.1.3.tgz\"; path = fetchurl { name = \"ms___ms_2.1.3.tgz\"; url = \"https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz\"; sha1 = \"574c8138ce1d2b5861f0b44579dbadd60c6615b2\"; }; } { name = \"nanoid___nanoid_3.1.20.tgz\"; path = fetchurl { name = \"nanoid___nanoid_3.1.20.tgz\"; url = \"https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz\"; sha1 = \"badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788\"; }; } { name = \"napi_build_utils___napi_build_utils_1.0.2.tgz\"; path = fetchurl { name = \"napi_build_utils___napi_build_utils_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz\"; sha1 = \"b1fddc0b2c46e380a0b7a76f984dd47c41a13806\"; }; } { 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 = \"node_abi___node_abi_2.21.0.tgz\"; path = fetchurl { name = \"node_abi___node_abi_2.21.0.tgz\"; url = \"https://registry.yarnpkg.com/node-abi/-/node-abi-2.21.0.tgz\"; sha1 = \"c2dc9ebad6f4f53d6ea9b531e7b8faad81041d48\"; }; } { name = \"node_addon_api___node_addon_api_3.1.0.tgz\"; path = fetchurl { name = \"node_addon_api___node_addon_api_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.1.0.tgz\"; sha1 = \"98b21931557466c6729e51cb77cd39c965f42239\"; }; } { name = \"node_cpplint___node_cpplint_0.4.0.tgz\"; path = fetchurl { name = \"node_cpplint___node_cpplint_0.4.0.tgz\"; url = \"https://registry.yarnpkg.com/node-cpplint/-/node-cpplint-0.4.0.tgz\"; sha1 = \"35827fe7b95ccceff0cd7f46ede4cba44b8ef88c\"; }; } { name = \"node_gyp___node_gyp_6.1.0.tgz\"; path = fetchurl { name = \"node_gyp___node_gyp_6.1.0.tgz\"; url = \"https://registry.yarnpkg.com/node-gyp/-/node-gyp-6.1.0.tgz\"; sha1 = \"64e31c61a4695ad304c1d5b82cf6b7c79cc79f3f\"; }; } { name = \"node_gyp___node_gyp_7.1.2.tgz\"; path = fetchurl { name = \"node_gyp___node_gyp_7.1.2.tgz\"; url = \"https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.2.tgz\"; sha1 = \"21a810aebb187120251c3bcec979af1587b188ae\"; }; } { name = \"node_ninja___node_ninja_1.0.2.tgz\"; path = fetchurl { name = \"node_ninja___node_ninja_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/node-ninja/-/node-ninja-1.0.2.tgz\"; sha1 = \"20a09e57b92e2df591993d4bf098ac3e727062b6\"; }; } { name = \"noop_logger___noop_logger_0.1.1.tgz\"; path = fetchurl { name = \"noop_logger___noop_logger_0.1.1.tgz\"; url = \"https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz\"; sha1 = \"94a2b1633c4f1317553007d8966fd0e841b6a4c2\"; }; } { name = \"nopt___nopt_3.0.6.tgz\"; path = fetchurl { name = \"nopt___nopt_3.0.6.tgz\"; url = \"https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz\"; sha1 = \"c6465dbf08abcd4db359317f79ac68a646b28ff9\"; }; } { name = \"nopt___nopt_4.0.3.tgz\"; path = fetchurl { name = \"nopt___nopt_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz\"; sha1 = \"a375cad9d02fd921278d954c2254d5aa57e15e48\"; }; } { name = \"nopt___nopt_5.0.0.tgz\"; path = fetchurl { name = \"nopt___nopt_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz\"; sha1 = \"530942bb58a512fccafe53fe210f13a25355dc88\"; }; } { 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 = \"npm_path___npm_path_2.0.4.tgz\"; path = fetchurl { name = \"npm_path___npm_path_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz\"; sha1 = \"c641347a5ff9d6a09e4d9bce5580c4f505278e64\"; }; } { name = \"npm_which___npm_which_3.0.1.tgz\"; path = fetchurl { name = \"npm_which___npm_which_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz\"; sha1 = \"9225f26ec3a285c209cae67c3b11a6b4ab7140aa\"; }; } { name = \"npmlog___npmlog_2.0.4.tgz\"; path = fetchurl { name = \"npmlog___npmlog_2.0.4.tgz\"; url = \"https://registry.yarnpkg.com/npmlog/-/npmlog-2.0.4.tgz\"; sha1 = \"98b52530f2514ca90d09ec5b22c8846722375692\"; }; } { 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 = \"npmlog___npmlog_1.2.1.tgz\"; path = fetchurl { name = \"npmlog___npmlog_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/npmlog/-/npmlog-1.2.1.tgz\"; sha1 = \"28e7be619609b53f7ad1dd300a10d64d716268b6\"; }; } { 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 = \"nw_gyp___nw_gyp_3.6.5.tgz\"; path = fetchurl { name = \"nw_gyp___nw_gyp_3.6.5.tgz\"; url = \"https://registry.yarnpkg.com/nw-gyp/-/nw-gyp-3.6.5.tgz\"; sha1 = \"ccce42182229e44e7689da70675b4b8dd0ab0ab3\"; }; } { 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.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 = \"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 = \"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_1.4.0.tgz\"; path = fetchurl { name = \"os_locale___os_locale_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz\"; sha1 = \"20f9f17ae29ed345e8bde583b13d2009803c14d9\"; }; } { 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_limit___p_limit_3.1.0.tgz\"; path = fetchurl { name = \"p_limit___p_limit_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz\"; sha1 = \"e1daccbe78d0d1388ca18c64fea38e3e57e3706b\"; }; } { name = \"p_locate___p_locate_5.0.0.tgz\"; path = fetchurl { name = \"p_locate___p_locate_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz\"; sha1 = \"83c8315c6785005e3bd021839411c9e110e6d834\"; }; } { name = \"path_array___path_array_1.0.1.tgz\"; path = fetchurl { name = \"path_array___path_array_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/path-array/-/path-array-1.0.1.tgz\"; sha1 = \"7e2f0f35f07a2015122b868b7eac0eb2c4fec271\"; }; } { name = \"path_exists___path_exists_4.0.0.tgz\"; path = fetchurl { name = \"path_exists___path_exists_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz\"; sha1 = \"513bdbe2d3b95d7762e8c1137efa195c6c61b5b3\"; }; } { 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 = \"pathval___pathval_1.1.1.tgz\"; path = fetchurl { name = \"pathval___pathval_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz\"; sha1 = \"8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d\"; }; } { 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 = \"picomatch___picomatch_2.2.2.tgz\"; path = fetchurl { name = \"picomatch___picomatch_2.2.2.tgz\"; url = \"https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz\"; sha1 = \"21f333e9b6b8eaff02468f5146ea406d345f4dad\"; }; } { name = \"prebuild_install___prebuild_install_6.1.1.tgz\"; path = fetchurl { name = \"prebuild_install___prebuild_install_6.1.1.tgz\"; url = \"https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.1.tgz\"; sha1 = \"6754fa6c0d55eced7f9e14408ff9e4cba6f097b4\"; }; } { name = \"prebuild___prebuild_10.0.1.tgz\"; path = fetchurl { name = \"prebuild___prebuild_10.0.1.tgz\"; url = \"https://registry.yarnpkg.com/prebuild/-/prebuild-10.0.1.tgz\"; sha1 = \"9d46a00f42b60ad1718479cc5e3d1ef4882b7f33\"; }; } { 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_1.0.7.tgz\"; path = fetchurl { name = \"process_nextick_args___process_nextick_args_1.0.7.tgz\"; url = \"https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz\"; sha1 = \"150e20b756590ad3f91093f25a4f2ad8bff30ba3\"; }; } { name = \"psl___psl_1.1.29.tgz\"; path = fetchurl { name = \"psl___psl_1.1.29.tgz\"; url = \"https://registry.yarnpkg.com/psl/-/psl-1.1.29.tgz\"; sha1 = \"60f580d360170bb722a797cc704411e6da850c67\"; }; } { 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 = \"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 = \"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 = \"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 = \"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 = \"readable_stream___readable_stream_1.0.34.tgz\"; path = fetchurl { name = \"readable_stream___readable_stream_1.0.34.tgz\"; url = \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz\"; sha1 = \"125820e34bc842d2f2aaafafe4c2916ee32c157c\"; }; } { name = \"readable_stream___readable_stream_2.3.3.tgz\"; path = fetchurl { name = \"readable_stream___readable_stream_2.3.3.tgz\"; url = \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz\"; sha1 = \"368f2512d79f9d46fdfc71349ae7878bbc1eb95c\"; }; } { name = \"readable_stream___readable_stream_3.6.0.tgz\"; path = fetchurl { name = \"readable_stream___readable_stream_3.6.0.tgz\"; url = \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz\"; sha1 = \"337bbda3adc0706bd3e024426a286d4b4b2c9198\"; }; } { name = \"readable_stream___readable_stream_1.1.14.tgz\"; path = fetchurl { name = \"readable_stream___readable_stream_1.1.14.tgz\"; url = \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz\"; sha1 = \"7cf4c54ef648e3813084c636dd2079e166c081d9\"; }; } { name = \"readable_stream___readable_stream_2.1.5.tgz\"; path = fetchurl { name = \"readable_stream___readable_stream_2.1.5.tgz\"; url = \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.1.5.tgz\"; sha1 = \"66fa8b720e1438b364681f2ad1a63c618448c9d0\"; }; } { name = \"readdirp___readdirp_3.5.0.tgz\"; path = fetchurl { name = \"readdirp___readdirp_3.5.0.tgz\"; url = \"https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz\"; sha1 = \"9ba74c019b15d365278d2e91bb8c48d7b4d42c9e\"; }; } { name = \"regenerator_runtime___regenerator_runtime_0.10.5.tgz\"; path = fetchurl { name = \"regenerator_runtime___regenerator_runtime_0.10.5.tgz\"; url = \"https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz\"; sha1 = \"336c3efc1220adcedda2c9fab67b5a7955a33658\"; }; } { 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 = \"repeating___repeating_2.0.1.tgz\"; path = fetchurl { name = \"repeating___repeating_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz\"; sha1 = \"5214c53a926d3552707527fbab415dbc08d06dda\"; }; } { name = \"request___request_2.88.2.tgz\"; path = fetchurl { name = \"request___request_2.88.2.tgz\"; url = \"https://registry.yarnpkg.com/request/-/request-2.88.2.tgz\"; sha1 = \"d73c918731cb5a87da047e207234146f664d12b3\"; }; } { 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 = \"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 = \"rimraf___rimraf_3.0.2.tgz\"; path = fetchurl { name = \"rimraf___rimraf_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz\"; sha1 = \"f1a5402ba6220ad52cc1282bac1ae3aa49fd061a\"; }; } { name = \"rsvp___rsvp_3.6.2.tgz\"; path = fetchurl { name = \"rsvp___rsvp_3.6.2.tgz\"; url = \"https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz\"; sha1 = \"2e96491599a96cde1b515d5674a8f7a91452926a\"; }; } { name = \"run_waterfall___run_waterfall_1.1.7.tgz\"; path = fetchurl { name = \"run_waterfall___run_waterfall_1.1.7.tgz\"; url = \"https://registry.yarnpkg.com/run-waterfall/-/run-waterfall-1.1.7.tgz\"; sha1 = \"ae368b549b2f5171f86c2924492cab3352a6e9c5\"; }; } { name = \"safe_buffer___safe_buffer_5.1.1.tgz\"; path = fetchurl { name = \"safe_buffer___safe_buffer_5.1.1.tgz\"; url = \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz\"; sha1 = \"893312af69b2123def71f57889001671eeb2c853\"; }; } { name = \"safe_buffer___safe_buffer_5.2.1.tgz\"; path = fetchurl { name = \"safe_buffer___safe_buffer_5.2.1.tgz\"; url = \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz\"; sha1 = \"1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6\"; }; } { 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 = \"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_4.3.6.tgz\"; path = fetchurl { name = \"semver___semver_4.3.6.tgz\"; url = \"https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz\"; sha1 = \"300bc6e0e86374f7ba61068b5b1ecd57fc6532da\"; }; } { name = \"semver___semver_7.3.2.tgz\"; path = fetchurl { name = \"semver___semver_7.3.2.tgz\"; url = \"https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz\"; sha1 = \"604962b052b81ed0786aae84389ffba70ffd3938\"; }; } { name = \"semver___semver_5.3.0.tgz\"; path = fetchurl { name = \"semver___semver_5.3.0.tgz\"; url = \"https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz\"; sha1 = \"9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f\"; }; } { name = \"serialize_javascript___serialize_javascript_5.0.1.tgz\"; path = fetchurl { name = \"serialize_javascript___serialize_javascript_5.0.1.tgz\"; url = \"https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz\"; sha1 = \"7886ec848049a462467a97d3d918ebb2aaf934f4\"; }; } { 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 = \"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 = \"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_concat___simple_concat_1.0.1.tgz\"; path = fetchurl { name = \"simple_concat___simple_concat_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz\"; sha1 = \"f46976082ba35c2263f1c8ab5edfe26c41c9552f\"; }; } { name = \"simple_get___simple_get_3.1.0.tgz\"; path = fetchurl { name = \"simple_get___simple_get_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz\"; sha1 = \"b45be062435e50d159540b576202ceec40b9c6b3\"; }; } { name = \"simple_mime___simple_mime_0.1.0.tgz\"; path = fetchurl { name = \"simple_mime___simple_mime_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/simple-mime/-/simple-mime-0.1.0.tgz\"; sha1 = \"95f517c4f466d7cff561a71fc9dab2596ea9ef2e\"; }; } { 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 = \"source_map_support___source_map_support_0.4.18.tgz\"; path = fetchurl { name = \"source_map_support___source_map_support_0.4.18.tgz\"; url = \"https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz\"; sha1 = \"0286a6de8be42641338594e97ccea75f0a2c585f\"; }; } { name = \"source_map_support___source_map_support_0.2.10.tgz\"; path = fetchurl { name = \"source_map_support___source_map_support_0.2.10.tgz\"; url = \"https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.2.10.tgz\"; sha1 = \"ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc\"; }; } { name = \"source_map___source_map_0.1.32.tgz\"; path = fetchurl { name = \"source_map___source_map_0.1.32.tgz\"; url = \"https://registry.yarnpkg.com/source-map/-/source-map-0.1.32.tgz\"; sha1 = \"c8b6c167797ba4740a8ea33252162ff08591b266\"; }; } { 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 = \"splitargs___splitargs_0.0.7.tgz\"; path = fetchurl { name = \"splitargs___splitargs_0.0.7.tgz\"; url = \"https://registry.yarnpkg.com/splitargs/-/splitargs-0.0.7.tgz\"; sha1 = \"fe9f7ae657371b33b10cb80da143cf8249cf6b3b\"; }; } { name = \"sshpk___sshpk_1.14.2.tgz\"; path = fetchurl { name = \"sshpk___sshpk_1.14.2.tgz\"; url = \"https://registry.yarnpkg.com/sshpk/-/sshpk-1.14.2.tgz\"; sha1 = \"c6fc61648a3d9c4e764fd3fcdf4ea105e492ba98\"; }; } { 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_4.2.2.tgz\"; path = fetchurl { name = \"string_width___string_width_4.2.2.tgz\"; url = \"https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz\"; sha1 = \"dafd4f9559a7585cfba529c6a0a4f73488ebd4c5\"; }; } { 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_0.10.31.tgz\"; path = fetchurl { name = \"string_decoder___string_decoder_0.10.31.tgz\"; url = \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz\"; sha1 = \"62e203bc41766c6c28c9fc84301dab1c5310fa94\"; }; } { name = \"string_decoder___string_decoder_1.0.3.tgz\"; path = fetchurl { name = \"string_decoder___string_decoder_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz\"; sha1 = \"0fc67d7c141825de94282dd536bec6b9bce860ab\"; }; } { 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_6.0.0.tgz\"; path = fetchurl { name = \"strip_ansi___strip_ansi_6.0.0.tgz\"; url = \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz\"; sha1 = \"0b1571dd7669ccd4f3e06e14ef1eed26225ae532\"; }; } { name = \"strip_json_comments___strip_json_comments_3.1.1.tgz\"; path = fetchurl { name = \"strip_json_comments___strip_json_comments_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz\"; sha1 = \"31f1281b3832630434831c310c01cccda8cbe006\"; }; } { 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 = \"supports_color___supports_color_8.1.1.tgz\"; path = fetchurl { name = \"supports_color___supports_color_8.1.1.tgz\"; url = \"https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz\"; sha1 = \"cd6fc17e28500cff56c1b86c0a7fd4a54a73005c\"; }; } { 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_7.2.0.tgz\"; path = fetchurl { name = \"supports_color___supports_color_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz\"; sha1 = \"1b7dcdcb32b8138801b3e478ba6a51caa89648da\"; }; } { name = \"tar_fs___tar_fs_2.1.1.tgz\"; path = fetchurl { name = \"tar_fs___tar_fs_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz\"; sha1 = \"489a15ab85f1f0befabb370b7de4f9eb5cbe8784\"; }; } { name = \"tar_stream___tar_stream_2.1.4.tgz\"; path = fetchurl { name = \"tar_stream___tar_stream_2.1.4.tgz\"; url = \"https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.4.tgz\"; sha1 = \"c4fb1a11eb0da29b893a5b25476397ba2d053bfa\"; }; } { name = \"tar___tar_2.2.2.tgz\"; path = fetchurl { name = \"tar___tar_2.2.2.tgz\"; url = \"https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz\"; sha1 = \"0ca8848562c7299b8b446ff6a4d60cdbb23edc40\"; }; } { name = \"tar___tar_4.4.13.tgz\"; path = fetchurl { name = \"tar___tar_4.4.13.tgz\"; url = \"https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz\"; sha1 = \"43b364bc52888d555298637b10d60790254ab525\"; }; } { name = \"tar___tar_6.0.5.tgz\"; path = fetchurl { name = \"tar___tar_6.0.5.tgz\"; url = \"https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz\"; sha1 = \"bde815086e10b39f1dcd298e89d596e1535e200f\"; }; } { name = \"through2___through2_0.6.5.tgz\"; path = fetchurl { name = \"through2___through2_0.6.5.tgz\"; url = \"https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz\"; sha1 = \"41ab9c67b29d57209071410e1d7a7a968cd3ad48\"; }; } { name = \"to_fast_properties___to_fast_properties_1.0.3.tgz\"; path = fetchurl { name = \"to_fast_properties___to_fast_properties_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz\"; sha1 = \"b83571fa4d8c25b82e231b06e3a3055de4ca1a47\"; }; } { name = \"to_regex_range___to_regex_range_5.0.1.tgz\"; path = fetchurl { name = \"to_regex_range___to_regex_range_5.0.1.tgz\"; url = \"https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz\"; sha1 = \"1648c44aae7c8d988a326018ed72f5b4dd0392e4\"; }; } { 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 = \"traceur___traceur_0.0.111.tgz\"; path = fetchurl { name = \"traceur___traceur_0.0.111.tgz\"; url = \"https://registry.yarnpkg.com/traceur/-/traceur-0.0.111.tgz\"; sha1 = \"c04de74d14696c3373427de4fc08ecaf913fc3a1\"; }; } { name = \"traverse___traverse_0.3.9.tgz\"; path = fetchurl { name = \"traverse___traverse_0.3.9.tgz\"; url = \"https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz\"; sha1 = \"717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9\"; }; } { 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 = \"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_detect___type_detect_4.0.8.tgz\"; path = fetchurl { name = \"type_detect___type_detect_4.0.8.tgz\"; url = \"https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz\"; sha1 = \"7646fb5f18871cfbb7749e69bd39a6388eb7450c\"; }; } { name = \"type___type_1.2.0.tgz\"; path = fetchurl { name = \"type___type_1.2.0.tgz\"; url = \"https://registry.yarnpkg.com/type/-/type-1.2.0.tgz\"; sha1 = \"848dd7698dafa3e54a6c479e759c4bc3f18847a0\"; }; } { name = \"type___type_2.1.0.tgz\"; path = fetchurl { name = \"type___type_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/type/-/type-2.1.0.tgz\"; sha1 = \"9bdc22c648cf8cf86dd23d32336a41cfb6475e3f\"; }; } { 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 = \"unzipper___unzipper_0.8.14.tgz\"; path = fetchurl { name = \"unzipper___unzipper_0.8.14.tgz\"; url = \"https://registry.yarnpkg.com/unzipper/-/unzipper-0.8.14.tgz\"; sha1 = \"ade0524cd2fc14d11b8de258be22f9d247d3f79b\"; }; } { 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 = \"url_join___url_join_0.0.1.tgz\"; path = fetchurl { name = \"url_join___url_join_0.0.1.tgz\"; url = \"https://registry.yarnpkg.com/url-join/-/url-join-0.0.1.tgz\"; sha1 = \"1db48ad422d3402469a87f7d97bdebfe4fb1e3c8\"; }; } { name = \"url_template___url_template_2.0.8.tgz\"; path = fetchurl { name = \"url_template___url_template_2.0.8.tgz\"; url = \"https://registry.yarnpkg.com/url-template/-/url-template-2.0.8.tgz\"; sha1 = \"fc565a3cccbff7730c775f5641f9555791439f21\"; }; } { 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_extend___util_extend_1.0.3.tgz\"; path = fetchurl { name = \"util_extend___util_extend_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/util-extend/-/util-extend-1.0.3.tgz\"; sha1 = \"a7c216d267545169637b3b6edc6ca9119e2ff93f\"; }; } { name = \"uuid___uuid_3.4.0.tgz\"; path = fetchurl { name = \"uuid___uuid_3.4.0.tgz\"; url = \"https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz\"; sha1 = \"b23e4358afa8a202fe7a100af1f5f883f02007ee\"; }; } { name = \"verror___verror_1.3.6.tgz\"; path = fetchurl { name = \"verror___verror_1.3.6.tgz\"; url = \"https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz\"; sha1 = \"cff5df12946d297d2baaefaa2689e25be01c005c\"; }; } { 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 = \"which___which_2.0.2.tgz\"; path = fetchurl { name = \"which___which_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/which/-/which-2.0.2.tgz\"; sha1 = \"7c6a8dd0a636a0327e10b59c9286eee93f3f51b1\"; }; } { 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 = \"wide_align___wide_align_1.1.2.tgz\"; path = fetchurl { name = \"wide_align___wide_align_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.2.tgz\"; sha1 = \"571e0f1b0604636ebc0dfc21b0339bbe31341710\"; }; } { name = \"window_size___window_size_0.1.4.tgz\"; path = fetchurl { name = \"window_size___window_size_0.1.4.tgz\"; url = \"https://registry.yarnpkg.com/window-size/-/window-size-0.1.4.tgz\"; sha1 = \"f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876\"; }; } { name = \"workerpool___workerpool_6.1.0.tgz\"; path = fetchurl { name = \"workerpool___workerpool_6.1.0.tgz\"; url = \"https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz\"; sha1 = \"a8e038b4c94569596852de7a8ea4228eefdeb37b\"; }; } { 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_7.0.0.tgz\"; path = fetchurl { name = \"wrap_ansi___wrap_ansi_7.0.0.tgz\"; url = \"https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz\"; sha1 = \"67e145cff510a6a6984bdf1152911d69d2eb9e43\"; }; } { 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 = \"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_3.2.2.tgz\"; path = fetchurl { name = \"y18n___y18n_3.2.2.tgz\"; url = \"https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz\"; sha1 = \"85c901bd6470ce71fc4bb723ad209b70f7f28696\"; }; } { name = \"y18n___y18n_5.0.5.tgz\"; path = fetchurl { name = \"y18n___y18n_5.0.5.tgz\"; url = \"https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz\"; sha1 = \"8769ec08d03b1ea2df2500acef561743bbb9ab18\"; }; } { name = \"yallist___yallist_3.1.1.tgz\"; path = fetchurl { name = \"yallist___yallist_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz\"; sha1 = \"dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd\"; }; } { name = \"yallist___yallist_4.0.0.tgz\"; path = fetchurl { name = \"yallist___yallist_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz\"; sha1 = \"9bb92790d9c0effec63be73519e11a35019a3a72\"; }; } { name = \"yargs_parser___yargs_parser_20.2.4.tgz\"; path = fetchurl { name = \"yargs_parser___yargs_parser_20.2.4.tgz\"; url = \"https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz\"; sha1 = \"b42890f14566796f85ae8e3a25290d205f154a54\"; }; } { name = \"yargs_unparser___yargs_unparser_2.0.0.tgz\"; path = fetchurl { name = \"yargs_unparser___yargs_unparser_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz\"; sha1 = \"f131f9226911ae5d9ad38c432fe809366c2325eb\"; }; } { name = \"yargs___yargs_16.2.0.tgz\"; path = fetchurl { name = \"yargs___yargs_16.2.0.tgz\"; url = \"https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz\"; sha1 = \"1c82bf0f6b6a66eafce7ef30e376f49a12477f66\"; }; } { name = \"yargs___yargs_3.32.0.tgz\"; path = fetchurl { name = \"yargs___yargs_3.32.0.tgz\"; url = \"https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz\"; sha1 = \"03088e9ebf9e756b69751611d2a5ef591482c995\"; }; } { name = \"yocto_queue___yocto_queue_0.1.0.tgz\"; path = fetchurl { name = \"yocto_queue___yocto_queue_0.1.0.tgz\"; url = \"https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz\"; sha1 = \"0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b\"; }; } ]; } "} {"_id":"doc-en-nixpkgs-91d61e06a51d0daf7b6423a51e6629ad3fc90d24fc1de46fa5914f75a5e36734","title":"","text":" { rustPlatform, fetchFromGitHub, callPackage, sqlcipher, nodejs-14_x, python3, yarn, fixup_yarn_lock }: rustPlatform.buildRustPackage rec { pname = \"seshat-node\"; version = \"2.3.0\"; src = fetchFromGitHub { owner = \"matrix-org\"; repo = \"seshat\"; rev = version; sha256 = \"0zigrz59mhih9asmbbh38z2fg0sii2342q6q0500qil2a0rssai7\"; }; sourceRoot = \"source/seshat-node/native\"; nativeBuildInputs = [ nodejs-14_x python3 yarn ]; buildInputs = [ sqlcipher ]; npm_config_nodedir = nodejs-14_x; yarnOfflineCache = (callPackage ./yarn.nix {}).offline_cache; buildPhase = '' cd .. chmod u+w . ./yarn.lock export HOME=/tmp yarn config --offline set yarn-offline-mirror ${yarnOfflineCache} ${fixup_yarn_lock}/bin/fixup_yarn_lock yarn.lock yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules/ node_modules/.bin/neon build --release ''; doCheck = false; installPhase = '' shopt -s extglob rm -rf native/!(index.node) rm -rf node_modules cp -r . $out ''; cargoSha256 = \"0habjf85mzqxwf8k15msm4cavd7ldq4zpxddkwd4inl2lkvlffqj\"; } "} {"_id":"doc-en-nixpkgs-df1844c6c4f0e8fb530d5261e1ecd88e1167f089dc219f91a5e524400ed6d515","title":"","text":" #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=../ -i bash -p wget yarn2nix set -euo pipefail if [ \"$#\" -ne 1 ] || [[ \"$1\" == -* ]]; then echo \"Regenerates the Yarn dependency lock files.\" echo \"Usage: $0 \" exit 1 fi SRC=\"https://raw.githubusercontent.com/matrix-org/seshat/$1\" wget \"$SRC/seshat-node/yarn.lock\" yarn2nix > yarn.nix rm yarn.lock "} {"_id":"doc-en-nixpkgs-66ce6d4e95b844b30368bf3175600ad0298922159bdef9a91d7b62ea17ecf51b","title":"","text":" { fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec { offline_cache = linkFarm \"offline\" packages; packages = [ { name = \"_babel_code_frame___code_frame_7.14.5.tgz\"; path = fetchurl { name = \"_babel_code_frame___code_frame_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz\"; sha1 = \"23b08d740e83f49c5e59945fbf1b43e80bbf4edb\"; }; } { name = \"_babel_compat_data___compat_data_7.14.7.tgz\"; path = fetchurl { name = \"_babel_compat_data___compat_data_7.14.7.tgz\"; url = \"https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz\"; sha1 = \"7b047d7a3a89a67d2258dc61f604f098f1bc7e08\"; }; } { name = \"_babel_core___core_7.14.8.tgz\"; path = fetchurl { name = \"_babel_core___core_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz\"; sha1 = \"20cdf7c84b5d86d83fac8710a8bc605a7ba3f010\"; }; } { name = \"_babel_generator___generator_7.14.8.tgz\"; path = fetchurl { name = \"_babel_generator___generator_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz\"; sha1 = \"bf86fd6af96cf3b74395a8ca409515f89423e070\"; }; } { name = \"_babel_helper_compilation_targets___helper_compilation_targets_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_compilation_targets___helper_compilation_targets_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz\"; sha1 = \"7a99c5d0967911e972fe2c3411f7d5b498498ecf\"; }; } { name = \"_babel_helper_function_name___helper_function_name_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_function_name___helper_function_name_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz\"; sha1 = \"89e2c474972f15d8e233b52ee8c480e2cfcd50c4\"; }; } { name = \"_babel_helper_get_function_arity___helper_get_function_arity_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_get_function_arity___helper_get_function_arity_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz\"; sha1 = \"25fbfa579b0937eee1f3b805ece4ce398c431815\"; }; } { name = \"_babel_helper_hoist_variables___helper_hoist_variables_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_hoist_variables___helper_hoist_variables_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz\"; sha1 = \"e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d\"; }; } { name = \"_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.14.7.tgz\"; path = fetchurl { name = \"_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.14.7.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz\"; sha1 = \"97e56244beb94211fe277bd818e3a329c66f7970\"; }; } { name = \"_babel_helper_module_imports___helper_module_imports_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_module_imports___helper_module_imports_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz\"; sha1 = \"6d1a44df6a38c957aa7c312da076429f11b422f3\"; }; } { name = \"_babel_helper_module_transforms___helper_module_transforms_7.14.8.tgz\"; path = fetchurl { name = \"_babel_helper_module_transforms___helper_module_transforms_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz\"; sha1 = \"d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49\"; }; } { name = \"_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz\"; sha1 = \"f27395a8619e0665b3f0364cddb41c25d71b499c\"; }; } { name = \"_babel_helper_plugin_utils___helper_plugin_utils_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_plugin_utils___helper_plugin_utils_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz\"; sha1 = \"5ac822ce97eec46741ab70a517971e443a70c5a9\"; }; } { name = \"_babel_helper_replace_supers___helper_replace_supers_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_replace_supers___helper_replace_supers_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz\"; sha1 = \"0ecc0b03c41cd567b4024ea016134c28414abb94\"; }; } { name = \"_babel_helper_simple_access___helper_simple_access_7.14.8.tgz\"; path = fetchurl { name = \"_babel_helper_simple_access___helper_simple_access_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz\"; sha1 = \"82e1fec0644a7e775c74d305f212c39f8fe73924\"; }; } { name = \"_babel_helper_split_export_declaration___helper_split_export_declaration_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_split_export_declaration___helper_split_export_declaration_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz\"; sha1 = \"22b23a54ef51c2b7605d851930c1976dd0bc693a\"; }; } { name = \"_babel_helper_validator_identifier___helper_validator_identifier_7.14.8.tgz\"; path = fetchurl { name = \"_babel_helper_validator_identifier___helper_validator_identifier_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz\"; sha1 = \"32be33a756f29e278a0d644fa08a2c9e0f88a34c\"; }; } { name = \"_babel_helper_validator_option___helper_validator_option_7.14.5.tgz\"; path = fetchurl { name = \"_babel_helper_validator_option___helper_validator_option_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz\"; sha1 = \"6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3\"; }; } { name = \"_babel_helpers___helpers_7.14.8.tgz\"; path = fetchurl { name = \"_babel_helpers___helpers_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz\"; sha1 = \"839f88f463025886cff7f85a35297007e2da1b77\"; }; } { name = \"_babel_highlight___highlight_7.14.5.tgz\"; path = fetchurl { name = \"_babel_highlight___highlight_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz\"; sha1 = \"6861a52f03966405001f6aa534a01a24d99e8cd9\"; }; } { name = \"_babel_parser___parser_7.14.8.tgz\"; path = fetchurl { name = \"_babel_parser___parser_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz\"; sha1 = \"66fd41666b2d7b840bd5ace7f7416d5ac60208d4\"; }; } { name = \"_babel_plugin_syntax_object_rest_spread___plugin_syntax_object_rest_spread_7.8.3.tgz\"; path = fetchurl { name = \"_babel_plugin_syntax_object_rest_spread___plugin_syntax_object_rest_spread_7.8.3.tgz\"; url = \"https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz\"; sha1 = \"60e225edcbd98a640332a2e72dd3e66f1af55871\"; }; } { name = \"_babel_template___template_7.14.5.tgz\"; path = fetchurl { name = \"_babel_template___template_7.14.5.tgz\"; url = \"https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz\"; sha1 = \"a9bc9d8b33354ff6e55a9c60d1109200a68974f4\"; }; } { name = \"_babel_traverse___traverse_7.14.8.tgz\"; path = fetchurl { name = \"_babel_traverse___traverse_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz\"; sha1 = \"c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce\"; }; } { name = \"_babel_types___types_7.14.8.tgz\"; path = fetchurl { name = \"_babel_types___types_7.14.8.tgz\"; url = \"https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz\"; sha1 = \"38109de8fcadc06415fbd9b74df0065d4d41c728\"; }; } { name = \"_cnakazawa_watch___watch_1.0.4.tgz\"; path = fetchurl { name = \"_cnakazawa_watch___watch_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz\"; sha1 = \"f864ae85004d0fcab6f50be9141c4da368d1656a\"; }; } { 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 = \"_types_babel__core___babel__core_7.1.15.tgz\"; path = fetchurl { name = \"_types_babel__core___babel__core_7.1.15.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.15.tgz\"; sha1 = \"2ccfb1ad55a02c83f8e0ad327cbc332f55eb1024\"; }; } { name = \"_types_babel__generator___babel__generator_7.6.3.tgz\"; path = fetchurl { name = \"_types_babel__generator___babel__generator_7.6.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.3.tgz\"; sha1 = \"f456b4b2ce79137f768aa130d2423d2f0ccfaba5\"; }; } { name = \"_types_babel__template___babel__template_7.4.1.tgz\"; path = fetchurl { name = \"_types_babel__template___babel__template_7.4.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz\"; sha1 = \"3d1a48fd9d6c0edfd56f2ff578daed48f36c8969\"; }; } { name = \"_types_babel__traverse___babel__traverse_7.14.2.tgz\"; path = fetchurl { name = \"_types_babel__traverse___babel__traverse_7.14.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz\"; sha1 = \"ffcd470bbb3f8bf30481678fb5502278ca833a43\"; }; } { name = \"_types_istanbul_lib_coverage___istanbul_lib_coverage_2.0.3.tgz\"; path = fetchurl { name = \"_types_istanbul_lib_coverage___istanbul_lib_coverage_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz\"; sha1 = \"4ba8ddb720221f432e443bd5f9117fd22cfd4762\"; }; } { name = \"_types_istanbul_lib_report___istanbul_lib_report_3.0.0.tgz\"; path = fetchurl { name = \"_types_istanbul_lib_report___istanbul_lib_report_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz\"; sha1 = \"c14c24f18ea8190c118ee7562b7ff99a36552686\"; }; } { name = \"_types_istanbul_reports___istanbul_reports_1.1.2.tgz\"; path = fetchurl { name = \"_types_istanbul_reports___istanbul_reports_1.1.2.tgz\"; url = \"https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz\"; sha1 = \"e875cc689e47bce549ec81f3df5e6f6f11cfaeb2\"; }; } { 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_yargs_parser___yargs_parser_20.2.1.tgz\"; path = fetchurl { name = \"_types_yargs_parser___yargs_parser_20.2.1.tgz\"; url = \"https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz\"; sha1 = \"3b9ce2489919d9e4fea439b76916abc34b2df129\"; }; } { name = \"_types_yargs___yargs_13.0.12.tgz\"; path = fetchurl { name = \"_types_yargs___yargs_13.0.12.tgz\"; url = \"https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.12.tgz\"; sha1 = \"d895a88c703b78af0465a9de88aa92c61430b092\"; }; } { name = \"abab___abab_2.0.5.tgz\"; path = fetchurl { name = \"abab___abab_2.0.5.tgz\"; url = \"https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz\"; sha1 = \"c0b678fb32d60fc1219c784d6a826fe385aeb79a\"; }; } { name = \"acorn_globals___acorn_globals_4.3.4.tgz\"; path = fetchurl { name = \"acorn_globals___acorn_globals_4.3.4.tgz\"; url = \"https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.4.tgz\"; sha1 = \"9fa1926addc11c97308c4e66d7add0d40c3272e7\"; }; } { name = \"acorn_jsx___acorn_jsx_5.3.2.tgz\"; path = fetchurl { name = \"acorn_jsx___acorn_jsx_5.3.2.tgz\"; url = \"https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz\"; sha1 = \"7ed5bb55908b3b2f1bc55c6af1653bada7f07937\"; }; } { 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.4.tgz\"; path = fetchurl { name = \"acorn___acorn_5.7.4.tgz\"; url = \"https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz\"; sha1 = \"3e8d8a9947d0599a1796d10225d7432f4a4acf5e\"; }; } { name = \"acorn___acorn_6.4.2.tgz\"; path = fetchurl { name = \"acorn___acorn_6.4.2.tgz\"; url = \"https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz\"; sha1 = \"35866fd710528e92de10cf06016498e47e39e1e6\"; }; } { name = \"acorn___acorn_7.4.1.tgz\"; path = fetchurl { name = \"acorn___acorn_7.4.1.tgz\"; url = \"https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz\"; sha1 = \"feaed255973d2e77555b83dbc08851a6c63520fa\"; }; } { name = \"ajv___ajv_6.12.6.tgz\"; path = fetchurl { name = \"ajv___ajv_6.12.6.tgz\"; url = \"https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz\"; sha1 = \"baf5a62e802b07d977034586f8c3baf5adf26df4\"; }; } { 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_escapes___ansi_escapes_4.3.2.tgz\"; path = fetchurl { name = \"ansi_escapes___ansi_escapes_4.3.2.tgz\"; url = \"https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz\"; sha1 = \"6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e\"; }; } { 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_regex___ansi_regex_5.0.0.tgz\"; path = fetchurl { name = \"ansi_regex___ansi_regex_5.0.0.tgz\"; url = \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz\"; sha1 = \"388539f55179bf39339c81af30a654d69f87cb75\"; }; } { 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 = \"ansi_styles___ansi_styles_4.3.0.tgz\"; path = fetchurl { name = \"ansi_styles___ansi_styles_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz\"; sha1 = \"edd803628ae71c04c85ae7a0906edad34b648937\"; }; } { 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 = \"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 = \"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_back___array_back_3.1.0.tgz\"; path = fetchurl { name = \"array_back___array_back_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz\"; sha1 = \"b8859d7a508871c9a7b2cf42f99428f65e96bfb0\"; }; } { name = \"array_back___array_back_4.0.2.tgz\"; path = fetchurl { name = \"array_back___array_back_4.0.2.tgz\"; url = \"https://registry.yarnpkg.com/array-back/-/array-back-4.0.2.tgz\"; sha1 = \"8004e999a6274586beeb27342168652fdb89fa1e\"; }; } { 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_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 = \"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 = \"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 = \"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_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 = \"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 = \"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.11.0.tgz\"; path = fetchurl { name = \"aws4___aws4_1.11.0.tgz\"; url = \"https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz\"; sha1 = \"d61f46d83b2519250e2784daf5b09479a8b41c59\"; }; } { 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_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_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 = \"balanced_match___balanced_match_1.0.2.tgz\"; path = fetchurl { name = \"balanced_match___balanced_match_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz\"; sha1 = \"e83e3a7e3f300b34cb9d87f615fa0cbf357690ee\"; }; } { 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 = \"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 = \"bindings___bindings_1.5.0.tgz\"; path = fetchurl { name = \"bindings___bindings_1.5.0.tgz\"; url = \"https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz\"; sha1 = \"10353c9e945334bc0511a6d90b38fbc7c9c504df\"; }; } { name = \"bluebird___bluebird_3.7.2.tgz\"; path = fetchurl { name = \"bluebird___bluebird_3.7.2.tgz\"; url = \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz\"; sha1 = \"9f229c15be272454ffa973ace0dbee79a1b0c36f\"; }; } { 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 = \"browser_process_hrtime___browser_process_hrtime_1.0.0.tgz\"; path = fetchurl { name = \"browser_process_hrtime___browser_process_hrtime_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz\"; sha1 = \"3c9b4b7d782c8121e56f10106d84c0d0ffc94626\"; }; } { 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 = \"browserslist___browserslist_4.16.6.tgz\"; path = fetchurl { name = \"browserslist___browserslist_4.16.6.tgz\"; url = \"https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz\"; sha1 = \"d7901277a5a88e554ed305b183ec9b0c08f66fa2\"; }; } { name = \"bser___bser_2.1.1.tgz\"; path = fetchurl { name = \"bser___bser_2.1.1.tgz\"; url = \"https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz\"; sha1 = \"e6787da20ece9d07998533cfd9de6f5c38f4bc05\"; }; } { 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 = \"builtins___builtins_1.0.3.tgz\"; path = fetchurl { name = \"builtins___builtins_1.0.3.tgz\"; url = \"https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz\"; sha1 = \"cb94faeb61c8696451db36534e1422f94f0aee88\"; }; } { 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_bind___call_bind_1.0.2.tgz\"; path = fetchurl { name = \"call_bind___call_bind_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz\"; sha1 = \"b1d4e89e688119c3c9a903ad30abb2f6a919be3c\"; }; } { 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 = \"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_lite___caniuse_lite_1.0.30001246.tgz\"; path = fetchurl { name = \"caniuse_lite___caniuse_lite_1.0.30001246.tgz\"; url = \"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001246.tgz\"; sha1 = \"fe17d9919f87124d6bb416ef7b325356d69dc76c\"; }; } { 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 = \"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 = \"catharsis___catharsis_0.9.0.tgz\"; path = fetchurl { name = \"catharsis___catharsis_0.9.0.tgz\"; url = \"https://registry.yarnpkg.com/catharsis/-/catharsis-0.9.0.tgz\"; sha1 = \"40382a168be0e6da308c277d3a2b3eb40c7d2121\"; }; } { 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_4.1.1.tgz\"; path = fetchurl { name = \"chalk___chalk_4.1.1.tgz\"; url = \"https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz\"; sha1 = \"c80b3fab28bf6371e6863325eee67e618b77e6ad\"; }; } { 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 = \"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 = \"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 = \"cli_cursor___cli_cursor_3.1.0.tgz\"; path = fetchurl { name = \"cli_cursor___cli_cursor_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz\"; sha1 = \"264305a7ae490d1d03bf0c9ba7c925d1753af307\"; }; } { name = \"cli_width___cli_width_3.0.0.tgz\"; path = fetchurl { name = \"cli_width___cli_width_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz\"; sha1 = \"a2f48437a2caa9a22436e794bf071ec9e61cedf6\"; }; } { 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 = \"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 = \"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_convert___color_convert_2.0.1.tgz\"; path = fetchurl { name = \"color_convert___color_convert_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz\"; sha1 = \"72d3a68d598c9bdb3af2ad1e84f21d896abd4de3\"; }; } { 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 = \"colorette___colorette_1.2.2.tgz\"; path = fetchurl { name = \"colorette___colorette_1.2.2.tgz\"; url = \"https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz\"; sha1 = \"cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94\"; }; } { 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 = \"command_line_args___command_line_args_5.1.3.tgz\"; path = fetchurl { name = \"command_line_args___command_line_args_5.1.3.tgz\"; url = \"https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.3.tgz\"; sha1 = \"1e57d2816f28804073bb5e75cd24e02e2aa321e7\"; }; } { name = \"command_line_commands___command_line_commands_3.0.2.tgz\"; path = fetchurl { name = \"command_line_commands___command_line_commands_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/command-line-commands/-/command-line-commands-3.0.2.tgz\"; sha1 = \"53872a1181db837f21906b1228e260a4eeb42ee4\"; }; } { name = \"command_line_usage___command_line_usage_6.1.1.tgz\"; path = fetchurl { name = \"command_line_usage___command_line_usage_6.1.1.tgz\"; url = \"https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-6.1.1.tgz\"; sha1 = \"c908e28686108917758a49f45efb4f02f76bc03f\"; }; } { 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 = \"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 = \"convert_source_map___convert_source_map_1.8.0.tgz\"; path = fetchurl { name = \"convert_source_map___convert_source_map_1.8.0.tgz\"; url = \"https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz\"; sha1 = \"f3373c32d21b4d780dd8004514684fb791ca4369\"; }; } { 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_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 = \"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 = \"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 = \"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 = \"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_4.3.2.tgz\"; path = fetchurl { name = \"debug___debug_4.3.2.tgz\"; url = \"https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz\"; sha1 = \"f0a49c18ac8779e31d4a0c6029dfb76873c7428b\"; }; } { 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 = \"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_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 = \"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 = \"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 = \"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 = \"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 = \"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 = \"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 = \"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 = \"electron_to_chromium___electron_to_chromium_1.3.782.tgz\"; path = fetchurl { name = \"electron_to_chromium___electron_to_chromium_1.3.782.tgz\"; url = \"https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.782.tgz\"; sha1 = \"522740fe6b4b5255ca754c68d9c406a17b0998e2\"; }; } { 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 = \"emoji_regex___emoji_regex_8.0.0.tgz\"; path = fetchurl { name = \"emoji_regex___emoji_regex_8.0.0.tgz\"; url = \"https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz\"; sha1 = \"e818fd69ce5ccfcb404594f842963bf53164cc37\"; }; } { name = \"end_of_stream___end_of_stream_1.4.4.tgz\"; path = fetchurl { name = \"end_of_stream___end_of_stream_1.4.4.tgz\"; url = \"https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz\"; sha1 = \"5ae64a5f45057baf3626ec14da0ca5e4b2431eb0\"; }; } { name = \"entities___entities_2.0.3.tgz\"; path = fetchurl { name = \"entities___entities_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz\"; sha1 = \"5c487e5742ab93c15abb5da22759b8590ec03b7f\"; }; } { 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.18.3.tgz\"; path = fetchurl { name = \"es_abstract___es_abstract_1.18.3.tgz\"; url = \"https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz\"; sha1 = \"25c4c3380a27aa203c44b2b685bba94da31b63e0\"; }; } { name = \"es_to_primitive___es_to_primitive_1.2.1.tgz\"; path = fetchurl { name = \"es_to_primitive___es_to_primitive_1.2.1.tgz\"; url = \"https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz\"; sha1 = \"e55cd4c9cdc188bcefb03b366c736323fc5c898a\"; }; } { name = \"escalade___escalade_3.1.1.tgz\"; path = fetchurl { name = \"escalade___escalade_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz\"; sha1 = \"d8cfdc7000965c5a0174b4a82eaa5c0552742e40\"; }; } { 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 = \"escape_string_regexp___escape_string_regexp_2.0.0.tgz\"; path = fetchurl { name = \"escape_string_regexp___escape_string_regexp_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz\"; sha1 = \"a30304e99daa32e23b2fd20f51babd07cffca344\"; }; } { name = \"escodegen___escodegen_1.14.3.tgz\"; path = fetchurl { name = \"escodegen___escodegen_1.14.3.tgz\"; url = \"https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz\"; sha1 = \"4e7b81fba61581dc97582ed78cab7f0e8d63f503\"; }; } { name = \"eslint_config_google___eslint_config_google_0.13.0.tgz\"; path = fetchurl { name = \"eslint_config_google___eslint_config_google_0.13.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.13.0.tgz\"; sha1 = \"e277d16d2cb25c1ffd3fd13fb0035ad7421382fe\"; }; } { name = \"eslint_scope___eslint_scope_5.1.1.tgz\"; path = fetchurl { name = \"eslint_scope___eslint_scope_5.1.1.tgz\"; url = \"https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz\"; sha1 = \"e786e59a66cb92b3f6c1fb0d508aab174848f48c\"; }; } { name = \"eslint_utils___eslint_utils_1.4.3.tgz\"; path = fetchurl { name = \"eslint_utils___eslint_utils_1.4.3.tgz\"; url = \"https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz\"; sha1 = \"74fec7c54d0776b6f67e0251040b5806564e981f\"; }; } { name = \"eslint_visitor_keys___eslint_visitor_keys_1.3.0.tgz\"; path = fetchurl { name = \"eslint_visitor_keys___eslint_visitor_keys_1.3.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz\"; sha1 = \"30ebd1ef7c2fdff01c3a4f151044af25fab0523e\"; }; } { name = \"eslint___eslint_6.8.0.tgz\"; path = fetchurl { name = \"eslint___eslint_6.8.0.tgz\"; url = \"https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz\"; sha1 = \"62262d6729739f9275723824302fb227c8c93ffb\"; }; } { name = \"espree___espree_6.2.1.tgz\"; path = fetchurl { name = \"espree___espree_6.2.1.tgz\"; url = \"https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz\"; sha1 = \"77fc72e1fd744a2052c20f38a5b575832e82734a\"; }; } { 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.4.0.tgz\"; path = fetchurl { name = \"esquery___esquery_1.4.0.tgz\"; url = \"https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz\"; sha1 = \"2148ffc38b82e8c7057dfed48425b3e61f0f24a5\"; }; } { name = \"esrecurse___esrecurse_4.3.0.tgz\"; path = fetchurl { name = \"esrecurse___esrecurse_4.3.0.tgz\"; url = \"https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz\"; sha1 = \"7ad7964d679abb28bee72cec63758b1c5d2c9921\"; }; } { 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 = \"estraverse___estraverse_5.2.0.tgz\"; path = fetchurl { name = \"estraverse___estraverse_5.2.0.tgz\"; url = \"https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz\"; sha1 = \"307df42547e6cc7324d3cf03c155d5cdb8c53880\"; }; } { 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 = \"exec_sh___exec_sh_0.3.6.tgz\"; path = fetchurl { name = \"exec_sh___exec_sh_0.3.6.tgz\"; url = \"https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz\"; sha1 = \"ff264f9e325519a60cb5e273692943483cca63bc\"; }; } { 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 = \"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 = \"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_3.1.3.tgz\"; path = fetchurl { name = \"fast_deep_equal___fast_deep_equal_3.1.3.tgz\"; url = \"https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz\"; sha1 = \"3a7d56b559d6cbc3eb512325244e619a65c6c525\"; }; } { name = \"fast_json_stable_stringify___fast_json_stable_stringify_2.1.0.tgz\"; path = fetchurl { name = \"fast_json_stable_stringify___fast_json_stable_stringify_2.1.0.tgz\"; url = \"https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz\"; sha1 = \"874bf69c6f404c2b5d99c481341399fd55892633\"; }; } { 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 = \"fb_watchman___fb_watchman_2.0.1.tgz\"; path = fetchurl { name = \"fb_watchman___fb_watchman_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz\"; sha1 = \"fc84fb39d2709cf3ff6d743706157bb5708a8a85\"; }; } { name = \"figures___figures_3.2.0.tgz\"; path = fetchurl { name = \"figures___figures_3.2.0.tgz\"; url = \"https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz\"; sha1 = \"625c18bd293c604dc4a8ddb2febf0c88341746af\"; }; } { 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_uri_to_path___file_uri_to_path_1.0.0.tgz\"; path = fetchurl { name = \"file_uri_to_path___file_uri_to_path_1.0.0.tgz\"; url = \"https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz\"; sha1 = \"553a7b8446ff6f684359c445f1e37a05dacc33dd\"; }; } { 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 = \"find_replace___find_replace_3.0.0.tgz\"; path = fetchurl { name = \"find_replace___find_replace_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/find-replace/-/find-replace-3.0.0.tgz\"; sha1 = \"3e7e23d3b05167a76f770c9fbd5258b0def68c38\"; }; } { 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 = \"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.2.tgz\"; path = fetchurl { name = \"flatted___flatted_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz\"; sha1 = \"4575b21e2bcee7434aa9be662f4b7b5f9c2b5138\"; }; } { name = \"for_each___for_each_0.3.3.tgz\"; path = fetchurl { name = \"for_each___for_each_0.3.3.tgz\"; url = \"https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz\"; sha1 = \"69b447e88a0a5d32c3e7084f3f1710034b21376e\"; }; } { 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 = \"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 = \"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 = \"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 = \"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_1.2.13.tgz\"; path = fetchurl { name = \"fsevents___fsevents_1.2.13.tgz\"; url = \"https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz\"; sha1 = \"f325cb0455592428bcf11b383370ef70e3bfcc38\"; }; } { 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 = \"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 = \"gensync___gensync_1.0.0_beta.2.tgz\"; path = fetchurl { name = \"gensync___gensync_1.0.0_beta.2.tgz\"; url = \"https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz\"; sha1 = \"32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0\"; }; } { 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_intrinsic___get_intrinsic_1.1.1.tgz\"; path = fetchurl { name = \"get_intrinsic___get_intrinsic_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz\"; sha1 = \"15f59f376f855c446963948f0d24cd3637b4abc6\"; }; } { 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 = \"git_config___git_config_0.0.7.tgz\"; path = fetchurl { name = \"git_config___git_config_0.0.7.tgz\"; url = \"https://registry.yarnpkg.com/git-config/-/git-config-0.0.7.tgz\"; sha1 = \"a9c8a3ef07a776c3d72261356d8b727b62202b28\"; }; } { name = \"glob_parent___glob_parent_5.1.2.tgz\"; path = fetchurl { name = \"glob_parent___glob_parent_5.1.2.tgz\"; url = \"https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz\"; sha1 = \"869832c58034fe68a4093c17dc15e8340d8401c4\"; }; } { name = \"glob___glob_7.1.7.tgz\"; path = fetchurl { name = \"glob___glob_7.1.7.tgz\"; url = \"https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz\"; sha1 = \"3b193e9233f01d42d0b3f78294bbeeb418f94a90\"; }; } { 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 = \"globals___globals_12.4.0.tgz\"; path = fetchurl { name = \"globals___globals_12.4.0.tgz\"; url = \"https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz\"; sha1 = \"a18813576a41b00a24a97e7f815918c2e19925f8\"; }; } { name = \"graceful_fs___graceful_fs_4.2.6.tgz\"; path = fetchurl { name = \"graceful_fs___graceful_fs_4.2.6.tgz\"; url = \"https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz\"; sha1 = \"ff040b2b0853b23c3d31027523706f1885d76bee\"; }; } { 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 = \"handlebars___handlebars_4.7.7.tgz\"; path = fetchurl { name = \"handlebars___handlebars_4.7.7.tgz\"; url = \"https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz\"; sha1 = \"9ce33416aad02dbd6c8fafa8240d5d98004945a1\"; }; } { 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.5.tgz\"; path = fetchurl { name = \"har_validator___har_validator_5.1.5.tgz\"; url = \"https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz\"; sha1 = \"1f0803b9f8cb20c0fa13822df1ecddb36bde1efd\"; }; } { name = \"has_bigints___has_bigints_1.0.1.tgz\"; path = fetchurl { name = \"has_bigints___has_bigints_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz\"; sha1 = \"64fe6acb020673e3b78db035a5af69aa9d07b113\"; }; } { 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_flag___has_flag_4.0.0.tgz\"; path = fetchurl { name = \"has_flag___has_flag_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz\"; sha1 = \"944771fd9c81c81265c4d6941860da06bb59479b\"; }; } { name = \"has_symbols___has_symbols_1.0.2.tgz\"; path = fetchurl { name = \"has_symbols___has_symbols_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz\"; sha1 = \"165d3070c00309752a1236a479331e3ac56f1423\"; }; } { 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 = \"hosted_git_info___hosted_git_info_2.8.9.tgz\"; path = fetchurl { name = \"hosted_git_info___hosted_git_info_2.8.9.tgz\"; url = \"https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz\"; sha1 = \"dffc0bf9a21c02209090f2aa69429e1414daf3f9\"; }; } { 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_escaper___html_escaper_2.0.2.tgz\"; path = fetchurl { name = \"html_escaper___html_escaper_2.0.2.tgz\"; url = \"https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz\"; sha1 = \"dfd60027da36a36dfcbe236262c00a5822681453\"; }; } { 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 = \"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 = \"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 = \"import_fresh___import_fresh_3.3.0.tgz\"; path = fetchurl { name = \"import_fresh___import_fresh_3.3.0.tgz\"; url = \"https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz\"; sha1 = \"37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b\"; }; } { 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 = \"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 = \"iniparser___iniparser_1.0.5.tgz\"; path = fetchurl { name = \"iniparser___iniparser_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/iniparser/-/iniparser-1.0.5.tgz\"; sha1 = \"836d6befe6dfbfcee0bccf1cf9f2acc7027f783d\"; }; } { name = \"inquirer___inquirer_7.3.3.tgz\"; path = fetchurl { name = \"inquirer___inquirer_7.3.3.tgz\"; url = \"https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz\"; sha1 = \"04d176b2af04afc157a83fd7c100e98ee0aad003\"; }; } { 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 = \"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_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_bigint___is_bigint_1.0.2.tgz\"; path = fetchurl { name = \"is_bigint___is_bigint_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz\"; sha1 = \"ffb381442503235ad245ea89e45b3dbff040ee5a\"; }; } { name = \"is_boolean_object___is_boolean_object_1.1.1.tgz\"; path = fetchurl { name = \"is_boolean_object___is_boolean_object_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz\"; sha1 = \"3c0878f035cb821228d350d2e1e36719716a3de8\"; }; } { 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_callable___is_callable_1.2.3.tgz\"; path = fetchurl { name = \"is_callable___is_callable_1.2.3.tgz\"; url = \"https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz\"; sha1 = \"8b1e0500b73a1d76c70487636f368e519de8db8e\"; }; } { 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_core_module___is_core_module_2.5.0.tgz\"; path = fetchurl { name = \"is_core_module___is_core_module_2.5.0.tgz\"; url = \"https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.5.0.tgz\"; sha1 = \"f754843617c70bfd29b7bd87327400cda5c18491\"; }; } { 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.4.tgz\"; path = fetchurl { name = \"is_date_object___is_date_object_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz\"; sha1 = \"550cfcc03afada05eea3dd30981c7b09551f73e5\"; }; } { 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_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_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_fullwidth_code_point___is_fullwidth_code_point_3.0.0.tgz\"; path = fetchurl { name = \"is_fullwidth_code_point___is_fullwidth_code_point_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz\"; sha1 = \"f116f8064fe90b3f7844a38997c0b75051269f1d\"; }; } { 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_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_negative_zero___is_negative_zero_2.0.1.tgz\"; path = fetchurl { name = \"is_negative_zero___is_negative_zero_2.0.1.tgz\"; url = \"https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz\"; sha1 = \"3de746c18dda2319241a53675908d8f766f11c24\"; }; } { name = \"is_number_object___is_number_object_1.0.5.tgz\"; path = fetchurl { name = \"is_number_object___is_number_object_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz\"; sha1 = \"6edfaeed7950cff19afedce9fbfca9ee6dd289eb\"; }; } { 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_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_regex___is_regex_1.1.3.tgz\"; path = fetchurl { name = \"is_regex___is_regex_1.1.3.tgz\"; url = \"https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz\"; sha1 = \"d029f9aff6448b93ebbe3f33dac71511fdcbef9f\"; }; } { 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_string___is_string_1.0.6.tgz\"; path = fetchurl { name = \"is_string___is_string_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz\"; sha1 = \"3fe5d5992fb0d93404f32584d4b0179a71b54a5f\"; }; } { name = \"is_symbol___is_symbol_1.0.4.tgz\"; path = fetchurl { name = \"is_symbol___is_symbol_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz\"; sha1 = \"a6dac93b635b063ca6872236de88910a57af139c\"; }; } { 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_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_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_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 = \"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.7.tgz\"; path = fetchurl { name = \"istanbul_reports___istanbul_reports_2.2.7.tgz\"; url = \"https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.7.tgz\"; sha1 = \"5d939f6237d7b48393cc0959eab40cd4fd056931\"; }; } { 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___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.2.tgz\"; path = fetchurl { name = \"jest_pnp_resolver___jest_pnp_resolver_1.2.2.tgz\"; url = \"https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz\"; sha1 = \"b704ac0ae028a89108a4d040b3f919dfddc8e33c\"; }; } { 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.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_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.9.0.tgz\"; path = fetchurl { name = \"jest___jest_24.9.0.tgz\"; url = \"https://registry.yarnpkg.com/jest/-/jest-24.9.0.tgz\"; sha1 = \"987d290c05a08b52c56188c1002e368edb007171\"; }; } { 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_yaml___js_yaml_3.14.1.tgz\"; path = fetchurl { name = \"js_yaml___js_yaml_3.14.1.tgz\"; url = \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz\"; sha1 = \"dae812fdb3825fa306609a8717383c50c36a0537\"; }; } { name = \"js2xmlparser___js2xmlparser_4.0.1.tgz\"; path = fetchurl { name = \"js2xmlparser___js2xmlparser_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-4.0.1.tgz\"; sha1 = \"670ef71bc5661f089cc90481b99a05a1227ae3bd\"; }; } { 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 = \"jsdoc___jsdoc_3.6.7.tgz\"; path = fetchurl { name = \"jsdoc___jsdoc_3.6.7.tgz\"; url = \"https://registry.yarnpkg.com/jsdoc/-/jsdoc-3.6.7.tgz\"; sha1 = \"00431e376bed7f9de4716c6f15caa80e64492b89\"; }; } { 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 = \"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 = \"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_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 = \"json5___json5_2.2.0.tgz\"; path = fetchurl { name = \"json5___json5_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz\"; sha1 = \"2dfefe720c6ba525d9ebd909950f0515316c89a3\"; }; } { 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 = \"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.3.tgz\"; path = fetchurl { name = \"kind_of___kind_of_6.0.3.tgz\"; url = \"https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz\"; sha1 = \"07c05034a6c349fa06e24fa35aa76db4580ce4dd\"; }; } { name = \"klaw___klaw_3.0.0.tgz\"; path = fetchurl { name = \"klaw___klaw_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/klaw/-/klaw-3.0.0.tgz\"; sha1 = \"b11bec9cf2492f06756d6e809ab73a2910259146\"; }; } { 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 = \"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 = \"linkify_it___linkify_it_2.2.0.tgz\"; path = fetchurl { name = \"linkify_it___linkify_it_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz\"; sha1 = \"e3b54697e78bf915c70a38acd78fd09e0058b1cf\"; }; } { 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 = \"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.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.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___lodash_4.17.21.tgz\"; path = fetchurl { name = \"lodash___lodash_4.17.21.tgz\"; url = \"https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz\"; sha1 = \"679591c564c3bffaae8454cf0b3df370c3d6911c\"; }; } { 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 = \"lru_cache___lru_cache_6.0.0.tgz\"; path = fetchurl { name = \"lru_cache___lru_cache_6.0.0.tgz\"; url = \"https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz\"; sha1 = \"6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94\"; }; } { 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 = \"make_promises_safe___make_promises_safe_5.1.0.tgz\"; path = fetchurl { name = \"make_promises_safe___make_promises_safe_5.1.0.tgz\"; url = \"https://registry.yarnpkg.com/make-promises-safe/-/make-promises-safe-5.1.0.tgz\"; sha1 = \"dd9d311f555bcaa144f12e225b3d37785f0aa8f2\"; }; } { 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 = \"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_it_anchor___markdown_it_anchor_5.3.0.tgz\"; path = fetchurl { name = \"markdown_it_anchor___markdown_it_anchor_5.3.0.tgz\"; url = \"https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz\"; sha1 = \"d549acd64856a8ecd1bea58365ef385effbac744\"; }; } { name = \"markdown_it___markdown_it_10.0.0.tgz\"; path = fetchurl { name = \"markdown_it___markdown_it_10.0.0.tgz\"; url = \"https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz\"; sha1 = \"abfc64f141b1722d663402044e43927f1f50a8dc\"; }; } { name = \"marked___marked_2.1.3.tgz\"; path = fetchurl { name = \"marked___marked_2.1.3.tgz\"; url = \"https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz\"; sha1 = \"bd017cef6431724fd4b27e0657f5ceb14bff3753\"; }; } { name = \"mdurl___mdurl_1.0.1.tgz\"; path = fetchurl { name = \"mdurl___mdurl_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz\"; sha1 = \"fe85b2ec75a59037f2adfec100fd6c601761152e\"; }; } { 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 = \"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 = \"mime_db___mime_db_1.48.0.tgz\"; path = fetchurl { name = \"mime_db___mime_db_1.48.0.tgz\"; url = \"https://registry.yarnpkg.com/mime-db/-/mime-db-1.48.0.tgz\"; sha1 = \"e35b31045dd7eada3aaad537ed88a33afbef2d1d\"; }; } { name = \"mime_types___mime_types_2.1.31.tgz\"; path = fetchurl { name = \"mime_types___mime_types_2.1.31.tgz\"; url = \"https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.31.tgz\"; sha1 = \"a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b\"; }; } { 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 = \"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_1.2.5.tgz\"; path = fetchurl { name = \"minimist___minimist_1.2.5.tgz\"; url = \"https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz\"; sha1 = \"67d66014b66a6a8aaa0c083c5fd58df4e4e97602\"; }; } { 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 = \"mkdirp___mkdirp_0.5.5.tgz\"; path = fetchurl { name = \"mkdirp___mkdirp_0.5.5.tgz\"; url = \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz\"; sha1 = \"d91cefd62d1436ca0f41620e251288d420099def\"; }; } { name = \"mkdirp___mkdirp_1.0.4.tgz\"; path = fetchurl { name = \"mkdirp___mkdirp_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz\"; sha1 = \"3eb5ed62622756d79a5f0e2a221dfebad75c2f7e\"; }; } { 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.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 = \"mute_stream___mute_stream_0.0.8.tgz\"; path = fetchurl { name = \"mute_stream___mute_stream_0.0.8.tgz\"; url = \"https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz\"; sha1 = \"1630c42b2251ff81e2a283de96a5497ea92e5e0d\"; }; } { name = \"nan___nan_2.14.2.tgz\"; path = fetchurl { name = \"nan___nan_2.14.2.tgz\"; url = \"https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz\"; sha1 = \"f5376400695168f4cc694ac9393d0c9585eeea19\"; }; } { 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 = \"neo_async___neo_async_2.6.2.tgz\"; path = fetchurl { name = \"neo_async___neo_async_2.6.2.tgz\"; url = \"https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz\"; sha1 = \"b4aafb93e3aeb2d8174ca53cf163ab7d7308305f\"; }; } { name = \"neon_cli___neon_cli_0.8.3.tgz\"; path = fetchurl { name = \"neon_cli___neon_cli_0.8.3.tgz\"; url = \"https://registry.yarnpkg.com/neon-cli/-/neon-cli-0.8.3.tgz\"; sha1 = \"dea3a00021a07b9ef05e73464e45c94a2bf0fd3a\"; }; } { 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 = \"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_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.5.tgz\"; path = fetchurl { name = \"node_notifier___node_notifier_5.4.5.tgz\"; url = \"https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.5.tgz\"; sha1 = \"0cbc1a2b0f658493b4025775a13ad938e96091ef\"; }; } { name = \"node_releases___node_releases_1.1.73.tgz\"; path = fetchurl { name = \"node_releases___node_releases_1.1.73.tgz\"; url = \"https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz\"; sha1 = \"dd4e81ddd5277ff846b80b52bb40c49edf7a7b20\"; }; } { 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 = \"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 = \"nwsapi___nwsapi_2.2.0.tgz\"; path = fetchurl { name = \"nwsapi___nwsapi_2.2.0.tgz\"; url = \"https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz\"; sha1 = \"204879a9e3d068ff2a55139c2c772780681a38b7\"; }; } { 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_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_inspect___object_inspect_1.11.0.tgz\"; path = fetchurl { name = \"object_inspect___object_inspect_1.11.0.tgz\"; url = \"https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz\"; sha1 = \"9dceb146cedd4148a0d9e51ab88d34cf509922b1\"; }; } { 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_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.2.tgz\"; path = fetchurl { name = \"object.assign___object.assign_4.1.2.tgz\"; url = \"https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz\"; sha1 = \"0ed54a342eceb37b38ff76eb831a0e788cb63940\"; }; } { name = \"object.getownpropertydescriptors___object.getownpropertydescriptors_2.1.2.tgz\"; path = fetchurl { name = \"object.getownpropertydescriptors___object.getownpropertydescriptors_2.1.2.tgz\"; url = \"https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz\"; sha1 = \"1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7\"; }; } { 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 = \"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_5.1.2.tgz\"; path = fetchurl { name = \"onetime___onetime_5.1.2.tgz\"; url = \"https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz\"; sha1 = \"d0e96ebb56b07476df1dd9c4806e5237985ca45e\"; }; } { name = \"optionator___optionator_0.8.3.tgz\"; path = fetchurl { name = \"optionator___optionator_0.8.3.tgz\"; url = \"https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz\"; sha1 = \"84fa1d036fe9d3c7e21d99884b601167ec8fb495\"; }; } { 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 = \"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_limit___p_limit_2.3.0.tgz\"; path = fetchurl { name = \"p_limit___p_limit_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz\"; sha1 = \"3dd33c647a214fdfffd835933eb086da0dc21db1\"; }; } { 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_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_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 = \"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_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 = \"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_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_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.7.tgz\"; path = fetchurl { name = \"path_parse___path_parse_1.0.7.tgz\"; url = \"https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz\"; sha1 = \"fbc114b60ca42b30d9daf5858e4bd68bbedb6735\"; }; } { 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 = \"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_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 = \"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_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 = \"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 = \"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 = \"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 = \"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 = \"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 = \"prompts___prompts_2.4.1.tgz\"; path = fetchurl { name = \"prompts___prompts_2.4.1.tgz\"; url = \"https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz\"; sha1 = \"befd3b1195ba052f9fd2fde8a486c4e82ee77f61\"; }; } { name = \"psl___psl_1.8.0.tgz\"; path = fetchurl { name = \"psl___psl_1.8.0.tgz\"; url = \"https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz\"; sha1 = \"9326f8bcfb013adcc005fdff056acce020e51c24\"; }; } { 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 = \"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 = \"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 = \"react_is___react_is_16.13.1.tgz\"; path = fetchurl { name = \"react_is___react_is_16.13.1.tgz\"; url = \"https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz\"; sha1 = \"789729a4dc36de2999dc156dd6c1d9c18cea56a4\"; }; } { 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_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 = \"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 = \"reduce_flatten___reduce_flatten_2.0.0.tgz\"; path = fetchurl { name = \"reduce_flatten___reduce_flatten_2.0.0.tgz\"; url = \"https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-2.0.0.tgz\"; sha1 = \"734fd84e65f375d7ca4465c69798c25c9d10ae27\"; }; } { 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 = \"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 = \"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 = \"repeat_element___repeat_element_1.1.4.tgz\"; path = fetchurl { name = \"repeat_element___repeat_element_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz\"; sha1 = \"be681520847ab58c7568ac75fbfad28ed42d39e9\"; }; } { 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 = \"request_promise_core___request_promise_core_1.1.4.tgz\"; path = fetchurl { name = \"request_promise_core___request_promise_core_1.1.4.tgz\"; url = \"https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz\"; sha1 = \"3eedd4223208d419867b78ce815167d10593a22f\"; }; } { name = \"request_promise_native___request_promise_native_1.0.9.tgz\"; path = fetchurl { name = \"request_promise_native___request_promise_native_1.0.9.tgz\"; url = \"https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.9.tgz\"; sha1 = \"e407120526a5efdc9a39b28a5679bf47b9d9dc28\"; }; } { name = \"request___request_2.88.2.tgz\"; path = fetchurl { name = \"request___request_2.88.2.tgz\"; url = \"https://registry.yarnpkg.com/request/-/request-2.88.2.tgz\"; sha1 = \"d73c918731cb5a87da047e207234146f664d12b3\"; }; } { 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_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 = \"requizzle___requizzle_0.2.3.tgz\"; path = fetchurl { name = \"requizzle___requizzle_0.2.3.tgz\"; url = \"https://registry.yarnpkg.com/requizzle/-/requizzle-0.2.3.tgz\"; sha1 = \"4675c90aacafb2c036bd39ba2daa4a1cb777fded\"; }; } { 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_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.20.0.tgz\"; path = fetchurl { name = \"resolve___resolve_1.20.0.tgz\"; url = \"https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz\"; sha1 = \"629a013fb3f70755d6f0b7935cc1c2c5378b1975\"; }; } { name = \"restore_cursor___restore_cursor_3.1.0.tgz\"; path = fetchurl { name = \"restore_cursor___restore_cursor_3.1.0.tgz\"; url = \"https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz\"; sha1 = \"39f67c54b3a7a58cea5236d95cf0034239631f7e\"; }; } { 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 = \"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 = \"rimraf___rimraf_3.0.2.tgz\"; path = fetchurl { name = \"rimraf___rimraf_3.0.2.tgz\"; url = \"https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz\"; sha1 = \"f1a5402ba6220ad52cc1282bac1ae3aa49fd061a\"; }; } { 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.4.1.tgz\"; path = fetchurl { name = \"run_async___run_async_2.4.1.tgz\"; url = \"https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz\"; sha1 = \"8440eccf99ea3e70bd409d49aab88e10c189a455\"; }; } { name = \"rxjs___rxjs_6.6.7.tgz\"; path = fetchurl { name = \"rxjs___rxjs_6.6.7.tgz\"; url = \"https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz\"; sha1 = \"90ac018acabf491bf65044235d5863c4dab804c9\"; }; } { name = \"safe_buffer___safe_buffer_5.2.1.tgz\"; path = fetchurl { name = \"safe_buffer___safe_buffer_5.2.1.tgz\"; url = \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz\"; sha1 = \"1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6\"; }; } { 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_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 = \"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 = \"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_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 = \"semver___semver_7.3.5.tgz\"; path = fetchurl { name = \"semver___semver_7.3.5.tgz\"; url = \"https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz\"; sha1 = \"0b621c879348d8998e4b0e4be94b3f12e6018ef7\"; }; } { 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 = \"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 = \"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.3.tgz\"; path = fetchurl { name = \"signal_exit___signal_exit_3.0.3.tgz\"; url = \"https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz\"; sha1 = \"a1410c2edd8f077b08b4e253c8eacfcaf057461c\"; }; } { name = \"sisteransi___sisteransi_1.0.5.tgz\"; path = fetchurl { name = \"sisteransi___sisteransi_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz\"; sha1 = \"134d681297756437cc05ca01370d3a7a571075ed\"; }; } { 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 = \"source_map_resolve___source_map_resolve_0.5.3.tgz\"; path = fetchurl { name = \"source_map_resolve___source_map_resolve_0.5.3.tgz\"; url = \"https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz\"; sha1 = \"190866bece7553e1f8f267a2ee82c606b5509a1a\"; }; } { name = \"source_map_support___source_map_support_0.5.19.tgz\"; path = fetchurl { name = \"source_map_support___source_map_support_0.5.19.tgz\"; url = \"https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz\"; sha1 = \"a98b62f86dcaf4f67399648c085291ab9e8fed61\"; }; } { name = \"source_map_url___source_map_url_0.4.1.tgz\"; path = fetchurl { name = \"source_map_url___source_map_url_0.4.1.tgz\"; url = \"https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz\"; sha1 = \"0af66605a745a5a2f91cf1bbf8a7afbc283dec56\"; }; } { 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 = \"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 = \"spdx_correct___spdx_correct_3.1.1.tgz\"; path = fetchurl { name = \"spdx_correct___spdx_correct_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz\"; sha1 = \"dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9\"; }; } { name = \"spdx_exceptions___spdx_exceptions_2.3.0.tgz\"; path = fetchurl { name = \"spdx_exceptions___spdx_exceptions_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz\"; sha1 = \"3f28ce1a77a00372683eade4a433183527a2163d\"; }; } { name = \"spdx_expression_parse___spdx_expression_parse_3.0.1.tgz\"; path = fetchurl { name = \"spdx_expression_parse___spdx_expression_parse_3.0.1.tgz\"; url = \"https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz\"; sha1 = \"cf70f50482eefdc98e3ce0a6833e4a53ceeba679\"; }; } { name = \"spdx_license_ids___spdx_license_ids_3.0.9.tgz\"; path = fetchurl { name = \"spdx_license_ids___spdx_license_ids_3.0.9.tgz\"; url = \"https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz\"; sha1 = \"8a595135def9592bda69709474f1cbeea7c2467f\"; }; } { 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 = \"stack_utils___stack_utils_1.0.5.tgz\"; path = fetchurl { name = \"stack_utils___stack_utils_1.0.5.tgz\"; url = \"https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.5.tgz\"; sha1 = \"a19b0b01947e0029c8e451d5d61a498f5bb1471b\"; }; } { 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 = \"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 = \"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_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_width___string_width_4.2.2.tgz\"; path = fetchurl { name = \"string_width___string_width_4.2.2.tgz\"; url = \"https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz\"; sha1 = \"dafd4f9559a7585cfba529c6a0a4f73488ebd4c5\"; }; } { name = \"string.prototype.trimend___string.prototype.trimend_1.0.4.tgz\"; path = fetchurl { name = \"string.prototype.trimend___string.prototype.trimend_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz\"; sha1 = \"e75ae90c2942c63504686c18b287b4a0b1a45f80\"; }; } { name = \"string.prototype.trimstart___string.prototype.trimstart_1.0.4.tgz\"; path = fetchurl { name = \"string.prototype.trimstart___string.prototype.trimstart_1.0.4.tgz\"; url = \"https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz\"; sha1 = \"b36399af4ab2999b4c9c648bd7a3fb2bb26feeed\"; }; } { 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_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_6.0.0.tgz\"; path = fetchurl { name = \"strip_ansi___strip_ansi_6.0.0.tgz\"; url = \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz\"; sha1 = \"0b1571dd7669ccd4f3e06e14ef1eed26225ae532\"; }; } { 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_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.1.1.tgz\"; path = fetchurl { name = \"strip_json_comments___strip_json_comments_3.1.1.tgz\"; url = \"https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz\"; sha1 = \"31f1281b3832630434831c310c01cccda8cbe006\"; }; } { 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 = \"supports_color___supports_color_7.2.0.tgz\"; path = fetchurl { name = \"supports_color___supports_color_7.2.0.tgz\"; url = \"https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz\"; sha1 = \"1b7dcdcb32b8138801b3e478ba6a51caa89648da\"; }; } { 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_layout___table_layout_1.0.2.tgz\"; path = fetchurl { name = \"table_layout___table_layout_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/table-layout/-/table-layout-1.0.2.tgz\"; sha1 = \"c4038a1853b0136d63365a734b6931cf4fad4a04\"; }; } { 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 = \"taffydb___taffydb_2.6.2.tgz\"; path = fetchurl { name = \"taffydb___taffydb_2.6.2.tgz\"; url = \"https://registry.yarnpkg.com/taffydb/-/taffydb-2.6.2.tgz\"; sha1 = \"7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268\"; }; } { 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 = \"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 = \"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_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 = \"toml___toml_3.0.0.tgz\"; path = fetchurl { name = \"toml___toml_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz\"; sha1 = \"342160f1af1904ec9d204d03a5d61222d762c5ee\"; }; } { 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 = \"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 = \"ts_typed_json___ts_typed_json_0.3.2.tgz\"; path = fetchurl { name = \"ts_typed_json___ts_typed_json_0.3.2.tgz\"; url = \"https://registry.yarnpkg.com/ts-typed-json/-/ts-typed-json-0.3.2.tgz\"; sha1 = \"f4f20f45950bae0a383857f7b0a94187eca1b56a\"; }; } { name = \"tslib___tslib_1.14.1.tgz\"; path = fetchurl { name = \"tslib___tslib_1.14.1.tgz\"; url = \"https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz\"; sha1 = \"cf2d38bdc34a134bcaf1091c41f6619e2f672d00\"; }; } { 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.21.3.tgz\"; path = fetchurl { name = \"type_fest___type_fest_0.21.3.tgz\"; url = \"https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz\"; sha1 = \"d260a24b0198436e133fa26a524a6d65fa3b2e37\"; }; } { name = \"type_fest___type_fest_0.8.1.tgz\"; path = fetchurl { name = \"type_fest___type_fest_0.8.1.tgz\"; url = \"https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz\"; sha1 = \"09e249ebde851d3b1e48d27c105444667f17b83d\"; }; } { name = \"typical___typical_4.0.0.tgz\"; path = fetchurl { name = \"typical___typical_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz\"; sha1 = \"cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4\"; }; } { name = \"typical___typical_5.2.0.tgz\"; path = fetchurl { name = \"typical___typical_5.2.0.tgz\"; url = \"https://registry.yarnpkg.com/typical/-/typical-5.2.0.tgz\"; sha1 = \"4daaac4f2b5315460804f0acf6cb69c52bb93066\"; }; } { name = \"uc.micro___uc.micro_1.0.6.tgz\"; path = fetchurl { name = \"uc.micro___uc.micro_1.0.6.tgz\"; url = \"https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz\"; sha1 = \"9c411a802a409a91fc6cf74081baba34b24499ac\"; }; } { name = \"uglify_js___uglify_js_3.13.10.tgz\"; path = fetchurl { name = \"uglify_js___uglify_js_3.13.10.tgz\"; url = \"https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.10.tgz\"; sha1 = \"a6bd0d28d38f592c3adb6b180ea6e07e1e540a8d\"; }; } { name = \"unbox_primitive___unbox_primitive_1.0.1.tgz\"; path = fetchurl { name = \"unbox_primitive___unbox_primitive_1.0.1.tgz\"; url = \"https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz\"; sha1 = \"085e215625ec3162574dc8859abee78a59b14471\"; }; } { name = \"underscore___underscore_1.13.1.tgz\"; path = fetchurl { name = \"underscore___underscore_1.13.1.tgz\"; url = \"https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz\"; sha1 = \"0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1\"; }; } { 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 = \"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 = \"uri_js___uri_js_4.4.1.tgz\"; path = fetchurl { name = \"uri_js___uri_js_4.4.1.tgz\"; url = \"https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz\"; sha1 = \"9b1a52595225859e55f669d928f88c6c57f2a77e\"; }; } { 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 = \"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.promisify___util.promisify_1.1.1.tgz\"; path = fetchurl { name = \"util.promisify___util.promisify_1.1.1.tgz\"; url = \"https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.1.1.tgz\"; sha1 = \"77832f57ced2c9478174149cae9b96e9918cd54b\"; }; } { name = \"uuid___uuid_3.4.0.tgz\"; path = fetchurl { name = \"uuid___uuid_3.4.0.tgz\"; url = \"https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz\"; sha1 = \"b23e4358afa8a202fe7a100af1f5f883f02007ee\"; }; } { name = \"v8_compile_cache___v8_compile_cache_2.3.0.tgz\"; path = fetchurl { name = \"v8_compile_cache___v8_compile_cache_2.3.0.tgz\"; url = \"https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz\"; sha1 = \"2de19618c66dc247dcfb6f99338035d8245a2cee\"; }; } { 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 = \"validate_npm_package_name___validate_npm_package_name_3.0.0.tgz\"; path = fetchurl { name = \"validate_npm_package_name___validate_npm_package_name_3.0.0.tgz\"; url = \"https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz\"; sha1 = \"5fa912d81eb7d0c74afc140de7317f0ca7df437e\"; }; } { 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 = \"w3c_hr_time___w3c_hr_time_1.0.2.tgz\"; path = fetchurl { name = \"w3c_hr_time___w3c_hr_time_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz\"; sha1 = \"0a89cdf5cc15822df9c360543676963e0cc308cd\"; }; } { 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 = \"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 = \"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_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.1.0.tgz\"; path = fetchurl { name = \"whatwg_url___whatwg_url_7.1.0.tgz\"; url = \"https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz\"; sha1 = \"c2c492f1eca612988efd3d2266be1b9fc6170d06\"; }; } { name = \"which_boxed_primitive___which_boxed_primitive_1.0.2.tgz\"; path = fetchurl { name = \"which_boxed_primitive___which_boxed_primitive_1.0.2.tgz\"; url = \"https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz\"; sha1 = \"13757bc89b209b049fe5d86430e21cf40a89a8e6\"; }; } { 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 = \"word_wrap___word_wrap_1.2.3.tgz\"; path = fetchurl { name = \"word_wrap___word_wrap_1.2.3.tgz\"; url = \"https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz\"; sha1 = \"610636f6b1f703891bd34771ccb17fb93b47079c\"; }; } { 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 = \"wordwrapjs___wordwrapjs_4.0.1.tgz\"; path = fetchurl { name = \"wordwrapjs___wordwrapjs_4.0.1.tgz\"; url = \"https://registry.yarnpkg.com/wordwrapjs/-/wordwrapjs-4.0.1.tgz\"; sha1 = \"d9790bccfb110a0fc7836b5ebce0937b37a8b98f\"; }; } { 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.3.tgz\"; path = fetchurl { name = \"ws___ws_5.2.3.tgz\"; url = \"https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz\"; sha1 = \"05541053414921bc29c63bee14b8b0dd50b07b3d\"; }; } { 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 = \"xmlcreate___xmlcreate_2.0.3.tgz\"; path = fetchurl { name = \"xmlcreate___xmlcreate_2.0.3.tgz\"; url = \"https://registry.yarnpkg.com/xmlcreate/-/xmlcreate-2.0.3.tgz\"; sha1 = \"df9ecd518fd3890ab3548e1b811d040614993497\"; }; } { name = \"y18n___y18n_4.0.3.tgz\"; path = fetchurl { name = \"y18n___y18n_4.0.3.tgz\"; url = \"https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz\"; sha1 = \"b5f259c82cd6e336921efd7bfd8bf560de9eeedf\"; }; } { name = \"yallist___yallist_4.0.0.tgz\"; path = fetchurl { name = \"yallist___yallist_4.0.0.tgz\"; url = \"https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz\"; sha1 = \"9bb92790d9c0effec63be73519e11a35019a3a72\"; }; } { name = \"yargs_parser___yargs_parser_13.1.2.tgz\"; path = fetchurl { name = \"yargs_parser___yargs_parser_13.1.2.tgz\"; url = \"https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz\"; sha1 = \"130f09702ebaeef2650d54ce6e3e5706f7a4fb38\"; }; } { name = \"yargs___yargs_13.3.2.tgz\"; path = fetchurl { name = \"yargs___yargs_13.3.2.tgz\"; url = \"https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz\"; sha1 = \"ad7ffefec1aa59565ac915f82dccb38a9c31a2dd\"; }; } ]; } "} {"_id":"doc-en-nixpkgs-1fa3e50a11a0bea952ccfd2b830bbee4b764a39da40d4220bfe89ca2b467ab63","title":"","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":"doc-en-nixpkgs-f8aef27b9edd9b28c51f3769837821a7ba2d626b7d81b60b69e3b7d315c643c5","title":"","text":"passthru.updateScript = ./update.sh; postInstall = '' mv $out/bin/wireguard $out/bin/wireguard-go ''; meta = with stdenv.lib; { description = \"Userspace Go implementation of WireGuard\"; homepage = \"https://git.zx2c4.com/wireguard-go/about/\";"} {"_id":"doc-en-nixpkgs-b11d3eca4dd927d9212736099436374705f16dd4cdaf9ecbc26aea4163a27968","title":"","text":"hardeningDisable = [ \"bindnow\" ]; preConfigure = '' # Don't record the configure flags since this causes unnecessary # runtime dependencies preConfigure = # Don't record the configure flags since this causes unnecessary # runtime dependencies '' for i in main/build-defs.h.in scripts/php-config.in; do substituteInPlace $i --replace '@CONFIGURE_COMMAND@' '(omitted)' "} {"_id":"doc-en-nixpkgs-076b0498d2d4e6b7db812330ac52063d1b9c84309d1139e5f3f519d30623c0eb","title":"","text":"done export EXTENSION_DIR=$out/lib/php/extensions '' # PKG_CONFIG need not be a relative path + lib.optionalString (! lib.versionAtLeast version \"7.4\") '' for i in $(find . -type f -name \"*.m4\"); do substituteInPlace $i --replace 'test -x \"$PKG_CONFIG\"' 'type -P \"$PKG_CONFIG\" >/dev/null' done '' + '' ./buildconf --copy --force if test -f $src/genfiles; then"} {"_id":"doc-en-nixpkgs-7272646a4f6a6f4e5673ee2081ee8b9ba02103d27ce3551194abcf0665ad0fb9","title":"","text":"server = index: { pkgs, ... }: let ip = builtins.elemAt allConsensusServerHosts index; numConsensusServers = builtins.length allConsensusServerHosts; thisConsensusServerHost = builtins.elemAt allConsensusServerHosts index; ip = thisConsensusServerHost; # since we already use IPs to identify servers in { networking.interfaces.eth1.ipv4.addresses = pkgs.lib.mkOverride 0 [ { address = builtins.elemAt allConsensusServerHosts index; prefixLength = 16; } { address = ip; prefixLength = 16; } ]; networking.firewall = firewallSettings; services.consul = let thisConsensusServerHost = builtins.elemAt allConsensusServerHosts index; in assert builtins.elem thisConsensusServerHost allConsensusServerHosts; { enable = true; inherit webUi; extraConfig = defaultExtraConfig // { server = true; bootstrap_expect = builtins.length allConsensusServerHosts; bootstrap_expect = numConsensusServers; # Tell Consul that we never intend to drop below this many servers. # Ensures to not permanently lose consensus after temporary loss. # See https://github.com/hashicorp/consul/issues/8118#issuecomment-645330040 autopilot.min_quorum = numConsensusServers; retry_join = # If there's only 1 node in the network, we allow self-join; # otherwise, the node must not try to join itself, and join only the other servers. # See https://github.com/hashicorp/consul/issues/2868 if builtins.length allConsensusServerHosts == 1 if numConsensusServers == 1 then allConsensusServerHosts else builtins.filter (h: h != thisConsensusServerHost) allConsensusServerHosts; bind_addr = ip;"} {"_id":"doc-en-nixpkgs-adc3e36e148af041f4b47e712c8e8d0928e786d9760a3b1da7a78c6a0116befb","title":"","text":"for m in machines: m.wait_for_unit(\"consul.service\") for m in machines: m.wait_until_succeeds(\"[ $(consul members | grep -o alive | wc -l) == 5 ]\") def wait_for_healthy_servers(): # See https://github.com/hashicorp/consul/issues/8118#issuecomment-645330040 # for why the `Voter` column of `list-peers` has that info. # TODO: The `grep true` relies on the fact that currently in # the output like # # consul operator raft list-peers # Node ID Address State Voter RaftProtocol # server3 ... 192.168.1.3:8300 leader true 3 # server2 ... 192.168.1.2:8300 follower true 3 # server1 ... 192.168.1.1:8300 follower false 3 # `Voter`is the only boolean column. # Change this to the more reliable way to be defined by # https://github.com/hashicorp/consul/issues/8118 # once that ticket is closed. for m in machines: m.wait_until_succeeds( \"[ $(consul operator raft list-peers | grep true | wc -l) == 3 ]\" ) def wait_for_all_machines_alive(): \"\"\" Note that Serf-\"alive\" does not mean \"Raft\"-healthy; see `wait_for_healthy_servers()` for that instead. \"\"\" for m in machines: m.wait_until_succeeds(\"[ $(consul members | grep -o alive | wc -l) == 5 ]\") wait_for_healthy_servers() # Also wait for clients to be alive. wait_for_all_machines_alive() client1.succeed(\"consul kv put testkey 42\") client2.succeed(\"[ $(consul kv get testkey) == 42 ]\") # Test that the cluster can tolearate failures of any single server: for server in servers: server.crash() # For each client, wait until they have connection again # using `kv get -recurse` before issuing commands. client1.wait_until_succeeds(\"consul kv get -recurse\") client2.wait_until_succeeds(\"consul kv get -recurse\") def rolling_reboot_test(proper_rolling_procedure=True): \"\"\" Tests that the cluster can tolearate failures of any single server, following the recommended rolling upgrade procedure from https://www.consul.io/docs/upgrading#standard-upgrades. # Do some consul actions while one server is down. client1.succeed(\"consul kv put testkey 43\") client2.succeed(\"[ $(consul kv get testkey) == 43 ]\") client2.succeed(\"consul kv delete testkey\") Optionally, `proper_rolling_procedure=False` can be given to wait only for each server to be back `Healthy`, not `Stable` in the Raft consensus, see Consul setting `ServerStabilizationTime` and https://github.com/hashicorp/consul/issues/8118#issuecomment-645330040. \"\"\" for server in servers: server.crash() # For each client, wait until they have connection again # using `kv get -recurse` before issuing commands. client1.wait_until_succeeds(\"consul kv get -recurse\") client2.wait_until_succeeds(\"consul kv get -recurse\") # Restart crashed machine. server.start() # Do some consul actions while one server is down. client1.succeed(\"consul kv put testkey 43\") client2.succeed(\"[ $(consul kv get testkey) == 43 ]\") client2.succeed(\"consul kv delete testkey\") # Restart crashed machine. server.start() if proper_rolling_procedure: # Wait for recovery. wait_for_healthy_servers() else: # NOT proper rolling upgrade procedure, see above. wait_for_all_machines_alive() # Wait for client connections. client1.wait_until_succeeds(\"consul kv get -recurse\") client2.wait_until_succeeds(\"consul kv get -recurse\") # Do some consul actions with server back up. client1.succeed(\"consul kv put testkey 44\") client2.succeed(\"[ $(consul kv get testkey) == 44 ]\") client2.succeed(\"consul kv delete testkey\") def all_servers_crash_simultaneously_test(): \"\"\" Tests that the cluster will eventually come back after all servers crash simultaneously. \"\"\" for server in servers: server.crash() for server in servers: server.start() # Wait for recovery. for m in machines: m.wait_until_succeeds(\"[ $(consul members | grep -o alive | wc -l) == 5 ]\") wait_for_healthy_servers() # Wait for client connections. client1.wait_until_succeeds(\"consul kv get -recurse\") client2.wait_until_succeeds(\"consul kv get -recurse\") # Do some consul actions with server back up. # Do some consul actions with servers back up. client1.succeed(\"consul kv put testkey 44\") client2.succeed(\"[ $(consul kv get testkey) == 44 ]\") client2.succeed(\"consul kv delete testkey\") # Run the tests. print(\"rolling_reboot_test()\") rolling_reboot_test() print(\"all_servers_crash_simultaneously_test()\") all_servers_crash_simultaneously_test() print(\"rolling_reboot_test(proper_rolling_procedure=False)\") rolling_reboot_test(proper_rolling_procedure=False) ''; })"} {"_id":"doc-en-nixpkgs-768c28bb9b33fbcf7dcce8869a687a5c0502f69cb93daede2433ce5ad42d36f9","title":"","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":"doc-en-nixpkgs-9739a5d31a66ef8744bd5986c38b0e4b704f5c4027b994f121b67ef349185e8c","title":"","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":"doc-en-nixpkgs-7877f4f9e631a38b721f33f7568487fb306fc73213269650d3067074634ae88f","title":"","text":" { lib, buildGoPackage, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }: buildGoPackage rec { pname = \"oauth2_proxy\"; version = \"5.1.0\"; goPackagePath = \"github.com/pusher/${pname}\"; buildGoModule rec { pname = \"oauth2-proxy\"; version = \"5.1.1\"; src = fetchFromGitHub { repo = pname;"} {"_id":"doc-en-nixpkgs-af41a3a8d9d12105d485a79cf171c5469c2649c2af17d7911d7035ef37e5d838","title":"","text":"rev = \"v${version}\"; }; goDeps = ./deps.nix; vendorSha256 = \"01lf7xbhgn5l42ahym12vr1w00zx1qzy6sgwgcbvvxp48k0b271d\"; doCheck = true;"} {"_id":"doc-en-nixpkgs-7435f3976b14f8f9ba69877d2a67dbb512c48b811b3f5650dc89b8f0526bd0cd","title":"","text":"meta = with lib; { description = \"A reverse proxy that provides authentication with Google, Github, or other providers\"; homepage = \"https://github.com/pusher/oauth2_proxy/\"; homepage = \"https://github.com/oauth2-proxy/oauth2-proxy/\"; license = licenses.mit; maintainers = with maintainers; [ yorickvp knl ]; };"} {"_id":"doc-en-nixpkgs-8f9e1e1a66154460fda56fb10e4fcdaf2b51d1ff07ecf5550da37dc1f7022400","title":"","text":" # file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix) [ { goPackagePath = \"cloud.google.com/go\"; fetch = { type = \"git\"; url = \"https://code.googlesource.com/gocloud\"; rev = \"v0.38.0\"; sha256 = \"0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh\"; }; } { goPackagePath = \"github.com/BurntSushi/toml\"; fetch = { type = \"git\"; url = \"https://github.com/BurntSushi/toml\"; rev = \"v0.3.1\"; sha256 = \"1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6\"; }; } { goPackagePath = \"github.com/alicebob/gopher-json\"; fetch = { type = \"git\"; url = \"https://github.com/alicebob/gopher-json\"; rev = \"5a6b3ba71ee6\"; sha256 = \"0hx6n722zq51p852lv56k39yjy09lw6mnr2c3x0p23rfyyrakj2p\"; }; } { goPackagePath = \"github.com/alicebob/miniredis\"; fetch = { type = \"git\"; url = \"https://github.com/alicebob/miniredis\"; rev = \"v2.11.2\"; sha256 = \"1fc6w9n1jznwj8ks2svxmjrv87pk3spjf5z3kcxpgpynp13pd55n\"; }; } { goPackagePath = \"github.com/bitly/go-simplejson\"; fetch = { type = \"git\"; url = \"https://github.com/bitly/go-simplejson\"; rev = \"v0.5.0\"; sha256 = \"0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj\"; }; } { goPackagePath = \"github.com/bmizerany/assert\"; fetch = { type = \"git\"; url = \"https://github.com/bmizerany/assert\"; rev = \"b7ed37b82869\"; sha256 = \"18hy1wyl9zdi7sgxafrn3m7fadh6in0rhhb8l0cvkxqzdl0jcw2s\"; }; } { goPackagePath = \"github.com/census-instrumentation/opencensus-proto\"; fetch = { type = \"git\"; url = \"https://github.com/census-instrumentation/opencensus-proto\"; rev = \"v0.2.1\"; sha256 = \"19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj\"; }; } { goPackagePath = \"github.com/chzyer/logex\"; fetch = { type = \"git\"; url = \"https://github.com/chzyer/logex\"; rev = \"v1.1.10\"; sha256 = \"08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4\"; }; } { goPackagePath = \"github.com/chzyer/readline\"; fetch = { type = \"git\"; url = \"https://github.com/chzyer/readline\"; rev = \"2972be24d48e\"; sha256 = \"104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r\"; }; } { goPackagePath = \"github.com/chzyer/test\"; fetch = { type = \"git\"; url = \"https://github.com/chzyer/test\"; rev = \"a1ea475d72b1\"; sha256 = \"0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k\"; }; } { goPackagePath = \"github.com/client9/misspell\"; fetch = { type = \"git\"; url = \"https://github.com/client9/misspell\"; rev = \"v0.3.4\"; sha256 = \"1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs\"; }; } { goPackagePath = \"github.com/coreos/go-oidc\"; fetch = { type = \"git\"; url = \"https://github.com/coreos/go-oidc\"; rev = \"v2.2.1\"; sha256 = \"11m6slbpi33ynffml7812piq4anhjlf1qszjlsf26f5y7x3qh8n5\"; }; } { goPackagePath = \"github.com/davecgh/go-spew\"; fetch = { type = \"git\"; url = \"https://github.com/davecgh/go-spew\"; rev = \"v1.1.0\"; sha256 = \"0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c\"; }; } { goPackagePath = \"github.com/dgrijalva/jwt-go\"; fetch = { type = \"git\"; url = \"https://github.com/dgrijalva/jwt-go\"; rev = \"v3.2.0\"; sha256 = \"08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp\"; }; } { goPackagePath = \"github.com/envoyproxy/go-control-plane\"; fetch = { type = \"git\"; url = \"https://github.com/envoyproxy/go-control-plane\"; rev = \"5f8ba28d4473\"; sha256 = \"1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4\"; }; } { goPackagePath = \"github.com/envoyproxy/protoc-gen-validate\"; fetch = { type = \"git\"; url = \"https://github.com/envoyproxy/protoc-gen-validate\"; rev = \"v0.1.0\"; sha256 = \"0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy\"; }; } { goPackagePath = \"github.com/fsnotify/fsnotify\"; fetch = { type = \"git\"; url = \"https://github.com/fsnotify/fsnotify\"; rev = \"v1.4.7\"; sha256 = \"07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g\"; }; } { goPackagePath = \"github.com/go-redis/redis\"; fetch = { type = \"git\"; url = \"https://github.com/go-redis/redis\"; rev = \"v6.15.7\"; sha256 = \"0fc0sfispyzn652ny05wn6bz18a60n6ryk23ki8j97xx3l24nq2g\"; }; } { goPackagePath = \"github.com/golang/glog\"; fetch = { type = \"git\"; url = \"https://github.com/golang/glog\"; rev = \"23def4e6c14b\"; sha256 = \"0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30\"; }; } { goPackagePath = \"github.com/golang/mock\"; fetch = { type = \"git\"; url = \"https://github.com/golang/mock\"; rev = \"v1.2.0\"; sha256 = \"12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg\"; }; } { goPackagePath = \"github.com/golang/protobuf\"; fetch = { type = \"git\"; url = \"https://github.com/golang/protobuf\"; rev = \"v1.3.2\"; sha256 = \"1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym\"; }; } { goPackagePath = \"github.com/gomodule/redigo\"; fetch = { type = \"git\"; url = \"https://github.com/gomodule/redigo\"; rev = \"v2.0.0\"; sha256 = \"1kg7s8027b4g1sfw0v3nh30c15j407kv684s53gg281r807dnfpk\"; }; } { goPackagePath = \"github.com/google/btree\"; fetch = { type = \"git\"; url = \"https://github.com/google/btree\"; rev = \"4030bb1f1f0c\"; sha256 = \"0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6\"; }; } { goPackagePath = \"github.com/google/go-cmp\"; fetch = { type = \"git\"; url = \"https://github.com/google/go-cmp\"; rev = \"v0.3.0\"; sha256 = \"1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj\"; }; } { goPackagePath = \"github.com/google/martian\"; fetch = { type = \"git\"; url = \"https://github.com/google/martian\"; rev = \"v2.1.0\"; sha256 = \"197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp\"; }; } { goPackagePath = \"github.com/google/pprof\"; fetch = { type = \"git\"; url = \"https://github.com/google/pprof\"; rev = \"3ea8567a2e57\"; sha256 = \"09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c\"; }; } { goPackagePath = \"github.com/googleapis/gax-go\"; fetch = { type = \"git\"; url = \"https://github.com/googleapis/gax-go\"; rev = \"v2.0.5\"; sha256 = \"1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx\"; }; } { goPackagePath = \"github.com/hashicorp/golang-lru\"; fetch = { type = \"git\"; url = \"https://github.com/hashicorp/golang-lru\"; rev = \"v0.5.1\"; sha256 = \"13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy\"; }; } { goPackagePath = \"github.com/hpcloud/tail\"; fetch = { type = \"git\"; url = \"https://github.com/hpcloud/tail\"; rev = \"v1.0.0\"; sha256 = \"1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0\"; }; } { goPackagePath = \"github.com/jstemmer/go-junit-report\"; fetch = { type = \"git\"; url = \"https://github.com/jstemmer/go-junit-report\"; rev = \"af01ea7f8024\"; sha256 = \"1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s\"; }; } { goPackagePath = \"github.com/kr/pretty\"; fetch = { type = \"git\"; url = \"https://github.com/kr/pretty\"; rev = \"v0.2.0\"; sha256 = \"1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp\"; }; } { goPackagePath = \"github.com/kr/pty\"; fetch = { type = \"git\"; url = \"https://github.com/kr/pty\"; rev = \"v1.1.1\"; sha256 = \"0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6\"; }; } { goPackagePath = \"github.com/kr/text\"; fetch = { type = \"git\"; url = \"https://github.com/kr/text\"; rev = \"v0.1.0\"; sha256 = \"1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1\"; }; } { goPackagePath = \"github.com/mbland/hmacauth\"; fetch = { type = \"git\"; url = \"https://github.com/mbland/hmacauth\"; rev = \"44256dfd4bfa\"; sha256 = \"1d5pbjgc5j8pi3frsjp5gqg7j12bxdbl55nhy01cv4c96hay2ij1\"; }; } { goPackagePath = \"github.com/mreiferson/go-options\"; fetch = { type = \"git\"; url = \"https://github.com/mreiferson/go-options\"; rev = \"v1.0.0\"; sha256 = \"1pxs9ybrh196qy14ijn4zn51h2z28lj31y6vxrz2xxhgvpmfmxyl\"; }; } { goPackagePath = \"github.com/onsi/ginkgo\"; fetch = { type = \"git\"; url = \"https://github.com/onsi/ginkgo\"; rev = \"v1.12.0\"; sha256 = \"0ly246i0ax53l6dn9f1zlhkd9gs03hvbk7aazxay2dd5fxzh9n65\"; }; } { goPackagePath = \"github.com/onsi/gomega\"; fetch = { type = \"git\"; url = \"https://github.com/onsi/gomega\"; rev = \"v1.9.0\"; sha256 = \"0l69r6nbnz6b3j9zrqn8aql88jjv1pqykzkvqdbhfprss9b2dy46\"; }; } { goPackagePath = \"github.com/pmezard/go-difflib\"; fetch = { type = \"git\"; url = \"https://github.com/pmezard/go-difflib\"; rev = \"v1.0.0\"; sha256 = \"0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw\"; }; } { goPackagePath = \"github.com/pquerna/cachecontrol\"; fetch = { type = \"git\"; url = \"https://github.com/pquerna/cachecontrol\"; rev = \"1555304b9b35\"; sha256 = \"0nr3p9pms6jmr2s44vy2s22q1d3v6xns2kzsvkq2gg1rkx6c1hc9\"; }; } { goPackagePath = \"github.com/prometheus/client_model\"; fetch = { type = \"git\"; url = \"https://github.com/prometheus/client_model\"; rev = \"14fe0d1b01d4\"; sha256 = \"0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550\"; }; } { goPackagePath = \"github.com/stretchr/objx\"; fetch = { type = \"git\"; url = \"https://github.com/stretchr/objx\"; rev = \"v0.1.0\"; sha256 = \"19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w\"; }; } { goPackagePath = \"github.com/stretchr/testify\"; fetch = { type = \"git\"; url = \"https://github.com/stretchr/testify\"; rev = \"v1.5.1\"; sha256 = \"09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl\"; }; } { goPackagePath = \"github.com/yhat/wsutil\"; fetch = { type = \"git\"; url = \"https://github.com/yhat/wsutil\"; rev = \"1d66fa95c997\"; sha256 = \"1agh4ss6y1laps8pg4mdl844ivmw2wrb7rnpfyag4gai4693i7bv\"; }; } { goPackagePath = \"github.com/yuin/gopher-lua\"; fetch = { type = \"git\"; url = \"https://github.com/yuin/gopher-lua\"; rev = \"ab39c6098bdb\"; sha256 = \"13b0rrpv3988qw8rq6z7npajn1my059ybhafi5mxff9jw09k9sja\"; }; } { goPackagePath = \"go.opencensus.io\"; fetch = { type = \"git\"; url = \"https://github.com/census-instrumentation/opencensus-go\"; rev = \"v0.21.0\"; sha256 = \"14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x\"; }; } { goPackagePath = \"golang.org/x/crypto\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/crypto\"; rev = \"2aa609cf4a9d\"; sha256 = \"1yvis6fqbsd7f356aqyi18f76vnwj3bry6mxqnkvshq4cwrf92il\"; }; } { goPackagePath = \"golang.org/x/exp\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/exp\"; rev = \"509febef88a4\"; sha256 = \"02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q\"; }; } { goPackagePath = \"golang.org/x/lint\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/lint\"; rev = \"959b441ac422\"; sha256 = \"1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck\"; }; } { goPackagePath = \"golang.org/x/net\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/net\"; rev = \"0de0cce0169b\"; sha256 = \"1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq\"; }; } { goPackagePath = \"golang.org/x/oauth2\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/oauth2\"; rev = \"bf48bf16ab8d\"; sha256 = \"1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg\"; }; } { goPackagePath = \"golang.org/x/sync\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/sync\"; rev = \"112230192c58\"; sha256 = \"05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn\"; }; } { goPackagePath = \"golang.org/x/sys\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/sys\"; rev = \"bd437916bb0e\"; sha256 = \"1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx\"; }; } { goPackagePath = \"golang.org/x/text\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/text\"; rev = \"v0.3.2\"; sha256 = \"0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh\"; }; } { goPackagePath = \"golang.org/x/time\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/time\"; rev = \"85acf8d2951c\"; sha256 = \"0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc\"; }; } { goPackagePath = \"golang.org/x/tools\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/tools\"; rev = \"2c0ae7006135\"; sha256 = \"1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk\"; }; } { goPackagePath = \"golang.org/x/xerrors\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/xerrors\"; rev = \"a985d3407aa7\"; sha256 = \"00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj\"; }; } { goPackagePath = \"google.golang.org/api\"; fetch = { type = \"git\"; url = \"https://code.googlesource.com/google-api-go-client\"; rev = \"v0.19.0\"; sha256 = \"0rbwijzl91xmbr9kqhiwx4fydm7r6ci6rxsi9jsy8zap9zy120f6\"; }; } { goPackagePath = \"google.golang.org/appengine\"; fetch = { type = \"git\"; url = \"https://github.com/golang/appengine\"; rev = \"v1.5.0\"; sha256 = \"0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll\"; }; } { goPackagePath = \"google.golang.org/genproto\"; fetch = { type = \"git\"; url = \"https://github.com/google/go-genproto\"; rev = \"24fa4b261c55\"; sha256 = \"109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d\"; }; } { goPackagePath = \"google.golang.org/grpc\"; fetch = { type = \"git\"; url = \"https://github.com/grpc/grpc-go\"; rev = \"v1.27.0\"; sha256 = \"1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7\"; }; } { goPackagePath = \"gopkg.in/check.v1\"; fetch = { type = \"git\"; url = \"https://gopkg.in/check.v1\"; rev = \"20d25e280405\"; sha256 = \"0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np\"; }; } { goPackagePath = \"gopkg.in/fsnotify.v1\"; fetch = { type = \"git\"; url = \"https://gopkg.in/fsnotify.v1\"; rev = \"v1.4.7\"; sha256 = \"07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g\"; }; } { goPackagePath = \"gopkg.in/fsnotify/fsnotify.v1\"; fetch = { type = \"git\"; url = \"https://gopkg.in/fsnotify/fsnotify.v1\"; rev = \"v1.4.7\"; sha256 = \"07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g\"; }; } { goPackagePath = \"gopkg.in/natefinch/lumberjack.v2\"; fetch = { type = \"git\"; url = \"https://gopkg.in/natefinch/lumberjack.v2\"; rev = \"v2.0.0\"; sha256 = \"1m2sxypk7p805jvc68padvylyx5v7cwkh5klnnxxr0340kgspf08\"; }; } { goPackagePath = \"gopkg.in/square/go-jose.v2\"; fetch = { type = \"git\"; url = \"https://gopkg.in/square/go-jose.v2\"; rev = \"v2.4.1\"; sha256 = \"1y0angxwryishwd1z0q7fp2xwjjhpw70kqh4ml4ly40akfhf1f5a\"; }; } { goPackagePath = \"gopkg.in/tomb.v1\"; fetch = { type = \"git\"; url = \"https://gopkg.in/tomb.v1\"; rev = \"dd632973f1e7\"; sha256 = \"1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv\"; }; } { goPackagePath = \"gopkg.in/yaml.v2\"; fetch = { type = \"git\"; url = \"https://gopkg.in/yaml.v2\"; rev = \"v2.2.4\"; sha256 = \"11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2\"; }; } { goPackagePath = \"honnef.co/go/tools\"; fetch = { type = \"git\"; url = \"https://github.com/dominikh/go-tools\"; rev = \"ea95bdfd59fc\"; sha256 = \"1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic\"; }; } ] "} {"_id":"doc-en-nixpkgs-fabbddea48822392898033ca14152b0caada3856f7a75c86bdb2d23ead2fd7e8","title":"","text":"# perf refers both to newt and slang # binutils is required for libbfd. nativeBuildInputs = [ asciidoc xmlto docbook_xsl docbook_xml_dtd_45 libxslt flex bison ]; buildInputs = [ elfutils python perl newt slang pkgconfig libunwind binutils ] ++ buildInputs = [ python perl newt slang pkgconfig libunwind binutils ] ++ stdenv.lib.optional withGtk gtk; NIX_CFLAGS_COMPILE = \"-Wno-error=cpp\"; # Note: we don't add elfutils to buildInputs, since it provides a # bad `ld' and other stuff. NIX_CFLAGS_COMPILE = \"-I${elfutils}/include -Wno-error=cpp\"; NIX_CFLAGS_LINK = \"-L${elfutils}/lib\"; installFlags = \"install install-man ASCIIDOC8=1\";"} {"_id":"doc-en-nixpkgs-a1222c134ecb30875b27050549e8d8b42d794bc2b1d1525198eb3b2fa588f2b3","title":"","text":"{ lib, stdenv, callPackage, fetchFromGitHub, autoreconfHook, pkg-config , CoreFoundation, IOKit, libossp_uuid , curl, libcap, libuuid, lm_sensors, zlib , nixosTests , curl, libcap, libuuid, lm_sensors, zlib , withCups ? false, cups , withDBengine ? true, libuv, lz4, judy , withIpmi ? (!stdenv.isDarwin), freeipmi , withNetfilter ? (!stdenv.isDarwin), libmnl, libnetfilter_acct , withCloud ? (!stdenv.isDarwin), json_c , withSsl ? true, openssl , withDebug ? false , fetchpatch }: with lib;"} {"_id":"doc-en-nixpkgs-8cc471623ce59015b16a7b3b83247bfef7e429fbb644c05a21bce76dab8bf22e","title":"","text":"let go-d-plugin = callPackage ./go.d.plugin.nix {}; in stdenv.mkDerivation rec { version = \"1.30.1\"; version = \"1.31.0\"; pname = \"netdata\"; src = fetchFromGitHub { owner = \"netdata\"; repo = \"netdata\"; rev = \"v${version}\"; sha256 = \"0cp6gbn38f1cr0jkr64vvwz005cvnwj3hgfxs147wap9w228k46r\"; sha256 = \"0735cxmljrp8zlkcq7hcxizy4j4xiv7vf782zkz5chn06n38mcik\"; fetchSubmodules = true; }; nativeBuildInputs = [ autoreconfHook pkg-config ];"} {"_id":"doc-en-nixpkgs-88a27ff5319a39d0e2dffbec22c100b436de56c06cde89b433ac53e724d7a13d","title":"","text":"++ optionals withDBengine [ libuv lz4.dev judy ] ++ optionals withIpmi [ freeipmi ] ++ optionals withNetfilter [ libmnl libnetfilter_acct ] ++ optionals withCloud [ json_c ] ++ optionals withSsl [ openssl.dev ]; patches = [ # required to prevent plugins from relying on /etc # and /var ./no-files-in-etc-and-var.patch # cgroups: fix network interfaces detection when using virsh (fetchpatch { url = \"https://patch-diff.githubusercontent.com/raw/netdata/netdata/pull/11096.patch\"; sha256 = \"0f2rd7kgbwbyq9wyn085d213ifvivnpl3qlx1gjrg42rkbi4n8jj\"; }) ]; NIX_CFLAGS_COMPILE = optionalString withDebug \"-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1\";"} {"_id":"doc-en-nixpkgs-b3ed0cb6668fe7c102f751ff4f5070e1d0d019b53aa81bc1f730b4f7e295d4c8","title":"","text":"configureFlags = [ \"--localstatedir=/var\" \"--sysconfdir=/etc\" ] ++ optionals withCloud [ \"--enable-cloud\" \"--with-aclk-ng\" ]; postFixup = ''"} {"_id":"doc-en-nixpkgs-adb4d690ac8e0cac738cfbb8436d3555f2cb7020234ad045cfa86165c4971082","title":"","text":"stdenv.mkDerivation rec { pname = \"pyside2\"; version = \"5.12.3\"; version = \"5.12.6\"; src = fetchurl { url = \"https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${version}-src/pyside-setup-everywhere-src-${version}.tar.xz\"; sha256 = \"0hk89jm8pa0q6kifask5rrffa3bvx02dg2f97ibv7wds9dysnyjg\"; sha256 = \"1n45l6xxyxs6cfp2l4rp8qs1c2fyfwyrdxa4qcpwfsqsi51rydsk\"; }; patches = ["} {"_id":"doc-en-nixpkgs-9fbde5d2d48945ef93efb4ea40b7b10dc87be8fd30e54ef22bfdf6b33e8cae6c","title":"","text":" --- pyside-setup-everywhere-src-5.12.3/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp~\t2019-06-15 10:31:04.712949189 +0200 +++ pyside-setup-everywhere-src-5.12.3/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp\t2019-06-15 11:52:52.894987343 +0200 @@ -317,15 +317,15 @@ --- pyside-setup-everywhere-src-5.12.6/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp~\t2020-07-08 14:37:13.022476435 -0700 +++ pyside-setup-everywhere-src-5.12.6/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp\t2020-07-08 14:37:18.271484269 -0700 @@ -330,17 +330,15 @@ } #endif // NEED_CLANG_BUILTIN_INCLUDES"} {"_id":"doc-en-nixpkgs-918914ae1a7a7146b8c6cf3ee9220836c1284b0ef1c0d63bd674084c1cf3a54b","title":"","text":"- // A fix for this has been added to Clang 5.0, so, the code can be removed - // once Clang 5.0 is the minimum version. - if (needsGppInternalHeaders()) { - const HeaderPaths gppPaths = gppInternalIncludePaths(QStringLiteral(\"g++\")); - const HeaderPaths gppPaths = gppInternalIncludePaths(compilerFromCMake(QStringLiteral(\"g++\"))); - for (const HeaderPath &h : gppPaths) { - if (h.path.contains(\"c++\")) - if (h.path.contains(\"c++\") - || h.path.contains(\"sysroot\")) { // centOS - headerPaths.append(h); - } + const HeaderPaths gppPaths = gppInternalIncludePaths(QStringLiteral(\"g++\")); + for (const HeaderPath &h : gppPaths) { + // PySide2 requires that Qt headers are not -isystem"} {"_id":"doc-en-nixpkgs-5e9581c6160c6199b827f1a7a6f76451204b0278b1b8d49fb8476b7d8be66106","title":"","text":"# https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn stdenv.mkDerivation rec { pname = \"oneDNN\"; version = \"1.5\"; version = \"1.5.1\"; src = fetchFromGitHub { owner = \"oneapi-src\"; repo = \"oneDNN\"; rev = \"v${version}\"; sha256 = \"0diiy3g4wz5lnz5mdvka5p2nwmrpfldsz83sssr5yiir29m4lqap\"; sha256 = \"1l66gkidldjpznp8pb01wdgrmm0rmrbndv8lzidz8fp9hf473zgl\"; }; outputs = [ \"out\" \"dev\" \"doc\" ];"} {"_id":"doc-en-nixpkgs-f8c036089ab28b52a3952543e8c647230faacfd08a6d95758ba7bcaf26ef2ba1","title":"","text":"# The test driver doesn't add an RPath to the build libdir preCheck = '' export LD_LIBRARY_PATH=$PWD/src export LD_LIBRARY_PATH=$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}$PWD/src export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH''${DYLD_LIBRARY_PATH:+:}$PWD/src ''; # The cmake install gets tripped up and installs a nix tree into $out, in"} {"_id":"doc-en-nixpkgs-7a310a1d78d8bf953a0155b24362345c52c271d56c77f1ae3972a9d3f6df055a","title":"","text":"meta = with lib; { description = \"oneAPI Deep Neural Network Library (oneDNN)\"; homepage = \"https://01.org/dnnl\"; homepage = \"https://01.org/oneDNN\"; changelog = \"https://github.com/oneapi-src/oneDNN/releases/tag/v${version}\"; license = licenses.asl20; platforms = [ \"aarch64-linux\" \"x86_64-linux\" ]; platforms = platforms.all; maintainers = with maintainers; [ alexarice bhipple ]; }; }"} {"_id":"doc-en-nixpkgs-b8d8d2c3c7ecbb26a880db45f2a755a5a431c6dd3f3e79a18974ceb8f852dbde","title":"","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":"doc-en-nixpkgs-1dd52a27f36774a0209f35fc4c60a4b992d84c8377cb7ff24a1be89dce12c1ff","title":"","text":"sha256 = \"03nislxccnbxld89giak2s8xa4mdbwscfxbdwhmw5qpvgz08dgwh\"; }; # See This and the # accompanying application in prePatchCommon should be removed in 2.13.5 gnumake43Patch = fetchpatch { url = \"https://gitlab.com/apparmor/apparmor/-/merge_requests/465.patch\"; name = \"2-23-fix-build-with-make-4.3.patch\"; sha256 = \"0xw028iqp69j9mxv0kbwraplgkj5i5djdlgf0anpkc5cdbsf96r9\"; }; prePatchCommon = '' patch -p1 < ${gnumake43Patch} chmod a+x ./common/list_capabilities.sh ./common/list_af_names.sh patchShebangs ./common/list_capabilities.sh ./common/list_af_names.sh substituteInPlace ./common/Make.rules --replace \"/usr/bin/pod2man\" \"${buildPackages.perl}/bin/pod2man\" substituteInPlace ./common/Make.rules --replace \"/usr/bin/pod2html\" \"${buildPackages.perl}/bin/pod2html\" substituteInPlace ./common/Make.rules --replace \"/usr/include/linux/capability.h\" \"${linuxHeaders}/include/linux/capability.h\""} {"_id":"doc-en-nixpkgs-77597482d4b2076196cd2b45ffcf0e987908c966b4d349e71b11510991ba7af4","title":"","text":", mkDerivationWith, wrapQtAppsHook, wrapGAppsHook, qtbase, glib-networking , asciidoc, docbook_xml_dtd_45, docbook_xsl, libxml2 , libxslt, gst_all_1 ? null , withPdfReader ? true , withMediaPlayback ? true , withPdfReader ? true , withMediaPlayback ? true , backend ? \"webkit\" }: assert withMediaPlayback -> gst_all_1 != null;"} {"_id":"doc-en-nixpkgs-ec0e614cd82c207de85c1d7ebc914e5fd7168372a5688ecc36d48b83f75557e1","title":"","text":"stripRoot = false; }; backendPackage = if backend == \"webengine\" then python3Packages.pyqtwebengine else if backend == \"webkit\" then python3Packages.pyqt5_with_qtwebkit else throw '' Unknown qutebrowser backend \"${backend}\". Valid choices are qtwebengine (recommended) or qtwebkit. ''; in mkDerivationWith python3Packages.buildPythonApplication rec { pname = \"qutebrowser\"; version = \"1.13.0\";"} {"_id":"doc-en-nixpkgs-37656b920f93084445b22f70779480a841aa8f6b52227129ae96ee929874ac04","title":"","text":"]; propagatedBuildInputs = with python3Packages; [ pyyaml pyqt5 pyqtwebengine jinja2 pygments pyyaml backendPackage jinja2 pygments pypeg2 cssutils pyopengl attrs setuptools # scripts and userscripts libs tldextract beautifulsoup4 pyreadability pykeepass stem ]; patches = [ ./fix-restart.patch ]; patches = [ ./fix-restart.patch ]; dontWrapGApps = true; dontWrapQtApps = true;"} {"_id":"doc-en-nixpkgs-7ba2f02398e98ba2e411467d881fbc5c06d21f9aee7085ce26bc859c6994e21d","title":"","text":"postFixup = '' wrapProgram $out/bin/qutebrowser \"''${gappsWrapperArgs[@]}\" \"''${qtWrapperArgs[@]}\" \"''${qtWrapperArgs[@]}\" --add-flags '--backend ${backend}' ''; meta = with stdenv.lib; {"} {"_id":"doc-en-nixpkgs-7e2e5b6090f08e2004a16b003e6ababff172291fa1c8ce23eddaaeb85a80a0c9","title":"","text":"# them with our own. let version = \"3.8.5\"; version = \"3.6.9\"; sha256 = { \"x86_64-linux\" = \"1r0wz2fsx2piasl04qsgwbl88bi0ajr0dm2swbslxwkf789vk18y\"; \"i686-linux\" = \"1dvfgp9dg3frhwmchwa6fyws4im9vgicchfsv0zzflvc7rm9fcig\"; \"x86_64-linux\" = \"1i260mi40siwcx9b2sj4zwszxmj1l88mpmyqncsfa72k02jz22j3\"; \"i686-linux\" = \"0qqc8qbfaighbhjq9y22ka6n6apl8b6cr80a9rkpk2qsk99k8h1z\"; }.\"${stdenv.system}\" or (throw \"system ${stdenv.system} not supported\"); arch ="} {"_id":"doc-en-nixpkgs-c1471b34e5fd0a56b251e4f9de413c2973c0741791a2276c9e6e10265517653f","title":"","text":"sha256 = \"sha256-umY3wQfG26Okqnw+MCUnlwWTAyJ6MR/FHe5oe61KBh0=\"; }; # The contents of this file comes from the Jamtop file from the # root of the ArgyllCMS distribution, rewritten to pick up Nixpkgs # library paths. When ArgyllCMS is updated, make sure that changes # in that file is reflected here. jamTop = writeText \"argyllcms_jamtop\" '' DESTDIR = \"/\" ; REFSUBDIR = \"share/argyllcms\" ; nativeBuildInputs = [ jam unzip ]; # Keep this DESTDIR anchored to Jamtop. PREFIX is used literally ANCHORED_PATH_VARS = DESTDIR ; postPatch = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' substituteInPlace Jambase --replace \"-m64\" \"\" ''; # Tell standalone libraries that they are part of Argyll: DEFINES += ARGYLLCMS ; preConfigure = let # The contents of this file comes from the Jamtop file from the # root of the ArgyllCMS distribution, rewritten to pick up Nixpkgs # library paths. When ArgyllCMS is updated, make sure that changes # in that file is reflected here. jamTop = writeText \"argyllcms_jamtop\" '' DESTDIR = \"/\" ; REFSUBDIR = \"share/argyllcms\" ; # enable serial instruments & support USE_SERIAL = true ; # Keep this DESTDIR anchored to Jamtop. PREFIX is used literally ANCHORED_PATH_VARS = DESTDIR ; # enable fast serial instruments & support USE_FAST_SERIAL = true ; # (Implicit in USE_SERIAL too) # Tell standalone libraries that they are part of Argyll: DEFINES += ARGYLLCMS ; # enable USB instruments & support USE_USB = true ; # enable serial instruments & support USE_SERIAL = true ; # enable dummy Demo Instrument (only if code is available) USE_DEMOINST = true ; # enable fast serial instruments & support USE_FAST_SERIAL = true ; # (Implicit in USE_SERIAL too) # enable Video Test Patch Generator and 3DLUT device support # (V2.0.0 and above) USE_VTPGLUT = false ; # enable USB instruments & support USE_USB = true ; # enable Printer device support USE_PRINTER = false ; # enable dummy Demo Instrument (only if code is available) USE_DEMOINST = true ; # enable CMF Measurement device and accessory support (if present) USE_CMFM = false ; # enable Video Test Patch Generator and 3DLUT device support # (V2.0.0 and above) USE_VTPGLUT = false ; # Use ArgyllCMS version of libusb (deprecated - don't use) USE_LIBUSB = false ; # enable Printer device support USE_PRINTER = false ; # Compile in graph plotting code (Not fully implemented) USE_PLOT = true ;\t\t# [true] # enable CMF Measurement device and accessory support (if present) USE_CMFM = false ; JPEGLIB = ; JPEGINC = ; HAVE_JPEG = true ; # Use ArgyllCMS version of libusb (deprecated - don't use) USE_LIBUSB = false ; TIFFLIB = ; TIFFINC = ; HAVE_TIFF = true ; # Compile in graph plotting code (Not fully implemented) USE_PLOT = true ;\t\t# [true] PNGLIB = ; PNGINC = ; HAVE_PNG = true ; JPEGLIB = ; JPEGINC = ; HAVE_JPEG = true ; ZLIB = ; ZINC = ; HAVE_Z = true ; TIFFLIB = ; TIFFINC = ; HAVE_TIFF = true ; SSLLIB = ; SSLINC = ; HAVE_SSL = true ; PNGLIB = ; PNGINC = ; HAVE_PNG = true ; LINKFLAGS += ${lib.concatStringsSep \" \" (map (x: \"-L${x}/lib\") buildInputs)} -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ljpeg -ltiff -lpng -lssl ; ''; ZLIB = ; ZINC = ; HAVE_Z = true ; nativeBuildInputs = [ jam unzip ]; SSLLIB = ; SSLINC = ; HAVE_SSL = true ; preConfigure = '' LINKFLAGS += ${lib.concatStringsSep \" \" (map (x: \"-L${x}/lib\") buildInputs)} -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ljpeg -ltiff -lpng -lssl ; ''; in '' cp ${jamTop} Jamtop substituteInPlace Makefile --replace \"-j 3\" \"-j $NIX_BUILD_CORES\" # Remove tiff, jpg and png to be sure the nixpkgs-provided ones are used rm -rf tiff jpg png unset AR export AR=\"$AR rusc\" ''; buildInputs = ["} {"_id":"doc-en-nixpkgs-1aaeccc5cbabef16dd0036fdd29ea9049263c370d9664fbca5aeb02a5f89ca21","title":"","text":"mkdir -p $out/etc/udev/rules.d sed -i '/udev-acl/d' usb/55-Argyll.rules cp -v usb/55-Argyll.rules $out/etc/udev/rules.d/ sed -i -e 's/^CREATED .*/CREATED \"'\"$(date -d @$SOURCE_DATE_EPOCH)\"'\"/g' $out/share/argyllcms/RefMediumGamut.gam ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-d4cab297afcd26073b92113ed172a4349e4d00d48be9f717835b8e730156778a","title":"","text":"in stdenv.mkDerivation rec { pname = \"mattermost-desktop\"; version = \"4.5.0\"; version = \"4.5.2\"; src = if stdenv.hostPlatform.system == \"x86_64-linux\" then fetchurl { url = \"https://releases.mattermost.com/desktop/${version}/${pname}-${version}-linux-x64.tar.gz\"; sha256 = \"1p44vxs7i9f15h4xjyr99g8x73qygv909a32lfkqip1fh8lk7sf4\"; sha256 = \"0r9xmhzif1ia1m53yr59q6p3niyq3jv3vgv4703x68jmd46f91n6\"; } else if stdenv.hostPlatform.system == \"i686-linux\" then fetchurl { url = \"https://releases.mattermost.com/desktop/${version}/${pname}-${version}-linux-ia32.tar.gz\"; sha256 = \"03pn853z2famqxcsrwayqb94pzghlpfb0qs2nfi8mc5zzsgcic7z\"; sha256 = \"1h8lw06p3cqz9dkgbhfmzcrzjsir5cfhx28xm4zrmvkj4yfzbcnv\"; } else throw \"Mattermost-Desktop is not currently supported on ${stdenv.hostPlatform.system}\";"} {"_id":"doc-en-nixpkgs-298869088c46e1ff967c39719d6c0fbccb946a2773ec231a6254cf73b077e868","title":"","text":"fetch --experimental_distdir=${distDir} build --copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /\" --copt=\"/g')\" build --host_copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /\" --host_copt=\"/g')\" build --linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /\" --linkopt=\"/g')\" build --host_linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /\" --host_linkopt=\"/g')\" build --linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /\" --linkopt=\"-Wl,/g')\" build --host_linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /\" --host_linkopt=\"-Wl,/g')\" build --host_javabase='@local_jdk//:jdk'"} {"_id":"doc-en-nixpkgs-4b2e5588ffd51eab0333e1fb105f75d00523e9e2603b1ee4191a54dc5ec27cfa","title":"","text":"fetch --distdir=${distDir} build --copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /\" --copt=\"/g')\" build --host_copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /\" --host_copt=\"/g')\" build --linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /\" --linkopt=\"/g')\" build --host_linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /\" --host_linkopt=\"/g')\" build --linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /\" --linkopt=\"-Wl,/g')\" build --host_linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /\" --host_linkopt=\"-Wl,/g')\" build --host_javabase='@local_jdk//:jdk'"} {"_id":"doc-en-nixpkgs-dfe1730329bb61512cdebb55f68c9b2a2708f5ca35164773b19a280253f2bf9d","title":"","text":"# add the same environment vars to compile.sh sed -e \"/$command $/a --copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /\" --copt=\"/g')\" \" -e \"/$command $/a --host_copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /\" --host_copt=\"/g')\" \" -e \"/$command $/a --linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /\" --linkopt=\"/g')\" \" -e \"/$command $/a --host_linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /\" --host_linkopt=\"/g')\" \" -e \"/$command $/a --linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /\" --linkopt=\"-Wl,/g')\" \" -e \"/$command $/a --host_linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /\" --host_linkopt=\"-Wl,/g')\" \" -e \"/$command $/a --host_javabase='@local_jdk//:jdk' \" "} {"_id":"doc-en-nixpkgs-e311b5cc2df40fc3e99531165a8a72d253044ff3f25639a9b3d52f6440ab1365","title":"","text":"openjdk_headless = openjdk8_headless; jdk8 = openjdk8; jdk8_headless = openjdk8_headless; jre8 = openjdk8.jre; jre8_headless = openjdk8_headless.jre;"} {"_id":"doc-en-nixpkgs-63560ad3c9742be35c0d1c9ee927b40c8a0a6c33fa71f362f532cb56dc997e50","title":"","text":"bazel_0_26 = callPackage ../development/tools/build-managers/bazel/bazel_0_26 { inherit (darwin) cctools; inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Foundation; buildJdk = jdk8; buildJdk = jdk8_headless; buildJdkName = \"jdk8\"; runJdk = jdk11_headless; stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;"} {"_id":"doc-en-nixpkgs-2d6e46ab7ffb6dc416e80e88433913b99793259d9d3ab2de50e761fd4671ffe2","title":"","text":"bazel_0_29 = callPackage ../development/tools/build-managers/bazel/bazel_0_29 { inherit (darwin) cctools; inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Foundation; buildJdk = jdk8; buildJdk = jdk8_headless; buildJdkName = \"jdk8\"; runJdk = jdk11_headless; stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;"} {"_id":"doc-en-nixpkgs-18c8d2d930f6380170c870398d1b1284d57c5dabc9d2b22b041c1e9b9d402e22","title":"","text":"bazel_1 = callPackage ../development/tools/build-managers/bazel/bazel_1 { inherit (darwin) cctools; inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Foundation; buildJdk = jdk8; buildJdk = jdk8_headless; buildJdkName = \"jdk8\"; runJdk = jdk11_headless; stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;"} {"_id":"doc-en-nixpkgs-35bff66519c4a0677b29bd2b45a34f661f8443e476196576f03903e64b268544","title":"","text":"bazel_3 = callPackage ../development/tools/build-managers/bazel/bazel_3 { inherit (darwin) cctools; inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Foundation; buildJdk = jdk8; buildJdk = jdk8_headless; buildJdkName = \"jdk8\"; runJdk = jdk11_headless; stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;"} {"_id":"doc-en-nixpkgs-6e95eeb2289f23fff726a9afe0ecae06cfbc541b42a6f12ddab9aeaf6448704d","title":"","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":"doc-en-nixpkgs-24a680dc28f1612fcd44b254638d69664878307fb464b769a9f33b1b02a166dc","title":"","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":"doc-en-nixpkgs-dbadf39ef2b425f16fc5eb94bf6781dcec45d3b9ae9bc0c52a2d3373e85f625f","title":"","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":"doc-en-nixpkgs-456a867922cb344f2ad60b190ebed49d69d69bceaadf7a54e09c1dcfab45429e","title":"","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":"doc-en-nixpkgs-9577ba9708eebdd0a3735e209e14e531a4ef485b1d5f9daf081e1fbc636c0298","title":"","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":"doc-en-nixpkgs-0552850e52252bb376febe90df6d2fc1e99c8f7340aa00d9d082237fcbb155fd","title":"","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":"doc-en-nixpkgs-73bc4e39c4619a5715fa2f74178dfac733a6026b0d2c01c9fe4603a1bc5dbcac","title":"","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":"doc-en-nixpkgs-ebb2779934eaa075cf6f538a1e54c022a9ba5c10f6f7784eb5373a21734b8ba2","title":"","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":"doc-en-nixpkgs-07d6ebab51192a3badb29ed235590c35c5501e896679da99c6288758b5a2996f","title":"","text":"virtualisation.vlans = [ 1 ]; environment.systemPackages = with pkgs; [ wireguard-tools ]; boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ]; systemd.tmpfiles.rules = [ \"f /run/wg_priv 0640 root systemd-network - ${privk}\" ]; systemd.network = { enable = true; netdevs = { \"90-wg0\" = { netdevConfig = { Kind = \"wireguard\"; Name = \"wg0\"; }; wireguardConfig = { PrivateKeyFile = \"/run/wg_priv\"; # NOTE: we're storing the wireguard private key in the # store for this test. Do not do this in the real # world. Keep in mind the nix store is # world-readable. PrivateKeyFile = pkgs.writeText \"wg0-priv\" privk; ListenPort = 51820; FirewallMark = 42; };"} {"_id":"doc-en-nixpkgs-7a3f3118d01804dd7bd808d94f6587f4bcd6ef71b406f4b5a2d5cedc2fa23e57","title":"","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":"doc-en-nixpkgs-1a26896db6b197c5c926e1fb31e5d224fbd379f57c3f1996a08ea585604f7976","title":"","text":"buildGoPackage rec { pname = \"etcd\"; version = \"3.3.22\"; version = \"3.3.25\"; goPackagePath = \"github.com/coreos/etcd\";"} {"_id":"doc-en-nixpkgs-7ca5f0fa4f848ac41577f36e76254545be6e31f9bea860c32bbcdd73bdf003dc","title":"","text":"owner = \"etcd-io\"; repo = \"etcd\"; rev = \"v${version}\"; sha256 = \"1rd390qfx9k20j9gh1wp1g9ygc571f2kv1dg2wvqij3kwydhymcj\"; sha256 = \"10cyy6jr2xzmla5yyn850cv323ixrk70fjpk8lxjjjvy0ffmb6hj\"; }; buildPhase = ''"} {"_id":"doc-en-nixpkgs-868e6eaa69f54b5ba6bde81f669eecad74bdec33aadf01cef30fa521cbf023ee","title":"","text":"install -Dm755 bin/* bin/functional/cmd/* -t $out/bin ''; passthru.tests = with nixosTests; { etcd = etcd; etcd-cluster = etcd-cluster; }; passthru.tests = { inherit (nixosTests) etcd etcd-cluster; }; meta = with lib; { description = \"Distributed reliable key-value store for the most critical data of a distributed system\";"} {"_id":"doc-en-nixpkgs-607671b10fb2f64415378a6f19e3cc4e76947b375283b1f5f698e7f7532c861e","title":"","text":"rpcMountpoint = \"${nfsStateDir}/rpc_pipefs\"; idmapdConfFile = pkgs.writeText \"idmapd.conf\" '' [General] Pipefs-Directory = ${rpcMountpoint} ${optionalString (config.networking.domain != null) \"Domain = ${config.networking.domain}\"} [Mapping] Nobody-User = nobody Nobody-Group = nogroup [Translation] Method = nsswitch ''; format = pkgs.formats.ini {}; idmapdConfFile = format.generate \"idmapd.conf\" cfg.idmapd.settings; nfsConfFile = pkgs.writeText \"nfs.conf\" cfg.extraConfig; requestKeyConfFile = pkgs.writeText \"request-key.conf\" '' create id_resolver * * ${pkgs.nfs-utils}/bin/nfsidmap -t 600 %k %d"} {"_id":"doc-en-nixpkgs-fe786acefa5e679b2913727dd0de3c90dae0bc2c936f800925e0e26098519ea7","title":"","text":"options = { services.nfs = { idmapd.settings = mkOption { type = format.type; default = {}; description = '' libnfsidmap configuration. Refer to for details. ''; example = literalExample '' { Translation = { GSS-Methods = \"static,nsswitch\"; }; Static = { \"root/hostname.domain.com@REALM.COM\" = \"root\"; }; } ''; }; extraConfig = mkOption { type = types.lines; default = \"\";"} {"_id":"doc-en-nixpkgs-7569933ab45d5b97d6fa53761eac2b0d4037c7cf221b6120929a50411eed67a7","title":"","text":"services.rpcbind.enable = true; services.nfs.idmapd.settings = { General = mkMerge [ { Pipefs-Directory = rpcMountpoint; } (mkIf (config.networking.domain != null) { Domain = config.networking.domain; }) ]; Mapping = { Nobody-User = \"nobody\"; Nobody-Group = \"nogroup\"; }; Translation = { Method = \"nsswitch\"; }; }; system.fsPackages = [ pkgs.nfs-utils ]; boot.initrd.kernelModules = mkIf inInitrd [ \"nfs\" ];"} {"_id":"doc-en-nixpkgs-27335e19dff2b65b0db1ff6166fca184010afb90fd3b5119ea30e4e590a4d329","title":"","text":"stdenv.mkDerivation rec { pname = \"twemoji-color-font\"; version = \"12.0.1\"; version = \"13.0.1\"; # We fetch the prebuilt font because building it takes 1.5 hours on hydra. # Relevant issue: https://github.com/NixOS/nixpkgs/issues/97871 src = fetchurl { url = \"https://github.com/eosrei/twemoji-color-font/releases/download/v${version}/TwitterColorEmoji-SVGinOT-Linux-${version}.tar.gz\"; sha256 = \"1kdy2k7b1k7sjp2l8g10lp2v000iwk8i3wcwgkhqfbwrrj7dg1kq\"; sha256 = \"1mn2cb6a3v0q8i81s9a8bk49nbwxq91n6ki7827i7rhjkncb0mbn\"; }; dontBuild = true;"} {"_id":"doc-en-nixpkgs-8c0be82ea7cd7aa3b48c6a4071cc4dfa5b3a2b72ceaf2cb9cad6486c659c4e4d","title":"","text":" { stdenv, lib, fetchurl, autoPatchelfHook }: stdenv.mkDerivation rec { pname = \"deepspeech\"; version = \"0.9.3\"; src = fetchurl { url = \"https://github.com/mozilla/DeepSpeech/releases/download/v${version}/native_client.amd64.cpu.linux.tar.xz\"; sha256 = \"1qy2gspprcxi76jk06ljp028xl0wkk1m3mqaxyf5qbhhfbvvpfap\"; }; setSourceRoot = \"sourceRoot=`pwd`\"; nativeBuildInputs = [ autoPatchelfHook ]; buildInputs = [ stdenv.cc.cc.lib ]; installPhase = '' install -D deepspeech $out/bin/deepspeech install -D deepspeech.h $out/include/deepspeech.h install -D libdeepspeech.so $out/lib/libdeepspeech.so ''; meta = with lib; { homepage = https://github.com/mozilla/DeepSpeech; description = \"Open source embedded (offline, on-device) speech-to-text engine, which can run in real time on broad range of devices\"; license = licenses.mpl20; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ rvolosatovs ]; }; } "} {"_id":"doc-en-nixpkgs-d00e0e7961670fd9017dc12297827d1913ae60a036cd17981f763545485d5731","title":"","text":"dbus-map = callPackage ../tools/misc/dbus-map { }; deepspeech = callPackage ../misc/deepspeech { }; dell-530cdn = callPackage ../misc/drivers/dell-530cdn {}; demjson = with python3Packages; toPythonApplication demjson;"} {"_id":"doc-en-nixpkgs-3695bdb38b9762e6d979e91593f456044a293acd2435c9a0351d1c5f39c42912","title":"","text":"]; prePatch = lib.optionalString stdenv.isDarwin '' substituteInPlace configure --replace \"-install_name libR.dylib\" \"-install_name $out/lib/R/lib/libR.dylib\" substituteInPlace configure --replace \"-install_name libRblas.dylib\" \"-install_name $out/lib/R/lib/libRblas.dylib\" --replace \"-install_name libRlapack.dylib\" \"-install_name $out/lib/R/lib/libRlapack.dylib\" --replace \"-install_name libR.dylib\" \"-install_name $out/lib/R/lib/libR.dylib\" ''; dontDisableStatic = static;"}