{"_id":"q-en-nixpkgs-00173aa3f82fc56034b96f6914b480abe903a49ef3dc3d3bf485374dfabaf0bf","text":"])); RemoveIPC = true; RestrictAddressFamilies = [ \"AF_UNIX\" # for sd_notify() call \"AF_UNIX\" \"AF_INET\" \"AF_INET6\" \"AF_NETLINK\" ]; RestrictNamespaces = true; RestrictRealtime = true;"}
{"_id":"q-en-nixpkgs-006b8d12f75f556901e4ee744b5993d1f8a16bd2dd85711184b847df479859de","text":"{ lib , buildGoModule , fetchFromGitHub , fetchYarnDeps , fixup_yarn_lock , grafana-agent , nixosTests , nodejs , stdenv , systemd , testers , yarn }: buildGoModule rec {"}
{"_id":"q-en-nixpkgs-008adc617d403a721f6d9926a24517c2e6608051a0b1669ff8a41c307e73f1e5","text":"buildInputs = [ nss nspr libqb ] ++ optional enableDbus dbus ++ optional enableInfiniBandRdma [ librdmacm libibverbs ] ++ optional enableInfiniBandRdma rdma-core ++ optional enableMonitoring libstatgrab ++ optional enableSnmp net_snmp;"}
{"_id":"q-en-nixpkgs-00bb2a18117d3cbce89039eb97ae720f5603a6b56729774064bdfdd05b5538bb","text":"{ lib , buildPythonPackage , fetchFromGitHub , setuptools , apispec , boto3 , cachetools"}
{"_id":"q-en-nixpkgs-00c3219bb91ff698a593951c56917aa90f7611f73f713ac3e2bab25bb4252058","text":" { lib , mkYarnPackage , fetchFromGitHub , fetchYarnDeps }: let pname = \"ember-cli\"; version = \"5.3.0\"; src = fetchFromGitHub { owner = \"ember-cli\"; repo = \"ember-cli\"; rev = \"v${version}\"; hash = \"sha256-xkMsPE+iweIV14m4kE4ytEp4uHMJW6gr+n9oJblr4VQ=\"; }; in mkYarnPackage { inherit pname version src; offlineCache = fetchYarnDeps { yarnLock = src + \"/yarn.lock\"; hash = \"sha256-QgT2JFvMupJo+pJc13n2lmHMZkROJRJWoozCho3E6+c=\"; }; packageJSON = ./package.json; meta = with lib; { homepage = \"https://github.com/ember-cli/ember-cli\"; description = \"The Ember.js command line utility\"; license = licenses.mit; maintainers = with maintainers; [ jfvillablanca ]; platforms = platforms.all; mainProgram = \"ember\"; }; } "}
{"_id":"q-en-nixpkgs-00d5fe90c425ead71affd61bdc857ad6d311f2f891e6a0b18646b4ac41c822d0","text":"mongoaudit = callPackage ../tools/security/mongoaudit { }; mongodb-compass = callPackage ../tools/misc/mongodb-compass { }; mongodb-tools = callPackage ../tools/misc/mongodb-tools { }; moosefs = callPackage ../tools/filesystems/moosefs { };"}
{"_id":"q-en-nixpkgs-00df99e8473b5cdfd1292b13c81e23f1abdf4c0b0d1f213234df19e6c0c1c332","text":"buildInputs = [ gmp ]; enableParallelBuilding = true; preConfigure = '' cd src ''; cmakeDir = \"../src\"; # Running the tests is required to build the *.olean files for the core # library. doCheck = true; postPatch = \"patchShebangs .\"; postInstall = stdenv.lib.optionalString stdenv.isDarwin '' substituteInPlace $out/bin/leanpkg "}
{"_id":"q-en-nixpkgs-00eb830789166323f20da586816044beeba8d7bfe27125f8a31d95ee0928fad0","text":"index 3616104..e9bbfda 100755 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto): DistUtilsExtra.auto.install_auto.run(self) target_data = '/' + os.path.relpath(self.install_data, self.root) + '/' @@ -94,7 +94,7 @@ # Root is undefined if not installing into an alternate root root = self.root or \"/\" target_data = '/' + os.path.relpath(self.install_data, root) + '/' - target_pkgdata = target_data + 'share/ulauncher/' + target_pkgdata = '@out@/share/ulauncher/' target_scripts = '/' + os.path.relpath(self.install_scripts, self.root) + '/' root) + '/' "}
{"_id":"q-en-nixpkgs-00ebe70041697fcf01abc60fab8abce5f4e2a67319fdc51d5273486fb2889d25","text":"rustPlatform.buildRustPackage rec { pname = \"pastel\"; version = \"0.8.0\"; version = \"0.8.1\"; src = fetchFromGitHub { owner = \"sharkdp\"; repo = pname; rev = \"v${version}\"; sha256 = \"00xxrssa3gbr5w2jsqlf632jlzc0lc2rpybnbv618ndy5lxidnw0\"; sha256 = \"12n1a9j61r4spx0zi2kk85nslv11j1s510asxqvj92ggqhr2s3sq\"; }; cargoSha256 = \"0kkhj58q1lgsyj7hpy3sxg1jva9q51m0i7j60zfzhnjnirwcd0h8\"; cargoSha256 = \"12zachbg78ajx1n1mqp53rd00dzcss5cqhsq0119lalzc8b5zkrn\"; buildInputs = lib.optional stdenv.isDarwin Security;"}
{"_id":"q-en-nixpkgs-0106b43c67b9576933260025663d5e9ca349a2128beba4375bb2008bdf08f797","text":"qtdeclarative = [ ./qtdeclarative.patch ]; qtscript = [ ./qtscript.patch ]; qtserialport = [ ./qtserialport.patch ]; qtwebengine = [ ] qtwebengine = [ # Fix build with bison-3.7: https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?id=1a53f599 (fetchpatch { name = \"qtwebengine-bison-3.7-build.patch\"; url = \"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=1a53f599\"; sha256 = \"1nqpyn5fq37q7i9nasag6i14lnz0d7sld5ikqhlm8qwq9d7gbmjy\"; stripLen = 1; extraPrefix = \"src/3rdparty/\"; }) ] ++ optional stdenv.isDarwin ./qtwebengine-darwin-no-platform-check.patch; qtwebkit = [ ./qtwebkit.patch ] ++ optionals stdenv.isDarwin ["}
{"_id":"q-en-nixpkgs-011f28603926ec7719d43dfeb3d81f78a3eb08f6f465fd52f273e5ae69bc8c88","text":" { lib , stdenv , fetchFromGitHub , patsh }: stdenv.mkDerivation rec { pname = \"csvquote\"; version = \"0.1.5\"; src = fetchFromGitHub { owner = \"dbro\"; repo = \"csvquote\"; rev = \"v${version}\"; hash = \"sha256-847JAoDEfA9K4LB8z9cqSw+GTImqmITBylB/4odLDb0=\"; }; patches = [ # patch csvheader to use csvquote from the derivation ./csvquote-path.patch ]; nativeBuildInputs = [ patsh ]; makeFlags = [ \"BINDIR=$(out)/bin\" ]; preInstall = '' mkdir -p \"$out/bin\" ''; postInstall = '' substituteAllInPlace $out/bin/csvheader patsh $out/bin/csvheader -fs ${builtins.storeDir} ''; meta = with lib; { description = \"Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines\"; homepage = \"https://github.com/dbro/csvquote\"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; platforms = platforms.all; }; } "}
{"_id":"q-en-nixpkgs-01244b1b0aacd6ba6d379eac054c4169459ff34782b4384f31c48d0e859ef0bd","text":"grep -l -r '/bin/bash' --null | xargs -0 sed -i -e \"s!/bin/bash!${bash}/bin/bash!g\" ''; buildInputs = [ jdk ant python2 watchman python2Packages.pywatchman ]; nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper python3 jdk11 ant watchman ]; buildPhase = '' # Set correct version, see https://github.com/facebook/buck/issues/2607 echo v${version} > .buckrelease ant PYTHONDONTWRITEBYTECODE=true ./bin/buck build -c buck.release_version=${version} buck ''; installPhase = '' install -D -m755 buck-out/gen/programs/buck.pex $out/bin/buck install -D -m755 buck-out/gen/*/programs/buck.pex $out/bin/buck wrapProgram $out/bin/buck --prefix PYTHONPATH : $PYTHONPATH --prefix PATH : \"${lib.makeBinPath [jdk watchman]}\" --prefix PATH : \"${lib.makeBinPath [ jdk11 watchman python3 ]}\" ''; meta = with lib; {"}
{"_id":"q-en-nixpkgs-0137fdafacf13fb32bb02432a6a9ad9c4dbe56565db7cd20ee2d970d74392105","text":" [Nemo Action] Active=true Name=Open in Pulsar Comment=Open in Pulsar #%U is the current selected file, this will also work on current directory Exec=pulsar -n %U Icon-Name=pulsar Selection=any Extensions=any "}
{"_id":"q-en-nixpkgs-015e4da1df778b42df379e0b5bcf84f6e3386eb3a0e1d40426f490467690fe07","text":"\"tests/\" ]; # See https://github.com/google/jax/issues/9705. disabledTests = lib.optionals usingMKL [ \"test_custom_root_with_aux\" ]; # See # * https://github.com/google/jax/issues/9705 # * https://discourse.nixos.org/t/getting-different-results-for-the-same-build-on-two-equally-configured-machines/17921 # * https://github.com/NixOS/nixpkgs/issues/161960 disabledTests = lib.optionals usingMKL [ \"test_custom_linear_solve_cholesky\" \"test_custom_root_with_aux\" \"testEigvalsGrad_shape\" ]; pythonImportsCheck = [ \"jax\""}
{"_id":"q-en-nixpkgs-016a969a4ad5f0547e205bd729877d709af60a30ef025f9da905e99110b923d6","text":" Customising Packages Some packages in Nixpkgs have options to enable or disable optional functionality or change other aspects of the package. For instance, the Firefox wrapper package (which provides Firefox with a set of plugins such as the Adobe Flash player) has an option to enable the Google Talk plugin. It can be set in configuration.nix as follows: nixpkgs.config.firefox.enableGoogleTalkPlugin = true; Unfortunately, Nixpkgs currently lacks a way to query available configuration options. Apart from high-level options, it’s possible to tweak a package in almost arbitrary ways, such as changing or disabling dependencies of a package. For instance, the Emacs package in Nixpkgs by default has a dependency on GTK 2. If you want to build it against GTK 3, you can specify that as follows: = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ]; The function override performs the call to the Nix function that produces Emacs, with the original arguments amended by the set of arguments specified by you. So here the function argument gtk gets the value pkgs.gtk3, causing Emacs to depend on GTK 3. (The parentheses are necessary because in Nix, function application binds more weakly than list construction, so without them, would be a list with two elements.) Even greater customisation is possible using the function overrideAttrs. While the override mechanism above overrides the arguments of a package function, overrideAttrs allows changing the attributes passed to mkDerivation. This permits changing any aspect of the package, such as the source code. For instance, if you want to override the source code of Emacs, you can say: = [ (pkgs.emacs.overrideAttrs (oldAttrs: { name = \"emacs-25.0-pre\"; src = /path/to/my/emacs/tree; })) ]; Here, overrideAttrs takes the Nix derivation specified by pkgs.emacs and produces a new derivation in which the original’s name and src attribute have been replaced by the given values by re-calling stdenv.mkDerivation. The original attributes are accessible via the function argument, which is conventionally named oldAttrs. The overrides shown above are not global. They do not affect the original package; other packages in Nixpkgs continue to depend on the original rather than the customised package. This means that if another package in your system depends on the original package, you end up with two instances of the package. If you want to have everything depend on your customised instance, you can apply a global override as follows: nixpkgs.config.packageOverrides = pkgs: { emacs = pkgs.emacs.override { gtk = pkgs.gtk3; }; }; The effect of this definition is essentially equivalent to modifying the emacs attribute in the Nixpkgs source tree. Any package in Nixpkgs that depends on emacs will be passed your customised instance. (However, the value pkgs.emacs in nixpkgs.config.packageOverrides refers to the original rather than overridden instance, to prevent an infinite recursion.) "}
{"_id":"q-en-nixpkgs-01d1ebca36cdce23bb43a57b68767958f372d2ad16dda7e4acb03b1da4b358df","text":" #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl gojq nix-prefetch-github common-updater-scripts set -eou pipefail pkg_dir=\"$(dirname \"$0\")\" gh-curl () { curl --silent ${GITHUB_TOKEN:+-u \":$GITHUB_TOKEN\"} \"$1\" } version=\"$(gh-curl \"https://api.github.com/repos/ente-io/ente/releases\" | gojq 'map(select(.draft == false and .prerelease == false and (.tag_name | startswith(\"auth-v\")))) | first | .tag_name' --raw-output)\" short_version=\"${version:6}\" if [[ \"$short_version\" == \"$UPDATE_NIX_OLD_VERSION\" ]]; then echo \"ente-auth is already up-to-date: $short_version\" exit 0 fi echo \"Updating to $short_version\" # Subtree needed for lockfile and icons auth_tree=\"$(gh-curl \"https://api.github.com/repos/ente-io/ente/git/trees/$version\" | gojq '.tree[] | select(.path == \"auth\") | .url' --raw-output)\" # Get lockfile, filter out incompatible sqlite dependency and convert to JSON echo \"Updating lockfile\" pubspec_lock=\"$(gh-curl \"$auth_tree\" | gojq '.tree[] | select(.path == \"pubspec.lock\") | .url' --raw-output)\" gh-curl \"$pubspec_lock\" | gojq '.content | @base64d' --raw-output | gojq --yaml-input 'del(.packages.sqlite3_flutter_libs)' > \"$pkg_dir/pubspec.lock.json\" # Get rev and hash of simple-icons submodule echo \"Updating icons\" assets_tree=\"$(gh-curl \"$auth_tree\" | gojq '.tree[] | select(.path == \"assets\") | .url' --raw-output)\" simple_icons_rev=\"$(gh-curl \"$assets_tree\" | gojq '.tree[] | select(.path == \"simple-icons\") | .sha' --raw-output)\" nix-prefetch-github --rev \"$simple_icons_rev\" simple-icons simple-icons > \"$pkg_dir/simple-icons.json\" # Update package version and hash echo \"Updating package source\" update-source-version ente-auth \"$short_version\" --file=\"$pkg_dir/package.nix\" "}
{"_id":"q-en-nixpkgs-01d275bb11eb87223fff8c659baeb48202e794d013676278ee46e2fda91c9217","text":"sha256 = \"0pnva72f2w4jcgnl1y7nw5rdly4ipx3hji4c9yc9s0hna1n2ijxn\"; }; buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]; buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ] ++ stdenv.lib.optional stdenv.isDarwin libiconv; nativeBuildInputs = [ perl pkgconfig ]; dontDisableStatic = true;"}
{"_id":"q-en-nixpkgs-01e1e22009f014464f8d388415b769820d2c307eb5708209906a5a76de402663","text":"necessary, but outside the scope of the Mailman module. Using with other MTAs Mailman also supports other MTA, though with a little bit more configuration. For example, to use Mailman with Exim, you can use the following settings: { config, ... }: { services = { mailman = { enable = true; siteOwner = \"mailman@example.org\"; enablePostfix = false; settings.mta = { incoming = \"mailman.mta.exim4.LMTP\"; outgoing = \"mailman.mta.deliver.deliver\"; lmtp_host = \"localhost\"; lmtp_port = \"8024\"; smtp_host = \"localhost\"; smtp_port = \"25\"; configuration = \"python:mailman.config.exim4\"; }; }; exim = { enable = true; # You can configure Exim in a separate file to reduce configuration.nix clutter config = builtins.readFile ./exim.conf; }; }; } The exim config needs some special additions to work with Mailman. Currently NixOS can't manage Exim config with such granularity. Please refer to Mailman documentation for more info on configuring Mailman for working with Exim. "}
{"_id":"q-en-nixpkgs-01e624c54b11f22f0f1f0b54b33a72013601796c39cb8793d9c19953442bf528","text":"usb-devices = callPackage ../development/python-modules/usb-devices { }; usb-monitor = callPackage ../development/python-modules/usb-monitor { }; usbrelay-py = callPackage ../os-specific/linux/usbrelay/python.nix { }; usbtmc = callPackage ../development/python-modules/usbtmc { };"}
{"_id":"q-en-nixpkgs-021ba92280171ef7f762f3683c93aa51702ae058cffdec2569e84f86eb9edbc6","text":"sed -E \"s#(libEGL_nvidia)#$i/lib/1#\" 10_nvidia.json > 10_nvidia.json.fixed sed -E \"s#(libnvidia-egl-wayland)#$i/lib/1#\" 10_nvidia_wayland.json > 10_nvidia_wayland.json.fixed install -Dm644 10_nvidia.json.fixed $i/share/glvnd/egl_vendor.d/nvidia.json install -Dm644 10_nvidia_wayland.json.fixed $i/share/glvnd/egl_vendor.d/nvidia_wayland.json install -Dm644 10_nvidia.json.fixed $i/share/glvnd/egl_vendor.d/10_nvidia.json install -Dm644 10_nvidia_wayland.json.fixed $i/share/egl/egl_external_platform.d/10_nvidia_wayland.json if [[ -f \"15_nvidia_gbm.json\" ]]; then sed -E \"s#(libnvidia-egl-gbm)#$i/lib/1#\" 15_nvidia_gbm.json > 15_nvidia_gbm.json.fixed install -Dm644 15_nvidia_gbm.json.fixed $i/share/egl/egl_external_platform.d/15_nvidia_gbm.json mkdir -p $i/lib/gbm ln -s $i/lib/libnvidia-allocator.so $i/lib/gbm/nvidia-drm_gbm.so fi fi done"}
{"_id":"q-en-nixpkgs-022c94f550cb989be769b36fcf6b38a7720f93ac924cf25b41217d4542b30882","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":"q-en-nixpkgs-023e0f3f928d85d6cf847774dfaa23d5b3391f4906d578db8035ac0fa8458e3e","text":" From 28a27bdbb9500797e6767f80c8128b09112aeed5 Mon Sep 17 00:00:00 2001 From: \"H.J. Lu\" Date: Sat, 11 Aug 2018 06:41:33 -0700 Subject: [PATCH] x86: Properly add X86_ISA_1_NEEDED property Existing properties may be removed during property merging. We avoid adding X86_ISA_1_NEEDED property only if existing properties won't be removed. bfd/ PR ld/23428 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Don't add X86_ISA_1_NEEDED property only if existing properties won't be removed. ld/ PR ld/23428 * testsuite/ld-elf/dummy.s: New file. * testsuite/ld-elf/linux-x86.S: Add X86_FEATURE_1_AND property. * testsuite/ld-elf/linux-x86.exp: Add dummy.s to pr23428. (cherry picked from commit ab9e342807d132182892de1be1a92d6e91a5c1da) --- bfd/elfxx-x86.c | 28 ++++++++++++++++++++++------ ld/testsuite/ld-elf/dummy.s | 1 + ld/testsuite/ld-elf/linux-x86.S | 28 ++++++++++++++++++++++++++++ ld/testsuite/ld-elf/linux-x86.exp | 2 +- 6 files changed, 66 insertions(+), 7 deletions(-) create mode 100644 ld/testsuite/ld-elf/dummy.s diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c index 7ccfd25815..2d8f7b640b 100644 --- a/bfd/elfxx-x86.c +++ b/bfd/elfxx-x86.c @@ -2588,7 +2588,6 @@ _bfd_x86_elf_link_setup_gnu_properties prop->pr_kind = property_number; } else if (has_text -\t && elf_properties (ebfd) == NULL && elf_tdata (info->output_bfd)->o->build_id.sec == NULL && !htab->elf.dynamic_sections_created && !info->traditional_format @@ -2598,11 +2597,28 @@ _bfd_x86_elf_link_setup_gnu_properties /* If the separate code program header is needed, make sure that the first read-only PT_LOAD segment has no code by adding a GNU_PROPERTY_X86_ISA_1_NEEDED note. */ -\t prop = _bfd_elf_get_property (ebfd, -\t\t\t\t\tGNU_PROPERTY_X86_ISA_1_NEEDED, -\t\t\t\t\t4); -\t prop->u.number = GNU_PROPERTY_X86_ISA_1_486; -\t prop->pr_kind = property_number; +\t elf_property_list *list; +\t bfd_boolean need_property = TRUE; + +\t for (list = elf_properties (ebfd); list; list = list->next) +\t switch (list->property.pr_type) +\t { +\t case GNU_PROPERTY_STACK_SIZE: +\t case GNU_PROPERTY_NO_COPY_ON_PROTECTED: +\t case GNU_PROPERTY_X86_ISA_1_NEEDED: +\t\t/* These properties won't be removed during merging. */ +\t\tneed_property = FALSE; +\t\tbreak; +\t } + +\t if (need_property) +\t { +\t prop = _bfd_elf_get_property (ebfd, +\t\t\t\t\t GNU_PROPERTY_X86_ISA_1_NEEDED, +\t\t\t\t\t 4); +\t prop->u.number = GNU_PROPERTY_X86_ISA_1_486; +\t prop->pr_kind = property_number; +\t } } /* Create the GNU property note section if needed. */ diff --git a/ld/testsuite/ld-elf/dummy.s b/ld/testsuite/ld-elf/dummy.s new file mode 100644 index 0000000000..403f98000d --- /dev/null +++ b/ld/testsuite/ld-elf/dummy.s @@ -0,0 +1 @@ +# Dummy diff --git a/ld/testsuite/ld-elf/linux-x86.S b/ld/testsuite/ld-elf/linux-x86.S index bdf40c6e01..d94abc1106 100644 --- a/ld/testsuite/ld-elf/linux-x86.S +++ b/ld/testsuite/ld-elf/linux-x86.S @@ -61,3 +61,31 @@ syscall: ret\t\t\t/* Return to caller. */ .size syscall, .-syscall .section .note.GNU-stack,\"\",@progbits + +\t.section \".note.gnu.property\", \"a\" +#ifdef __LP64__ +\t.p2align 3 +#else +\t.p2align 2 +#endif +\t.long 1f - 0f\t\t/* name length */ +\t.long 5f - 2f\t\t/* data length */ +\t.long 5\t\t\t/* note type */ +0:\t.asciz \"GNU\"\t\t/* vendor name */ +1: +#ifdef __LP64__ +\t.p2align 3 +#else +\t.p2align 2 +#endif +2:\t.long 0xc0000002\t/* pr_type. */ +\t.long 4f - 3f\t\t/* pr_datasz. */ +3: +\t.long 0x2 +4: +#ifdef __LP64__ +\t.p2align 3 +#else +\t.p2align 2 +#endif +5: diff --git a/ld/testsuite/ld-elf/linux-x86.exp b/ld/testsuite/ld-elf/linux-x86.exp index 36217c6fb4..f6f5a80853 100644 --- a/ld/testsuite/ld-elf/linux-x86.exp +++ b/ld/testsuite/ld-elf/linux-x86.exp @@ -37,7 +37,7 @@ run_ld_link_exec_tests [list \"Run PR ld/23428 test\" \"--no-dynamic-linker -z separate-code\" \"\" -\t{ linux-x86.S pr23428.c } +\t{ linux-x86.S pr23428.c dummy.s } \"pr23428\" \"pass.out\" \"$NOPIE_CFLAGS -fno-asynchronous-unwind-tables\" -- 2.20.1 "}
{"_id":"q-en-nixpkgs-02521a341d6011abfe590abb684c901e05f8497753b71c6d2ee6f95af2699742","text":"githubId = 84152630; name = \"Ashley Chiara\"; }; ashleyghooper = { email = \"ashleyghooper@gmail.com\"; github = \"ashleyghooper\"; githubId = 11037075; name = \"Ashley Hooper\"; }; aske = { email = \"aske@fmap.me\"; github = \"aske\";"}
{"_id":"q-en-nixpkgs-028b3621fe29f66b13431dc580e2f9e091984c68f7009f489f5b6cdf88ec7121","text":"LC_ALL = \"en_US.UTF-8\"; pytestFlags = stdenv.lib.optionals (xineBackend || !withGstPlugins) [ \"--ignore=tests/plugin/test_replaygain.py\" ] ++ [ # upstream does actually not enforce source code linting \"--ignore=tests/quality\" # build failure on Arch Linux # https://github.com/NixOS/nixpkgs/pull/77796#issuecomment-575841355 \"--ignore=tests/test_operon.py\" ]; checkPhase = '' runHook preCheck env XDG_DATA_DIRS=\"$out/share:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_DATA_DIRS\" env XDG_DATA_DIRS=\"$out/share:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_ICON_DIRS:$XDG_DATA_DIRS\" HOME=$(mktemp -d) xvfb-run -s '-screen 0 800x600x24' dbus-run-session --config-file=${dbus.daemon}/share/dbus-1/session.conf py.test${stdenv.lib.optionalString (xineBackend || !withGstPlugins) \" --ignore=tests/plugin/test_replaygain.py\"} py.test $pytestFlags runHook postCheck '';"}
{"_id":"q-en-nixpkgs-02c4aab2e3c11dca7d9287028fad57e81efe402b18a869522bb148bf665ebf4d","text":" { config, lib, pkgs, ... }: with lib; let cfg = config.programs.msmtp; in { meta.maintainers = with maintainers; [ pacien ]; options = { programs.msmtp = { enable = mkEnableOption \"msmtp - an SMTP client\"; setSendmail = mkOption { type = types.bool; default = true; description = '' Whether to set the system sendmail to msmtp's. ''; }; defaults = mkOption { type = types.attrs; default = {}; example = { aliases = \"/etc/aliases\"; port = 587; tls = true; }; description = '' Default values applied to all accounts. See msmtp(1) for the available options. ''; }; accounts = mkOption { type = with types; attrsOf attrs; default = {}; example = { \"default\" = { host = \"smtp.example\"; auth = true; user = \"someone\"; passwordeval = \"cat /secrets/password.txt\"; }; }; description = '' Named accounts and their respective configurations. The special name \"default\" allows a default account to be defined. See msmtp(1) for the available options. Use `programs.msmtp.extraConfig` instead of this attribute set-based option if ordered account inheritance is needed. It is advised to use the `passwordeval` setting to read the password from a secret file to avoid having it written in the world-readable nix store. The password file must end with a newline (`n`). ''; }; extraConfig = mkOption { type = types.lines; default = \"\"; description = '' Extra lines to add to the msmtp configuration verbatim. See msmtp(1) for the syntax and available options. ''; }; }; }; config = mkIf cfg.enable { environment.systemPackages = [ pkgs.msmtp ]; services.mail.sendmailSetuidWrapper = mkIf cfg.setSendmail { program = \"sendmail\"; source = \"${pkgs.msmtp}/bin/sendmail\"; setuid = false; setgid = false; }; environment.etc.\"msmtprc\".text = let mkValueString = v: if v == true then \"on\" else if v == false then \"off\" else generators.mkValueStringDefault {} v; mkKeyValueString = k: v: \"${k} ${mkValueString v}\"; mkInnerSectionString = attrs: concatStringsSep \"n\" (mapAttrsToList mkKeyValueString attrs); mkAccountString = name: attrs: '' account ${name} ${mkInnerSectionString attrs} ''; in '' defaults ${mkInnerSectionString cfg.defaults} ${concatStringsSep \"n\" (mapAttrsToList mkAccountString cfg.accounts)} ${cfg.extraConfig} ''; }; } "}
{"_id":"q-en-nixpkgs-02fa03d34056072f8b0387cf97dc5aab10f41bfffcce28a3f0c9cb5eccff2a5a","text":"patchelf --add-needed libasound.so.2 --add-needed libdbus-1.so.3 --add-needed libGL.so.1 --add-needed libpthread.so.0 --add-needed libudev.so.1 --add-needed libvulkan.so.1 "}
{"_id":"q-en-nixpkgs-0304a433fbc49540562e859e604855fcf5c20c8eaefe8d8cb26c3467a84684a4","text":"optionalString config.security.pam.enableEcryptfs '' mr ${pkgs.ecryptfs}/lib/security/pam_ecryptfs.so, '' + optionalString config.security.pam.enableFscrypt '' mr ${pkgs.fscrypt-experimental}/lib/security/pam_fscrypt.so, '' + optionalString (isEnabled (cfg: cfg.pamMount)) '' mr ${pkgs.pam_mount}/lib/security/pam_mount.so, '' +"}
{"_id":"q-en-nixpkgs-031e727bd6e0c9c9f924773c8b01765dfe73c7d13f5c4ba9a9256eaf64e0d392","text":"installPhase = '' install -D -m755 buck-out/gen/*/programs/buck.pex $out/bin/buck wrapProgram $out/bin/buck --prefix PATH : \"${lib.makeBinPath [ jdk11 watchman python3 ]}\" --prefix PATH : \"${lib.makeBinPath [ jdk8 watchman python3 ]}\" ''; meta = with lib; {"}
{"_id":"q-en-nixpkgs-039c9d857b28054d6e8f88c448725be13d60451f36824400bd7b6038dcca2caf","text":"libXfixes libGL nspr nss nss_latest systemd # For GTKLookAndFeel"}
{"_id":"q-en-nixpkgs-03b3f2a233d44fe7a1ad39011f81b74fa76d1fa90716d4793b3d6a3349a89b70","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":"q-en-nixpkgs-03fabc2b917153e435ad2bae6d66532b32c67219cb151740a7b83775e3e7241b","text":"See . ''; }; in [ in (lib.optionals cfg.enablePostfix [ { assertion = postfix.enable; message = \"Mailman requires Postfix\"; message = '' Mailman's default NixOS configuration requires Postfix to be enabled. If you want to use another MTA, set services.mailman.enablePostfix to false and configure settings in services.mailman.settings.mta. Refer to for more info. ''; } (requirePostfixHash [ \"relayDomains\" ] \"postfix_domains\") (requirePostfixHash [ \"config\" \"transport_maps\" ] \"postfix_lmtp\") (requirePostfixHash [ \"config\" \"local_recipient_maps\" ] \"postfix_lmtp\") ]; ]); users.users.mailman = { description = \"GNU Mailman\";"}
{"_id":"q-en-nixpkgs-0429533051debc4f6735f0e7919ef93166a9f19c90503be15bd09584f9764882","text":", texinfo , hevea , buildDocs ? false , optimize ? false # optimize sage to the current system (obviously impure) }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-0438c1a549e1a068c2bc2ceecadb765ae38258870bc4748e24df3d8af3e38c39","text":" { lib , stdenv , fetchFromGitHub , cmake , gcc12Stdenv , SDL2 , libGL }: gcc12Stdenv.mkDerivation (finalAttrs: { pname = \"bstone\"; version = \"1.2.12\"; src = fetchFromGitHub { owner = \"bibendovsky\"; repo = \"bstone\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-wtW595cSoVTZaVykxOkJViNs3OmuIch9nA5s1SqwbJo=\"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ libGL SDL2 ]; postInstall = '' mkdir -p $out/bin mv $out/bstone* $out/bin ''; meta = { description = \"Unofficial source port for the Blake Stone series\"; homepage = \"https://github.com/bibendovsky/bstone\"; changelog = \"https://github.com/bibendovsky/bstone/blob/${finalAttrs.src.rev}/CHANGELOG.md\"; license = with lib.licenses; [ gpl2Plus # Original game source code mit # BStone ]; maintainers = with lib.maintainers; [ keenanweaver ]; mainProgram = \"bstone\"; platforms = lib.platforms.linux; #TODO: macOS / Darwin support }; }) "}
{"_id":"q-en-nixpkgs-046edc174fa5cc21b0cd2a30542b3fef5cbf13e06e35c1ca19adbb118f7b6d21","text":"nativeBuildInputs = [ meson ninja pkg-config python3 wayland-scanner ]; buildInputs = [ cairo colord dbus freerdp lcms2 libGL libXcursor libdrm libevdev libinput libjpeg libseat libunwind libva libwebp libxcb libxkbcommon mesa mtdev pam libjpeg seatd libunwind libva libwebp libxcb libxkbcommon mesa mtdev pam pango pipewire udev vaapi wayland wayland-protocols xlibsWrapper ];"}
{"_id":"q-en-nixpkgs-0493fac1fc4e22ee04db2f3e0202633e670078110528fc4082a95900ae8ac849","text":"dontStrip = true; src = fetchzip { url = \"https://usa.kyoceradocumentsolutions.com/content/dam/kdc/kdag/downloads/technical/executables/drivers/kyoceradocumentsolutions/us/en/Kyocera_Linux_PPD_Ver_${version}.tar.gz\"; url = \"https://la.kyoceradocumentsolutions.com/content/dam/kdc/kdag/downloads/technical/executables/drivers/kyoceradocumentsolutions/lad/en/Kyocera_Linux_PPD_Ver_${version}.tar.gz\"; sha256 = \"11znnlkfssakml7w80gxlz1k59f3nvhph91fkzzadnm9i7a8yjal\"; };"}
{"_id":"q-en-nixpkgs-050e99382d62202eb268b0073d9f386ce0f78b5cc1a09e68b2ec79f82441bacd","text":", bison ? null , flex , texinfo , perl }: let reuseLibs = enableShared && withAllTargets; # Remove gold-symbol-visibility patch when updating, the proper fix # is now upstream. # https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=330b90b5ffbbc20c5de6ae6c7f60c40fab2e7a4f;hp=99181ccac0fc7d82e7dabb05dc7466e91f1645d3 version = \"2.31.1\"; version = \"2.34\"; basename = \"binutils\"; # The targetPrefix prepended to binary names to allow multiple binuntils on the # PATH to both be usable."}
{"_id":"q-en-nixpkgs-055239b8fee3db4d17b8296deec69fa68f677dae4759b211657e2fcefd8be545","text":" { lib, fetchurl, appimageTools, imagemagick }: { lib, fetchurl, appimageTools, imagemagick, systemd }: let pname = \"ledger-live-desktop\";"}
{"_id":"q-en-nixpkgs-0569d4f581fd43d27db41a2b0169c2f9d69d89ac98ef9339d6522056f5036592","text":"sha256 = \"0wmw823ildwm9rcfyk22pvzg100yhps3y9hfjlrpspfd1hhkbp0d\"; extraPatches = [ ]; extraPatches = [ reapplyPathSanitizerPatch ]; }; zfsUnstable = common {"}
{"_id":"q-en-nixpkgs-057aaf4c4ecd60d736ec0e7fffef1c93ba8893b6b457fe5faa8319b263434da3","text":"\"OCT_INSTALL_DIR=$(out)/${octave.sitePath}/oct\" ]; postFixup = '' substituteInPlace $out/lib/cmake/nlopt/NLoptLibraryDepends.cmake --replace 'INTERFACE_INCLUDE_DIRECTORIES \"''${_IMPORT_PREFIX}/' 'INTERFACE_INCLUDE_DIRECTORIES \"' ''; meta = { homepage = \"https://nlopt.readthedocs.io/en/latest/\"; description = \"Free open-source library for nonlinear optimization\";"}
{"_id":"q-en-nixpkgs-05814fa613f52cd9ea7a3be2889ec29ff362f6fb82f4f3fe89b22c979c136609","text":"mv $out/usr/* $out/ rm -r $out/share/lintian rm -r $out/usr/ sed -i \"s/${pname})/.${pname}-wrapped)/\" $out/bin/${pname} # sed -i \"s/'${pname}'/'.${pname}-wrapped'/\" $out/bin/${pname} wrapProgram $out/bin/${pname} --prefix \"PATH\" : \"${gvfs}/bin\""}
{"_id":"q-en-nixpkgs-05b5b04151fe5a10cfb9c744e532dada4d38f39f0057049af05b4223f7729845","text":"captive-browser = callPackage ../applications/networking/browsers/captive-browser { }; ndn-cxx = callPackage ../development/libraries/ndn-cxx { boost = boost175; }; ndn-cxx = callPackage ../development/libraries/ndn-cxx { }; ndn-tools = callPackage ../tools/networking/ndn-tools { };"}
{"_id":"q-en-nixpkgs-05b78ff8dc2256e9b4693942f117e67276e5467e1320dd5b65dcf3d83ae9639f","text":"modernx-zydezu = callPackage ./modernx-zydezu.nix { }; mpris = callPackage ./mpris.nix { }; mpv-cheatsheet = callPackage ./mpv-cheatsheet.nix { }; mpv-discord = callPackage ./mpv-discord.nix { }; mpv-notify-send = callPackage ./mpv-notify-send.nix { }; mpv-osc-modern = callPackage ./mpv-osc-modern.nix { }; mpv-playlistmanager = callPackage ./mpv-playlistmanager.nix { };"}
{"_id":"q-en-nixpkgs-077a53722fb81cd14bc8cf24b92ecad160a601b4863d7efbd3fc2302b4f637a0","text":"stdenv.mkDerivation rec { pname = \"shotwell\"; version = \"0.31.5\"; version = \"0.31.7\"; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; sha256 = \"sha256-OwSPxs6ZsjLR4OqbjbB0CDyGyI07bWMTaiz4IXqkXBk=\"; sha256 = \"sha256-gPCj2HVS+L3vpeNig77XZ9AFdtqMyWpEo9NKQjXEmeA=\"; }; patches = [ # Fix build with vala 0.56.4, can be removed on next update # https://gitlab.gnome.org/GNOME/shotwell/-/merge_requests/69 (fetchpatch2 { url = \"https://gitlab.gnome.org/GNOME/shotwell/-/commit/cd82759231e5ece2fa0dea40397c9051d15fd5c2.patch\"; hash = \"sha256-Vy2kvUlmPdEEuPB1RTcI5pGYNveeiQ+lId0YVlWo4wU=\"; }) ]; nativeBuildInputs = [ meson ninja"}
{"_id":"q-en-nixpkgs-077e83e3585056a5ccd7e4c0988929a7f7c68e17e74b15bc6b63464eb10d6d96","text":"stdenv.mkDerivation rec { pname = \"xow\"; version = \"0.5\"; version = \"unstable-2022-04-24\"; src = fetchFromGitHub { owner = \"medusalix\"; repo = \"xow\"; rev = \"v${version}\"; sha256 = \"071r2kx44k1sc49cad3i607xg618mf34ki1ykr5lnfx9y6qyz075\"; rev = \"d335d6024f8380f52767a7de67727d9b2f867871\"; sha256 = \"0q5nr21p4dlx2a99hiivwz6qj9anrqqsdhiz6xi375yqkxis4251\"; }; firmware = fetchurl {"}
{"_id":"q-en-nixpkgs-0788608483308dabafb8ca5b2db99e699659bc8fc1a44cb3829b870c7218a0dc","text":"perlPackages.buildPerlPackage rec { pname = \"SpamAssassin\"; version = \"4.0.0\"; rulesRev = \"r1905950\"; version = \"4.0.1\"; rulesRev = \"r1916528\"; src = fetchurl { url = \"mirror://apache/spamassassin/source/Mail-${pname}-${version}.tar.bz2\"; hash = \"sha256-5aoXBQowvHK6qGr9xgSMrepNHsLsxh14dxegWbgxnog=\"; hash = \"sha256-l3XtdVnoPsPmwD7bK+j/x/FcxAX7E+hcFI6wvxkXIag=\"; }; defaultRulesSrc = fetchurl { url = \"mirror://apache/spamassassin/source/Mail-${pname}-rules-${version}.${rulesRev}.tgz\"; hash = \"sha256-rk/7uRfrx/76ckD8W7UVHdpmP45AWRYa18m0Lu0brG0=\"; hash = \"sha256-OB6t/H5RPl9zU4m3gXPeWvRx89Bv5quPEpY0pmRLS/Q=\"; }; patches = ["}
{"_id":"q-en-nixpkgs-079efdc4ea7aa2597d91c4fdebf3445daee5c949cb498db6214aa19984ffbb06","text":"pixman cairo pango ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.CoreText ]; desktopItems = ["}
{"_id":"q-en-nixpkgs-07a641ecfb44a3f8229a2b28abb73db4e0fb91c0dc3686ef36833fdcd4539a55","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":"q-en-nixpkgs-083e1137f418e00f27225e1bbeebb53585eeb9f93fc7d6ffdea709526d25c997","text":"githubId = 303489; name = \"Manuel Bärenz\"; }; tu-maurice = { email = \"valentin.gehrke+nixpkgs@zom.bi\"; github = \"tu-maurice\"; githubId = 16151097; name = \"Valentin Gehrke\"; }; tv = { email = \"tv@krebsco.de\"; github = \"4z3\";"}
{"_id":"q-en-nixpkgs-084f1b86b18f9be0a0cc5dafcc6aeb095ff8e2e0a8863c51d56068d027d6d24d","text":"''; }; virtualisation.libvirtd.qemuOvmf = mkOption { type = types.bool; default = true; description = '' Allows libvirtd to take advantage of OVMF when creating new QEMU VMs with UEFI boot. ''; }; virtualisation.libvirtd.extraOptions = mkOption { type = types.listOf types.str; default = [ ];"}
{"_id":"q-en-nixpkgs-0862d777b3ca394533e5115758d5ccc6c07ecf75755d0e0324c15ae621ca8368","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":"q-en-nixpkgs-08907e39164da27f05c686782a9cdfefbaf38fbd6993758ff5f236c27163cfb1","text":"}; buildInputs = [ makeWrapper pkgconfig e19.efl python27 dbus ]; propagatedBuildInputs = [ python27Packages.pythonefl_1_11 python27Packages.dbus e19.elementary ]; propagatedBuildInputs = [ python27Packages.pythonefl_1_12 python27Packages.dbus e19.elementary ]; postInstall = '' wrapProgram $out/bin/econnman-bin --prefix PYTHONPATH : ${python27Packages.dbus}/lib/python2.7/site-packages:${python27Packages.pythonefl_1_11}/lib/python2.7/site-packages wrapProgram $out/bin/econnman-bin --prefix PYTHONPATH : ${python27Packages.dbus}/lib/python2.7/site-packages:${python27Packages.pythonefl_1_12}/lib/python2.7/site-packages ''; meta = {"}
{"_id":"q-en-nixpkgs-09008ba4ac5547b9edff473678166be9ce0ea6420d745f25b5147da665b1a288","text":"src = fetchurl { url = \"https://storage.googleapis.com/flutter_infra/releases/${channel}/linux/flutter_linux_v${version}-${channel}.tar.xz\"; \"https://storage.googleapis.com/flutter_infra/releases/${channel}/linux/${filename}\"; sha256 = sha256Hash; };"}
{"_id":"q-en-nixpkgs-091777d43e89c932ec316dd30e45630c8e67e89c63d5fdc28f3b1901dd548836","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":"q-en-nixpkgs-0926929dd57bee43927e0743f5248a72a1d06609314d0fcca3dffd12e783aecf","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":"q-en-nixpkgs-096056b9b13151ec36621c96ac2fb23771bd183385fa32236bac796a1228d3ad","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 wrapGAppsHook 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":"q-en-nixpkgs-098ae9739b6557c97bf5e34e7ed145baacc9e42b75571187d840f2e2efdb79c9","text":" ;;; NixOS specific load-path (setq load-path (append (reverse (mapcar (lambda (x) (concat x \"/share/emacs/site-lisp/\")) (split-string (or (getenv \"NIX_PROFILES\") \"\")))) load-path)) (defun nix--profile-paths () \"Returns a list of all paths in the NIX_PROFILES environment variable, ordered from more-specific (the user profile) to the least specific (the system profile)\" (reverse (split-string (or (getenv \"NIX_PROFILES\") \"\")))) ;;; Extend `load-path' to search for elisp files in subdirectories of ;;; all folders in `NIX_PROFILES'. Also search for one level of ;;; subdirectories in these directories to handle multi-file libraries ;;; like `mu4e'.' (require 'seq) (let* ((subdirectory-sites (lambda (site-lisp) (when (file-exists-p site-lisp) (seq-filter (lambda (f) (file-directory-p (file-truename f))) ;; Returns all files in `site-lisp', excluding `.' and `..' (directory-files site-lisp 'full \"^([^.]|.[^.]|...)\"))))) (paths (apply #'append (mapcar (lambda (profile-dir) (let ((site-lisp (concat profile-dir \"/share/emacs/site-lisp/\"))) (cons site-lisp (funcall subdirectory-sites site-lisp)))) (nix--profile-paths))))) (setq load-path (append paths load-path))) ;;; Make `woman' find the man pages (eval-after-load 'woman '(setq woman-manpath (append (reverse (mapcar (lambda (x) (concat x \"/share/man/\")) (split-string (or (getenv \"NIX_PROFILES\") \"\")))) (append (mapcar (lambda (x) (concat x \"/share/man/\")) (nix--profile-paths)) woman-manpath))) ;;; Make tramp work for remote NixOS machines (eval-after-load 'tramp ;; TODO: We should also add the other `NIX_PROFILES' to this path. ;; However, these are user-specific, so we would need to discover ;; them dynamically after connecting via `tramp' '(add-to-list 'tramp-remote-path \"/run/current-system/sw/bin\")) ;;; C source directory"}
{"_id":"q-en-nixpkgs-09b7ab0d38650e67c741e169fce59fec4113eda31f14306afdc8fe79aaa28ec9","text":"# which cannot be set at the same time as -Wformat-security hardeningDisable = [ \"format\" ]; patches = [ # Fix build with bison-3.7: https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?id=1a53f599 (fetchpatch { name = \"qtwebengine-bison-3.7-build.patch\"; url = \"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=1a53f599\"; sha256 = \"1nqpyn5fq37q7i9nasag6i14lnz0d7sld5ikqhlm8qwq9d7gbmjy\"; stripLen = 1; extraPrefix = \"src/3rdparty/\"; }) ]; postPatch = # Patch Chromium build tools '' ( cd src/3rdparty/chromium; patchShebangs . ) '' # Patch Chromium build files + optionalString (lib.versionOlder qtCompatVersion \"5.12\") '' substituteInPlace ./src/3rdparty/chromium/build/common.gypi --replace /bin/echo ${coreutils}/bin/echo substituteInPlace ./src/3rdparty/chromium/v8/gypfiles/toolchain.gypi --replace /bin/echo ${coreutils}/bin/echo substituteInPlace ./src/3rdparty/chromium/v8/gypfiles/standalone.gypi --replace /bin/echo ${coreutils}/bin/echo '' # Prevent Chromium build script from making the path to `clang` relative to # the build directory. `clang_base_path` is the value of `QMAKE_CLANG_DIR` # from `src/core/config/mac_osx.pri`."}
{"_id":"q-en-nixpkgs-0a17f48d87f94d6105178c0282d161ba941bee20045dbb6522a9398a64639170","text":"qtWrapperArgs = lib.optionals stdenv.isLinux [ \"--prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib\" # https://bugs.dolphin-emu.org/issues/11807 # The .desktop file should already set this, but Dolphin may be launched in other ways \"--set QT_QPA_PLATFORM xcb\" ]; # - Allow Dolphin to use nix-provided libraries instead of building them"}
{"_id":"q-en-nixpkgs-0a6207c0162b54305b2ec8aae4059b0d6f3fc97ff19eabaf8e85fd0ab2be1814","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":"q-en-nixpkgs-0a69aa55ce1be9a6d4c8bc815a7bb32bd6745ff00fb7ddfabcdb6af450e4764c","text":" { lib, stdenv { lib , stdenv , fetchurl , dpkg , undmg"}
{"_id":"q-en-nixpkgs-0a6b2a364328bd1c8cf26974d3c4dc3d86972d2ed643166c1d879fc97b4cbe01","text":" { stdenv , fetchFromGitLab , extra-cmake-modules , botan2 , karchive , kauth , libdrm , mesa-demos , procps , utillinux , vulkan-tools , qtbase , qtcharts , qtquickcontrols2 , qtsvg , qttools , qtxmlpatterns , wrapQtAppsHook } : stdenv.mkDerivation rec{ pname = \"corectrl\"; version = \"1.1.1\"; src = fetchFromGitLab { owner = \"corectrl\"; repo = \"corectrl\"; rev = \"v${version}\"; sha256 = \"sha256-YQDrxPqCa3OzNKd3UiAffqqvOrgbXmDFJGjYPetolyY=\"; }; nativeBuildInputs = [ extra-cmake-modules wrapQtAppsHook ]; buildInputs = [ botan2 karchive kauth libdrm mesa-demos procps utillinux vulkan-tools qtbase qtcharts qtquickcontrols2 qtsvg qttools qtxmlpatterns ]; runtimeDeps = [ mesa-demos vulkan-tools ]; binPath = stdenv.lib.makeBinPath runtimeDeps; dontWrapQtApps = true; postInstall = '' wrapQtApp $out/bin/corectrl --prefix PATH \":\" ${binPath} ''; meta = with stdenv.lib; { homepage = \"https://gitlab.com/corectrl/corectrl/\"; description = \"Control your computer hardware via application profiles\"; longDescription = '' CoreCtrl is a Free and Open Source GNU/Linux application that allows you to control with ease your computer hardware using application profiles. It aims to be flexible, comfortable and accessible to regular users. ''; license = licenses.gpl3Plus; platforms = platforms.linux; }; } # TODO: report upstream that libdrm is not detected at configure time "}
{"_id":"q-en-nixpkgs-0a86e6cf69fab25911d37622f8af3fd075e1140453fef2bd20b02a844c95421a","text":"nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"scs\" ]; disabledTests = lib.lists.optional (stdenv.system == \"x86_64-linux\") [ # `test/test_scs_rand.py` hang on \"x86_64-linux\" (https://github.com/NixOS/nixpkgs/pull/244532#pullrequestreview-1598095858) \"test_feasible\" \"test_infeasibl\" \"test_unbounded\" ]; meta = with lib; { description = \"Python interface for SCS: Splitting Conic Solver\";"}
{"_id":"q-en-nixpkgs-0aaed885ee70a9fad019ab0781c326d9cae17f40f4f94be06d6febf64eb9117c","text":" # Adding Custom Packages {#sec-custom-packages} It's possible that a package you need is not available in NixOS. In that case, you can do two things. First, you can clone the Nixpkgs repository, add the package to your clone, and (optionally) submit a patch or pull request to have it accepted into the main Nixpkgs repository. This is described in detail in the [Nixpkgs manual](https://nixos.org/nixpkgs/manual). In short, you clone Nixpkgs: ```ShellSession $ git clone https://github.com/NixOS/nixpkgs $ cd nixpkgs ``` Then you write and test the package as described in the Nixpkgs manual. Finally, you add it to [](#opt-environment.systemPackages), e.g. ```nix environment.systemPackages = [ pkgs.my-package ]; ``` and you run `nixos-rebuild`, specifying your own Nixpkgs tree: ```ShellSession # nixos-rebuild switch -I nixpkgs=/path/to/my/nixpkgs ``` The second possibility is to add the package outside of the Nixpkgs tree. For instance, here is how you specify a build of the [GNU Hello](https://www.gnu.org/software/hello/) package directly in `configuration.nix`: ```nix environment.systemPackages = let my-hello = with pkgs; stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; }; in [ my-hello ]; ``` Of course, you can also move the definition of `my-hello` into a separate Nix expression, e.g. ```nix environment.systemPackages = [ (import ./my-hello.nix) ]; ``` where `my-hello.nix` contains: ```nix with import {}; # bring all of Nixpkgs into scope stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; } ``` This allows testing the package easily: ```ShellSession $ nix-build my-hello.nix $ ./result/bin/hello Hello, world! ``` "}
{"_id":"q-en-nixpkgs-0abfe283c5f9b1789d9593cf6c0e6bcc6735ca70daa7f4faba5d28271c5df13f","text":"fetchSubmodules = true; }; patches = [ # prevents runtime crash when fcitx5-based IM attempts to look in /usr (fetchpatch { name = \"use-CMAKE_INSTALL_PREFIX-for-loading-data.patch\"; url = \"https://github.com/OpenBangla/OpenBangla-Keyboard/commit/f402472780c29eaa6b4cc841a70289adf171462b.diff\"; hash = \"sha256-YahvtyOxe8F40Wfe+31C6fdmm197QN26/Q67oinOplk=\"; }) ]; nativeBuildInputs = [ cmake pkg-config"}
{"_id":"q-en-nixpkgs-0ac595070d0821641e37ca1b98d2a14d9cdf5a6e25338f1f87c33e557cd1ffba","text":"sed -i \"s|$(DESTDIR)$(PGSQL_BINDIR)|$prefix/bin|g \" \"raster/scripts/python/Makefile\"; ''; preInstall = '' mkdir -p $out/bin # postgis' build system assumes it is being installed to the same place as postgresql, and looks # for the postgres binary relative to $PREFIX. We gently support this system using an illusion. ln -s ${postgresql}/bin/postgres $out/bin/postgres ''; # create aliases for all commands adding version information postInstall = '' # Teardown the illusory postgres used for building; see postConfigure. rm $out/bin/postgres for prog in $out/bin/*; do # */ ln -s $prog $prog-${version} done"}
{"_id":"q-en-nixpkgs-0ae2a788d9948eb166a84f629b493bccc7afcd4e66577b8cc151e535884133a0","text":"''; cmakeFlags = [ (lib.cmakeBool \"USE_DLIB_USE_CUDA\" cudaSupport) (lib.cmakeBool \"USE_SSE4_INSTRUCTIONS\" sse4Support) (lib.cmakeBool \"USE_AVX_INSTRUCTIONS\" avxSupport) (lib.cmakeBool \"DLIB_USE_CUDA\" cudaSupport) ] ++ lib.optionals cudaSupport [ (lib.cmakeFeature \"DLIB_USE_CUDA_COMPUTE_CAPABILITIES\" (builtins.concatStringsSep \",\" (with cudaPackages.flags; map dropDot cudaCapabilities))) ]; nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ] ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_nvcc ]); buildInputs = [ fftw libpng libjpeg libwebp openblas ] ++ lib.optional guiSupport libX11; blas lapack ] ++ lib.optionals guiSupport [ libX11 ] ++ lib.optionals config.cudaSupport (with cudaPackages; [ cuda_cudart.dev cuda_cudart.lib cuda_cudart.static cuda_nvcc.dev libcublas.dev libcublas.lib libcublas.static libcurand.dev libcurand.lib libcurand.static libcusolver.dev libcusolver.lib libcusolver.static cudnn.dev cudnn.lib cudnn.static cuda_cccl.dev ]); passthru = { inherit cudaSupport cudaPackages sse4Support avxSupport; }; meta = with lib; { description = \"A general purpose cross-platform C++ machine learning library\";"}
{"_id":"q-en-nixpkgs-0b0b0451e057abfd9e28a9beb99768d4015ced03dd5fd9cd4f60ea3b2a0e2204","text":" { lib , buildPythonPackage , python , pythonOlder , fetchFromGitLab , substituteAll , bubblewrap , exiftool , ffmpeg , mime-types , wrapGAppsHook , gdk-pixbuf , gobject-introspection , librsvg , poppler_gi , mutagen , pygobject3 , pycairo , dolphinIntegration ? false, plasma5Packages }: buildPythonPackage rec { pname = \"mat2\"; version = \"0.12.0\"; disabled = pythonOlder \"3.5\"; src = fetchFromGitLab { domain = \"0xacab.org\"; owner = \"jvoisin\"; repo = \"mat2\"; rev = version; sha256 = \"0amxwwmcf47dakfm6zvsksv6ja7rz7dpmd1z2rsspy8yds6zgxs7\"; }; patches = [ # hardcode paths to some binaries (substituteAll ({ src = ./paths.patch; bwrap = \"${bubblewrap}/bin/bwrap\"; exiftool = \"${exiftool}/bin/exiftool\"; ffmpeg = \"${ffmpeg}/bin/ffmpeg\"; # remove once faf0f8a8a4134edbeec0a73de7f938453444186d is in master mimetypes = \"${mime-types}/etc/mime.types\"; } // lib.optionalAttrs dolphinIntegration { kdialog = \"${plasma5Packages.kdialog}/bin/kdialog\"; })) # the executable shouldn't be called .mat2-wrapped ./executable-name.patch # hardcode path to mat2 executable ./tests.patch ]; postPatch = '' substituteInPlace dolphin/mat2.desktop --replace \"@mat2@\" \"$out/bin/mat2\" --replace \"@mat2svg@\" \"$out/share/icons/hicolor/scalable/apps/mat2.svg\" ''; nativeBuildInputs = [ wrapGAppsHook ]; buildInputs = [ gdk-pixbuf gobject-introspection librsvg poppler_gi ]; propagatedBuildInputs = [ mutagen pygobject3 pycairo ]; postInstall = '' install -Dm 444 data/mat2.svg -t \"$out/share/icons/hicolor/scalable/apps\" install -Dm 444 doc/mat2.1 -t \"$out/share/man/man1\" install -Dm 444 nautilus/mat2.py -t \"$out/share/nautilus-python/extensions\" buildPythonPath \"$out $pythonPath\" patchPythonScript \"$out/share/nautilus-python/extensions/mat2.py\" '' + lib.optionalString dolphinIntegration '' install -Dm 444 dolphin/mat2.desktop -t \"$out/share/kservices5/ServiceMenus\" ''; checkPhase = '' ${python.interpreter} -m unittest discover -v ''; meta = with lib; { description = \"A handy tool to trash your metadata\"; homepage = \"https://0xacab.org/jvoisin/mat2\"; changelog = \"https://0xacab.org/jvoisin/mat2/-/blob/${version}/CHANGELOG.md\"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ dotlambda ]; }; } "}
{"_id":"q-en-nixpkgs-0b12beea9781e935021ca5f920d1175727c78162744343132c139fb77c73d33e","text":"''; }; jshint = nodePackages.jshint.override { buildInputs = [ pkgs.phantomjs2 ]; }; dat = nodePackages.dat.override { buildInputs = [ nodePackages.node-gyp-build ]; };"}
{"_id":"q-en-nixpkgs-0b221d7203b5b500f24d6f4aa58625fae296d8fbf838ce23a0f9402ff338cfef","text":"--> By default, PostgreSQL stores its databases in /var/lib/postgresql/$psqlSchema. You can override this using , e.g. By default, PostgreSQL stores its databases in /var/lib/postgresql/$psqlSchema. You can override this using , e.g. = \"/data/postgresql\"; "}
{"_id":"q-en-nixpkgs-0b3c8c4ddcc1265569e92391ddc94358da86b5b706c12361f02b71d34ca4a73a","text":" { lib , pkgs , alsa-lib , plugins ? [ pkgs.alsa-plugins ] , lndir , symlinkJoin , runCommand }: let merged = symlinkJoin { name = \"alsa-plugins-merged\"; paths = plugins; }; in runCommand \"${alsa-lib.pname}-${alsa-lib.version}\" { meta = with lib; { description = \"wrapper to ease access to ALSA plugins\"; platforms = platforms.linux; maintainers = with maintainers; [ gm6k ]; }; outputs = alsa-lib.outputs; } ( ( lib.concatMapStringsSep \"n\" ( output: '' mkdir ${builtins.placeholder output} ${lndir}/bin/lndir ${lib.attrByPath [output] null alsa-lib} ${builtins.placeholder output} '' ) alsa-lib.outputs ) + '' cp -r ${merged}/lib/alsa-lib $out/lib ( echo $out | wc -c echo ${alsa-lib} | wc -c ) | xargs echo | grep -q \"^(.*) 1$\" || ( echo cannot binary patch exit 1 ) rm $out/lib/libasound.la rm $out/lib/libasound.so.?.?.? rm $dev/lib/pkgconfig/alsa.pc rm $dev/nix-support/propagated-build-inputs cp ${alsa-lib}/lib/libasound.la $out/lib cp ${alsa-lib}/lib/libasound.so.?.?.? $out/lib cp ${alsa-lib.dev}/lib/pkgconfig/alsa.pc $dev/lib/pkgconfig cp ${alsa-lib.dev}/nix-support/propagated-build-inputs $dev/nix-support sed -i $out/lib/libasound.la $out/lib/libasound.so.?.?.? $dev/lib/pkgconfig/alsa.pc $dev/nix-support/propagated-build-inputs -e \"s@${alsa-lib}@$out@g\" '' ) "}
{"_id":"q-en-nixpkgs-0b4ed2c240ed8c4f514b5eea8012023129d7fb423751f18d03410f86d3623705","text":"{ lib , buildPythonPackage , fetchPypi , mock , nose , pytestCheckHook , pythonOlder , requests , yanc }: buildPythonPackage rec { pname = \"ovh\"; version = \"1.0.0\"; version = \"1.1.0\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; hash = \"sha256-IQzwu0gwfPNPOLQLCO99KL5Hu2094Y+acQBFXVGzHhU=\"; hash = \"sha256-EI+bWjtHEZPOSkWJx3gvS8y//gugMWl3TrBHKsKO9nk=\"; }; propagatedBuildInputs = [ requests ]; preCheck = '' export HOME=$(mktemp -d) ''; nativeCheckInputs = [ mock nose yanc pytestCheckHook ]; # requires network checkPhase = '' nosetests . -e test_config_get_conf -e test_config_get_custom_conf -e test_endpoints -e test_init_from_custom_config ''; pythonImportsCheck = [ \"ovh\" ]; disabledTests = [ # Tests require network access \"test_config_from_files\" \"test_config_from_given_config_file\" \"test_config_from_invalid_ini_file\" \"test_config_from_only_one_file\" \"test_endpoints\" ]; meta = { meta = with lib; { description = \"Thin wrapper around OVH's APIs\"; homepage = \"https://github.com/ovh/python-ovh\"; license = lib.licenses.bsd2; maintainers = [ lib.maintainers.makefu ]; changelog = \"https://github.com/ovh/python-ovh/blob/v${version}/CHANGELOG.md\"; license = licenses.bsd2; maintainers = with maintainers; [ makefu ]; }; }"}
{"_id":"q-en-nixpkgs-0b52d8945baa71315648dc465fe6af3d2b8600d89b9fc5a857236b9f8f88f4be","text":"{ stdenv , lib , fetchFromGitHub , fetchpatch , substituteAll , cairo , cinnamon-desktop"}
{"_id":"q-en-nixpkgs-0b7550044ecc9086a1788a276df7f311206908e6dce364608890130cfa0c5b6c","text":"srt systemd taglib wayland wayland-protocols zlib ] ++ (with xorg; ["}
{"_id":"q-en-nixpkgs-0b76aa48c1f27e1dbf20f71c661ad040c19a7b1d4268045ee4487868220ac753","text":"}; }; } { settings.bind_interface = \"eth0\"; port = bindTestPort; } ]; }; };"}
{"_id":"q-en-nixpkgs-0b7a39f5f08f29fb0f467ec6b595820515a67e8dd2b248309d486cc8d5f05099","text":"buildInputs = lib.optionals withMkl [ mkl ] ++ lib.optionals withCUDA [ cudaPackages.cuda_cudart cudaPackages.libcublas cudaPackages.libcurand ] ++ lib.optionals withCuDNN [ cudaPackages.cudnn ] ++ lib.optionals withOneDNN [ oneDNN ] ++ lib.optionals withOpenblas ["}
{"_id":"q-en-nixpkgs-0b84eae68c63dd75a31a83a083f1f1294935c53aec868f2fa0af2a4bcc93c5e2","text":"]; buildInputs = [ attr bzip2 libcdio libiconv readline zlib libburn libisofs ] ++ lib.optionals stdenv.isLinux [ acl attr ]; propagatedBuildInputs = [ propagatedBuildInputs = lib.optionals stdenv.isLinux [ acl ];"}
{"_id":"q-en-nixpkgs-0bb7c6296131a5d5896852d1358171afff4f324721d0da0bf1345685d5b08c0f","text":"{ lib , stdenv , buildPythonPackage , fetchFromGitHub , blas"}
{"_id":"q-en-nixpkgs-0bbb79670387568200bf9aa6235e66520fa838ad5d9cb179a72d06e61254cdc8","text":" diff --git a/src/vcpkg/vcpkgpaths.cpp b/src/vcpkg/vcpkgpaths.cpp index 3f588c21..e6f2bbed 100644 --- a/src/vcpkg/vcpkgpaths.cpp +++ b/src/vcpkg/vcpkgpaths.cpp @@ -579,7 +579,8 @@ namespace vcpkg if (!args.do_not_take_lock) { std::error_code ec; - const auto vcpkg_root_file = root / \".vcpkg-root\"; + fs.create_directories(Path{\"/tmp/vcpkg\"}, VCPKG_LINE_INFO); + const auto vcpkg_root_file = Path{\"/tmp/vcpkg\"} / Hash::get_string_sha256(root.c_str()); if (args.wait_for_lock.value_or(false)) { file_lock_handle = fs.take_exclusive_file_lock(vcpkg_root_file, ec); "}
{"_id":"q-en-nixpkgs-0bc7b026477d3a0fbdd506d4b9c779e51a90e15763025bb17f73a0303095bf02","text":"++ optionals config.security.pam.enableOTPW [ pkgs.otpw ] ++ optionals config.security.pam.oath.enable [ pkgs.oath-toolkit ] ++ optionals config.security.pam.p11.enable [ pkgs.pam_p11 ] ++ optionals config.security.pam.enableFscrypt [ pkgs.fscrypt-experimental ] ++ optionals config.security.pam.u2f.enable [ pkgs.pam_u2f ]; boot.supportedFilesystems = optionals config.security.pam.enableEcryptfs [ \"ecryptfs\" ];"}
{"_id":"q-en-nixpkgs-0c25f8ad319fac61f9036e87a4f31235b100b55f4b065845497ce9071e48c2d5","text":"nativeBuildInputs = [ pkg-config ] ++ lib.optionals enablePython [ python3 python3.pkgs.setuptools ] ++ [ sphinx ]; buildInputs = [ acl attr e2fsprogs libuuid lzo python3 udev zlib zstd ]; buildInputs = [ acl attr e2fsprogs libuuid lzo udev zlib zstd ]; # gcc bug with -O1 on ARM with gcc 4.8 # This should be fine on all platforms so apply universally"}
{"_id":"q-en-nixpkgs-0c3ac804993c975241f90a1f42266e1e82f2e1ea4598940780444ef4b5e01458","text":"\"-Dxml=ON\" \"-Dxrootd=OFF\" ] ++ stdenv.lib.optional (stdenv.cc.libc != null) \"-DC_INCLUDE_DIRS=${stdenv.lib.getDev stdenv.cc.libc}/include\"; ++ stdenv.lib.optional (stdenv.cc.libc != null) \"-DC_INCLUDE_DIRS=${stdenv.lib.getDev stdenv.cc.libc}/include\" ++ stdenv.lib.optional stdenv.isDarwin \"-DOPENGL_INCLUDE_DIR=${OpenGL}/Library/Frameworks\"; enableParallelBuilding = true;"}
{"_id":"q-en-nixpkgs-0c6a8d19926519dd6c4b38d692d735dbb101c8110a44eaff860a62998df28f7d","text":"cpp-jwt = callPackage ../development/libraries/cpp-jwt { }; ctranslate2 = callPackage ../development/libraries/ctranslate2 { }; ctranslate2 = callPackage ../development/libraries/ctranslate2 { stdenv = if pkgs.config.cudaSupport then gcc11Stdenv else stdenv; withCUDA = pkgs.config.cudaSupport; withCuDNN = pkgs.config.cudaSupport; }; ubus = callPackage ../development/libraries/ubus { };"}
{"_id":"q-en-nixpkgs-0c73b5cde3e5606950fc67344dacb1dd3e48d945f2de6b43e5bf3069d43e3a79","text":"reverse=True, ) return versions def get_git_hash(self, rev: str): return ( subprocess.check_output( [ \"nix-universal-prefetch\", \"fetchFromGitLab\", \"--owner\", self.owner, \"--repo\", self.repo, \"--rev\", rev, \"nix-prefetch-url\", \"--unpack\", f\"https://gitlab.com/{self.owner}/{self.repo}/-/archive/{rev}/{self.repo}-{rev}.tar.gz\", ] ) .decode(\"utf-8\")"}
{"_id":"q-en-nixpkgs-0c815479a27d5e91a3fe283ebabb47581b0dbee56ee09f6ea60ae7a2fe0ccd35","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":"q-en-nixpkgs-0c8851e0c03d9fdf4173bcd1cab26e2b3d03641e1b5c6bd2fe87e220b9212714","text":" { lib, stdenv, fetchurl, makeWrapper, jre_headless, gawk, }: stdenv.mkDerivation rec { pname = \"nexus\"; version = \"3.69.0-02\"; src = fetchurl { url = \"https://download.sonatype.com/nexus/3/nexus-${version}-unix.tar.gz\"; hash = \"sha256-7sgLPuM93mFEPlTd3qJY+FGVHErvgcTGJWwSBcqBgWI=\"; }; preferLocalBuild = true; sourceRoot = \"${pname}-${version}\"; nativeBuildInputs = [ makeWrapper ]; patches = [ ./nexus-bin.patch ./nexus-vm-opts.patch ]; postPatch = '' substituteInPlace bin/nexus.vmoptions --replace-fail ../sonatype-work /var/lib/sonatype-work --replace-fail etc/karaf $out/etc/karaf --replace-fail =. =$out ''; installPhase = '' runHook preInstall mkdir -p $out cp -rfv * .install4j $out rm -fv $out/bin/nexus.bat wrapProgram $out/bin/nexus --set JAVA_HOME ${jre_headless} --set ALTERNATIVE_NAME \"nexus\" --prefix PATH \"${lib.makeBinPath [ gawk ]}\" runHook postInstall ''; meta = { description = \"Repository manager for binary software components\"; homepage = \"https://www.sonatype.com/products/sonatype-nexus-oss\"; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; license = lib.licenses.epl10; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ aespinosa ironpinguin luftmensch-luftmensch zaninime ]; }; } "}
{"_id":"q-en-nixpkgs-0c9f8244bedaa4ee39e229b7cb7bbc6656587827012fd61b3ff027cc8e9312c7","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":"q-en-nixpkgs-0ca2be5a09af9acb67b7e732cda36d5805014204f221627d0a409d4bf74c3c3e","text":" { lib, stdenv, fetchFromGitHub, pkg-config, ncurses, readline, conf ? null }: { lib, stdenv, fetchFromGitHub, pkg-config, ncurses, readline , conf ? null, withIcons ? false, withNerdIcons ? false }: with lib; # Mutually exclusive options assert withIcons -> withNerdIcons == false; assert withNerdIcons -> withIcons == false; stdenv.mkDerivation rec { pname = \"nnn\";"}
{"_id":"q-en-nixpkgs-0ca667a0ecf0cf447dbde5f0aebbac0dfab04ffbda71d15f654a1db8fee5efaf","text":" { \"owner\": \"simple-icons\", \"repo\": \"simple-icons\", \"rev\": \"bffc992b7d1365ee44b1683f8397e9f7a44d0c2c\", \"hash\": \"sha256-aqX6X/UsXXprWYU0xYK+wM9vWULYI8enCbVFebEM0yw=\" } "}
{"_id":"q-en-nixpkgs-0cb3abf511bd99a38bb4175cf8ee3a8695beba308278ed58da92912c7b266c85","text":"# from upstream https://github.com/canonical/netplan/blob/ee0d5df7b1dfbc3197865f02c724204b955e0e58/rpm/netplan.spec#L81 sed -e \"s/-Werror//g\" -i Makefile substituteInPlace netplan/cli/utils.py --replace-fail \"/usr/libexec/netplan/generate\" \"${placeholder \"out\"}/lib/netplan/generate\" ''; makeFlags = ["}
{"_id":"q-en-nixpkgs-0cdc53b69dcc434145a73ce93cb036ecec89f81a885980ce454b3852d2cad529","text":"mplleaflet = callPackage ../development/python-modules/mplleaflet { }; mpl-scatter-density = callPackage ../development/python-modules/mpl-scatter-density { }; mpmath = callPackage ../development/python-modules/mpmath { }; mpris-server = callPackage ../development/python-modules/mpris-server { };"}
{"_id":"q-en-nixpkgs-0ce31071c448e107179cb8bc37e9a1148a703e02d811f1b2a27286df0591ff24","text":" --- old/build/pkgs/singular/spkg-install\t2015-07-26 15:34:43.000000000 +0200 +++ new/build/pkgs/singular/spkg-install\t2015-09-15 20:42:51.716505855 +0200 @@ -115,6 +115,11 @@ done } --- old/build/pkgs/singular/spkg-install\t2017-10-15 10:35:41.826540964 -0500 +++ new/build/pkgs/singular/spkg-install\t2017-10-15 10:36:40.613743443 -0500 @@ -4,6 +4,9 @@ ## Singular ########################################### +nix_nuke_bin_rm() +{ + find . -exec sed -e 's@/bin/rm@rm@g' -i '{}' ';' +} +find . -type f -exec sed -e 's@/bin/rm@rm@g' -i '{}' ';' +#echo '#!/usr/bin/env bashnIgnoring missing $1' > src/build-aux/missing + remove_old_version() { rm -f \"$SAGE_LOCAL\"/bin/Singular* @@ -306,11 +311,11 @@ # Actually run all the functions defined above -for i in choose_patches apply_patches remove_old_version config +for i in choose_patches apply_patches nix_nuke_bin_rm remove_old_version config build_singular build_libsingular build_factory build_libfac create_singular_script install_docs ; do echo \"### Singular spkg-install: $i ###\" - cd \"$SRC\" && $i + cd \"$SRC\" && pwd && $i if [ $? -ne 0 ]; then echo >&2 \"Error building Singular (error in $i).\" exit 1 if [ -z \"$SAGE_LOCAL\" ]; then echo >&2 \"Error: SAGE_LOCAL undefined -- exiting...\" echo >&2 \"Maybe run 'sage -sh'?\" "}
{"_id":"q-en-nixpkgs-0d0c11d1308354f96b12baf218c327a4110267edae0c62adc8e5d8683584ded2","text":"./patches/widevine-79.patch ]; postPatch = '' postPatch = optionalString (versionRange \"100\" \"101\") '' base64 --decode ${webrtcWaylandScreenshareCoredumpFix} | patch -p1 -d third_party/webrtc '' + '' # remove unused third-party for lib in ${toString gnSystemLibraries}; do if [ -d \"third_party/$lib\" ]; then"}
{"_id":"q-en-nixpkgs-0d13911b86d8374f1ac1c1d07341a0eff3c3dfd28d2e332dae76b8eb89366b4a","text":" From 86f2f767ddffd9f7c6f1470b987ae7b0d251b988 Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Wed, 25 Apr 2018 21:54:19 +0800 Subject: [PATCH] Added 'mcf' thread model support from mcfgthread. Signed-off-by: Liu Hao --- config/gthr.m4 | 1 + gcc/config.gcc | 3 +++ gcc/config/i386/mingw-mcfgthread.h | 1 + gcc/config/i386/mingw-w64.h | 2 +- gcc/config/i386/mingw32.h | 11 ++++++++++- gcc/configure | 2 +- gcc/configure.ac | 2 +- libatomic/configure.tgt | 2 +- libgcc/config.host | 6 ++++++ libgcc/config/i386/gthr-mcf.h | 1 + libgcc/config/i386/t-mingw-mcfgthread | 2 ++ libgcc/configure | 1 + libstdc++-v3/configure | 1 + libstdc++-v3/libsupc++/atexit_thread.cc | 18 ++++++++++++++++++ libstdc++-v3/libsupc++/guard.cc | 23 +++++++++++++++++++++++ libstdc++-v3/src/c++11/thread.cc | 9 +++++++++ 16 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 gcc/config/i386/mingw-mcfgthread.h create mode 100644 libgcc/config/i386/gthr-mcf.h create mode 100644 libgcc/config/i386/t-mingw-mcfgthread diff --git a/config/gthr.m4 b/config/gthr.m4 index 7b29f1f3327..82e21fe1709 100644 --- a/config/gthr.m4 +++ b/config/gthr.m4 @@ -21,6 +21,7 @@ case $1 in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac AC_SUBST(thread_header) ]) diff --git a/gcc/config.gcc b/gcc/config.gcc index 46a9029acec..112c24e95a3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1758,6 +1758,9 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) if test x$enable_threads = xposix ; then tm_file=\"${tm_file} i386/mingw-pthread.h\" fi +\tif test x$enable_threads = xmcf ; then +\t\ttm_file=\"${tm_file} i386/mingw-mcfgthread.h\" +\tfi tm_file=\"${tm_file} i386/mingw32.h\" # This makes the logic if mingw's or the w64 feature set has to be used case ${target} in diff --git a/gcc/config/i386/mingw-mcfgthread.h b/gcc/config/i386/mingw-mcfgthread.h new file mode 100644 index 00000000000..ec381a7798f --- /dev/null +++ b/gcc/config/i386/mingw-mcfgthread.h @@ -0,0 +1 @@ +#define TARGET_USE_MCFGTHREAD 1 diff --git a/gcc/config/i386/mingw-w64.h b/gcc/config/i386/mingw-w64.h index 484dc7a9e9f..a15bbeea500 100644 --- a/gcc/config/i386/mingw-w64.h +++ b/gcc/config/i386/mingw-w64.h @@ -48,7 +48,7 @@ along with GCC; see the file COPYING3. If not see \"%{mwindows:-lgdi32 -lcomdlg32} \" \"%{fvtable-verify=preinit:-lvtv -lpsapi; fvtable-verify=std:-lvtv -lpsapi} \" -\t\t \"-ladvapi32 -lshell32 -luser32 -lkernel32\" +\t\t LIB_MCFGTHREAD \"-ladvapi32 -lshell32 -luser32 -lkernel32\" #undef SPEC_32 #undef SPEC_64 diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 0612b87199a..76cea94f3b7 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -32,6 +32,14 @@ along with GCC; see the file COPYING3. If not see | MASK_STACK_PROBE | MASK_ALIGN_DOUBLE | MASK_MS_BITFIELD_LAYOUT) +#ifndef TARGET_USE_MCFGTHREAD +#define CPP_MCFGTHREAD() ((void)0) +#define LIB_MCFGTHREAD \"\" +#else +#define CPP_MCFGTHREAD() (builtin_define(\"__USING_MCFGTHREAD__\")) +#define LIB_MCFGTHREAD \" -lmcfgthread \" +#endif + /* See i386/crtdll.h for an alternative definition. _INTEGRAL_MAX_BITS is for compatibility with native compiler. */ #define EXTRA_OS_CPP_BUILTINS()\t\t\t\t\t @@ -50,6 +58,7 @@ along with GCC; see the file COPYING3. If not see builtin_define_std (\"WIN64\");\t\t\t\t builtin_define (\"_WIN64\");\t\t\t\t }\t\t\t\t\t\t\t +\tCPP_MCFGTHREAD();\t }\t\t\t\t\t\t\t\t while (0) @@ -93,7 +102,7 @@ along with GCC; see the file COPYING3. If not see \"%{mwindows:-lgdi32 -lcomdlg32} \" \"%{fvtable-verify=preinit:-lvtv -lpsapi; fvtable-verify=std:-lvtv -lpsapi} \" - \"-ladvapi32 -lshell32 -luser32 -lkernel32\" + LIB_MCFGTHREAD \"-ladvapi32 -lshell32 -luser32 -lkernel32\" /* Weak symbols do not get resolved if using a Windows dll import lib. Make the unwind registration references strong undefs. */ diff --git a/gcc/configure b/gcc/configure index 6121e163259..52f0e00efe6 100755 --- a/gcc/configure +++ b/gcc/configure @@ -11693,7 +11693,7 @@ case ${enable_threads} in target_thread_file='single' ;; aix | dce | lynx | mipssde | posix | rtems | - single | tpf | vxworks | win32) + single | tpf | vxworks | win32 | mcf) target_thread_file=${enable_threads} ;; *) diff --git a/gcc/configure.ac b/gcc/configure.ac index b066cc609e1..4ecdba88de7 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1612,7 +1612,7 @@ case ${enable_threads} in target_thread_file='single' ;; aix | dce | lynx | mipssde | posix | rtems | - single | tpf | vxworks | win32) + single | tpf | vxworks | win32 | mcf) target_thread_file=${enable_threads} ;; *) diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index ea8c34f8c71..23134ad7363 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -145,7 +145,7 @@ case \"${target}\" in *-*-mingw*) # OS support for atomic primitives. case ${target_thread_file} in - win32) + win32 | mcf) config_path=\"${config_path} mingw\" ;; posix) diff --git a/libgcc/config.host b/libgcc/config.host index 11b4acaff55..9fbd38650bd 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -737,6 +737,9 @@ i[34567]86-*-mingw*) posix) tmake_file=\"i386/t-mingw-pthread $tmake_file\" ;; +\t mcf) +\t tmake_file=\"i386/t-mingw-mcfgthread $tmake_file\" +\t ;; esac # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h if test x$ac_cv_sjlj_exceptions = xyes; then @@ -761,6 +764,9 @@ x86_64-*-mingw*) posix) tmake_file=\"i386/t-mingw-pthread $tmake_file\" ;; +\t mcf) +\t tmake_file=\"i386/t-mingw-mcfgthread $tmake_file\" +\t ;; esac # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h if test x$ac_cv_sjlj_exceptions = xyes; then diff --git a/libgcc/config/i386/gthr-mcf.h b/libgcc/config/i386/gthr-mcf.h new file mode 100644 index 00000000000..5ea2908361f --- /dev/null +++ b/libgcc/config/i386/gthr-mcf.h @@ -0,0 +1 @@ +#include diff --git a/libgcc/config/i386/t-mingw-mcfgthread b/libgcc/config/i386/t-mingw-mcfgthread new file mode 100644 index 00000000000..4b9b10e32d6 --- /dev/null +++ b/libgcc/config/i386/t-mingw-mcfgthread @@ -0,0 +1,2 @@ +SHLIB_PTHREAD_CFLAG = +SHLIB_PTHREAD_LDFLAG = -lmcfgthread diff --git a/libgcc/configure b/libgcc/configure index b2f3f870844..eff889dc3b3 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -5451,6 +5451,7 @@ case $target_thread_file in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index ba094be6f15..979a5ab9ace 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -15187,6 +15187,7 @@ case $target_thread_file in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac diff --git a/libstdc++-v3/libsupc++/atexit_thread.cc b/libstdc++-v3/libsupc++/atexit_thread.cc index de920d714c6..665fb74bd6b 100644 --- a/libstdc++-v3/libsupc++/atexit_thread.cc +++ b/libstdc++-v3/libsupc++/atexit_thread.cc @@ -25,6 +25,22 @@ #include #include #include \"bits/gthr.h\" + +#ifdef __USING_MCFGTHREAD__ + +#include + +extern \"C\" int +__cxxabiv1::__cxa_thread_atexit (void (*dtor)(void *), +\t\t\t\t void *obj, void *dso_handle) + _GLIBCXX_NOTHROW +{ + return ::_MCFCRT_AtThreadExit((void (*)(_MCFCRT_STD intptr_t))dtor, (_MCFCRT_STD intptr_t)obj) ? 0 : -1; + (void)dso_handle; +} + +#else // __USING_MCFGTHREAD__ + #ifdef _GLIBCXX_THREAD_ATEXIT_WIN32 #define WIN32_LEAN_AND_MEAN #include @@ -167,3 +183,5 @@ __cxxabiv1::__cxa_thread_atexit (void (*dtor)(void *), void *obj, void */*dso_ha } #endif /* _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL */ + +#endif // __USING_MCFGTHREAD__ diff --git a/libstdc++-v3/libsupc++/guard.cc b/libstdc++-v3/libsupc++/guard.cc index 3a2ec3ad0d6..8b4cc96199b 100644 --- a/libstdc++-v3/libsupc++/guard.cc +++ b/libstdc++-v3/libsupc++/guard.cc @@ -28,6 +28,27 @@ #include #include #include + +#ifdef __USING_MCFGTHREAD__ + +#include + +namespace __cxxabiv1 { + +extern \"C\" int __cxa_guard_acquire(__guard *g){ +\treturn ::_MCFCRT_WaitForOnceFlagForever((::_MCFCRT_OnceFlag *)g) == ::_MCFCRT_kOnceResultInitial; +} +extern \"C\" void __cxa_guard_abort(__guard *g) throw() { +\t::_MCFCRT_SignalOnceFlagAsAborted((::_MCFCRT_OnceFlag *)g); +} +extern \"C\" void __cxa_guard_release(__guard *g) throw() { +\t::_MCFCRT_SignalOnceFlagAsFinished((::_MCFCRT_OnceFlag *)g); +} + +} + +#else // __USING_MCFGTHREAD__ + #include #include #include @@ -425,3 +446,5 @@ namespace __cxxabiv1 #endif } } + +#endif diff --git a/libstdc++-v3/src/c++11/thread.cc b/libstdc++-v3/src/c++11/thread.cc index 8238817c2e9..0c6a1f85f6f 100644 --- a/libstdc++-v3/src/c++11/thread.cc +++ b/libstdc++-v3/src/c++11/thread.cc @@ -55,6 +55,15 @@ static inline int get_nprocs() #elif defined(_GLIBCXX_USE_SC_NPROC_ONLN) # include # define _GLIBCXX_NPROCS sysconf(_SC_NPROC_ONLN) +#elif defined(_WIN32) +# include +static inline int get_nprocs() +{ + SYSTEM_INFO sysinfo; + GetSystemInfo(&sysinfo); + return (int)sysinfo.dwNumberOfProcessors; +} +# define _GLIBCXX_NPROCS get_nprocs() #else # define _GLIBCXX_NPROCS 0 #endif -- 2.17.0 "}
{"_id":"q-en-nixpkgs-0d16af2e42cb36eee2744e5c48b6dc6556905037f5f893459b067adabc94f9ed","text":"# TODO: aarch64-darwin has mcpu incompatible with gcc + optionalString ((targetPlatform ? gcc.arch) && !isClang && !(stdenv.isDarwin && stdenv.isAarch64) && isGccArchSupported targetPlatform.gcc.arch && !disableMarch) '' isGccArchSupported targetPlatform.gcc.arch) '' echo \"-march=${targetPlatform.gcc.arch}\" >> $out/nix-support/cc-cflags-before ''"}
{"_id":"q-en-nixpkgs-0d514f979e19dce0e6d51e021cd5716fa47cdd3b96a4579ef516cef20486a1f0","text":", gobject-introspection , itstool , libsecret , libportal-gtk3 , gsettings-desktop-schemas , python3 }:"}
{"_id":"q-en-nixpkgs-0d9d8706e68849d5236fc9931734e2f34c70424227d1db426cd78a712a53ec81","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":"q-en-nixpkgs-0db1a7a200714531b6da123a7e955b735d98d0aa8a9fc39161f593689a5a0c5b","text":"my $action = shift @ARGV; if (\"@localeArchive@\" ne \"\") { $ENV{LOCALE_ARCHIVE} = \"@localeArchive@\"; } if (!defined $action || ($action ne \"switch\" && $action ne \"boot\" && $action ne \"test\" && $action ne \"dry-activate\")) { print STDERR < version = \"3.53.1\"; version = \"3.53.2\"; pyproject = true; disabled = pythonOlder \"3.8\";"}
{"_id":"q-en-nixpkgs-0dd7f81fe269253bb13ce3c62315062afcf877669c47df4b98fa7790e1e1dcae","text":" { lib , buildNpmPackage , fetchFromGitHub , fetchpatch }: buildNpmPackage rec { pname = \"emmet-ls\"; version = \"0.4.1\"; src = fetchFromGitHub { owner = \"aca\"; repo = \"emmet-ls\"; rev = version; hash = \"sha256-TmsJpVLF9FZf/6uOM9LZBKC6S3bMPjA3QMiRMPaY9Dg=\"; }; npmDepsHash = \"sha256-Boaxkad7S6H+eTW5AHwBa/zj/f1oAGGSsmW1QrzuFWc=\"; patches = [ # update package-lock.json as it is outdated (fetchpatch { name = \"fix-lock-file-to-match-package-json.patch\"; url = \"https://github.com/aca/emmet-ls/commit/111111a2c2113f751fa12a716ccfbeae61c32079.patch\"; hash = \"sha256-/3ZbOBxScnfhL1F66cnIoD2flVeYTJ2sLxNHQ9Yrgjw=\"; }) ]; meta = with lib; { description = \"Emmet support based on LSP\"; homepage = \"https://github.com/aca/emmet-ls\"; changelog = \"https://github.com/aca/emmet-ls/releases/tag/${version}\"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; mainProgram = \"emmet-ls\"; }; } "}
{"_id":"q-en-nixpkgs-0dd9499681da2912cba4711486ff4611e905cc287402d49c5c238311dfdc6a03","text":"version = \"0.43\"; src = fetchFromGitHub { owner = \"evgeni\"; owner = \"linux-thinkpad\"; repo = \"tp_smapi\"; rev = \"tp-smapi/${version}\"; sha256 = \"1rjb0njckczc2mj05cagvj0lkyvmyk6bw7wkiinv81lw8m90g77g\"; name = \"tp-smapi-${version}\"; }; patches = [ # update DEFINE_SEMAPHORE usage for linux 6.4+ # https://github.com/linux-thinkpad/tp_smapi/pull/45 (fetchpatch { url = \"https://github.com/linux-thinkpad/tp_smapi/commit/0c3398b1acf2a2cabd9cee91dc3fe3d35805fa8b.patch\"; hash = \"sha256-J/WvijrpHGwFOZMMxnHdNin5eh8vViTcNb4nwsCqsLs=\"; }) ]; nativeBuildInputs = kernel.moduleBuildDependencies; hardeningDisable = [ \"pic\" ];"}
{"_id":"q-en-nixpkgs-0e084d508ff522bf008350bcf9e1038c87397a232b26fc82cbb18b3560e00763","text":"{ lib , stdenv , buildPythonApplication , colorama , fetchFromGitHub , fetchpatch , flask , flask-compress , flask-socketio , gevent-websocket , obfs4 , psutil , packaging , pycrypto , pynacl , pyside6 , pysocks , pytestCheckHook , qrcode , python3 , qt5 , requests , snowflake , stem , substituteAll , tor , unidecode , waitress , werkzeug }: let version = \"2.6.2\"; src = fetchFromGitHub { owner = \"onionshare\"; repo = \"onionshare\"; rev = \"v${version}\"; hash = \"sha256-J8Hdriy8eWpHuMCI87a9a/zCR6xafM3A/Tkyom0Ktko=\"; }; meta = with lib; { description = \"Securely and anonymously send and receive files\"; longDescription = ''"}
{"_id":"q-en-nixpkgs-0ebc64efec9ec0751343604151f14aa8fb50226176146228dd599f4181bd3867","text":" diff --git a/configure.pri b/configure.pri index 897bea54..6f834c20 100644 --- a/configure.pri +++ b/configure.pri @@ -269,7 +269,7 @@ defineReplace(webEngineGetMacOSVersion) { } defineReplace(webEngineGetMacOSSDKVersion) { - value = $$system(\"/usr/bin/xcodebuild -sdk $$QMAKE_MAC_SDK -version ProductVersion 2>/dev/null\") + value = $$system(\"xcrun --show-sdk-version\") return($$value) } diff --git a/mkspecs/features/platform.prf b/mkspecs/features/platform.prf index 35eb6b89..7eed640a 100644 --- a/mkspecs/features/platform.prf +++ b/mkspecs/features/platform.prf @@ -40,8 +40,6 @@ defineTest(isPlatformSupported) {"}
{"_id":"q-en-nixpkgs-0ebed0ae28772893855572cdfe17486505c58915395bef16b24c68accbb0df37","text":"''} ''; postFixup = '' postFixup = let archMap = { \"x86_64-linux\" = \"x86_64\"; \"i686-linux\" = \"x86\"; }; layerPlatform = archMap.\"${stdenv.hostPlatform.system}\" or null; # We need to give the different layers separate names or else the loader # might try the 32-bit one first, fail and not attempt to load the 64-bit # layer under the same name. in lib.optionalString (layerPlatform != null) '' substituteInPlace $out/share/vulkan/implicit_layer.d/MangoHud.${layerPlatform}.json --replace \"VK_LAYER_MANGOHUD_overlay\" \"VK_LAYER_MANGOHUD_overlay_${toString stdenv.hostPlatform.parsed.cpu.bits}\" '' + '' # Add OpenGL driver path to RUNPATH to support NVIDIA cards addOpenGLRunpath \"$out/lib/mangohud/libMangoHud.so\" ${lib.optionalString gamescopeSupport '' addOpenGLRunpath \"$out/bin/mangoapp\" ''} ${lib.optionalString finalAttrs.doCheck '' # libcmocka.so is only used for tests rm \"$out/lib/libcmocka.so\" ''} '' + lib.optionalString gamescopeSupport '' addOpenGLRunpath \"$out/bin/mangoapp\" '' + lib.optionalString finalAttrs.doCheck '' # libcmocka.so is only used for tests rm \"$out/lib/libcmocka.so\" ''; passthru.updateScript = nix-update-script { };"}
{"_id":"q-en-nixpkgs-0ec5105c84fe1313e95f3031aa574492bfa991fc4d2240b869efdd7d78a8248b","text":"qmediathekview = libsForQt5.callPackage ../applications/video/qmediathekview { }; qmplay2 = libsForQt5.callPackage ../applications/video/qmplay2 { }; qmplay2-qt5 = qmplay2.override { qtVersion = \"5\"; }; qmplay2-qt6 = qmplay2.override { qtVersion = \"6\"; }; qmidiarp = callPackage ../applications/audio/qmidiarp { };"}
{"_id":"q-en-nixpkgs-10645a74f2024dc8cb76b5f48ebcc87f6b30dbef5be57c535cbed66e8ec26091","text":"wrapProgram \"$out/bin/${projectName}\" --prefix PATH : \"''${defaultPathInputs// //bin:}''${defaultPathInputs:+/bin:}\" # Make changes in the config file ${lib.optionalString enableNvidiaContainerCli '' ${lib.optionalString forceNvcCli '' substituteInPlace \"$out/etc/${projectName}/${projectName}.conf\" --replace \"use nvidia-container-cli = no\" \"use nvidia-container-cli = yes\" ''}"}
{"_id":"q-en-nixpkgs-10c11c6ee5251d21179915502f476e04c3a7fec6d8924326520d834c84e7678f","text":"config = mkIf cfg.enable { programs.singularity.packageOverriden = (cfg.package.override ( optionalAttrs cfg.enableFakeroot { optionalAttrs cfg.enableExternalLocalStateDir { externalLocalStateDir = \"/var/lib\"; } // optionalAttrs cfg.enableFakeroot { newuidmapPath = \"/run/wrappers/bin/newuidmap\"; newgidmapPath = \"/run/wrappers/bin/newgidmap\"; } // optionalAttrs cfg.enableSuid {"}
{"_id":"q-en-nixpkgs-10fdade85a9866faf6d503f2e14665225f2e598ef6001707704982bbbce9c850","text":" Remove about:buildconfig. If used as-is, it would add unnecessary runtime dependencies. --- a/comm/mail/base/jar.mn +++ b/comm/mail/base/jar.mn @@ -119,9 +119,6 @@ messenger.jar: % override chrome://mozapps/content/profile/profileDowngrade.js chrome://messenger/content/profileDowngrade.js % override chrome://mozapps/content/profile/profileDowngrade.xhtml chrome://messenger/content/profileDowngrade.xhtml -* content/messenger/buildconfig.html (content/buildconfig.html) -% override chrome://global/content/buildconfig.html chrome://messenger/content/buildconfig.html - # L10n resources and overrides. % override chrome://mozapps/locale/profile/profileDowngrade.dtd chrome://messenger/locale/profileDowngrade.dtd % override chrome://global/locale/netError.dtd chrome://messenger/locale/netError.dtd "}
{"_id":"q-en-nixpkgs-110d82907266a08bfe97cce1a1f04d1ffc942b9581c6f9f1f2cb7ae60ccdbe15","text":"ledfx = callPackage ../applications/audio/ledfx { }; libdislocator = callPackage ../tools/security/afl/libdislocator.nix { }; libdislocator = callPackage ../tools/security/aflplusplus/libdislocator.nix { }; afpfs-ng = callPackage ../tools/filesystems/afpfs-ng { };"}
{"_id":"q-en-nixpkgs-1117430f5d89ee0bc097e75548b9ae619f1234f89854857fecc9aa0e74c13ae9","text":"version = \"1.3.0\"; format = \"setuptools\"; src = fetchPypi { src = fetchPypi { pname = \"face_recognition\"; inherit version; hash = \"sha256-Xl790WhqpWavDTzBMTsTHksZdleo/9A2aebT+tknBew=\";"}
{"_id":"q-en-nixpkgs-111c2c0a10ccf869ae55b1c2eff10b0be57b0c053f639939d1d65e63fbf8f15b","text":"let # Release calendar: https://www.mesa3d.org/release-calendar.html # Release frequency: https://www.mesa3d.org/releasing.html#schedule version = \"21.3.3\"; version = \"21.3.4\"; branch = versions.major version; self = stdenv.mkDerivation {"}
{"_id":"q-en-nixpkgs-11429d4d9333e3cfab45569bb57c8747bde74d71b1fb25e11bcc74263aef1ee2","text":"Group = data.group; PrivateTmp = true; StateDirectory = \"acme/.lego ${lpath}\"; StateDirectoryMode = rights; 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;"}
{"_id":"q-en-nixpkgs-1149641084fa64e671255a922a868055d48561ca0cc929db716fa4a168f34436","text":"githubId = 2526296; name = \"Adrien Bustany\"; }; abysssol = { name = \"abysssol\"; email = \"abysssol@pm.me\"; matrix = \"@abysssol:tchncs.de\"; github = \"abysssol\"; githubId = 76763323; }; acairncross = { email = \"acairncross@gmail.com\"; github = \"acairncross\";"}
{"_id":"q-en-nixpkgs-119c2e5d741b868c889deec7bcb7e84eeca0986f4c70e1529a9da1dcaa0e5854","text":"--retry 1000 --retry-delay 1 --retry-all-errors \"$@\" } # query the old config old_cfg=$(curl ${cfg.guiAddress}/rest/config) # generate the new config by merging with the NixOS config options new_cfg=$(printf '%sn' \"$old_cfg\" | ${pkgs.jq}/bin/jq -c ${escapeShellArg ''. * ${builtins.toJSON cleanedConfig} * { \"devices\": ('${escapeShellArg (builtins.toJSON devices)}'${optionalString (cfg.settings.devices == {} || ! cfg.overrideDevices) \" + .devices\"}), \"folders\": ('${escapeShellArg (builtins.toJSON folders)}'${optionalString (cfg.settings.folders == {} || ! cfg.overrideFolders) \" + .folders\"}) }''}) # send the new config curl -X PUT -d \"$new_cfg\" ${cfg.guiAddress}/rest/config '' + /* Syncthing's rest API for the folders and devices is almost identical. Hence we iterate them using lib.pipe and generate shell commands for both at the sime time. */ (lib.pipe { # The attributes below are the only ones that are different for devices / # folders. devs = { new_conf_IDs = map (v: v.id) devices; GET_IdAttrName = \"deviceID\"; override = cfg.overrideDevices; conf = devices; baseAddress = \"${cfg.guiAddress}/rest/config/devices\"; }; dirs = { new_conf_IDs = map (v: v.id) folders; GET_IdAttrName = \"id\"; override = cfg.overrideFolders; conf = folders; baseAddress = \"${cfg.guiAddress}/rest/config/folders\"; }; } [ # Now for each of these attributes, write the curl commands that are # identical to both folders and devices. (mapAttrs (conf_type: s: # We iterate the `conf` list now, and run a curl -X POST command for each, that # should update that device/folder only. lib.pipe s.conf [ # Quoting https://docs.syncthing.net/rest/config.html: # # > PUT takes an array and POST a single object. In both cases if a # given folder/device already exists, it’s replaced, otherwise a new # one is added. # # What's not documented, is that using PUT will remove objects that # don't exist in the array given. That's why we use here `POST`, and # only if s.override == true then we DELETE the relevant folders # afterwards. (map (new_cfg: '' curl -d ${lib.escapeShellArg (builtins.toJSON new_cfg)} -X POST ${s.baseAddress} '')) (lib.concatStringsSep \"n\") ] /* If we need to override devices/folders, we iterate all currently configured IDs, via another `curl -X GET`, and we delete all IDs that are not part of the Nix configured list of IDs */ + lib.optionalString s.override '' old_conf_${conf_type}_ids=\"$(curl -X GET ${s.baseAddress} | ${jq} --raw-output '.[].${s.GET_IdAttrName}')\" for id in ''${old_conf_${conf_type}_ids}; do if echo ${lib.concatStringsSep \" \" s.new_conf_IDs} | grep -q $id; then continue else curl -X DELETE ${s.baseAddress}/$id fi done '' )) builtins.attrValues (lib.concatStringsSep \"n\") ]) + /* Now we update the other settings defined in cleanedConfig which are not \"folders\" or \"devices\". */ (lib.pipe cleanedConfig [ builtins.attrNames (lib.subtractLists [\"folders\" \"devices\"]) (map (subOption: '' curl -X PUT -d ${lib.escapeShellArg (builtins.toJSON cleanedConfig.${subOption})} ${cfg.guiAddress}/rest/config/${subOption} '')) (lib.concatStringsSep \"n\") ]) + '' # restart Syncthing if required if curl ${cfg.guiAddress}/rest/config/restart-required | ${pkgs.jq}/bin/jq -e .requiresRestart > /dev/null; then ${jq} -e .requiresRestart > /dev/null; then curl -X POST ${cfg.guiAddress}/rest/system/restart fi ''; ''); in { ###### interface options = {"}
{"_id":"q-en-nixpkgs-11a8b69596909e92880719bbf5e7cd995d25805c4aeaaebdbdc4ba41e36536b9","text":"coilmq = buildPythonPackage (rec { name = \"coilmq-0.6.1\"; name = \"CoilMQ-${version}\"; version = \"1.0.0\"; src = pkgs.fetchurl { url = \"http://pypi.python.org/packages/source/C/CoilMQ/CoilMQ-0.6.1.tar.gz\"; sha256 = \"9755733bdae33a9d87630232d166a7da2382f68c2cffb3bb81503806e8d310cb\"; url = \"http://pypi.python.org/packages/source/C/CoilMQ/${name}.tar.gz\"; sha256 = \"0wwa6fsqw1mxsryvgp0yrdjil8axyj0kslzi7lr45cnhgp5ab375\"; }; propagatedBuildInputs = with self; [ self.stompclient ]; propagatedBuildInputs = with self; [ stompclient pythondaemon redis pid]; preConfigure = '' sed -i '/distribute/d' setup.py ''; buildInputs = with self; [ pytest six click coverage sqlalchemy ]; buildInputs = with self; [ self.coverage self.sqlalchemy7 ]; # ValueError: Could not parse auth file: # /tmp/nix-build-.../CoilMQ-0.6.1/coilmq/tests/resources/auth.ini # The teste data is not included in the distribution doCheck = false; meta = {"}
{"_id":"q-en-nixpkgs-11aeed6b4cd2e1e3cda65ad953a9034638a77a49a1144410cde3f5532e817793","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":"q-en-nixpkgs-11b042d09d8caf7f61f4ee56e565efcccfdcc373a5d78daed5ef3e97da1fb8e8","text":" From 045f33745f863ba20acfc3fe335c575d9cd87884 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 10 Sep 2022 15:18:05 +0200 Subject: [PATCH] Setup: remove custom dbuser creation behavior Both PostgreSQL and MySQL can be authenticated against from Nextcloud by supplying a database password. Now, during setup the following things happen: * When using postgres and the db user has elevated permissions, a new unprivileged db user is created and the settings `dbuser`/`dbpass` are altered in `config.php`. * When using MySQL, the password is **always** regenerated since 24.0.5/23.0.9[1]. I consider both cases problematic: the reason why people do configuration management is to have it as single source of truth! So, IMHO any application that silently alters config and thus causes deployed nodes to diverge from the configuration is harmful for that. I guess it was sheer luck that it worked for so long in NixOS because nobody has apparently used password authentication with a privileged user to operate Nextcloud (which is a good thing in fact). [1] https://github.com/nextcloud/server/pull/33513 --- lib/private/Setup/MySQL.php | 53 -------------------------------- lib/private/Setup/PostgreSQL.php | 26 ---------------- 2 files changed, 79 deletions(-) diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index 2c16cac3d2..9b2265091f 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -142,59 +142,6 @@ class MySQL extends AbstractDatabase { $rootUser = $this->dbUser; $rootPassword = $this->dbPassword; -\t\t//create a random password so we don't need to store the admin password in the config file -\t\t$saveSymbols = str_replace(['\"', '', ''', '`'], '', ISecureRandom::CHAR_SYMBOLS); -\t\t$password = $this->random->generate(22, ISecureRandom::CHAR_ALPHANUMERIC . $saveSymbols) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_UPPER) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_LOWER) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_DIGITS) -\t\t\t. $this->random->generate(2, $saveSymbols) -\t\t; -\t\t$this->dbPassword = str_shuffle($password); - -\t\ttry { -\t\t\t//user already specified in config -\t\t\t$oldUser = $this->config->getValue('dbuser', false); - -\t\t\t//we don't have a dbuser specified in config -\t\t\tif ($this->dbUser !== $oldUser) { -\t\t\t\t//add prefix to the admin username to prevent collisions -\t\t\t\t$adminUser = substr('oc_' . $username, 0, 16); - -\t\t\t\t$i = 1; -\t\t\t\twhile (true) { -\t\t\t\t\t//this should be enough to check for admin rights in mysql -\t\t\t\t\t$query = 'SELECT user FROM mysql.user WHERE user=?'; -\t\t\t\t\t$result = $connection->executeQuery($query, [$adminUser]); - -\t\t\t\t\t//current dbuser has admin rights -\t\t\t\t\t$data = $result->fetchAll(); -\t\t\t\t\t$result->closeCursor(); -\t\t\t\t\t//new dbuser does not exist -\t\t\t\t\tif (count($data) === 0) { -\t\t\t\t\t\t//use the admin login data for the new database user -\t\t\t\t\t\t$this->dbUser = $adminUser; -\t\t\t\t\t\t$this->createDBUser($connection); - -\t\t\t\t\t\tbreak; -\t\t\t\t\t} else { -\t\t\t\t\t\t//repeat with different username -\t\t\t\t\t\t$length = strlen((string)$i); -\t\t\t\t\t\t$adminUser = substr('oc_' . $username, 0, 16 - $length) . $i; -\t\t\t\t\t\t$i++; -\t\t\t\t\t} -\t\t\t\t} -\t\t\t} -\t\t} catch (Exception $ex) { -\t\t\t$this->logger->info('Can not create a new MySQL user, will continue with the provided user.', [ -\t\t\t\t'exception' => $ex, -\t\t\t\t'app' => 'mysql.setup', -\t\t\t]); -\t\t\t// Restore the original credentials -\t\t\t$this->dbUser = $rootUser; -\t\t\t$this->dbPassword = $rootPassword; -\t\t} - $this->config->setValues([ 'dbuser' => $this->dbUser, 'dbpassword' => $this->dbPassword, diff --git a/lib/private/Setup/PostgreSQL.php b/lib/private/Setup/PostgreSQL.php index bc24909dc3..e49e5508e1 100644 --- a/lib/private/Setup/PostgreSQL.php +++ b/lib/private/Setup/PostgreSQL.php @@ -45,32 +45,6 @@ class PostgreSQL extends AbstractDatabase { $connection = $this->connect([ 'dbname' => 'postgres' ]); -\t\t\t//check for roles creation rights in postgresql -\t\t\t$builder = $connection->getQueryBuilder(); -\t\t\t$builder->automaticTablePrefix(false); -\t\t\t$query = $builder -\t\t\t\t->select('rolname') -\t\t\t\t->from('pg_roles') -\t\t\t\t->where($builder->expr()->eq('rolcreaterole', new Literal('TRUE'))) -\t\t\t\t->andWhere($builder->expr()->eq('rolname', $builder->createNamedParameter($this->dbUser))); - -\t\t\ttry { -\t\t\t\t$result = $query->execute(); -\t\t\t\t$canCreateRoles = $result->rowCount() > 0; -\t\t\t} catch (DatabaseException $e) { -\t\t\t\t$canCreateRoles = false; -\t\t\t} - -\t\t\tif ($canCreateRoles) { -\t\t\t\t//use the admin login data for the new database user - -\t\t\t\t//add prefix to the postgresql user name to prevent collisions -\t\t\t\t$this->dbUser = 'oc_' . strtolower($username); -\t\t\t\t//create a new password so we don't need to store the admin config in the config file -\t\t\t\t$this->dbPassword = OC::$server->getSecureRandom()->generate(30, ISecureRandom::CHAR_ALPHANUMERIC); - -\t\t\t\t$this->createDBUser($connection); -\t\t\t} $this->config->setValues([ 'dbuser' => $this->dbUser, -- 2.36.2 "}
{"_id":"q-en-nixpkgs-11b48e8ea43d6d23fbbd9405241aac6c8351abef7d166cac95c0c277660aafdb","text":", MonadRandom, mtl, optparse-applicative, process, random, stm, tasty , tasty-hunit, tasty-quickcheck, temporary, text, transformers , unix, unliftio , unliftio-core, unordered-containers, vector, vector-instances, vty , wl-pprint-annotated, word8, yaml , extra, ListLike, semver , wl-pprint-annotated, word8, yaml, extra, ListLike, semver }: mkDerivation rec { pname = \"echidna\"; version = \"1.7.3\"; version = \"2.0.2\"; src = fetchFromGitHub { owner = \"crytic\"; repo = \"echidna\"; rev = \"v${version}\"; sha256 = \"sha256-NkAAXYa1bbCNUO0eDM7LQbyC3//RRFAKmEHGH2Dhl/M=\"; sha256 = \"sha256-WmlQWgn4qfRmx3PdzY7wzT9AyU7Re2T1CWJ7yGjcVac=\"; }; # NOTE: echidna is behind with aeson because of hevm, this patch updates # the code to work with the major aeson update that broke the build # it's temporary until hevm version 0.50.0 is released - https://github.com/ethereum/hevm/milestone/1 patches = [ ./echidna-update-aeson.patch ]; isLibrary = true; isExecutable = true; libraryHaskellDepends = ["}
{"_id":"q-en-nixpkgs-11c856cf17792255f709e8ed91ecb4ec1da38d759098fe2a0604a99227ad722f","text":"mpg321 = callPackage ../applications/audio/mpg321 { }; mpc_cli = callPackage ../applications/audio/mpc { mpc-cli = callPackage ../applications/audio/mpc { inherit (python3Packages) sphinx; };"}
{"_id":"q-en-nixpkgs-11cee86189e6c147eb3b538aecd1f65e1c25ceaee75ed804fd0202fee03e93b9","text":"}, \"zlib\": { \"url\": \"https://chromium.googlesource.com/chromium/src/third_party/zlib\", \"rev\": \"c876c8f87101c5a75f6014b0f832499afeb65b73\", \"sha256\": \"sha256-mwozVo8ymyrYN4tw+/ZnSI+xogSTZQ6PUBba/jQqRkE=\" \"rev\": \"646b7f569718921d7d4b5b8e22572ff6c76f2596\", \"sha256\": \"sha256-jNj6SuTZ5/a7crtYhxW3Q/TlfRMNMfYIVxDlr7bYdzQ=\" }, \"harfbuzz\": { \"url\": \"https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git\", \"rev\": \"4cfc6d8e173e800df086d7be078da2e8c5cfca19\", \"sha256\": \"sha256-rrstyAz7Eb8ZgFJZKUASY8nU4YFZAptd5VS9B2cs2Yg=\" \"rev\": \"c053e8f29257814e11ad61493dbbe29f27656de4\", \"sha256\": \"sha256-D8DNcZH/oiJqWvfWFHvQ8AwQ3OrMwyZdfGmZ5y30Hvg=\" }, \"wuffs\": { \"url\": \"https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git\","}
{"_id":"q-en-nixpkgs-122d057f544e4533e7126ee4bf1d26c68883db95c5e00ec2211c7ace5a11e198","text":"}: let inherit (lib) mkEnableOption mkPackageOption mkOption maintainers; inherit (lib.types) bool str; inherit (lib) mkEnableOption mkPackageOption mkOption maintainers ; inherit (lib.types) bool port str submodule ; cfg = config.services.navidrome; settingsFormat = pkgs.formats.json { }; in"}
{"_id":"q-en-nixpkgs-130388f828e5d07fa7f990e3f7653e2cbb50ea65cb2e5cacfd6ceb6d0c6f1a0a","text":" Steam Steam in Nix Steam is distributed as a .deb file, for now only as an i686 package (the amd64 package only has documentation). When unpacked, it has a script called steam that in Ubuntu (their target distro) would go to /usr/bin . When run for the first time, this script copies some files to the user's home, which include another script that is the ultimate responsible for launching the steam binary, which is also in $HOME. Nix problems and constraints: We don't have /bin/bash and many scripts point there. Similarly for /usr/bin/python . We don't have the dynamic loader in /lib . The steam.sh script in $HOME can not be patched, as it is checked and rewritten by steam. The steam binary cannot be patched, it's also checked. The current approach to deploy Steam in NixOS is composing a FHS-compatible chroot environment, as documented here. This allows us to have binaries in the expected paths without disrupting the system, and to avoid patching them to work in a non FHS environment. How to play Use programs.steam.enable = true; if you want to add steam to systemPackages and also enable a few workarrounds aswell as Steam controller support or other Steam supported controllers such as the DualShock 4 or Nintendo Switch Pr. Troubleshooting Steam fails to start. What do I do? Try to run strace steam to see what is causing steam to fail. Using the FOSS Radeon or nouveau (nvidia) drivers The newStdcpp parameter was removed since NixOS 17.09 and should not be needed anymore. Steam ships statically linked with a version of libcrypto that conflics with the one dynamically loaded by radeonsi_dri.so. If you get the error steam.sh: line 713: 7842 Segmentation fault (core dumped) have a look at this pull request. Java There is no java in steam chrootenv by default. If you get a message like /home/foo/.local/share/Steam/SteamApps/common/towns/towns.sh: line 1: java: command not found You need to add steam.override { withJava = true; }; to your configuration. steam-run The FHS-compatible chroot used for steam can also be used to run other linux games that expect a FHS environment. To do it, add pkgs.(steam.override { nativeOnly = true; newStdcpp = true; }).run to your configuration, rebuild, and run the game with steam-run ./foo "}
{"_id":"q-en-nixpkgs-130b9455824cc0adf8818606ee311aa09c89385a9d735b9fd6f31ba39d69c8cb","text":"strct = callPackage ../development/python-modules/strct { }; streamcontroller-plugin-tools = callPackage ../development/python-modules/streamcontroller-plugin-tools { }; streamdeck = callPackage ../development/python-modules/streamdeck { }; streaming-form-data = callPackage ../development/python-modules/streaming-form-data { };"}
{"_id":"q-en-nixpkgs-13183b8a14d51baaa9191640a353fb4871bf0ba521a2f6fa5a072b3b8b371e06","text":"ln -s '${newConfigPath}' \"${currentConfigPath}\" fi ''; setupRuntimeDir = writeScript \"setup-runtime-dirs\" '' setupWorkDir = writeScript \"setup-work-dirs\" '' # Cleanup previous service ${pkgs.findutils}/bin/find -H \"$WORK_DIRECTORY\" -mindepth 1 -delete # Link _diag dir ln -s \"$LOGS_DIRECTORY\" \"$RUNTIME_DIRECTORY/_diag\" ln -s \"$LOGS_DIRECTORY\" \"$WORK_DIRECTORY/_diag\" # Link the runner credentials to the runtime dir ln -s \"$STATE_DIRECTORY\"/{${lib.concatStringsSep \",\" runnerCredFiles}} \"$RUNTIME_DIRECTORY/\" # Link the runner credentials to the work dir ln -s \"$STATE_DIRECTORY\"/{${lib.concatStringsSep \",\" runnerCredFiles}} \"$WORK_DIRECTORY/\" ''; in map (x: \"${x} ${escapeShellArgs [ stateDir runtimeDir logsDir ]}\") [ map (x: \"${x} ${escapeShellArgs [ stateDir workDir logsDir ]}\") [ \"+${unconfigureRunner}\" # runs as root configureRunner setupRuntimeDir setupWorkDir ]; # If running in ephemeral mode, restart the service on-exit (i.e., successful de-registration of the runner)"}
{"_id":"q-en-nixpkgs-132b58305725e473fdecced3572349692db08305d4f07b708d06b9cae3b7a2e9","text":"pyside6 pysocks qrcode qrcode requests stem unidecode"}
{"_id":"q-en-nixpkgs-1363ed518a214486e28970956f35091db8df1d783d295a587d0c78bd7d30ea12","text":"\"-X ${prefix}.BuildDate=1980-01-01T00:00:00Z\" ]; nativeBuildInputs = [ fixup_yarn_lock nodejs yarn ]; tags = [ \"builtinassets\" \"nonetwork\" \"nodocker\" \"promtail_journal_enabled\""}
{"_id":"q-en-nixpkgs-14085ea6f5b71c188838defefa89b37842ce61d8775b98fa27c5f9006f3dd02c","text":"vendorHash = \"sha256-MqUkGKOzx8Qo9xbD9GdUryVwKjpVUOXFo2x0/2uz8Uk=\"; proxyVendor = true; # darwin/linux hash mismatch frontendYarnOfflineCache = fetchYarnDeps { yarnLock = src + \"/web/ui/yarn.lock\"; hash = \"sha256-xJEPubIDjlZQL70UGha1MHbeek6KFPaxZGb5IRgMlTA=\"; }; ldflags = let prefix = \"github.com/grafana/agent/pkg/build\"; in ["}
{"_id":"q-en-nixpkgs-1409f48839e593cb464db26c284cf0afea1b188f10d2996abbaa834d10740eab","text":"}; enableSuid = mkOption { type = types.bool; default = true; # SingularityCE requires SETUID for most things. Apptainer prefers user # namespaces, e.g. `apptainer exec --nv` would fail if built # `--with-suid`: # > `FATAL: nvidia-container-cli not allowed in setuid mode` default = cfg.package.projectName != \"apptainer\"; defaultText = literalExpression ''config.services.singularity.package.projectName != \"apptainer\"''; example = false; description = mdDoc '' Whether to enable the SUID support of Singularity/Apptainer."}
{"_id":"q-en-nixpkgs-141770fbc5a1bfef128a98a742c7b4bfb3c1536657eb98c0d08494946e0cc915","text":"echo \"Adding contents...\" for item in $contents; do echo \"Adding $item\" rsync -a $item/ layer/ rsync -ak $item/ layer/ done else echo \"No contents to add to layer.\""}
{"_id":"q-en-nixpkgs-143cc44fb16a4ec31dbe563ab94b9cbdda0d76da8e05ac3512835a7b012cc8cc","text":"abuild = callPackage ../development/tools/abuild { }; actiona = libsForQt5.callPackage ../applications/misc/actiona { }; actionlint = callPackage ../development/tools/analysis/actionlint { }; adreaper = callPackage ../tools/security/adreaper { };"}
{"_id":"q-en-nixpkgs-1479220fea3056c0292b8c7711987611e96854a8b0ac9e4b16cdfaae3000e2af","text":" diff --git a/core/base/inc/ROOT/StringConv.hxx b/core/base/inc/ROOT/StringConv.hxx index 629fc18..4efa54a 100644 --- a/core/base/inc/ROOT/StringConv.hxx +++ b/core/base/inc/ROOT/StringConv.hxx @@ -89,7 +89,7 @@ EFromHumanReadableSize FromHumanReadableSize(std::string_view str, T &value) size_t size = str.size(); size_t cur; // Parse leading numeric factor - const double coeff = stod(str, &cur); + const double coeff = stod(static_cast(str), &cur); // Skip any intermediate white space while (cur diff --git a/core/metacling/src/TCling.cxx b/core/metacling/src/TCling.cxx index d71cb74..076facb 100644 --- a/core/metacling/src/TCling.cxx"}
{"_id":"q-en-nixpkgs-148e626c4625102b74817f0b50f86b30fb6119f97dce0c136880b035c227de11","text":"}; pythonPath = with pythonPackages; [ setuptools eventlet greenlet gflags netaddr sqlalchemy7 carrot routes [ setuptools eventlet greenlet gflags netaddr carrot routes PasteDeploy m2crypto ipy twisted sqlalchemy_migrate distutils_extra simplejson readline glanceclient cheetah lockfile httplib2 # !!! should libvirt be a build-time dependency? Note that"}
{"_id":"q-en-nixpkgs-14a7c1f2e3fd75251eb687c1fa81ca7279d167d1a052a65dad5e4d45e46c8379","text":"RUSTC_BOOTSTRAP = 1; meta = { description = \"ElKowars wacky widgets\"; description = \"A widget system made in Rust to create widgets for any WM\"; longDescription = '' Eww (ElKowar's Wacky Widgets) is a widget system made in Rust which lets you create your own widgets similarly to how you can in AwesomeWM. The key difference: It is independent of your window manager! It can be configured in yuck and themed using CSS, is very easy to customize and provides all the flexibility you need! ''; homepage = \"https://github.com/elkowar/eww\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ coffeeispower eclairevoyant figsoda lom w-lfchen ]; maintainers = with lib.maintainers; [ coffeeispower eclairevoyant figsoda lom w-lfchen ]; mainProgram = \"eww\"; broken = stdenv.isDarwin; };"}
{"_id":"q-en-nixpkgs-14ca89fb32014b62cab2c78963ac1493ea6158533e096845c85359b69eaa395f","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":"q-en-nixpkgs-14cf325c45754d4c77aa82f6e1edaa1862cebd7f3198fd00da4a4846d3e97baa","text":"{ stdenv , lib , fetchFromGitHub , removeReferencesTo , makeWrapper , which , writeTextFile"}
{"_id":"q-en-nixpkgs-14df7f7e5c7520514adc48394fc535e7ec5763733f977b83b4401653a367a532","text":"runtimeEnv = { efiMountPoint = config.boot.loader.efi.efiSysMountPoint; }; # We disable SC2016 because we don't want to expand the regexes in the sed commands. excludeShellChecks = [ \"SC2016\" ]; text = builtins.readFile ./xen-boot-builder.sh; }; in"}
{"_id":"q-en-nixpkgs-1518fd17cf8b151f7344bba1f12805c19ffdc9a2f5c116dd97e0f37a6154e7c8","text":"}; # put packages that needs to be overridden in the py package scope py = import ./python-packages.nix { inherit stdenv src version python3 fetchPypi; }; py = callPackage ./python-packages.nix { inherit src version; }; in py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {"}
{"_id":"q-en-nixpkgs-1538f8af90e51414cf3eb2ac5e2ab1ec5f3719dd9abe1329f20d2ca1bd34e45e","text":" { stdenv, buildPackages, fetchurl, perl, buildLinux, modDirVersionArg ? null, ... } @ args: with stdenv.lib; buildLinux (args // rec { version = \"5.8\"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep \".\" (take 3 (splitVersion \"${version}.0\")) else modDirVersionArg; # branchVersion needs to be x.y extraMeta.branch = versions.majorMinor version; src = fetchurl { url = \"mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz\"; sha256 = \"1xgibkwb1yfl6qdlbxyagai0qc1pk5ark7giz1512hh6ma353xz7\"; }; } // (args.argsOverride or {})) "}
{"_id":"q-en-nixpkgs-153949e1be5c86d75e6767bcacd13cb87dbe75d970a751206fc4dbb9b0f63ae2","text":"}; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ jre8 which gawk ]; installPhase = '' mkdir -p \"$out/share/neo4j\""}
{"_id":"q-en-nixpkgs-1545e6909df6dfd4d9364ff799b7e7ddbed39ef9abc3e983cc183ae0c3e1e62f","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":"q-en-nixpkgs-155acd88e8bab939b3826fc7335583511d35b1f143ad80a198e91f7a029a73cf","text":"mod = callPackage ../development/tools/mod { }; mongosh = callPackage ../development/tools/mongosh { }; mysql-shell = callPackage ../development/tools/mysql-shell { inherit (darwin) cctools developer_cmds DarwinTools; inherit (darwin.apple_sdk.frameworks) CoreServices;"}
{"_id":"q-en-nixpkgs-157b44b236bf39ece002d1350e5ed1649a9677b73300021040c7a2a8ee92def5","text":"mesonAutoFeatures = \"disabled\"; mesonFlags = builtins.concatLists [ (lib.optional enableXWayland \"-Dxwayland=enabled\") (lib.optional legacyRenderer \"-Dlegacy_renderer=enabled\") (lib.optional withSystemd \"-Dsystemd=enabled\") mesonFlags = [ (lib.mesonEnable \"xwayland\" enableXWayland) (lib.mesonEnable \"legacy_renderer\" legacyRenderer) (lib.mesonEnable \"systemd\" withSystemd) ]; postInstall = ''"}
{"_id":"q-en-nixpkgs-157c27c1cdc45801465cdae95902bc5fa07c36ec07abb7b0faf2095e09bf1566","text":"\"pidgin@muffinmad\" = callPackage ./pidgin-im-integration { }; \"pop-shell@system76.com\" = callPackage ./pop-shell { }; \"sound-output-device-chooser@kgshank.net\" = callPackage ./sound-output-device-chooser { }; \"systemd-manager@hardpixel.eu\" = callPackage ./systemd-manager { }; \"taskwhisperer-extension@infinicode.de\" = callPackage ./taskwhisperer { }; \"tilingnome@rliang.github.com\" = callPackage ./tilingnome { }; \"TopIcons@phocean.net\" = callPackage ./topicons-plus { };"}
{"_id":"q-en-nixpkgs-158b202c574cbccd6fd20095b830b10147d54e70924379cd394708dd0ed259c8","text":"{stdenv , removeReferencesTo , lib , fetchFromGitHub , fetchurl , utillinux , gpgme , openssl , libuuid , coreutils , go , which , makeWrapper , cryptsetup , squashfsTools , buildGoPackage}:"}
{"_id":"q-en-nixpkgs-158e482fc2d9d2d2782c36f221ae1af5d4230d6d9de06055339aeaf65bc0e0d7","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":"q-en-nixpkgs-15bfa1ebe1fad9413c31d17266cb21f8bef620036815c12e0f5cf2944a01b42a","text":" --- old/build/pkgs/giac/spkg-install\t2017-07-21 14:10:00.000000000 -0500 +++ new/build/pkgs/giac/spkg-install\t2017-10-15 15:55:55.321237645 -0500 @@ -4,6 +4,8 @@ ## Giac ########################################### +find . -type f -exec sed -e 's@/bin/cp@cp@g' -i '{}' ';' && echo \"Patching input parser\" && find . -iname 'input_parser.cc' +sed -e 's@yylex (&yylval)@yylex (&yyval, scanner)@gp' -i 'src/src/input_parser.cc' if [ \"$SAGE_LOCAL\" = \"\" ]; then echo \"SAGE_LOCAL undefined ... exiting\"; "}
{"_id":"q-en-nixpkgs-15cc4017f800147d4f705aa2da4776aaa5f19e7d18232ea9637f78c60c1a04cb","text":"--add-flags ${electron}/bin/electron --add-flags $out/share/itch/resources/app --set BROTH_USE_LOCAL butler,itch-setup --prefix PATH : ${butler}/bin/:${itch-setup} --prefix PATH : ${butler}:${itch-setup} ''; meta = with lib; { meta = { description = \"Best way to play itch.io games\"; homepage = \"https://github.com/itchio/itch\"; license = licenses.mit; platforms = platforms.linux; license = lib.licenses.mit; platforms = lib.platforms.linux; sourceProvenance = [ lib.sourceTypes.binaryBytecode ]; maintainers = with maintainers; [ pasqui23 ]; maintainers = with lib.maintainers; [ pasqui23 ]; mainProgram = \"itch\"; }; } }) "}
{"_id":"q-en-nixpkgs-15de8d613f4a817a9ae301d617bfee6b023f177e3eaa4ef25dd2f0d6f575b2ff","text":" # expr and script based on our lsb_release { stdenv , lib , substituteAll , coreutils , getopt , modDirVersion ? \"\" }: substituteAll { name = \"uname\"; src = ./deterministic-uname.sh; dir = \"bin\"; isExecutable = true; inherit coreutils getopt; uSystem = if stdenv.buildPlatform.uname.system != null then stdenv.buildPlatform.uname.system else \"unknown\"; inherit (stdenv.buildPlatform.uname) processor; # uname -o # maybe add to lib/systems/default.nix uname attrset # https://github.com/coreutils/coreutils/blob/7fc84d1c0f6b35231b0b4577b70aaa26bf548a7c/src/uname.c#L373-L374 # https://stackoverflow.com/questions/61711186/where-does-host-operating-system-in-uname-c-comes-from # https://github.com/coreutils/gnulib/blob/master/m4/host-os.m4 operatingSystem = if stdenv.buildPlatform.isLinux then \"GNU/Linux\" else if stdenv.buildPlatform.isDarwin then \"Darwin\" # darwin isn't in host-os.m4 so where does this come from? else \"unknown\"; # in os-specific/linux module packages # --replace '$(shell uname -r)' \"${kernel.modDirVersion}\" # is a common thing to do. modDirVersion = if modDirVersion != \"\" then modDirVersion else \"unknown\"; meta = with lib; { description = \"Print certain system information (hardcoded with values)\"; longDescription = '' This package provides a replacement for `uname` whose output depends only on `stdenv.buildPlatform`. It is meant to be used from within derivations. Many packages' build processes run `uname` at compile time and embed its output into the result of the build. Since `uname` calls into the kernel, and the Nix sandbox currently does not intercept these calls, builds made on different kernels will produce different results. ''; license = [ licenses.mit ]; maintainers = with maintainers; [ artturin ]; platforms = platforms.all; }; } "}
{"_id":"q-en-nixpkgs-15dea59d77ad5bcfabc14d72ef16073f4ea25b32011a1eb2b4682d7032a759a7","text":"six tqdm urllib3 ]; ] ++ lib.optionals stdenv.isDarwin [ idna cryptography pyopenssl ]; checkInputs = [ pkg-config"}
{"_id":"q-en-nixpkgs-1624ac86d2be4099622afcb9c531be8c639e4e20750f3255917527aabb9f1ccd","text":"# TODO: investigate and fix properly \"-march=westmere\" ] ++ lib.optionals stdenv.isDarwin [ \"-DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_10\" \"-DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_10\" \"-DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12\" \"-DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_12\" # # Prevent errors like"}
{"_id":"q-en-nixpkgs-1674219107dcefe734069d8c0394e0e77fb8a82ba16503f4e7b4227500b9caff","text":" { \"packages\": { \"_fe_analyzer_shared\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"_fe_analyzer_shared\", \"sha256\": \"0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"67.0.0\" }, \"adaptive_theme\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"adaptive_theme\", \"sha256\": \"f4ee609b464e5efc68131d9d15ba9aa1de4e3b5ede64be17781c6e19a52d637d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.6.0\" }, \"analyzer\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"analyzer\", \"sha256\": \"37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.4.1\" }, \"ansicolor\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"ansicolor\", \"sha256\": \"8bf17a8ff6ea17499e40a2d2542c2f481cd7615760c6d34065cb22bfd22e6880\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.2\" }, \"app_links\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"app_links\", \"sha256\": \"f04c3ca96426baba784c736a201926bd4145524c36a1b38942a351b033305e21\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.2.1\" }, \"app_links_linux\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"app_links_linux\", \"sha256\": \"f5f7173a78609f3dfd4c2ff2c95bd559ab43c80a87dc6a095921d96c05688c81\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.3\" }, \"app_links_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"app_links_platform_interface\", \"sha256\": \"05f5379577c513b534a29ddea68176a4d4802c46180ee8e2e966257158772a3f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.2\" }, \"app_links_web\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"app_links_web\", \"sha256\": \"af060ed76183f9e2b87510a9480e56a5352b6c249778d07bd2c95fc35632a555\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"archive\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"archive\", \"sha256\": \"cb6a278ef2dbb298455e1a713bda08524a175630ec643a242c399c932a0a1f7d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.6.1\" }, \"args\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"args\", \"sha256\": \"7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.5.0\" }, \"async\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"async\", \"sha256\": \"947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.11.0\" }, \"auto_size_text\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"auto_size_text\", \"sha256\": \"3f5261cd3fb5f2a9ab4e2fc3fba84fd9fcaac8821f20a1d4e71f557521b22599\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.0\" }, \"base32\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"base32\", \"sha256\": \"ddad4ebfedf93d4500818ed8e61443b734ffe7cf8a45c668c9b34ef6adde02e2\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.3\" }, \"bip39\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"bip39\", \"sha256\": \"de1ee27ebe7d96b84bb3a04a4132a0a3007dcdd5ad27dd14aa87a29d97c45edc\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.6\" }, \"bloc\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"bloc\", \"sha256\": \"106842ad6569f0b60297619e9e0b1885c2fb9bf84812935490e6c5275777804e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.1.4\" }, \"boolean_selector\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"boolean_selector\", \"sha256\": \"6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.1\" }, \"build\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"build\", \"sha256\": \"80184af8b6cb3e5c1c4ec6d8544d27711700bc3e6d2efad04238c7b5290889f0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.1\" }, \"build_config\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"build_config\", \"sha256\": \"bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.1\" }, \"build_daemon\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"build_daemon\", \"sha256\": \"79b2aef6ac2ed00046867ed354c88778c9c0f029df8a20fe10b5436826721ef9\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.0.2\" }, \"build_resolvers\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"build_resolvers\", \"sha256\": \"339086358431fa15d7eca8b6a36e5d783728cf025e559b834f4609a1fcfb7b0a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.2\" }, \"build_runner\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"build_runner\", \"sha256\": \"644dc98a0f179b872f612d3eb627924b578897c629788e858157fa5e704ca0c7\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.11\" }, \"build_runner_core\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"build_runner_core\", \"sha256\": \"e3c79f69a64bdfcd8a776a3c28db4eb6e3fb5356d013ae5eb2e52007706d5dbe\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"7.3.1\" }, \"built_collection\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"built_collection\", \"sha256\": \"376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.1.1\" }, \"built_value\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"built_value\", \"sha256\": \"c7913a9737ee4007efedaffc968c049fd0f3d0e49109e778edc10de9426005cb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.9.2\" }, \"characters\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"characters\", \"sha256\": \"04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.3.0\" }, \"checked_yaml\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"checked_yaml\", \"sha256\": \"feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.3\" }, \"cli_util\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"cli_util\", \"sha256\": \"c05b7406fdabc7a49a3929d4af76bcaccbbffcbcdcf185b082e1ae07da323d19\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.4.1\" }, \"clipboard\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"clipboard\", \"sha256\": \"2ec38f0e59878008ceca0ab122e4bfde98847f88ef0f83331362ba4521f565a9\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.1.3\" }, \"clock\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"clock\", \"sha256\": \"cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.1\" }, \"code_builder\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"code_builder\", \"sha256\": \"f692079e25e7869c14132d39f223f8eec9830eb76131925143b2129c4bb01b37\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.10.0\" }, \"collection\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"collection\", \"sha256\": \"ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.18.0\" }, \"confetti\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"confetti\", \"sha256\": \"979aafde2428c53947892c95eb244466c109c129b7eee9011f0a66caaca52267\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.7.0\" }, \"connectivity_plus\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"connectivity_plus\", \"sha256\": \"2056db5241f96cdc0126bd94459fc4cdc13876753768fc7a31c425e50a7177d0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.0.5\" }, \"connectivity_plus_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"connectivity_plus_platform_interface\", \"sha256\": \"42657c1715d48b167930d5f34d00222ac100475f73d10162ddf43e714932f204\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.1\" }, \"convert\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"convert\", \"sha256\": \"0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.1\" }, \"cross_file\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"cross_file\", \"sha256\": \"7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.3.4+2\" }, \"crypto\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"crypto\", \"sha256\": \"ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.3\" }, \"csslib\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"csslib\", \"sha256\": \"706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.0\" }, \"dart_style\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"dart_style\", \"sha256\": \"99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.6\" }, \"dbus\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"dbus\", \"sha256\": \"365c771ac3b0e58845f39ec6deebc76e3276aa9922b0cc60840712094d9047ac\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.7.10\" }, \"desktop_webview_window\": { \"dependency\": \"direct main\", \"description\": { \"path\": \"packages/desktop_webview_window\", \"ref\": \"main\", \"resolved-ref\": \"726d8281a244d56ab36e843f0427c48de6d9cc56\", \"url\": \"https://github.com/MixinNetwork/flutter-plugins\" }, \"source\": \"git\", \"version\": \"0.2.4\" }, \"device_info_plus\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"device_info_plus\", \"sha256\": \"77f757b789ff68e4eaf9c56d1752309bd9f7ad557cb105b938a7f8eb89e59110\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"9.1.2\" }, \"device_info_plus_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"device_info_plus_platform_interface\", \"sha256\": \"d3b01d5868b50ae571cd1dc6e502fc94d956b665756180f7b16ead09e836fd64\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"7.0.0\" }, \"dio\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"dio\", \"sha256\": \"11e40df547d418cc0c4900a9318b26304e665da6fa4755399a9ff9efd09034b5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.4.3+1\" }, \"dotted_border\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"dotted_border\", \"sha256\": \"108837e11848ca776c53b30bc870086f84b62ed6e01c503ed976e8f8c7df9c04\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.0\" }, \"dropdown_button2\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"dropdown_button2\", \"sha256\": \"b0fe8d49a030315e9eef6c7ac84ca964250155a6224d491c1365061bc974a9e1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.9\" }, \"email_validator\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"email_validator\", \"sha256\": \"b19aa5d92fdd76fbc65112060c94d45ba855105a28bb6e462de7ff03b12fa1fb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.0\" }, \"ente_crypto_dart\": { \"dependency\": \"direct main\", \"description\": { \"path\": \".\", \"ref\": \"HEAD\", \"resolved-ref\": \"e2e66ffd03f23bef5e0bb138b5f01b32d8e9b7bb\", \"url\": \"https://github.com/ente-io/ente_crypto_dart.git\" }, \"source\": \"git\", \"version\": \"1.0.0\" }, \"event_bus\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"event_bus\", \"sha256\": \"44baa799834f4c803921873e7446a2add0f3efa45e101a054b1f0ab9b95f8edc\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.0\" }, \"expandable\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"expandable\", \"sha256\": \"9604d612d4d1146dafa96c6d8eec9c2ff0994658d6d09fed720ab788c7f5afc2\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.0.1\" }, \"expansion_tile_card\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"expansion_tile_card\", \"sha256\": \"27ce4cb518f00e21d0f2309aaa6462b26b148e93cee2029a73088cecf42b1eb0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.0\" }, \"fake_async\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"fake_async\", \"sha256\": \"511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.3.1\" }, \"ffi\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"ffi\", \"sha256\": \"493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.2\" }, \"file\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"file\", \"sha256\": \"5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"7.0.0\" }, \"file_picker\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"file_picker\", \"sha256\": \"167bb619cdddaa10ef2907609feb8a79c16dfa479d3afaf960f8e223f754bf12\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.1.2\" }, \"file_saver\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"file_saver\", \"sha256\": \"bdebc720e17b3e01aba59da69b6d47020a7e5ba7d5c75bd9194f9618d5f16ef4\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.2.12\" }, \"fixnum\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"fixnum\", \"sha256\": \"25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.0\" }, \"fk_user_agent\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"fk_user_agent\", \"sha256\": \"fd6c94e120786985a292d12f61422a581f4e851148d5940af38b819357b8ad0d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.0\" }, \"flutter\": { \"dependency\": \"direct main\", \"description\": \"flutter\", \"source\": \"sdk\", \"version\": \"0.0.0\" }, \"flutter_animate\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_animate\", \"sha256\": \"7c8a6594a9252dad30cc2ef16e33270b6248c4dedc3b3d06c86c4f3f4dc05ae5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.5.0\" }, \"flutter_bloc\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_bloc\", \"sha256\": \"b594505eac31a0518bdcb4b5b79573b8d9117b193cc80cc12e17d639b10aa27a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.1.6\" }, \"flutter_context_menu\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_context_menu\", \"sha256\": \"4bc1dc30ae5aa705ed99ebbeb875898c6341a6d092397a566fecd5184b392380\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.2.0\" }, \"flutter_displaymode\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_displaymode\", \"sha256\": \"42c5e9abd13d28ed74f701b60529d7f8416947e58256e6659c5550db719c57ef\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.6.0\" }, \"flutter_email_sender\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_email_sender\", \"sha256\": \"fb515d4e073d238d0daf1d765e5318487b6396d46b96e0ae9745dbc9a133f97a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.0.3\" }, \"flutter_inappwebview\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_inappwebview\", \"sha256\": \"3e9a443a18ecef966fb930c3a76ca5ab6a7aafc0c7b5e14a4a850cf107b09959\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.0.0\" }, \"flutter_inappwebview_android\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_inappwebview_android\", \"sha256\": \"d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.13\" }, \"flutter_inappwebview_internal_annotations\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_inappwebview_internal_annotations\", \"sha256\": \"5f80fd30e208ddded7dbbcd0d569e7995f9f63d45ea3f548d8dd4c0b473fb4c8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.1\" }, \"flutter_inappwebview_ios\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_inappwebview_ios\", \"sha256\": \"f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.13\" }, \"flutter_inappwebview_macos\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_inappwebview_macos\", \"sha256\": \"b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.11\" }, \"flutter_inappwebview_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_inappwebview_platform_interface\", \"sha256\": \"545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.10\" }, \"flutter_inappwebview_web\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_inappwebview_web\", \"sha256\": \"d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.8\" }, \"flutter_launcher_icons\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_launcher_icons\", \"sha256\": \"526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.13.1\" }, \"flutter_local_authentication\": { \"dependency\": \"direct main\", \"description\": { \"path\": \".\", \"ref\": \"1ac346a04592a05fd75acccf2e01fa3c7e955d96\", \"resolved-ref\": \"1ac346a04592a05fd75acccf2e01fa3c7e955d96\", \"url\": \"https://github.com/eaceto/flutter_local_authentication\" }, \"source\": \"git\", \"version\": \"1.2.0\" }, \"flutter_local_notifications\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_local_notifications\", \"sha256\": \"c500d5d9e7e553f06b61877ca6b9c8b92c570a4c8db371038702e8ce57f8a50f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"17.2.2\" }, \"flutter_local_notifications_linux\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_local_notifications_linux\", \"sha256\": \"c49bd06165cad9beeb79090b18cd1eb0296f4bf4b23b84426e37dd7c027fc3af\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.0.1\" }, \"flutter_local_notifications_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_local_notifications_platform_interface\", \"sha256\": \"85f8d07fe708c1bdcf45037f2c0109753b26ae077e9d9e899d55971711a4ea66\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"7.2.0\" }, \"flutter_localizations\": { \"dependency\": \"direct main\", \"description\": \"flutter\", \"source\": \"sdk\", \"version\": \"0.0.0\" }, \"flutter_native_splash\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_native_splash\", \"sha256\": \"edf39bcf4d74aca1eb2c1e43c3e445fd9f494013df7f0da752fefe72020eedc0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.0\" }, \"flutter_plugin_android_lifecycle\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_plugin_android_lifecycle\", \"sha256\": \"c6b0b4c05c458e1c01ad9bcc14041dd7b1f6783d487be4386f793f47a8a4d03e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.20\" }, \"flutter_secure_storage\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_secure_storage\", \"sha256\": \"165164745e6afb5c0e3e3fcc72a012fb9e58496fb26ffb92cf22e16a821e85d0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"9.2.2\" }, \"flutter_secure_storage_linux\": { \"dependency\": \"direct overridden\", \"description\": { \"path\": \"flutter_secure_storage_linux\", \"ref\": \"develop\", \"resolved-ref\": \"cb30953edc029dc4059b72700270b4cd3a3afade\", \"url\": \"https://github.com/mogol/flutter_secure_storage.git\" }, \"source\": \"git\", \"version\": \"1.2.1\" }, \"flutter_secure_storage_macos\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_secure_storage_macos\", \"sha256\": \"1693ab11121a5f925bbea0be725abfcfbbcf36c1e29e571f84a0c0f436147a81\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.2\" }, \"flutter_secure_storage_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_secure_storage_platform_interface\", \"sha256\": \"cf91ad32ce5adef6fba4d736a542baca9daf3beac4db2d04be350b87f69ac4a8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.2\" }, \"flutter_secure_storage_web\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_secure_storage_web\", \"sha256\": \"f4ebff989b4f07b2656fb16b47852c0aab9fed9b4ec1c70103368337bc1886a9\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.1\" }, \"flutter_secure_storage_windows\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_secure_storage_windows\", \"sha256\": \"b20b07cb5ed4ed74fc567b78a72936203f587eba460af1df11281c9326cd3709\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.2\" }, \"flutter_shaders\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"flutter_shaders\", \"sha256\": \"02750b545c01ff4d8e9bbe8f27a7731aa3778402506c67daa1de7f5fc3f4befe\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.1.2\" }, \"flutter_speed_dial\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_speed_dial\", \"sha256\": \"698a037274a66dbae8697c265440e6acb6ab6cae9ac5f95c749e7944d8f28d41\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"7.0.0\" }, \"flutter_staggered_grid_view\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_staggered_grid_view\", \"sha256\": \"19e7abb550c96fbfeb546b23f3ff356ee7c59a019a651f8f102a4ba9b7349395\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.7.0\" }, \"flutter_svg\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_svg\", \"sha256\": \"7b4ca6cf3304575fe9c8ec64813c8d02ee41d2afe60bcfe0678bcb5375d596a2\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.10+1\" }, \"flutter_test\": { \"dependency\": \"direct dev\", \"description\": \"flutter\", \"source\": \"sdk\", \"version\": \"0.0.0\" }, \"flutter_web_plugins\": { \"dependency\": \"transitive\", \"description\": \"flutter\", \"source\": \"sdk\", \"version\": \"0.0.0\" }, \"fluttertoast\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"fluttertoast\", \"sha256\": \"95f349437aeebe524ef7d6c9bde3e6b4772717cf46a0eb6a3ceaddc740b297cc\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.2.8\" }, \"freezed_annotation\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"freezed_annotation\", \"sha256\": \"c3fd9336eb55a38cc1bbd79ab17573113a8deccd0ecbbf926cca3c62803b5c2d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.1\" }, \"frontend_server_client\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"frontend_server_client\", \"sha256\": \"f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.0.0\" }, \"glob\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"glob\", \"sha256\": \"0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.2\" }, \"google_nav_bar\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"google_nav_bar\", \"sha256\": \"1c8e3882fa66ee7b74c24320668276ca23affbd58f0b14a24c1e5590f4d07ab0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.0.6\" }, \"gradient_borders\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"gradient_borders\", \"sha256\": \"b1cd969552c83f458ff755aa68e13a0327d09f06c3f42f471b423b01427f21f8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.1\" }, \"graphs\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"graphs\", \"sha256\": \"aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.1\" }, \"gtk\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"gtk\", \"sha256\": \"e8ce9ca4b1df106e4d72dad201d345ea1a036cc12c360f1a7d5a758f78ffa42c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.0\" }, \"hashlib\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"hashlib\", \"sha256\": \"67e640e19cc33070113acab3125cd48ebe480a0300e15554dec089b8878a729f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.16.0\" }, \"hashlib_codecs\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"hashlib_codecs\", \"sha256\": \"a1c7b5d89ff29e81fd8e8c0b35966db4c935e149fc4ebe1ebf71e358c15863ab\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.0\" }, \"hex\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"hex\", \"sha256\": \"4e7cd54e4b59ba026432a6be2dd9d96e4c5205725194997193bf871703b82c4a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.2.0\" }, \"html\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"html\", \"sha256\": \"3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.15.4\" }, \"http\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"http\", \"sha256\": \"b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.2\" }, \"http_multi_server\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"http_multi_server\", \"sha256\": \"97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.2.1\" }, \"http_parser\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"http_parser\", \"sha256\": \"2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.0.2\" }, \"image\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"image\", \"sha256\": \"2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.2.0\" }, \"intl\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"intl\", \"sha256\": \"d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.19.0\" }, \"io\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"io\", \"sha256\": \"2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"js\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"js\", \"sha256\": \"f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.6.7\" }, \"json_annotation\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"json_annotation\", \"sha256\": \"1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.9.0\" }, \"json_serializable\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"json_serializable\", \"sha256\": \"ea1432d167339ea9b5bb153f0571d0039607a873d6e04e0117af043f14a1fd4b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.8.0\" }, \"leak_tracker\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"leak_tracker\", \"sha256\": \"3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"10.0.5\" }, \"leak_tracker_flutter_testing\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"leak_tracker_flutter_testing\", \"sha256\": \"932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.5\" }, \"leak_tracker_testing\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"leak_tracker_testing\", \"sha256\": \"6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.1\" }, \"lints\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"lints\", \"sha256\": \"976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.0.0\" }, \"local_auth\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"local_auth\", \"sha256\": \"434d854cf478f17f12ab29a76a02b3067f86a63a6d6c4eb8fbfdcfe4879c1b7b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.0\" }, \"local_auth_android\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"local_auth_android\", \"sha256\": \"48dfb2d954da8ef6a77adfc93a29998f7729e9308eaa817e91dea4500317b2c8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.39\" }, \"local_auth_darwin\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"local_auth_darwin\", \"sha256\": \"7ba5738c874ca2b910d72385d00d2bebad9d4e807612936cf5e32bc01a048c71\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.4.0\" }, \"local_auth_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"local_auth_platform_interface\", \"sha256\": \"1b842ff177a7068442eae093b64abe3592f816afd2a533c0ebcdbe40f9d2075a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.10\" }, \"local_auth_windows\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"local_auth_windows\", \"sha256\": \"505ba3367ca781efb1c50d3132e44a2446bccc4163427bc203b9b4d8994d97ea\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.10\" }, \"logging\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"logging\", \"sha256\": \"623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.0\" }, \"matcher\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"matcher\", \"sha256\": \"d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.12.16+1\" }, \"material_color_utilities\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"material_color_utilities\", \"sha256\": \"f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.11.1\" }, \"menu_base\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"menu_base\", \"sha256\": \"820368014a171bd1241030278e6c2617354f492f5c703d7b7d4570a6b8b84405\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.1.1\" }, \"meta\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"meta\", \"sha256\": \"bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.15.0\" }, \"mime\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"mime\", \"sha256\": \"2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.5\" }, \"mocktail\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"mocktail\", \"sha256\": \"890df3f9688106f25755f26b1c60589a92b3ab91a22b8b224947ad041bf172d8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"modal_bottom_sheet\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"modal_bottom_sheet\", \"sha256\": \"eac66ef8cb0461bf069a38c5eb0fa728cee525a531a8304bd3f7b2185407c67e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.0\" }, \"move_to_background\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"move_to_background\", \"sha256\": \"00caad17a6ce149910777131503f43f8ed80025681f94684e3a6a87d979b914c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.2\" }, \"nested\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"nested\", \"sha256\": \"03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.0\" }, \"nm\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"nm\", \"sha256\": \"2c9aae4127bdc8993206464fcc063611e0e36e72018696cd9631023a31b24254\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.5.0\" }, \"otp\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"otp\", \"sha256\": \"fcb7f21e30c4cd80a0a982c27a9b75151cc1fe3d8f7ee680673c090171b1ad55\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.4\" }, \"package_config\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"package_config\", \"sha256\": \"1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.0\" }, \"package_info_plus\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"package_info_plus\", \"sha256\": \"a75164ade98cb7d24cfd0a13c6408927c6b217fa60dee5a7ff5c116a58f28918\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.0.2\" }, \"package_info_plus_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"package_info_plus_platform_interface\", \"sha256\": \"ac1f4a4847f1ade8e6a87d1f39f5d7c67490738642e2542f559ec38c37489a66\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.1\" }, \"password_strength\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"password_strength\", \"sha256\": \"0e51e3d864e37873a1347e658147f88b66e141ee36c58e19828dc5637961e1ce\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.2.0\" }, \"path\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"path\", \"sha256\": \"087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.9.0\" }, \"path_drawing\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"path_drawing\", \"sha256\": \"bbb1934c0cbb03091af082a6389ca2080345291ef07a5fa6d6e078ba8682f977\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.1\" }, \"path_parsing\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"path_parsing\", \"sha256\": \"e3e67b1629e6f7e8100b367d3db6ba6af4b1f0bb80f64db18ef1fbabd2fa9ccf\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.1\" }, \"path_provider\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"path_provider\", \"sha256\": \"c9e7d3a4cd1410877472158bee69963a4579f78b68c65a2b7d40d1a7a88bb161\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.3\" }, \"path_provider_android\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"path_provider_android\", \"sha256\": \"9c96da072b421e98183f9ea7464898428e764bc0ce5567f27ec8693442e72514\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.5\" }, \"path_provider_foundation\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"path_provider_foundation\", \"sha256\": \"f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.0\" }, \"path_provider_linux\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"path_provider_linux\", \"sha256\": \"f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.1\" }, \"path_provider_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"path_provider_platform_interface\", \"sha256\": \"88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.2\" }, \"path_provider_windows\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"path_provider_windows\", \"sha256\": \"8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.1\" }, \"petitparser\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"petitparser\", \"sha256\": \"c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.0.2\" }, \"pinput\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"pinput\", \"sha256\": \"7bf9aa7d0eeb3da9f7d49d2087c7bc7d36cd277d2e94cc31c6da52e1ebb048d0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.0.0\" }, \"platform\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"platform\", \"sha256\": \"9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.5\" }, \"plugin_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"plugin_platform_interface\", \"sha256\": \"4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.8\" }, \"pointycastle\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"pointycastle\", \"sha256\": \"4be0097fcf3fd3e8449e53730c631200ebc7b88016acecab2b0da2f0149222fe\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.9.1\" }, \"pool\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"pool\", \"sha256\": \"20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.5.1\" }, \"privacy_screen\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"privacy_screen\", \"sha256\": \"b80297d2726d96e8a8341149e81a415302755f02d3af7c05c820d9e191bbfbee\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.0.6\" }, \"protobuf\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"protobuf\", \"sha256\": \"68645b24e0716782e58948f8467fd42a880f255096a821f9e7d0ec625b00c84d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.0\" }, \"provider\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"provider\", \"sha256\": \"c8a055ee5ce3fd98d6fc872478b03823ffdb448699c6ebdbbc71d59b596fd48c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.1.2\" }, \"pub_semver\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"pub_semver\", \"sha256\": \"40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.4\" }, \"pubspec_parse\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"pubspec_parse\", \"sha256\": \"c799b721d79eb6ee6fa56f00c04b472dcd44a30d258fac2174a6ec57302678f8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.3.0\" }, \"qr\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"qr\", \"sha256\": \"64957a3930367bf97cc211a5af99551d630f2f4625e38af10edd6b19131b64b3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.1\" }, \"qr_code_scanner\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"qr_code_scanner\", \"sha256\": \"f23b68d893505a424f0bd2e324ebea71ed88465d572d26bb8d2e78a4749591fd\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.1\" }, \"qr_flutter\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"qr_flutter\", \"sha256\": \"5095f0fc6e3f71d08adef8feccc8cea4f12eec18a2e31c2e8d82cb6019f4b097\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.1.0\" }, \"screen_retriever\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"screen_retriever\", \"sha256\": \"6ee02c8a1158e6dae7ca430da79436e3b1c9563c8cf02f524af997c201ac2b90\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.1.9\" }, \"sentry\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"sentry\", \"sha256\": \"0f787e27ff617e4f88f7074977240406a9c5509444bac64a4dfa5b3200fb5632\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.7.0\" }, \"sentry_flutter\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"sentry_flutter\", \"sha256\": \"fbbb47d72ccca48be25bf3c2ced6ab6e872991af3a0ba78e54be8d138f2e053f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.7.0\" }, \"share_plus\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"share_plus\", \"sha256\": \"468c43f285207c84bcabf5737f33b914ceb8eb38398b91e5e3ad1698d1b72a52\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"10.0.2\" }, \"share_plus_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"share_plus_platform_interface\", \"sha256\": \"6ababf341050edff57da8b6990f11f4e99eaba837865e2e6defe16d039619db5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.0.0\" }, \"shared_preferences\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"shared_preferences\", \"sha256\": \"d3bbe5553a986e83980916ded2f0b435ef2e1893dfaa29d5a7a790d0eca12180\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.3\" }, \"shared_preferences_android\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shared_preferences_android\", \"sha256\": \"93d0ec9dd902d85f326068e6a899487d1f65ffcd5798721a95330b26c8131577\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.3\" }, \"shared_preferences_foundation\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shared_preferences_foundation\", \"sha256\": \"0a8a893bf4fd1152f93fec03a415d11c27c74454d96e2318a7ac38dd18683ab7\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.0\" }, \"shared_preferences_linux\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shared_preferences_linux\", \"sha256\": \"9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.2\" }, \"shared_preferences_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shared_preferences_platform_interface\", \"sha256\": \"22e2ecac9419b4246d7c22bfbbda589e3acf5c0351137d87dd2939d984d37c3b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.2\" }, \"shared_preferences_web\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shared_preferences_web\", \"sha256\": \"d762709c2bbe80626ecc819143013cc820fa49ca5e363620ee20a8b15a3e3daf\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.1\" }, \"shared_preferences_windows\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shared_preferences_windows\", \"sha256\": \"841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.2\" }, \"shelf\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shelf\", \"sha256\": \"ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.4.1\" }, \"shelf_web_socket\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shelf_web_socket\", \"sha256\": \"073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.0\" }, \"shortid\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"shortid\", \"sha256\": \"d0b40e3dbb50497dad107e19c54ca7de0d1a274eb9b4404991e443dadb9ebedb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.1.2\" }, \"sky_engine\": { \"dependency\": \"transitive\", \"description\": \"flutter\", \"source\": \"sdk\", \"version\": \"0.0.99\" }, \"sodium\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"sodium\", \"sha256\": \"d9830a388e37c82891888e64cfd4c6764fa3ac716bed80ac6eab89ee42c3cd76\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.1+1\" }, \"sodium_libs\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"sodium_libs\", \"sha256\": \"441444f6f433032bae3444c2ef5ed2cf5bc0def77f104abdff20aedcf79a7c7a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.1+5\" }, \"source_gen\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"source_gen\", \"sha256\": \"14658ba5f669685cd3d63701d01b31ea748310f7ab854e471962670abcf57832\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.5.0\" }, \"source_helper\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"source_helper\", \"sha256\": \"6adebc0006c37dd63fe05bca0a929b99f06402fc95aa35bf36d67f5c06de01fd\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.3.4\" }, \"source_span\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"source_span\", \"sha256\": \"53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.10.0\" }, \"sprintf\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"sprintf\", \"sha256\": \"1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"7.0.0\" }, \"sqflite\": { \"dependency\": \"direct main\", \"description\": { \"path\": \"sqflite\", \"ref\": \"HEAD\", \"resolved-ref\": \"3309d399dd7d695bbfa7c05f643bb16765cef4ee\", \"url\": \"https://github.com/tekartik/sqflite\" }, \"source\": \"git\", \"version\": \"2.3.3+1\" }, \"sqflite_common\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"sqflite_common\", \"sha256\": \"3da423ce7baf868be70e2c0976c28a1bb2f73644268b7ffa7d2e08eab71f16a4\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.5.4\" }, \"sqflite_common_ffi\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"sqflite_common_ffi\", \"sha256\": \"4d6137c29e930d6e4a8ff373989dd9de7bac12e3bc87bce950f6e844e8ad3bb5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.3\" }, \"sqlite3\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"sqlite3\", \"sha256\": \"45f168ae2213201b54e09429ed0c593dc2c88c924a1488d6f9c523a255d567cb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.6\" }, \"stack_trace\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"stack_trace\", \"sha256\": \"73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.11.1\" }, \"steam_totp\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"steam_totp\", \"sha256\": \"3c09143c983f6bb05bb53e9232f9d40bbcc01c596ba0273c3e6bb246729abfa1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.0.1\" }, \"step_progress_indicator\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"step_progress_indicator\", \"sha256\": \"b51bb1fcfc78454359f0658c5a2c21548c3825ebf76e826308e9ca10f383bbb8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.2\" }, \"stream_channel\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"stream_channel\", \"sha256\": \"ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.2\" }, \"stream_transform\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"stream_transform\", \"sha256\": \"14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.0\" }, \"string_scanner\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"string_scanner\", \"sha256\": \"556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.0\" }, \"styled_text\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"styled_text\", \"sha256\": \"fd624172cf629751b4f171dd0ecf9acf02a06df3f8a81bb56c0caa4f1df706c3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.1.0\" }, \"synchronized\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"synchronized\", \"sha256\": \"539ef412b170d65ecdafd780f924e5be3f60032a1128df156adad6c5b373d558\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.0+1\" }, \"term_glyph\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"term_glyph\", \"sha256\": \"a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.1\" }, \"test_api\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"test_api\", \"sha256\": \"5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.7.2\" }, \"timezone\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"timezone\", \"sha256\": \"a6ccda4a69a442098b602c44e61a1e2b4bf6f5516e875bbf0f427d5df14745d5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.9.3\" }, \"timing\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"timing\", \"sha256\": \"70a3b636575d4163c477e6de42f247a23b315ae20e86442bebe32d3cabf61c32\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.1\" }, \"tray_manager\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"tray_manager\", \"sha256\": \"c9a63fd88bd3546287a7eb8ccc978d707eef82c775397af17dda3a4f4c039e64\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.2.3\" }, \"tuple\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"tuple\", \"sha256\": \"a97ce2013f240b2f3807bcbaf218765b6f301c3eff91092bcfa23a039e7dd151\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.2\" }, \"typed_data\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"typed_data\", \"sha256\": \"facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.3.2\" }, \"universal_io\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"universal_io\", \"sha256\": \"1722b2dcc462b4b2f3ee7d188dad008b6eb4c40bbd03a3de451d82c78bba9aad\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.2.2\" }, \"universal_platform\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"universal_platform\", \"sha256\": \"64e16458a0ea9b99260ceb5467a214c1f298d647c659af1bff6d3bf82536b1ec\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.0\" }, \"url_launcher\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"url_launcher\", \"sha256\": \"21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.3.0\" }, \"url_launcher_android\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"url_launcher_android\", \"sha256\": \"ceb2625f0c24ade6ef6778d1de0b2e44f2db71fded235eb52295247feba8c5cf\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.3.3\" }, \"url_launcher_ios\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"url_launcher_ios\", \"sha256\": \"7068716403343f6ba4969b4173cbf3b84fc768042124bc2c011e5d782b24fe89\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.3.0\" }, \"url_launcher_linux\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"url_launcher_linux\", \"sha256\": \"ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.1\" }, \"url_launcher_macos\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"url_launcher_macos\", \"sha256\": \"9a1a42d5d2d95400c795b2914c36fdcb525870c752569438e4ebb09a2b5d90de\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.2.0\" }, \"url_launcher_platform_interface\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"url_launcher_platform_interface\", \"sha256\": \"552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.2\" }, \"url_launcher_web\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"url_launcher_web\", \"sha256\": \"772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.3\" }, \"url_launcher_windows\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"url_launcher_windows\", \"sha256\": \"49c10f879746271804767cb45551ec5592cdab00ee105c06dddde1a98f73b185\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.2\" }, \"uuid\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"uuid\", \"sha256\": \"814e9e88f21a176ae1359149021870e87f7cddaf633ab678a5d2b0bff7fd1ba8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.4.0\" }, \"vector_graphics\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"vector_graphics\", \"sha256\": \"32c3c684e02f9bc0afb0ae0aa653337a2fe022e8ab064bcd7ffda27a74e288e3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.11+1\" }, \"vector_graphics_codec\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"vector_graphics_codec\", \"sha256\": \"c86987475f162fadff579e7320c7ddda04cd2fdeffbe1129227a85d9ac9e03da\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.11+1\" }, \"vector_graphics_compiler\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"vector_graphics_compiler\", \"sha256\": \"12faff3f73b1741a36ca7e31b292ddeb629af819ca9efe9953b70bd63fc8cd81\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.11+1\" }, \"vector_math\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"vector_math\", \"sha256\": \"80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.4\" }, \"vm_service\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"vm_service\", \"sha256\": \"5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"14.2.5\" }, \"watcher\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"watcher\", \"sha256\": \"3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.0\" }, \"web\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"web\", \"sha256\": \"d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.0\" }, \"web_socket\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"web_socket\", \"sha256\": \"3c12d96c0c9a4eec095246debcea7b86c0324f22df69893d538fcc6f1b8cce83\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.1.6\" }, \"web_socket_channel\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"web_socket_channel\", \"sha256\": \"9f187088ed104edd8662ca07af4b124465893caf063ba29758f97af57e61da8f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.1\" }, \"win32\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"win32\", \"sha256\": \"a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.5.1\" }, \"win32_registry\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"win32_registry\", \"sha256\": \"10589e0d7f4e053f2c61023a31c9ce01146656a70b7b7f0828c0b46d7da2a9bb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.3\" }, \"window_manager\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"window_manager\", \"sha256\": \"ab8b2a7f97543d3db2b506c9d875e637149d48ee0c6a5cb5f5fd6e0dac463792\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.4.2\" }, \"xdg_directories\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"xdg_directories\", \"sha256\": \"faea9dee56b520b55a566385b84f2e8de55e7496104adada9962e0bd11bcff1d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"xml\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"xml\", \"sha256\": \"b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.5.0\" }, \"xmlstream\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"xmlstream\", \"sha256\": \"cfc14e3f256997897df9481ae630d94c2d85ada5187ebeb868bb1aabc2c977b4\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.1\" }, \"yaml\": { \"dependency\": \"transitive\", \"description\": { \"name\": \"yaml\", \"sha256\": \"75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.2\" } }, \"sdks\": { \"dart\": \">=3.4.0 <4.0.0\", \"flutter\": \">=3.22.0\" } } "}
{"_id":"q-en-nixpkgs-1675574ea962f74b58b26004d359389d6e49e269629b222a99eac91f92b816e1","text":"#!${pkgs.runtimeShell} diff <(echo 'hi') <(${pkgs.rclone}/bin/rclone cat nextcloud:test-shared-file) ''; findInClosure = what: drv: pkgs.runCommand \"find-in-closure\" { exportReferencesGraph = [ \"graph\" drv ]; inherit what; } '' test -e graph grep \"$what\" graph >$out || true ''; nextcloudUsesImagick = findInClosure \"imagick\" nodes.nextcloud.config.system.build.vm; nextcloudWithoutDoesntUseIt = findInClosure \"imagick\" nodes.nextcloudWithoutMagick.config.system.build.vm; in '' start_all() assert open(\"${nextcloudUsesImagick}\").read() != \"\" assert open(\"${nextcloudWithoutDoesntUseIt}\").read() == \"\" nextcloud.start() client.start() nextcloud.wait_for_unit(\"multi-user.target\") # This is just to ensure the nextcloud-occ program is working nextcloud.succeed(\"nextcloud-occ status\")"}
{"_id":"q-en-nixpkgs-16d4e1556a89f3ab0fd13d2186e113df4f14deb75bef1c7a1fe0d74397b112a6","text":"config = mkIf config.services.kerberos_server.enable { environment.systemPackages = [ heimdal ]; environment.systemPackages = [ heimdalFull ]; services.xinetd.enable = true; services.xinetd.services = lib.singleton"}
{"_id":"q-en-nixpkgs-1702d95ae9b746ab0ee74d960f968cc0cbc880aca38fbe4ce6f777909afdd9f5","text":"description = \"Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM\"; homepage = \"https://github.com/WerWolv/ImHex\"; license = with licenses; [ gpl2Only ]; maintainers = with maintainers; [ kashw2 cafkafk ]; maintainers = with maintainers; [ kashw2 cafkafk ]; platforms = platforms.linux; }; }"}
{"_id":"q-en-nixpkgs-17339b8cbf9dae7ad50d356a661779ab6e7f6d97b3c081a8a56e69370f8f2e3a","text":"extensions = { enabled, all }: (with all; enabled ++ [ imagick ] # Always enabled ++ optional (!cfg.disableImagemagick) imagick # Optionally enabled depending on caching settings ++ optional cfg.caching.apcu apcu ++ optional cfg.caching.redis redis"}
{"_id":"q-en-nixpkgs-17496608ecfd9a56e1023bb932704394194d1a3a87022e5801ffa5aeefc3ae14","text":"stdenv.mkDerivation rec { pname = \"gvm-libs\"; version = \"21.4.2\"; version = \"21.4.3\"; src = fetchFromGitHub { owner = \"greenbone\"; repo = pname; rev = \"v${version}\"; sha256 = \"14v7z8ynd20s4pkhp2nc19n6gbmbh8yrn39yi2fbfm7gj28b52sx\"; sha256 = \"sha256-1NVLGyUDUnOy3GYDtVyhGTvWOYoWp95EbkgTlFWuxE8=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-17bf8af677d2e894ed1895436433cc40bb256d402329df0b0398d385e05e571c","text":"netdata = handleTest ./netdata.nix {}; networking.scripted = handleTest ./networking/networkd-and-scripted.nix { networkd = false; }; networking.networkd = handleTest ./networking/networkd-and-scripted.nix { networkd = true; }; networking.networkmanager = handleTest ./networking/networkmanager.nix {}; netbox_3_6 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_3_6; }; netbox_3_7 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_3_7; }; netbox-upgrade = handleTest ./web-apps/netbox-upgrade.nix {};"}
{"_id":"q-en-nixpkgs-17c41a8cc7799424c7c30619f6c6f5f4d412b94c5f1e4317680677303efecf9a","text":"{ lib, stdenv, fetchurl , pkg-config, python3, sphinx , pkg-config, sphinx , zstd , acl, attr, e2fsprogs, libuuid, lzo, udev, zlib , runCommand, btrfs-progs , gitUpdater , udevSupport ? true , enablePython ? true }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-17ca1d5c6e279a52d0ac52c72bc52a10ad878192046e3115a59b0bae5591bd6f","text":"# - Set up the directory structure by creating the necessary symlinks. ExecStartPre = let # Wrapper script which expects the full path of the state, runtime and logs # Wrapper script which expects the full path of the state, working and logs # directory as arguments. Overrides the respective systemd variables to provide # unambiguous directory names. This becomes relevant, for example, if the # caller overrides any of the StateDirectory=, RuntimeDirectory= or LogDirectory="}
{"_id":"q-en-nixpkgs-17cb9380aaab1bdbaaa19e5dd60e1386223a99390e8010ecd22570964577cc0a","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":"q-en-nixpkgs-17d2da2b908327779fb69aaac88ffdf49f250163a60fe2f4a5d6ae0f111490cc","text":"export PATH=$PATH:$CERN_ROOT/bin ''; FFLAGS = lib.optionals (lib.versionAtLeast gfortran.version \"10.0.0\") [ # Fix https://github.com/vmc-project/geant3/issues/17 \"-fallow-invalid-boz\" # Fix for gfortran 10 \"-fallow-argument-mismatch\" ]; makeFlags = [ \"FORTRANOPTIONS=$(FFLAGS)\" ]; buildPhase = '' cd $CERN_ROOT mkdir -p build bin lib cd $CERN_ROOT/build $CVSCOSRC/config/imake_boot make -j $NIX_BUILD_CORES bin/kuipc make -j $NIX_BUILD_CORES scripts/Makefile make -j $NIX_BUILD_CORES $makeFlags bin/kuipc make -j $NIX_BUILD_CORES $makeFlags scripts/Makefile pushd scripts make -j $NIX_BUILD_CORES install.bin make -j $NIX_BUILD_CORES $makeFlags install.bin popd make -j $NIX_BUILD_CORES make -j $NIX_BUILD_CORES $makeFlags ''; installPhase = ''"}
{"_id":"q-en-nixpkgs-183b6134e78d908b87c185cd172ef48241d173beb4e6d13e674237e7d92af445","text":"librsvg ]; cargoBuildFlags = [ \"--bin\" \"eww\" ]; cargoBuildFlags = [ \"--bin\" \"eww\" ]; cargoTestFlags = cargoBuildFlags;"}
{"_id":"q-en-nixpkgs-1842a3f04c9a36a0867e95dc927dff9d2b73120cbad4c4c4654c4a3b65845fa6","text":" { lib , fetchFromGitHub , rustPlatform , at-spi2-atk , pkg-config , glib , gtk3 , gtk-layer-shell , installShellFiles , scdoc }: rustPlatform.buildRustPackage rec { pname = \"wleave\"; version = \"0.3.0\"; src = fetchFromGitHub { owner = \"AMNatty\"; repo = \"wleave\"; rev = version; hash = \"sha256-qo9HnaWYsNZH1J8lAyKSwAOyvlCvIsh9maioatjtGkg=\"; }; cargoHash = \"sha256-6Gppf1upWoMi+gcRSeQ1txSglAaBbpOXKs2LoJhslPQ=\"; nativeBuildInputs = [ pkg-config installShellFiles scdoc ]; buildInputs = [ at-spi2-atk gtk3 gtk-layer-shell glib ]; postInstall = '' for f in man/*.scd; do local page=\"man/$(basename \"$f\" .scd)\" scdoc < \"$f\" > \"$page\" installManPage \"$page\" done installShellCompletion --cmd wleave --bash <(cat completions/wleave.bash) --fish <(cat completions/wleave.fish) --zsh <(cat completions/_wleave) ''; meta = with lib; { description = \"A Wayland-native logout script written in GTK3\"; homepage = \"https://github.com/AMNatty/wleave\"; license = licenses.mit; mainProgram = \"wleave\"; maintainers = with maintainers; [ ludovicopiero ]; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-186dbcc1c92b081096bfd54237d3e7c84e0505a6c968e0d48bb395b1aedd1d9d","text":"ln -s ${extraInit} $out/lib/php.ini if test -e $out/bin/php; then wrapProgram $out/bin/php --set PHP_INI_SCAN_DIR $out/lib wrapProgram $out/bin/php --prefix PHP_INI_SCAN_DIR : $out/lib fi if test -e $out/bin/php-fpm; then wrapProgram $out/bin/php-fpm --set PHP_INI_SCAN_DIR $out/lib wrapProgram $out/bin/php-fpm --prefix PHP_INI_SCAN_DIR : $out/lib fi if test -e $out/bin/phpdbg; then wrapProgram $out/bin/phpdbg --set PHP_INI_SCAN_DIR $out/lib wrapProgram $out/bin/phpdbg --prefix PHP_INI_SCAN_DIR : $out/lib fi ''; };"}
{"_id":"q-en-nixpkgs-18c8d2d930f6380170c870398d1b1284d57c5dabc9d2b22b041c1e9b9d402e22","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":"q-en-nixpkgs-1948ed73ec5e6c1234cab0253fbfb3fd5cc80f843fd4466b2095abfe60c21cf3","text":"ip2location-c = callPackage ../development/libraries/ip2location-c { }; iir1 = callPackage ../development/libraries/iir1 { }; irrlicht = if !stdenv.isDarwin then callPackage ../development/libraries/irrlicht { } else callPackage ../development/libraries/irrlicht/mac.nix {"}
{"_id":"q-en-nixpkgs-197c001112491c6933bec8d4047a35b907405e07b8ab3567e6c9e0eb1c805569","text":" { lib , stdenv , fetchFromSourcehut }: stdenv.mkDerivation rec { pname = \"swipe-guess\"; version = \"0.2.1\"; src = fetchFromSourcehut { owner = \"~earboxer\"; repo = \"swipeGuess\"; rev = \"v${version}\"; hash = \"sha256-8bPsnqjLeeZ7btTre9j1T93VWY9+FdBdJdxyvBVt34s=\"; }; dontConfigure = true; buildPhase = '' runHook preBuild ${lib.getExe stdenv.cc} swipeGuess.c -o swipeGuess runHook postBuild ''; postInstall = '' install -Dm555 swipeGuess -t $out/bin ''; meta = { description = \"Completion plugin for touchscreen-keyboards on mobile devices\"; homepage = \"https://git.sr.ht/~earboxer/swipeGuess/\"; license = lib.licenses.agpl3Only; mainProgram = \"swipeGuess\"; maintainers = with lib.maintainers; [ eclairevoyant ]; platforms = lib.platforms.all; }; } "}
{"_id":"q-en-nixpkgs-199e27c5a2fb3bed301fb511bfe680fa22e92f6352aa97b9b21c81f5af76d403","text":"src = fetchFromGitHub { owner = \"EdenEast\"; repo = \"nightfox.nvim\"; rev = \"f9b0f96f61a4aa136f9fd6a04e60829f50eda9b0\"; sha256 = \"0p28x0xsahr9z1a4zgnjlxrdb7wv8p82gh0gc9rbfprym230k9lg\"; rev = \"2b19e2ad758f078b607408b15bdaf39f3beafac6\"; sha256 = \"0xn78z74wldjq7p5xzlbv4562b6i5nha3lj0bc2hv6w9n3m7q494\"; }; meta.homepage = \"https://github.com/EdenEast/nightfox.nvim/\"; };"}
{"_id":"q-en-nixpkgs-1a382a36b57c2e7db1fa99983933adf115736347fe63dfa3b1deef69cb394971","text":"fuzzywuzzy = callPackage ../development/python-modules/fuzzywuzzy { }; fvs = callPackage ../development/python-modules/fvs { }; fx2 = callPackage ../development/python-modules/fx2 { }; galario = toPythonModule (pkgs.galario.override {"}
{"_id":"q-en-nixpkgs-1a79c10f6e7fdc2bb2e2a649adcdcea447a067dfd00c5c801e677cecbd587ab7","text":"configureScript = \"./mconfig\"; configureFlags = [ \"--localstatedir=/var/lib\" \"--localstatedir=${if externalLocalStateDir != null then externalLocalStateDir else \"${placeholder \"out\"}/var/lib\"}\" \"--runstatedir=/var/run\" ] ++ lib.optional (!enableSeccomp) \"--without-seccomp\""}
{"_id":"q-en-nixpkgs-1a7f3e99cca47a732513418e86000583dddd6fd58b50576096f0d056de1b9771","text":", h5py , numpy , scipy , nose , nose-exclude , pytestCheckHook }: buildPythonPackage rec {"}
{"_id":"q-en-nixpkgs-1aaeccc5cbabef16dd0036fdd29ea9049263c370d9664fbca5aeb02a5f89ca21","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":"q-en-nixpkgs-1abe06a9b1ff60529d539ab5d9289473aa6bbbeed78c99652d5632563ab37db8","text":"# Home of persistent runner data, e.g., credentials StateDirectory = [ systemdDir ]; StateDirectoryMode = \"0700\"; WorkingDirectory = runtimeDir; WorkingDirectory = workDir; InaccessiblePaths = [ # Token file path given in the configuration, if visible to the service"}
{"_id":"q-en-nixpkgs-1b09134e8030afd2ac4457e324c65ca4b6c1d0352de94b1ea43b42f851dccd90","text":"makeWrapper, nix-update-script, python3, fetchpatch, fuseSupport ? false, }:"}
{"_id":"q-en-nixpkgs-1b11297ed8050cbc0e4d8fa6d70d3f872d5988849fa4fbc867213b3049a6fd31","text":"x86_64-linux = x86_64-linux-version; }.${system} or throwSystem; src = let base = \"https://downloads.slack-edge.com\"; in { x86_64-darwin = fetchurl { url = \"${base}/releases/macos/${version}/prod/x64/Slack-${version}-macOS.dmg\"; sha256 = x86_64-darwin-sha256; }; x86_64-linux = fetchurl { url = \"${base}/linux_releases/slack-desktop-${version}-amd64.deb\"; sha256 = x86_64-linux-sha256; }; }.${system} or throwSystem; src = let base = \"https://downloads.slack-edge.com\"; in { x86_64-darwin = fetchurl { url = \"${base}/releases/macos/${version}/prod/x64/Slack-${version}-macOS.dmg\"; sha256 = x86_64-darwin-sha256; }; x86_64-linux = fetchurl { url = \"${base}/linux_releases/slack-desktop-${version}-amd64.deb\"; sha256 = x86_64-linux-sha256; }; }.${system} or throwSystem; meta = with lib; { description = \"Desktop client for Slack\";"}
{"_id":"q-en-nixpkgs-1b330567c4754864d17095f8517aaffb24a51e90dbea49bdd61ec1e8bd49de5b","text":", SDL2_net , alsa-lib , copyDesktopItems , darwin , fluidsynth , glib , gtest"}
{"_id":"q-en-nixpkgs-1b5e7022dc87fced6462de2d04ad522168c60fea26a0ceccdc1ee27bbf642cdb","text":", useSteamRun ? true }: let rev = \"6a1a59f687ac7b98698e2ebb97d82a94865e50f6\"; rev = \"6246fde6b54f8c7e340057fe2d940287c437153f\"; in buildDotnetModule rec { pname = \"XIVLauncher\"; version = \"1.0.0.9\"; version = \"1.0.1.0\"; src = fetchFromGitHub { owner = \"goatcorp\"; repo = \"FFXIVQuickLauncher\"; inherit rev; sha256 = \"sha256-jRyYeTg73W58OH2fWmuVkjxEdyPNqDGRbEZwxBMfdCo=\"; sha256 = \"sha256-sM909/ysrlwsiVSBrMo4cOZUWxjRA3ZSwlloGythOAY=\"; }; nativeBuildInputs = [ copyDesktopItems ]; projectFile = \"src/XIVLauncher.Core/XIVLauncher.Core.csproj\"; nugetDeps = ./deps.nix; # File generated with `nuget-to-nix path/to/src > deps.nix` nugetDeps = ./deps.nix; # File generated with `nix-build -A xivlauncher.passthru.fetch-deps` dotnetFlags = [ \"--runtime linux-x64\""}
{"_id":"q-en-nixpkgs-1bc085c32d0f74d1cfbb3d769b959e2cd95e866e37a0b0b536ff919f16d90c42","text":"# Prevent double wrapping dontWrapGApps = true; env = rec { libdir = \"${placeholder \"out\"}/lib/spotify\"; librarypath = \"${lib.makeLibraryPath deps}:${libdir}\"; }; installPhase = '' runHook preInstall libdir=$out/lib/spotify mkdir -p $libdir mv ./usr/* $out/"}
{"_id":"q-en-nixpkgs-1beb9678becac0aee6cf7d9b7604089bc0293fcf4d18f856e320ab7159780754","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 = \"anyhow\" version = \"1.0.68\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61\" [[package]] name = \"async-recursion\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"async-trait\" version = \"0.1.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282\" 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 = \"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.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba\" [[package]] name = \"bytes\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c\" [[package]] name = \"cc\" version = \"1.0.78\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d\" [[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\", \"num-integer\", \"num-traits\", \"serde\", \"winapi\", ] [[package]] name = \"clap\" version = \"4.0.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39\" dependencies = [ \"bitflags\", \"clap_derive\", \"clap_lex\", \"is-terminal\", \"once_cell\", \"strsim\", \"termcolor\", ] [[package]] name = \"clap_derive\" version = \"4.0.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014\" dependencies = [ \"heck\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"clap_lex\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8\" dependencies = [ \"os_str_bytes\", ] [[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.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579\" dependencies = [ \"cc\", \"cxxbridge-flags\", \"cxxbridge-macro\", \"link-cplusplus\", ] [[package]] name = \"cxx-build\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70\" dependencies = [ \"cc\", \"codespan-reporting\", \"once_cell\", \"proc-macro2\", \"quote\", \"scratch\", \"syn\", ] [[package]] name = \"cxxbridge-flags\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c\" [[package]] name = \"cxxbridge-macro\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"darling\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2\", \"quote\", \"strsim\", \"syn\", ] [[package]] name = \"darling_macro\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e\" dependencies = [ \"darling_core\", \"quote\", \"syn\", ] [[package]] name = \"either\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797\" [[package]] name = \"errno\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\" dependencies = [ \"errno-dragonfly\", \"libc\", \"winapi\", ] [[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 = \"exponential-backoff\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"851c5c1b202b7317c442c5f9c1f55f4cb6cb7e3dee875dd422d124c081a8da88\" dependencies = [ \"rand\", ] [[package]] name = \"fastrand\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499\" dependencies = [ \"instant\", ] [[package]] name = \"filetime\" version = \"0.2.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"windows-sys\", ] [[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.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8\" dependencies = [ \"percent-encoding 2.2.0\", ] [[package]] name = \"futures\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac\" [[package]] name = \"futures-executor\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb\" [[package]] name = \"futures-macro\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[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-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"gdrive\" version = \"3.9.0\" dependencies = [ \"async-recursion\", \"bytes\", \"clap\", \"exponential-backoff\", \"futures\", \"google-drive3\", \"home\", \"human_bytes\", \"hyper\", \"md5\", \"mime\", \"mime_guess\", \"rustc_version_runtime\", \"serde\", \"serde_json\", \"tabwriter\", \"tar\", \"tempfile\", \"tokio\", ] [[package]] name = \"getrandom\" version = \"0.1.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.9.0+wasi-snapshot-preview1\", ] [[package]] name = \"google-apis-common\" version = \"5.0.2\" source = \"git+https://github.com/prasmussen/google-apis-rs?branch=resumable-fix#1f75444516a3bbba3441ee6ff65d6aa0f2d2f1af\" dependencies = [ \"base64 0.13.1\", \"chrono\", \"http\", \"hyper\", \"itertools\", \"mime\", \"serde\", \"serde_json\", \"serde_with\", \"tokio\", \"tower-service\", \"url 1.7.2\", \"yup-oauth2\", ] [[package]] name = \"google-drive3\" version = \"5.0.2-beta-1+20220225\" source = \"git+https://github.com/prasmussen/google-apis-rs?branch=resumable-fix#1f75444516a3bbba3441ee6ff65d6aa0f2d2f1af\" dependencies = [ \"anyhow\", \"google-apis-common\", \"http\", \"hyper\", \"hyper-rustls\", \"itertools\", \"mime\", \"serde\", \"serde_json\", \"tokio\", \"tower-service\", \"url 1.7.2\", ] [[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 = \"heck\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9\" [[package]] name = \"hermit-abi\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7\" dependencies = [ \"libc\", ] [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"home\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408\" dependencies = [ \"winapi\", ] [[package]] name = \"http\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399\" 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 = \"human_bytes\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39b528196c838e8b3da8b665e08c30958a6f2ede91d79f2ffcd0d4664b9c64eb\" [[package]] name = \"hyper\" version = \"0.14.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c\" 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.23.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c\" dependencies = [ \"http\", \"hyper\", \"log\", \"rustls\", \"rustls-native-certs\", \"tokio\", \"tokio-rustls\", ] [[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 = \"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 = \"indexmap\" version = \"1.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399\" dependencies = [ \"autocfg\", \"hashbrown\", \"serde\", ] [[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.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c\" dependencies = [ \"libc\", \"windows-sys\", ] [[package]] name = \"is-terminal\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189\" dependencies = [ \"hermit-abi\", \"io-lifetimes\", \"rustix\", \"windows-sys\", ] [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440\" [[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 = \"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 = \"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 = \"matches\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f\" [[package]] name = \"md5\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771\" [[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 = \"mime_guess\" version = \"2.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef\" dependencies = [ \"mime\", \"unicase\", ] [[package]] name = \"mio\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de\" dependencies = [ \"libc\", \"log\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"windows-sys\", ] [[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 = \"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.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66\" [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"os_str_bytes\" version = \"6.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee\" [[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\", ] [[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-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 = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[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\", \"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.49\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5\" 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.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03\" dependencies = [ \"getrandom\", \"libc\", \"rand_chacha\", \"rand_core\", \"rand_hc\", ] [[package]] name = \"rand_chacha\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19\" dependencies = [ \"getrandom\", ] [[package]] name = \"rand_hc\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c\" dependencies = [ \"rand_core\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags\", ] [[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\", \"untrusted\", \"web-sys\", \"winapi\", ] [[package]] name = \"rustc_version\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a\" dependencies = [ \"semver\", ] [[package]] name = \"rustc_version_runtime\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f\" dependencies = [ \"rustc_version\", \"semver\", ] [[package]] name = \"rustix\" version = \"0.36.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549\" dependencies = [ \"bitflags\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys\", ] [[package]] name = \"rustls\" version = \"0.20.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c\" 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\", \"schannel\", \"security-framework\", ] [[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 = \"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\", ] [[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.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2\" [[package]] name = \"sct\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"seahash\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b\" [[package]] name = \"security-framework\" version = \"2.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c\" 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 = \"semver\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403\" dependencies = [ \"semver-parser\", ] [[package]] name = \"semver-parser\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3\" [[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_json\" version = \"1.0.91\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_with\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c\" dependencies = [ \"base64 0.13.1\", \"chrono\", \"hex\", \"indexmap\", \"serde\", \"serde_json\", \"serde_with_macros\", \"time\", ] [[package]] name = \"serde_with_macros\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e\" dependencies = [ \"darling\", \"proc-macro2\", \"quote\", \"syn\", ] [[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 = \"slab\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[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.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"syn\" version = \"1.0.107\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"tabwriter\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111\" dependencies = [ \"unicode-width\", ] [[package]] name = \"tar\" version = \"0.4.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6\" dependencies = [ \"filetime\", \"libc\", \"xattr\", ] [[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 = \"time\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376\" dependencies = [ \"itoa\", \"libc\", \"num_threads\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd\" [[package]] name = \"time-macros\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2\" 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.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c\" [[package]] name = \"tokio\" version = \"1.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae\" dependencies = [ \"autocfg\", \"bytes\", \"libc\", \"memchr\", \"mio\", \"num_cpus\", \"parking_lot\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2\", \"tokio-macros\", \"windows-sys\", ] [[package]] name = \"tokio-macros\" version = \"1.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8\" 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-util\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740\" 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\", \"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 = \"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-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 = \"untrusted\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a\" [[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 = \"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.9.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.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 = \"web-sys\" version = \"0.3.60\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f\" 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 = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm\", \"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.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e\" [[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.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7\" [[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.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.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5\" [[package]] name = \"xattr\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc\" dependencies = [ \"libc\", ] [[package]] name = \"yup-oauth2\" version = \"8.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8cb398cca4dedd0203666d7c3e7a089d14557be759efd57ab75f067949276e7\" dependencies = [ \"anyhow\", \"async-trait\", \"base64 0.13.1\", \"futures\", \"http\", \"hyper\", \"hyper-rustls\", \"itertools\", \"log\", \"percent-encoding 2.2.0\", \"rustls\", \"rustls-pemfile\", \"seahash\", \"serde\", \"serde_json\", \"time\", \"tokio\", \"tower-service\", \"url 2.3.1\", ] "}
{"_id":"q-en-nixpkgs-1c8cd0317c9cf42a0e2b853d8469b9a2ff5438d095ea0ee6a8c97cfb6094ce54","text":"runHook postInstall ''; preFixup = '' find $out/bin -type f -exec ${removeReferencesTo}/bin/remove-references-to -t ${dmd_bin}/dmd '{}' + ''; disallowedReferences = [ dmdBootstrap ]; meta = with lib; { description = \"Official reference compiler for the D language\"; homepage = \"https://dlang.org/\";"}
{"_id":"q-en-nixpkgs-1c8ff5e7337f0f3aed201d736802225fcdc6496f3a264c631ecb00100ff0bf2d","text":"https://github.com/liuchengxu/graphviz.vim/,, https://github.com/cbochs/grapple.nvim/,HEAD, https://github.com/blazkowolf/gruber-darker.nvim/,, https://github.com/MagicDuck/grug-far.nvim/,, https://github.com/gruvbox-community/gruvbox/,,gruvbox-community https://github.com/morhetz/gruvbox/,, https://github.com/luisiacc/gruvbox-baby/,HEAD,"}
{"_id":"q-en-nixpkgs-1caa3942b314180879a60d582ee906b4c3f50ae44bf32abf794904d9571a614f","text":" { lib, stdenv, fetchurl, makeWrapper, python3Packages }: { lib , stdenv , fetchurl , fetchpatch , makeWrapper , python3Packages }: stdenv.mkDerivation rec { pname = \"bashdb\"; version = \"4.4-1.0.0\"; version = \"5.0-1.1.2\"; src = fetchurl { url = \"mirror://sourceforge/bashdb/${pname}-${version}.tar.bz2\"; sha256 = \"0p7i7bpzs6q1i7swnkr89kxqgzr146xw8d2acmqwqbslzm9dqlml\"; sha256 = \"sha256-MBdtKtKMWwCy4tIcXqGu+PuvQKj52fcjxnxgUx87czA=\"; }; patches = [ # Enable building with bash 5.1/5.2 # Remove with any upstream 5.1-x.y.z release (fetchpatch { url = \"https://raw.githubusercontent.com/freebsd/freebsd-ports/569fbb806d9ee813afa8b27d2098a44f93433922/devel/bashdb/files/patch-configure\"; sha256 = \"19zfzcnxavndyn6kfxp775kjcd0gigsm4y3bnh6fz5ilhnnbbbgr\"; }) ]; patchFlags = \"-p0\"; nativeBuildInputs = [ makeWrapper ];"}
{"_id":"q-en-nixpkgs-1cb80a88a66294ca18eb3970ba84060b5bf0e72d59a04d8b3518429bd5ea79fa","text":" { augeas , buildGoModule , fetchFromGitHub , gotools , lib , libvirt , libxml2 , nex , pkg-config , ragel }: buildGoModule rec { pname = \"mgmt\"; version = \"unstable-2022-10-24\"; src = fetchFromGitHub { owner = \"purpleidea\"; repo = pname; rev = \"d8820fa1855668d9e0f7a7829d9dd0d122b2c5a9\"; hash = \"sha256-jurZvEtiaTjWeDkmCJDIFlTzR5EVglfoDxkFgOilo8s=\"; }; # patching must be done in prebuild, so it is shared with go-modules # see https://github.com/NixOS/nixpkgs/issues/208036 preBuild = '' for file in `find -name Makefile -type f`; do substituteInPlace $file --replace \"/usr/bin/env \" \"\" done substituteInPlace lang/types/Makefile --replace \"unset GOCACHE && \" \"\" patchShebangs misc/header.sh make lang funcgen ''; buildInputs = [ augeas libvirt libxml2 ]; nativeBuildInputs = [ gotools nex pkg-config ragel ]; ldflags = [ \"-s\" \"-w\" \"-X main.program=${pname}\" \"-X main.version=${version}\" ]; subPackages = [ \".\" ]; vendorHash = \"sha256-Dtqy4TILN+7JXiHKHDdjzRTsT8jZYG5sPudxhd8znXY=\"; meta = with lib; { description = \"Next generation distributed, event-driven, parallel config management!\"; homepage = \"https://mgmtconfig.com\"; license = licenses.gpl3Only; maintainers = with maintainers; [ urandom ]; }; } "}
{"_id":"q-en-nixpkgs-1ce5ca03d31235e35736097735b7e8b6f4dbbbdacd176539d54f009da8a62809","text":"{ stdenv, fetchurl, pkgconfig, e19, vlc }: stdenv.mkDerivation rec { name = \"emotion_generic_players-${version}\"; version = \"1.11.0\"; version = \"1.12.0\"; src = fetchurl { url = \"http://download.enlightenment.org/rel/libs/emotion_generic_players/${name}.tar.gz\"; sha256 = \"0x6aigsqnfn9vcaj1rj6055s0vh811svzhwz5zghksg4lqipjbjx\"; sha256 = \"1nm0qbdkhrpgvmj5qn7l4jj5l1g4zz77bda0ddy67fqkn5h3qarg\"; }; buildInputs = [ pkgconfig e19.efl vlc ]; preConfigure = ''"}
{"_id":"q-en-nixpkgs-1cef89a69f01b909dedea23a7d59d4809aa7ab09f47a623df9f7003c362ef606","text":"dnnl = oneDNN; # added 2020-04-22 docbook5_xsl = docbook_xsl_ns; # added 2018-04-25 docbook_xml_xslt = docbook_xsl; # added 2018-04-25 dolphinEmu = dolphin-emu; # added 2021-11-10 dolphinEmuMaster = dolphin-emu-beta; # added 2021-11-10 dotnet-netcore = dotnet-runtime; # added 2021-10-07 double_conversion = double-conversion; # 2017-11-22 docker_compose = docker-compose; # 2018-11-10"}
{"_id":"q-en-nixpkgs-1d5f079f05842ff26eec7820751ef98b1233b714c09aad7e90d31b895e80bda3","text":" diff --git a/build.gradle b/build.gradle index e12cbd3..094a219 100644 --- a/build.gradle +++ b/build.gradle @@ -173,6 +173,7 @@ task writeVersion { def props = new Properties() props.setProperty('version', version) props.store(propsFile.newWriter(), null) + propsFile.text = propsFile.readLines().tail().join('n') } swaggerhubUpload { "}
{"_id":"q-en-nixpkgs-1d64b61fdb87707d424ff9a4fff754d806a5199f03ee9c63a3d6636858fd5863","text":"++ lib.optional (cfg.enableBluejeans or false) bluejeans ++ lib.optional (cfg.enableAdobeReader or false) adobe-reader ++ lib.optional (cfg.enableEsteid or false) esteidfirefoxplugin ++ lib.optional (cfg.enableVLC or false) vlc_npapi ++ extraPlugins ); nativeMessagingHosts ="}
{"_id":"q-en-nixpkgs-1d691994e51873f093b000c10e564c9ff9572819f4db7f0ef3926b5e13ea3523","text":"inherit license; maintainers = [ lib.maintainers.edwtjo ]; platforms = lib.platforms.linux; mainProgram = exec; }; };"}
{"_id":"q-en-nixpkgs-1db0f4bc07d4aef86813bbe311e0c931647a8d26fff74a5f714eb3c2b3ce6be1","text":"gstreamer ]); qtWrapperArgs = [ \"--prefix\" \"PATH\" \":\" (lib.makeBinPath [ yt-dlp ]) ]; preFixup = '' qtWrapperArgs+=(\"''${gappsWrapperArgs[@]}\") '';"}
{"_id":"q-en-nixpkgs-1db730cd6f4daa018356aac41f84c9f7535441f108729a7679efe324c3390458","text":"fs' = utils.escapeSystemdPath fs; in nameValuePair \"btrfs-scrub-${fs'}\" { description = \"btrfs scrub on ${fs}\"; # scrub prevents suspend2ram or proper shutdown conflicts = [ \"shutdown.target\" \"sleep.target\" ]; before = [ \"shutdown.target\" \"sleep.target\" ]; serviceConfig = { Type = \"oneshot\"; # simple and not oneshot, otherwise ExecStop is not used Type = \"simple\"; Nice = 19; IOSchedulingClass = \"idle\"; ExecStart = \"${pkgs.btrfs-progs}/bin/btrfs scrub start -B ${fs}\"; ExecStop = \"${pkgs.btrfs-progs}/bin/btrfs scrub cancel ${fs}\"; }; }; in listToAttrs (map scrubService cfgScrub.fileSystems);"}
{"_id":"q-en-nixpkgs-1e1e05ec41fac8f1cc591e36d4ca23a6dbec0a8c45cb80b2280effaca39fcddd","text":"{ runCommand, lib, writeText, writeScriptBin, stdenv, ruby } : { env, runScript ? \"bash\", extraBindMounts ? [], extraInstallCommands ? \"\", importMeta ? {} } : { env, runScript ? \"bash\", extraBindMounts ? [], extraInstallCommands ? \"\", meta ? {}, passthru ? {} } : let name = env.pname;"}
{"_id":"q-en-nixpkgs-1e8db7b2e4ef6cc80e39ca1256e23ab32f97f15575486033faaac9c47feff038","text":"# https://github.com/OpenNMT/CTranslate2/blob/54810350e662ebdb01ecbf8e4a746f02aeff1dd7/python/tools/prepare_build_environment_linux.sh#L53 # https://github.com/OpenNMT/CTranslate2/blob/59d223abcc7e636c1c2956e62482bc3299cc7766/python/tools/prepare_build_environment_macos.sh#L12 \"-DOPENMP_RUNTIME=COMP\" \"-DWITH_CUDA=${cmakeBool withCUDA}\" \"-DWITH_CUDNN=${cmakeBool withCuDNN}\" \"-DWITH_DNNL=${cmakeBool withOneDNN}\" \"-DWITH_OPENBLAS=${cmakeBool withOpenblas}\" \"-DWITH_RUY=${cmakeBool withRuy}\""}
{"_id":"q-en-nixpkgs-1e9ec909fbf17f6c174e080066b6c6cd7fafba4ab6211d0eb0dcbbc2752fe9d6","text":"patches = [ ./languages-use-the-hardcoded-path-to-python-binaries.patch ./hook-tmpl.patch ./pygrep-pythonpath.patch ]; propagatedBuildInputs = ["}
{"_id":"q-en-nixpkgs-1ea1397e1353abb7cfcaed19920f15b7a023df1386b7f91bef3928e527fc5c3e","text":"{ stdenv, fetchurl, pkgconfig, e19, zlib, libspectre, gstreamer, gst_plugins_base, gst_ffmpeg, gst_plugins_good, poppler, librsvg, libraw }: stdenv.mkDerivation rec { name = \"evas_generic_loaders-${version}\"; version = \"1.11.2\"; version = \"1.12.0\"; src = fetchurl { url = \"http://download.enlightenment.org/rel/libs/evas_generic_loaders/${name}.tar.gz\"; sha256 = \"03p6v7l2fxvldiymqk16pqnbm9llygp6i19qhn3rmrqy1hkjkry6\"; sha256 = \"0viph73wv83xw9g6rgjhhiav9n896m0ixnz2m27cnmmn8llchcf5\"; }; buildInputs = [ pkgconfig e19.efl zlib libspectre gstreamer gst_plugins_base gst_ffmpeg gst_plugins_good poppler librsvg libraw ]; meta = {"}
{"_id":"q-en-nixpkgs-1ea856e948b4c732e9fcfb48dd0fb0eeaebd694fa5bf9aa41675565008618387","text":"systool = sysfsutils; # added 2018-04-25 tahoelafs = tahoe-lafs; # added 2018-03-26 tangogps = foxtrotgps; # added 2020-01-26 tdm = throw \"tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead.\"; telepathy_farstream = telepathy-farstream; # added 2018-02-25 telepathy_gabble = telepathy-gabble; # added 2018-02-25 telepathy_glib = telepathy-glib; # added 2018-02-25"}
{"_id":"q-en-nixpkgs-1ec13198570d3cf082058b0d1fedfc825f07f78bc7eca86e59d2b3d73ae781e3","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":"q-en-nixpkgs-1ef774fb6f1230883f03de6f8a1d07d9f49549cb409993c1b21a7dba720e3632","text":"sha256 = \"wfLO7kf2iXESItcgWvKj/npKnYwy5OCyStZviN9qR9M=\"; }; patches = [ # https://nmbug.notmuchmail.org/nmweb/show/87o84iza9r.fsf%40starbuck.i-did-not-set--mail-host-address--so-tickle-me ./test-fix-support-for-gpgsm-in-gnupg-2.3.patch ]; nativeBuildInputs = [ pkg-config doxygen # (optional) api docs"}
{"_id":"q-en-nixpkgs-1fab5ecab750dab464222c45f550cc9a12f1be792ae09ce9d351ee5f6f945a68","text":"# include terraform-provider-segment ajbosco/terraform-provider-segment # include terraform-provider-wavefront spaceapegames/terraform-provider-wavefront "}
{"_id":"q-en-nixpkgs-1face2832896a31eaf5f9b0a4f5a4f941144040e707fc92339d334a8f098b0ce","text":" { stdenv, fetchurl, binutils-unwrapped, sconsPackages, gnum4, p7zip, glibc_multi, mesa , xorg, libGLU, libGL, openal , lib, makeWrapper, makeDesktopItem }: let pname = \"tdm\"; version = \"2.08\"; desktop = makeDesktopItem { desktopName = pname; name = pname; exec = \"@out@/bin/${pname}\"; icon = pname; terminal = \"false\"; comment = \"The Dark Mod - stealth FPS inspired by the Thief series\"; type = \"Application\"; categories = \"Game;\"; genericName = pname; fileValidation = false; }; in stdenv.mkDerivation { name = \"${pname}-${version}\"; src = fetchurl { url = \"https://www.thedarkmod.com/sources/thedarkmod.${version}.src.7z\"; sha256 = \"0bmv07j6s6q3m7hnpx7cwrycjkbvlf0y9sg9migakni0jg9yz5ps\"; }; nativeBuildInputs = [ p7zip sconsPackages.scons_3_1_2 gnum4 makeWrapper ]; buildInputs = [ glibc_multi mesa.dev xorg.libX11.dev openal xorg.libXext.dev xorg.libXxf86vm.dev libGL libGLU ]; unpackPhase = '' 7z x $src ''; # I'm pretty sure there's a better way to build 2 targets than a random hook preBuild = '' pushd tdm_update scons BUILD=release TARGET_ARCH=x64 install -Dm755 bin/tdm_update.linux64 $out/share/libexec/tdm_update.linux popd ''; # why oh why can it find ld but not strip? postPatch = '' sed -i 's!strip $!${binutils-unwrapped}/bin/strip $!' SConstruct # This adds math.h needed for math::floor sed -i 's|#include \"Util.h\"|#include \"Util.h\"n#include |' tdm_update/ConsoleUpdater.cpp ''; installPhase = '' runHook preInstall install -Dm644 ${desktop}/share/applications/${pname}.desktop $out/share/applications/${pname}.desktop substituteInPlace $out/share/applications/${pname}.desktop --subst-var out install -Dm755 thedarkmod.x64 $out/share/libexec/tdm # The package doesn't install assets, these get installed by running tdm_update.linux # Provide a script that runs tdm_update.linux on first launch install -Dm755 <(cat <<'EOF' #!/bin/sh set -e DIR=\"$HOME/.local/share/tdm\" mkdir -p \"$DIR\" cd \"$DIR\" exec \"PKGDIR/share/libexec/tdm_update.linux\" --noselfupdate EOF ) $out/bin/tdm_update install -Dm755 <(cat <<'EOF' #!/bin/sh set -e DIR=\"$HOME/.local/share/tdm\" if [ ! -d \"$DIR\" ]; then echo \"Please run tdm_update to (re)download game data\" else cd \"$DIR\" exec \"PKGDIR/share/libexec/tdm\" fi EOF ) $out/bin/tdm sed -i \"s!PKGDIR!$out!g\" $out/bin/tdm_update sed -i \"s!PKGDIR!$out!g\" $out/bin/tdm runHook postInstall ''; postInstall = '' wrapProgram $out/bin/tdm --suffix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libGL libGLU ]} ''; enableParallelBuilding = true; sconsFlags = [ \"BUILD=release\" \"TARGET_ARCH=x64\" ]; NIX_CFLAGS_COMPILE = \"-Wno-error=format-security\"; meta = with stdenv.lib; { description = \"The Dark Mod - stealth FPS inspired by the Thief series\"; homepage = \"http://www.thedarkmod.com\"; license = licenses.gpl3; maintainers = with maintainers; [ cizra ]; platforms = with platforms; [ \"x86_64-linux\" ]; # tdm also supports x86, but I don't have a x86 install at hand to test. }; } "}
{"_id":"q-en-nixpkgs-1fbfa763f09d3a7c6ce08fd334782d9451ac9ea7454872155a8351deb3913c4c","text":"}; extraUpFlags = mkOption { description = \"Extra flags to pass to {command}`tailscale up`.\"; description = '' Extra flags to pass to {command}`tailscale up`. Only applied if `authKeyFile` is specified.\"; ''; type = types.listOf types.str; default = []; example = [\"--ssh\"]; }; extraSetFlags = mkOption { description = \"Extra flags to pass to {command}`tailscale set`.\"; type = types.listOf types.str; default = []; example = [\"--advertise-exit-node\"]; }; extraDaemonFlags = mkOption { description = \"Extra flags to pass to {command}`tailscaled`.\"; type = types.listOf types.str;"}
{"_id":"q-en-nixpkgs-1fcd596582676b8d847ba77005c0d5241dfe1a9ab36a4a0fd94a79e4b3329034","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":"q-en-nixpkgs-1ff2ce96be5b74cf1a7eceae767d3d9d6e24f81142f2051cda9a4e71c4f21c22","text":"\"tests\" ]; disabledTests = [ \"test_datafile_download\" ]; # Disable tests that are problematic with pytest # Check NixOS/nixpkgs#333019 for more info about these disabledTests = [ \"test_datafile_download\" \"test_display_get_input_str\" \"test_display_get_y_n\" ]; pythonImportsCheck = [ \"castero\""}
{"_id":"q-en-nixpkgs-2002bdfa374049d281ac520d2c020ace782ec1fdbe1bee1df2c1df26b0e02bc9","text":"glom = callPackage ../development/python-modules/glom { }; glueviz = callPackage ../development/python-modules/glueviz { }; glymur = callPackage ../development/python-modules/glymur { }; gmpy2 = callPackage ../development/python-modules/gmpy2 { };"}
{"_id":"q-en-nixpkgs-2015cea30ef6308fb0c5c5b59cbf322d0cdf57fcd716a5585932ed2e6bdc5ec3","text":" { lib, python3Packages, fetchPypi }: python3Packages.buildPythonApplication rec { pname = \"konsave\"; version = \"2.2.0\"; src = fetchPypi { inherit version; pname = \"Konsave\"; hash = \"sha256-tWarqT2jFgCuSsa2NwMHRaR3/wj0khiRHidvRNMwM8M=\"; }; nativeBuildInputs = with python3Packages; [ setuptools-scm ]; propagatedBuildInputs = with python3Packages; [ pyyaml setuptools ]; preCheck = '' export HOME=$(mktemp -d) ''; meta = with lib; { description = \"Save Linux Customization\"; maintainers = with maintainers; [ MoritzBoehme ]; homepage = \"https://github.com/Prayag2/konsave\"; license = licenses.gpl3; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-202ad0d32d3c9a59033e6e6c6946679e860ed7ef53d7ac2b7e4c67263f0b4086","text":"julia = julia-stable; julia_16-bin = callPackage ../development/compilers/julia/1.6-bin.nix { }; julia_17-bin = callPackage ../development/compilers/julia/1.7-bin.nix { }; julia_18-bin = callPackage ../development/compilers/julia/1.8-bin.nix { }; julia-lts-bin = julia_16-bin; julia-stable-bin = julia_17-bin; julia-stable-bin = julia_18-bin; julia-bin = julia-stable-bin; jwasm = callPackage ../development/compilers/jwasm { };"}
{"_id":"q-en-nixpkgs-2032ddce9a6551315cfb2a64ca1d7eaa97ca80b1e3084b4fc2c7d37a681f09f8","text":", which , xdg-user-dirs , zlib # Affects final license , withAngrylionRdpPlus ? false }: let"}
{"_id":"q-en-nixpkgs-20553c1aed64ac7b299ead91841b65a7e1b35fd021bd12e7ffc27bb99378d261","text":" { stdenv , lib , fetchFromGitHub , cmake , libxml2 , libpeas , glib , gtk3 , gtksourceview4 , gspell , xapps , pkg-config , meson , ninja , wrapGAppsHook , intltool , itstool }: stdenv.mkDerivation rec { pname = \"xed-editor\"; version = \"2.8.4\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = \"xed\"; rev = version; sha256 = \"1hqr4157kp110p01jygqnnzj86zxlfiq4b53j345vqpx0f80c340\"; }; nativeBuildInputs = [ meson cmake pkg-config intltool itstool ninja wrapGAppsHook ]; buildInputs = [ libxml2 glib gtk3 gtksourceview4 libpeas gspell xapps ]; postInstall = '' glib-compile-schemas $out/share/glib-2.0/schemas ''; doInstallCheck = true; installCheckPhase = '' if [[ \"$($out/bin/xed --version)\" == \"xed - Version ${version}\" ]] ; then echo \"${pname} smoke test passed\" else echo \"${pname} smoke test failed\" return 1 fi ''; meta = with lib; { description = \"Light weight text editor from Linux Mint\"; homepage = \"https://github.com/linuxmint/xed\"; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = with maintainers; [ tu-maurice ]; }; } "}
{"_id":"q-en-nixpkgs-2057f7c26e551824709a2cb58c894e4e23e8f54eb9aa555675db313379673f19","text":"{ lib , stdenv , fetchFromGitHub , fetchurl , meson , ninja , pkg-config"}
{"_id":"q-en-nixpkgs-20694034de98748765cf7c4dd953350f899715326e2c7ab7a826fa5106e1e549","text":" { lib, stdenv, fetchFromGitHub, cmake, pkg-config, gettext, libXpm, libGL, fltk, hicolor-icon-theme, glib, gnome2, which }: { lib, stdenv, fetchbzr, cmake, pkg-config, gettext, libXpm, libGL, fltk, hicolor-icon-theme, glib, gnome2, which }: stdenv.mkDerivation { stdenv.mkDerivation rec { pname = \"jwm-settings-manager\"; version = \"2018-10-19\"; version = \"2019-01-27\"; src = fetchFromGitHub { owner = \"Israel-D\"; repo = \"jwm-settings-manager\"; rev = \"cb32a70563cf1f3927339093481542b85ec3c8c8\"; sha256 = \"0d5bqf74p8zg8azns44g46q973blhmp715k8kcd73x88g7sfir8s\"; src = fetchbzr { url = \"lp:${pname}\"; rev = \"292\"; sha256 = \"1yqc1ac2pbkc88z7p1qags1jygdlr5y1rhc5mx6gapcf54bk0lmi\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-206a7cb23f394ea3017b1e49aee88b5863a36a42e13941c7e27832a321ac2c08","text":"allow_anonymous = 1; allow_zero_length_clientid = 1; auto_id_prefix = 1; bind_interface = 1; cafile = 1; capath = 1; certfile = 1;"}
{"_id":"q-en-nixpkgs-206ccc517e4c3d91f45c79cbc813c416b689bbe7d71c68f9bdff12e1fbc661c0","text":" { config, lib, pkgs, ... }: let cfg = config.programs.streamcontroller; in { options.programs.streamcontroller = { enable = lib.mkEnableOption \"StreamController\"; package = lib.mkPackageOption pkgs \"streamcontroller\" { default = [ \"streamcontroller\" ]; }; }; config = lib.mkIf cfg.enable { environment.systemPackages = [ cfg.package ]; services.udev.packages = [ cfg.package ]; }; meta.maintainers = with lib.maintainers; [ sifmelcara ]; } "}
{"_id":"q-en-nixpkgs-2076ab2e927fc4f6fb1e0c91346cbbd6e86593db85d4b7d6d68531a234d4b1ac","text":"xorg.libXi xorg.libXrandr xorg.libXrender xorg.libxshmfence xorg.libXtst xorg.libxkbfile xorg.libxshmfence ] + \":${stdenv.cc.cc.lib}/lib64\"; buildInputs = [ gtk3 # needed for GSETTINGS_SCHEMAS_PATH gtk3 # needed for GSETTINGS_SCHEMAS_PATH ]; nativeBuildInputs = [ dpkg makeWrapper nodePackages.asar ];"}
{"_id":"q-en-nixpkgs-20b7fa55b549499e81a8b0a641212d14210d81eb7ebe8af8ee242e5d439305f8","text":"environment.systemPackages = [ cfg.services.nextcloud.occ ]; }; nextcloudWithoutMagick = args@{ config, pkgs, lib, ... }: lib.mkMerge [ (nextcloud args) { services.nextcloud.disableImagemagick = true; } ]; }; testScript = let testScript = { nodes, ... }: let withRcloneEnv = pkgs.writeScript \"with-rclone-env\" '' #!${pkgs.runtimeShell} export RCLONE_CONFIG_NEXTCLOUD_TYPE=webdav"}
{"_id":"q-en-nixpkgs-20ce9490c2e6f39b0779cf8ec3014365058c3fab4aef4767808eedfdac081cf6","text":"meshlab = libsForQt5.callPackage ../applications/graphics/meshlab { }; metadata-cleaner = callPackage ../applications/misc/metadata-cleaner { }; metersLv2 = callPackage ../applications/audio/meters_lv2 { }; mhwaveedit = callPackage ../applications/audio/mhwaveedit {"}
{"_id":"q-en-nixpkgs-20d87e89f6809bcdbfb8cdebfd894a5a044fd7d1eeeb9d7a95d6b47bf4dcd9fb","text":"wrapProgram $out/bin/apx --prefix PATH : ${lib.makeBinPath [ docker distrobox ]} installManPage man/apx.1 man/es/apx.1 installManPage man/de/man1/apx.1 man/es/man1/apx.1 man/fr/man1/apx.1 man/it/man1/apx.1 man/man1/apx.1 man/nl/man1/apx.1 man/pl/man1/apx.1 man/pt/man1/apx.1 man/pt_BR/man1/apx.1 man/ro/man1/apx.1 man/ru/man1/apx.1 man/sv/man1/apx.1 man/tr/man1/apx.1 ''; meta = with lib; { description = \"The Vanilla OS package manager\"; homepage = \"https://github.com/Vanilla-OS/apx\"; license = licenses.gpl3; changelog = \"https://github.com/Vanilla-OS/apx/releases/tag/${version}\"; license = licenses.gpl3Only; maintainers = with maintainers; [ dit7ya ]; }; }"}
{"_id":"q-en-nixpkgs-20dd07a8ea45acc459740dad7a07eda646f30cf74a9c601ce9412f2c8e37c36b","text":"cp -r ../include $out/ ''; passthru.tests = { inherit obs-studio; # frequently breaks on CEF updates }; passthru.updateScript = ./update.sh; meta = with lib; { description = \"Simple framework for embedding Chromium-based browsers in other applications\"; homepage = \"https://cef-builds.spotifycdn.com/index.html\";"}
{"_id":"q-en-nixpkgs-20de090bf896d0c51c6402b946b7c8fdcbfbd744457b88333703e3ff432a70fd","text":" { stdenv , lib , fetchFromGitHub , cmake , ninja , pkg-config , libnice , openssl , plog , srtp , usrsctp { stdenv, lib, fetchFromGitHub, cmake, ninja, pkg-config, libnice, openssl, plog, srtp, usrsctp, }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-20eceec1b604f2702ff8ebd1cbe64b7f471ca9792f3ef69aa4ada4dc3f384e9f","text":"- Sega Saturn (experimental, x86_64 only) - Sony PlayStation ''; homepage = \"https://mednafen.github.io/\"; license = licenses.gpl2; license = licenses.gpl2Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.linux; };"}
{"_id":"q-en-nixpkgs-2110878a9d8704d68267c7c2f4125a732d79801e6d72542a3f350783a859f814","text":"owner = \"fsspec\"; repo = pname; rev = version; hash = \"sha256-gIkK1VSg1h04+MQBoxFtXIdn80faJlgQ9ayqV5p0RMU=\"; hash = \"sha256-BnnKFrWz47izKc7nS8NR1Vze1x9kJdYBsQT2KEY9ghM=\"; }; propagatedBuildInputs = ["}
{"_id":"q-en-nixpkgs-21612ce8f5812fb262815bcc03ee70dc01cea35c72dbacbffb9cbe274967a45c","text":"with lib; let workDir = if cfg.workDir == null then runtimeDir else cfg.workDir; in { description = \"GitHub Actions runner\";"}
{"_id":"q-en-nixpkgs-2186acf43678d37783fd50744b8ef6c6c6a5fb76286a5a9e85ffe814f9b6946b","text":", pyinstaller , glibc , binutils , macholib , installShellFiles , stdenv }: buildPythonPackage rec {"}
{"_id":"q-en-nixpkgs-21891f67afd1459d5fbaf45b3b64abb9796b519b1629491eb7bb520e0a933fb7","text":" diff --git a/bin/nexus b/bin/nexus index d06cb44..37c606e 100755 --- a/bin/nexus +++ b/bin/nexus @@ -88,7 +88,7 @@ create_db_entry() { fi db_new_file=${db_file}_new if [ -f \"$db_file\" ]; then - awk '$2 != \"'\"$test_dir\"'\" {print $0}' $db_file > $db_new_file + awk '$2 != \"'\"$test_dir\"'\" {print $scriptname}' $db_file > $db_new_file rm \"$db_file\" mv \"$db_new_file\" \"$db_file\" fi @@ -246,7 +246,7 @@ read_vmoptions() { unpack_file() { if [ -f \"$1\" ]; then - jar_file=`echo \"$1\" | awk '{ print substr($0,1,length-5) }'` + jar_file=`echo \"$1\" | awk '{ print substr($scriptname,1,length-5) }'` bin/unpack200 -r \"$1\" \"$jar_file\" if [ $? -ne 0 ]; then @@ -377,9 +377,14 @@ fi old_pwd=`pwd` -progname=`basename \"$0\"` -linkdir=`dirname \"$0\"` +scriptname=$0 +if [ ! -z \"$ALTERNATIVE_NAME\" ]; then + scriptname=`dirname \"$0\"`\"/\"$ALTERNATIVE_NAME +fi + +progname=`basename \"$scriptname\"` +linkdir=`dirname \"$scriptname\"` cd \"$linkdir\" prg=\"$progname\" @@ -590,7 +595,7 @@ return_code=$? ;; *) - echo \"Usage: $0 {start|stop|run|run-redirect|status|restart|force-reload}\" + echo \"Usage: $scriptname {start|stop|run|run-redirect|status|restart|force-reload}\" exit 1 ;; esac "}
{"_id":"q-en-nixpkgs-218a3c6181f81b0bab18198738ff762f7ba6c8ade7504de70ffad3aa05808278","text":" { stdenv , lib , fetchFromGitHub , SDL2 , alsa-lib , libaudec , bash , bash-completion , breeze-icons , carla , chromaprint , cmake , curl , dconf , epoxy , ffmpeg , fftw , fftwFloat , flex , glib , gtk3 , gtksourceview3 , guile , graphviz , help2man , json-glib , jq , libbacktrace , libcyaml , libgtop , libjack2 , libpulseaudio , libsamplerate , libsndfile , libsoundio , libxml2 , libyaml , lilv , lv2 , meson , ninja , pandoc , pcre , pcre2 , pkg-config , python3 , reproc , rtaudio , rtmidi , rubberband , serd , sord , sratom , texi2html , wrapGAppsHook , xdg-utils , xxHash , vamp-plugin-sdk , zstd }: stdenv.mkDerivation rec { pname = \"zrythm\"; version = \"1.0.0-alpha.26.0.13\"; src = fetchFromGitHub { owner = pname; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-dkXlkJ+qlfxV9Bv2UvZZa2iRVm8tgpK4JxkWL2Jeq48=\"; }; nativeBuildInputs = [ help2man jq libaudec libxml2 meson ninja pandoc pkg-config python3 python3.pkgs.sphinx texi2html wrapGAppsHook cmake ]; buildInputs = [ SDL2 alsa-lib bash-completion carla chromaprint curl dconf epoxy ffmpeg fftw fftwFloat flex breeze-icons glib gtk3 gtksourceview3 graphviz guile json-glib libbacktrace libcyaml libgtop libjack2 libpulseaudio libsamplerate libsndfile libsoundio libyaml lilv lv2 pcre pcre2 reproc rtaudio rtmidi rubberband serd sord sratom vamp-plugin-sdk xdg-utils xxHash zstd ]; mesonFlags = [ \"-Denable_ffmpeg=true\" \"-Denable_rtmidi=true\" \"-Denable_rtaudio=true\" \"-Denable_sdl=true\" \"-Dmanpage=true\" # \"-Duser_manual=true\" # needs sphinx-intl \"-Dlsp_dsp=disabled\" \"-Db_lto=false\" ]; NIX_LDFLAGS = '' -lfftw3_threads -lfftw3f_threads ''; postPatch = '' chmod +x scripts/meson-post-install.sh patchShebangs ext/sh-manpage-completions/run.sh scripts/generic_guile_wrap.sh scripts/meson-post-install.sh tools/check_have_unlimited_memlock.sh ''; preFixup = '' gappsWrapperArgs+=( --prefix GSETTINGS_SCHEMA_DIR : \"$out/share/gsettings-schemas/${pname}-${version}/glib-2.0/schemas/\" ) ''; meta = with lib; { homepage = \"https://www.zrythm.org\"; description = \"Highly automated and intuitive digital audio workstation\"; maintainers = with maintainers; [ tshaynik magnetophon ]; platforms = platforms.linux; license = licenses.agpl3Plus; }; } "}
{"_id":"q-en-nixpkgs-218e9ebb1a6e58c8fec074fe4bc26039e9ba63f6337c6025a14e288bbe380ae5","text":" { lib , buildPythonPackage , pytestCheckHook , fetchFromGitHub , fetchpatch , pythonOlder , setuptools-scm , setuptools , fast-histogram , matplotlib , numpy , wheel , pytest-mpl }: buildPythonPackage rec { pname = \"mpl-scatter-density\"; version = \"0.7\"; disabled = pythonOlder \"3.6\"; src = fetchFromGitHub { owner = \"astrofrog\"; repo = pname; rev = \"refs/tags/v${version}\"; sha256 = \"sha256-MMxM+iv5p9ZLcBpqa3tBBPbsMM/PTg6BXaDpGgSw+DE=\"; }; patches = [ # https://github.com/astrofrog/mpl-scatter-density/pull/37 (fetchpatch { name = \"distutils-removal.patch\"; url = \"https://github.com/ifurther/mpl-scatter-density/commit/6feedabe1e82da67d8eec46a80eb370d9f334251.patch\"; sha256 = \"sha256-JqWlSm8mIwqjRPa+kMEaKipJyzGEO+gJK+Q045N1MXA=\"; }) ]; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ matplotlib numpy fast-histogram ]; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeCheckInputs = [ pytestCheckHook pytest-mpl ]; disabledTests = [ # AssertionError: (240, 240) != (216, 216) # Erroneous pinning of figure DPI, sensitive to runtime environment \"test_default_dpi\" ]; pythonImportsCheck = [ \"mpl_scatter_density\" ]; meta = with lib; { homepage = \"https://github.com/astrofrog/mpl-scatter-density\"; description = \"Fast scatter density plots for Matplotlib\"; license = licenses.bsd2; maintainers = with maintainers; [ ifurther ]; }; } "}
{"_id":"q-en-nixpkgs-21c88d5b28f435bab0ed6d9822c223a4a4235ac1a3bbb83c4754ce19a96757fd","text":" diff --git a/dev/devicelab/lib/framework/runner.dart b/dev/devicelab/lib/framework/runner.dart index 8e511eefd..fbc7d6ac3 100644 --- a/dev/devicelab/lib/framework/runner.dart +++ b/dev/devicelab/lib/framework/runner.dart @@ -126,7 +126,7 @@ Future cleanupSystem() async { print('nTelling Gradle to shut down (JAVA_HOME=$javaHome)'); final String gradlewBinaryName = Platform.isWindows ? 'gradlew.bat' : 'gradlew'; final Directory tempDir = Directory.systemTemp.createTempSync('flutter_devicelab_shutdown_gradle.'); - recursiveCopy(Directory(path.join(flutterDirectory.path, 'bin', 'cache', 'artifacts', 'gradle_wrapper')), tempDir); + recursiveCopy(Directory(path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter', 'artifacts', 'gradle_wrapper')), tempDir); copy(File(path.join(path.join(flutterDirectory.path, 'packages', 'flutter_tools'), 'templates', 'app', 'android.tmpl', 'gradle', 'wrapper', 'gradle-wrapper.properties')), Directory(path.join(tempDir.path, 'gradle', 'wrapper'))); if (!Platform.isWindows) { await exec( diff --git a/packages/flutter_tools/lib/src/asset.dart b/packages/flutter_tools/lib/src/asset.dart index 79b06949f..9040ba0a8 100644 --- a/packages/flutter_tools/lib/src/asset.dart +++ b/packages/flutter_tools/lib/src/asset.dart @@ -6,6 +6,7 @@ import 'dart:async'; import 'package:yaml/yaml.dart'; +import 'base/common.dart'; import 'base/context.dart'; import 'base/file_system.dart'; import 'base/utils.dart'; @@ -325,7 +326,7 @@ List<_Asset> _getMaterialAssets(String fontSet) { for (final Map font in family['fonts']) { final Uri entryUri = globals.fs.path.toUri(font['asset'] as String); result.add(_Asset( - baseDir: globals.fs.path.join(Cache.flutterRoot, 'bin', 'cache', 'artifacts', 'material_fonts'), + baseDir: globals.fs.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter', 'artifacts', 'material_fonts'), relativeUri: Uri(path: entryUri.pathSegments.last), entryUri: entryUri, )); diff --git a/packages/flutter_tools/lib/src/cache.dart b/packages/flutter_tools/lib/src/cache.dart index 715189938..5afb2a0db 100644 --- a/packages/flutter_tools/lib/src/cache.dart +++ b/packages/flutter_tools/lib/src/cache.dart @@ -189,8 +189,14 @@ class Cache { return; } assert(_lock == null); + + final Directory dir = globals.fs.directory(globals.fs.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter')); + if (!dir.existsSync()) { + dir.createSync(recursive: true); + globals.os.chmod(dir, '755'); + } final File lockFile = - globals.fs.file(globals.fs.path.join(flutterRoot, 'bin', 'cache', 'lockfile')); + globals.fs.file(globals.fs.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter', 'lockfile')); try { _lock = lockFile.openSync(mode: FileMode.write); } on FileSystemException catch (e) { @@ -290,7 +296,7 @@ class Cache { if (_rootOverride != null) { return _fileSystem.directory(_fileSystem.path.join(_rootOverride.path, 'bin', 'cache')); } else { - return _fileSystem.directory(_fileSystem.path.join(flutterRoot, 'bin', 'cache')); + return _fileSystem.directory(_fileSystem.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter')); } } "}
{"_id":"q-en-nixpkgs-2209cbe7bc0c8898c204cc461df3dd674ee84ffa60e76a76d8c05cfdd4494e40","text":"mobilizon = handleTest ./mobilizon.nix {}; mod_perl = handleTest ./mod_perl.nix {}; molly-brown = handleTest ./molly-brown.nix {}; monado = handleTest ./monado.nix {}; monica = handleTest ./web-apps/monica.nix {}; mongodb = handleTest ./mongodb.nix {}; moodle = handleTest ./moodle.nix {};"}
{"_id":"q-en-nixpkgs-2222dcba360295ac44ce0b0b66bdcbb68ec24b4733317a7bbadcf36ba9b80335","text":", useSharedLibraries ? (!isBootstrap && !stdenv.isCygwin) , useOpenSSL ? !isBootstrap, openssl , useNcurses ? false, ncurses , withQt5 ? false, qtbase , withQt5 ? false, qtbase, wrapQtAppsHook , buildDocs ? (!isBootstrap && (useNcurses || withQt5)), sphinx, texinfo }: stdenv.mkDerivation (rec { stdenv.mkDerivation rec { pname = \"cmake\" + lib.optionalString isBootstrap \"-boot\" + lib.optionalString useNcurses \"-cursesUI\""}
{"_id":"q-en-nixpkgs-222b0a028b8be5a824e32ec5086859215a789ea93ab3bbe0862d20d4638aefe0","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":"q-en-nixpkgs-2255dddcca43c6e99d9f0cb557b647aac478432ba850dd7d1d57781762572d9d","text":"}; postPatch = '' substituteInPlace pyproject.toml --replace 'cryptography = \"^2.1 || ^3.0\"' 'cryptography = \"*\"' substituteInPlace \"ykman/pcsc/__init__.py\" --replace '/usr/bin/pkill' '${procps}/bin/pkill' --replace 'pkill' '${procps}/bin/pkill' ''; format = \"pyproject\"; nativeBuildInputs = with python3Packages; [ poetry-core ]; propagatedBuildInputs ="}
{"_id":"q-en-nixpkgs-2277753b2881a8ac60031ecc4249b129a82fc2c36d046181bb108afc4ce458d8","text":"githubId = 1568873; name = \"Torsten Scholak\"; }; tshaynik = { email = \"tshaynik@protonmail.com\"; github = \"tshaynik\"; githubId = 15064765; name = \"tshaynik\"; }; tstrobel = { email = \"4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains\"; name = \"Thomas Strobel\";"}
{"_id":"q-en-nixpkgs-228ddaf53c946bbd7538935e8241aca720a1554fb2ecb8257e41c84da14f410c","text":" Several of the apache subservices have been replaced with full NixOS modules including LimeSurvey, WordPress, and Zabbix. These modules can be enabled using the , The httpd service no longer attempts to start the postgresql service. If you have come to depend on this behaviour then you can preserve the behavior with the following configuration: systemd.services.httpd.after = [ \"postgresql.service\" ]; The option has been marked as deprecated. You may still use this feature, but it will be removed in a future release of NixOS. You are encouraged to convert any httpd subservices you may have written to a full NixOS module. Most of the httpd subservices packaged with NixOS have been replaced with full NixOS modules including LimeSurvey, WordPress, and Zabbix. These modules can be enabled using the , , and options. "}
{"_id":"q-en-nixpkgs-228f9008cdd47bbcbb37b10f2e0da3c52e4fad9a59c144c889cf612c7d755002","text":"let env = let paths = requiredLuaModules (extraLibs ++ [ lua ] ); in buildEnv { in (buildEnv { name = \"${lua.name}-env\"; inherit paths;"}
{"_id":"q-en-nixpkgs-22900436ff06ed13889046dc69d70e68c5564afb4043cdeec21279ed57faa8e1","text":"substituteInPlace conans/requirements.txt --replace \"PyYAML>=3.11, <3.14.0\" \"PyYAML\" --replace \"deprecation>=2.0, <2.1\" \"deprecation\" --replace \"idna==2.6\" \"idna\" --replace \"cryptography>=1.3.4, <2.4.0\" \"cryptography\" --replace \"pyOpenSSL>=16.0.0, <19.0.0\" \"pyOpenSSL\" --replace \"six>=1.10.0,<=1.14.0\" \"six\" '';"}
{"_id":"q-en-nixpkgs-22b0bfaa430988bdfab4cac222b86a44bafa53e2ccc3c19bc27dfe7a62fc8c8c","text":" --- a/csvheader +++ b/csvheader @@ -29,10 +29,6 @@ while getopts \"d:tq:r:\" arg; do esac done -CSVQUOTE=`which csvquote` || CSVQUOTE=\"./csvquote\" -if [ ! -f $CSVQUOTE ]; then - echo \"csvquote program not found. exiting\" - exit 1 -fi +CSVQUOTE=@out@/bin/csvquote $CSVQUOTE $@ | head -n 1 | tr \"$DEL\" 'n' | nl -ba | $CSVQUOTE -u -d \"$DEL\" -q \"$QUO\" -r \"$REC\" "}
{"_id":"q-en-nixpkgs-22e6e5de60cd17e2540d02c2ff48368ca5957b32c10824551b39b05176894c4e","text":", libwebp , libxml2 , nukeReferences , pkg-config , quantumdepth ? 8 , runCommand , stdenv"}
{"_id":"q-en-nixpkgs-2332c9624fdfda79960370ed675a697e28c9ba4483cbc7ea922958cd57ab3028","text":"buildPythonPackage rec { pname = \"bcrypt\"; version = \"4.0.0\"; version = \"4.0.1\"; format = \"pyproject\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; hash = \"sha256-xZwXD8kiX6rQTd4bph2FtBOUbozi5fX1/zDf1nKD8xk=\"; hash = \"sha256-J9N1kDrIJhz+QEf2cJ0W99GNObHskqr3KvmJVSplDr0=\"; }; cargoRoot = \"src/_bcrypt\";"}
{"_id":"q-en-nixpkgs-237d69d3c3bfd4dd975ac6422c16e6981418aeb0f1b1e76df2f721db47bd0edb","text":"- A new option was added to the virtualisation module that enables specifying explicitly named network interfaces in QEMU VMs. The existing `virtualisation.vlans` is still supported for cases where the name of the network interface is irrelevant. - Apptainer/Singularity now defaults to using `\"$out/var/lib\"` for the `LOCALSTATEDIR` configuration option instead of the top-level `\"/var/lib\"`. This change impacts the `SESSIONDIR` (container-run-time mount point) configuration, which is set to `$LOCALSTATEDIR//mnt/session`. This detaches the packages from the top-level directory, rendering the NixOS module optional. The default behavior of the NixOS module `programs.singularity` stays unchanged. We add a new option `programs.singularity.enableExternalSysConfDir` (default to `true`) to specify whether to set the top-level `\"/var/lib\"` as `LOCALSTATEDIR` or not. - DocBook option documentation is no longer supported, all module documentation now uses markdown. - `buildGoModule` `go-modules` attrs have been renamed to `goModules`."}
{"_id":"q-en-nixpkgs-23a168ecfbeff01eac8221ccf399e80bd003ee6a0607529d7a491b539693467e","text":" This chapter describes tools for creating various types of images. "}
{"_id":"q-en-nixpkgs-23a23b6ac822c2b2d70d60da368d86fe7563ba53110c294ef30dd3f14ed872a9","text":" pkgs.snapTools pkgs.snapTools is a set of functions for creating Snapcraft images. Snap and Snapcraft is not used to perform these operations. The makeSnap Function makeSnap takes a single named argument, meta. This argument mirrors the upstream snap.yaml format exactly. The base should not be specified, as makeSnap will force set it. Currently, makeSnap does not support creating GUI stubs. Build a Hello World Snap Making a Hello World Snap The following expression packages GNU Hello as a Snapcraft snap. nix-build this expression and install it with snap install ./result --dangerous. hello will now be the Snapcraft version of the package. Build a Hello World Snap Making a Graphical Snap Graphical programs require many more integrations with the host. This example uses Firefox as an example, because it is one of the most complicated programs we could package. nix-build this expression and install it with snap install ./result --dangerous. nix-example-firefox will now be the Snapcraft version of the Firefox package. The specific meaning behind plugs can be looked up in the Snapcraft interface documentation. "}
{"_id":"q-en-nixpkgs-23af06d7ea8fe7b98060adc03e05ca7877ba7b7f990db222b97143986d79bb65","text":"}; listenerAsserts = prefix: listener: assertKeysValid prefix freeformListenerKeys listener.settings assertKeysValid \"${prefix}.settings\" freeformListenerKeys listener.settings ++ userAsserts prefix listener.users ++ imap0 (i: v: authAsserts \"${prefix}.authPlugins.${toString i}\" v)"}
{"_id":"q-en-nixpkgs-2415a5c26dad6bda644493013949af7b80964925b27d8e4cce222440394551ba","text":"src = fetchFromGitHub { owner = \"nvim-treesitter\"; repo = \"nvim-treesitter\"; rev = \"97691940d1c9cdaef2ca73c4fae50987fdcadc6c\"; sha256 = \"13cz5hjp7w1fmjw35n41gw3yyizs9y3jnbz228j6n8zz3awdin9g\"; rev = \"b995eebe84df88092a41cbfd591bfc1565f70d8e\"; sha256 = \"1738mssq22n1njrpi004apgfv00fxn7yx00r3175qn57bjw9bks9\"; }; meta.homepage = \"https://github.com/nvim-treesitter/nvim-treesitter/\"; };"}
{"_id":"q-en-nixpkgs-24252cac77185a66181791d69c6f89dec703b4dc3959ce5999c827101a46293b","text":"opacity, edge thickness, and right- or left-handedness, for this cursor theme. This package's derivation has an output for each of these variants, named following the upstream convention, and the attribute for an output must be used to install a variant. E.g.: environment.systemPackages = [ comixcursors.Blue comixcursors.Opaque_Orange comixcursors.Slim_Red comixcursors.Opaque_Slim_White comixcursors.LH_Green comixcursors.LH_Opaque_Black comixcursors.LH_Slim_Orange comixcursors.LH_Opaque_Slim_Blue ]; Attempting to use just comixcursors, i.e. without an output attribute, will not install any variants. To install all the variants, use comixcursors.all (which is a list), e.g.: environment.systemPackages = comixcursors.all ++ [...]; The complete list of output attributes is: ${concatStringsSep \"n\" variants} an output must be used to install a variant, e.g. `comixcursors.LH_Opaque_Slim_Blue`. Attempting to use only `comixcursors`, i.e. without an output attribute, will not install any variants. To install all the variants, use `comixcursors.all` (which is a list). ''; homepage = \"https://gitlab.com/limitland/comixcursors\"; changelog = \"https://gitlab.com/limitland/comixcursors/-/blob/HEAD/NEWS\";"}
{"_id":"q-en-nixpkgs-2426cfe87d61c9bbf78d592f6a057c9cc7e3075b19cbe0e326b457bec517a6c4","text":"dontBuild = true; nativeBuildInputs = [ wrapQtAppsHook makeWrapper python3 ]; propagatedBuildInputs = with python3.pkgs; [ pyqt5 docutils ]; propagatedBuildInputs = with python3.pkgs; [ pyqt6 docutils ]; desktopItem = makeDesktopItem { name = \"leo-editor\";"}
{"_id":"q-en-nixpkgs-2478d1b100a14b395bcc22218f3f4d2d5bdeaba35ceacab8ee12fd4f4c13695a","text":"buildFeatures = [ \"zstd/pkg-config\" ]; preCheck = '' substituteInPlace tests/ui.rs --replace 'format!(r\"/private{path}\")' 'path.to_string()' ''; postInstall = '' installManPage artifacts/*.1 installShellCompletion artifacts/ouch.{bash,fish} --zsh artifacts/_ouch ''; env.OUCH_ARTIFACTS_FOLDER = \"artifacts\"; env = { OUCH_ARTIFACTS_FOLDER = \"artifacts\"; } // # Work around https://github.com/NixOS/nixpkgs/issues/166205. lib.optionalAttrs stdenv.cc.isClang { NIX_LDFLAGS = \"-l${stdenv.cc.libcxx.cxxabi.libName}\"; }; meta = with lib; { description = \"A command-line utility for easily compressing and decompressing files and directories\";"}
{"_id":"q-en-nixpkgs-249529f80647b7836fff498f2bc997da1ded061ba608e4cf4d42fe7c9ff8b33c","text":" { lib, stdenv, fetchFromGitHub, callPackage, makeWrapper , clang, llvm, which, libcgroup }: let afl-qemu = callPackage ./qemu.nix { inherit afl; }; qemu-exe-name = if stdenv.hostPlatform.system == \"x86_64-linux\" then \"qemu-x86_64\" else if stdenv.hostPlatform.system == \"i686-linux\" then \"qemu-i386\" else throw \"afl: no support for ${stdenv.hostPlatform.system}!\"; afl = stdenv.mkDerivation rec { pname = \"afl\"; version = \"2.57b\"; src = fetchFromGitHub { owner = \"google\"; repo = pname; rev = \"v${version}\"; sha256 = \"0fqj3g6ds1f21kxz7m9mc1fspi9r4jg9jcmi60inwxijrc5ncvr6\"; }; enableParallelBuilding = true; # Note: libcgroup isn't needed for building, just for the afl-cgroup # script. nativeBuildInputs = [ makeWrapper which llvm.dev ]; buildInputs = [ llvm ]; makeFlags = [ \"PREFIX=$(out)\" ]; postBuild = '' make -C llvm_mode $makeFlags -j$NIX_BUILD_CORES ''; postInstall = '' # Install the custom QEMU emulator for binary blob fuzzing. cp ${afl-qemu}/bin/${qemu-exe-name} $out/bin/afl-qemu-trace # Install the cgroups wrapper for asan-based fuzzing. cp experimental/asan_cgroups/limit_memory.sh $out/bin/afl-cgroup chmod +x $out/bin/afl-cgroup substituteInPlace $out/bin/afl-cgroup --replace \"cgcreate\" \"${libcgroup}/bin/cgcreate\" --replace \"cgexec\" \"${libcgroup}/bin/cgexec\" --replace \"cgdelete\" \"${libcgroup}/bin/cgdelete\" # Patch shebangs before wrapping patchShebangs $out/bin # Wrap afl-clang-fast(++) with a *different* AFL_PATH, because it # has totally different semantics in that case(?) - and also set a # proper AFL_CC and AFL_CXX so we don't pick up the wrong one out # of $PATH. # first though we need to replace the afl-clang-fast++ symlink with # a real copy to prevent wrapProgram skipping the symlink and confusing # nix's cc wrapper rm $out/bin/afl-clang-fast++ cp $out/bin/afl-clang-fast $out/bin/afl-clang-fast++ for x in $out/bin/afl-clang-fast $out/bin/afl-clang-fast++; do wrapProgram $x --prefix AFL_PATH : \"$out/lib/afl\" --run 'export AFL_CC=''${AFL_CC:-${clang}/bin/clang} AFL_CXX=''${AFL_CXX:-${clang}/bin/clang++}' done ''; passthru.qemu = afl-qemu; meta = { description = \"Powerful fuzzer via genetic algorithms and instrumentation\"; longDescription = '' American fuzzy lop is a fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by the tool are also useful for seeding other, more labor or resource-intensive testing regimes down the road. ''; homepage = \"https://lcamtuf.coredump.cx/afl/\"; license = lib.licenses.asl20; platforms = [\"x86_64-linux\" \"i686-linux\"]; maintainers = with lib.maintainers; [ thoughtpolice ris ]; }; }; in afl "}
{"_id":"q-en-nixpkgs-24958952c14cc2b37f9be0545cd9729644298bf32c8ebe1d2e6eb997d6105b14","text":"\"--disable-libmpv-static\" \"--disable-static-build\" \"--disable-build-date\" # Purity (enableFeature archiveSupport \"libarchive\") (enableFeature cddaSupport \"cdda\") (enableFeature dvdnavSupport \"dvdnav\") (enableFeature openalSupport \"openal\") (enableFeature sdl2Support \"sdl2\") (enableFeature sixelSupport \"sixel\") (enableFeature vaapiSupport \"vaapi\") (enableFeature waylandSupport \"wayland\") (enableFeature stdenv.isLinux \"dvbin\") (lib.enableFeature archiveSupport \"libarchive\") (lib.enableFeature cddaSupport \"cdda\") (lib.enableFeature dvdnavSupport \"dvdnav\") (lib.enableFeature openalSupport \"openal\") (lib.enableFeature sdl2Support \"sdl2\") (lib.enableFeature sixelSupport \"sixel\") (lib.enableFeature vaapiSupport \"vaapi\") (lib.enableFeature waylandSupport \"wayland\") (lib.enableFeature stdenv.isLinux \"dvbin\") ] # Disable whilst Swift isn't supported ++ lib.optional (!swiftSupport) \"--disable-macos-cocoa-cb\"; nativeBuildInputs = [ addOpenGLRunpath docutils perl pkg-config python3 wafHook which ] ++ optional swiftSupport swift; addOpenGLRunpath docutils perl pkg-config python3 wafHook which ] ++ lib.optionals swiftSupport [ swift ]; buildInputs = [ ffmpeg freetype libass libpthreadstubs luaEnv libuchardet mujs ] ++ optional alsaSupport alsa-lib ++ optional archiveSupport libarchive ++ optional bluraySupport libbluray ++ optional bs2bSupport libbs2b ++ optional cacaSupport libcaca ++ optional cmsSupport lcms2 ++ optional jackaudioSupport libjack2 ++ optional libpngSupport libpng ++ optional openalSupport openalSoft ++ optional pulseSupport libpulseaudio ++ optional rubberbandSupport rubberband ++ optional screenSaverSupport libXScrnSaver ++ optional sdl2Support SDL2 ++ optional sixelSupport libsixel ++ optional speexSupport speex ++ optional theoraSupport libtheora ++ optional vaapiSupport libva ++ optional vapoursynthSupport vapoursynth ++ optional vdpauSupport libvdpau ++ optional xineramaSupport libXinerama ++ optional xvSupport libXv ++ optional zimgSupport zimg ++ optional stdenv.isDarwin libiconv ++ optional stdenv.isLinux nv-codec-headers ++ optionals cddaSupport [ libcdio libcdio-paranoia ] ++ optionals drmSupport [ libdrm mesa ] ++ optionals dvdnavSupport [ libdvdnav libdvdnav.libdvdread ] ++ optionals waylandSupport [ wayland wayland-protocols libxkbcommon ] ++ optionals x11Support [ libX11 libXext libGLU libGL libXxf86vm libXrandr ] ++ optionals vulkanSupport [ libplacebo shaderc vulkan-headers vulkan-loader ] ++ optionals stdenv.isDarwin [ CoreFoundation Cocoa CoreAudio MediaPlayer ]; ffmpeg freetype libass libpthreadstubs libuchardet luaEnv mujs ] ++ lib.optionals alsaSupport [ alsa-lib ] ++ lib.optionals archiveSupport [ libarchive ] ++ lib.optionals bluraySupport [ libbluray ] ++ lib.optionals bs2bSupport [ libbs2b ] ++ lib.optionals cacaSupport [ libcaca ] ++ lib.optionals cddaSupport [ libcdio libcdio-paranoia ] ++ lib.optionals cmsSupport [ lcms2 ] ++ lib.optionals drmSupport [ libdrm mesa ] ++ lib.optionals dvdnavSupport [ libdvdnav libdvdnav.libdvdread ] ++ lib.optionals jackaudioSupport [ libjack2 ] ++ lib.optionals libpngSupport [ libpng ] ++ lib.optionals openalSupport [ openalSoft ] ++ lib.optionals pulseSupport [ libpulseaudio ] ++ lib.optionals rubberbandSupport [ rubberband ] ++ lib.optionals screenSaverSupport [ libXScrnSaver ] ++ lib.optionals sdl2Support [ SDL2 ] ++ lib.optionals sixelSupport [ libsixel ] ++ lib.optionals speexSupport [ speex ] ++ lib.optionals theoraSupport [ libtheora ] ++ lib.optionals vaapiSupport [ libva ] ++ lib.optionals vapoursynthSupport [ vapoursynth ] ++ lib.optionals vdpauSupport [ libvdpau ] ++ lib.optionals vulkanSupport [ libplacebo shaderc vulkan-headers vulkan-loader ] ++ lib.optionals waylandSupport [ wayland wayland-protocols libxkbcommon ] ++ lib.optionals x11Support [ libX11 libXext libGLU libGL libXxf86vm libXrandr ] ++ lib.optionals xineramaSupport [ libXinerama ] ++ lib.optionals xvSupport [ libXv ] ++ lib.optionals zimgSupport [ zimg ] ++ lib.optionals stdenv.isLinux [ nv-codec-headers ] ++ lib.optionals stdenv.isDarwin [ libiconv ] ++ lib.optionals stdenv.isDarwin [ CoreFoundation Cocoa CoreAudio MediaPlayer ]; enableParallelBuilding = true; postBuild = optionalString stdenv.isDarwin '' postBuild = lib.optionalString stdenv.isDarwin '' python3 TOOLS/osxbundle.py -s build/mpv '';"}
{"_id":"q-en-nixpkgs-24a76b8ccfb700276134962af09c21d4d28257577465d6ad78843cea520ed496","text":"patchShebangs --build configure ''; # JDK's build system attempts to specifically detect # and special-case WSL, and we don't want it to do that, # so pass the correct platform names explicitly configurePlatforms = [\"build\" \"host\"]; configureFlags = [ \"--with-boot-jdk=${openjdk-bootstrap.home}\" \"--with-version-build=${version.build}\""}
{"_id":"q-en-nixpkgs-24adc038695dfd6d1227f06a4ca6caf0da991d499585a47ae0089f6511edb45a","text":"hcl2json = callPackage ../applications/misc/hcl2json { }; hcledit = callPackage ../tools/text/hcledit { }; hcxtools = callPackage ../tools/security/hcxtools { }; hcxdumptool = callPackage ../tools/security/hcxdumptool { };"}
{"_id":"q-en-nixpkgs-24c783fe21e57d242545da6f6c480094a8209dd600111c930515f9c73013f234","text":"meta.homepage = \"https://github.com/tpope/vim-surround/\"; }; vim-svelte = buildVimPluginFrom2Nix { pname = \"vim-svelte\"; version = \"2022-02-17\"; src = fetchFromGitHub { owner = \"evanleck\"; repo = \"vim-svelte\"; rev = \"1080030d6a1bc6582389c133a07552ba0a442410\"; sha256 = \"0kwx0rkb6879v5c3jyavzh1hklxl2q1qwnm28x1p32kdcwqkccjp\"; }; meta.homepage = \"https://github.com/evanleck/vim-svelte/\"; }; vim-swap = buildVimPluginFrom2Nix { pname = \"vim-swap\"; version = \"2021-08-08\";"}
{"_id":"q-en-nixpkgs-24cd6a6541210f7b5ea9e61441e6a9f98a38d2fd5e96b88ceab56b64dfaa9e01","text":"--replace 'DESTINATION usr/share' \"DESTINATION share\" ''; postConfigure = '' substituteInPlace cmake_install.cmake --replace \"/var/empty\" \"/usr\" ''; meta = with lib; { description = \"A full configuration manager for JWM\"; homepage = \"https://joewing.net/projects/jwm\";"}
{"_id":"q-en-nixpkgs-24d15545b8a3e60b4f93a7e318e58fb9e84f0f617b99eae9141bf9a4c71df3a6","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":"q-en-nixpkgs-24d2e6a6ebb0eaf3db0717bfe1540953e6b04fa17a5739a83ac6b543c6deb975","text":", makeWrapper , ncurses5 , nspr , nss , nss_latest , pciutils , pkgsi686Linux , ps"}
{"_id":"q-en-nixpkgs-24e6760b5c243c8be700a39ded1d30151f63a3dadea3b8edc94e005d016c61ed","text":"{ lib , stdenv , buildPythonPackage , pythonOlder , fetchFromGitHub"}
{"_id":"q-en-nixpkgs-24e9e401ea0cfd6b53a056611d86f1d3301c490faef8be1619e8104cb53398e7","text":"# All packages built with the Musl libc. This will override the # default GNU libc on Linux systems. Non-Linux systems are not # supported. pkgsMusl = if stdenv.hostPlatform.isLinux then nixpkgsFun { # supported. 32-bit is also not supported. pkgsMusl = if stdenv.hostPlatform.isLinux && stdenv.buildPlatform.is64bit then nixpkgsFun { overlays = [ (self': super': { pkgsMusl = super'; })] ++ overlays;"}
{"_id":"q-en-nixpkgs-252be476694d866b1d56e04bada8b10672094fc88f2b019364a7e909c304b910","text":" # Customising Packages {#sec-customising-packages} Some packages in Nixpkgs have options to enable or disable optional functionality or change other aspects of the package. For instance, the Firefox wrapper package (which provides Firefox with a set of plugins such as the Adobe Flash player) has an option to enable the Google Talk plugin. It can be set in `configuration.nix` as follows: `nixpkgs.config.firefox.enableGoogleTalkPlugin = true;` ::: {.warning} Unfortunately, Nixpkgs currently lacks a way to query available configuration options. ::: Apart from high-level options, it's possible to tweak a package in almost arbitrary ways, such as changing or disabling dependencies of a package. For instance, the Emacs package in Nixpkgs by default has a dependency on GTK 2. If you want to build it against GTK 3, you can specify that as follows: ```nix environment.systemPackages = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ]; ``` The function `override` performs the call to the Nix function that produces Emacs, with the original arguments amended by the set of arguments specified by you. So here the function argument `gtk` gets the value `pkgs.gtk3`, causing Emacs to depend on GTK 3. (The parentheses are necessary because in Nix, function application binds more weakly than list construction, so without them, [](#opt-environment.systemPackages) would be a list with two elements.) Even greater customisation is possible using the function `overrideAttrs`. While the `override` mechanism above overrides the arguments of a package function, `overrideAttrs` allows changing the *attributes* passed to `mkDerivation`. This permits changing any aspect of the package, such as the source code. For instance, if you want to override the source code of Emacs, you can say: ```nix environment.systemPackages = [ (pkgs.emacs.overrideAttrs (oldAttrs: { name = \"emacs-25.0-pre\"; src = /path/to/my/emacs/tree; })) ]; ``` Here, `overrideAttrs` takes the Nix derivation specified by `pkgs.emacs` and produces a new derivation in which the original's `name` and `src` attribute have been replaced by the given values by re-calling `stdenv.mkDerivation`. The original attributes are accessible via the function argument, which is conventionally named `oldAttrs`. The overrides shown above are not global. They do not affect the original package; other packages in Nixpkgs continue to depend on the original rather than the customised package. This means that if another package in your system depends on the original package, you end up with two instances of the package. If you want to have everything depend on your customised instance, you can apply a *global* override as follows: ```nix nixpkgs.config.packageOverrides = pkgs: { emacs = pkgs.emacs.override { gtk = pkgs.gtk3; }; }; ``` The effect of this definition is essentially equivalent to modifying the `emacs` attribute in the Nixpkgs source tree. Any package in Nixpkgs that depends on `emacs` will be passed your customised instance. (However, the value `pkgs.emacs` in `nixpkgs.config.packageOverrides` refers to the original rather than overridden instance, to prevent an infinite recursion.) "}
{"_id":"q-en-nixpkgs-255bf8daa1ed7dcad1ba769a6916ee2ed8fd15b3f684d5b1c64b6153fbed2fab","text":"homepage = \"https://www.warp.dev\"; license = licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ emilytrau Enzime imadnyc ]; maintainers = with maintainers; [ emilytrau Enzime imadnyc donteatoreo ]; platforms = platforms.darwin ++ [ \"x86_64-linux\" ]; };"}
{"_id":"q-en-nixpkgs-2573ae12c0d018c501bb95ec45c537eb3f8819fe652266be92bdfaacb4bea96e","text":"cfg = config.services.tailscale; isNetworkd = config.networking.useNetworkd; in { meta.maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 ]; meta.maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 mfrw ]; options.services.tailscale = { enable = mkEnableOption (lib.mdDoc \"Tailscale client daemon\");"}
{"_id":"q-en-nixpkgs-25807bf0f6546dc4017bde697f3b0e432ea14c37da8e1e33143ce7e3c8a73b88","text":"vendorHash = \"sha256-9nkRr5Jh1nbI+XXbPj9KB0ZbLybv5JUVovpB311fO38=\"; nativeBuildInputs = [ installShellFiles makeWrapper ]; buildInputs = [ ttyd ffmpeg ]; ldflags = [ \"-s\" \"-w\" \"-X=main.Version=${version}\" ]; postInstall = '' wrapProgram $out/bin/vhs --prefix PATH : ${lib.makeBinPath [ ffmpeg ttyd ]} wrapProgram $out/bin/vhs --prefix PATH : ${lib.makeBinPath [ chromium ffmpeg ttyd ]} $out/bin/vhs man > vhs.1 installManPage vhs.1 installShellCompletion --cmd vhs "}
{"_id":"q-en-nixpkgs-2582019cd68438bf994599f6dddd68ce80ea3998fd0faaea95c013692b11c7ec","text":", fetchFromGitHub , hatchling , hatch-vcs , installShellFiles , packaging , platformdirs , pytestCheckHook"}
{"_id":"q-en-nixpkgs-2583687e84814057611e6a579c089d6c69df20fb36aedca5b66dd30a9817021a","text":"- Check for unnecessary whitespace with `git diff --check` before committing. - If you have commits `pkg-name: oh, forgot to insert whitespace`: squash commits in this case. Use `git rebase -i`. See [Squashing Commits](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#_squashing) for additional information. - For consistency, there should not be a period at the end of the commit message's summary line (the first line of the commit message)."}
{"_id":"q-en-nixpkgs-259dca1178963bd4bbdfde0927b29fd9a4fa312b3adfaf2dae401d56a5e83e1f","text":"\"\"\" return subprocess.check_output( [CERTTOOL_COMMAND] + list(args), preexec_fn=lambda: os.umask(0o077), preexec_fn=run_as_taskd_group, stderr=subprocess.STDOUT, **kwargs )"}
{"_id":"q-en-nixpkgs-25d012bb0943d66a5dfa84d820c4a2622ead6649de28129b97e33b581ef4f71a","text":"folder.enable ) cfg.settings.folders); updateConfig = pkgs.writers.writeDash \"merge-syncthing-config\" '' jq = \"${pkgs.jq}/bin/jq\"; updateConfig = pkgs.writers.writeBash \"merge-syncthing-config\" ('' set -efu # be careful not to leak secrets in the filesystem or in process listings umask 0077 # get the api key by parsing the config.xml"}
{"_id":"q-en-nixpkgs-25f780363df5d5f95ece2c15e0ef17b6975264d5b92ef1f56c51973a3155ae67","text":"lpath = \"acme/${cert}\"; apath = \"/var/lib/${lpath}\"; spath = \"/var/lib/acme/.lego\"; rights = if data.allowKeysForGroup then \"750\" else \"700\"; fileMode = if data.allowKeysForGroup then \"640\" else \"600\"; globalOpts = [ \"-d\" data.domain \"--email\" data.email \"--path\" \".\" \"--key-type\" data.keyType ] ++ optionals (cfg.acceptTerms) [ \"--accept-tos\" ] ++ optionals (data.dnsProvider != null && !data.dnsPropagationCheck) [ \"--dns.disable-cp\" ]"}
{"_id":"q-en-nixpkgs-25f86e73862959de732ce2bf249e716ab86264fcbdba63dc3532538d0880b424","text":" # pkgs.snapTools {#sec-pkgs-snapTools} `pkgs.snapTools` is a set of functions for creating Snapcraft images. Snap and Snapcraft is not used to perform these operations. ## The makeSnap Function {#ssec-pkgs-snapTools-makeSnap-signature} `makeSnap` takes a single named argument, `meta`. This argument mirrors [the upstream `snap.yaml` format](https://docs.snapcraft.io/snap-format) exactly. The `base` should not be specified, as `makeSnap` will force set it. Currently, `makeSnap` does not support creating GUI stubs. ## Build a Hello World Snap {#ssec-pkgs-snapTools-build-a-snap-hello} The following expression packages GNU Hello as a Snapcraft snap. ```{#ex-snapTools-buildSnap-hello .nix} let inherit (import { }) snapTools hello; in snapTools.makeSnap { meta = { name = \"hello\"; summary = hello.meta.description; description = hello.meta.longDescription; architectures = [ \"amd64\" ]; confinement = \"strict\"; apps.hello.command = \"${hello}/bin/hello\"; }; } ``` `nix-build` this expression and install it with `snap install ./result --dangerous`. `hello` will now be the Snapcraft version of the package. ## Build a Graphical Snap {#ssec-pkgs-snapTools-build-a-snap-firefox} Graphical programs require many more integrations with the host. This example uses Firefox as an example, because it is one of the most complicated programs we could package. ```{#ex-snapTools-buildSnap-firefox .nix} let inherit (import { }) snapTools firefox; in snapTools.makeSnap { meta = { name = \"nix-example-firefox\"; summary = firefox.meta.description; architectures = [ \"amd64\" ]; apps.nix-example-firefox = { command = \"${firefox}/bin/firefox\"; plugs = [ \"pulseaudio\" \"camera\" \"browser-support\" \"avahi-observe\" \"cups-control\" \"desktop\" \"desktop-legacy\" \"gsettings\" \"home\" \"network\" \"mount-observe\" \"removable-media\" \"x11\" ]; }; confinement = \"strict\"; }; } ``` `nix-build` this expression and install it with `snap install ./result --dangerous`. `nix-example-firefox` will now be the Snapcraft version of the Firefox package. The specific meaning behind plugs can be looked up in the [Snapcraft interface documentation](https://docs.snapcraft.io/supported-interfaces). "}
{"_id":"q-en-nixpkgs-25fbd5bc519699b4cddcc8d75a08c81584e8ba283de8ee1ddce086a87b3843b4","text":" #!/usr/bin/env nix-shell #! nix-shell -i bash -p curl # We use this script to download local copies instead of using # fetchpatch because lmhouse/MINGW-packages-dev is constantly rebased # against msys2/MINGW-packages-dev and won't have stable commit hashes. name=Added-mcf-thread-model-support-from-mcfgthread.patch source=https://raw.githubusercontent.com/lhmouse/MINGW-packages-dev/master/mingw-w64-gcc-git dest=$(dirname \"$0\") for majorVersion in 6 7 8 9 10; do curl \"$source/9000-gcc-$majorVersion-branch-$name\" > \"$dest/$majorVersion/$name\" done "}
{"_id":"q-en-nixpkgs-25fdde895c1fd2e852f6b737418048cdc68c413dd7791903fc7f4c37f6d31676","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":"q-en-nixpkgs-26445ccf291a9469f2b2f44a3ed38dc9052c7750feb65b6e7ef378b9161a7015","text":"mnc = callPackage ../tools/misc/mnc { }; mgmt = callPackage ../applications/system/mgmt {}; mprocs = callPackage ../tools/misc/mprocs { }; nominatim = callPackage ../servers/nominatim { };"}
{"_id":"q-en-nixpkgs-268b801a12d2c13a4711e368954109aebf8b8c56c1b417e9a8dd3c27e8ad88f8","text":"\"-X helm.sh/helm/v3/internal/version.gitCommit=${src.rev}\" ]; preBuild = '' # set k8s version to client-go version, to match upstream K8S_MODULES_VER=\"$(go list -f '{{.Version}}' -m k8s.io/client-go)\" K8S_MODULES_MAJOR_VER=\"$(($(cut -d. -f1 <<<\"$K8S_MODULES_VER\") + 1))\" K8S_MODULES_MINOR_VER=\"$(cut -d. -f2 <<<\"$K8S_MODULES_VER\")\" old_ldflags=\"''${ldflags}\" ldflags=\"''${ldflags} -X helm.sh/helm/v3/pkg/lint/rules.k8sVersionMajor=''${K8S_MODULES_MAJOR_VER}\" ldflags=\"''${ldflags} -X helm.sh/helm/v3/pkg/lint/rules.k8sVersionMinor=''${K8S_MODULES_MINOR_VER}\" ldflags=\"''${ldflags} -X helm.sh/helm/v3/pkg/chartutil.k8sVersionMajor=''${K8S_MODULES_MAJOR_VER}\" ldflags=\"''${ldflags} -X helm.sh/helm/v3/pkg/chartutil.k8sVersionMinor=''${K8S_MODULES_MINOR_VER}\" ''; __darwinAllowLocalNetworking = true; preCheck = '' # restore ldflags for tests ldflags=\"''${old_ldflags}\" # skipping version tests because they require dot git directory substituteInPlace cmd/helm/version_test.go --replace \"TestVersion\" \"SkipVersion\""}
{"_id":"q-en-nixpkgs-26cf68bd75d90aafcc9fd84118bedb6f81b653bf273ac8328efd5c4286641b97","text":" import ./make-test-python.nix ( { pkgs, ... }: { name = \"turn-rs\"; nodes = { server = { virtualisation.vlans = [ 1 ]; networking = { useNetworkd = true; useDHCP = false; firewall.enable = false; }; systemd.network.networks.\"01-eth1\" = { name = \"eth1\"; networkConfig.Address = \"10.0.0.1/24\"; }; services.turn-rs = { enable = true; secretFile = pkgs.writeText \"secret\" '' USER_1_CREDS=\"foobar\" ''; settings = { turn = { realm = \"localhost\"; interfaces = [ { transport = \"udp\"; bind = \"127.0.0.1:3478\"; external = \"127.0.0.1:3478\"; } { transport = \"tcp\"; bind = \"127.0.0.1:3478\"; external = \"127.0.0.1:3478\"; } ]; }; auth.static_credentials.user1 = \"$USER_1_CREDS\"; }; }; }; }; testScript = # python '' import json start_all() server.wait_for_unit('turn-rs.service') server.wait_for_open_port(3000, \"127.0.0.1\") info = server.succeed('curl http://localhost:3000/info') jsonInfo = json.loads(info) assert len(jsonInfo['interfaces']) == 2, f'Interfaces doesn't contain two entries:n{json.dumps(jsonInfo, indent=2)}' config = server.succeed('cat /run/turn-rs/config.toml') assert 'foobar' in config, f'Secrets are not properly injected:n{config}' ''; } ) "}
{"_id":"q-en-nixpkgs-26d0e702aef805f5d398526f3f28eb2a47f9b8f8a42ad95792499ed9b388af5b","text":"cpu = [ ]; }; by-spec.\"bower2nix\".\"*\" = self.by-version.\"bower2nix\".\"3.0.1\"; by-version.\"bower2nix\".\"3.0.1\" = self.buildNodePackage { name = \"bower2nix-3.0.1\"; version = \"3.0.1\"; self.by-version.\"bower2nix\".\"3.1.1\"; by-version.\"bower2nix\".\"3.1.1\" = self.buildNodePackage { name = \"bower2nix-3.1.1\"; version = \"3.1.1\"; bin = true; src = fetchurl { url = \"https://registry.npmjs.org/bower2nix/-/bower2nix-3.0.1.tgz\"; name = \"bower2nix-3.0.1.tgz\"; sha1 = \"06a52c033a66a890fb0c7c45a43074f3bc2e4a44\"; url = \"https://registry.npmjs.org/bower2nix/-/bower2nix-3.1.1.tgz\"; name = \"bower2nix-3.1.1.tgz\"; sha1 = \"wfzj1k6jkfnk1bkgbmpni59mdab8zk3p\"; }; deps = { \"argparse-1.0.4\" = self.by-version.\"argparse\".\"1.0.4\";"}
{"_id":"q-en-nixpkgs-27245766c060cb110de1222b104ea2d27c20b59698c3b25850c22d7da0cc765a","text":"\"aarch64-linux\" = { platformStr = \"linuxarm64\"; projectArch = \"arm64\"; sha256 = \"01ny1k10dklsqrrqmxqd9433413wmpk4ddsmkjp9dzv52dvpcl08\"; }; \"i686-linux\" = { platformStr = \"linux32\"; projectArch = \"x86\"; sha256 = \"000j6pc336c43xczl1rs5zf8nsf17y76f1kpy14gqgpwyzl8my0w\"; }; \"x86_64-linux\" = { platformStr = \"linux64\"; projectArch = \"x86_64\"; sha256 = \"1ydjckld89dkpy5zrvk7jjpz70mnlmbm8yinkfpzgcwbkcakk6k7\"; }; }; platforms.\"aarch64-linux\".sha256 = \"0m12adzcs6xsmgnqsdc5g0xs6xmjbj560x4d9rnv9fpf1p7jv2fa\"; platforms.\"i686-linux\".sha256 = \"00cy5kxx8hpifkwhn9qbfch7ng3crx0zb6ypllzip6qms956mama\"; platforms.\"x86_64-linux\".sha256 = \"1f1hxx4xl0wljyrgj0m3zq47yz2cyqd52qigrkpcvavr1d2sx6m3\"; platformInfo = builtins.getAttr stdenv.targetPlatform.system platforms; in stdenv.mkDerivation rec { pname = \"cef-binary\"; version = \"96.0.18\"; gitRevision = \"fe551e4\"; chromiumVersion = \"96.0.4664.110\"; version = \"98.1.21\"; gitRevision = \"9782362\"; chromiumVersion = \"98.0.4758.102\"; src = fetchurl { url = \"https://cef-builds.spotifycdn.com/cef_binary_${version}+g${gitRevision}+chromium-${chromiumVersion}_${platformInfo.platformStr}_minimal.tar.bz2\";"}
{"_id":"q-en-nixpkgs-272ffd4cccb08bcf96a8df0ac8c739bb07156a0e610a04048cec0d6ea517a488","text":"sha256 = \"sha256-wWpP2u+oQSESjkRvAn5by7efvssYtKBYg2E+FZ/+tg0=\"; }; modRoot = \"cli\"; vendorHash = \"sha256-miwGLWpoaavg/xcw/0pNBYCdovBnvjP5kdaaGPcRuWk=\"; cli = buildGoModule { pname = \"pritunl-cli\"; inherit version src; modRoot = \"cli\"; vendorHash = \"sha256-miwGLWpoaavg/xcw/0pNBYCdovBnvjP5kdaaGPcRuWk=\"; postInstall = '' mv $out/bin/cli $out/bin/pritunl-client ''; }; service = buildGoModule { pname = \"pritunl-client-service\"; inherit version src; modRoot = \"service\"; vendorHash = \"sha256-9Fv8m3eWlxv4WWDSdI0VMavgy+0OSIVZ98dkDBwm4Gc=\"; nativeBuildInputs = [ makeWrapper ]; postPatch = '' sed -Ei service/profile/scripts.go -e 's|#!s*(/usr)?/bin/(env )?bashb|#! ${runtimeShell}|g' '' + lib.optionalString stdenv.isLinux '' sed -Ei service/profile/scripts.go -e 's|(/usr)?/s?bin/busctlb|busctl|g' -e 's|(/usr)?/s?bin/resolvectlb|resolvectl|g' -e 's|(/usr)?/s?bin/ipb|ip|g' ''; postInstall = '' mv $out/bin/service $out/bin/pritunl-client-service '' + lib.optionalString stdenv.isLinux '' mkdir -p $out/lib/systemd/system/ cp $src/resources_linux/pritunl-client.service $out/lib/systemd/system/ substituteInPlace $out/lib/systemd/system/pritunl-client.service --replace \"/usr\" \"$out\" ''; postFixup = let hookScriptsDeps = [ coreutils which gnused gnugrep ] ++ lib.optionals stdenv.isLinux [ openresolv systemd iproute2 ]; openvpn-wrapped = runCommand \"openvpn-wrapped\" { nativeBuildInputs = [ makeWrapper ]; } '' mkdir -p $out/bin makeWrapper ${openvpn}/bin/openvpn $out/bin/openvpn --prefix PATH : ${lib.makeBinPath hookScriptsDeps} --add-flags \"--setenv PATH $PATH\" ''; in lib.optionalString stdenv.isLinux '' wrapProgram $out/bin/pritunl-client-service --prefix PATH : \"${lib.makeBinPath ([ openvpn-wrapped ])}\" ''; }; in stdenv.mkDerivation { pname = \"pritunl-client\"; inherit version src; dontBuild = true; dontConfigure = true; nativeBuildInputs = [ makeWrapper installShellFiles ]; postInstall = '' mv $out/bin/cli $out/bin/pritunl-client installPhase = '' runHook preInstall mkdir -p $out/bin/ ln -s ${cli}/bin/pritunl-client $out/bin/ ln -s ${service}/bin/pritunl-client-service $out/bin/ mkdir -p $out/lib/ cp -r client $out/lib/pritunl_client_electron makeWrapper ${electron}/bin/electron $out/bin/pritunl-client-electron --add-flags $out/lib/pritunl_client_electron '' + lib.optionalString stdenv.isLinux '' mkdir -p $out/lib/systemd/system/ ln -s ${service}/lib/systemd/system/pritunl-client.service $out/lib/systemd/system/ mkdir -p $out/share/icons/ cp -r resources_linux/icons $out/share/icons/hicolor mkdir -p $out/share/applications/ cp resources_linux/pritunl-client-electron.desktop $out/share/applications/ substituteInPlace $out/share/applications/pritunl-client-electron.desktop --replace \"/usr/lib/pritunl_client_electron/Pritunl\" \"$out/bin/pritunl-client-electron\" '' + '' # install shell completions for pritunl-client installShellCompletion --cmd pritunl-client --bash <($out/bin/pritunl-client completion bash) --fish <($out/bin/pritunl-client completion fish) --zsh <($out/bin/pritunl-client completion zsh) runHook postInstall ''; meta = with lib; { description = \"Pritunl OpenVPN client CLI\"; homepage = \"https://github.com/pritunl/pritunl-client-electron/tree/master/cli\"; description = \"Pritunl OpenVPN client\"; homepage = \"https://client.pritunl.com/\"; license = licenses.unfree; maintainers = with maintainers; [ minizilla ]; maintainers = with maintainers; [ minizilla andrevmatos ]; }; }"}
{"_id":"q-en-nixpkgs-274be68830d7d58f83ba9dedc48735440524765215695f12a5be4b52a04bca90","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":"q-en-nixpkgs-2789262415131024a21bf2d6f1be0f6eb768acd6169b25445572273ae790c6e9","text":"buildGoModule rec { pname = \"upterm\"; version = \"0.10.0\"; version = \"0.12.0\"; src = fetchFromGitHub { owner = \"owenthereal\"; repo = \"upterm\"; rev = \"v${version}\"; hash = \"sha256-wjbptcGy3wOZPm/11El7Xqz6NrR8G19V9zfU5pKFGuk=\"; hash = \"sha256-Ljiy23qZTe81qaRTgrpuAdZqdOT8t8+cTqXLpKo5yFc=\"; }; vendorHash = null; vendorHash = \"sha256-hXmcgLNzVkU3RC3rj9I+/GlXyxbvPFsoFvVSLJTUHMM=\"; subPackages = [ \"cmd/upterm\" \"cmd/uptermd\" ];"}
{"_id":"q-en-nixpkgs-27a009ebc1edf111d2b6a3d6452cc25671bf5abbaa35b1bc5f475558bf47a028","text":"cmakeConfigureFlags = [ \"-DGLM_INSTALL_ENABLE=off\" ]; # fetch newer version of platform.h which correctly supports gcc 7.3 gcc7PlatformPatch = fetchurl { url = \"https://raw.githubusercontent.com/g-truc/glm/dd48b56e44d699a022c69155c8672caacafd9e8a/glm/simd/platform.h\"; sha256 = \"0y91hlbgn5va7ijg5mz823gqkq9hqxl00lwmdwnf8q2g086rplzw\"; }; postPatch = '' substituteInPlace CMakeLists.txt --replace '\"''${CMAKE_CURRENT_BINARY_DIR}/''${GLM_INSTALL_CONFIGDIR}' '\"''${GLM_INSTALL_CONFIGDIR}' cp ${gcc7PlatformPatch} glm/simd/platform.h ''; postInstall = ''"}
{"_id":"q-en-nixpkgs-27af0efc3b3e2dcf1910b0cd3a8c0e5382607b2ddf557e1292c265bacd25066b","text":"--suffix PATH ':' \"$out${browser.execdir or \"/bin\"}\" --set MOZ_APP_LAUNCHER \"${browserName}${nameSuffix}\" --set MOZ_SYSTEM_DIR \"$out/lib/mozilla\" --set SNAP_NAME \"firefox\" ${lib.optionalString gdkWayland '' --set GDK_BACKEND \"wayland\" ''}${lib.optionalString (browser ? gtk3)"}
{"_id":"q-en-nixpkgs-27c1c130241192d1856759c750161a5a20156ee0177dd3240c38aa2653063ac7","text":"url = \"http://download.enlightenment.org/rel/apps/enlightenment/${name}.tar.xz\"; sha256 = \"016z1vilhjarpxzn5bwcw696d8b66rklnhkrwzfa5mcxn8gpmvap\"; }; buildInputs = [ pkgconfig e19.efl e19.elementary xlibs.libXdmcp xlibs.libxcb xlibs.xcbutilkeysyms xlibs.libXrandr libffi pam alsaLib luajit bzip2 libpthreadstubs gdbm ] ++ stdenv.lib.optionals stdenv.isLinux [ libcap ]; buildInputs = [ pkgconfig e19.efl e19.elementary xlibs.libXdmcp xlibs.libxcb xlibs.xcbutilkeysyms xlibs.libXrandr libffi pam alsaLib luajit bzip2 libpthreadstubs gdbm ] ++ stdenv.lib.optionals stdenv.isLinux [ libcap ]; preConfigure = '' export NIX_CFLAGS_COMPILE=\"-I${e19.efl}/include/eo-1 -I${e19.efl}/include/ecore-imf-1 -I${e19.efl}/include/ethumb-client-1 -I${e19.efl}/include/ethumb-1 $NIX_CFLAGS_COMPILE\" export USER_SESSION_DIR=$prefix/lib/systemd/user substituteInPlace src/modules/xkbswitch/e_mod_parse.c --replace \"/usr/share/X11/xkb/rules/xorg.lst\" \"${xkeyboard_config}/share/X11/xkb/rules/base.lst\" ''; # this is a hack and without this cpufreq module is not working:"}
{"_id":"q-en-nixpkgs-27cd49f92d3276578935af37760a75c1efcdd4e394a6aa8bcef70f440f983d9c","text":"description = \"Decentralized and portable C/C++ package manager\"; license = licenses.mit; maintainers = with maintainers; [ HaoZeke ]; platforms = platforms.linux; }; }"}
{"_id":"q-en-nixpkgs-27fcc668039982b0007705912ed6766a4f0647ded636cb04a1650b2db51d634d","text":"path = [ config.services.postgresql.package ]; }) { after = [ \"network-online.target\" ]; wantedBy = [ \"multi-user.target\" ]; script = let psql = \"${lib.optionalString (!localDB) \"PGPASSFILE=${cfg.database.passwordFile}\"} ${pkgs.postgresql}/bin/psql ${lib.optionalString (!localDB) \"-h ${cfg.database.host} -U ${cfg.database.username} \"} ${cfg.database.dbname}\";"}
{"_id":"q-en-nixpkgs-2838ab4184450982a5f2405ad9fe5210dbb6872ae73dc1a79b6fb67532e6a071","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":"q-en-nixpkgs-288c00375092a6a45fe95a184a76b0b43ac0f17bf5a65c427f7a20389e9f221d","text":"enableIwd = cfg.wifi.backend == \"iwd\"; mkValue = v: if v == true then \"yes\" else if v == false then \"no\" else if lib.isInt v then toString v else v; mkSection = name: attrs: '' [${name}] ${ lib.concatStringsSep \"n\" (lib.mapAttrsToList (k: v: \"${k}=${mkValue v}\") (lib.filterAttrs (k: v: v != null) attrs)) } ''; configFile = pkgs.writeText \"NetworkManager.conf\" (lib.concatStringsSep \"n\" [ (mkSection \"main\" { configAttrs = lib.recursiveUpdate { main = { plugins = \"keyfile\"; inherit (cfg) dhcp dns; # If resolvconf is disabled that means that resolv.conf is managed by some other module. rc-manager = if config.networking.resolvconf.enable then \"resolvconf\" else \"unmanaged\"; }) (mkSection \"keyfile\" { }; keyfile = { unmanaged-devices = if cfg.unmanaged == [ ] then null else lib.concatStringsSep \";\" cfg.unmanaged; }) (mkSection \"logging\" { if cfg.unmanaged == [ ] then null else lib.concatStringsSep \";\" cfg.unmanaged; }; logging = { audit = config.security.audit.enable; level = cfg.logLevel; }) (mkSection \"connection\" cfg.connectionConfig) (mkSection \"device\" { \"wifi.scan-rand-mac-address\" = cfg.wifi.scanRandMacAddress; \"wifi.backend\" = cfg.wifi.backend; }) cfg.extraConfig ]); }; connection = cfg.connectionConfig; device = { \"wifi.scan-rand-mac-address\" = cfg.wifi.scanRandMacAddress; \"wifi.backend\" = cfg.wifi.backend; }; } cfg.settings; configFile = ini.generate \"NetworkManager.conf\" configAttrs; /* [network-manager]"}
{"_id":"q-en-nixpkgs-28a06299257fd432d72683f35db5ce2555f069208571fe724e0e10267a31e694","text":"{ lib , buildPythonPackage , stdenv , toPythonModule , fetchFromGitHub , cmake , boost , eigen , nlopt , ipopt , boost , nlopt , pagmo2 , numpy , python , cloudpickle , ipyparallel , numba , python , numpy , pybind11 }: let propagatedBuildInputs = [ numpy cloudpickle ipyparallel numba ]; pagmo2WithPython = pagmo2.overrideAttrs (oldAttrs: { cmakeFlags = oldAttrs.cmakeFlags ++ [ \"-DPAGMO_BUILD_PYGMO=yes\" \"-DPAGMO_BUILD_PAGMO=no\" \"-DPagmo_DIR=${pagmo2}\" ]; buildInputs = [ eigen nlopt ipopt boost pagmo2 ] ++ propagatedBuildInputs; postInstall = '' mv wheel $out ''; }); in buildPythonPackage { toPythonModule (stdenv.mkDerivation rec { pname = \"pygmo\"; version = pagmo2WithPython.version; inherit propagatedBuildInputs; version = \"2.18.0\"; src = pagmo2WithPython; preBuild = '' mv ${python.sitePackages}/pygmo wheel cd wheel ''; src = fetchFromGitHub { owner = \"esa\"; repo = \"pygmo2\"; rev = \"v${version}\"; sha256 = \"sha256-he7gxRRJd6bBrD0Z0i+CQTr5JH4P3Im/beNGO+HfmNM=\"; }; # dont do tests doCheck = false; cmakeFlags = [ \"-DPYGMO_INSTALL_PATH=${placeholder \"out\"}/lib/${python.libPrefix}/site-packages\" ]; nativeBuildInputs = [ cmake ]; propagatedBuildInputs = [ cloudpickle ipyparallel numba numpy python ]; buildInputs = [ boost eigen ipopt nlopt pagmo2 pybind11 ]; doCheck = true; meta = with lib; { description = \"Parallel optimisation for Python\"; homepage = \"https://esa.github.io/pagmo2/\"; homepage = \"https://github.com/esa/pygmo2\"; license = licenses.gpl3Plus; maintainers = [ maintainers.costrouc ]; }; } }) "}
{"_id":"q-en-nixpkgs-28c40f3a93b2c7bd6d198c9407fb147b5ddb73044d00d498e2e1e721f196cbff","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":"q-en-nixpkgs-28c8c7a4ae153b9aa8df97b3ac195753ff60b9c14d2bedcbe6a0e783e547fd9e","text":"in lib.concatStringsSep \"n\" commands; postFixup = '' # Make sure that libGLESv2 is found by dlopen (if using EGL). # Make sure that libGLESv2 and libvulkan are found by dlopen. chromiumBinary=\"$libExecPath/$packageName\" origRpath=\"$(patchelf --print-rpath \"$chromiumBinary\")\" patchelf --set-rpath \"${libGL}/lib:$origRpath\" \"$chromiumBinary\" patchelf --set-rpath \"${lib.makeLibraryPath [ libGL vulkan-loader ]}:$origRpath\" \"$chromiumBinary\" ''; passthru = {"}
{"_id":"q-en-nixpkgs-28f78fab153125def608d2cc222fc5dd233646a0e9564b5d65859f0dbadf0e30","text":" { lib, fetchFromGitHub, stdenv, makeWrapper, gitUpdater, python311Packages, tk, darwin, koboldLiteSupport ? true, config, cudaPackages ? { }, openblasSupport ? !stdenv.isDarwin, openblas, cublasSupport ? config.cudaSupport, clblastSupport ? stdenv.isLinux, clblast, ocl-icd, vulkanSupport ? true, vulkan-loader, metalSupport ? stdenv.isDarwin && stdenv.isAarch64, # You can find list of x86_64 options here: https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html # For ARM here: https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html # If you set \"march\" to \"native\", specify \"mtune\" as well; otherwise, it will be set to \"generic\". (credit to: https://lemire.me/blog/2018/07/25/it-is-more-complicated-than-i-thought-mtune-march-in-gcc/) # For example, if you have an AMD Ryzen CPU, you will set \"march\" to \"x86-64\" and \"mtune\" to \"znver2\" march ? \"\", mtune ? \"\", }: let makeBool = option: bool: (if bool then \"${option}=1\" else \"\"); effectiveStdenv = if cublasSupport then cudaPackages.backendStdenv else stdenv; in effectiveStdenv.mkDerivation (finalAttrs: { pname = \"koboldcpp\"; version = \"1.66\"; src = fetchFromGitHub { owner = \"LostRuins\"; repo = \"koboldcpp\"; rev = \"refs/tags/v${finalAttrs.version}\"; sha256 = \"sha256-3Gsbfxh3K3xa6Ofs9M9cfKWg0sxrolL8Ivx40iqvlA8=\"; }; enableParallelBuilding = true; nativeBuildInputs = [ makeWrapper python311Packages.wrapPython ]; pythonInputs = builtins.attrValues { inherit (python311Packages) tkinter customtkinter packaging; }; buildInputs = [ tk ] ++ finalAttrs.pythonInputs ++ lib.optionals effectiveStdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.Accelerate darwin.apple_sdk_11_0.frameworks.CoreVideo darwin.apple_sdk_11_0.frameworks.CoreGraphics darwin.apple_sdk_11_0.frameworks.CoreServices ] ++ lib.optionals metalSupport [ darwin.apple_sdk_11_0.frameworks.MetalKit darwin.apple_sdk_11_0.frameworks.Foundation darwin.apple_sdk_11_0.frameworks.MetalPerformanceShaders ] ++ lib.optionals openblasSupport [ openblas ] ++ lib.optionals cublasSupport [ cudaPackages.libcublas cudaPackages.cuda_nvcc cudaPackages.cuda_cudart cudaPackages.cuda_cccl ] ++ lib.optionals clblastSupport [ clblast ocl-icd ] ++ lib.optionals vulkanSupport [ vulkan-loader ]; pythonPath = finalAttrs.pythonInputs; darwinLdFlags = lib.optionals stdenv.isDarwin [ \"-F${darwin.apple_sdk_11_0.frameworks.CoreServices}/Library/Frameworks\" \"-F${darwin.apple_sdk_11_0.frameworks.Accelerate}/Library/Frameworks\" \"-framework CoreServices\" \"-framework Accelerate\" ]; metalLdFlags = lib.optionals metalSupport [ \"-F${darwin.apple_sdk_11_0.frameworks.Foundation}/Library/Frameworks\" \"-F${darwin.apple_sdk_11_0.frameworks.Metal}/Library/Frameworks\" \"-framework Foundation\" \"-framework Metal\" ]; env.NIX_LDFLAGS = lib.concatStringsSep \" \" (finalAttrs.darwinLdFlags ++ finalAttrs.metalLdFlags); env.NIX_CFLAGS_COMPILE = lib.optionalString (march != \"\") \"-march=${march}\" + lib.optionalString (mtune != \"\") \"-mtune=${mtune}\"; makeFlags = [ (makeBool \"LLAMA_OPENBLAS\" openblasSupport) (makeBool \"LLAMA_CUBLAS\" cublasSupport) (makeBool \"LLAMA_CLBLAST\" clblastSupport) (makeBool \"LLAMA_VULKAN\" vulkanSupport) (makeBool \"LLAMA_METAL\" metalSupport) ]; installPhase = '' runHook preInstall mkdir -p \"$out/bin\" install -Dm755 koboldcpp.py \"$out/bin/koboldcpp.unwrapped\" cp *.so \"$out/bin\" cp *.embd \"$out/bin\" ${lib.optionalString (!koboldLiteSupport) '' rm \"$out/bin/kcpp_docs.embd\" rm \"$out/bin/klite.embd\" ''} runHook postInstall ''; postFixup = '' wrapPythonProgramsIn \"$out/bin\" \"$pythonPath\" makeWrapper \"$out/bin/koboldcpp.unwrapped\" \"$out/bin/koboldcpp\" --prefix PATH ${lib.makeBinPath [ tk ]} ''; passthru.updateScript = gitUpdater { rev-prefix = \"v\"; }; meta = { description = \"A way to run various GGML and GGUF models\"; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ maxstrid donteatoreo ]; mainProgram = \"koboldcpp\"; platforms = lib.platforms.unix; }; }) "}
{"_id":"q-en-nixpkgs-291abe32038cdad3a78fe84f03f8948c66656536fb7ac77897556a8a4ac2ef7c","text":" { lib , stdenv }: # Trick to build a gcc that is capable of emitting shared libraries *without* having the # targetPlatform libc available beforehand. Taken from: # https://web.archive.org/web/20170222224855/http://frank.harvard.edu/~coldwell/toolchain/ # https://web.archive.org/web/20170224235700/http://frank.harvard.edu/~coldwell/toolchain/t-linux.diff let # crt{i,n}.o are the first and last (respectively) object file # linked when producing an executable. Traditionally these # files are delivered as part of the C library, but on GNU # systems they are in fact built by GCC. Since libgcc needs to # build before glibc, we can't wait for them to be copied by # glibc. At this early pre-glibc stage these files sometimes # have different names. crtstuff-ofiles = if stdenv.targetPlatform.isPower then \"ecrti.o ecrtn.o ncrti.o ncrtn.o\" else \"crti.o crtn.o\"; # Normally, `SHLIB_LC` is set to `-lc`, which means that # `libgcc_s.so` cannot be built until `libc.so` is available. # The assignment below clobbers this variable, removing the # `-lc`. # # On PowerPC we add `-mnewlib`, which means \"libc has not been # built yet\". This causes libgcc's Makefile to use the # gcc-built `{e,n}crt{n,i}.o` instead of failing to find the # versions which have been repackaged in libc as `crt{n,i}.o` # SHLIB_LC = lib.optionalString stdenv.targetPlatform.isPower \"-mnewlib\"; in '' echo 'libgcc.a: ${crtstuff-ofiles}' >> libgcc/Makefile.in echo 'SHLIB_LC=${SHLIB_LC}' >> libgcc/Makefile.in '' "}
{"_id":"q-en-nixpkgs-292f15f8da1f7a70804282f569b0848b00b9212c68313a08b61a96ba3184d4d9","text":"propagatedBuildInputs = [ alembic ipython jinja2 pamela python-oauth2 requests sqlalchemy tornado traitlets prometheus_client async_generator traitlets prometheus_client async_generator notebook ]; # Disable tests because they take an excessive amount of time to complete."}
{"_id":"q-en-nixpkgs-298869088c46e1ff967c39719d6c0fbccb946a2773ec231a6254cf73b077e868","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":"q-en-nixpkgs-29d0507162206bff3f43f09861e3e3361fa24444c53a82d4e489bd46477eb732","text":" # This file has been generated by node2nix 1.11.1. Do not edit! {pkgs ? import { inherit system; }, system ? builtins.currentSystem, nodejs ? pkgs.\"nodejs-14_x\"}: let nodeEnv = import ../../../node-packages/node-env.nix { inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript; inherit pkgs nodejs; libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null; }; in import ./packages.nix { inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit; inherit nodeEnv; } "}
{"_id":"q-en-nixpkgs-29d6a06ad40a0fae13ec9c3371b2cecaf9fb95da57797c160f95c0e09d001f0d","text":" { lib, buildGoModule, fetchFromGitHub, installShellFiles, restic, bash, testers, resticprofile, }: buildGoModule rec { pname = \"resticprofile\"; version = \"0.27.0\"; src = fetchFromGitHub { owner = \"creativeprojects\"; repo = \"resticprofile\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-CUTDlSpP0ztr3sEKT0ppFnWx/bcVuY1oIKWJNZylDoM=\"; }; postPatch = '' substituteInPlace schedule_jobs.go --replace-fail \"os.Executable()\" \"\"$out/bin/resticprofile\", nil\" substituteInPlace shell/command.go --replace-fail '\"bash\"' '\"${lib.getExe bash}\"' substituteInPlace filesearch/filesearch.go --replace-fail 'paths := getSearchBinaryLocations()' 'return \"${lib.getExe restic}\", nil; paths := getSearchBinaryLocations()' ''; vendorHash = \"sha256-t2R5uNsliSn+rIvRM0vT6lQJY62DhhozXnONiCJ9CMc=\"; ldflags = [ \"-X main.commit=${src.rev}\" \"-X main.date=unknown\" \"-X main.builtBy=nixpkgs\" ]; nativeBuildInputs = [ installShellFiles ]; preCheck = '' rm battery_test.go # tries to get battery data rm update_test.go # tries to use network rm lock/lock_test.go # needs ping rm preventsleep/caffeinate_test.go # tries to communicate with dbus rm priority/ioprio_test.go # tries to set nice(2) IO priority rm restic/downloader_test.go # tries to use network rm schedule/schedule_test.go # tries to use systemctl # `config/path_test.go` expects `$HOME` to be the same as `~nixbld` which is `$NIX_BUILD_TOP` export HOME=\"$NIX_BUILD_TOP\" # `util/tempdir_test.go` expects `$HOME/.cache` to exist mkdir \"$HOME/.cache\" ''; installPhase = '' runHook preInstall install -Dm755 $GOPATH/bin/resticprofile -t $out/bin installShellCompletion --cmd resticprofile --bash <($out/bin/resticprofile generate --bash-completion) --zsh <($out/bin/resticprofile generate --zsh-completion) runHook postInstall ''; passthru = { tests.version = testers.testVersion { package = resticprofile; command = \"resticprofile version\"; }; }; meta = { changelog = \"https://github.com/creativeprojects/resticprofile/releases/tag/v${version}\"; description = \"Configuration profiles manager for restic backup\"; homepage = \"https://creativeprojects.github.io/resticprofile/\"; license = with lib.licenses; [ gpl3Only lgpl3 # bash shell completion ]; mainProgram = \"resticprofile\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; } "}
{"_id":"q-en-nixpkgs-2a49f412c02589d2f72bff6faee19542709a7b382616e6dbf1e25e07bf858d93","text":"libcanberra = libcanberra-gtk3; inherit libpulseaudio; }) # https://github.com/hzbd/kazam/pull/21 (fetchpatch { url = \"https://github.com/hzbd/kazam/commit/37e53a5aa61f4223a9ea03ceeda26eeba2b9d37b.patch\"; sha256 = \"1q5dpmdm6cvgzw8xa7bwclnqa05xc73ja1lszwmwv5glyik0fk4z\"; }) ]; # no tests"}
{"_id":"q-en-nixpkgs-2a5f583dc5dc07a2f1077deffe6336b606b11ebf82c8884d504a815dfcdfaf8d","text":"pycharm-community = buildPycharm rec { name = \"pycharm-community-${version}\"; version = \"2019.3.4\"; /* updated by script */ version = \"2020.1\"; /* updated by script */ description = \"PyCharm Community Edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/python/${name}.tar.gz\"; sha256 = \"0k917si1d28fnmjyvi0fs7rkdyvi2vr0d138436lh300a6y0z6wr\"; /* updated by script */ sha256 = \"1ld9hh9bxirsv5rwrx7wbmfaxwvxfw7cjfjqi8l0q0n93v89z90s\"; /* updated by script */ }; wmClass = \"jetbrains-pycharm-ce\"; update-channel = \"PyCharm RELEASE\";"}
{"_id":"q-en-nixpkgs-2a73aecf126a1d07cb29efc31124bc977d85ec93efbce1d39d22c0e66e5684b6","text":"''; nativeBuildInputs = [ makeWrapper unzip autoPatchelfHook ]; buildInputs = [ ant jdk8 p7zip gtk3 gsettings-desktop-schemas libXxf86vm ]; buildInputs = [ ant jdk p7zip gtk3 gsettings-desktop-schemas libXxf86vm ]; buildPhase = '' runHook preBuild"}
{"_id":"q-en-nixpkgs-2a769d963aa4f1b03d3345dde336cabe9d98594c15e64c77caf09bf8ed633406","text":" { stdenv, fetchurl, pkgconfig, python }: { stdenv, fetchurl, pkgconfig, python, cmocka, hexdump, writeScriptBin, binutils-unwrapped }: stdenv.mkDerivation rec { pname = \"unicorn-emulator\"; version = \"1.0.1\"; version = \"1.0.2-rc4\"; src = fetchurl { url = \"https://github.com/unicorn-engine/unicorn/archive/${version}.tar.gz\"; sha256 = \"0z01apwmvhvdldm372ww9pjfn45awkw3m90c0h4v0nj0ihmlysis\"; sha256 = \"05w43jq3r97l3c8ggc745ai8m5l93p1b6q6cfp1zwzz6hl5kifiv\"; }; configurePhase = '' patchShebangs make.sh ''; buildPhase = '' ./make.sh '' + stdenv.lib.optionalString stdenv.isDarwin \"macos-universal-no\"; installPhase = '' env PREFIX=$out ./make.sh install ''; PREFIX = placeholder \"out\"; MACOS_UNIVERSAL = stdenv.lib.optionalString stdenv.isDarwin \"no\"; NIX_CFLAGS_COMPILE = \"-Wno-error\"; doCheck = !stdenv.isDarwin; checkInputs = [ cmocka hexdump python.pkgs.setuptools ]; nativeBuildInputs = [ pkgconfig python ]; enableParallelBuilding = true;"}
{"_id":"q-en-nixpkgs-2a853427e7102fa896770cc038995b8e64b2a46bddb020cc4cbd2f3a715fdf86","text":" Basic usage Basic usage with Postfix For a basic configuration, the following settings are suggested: For a basic configuration with Postfix as the MTA, the following settings are suggested: { config, ... }: { services.postfix = { enable = true;"}
{"_id":"q-en-nixpkgs-2aa45f7332ca889c93d7c06d3ee826e502493fd2f0b1f03c1ebd88748efc2bd0","text":"let pname = \"pango\"; version = \"1.43.0\"; version = \"1.44.6\"; in stdenv.mkDerivation rec { name = \"${pname}-${version}\"; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz\"; sha256 = \"1lnxldmv1a12dq5h0dlq5jyzl4w75k76dp8cn360x2ijlm9w5h6j\"; sha256 = \"0v7qq3fv1c0dl80d4qxsvd6cmhh4ngih3w0zc40f4dw7hfx427iy\"; }; # 1.44.6-2 is not available from the usual mirrors yet, # so applying from gitlab patches = [ (fetchpatch { url = \"https://gitlab.gnome.org/GNOME/pango/commit/8a408d4f25ddb0e3d6020cdde0cd8f8a19ee8db2.patch\"; sha256 = \"0l0hxwbijqrfvka302ijgih9jafc2ffs3d6d4v7bwynpn54lmza7\"; }) ]; # FIXME: docs fail on darwin outputs = [ \"bin\" \"dev\" \"out\" ] ++ optional (!stdenv.isDarwin) \"devdoc\";"}
{"_id":"q-en-nixpkgs-2ab4789dba2c3d8d5db31b2a9dc7874a6dca0436a68343707322750987cc3996","text":" { lib, buildPythonPackage, fetchPypi, orjson}: buildPythonPackage rec { pname = \"fvs\"; version = \"0.3.4\"; src = fetchPypi { inherit version; pname = \"FVS\"; extension = \"tar.gz\"; sha256 = \"sha256-yYd0HzdwbqB9kexJjBRRYmdsoWtZtcjCNRz0ZJVM5CI=\"; }; propagatedBuildInputs = [ orjson ]; # no tests in src doCheck = false; pythonImportsCheck = [ \"fvs\" ]; meta = with lib; { description = \"File Versioning System with hash comparison and data storage to create unlinked states that can be deleted\"; homepage = \"https://github.com/mirkobrombin/FVS\"; license = licenses.mit; maintainers = with maintainers; [ bryanasdev000 ]; }; } "}
{"_id":"q-en-nixpkgs-2add2b84c44772806d591d5da2fbfe1f3b83813fecd3853a1ba99f136bdfc96c","text":"}; webapps = mkOption { type = types.listOf types.package; type = types.listOf types.path; default = [ tomcat.webapps ]; defaultText = \"[ pkgs.tomcat85.webapps ]\"; description = \"List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat\";"}
{"_id":"q-en-nixpkgs-2b0208efa86cab44bb55764325363c4972d86f9e943026d19dd89d13c678cf34","text":"weechat = assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins; stdenv.mkDerivation rec { version = \"2.2\"; version = \"2.3\"; name = \"weechat-${version}\"; src = fetchurl { url = \"http://weechat.org/files/src/weechat-${version}.tar.bz2\"; sha256 = \"0p4nhh7f7w4q77g7jm9i6fynndqlgjkc9dk5g1xb4gf9imiisqlg\"; url = \"https://weechat.org/files/src/weechat-${version}.tar.bz2\"; sha256 = \"0mi4pfnyny0vqc35r0scn6yy21y790a5iwq8ms7kch7b7z11jn9w\"; }; outputs = [ \"out\" \"man\" ] ++ map (p: p.name) enabledPlugins;"}
{"_id":"q-en-nixpkgs-2b172e51dcdeea774971ebece8b185d185a00f82d4bdccc05839145f5aabadbe","text":"services.touchegg. pantheon-tweaks, an unofficial system settings panel for Pantheon. Available as programs.pantheon-tweaks. "}
{"_id":"q-en-nixpkgs-2b20f3a1c99a6545fa3fcbadf03451c00d97226bcece8cc10281fddc88e9bbbb","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":"q-en-nixpkgs-2b7929a3027a47b15521e7a95184bae64d111d1d149fd2a1176e8aebd614387b","text":"}, \"libpng\": { \"url\": \"https://skia.googlesource.com/third_party/libpng.git\", \"rev\": \"386707c6d19b974ca2e3db7f5c61873813c6fe44\", \"sha256\": \"sha256-67kf5MBsnBBi0bOfX/RKL52xpaCWm/ampltAI+EeQ+c=\" \"rev\": \"144b348e072a78e8130ed0acc452c9f039a67bf2\", \"sha256\": \"sha256-eTF7q7hR4S1OqV2oPQKmcHujA5Od4rGMc5879kT0SkE=\" } }"}
{"_id":"q-en-nixpkgs-2ba357cf05e37d68574cf97719772844d782a11dde7ab151c230fd61663d26f6","text":"# source code of the previous release to a different directory urls = [ \"http://www.iram.fr/~gildas/dist/gildas-src-${srcVersion}.tar.xz\" \"http://www.iram.fr/~gildas/dist/archive/gildas/gildas-src-${srcVersion}.tar.xz\" ]; sha256 = \"sha256-Eq6S5S8xrhkCo6O2wUaHnoMDVG9WeiSurGvOc+2JKbM=\"; sha256 = \"sha256-dZ03J3I1dgoSgSc9yGfO13ZvNawCSYKN3+SGvp1eyGA=\"; }; nativeBuildInputs = [ pkg-config groff perl getopt gfortran which ];"}
{"_id":"q-en-nixpkgs-2ba735532b76b227ffae8a586eccfad01ebda3cb890e52e0cefbb9431f6180de","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":"q-en-nixpkgs-2bea0b201a2ff621c537ee10e6c281c5054aa30e1bebe574998528f13cadf457","text":" diff --git a/bin/nexus b/bin/nexus index e7ed3fb..8db766b 100755 --- a/bin/nexus +++ b/bin/nexus @@ -440,7 +440,8 @@ add_class_path \"$app_home/lib/boot/org.apache.karaf.diagnostic.boot-4.0.9.jar\" add_class_path \"$app_home/lib/boot/org.apache.karaf.jaas.boot-4.0.9.jar\" vmoptions_val=\"\" -read_vmoptions \"$prg_dir/$progname.vmoptions\" +VM_OPTS=${VM_OPTS_FILE:-\"$prg_dir/$progname.vmoptions\"} +read_vmoptions \"$VM_OPTS\" INSTALL4J_ADD_VM_PARAMS=\"$INSTALL4J_ADD_VM_PARAMS $vmoptions_val\" "}
{"_id":"q-en-nixpkgs-2c2264fc9cf072727097d612d3d07b9f23683d01895f1f05a32ddea98d1c6f7d","text":" diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d910299e..69888477 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -99,6 +99,7 @@ endif() # Qt modules if (WITH_QT5) + find_package(Qt5 REQUIRED COMPONENTS Network Svg Xml Script) qt5_use_modules(copyq Widgets Network Svg Xml Script ${copyq_Qt5_Modules}) else() set(QT_USE_QTNETWORK TRUE) "}
{"_id":"q-en-nixpkgs-2ca197f5524fcc1e6384648b6158c23a949acc871e55f0b427794c9875e17352","text":", trezor-bridge, bluejeans, djview4, adobe-reader , google_talk_plugin, fribid, gnome3/*.gnome-shell*/ , esteidfirefoxplugin , vlc_npapi , browserpass, chrome-gnome-shell , libudev , kerberos"}
{"_id":"q-en-nixpkgs-2cbb30e40cfc956fd5b3b4f675c03ddc4763eed23624ec8893d5626084351afd","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":"q-en-nixpkgs-2ce8b52d9f4eace84dad9407442f001a0e36a22f798c3ddf983af879db0d8bd0","text":"virtualisation.diskSize = mkOption { type = types.nullOr types.ints.positive; type = types.ints.positive; default = 1024; description = '' The disk size in megabytes of the virtual machine."}
{"_id":"q-en-nixpkgs-2d163a8b05175a6c9a67bfc15057e6bfb8e1f29033760ea30674f51c27babf19","text":" ../beta/disable-auto-update.patch No newline at end of file"}
{"_id":"q-en-nixpkgs-2d3f099b45c81624c1daa6fa3cb37a2a90d23a6f6938d0149573854e135b3740","text":" *** a/Makefile 1970-01-01 01:00:01.000000000 +0100 --- b/Makefile 2022-06-21 23:36:10.023460654 +0200 *************** endif *** 109,110 **** --- 109,111 ---- LIBOPENAL = -lopenal + LIBOPENGL = -lGL RELEASE_NAME = linux "}
{"_id":"q-en-nixpkgs-2d6e46ab7ffb6dc416e80e88433913b99793259d9d3ab2de50e761fd4671ffe2","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":"q-en-nixpkgs-2d94f7a59229ca413aa5ffaf4bba663b259d0672eea1a477390d10eccd7a4e0b","text":", gccForLibs ? if useCcForLibs then cc else null , fortify-headers ? null , includeFortifyHeaders ? null # https://github.com/NixOS/nixpkgs/issues/295322 # should -march flag be used , disableMarch ? false }: assert nativeTools -> !propagateDoc && nativePrefix != \"\";"}
{"_id":"q-en-nixpkgs-2d953a2892d6c502f8c7d308cd8447aff1dffcfcccd65b6028ac2c7e5021b347","text":"shell = stdenv.shell; which = \"${which}/bin/which\"; dirname = \"${coreutils}/bin/dirname\"; realpath = \"${coreutils}/bin/realpath\"; }; } ./dotnet-fixup-hook.sh) { }; }"}
{"_id":"q-en-nixpkgs-2db2068391c6e1dd333603c2a7ba64205331cf20fe686329ab87247ae899aa17","text":" { lib, stdenv, fetchurl, fetchpatch, gnu-efi, nixosTests }: { lib , stdenv , fetchurl , gnu-efi , nixosTests , efibootmgr , openssl , sbsigntool , makeWrapper }: let archids = {"}
{"_id":"q-en-nixpkgs-2dd1a45a27470d64733e90578911496b39be44ad3df88d1de10eae4b8e95d099","text":" { config , lib , pkgs , ... }: let inherit (lib) mkDefault mkEnableOption mkIf mkOption mkPackageOption types; cfg = config.services.monado; in { options.services.monado = { enable = mkEnableOption \"Monado user service\"; package = mkPackageOption pkgs \"monado\" { }; defaultRuntime = mkOption { type = types.bool; description = '' Whether to enable Monado as the default OpenXR runtime on the system. Note that applications can bypass this option by setting an active runtime in a writable XDG_CONFIG_DIRS location like `~/.config`. ''; default = false; example = true; }; highPriority = mkEnableOption \"high priority capability for monado-service\" // mkOption { default = true; }; }; config = mkIf cfg.enable { security.wrappers.\"monado-service\" = mkIf cfg.highPriority { setuid = false; owner = \"root\"; group = \"root\"; # cap_sys_nice needed for asynchronous reprojection capabilities = \"cap_sys_nice+eip\"; source = lib.getExe' cfg.package \"monado-service\"; }; services.udev.packages = with pkgs; [ xr-hardware ]; systemd.user = { services.monado = { description = \"Monado XR runtime service module\"; requires = [ \"monado.socket\" ]; conflicts = [ \"monado-dev.service\" ]; unitConfig.ConditionUser = \"!root\"; environment = { # Default options # https://gitlab.freedesktop.org/monado/monado/-/blob/4548e1738591d0904f8db4df8ede652ece889a76/src/xrt/targets/service/monado.in.service#L12 XRT_COMPOSITOR_LOG = mkDefault \"debug\"; XRT_PRINT_OPTIONS = mkDefault \"on\"; IPC_EXIT_ON_DISCONNECT = mkDefault \"off\"; }; serviceConfig = { ExecStart = if cfg.highPriority then \"${config.security.wrapperDir}/monado-service\" else lib.getExe' cfg.package \"monado-service\"; Restart = \"no\"; }; restartTriggers = [ cfg.package ]; }; sockets.monado = { description = \"Monado XR service module connection socket\"; conflicts = [ \"monado-dev.service\" ]; unitConfig.ConditionUser = \"!root\"; socketConfig = { ListenStream = \"%t/monado_comp_ipc\"; RemoveOnStop = true; # If Monado crashes while starting up, we want to close incoming OpenXR connections FlushPending = true; }; restartTriggers = [ cfg.package ]; wantedBy = [ \"sockets.target\" ]; }; }; environment.systemPackages = [ cfg.package ]; environment.pathsToLink = [ \"/share/openxr\" ]; environment.etc.\"xdg/openxr/1/active_runtime.json\" = mkIf cfg.defaultRuntime { source = \"${cfg.package}/share/openxr/1/openxr_monado.json\"; }; }; meta.maintainers = with lib.maintainers; [ Scrumplex ]; } "}
{"_id":"q-en-nixpkgs-2dd4c465795a8f109d3f0d4ec3540c0670f5a6b3e4ccd5482a71b2c500216395","text":"picom = callPackage ../applications/window-managers/picom {}; xd = callPackage ../applications/networking/p2p/xd {}; xdaliclock = callPackage ../tools/misc/xdaliclock {}; xdg-dbus-proxy = callPackage ../development/libraries/xdg-dbus-proxy { };"}
{"_id":"q-en-nixpkgs-2e47d497bb8ea8acfa2a6fc00b3b34f46205b5ffdaefe08386f131897529d549","text":" From: Sebastián Mancilla Subject: [PATCH] Fix compile errors when using Eigen 3.4 --- .../machine/gp/MultiLaplaceInferenceMethod.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/shogun/machine/gp/MultiLaplaceInferenceMethod.cpp b/src/shogun/machine/gp/MultiLaplaceInferenceMethod.cpp index 2e27678d2..60050afea 100644 --- a/src/shogun/machine/gp/MultiLaplaceInferenceMethod.cpp +++ b/src/shogun/machine/gp/MultiLaplaceInferenceMethod.cpp @@ -84,9 +84,9 @@ class CMultiPsiLine : public func_base float64_t result=0; for(index_t bl=0; blblock(bl*n,0,n,1)*CMath::exp(log_scale*2.0); -\t\t\tresult+=alpha->block(bl*n,0,n,1).dot(eigen_f.block(bl*n,0,n,1))/2.0; -\t\t\teigen_f.block(bl*n,0,n,1)+=eigen_m; +\t\t\teigen_f.segment(bl*n,n)=K*alpha->segment(bl*n,n)*CMath::exp(log_scale*2.0); +\t\t\tresult+=alpha->segment(bl*n,n).dot(eigen_f.segment(bl*n,n))/2.0; +\t\t\teigen_f.segment(bl*n,n)+=eigen_m; } // get first and second derivatives of log likelihood @@ -272,7 +272,7 @@ void CMultiLaplaceInferenceMethod::update_alpha() { Map alpha(m_alpha.vector, m_alpha.vlen); for(index_t bl=0; bl chol_tmp((eigen_sD*eigen_sD.transpose()).cwiseProduct(eigen_ktrtr*CMath::exp(m_log_scale*2.0))+ MatrixXd::Identity(m_ktrtr.num_rows, m_ktrtr.num_cols)); MatrixXd eigen_L_tmp=chol_tmp.matrixU(); @@ -341,11 +341,11 @@ void CMultiLaplaceInferenceMethod::update_alpha() VectorXd tmp2=m_tmp.array().rowwise().sum(); for(index_t bl=0; bl &eigen_c=eigen_W; for(index_t bl=0; bl c_tmp(eigen_c.data(),n,C); @@ -409,7 +409,7 @@ float64_t CMultiLaplaceInferenceMethod::get_derivative_helper(SGMatrix CMultiLaplaceInferenceMethod::get_derivative_wrt_mean( result[i]=0; //currently only compute the explicit term for(index_t bl=0; bl"}
{"_id":"q-en-nixpkgs-2ea954610697f0be5afb43df44e9185470dc30795efb04fa1c5fd56b9cf8a987","text":"''; in runCommand name { meta = importMeta; passthru.env = runCommand \"${name}-shell-env\" { inherit meta; passthru = passthru // { env = runCommand \"${name}-shell-env\" { shellHook = '' export CHROOTENV_EXTRA_BINDS=\"${lib.concatStringsSep \":\" extraBindMounts}:$CHROOTENV_EXTRA_BINDS\" exec ${chroot-user}/bin/chroot-user ${env} bash -l ${init \"bash\"} \"$(pwd)\""}
{"_id":"q-en-nixpkgs-2ed8f975379d7dfe4c294e14c05c3b7e3e6f14d674696d88d9bf072c0840e5c1","text":"systemd.services.rpcbind = { wantedBy = [ \"multi-user.target\" ]; # rpcbind performs a check for /var/run/rpcbind.lock at startup # and will crash if /var/run isn't present. In the stock NixOS # var.conf tmpfiles configuration file, /var/run is symlinked to # /run, so rpcbind can enter a race condition in which /var/run # isn't symlinked yet but tries to interact with the path, so # controlling the order explicitly here ensures that rpcbind can # start successfully. The `wants` instead of `requires` should # avoid creating a strict/brittle dependency. wants = [ \"systemd-tmpfiles-setup.service\" ]; after = [ \"systemd-tmpfiles-setup.service\" ]; }; users.users.rpc = {"}
{"_id":"q-en-nixpkgs-2ee039978321ad47d380a244a9847d243defe0a7cfacbb811cb1839f3dae6b75","text":"diff -ru old/webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp --- old/webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp\t2019-09-09 04:47:07.000000000 -0400 +++ webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp\t2019-09-20 21:14:10.537921173 -0400 @@ -585,7 +585,7 @@ { SCMP_SYS(keyctl), nullptr }, { SCMP_SYS(request_key), nullptr }, - // Scary VM/NUMA ops + // Scary VM/NUMA ops { SCMP_SYS(move_pages), nullptr }, { SCMP_SYS(mbind), nullptr }, { SCMP_SYS(get_mempolicy), nullptr }, @@ -724,6 +724,11 @@ @@ -724,6 +724,12 @@ \"--ro-bind-try\", \"/usr/local/lib64\", \"/usr/local/lib64\", \"--ro-bind-try\", PKGLIBEXECDIR, PKGLIBEXECDIR,"}
{"_id":"q-en-nixpkgs-2eee1850daec1461ccb1b2f66f436ac8f14494e0561c944b945accbaca09f107","text":"}) ]; vendorHash = \"sha256-NtNjH2Vo1Leh98VIOkpyALErhC+6H5BE/uaPkwlejoo=\"; vendorHash = \"sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8=\"; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ];"}
{"_id":"q-en-nixpkgs-2f4659ec2a0a5bcec19099d64fa81a0ada950810f9b6ab3d7ac28aa96b15123b","text":"} } diff --git a/services/FilesService.php b/services/FilesService.php index 7d070350..fba2e923 100644 index 7d070350..a6dd4b08 100644 --- a/services/FilesService.php +++ b/services/FilesService.php @@ -103,7 +103,7 @@ class FilesService extends BaseService @@ -10,7 +10,7 @@ class FilesService extends BaseService public function GetFilePath($group, $fileName) public function __construct() { -\t\t$groupFolderPath = $this->StoragePath . '/' . $group; -\t\t$this->StoragePath = GROCY_DATAPATH . '/storage'; +\t\t$this->StoragePath = getenv('GROCY_STORAGE_DIR'); if (!file_exists($groupFolderPath)) if (!file_exists($this->StoragePath)) { mkdir($this->StoragePath); diff --git a/services/StockService.php b/services/StockService.php index f73ac5bd..6b6e693a 100644 index 85f57803..15556112 100644 --- a/services/StockService.php +++ b/services/StockService.php @@ -1589,8 +1589,7 @@ class StockService extends BaseService @@ -1704,8 +1704,7 @@ class StockService extends BaseService throw new Exception('No barcode lookup plugin defined'); }"}
{"_id":"q-en-nixpkgs-2f93ca4cb4bde067800b715b8511af9f3148cc95d9cd63050681b76ba6852db9","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":"q-en-nixpkgs-2fb4d71a9bcee594d865ef983d0f5d4815a476bc1b0355ede38d581340a26df8","text":" diff --git a/catboost/python-package/setup.py b/catboost/python-package/setup.py index 17f1d8ff14..07da618cd1 100644 --- a/catboost/python-package/setup.py +++ b/catboost/python-package/setup.py @@ -80,7 +80,7 @@ class Helper(object): self.with_cuda = os.environ.get('CUDA_PATH') or os.environ.get('CUDA_ROOT') or None self.os_sdk = 'local' self.with_ymake = True - self.parallel = None + self.parallel = os.environ.get('NIX_BUILD_CORES') or None def finalize_options(self): if os.path.exists(str(self.with_cuda)): @@ -222,11 +222,12 @@ class build_ext(_build_ext): def build_with_make(self, topsrc_dir, build_dir, catboost_ext, put_dir, verbose, dry_run): logging.info('Buildling {} with gnu make'.format(catboost_ext)) - makefile = 'python{}.{}CLANG50-LINUX-X86_64.makefile'.format(python_version()[0], 'CUDA.' if self.with_cuda else '') + makefile = 'python{}.{}CLANG7-LINUX-X86_64.makefile'.format(python_version()[0], 'CUDA.' if self.with_cuda else '') make_cmd = [ 'make', '-f', '../../make/' + makefile, - 'CC=clang-5.0', - 'CXX=clang++-5.0', + 'CC=clang', + 'CXX=clang++', + 'PYTHON=python2', 'BUILD_ROOT=' + build_dir, 'SOURCE_ROOT=' + topsrc_dir, ] diff --git a/make/python2.CLANG7-LINUX-X86_64.makefile b/make/python2.CLANG7-LINUX-X86_64.makefile index e54b7078e8..fb7b208af9 100644 --- a/make/python2.CLANG7-LINUX-X86_64.makefile +++ b/make/python2.CLANG7-LINUX-X86_64.makefile @@ -4,33 +4,6 @@ BUILD_ROOT = $(shell pwd) SOURCE_ROOT = $(shell pwd) PYTHON = $(shell which python) -ifneq ($(MAKECMDGOALS),help) -define _CC_TEST -__clang_major__ __clang_minor__ -endef - -_CC_VERSION = $(shell echo '$(_CC_TEST)' | $(CC) -E -P -) -$(info _CC_VERSION = '$(_CC_VERSION)') - -ifneq '$(_CC_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - -ifneq ($(MAKECMDGOALS),help) -define _CXX_TEST -__clang_major__ __clang_minor__ -endef - -_CXX_VERSION = $(shell echo '$(_CXX_TEST)' | $(CXX) -E -P -) -$(info _CXX_VERSION = '$(_CXX_VERSION)') - -ifneq '$(_CXX_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - - all :: $(BUILD_ROOT)/catboost/python-package/catboost/_catboost.so diff --git a/make/python2.CUDA.CLANG7-LINUX-X86_64.makefile b/make/python2.CUDA.CLANG7-LINUX-X86_64.makefile index 2a22a79b25..522fb54a7c 100644 --- a/make/python2.CUDA.CLANG7-LINUX-X86_64.makefile +++ b/make/python2.CUDA.CLANG7-LINUX-X86_64.makefile @@ -4,33 +4,6 @@ BUILD_ROOT = $(shell pwd) SOURCE_ROOT = $(shell pwd) PYTHON = $(shell which python) -ifneq ($(MAKECMDGOALS),help) -define _CC_TEST -__clang_major__ __clang_minor__ -endef - -_CC_VERSION = $(shell echo '$(_CC_TEST)' | $(CC) -E -P -) -$(info _CC_VERSION = '$(_CC_VERSION)') - -ifneq '$(_CC_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - -ifneq ($(MAKECMDGOALS),help) -define _CXX_TEST -__clang_major__ __clang_minor__ -endef - -_CXX_VERSION = $(shell echo '$(_CXX_TEST)' | $(CXX) -E -P -) -$(info _CXX_VERSION = '$(_CXX_VERSION)') - -ifneq '$(_CXX_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - - all :: $(BUILD_ROOT)/catboost/python-package/catboost/_catboost.so diff --git a/make/python3.CLANG7-LINUX-X86_64.makefile b/make/python3.CLANG7-LINUX-X86_64.makefile index fee6750bcb..dc55908371 100644 --- a/make/python3.CLANG7-LINUX-X86_64.makefile +++ b/make/python3.CLANG7-LINUX-X86_64.makefile @@ -4,33 +4,6 @@ BUILD_ROOT = $(shell pwd) SOURCE_ROOT = $(shell pwd) PYTHON = $(shell which python) -ifneq ($(MAKECMDGOALS),help) -define _CC_TEST -__clang_major__ __clang_minor__ -endef - -_CC_VERSION = $(shell echo '$(_CC_TEST)' | $(CC) -E -P -) -$(info _CC_VERSION = '$(_CC_VERSION)') - -ifneq '$(_CC_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - -ifneq ($(MAKECMDGOALS),help) -define _CXX_TEST -__clang_major__ __clang_minor__ -endef - -_CXX_VERSION = $(shell echo '$(_CXX_TEST)' | $(CXX) -E -P -) -$(info _CXX_VERSION = '$(_CXX_VERSION)') - -ifneq '$(_CXX_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - - all :: $(BUILD_ROOT)/catboost/python-package/catboost/_catboost.so diff --git a/make/python3.CUDA.CLANG7-LINUX-X86_64.makefile b/make/python3.CUDA.CLANG7-LINUX-X86_64.makefile index 5146830476..ff8535b03e 100644 --- a/make/python3.CUDA.CLANG7-LINUX-X86_64.makefile +++ b/make/python3.CUDA.CLANG7-LINUX-X86_64.makefile @@ -4,33 +4,6 @@ BUILD_ROOT = $(shell pwd) SOURCE_ROOT = $(shell pwd) PYTHON = $(shell which python) -ifneq ($(MAKECMDGOALS),help) -define _CC_TEST -__clang_major__ __clang_minor__ -endef - -_CC_VERSION = $(shell echo '$(_CC_TEST)' | $(CC) -E -P -) -$(info _CC_VERSION = '$(_CC_VERSION)') - -ifneq '$(_CC_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - -ifneq ($(MAKECMDGOALS),help) -define _CXX_TEST -__clang_major__ __clang_minor__ -endef - -_CXX_VERSION = $(shell echo '$(_CXX_TEST)' | $(CXX) -E -P -) -$(info _CXX_VERSION = '$(_CXX_VERSION)') - -ifneq '$(_CXX_VERSION)' '7 0' - $(error clang 7.0 is required) -endif -endif - - all :: $(BUILD_ROOT)/catboost/python-package/catboost/_catboost.so "}
{"_id":"q-en-nixpkgs-2ff9bb9d09f33a2d3fff9c1741d470ab2513ea8c679aa83621a23c720d0bf6be","text":"gcc-armhf-embedded = pkgsCross.armhf-embedded.buildPackages.gcc; }; tdm = callPackage ../games/tdm { }; newlib = callPackage ../development/misc/newlib { }; newlibCross = callPackage ../development/misc/newlib { stdenv = crossLibcStdenv;"}
{"_id":"q-en-nixpkgs-301e04709598d0ba67abe8c8d8902a0a9bfea587ec07dd0334474dfe8b3b0e9b","text":" #include #include int main(int argc, char **argv) { std::cerr << \"ok\" << std::endl; return 0; } "}
{"_id":"q-en-nixpkgs-30729b1774ba0f74a4d76b5da89dc68bfb5b409f07aab7cbfb08f801c40e0455","text":"{ lib, stdenv, fetchurl , meson, ninja, pkg-config, python3, wayland-scanner , cairo, colord, dbus, lcms2, libGL, libXcursor, libdrm, libevdev, libinput , libjpeg, libseat, libxcb, libxkbcommon, mesa, mtdev, pam, udev, wayland , libjpeg, seatd, libxcb, libxkbcommon, mesa, mtdev, pam, udev, wayland , wayland-protocols, xlibsWrapper , pipewire ? null, pango ? null, libunwind ? null, freerdp ? null, vaapi ? null , libva ? null, libwebp ? null, xwayland ? null"}
{"_id":"q-en-nixpkgs-307c0e6e57b67b2aa4f4ea84ba65e963e3200aa36f6098e56a539393bf124cc8","text":"hash = \"sha256-WtTVSWWSlfXrdPVsnlDe4P5K/Fnj4QsOzx3Wo/Kusmg=\"; includes = [ \"src/gui/meson.build\" ]; }) ] # Pagesize detection via syscall; remove when next stable version arrives ++ [ (fetchpatch { # Added as a parent commit of 7e20f6e # Fix ppc64le backend and 64K page size support (#2828) name = \"meson-add-ppc64.patch\"; url = \"https://github.com/dosbox-staging/dosbox-staging/commit/765bcc2b1d87050a4ea366bf22e1db075ad5660b.patch\"; hash = \"sha256-RtkidyF7w6RrPmCKK4Bd+3FtAn/+/38xk2cl32+yzxw=\"; includes = [ \"meson.build\" ]; }) (fetchpatch { # Added as a parent commit of 7e20f6e # Account for debian powerpc prefix (instead of ppc) name = \"meson-powerpc64le.patch\"; url = \"https://github.com/dosbox-staging/dosbox-staging/commit/d44aa7441cd871ffac08974f22af7a735a839288.patch\"; hash = \"sha256-oMZtfmB1CRlDWyXwEWc3XzC+XxKazXDgo+jUiNBoJDw=\"; includes = [ \"meson.build\" ]; }) (fetchpatch { # Added as a parent commit of 7e20f6e # Restore the PowerPC dynrec core to working order name = \"meson-option-write-or-execute.patch\"; url = \"https://github.com/dosbox-staging/dosbox-staging/commit/ef86642de390839afc77b2b591a6ea9ac43909b3.patch\"; hash = \"sha256-htOKEaXRRy28XNMX/t6uFTBLCkTr7YPtfmI9UyIBiz4=\"; includes = [ \"meson_options.txt\" ]; }) (fetchpatch { # Use a system call to detect the page size name = \"meson-detect-pagesize-by-syscall.patch\"; url = \"https://github.com/dosbox-staging/dosbox-staging/commit/7e20f6e401956a7a308f1b3462294d7ac9fa5db8.patch\"; hash = \"sha256-QW9lpHWCYSlQFgTqX/UxHAAWisz4wfPrdjLqROn/wR0=\"; }) ]; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-308976383b935c7ee0c610665ff1773133e482edff5a5f150d77f79dcef82fa1","text":" { lib , stdenv , fetchurl , acl , attr , bzip2 , libcdio , libiconv , readline , zlib }: stdenv.mkDerivation (finalAttrs: { pname = \"xorriso\"; version = \"1.5.7-unstable-2023-12-06\"; src = fetchurl { url = \"https://web.archive.org/web/20231206123448/https://www.gnu.org/software/xorriso/xorriso-1.5.7.tar.gz\"; hash = \"sha256-B7lV3n3e1aF7yJsLxwi8C8m3sBmUUePpCV9KfWRuTm0=\"; }; buildInputs = [ bzip2 libcdio libiconv readline zlib ] ++ lib.optionals stdenv.isLinux [ acl attr ]; outputs = [ \"out\" \"man\" ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin \"-include unistd.h\"; doCheck = true; strictDeps = true; meta = { homepage = \"https://www.gnu.org/software/xorriso/\"; description = \"ISO 9660 Rock Ridge file system manipulator\"; longDescription = '' GNU xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to copy file objects out of ISO 9660 filesystems. ''; license = lib.licenses.gpl3Plus; mainProgram = \"xorriso\"; maintainers = [ lib.maintainers.AndersonTorres ]; platforms = lib.platforms.unix; }; }) "}
{"_id":"q-en-nixpkgs-30c70a39301a277622dedc7ca0d2dd1eb74ae47079b2786086233be2e17cb6ae","text":" { config, pkgs, lib, ... }: let cfg = config.services.turn-rs; format = pkgs.formats.toml { }; in { options.services.turn-rs = { enable = lib.mkEnableOption \"turn-rs server\"; package = lib.mkPackageOption pkgs \"turn-rs\" { }; secretFile = lib.mkOption { type = lib.types.nullOr lib.types.path; default = null; example = \"/run/keys/turn-rs.env\"; description = '' Environment variables from this file will be interpolated into the final config file using envsubst with this syntax: `$ENVIRONMENT` or `''${VARIABLE}`. The file should contain lines formatted as `SECRET_VAR=SECRET_VALUE`. This is useful to avoid putting secrets into the nix store. ''; }; settings = lib.mkOption { type = lib.types.submodule { freeformType = format.type; }; description = \"Turn-rs server config file\"; default = { }; example = { turn = { realm = \"localhost\"; interfaces = [ { transport = \"udp\"; bind = \"127.0.0.1:3478\"; external = \"127.0.0.1:3478\"; } { transport = \"tcp\"; bind = \"127.0.0.1:3478\"; external = \"127.0.0.1:3478\"; } ]; }; auth.static_credentials = { user1 = \"test\"; user2 = \"test\"; }; }; }; }; config = lib.mkIf cfg.enable { services.turn-rs.settings = { api.bind = lib.mkDefault \"127.0.0.1:3000\"; log.level = lib.mkDefault \"info\"; }; systemd.services.turn-rs = { enable = true; wantedBy = [ \"multi-user.target\" ]; description = \"Turn-rs Server Daemon\"; preStart = let configFile = format.generate \"turn-rs-config.toml\" cfg.settings; in '' ${lib.getExe pkgs.envsubst} -i \"${configFile}\" -o /run/turn-rs/config.toml ''; serviceConfig = { RuntimeDirectory = \"turn-rs\"; EnvironmentFile = lib.optional (cfg.secretFile != null) cfg.secretFile; ExecStart = \"${lib.getExe cfg.package} --config=/run/turn-rs/config.toml\"; DynamicUser = true; }; }; }; } "}
{"_id":"q-en-nixpkgs-30d590b889ebdffe7e9125220a8705a2794d45aaaa1f009c324c17a7fd569e41","text":"tracker = callPackage ../development/libraries/tracker { }; tracker-miners = callPackage ../development/libraries/tracker-miners { }; tracy = callPackage ../development/tools/tracy { }; trivy = callPackage ../tools/admin/trivy { };"}
{"_id":"q-en-nixpkgs-314dc249537eece1351f72f8a294f5931e99c8b12fee342195976919df6ce417","text":" #! /usr/bin/env nix-shell #! nix-shell -i bash -p curl go-pup # Fetches a list of all available source mirrors from the sage homepage. # Note that the list is sorted by country, but fetchurl doesn't offer an option # to customize mirror preference. curl -s http://www.sagemath.org/download-source.html | pup 'table#mirror' | pup 'a attr{href}' | sed -e 's/index.html/sage-${version}.tar.gz/' "}
{"_id":"q-en-nixpkgs-3166a657ba9df577f461e0ca054aa41d35201961ff559871f277a7a49368e6fe","text":"procps-ng = callPackage ../os-specific/linux/procps-ng { }; watch = callPackage ../os-specific/linux/procps/watch.nix { }; qemu_kvm = lowPrio (qemu.override { x86Only = true; }); firmwareLinuxNonfree = callPackage ../os-specific/linux/firmware/firmware-linux-nonfree { };"}
{"_id":"q-en-nixpkgs-318bfd843db11c5506c591e5fab0c2b2ccac82e5e96149fd96050f22fa79c88a","text":"rustPlatform.buildRustPackage rec { pname = \"atuin\"; version = \"18.0.1\"; version = \"18.0.2\"; src = fetchFromGitHub { owner = \"atuinsh\"; repo = \"atuin\"; rev = \"v${version}\"; hash = \"sha256-fuVSn1vhKn2+Tw5f6zBYHFW3QSL4eisZ6d5pxsj5hh4=\"; hash = \"sha256-1ZNp6e2ZjVRU0w9m8YDWOHApu8vRYlcg6MJw03ZV49M=\"; }; patches = [ # atuin with bash-preexec wasn't recording history properly after searching, # backport recent fix until next release (fetchpatch { url = \"https://github.com/atuinsh/atuin/commit/cb11af25afddbad552d337a9c82e74ac4302feca.patch\"; sha256 = \"sha256-cG99aLKs5msatT7vXiX9Rn5xur2WUjQ/U33nOxuon7I=\"; }) ]; # TODO: unify this to one hash because updater do not support this cargoHash = if stdenv.isLinux then \"sha256-lHWgsVnjSeBmd7O4Fn0pUtTn4XbkBOAouaRHRozil50=\" else \"sha256-LxfpllzvgUu7ZuD97n3W+el3bdOt5QGXzJbDQ0w8seo=\"; then \"sha256-1yGv6Tmp7QhxIu3GNyRzK1i9Ghcil30+e8gTvyeKiZs=\" else \"sha256-+QdtQuXTk7Aw7xwelVDp/0T7FAYOnhDqSjazGemzSLw=\"; # atuin's default features include 'check-updates', which do not make sense # for distribution builds. List all other default features."}
{"_id":"q-en-nixpkgs-31aacc6149a8bd084edc1a0a521076576e6a5c66f92df992cede8efc80a898c3","text":" { lib, fetchFromGitHub, rustPlatform, installShellFiles }: rustPlatform.buildRustPackage rec { pname = \"httm\"; version = \"0.9.0\"; src = fetchFromGitHub { owner = \"kimono-koans\"; repo = pname; rev = version; sha256 = \"sha256-uqzwS7+OQsPdMv3+fWdn3yVFJwtFZNd8kVWw//mQZj8=\"; }; cargoSha256 = \"sha256-EC3E5NawsDe+CU5WEu0G3FWVLuqW5nXOoUURN0iDPK0=\"; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installManPage httm.1 installShellCompletion --cmd httm --zsh scripts/httm-key-bindings.zsh ''; meta = with lib; { description = \"Interactive, file-level ZFS Time Machine-like tool\"; homepage = \"https://github.com/kimono-koans/httm\"; license = licenses.mpl20; platforms = platforms.unix; maintainers = with maintainers; [ wyndon ]; }; } "}
{"_id":"q-en-nixpkgs-31b15fd51968886a654a1522dcba1425b4813fb8c096cbb1201ac2bfad509b4f","text":"buildGoModule rec { pname = \"ko\"; version = \"0.15.2\"; version = \"0.15.3\"; src = fetchFromGitHub { owner = \"ko-build\"; repo = pname; rev = \"refs/tags/v${version}\"; hash = \"sha256-/1s335bXbBKlzKT4AevuHltLdU2qj6pJFngOrJCLtUw=\"; hash = \"sha256-H/S2TNzUIAjHDCrfQ3pkHC3yVf1k1DYkR5eBme8Cuq4=\"; }; vendorHash = null; vendorHash = \"sha256-RrcJJzjmihjR/E19Pqgl//+yweRsaqWZ0yPcd1AvOc0=\"; nativeBuildInputs = [ installShellFiles ];"}
{"_id":"q-en-nixpkgs-31b3122db3ec3f56f739db9bee774930997c0fe56b9c327caad707f9aca6a4d0","text":"support = import ../development/python-modules/numpy-scipy-support.nix { inherit python; openblas = pkgs.openblasCompat; pkgName = \"numpy\"; pkgName = \"scipy\"; }; in buildPythonPackage rec { name = \"scipy-${version}\";"}
{"_id":"q-en-nixpkgs-31bd407008d5e96708cf3a74dbbb7f6945cd7ffc30e39452dac404ab69cb0f9b","text":"omxplayer = callPackage ../applications/video/omxplayer { }; inherit (python3Packages.callPackage ../applications/networking/onionshare { }) onionshare onionshare-gui; inherit (callPackage ../applications/networking/onionshare { }) onionshare onionshare-gui; openambit = qt5.callPackage ../applications/misc/openambit { };"}
{"_id":"q-en-nixpkgs-31d93d267aed2370a28060696ba15f3fea1863d5dce02f2f4adea7cf904d52ae","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":"q-en-nixpkgs-31f8fbce20ebed71f388966087648d858839eb7db00ea3a0f4c32059ae36c13d","text":"src = lib.cleanSource ./.; makeFlags = [ \"PANDOC_LUA_FILTERS_DIR=${pkgs.pandoc-lua-filters}/share/pandoc/filters\" ]; postPatch = '' ln -s ${doc-support} ./doc-support/result '';"}
{"_id":"q-en-nixpkgs-320a960e52f699c0337f5f786e272d4b9215d058ed5f0178f35654c0d61eb65a","text":"meta.homepage = \"https://github.com/blazkowolf/gruber-darker.nvim/\"; }; grug-far-nvim = buildVimPlugin { pname = \"grug-far.nvim\"; version = \"2024-07-22\"; src = fetchFromGitHub { owner = \"MagicDuck\"; repo = \"grug-far.nvim\"; rev = \"f9a8592b037b761fac6a327bc314e9e3eb47401e\"; sha256 = \"13aa8s9lxdjiyifj9vmbph6hl9px0spfm36my1j2h41biq5nsx5q\"; }; meta.homepage = \"https://github.com/MagicDuck/grug-far.nvim/\"; }; gruvbox = buildVimPlugin { pname = \"gruvbox\"; version = \"2023-08-14\";"}
{"_id":"q-en-nixpkgs-320cec219edd64ec2b6c7254bb1189369457feda05bfbe418244a8426a1ae409","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":"q-en-nixpkgs-326c9a046e7ae3781911955f1636dd27353a9fa90433c43ea7862fa3d06bcae4","text":", wayland-protocols , wlroots_0_17 , xwayland , zig_0_12 , zig_0_13 , withManpages ? true , xwaylandSupport ? true }: stdenv.mkDerivation (finalAttrs: { pname = \"river\"; version = \"0.3.2\"; version = \"0.3.3\"; outputs = [ \"out\" ] ++ lib.optionals withManpages [ \"man\" ];"}
{"_id":"q-en-nixpkgs-32cd9db03655fe0625953d4af644ba19bb0185c1215440817883f938d7aa792a","text":" diff --git a/Cargo.lock b/Cargo.lock index bc9a0f8..45a74ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = \"lapce\" -version = \"0.0.9\" +version = \"0.0.10\" dependencies = [ \"lapce-core\", \"lapce-proxy\", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = \"lapce-core\" -version = \"0.0.9\" +version = \"0.0.10\" dependencies = [ \"Inflector\", \"alacritty_terminal 0.15.0\", @@ -2233,7 +2233,7 @@ dependencies = [ [[package]] name = \"lapce-proxy\" -version = \"0.0.9\" +version = \"0.0.10\" dependencies = [ \"alacritty_terminal 0.16.0-rc2\", \"anyhow\", "}
{"_id":"q-en-nixpkgs-32e935358aa4aa757940d0e95f02f8f3ac8cc32680144648cbc0965a347c62c9","text":" "}
{"_id":"q-en-nixpkgs-33621e9cc79cfabb3092c71de1a2530545d40a8db913a0b924d4c9ddda575885","text":"makeWrapper $out/dbeaver/dbeaver $out/bin/dbeaver --prefix PATH : ${jdk}/bin --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath ([ glib gtk3 libXtst ])} --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath ([ glib gtk3 libXtst webkitgtk glib-networking ])} --prefix GIO_EXTRA_MODULES : \"${glib-networking}/lib/gio/modules\" --prefix XDG_DATA_DIRS : \"$GSETTINGS_SCHEMAS_PATH\" mkdir -p $out/share/pixmaps"}
{"_id":"q-en-nixpkgs-339a196e9e99caaba39dd5b298e55df1d0a70deea27e3e623b7e081790903fd2","text":" { fetchurl, lib, stdenv, squashfsTools, xorg, alsa-lib, makeWrapper, openssl, freetype { fetchurl, lib, stdenv, squashfsTools, xorg, alsa-lib, makeWrapper, wrapGAppsHook, openssl, freetype , glib, pango, cairo, atk, gdk-pixbuf, gtk3, cups, nspr, nss, libpng, libnotify , libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg, curl, zlib, gnome , at-spi2-atk, at-spi2-core, libpulseaudio, libdrm, mesa, libxkbcommon"}
{"_id":"q-en-nixpkgs-33dd958d1d5986859da5b18c4bfe61a72dd3707a3a050fb119190129cffcee5f","text":"rm -r $out/share ''; postFixup = '' # CMake incorrectly calculates library path from dev prefix substituteInPlace $dev/lib/cmake/shogun/ShogunTargets-release.cmake --replace \"''${_IMPORT_PREFIX}/lib/\" \"$out/lib/\" ''; meta = with lib; { description = \"A toolbox which offers a wide range of efficient and unified machine learning methods\"; homepage = \"http://shogun-toolbox.org/\";"}
{"_id":"q-en-nixpkgs-341737cdb992d0ea1c91c270d4df847310552ad36d5daf8c8bb8a7619f09a785","text":"docbook_xml_dtd_45 != null && docbook5_xsl != null && docbook_xsl != null && fop != null && (fop != null || !enableJava) && # TODO: Package this: # epubcheck != null && gnused != null &&"}
{"_id":"q-en-nixpkgs-341747dda29d244bcaabfe2ee8df060de92f9c2602e044a9a43f9614d126ac27","text":"if os.path.exists(settings_path): with settings_path.open(encoding=\"utf-8\") as settings_file: settings = json.load(settings_file) try: settings = json.load(settings_file) except json.JSONDecodeError: print(\"[Nix] settings.json is malformed, letting Discord fix itself\") sys.exit(0) else: settings = {}"}
{"_id":"q-en-nixpkgs-3497568d3ce1c6e660b2383cb8c48893feb55541bbb22b73464fd51f8b6e4623","text":"patches = [ ./fix-path.patch ./0001-Adjust-get_data_path-for-NixOS.patch ./fix-extensions.patch ];"}
{"_id":"q-en-nixpkgs-34d99a402e28057576099182dc8b727d4b2fd1491881b3a5c68d8948f059a49e","text":"in stdenv.mkDerivation rec { pname = \"SunVox\"; version = \"2.1c\"; version = \"2.1.1c\"; src = fetchurl { url = \"https://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip\"; sha256 = \"sha256-yPVcbtlAVbO9uMsFlfZ51T408hA1VPJAI+R+Jdjcyjw=\"; urls = [ \"https://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip\" # Upstream removes downloads of older versions, please save bumped versions to archive.org \"https://web.archive.org/web/20231204012052/https://www.warmplace.ru/soft/sunvox/sunvox-2.1.1c.zip\" ]; sha256 = \"sha256-LfBQ/f2X75bcqLp39c2tdaSlDm+E73GUvB68XFqiicw=\"; }; nativeBuildInputs = [ unzip ];"}
{"_id":"q-en-nixpkgs-3547f674fd417540e84caa3e0b40a22efe511462b4f59eb44eb5a28c2b44ce2c","text":" { buildGoModule , fetchFromGitHub , lib }: buildGoModule { pname = \"dnss\"; version = \"0-unstable-2024-03-17\"; src = fetchFromGitHub { owner = \"albertito\"; repo = \"dnss\"; rev = \"da8986dd432870f5710e3e8652c92c95f34b830b\"; hash = \"sha256-YjBt+22fc9yHcORRmd//rejNVvf6eK+FAYAcT0fABuI=\"; }; vendorHash = \"sha256-d9aGSBRblkvH5Ixw3jpbgC8lMW/qEYNJfLTVeUlos7A=\"; meta = with lib; { description = \"A daemon for using DNS over HTTPS\"; homepage = \"https://blitiri.com.ar/git/r/dnss/\"; license = licenses.asl20; mainProgram = \"dnss\"; maintainers = with maintainers; [ raspher ]; }; } "}
{"_id":"q-en-nixpkgs-35ae47a9fb8f38eb236586d3a931cd3654110f6b687b24d89144c31c71382fb8","text":", pkgconfig , file , protobufc , libiconv }: stdenv.mkDerivation rec { name = \"postgis-${version}\";"}
{"_id":"q-en-nixpkgs-35bff66519c4a0677b29bd2b45a34f661f8443e476196576f03903e64b268544","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":"q-en-nixpkgs-35d86853b74a7a194bd8e0e3cdb385072e70e7dbdd0132da0db949c48a668d5a","text":" { stdenvNoCC, lib, fetchzip, }: stdenvNoCC.mkDerivation rec { pname = \"catamaran\"; version = \"0-unstable-2024-03-02\"; src = fetchzip { url = \"https://www.1001fonts.com/download/catamaran.zip\"; stripRoot = false; hash = \"sha256-9s11lZSS4pYJZwl8Uk7qtdwfZ2bkoZkSIf1MkQlv7H4=\"; }; stripRoot = false; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/truetype mv *.ttf $out/share/fonts/truetype/ runHook postInstall ''; meta = with lib; { homepage = \"https://fonts.google.com/specimen/Catamaran\"; description = \"A stylish sans-serif Tamil and Latin typeface\"; longDescription = '' Catamaran is a Unicode-compliant Latin and Tamil text type family designed for the digital age. The Tamil is monolinear and was designed alongside the sans serif Latin and Devanagari family Palanquin. It currently comprises of 9 text weights, making it a versatile family that strikes a balance between typographic conventions and that bit of sparkle. (A catamaran is a multihulled vessel consisting of two parallel hulls of equal size. The catamaran concept is a relative newcomer for Western boat designers, been used since time immemorial among the Dravidian people, in South India.) ''; license = licenses.ofl; platforms = platforms.all; maintainers = with maintainers; [wyred50]; }; } "}
{"_id":"q-en-nixpkgs-362780a2dbb56b8fe8232a5aa15833cb47886792da98278b33b9275d397db2b7","text":" { stdenv , lib , fetchFromGitHub , rofi-unwrapped , wayland-protocols , wayland }: rofi-unwrapped.overrideAttrs (oldAttrs: rec { pname = \"rofi-wayland-unwrapped\"; version = \"1.7.2+wayland1\"; src = fetchFromGitHub { owner = \"lbonn\"; repo = \"rofi\"; rev = version; fetchSubmodules = true; sha256 = \"sha256-INFYHOVjBNj8ks4UjKnxLW8mL7h1c8ySFPS/rUxOWwo=\"; }; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-protocols ]; buildInputs = oldAttrs.buildInputs ++ [ wayland ]; meta = with lib; { description = \"Window switcher, run dialog and dmenu replacement for Wayland\"; homepage = \"https://github.com/lbonn/rofi\"; license = licenses.mit; maintainers = with maintainers; [ bew ]; platforms = with platforms; linux; }; }) "}
{"_id":"q-en-nixpkgs-362864bf167bffe0520b0e61f62edbd0b3a264136856ceeabba7c3f8cd4049a8","text":", zlib , debugVersion ? false , enableManpages ? false , enableSharedLibraries ? !stdenv.hostPlatform.isStatic , enableSharedLibraries ? false , version , src"}
{"_id":"q-en-nixpkgs-362a4b689b841c91e1305c994bb37b93fd4734ff4b1458d9acb01a7d0a374aba","text":" { fetchFromGitHub , stdenvNoCC , lib , vcpkg-tool , writeShellScript }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"vcpkg\"; version = \"2023.10.19\"; src = fetchFromGitHub { owner = \"microsoft\"; repo = \"vcpkg\"; rev = finalAttrs.version; hash = \"sha256-u+4vyOphnowoaZgfkCbzF7Q4tuz2GN1bHylaKw352Lc=\"; }; installPhase = let # vcpkg needs two directories to write to that is independent of installation directory. # Since vcpkg already creates $HOME/.vcpkg/ we use that to create a root where vcpkg can write into. vcpkgScript = writeShellScript \"vcpkg\" '' vcpkg_writable_path=\"$HOME/.vcpkg/root/\" VCPKG_ROOT=\"@out@/share/vcpkg\" ${vcpkg-tool}/bin/vcpkg --x-downloads-root=\"$vcpkg_writable_path\"/downloads --x-buildtrees-root=\"$vcpkg_writable_path\"/buildtrees --x-packages-root=\"$vcpkg_writable_path\"/packages \"$@\" ''; in '' runHook preInstall mkdir -p $out/bin $out/share/vcpkg/scripts/buildsystems cp --preserve=mode -r ./{docs,ports,triplets,scripts,.vcpkg-root,versions,LICENSE.txt} $out/share/vcpkg/ substitute ${vcpkgScript} $out/bin/vcpkg --subst-var-by out $out chmod +x $out/bin/vcpkg ln -s $out/bin/vcpkg $out/share/vcpkg/vcpkg touch $out/share/vcpkg/vcpkg.disable-metrics runHook postInstall ''; meta = { description = \"C++ Library Manager\"; homepage = \"https://vcpkg.io/\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ guekka gracicot ]; platforms = lib.platforms.all; }; }) "}
{"_id":"q-en-nixpkgs-367f5a4df86f6db12ea1860406dd39025a3112969034ea5da921005df568bc4a","text":", libpthreadstubs , libXdmcp , lndir , unixODBC , util-linux , libselinux"}
{"_id":"q-en-nixpkgs-36af4917e87f21d81ada99abc145d87aedf07c0be479d49c21e0cc3fa0b5d5d4","text":"sha256 = \"sha256-ORzcd8XGy2BfwuPK5UX+K5Z+FYkb+tdg/gHl3zHjvbk=\"; }; # hardcoded because makefile target \"install\" depends on libxslt dependencies from network # that are just too hard to monkeypatch here # so this is the simple fix. installPhase = '' mkdir -p $out install -d $out/bin install -m755 fbcat $out/bin/ install -m755 fbgrab $out/bin/ install -d $out/share/man/man1 postPatch = '' substituteInPlace fbgrab --replace 'pnmtopng' '${netpbm}/bin/pnmtopng' --replace 'fbcat' \"$out/bin/fbcat\" ''; installFlags = [ \"PREFIX=${placeholder \"out\"}\" ]; meta = with lib; { homepage = \"http://jwilk.net/software/fbcat\"; description = \"Framebuffer screenshot tool\";"}
{"_id":"q-en-nixpkgs-37057c657469444a03be9962407741b521631655433ea1d182fa60dce9b645ae","text":"./0002-disable-gnc-fq-update.patch # this patch prevents the building of gnucash-valgrind ./0003-remove-valgrind.patch # this patch makes gnucash exec the Finance::Quote helpers directly ./0004-exec-fq-helpers.patch ]; # this needs to be an environment variable and not a cmake flag to suppress"}
{"_id":"q-en-nixpkgs-370f1f73bd5c77a6361fefd28b5fe4b278e6c1ab3f77d812ab8c7d8333f4fa83","text":"substituteInPlace $out/lib/pkgconfig/mpv.pc --replace \"$out/include\" \"$dev/include\" '' + optionalString stdenv.isDarwin '' '' + lib.optionalString stdenv.isDarwin '' mkdir -p $out/Applications cp -r build/mpv.app $out/Applications ''; # Set RUNPATH so that libcuda in /run/opengl-driver(-32)/lib can be found. # See the explanation in addOpenGLRunpath. postFixup = optionalString stdenv.isLinux '' postFixup = lib.optionalString stdenv.isLinux '' addOpenGLRunpath $out/bin/mpv ''; meta = with lib; { description = \"A media player that supports many video formats (MPlayer and mplayer2 fork)\"; homepage = \"https://mpv.io\"; description = \"General-purpose media player, fork of MPlayer and mplayer2\"; longDescription = '' mpv is a free and open-source general-purpose video player, based on the MPlayer and mplayer2 projects, with great improvements above both. ''; license = licenses.gpl2Plus; maintainers = with maintainers; [ AndersonTorres fpletz globin ma27 tadeokondrak ]; platforms = platforms.darwin ++ platforms.linux; }; longDescription = '' mpv is a free and open-source general-purpose video player, based on the MPlayer and mplayer2 projects, with great improvements above both. ''; passthru = { inherit # The wrapper consults luaEnv and lua.version luaEnv lua # In the wrapper, we want to reference vapoursynth which has the `python3` # passthru attribute (which has the `sitePrefix` attribute). This way we'll # be sure that in the wrapper we'll use the same python3.sitePrefix used to # build vapoursynth. vapoursynthSupport vapoursynth ; }; }"}
{"_id":"q-en-nixpkgs-37221009ce95cd734a7aa648d261445df77373765cce28f3b5861f631320330d","text":", ninja , openssl , pkg-config , python3 , rustPlatform , sqlite , transmission"}
{"_id":"q-en-nixpkgs-372ee19bb095ba27a44900ad7861bf2d822e47fae93aafde594012a50c642eeb","text":"{ lib, stdenv, fetchFromGitHub, autoreconfHook, lua5_3, pkg-config, python3 , zlib, bzip2, curl, xz, gettext, libiconv , sdlClient ? true, SDL, SDL_mixer, SDL_image, SDL_ttf, SDL_gfx, freetype, fluidsynth , gtkClient ? stdenv.isLinux, gtk3 , gtkClient ? false, gtk3, wrapGAppsHook , qtClient ? false, qt5 , server ? true, readline , enableSqlite ? true, sqlite"}
{"_id":"q-en-nixpkgs-373d67d9c51149f330b81937c470dbf05841da3efb7e0db025f8bfa0da0115f2","text":" --- a/resources/pulsar.sh\t2023-03-16 04:11:14.000000000 +0100 +++ b/resources/pulsar.sh\t2023-03-24 14:37:13.468813964 +0100 @@ -123,7 +123,7 @@ elif [ $OS == 'Linux' ]; then SCRIPT=$(readlink -f \"$0\") - PULSAR_PATH=\"/opt/Pulsar/pulsar\" + # PULSAR_PATH is set-up via `wrapProgram` in the postFixup phase #Set tmpdir only if tmpdir is unset : ${TMPDIR:=/tmp} "}
{"_id":"q-en-nixpkgs-374d4e460df436bf8b446b63ca48a159e0d90560f11c6ad35fe0245f25253ecf","text":"environment.etc.\"roundcube/config.inc.php\".text = '' ${lib.optionalString (!localDB) \"$password = file_get_contents('${cfg.database.passwordFile}');\"} ${lib.optionalString (!localDB) '' $password = file('${cfg.database.passwordFile}')[0]; $password = preg_split('~.(*SKIP)(*FAIL)|:~s', $password); $password = end($password); $password = str_replace(\":\", \":\", $password); $password = str_replace(\"\", \"\", $password); ''} $config = array(); $config['db_dsnw'] = 'pgsql://${cfg.database.username}${lib.optionalString (!localDB) \":' . $password . '\"}@${if localDB then \"unix(/run/postgresql)\" else cfg.database.host}/${cfg.database.dbname}';"}
{"_id":"q-en-nixpkgs-3752d354f97cab012ef2324f09a13426c5d233e05d3d992d7d417b84a424f735","text":"{ lib, fetchurl, fetchpatch, llvmPackages, python, cmake,"}
{"_id":"q-en-nixpkgs-3756d4cf7b96995fe65d23102fb87e6e74e1805e3fc6105963d6a4fda7dec04d","text":" { lib, stdenv { lib , stdenv , fetchFromGitHub , doxygen , pkg-config , python3 , python3Packages , wafHook , boost , boost175 , openssl , sqlite }:"}
{"_id":"q-en-nixpkgs-37612db7aa396c56e03cc9cf3af25593c784c0d3eda3347fc1997e854f11bd13","text":"pkgs.tango-icon-theme pkgs.shared_mime_info pkgs.which # Needed by the xfce's xinitrc script. pkgs.\"${cfg.screenLock}\" pkgs.xfce.exo pkgs.xfce.gtk_xfce_engine pkgs.xfce.mousepad"}
{"_id":"q-en-nixpkgs-3788e6223bd8dca1bc6400af7e8b6d03d230fcf222d6a70d22572fde4921fa46","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":"q-en-nixpkgs-37b43152c5150d01b2aa6b5ce127140c708222748ac519afc46c235fb703df54","text":" { stdenv , lib , fetchFromGitHub , libGL , libGLU , libpng , libjpeg_turbo , libuv , libvorbis , mbedtls , openal , pcre , SDL2 , sqlite }: stdenv.mkDerivation rec { pname = \"hashlink\"; version = \"1.12\"; src = fetchFromGitHub { owner = \"HaxeFoundation\"; repo = \"hashlink\"; rev = version; sha256 = \"AiUGhTxz4Pkrks4oE+SAuAQPMuC5T2B6jo3Jd3sNrkQ=\"; }; patches = [ ./hashlink.patch ]; makeFlags = [ \"PREFIX=$(out)\" ]; buildInputs = [ libGL libGLU libjpeg_turbo libpng libuv libvorbis mbedtls openal pcre SDL2 sqlite ]; meta = with lib; { description = \"A virtual machine for Haxe\"; homepage = \"https://hashlink.haxe.org/\"; license = licenses.mit; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ iblech locallycompact ]; }; } "}
{"_id":"q-en-nixpkgs-37e004d76702cc5f185c5d98a29eb5fffbad4b178978539aae16b1e1b1d7a32b","text":"nativeBuildInputs = [ asciidoc makeWrapper wrapGAppsNoGuiHook python3Packages.wrapPython ]; dontWrapGApps = true; checkInputs = with python3Packages; [ dbus-python iw"}
{"_id":"q-en-nixpkgs-382c260716f94f43fd9da1eec1ff357a681ba0da420c0e3cf221d3bdd23a2798","text":"]; RestrictAddressFamilies = [ \"AF_INET\" \"AF_INET6\" \"AF_UNIX\" \"AF_NETLINK\" ]; BindPaths = lib.optionals (cfg.workDir != null) [ cfg.workDir ]; # Needs network access PrivateNetwork = false; # Cannot be true due to Node"}
{"_id":"q-en-nixpkgs-3877b758ed93abd2e39943eedd28801775b518d6633d08ed12f030e1c5e7c58a","text":", wmctrl , xvfb-run , librsvg , libX11 }: python3Packages.buildPythonApplication rec { pname = \"ulauncher\"; version = \"5.12.1\"; version = \"5.15.0\"; src = fetchurl { url = \"https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz\"; sha256 = \"sha256-Fd3IOCEeXGV8zGd/8SzrWRsSsZRVePnsDaX8WrBrCOQ=\"; sha256 = \"sha256-1Qo6ffMtVRtZDPCHvHEl7T0dPdDUxP4TP2hkSVSdQpo\"; }; nativeBuildInputs = with python3Packages; ["}
{"_id":"q-en-nixpkgs-38ba8de8c36e95a8435e98ca5bd4d6b2a2b5213452afeffe986c4b5786f7833a","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":"q-en-nixpkgs-390e7261462d963e184bcf72f14c687293e82a7dea15d016760100c09739ca62","text":"vimtex = buildVimPluginFrom2Nix { pname = \"vimtex\"; version = \"2022-03-27\"; version = \"2022-03-24\"; src = fetchFromGitHub { owner = \"lervag\"; repo = \"vimtex\"; rev = \"c2cb0ced676fd41ce7f6e33a3f09122cb738436b\"; sha256 = \"00vzqcw2gygq6rgwjy4dl2m1p6pdkwqpj3j1gbzjg4g6av4q8py1\"; rev = \"4eccec4e9fc46a52ba832ac2f8ab749ea33d6790\"; sha256 = \"07mydwxqhk9l0ciqpczd51x4s58asmqa3f0bznw7cdvp9qa6a6sn\"; }; meta.homepage = \"https://github.com/lervag/vimtex/\"; };"}
{"_id":"q-en-nixpkgs-39225556abfe2901fbd3bd846e0112920cf445d4230d453f660623fe4e402b5a","text":" { lib, stdenv, fetchFromGitHub, substituteAll, gradle_7, perl, makeWrapper, jre, }: stdenv.mkDerivation (finalAttrs: { pname = \"stirling-pdf\"; version = \"0.22.3\"; src = fetchFromGitHub { owner = \"Stirling-Tools\"; repo = \"Stirling-PDF\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-8zXTapFAXw4+KLLirxBeEBmqNw6ILFHtbsaBSP3Ehyg=\"; }; patches = [ # disable spotless because it tries to fetch files not in the FOD # and also because it slows down the build process ./disable-spotless.patch # remove timestamp from the header of a generated .properties file ./remove-props-file-timestamp.patch # use gradle's built-in method of zeroing out timestamps, # because stripJavaArchivesHook can't patch signed JAR files ./fix-jar-timestamp.patch # set the FOD as the only repository gradle can resolve from (substituteAll { src = ./use-fod-maven-repo.patch; inherit (finalAttrs) deps; }) ]; # fake build to pre-download deps into fixed-output derivation deps = stdenv.mkDerivation { name = \"${finalAttrs.pname}-${finalAttrs.version}-deps\"; inherit (finalAttrs) src; patches = [ ./disable-spotless.patch ]; nativeBuildInputs = [ gradle_7 perl ]; buildPhase = '' runHook preBuild export GRADLE_USER_HOME=$(mktemp -d) gradle --no-daemon --console=plain build runHook postBuild ''; # perl code mavenizes pathes (com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar -> com/squareup/okio/okio/1.13.0/okio-1.13.0.jar) installPhase = '' runHook preInstall find $GRADLE_USER_HOME/caches/modules-2 -type f -regex '.*.(jar|pom)' | perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/s]+))$# ($x = $2) =~ tr|.|/|; \"install -Dm444 $1 $out/$x/$3/$4/$5\" #e' | sh # Mimic existence of okio-3.6.0.jar, originally known as okio-jvm-3.6.0 (and renamed). # Gradle doesn't detect such renames and only fetches the latter. # Whenever this package gets updated, please check if this hack is obsolete. ln -s $out/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar $out/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar runHook postInstall ''; outputHashAlgo = \"sha256\"; outputHashMode = \"recursive\"; outputHash = \"sha256-zUzKSa7zuIoXE77Hk/Xr5iMF4CEumV9horW2BTFRdtE=\"; }; nativeBuildInputs = [ gradle_7 makeWrapper ]; buildPhase = '' runHook preBuild export GRADLE_USER_HOME=$(mktemp -d) gradle --offline --no-daemon --console=plain build runHook postBuild ''; installPhase = '' runHook preInstall install -Dm644 build/libs/Stirling-PDF-*.jar $out/share/stirling-pdf/Stirling-PDF.jar makeWrapper ${jre}/bin/java $out/bin/Stirling-PDF --add-flags \"-jar $out/share/stirling-pdf/Stirling-PDF.jar\" runHook postInstall ''; meta = { changelog = \"https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/${finalAttrs.src.rev}\"; description = \"A locally hosted web application that allows you to perform various operations on PDF files\"; homepage = \"https://github.com/Stirling-Tools/Stirling-PDF\"; license = lib.licenses.gpl3Only; mainProgram = \"Stirling-PDF\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = jre.meta.platforms; sourceProvenance = with lib.sourceTypes; [ fromSource binaryBytecode # deps ]; }; }) "}
{"_id":"q-en-nixpkgs-39474c2c084bdbf219dda70aab01400eff6c238d0848d66b7d21099cc73e68d5","text":"let pname = \"mov-cli\"; version = \"1.5.7\"; version = \"4.4.5\"; in python3.pkgs.buildPythonPackage { inherit pname version;"}
{"_id":"q-en-nixpkgs-395312644c04f69fde047a2f5eed73e7899ca827fb29678223dc845257f90e71","text":"cd .. mkdir -p /var/singularity/mnt/{container,final,overlay,session,source} echo \"root:x:0:0:System administrator:/root:/bin/sh\" > /etc/passwd echo > /etc/resolv.conf TMPDIR=$(pwd -P) singularity build $out ./img '');"}
{"_id":"q-en-nixpkgs-399f91dc416095853f7fa719b76b91f1a119df532cc235d9bcb9668e4c580306","text":"}; chktex = stdenv.mkDerivation { pname = \"texlive-chktex.bin\"; inherit version; inherit (common) src; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ core/*kpathsea*/ ]; preConfigure = \"cd texk/chktex\"; configureFlags = common.configureFlags ++ [ \"--with-system-kpathsea\" ]; enableParallelBuilding = true; }; dvisvgm = stdenv.mkDerivation { pname = \"texlive-dvisvgm.bin\"; inherit version;"}
{"_id":"q-en-nixpkgs-39d1f0fbfb899d242591c7a2ebafd2902d3494dcf299693820c80cb33b2b1e55","text":" { lib , stdenv , fetchFromGitHub , nix-update-script , meson , ninja , pkg-config , python3 , vala , gtk3 , libgee , pantheon }: stdenv.mkDerivation rec { pname = \"pantheon-tweaks\"; version = \"1.0.1\"; src = fetchFromGitHub { owner = \"pantheon-tweaks\"; repo = pname; rev = version; sha256 = \"sha256-tAfDxX/RD7pO5PN/LaZ92Cj/iZtBI/EHb0+pORfYnPM=\"; }; patches = [ ./fix-paths.patch ]; nativeBuildInputs = [ meson ninja pkg-config python3 vala ]; buildInputs = [ gtk3 libgee pantheon.granite pantheon.switchboard ]; postPatch = '' chmod +x meson/post_install.py patchShebangs meson/post_install.py ''; passthru = { updateScript = nix-update-script { attrPath = pname; }; }; meta = with lib; { description = \"Unofficial system settings panel for Pantheon\"; longDescription = '' Unofficial system settings panel for Pantheon that lets you easily and safely customise your desktop's appearance. Use programs.pantheon-tweaks.enable to add this to your switchboard. ''; homepage = \"https://github.com/pantheon-tweaks/pantheon-tweaks\"; license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = teams.pantheon.members; }; } "}
{"_id":"q-en-nixpkgs-39e623d6dcb33c628ee7f70a6ad4b4c3bb101df382a588f50e41acaa564b4bcd","text":"]; configureFlags = [ \"--disable-werror\" \"--enable-jtag_vpi\" \"--enable-usb_blaster_libftdi\" (lib.enableFeature (! stdenv.isDarwin) \"amtjtagaccel\")"}
{"_id":"q-en-nixpkgs-39e8979bf4990f98b429d781b00d5c26376b9abae0fe1f81d55b5caa2eacd192","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":"q-en-nixpkgs-39fba53d826ef89c21e7a6b09cda2faad2a5d707036a9697ac9924992a6e9c12","text":"if [ ! \"${selfContainedBuild-}\" ]; then if [ \"${useDotnetFromEnv-}\" ]; then # if dotnet CLI is available, set DOTNET_ROOT based on it. Otherwise set to default .NET runtime dotnetRootFlags+=(\"--run\" 'command -v dotnet &>/dev/null && export DOTNET_ROOT=\"$(@dirname@ \"$(@dirname@ \"$(@which@ dotnet)\")\")\" || export DOTNET_ROOT=\"@dotnetRuntime@\"') dotnetRootFlags+=(\"--run\" 'command -v dotnet &>/dev/null && export DOTNET_ROOT=\"$(@dirname@ \"$(@realpath@ \"$(@which@ dotnet)\")\")\" || export DOTNET_ROOT=\"@dotnetRuntime@\"') dotnetRootFlags+=(\"--suffix\" \"PATH\" \":\" \"@dotnetRuntime@/bin\") else dotnetRootFlags+=(\"--set\" \"DOTNET_ROOT\" \"@dotnetRuntime@\")"}
{"_id":"q-en-nixpkgs-3a5533cfb4c1cd220de5926fb456ae1ad794311e6d1c037bf32e83707e4276c0","text":"\"-DJSON_MultipleHeaders=ON\" ]; doCheck = stdenv.hostPlatform == stdenv.buildPlatform; # A test cause the build to timeout https://github.com/nlohmann/json/issues/1816 #doCheck = stdenv.hostPlatform == stdenv.buildPlatform; doCheck = false; postInstall = \"rm -rf $out/lib64\";"}
{"_id":"q-en-nixpkgs-3a63d9f28e6d8ebba63007feee1c556a9d82617378b9f584d16249d9e8df8197","text":"options.services.node-red = { enable = mkEnableOption (lib.mdDoc \"the Node-RED service\"); package = mkPackageOption pkgs \"node-red\" { }; package = mkPackageOption pkgs \"nodePackages.node-red\" { }; openFirewall = mkOption { type = types.bool;"}
{"_id":"q-en-nixpkgs-3a696893a57958e9a426ab7943f08c1aac093e78d702b19eee4e4910da25decb","text":"Upgrading FIXME: document dump/upgrade/load cycle. Major PostgreSQL upgrade requires PostgreSQL downtime and a few imperative steps to be called. To simplify this process, use the following NixOS module: containers.temp-pg.config.services.postgresql = { enable = true; package = pkgs.postgresql_12; ## set a custom new dataDir # dataDir = \"/some/data/dir\"; }; environment.systemPackages = let newpg = config.containers.temp-pg.config.services.postgresql; in [ (pkgs.writeScriptBin \"upgrade-pg-cluster\" '' set -x export OLDDATA=\"${config.services.postgresql.dataDir}\" export NEWDATA=\"${newpg.dataDir}\" export OLDBIN=\"${config.services.postgresql.package}/bin\" export NEWBIN=\"${newpg.package}/bin\" install -d -m 0700 -o postgres -g postgres \"$NEWDATA\" cd \"$NEWDATA\" sudo -u postgres $NEWBIN/initdb -D \"$NEWDATA\" systemctl stop postgresql # old one sudo -u postgres $NEWBIN/pg_upgrade --old-datadir \"$OLDDATA\" --new-datadir \"$NEWDATA\" --old-bindir $OLDBIN --new-bindir $NEWBIN \"$@\" '') ]; The upgrade process is: Rebuild nixos configuration with the configuration above added to your configuration.nix. Alternatively, add that into separate file and reference it in imports list. Login as root (sudo su -) Run upgrade-pg-cluster. It will stop old postgresql, initialize new one and migrate old one to new one. You may supply arguments like --jobs 4 and --link to speedup migration process. See for details. Change postgresql package in NixOS configuration to the one you were upgrading to, and change dataDir to the one you have migrated to. Rebuild NixOS. This should start new postgres using upgraded data directory. After upgrade you may want to ANALYZE new db. Options A complete list of options for the PostgreSQL module may be found here. A complete list of options for the PostgreSQL module may be found here. Plugins Plugins collection for each PostgreSQL version can be accessed with .pkgs. For example, for pkgs.postgresql_11 package, its plugin collection is accessed by pkgs.postgresql_11.pkgs: Plugins collection for each PostgreSQL version can be accessed with .pkgs. For example, for pkgs.postgresql_11 package, its plugin collection is accessed by pkgs.postgresql_11.pkgs: $ nix repl '<nixpkgs>'"}
{"_id":"q-en-nixpkgs-3a6cb242d12229b0119969ef9719b3bb23b53b6ea8ee2ae6b0c0cdaabfcfc5db","text":"sea-orm-cli = callPackage ../development/tools/sea-orm-cli { }; vcpkg-tool = callPackage ../by-name/vc/vcpkg-tool/package.nix { fmt = fmt_10; }; r3ctl = qt5.callPackage ../tools/misc/r3ctl { }; ptouch-print = callPackage ../misc/ptouch-print { };"}
{"_id":"q-en-nixpkgs-3b2e471f5e3f4da9c38c748e00d8f7a08fbecf4852c484bdcedb8c4385113b8d","text":"configureFlags = [ \"--with-gnunet=${gnunet}\" ]; patchPhase = \"patchShebangs pixmaps/icon-theme-installer\"; postPatch = \"patchShebangs pixmaps/icon-theme-installer\"; postInstall = '' ln -s $out/share/gnunet-gtk/gnunet_logo.png $out/share/gnunet/gnunet-logo-color.png ''; meta = gnunet.meta // { description = \"GNUnet GTK User Interface\";"}
{"_id":"q-en-nixpkgs-3b4c1e3989c385a2aee24f60d0e403dac36e0327e76fa727b15a5ff69fa6f326","text":"nativeBuildInputs = [ qmake qttools ]; buildInputs = [ qtbase ]; buildInputs = [ qtbase qtsvg ]; qmakeFlags = [ \"LRELEASE_EXECUTABLE=${getDev qttools}/bin/lrelease\" \"PLUGINDIR=${placeholder \"out\"}/${qtbase.qtPluginPrefix}\" ]; preConfigure = '' qmakeFlags+=\" PLUGINDIR=$out/$qtPluginPrefix\" ''; enableParallelBuilding = true; meta = with lib; {"}
{"_id":"q-en-nixpkgs-3b618c656a08535da53b791a6b4ebb8d0c9d8ca46fcf969b4d8209c8f5704eeb","text":"libXrender libXtst zlib ] ++ lib.optionals stdenv.isLinux [ webkitgtk glib-networking ]; desktopItems = ["}
{"_id":"q-en-nixpkgs-3b8aabead4b22e67ce8ecf88b0aba04444a64e6f0e299ca8e382d009ccd1f117","text":"rm src/net/cgo_unix_test.go '' + optionalString stdenv.isLinux '' sed -i 's,/usr/share/zoneinfo/,${tzdata}/share/zoneinfo/,' src/time/zoneinfo_unix.go # prepend the nix path to the zoneinfo files but also leave the original value for static binaries # that run outside a nix server sed -i 's,\"/usr/share/zoneinfo/,\"${tzdata}/share/zoneinfo/\",nt&,' src/time/zoneinfo_unix.go '' + optionalString stdenv.isAarch32 '' echo '#!${runtimeShell}' > misc/cgo/testplugin/test.bash '' + optionalString stdenv.isDarwin ''"}
{"_id":"q-en-nixpkgs-3b979fc0627ee21f0883247c220a762d7e6733c6fa52caf0fe982872b0450e45","text":" { lib , stdenv , fetchurl , jre , makeWrapper }: let version = \"0.14.1\"; peergos = fetchurl { url = \"https://github.com/Peergos/web-ui/releases/download/v${version}/Peergos.jar\"; hash = \"sha256-oCsUuFxTAL0vAabGggGhZHaF40A5TLfkT15HYPiKHlU=\"; }; in stdenv.mkDerivation rec { pname = \"peergos\"; inherit version; dontUnpack = true; dontBuild = true; nativeBuildInputs = [ makeWrapper ]; installPhase = '' runHook preInstall install -D ${peergos} $out/share/java/peergos.jar makeWrapper ${lib.getExe jre} $out/bin/${pname} --add-flags \"-jar -Djava.library.path=native-lib $out/share/java/${pname}.jar\" runHook postInstall ''; meta = with lib; { description = \"A p2p, secure file storage, social network and application protocol\"; homepage = \"https://peergos.org/\"; # peergos have agpt3 license, peergos-web-ui have gpl3, both are used license = [ licenses.agpl3Only licenses.gpl3Only ]; platforms = platforms.all; maintainers = with maintainers; [ raspher ]; sourceProvenance = with sourceTypes; [ binaryBytecode ]; }; } "}
{"_id":"q-en-nixpkgs-3bd1b728a93a1033d9bae99c835e5b87f601ec9d7b1ed1c4276f5479fa001e1c","text":" Index: include/VBox/sup.h =================================================================== --- trunk/include/VBox/sup.h\t(revision 151556) +++ trunk/include/VBox/sup.h\t(working copy) @@ -2142,6 +2142,26 @@ */ SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void); +/** + * Notification from R0 VMM prior to loading the guest-FPU register state. + * + * @returns Whether the host-FPU register state has been saved by the host kernel. + * @param fCtxHook Whether thread-context hooks are enabled. + * + * @remarks Called with preemption disabled. + */ +SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook); + +/** + * Notification from R0 VMM prior to saving the guest-FPU register state (and + * potentially restoring the host-FPU register state) in ring-0. + * + * @param fCtxHook Whether thread-context hooks are enabled. + * + * @remarks Called with preemption disabled. + */ +SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook); + /** @copydoc RTLogGetDefaultInstanceEx * @remarks To allow overriding RTLogGetDefaultInstanceEx locally. */ SUPR0DECL(struct RTLOGGER *) SUPR0GetDefaultLogInstanceEx(uint32_t fFlagsAndGroup); Index: src/VBox/Additions/linux/sharedfolders/regops.c =================================================================== --- trunk/src/VBox/Additions/linux/sharedfolders/regops.c\t(revision 151556) +++ trunk/src/VBox/Additions/linux/sharedfolders/regops.c\t(working copy) @@ -3823,7 +3823,9 @@ .readpage = vbsf_readpage, .writepage = vbsf_writepage, /** @todo Need .writepages if we want msync performance... */ -#if RTLNX_VER_MIN(2,5,12) +#if RTLNX_VER_MIN(5,18,0) + .dirty_folio = filemap_dirty_folio, +#elif RTLNX_VER_MIN(2,5,12) .set_page_dirty = __set_page_dirty_buffers, #endif #if RTLNX_VER_MIN(5,14,0) Index: src/VBox/Additions =================================================================== --- trunk/src/VBox/Additions\t(revision 151556) +++ trunk/src/VBox/Additions\t(working copy) Property changes on: src/VBox/Additions ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /trunk/src/VBox/Additions:r150844 Index: src/VBox/HostDrivers/Support/SUPDrv.cpp =================================================================== --- trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp\t(revision 151556) +++ trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp\t(working copy) @@ -98,6 +98,18 @@ # endif #endif +#if defined(RT_OS_LINUX) && !defined(__NO_FORTIFY) && defined(__OPTIMIZE__) && defined(CONFIG_FORTIFY_SOURCE) +/* In Linux 5.18-rc1, memcpy became a wrapper which does fortify checks + * before triggering __underlying_memcpy() call. We do not pass these checks here, + * so bypass them for now. */ +# if RTLNX_VER_MIN(5,18,0) +# define SUPDRV_MEMCPY __underlying_memcpy +# else +# define SUPDRV_MEMCPY memcpy +# endif +#else +# define SUPDRV_MEMCPY memcpy +#endif /* * Logging assignments: @@ -266,6 +278,8 @@ SUPEXP_STK_BACK( 2, SUPR0ContFree), SUPEXP_STK_BACK( 2, SUPR0ChangeCR4), SUPEXP_STK_BACK( 1, SUPR0EnableVTx), + SUPEXP_STK_OKAY( 1, SUPR0FpuBegin), + SUPEXP_STK_OKAY( 1, SUPR0FpuEnd), SUPEXP_STK_BACK( 0, SUPR0SuspendVTxOnCpu), SUPEXP_STK_BACK( 1, SUPR0ResumeVTxOnCpu), SUPEXP_STK_OKAY( 1, SUPR0GetCurrentGdtRw), @@ -1742,7 +1756,7 @@ /* execute */ pReq->u.Out.cFunctions = RT_ELEMENTS(g_aFunctions); - memcpy(&pReq->u.Out.aFunctions[0], g_aFunctions, sizeof(g_aFunctions)); + SUPDRV_MEMCPY(&pReq->u.Out.aFunctions[0], g_aFunctions, sizeof(g_aFunctions)); pReq->Hdr.rc = VINF_SUCCESS; return 0; } Index: src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp =================================================================== --- trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp\t(revision 151556) +++ trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp\t(working copy) @@ -2002,6 +2002,18 @@ } +SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) +{ + RT_NOREF(fCtxHook); + return false; +} + + +SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) +{ + RT_NOREF(fCtxHook); +} + /* * * org_virtualbox_SupDrv Index: src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c =================================================================== --- trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c\t(revision 151556) +++ trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c\t(working copy) @@ -640,3 +640,16 @@ return 0; } + +SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) +{ + RT_NOREF(fCtxHook); + return false; +} + + +SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) +{ + RT_NOREF(fCtxHook); +} + Index: src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c =================================================================== --- trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c\t(revision 151556) +++ trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c\t(working copy) @@ -1454,6 +1454,31 @@ } +SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) +{ + RT_NOREF(fCtxHook); +#if RTLNX_VER_MIN(5,18,0) + kernel_fpu_begin(); + /* if (fCtxHook) */ + preempt_enable(); /* HACK ALERT! undo the implicit preempt_disable() in kernel_fpu_begin(). */ + return true; +#else + return false; +#endif +} + + +SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) +{ + RT_NOREF(fCtxHook); +#if RTLNX_VER_MIN(5,18,0) + /* if (fCtxHook) */ + preempt_disable(); /* HACK ALERT! undo the implicit preempt_enable() in SUPR0FpuBegin(). */ + kernel_fpu_end(); +#endif +} + + int VBOXCALL supdrvOSGetCurrentGdtRw(RTHCUINTPTR *pGdtRw) { #if RTLNX_VER_MIN(4,12,0) Index: src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp =================================================================== --- trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp\t(revision 151556) +++ trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp\t(working copy) @@ -541,3 +541,16 @@ return 0; } + +SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) +{ + RT_NOREF(fCtxHook); + return false; +} + + +SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) +{ + RT_NOREF(fCtxHook); +} + Index: src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c =================================================================== --- trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c\t(revision 151556) +++ trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c\t(working copy) @@ -1309,3 +1309,16 @@ return 0; } + +SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) +{ + RT_NOREF(fCtxHook); + return false; +} + + +SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) +{ + RT_NOREF(fCtxHook); +} + Index: src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp =================================================================== --- trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp\t(revision 151556) +++ trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp\t(working copy) @@ -2704,6 +2704,19 @@ } +SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) +{ + RT_NOREF(fCtxHook); + return false; +} + + +SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) +{ + RT_NOREF(fCtxHook); +} + + SUPR0DECL(int) SUPR0IoCtlSetupForHandle(PSUPDRVSESSION pSession, intptr_t hHandle, uint32_t fFlags, PSUPR0IOCTLCTX *ppCtx) { /* Index: src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c =================================================================== --- trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c\t(revision 151556) +++ trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c\t(working copy) @@ -2311,7 +2311,13 @@ vboxNetFltDumpPacket(pSG, true, \"host\", (fDst & INTNETTRUNKDIR_WIRE) ? 0 : 1); Log6((\"vboxNetFltPortOsXmit: pBuf->cb dump:n%.*Rhxdn\", sizeof(pBuf->cb), pBuf->cb)); Log6((\"vboxNetFltPortOsXmit: netif_rx_ni(%p)n\", pBuf)); +#if RTLNX_VER_MIN(5,18,0) + local_bh_disable(); + err = netif_rx(pBuf); + local_bh_enable(); +#else err = netif_rx_ni(pBuf); +#endif if (err) rc = RTErrConvertFromErrno(err); } Index: src/VBox/VMM/VMMR0/CPUMR0.cpp =================================================================== --- trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp\t(revision 151556) +++ trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp\t(working copy) @@ -440,6 +440,9 @@ Assert(!(pVCpu->cpum.s.fUseFlags & CPUM_USED_FPU_GUEST)); Assert(!(pVCpu->cpum.s.fUseFlags & CPUM_SYNC_FPU_STATE)); + /* Notify the support driver prior to loading the guest-FPU register state. */ + SUPR0FpuBegin(false /* unused */); + if (!pVM->cpum.s.HostFeatures.fLeakyFxSR) { Assert(!(pVCpu->cpum.s.fUseFlags & CPUM_USED_MANUAL_XMM_RESTORE)); @@ -484,6 +487,9 @@ Assert(ASMGetCR4() & X86_CR4_OSFXSR); if (pVCpu->cpum.s.fUseFlags & (CPUM_USED_FPU_GUEST | CPUM_USED_FPU_HOST)) { + /* Notify the support driver prior to loading the host-FPU register state. */ + SUPR0FpuEnd(false /* unused */); + fSavedGuest = RT_BOOL(pVCpu->cpum.s.fUseFlags & CPUM_USED_FPU_GUEST); if (!(pVCpu->cpum.s.fUseFlags & CPUM_USED_MANUAL_XMM_RESTORE)) cpumR0SaveGuestRestoreHostFPUState(&pVCpu->cpum.s); "}
{"_id":"q-en-nixpkgs-3bdfc084f9f7a6b7fa837601916dc95093413bd3cc93f26f29bb0de21530594e","text":"# tesseract & leptonica. ++ lib.optionals enableTesseract [ tesseract leptonica ] ++ lib.optional enableTbb tbb ++ lib.optionals enableCuda [ cudatoolkit nvidia-optical-flow-sdk ] ++ lib.optionals stdenv.isDarwin [ bzip2 AVFoundation Cocoa VideoDecodeAcceleration CoreMedia MediaToolbox ] ++ lib.optionals enableDocs [ doxygen graphviz-nox ]; propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy; propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy ++ lib.optionals enableCuda [ cudatoolkit nvidia-optical-flow-sdk ]; nativeBuildInputs = [ cmake pkg-config unzip ];"}
{"_id":"q-en-nixpkgs-3be5149f2e9d323d0164126be0dbbc03c55e08d49a3b469900a3c72b805e8ae1","text":"description = \"Twitch.tv browser for Streamlink\"; longDescription = \"Browse Twitch.tv and watch streams in your videoplayer of choice\"; homepage = \"https://streamlink.github.io/streamlink-twitch-gui/\"; downloadPage = https://github.com/streamlink/streamlink-twitch-gui/releases; downloadPage = \"https://github.com/streamlink/streamlink-twitch-gui/releases\"; license = licenses.mit; maintainers = with maintainers; [ rileyinman ]; platforms = [ \"x86_64-linux\" \"i686-linux\" ];"}
{"_id":"q-en-nixpkgs-3be6757f5608d2fafe66690c9f26ab8330a23fc973e835707440803653eb8f21","text":"module_init_tools = kmod; # added 2016-04-22 mozart = mozart2-binary; # added 2019-09-23 mozart-binary = mozart2-binary; # added 2019-09-23 mpc_cli = mpc-cli; # moved from top-level 2022-01-24 mpd_clientlib = libmpdclient; # added 2021-02-11 mpich2 = mpich; # added 2018-08-06 msf = metasploit; # added 2018-04-25"}
{"_id":"q-en-nixpkgs-3c0b973bf4d5da703b2892fc9ac878b31dfa9b463bbb59d8172d3b7be76ce0f9","text":"gcr gnome.adwaita-icon-theme libsecret libportal-gtk3 ]; postPatch = ''"}
{"_id":"q-en-nixpkgs-3c2c613b2a660f6f668885aed9bfd4e46d387254160ee7b8d44199b70445a1f0","text":" { stdenv, fetchFromGitHub, autoconf, automake, libtool, ... }: { stdenv, fetchFromGitHub, autoreconfHook, jdk # Enable ECDSA pubkey recovery module , enableRecovery ? true # Enable ECDH shared secret computation (disabled by default because it is # experimental) , enableECDH ? false # Enable libsecp256k1_jni (disabled by default because it requires a jdk, # which is a large dependency) , enableJNI ? false }: let inherit (stdenv.lib) optionals; in stdenv.mkDerivation rec { name = \"secp256k1-${version}\"; # I can't find any version numbers, so we're just using the date # of the last commit. version = \"2016-05-30\"; # I can't find any version numbers, so we're just using the date of the # last commit. version = \"2016-11-27\"; src = fetchFromGitHub { owner = \"bitcoin-core\"; repo = \"secp256k1\"; rev = \"b3be8521e694eaf45dd29baea035055183c42fe2\"; sha256 = \"1pgsy72w87yxbiqn96hnm8alsfx3rj7d9jlzdsypyf6i1rf6w4bq\"; rev = \"2928420c1b8e1feee8c20dff4e3cc41a0de2fc22\"; sha256 = \"1djsr2vrhh88353czlwb8bwlyabf008w1f7xg0fs3q33rf42w5gm\"; }; buildInputs = [ autoconf automake libtool ]; buildInputs = optionals enableJNI [ jdk ]; configureFlags = [ \"--enable-module-recovery\" ]; nativeBuildInputs = [ autoreconfHook ]; preConfigure = \"./autogen.sh\"; configureFlags = optionals enableECDH [ \"--enable-module-ecdh\" \"--enable-experimental\" ] ++ optionals enableRecovery [ \"--enable-module-recovery\" ] ++ optionals enableJNI [ \"--enable-jni\" ]; meta = with stdenv.lib; { description = \"Optimized C library for EC operations on curve secp256k1\"; longDescription = '' Optimized C library for EC operations on curve secp256k1. Part of Bitcoin Core. This library is a work in progress and is being used to research best practices. Use at your own risk. Optimized C library for EC operations on curve secp256k1. Part of Bitcoin Core. This library is a work in progress and is being used to research best practices. Use at your own risk. ''; homepage = https://github.com/bitcoin-core/secp256k1; license = with licenses; [ mit ];"}
{"_id":"q-en-nixpkgs-3c48c652e138df493451060e446a930b73ccb320d0cd67cba6f15e7f662c5e53","text":"(fetchNuGet { pname = \"ppy.Veldrid.MetalBindings\"; version = \"4.9.5-gc8dfc5ca19\"; sha256 = \"0i6bb79kprrmsfphjq26rgxqfvvf12pxr7dfwcq448dw2xgq6rpy\"; }) (fetchNuGet { pname = \"ppy.Veldrid.OpenGLBindings\"; version = \"4.9.5-gc8dfc5ca19\"; sha256 = \"06a4kkfidr7yj60xl3k4yfawz4wzwkkjpaki8fmsanif1yhz69l8\"; }) (fetchNuGet { pname = \"ppy.Veldrid.SPIRV\"; version = \"1.0.15-gca6cec7843\"; sha256 = \"09pi4c91ljavilw9kx7kzhcax7ar4zk7zy1qwvqfrqsgxznvyxa1\"; }) (fetchNuGet { pname = \"Realm\"; version = \"11.7.0\"; sha256 = \"1vp8rparpcv7rbqx7m55xcji941a6qjamxhb943fgfkjf196z69w\"; }) (fetchNuGet { pname = \"Realm.PlatformHelpers\"; version = \"11.7.0\"; sha256 = \"1a7kaap5ad3n7cgf07xa9yc4c1qi7cf2zj3f5hdv7fp84bdzmysg\"; }) (fetchNuGet { pname = \"Realm\"; version = \"11.5.0\"; sha256 = \"0r7j5si3n4ncq8xnnjk1q5jjqbj0s1w3ps124y8pgqd14dzvch6a\"; }) (fetchNuGet { pname = \"Realm.PlatformHelpers\"; version = \"11.5.0\"; sha256 = \"1ggbmlsf04pxnh1k86hs0wxnvcw0ja2xnn6358qmrp826km0w1g9\"; }) (fetchNuGet { pname = \"Remotion.Linq\"; version = \"2.2.0\"; sha256 = \"1y46ni0xswmmiryp8sydjgryafwn458dr91f9xn653w73kdyk4xf\"; }) (fetchNuGet { pname = \"runtime.any.System.Collections\"; version = \"4.3.0\"; sha256 = \"0bv5qgm6vr47ynxqbnkc7i797fdi8gbjjxii173syrx14nmrkwg0\"; }) (fetchNuGet { pname = \"runtime.any.System.Diagnostics.Tools\"; version = \"4.3.0\"; sha256 = \"1wl76vk12zhdh66vmagni66h5xbhgqq7zkdpgw21jhxhvlbcl8pk\"; })"}
{"_id":"q-en-nixpkgs-3c542e2c2cffc61bfdd9281d3862dcade87528f73f7c4dfddfeb4aeb338bf0ef","text":"rustPlatform.buildRustPackage rec { pname = \"gping\"; version = \"1.2.1\"; version = \"1.2.6\"; src = fetchFromGitHub { owner = \"orf\"; repo = \"gping\"; rev = \"v${version}\"; sha256 = \"sha256-lApm1JLXNjDKLj6zj25OaZDVp7lLW3qyrDsvJrudl8I=\"; rev = \"gping-v${version}\"; sha256 = \"sha256-Sxmwuf+iTBTlpfMFCEUp6JyEaoHgmLIKB/gws2KY/xc=\"; }; cargoSha256 = \"sha256-d1NjPwT3YDp1U9JWeUejpWDbJonFlt5lYbUf7p3jVT0=\"; cargoSha256 = \"sha256-xEASs6r5zxYJXS+at6aX5n0whGp5qwuNwq6Jh0GM+/4=\"; buildInputs = lib.optional stdenv.isDarwin libiconv;"}
{"_id":"q-en-nixpkgs-3c59f61102ba502e1112a1765f336c1d8f6f975db609736b4477539624c994a8","text":" { rustPlatform, lib, fetchFromGitHub, nix-update-script, nixosTests, }: rustPlatform.buildRustPackage rec { pname = \"turn-rs\"; version = \"3.1.0\"; src = fetchFromGitHub { owner = \"mycrl\"; repo = \"turn-rs\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-uXMRDgSHrwT6+kejWRSE1WjXO8LaOR+fnffIXcL3A4I=\"; }; cargoHash = \"sha256-gO2vuOQMvl6KYp529k3CYDyma5ECzOr/lcSvP4OpUUo=\"; passthru = { updateScript = nix-update-script { }; tests.nixos = nixosTests.turn-rs; }; meta = { description = \"Pure rust implemented turn server\"; homepage = \"https://github.com/mycrl/turn-rs\"; changelog = \"https://github.com/mycrl/turn-rs/releases/tag/v${version}\"; license = lib.licenses.gpl3Only; mainProgram = \"turn-server\"; maintainers = with lib.maintainers; [ bot-wxt1221 ]; platforms = lib.platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-3c91fd01955ad53e09afec5a87289bb1363624ee52c07d6388371fa23e019e80","text":"{ lib , stdenv , fetchFromGitHub , fetchFromGitea , substituteAll , testers , gummy , cmake"}
{"_id":"q-en-nixpkgs-3cff3710b279ceb28590a32c1dfd75e612eb5287443477dc9376889e0fb3d6da","text":" { fetchFromGitHub, }: { qmplay2 = let self = { pname = \"qmplay2\"; version = \"24.06.16\"; src = fetchFromGitHub { owner = \"zaps166\"; repo = \"QMPlay2\"; rev = self.version; hash = \"sha256-HoFyC/OFmthUYfyo6//+KmBIq06MPb5GmDekJbnsz5o=\"; }; }; in self; qmvk = { pname = \"qmvk\"; version = \"0-unstable-2024-04-19\"; src = fetchFromGitHub { owner = \"zaps166\"; repo = \"QmVk\"; rev = \"5c5c2942255820b6343afdfeea0405cd3b36870e\"; hash = \"sha256-viFM9N5PiSCgkGlxtrLFCVDIML/QyPiaPRX77RW2NNw=\"; }; }; } "}
{"_id":"q-en-nixpkgs-3d3a1c37baaab8503656af0b17df5f966fe0dc126da3cefc7a6857c29a8fc4a6","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":"q-en-nixpkgs-3d43401f832b6176005fa7a39e04af58ae55e3fdab851596f26dada890c46806","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":"q-en-nixpkgs-3d9b9f46c28c7d5be85a20bd33720b88d2ac419120c662aca6abb9d71d810697","text":"if ($copyKernels == 0) { $grubStore = GrubFs($storePath); } my $extraInitrdPath; if ($extraInitrd) { if (! -f $extraInitrd) { print STDERR \"Warning: the specified extraInitrd \" . $extraInitrd . \" doesn't exist. Your system won't boot without it.n\"; } $extraInitrdPath = GrubFs($extraInitrd); } # Generate the header. my $conf .= \"# Automatically generated. DO NOT EDIT THIS FILE!n\";"}
{"_id":"q-en-nixpkgs-3dc133da35f70869fc9c9fbe1a9d4b5413f2a28acd59b03f56c6ff86ab9a7b44","text":" Fetched from https://blog.sonarsource.com/rainloop-emails-at-risk-due-to-code-flaw/ --- a/rainloop/rainloop/v/1.16.0/app/libraries/MailSo/Base/HtmlUtils.php +++ b/rainloop/rainloop/v/1.16.0/app/libraries/MailSo/Base/HtmlUtils.php @@ -239,7 +239,8 @@ class HtmlUtils $oWrapHtml->setAttribute($sKey, $sValue); } -\t\t\t$oWrapDom = $oDom->createElement('div', '___xxx___'); +\t\t\t$rand_str = base64_encode(random_bytes(32)); +\t\t\t$oWrapDom = $oDom->createElement('div', $rand_str); $oWrapDom->setAttribute('data-x-div-type', 'body'); foreach ($aBodylAttrs as $sKey => $sValue) { @@ -250,7 +251,7 @@ class HtmlUtils $sWrp = $oDom->saveHTML($oWrapHtml); -\t\t\t$sResult = str_replace('___xxx___', $sResult, $sWrp); +\t\t\t$sResult = str_replace($rand_str, $sResult, $sWrp); } $sResult = str_replace(MailSoBaseHtmlUtils::$KOS, ':', $sResult); "}
{"_id":"q-en-nixpkgs-3dc661ab7adf92c8dcda271dcc17c6ec3e7a7043e91743b690cf6773782bdf94","text":"stable = mkFlutter { pname = \"flutter\"; channel = \"stable\"; version = \"1.12.13+hotfix.8\"; sha256Hash = \"01ik4xckr3fp65sq4g0g6wy5b9i0r49l643xmbxa6z9k21sby46d\"; version = \"1.12.13+hotfix.9\"; sha256Hash = \"1ql3zvmmk5zk47y30lajxaam04q6vr373dayq15jv4vpc0fzif1y\"; patches = getPatches ./patches/stable; }; beta = mkFlutter { pname = \"flutter-beta\"; channel = \"beta\"; version = \"1.14.6\"; sha256Hash = \"1a79pr741zkr39p5gc3p9x59d70vm60hpz2crgc53ysglj4ycigy\"; version = \"1.15.17\"; sha256Hash = \"0iil6y6y477dhjgzx54ab5m9nj0jg4xl8x4zzd9iwh8m756r7qsd\"; patches = getPatches ./patches/beta; }; dev = mkFlutter { dev = mkFlutter rec { pname = \"flutter-dev\"; channel = \"dev\"; version = \"1.15.3\"; sha256Hash = \"06mawwqf7q7wdmzlyxlrlblhnnk4ckf3vp92lplippdh3d52r93i\"; patches = getPatches ./patches/dev; version = \"1.17.0-dev.5.0\"; filename = \"flutter_linux_${version}-${channel}.tar.xz\"; sha256Hash = \"0ks2jf2bd42y2jsc91p33r57q7j3m94d8ihkmlxzwi53x1mwp0pk\"; patches = getPatches ./patches/beta; }; }"}
{"_id":"q-en-nixpkgs-3dca31456d583396b31ee51206406fa586df799d97e77bb140bc6c13159297a7","text":"# Give key acme permissions chown '${data.user}:${data.group}' \"${apath}/\"{key,fullchain,full}.pem chmod ${rights} \"${apath}/\"{key,fullchain,full}.pem chmod ${fileMode} \"${apath}/\"{key,fullchain,full}.pem ''; serviceConfig = { Type = \"oneshot\";"}
{"_id":"q-en-nixpkgs-3e09a1524b5847b5397e8298a2220be12e74bcb434978101ca74b14de068dfd8","text":"python3Packages.buildPythonApplication rec { pname = \"keepmenu\"; version = \"1.2.2\"; version = \"1.3.1\"; src = fetchPypi { inherit pname version; sha256 = \"SeVNtONH1bn2hb2pBOVM3Oafrb+jARgfvRe7vUu6Gto=\"; hash = \"sha256-AGuJY7IirzIjcu/nY9CzeOqU1liwcRijYLi8hGN/pRg=\"; }; preConfigure = ''"}
{"_id":"q-en-nixpkgs-3e178da94c28b66d29ec6e4534df1e4b47fc52b124375d05345dfac724f8f0d9","text":"oldInterpreterLine=$(head -1 \"$f\" | tail -c+3) read -r oldPath arg0 args <<< \"$oldInterpreterLine\" if [ -z \"$pathName\" ]; then if [ -n \"$strictDeps\" ] && [[ \"$f\" = \"$NIX_STORE\"* ]]; then pathName=HOST_PATH else pathName=PATH fi fi if $(echo \"$oldPath\" | grep -q \"/bin/env$\"); then # Check for unsupported 'env' functionality: # - options: something starting with a '-'"}
{"_id":"q-en-nixpkgs-3e20d482a4dab370eb51b4aebe0325a642508f044d4e2f8561d1eae615ef67d3","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":"q-en-nixpkgs-3e2b4ecfed37bfe2764341fe2e67d1b42d58af63e50669ff101adbb32c23cf78","text":"# supporting it, or their bundled containerd systemd.enableUnifiedCgroupHierarchy = false; environment.systemPackages = [ config.services.k3s.package ]; systemd.services.k3s = { description = \"k3s service\"; after = mkIf cfg.docker [ \"docker.service\" ]; wantedBy = [ \"multi-user.target\" ]; path = optional config.boot.zfs.enabled config.boot.zfs.package; serviceConfig = { # See: https://github.com/rancher/k3s/blob/dddbd16305284ae4bd14c0aade892412310d7edc/install.sh#L197 Type = if cfg.role == \"agent\" then \"exec\" else \"notify\";"}
{"_id":"q-en-nixpkgs-3e683c0506e4648d25261709a36e65cd460763778366ab3244c8c932c17803e3","text":"checkFeatures = [ ]; patches = lib.optionals stdenv.isLinux [ (runCommand \"0001-dynamically-patchelf-binaries.patch\" { CC = stdenv.cc; patchelf = patchelf; libPath = \"$ORIGIN/../lib:${libPath}\"; } '' (runCommand \"0001-dynamically-patchelf-binaries.patch\" { CC = stdenv.cc; patchelf = patchelf; libPath = \"${libPath}\"; } '' export dynamicLinker=$(cat $CC/nix-support/dynamic-linker) substitute ${./0001-dynamically-patchelf-binaries.patch} $out --subst-var patchelf "}
{"_id":"q-en-nixpkgs-3ef29727b5e2a21caf159e79891e1fec3655b795fa57efada6ca9945685f4d44","text":" diff --git a/pack.ts b/pack.ts index aba98cc..03ce86a 100644 --- a/pack.ts +++ b/pack.ts @@ -75,33 +75,7 @@ const packageApp = async () => { delete pJson.scripts.prepack; // We don't want to rebuild - all built code will be in the packed content await fs.writeJson(path.join(OUTPUT_DIR, 'package.json'), pJson); - const buildScript = path.join(OUTPUT_DIR, 'build-release.sh'); - - // Run build-release in this folder, for each platform. For each bundle, we copy in - // only the relevant platform-specific NSS files. - console.log('Building for Linux'); - await fs.mkdir(path.join(OUTPUT_DIR, 'nss')); - await fs.copy(path.join(__dirname, 'nss', 'linux'), path.join(OUTPUT_DIR, 'nss', 'linux')); - await spawn(buildScript, ['linux'], { cwd: OUTPUT_DIR, stdio: 'inherit' }); - - console.log('Building for Darwin'); - await fs.remove(path.join(OUTPUT_DIR, 'nss', 'linux')); - await fs.copy(path.join(__dirname, 'nss', 'darwin'), path.join(OUTPUT_DIR, 'nss', 'darwin')); - await spawn(buildScript, ['darwin'], { cwd: OUTPUT_DIR, stdio: 'inherit' }); - - console.log('Building for Win32'); - await fs.remove(path.join(OUTPUT_DIR, 'nss', 'darwin')); - await fs.copy(path.join(__dirname, 'nss', 'win32'), path.join(OUTPUT_DIR, 'nss', 'win32')); - await spawn(buildScript, ['win32'], { cwd: OUTPUT_DIR, stdio: 'inherit' }); - - // Oclif builds a nodeless platform-agnostic bundle too (although in our case, nothing is - // really platform agnostic). Not necessary, probably won't work - drop it. - await fs.remove(path.join( - OUTPUT_DIR, - 'dist', - `v${pJson.version}`, - `httptoolkit-server-v${pJson.version}.tar.gz` - )); + await spawn('npm', ['exec', '--', 'oclif-dev', 'pack', '--targets=linux-x64'], { cwd: OUTPUT_DIR, stdio: 'inherit' }); } packageApp().catch(e => { "}
{"_id":"q-en-nixpkgs-3ef8c15dd3ce5439ed28a50d761c3abbf5dfcb5b5dd73d7b90e3fd4d0d574e5c","text":"buildInputs = [ makeWrapper ]; postBuild = '' wrapProgram $out/bin/idris --run 'export IDRIS_CC=''${IDRIS_CC:-${lib.getBin gcc}/bin/gcc}' --suffix LIBRARY_PATH : ${lib.makeLibraryPath [ gmp ]} --run 'export IDRIS_CC=''${IDRIS_CC:-${stdenv.cc}/bin/cc}' --set NIX_CC_WRAPPER_${stdenv.cc.infixSalt}_TARGET_HOST 1 --prefix NIX_CFLAGS_COMPILE \" \" \"-I${lib.getDev gmp}/include\" --prefix NIX_CFLAGS_LINK \" \" \"-L${lib.getLib gmp}/lib\" ''; }"}
{"_id":"q-en-nixpkgs-3f0fb44e47ec1efc2f46783258d5eb972c3a531cb83a390a7b0450ba26ea0ad4","text":"hadoop3 = hadoop_3_3; hadoop = hadoop3; hashlink = callPackage ../development/interpreters/hashlink { }; io = callPackage ../development/interpreters/io { }; ivy = callPackage ../development/interpreters/ivy { };"}
{"_id":"q-en-nixpkgs-3f2ebc77b5daf6b81928d986116a6d4873916d104223ef9449b0e0350ef2157c","text":"--bash <($out/bin/olaris-server completion bash) --fish <($out/bin/olaris-server completion fish) --zsh <($out/bin/olaris-server completion zsh) wrapProgram $out/bin/olaris-server --prefix PATH : ${lib.makeBinPath [ffmpeg]} ''; meta = with lib; {"}
{"_id":"q-en-nixpkgs-3f4093f7c6a2c7c5fe7abeee0be6cf8adbf7a36ec67fe7feb20f43a93741925c","text":"else # The state directory is entirely empty which indicates a first start copy_tokens fi ''; fi ''; configureRunner = writeScript \"configure\" '' if [[ -e \"${newConfigTokenPath}\" ]]; then echo \"Configuring GitHub Actions Runner\" args=( --unattended --disableupdate --work \"$RUNTIME_DIRECTORY\" --work \"$WORK_DIRECTORY\" --url ${escapeShellArg cfg.url} --labels ${escapeShellArg (concatStringsSep \",\" cfg.extraLabels)} --name ${escapeShellArg cfg.name}"}
{"_id":"q-en-nixpkgs-3fbafe1ab4e600d99a859540a5195659e65275c63775fec468cc0605895101f7","text":"hash = \"sha256-5MP6X33Jfu97o5R1n6Og64Bv4ZMxVM0A8lXeQug+bNA=\"; }; icons = let sparseCheckout = \"/release/images/itch-icons\"; in sparseCheckout = \"/release/images/itch-icons\"; icons = fetchFromGitHub { owner = \"itchio\"; repo = \"itch\"; rev = \"v${version}-canary\"; hash = \"sha256-0AMyDZ5oI7/pSvudoEqXnMZJtpcKVlUSR6YVm+s4xv0=\"; sparseCheckout = [ sparseCheckout ]; } + sparseCheckout; owner = \"itchio\"; repo = \"itch\"; rev = \"v${version}\"; hash = \"sha256-jugg+hdP0y0OkFhdQuEI9neWDuNf2p3+DQuwxe09Zck=\"; sparseCheckout = [ sparseCheckout ]; } + sparseCheckout; in stdenvNoCC.mkDerivation (finalAttrs: { pname = \"itch\"; inherit version; nativeBuildInputs = [ copyDesktopItems makeWrapper ]; src = fetchzip { url = \"https://broth.itch.ovh/itch/linux-amd64/${finalAttrs.version}/archive/default#.zip\"; stripRoot = false; hash = \"sha256-4k6afBgOKGs7rzXAtIBpmuQeeT/Va8/0bZgNYjuJhgI=\"; }; nativeBuildInputs = [ copyDesktopItems makeWrapper ]; desktopItems = [ (makeDesktopItem {"}
{"_id":"q-en-nixpkgs-3ff7c51b9d87c09ab20adee0f3ba61961539faed3e182e381bee2cec1746e843","text":", enableKernelPoll ? true , javacSupport ? false, javacPackages ? [ openjdk ] , odbcSupport ? false, odbcPackages ? [ unixODBC ] , wxSupport ? true, wxPackages ? [ libGLU_combined wxGTK xorg.libX11 ] , wxSupport ? !stdenv.isDarwin, wxPackages ? [ libGLU_combined wxGTK xorg.libX11 ] , preUnpack ? \"\", postUnpack ? \"\" , patches ? [], patchPhase ? \"\", prePatch ? \"\", postPatch ? \"\" , configureFlags ? [], configurePhase ? \"\", preConfigure ? \"\", postConfigure ? \"\""}
{"_id":"q-en-nixpkgs-3ffcfd340f5a2acabe73ddeec5687872aa5c2d629d6cff8a0184c75e9b3d015f","text":"rev = version; hash = \"sha256-Gc22Y2T4uO39jiOqEUFeOfnVCbknuDjmzFPZgk2eY74=\"; }; patches = [ ]; nativeCheckInputs = old.nativeCheckInputs ++ [ self.tomli-w ];"}
{"_id":"q-en-nixpkgs-401d3a693d6c87658836fd222fd893588a79989dfcb99b83209cbc0e6317360f","text":"inherit (binary) platform checksum; in stdenv.mkDerivation rec { pname = \"cypress\"; version = \"13.2.0\"; version = \"13.13.2\"; src = fetchzip { url = \"https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip\";"}
{"_id":"q-en-nixpkgs-404a075ce80d3ff867c3fe7b942a821959a1ec2251458818a4a84f8f2897b250","text":" { lib, buildPythonPackage, fetchPypi, click, colorama, flask, requests, yt-dlp }: buildPythonPackage rec { pname = \"yark\"; version = \"1.2.3\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-KMnQpEH2Z19Y0jBjqx2rZjmlle2M9bcuDCjDIljQEYY=\"; }; propagatedBuildInputs = [ click colorama flask requests yt-dlp ]; # There aren't any unit tests. If test discovery runs, it will crash, halting the build. # When upstream adds unit tests, please configure them here. Thanks! ~ C. doCheck = false; meta = with lib; { description = \"YouTube archiving made simple\"; homepage = \"https://github.com/Owez/yark\"; license = licenses.mit; }; } "}
{"_id":"q-en-nixpkgs-409eea7ffbc14dbf60eeed36f03728bfc636bd6bfdd194a57ce8617a19d3c250","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":"q-en-nixpkgs-40dc3ae0e144f0fbf4ba6170db75d2ef01734e20dafd9abd449eb38fc15ffca8","text":";;; from: /nix/store/-emacs-/share/emacs/site-lisp/site-start.el ;;; to: /nix/store/-emacs-/share/emacs//src/ (let ((emacs (file-name-directory ;; .../emacs/ (directory-file-name ;; .../emacs/site-lisp (file-name-directory load-file-name)))) ;; .../emacs/site-lisp/ (file-name-directory ; .../emacs/ (directory-file-name ; .../emacs/site-lisp (file-name-directory load-file-name)))) ; .../emacs/site-lisp/ (version (file-name-as-directory (concat"}
{"_id":"q-en-nixpkgs-41140d955ab5b8b6f238f69f5eb27aac4a9d6335ac9989f7485a47e285b1798a","text":"buildPythonPackage rec { pname = \"rapidfuzz\"; version = \"2.13.2\"; version = \"2.13.3\"; disabled = pythonOlder \"3.7\";"}
{"_id":"q-en-nixpkgs-411e7358f9506f83469d288823dd8e8883d26b77ba28efcb6918a7e98f4a33b0","text":"\"-DCMAKE_BUILD_TYPE=RelWithDebInfo\" ]; postInstall = '' for i in $out/bin/*; do wrapProgram $i --prefix PYTHONPATH : \"$PYTHONPATH\" done ''; meta = with lib; { description = \"A free and open source painting application\"; homepage = https://krita.org/;"}
{"_id":"q-en-nixpkgs-4158eed84392b8eab8a3f8c718fac412fc9a87a2764908f80fd81a165382a788","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":"q-en-nixpkgs-417437fe20db80e2d3e27f75cd2bf221b2dc5124dec883de8449c703ce7bbf41","text":", ghc_filesystem , msaClientID ? \"\" , jdks ? [ jdk17 jdk8 ] , gamemodeSupport ? true , gamemode }: let"}
{"_id":"q-en-nixpkgs-4190cb2466b4603566db2711dd972b45e60f60fa04e98c2dbd1aafae145c44a8","text":"enableParallelBuilding = true; # separateDebugInfo breaks static build # https://github.com/NixOS/nixpkgs/issues/219466 separateDebugInfo = !stdenv.hostPlatform.isStatic; doCheck = true; # Some of the tests use localhost networking."}
{"_id":"q-en-nixpkgs-41a9f045973d477fbcc34b657ffb38af4adf5739101b22ed053772af21f7367b","text":"buildGoModule rec { pname = \"auth0-cli\"; version = \"1.5.0\"; version = \"1.4.0\"; src = fetchFromGitHub { owner = \"auth0\"; repo = \"auth0-cli\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-C4zKWMrWGrnamlcugrOUUUdCUwYDgiD6XKdBQ3bBWFI=\"; hash = \"sha256-j7HT57/4rrrVkx9Zz+XuWD6UL0spdej+U5gWtFo1FSI=\"; }; vendorHash = \"sha256-VeH7EDMNrdJSWHioz2O29NiGtC59IdWYww3WoABO4LY=\"; vendorHash = \"sha256-bWAneCRsQbPRxEM/3jr1/Lov6NV67MRycOgrlj3bKF8=\"; ldflags = [ \"-s\""}
{"_id":"q-en-nixpkgs-421dab7b1c101214165158e444a5f82f55a4e32db41383a26fae4bc82b6e6906","text":"scala_2_11 = callPackage ../development/compilers/scala/2.x.nix { majorVersion = \"2.11\"; jre = jdk8; }; scala_2_12 = callPackage ../development/compilers/scala/2.x.nix { majorVersion = \"2.12\"; }; scala_2_13 = callPackage ../development/compilers/scala/2.x.nix { majorVersion = \"2.13\"; }; scala_3 = callPackage ../development/compilers/scala { }; # deprecated dotty = scala_3; scala = scala_2_13; scala-runners = callPackage ../development/compilers/scala-runners {"}
{"_id":"q-en-nixpkgs-4224338f4d63107ff34af7f0c16c6589b4955df6ace77f3aa9aa8a353e72a55f","text":"(onFullSupported \"nixos.tests.keymap.dvorak\") (onFullSupported \"nixos.tests.keymap.dvorak-programmer\") (onFullSupported \"nixos.tests.keymap.neo\") (onFullSupported \"nixos.tests.keymap.qwertz\") (onSystems [\"x86_64-linux\"] \"nixos.tests.keymap.qwertz\") (onFullSupported \"nixos.tests.latestKernel.login\") (onFullSupported \"nixos.tests.lightdm\") (onFullSupported \"nixos.tests.login\")"}
{"_id":"q-en-nixpkgs-422d8274701df9919ed09ce193d579c2343d0a114e715b1e8966daef34978b69","text":", at-spi2-core , libXtst , swig , swig4 , python , wxPython , opencascade-occt"}
{"_id":"q-en-nixpkgs-4280b85868ba9f08b0df9c8a1c46017d54db4a84e98c00045bb1ffcd2e62b9ac","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":"q-en-nixpkgs-42974bbe75de38848973212c65cb6e4cac9ec4a86b267f33d111cc8e4cae8686","text":"''; nativeBuildInputs = [ autoreconfHook pkg-config ] ++ lib.optional qtClient [ qt5.wrapQtAppsHook ]; ++ lib.optional qtClient [ qt5.wrapQtAppsHook ] ++ lib.optional gtkClient [ wrapGAppsHook ]; buildInputs = [ lua5_3 zlib bzip2 curl xz gettext libiconv ] ++ lib.optionals sdlClient [ SDL SDL_mixer SDL_image SDL_ttf SDL_gfx freetype fluidsynth ]"}
{"_id":"q-en-nixpkgs-42c1f555e073f7e773cee6c0ef9b4437a53cbb7559df2386ebd9d56905aba5f4","text":" { lib, stdenv, fetchurl { lib, stdenv, fetchurl, makeWrapper , pkg-config, intltool , perl, gettext, libX11, libXext, libXi, libXt , libXft, libXinerama, libXrandr, libXxf86vm, libGL, libGLU, gle , gtk2, gdk-pixbuf, gdk-pixbuf-xlib, libxml2, pam , systemd , systemd, coreutils , forceInstallAllHacks ? false , withSystemd ? stdenv.isLinux }:"}
{"_id":"q-en-nixpkgs-42c80a74d81762821e231e4de3d1839d043b70078a0eb7249ca5a603c18b6fc7","text":"buildGoPackage rec { pname = \"singularity\"; version = \"3.2.1\"; version = \"3.6.1\"; src = fetchFromGitHub { owner = \"sylabs\"; repo = \"singularity\"; rev = \"v${version}\"; sha256 = \"14lhxwy21s7q081x7kbnvkjsbxgsg2f181qlzmlxcn6n7gfav3kj\"; src = fetchurl { url = \"https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz\"; sha256 = \"070jj6kbiw23sd2p4xhvmyb8gd83imwgisdf18ahkwp7dq85db3c\"; }; goPackagePath = \"github.com/sylabs/singularity\"; goDeps = ./deps.nix; buildInputs = [ openssl ]; nativeBuildInputs = [ removeReferencesTo utillinux which makeWrapper ]; buildInputs = [ gpgme openssl libuuid ]; nativeBuildInputs = [ removeReferencesTo utillinux which makeWrapper cryptsetup ]; propagatedBuildInputs = [ coreutils squashfsTools ]; prePatch = '' substituteInPlace internal/pkg/build/copy/copy.go postPatch = '' substituteInPlace internal/pkg/build/files/copy.go --replace /bin/cp ${coreutils}/bin/cp '';"}
{"_id":"q-en-nixpkgs-42eec1bb93cbffd7a578075e5f746cb512415d977c755f1c8c4c7d6bd89e71fc","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":"q-en-nixpkgs-430d75e3cec34a017b6edfc079925831eef498943810c28e58abd4f101351f1c","text":"Use `lib.mkForce` to forcefully specify the overridden package. ''; }; enableExternalLocalStateDir = mkOption { type = types.bool; default = true; example = false; description = mdDoc '' Whether to use top-level directories as LOCALSTATEDIR instead of the store path ones. This affects the SESSIONDIR of Apptainer/Singularity. If set to true, the SESSIONDIR will become `/var/lib/''${projectName}/mnt/session`. ''; }; enableFakeroot = mkOption { type = types.bool; default = true;"}
{"_id":"q-en-nixpkgs-43115041e74b19a114cabae0f6b05ddea8d57b2997dde33eab3d90a711b8c894","text":"then \"localSystem\" else \"crossSystem\"} = { parsed = makeMuslParsedPlatform stdenv.hostPlatform.parsed; }; } else throw \"Musl libc only supports Linux systems.\"; } else throw \"Musl libc only supports 64-bit Linux systems.\"; # All packages built for i686 Linux. # Used by wine, firefox with debugging version of Flash, ..."}
{"_id":"q-en-nixpkgs-43525677c0ef1f16428e8fad0402c1c282a4d704ae72822fe37ba9a0284061dd","text":" { lib , ninja , meson , fetchFromGitLab , systemd , libgudev , pkg-config , glib , python3 , gobject-introspection }: python3.pkgs.buildPythonApplication rec { pname = \"switcheroo-control\"; version = \"2.3\"; format = \"other\"; src = fetchFromGitLab { domain = \"gitlab.freedesktop.org\"; owner = \"hadess\"; repo = pname; rev = version; hash = \"sha256-1Pze2TJ9mggfcpiLFwJ7/9WhsdJx4G3GoA7+Z47shuc=\"; }; nativeBuildInputs = [ ninja meson pkg-config # needed for glib-compile-resources glib ]; buildInputs = [ systemd libgudev ]; propagatedBuildInputs = [ python3.pkgs.pygobject3 ]; mesonFlags = [ \"-Dsystemdsystemunitdir=${placeholder \"out\"}/etc/systemd/system\" \"-Dhwdbdir=${placeholder \"out\"}/etc/udev/hwdb.d\" ]; meta = with lib; { description = \"D-Bus service to check the availability of dual-GPU\"; homepage = \"https://gitlab.freedesktop.org/hadess/switcheroo-control/\"; changelog = \"https://gitlab.freedesktop.org/hadess/switcheroo-control/-/blob/${version}/NEWS\"; license = licenses.gpl3Plus; maintainers = [ ]; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-435ef8f5b994f0369b0395b53dbdb4e8edc8e7ed9d2b8517eb4752e70cdd2a0c","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":"q-en-nixpkgs-4370d3b7957b781f629e7ceb34b2af0d92809fc290ca40e300eb92cae72a5079","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":"q-en-nixpkgs-439184e91b280cee0de6131c5e5210e91e0c428ef2e146717248f11faa974b40","text":"miniupnpd = callPackage ../tools/networking/miniupnpd { }; miniupnpd-nftables = callPackage ../tools/networking/miniupnpd { firewall = \"nftables\"; }; miniball = callPackage ../development/libraries/miniball { }; minijail = callPackage ../tools/system/minijail { };"}
{"_id":"q-en-nixpkgs-439694530269ccb5c25d884ca0d6592ea30783d1be9655eb53e7f67d74b57639","text":"linux_5_15_hardened = hardenedKernelFor kernels.linux_5_15 { }; linux_6_1_hardened = hardenedKernelFor kernels.linux_6_1 { }; linux_6_5_hardened = hardenedKernelFor kernels.linux_6_5 { }; linux_6_6_hardened = hardenedKernelFor kernels.linux_6_6 { }; } // lib.optionalAttrs config.allowAliases { linux_4_9 = throw \"linux 4.9 was removed because it will reach its end of life within 22.11\";"}
{"_id":"q-en-nixpkgs-439dfc80f1386cc75be60dbe975ae6b3788e88c316f0df30ac5b6ca4e123eab5","text":" { stdenv, buildPythonPackage, fetchPypi, isPy3k , Mako, packaging, pysocks, pygments, ROPGadget , capstone, paramiko, pip, psutil , pyelftools, pyserial, dateutil , requests, tox, unicorn, intervaltree, fetchpatch }: { stdenv , buildPythonPackage , fetchPypi , isPy3k , Mako , packaging , pysocks , pygments , ROPGadget , capstone , paramiko , pip , psutil , pyelftools , pyserial , dateutil , requests , tox , unicorn , intervaltree , fetchpatch }: buildPythonPackage rec { version = \"4.1.1\"; version = \"4.2.1\"; pname = \"pwntools\"; src = fetchPypi { inherit pname version; sha256 = \"694ce7a6cfca0ad40eae36c1d2663c44eb953f84785c63daa9752b4dfa7f39d8\"; sha256 = \"1fh7sq9wrcfvn44qryln9cyg99pilvyq9bp80758lgdd6ss6hdqd\"; }; propagatedBuildInputs = [ Mako packaging pysocks pygments ROPGadget capstone paramiko pip psutil pyelftools pyserial dateutil requests tox unicorn intervaltree ]; # Upstream has set an upper bound on unicorn because of https://github.com/Gallopsled/pwntools/issues/1538, # but since that is a niche use case and it requires extra work to get unicorn 1.0.2rc3 to work we relax # the bound here. Check if this is still necessary when updating! postPatch = '' sed -i 's/unicorn>=1.0.2rc1,<1.0.2rc4/unicorn>=1.0.2rc1/' setup.py ''; propagatedBuildInputs = [ Mako packaging pysocks pygments ROPGadget capstone paramiko pip psutil pyelftools pyserial dateutil requests tox unicorn intervaltree ]; doCheck = false; # no setuptools tests for the package"}
{"_id":"q-en-nixpkgs-441642d77031cfb23646252f85b8afbff2d01aba13069bec16e978ac1c357980","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":"q-en-nixpkgs-44243f96e2948bce5095010a675b6f85dc2607a739430e9ea13d7ab945a9fb60","text":"]; buildInputs = [ alsa-lib fluidsynth glib iir1"}
{"_id":"q-en-nixpkgs-445c699ec421117abecafc4a59ca98e197514c923b5e3f4fdcba24ac68ba035c","text":"LIBRARY_PATH = if nativeComp then \"${lib.getLib stdenv.cc.libc}/lib\" else \"\"; nativeBuildInputs = [ pkgconfig makeWrapper ] nativeBuildInputs = [ pkgconfig makeWrapper nukeReferences ] ++ lib.optionals srcRepo [ autoreconfHook texinfo ] ++ lib.optional (withX && (withGTK3 || withXwidgets)) wrapGAppsHook;"}
{"_id":"q-en-nixpkgs-446deac1e48bceeb8cd3cd2872c2832b879f51caea19e9bdc727c0a712723afb","text":"[ \"-rtlib=compiler-rt\" \"-Wno-unused-command-line-argument\" \"-B${targetLlvmLibraries.compiler-rt}/lib\" # Combat \"__cxxabi_config.h not found\". Maybe this could be fixed by # copying these headers into libcxx? Note that building libcxx # outside of monorepo isn't supported anymore, might be related to # https://github.com/llvm/llvm-project/issues/55632 # (\"16.0.3 libcxx, libcxxabi: circular build dependencies\") # Looks like the machinery changed in https://reviews.llvm.org/D120727. \"-I${lib.getDev targetLlvmLibraries.libcxx.cxxabi}/include/c++/v1\" ] ++ lib.optional (!stdenv.targetPlatform.isWasm) \"--unwindlib=libunwind\" ++ lib.optional"}
{"_id":"q-en-nixpkgs-447a7ce69bb64f5c8a9b56103140243aa154c9c3baccfddf2f3220090645aa7b","text":", profile ? \"/etc/g810-led/profile\" }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"g810-led\"; version = \"0.4.3\"; src = fetchFromGitHub { owner = \"MatMoul\"; repo = pname; rev = \"refs/tags/v${version}\"; repo = \"g810-led\"; rev = \"refs/tags/v${finalAttrs.version}\"; hash = \"sha256-GKHtQ7DinqfhclDdPO94KtTLQhhonAoWS4VOvs6CMhY=\"; };"}
{"_id":"q-en-nixpkgs-44d1912459e6159089462d4ffd37d0e750ab7e141640371c21632cdb6476b37f","text":"Rosalie's Mupen GUI is a free and open-source mupen64plus front-end written in C++. It offers a simple-to-use user interface. ''; license = licenses.gpl3; license = if withAngrylionRdpPlus then licenses.unfree else licenses.gpl3Only; platforms = platforms.linux; mainProgram = \"RMG\"; maintainers = with maintainers; [ slam-bert ];"}
{"_id":"q-en-nixpkgs-44f732563855f80a35bda6a78c8d4a5421b26ef07b4eec1402217be4649d2f9f","text":"}; }; pid = buildPythonPackage rec { name = \"pid-${version}\"; version = \"2.0.1\"; src = pkgs.fetchurl { url = \"https://pypi.python.org/packages/source/p/pid/${name}.tar.gz\"; sha256 = \"0cylj8p25nwkdfgy4pzai21wyzmrxdqlwwbzqag9gb5qcjfdwk05\"; }; meta = { description = \"Pidfile featuring stale detection and file-locking\"; homepage = https://github.com/trbs/pid/; license = licenses.asl20; }; }; pydns = buildPythonPackage rec { name = \"pydns-2.3.6\"; disabled = isPy3k;"}
{"_id":"q-en-nixpkgs-4503f8e7195fa43897c1249d6a298bb6b10771b0d792012c23627ecd5c9f1778","text":"}; }; config = let igpuDriver = if pCfg.intelBusId != \"\" then \"modesetting\" else \"amdgpu\"; igpuBusId = if pCfg.intelBusId != \"\" then pCfg.intelBusId else pCfg.amdgpuBusId; in lib.mkIf (nvidia_x11 != null) (lib.mkMerge [ # Common ({ assertions = [ { assertion = !(nvidiaEnabled && cfg.datacenter.enable); message = \"You cannot configure both X11 and Data Center drivers at the same time.\"; } ]; boot = { blacklistedKernelModules = [\"nouveau\" \"nvidiafb\"]; # Don't add `nvidia-uvm` to `kernelModules`, because we want # `nvidia-uvm` be loaded only after `udev` rules for `nvidia` kernel # module are applied. # # Instead, we use `softdep` to lazily load `nvidia-uvm` kernel module # after `nvidia` kernel module is loaded and `udev` rules are applied. extraModprobeConfig = '' softdep nvidia post: nvidia-uvm ''; }; systemd.tmpfiles.rules = lib.optional config.virtualisation.docker.enableNvidia \"L+ /run/nvidia-docker/bin - - - - ${nvidia_x11.bin}/origBin\"; services.udev.extraRules = '' # Create /dev/nvidia-uvm when the nvidia-uvm module is loaded. KERNEL==\"nvidia\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidiactl c 195 255'\" KERNEL==\"nvidia\", RUN+=\"${pkgs.runtimeShell} -c 'for i in $$(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d -f 4); do mknod -m 666 /dev/nvidia$${i} c 195 $${i}; done'\" KERNEL==\"nvidia_modeset\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidia-modeset c 195 254'\" KERNEL==\"nvidia_uvm\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidia-uvm c $$(grep nvidia-uvm /proc/devices | cut -d -f 1) 0'\" KERNEL==\"nvidia_uvm\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidia-uvm-tools c $$(grep nvidia-uvm /proc/devices | cut -d -f 1) 1'\" ''; hardware.opengl = { extraPackages = [ nvidia_x11.out ]; extraPackages32 = [ nvidia_x11.lib32 config = let igpuDriver = if pCfg.intelBusId != \"\" then \"modesetting\" else \"amdgpu\"; igpuBusId = if pCfg.intelBusId != \"\" then pCfg.intelBusId else pCfg.amdgpuBusId; in lib.mkIf (nvidia_x11 != null) ( lib.mkMerge [ # Common ({ assertions = [ { assertion = !(nvidiaEnabled && cfg.datacenter.enable); message = \"You cannot configure both X11 and Data Center drivers at the same time.\"; } ]; }; environment.systemPackages = [ nvidia_x11.bin ]; }) # X11 (lib.mkIf nvidiaEnabled { assertions = [ { assertion = primeEnabled -> pCfg.intelBusId == \"\" || pCfg.amdgpuBusId == \"\"; message = \"You cannot configure both an Intel iGPU and an AMD APU. Pick the one corresponding to your processor.\"; } { assertion = offloadCfg.enableOffloadCmd -> offloadCfg.enable || reverseSyncCfg.enable; message = \"Offload command requires offloading or reverse prime sync to be enabled.\"; } { assertion = primeEnabled -> pCfg.nvidiaBusId != \"\" && (pCfg.intelBusId != \"\" || pCfg.amdgpuBusId != \"\"); message = \"When NVIDIA PRIME is enabled, the GPU bus IDs must be configured.\"; } { assertion = offloadCfg.enable -> lib.versionAtLeast nvidia_x11.version \"435.21\"; message = \"NVIDIA PRIME render offload is currently only supported on versions >= 435.21.\"; } { assertion = (reverseSyncCfg.enable && pCfg.amdgpuBusId != \"\") -> lib.versionAtLeast nvidia_x11.version \"470.0\"; message = \"NVIDIA PRIME render offload for AMD APUs is currently only supported on versions >= 470 beta.\"; } { assertion = !(syncCfg.enable && offloadCfg.enable); message = \"PRIME Sync and Offload cannot be both enabled\"; } { assertion = !(syncCfg.enable && reverseSyncCfg.enable); message = \"PRIME Sync and PRIME Reverse Sync cannot be both enabled\"; } { assertion = !(syncCfg.enable && cfg.powerManagement.finegrained); message = \"Sync precludes powering down the NVIDIA GPU.\"; } { assertion = cfg.powerManagement.finegrained -> offloadCfg.enable; message = \"Fine-grained power management requires offload to be enabled.\"; } { assertion = cfg.powerManagement.enable -> lib.versionAtLeast nvidia_x11.version \"430.09\"; message = \"Required files for driver based power management only exist on versions >= 430.09.\"; } { assertion = cfg.open -> (cfg.package ? open && cfg.package ? firmware); message = \"This version of NVIDIA driver does not provide a corresponding opensource kernel driver\"; } { assertion = cfg.dynamicBoost.enable -> lib.versionAtLeast nvidia_x11.version \"510.39.01\"; message = \"NVIDIA's Dynamic Boost feature only exists on versions >= 510.39.01\"; }]; # If Optimus/PRIME is enabled, we: # - Specify the configured NVIDIA GPU bus ID in the Device section for the # \"nvidia\" driver. # - Add the AllowEmptyInitialConfiguration option to the Screen section for the # \"nvidia\" driver, in order to allow the X server to start without any outputs. # - Add a separate Device section for the Intel GPU, using the \"modesetting\" # driver and with the configured BusID. # - OR add a separate Device section for the AMD APU, using the \"amdgpu\" # driver and with the configures BusID. # - Reference that Device section from the ServerLayout section as an inactive # device. # - Configure the display manager to run specific `xrandr` commands which will # configure/enable displays connected to the Intel iGPU / AMD APU. # reverse sync implies offloading hardware.nvidia.prime.offload.enable = lib.mkDefault reverseSyncCfg.enable; services.xserver.drivers = lib.optional primeEnabled { name = igpuDriver; display = offloadCfg.enable; modules = lib.optional (igpuDriver == \"amdgpu\") pkgs.xorg.xf86videoamdgpu; deviceSection = '' BusID \"${igpuBusId}\" '' + lib.optionalString (syncCfg.enable && igpuDriver != \"amdgpu\") '' Option \"AccelMethod\" \"none\" ''; } ++ lib.singleton { name = \"nvidia\"; modules = [nvidia_x11.bin]; display = !offloadCfg.enable; deviceSection = '' Option \"SidebandSocketPath\" \"/run/nvidia-xdriver/\" '' + lib.optionalString primeEnabled '' BusID \"${pCfg.nvidiaBusId}\" '' + lib.optionalString pCfg.allowExternalGpu '' Option \"AllowExternalGpus\" ''; screenSection = '' Option \"RandRRotation\" \"on\" '' + lib.optionalString syncCfg.enable '' Option \"AllowEmptyInitialConfiguration\" '' + lib.optionalString cfg.forceFullCompositionPipeline '' Option \"metamodes\" \"nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}\" Option \"AllowIndirectGLXProtocol\" \"off\" Option \"TripleBuffer\" \"on\" ''; boot = { blacklistedKernelModules = [ \"nouveau\" \"nvidiafb\" ]; # Don't add `nvidia-uvm` to `kernelModules`, because we want # `nvidia-uvm` be loaded only after `udev` rules for `nvidia` kernel # module are applied. # # Instead, we use `softdep` to lazily load `nvidia-uvm` kernel module # after `nvidia` kernel module is loaded and `udev` rules are applied. extraModprobeConfig = '' softdep nvidia post: nvidia-uvm ''; }; services.xserver.serverLayoutSection = lib.optionalString syncCfg.enable '' Inactive \"Device-${igpuDriver}[0]\" '' + lib.optionalString reverseSyncCfg.enable '' Inactive \"Device-nvidia[0]\" '' + lib.optionalString offloadCfg.enable '' Option \"AllowNVIDIAGPUScreens\" systemd.tmpfiles.rules = lib.optional config.virtualisation.docker.enableNvidia \"L+ /run/nvidia-docker/bin - - - - ${nvidia_x11.bin}/origBin\"; services.udev.extraRules = '' # Create /dev/nvidia-uvm when the nvidia-uvm module is loaded. KERNEL==\"nvidia\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidiactl c 195 255'\" KERNEL==\"nvidia\", RUN+=\"${pkgs.runtimeShell} -c 'for i in $$(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d -f 4); do mknod -m 666 /dev/nvidia$${i} c 195 $${i}; done'\" KERNEL==\"nvidia_modeset\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidia-modeset c 195 254'\" KERNEL==\"nvidia_uvm\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidia-uvm c $$(grep nvidia-uvm /proc/devices | cut -d -f 1) 0'\" KERNEL==\"nvidia_uvm\", RUN+=\"${pkgs.runtimeShell} -c 'mknod -m 666 /dev/nvidia-uvm-tools c $$(grep nvidia-uvm /proc/devices | cut -d -f 1) 1'\" ''; hardware.opengl = { extraPackages = [ nvidia_x11.out ]; extraPackages32 = [ nvidia_x11.lib32 ]; }; environment.systemPackages = [ nvidia_x11.bin ]; }) # X11 (lib.mkIf nvidiaEnabled { assertions = [ { assertion = primeEnabled -> pCfg.intelBusId == \"\" || pCfg.amdgpuBusId == \"\"; message = \"You cannot configure both an Intel iGPU and an AMD APU. Pick the one corresponding to your processor.\"; } { assertion = offloadCfg.enableOffloadCmd -> offloadCfg.enable || reverseSyncCfg.enable; message = \"Offload command requires offloading or reverse prime sync to be enabled.\"; } { assertion = primeEnabled -> pCfg.nvidiaBusId != \"\" && (pCfg.intelBusId != \"\" || pCfg.amdgpuBusId != \"\"); message = \"When NVIDIA PRIME is enabled, the GPU bus IDs must be configured.\"; } { assertion = offloadCfg.enable -> lib.versionAtLeast nvidia_x11.version \"435.21\"; message = \"NVIDIA PRIME render offload is currently only supported on versions >= 435.21.\"; } { assertion = (reverseSyncCfg.enable && pCfg.amdgpuBusId != \"\") -> lib.versionAtLeast nvidia_x11.version \"470.0\"; message = \"NVIDIA PRIME render offload for AMD APUs is currently only supported on versions >= 470 beta.\"; } { assertion = !(syncCfg.enable && offloadCfg.enable); message = \"PRIME Sync and Offload cannot be both enabled\"; } { assertion = !(syncCfg.enable && reverseSyncCfg.enable); message = \"PRIME Sync and PRIME Reverse Sync cannot be both enabled\"; } { assertion = !(syncCfg.enable && cfg.powerManagement.finegrained); message = \"Sync precludes powering down the NVIDIA GPU.\"; } { assertion = cfg.powerManagement.finegrained -> offloadCfg.enable; message = \"Fine-grained power management requires offload to be enabled.\"; } { assertion = cfg.powerManagement.enable -> lib.versionAtLeast nvidia_x11.version \"430.09\"; message = \"Required files for driver based power management only exist on versions >= 430.09.\"; } { assertion = cfg.open -> (cfg.package ? open && cfg.package ? firmware); message = \"This version of NVIDIA driver does not provide a corresponding opensource kernel driver\"; } { assertion = cfg.dynamicBoost.enable -> lib.versionAtLeast nvidia_x11.version \"510.39.01\"; message = \"NVIDIA's Dynamic Boost feature only exists on versions >= 510.39.01\"; } ]; services.xserver.displayManager.setupCommands = let gpuProviderName = if igpuDriver == \"amdgpu\" then # find the name of the provider if amdgpu \"`${lib.getExe pkgs.xorg.xrandr} --listproviders | ${lib.getExe pkgs.gnugrep} -i AMD | ${lib.getExe pkgs.gnused} -n 's/^.*name://p'`\" else igpuDriver; providerCmdParams = if syncCfg.enable then \"\"${gpuProviderName}\" NVIDIA-0\" else \"NVIDIA-G0 \"${gpuProviderName}\"\"; in lib.optionalString (syncCfg.enable || reverseSyncCfg.enable) '' # Added by nvidia configuration module for Optimus/PRIME. ${lib.getExe pkgs.xorg.xrandr} --setprovideroutputsource ${providerCmdParams} ${lib.getExe pkgs.xorg.xrandr} --auto ''; # If Optimus/PRIME is enabled, we: # - Specify the configured NVIDIA GPU bus ID in the Device section for the # \"nvidia\" driver. # - Add the AllowEmptyInitialConfiguration option to the Screen section for the # \"nvidia\" driver, in order to allow the X server to start without any outputs. # - Add a separate Device section for the Intel GPU, using the \"modesetting\" # driver and with the configured BusID. # - OR add a separate Device section for the AMD APU, using the \"amdgpu\" # driver and with the configures BusID. # - Reference that Device section from the ServerLayout section as an inactive # device. # - Configure the display manager to run specific `xrandr` commands which will # configure/enable displays connected to the Intel iGPU / AMD APU. # reverse sync implies offloading hardware.nvidia.prime.offload.enable = lib.mkDefault reverseSyncCfg.enable; services.xserver.drivers = lib.optional primeEnabled { name = igpuDriver; display = offloadCfg.enable; modules = lib.optional (igpuDriver == \"amdgpu\") pkgs.xorg.xf86videoamdgpu; deviceSection = '' BusID \"${igpuBusId}\" '' + lib.optionalString (syncCfg.enable && igpuDriver != \"amdgpu\") '' Option \"AccelMethod\" \"none\" ''; } ++ lib.singleton { name = \"nvidia\"; modules = [ nvidia_x11.bin ]; display = !offloadCfg.enable; deviceSection = '' Option \"SidebandSocketPath\" \"/run/nvidia-xdriver/\" '' + lib.optionalString primeEnabled '' BusID \"${pCfg.nvidiaBusId}\" '' + lib.optionalString pCfg.allowExternalGpu '' Option \"AllowExternalGpus\" ''; screenSection = '' Option \"RandRRotation\" \"on\" '' + lib.optionalString syncCfg.enable '' Option \"AllowEmptyInitialConfiguration\" '' + lib.optionalString cfg.forceFullCompositionPipeline '' Option \"metamodes\" \"nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}\" Option \"AllowIndirectGLXProtocol\" \"off\" Option \"TripleBuffer\" \"on\" ''; }; environment.etc = { \"nvidia/nvidia-application-profiles-rc\" = lib.mkIf nvidia_x11.useProfiles {source = \"${nvidia_x11.bin}/share/nvidia/nvidia-application-profiles-rc\";}; services.xserver.serverLayoutSection = lib.optionalString syncCfg.enable '' Inactive \"Device-${igpuDriver}[0]\" '' + lib.optionalString reverseSyncCfg.enable '' Inactive \"Device-nvidia[0]\" '' + lib.optionalString offloadCfg.enable '' Option \"AllowNVIDIAGPUScreens\" ''; services.xserver.displayManager.setupCommands = let gpuProviderName = if igpuDriver == \"amdgpu\" then # find the name of the provider if amdgpu \"`${lib.getExe pkgs.xorg.xrandr} --listproviders | ${lib.getExe pkgs.gnugrep} -i AMD | ${lib.getExe pkgs.gnused} -n 's/^.*name://p'`\" else igpuDriver; providerCmdParams = if syncCfg.enable then \"\"${gpuProviderName}\" NVIDIA-0\" else \"NVIDIA-G0 \"${gpuProviderName}\"\"; in lib.optionalString (syncCfg.enable || reverseSyncCfg.enable) '' # Added by nvidia configuration module for Optimus/PRIME. ${lib.getExe pkgs.xorg.xrandr} --setprovideroutputsource ${providerCmdParams} ${lib.getExe pkgs.xorg.xrandr} --auto ''; environment.etc = { \"nvidia/nvidia-application-profiles-rc\" = lib.mkIf nvidia_x11.useProfiles { source = \"${nvidia_x11.bin}/share/nvidia/nvidia-application-profiles-rc\"; }; # 'nvidia_x11' installs it's files to /run/opengl-driver/... \"egl/egl_external_platform.d\".source = \"/run/opengl-driver/share/egl/egl_external_platform.d/\"; }; # 'nvidia_x11' installs it's files to /run/opengl-driver/... \"egl/egl_external_platform.d\".source = \"/run/opengl-driver/share/egl/egl_external_platform.d/\"; }; hardware.opengl = { extraPackages = [ pkgs.nvidia-vaapi-driver ]; extraPackages32 = [ pkgs.pkgsi686Linux.nvidia-vaapi-driver ]; }; environment.systemPackages = lib.optional cfg.nvidiaSettings nvidia_x11.settings ++ lib.optional cfg.nvidiaPersistenced nvidia_x11.persistenced ++ lib.optional offloadCfg.enableOffloadCmd (pkgs.writeShellScriptBin \"nvidia-offload\" '' export __NV_PRIME_RENDER_OFFLOAD=1 export __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 export __GLX_VENDOR_LIBRARY_NAME=nvidia export __VK_LAYER_NV_optimus=NVIDIA_only exec \"$@\" ''); systemd.packages = lib.optional cfg.powerManagement.enable nvidia_x11.out; systemd.services = let nvidiaService = state: { description = \"NVIDIA system ${state} actions\"; path = [pkgs.kbd]; serviceConfig = { Type = \"oneshot\"; ExecStart = \"${nvidia_x11.out}/bin/nvidia-sleep.sh '${state}'\"; }; before = [\"systemd-${state}.service\"]; requiredBy = [\"systemd-${state}.service\"]; hardware.opengl = { extraPackages = [ pkgs.nvidia-vaapi-driver ]; extraPackages32 = [ pkgs.pkgsi686Linux.nvidia-vaapi-driver ]; }; in lib.mkMerge [ (lib.mkIf cfg.powerManagement.enable { nvidia-suspend = nvidiaService \"suspend\"; nvidia-hibernate = nvidiaService \"hibernate\"; nvidia-resume = (nvidiaService \"resume\") // { before = []; after = [\"systemd-suspend.service\" \"systemd-hibernate.service\"]; requiredBy = [\"systemd-suspend.service\" \"systemd-hibernate.service\"]; }; }) (lib.mkIf cfg.nvidiaPersistenced { \"nvidia-persistenced\" = { description = \"NVIDIA Persistence Daemon\"; wantedBy = [\"multi-user.target\"]; environment.systemPackages = lib.optional cfg.nvidiaSettings nvidia_x11.settings ++ lib.optional cfg.nvidiaPersistenced nvidia_x11.persistenced ++ lib.optional offloadCfg.enableOffloadCmd ( pkgs.writeShellScriptBin \"nvidia-offload\" '' export __NV_PRIME_RENDER_OFFLOAD=1 export __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 export __GLX_VENDOR_LIBRARY_NAME=nvidia export __VK_LAYER_NV_optimus=NVIDIA_only exec \"$@\" '' ); systemd.packages = lib.optional cfg.powerManagement.enable nvidia_x11.out; systemd.services = let nvidiaService = state: { description = \"NVIDIA system ${state} actions\"; path = [ pkgs.kbd ]; serviceConfig = { Type = \"forking\"; Restart = \"always\"; PIDFile = \"/var/run/nvidia-persistenced/nvidia-persistenced.pid\"; ExecStart = \"${lib.getExe nvidia_x11.persistenced} --verbose\"; ExecStopPost = \"${pkgs.coreutils}/bin/rm -rf /var/run/nvidia-persistenced\"; Type = \"oneshot\"; ExecStart = \"${nvidia_x11.out}/bin/nvidia-sleep.sh '${state}'\"; }; before = [ \"systemd-${state}.service\" ]; requiredBy = [ \"systemd-${state}.service\" ]; }; }) (lib.mkIf cfg.dynamicBoost.enable { \"nvidia-powerd\" = { description = \"nvidia-powerd service\"; path = [ pkgs.util-linux # nvidia-powerd wants lscpu ]; wantedBy = [\"multi-user.target\"]; serviceConfig = { Type = \"dbus\"; BusName = \"nvidia.powerd.server\"; ExecStart = \"${nvidia_x11.bin}/bin/nvidia-powerd\"; in lib.mkMerge [ (lib.mkIf cfg.powerManagement.enable { nvidia-suspend = nvidiaService \"suspend\"; nvidia-hibernate = nvidiaService \"hibernate\"; nvidia-resume = (nvidiaService \"resume\") // { before = [ ]; after = [ \"systemd-suspend.service\" \"systemd-hibernate.service\" ]; requiredBy = [ \"systemd-suspend.service\" \"systemd-hibernate.service\" ]; }; }; }) ]; services.acpid.enable = true; services.dbus.packages = lib.optional cfg.dynamicBoost.enable nvidia_x11.bin; hardware.firmware = lib.optional cfg.open nvidia_x11.firmware; systemd.tmpfiles.rules = [ # Remove the following log message: # (WW) NVIDIA: Failed to bind sideband socket to # (WW) NVIDIA: '/var/run/nvidia-xdriver-b4f69129' Permission denied # # https://bbs.archlinux.org/viewtopic.php?pid=1909115#p1909115 \"d /run/nvidia-xdriver 0770 root users\" ] ++ lib.optional (nvidia_x11.persistenced != null && config.virtualisation.docker.enableNvidia) \"L+ /run/nvidia-docker/extras/bin/nvidia-persistenced - - - - ${nvidia_x11.persistenced}/origBin/nvidia-persistenced\"; boot = { extraModulePackages = if cfg.open then [nvidia_x11.open] else [nvidia_x11.bin]; # nvidia-uvm is required by CUDA applications. kernelModules = lib.optionals config.services.xserver.enable [\"nvidia\" \"nvidia_modeset\" \"nvidia_drm\"]; # If requested enable modesetting via kernel parameter. kernelParams = lib.optional (offloadCfg.enable || cfg.modesetting.enable) \"nvidia-drm.modeset=1\" ++ lib.optional cfg.powerManagement.enable \"nvidia.NVreg_PreserveVideoMemoryAllocations=1\" ++ lib.optional cfg.open \"nvidia.NVreg_OpenRmEnableUnsupportedGpus=1\" ++ lib.optional (config.boot.kernelPackages.kernel.kernelAtLeast \"6.2\" && !ibtSupport) \"ibt=off\"; # enable finegrained power management extraModprobeConfig = lib.optionalString cfg.powerManagement.finegrained '' options nvidia \"NVreg_DynamicPowerManagement=0x02\" ''; }; services.udev.extraRules = lib.optionalString cfg.powerManagement.finegrained ( lib.optionalString (lib.versionOlder config.boot.kernelPackages.kernel.version \"5.5\") '' # Remove NVIDIA USB xHCI Host Controller devices, if present ACTION==\"add\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x0c0330\", ATTR{remove}=\"1\" # Remove NVIDIA USB Type-C UCSI devices, if present ACTION==\"add\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x0c8000\", ATTR{remove}=\"1\" # Remove NVIDIA Audio devices, if present ACTION==\"add\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x040300\", ATTR{remove}=\"1\" '' + '' # Enable runtime PM for NVIDIA VGA/3D controller devices on driver bind ACTION==\"bind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030000\", TEST==\"power/control\", ATTR{power/control}=\"auto\" ACTION==\"bind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030200\", TEST==\"power/control\", ATTR{power/control}=\"auto\" # Disable runtime PM for NVIDIA VGA/3D controller devices on driver unbind ACTION==\"unbind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030000\", TEST==\"power/control\", ATTR{power/control}=\"on\" ACTION==\"unbind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030200\", TEST==\"power/control\", ATTR{power/control}=\"on\" '' ); }) # Data Center (lib.mkIf (cfg.datacenter.enable) { boot.extraModulePackages = [ nvidia_x11.bin ]; systemd = { tmpfiles.rules = lib.optional (nvidia_x11.persistenced != null && config.virtualisation.docker.enableNvidia) \"L+ /run/nvidia-docker/extras/bin/nvidia-persistenced - - - - ${nvidia_x11.persistenced}/origBin/nvidia-persistenced\"; services = lib.mkMerge [ ({ nvidia-fabricmanager = { enable = true; description = \"Start NVIDIA NVLink Management\"; wantedBy = [ \"multi-user.target\" ]; unitConfig.After = [ \"network-online.target\" ]; unitConfig.Requires = [ \"network-online.target\" ]; serviceConfig = { Type = \"forking\"; TimeoutStartSec = 240; ExecStart = let nv-fab-conf = settingsFormat.generate \"fabricmanager.conf\" cfg.datacenter.settings; in }) (lib.mkIf cfg.nvidiaPersistenced { \"nvidia-persistenced\" = { description = \"NVIDIA Persistence Daemon\"; wantedBy = [ \"multi-user.target\" ]; serviceConfig = { Type = \"forking\"; Restart = \"always\"; PIDFile = \"/var/run/nvidia-persistenced/nvidia-persistenced.pid\"; ExecStart = \"${lib.getExe nvidia_x11.persistenced} --verbose\"; ExecStopPost = \"${pkgs.coreutils}/bin/rm -rf /var/run/nvidia-persistenced\"; }; }; }) (lib.mkIf cfg.dynamicBoost.enable { \"nvidia-powerd\" = { description = \"nvidia-powerd service\"; path = [ pkgs.util-linux # nvidia-powerd wants lscpu ]; wantedBy = [ \"multi-user.target\" ]; serviceConfig = { Type = \"dbus\"; BusName = \"nvidia.powerd.server\"; ExecStart = \"${nvidia_x11.bin}/bin/nvidia-powerd\"; }; }; }) ]; services.acpid.enable = true; services.dbus.packages = lib.optional cfg.dynamicBoost.enable nvidia_x11.bin; hardware.firmware = let isOpen = cfg.open; isNewUnfree = lib.versionAtLeast nvidia_x11.version \"555\"; in lib.optional (isOpen || isNewUnfree) nvidia_x11.firmware; systemd.tmpfiles.rules = [ # Remove the following log message: # (WW) NVIDIA: Failed to bind sideband socket to # (WW) NVIDIA: '/var/run/nvidia-xdriver-b4f69129' Permission denied # # https://bbs.archlinux.org/viewtopic.php?pid=1909115#p1909115 \"d /run/nvidia-xdriver 0770 root users\" ] ++ lib.optional (nvidia_x11.persistenced != null && config.virtualisation.docker.enableNvidia) \"L+ /run/nvidia-docker/extras/bin/nvidia-persistenced - - - - ${nvidia_x11.persistenced}/origBin/nvidia-persistenced\"; boot = { extraModulePackages = if cfg.open then [ nvidia_x11.open ] else [ nvidia_x11.bin ]; # nvidia-uvm is required by CUDA applications. kernelModules = lib.optionals config.services.xserver.enable [ \"nvidia\" \"nvidia_modeset\" \"nvidia_drm\" ]; # If requested enable modesetting via kernel parameter. kernelParams = lib.optional (offloadCfg.enable || cfg.modesetting.enable) \"nvidia-drm.modeset=1\" ++ lib.optional cfg.powerManagement.enable \"nvidia.NVreg_PreserveVideoMemoryAllocations=1\" ++ lib.optional cfg.open \"nvidia.NVreg_OpenRmEnableUnsupportedGpus=1\" ++ lib.optional (config.boot.kernelPackages.kernel.kernelAtLeast \"6.2\" && !ibtSupport) \"ibt=off\"; # enable finegrained power management extraModprobeConfig = lib.optionalString cfg.powerManagement.finegrained '' options nvidia \"NVreg_DynamicPowerManagement=0x02\" ''; }; services.udev.extraRules = lib.optionalString cfg.powerManagement.finegrained ( lib.optionalString (lib.versionOlder config.boot.kernelPackages.kernel.version \"5.5\") '' # Remove NVIDIA USB xHCI Host Controller devices, if present ACTION==\"add\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x0c0330\", ATTR{remove}=\"1\" # Remove NVIDIA USB Type-C UCSI devices, if present ACTION==\"add\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x0c8000\", ATTR{remove}=\"1\" # Remove NVIDIA Audio devices, if present ACTION==\"add\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x040300\", ATTR{remove}=\"1\" '' + '' # Enable runtime PM for NVIDIA VGA/3D controller devices on driver bind ACTION==\"bind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030000\", TEST==\"power/control\", ATTR{power/control}=\"auto\" ACTION==\"bind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030200\", TEST==\"power/control\", ATTR{power/control}=\"auto\" # Disable runtime PM for NVIDIA VGA/3D controller devices on driver unbind ACTION==\"unbind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030000\", TEST==\"power/control\", ATTR{power/control}=\"on\" ACTION==\"unbind\", SUBSYSTEM==\"pci\", ATTR{vendor}==\"0x10de\", ATTR{class}==\"0x030200\", TEST==\"power/control\", ATTR{power/control}=\"on\" '' ); }) # Data Center (lib.mkIf (cfg.datacenter.enable) { boot.extraModulePackages = [ nvidia_x11.bin ]; systemd = { tmpfiles.rules = lib.optional (nvidia_x11.persistenced != null && config.virtualisation.docker.enableNvidia) \"L+ /run/nvidia-docker/extras/bin/nvidia-persistenced - - - - ${nvidia_x11.persistenced}/origBin/nvidia-persistenced\"; services = lib.mkMerge [ ({ nvidia-fabricmanager = { enable = true; description = \"Start NVIDIA NVLink Management\"; wantedBy = [ \"multi-user.target\" ]; unitConfig.After = [ \"network-online.target\" ]; unitConfig.Requires = [ \"network-online.target\" ]; serviceConfig = { Type = \"forking\"; TimeoutStartSec = 240; ExecStart = let nv-fab-conf = settingsFormat.generate \"fabricmanager.conf\" cfg.datacenter.settings; in \"${lib.getExe nvidia_x11.fabricmanager} -c ${nv-fab-conf}\"; LimitCORE=\"infinity\"; LimitCORE = \"infinity\"; }; }; }; }) (lib.mkIf cfg.nvidiaPersistenced { \"nvidia-persistenced\" = { description = \"NVIDIA Persistence Daemon\"; wantedBy = [\"multi-user.target\"]; serviceConfig = { Type = \"forking\"; Restart = \"always\"; PIDFile = \"/var/run/nvidia-persistenced/nvidia-persistenced.pid\"; ExecStart = \"${lib.getExe nvidia_x11.persistenced} --verbose\"; ExecStopPost = \"${pkgs.coreutils}/bin/rm -rf /var/run/nvidia-persistenced\"; }) (lib.mkIf cfg.nvidiaPersistenced { \"nvidia-persistenced\" = { description = \"NVIDIA Persistence Daemon\"; wantedBy = [ \"multi-user.target\" ]; serviceConfig = { Type = \"forking\"; Restart = \"always\"; PIDFile = \"/var/run/nvidia-persistenced/nvidia-persistenced.pid\"; ExecStart = \"${lib.getExe nvidia_x11.persistenced} --verbose\"; ExecStopPost = \"${pkgs.coreutils}/bin/rm -rf /var/run/nvidia-persistenced\"; }; }; }; }) ]; }; }) ]; }; environment.systemPackages = lib.optional cfg.datacenter.enable nvidia_x11.fabricmanager ++ lib.optional cfg.nvidiaPersistenced nvidia_x11.persistenced; }) ]); environment.systemPackages = lib.optional cfg.datacenter.enable nvidia_x11.fabricmanager ++ lib.optional cfg.nvidiaPersistenced nvidia_x11.persistenced; }) ] ); }"}
{"_id":"q-en-nixpkgs-4518a7d2b61baebeb4dcbc2d2db2b3f6277307e4a26622b0142d68ceaadf8119","text":"csvkit = callPackage ../tools/text/csvkit { }; csvquote = callPackage ../tools/text/csvquote { }; csvtool = callPackage ../development/ocaml-modules/csv/csvtool.nix { }; csv2latex = callPackage ../tools/misc/csv2latex { };"}
{"_id":"q-en-nixpkgs-45594875922a4eaecbc90c18702b18c53ab5d6bdcc9a0685a070e278e9934099","text":"webstorm = buildWebStorm rec { name = \"webstorm-${version}\"; version = \"2019.3.4\"; /* updated by script */ version = \"2020.1\"; /* updated by script */ description = \"Professional IDE for Web and JavaScript development\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz\"; sha256 = \"0q3595r4m22wf5r5zyncr1zv7yap5przbzjnyf75y51mqwl1g61i\"; /* updated by script */ sha256 = \"1c68li5jxsjml0macdb0s04llwwq1hni5z8vq2zdfcn5zm3xwpif\"; /* updated by script */ }; wmClass = \"jetbrains-webstorm\"; update-channel = \"WebStorm RELEASE\";"}
{"_id":"q-en-nixpkgs-45609551cbbbea4ae6adb2778f4877f0b53681d7d93ee4b10d3f54e96b7257b4","text":"inherit version; sha256 = \"1vn1db2akw98ybnpns92qi11v94hydwp130s8753k6ikby95883j\"; }; patches = oldAttrs.patches or [] ++ [ # Don't raise import error on non-linux os. Remove after upgrading to distro≥1.2.0 (fetchpatch { url = \"https://github.com/nir0s/distro/commit/25aa3f8c5934346dc838387fc081ce81baddeb95.patch\"; sha256 = \"0m09ldf75gacazh2kr04cifgsqfxg670vk4ypl62zv7fp3nyd5dc\"; }) ]; }); node-semver = super.node-semver.overridePythonAttrs (oldAttrs: rec { version = \"0.6.1\";"}
{"_id":"q-en-nixpkgs-458d80d1c70d05987a10be1588a66c743cef8c0883ba9e1ea3a100fc85061258","text":"package = mkPackageOption pkgs \"navidrome\" { }; settings = mkOption { type = settingsFormat.type; default = { Address = \"127.0.0.1\"; Port = 4533; type = submodule { freeformType = settingsFormat.type; options = { Address = mkOption { default = \"127.0.0.1\"; description = \"Address to run Navidrome on.\"; type = str; }; Port = mkOption { default = 4533; description = \"Port to run Navidrome on.\"; type = port; }; }; }; example = { MusicFolder = \"/mnt/music\";"}
{"_id":"q-en-nixpkgs-459164085a103d82082eea21bf8956bf66484905fd6e1747447d01c9b5b28164","text":"buildInputs = with self; [ nose sphinx numpydoc ]; # Failing test on Python 3.x postPatch = '''' + optionalString isPy3k '' # Failing test on Python 3.x and Darwin postPatch = '''' + optionalString (isPy3k || stdenv.isDarwin) '' sed -i -e '70,84d' joblib/test/test_format_stack.py # test_nested_parallel_warnings: ValueError: Non-zero return code: -9. # Not sure why but it's nix-specific. Try removing for new joblib releases."}
{"_id":"q-en-nixpkgs-459ce23272a03c6febf27f6bf8931153958c192709284b26103ea428a93af2ef","text":"source = \"${nvidia_x11.bin}/share/nvidia/nvidia-application-profiles-rc\"; }; # 'nvidia_x11' installs it's files to /run/opengl-driver/... environment.etc.\"egl/egl_external_platform.d\".source = \"/run/opengl-driver/share/egl/egl_external_platform.d/\"; hardware.opengl.package = mkIf (!offloadCfg.enable) nvidia_x11.out; hardware.opengl.package32 = mkIf (!offloadCfg.enable) nvidia_x11.lib32; hardware.opengl.extraPackages = optional offloadCfg.enable nvidia_x11.out;"}
{"_id":"q-en-nixpkgs-45a671a5379b04ec779ba644657ae2f9ca777a6340e6adbf3f153bba5e2f1db7","text":"imports = [ (mkRenamedOptionModule [ \"networking\" \"networkmanager\" \"packages\" ] [ \"networking\" \"networkmanager\" \"plugins\" ]) (mkRenamedOptionModule [ \"networking\" \"networkmanager\" \"useDnsmasq\" ] [ \"networking\" \"networkmanager\" \"dns\" ]) [ \"networking\" \"networkmanager\" \"plugins\" ] ) (mkRenamedOptionModule [ \"networking\" \"networkmanager\" \"useDnsmasq\" ] [ \"networking\" \"networkmanager\" \"dns\" ] ) (mkRemovedOptionModule [ \"networking\" \"networkmanager\" \"extraConfig\" ] '' This option was removed in favour of `networking.networkmanager.settings`, which accepts structured nix-code equivalent to the ini and allows for overriding settings. Example patch: ```patch networking.networkmanager = { - extraConfig = ''' - [main] - no-auto-default=* - ''' + extraConfig.main.no-auto-default = \"*\"; }; ``` '' ) (mkRemovedOptionModule [ \"networking\" \"networkmanager\" \"enableFccUnlock\" ] '' This option was removed, because using bundled FCC unlock scripts is risky, might conflict with vendor-provided unlock scripts, and should"}
{"_id":"q-en-nixpkgs-45c9b05a26160da272dfa33685c26323f3310040e1f0bcaf00164e2d197c9985","text":"++ lib.optional perlBindings perl ++ lib.optional saslSupport sasl; patches = [ ./apr-1.patch ]; patches = [ ./apr-1.patch ] ++ extraPatches; # We are hitting the following issue even with APR 1.6.x # -> https://issues.apache.org/jira/browse/SVN-4813"}
{"_id":"q-en-nixpkgs-4622f5a421c587ffeb62e5a5a4413fbb22bd9356851d04dbef1361d15d34517c","text":"import json import os import sys from pathlib import Path XDG_CONFIG_HOME = os.environ.get(\"XDG_CONFIG_HOME\") or os.path.join("}
{"_id":"q-en-nixpkgs-463cedeb1b1325d6fcab50fa22ae19ea2da238b06ddb3ce8fa0dbc62155c5cc6","text":"license = licenses.lgpl21Plus; platforms = lib.platforms.linux; maintainers = [ ]; knownVulnerabilities = [ \"CVE-2020-35476\" # https://github.com/OpenTSDB/opentsdb/issues/2051 ]; }; }"}
{"_id":"q-en-nixpkgs-468f43c32563acea20cebc5bfb1172eb6aed802c331f74e51fb5e9ea9d8ae250","text":"# tesseract & leptonica. ++ lib.optionals enableTesseract [ tesseract leptonica ] ++ lib.optional enableTbb tbb ++ lib.optional enableCuda cudatoolkit ++ lib.optionals stdenv.isDarwin [ bzip2 AVFoundation Cocoa VideoDecodeAcceleration ] ++ lib.optionals enableDocs [ doxygen graphviz-nox ]; propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy; propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy ++ lib.optional enableCuda cudatoolkit; nativeBuildInputs = [ cmake pkg-config unzip ];"}
{"_id":"q-en-nixpkgs-46b06d07adc133af68b10f05624addf0abfb79cd8740e4b940530d4bbb332769","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 = \"08c118j440xpfbjjxmwzm6dfnv4y35q540mmzkchhpbwx89lczxd\"; sha256 = \"0zd6skf9qcwlk1k1ljgwijwlyz5si3pgi0h97gd6kkivm7a4y43p\"; }; # TODO: # revive ./dricore-gallium.patch when it gets ported (from Ubuntu), as it saved # ~35 MB in $drivers; watch https://launchpad.net/ubuntu/+source/mesa/+changelog patches = [ # fixes pkgsMusl.mesa build # To fix flickering on Intel GPUs (iris), see https://github.com/NixOS/nixpkgs/issues/153377: (fetchpatch { url = \"https://raw.githubusercontent.com/void-linux/void-packages/b9f58f303ae23754c95d5d1fe87a98b5a2d8f271/srcpkgs/mesa/patches/musl.patch\"; sha256 = \"sha256-Jyl7ILLhn8hBJG7afnEjE8H56Wz/1bxkvlqfrXK5U7I=\"; url = \"https://gitlab.freedesktop.org/mesa/mesa/-/commit/07dc3d4238e57901ccf98e0b506d9aad2c86b9d9.diff\"; sha256 = \"sha256-3fa1qHJes3x1/iXsxfjgy9HnEGlOyFtJatSkU1a3XDI=\"; }) # fixes pkgsMusl.mesa build ./musl.patch (fetchpatch { url = \"https://raw.githubusercontent.com/void-linux/void-packages/b9f58f303ae23754c95d5d1fe87a98b5a2d8f271/srcpkgs/mesa/patches/musl-endian.patch\"; sha256 = \"sha256-eRc91qCaFlVzrxFrNUPpAHd1gsqKsLCCN0IW8pBQcqk=\";"}
{"_id":"q-en-nixpkgs-46cce93e82c4a70bc7cfb597c214af2ae492c647af42b97ac1357db51bdc3935","text":"Xaw3d ghostscriptX perl ] ++ stdenv.lib.optionals stdenv.isDarwin [ pkgconfig ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv ];"}
{"_id":"q-en-nixpkgs-46fc752a785b87b7149160aa30902cff990a4adf5eb7f20deb6301ca3e3ec5f7","text":" { stdenv, fetchurl, makeWrapper, jre, callPackage }: let dotty-bare = callPackage ./dotty-bare.nix { inherit stdenv fetchurl makeWrapper jre; }; in stdenv.mkDerivation { pname = \"dotty\"; inherit (dotty-bare) version; dontUnpack = true; installPhase = '' mkdir -p $out/bin ln -s ${dotty-bare}/bin/scalac $out/bin/scalac ln -s ${dotty-bare}/bin/scaladoc $out/bin/scaladoc ln -s ${dotty-bare}/bin/scala $out/bin/scala ln -s ${dotty-bare}/bin/common $out/bin/common ''; inherit (dotty-bare) meta; } "}
{"_id":"q-en-nixpkgs-47048ca62930f88af5ecb9dc8f4e1c4d612e98bc932ac618f11f24e304d9a483","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":"q-en-nixpkgs-472dde3931bad3cee1aab0bd4c2c9c6a4135b2da515dc9090869508f3cacc168","text":"!langJit && !stdenv.hostPlatform.isDarwin && enableShared ; ; # For some reason libgcc_s.so has major-version \"2\" on m68k but # \"1\" everywhere else. Might be worth changing this to \"*\". libgcc_s-version-major = if targetPlatform.isM68k then \"2\" else \"1\"; # For some reason libgcc_s.so has major-version \"2\" on m68k but # \"1\" everywhere else. Might be worth changing this to \"*\". libgcc_s-version-major = if targetPlatform.isM68k then \"2\" else \"1\"; in (pkg: pkg.overrideAttrs (previousAttrs: lib.optionalAttrs ((!langC) || langJit || enableLibGccOutput) {"}
{"_id":"q-en-nixpkgs-47681dc11e012815cfd65dd6b592ef4f7e6a757703d7ed92b5b28e3b9745bd74","text":"# Arguments that this derivation gets when it is created with `callPackage` { stdenv , lib , symlinkJoin , makeWrapper , symlinkJoin , yt-dlp }:"}
{"_id":"q-en-nixpkgs-476c99721d1eeba504c4ff39b504c42d0ca50175fbb621d7aef088975dd50d9c","text":"sed '2i echo Skipping rm deep-2 test && exit 77' -i ./tests/rm/deep-2.sh sed '2i echo Skipping du long-from-unreadable test && exit 77' -i ./tests/du/long-from-unreadable.sh # The test tends to fail on cephfs sed '2i echo Skipping df total-verify test && exit 77' -i ./tests/df/total-verify.sh # Some target platforms, especially when building inside a container have # issues with the inotify test. sed '2i echo Skipping tail inotify dir recreate test && exit 77' -i ./tests/tail/inotify-dir-recreate.sh"}
{"_id":"q-en-nixpkgs-47ccefaeec2b43d2712d89aec574befae38e4418f0d2afd4b68cd1223d5187ef","text":"{ lib , buildPythonPackage , fetchpatch , fetchPypi , isPy3k , pytestCheckHook"}
{"_id":"q-en-nixpkgs-47e3e0898ad1436a2fb2a5963e0f6e696382fd4d07fe0a0d2cbb6778b6d053d1","text":"./scripts/light-scrubber.sh ''; postInstall = '' mkdir -p $doc/share/doc/shogun/examples mv $out/share/shogun/examples/cpp $doc/share/doc/shogun/examples cp ../examples/undocumented/libshogun/*.cpp $doc/share/doc/shogun/examples/cpp rm -r $out/share ''; meta = with lib; { description = \"A toolbox which offers a wide range of efficient and unified machine learning methods\"; homepage = \"http://shogun-toolbox.org/\"; license = if withSvmLight then licenses.unfree else licenses.gpl3Plus; maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo smancill ]; }; }"}
{"_id":"q-en-nixpkgs-47f409b27ccc1b12133075a69c1c43e66231f410af446726f1e981a34483459e","text":" --- old/build/pkgs/python3/spkg-install\t2017-07-21 14:10:00.000000000 -0500 +++ new/build/pkgs/python3/spkg-install\t2017-10-15 13:11:17.769261404 -0500 @@ -22,6 +22,9 @@ cd src +LDFLAGS=\"-lcrypt $LDFLAGS\" +export LDFLAGS + if [ \"$SAGE_DEBUG\" = \"yes\" ]; then echo \"Building Python with pydebug\" PYTHON_CONFIGURE=\"$PYTHON_CONFIGURE --with-pydebug\" "}
{"_id":"q-en-nixpkgs-4802b93656d9afabbd0133060b4cc1234fb43f9b53f63dc7f743f1a3945a114c","text":"# }); libnix = dontCheck super.libnix; # https://github.com/jmillikin/chell/issues/1 chell = super.chell.override { patience = self.patience_0_1_1; }; # The test suite tries to mess with ALSA, which doesn't work in the build sandbox. xmobar = dontCheck super.xmobar;"}
{"_id":"q-en-nixpkgs-480a398578ec789979bd2435aa397214010503437d50eb4460cdcbad4059c9be","text":" { lib, stdenv, buildNpmPackage, fetchFromGitHub, makeWrapper, makeDesktopItem, copyDesktopItems, electron, httptoolkit-server, }: buildNpmPackage rec { pname = \"httptoolkit\"; version = \"1.19.0\"; src = fetchFromGitHub { owner = \"httptoolkit\"; repo = \"httptoolkit-desktop\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-e+ngBZMwMTvwzY1K7IaxlNoRkZUPDdJvKxvxuCsc9pw=\"; }; npmDepsHash = \"sha256-XgJIs4P1ezCEPPitIIfYpNkX0/3dPdajeIiDwHm7DSU=\"; env = { ELECTRON_SKIP_BINARY_DOWNLOAD = \"1\"; # disable code signing on Darwin CSC_IDENTITY_AUTO_DISCOVERY = \"false\"; }; nativeBuildInputs = [ makeWrapper ] ++ lib.optionals stdenv.isLinux [ copyDesktopItems ]; npmBuildScript = \"build:src\"; postBuild = '' substituteInPlace package.json --replace-fail '\"forceCodeSigning\": true' '\"forceCodeSigning\": false' cp -r ${electron.dist} electron-dist chmod -R u+w electron-dist npm exec electron-builder -- --dir -c.electronDist=electron-dist -c.electronVersion=${electron.version} ''; installPhase = '' runHook preInstall ${lib.optionalString stdenv.isLinux '' mkdir -p $out/share/httptoolkit cp -r dist/*-unpacked/{locales,resources{,.pak}} $out/share/httptoolkit ln -s ${httptoolkit-server} $out/share/httptoolkit/resources/httptoolkit-server install -Dm644 src/icons/icon.svg $out/share/icons/hicolor/scalable/apps/httptoolkit.svg makeWrapper ${lib.getExe electron} $out/bin/httptoolkit --add-flags $out/share/httptoolkit/resources/app.asar --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --inherit-argv0 ''} ${lib.optionalString stdenv.isDarwin '' mkdir -p $out/Applications cp -r dist/mac*/\"HTTP Toolkit.app\" $out/Applications ln -s ${httptoolkit-server} \"$out/Applications/HTTP Toolkit.app/Contents/Resources/httptoolkit-server\" makeWrapper \"$out/Applications/HTTP Toolkit.app/Contents/MacOS/HTTP Toolkit\" $out/bin/httptoolkit ''} runHook postInstall ''; desktopItems = [ (makeDesktopItem { name = \"httptoolkit\"; desktopName = \"HTTP Toolkit\"; exec = \"httptoolkit %U\"; terminal = false; icon = \"httptoolkit\"; startupWMClass = \"HTTP Toolkit\"; comment = meta.description; categories = [ \"Development\" ]; startupNotify = true; }) ]; meta = { description = \"HTTP(S) debugging, development & testing tool\"; homepage = \"https://httptoolkit.com/\"; license = lib.licenses.agpl3Plus; mainProgram = \"httptoolkit\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = electron.meta.platforms; }; } "}
{"_id":"q-en-nixpkgs-4832ec6ef3ca415b41b89871ab4c3db168a7351e260e470f17513a38d378d2ae","text":"hash = \"sha256-3fax57oaJvOgbTDPCiiUdtsfAGhICfPkuMihawq06SA=\"; }; outputs = [ \"out\" \"dev\" ]; outputs = [ \"out\" \"dev\" ]; strictDeps = true; nativeBuildInputs = [ cmake ninja pkg-config ]; buildInputs = [ libnice openssl"}
{"_id":"q-en-nixpkgs-489e529227c533eb63bd7d99a9dcff7ef91151339e00ba276abb050776040077","text":"rm $out/bin/slack makeWrapper $out/lib/slack/slack $out/bin/slack --prefix XDG_DATA_DIRS : $GSETTINGS_SCHEMAS_PATH --prefix PATH : ${xdg-utils}/bin --prefix PATH : ${lib.makeBinPath [xdg-utils]} # Fix the desktop link substituteInPlace $out/share/applications/slack.desktop "}
{"_id":"q-en-nixpkgs-48bffd59bbe5a247065705ab797586105693accdd1461467d316d9391ec56715","text":"webSettingsJSON = pkgs.writeText \"settings.json\" (builtins.toJSON webSettings); # TODO: Should this be RFC42-ised so that users can set additional options without modifying the module? mtaConfig = pkgs.writeText \"mailman-postfix.cfg\" '' postfixMtaConfig = pkgs.writeText \"mailman-postfix.cfg\" '' [postfix] postmap_command: ${pkgs.postfix}/bin/postmap transport_file_type: hash"}
{"_id":"q-en-nixpkgs-48cba86e7fe554350c1d04a7412bd806c7eb3214f6b793684cd6e42b39e0f60b","text":"/nixos/modules/services/networking/babeld.nix @mweinelt /nixos/modules/services/networking/kea.nix @mweinelt /nixos/modules/services/networking/knot.nix @mweinelt nixos/modules/services/networking/networkmanager.nix @Janik-Haag /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt /nixos/tests/babeld.nix @mweinelt /nixos/tests/kea.nix @mweinelt /nixos/tests/knot.nix @mweinelt /nixos/tests/networking/* @Janik-Haag # Web servers /doc/packages/nginx.section.md @raitobezarius"}
{"_id":"q-en-nixpkgs-4972a7ffe5b62b69b546cfca27d870a183f27dded10006b6b2d4723092a03612","text":" diff --git a/tests/test_climat2.py b/tests/test_climat2.py index cede642..2d5ad77 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py @@ -10,12 +10,7 @@ import glob from libmat2 import images, parser_factory -mat2_binary = ['./mat2'] - -if 'MAT2_GLOBAL_PATH_TESTSUITE' in os.environ: - # Debian runs tests after installing the package - # https://0xacab.org/jvoisin/mat2/issues/16#note_153878 - mat2_binary = ['/usr/bin/env', 'mat2'] +mat2_binary = [os.environ['out'] + '/bin/mat2'] class TestHelp(unittest.TestCase): "}
{"_id":"q-en-nixpkgs-497e44ec5d87a47e199a32cd4f730ded14663d0f11e20baf51123cd8d98992cf","text":"if installed_version < available_version: print(\"updating systemd-boot from %s to %s\" % (installed_version, available_version)) subprocess.check_call([\"@systemd@/bin/bootctl\", \"--esp-path=@efiSysMountPoint@\", \"update\"]) subprocess.check_call([\"@systemd@/bin/bootctl\", \"--esp-path=@efiSysMountPoint@\"] + bootctl_flags + [\"update\"]) os.makedirs(\"@efiSysMountPoint@/efi/nixos\", exist_ok=True) os.makedirs(\"@efiSysMountPoint@/loader/entries\", exist_ok=True)"}
{"_id":"q-en-nixpkgs-4982bd6c8d880af72c1b475142a3ec6db922e870cf489211cfe2e559d6292e97","text":"nativeBuildInputs = [ cmake nasm ]; buildInputs = [ gtk2 glib ffmpeg_4 alsa-lib libmad libogg libvorbis glew libpulseaudio udev alsa-lib ffmpeg_6 glew glib gtk2 libmad libogg libpulseaudio libvorbis udev xorg.libXtst ]; cmakeFlags = ["}
{"_id":"q-en-nixpkgs-49c3550ef58d62c532c03d814b5db16f21eb09d48e658648bca8688bde3be97d","text":"owner = \"maxbachmann\"; repo = \"RapidFuzz\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-a83Vww9dEh0nNylnZwCm6PJYmfKvw5RnMLerfKfN1dY=\"; hash = \"sha256-hx8DNFxzD41tvxcKaSqqKkxJMlcrxAaihulUdkzyOt0=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-49d738854f6b80ac8c698787e6a61e8732718a4d2df320a9f82debdf33a40eac","text":"}; lp_solve = callPackage ../applications/science/math/lp_solve { inherit (darwin) cctools; inherit (darwin) cctools autoSignDarwinBinariesHook; }; fabric-installer = callPackage ../tools/games/minecraft/fabric-installer { };"}
{"_id":"q-en-nixpkgs-4a9a5e6fe126f2729b8ee781c1458953574140c4f236bc5aff9be6ec2f88fafb","text":"with python.pkgs; buildPythonApplication rec { pname = \"pdm\"; version = \"2.10.4\"; format = \"pyproject\"; disabled = pythonOlder \"3.7\"; version = \"2.12.1\"; pyproject = true; disabled = pythonOlder \"3.8\"; src = fetchPypi { inherit pname version; hash = \"sha256-bf2dTLWQQ+3sstC0fSCOVdidMzunGX3rBcyi37x6S/s=\"; hash = \"sha256-OaKroZmGyUWnm/WEw3dSheJOnH+O2KYDgVthxfrF20w=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-4aa7547dbefd51b2bf14cd089cdf84ab854382860ce5cbb10e74cf70f98c5e91","text":"pwnat = callPackage ../tools/networking/pwnat { }; pwndbg = python3Packages.callPackage ../development/tools/misc/pwndbg { }; pwndbg = callPackage ../development/tools/misc/pwndbg { }; pycangjie = pythonPackages.pycangjie;"}
{"_id":"q-en-nixpkgs-4ab645f11896fa575d9fb6a2ab1347398706e16a95ad5ccbbe6bef5747be7705","text":" diff --git a/actions/system/CMakeLists.txt b/actions/system/CMakeLists.txt index ca861145..3e3d3d3b 100644 --- a/actions/system/CMakeLists.txt +++ b/actions/system/CMakeLists.txt @@ -66,8 +66,6 @@ set(HEADERS ${HEADERS_PREFIX}/actions/playsoundinstance.hpp ${HEADERS_PREFIX}/actions/systemdefinition.hpp ${HEADERS_PREFIX}/actions/systeminstance.hpp - ${HEADERS_PREFIX}/actions/texttospeechdefinition.hpp - ${HEADERS_PREFIX}/actions/texttospeechinstance.hpp ${HEADERS_PREFIX}/code/mediaplaylist.hpp ${HEADERS_PREFIX}/code/notify.hpp ${HEADERS_PREFIX}/code/process.hpp @@ -131,7 +129,6 @@ find_package(Qt5 ${ACT_MINIMUM_QT_VERSION} COMPONENTS DBus Multimedia MultimediaWidgets - TextToSpeech REQUIRED) target_include_directories(${PROJECT} @@ -153,7 +150,6 @@ target_link_libraries(${PROJECT} Qt5::DBus Qt5::Multimedia Qt5::MultimediaWidgets - Qt5::TextToSpeech ${LIBNOTIFY_LIBRARIES} ${BLUEZ_LIBRARIES} ${UDEV_LIBRARIES} diff --git a/actions/system/src/actionpacksystem.hpp b/actions/system/src/actionpacksystem.hpp index c5768415..27a899d6 100644 --- a/actions/system/src/actionpacksystem.hpp +++ b/actions/system/src/actionpacksystem.hpp @@ -31,10 +31,6 @@ #include \"actions/playsounddefinition.hpp\" #include \"actions/findimagedefinition.hpp\" -#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) -#include \"actions/texttospeechdefinition.hpp\" -#endif - #include \"code/system.hpp\" #include \"code/mediaplaylist.hpp\" #include \"code/notify.hpp\" @@ -67,9 +63,6 @@ public: addActionDefinition(new Actions::DetachedCommandDefinition(this)); addActionDefinition(new Actions::PlaySoundDefinition(this)); addActionDefinition(new Actions::FindImageDefinition(this)); -#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) - addActionDefinition(new Actions::TextToSpeechDefinition(this)); -#endif } QString id() const override\t\t\t\t\t\t\t{ return QStringLiteral(\"system\"); } "}
{"_id":"q-en-nixpkgs-4ad45e2ca6626ed8d1938f7ba21cc0e5f7ccb7bcef961447c5539d8ca1ad430b","text":" Patch included in advisory @ https://subversion.apache.org/security/CVE-2020-17525-advisory.txt --- a/subversion/libsvn_repos/config_file.c +++ b/subversion/libsvn_repos/config_file.c @@ -237,6 +237,10 @@ get_repos_config(svn_stream_t **stream, { /* Search for a repository in the full path. */ repos_root_dirent = svn_repos_find_root_path(dirent, scratch_pool); + if (repos_root_dirent == NULL) + return svn_error_trace(handle_missing_file(stream, checksum, access, + url, must_exist, + svn_node_none)); /* Attempt to open a repository at repos_root_dirent. */ SVN_ERR(svn_repos_open3(&access->repos, repos_root_dirent, NULL, "}
{"_id":"q-en-nixpkgs-4b2e5588ffd51eab0333e1fb105f75d00523e9e2603b1ee4191a54dc5ec27cfa","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":"q-en-nixpkgs-4b693efceea204715c07ea6f3ca6872662dc4bd4d810157f606ef93403bca49c","text":"pdfjam = callPackage ../tools/typesetting/pdfjam { }; jbig2enc = callPackage ../tools/graphics/jbig2enc { }; pdfread = callPackage ../tools/graphics/pdfread { }; briss = callPackage ../tools/graphics/briss { };"}
{"_id":"q-en-nixpkgs-4b70a68a20adb37a23e04db832477f8b84914a0fe721d3f995092b0d5fdb994c","text":" { lib, stdenvNoLibs, buildPackages , gcc, glibc , libiberty }: let gccConfigureFlags = gcc.cc.configureFlags ++ [ \"--disable-fixincludes\" \"--disable-intl\" \"--enable-threads=posix\" \"--with-glibc-version=${glibc.version}\" # these are required in order to prevent inhibit_libc=true, # which will cripple libgcc's unwinder; see: # https://github.com/NixOS/nixpkgs/issues/213453#issuecomment-1616346163 \"--with-headers=${lib.getDev glibc}/include\" \"--with-native-system-header-dir=${lib.getDev glibc}${glibc.incdir or \"/include\"}\" \"--with-build-sysroot=/\" ]; in stdenvNoLibs.mkDerivation (finalAttrs: { pname = \"libgcc\"; inherit (gcc.cc) src version; outputs = [ \"out\" \"dev\" ]; strictDeps = true; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ libiberty ]; buildInputs = [ glibc ]; postUnpack = '' mkdir -p ./build buildRoot=$(readlink -e \"./build\") ''; postPatch = gcc.cc.passthru.forceLibgccToBuildCrtStuff + '' sourceRoot=$(readlink -e \"./libgcc\") ''; hardeningDisable = [ \"pie\" ]; preConfigure = '' # Drop in libiberty, as external builds are not expected cd \"$buildRoot\" ( mkdir -p build-${stdenvNoLibs.buildPlatform.config}/libiberty/ cd build-${stdenvNoLibs.buildPlatform.config}/libiberty/ ln -s ${buildPackages.libiberty}/lib/libiberty.a ./ ) mkdir -p \"$buildRoot/gcc\" cd \"$buildRoot/gcc\" ( # We \"shift\" the tools over to fake platforms perspective from the previous stage. export AS_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$AS_FOR_BUILD export CC_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CC_FOR_BUILD export CPP_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CPP_FOR_BUILD export CXX_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CXX_FOR_BUILD export LD_FOR_BUILD=${buildPackages.stdenv.cc.bintools}/bin/$LD_FOR_BUILD export AS=$AS_FOR_BUILD export CC=$CC_FOR_BUILD export CPP=$CPP_FOR_BUILD export CXX=$CXX_FOR_BUILD export LD=$LD_FOR_BUILD export AS_FOR_TARGET=${stdenvNoLibs.cc}/bin/$AS export CC_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CC export CPP_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CPP export LD_FOR_TARGET=${stdenvNoLibs.cc.bintools}/bin/$LD # We define GENERATOR_FILE so nothing bothers looking for GNU GMP. export NIX_CFLAGS_COMPILE_FOR_BUILD+=' -DGENERATOR_FILE=1' \"$sourceRoot/../gcc/configure\" ${lib.concatStringsSep \" \" gccConfigureFlags} # We remove the `libgcc.mvar` deps so that the bootstrap xgcc isn't built. sed -e 's,libgcc.mvars:.*$,libgcc.mvars:,' -i Makefile make config.h libgcc.mvars tconfig.h tm.h options.h insn-constants.h insn-modes.h ) mkdir -p \"$buildRoot/gcc/include\" # Preparing to configure + build libgcc itself mkdir -p \"$buildRoot/gcc/${stdenvNoLibs.hostPlatform.config}/libgcc\" cd \"$buildRoot/gcc/${stdenvNoLibs.hostPlatform.config}/libgcc\" configureScript=$sourceRoot/configure chmod +x \"$configureScript\" export AS_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$AS_FOR_BUILD export CC_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CC_FOR_BUILD export CPP_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CPP_FOR_BUILD export CXX_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CXX_FOR_BUILD export LD_FOR_BUILD=${buildPackages.stdenv.cc.bintools}/bin/$LD_FOR_BUILD export AS=${stdenvNoLibs.cc}/bin/$AS export CC=${stdenvNoLibs.cc}/bin/$CC export CPP=${stdenvNoLibs.cc}/bin/$CPP export CXX=${stdenvNoLibs.cc}/bin/$CXX export LD=${stdenvNoLibs.cc.bintools}/bin/$LD export AS_FOR_TARGET=${stdenvNoLibs.cc}/bin/$AS_FOR_TARGET export CC_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CC_FOR_TARGET export CPP_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CPP_FOR_TARGET export LD_FOR_TARGET=${stdenvNoLibs.cc.bintools}/bin/$LD_FOR_TARGET ''; configurePlatforms = [ \"build\" \"host\" ]; configureFlags = [ \"cross_compiling=true\" \"--disable-gcov\" \"--with-glibc-version=${glibc.version}\" ]; makeFlags = [ \"MULTIBUILDTOP:=../\" ]; postInstall = '' moveToOutput \"lib/gcc/${stdenvNoLibs.hostPlatform.config}/${finalAttrs.version}/include\" \"$dev\" mkdir -p \"$out/lib\" \"$dev/include\" ln -s \"$out/lib/gcc/${stdenvNoLibs.hostPlatform.config}/${finalAttrs.version}\"/* \"$out/lib\" ln -s \"$dev/lib/gcc/${stdenvNoLibs.hostPlatform.config}/${finalAttrs.version}/include\"/* \"$dev/include/\" ''; }) "}
{"_id":"q-en-nixpkgs-4bcd801787a7b2754b0191b6c8c380f0bd6c6dcd5f7887f8182b857e6014b359","text":" { lib, stdenv, fetchFromGitHub, cmake, pkg-config, gtk3, ncurses , libcpuid, pciutils, procps, wrapGAppsHook3, nasm, makeWrapper , opencl-headers, ocl-icd , vulkan-headers, vulkan-loader, glfw , libXdmcp, pcre, util-linux , libselinux, libsepol , libthai, libdatrie, libxkbcommon, libepoxy , dbus, at-spi2-core , libXtst { lib, testers, stdenv, fetchFromGitHub, cmake, pkg-config, gtk3, ncurses, libcpuid, pciutils, procps, wrapGAppsHook3, nasm, opencl-headers, ocl-icd, vulkan-headers, vulkan-loader, glfw, libXdmcp, pcre, util-linux, libselinux, libsepol, libthai, libdatrie, libxkbcommon, libepoxy, dbus, at-spi2-core, libXtst, gtkmm3, }: # Known issues:"}
{"_id":"q-en-nixpkgs-4bf53e719e3339c289af082d1c4a7fbdc925e435888555dbf29fa09d96652191","text":" { lib, stdenv, afl}: stdenv.mkDerivation { version = lib.getVersion afl; pname = \"libdislocator\"; src = afl.src; sourceRoot = \"${afl.src.name}/libdislocator\"; makeFlags = [ \"PREFIX=$(out)\" ]; preInstall = '' mkdir -p $out/lib/afl ''; postInstall = '' mkdir $out/bin cat > $out/bin/get-libdislocator-so <"}
{"_id":"q-en-nixpkgs-4c0d88e6982c1cc23d56200f9bcbdb8d5c911b9199362ef259b3315da532a868","text":" #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl gnused jq set -x -eu -o pipefail cd $(dirname \"${BASH_SOURCE[0]}\") VERSION_JSON=$(curl --silent https://cef-builds.spotifycdn.com/index.json | jq '[.linux64.versions[] | select (.channel == \"stable\")][0]') CEF_VERSION=$(echo ${VERSION_JSON} | jq -r '.cef_version' | cut -d'+' -f1) GIT_REVISION=$(echo ${VERSION_JSON} | jq -r '.cef_version' | cut -d'+' -f2 | cut -c 2-) CHROMIUM_VERSION=$(echo ${VERSION_JSON} | jq -r '.chromium_version') SHA256_LINUX64=$(nix-prefetch-url --quiet https://cef-builds.spotifycdn.com/cef_binary_${CEF_VERSION}+g${GIT_REVISION}+chromium-${CHROMIUM_VERSION}_linux64_minimal.tar.bz2) SHA256_LINUX32=$(nix-prefetch-url --quiet https://cef-builds.spotifycdn.com/cef_binary_${CEF_VERSION}+g${GIT_REVISION}+chromium-${CHROMIUM_VERSION}_linux32_minimal.tar.bz2) SHA256_LINUXARM64=$(nix-prefetch-url --quiet https://cef-builds.spotifycdn.com/cef_binary_${CEF_VERSION}+g${GIT_REVISION}+chromium-${CHROMIUM_VERSION}_linuxarm64_minimal.tar.bz2) setKV () { sed -i \"s|$1 = \".*\"|$1 = \"${2:-}\"|\" ./default.nix } setKV version ${CEF_VERSION} setKV gitRevision ${GIT_REVISION} setKV chromiumVersion ${CHROMIUM_VERSION} setKV 'platforms.\"aarch64-linux\".sha256' ${SHA256_LINUXARM64} setKV 'platforms.\"i686-linux\".sha256' ${SHA256_LINUX32} setKV 'platforms.\"x86_64-linux\".sha256' ${SHA256_LINUX64} "}
{"_id":"q-en-nixpkgs-4c4c24055ee060d6870e2dbd33c28d25c3d0ab4ecfc739915b35778dcac77de8","text":"propagatedBuildInputs = [ six protobuf ] ++ lib.optionals (isPy27) [ enum34 futures ]; preBuild = lib.optionalString stdenv.isDarwin \"unset AR\"; preBuild = '' export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=\"$NIX_BUILD_CORES\" if [ -z \"$enableParallelBuilding\" ]; then GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=1 fi '' + lib.optionalString stdenv.isDarwin '' unset AR ''; GRPC_BUILD_WITH_BORING_SSL_ASM = \"\"; GRPC_PYTHON_BUILD_SYSTEM_OPENSSL = 1;"}
{"_id":"q-en-nixpkgs-4c6551d7a34a987934167b707b8ab518af1de70cecdd1c92460efbc11f31ea10","text":"buildInputs = [ flex bison pkgconfig ]; configureFlags = [\"EXTENSION_DIR=$(out)/lib/php/extensions\"]; flags = { # much left to do here..."}
{"_id":"q-en-nixpkgs-4c6bdb94ceb2f6f0fbdd24ccef83149b87b083af87cbf68415c7cc0fae1e10ce","text":", newStdcpp ? false }: buildFHSUserEnv { name = \"steam\"; let self = { name = \"steam\"; targetPkgs = pkgs: with pkgs; [ targetPkgs = pkgs: with pkgs; [ steamPackages.steam steamPackages.steam-fonts # License agreement"}
{"_id":"q-en-nixpkgs-4c7fdcda97baaa66fd76438fb7af250b7f54bf833af943bcf53290ea77c956cb","text":"shotcut = libsForQt5.callPackage ../applications/video/shotcut { }; shogun = callPackage ../applications/science/machine-learning/shogun { stdenv = gcc8Stdenv; # Workaround for the glibc abi version mismatch. # Please note that opencv builds are by default disabled. opencv = opencv3.override { stdenv = gcc8Stdenv; openexr = openexr.override { stdenv = gcc8Stdenv; }; }; opencv = opencv3; }; smplayer = libsForQt5.callPackage ../applications/video/smplayer { };"}
{"_id":"q-en-nixpkgs-4c8ae72c067fba7313ede87adeab7a98e5c8ab8d17bdf21e06a279bc7b8329ec","text":" passthru.updateScript "}
{"_id":"q-en-nixpkgs-4cbcf8d47e1192641ecc515a20366099bf00d61433d531638f2861d4cb6cf2f2","text":"homepage = \"https://tu-dresden.de/zih/forschung/projekte/firestarter\"; description = \"Processor Stress Test Utility\"; platforms = platforms.linux; maintainers = with maintainers; [ astro ]; maintainers = with maintainers; [ astro marenz ]; license = licenses.gpl3; }; }"}
{"_id":"q-en-nixpkgs-4cceea1f73317f5372289b873b5b25d3d71a4a982fd5b09e94a54ad746942d8a","text":"neorg = buildVimPluginFrom2Nix { pname = \"neorg\"; version = \"2022-03-27\"; version = \"2022-03-26\"; src = fetchFromGitHub { owner = \"nvim-neorg\"; repo = \"neorg\"; rev = \"168c17fa9373fe5e4927fe59acf448e2c531132a\"; sha256 = \"1ad6wx8wi7mc28vbkl1zz72z7yy6x6mk9rfnkxdhwpwddmqpg6v0\"; rev = \"8f8c1ae889ffe666423a89271933272ebffec3ef\"; sha256 = \"10fgkrr9wn6jj35qa42c353k4rnys9a2wrckjk0kwrx6kvx7m6l6\"; }; meta.homepage = \"https://github.com/nvim-neorg/neorg/\"; };"}
{"_id":"q-en-nixpkgs-4ce2ce5215d4adfe9269539dfe6c6d8dd4ad96f01abc5c997596d631caada29a","text":"stdenv.mkDerivation rec { pname = \"clipboard-jh\"; version = \"0.8.3\"; version = \"0.9.0.1\"; src = fetchFromGitHub { owner = \"Slackadays\"; repo = \"clipboard\"; rev = version; hash = \"sha256-G0zOr56dR9rmymQ9MwPNnMZ2LZuuz4NiswRQIvdS9MY=\"; hash = \"sha256-iILtyURYCshicgAV3MWkgMQsXHe7Unj1A08W7tUMU2o=\"; }; postPatch = ''"}
{"_id":"q-en-nixpkgs-4cea6c152c61022479c9ea99df37dc80d50eb0fa1ce6d028232530a452eaff5b","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":"q-en-nixpkgs-4ceac15045fdb427546fe7077661e941d04ff9be7917a13c604c7d272951e2a9","text":" --- old/build/pkgs/python2/spkg-install\t2015-07-26 15:34:43.000000000 +0200 +++ new/build/pkgs/python2/spkg-install\t2015-09-16 20:48:51.904555797 +0200 @@ -32,7 +32,7 @@ done # We are setting LDFLAGS so that we pick up Sage's readline -LDFLAGS=\"-L$SAGE_LOCAL/lib $LDFLAGS\" +LDFLAGS=\"-L$SAGE_LOCAL/lib -lcrypt $LDFLAGS\" export LDFLAGS if [ \"$SAGE_DEBUG\" = \"yes\" ]; then "}
{"_id":"q-en-nixpkgs-4cfb2597083afb9e2a7d5c0786f895c6a724c37bc6d06e38c3a79ba393d2ac2c","text":" { lib , stdenv , cmake , llvm , fetchFromGitHub , mbedtls , gtk3 , pkg-config , capstone , dbus , libGLU , glfw3 , file , perl , python3 , jansson , curl , fmt_8 , nlohmann_json , yara , rsync { lib, stdenv, cmake, llvm, fetchFromGitHub, mbedtls, gtk3, pkg-config, capstone, dbus, libGLU, libGL, glfw3, file, perl, python3, jansson, curl, fmt_8, nlohmann_json, yara, rsync, autoPatchelfHook, }: let version = \"1.33.2\"; patterns_version = \"1.33.2\"; version = \"1.35.3\"; patterns_version = \"1.35.3\"; patterns_src = fetchFromGitHub { name = \"ImHex-Patterns-source-${patterns_version}\"; owner = \"WerWolv\"; repo = \"ImHex-Patterns\"; rev = \"ImHex-v${patterns_version}\"; hash = \"sha256-5a6aFT8R8vMzPS+Y+fcDV5+olhioEpLjdMqa7qOyGsw=\"; hash = \"sha256-h86qoFMSP9ehsXJXOccUK9Mfqe+DVObfSRT4TCtK0rY=\"; }; in"}
{"_id":"q-en-nixpkgs-4d1f6662ea7e95c81fc97988f551b6d6e447172e73ce6495a6f26767b4ac89c3","text":" { lib , buildPythonPackage , btrfs-progs }: buildPythonPackage { pname = \"btrfsutil\"; inherit (btrfs-progs) version src; format = \"setuptools\"; buildInputs = [ btrfs-progs ]; preConfigure = '' cd libbtrfsutil/python ''; # No tests doCheck = false; pythonImportsCheck = [ \"btrfsutil\" ]; meta = with lib; { description = \"Library for managing Btrfs filesystems\"; homepage = \"https://btrfs.wiki.kernel.org/\"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ raskin lopsided98 ]; }; } "}
{"_id":"q-en-nixpkgs-4d526114cbc161ac33272e7b60283a9be3608ae43b33ea726d6d0eb927df6a42","text":"(fetchNuGet { pname = \"System.Net.Http\"; version = \"4.3.0\"; sha256 = \"1i4gc757xqrzflbk7kc5ksn20kwwfjhw9w7pgdkn19y3cgnl302j\"; }) (fetchNuGet { pname = \"System.Net.NameResolution\"; version = \"4.3.0\"; sha256 = \"15r75pwc0rm3vvwsn8rvm2krf929mjfwliv0mpicjnii24470rkq\"; }) (fetchNuGet { pname = \"System.Net.Primitives\"; version = \"4.3.0\"; sha256 = \"0c87k50rmdgmxx7df2khd9qj7q35j9rzdmm2572cc55dygmdk3ii\"; }) (fetchNuGet { pname = \"System.Net.Security\"; version = \"4.3.2\"; sha256 = \"1aw1ca1vssqrillrh4qkarx0lxwc8wcaqdkfdima8376wb98j2q8\"; }) (fetchNuGet { pname = \"System.Net.Security\"; version = \"4.3.0\"; sha256 = \"1aa5igz31ivk6kpgsrwck3jccab7wd88wr52lddmgypmbh9mmf87\"; }) (fetchNuGet { pname = \"System.Net.Sockets\"; version = \"4.3.0\"; sha256 = \"1ssa65k6chcgi6mfmzrznvqaxk8jp0gvl77xhf1hbzakjnpxspla\"; }) (fetchNuGet { pname = \"System.Net.WebHeaderCollection\"; version = \"4.3.0\"; sha256 = \"0ms3ddjv1wn8sqa5qchm245f3vzzif6l6fx5k92klqpn7zf4z562\"; }) (fetchNuGet { pname = \"System.Net.WebSockets\"; version = \"4.3.0\"; sha256 = \"1gfj800078kggcgl0xyl00a6y5k4wwh2k2qm69rjy22wbmq7fy4p\"; })"}
{"_id":"q-en-nixpkgs-4d5f88fbfc74b8619292cccc24e12a02973f1262c938176db3cd5087ffe03373","text":"nativeBuildInputs = [ pkgconfig ]; buildInputs = [ curl curl zlib ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ]; cargoBuildFlags = [ \"--features no-self-update\" ]; patches = lib.optionals stdenv.isLinux [ (runCommand \"0001-dynamically-patchelf-binaries.patch\" { CC=stdenv.cc; patchelf = patchelf; } '' (let libPath = lib.makeLibraryPath [ zlib # libz.so.1 ]; in (runCommand \"0001-dynamically-patchelf-binaries.patch\" { CC=stdenv.cc; patchelf = patchelf; libPath = \"$ORIGIN/../lib:${libPath}\"; } '' export dynamicLinker=$(cat $CC/nix-support/dynamic-linker) substitute ${./0001-dynamically-patchelf-binaries.patch} $out --subst-var patchelf --subst-var dynamicLinker --subst-var dynamicLinker --subst-var libPath '') ) ]; doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;"}
{"_id":"q-en-nixpkgs-4d87cfa648851b81ad40f721a50d587e376c18b7903aaff496aa4bf32f5c6f2c","text":"\"4.14\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-4.14.328-hardened1.patch\", \"sha256\": \"1qq2l4nwhxgl4drx6isc1ly892kffjq4hqb4zadqs6sxvsdm7x57\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/4.14.328-hardened1/linux-hardened-4.14.328-hardened1.patch\" \"name\": \"linux-hardened-4.14.332-hardened1.patch\", \"sha256\": \"1nda3z8hkyfw53dzk1v5zwpzhm75gizsixfmrh8ylaghhk5s8yw3\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/4.14.332-hardened1/linux-hardened-4.14.332-hardened1.patch\" }, \"sha256\": \"1igcpvnhwwrczfdsafmszvi0456k7f6j4cgpfw6v6afw09p95d8x\", \"version\": \"4.14.328\" \"sha256\": \"1f4q0acbp917myjmgiy4haxp78yak5h1rj5g937r6mkykwb6nb14\", \"version\": \"4.14.332\" }, \"4.19\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-4.19.297-hardened1.patch\", \"sha256\": \"1qj09bynl7ml880xpc2956jn0b1gmm77yf3jc45v3jq3610jhna4\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/4.19.297-hardened1/linux-hardened-4.19.297-hardened1.patch\" \"name\": \"linux-hardened-4.19.301-hardened1.patch\", \"sha256\": \"0arlwp0g4anqlnivyc8y6rq9mhq1ivmy4i0d8kqvwpc2b3wcc525\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/4.19.301-hardened1/linux-hardened-4.19.301-hardened1.patch\" }, \"sha256\": \"0c9xxqgv2i36hrr06dwz7f3idc04xpv0a5pxg08xdh03cnyf12cx\", \"version\": \"4.19.297\" \"sha256\": \"1fr05fl8fyyjgsqj8fppd5v378d7sazvpqlq4sl875851fd9nmb2\", \"version\": \"4.19.301\" }, \"5.10\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-5.10.199-hardened1.patch\", \"sha256\": \"10vwd5wygfnxpbz15bq56pjygba3vqqal0d7xry2bch4p444pp5f\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/5.10.199-hardened1/linux-hardened-5.10.199-hardened1.patch\" \"name\": \"linux-hardened-5.10.203-hardened1.patch\", \"sha256\": \"19inx95ynyzhh2h9xdg2yw4yfa5nfcw2dh2a7vw4mf0bqdv2iqvc\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/5.10.203-hardened1/linux-hardened-5.10.203-hardened1.patch\" }, \"sha256\": \"1h944syk7n6c4j1djlx19n77alzwbxcdza77c9ykicgfynhpgsm0\", \"version\": \"5.10.199\" \"sha256\": \"0xr8p7kfr1v3s41fv55ph0l8d9s2p146dl2fh3r2y09lrvwwxssn\", \"version\": \"5.10.203\" }, \"5.15\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-5.15.137-hardened1.patch\", \"sha256\": \"19gs1w380qgvazwjwhxypizpfx71faa7hsji0x5cgyw6vxhi6l1b\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/5.15.137-hardened1/linux-hardened-5.15.137-hardened1.patch\" \"name\": \"linux-hardened-5.15.142-hardened1.patch\", \"sha256\": \"0x4bsf638rrdrp9b389i6nlprwsfc25qpld50yfcjinqhiykd269\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/5.15.142-hardened1/linux-hardened-5.15.142-hardened1.patch\" }, \"sha256\": \"1xxjbxldrhmnh2q6rykpxyfbj8xqgl82q30n8sfavrzr14bb4jcp\", \"version\": \"5.15.137\" \"sha256\": \"0xjn16b02f8d6c0m8vrbmk85kdyfy8m46s80rnkb0nnwfx9cjxld\", \"version\": \"5.15.142\" }, \"5.4\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-5.4.259-hardened1.patch\", \"sha256\": \"1w8ipflgisd127gmx6wyz8p5qfi8cfd2a5j2xgibspkf45nzfwi8\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/5.4.259-hardened1/linux-hardened-5.4.259-hardened1.patch\" \"name\": \"linux-hardened-5.4.263-hardened1.patch\", \"sha256\": \"1v59qzjp9v78y7fkj884a77pjsk4ggplkfh1fq2blj04g7v1zhgv\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/5.4.263-hardened1/linux-hardened-5.4.263-hardened1.patch\" }, \"sha256\": \"195v4fidavzm637glj6580006mrcaygnbj4za874imb62bxf9rpz\", \"version\": \"5.4.259\" \"sha256\": \"1y1mfwjsilrx8x8jnjlyh8r9zlygjjqdf7pay92jv2qijjddpl2h\", \"version\": \"5.4.263\" }, \"6.1\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-6.1.61-hardened1.patch\", \"sha256\": \"0d9zhh32dx1q828q50kmznmsa6yinppbklhgg8ix7b7k23857ha6\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/6.1.61-hardened1/linux-hardened-6.1.61-hardened1.patch\" \"name\": \"linux-hardened-6.1.67-hardened1.patch\", \"sha256\": \"0jcn2k79l90dys4nrwqha89jv9d1ffghhvlqk9vibfs7y3zrlpbr\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/6.1.67-hardened1/linux-hardened-6.1.67-hardened1.patch\" }, \"sha256\": \"1kk4d7ph6pvgdrdmaklg15wf58nw9n7yqgkag7jdvqinzh99sb5d\", \"version\": \"6.1.61\" \"sha256\": \"11cjqll3b7iq3mblwyzjrd5ph8avgk23f4mw4shm8j6ai5rdndvm\", \"version\": \"6.1.67\" }, \"6.4\": { \"6.5\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-6.4.16-hardened1.patch\", \"sha256\": \"10lydnnhhq9ynng1gfaqh1mncsb0dmr27zzcbygs1xigy2bl70n9\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/6.4.16-hardened1/linux-hardened-6.4.16-hardened1.patch\" \"name\": \"linux-hardened-6.5.13-hardened1.patch\", \"sha256\": \"1fj6yaq2gdjlj2h19vkm13jrx0yiczj6pvric1kq1r6cprqrkkki\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/6.5.13-hardened1/linux-hardened-6.5.13-hardened1.patch\" }, \"sha256\": \"0zgj1z97jyx7wf12zrnlcp0mj4cl43ais9qsy6dh1jwylf2fq9ln\", \"version\": \"6.4.16\" \"sha256\": \"1dfbbydmayfj9npx3z0g38p574pmcx3qgs49dv0npigl48wd9yvq\", \"version\": \"6.5.13\" }, \"6.5\": { \"6.6\": { \"patch\": { \"extra\": \"-hardened1\", \"name\": \"linux-hardened-6.5.10-hardened1.patch\", \"sha256\": \"0p2lj7ryiizr1sxvm2kgds3l8sg9fns35y2fcyqq61lg7ymzj1fi\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/6.5.10-hardened1/linux-hardened-6.5.10-hardened1.patch\" \"name\": \"linux-hardened-6.6.6-hardened1.patch\", \"sha256\": \"0jhhixayka13rb0cd0qbsqpb7awayjdbn8qyx7wya1y83cgyn2ly\", \"url\": \"https://github.com/anthraxx/linux-hardened/releases/download/6.6.6-hardened1/linux-hardened-6.6.6-hardened1.patch\" }, \"sha256\": \"12sswml8jvabv6bqx35lg3jj6gq8jjk365rghjngdy5d0j34jpx1\", \"version\": \"6.5.10\" \"sha256\": \"1j14n8b012pv3r7i9p762jyabzn2nv1ranxyw5lk3c9lg68hmxzb\", \"version\": \"6.6.6\" } }"}
{"_id":"q-en-nixpkgs-4d9818083d5e10077e5fbe9cce36764b326e624960208e2197a4a15eb3e659b3","text":"let inherit (lib) lists strings trivial; inherit (lib) getLib lists strings trivial; inherit (magmaRelease) version hash supportedGpuTargets; # Per https://icl.utk.edu/magma/downloads, support for CUDA 12 wasn't added until 2.7.1."}
{"_id":"q-en-nixpkgs-4dd108cf5be77483213f175db8aafaed572237dcdc0215d836126ff82dd7198c","text":"owner = \"Rosettea\"; repo = \"Hilbish\"; rev = \"v${version}\"; sha256 = \"sha256-n4+qUCbjqxLmGuCQ0QTscJ3me0UZUP/7ggvGp1pNkfg=\"; sha256 = \"sha256-fUGeQM+7FRGTRL3J4c2+c+NTwrM6d99F2ucKsou2kRk=\"; fetchSubmodules = true; };"}
{"_id":"q-en-nixpkgs-4de588d38677771f3f64879f08671d73d969861cd88993f48a3654f4c91608c5","text":"version = \"111.0.1\"; src = fetchurl { url = \"mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz\"; sha512 = \"e7d248b845cb524efc28818e0a0cad06ba5acac30219886191b702b61314388d10a1690c6d704b0a70d2bc2c4b1f04ed02350dcb9dce9c56503d2af3baefe4d3\"; sha512 = \"b16c9399a19cb1de2d865a023d54fbe71c23a363ea4d36cd58f41f64f7ad04bc1b9d8a8448943417516e17337e0ee2afd370c29a72b51b0947161f4ffab6935f\"; }; meta = {"}
{"_id":"q-en-nixpkgs-4e4436a8685fc32a75ac4f64b1c86cf00c1a8f7c92522d9f362f0dfb3bad0036","text":", hunspellDicts, spellcheckerLanguage ? null # E.g. \"de_DE\" # For a full list of available languages: # $ cat pkgs/development/libraries/hunspell/dictionaries.nix | grep \"dictFileName =\" | awk '{ print $3 }' , python3 , gnome , sqlcipher }: let"}
{"_id":"q-en-nixpkgs-4e9a7ff458accbcb5b3525754606e28e3f2e6642576e00042f12590498ab06e3","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":"q-en-nixpkgs-4ed911e3a918ffb7c3707ce5190741a4c7118aeb074b056760d79a2992cd02ee","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":"q-en-nixpkgs-4ef0d9f067fe19de5a992954e4cabe48ed0438f72205c00921fed0ffdb070e77","text":"flycheck-rtags = fix-rtags super.flycheck-rtags; pdf-tools = super.pdf-tools.overrideAttrs (old: { # Temporary work around for: # - https://github.com/vedang/pdf-tools/issues/102 # - https://github.com/vedang/pdf-tools/issues/103 # - https://github.com/vedang/pdf-tools/issues/109 CXXFLAGS = \"-std=c++17\"; nativeBuildInputs = [ pkgs.autoconf pkgs.automake"}
{"_id":"q-en-nixpkgs-4f07800824e6fc56817f59a825e419b8fd8eb4f09b8406bd31196839d0684de5","text":"{ stdenv, lib, config, fetchFromGitHub, cmake, pkg-config , alsaSupport ? stdenv.isLinux, alsa-lib , pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio , jackSupport ? false, libjack2 , jackSupport ? false, libjack2, soxr , pcapSupport ? false, libpcap }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-4f3aaa3fbfc7393a964c596087a6a0f90499bf0a826b61abc0f14e9e712d3c08","text":"--interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath $rpath $out/share/spotify/spotify librarypath=\"${lib.makeLibraryPath deps}:$libdir\" wrapProgramShell $out/share/spotify/spotify ''${gappsWrapperArgs[@]} ${lib.optionalString (deviceScaleFactor != null) '' --add-flags \"--force-device-scale-factor=${toString deviceScaleFactor}\" ''} --prefix LD_LIBRARY_PATH : \"$librarypath\" --prefix PATH : \"${gnome.zenity}/bin\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}\" # fix Icon line in the desktop file (#48062) sed -i \"s:^Icon=.*:Icon=spotify-client:\" \"$out/share/spotify/spotify.desktop\""}
{"_id":"q-en-nixpkgs-4f5efa9760c432d3443e9393358e0cfdc0604559f6a13b8f3165bf849b90929a","text":"attrPath = \"networkmanager\"; versionPolicy = \"odd-unstable\"; }; tests = { inherit (nixosTests.networking) networkmanager; }; }; meta = with lib; {"}
{"_id":"q-en-nixpkgs-4f7b5c816b4bcea691a1645a9699192b46f8f3f0c0b7ea9d3be1fe94fa89a0d7","text":"sha512 = \"dabb55d2ba41f977b6d3f03bfcf147d11785136dd1277efc62011c8371ef25cc04531266bd16608639b9b6a500c1a18a45f44ba7a43e17ab5ac139e36eff7149\"; }; nativeBuildInputs = [ makeWrapper squashfsTools ]; nativeBuildInputs = [ makeWrapper wrapGAppsHook squashfsTools ]; dontStrip = true; dontPatchELF = true;"}
{"_id":"q-en-nixpkgs-4fa2b37d4418a531b78645b11ae05db2e3ffa3b5ea50f3896c9b78c547fdd2e0","text":"# tagged releases don't have \"unknown\" # kicad nightlies use git describe --dirty # nix removes .git, so its approximated here postPatch = '' substituteInPlace CMakeModules/KiCadVersion.cmake --replace \"unknown\" \"${builtins.substring 0 10 src.rev}\" ''; postPatch = if (!stable) then '' substituteInPlace cmake/KiCadVersion.cmake --replace \"unknown\" \"${builtins.substring 0 10 src.rev}\" '' else \"\"; makeFlags = optionals (debug) [ \"CFLAGS+=-Og\" \"CFLAGS+=-ggdb\" ]; cmakeFlags = [ # RPATH of binary /nix/store/.../bin/... contains a forbidden reference to /build/ \"-DCMAKE_SKIP_BUILD_RPATH=ON\" \"-DKICAD_USE_EGL=ON\" ] ++ optionals (withScripting) [ \"-DKICAD_SCRIPTING_WXPYTHON=ON\""}
{"_id":"q-en-nixpkgs-4fab0447b2701df9d0e357ee93fc42629f1ea5e0878794c464b40ff64a8d7153","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":"q-en-nixpkgs-4fd4760ad733dce06a227b37b60c1f7b2cfa6c25e82977996cb17c97f61d664a","text":"criu = callPackage ../os-specific/linux/criu { }; cryptomator = callPackage ../tools/security/cryptomator { jdk = jdk20.override { enableJavaFX = true; }; jdk = jdk21.override { enableJavaFX = true; }; }; cryptsetup = callPackage ../os-specific/linux/cryptsetup { };"}
{"_id":"q-en-nixpkgs-50b2b84392b605cbffd1874eef3cfddee27efe64b6a5ad99fb38668ea7843619","text":"subPackages = [ \"cmd/tailscale\" \"cmd/tailscaled\" ]; ldflags = [ \"-X tailscale.com/version.Long=${version}\" \"-X tailscale.com/version.Short=${version}\" ]; ldflags = [ \"-w\" \"-s\" \"-X tailscale.com/version.longStamp=${version}\" \"-X tailscale.com/version.shortStamp=${version}\" ]; doCheck = false;"}
{"_id":"q-en-nixpkgs-514ae187938ef9b22db09da0628387e99a1fcfa08eede197d61205f40ff220d4","text":"cloner false config.nesting.children ++ cloner true config.nesting.clone; systemBuilder = let kernelPath = \"${config.boot.kernelPackages.kernel}/\" +"}
{"_id":"q-en-nixpkgs-5179cfd4fb79a9d9c44734e553b2d31d4cd20d78758aad698313de7fcd4544a0","text":"}); beaker = buildPythonPackage rec { name = \"Beaker-1.7.0\"; disabled = isPy3k; name = \"Beaker-${version}\"; version = \"1.8.0\"; src = pkgs.fetchurl { url = \"http://pypi.python.org/packages/source/B/Beaker/${name}.tar.gz\"; sha256 = \"0vv4y22b3ly1212n9nnhgvc8yz32adlfl7w7s1wj0i5srpjcgvlq\"; # The pypy release do not contains the tests src = pkgs.fetchFromGitHub { owner = \"bbangert\"; repo = \"beaker\"; rev = \"${version}\"; sha256 = \"17yfr7a307n8rdl09was4j60xqk2s0hk0hywdkigrpj4qnw0is7g\"; }; buildInputs = [ self.sqlalchemy7 self.pycryptopp self.nose [ self.nose self.mock self.webtest ]; # http://hydra.nixos.org/build/4511591/log/raw doCheck = false; propagatedBuildInputs = [ self.sqlalchemy self.pycrypto ] ++ optionals (isPy26 || isPy27) [ self.funcsigs self.pycryptopp ]; meta = { description = \"A Session and Caching library with WSGI Middleware\"; maintainers = with maintainers; [ garbas iElectric ]; platforms = platforms.all; };"}
{"_id":"q-en-nixpkgs-5180ba3ada3c0497fed416c1241884136fa5e0a16ac4ddaa486677b033c7fa0d","text":"githubId = 3300322; name = \"Mitchell Fossen\"; }; mfrw = { email = \"falakreyaz@gmail.com\"; github = \"mfrw\"; githubId = 4929861; name = \"Muhammad Falak R Wani\"; }; mgdelacroix = { email = \"mgdelacroix@gmail.com\"; github = \"mgdelacroix\";"}
{"_id":"q-en-nixpkgs-51cb0e17af2c4bedeee9a52ac7c54589eac18d8d5d698381861b8a155f4dabbe","text":"export LC_ALL=C ''; pytestFlagsArray = [ \"tests\" # TestScrollBarWithScrollable.test_wrapping_bug fails \"--deselect=tests/tui_test/scroll_test.py::TestScrollBarWithScrollable::test_wrapping_bug\" # https://github.com/rndusr/stig/issues/214 \"--deselect=tests/completion_test/classes_test.py::TestCandidates::test_candidates_are_sorted_case_insensitively\" ] ++ lib.optionals stdenv.isDarwin [ \"--deselect=tests/client_test/ttypes_test.py::TestTimestamp::test_string__month_day_hour_minute_second\" \"--deselect=tests/client_test/aiotransmission_test/api_torrent_test.py\" \"--deselect=tests/client_test/aiotransmission_test/rpc_test.py\" disabledTestPaths = [ # Almost all tests fail in this file, it is reported upstream in: # https://github.com/rndusr/stig/issues/214 , and upstream fails to # reproduce the issue unfortunately. \"tests/client_test/aiotransmission_test/api_settings_test.py\" ]; disabledTests = [ # Another failure with similar circumstances to the above \"test_candidates_are_sorted_case_insensitively\" ]; passthru.tests = testers.testVersion {"}
{"_id":"q-en-nixpkgs-51ceeaf3c6c57af6ac8240177ba13aac5f662c03cf89a0730229a8b5b2f88e98","text":"disabledTests = [ # require networking \"test_album_from_url\" \"test_convert\" \"test_download_ffmpeg\" \"test_download_song\""}
{"_id":"q-en-nixpkgs-51f3d603445e42793930de7be5b10742d346d1fcfbfad00aceb473f9cf043f87","text":"./programs/ssh.nix ./programs/starship.nix ./programs/steam.nix ./programs/streamcontroller.nix ./programs/streamdeck-ui.nix ./programs/sysdig.nix ./programs/system-config-printer.nix"}
{"_id":"q-en-nixpkgs-51f7cdcbab352f82e2df0b890f1f6206f12974099f650e74f3be7225d20c80a6","text":"] ++ lib.optionals (pythonOlder \"3.10\") [ importlib-metadata ] ++ lib.optionals (pythonAtLeast \"3.10\") [ truststore ]; nativeCheckInputs = ["}
{"_id":"q-en-nixpkgs-51fe45139a3cb64f35f6f5856c76a7285c31a60857b4991570fd141ddbec9347","text":"sha256 = \"0vzj365s4j0pw5w37lfhx3dmpkdp85driravsvx8rlrw0lii91a7\"; }; patches = stdenv.lib.optionals stdenv.isDarwin ./darwin-enable-cxx-exceptions.patch; buildInputs = [ pkgconfig glib boost ] ++ opt stdenv.isLinux systemd ++ opt (stdenv.isLinux && alsaSupport) alsaLib"}
{"_id":"q-en-nixpkgs-52545069965c631cf1bdc96dd4912c064a15f2863d59f02d2221e6aedb51b709","text":"done ''; # remove when bumping to the latest version. # This patch basically rebases `fcf7469d7664f37e94d5f6d0b3fe6fce6413f88c` # from weechat upstream to weechat-2.2. patches = [ ./aggregate-commands.patch ]; meta = { homepage = http://www.weechat.org/; description = \"A fast, light and extensible chat client\";"}
{"_id":"q-en-nixpkgs-529a6f58b747b84f93c8a4e5b4c20ef6d659732e273cb917ac6f229f9abb41a0","text":" { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig { stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, pkgconfig , ffmpeg, libjpeg, libmicrohttpd }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-52a3f858088cf164bd4fecf534b1d9fbd8f6ccb65c78536c1509df9d09d56e3f","text":" # Steam {#sec-steam} ## Steam in Nix {#sec-steam-nix} Steam is distributed as a `.deb` file, for now only as an i686 package (the amd64 package only has documentation). When unpacked, it has a script called `steam` that in Ubuntu (their target distro) would go to `/usr/bin`. When run for the first time, this script copies some files to the user's home, which include another script that is the ultimate responsible for launching the steam binary, which is also in $HOME. Nix problems and constraints: - We don't have `/bin/bash` and many scripts point there. Similarly for `/usr/bin/python`. - We don't have the dynamic loader in `/lib`. - The `steam.sh` script in $HOME can not be patched, as it is checked and rewritten by steam. - The steam binary cannot be patched, it's also checked. The current approach to deploy Steam in NixOS is composing a FHS-compatible chroot environment, as documented [here](http://sandervanderburg.blogspot.nl/2013/09/composing-fhs-compatible-chroot.html). This allows us to have binaries in the expected paths without disrupting the system, and to avoid patching them to work in a non FHS environment. ## How to play {#sec-steam-play} Use `programs.steam.enable = true;` if you want to add steam to systemPackages and also enable a few workarrounds aswell as Steam controller support or other Steam supported controllers such as the DualShock 4 or Nintendo Switch Pr. ## Troubleshooting {#sec-steam-troub} - **Steam fails to start. What do I do?** Try to run ```ShellSession strace steam ``` to see what is causing steam to fail. - **Using the FOSS Radeon or nouveau (nvidia) drivers** - The `newStdcpp` parameter was removed since NixOS 17.09 and should not be needed anymore. - Steam ships statically linked with a version of libcrypto that conflics with the one dynamically loaded by radeonsi_dri.so. If you get the error ``` steam.sh: line 713: 7842 Segmentation fault (core dumped) ``` have a look at [this pull request](https://github.com/NixOS/nixpkgs/pull/20269). - **Java** 1. There is no java in steam chrootenv by default. If you get a message like ``` /home/foo/.local/share/Steam/SteamApps/common/towns/towns.sh: line 1: java: command not found ``` You need to add ```nix steam.override { withJava = true; }; ``` ## steam-run {#sec-steam-run} The FHS-compatible chroot used for steam can also be used to run other linux games that expect a FHS environment. To do it, add ```nix pkgs.steam.override ({ nativeOnly = true; newStdcpp = true; }).run ``` to your configuration, rebuild, and run the game with ``` steam-run ./foo ``` "}
{"_id":"q-en-nixpkgs-52aa788b28433b62d7f03ae79e901f544601345707f214d0f14dc190b3617c59","text":" { lib, stdenv, fetchFromGitHub, makeDesktopItem, pkg-config, cmake { lib, stdenv, fetchFromGitHub, pkg-config, cmake , wrapQtAppsHook, qtbase, bluez, ffmpeg, libao, libGLU, libGL, pcre, gettext , libXrandr, libusb1, lzo, libpthreadstubs, libXext, libXxf86vm, libXinerama , libSM, libXdmcp, readline, openal, udev, libevdev, portaudio, curl, alsa-lib"}
{"_id":"q-en-nixpkgs-52b11cb797f7de41eabb3b620aa74f79b79aaa0a9a150dbb627f9a79420586c8","text":"++ lib.optional (!gtkClient) \"--enable-fcmp=cli\" ++ lib.optional (!server) \"--disable-server\"; postFixup = lib.optionalString qtClient '' wrapQtApp $out/bin/freeciv-qt '' + lib.optionalString gtkClient '' wrapGApp $out/bin/freeciv-gtk3.22 ''; enableParallelBuilding = true; meta = with lib; {"}
{"_id":"q-en-nixpkgs-532e23b1670342e9e3e40aa97782d548664a47a758b7ba455017028153ca796f","text":", lp_solve , colpack # extra support , pythonSupport ? true , pythonSupport ? false , opencvSupport ? false , opencv ? null , withSvmLight ? false }: assert pythonSupport -> python2Packages != null; assert pythonSupport -> python3Packages != null; assert opencvSupport -> opencv != null; assert (!blas.isILP64) && (!lapack.isILP64);"}
{"_id":"q-en-nixpkgs-53340224ac67df065a37c8fc9d5e3395a6232865fa6c576eaf85fe0a7062479a","text":", fetchFromGitHub , wrapQtAppsHook , borgbackup , qt5 , qtbase , qtwayland , stdenv , makeFontsConf }: python3Packages.buildPythonApplication rec { pname = \"vorta\"; version = \"0.8.12\"; version = \"0.9.1\"; pyproject = true; src = fetchFromGitHub { owner = \"borgbase\"; repo = \"vorta\"; rev = \"v${version}\"; hash = \"sha256-nLdLTh1qSKvOR2cE9HWQrIWQ9L+ynX4qF+lTtKn/Ubs=\"; hash = \"sha256-wGlnldS2p92NAYAyRPqKjSneIlbdsOiJ0N42n/mMGFI=\"; }; nativeBuildInputs = [ wrapQtAppsHook ]; nativeBuildInputs = [ python3Packages.setuptools wrapQtAppsHook ]; buildInputs = lib.optionals stdenv.isLinux [ qt5.qtwayland qtwayland ]; propagatedBuildInputs = with python3Packages; [ peewee pyqt5 python-dateutil pyqt6 psutil qdarkstyle secretstorage appdirs setuptools platformdirs ]; postPatch = '' substituteInPlace setup.cfg --replace setuptools_git \"\" --replace pytest-runner \"\" substituteInPlace src/vorta/assets/metadata/com.borgbase.Vorta.desktop --replace com.borgbase.Vorta \"com.borgbase.Vorta-symbolic\" '';"}
{"_id":"q-en-nixpkgs-5349ba2c7c480a924457e227584762e5e33676cf92d234d3ca476830f189b434","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":"q-en-nixpkgs-535ba6c917f03c3642f606faec8d07b99a4c08492ec5960bc729c7ebc8bebbff","text":"patches = [ # patch taken from gtk_doc ./respect-xml-catalog-files-var.patch # Hardcode paths (substituteAll { src = ./fix-paths.patch; bzr = \"${breezy}/bin/bzr\"; brz = \"${breezy}/bin/brz\"; cp = \"${coreutils}/bin/cp\"; patch = \"${patch}/bin/patch\"; tar = \"${gnutar}/bin/tar\";"}
{"_id":"q-en-nixpkgs-53be9a41c1ac16bb15b1d90e06a0144aab5181599b601234594217e03fea355d","text":"{ cudaAtLeast, gmp, expat, stdenv, lib, }: prevAttrs: { buildInputs = prevAttrs.buildInputs # x86_64 only needs gmp from 12.0 and on ++ lib.lists.optionals (cudaAtLeast \"12.0\") [ gmp ]; ++ lib.lists.optionals (cudaAtLeast \"12.0\") [ gmp ] # aarch64,sbsa needs expat ++ lib.lists.optionals (stdenv.hostPlatform.isAarch64) [ expat ]; }; cuda_nvcc ="}
{"_id":"q-en-nixpkgs-53f4b95fc75d26f74b79921f30b9e01ae2524142af98ccf891e23331fee2111c","text":"{ stdenv, fetchurl, pkgconfig, e19, libcap, gdbm }: stdenv.mkDerivation rec { name = \"elementary-${version}\"; version = \"1.11.3\"; version = \"1.12.2\"; src = fetchurl { url = \"http://download.enlightenment.org/rel/libs/elementary/${name}.tar.gz\"; sha256 = \"1yr96imam9sckgagnp7wdvwmvr1xwakw29dih3gxp7nz7xsa0j8k\"; sha256 = \"0qjbhdhnw6h5zc05r2w2j38yapcv9km92k5spcw3zsdnc784vf5i\"; }; buildInputs = [ pkgconfig e19.efl gdbm ] ++ stdenv.lib.optionals stdenv.isLinux [ libcap ]; preConfigure = ''"}
{"_id":"q-en-nixpkgs-53f6f5dfc134c459f795cd77ef3c21cb412bfdfb6e147e4ea89b49996ad11b65","text":"}; }; onionshare-gui = buildPythonApplication { onionshare-gui = python3.pkgs.buildPythonApplication { pname = \"onionshare\"; inherit version; src = \"${src}/desktop\";"}
{"_id":"q-en-nixpkgs-543d8692b8cef02f4b69f7f90103a939d55e7c50a24d0dd3bbca5c97e55f194c","text":", xz , zlib , zstd , stdenv }: rustPlatform.buildRustPackage rec {"}
{"_id":"q-en-nixpkgs-544778ff1443622f0d22ee1809a4f22fdfa62a3857eb30fbe56966fa127bfdc1","text":"++ opt mpg123Support mpg123 ++ opt aacSupport faad2 ++ opt zipSupport zziplib ++ opt pulseaudioSupport libpulseaudio ++ opt jackSupport libjack2 ++ opt (!stdenv.isDarwin && pulseaudioSupport) libpulseaudio ++ opt (!stdenv.isDarwin && jackSupport) libjack2 ++ opt gmeSupport game-music-emu ++ opt icuSupport icu ++ opt clientSupport mpd_clientlib"}
{"_id":"q-en-nixpkgs-5454d56df4da912b907c0f0b632a79ee19418766e7d674e253023d646615af2a","text":"jreOnly = true; }; jdk = if stdenv.isDarwin then openjdk else jdkdistro true false; jre = jdkdistro false false; jdk = if (stdenv.isDarwin || stdenv.system == \"i686-linux\" || stdenv.system == \"x86_64-linux\") then openjdk else jdkdistro true false; jre = if (stdenv.system == \"i686-linux\" || stdenv.system == \"x86_64-linux\") then openjre else jdkdistro false false; jrePlugin = lowPrio (jdkdistro false true);"}
{"_id":"q-en-nixpkgs-546f6b1014753c9983608efe767ddbed351309295ae193fa2fce6076274186c6","text":"'' mkdir $out diskImage=$out/disk.img ${qemu}/bin/qemu-img create -f qcow2 $diskImage \"60M\" ${qemu}/bin/qemu-img create -f qcow2 $diskImage \"120M\" ${if cfg.useEFIBoot then '' efiVars=$out/efi-vars.fd cp ${cfg.efi.variables} $efiVars"}
{"_id":"q-en-nixpkgs-547be9a8ca10640900937416cc933f2ca5ce17185227647b0b8cb00707f341ec","text":"url = \"mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-0.88.tar.gz\"; hash = \"sha256-sBRYbmi9vK+wos+gQB6woE6l3oxNW8Nt0Pf66ras9Cw=\"; }; # libbtparse.so: cannot open shared object file (aarch64 only) patches = [ ../development/perl-modules/TextBibTeX-use-lib-on-aarch64.patch ]; # libbtparse.so: cannot open shared object file patches = [ ../development/perl-modules/TextBibTeX-use-lib.patch ]; perlPreHook = \"export LD=$CC\"; perlPostHook = lib.optionalString stdenv.isDarwin '' oldPath=\"$(pwd)/btparse/src/libbtparse.dylib\""}
{"_id":"q-en-nixpkgs-55857340dcda516e02c756afeb56af55fe66f4d4cfb6c62485567b013630e1e4","text":"githubId = 16385648; name = \"Niko Pavlinek\"; }; nixbitcoin = { email = \"nixbitcoin@i2pmail.org\"; github = \"nixbitcoin\"; githubId = 45737139; name = \"nixbitcoindev\"; keys = [{ longkeyid = \"rsa4096/0xDD11F9AD5308B3BA\"; fingerprint = \"577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA\"; }]; }; nixinator = { email = \"33lockdown33@protonmail.com\"; github = \"nixinator\";"}
{"_id":"q-en-nixpkgs-55d4ff86c04b1c05e3a0c679b4c9b3831011156735432c8e69088dbdcc735b6e","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":"q-en-nixpkgs-5616703cc04407acf9621277a4a39daf739f10d78eaa63b4f21f99a683bc9f1b","text":", gobject-introspection , gnome , gtk-doc , deterministic-uname }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-561b6c2a13b2a426ff85e322cebad6550eb6a494b65000b717b4c7bce96ad6d2","text":"description = \"Free dance and rhythm game for Windows, Mac, and Linux\"; platforms = platforms.linux; license = licenses.mit; # expat version maintainers = [ ]; maintainers = with maintainers; [ h7x4 ]; # never built on aarch64-linux since first introduction in nixpkgs broken = stdenv.isLinux && stdenv.isAarch64; mainProgram = \"stepmania\";"}
{"_id":"q-en-nixpkgs-567b728ed69edfcf2d35e9a320a43e843aa0624a11ebee7ac3a3cd44ce969d42","text":"sendversion=${boolToString cfg.sendVersion} ${optionalString (cfg.registerName != \"\") \"registerName=${cfg.registerName}\"} ${optionalString (cfg.registerPassword == \"\") \"registerPassword=${cfg.registerPassword}\"} ${optionalString (cfg.registerPassword != \"\") \"registerPassword=${cfg.registerPassword}\"} ${optionalString (cfg.registerUrl != \"\") \"registerUrl=${cfg.registerUrl}\"} ${optionalString (cfg.registerHostname != \"\") \"registerHostname=${cfg.registerHostname}\"}"}
{"_id":"q-en-nixpkgs-56e0fdf6e2ca7c8f3c6b55696bd1da6305447ac5135d8d083b77d92a23fd83b6","text":"cmake ninja git python3Packages.python (python3Packages.python.withPackages (p: [ p.setuptools ])) ] ++ lib.optionals (buildDocs || buildMan) [ doxygen sphinx"}
{"_id":"q-en-nixpkgs-56f89d43727114b7a1cb772232200a226d02ca51ec4b18fbab47b877bef36a1c","text":"{ lib , stdenv , fetchFromGitHub , python3Packages , python310Packages , testers , stig }: python3Packages.buildPythonApplication rec { python310Packages.buildPythonApplication rec { pname = \"stig\"; # This project has a different concept for pre release / alpha, # Read the project's README for details: https://github.com/rndusr/stig#stig version = \"0.12.5a0\"; version = \"0.12.8a0\"; src = fetchFromGitHub { owner = \"rndusr\"; repo = \"stig\"; rev = \"v${version}\"; sha256 = \"sha256-e27DBzing38llFxPIsMGkZJXp2q7jjFlQdtfsqLXNHw=\"; sha256 = \"sha256-vfmuA6DqWvAygcS6N+qX1h+Ag+P4eOwm41DhAFZR3r8=\"; }; propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python310Packages; [ urwid urwidtrees aiohttp"}
{"_id":"q-en-nixpkgs-56ff8c2a1012cab60e6eafb868d430ac4f0d5870dd8e4b428c9704cdf680410b","text":", enableMultilib }: let forceLibgccToBuildCrtStuff = import ./libgcc-buildstuff.nix { inherit lib stdenv; }; in originalAttrs: (stdenv.mkDerivation (finalAttrs: originalAttrs // { passthru = (originalAttrs.passthru or {}) // { inherit forceLibgccToBuildCrtStuff; }; preUnpack = '' oldOpts=\"$(shopt -po nounset)\" || true set -euo pipefail"}
{"_id":"q-en-nixpkgs-5727ff60cdcdb72700f01db6c55ac16292a6e8dfb11081d8ce18391d80cfb16a","text":"libudev0-shim nghttp2 openssl stdenv.cc.cc.lib ]; in stdenv.mkDerivation rec { pname = \"insomnia\";"}
{"_id":"q-en-nixpkgs-5738143c8b147efb8fbd57aa3fc6b9762a17dfa8649d76b9e86641572c2acb29","text":" { lib, stdenv, fetchFromGitHub, cmake, pkg-config, wrapQtAppsHook, bluez, libnotify, libXdmcp, libXtst, opencv, qtbase, qtmultimedia, qtscript, qttools, qtx11extras, qtxmlpatterns, # Running with TTS support causes the program to freeze for a few seconds every time at startup, # so it is disabled by default textToSpeechSupport ? false, qtspeech, }: let # For some reason qtscript wants to use the same version of qtbase as itself # This override makes it think that they are the same version qtscript' = qtscript.overrideAttrs (oldAttrs: { inherit (qtbase) version; postPatch = '' substituteInPlace .qmake.conf --replace-fail ${oldAttrs.version} ${qtbase.version} ''; }); in stdenv.mkDerivation (finalAttrs: { pname = \"actiona\"; version = \"3.10.2\"; src = fetchFromGitHub { owner = \"Jmgr\"; repo = \"actiona\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-4RKCNEniBBx0kDwdHVZOqXYeGCsH8g6SfVc8JdDV0hI=\"; fetchSubmodules = true; }; patches = [ # Sets the proper search location for the `.so` files and the translations ./fix-paths.patch ] ++ lib.optionals (!textToSpeechSupport) [ # Removes TTS support ./disable-tts.patch ]; postPatch = '' substituteInPlace gui/src/mainwindow.cpp executer/src/executer.cpp tools/src/languages.cpp --subst-var out ''; nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ]; buildInputs = [ bluez libnotify libXdmcp libXtst opencv qtbase qtmultimedia qtscript' qttools qtx11extras qtxmlpatterns ] ++ lib.optionals textToSpeechSupport [ qtspeech ]; # RPATH of binary /nix/store/.../bin/... contains a forbidden reference to /build/ cmakeFlags = [ (lib.cmakeBool \"CMAKE_SKIP_BUILD_RPATH\" true) ]; # udev is used by the system-actionpack env.NIX_LDFLAGS = \"-ludev\"; installPhase = '' runHook preInstall install -Dm755 {execution,actiontools,tools}/*.so -t $out/lib install -Dm755 actions/actionpack*.so -t $out/lib/actions install -Dm755 actiona actexec -t $out/bin install -Dm644 translations/*.qm -t $out/share/actiona/translations install -Dm644 $src/actiona.desktop -t $out/share/applications install -Dm644 $src/gui/icons/actiona.png -t $out/share/icons/hicolor/48x48/apps runHook postInstall ''; meta = { description = \"A cross-platform automation tool\"; homepage = \"https://github.com/Jmgr/actiona\"; license = lib.licenses.gpl3Only; mainProgram = \"actiona\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = lib.platforms.linux; }; }) "}
{"_id":"q-en-nixpkgs-573d4f286a353bcee6abf3350d9d4c3cbdc3b25ebd45c337a99fffeb7463182d","text":"license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ austinbutler ]; platforms = lib.platforms.linux; # Fails to build on aarch64 with error # \"a label can only be part of a statement and a declaration is not a statement\" broken = stdenv.isLinux && stdenv.isAarch64; }; }"}
{"_id":"q-en-nixpkgs-57464d7bfe3d547e8e3802a0e155402d5fc88a576608106ced22ff1bff247ac6","text":" { lib, fetchurl, substituteAll, python3, gst_all_1, wrapGAppsHook, gobject-introspection , gtk3, libwnck, keybinder3, intltool, libcanberra-gtk3, libappindicator-gtk3, libpulseaudio , fetchpatch }: python3.pkgs.buildPythonApplication rec { name = \"kazam-${version}\"; version = \"1.4.5\"; namePrefix = \"\"; src = fetchurl { url = \"https://launchpad.net/kazam/stable/${version}/+download/kazam-${version}.tar.gz\"; sha256 = \"1qygnrvm6aqixbyivhssp70hs0llxwk7lh3j7idxa2jbkk06hj4f\"; { lib , fetchFromGitHub , substituteAll , python3Packages , gst_all_1 , wrapGAppsHook , gobject-introspection , gtk3 , libwnck , keybinder3 , intltool , libcanberra-gtk3 , libappindicator-gtk3 , libpulseaudio , libgudev }: python3Packages.buildPythonApplication rec { pname = \"kazam\"; version = \"unstable-2021-06-22\"; src = fetchFromGitHub { owner = \"niknah\"; repo = \"kazam\"; rev = \"13f6ce124e5234348f56358b9134a87121f3438c\"; sha256 = \"1jk6khwgdv3nmagdgp5ivz3156pl0ljhf7b6i4b52w1h5ywsg9ah\"; }; nativeBuildInputs = [ gobject-introspection python3.pkgs.distutils_extra intltool wrapGAppsHook ]; nativeBuildInputs = [ gobject-introspection python3Packages.distutils_extra intltool wrapGAppsHook ]; buildInputs = [ gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gtk3 libwnck keybinder3 libappindicator-gtk3 gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gtk3 libwnck keybinder3 libappindicator-gtk3 libgudev ]; propagatedBuildInputs = with python3.pkgs; [ pygobject3 pyxdg pycairo dbus-python ]; propagatedBuildInputs = with python3Packages; [ pygobject3 pyxdg pycairo dbus-python xlib ]; # workaround https://github.com/NixOS/nixpkgs/issues/56943 strictDeps = false;"}
{"_id":"q-en-nixpkgs-578326b331815ca65a92fc1cc8a419a0622d5802249e840a04e784f5b9c108d3","text":" { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , astropy , qtpy , pyqt6 , pyqt-builder , setuptools , setuptools-scm , scipy , matplotlib , spectral-cube , pytestCheckHook , pytest-astropy }: buildPythonPackage rec { pname = \"pvextractor\"; version = \"0.3\"; disabled = pythonOlder \"3.5\"; src = fetchFromGitHub { owner = \"radio-astro-tools\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-HYus2Gk3hzKq+3lJLOJQ+EE6LeO+DrvqLK3NpqrUYeI=\"; }; buildInputs = [ pyqt-builder ]; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ astropy scipy matplotlib pyqt6 qtpy spectral-cube ]; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; # collecting ... qt.qpa.xcb: could not connect to display # qt.qpa.plugin: Could not load the Qt platform plugin \"xcb\" in \"\" even though it was found. doCheck = false; nativeCheckInputs = [ pytestCheckHook pytest-astropy ]; pythonImportsCheck = [ \"pvextractor\" ]; meta = with lib; { homepage = \"http://pvextractor.readthedocs.io\"; description = \"Position-velocity diagram extractor\"; license = licenses.bsd3; maintainers = with maintainers; [ ifurther ]; }; } "}
{"_id":"q-en-nixpkgs-57ad63c3ed77e59afc1377bf8f52ea1c987e2e5823956d2f99baf6e2c68b1f92","text":"++ optional (!hostIsAarch) live555 ++ optional jackSupport libjack2 ++ optionals chromecastSupport [ libmicrodns protobuf ] ++ optionals skins2Support (with xorg; [ freetype libXext libXinerama libXpm ]) ++ optionals withQt5 [ qtbase qtsvg qtx11extras ]; ++ optionals skins2Support (with xorg; [ freetype libXext libXinerama libXpm ]) ++ optionals waylandSupport [ wayland wayland-protocols ] ++ optionals withQt5 [ qtbase qtsvg qtx11extras ] ++ optional (waylandSupport && withQt5) qtwayland; nativeBuildInputs = [ autoreconfHook"}
{"_id":"q-en-nixpkgs-58331942e06eb1120227a3b2c1950162b87e4a7ecd0f630243558b3f7e21be78","text":" { stdenv, fetchurl, pkgconfig, glib, pango, libX11 }: stdenv.mkDerivation rec { pname = \"pangox-compat\"; version = \"0.0.2\"; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; sha256 = \"0ip0ziys6mrqqmz4n71ays0kf5cs1xflj1gfpvs4fgy2nsrr482m\"; }; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ glib pango libX11 ]; meta = { description = \"A compatibility library for pango>1.30.*\"; homepage = \"https://gitlab.gnome.org/Archive/pangox-compat\"; license = stdenv.lib.licenses.lgpl2Plus; platforms = stdenv.lib.platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-5846c97d81d5a89ee37cd8af76d608151334d755c053a739020f2c121803fd1a","text":"- The options `networking.interfaces..ipv4.routes` and `networking.interfaces..ipv6.routes` are no longer ignored when using networkd instead of the default scripted network backend by setting `networking.useNetworkd` to `true`. - The `miller` package has been upgraded from 5.10.3 to [6.2.0](https://github.com/johnkerl/miller/releases/tag/v6.2.0). See [What's new in Miller 6](https://miller.readthedocs.io/en/latest/new-in-miller-6). - MultiMC has been replaced with the fork PolyMC due to upstream developers being hostile to 3rd party package maintainers. PolyMC removes all MultiMC branding and is aimed at providing proper 3rd party packages like the one contained in Nixpkgs. This change affects the data folder where game instances and other save and configuration files are stored. Users with existing installations should rename `~/.local/share/multimc` to `~/.local/share/polymc`. The main config file's path has also moved from `~/.local/share/multimc/multimc.cfg` to `~/.local/share/polymc/polymc.cfg`. - `systemd-nspawn@.service` settings have been reverted to the default systemd behaviour. User namespaces are now activated by default. If you want to keep running nspawn containers without user namespaces you need to set `systemd.nspawn..execConfig.PrivateUsers = false`"}
{"_id":"q-en-nixpkgs-5871210297a9d4e8229f3323fe2e2ecff95e61474aaafdbf29d3075e2d1e00ca","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":"q-en-nixpkgs-58754fd9361cbedc98c20d0edfa27571b04c181d544b302ad62bbd20b3d50d7d","text":"}; bridgeAsserts = prefix: bridge: assertKeysValid prefix freeformBridgeKeys bridge.settings assertKeysValid \"${prefix}.settings\" freeformBridgeKeys bridge.settings ++ [ { assertion = length bridge.addresses > 0; message = \"Bridge ${prefix} needs remote broker addresses\";"}
{"_id":"q-en-nixpkgs-58b2dd6b0f9727f81ab719314201cf824c2060f4c22870c3e2c7a7ff48a094ab","text":"{ lib , fetchpatch , fetchFromGitHub # Haskell deps , mkDerivation, aeson, ansi-terminal, base, base16-bytestring, binary, brick"}
{"_id":"q-en-nixpkgs-58c1fe713bac35897fd20fad50c4d7cfa38ad24d821af608cb13621949ef5fed","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":"q-en-nixpkgs-58cadafe4fe47dc0bfebfabb5a818d75842906fa0c2e5af7f53286e92f8e1110","text":", darwin # Accelerate , llvmPackages # openmp , withMkl ? false, mkl , withCUDA ? false , withCuDNN ? false , cudaPackages # Enabling both withOneDNN and withOpenblas is broken # https://github.com/OpenNMT/CTranslate2/issues/1294 , withOneDNN ? false, oneDNN"}
{"_id":"q-en-nixpkgs-58f9c9949ba9fc193725363cdc14f3e57b6b49d1b77f4a0281f88ab1c84460ed","text":" Source: modules/services/databases/postgresql.nix Source: modules/services/databases/postgresql.nix Upstream documentation: Upstream documentation: "}
{"_id":"q-en-nixpkgs-59290ec2b74a8fb61397cd98ae509c31d5b31f28d83c853870dd6b2e16af0dec","text":"# Replace version inside sd-boot with something older. See magic[] string in systemd src/boot/efi/boot.c machine.succeed( \"\"\" find /boot -iname '*.efi' -print0 | find /boot -iname '*boot*.efi' -print0 | xargs -0 -I '{}' sed -i 's/#### LoaderInfo: systemd-boot .* ####/#### LoaderInfo: systemd-boot 000.0-1-notnixos ####/' '{}' \"\"\" ) output = machine.succeed(\"/run/current-system/bin/switch-to-configuration boot\") assert \"updating systemd-boot from (000.0-1-notnixos) to \" in output assert \"updating systemd-boot from 000.0-1-notnixos to \" in output ''; };"}
{"_id":"q-en-nixpkgs-595a79c0206755d750f812df38055747c37468de74669e74aba8d0fdef3e54de","text":"++ optional langD ../libphobos.patch ++ optional langFortran ../gfortran-driving.patch ++ optional (targetPlatform.libc == \"musl\" && targetPlatform.isPower) ../ppc-musl.patch ++ optional (!crossStageStatic && targetPlatform.isMinGW) (fetchpatch { url = \"https://raw.githubusercontent.com/lhmouse/MINGW-packages/${import ../common/mfcgthreads-patches-repo.nix}/mingw-w64-gcc-git/9000-gcc-${majorVersion}-branch-Added-mcf-thread-model-support-from-mcfgthread.patch\"; sha256 = \"1in5kvcknlpi9z1vvjw6jfmwy8k12zvbqlqfnq84qpm99r0rh00a\"; }); # Obtain latest patch with ../update-mcfgthread-patches.sh ++ optional (!crossStageStatic && targetPlatform.isMinGW) ./Added-mcf-thread-model-support-from-mcfgthread.patch; /* Cross-gcc settings (build == host != target) */ crossMingw = targetPlatform != hostPlatform && targetPlatform.libc == \"msvcrt\";"}
{"_id":"q-en-nixpkgs-59833d3d1e53cd5ade08cb3746d6548f4bca4160fda19da33baa9810db8e99b4","text":" diff --git a/llm/llama.go b/llm/llama.go index 0b460e9..b79e04a 100644 --- a/llm/llama.go +++ b/llm/llama.go @@ -299,10 +299,6 @@ func newLlama(model string, adapters []string, runners []ModelRunner, numLayers params = append(params, \"--n-gpu-layers\", fmt.Sprintf(\"%d\", numGPU)) } -\tif opts.NumGQA > 0 { -\t\tparams = append(params, \"--gqa\", fmt.Sprintf(\"%d\", opts.NumGQA)) -\t} - if len(adapters) > 0 { // TODO: applying multiple adapters is not supported by the llama.cpp server yet params = append(params, \"--lora\", adapters[0]) "}
{"_id":"q-en-nixpkgs-59a6d8f54c701ee53f61a23d97d2ca5baeb1e64b4bdf09f5cb404e94d6ee24e9","text":"RestrictSUIDSGID = true; UMask = \"0066\"; ProtectProc = \"invisible\"; ProcSubset = \"pid\"; SystemCallFilter = [ \"~@debug\" \"~@mount\" \"~@privileged\" \"~@capset\" \"~@clock\" \"~@cpu-emulation\" \"~@module\" \"~@mount\" \"~@obsolete\" \"~@raw-io\" \"~@reboot\" \"~setdomainname\" \"~sethostname\" ]; RestrictAddressFamilies = [ \"AF_INET\" \"AF_INET6\" \"AF_UNIX\" \"AF_NETLINK\" ];"}
{"_id":"q-en-nixpkgs-5a050b001e6c898f2f76549e61af6493dbcab1be8efec157a2565d7e3c545e10","text":"depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ bison perl texinfo ] ++ (lib.optionals stdenv.targetPlatform.isiOS [ autoreconfHook ]) ++ lib.optionals stdenv.targetPlatform.isVc4 [ texinfo flex ]; ]) ++ lib.optionals stdenv.targetPlatform.isVc4 [ flex ]; buildInputs = [ zlib gettext ]; inherit noSysDirs;"}
{"_id":"q-en-nixpkgs-5a0bdbc9b4936197f29edc834d0cc54bd67f06601f1615c5b2f0109502ced9e3","text":"# We use try_first_pass the second time to avoid prompting password twice (optionalString (cfg.unixAuth && (config.security.pam.enableEcryptfs || config.security.pam.enableFscrypt || cfg.pamMount || cfg.enableKwallet || cfg.enableGnomeKeyring"}
{"_id":"q-en-nixpkgs-5a4bc27c011ae1b81c853d1f0b3c6fd5e3f7083058145397a0ebf1fc26387ffc","text":"buildInputs = [ qtbase qtwayland qtsvg qtimageformats qt5compat"}
{"_id":"q-en-nixpkgs-5aaa37c5696064e8eee79931d645f28df3aae7ed158d088fedc54811add17a49","text":" { stdenv, lib, makeWrapper, writeScriptBin, fetchFromGitHub, fetchurl, runCommand, cmake, git, glew, SDL2, zlib, minizip, libjpeg, curl, lua, libogg, libtheora, freetype, libpng, sqlite, openal, unzip, cjson, }: let version = \"2.81.1\"; pkgname = \"etlegacy\"; mirror = \"https://mirror.etlegacy.com\"; fetchAsset = { asset, sha256, }: fetchurl { url = mirror + \"/etmain/\" + asset; inherit sha256; }; pak0 = fetchAsset { asset = \"pak0.pk3\"; sha256 = \"712966b20e06523fe81419516500e499c86b2b4fec823856ddbd333fcb3d26e5\"; }; pak1 = fetchAsset { asset = \"pak1.pk3\"; sha256 = \"5610fd749024405b4425a7ce6397e58187b941d22092ef11d4844b427df53e5d\"; }; pak2 = fetchAsset { asset = \"pak2.pk3\"; sha256 = \"a48ab749a1a12ab4d9137286b1f23d642c29da59845b2bafc8f64e052cf06f3e\"; }; fakeGit = writeScriptBin \"git\" '' #! ${stdenv.shell} -e if [ \"$1\" = \"describe\" ]; then echo \"${version}\" fi ''; mainProgram = if stdenv.hostPlatform.system == \"i686-linux\" then \"etl.i386\" else \"etl.x86_64\"; in stdenv.mkDerivation rec { pname = pkgname; inherit version; src = fetchFromGitHub { owner = \"etlegacy\"; repo = \"etlegacy\"; rev = \"refs/tags/v\" + version; sha256 = \"sha256-CGXtc51vaId/SHbD34ZeT0gPsrl7p2DEw/Kp+GBZIaA=\"; # 2.81.1 }; nativeBuildInputs = [cmake fakeGit git makeWrapper unzip cjson]; buildInputs = [ glew SDL2 zlib minizip libjpeg curl lua libogg libtheora freetype libpng sqlite openal ]; preBuild = '' # Required for build time to not be in 1980 export SOURCE_DATE_EPOCH=$(date +%s) # This indicates the build was by a CI pipeline and prevents the resource # files from being flagged as 'dirty' due to potentially being custom built. export CI=\"true\" ''; cmakeFlags = [ \"-DCMAKE_BUILD_TYPE=Release\" \"-DCROSS_COMPILE32=0\" \"-DBUILD_SERVER=0\" \"-DBUILD_CLIENT=1\" \"-DBUNDLED_JPEG=0\" \"-DBUNDLED_LIBS=0\" \"-DINSTALL_EXTRA=0\" \"-DINSTALL_OMNIBOT=0\" \"-DINSTALL_GEOIP=0\" \"-DINSTALL_WOLFADMIN=0\" \"-DFEATURE_AUTOUPDATE=0\" \"-DINSTALL_DEFAULT_BASEDIR=.\" \"-DINSTALL_DEFAULT_BINDIR=.\" \"-DINSTALL_DEFAULT_MODDIR=.\" ]; postInstall = '' ETMAIN=$out/etmain mkdir -p $ETMAIN ln -s ${pak0} $ETMAIN/pak0.pk3 ln -s ${pak1} $ETMAIN/pak1.pk3 ln -s ${pak2} $ETMAIN/pak2.pk3 makeWrapper $out/${mainProgram} $out/bin/${mainProgram} --chdir $out ''; meta = with lib; { description = \"ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license\"; homepage = \"https://etlegacy.com\"; platforms = [\"i686-linux\" \"x86_64-linux\"]; license = [licenses.gpl3 licenses.cc-by-nc-sa-30]; inherit mainProgram; maintainers = with maintainers; [ashleyghooper]; }; } "}
{"_id":"q-en-nixpkgs-5ab80ba221097fe1101303b30a72d47518a78d1ff7ff2966be6be2bd755ad5d3","text":", glib , gnome2 , gnome3 , gsettings-desktop-schemas , gtk3 , libuuid , libX11"}
{"_id":"q-en-nixpkgs-5ad11ccf7e6cea0eb95e5a10ae9d9af9e2dc6e2dd902d653b4fcb3062c35b998","text":" { stdenv, buildGoPackage, fetchFromGitHub }: buildGoPackage rec { name = \"kbfs-${version}\"; version = \"2.11.0\"; goPackagePath = \"github.com/keybase/kbfs\"; subPackages = [ \"kbfsfuse\" \"kbfsgit/git-remote-keybase\" ]; dontRenameImports = true; src = fetchFromGitHub { owner = \"keybase\"; repo = \"kbfs\"; rev = \"v${version}\"; sha256 = \"1qlns7vpyj3ivm7d3vvlmx3iksl7hpcg87yh30f3n64c8jk0xc83\"; }; buildFlags = [ \"-tags production\" ]; meta = with stdenv.lib; { homepage = https://www.keybase.io; description = \"The Keybase FS FUSE driver\"; platforms = platforms.unix; maintainers = with maintainers; [ rvolosatovs bennofs np ]; license = licenses.bsd3; }; } "}
{"_id":"q-en-nixpkgs-5af017fae0585eeee8ef1ce7a1b53fc699b2c8700818faf2fb5ba033e09b4ac4","text":" { lib, stdenv, fetchFromGitHub, autoreconfHook, flex, libtool }: { lib, fetchFromGitHub, buildGoModule }: stdenv.mkDerivation rec { buildGoModule rec { pname = \"miller\"; version = \"5.10.3\"; version = \"6.2.0\"; src = fetchFromGitHub { owner = \"johnkerl\"; repo = \"miller\"; rev = \"v${version}\"; sha256 = \"sha256-Mag7bIfZNdp+sM54yKp8HdH3kWjwWRfyPBGthej2jd8=\"; # NOTE: The tag v6.2.0 has still old version number, as reported by # `mlr --version`. This is the current head of the 6.2.0 branch, with # the correct version number. # # For future releases please check if we can use # `rev = \"v${version}\"` again. rev = \"a6dc231eefc209eb66b50b0773542c2e63501bba\"; sha256 = \"sha256-hMWcf43o1wiVjHsgH+ZDBny5vlZQkKyoJN5np4gUy4w=\"; }; nativeBuildInputs = [ autoreconfHook flex libtool ]; vendorSha256 = \"sha256-2tl/twzkvWB1lnvi3fIptM77zi0lmAn7Pzoe0/lW6o4=\"; subPackages = [ \"cmd/mlr\" ]; meta = with lib; { description = \"Like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON\"; homepage = \"http://johnkerl.org/miller/\"; description = \"Like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed\"; homepage = \"https://github.com/johnkerl/miller\"; license = licenses.bsd2; maintainers = with maintainers; [ mstarzyk ]; platforms = platforms.all;"}
{"_id":"q-en-nixpkgs-5b26b5df15d21f5c013e29cdc0bbaee5ee34eded052fdb543e34c816e49293ae","text":" { system ? builtins.currentSystem , config ? {} , pkgs ? import ../.. { inherit system config; } }: with import ../../lib/testing-python.nix { inherit system pkgs; }; let lib = pkgs.lib; # this is intended as a client test since you shouldn't use NetworkManager for a router or server # so using systemd-networkd for the router vm is fine in these tests. router = import ./router.nix { networkd = true; }; qemu-common = import ../../lib/qemu-common.nix { inherit (pkgs) lib pkgs; }; clientConfig = extraConfig: lib.recursiveUpdate { networking.useDHCP = false; # Make sure that only NetworkManager configures the interface networking.interfaces = lib.mkForce { eth1 = {}; }; networking.networkmanager = { enable = true; # this is needed so NM doesn't generate 'Wired Connection' profiles and instead uses the default one settings.main.no-auto-default = \"*\"; ensureProfiles.profiles.default = { connection = { id = \"default\"; type = \"ethernet\"; interface-name = \"eth1\"; autoconnect = true; }; }; }; } extraConfig; testCases = { static = { name = \"static\"; nodes = { inherit router; client = clientConfig { networking.networkmanager.ensureProfiles.profiles.default = { ipv4.method = \"manual\"; ipv4.addresses = \"192.168.1.42/24\"; ipv4.gateway = \"192.168.1.1\"; ipv6.method = \"manual\"; ipv6.addresses = \"fd00:1234:5678:1::42/64\"; ipv6.gateway = \"fd00:1234:5678:1::1\"; }; }; }; testScript = '' start_all() router.systemctl(\"start network-online.target\") router.wait_for_unit(\"network-online.target\") client.wait_for_unit(\"NetworkManager.service\") with subtest(\"Wait until we have an ip address on each interface\"): client.wait_until_succeeds(\"ip addr show dev eth1 | grep -q '192.168.1'\") client.wait_until_succeeds(\"ip addr show dev eth1 | grep -q 'fd00:1234:5678:1:'\") with subtest(\"Test if icmp echo works\"): client.wait_until_succeeds(\"ping -c 1 192.168.3.1\") client.wait_until_succeeds(\"ping -c 1 fd00:1234:5678:3::1\") router.wait_until_succeeds(\"ping -c 1 192.168.1.42\") router.wait_until_succeeds(\"ping -c 1 fd00:1234:5678:1::42\") ''; }; auto = { name = \"auto\"; nodes = { inherit router; client = clientConfig { networking.networkmanager.ensureProfiles.profiles.default = { ipv4.method = \"auto\"; ipv6.method = \"auto\"; }; }; }; testScript = '' start_all() router.systemctl(\"start network-online.target\") router.wait_for_unit(\"network-online.target\") client.wait_for_unit(\"NetworkManager.service\") with subtest(\"Wait until we have an ip address on each interface\"): client.wait_until_succeeds(\"ip addr show dev eth1 | grep -q '192.168.1'\") client.wait_until_succeeds(\"ip addr show dev eth1 | grep -q 'fd00:1234:5678:1:'\") with subtest(\"Test if icmp echo works\"): client.wait_until_succeeds(\"ping -c 1 192.168.1.1\") client.wait_until_succeeds(\"ping -c 1 fd00:1234:5678:1::1\") router.wait_until_succeeds(\"ping -c 1 192.168.1.2\") router.wait_until_succeeds(\"ping -c 1 fd00:1234:5678:1::2\") ''; }; dns = { name = \"dns\"; nodes = { inherit router; dynamic = clientConfig { networking.networkmanager.ensureProfiles.profiles.default = { ipv4.method = \"auto\"; }; }; static = clientConfig { networking.networkmanager.ensureProfiles.profiles.default = { ipv4 = { method = \"auto\"; ignore-auto-dns = \"true\"; dns = \"10.10.10.10\"; dns-search = \"\"; }; }; }; }; testScript = '' start_all() router.systemctl(\"start network-online.target\") router.wait_for_unit(\"network-online.target\") dynamic.wait_for_unit(\"NetworkManager.service\") static.wait_for_unit(\"NetworkManager.service\") dynamic.wait_until_succeeds(\"cat /etc/resolv.conf | grep -q '192.168.1.1'\") static.wait_until_succeeds(\"cat /etc/resolv.conf | grep -q '10.10.10.10'\") static.wait_until_fails(\"cat /etc/resolv.conf | grep -q '192.168.1.1'\") ''; }; dispatcherScripts = { name = \"dispatcherScripts\"; nodes.client = clientConfig { networking.networkmanager.dispatcherScripts = [{ type = \"pre-up\"; source = pkgs.writeText \"testHook\" '' touch /tmp/dispatcher-scripts-are-working ''; }]; }; testScript = '' start_all() client.wait_for_unit(\"NetworkManager.service\") client.wait_until_succeeds(\"stat /tmp/dispatcher-scripts-are-working\") ''; }; envsubst = { name = \"envsubst\"; nodes.client = let # you should never write secrets in to your nixos configuration, please use tools like sops-nix or agenix secretFile = pkgs.writeText \"my-secret.env\" '' MY_SECRET_IP=fd00:1234:5678:1::23/64 ''; in clientConfig { networking.networkmanager.ensureProfiles.environmentFiles = [ secretFile ]; networking.networkmanager.ensureProfiles.profiles.default = { ipv6.method = \"manual\"; ipv6.addresses = \"$MY_SECRET_IP\"; }; }; testScript = '' start_all() client.wait_for_unit(\"NetworkManager.service\") client.wait_until_succeeds(\"ip addr show dev eth1 | grep -q 'fd00:1234:5678:1:'\") client.wait_until_succeeds(\"ping -c 1 fd00:1234:5678:1::23\") ''; }; }; in lib.mapAttrs (lib.const (attrs: makeTest (attrs // { name = \"${attrs.name}-Networking-NetworkManager\"; meta = { maintainers = with lib.maintainers; [ janik ]; }; }))) testCases "}
{"_id":"q-en-nixpkgs-5b309006d1fdaf6b48ebda5ed082e0978c9cae02bb59c8c5485b5c4319cc80b3","text":" { bash, fetchFromGitHub, lib, nodejs, pnpm_9, stdenvNoCC, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"stylelint-lsp\"; version = \"2.0.0\"; src = fetchFromGitHub { owner = \"bmatcuk\"; repo = \"stylelint-lsp\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-mzhY6MKkXb1jFYZvs/VkGipBjBfUY3GukICb9qVQI80=\"; }; nativeBuildInputs = [ nodejs pnpm_9.configHook ]; pnpmDeps = pnpm_9.fetchDeps { inherit (finalAttrs) pname version src; hash = \"sha256-/QJ4buPOt5KFJxwsQp7L9WYE1RtODj4LMq21l99QwhA=\"; }; buildPhase = '' runHook preBuild pnpm build runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/{bin,lib/${finalAttrs.pname}} mv {dist,node_modules} $out/lib/${finalAttrs.pname} echo \" #!${lib.getExe bash} ${lib.getExe nodejs} $out/lib/${finalAttrs.pname}/dist/index.js $@ \" > $out/bin/stylelint-lsp chmod +x $out/bin/stylelint-lsp runHook postInstall ''; meta = with lib; { description = \"A stylelint Language Server\"; homepage = \"https://github.com/bmatcuk/stylelint-lsp\"; license = licenses.mit; maintainers = with maintainers; [ gepbird ]; mainProgram = \"stylelint-lsp\"; platforms = platforms.unix; }; }) "}
{"_id":"q-en-nixpkgs-5b69c804e4b7eaea11f5340c1e2d534a4843d2dc127cba380433cf2931c95ab3","text":", tornado , traitlets , requests , notebook , pythonOlder , nodePackages }:"}
{"_id":"q-en-nixpkgs-5b6a05e17e0ff2ee1ea20eee03862e8538495154cc0467381cc25d85bc936999","text":"cp -r ann $out/${python.sitePackages}/ makeWrapper ${lib.getExe python.pkgs.gunicorn} \"''${!outputBin}\"/bin/machine-learning --prefix PYTHONPATH : \"$out/${python.sitePackages}:$PYTHONPATH\" --prefix PYTHONPATH : \"$out/${python.sitePackages}:${python.pkgs.makePythonPath dependencies}\" --set-default MACHINE_LEARNING_WORKERS 1 --set-default MACHINE_LEARNING_WORKER_TIMEOUT 120 --set-default MACHINE_LEARNING_CACHE_FOLDER /var/cache/immich "}
{"_id":"q-en-nixpkgs-5bf581fc31676802c4c5ebd51b62bad6b62dd33a47f51e1b1c73cae3fa7cebbd","text":"systemd.timers.zfs-scrub = { wantedBy = [ \"timers.target\" ]; after = [ \"multi-user.target\" ]; # Apparently scrubbing before boot is complete hangs the system? #53583 timerConfig = { OnCalendar = cfgScrub.interval; Persistent = \"yes\";"}
{"_id":"q-en-nixpkgs-5c0498afeb24080a5f71f56cdc9ce5b4fb2cc5fa5659543993ea21ed7dc4489b","text":" { stdenv, lib, fetchFromGitHub, autoreconfHook }: { stdenv, lib, fetchurl, fetchzip, autoreconfHook, writeScript, fetchpatch , modelUrl ? \"\", modelHash ? \"\" # Allow overriding the model URL and hash }: stdenv.mkDerivation (rec { let modelVersionJSON = lib.importJSON ./model-version.json; # Copy from https://gitlab.xiph.org/xiph/rnnoise/-/raw/v${version}/model_version default_model_version = modelVersionJSON.version; # Either use the default model or the one provided by package override model_url = if (modelUrl == \"\") then \"https://media.xiph.org/rnnoise/models/rnnoise_data-${default_model_version}.tar.gz\" else modelUrl; model_hash = if (modelHash == \"\") then modelVersionJSON.hash else modelHash; in stdenv.mkDerivation (finalAttrs: { pname = \"rnnoise\"; version = \"2021-01-22\"; version = \"0.2\"; src = fetchzip { urls = [ \"https://gitlab.xiph.org/xiph/rnnoise/-/archive/v${finalAttrs.version}/rnnoise-v${finalAttrs.version}.tar.gz\" \"https://github.com/xiph/rnnoise/archive/v${finalAttrs.version}.tar.gz\" ]; hash = \"sha256-Qaf+0iOprq7ILRWNRkBjsniByctRa/lFVqiU5ZInF/Q=\"; }; patches = [ # remove when updating (fetchpatch { url = \"https://github.com/xiph/rnnoise/commit/372f7b4b76cde4ca1ec4605353dd17898a99de38.patch\"; hash = \"sha256-Dzikb59hjVxd1XIEj/Je4evxtGORkaNcqE+zxOJMSvs=\"; }) ]; src = fetchFromGitHub { owner = \"xiph\"; repo = \"rnnoise\"; rev = \"1cbdbcf1283499bbb2230a6b0f126eb9b236defd\"; sha256 = \"1y0rzgmvy8bf9a431garpm2w177s6ajgf79y5ymw4yb0pik57rwb\"; model = fetchurl { url = model_url; hash = model_hash; }; postPatch = '' tar xvomf ${finalAttrs.model} ''; nativeBuildInputs = [ autoreconfHook ]; postInstall = '' install -Dt $out/bin examples/.libs/rnnoise_demo ''; meta = with lib; { passthru.updateScript = writeScript \"update-rnnoise.sh\" '' #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl jq common-updater-scripts nix nix-prefetch findutils moreutils prefetch-sri() { nix-prefetch-url \"$1\" | xargs nix hash to-sri --type sha256 } res=\"$(curl ''${GITHUB_TOKEN:+-u \":$GITHUB_TOKEN\"} -sL \"https://api.github.com/repos/xiph/rnnoise/tags?per_page=1\")\" version=\"$(echo $res | jq '.[0].name | split(\"v\") | .[1]' --raw-output)\" update-source-version ${finalAttrs.pname} \"$version\" --ignore-same-hash model_version=$(curl -sL \"https://raw.githubusercontent.com/xiph/rnnoise/v$version/model_version\") model_url=\"https://media.xiph.org/rnnoise/models/rnnoise_data-$model_version.tar.gz\" model_hash=\"$(prefetch-sri $model_url)\" modelJson=pkgs/development/libraries/rnnoise/model-version.json jq --arg version \"$model_version\" --arg hash \"$model_hash\" '.version = $version | .hash = $hash' \"$modelJson\" | sponge \"$modelJson\" ''; meta = { description = \"Recurrent neural network for audio noise reduction\"; homepage = \"https://people.xiph.org/~jm/demo/rnnoise/\"; license = licenses.bsd3; maintainers = [ maintainers.nh2 ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ nh2 ]; mainProgram = \"rnnoise_demo\"; platforms = platforms.all; platforms = lib.platforms.all; }; })"}
{"_id":"q-en-nixpkgs-5c39f6056445651f5640617946f5e51eb4585741687ba2367cb1a68925ca876c","text":"rustPlatform.buildRustPackage rec { pname = \"nsncd\"; version = \"unstable-2022-11-14\"; version = \"unstable-2023-10-26\"; # https://github.com/twosigma/nsncd/pull/71 has not been upstreamed # to twosigma/nsncd yet. Using the nix-community fork in the # meantime. src = fetchFromGitHub { owner = \"nix-community\"; repo = \"nsncd\"; rev = \"47e580f1db99603df6e212a2e62f18cc970cef40\"; hash = \"sha256-Nv3MYZcuYgD66BAGs3Tg37s086HAGsaDBFvELqQF3Tk=\"; rev = \"d6513421f420e407248c6d0aee39ae2f861a7cec\"; hash = \"sha256-PykzwpPxMDHJOr2HubXuw+Krk9Jbi0E3M2lEAOXhx2M=\"; }; cargoSha256 = \"sha256-c1L6nEUBHw1YegmoRrI3WU/bF80Nzbz13hsGlNyBR9o=\"; cargoSha256 = \"sha256-cUM7rYXWpJ0aMiurXBp15IlxAmf/x5uiodxEqBPCQT0=\"; meta = with lib; { description = \"the name service non-caching daemon\";"}
{"_id":"q-en-nixpkgs-5c786eed9c984d420f0bcd795f6aff88a5359724f0c3fd4ac64614fc0c5e37df","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"adler32\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234\" [[package]] name = \"ahash\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47\" dependencies = [ \"getrandom 0.2.8\", \"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 = \"anyhow\" version = \"1.0.70\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4\" [[package]] name = \"arc-swap\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6\" [[package]] name = \"arrayvec\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b\" [[package]] name = \"async-trait\" version = \"0.1.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.8\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"axum\" version = \"0.6.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f8ccfd9221ee7d1f3d4b33e1f8319b3a81ed8f61f2ea40b37b859794b4491\" dependencies = [ \"async-trait\", \"axum-core\", \"bitflags 1.3.2\", \"bytes 1.4.0\", \"futures-util\", \"headers\", \"http\", \"http-body\", \"hyper\", \"itoa 1.0.6\", \"matchit\", \"memchr\", \"mime\", \"percent-encoding\", \"pin-project-lite\", \"rustversion\", \"serde\", \"serde_json\", \"serde_path_to_error\", \"serde_urlencoded 0.7.1\", \"sync_wrapper\", \"tokio\", \"tower\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum-core\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e\" dependencies = [ \"async-trait\", \"bytes 1.4.0\", \"futures-util\", \"http\", \"http-body\", \"mime\", \"rustversion\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum-extra\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ea61f9f77592526b73fd14fe0f5938412bda49423f8b9f372ac76a9d6cf0ad2\" dependencies = [ \"axum\", \"bytes 1.4.0\", \"cookie\", \"futures-util\", \"http\", \"http-body\", \"mime\", \"pin-project-lite\", \"tokio\", \"tower\", \"tower-http 0.4.0\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum-server\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bace45b270e36e3c27a190c65883de6dfc9f1d18c829907c127464815dc67b24\" dependencies = [ \"arc-swap\", \"bytes 1.4.0\", \"futures-util\", \"http\", \"http-body\", \"hyper\", \"pin-project-lite\", \"rustls 0.20.8\", \"rustls-pemfile\", \"tokio\", \"tokio-rustls 0.23.4\", \"tower-service\", ] [[package]] name = \"base64\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff\" [[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 = \"bcrypt\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4d0faafe9e089674fc3efdb311ff5253d445c79d85d1d28bd3ace76d45e7164\" dependencies = [ \"base64 0.13.1\", \"blowfish\", \"getrandom 0.2.8\", ] [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1\" [[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 = \"blowfish\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32fa6a061124e37baba002e496d203e23ba3d7b73750be82dbfbc92913048a5b\" dependencies = [ \"byteorder\", \"cipher\", \"opaque-debug\", ] [[package]] name = \"bumpalo\" version = \"3.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535\" [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[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 = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cipher\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801\" dependencies = [ \"generic-array\", ] [[package]] name = \"clap\" version = \"4.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098\" dependencies = [ \"bitflags 2.0.2\", \"clap_derive\", \"clap_lex\", \"is-terminal\", \"once_cell\", \"strsim\", \"termcolor\", ] [[package]] name = \"clap_derive\" version = \"4.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644\" dependencies = [ \"heck\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"clap_lex\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646\" dependencies = [ \"os_str_bytes\", ] [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes 1.4.0\", \"memchr\", ] [[package]] name = \"cookie\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24\" dependencies = [ \"percent-encoding\", \"time\", \"version_check\", ] [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.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 = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"deadpool\" version = \"0.9.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e\" dependencies = [ \"async-trait\", \"deadpool-runtime\", \"num_cpus\", \"retain_mut\", \"tokio\", ] [[package]] name = \"deadpool-runtime\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1\" dependencies = [ \"tokio\", ] [[package]] name = \"deadpool-sqlite\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e026821eaacbce25ff0d54405e4421d71656fcae3e4a9323461280fcda6dbc7d\" dependencies = [ \"deadpool\", \"deadpool-sync\", \"rusqlite\", ] [[package]] name = \"deadpool-sync\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1bea344b64b32537fde6e0f0179b1ede34d435636719dd40fe6a0f28218a61c\" dependencies = [ \"deadpool\", ] [[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 = \"dtoa\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0\" [[package]] name = \"encoding_rs\" version = \"0.8.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394\" dependencies = [ \"cfg-if\", ] [[package]] name = \"errno\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\" dependencies = [ \"errno-dragonfly\", \"libc\", \"winapi\", ] [[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 = \"evebox\" version = \"0.17.2\" dependencies = [ \"anyhow\", \"axum\", \"axum-extra\", \"axum-server\", \"base64 0.12.3\", \"bcrypt\", \"bytes 0.5.6\", \"clap\", \"deadpool-sqlite\", \"filetime\", \"futures\", \"glob\", \"humantime\", \"hyper\", \"lazy_static\", \"libc\", \"log\", \"maxminddb\", \"md5\", \"mime_guess\", \"nom 7.1.3\", \"percent-encoding\", \"rand 0.7.3\", \"refinery\", \"regex\", \"reqwest\", \"rpassword\", \"rusqlite\", \"rust-embed\", \"serde\", \"serde_json\", \"serde_urlencoded 0.6.1\", \"serde_yaml\", \"suricatax-rule-parser\", \"thiserror\", \"time\", \"tokio\", \"tower-http 0.3.5\", \"tracing\", \"tracing-log\", \"tracing-subscriber\", \"ulid\", \"uuid\", \"webbrowser\", \"yaml-rust\", ] [[package]] name = \"evebox-suricata-rule-parser\" version = \"0.2.0\" dependencies = [ \"anyhow\", \"nom 5.1.2\", ] [[package]] name = \"fallible-iterator\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7\" [[package]] name = \"fallible-streaming-iterator\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a\" [[package]] name = \"filetime\" version = \"0.2.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall\", \"windows-sys 0.45.0\", ] [[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.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"futures\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd\" [[package]] name = \"futures-executor\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91\" [[package]] name = \"futures-macro\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"futures-sink\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2\" [[package]] name = \"futures-task\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879\" [[package]] name = \"futures-util\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"generic-array\" version = \"0.14.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"getrandom\" version = \"0.1.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.9.0+wasi-snapshot-preview1\", ] [[package]] name = \"getrandom\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", ] [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"h2\" version = \"0.3.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782\" dependencies = [ \"bytes 1.4.0\", \"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\" dependencies = [ \"ahash\", ] [[package]] name = \"hashlink\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa\" dependencies = [ \"hashbrown\", ] [[package]] name = \"headers\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584\" dependencies = [ \"base64 0.13.1\", \"bitflags 1.3.2\", \"bytes 1.4.0\", \"headers-core\", \"http\", \"httpdate\", \"mime\", \"sha1\", ] [[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.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286\" [[package]] name = \"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.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1\" dependencies = [ \"bytes 1.4.0\", \"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.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 = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"hyper\" version = \"0.14.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4\" dependencies = [ \"bytes 1.4.0\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa 1.0.6\", \"pin-project-lite\", \"socket2\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"hyper-rustls\" version = \"0.24.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7\" dependencies = [ \"http\", \"hyper\", \"rustls 0.21.1\", \"tokio\", \"tokio-rustls 0.24.0\", ] [[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 = \"include-flate\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfdcb449c721557c1cf89bbd3412bf33fa963289e26e9badbd824a960912e148\" dependencies = [ \"include-flate-codegen-exports\", \"lazy_static\", \"libflate\", ] [[package]] name = \"include-flate-codegen\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a7d6e1419fa3129eb0802b4c99603c0d425c79fb5d76191d5a20d0ab0d664e8\" dependencies = [ \"libflate\", \"proc-macro-hack\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"include-flate-codegen-exports\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75657043ffe3d8280f1cb8aef0f505532b392ed7758e0baeac22edadcee31a03\" dependencies = [ \"include-flate-codegen\", \"proc-macro-hack\", ] [[package]] name = \"indexmap\" version = \"1.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399\" dependencies = [ \"autocfg\", \"hashbrown\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb\" dependencies = [ \"hermit-abi 0.3.1\", \"libc\", \"windows-sys 0.45.0\", ] [[package]] name = \"ipnet\" version = \"2.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146\" [[package]] name = \"is-terminal\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e\" dependencies = [ \"hermit-abi 0.3.1\", \"io-lifetimes\", \"rustix\", \"windows-sys 0.45.0\", ] [[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 = \"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 = \"js-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730\" 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 = \"lexical-core\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe\" dependencies = [ \"arrayvec\", \"bitflags 1.3.2\", \"cfg-if\", \"ryu\", \"static_assertions\", ] [[package]] name = \"libc\" version = \"0.2.140\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c\" [[package]] name = \"libflate\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97822bf791bd4d5b403713886a5fbe8bf49520fe78e323b0dc480ca1a03e50b0\" dependencies = [ \"adler32\", \"crc32fast\", \"libflate_lz77\", ] [[package]] name = \"libflate_lz77\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf\" dependencies = [ \"rle-decode-fast\", ] [[package]] name = \"libsqlite3-sys\" version = \"0.25.2\" source = \"git+https://github.com/rusqlite/rusqlite#32752fac77a105e47b7a5a56fdea72bede5535cc\" dependencies = [ \"cc\", \"pkg-config\", \"vcpkg\", ] [[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.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\", ] [[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\", ] [[package]] name = \"matchit\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40\" [[package]] name = \"maxminddb\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9412a854bf1355d1ff92ef6ffe557dcc4a866e20cdffc7d3fc082174dba7436e\" dependencies = [ \"log\", \"serde\", \"serde_derive\", ] [[package]] name = \"md5\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771\" [[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.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 = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[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 = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[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.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[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-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b\" dependencies = [ \"hermit-abi 0.2.6\", \"libc\", ] [[package]] name = \"num_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 = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"opaque-debug\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5\" [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"os_str_bytes\" version = \"6.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267\" [[package]] name = \"overload\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39\" [[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\", \"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 = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2\", \"quote\", \"version_check\", ] [[package]] name = \"proc-macro-hack\" version = \"0.5.20+deprecated\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068\" [[package]] name = \"proc-macro2\" version = \"1.0.53\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"quote\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03\" dependencies = [ \"getrandom 0.1.16\", \"libc\", \"rand_chacha 0.2.2\", \"rand_core 0.5.1\", \"rand_hc\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha 0.3.1\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_chacha\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402\" dependencies = [ \"ppv-lite86\", \"rand_core 0.5.1\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_core\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19\" dependencies = [ \"getrandom 0.1.16\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom 0.2.8\", ] [[package]] name = \"rand_hc\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c\" dependencies = [ \"rand_core 0.5.1\", ] [[package]] name = \"raw-window-handle\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f851a03551ceefd30132e447f07f96cb7011d6b658374f3aed847333adb5559\" [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom 0.2.8\", \"redox_syscall\", \"thiserror\", ] [[package]] name = \"refinery\" version = \"0.8.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a65acc0e1f0e7c80480aacb5087e3509b85806985f54dd7dfeafee4c3128943a\" dependencies = [ \"refinery-core\", \"refinery-macros\", ] [[package]] name = \"refinery-core\" version = \"0.8.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d3af3c282b6dae2e9952b28a637ee8148ee34ef6edfd0415df6de2799d4fc3b\" dependencies = [ \"async-trait\", \"cfg-if\", \"lazy_static\", \"log\", \"regex\", \"rusqlite\", \"serde\", \"siphasher\", \"thiserror\", \"time\", \"toml\", \"url\", \"walkdir\", ] [[package]] name = \"refinery-macros\" version = \"0.8.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6feea59ecc7e3ebf27244271063f3dfb59226629e2661f535c771fcb358ae9\" dependencies = [ \"proc-macro2\", \"quote\", \"refinery-core\", \"regex\", \"syn 1.0.109\", ] [[package]] name = \"regex\" version = \"1.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" dependencies = [ \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"reqwest\" version = \"0.11.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55\" dependencies = [ \"base64 0.21.0\", \"bytes 1.4.0\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-rustls\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls 0.21.1\", \"rustls-native-certs\", \"rustls-pemfile\", \"serde\", \"serde_json\", \"serde_urlencoded 0.7.1\", \"tokio\", \"tokio-rustls 0.24.0\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"webpki-roots\", \"winreg\", ] [[package]] name = \"retain_mut\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0\" [[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\", ] [[package]] name = \"rle-decode-fast\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422\" [[package]] name = \"rpassword\" version = \"4.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"rusqlite\" version = \"0.28.0\" source = \"git+https://github.com/rusqlite/rusqlite#32752fac77a105e47b7a5a56fdea72bede5535cc\" dependencies = [ \"bitflags 2.0.2\", \"fallible-iterator\", \"fallible-streaming-iterator\", \"hashlink\", \"libsqlite3-sys\", \"serde_json\", \"smallvec\", ] [[package]] name = \"rust-embed\" version = \"6.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb133b9a38b5543fad3807fb2028ea47c5f2b566f4f5e28a11902f1a358348b6\" dependencies = [ \"include-flate\", \"rust-embed-impl\", \"rust-embed-utils\", \"walkdir\", ] [[package]] name = \"rust-embed-impl\" version = \"6.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7\" dependencies = [ \"proc-macro2\", \"quote\", \"rust-embed-utils\", \"syn 1.0.109\", \"walkdir\", ] [[package]] name = \"rust-embed-utils\" version = \"7.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731\" dependencies = [ \"sha2\", \"walkdir\", ] [[package]] name = \"rustix\" version = \"0.36.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e\" dependencies = [ \"bitflags 1.3.2\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.45.0\", ] [[package]] name = \"rustls\" version = \"0.20.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f\" dependencies = [ \"log\", \"ring\", \"sct\", \"webpki\", ] [[package]] name = \"rustls\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e\" dependencies = [ \"log\", \"ring\", \"rustls-webpki\", \"sct\", ] [[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\", \"schannel\", \"security-framework\", ] [[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 = \"rustls-webpki\" version = \"0.100.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b\" dependencies = [ \"ring\", \"untrusted\", ] [[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 = \"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 = \"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 1.3.2\", \"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.158\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.158\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.8\", ] [[package]] name = \"serde_json\" version = \"1.0.94\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea\" dependencies = [ \"itoa 1.0.6\", \"ryu\", \"serde\", ] [[package]] name = \"serde_path_to_error\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0\" dependencies = [ \"serde\", ] [[package]] name = \"serde_urlencoded\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97\" dependencies = [ \"dtoa\", \"itoa 0.4.8\", \"serde\", \"url\", ] [[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 = \"sha1\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sha2\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sharded-slab\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31\" dependencies = [ \"lazy_static\", ] [[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 = \"siphasher\" version = \"0.3.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de\" [[package]] name = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"socket2\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662\" dependencies = [ \"libc\", \"winapi\", ] [[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 = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"suricatax-rule-parser\" version = \"0.1.0\" source = \"git+https://github.com/jasonish/rust-suricatax-rule-parser#3c6e3aeecbcc2a17cbb000323277ea705402886a\" dependencies = [ \"nom 7.1.3\", \"num-traits\", \"serde\", ] [[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.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9\" 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 = \"termcolor\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6\" dependencies = [ \"winapi-util\", ] [[package]] name = \"thiserror\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.8\", ] [[package]] name = \"thread_local\" version = \"1.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152\" dependencies = [ \"cfg-if\", \"once_cell\", ] [[package]] name = \"time\" version = \"0.3.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890\" dependencies = [ \"itoa 1.0.6\", \"libc\", \"num_threads\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd\" [[package]] name = \"time-macros\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36\" dependencies = [ \"time-core\", ] [[package]] name = \"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.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64\" dependencies = [ \"autocfg\", \"bytes 1.4.0\", \"libc\", \"memchr\", \"mio\", \"num_cpus\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2\", \"tokio-macros\", \"windows-sys 0.45.0\", ] [[package]] name = \"tokio-macros\" version = \"1.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"tokio-rustls\" version = \"0.23.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59\" dependencies = [ \"rustls 0.20.8\", \"tokio\", \"webpki\", ] [[package]] name = \"tokio-rustls\" version = \"0.24.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5\" dependencies = [ \"rustls 0.21.1\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2\" dependencies = [ \"bytes 1.4.0\", \"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\", ] [[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\", \"tracing\", ] [[package]] name = \"tower-http\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858\" dependencies = [ \"bitflags 1.3.2\", \"bytes 1.4.0\", \"futures-core\", \"futures-util\", \"http\", \"http-body\", \"http-range-header\", \"pin-project-lite\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower-http\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658\" dependencies = [ \"bitflags 1.3.2\", \"bytes 1.4.0\", \"futures-core\", \"futures-util\", \"http\", \"http-body\", \"http-range-header\", \"pin-project-lite\", \"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.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8\" dependencies = [ \"cfg-if\", \"log\", \"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\", \"valuable\", ] [[package]] name = \"tracing-log\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922\" dependencies = [ \"lazy_static\", \"log\", \"tracing-core\", ] [[package]] name = \"tracing-subscriber\" version = \"0.3.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70\" dependencies = [ \"matchers\", \"nu-ansi-term\", \"once_cell\", \"regex\", \"sharded-slab\", \"smallvec\", \"thread_local\", \"time\", \"tracing\", \"tracing-core\", \"tracing-log\", ] [[package]] name = \"try-lock\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed\" [[package]] name = \"typenum\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba\" [[package]] name = \"ulid\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13a3aaa69b04e5b66cc27309710a569ea23593612387d67daaf102e73aa974fd\" dependencies = [ \"rand 0.8.5\", ] [[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 = \"untrusted\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a\" [[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.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7\" dependencies = [ \"getrandom 0.2.8\", ] [[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_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"walkdir\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"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.9.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d\" [[package]] name = \"web-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webbrowser\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579cc485bd5ce5bfa0d738e4921dd0b956eca9800be1fd2e5257ebe95bc4617e\" dependencies = [ \"core-foundation\", \"dirs\", \"jni\", \"log\", \"ndk-context\", \"objc\", \"raw-window-handle\", \"url\", \"web-sys\", ] [[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.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87\" dependencies = [ \"webpki\", ] [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm\", \"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.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"winreg\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d\" dependencies = [ \"winapi\", ] [[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":"q-en-nixpkgs-5c88d327cc8227fa53eb23a1ed4d923f1381a193a34718f89d73d49293f75354","text":"copyq = libsForQt514.callPackage ../applications/misc/copyq { }; corectrl = libsForQt5.callPackage ../applications/misc/corectrl { }; coriander = callPackage ../applications/video/coriander { inherit (gnome2) libgnomeui GConf; };"}
{"_id":"q-en-nixpkgs-5c8d1bf436fba4f16fa26df7336e7563990e7c614afa3355852f7b1dce14c41e","text":"my $extraPerEntryConfig = get(\"extraPerEntryConfig\"); my $extraEntries = get(\"extraEntries\"); my $extraEntriesBeforeNixOS = get(\"extraEntriesBeforeNixOS\") eq \"true\"; my $extraInitrd = get(\"extraInitrd\"); my $initrdSecrets = get(\"initrdSecrets\"); my $splashImage = get(\"splashImage\"); my $configurationLimit = int(get(\"configurationLimit\")); my $copyKernels = get(\"copyKernels\") eq \"true\";"}
{"_id":"q-en-nixpkgs-5c957d784d60c6e9f0f1817e1948383e05bb6f80d2e254cd4e6136d188b897f0","text":" diff --git a/build.gradle b/build.gradle index c206e2f..b1fda33 100644 --- a/build.gradle +++ b/build.gradle @@ -69,19 +69,7 @@ launch4j { messagesInstanceAlreadyExists=\"Stirling-PDF is already running.\" } -spotless { - java { - target project.fileTree('src/main/java') - googleJavaFormat('1.19.1').aosp().reorderImports(false) - - importOrder('java', 'javax', 'org', 'com', 'net', 'io') - toggleOffOn() - trimTrailingWhitespace() - indentWithSpaces() - endWithNewline() - } -} dependencies { //security updates @@ -163,9 +151,6 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.28' } -tasks.withType(JavaCompile) { - dependsOn 'spotlessApply' -} compileJava { options.compilerArgs << '-parameters' } "}
{"_id":"q-en-nixpkgs-5cc9f74523c9a5000f550ee74cca7e4770422f1552e4644b94722ebcfc9298eb","text":" diff --git a/hevm.cabal b/hevm.cabal index cf36961e..3b31f595 100644 --- a/hevm.cabal +++ b/hevm.cabal @@ -71,6 +71,10 @@ library -Wall -Wno-deprecations extra-libraries: secp256k1, ff + if os(darwin) + extra-libraries: c++ + else + extra-libraries: stdc++ c-sources: ethjet/tinykeccak.c, ethjet/ethjet.c cxx-sources: @@ -88,7 +92,7 @@ library transformers >= 0.5.6 && < 0.6, tree-view >= 0.5 && < 0.6, abstract-par >= 0.3.3 && < 0.4, - aeson >= 1.5.6 && < 1.6, + aeson >= 2.0 && < 2.1, bytestring >= 0.10.8 && < 0.11, scientific >= 0.3.6 && < 0.4, binary >= 0.8.6 && < 0.9, @@ -97,7 +101,7 @@ library vector >= 0.12.1 && < 0.13, ansi-wl-pprint >= 0.6.9 && < 0.7, base16-bytestring >= 1.0.0 && < 2.0, - brick >= 0.58 && < 0.63, + brick >= 0.58 && < 0.69, megaparsec >= 9.0.0 && < 10.0, mtl >= 2.2.2 && < 2.3, directory >= 1.3.3 && < 1.4, @@ -105,13 +109,13 @@ library vty >= 5.25.1 && < 5.34, cereal >= 0.5.8 && < 0.6, cryptonite >= 0.27 && <= 0.29, - memory >= 0.14.18 && < 0.16, + memory >= 0.14.18 && < 0.20, data-dword >= 0.3.1 && < 0.4, fgl >= 5.7.0 && < 5.8, free >= 5.1.3 && < 5.2, haskeline >= 0.8.0 && < 0.9, process >= 1.6.5 && < 1.7, - lens >= 4.17.1 && < 4.20, + lens >= 4.17.1 && < 5.1, lens-aeson >= 1.0.2 && < 1.2, monad-par >= 0.3.5 && < 0.4, multiset >= 0.3.4 && < 0.4, @@ -124,7 +128,6 @@ library sbv >= 8.9, semver-range >= 0.2.7 && < 0.3, temporary >= 1.3 && < 1.4, - text-format >= 0.3.2 && < 0.4, witherable >= 0.3.5 && < 0.5, wreq >= 0.5.3 && < 0.6, regex-tdfa >= 1.2.3 && < 1.4, @@ -190,7 +193,6 @@ executable hevm sbv, temporary, text, - text-format, unordered-containers, vector, vty diff --git a/src/EVM/Solidity.hs b/src/EVM/Solidity.hs index b7d0f36b..4e9d6892 100644 --- a/src/EVM/Solidity.hs +++ b/src/EVM/Solidity.hs @@ -70,6 +70,7 @@ import Control.Monad import Control.Lens hiding (Indexed, (.=)) import qualified Data.String.Here as Here import Data.Aeson hiding (json) +import qualified Data.Aeson.KeyMap as KeyMap import Data.Aeson.Types import Data.Aeson.Lens import Data.Scientific @@ -714,8 +715,8 @@ astIdMap = foldMap f f :: Value -> Map Int Value f (Array x) = foldMap f x f v@(Object x) = - let t = foldMap f (HMap.elems x) - in case HMap.lookup \"id\" x of + let t = foldMap f (KeyMap.elems x) + in case KeyMap.lookup \"id\" x of Nothing -> t Just (Number i) -> t <> Map.singleton (round i) v Just _ -> t diff --git a/src/EVM/SymExec.hs b/src/EVM/SymExec.hs index 5bbf1c03..b828098e 100644 --- a/src/EVM/SymExec.hs +++ b/src/EVM/SymExec.hs @@ -40,8 +40,8 @@ type EquivalenceResult = ProofResult ([VM], [VM]) VM () -- | Convenience functions for generating large symbolic byte strings sbytes32, sbytes128, sbytes256, sbytes512, sbytes1024 :: Query ([SWord 8]) -sbytes32 = toBytes <$> freshVar_ @ (WordN 256) -sbytes128 = toBytes <$> freshVar_ @ (WordN 1024) +sbytes32 = toBytes <$> freshVar_ @(WordN 256) +sbytes128 = toBytes <$> freshVar_ @(WordN 1024) sbytes256 = liftA2 (++) sbytes128 sbytes128 sbytes512 = liftA2 (++) sbytes256 sbytes256 sbytes1024 = liftA2 (++) sbytes512 sbytes512 diff --git a/src/EVM/Types.hs b/src/EVM/Types.hs index fdd2368d..1dc29e83 100644 --- a/src/EVM/Types.hs +++ b/src/EVM/Types.hs @@ -434,17 +434,17 @@ readN s = fromIntegral (read s :: Integer) readNull :: Read a => a -> String -> a readNull x = fromMaybe x . Text.Read.readMaybe -wordField :: JSON.Object -> Text -> JSON.Parser W256 +wordField :: JSON.Object -> Key -> JSON.Parser W256 wordField x f = ((readNull 0) . Text.unpack) <$> (x .: f) -addrField :: JSON.Object -> Text -> JSON.Parser Addr +addrField :: JSON.Object -> Key -> JSON.Parser Addr addrField x f = (read . Text.unpack) <$> (x .: f) -addrFieldMaybe :: JSON.Object -> Text -> JSON.Parser (Maybe Addr) +addrFieldMaybe :: JSON.Object -> Key -> JSON.Parser (Maybe Addr) addrFieldMaybe x f = (Text.Read.readMaybe . Text.unpack) <$> (x .: f) -dataField :: JSON.Object -> Text -> JSON.Parser ByteString +dataField :: JSON.Object -> Key -> JSON.Parser ByteString dataField x f = hexText <$> (x .: f) toWord512 :: W256 -> Word512 "}
{"_id":"q-en-nixpkgs-5ceb9930ca076aae4333fe9b9827fa509d317b69a5148468dfc15b2c560e9643","text":" { lib, fetchFromGitHub, rustPlatform }: rustPlatform.buildRustPackage rec { pname = \"presenterm\"; version = \"0.2.0\"; src = fetchFromGitHub { owner = \"mfontanini\"; repo = \"presenterm\"; rev = version; hash = \"sha256-mNWnUUezKIffh5gMgMMdvApNZZTxxB8XrL0jFLyBxuk=\"; }; cargoHash = \"sha256-JLPJLhWN/yXpPIHa+FJ2aQ/GDUFKtZ7t+/8rvR8WNKM=\"; meta = with lib; { description = \"A terminal based slideshow tool\"; homepage = \"https://github.com/mfontanini/presenterm\"; license = licenses.bsd2; maintainers = with maintainers; [ mikaelfangel ]; mainProgram = \"presenterm\"; }; } "}
{"_id":"q-en-nixpkgs-5d006d4b5399e8ed3b42fb065dceded15eaf0ddeed092a077ab58ef0f66eafc3","text":"\"--with-app-defaults=${placeholder \"out\"}/share/xscreensaver/app-defaults\" ]; postInstall = lib.optionalString forceInstallAllHacks '' postInstall = '' for bin in $out/bin/*; do wrapProgram \"$bin\" --prefix PATH : \"$out/libexec/xscreensaver\" --prefix PATH : \"${lib.makeBinPath [ coreutils ]}\" done '' + lib.optionalString forceInstallAllHacks '' make -j$NIX_BUILD_CORES -C hacks/glx dnalogo cat hacks/Makefile.in | grep -E '([a-z0-9]+):[[:space:]]*1[.]o' | cut -d : -f 1 | xargs make -j$NIX_BUILD_CORES -C hacks"}
{"_id":"q-en-nixpkgs-5d072696c956ec469e554e46cdacf34ba6e7646b3377d0480a487efb1cebedaf","text":"(fetchNuGet { pname = \"runtime.native.System.Net.Security\"; version = \"4.3.0\"; sha256 = \"0dnqjhw445ay3chpia9p6vy4w2j6s9vy3hxszqvdanpvvyaxijr3\"; }) (fetchNuGet { pname = \"runtime.native.System.Security.Cryptography.Apple\"; version = \"4.3.0\"; sha256 = \"1b61p6gw1m02cc1ry996fl49liiwky6181dzr873g9ds92zl326q\"; }) (fetchNuGet { pname = \"runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"18pzfdlwsg2nb1jjjjzyb5qlgy6xjxzmhnfaijq5s2jw3cm3ab97\"; }) (fetchNuGet { pname = \"runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"0zy5r25jppz48i2bkg8b9lfig24xixg6nm3xyr1379zdnqnpm8f6\"; }) (fetchNuGet { pname = \"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0qyynf9nz5i7pc26cwhgi8j62ps27sqmf78ijcfgzab50z9g8ay3\"; }) (fetchNuGet { pname = \"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"096ch4n4s8k82xga80lfmpimpzahd2ip1mgwdqgar0ywbbl6x438\"; }) (fetchNuGet { pname = \"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"1klrs545awhayryma6l7g2pvnp9xy4z0r1i40r80zb45q3i9nbyf\"; }) (fetchNuGet { pname = \"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"1dm8fifl7rf1gy7lnwln78ch4rw54g0pl5g1c189vawavll7p6rj\"; }) (fetchNuGet { pname = \"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"; version = \"4.3.0\"; sha256 = \"10yc8jdrwgcl44b4g93f1ds76b176bajd3zqi2faf5rvh1vy9smi\"; }) (fetchNuGet { pname = \"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0zcxjv5pckplvkg0r6mw3asggm7aqzbdjimhvsasb0cgm59x09l3\"; }) (fetchNuGet { pname = \"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"1m9z1k9kzva9n9kwinqxl97x2vgl79qhqjlv17k9s2ymcyv2bwr6\"; }) (fetchNuGet { pname = \"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0vhynn79ih7hw7cwjazn87rm9z9fj0rvxgzlab36jybgcpcgphsn\"; }) (fetchNuGet { pname = \"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"1cpx56mcfxz7cpn57wvj18sjisvzq8b5vd9rw16ihd2i6mcp3wa1\"; }) (fetchNuGet { pname = \"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"160p68l2c7cqmyqjwxydcvgw7lvl1cr0znkw8fp24d1by9mqc8p3\"; }) (fetchNuGet { pname = \"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"15gsm1a8jdmgmf8j5v1slfz8ks124nfdhk2vxs2rw3asrxalg8hi\"; }) (fetchNuGet { pname = \"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"15zrc8fgd8zx28hdghcj5f5i34wf3l6bq5177075m2bc2j34jrqy\"; }) (fetchNuGet { pname = \"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"0q0n5q1r1wnqmr5i5idsrd9ywl33k0js4pngkwq9p368mbxp8x1w\"; }) (fetchNuGet { pname = \"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"1p4dgxax6p7rlgj4q73k73rslcnz4wdcv8q2flg1s8ygwcm58ld5\"; }) (fetchNuGet { pname = \"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"1x0g58pbpjrmj2x2qw17rdwwnrcl0wvim2hdwz48lixvwvp22n9c\"; }) (fetchNuGet { pname = \"runtime.unix.Microsoft.Win32.Primitives\"; version = \"4.3.0\"; sha256 = \"0y61k9zbxhdi0glg154v30kkq7f8646nif8lnnxbvkjpakggd5id\"; }) (fetchNuGet { pname = \"runtime.unix.System.Console\"; version = \"4.3.0\"; sha256 = \"1pfpkvc6x2if8zbdzg9rnc5fx51yllprl8zkm5npni2k50lisy80\"; }) (fetchNuGet { pname = \"runtime.unix.System.Diagnostics.Debug\"; version = \"4.3.0\"; sha256 = \"1lps7fbnw34bnh3lm31gs5c0g0dh7548wfmb8zz62v0zqz71msj5\"; })"}
{"_id":"q-en-nixpkgs-5d0f9fb567c3a4ad0053edf4ddb016f52b8edaa1b7aab50a3d943950083ccf38","text":"hash = \"sha256-i3zml6LyEnUqNcGsQURx3BbEJMlXO+SSa1b/P10jt68=\"; }; })) sdkmanager yamllint ];"}
{"_id":"q-en-nixpkgs-5d2058410eae738939c98beff352774c4d68ff178f310e2dc71ca58df3cb4955","text":" { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , pdm-backend , packaging , pytestCheckHook }: buildPythonPackage rec { pname = \"dep-logic\"; version = \"0.0.4\"; pyproject = true; disabled = pythonOlder \"3.8\"; src = fetchFromGitHub { owner = \"pdm-project\"; repo = \"dep-logic\"; rev = version; hash = \"sha256-AFiCNzHlo3BADqbjRBruA80cfM6Ytdb+gReEg5hUmro=\"; }; nativeBuildInputs = [ pdm-backend ]; propagatedBuildInputs = [ packaging ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"dep_logic\" ]; meta = { changelog = \"https://github.com/pdm-project/dep-logic/releases/tag/${src.rev}\"; description = \"Python dependency specifications supporting logical operations\"; homepage = \"https://github.com/pdm-project/dep-logic\"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ tomasajt ]; }; } "}
{"_id":"q-en-nixpkgs-5d245267b84312627a02d53399030b18a0b9d4b7419af1c5af3b954cbfb1fe5a","text":"tomli ]; nativeBuildInputs = [ installShellFiles ]; nativeCheckInputs = [ pytestCheckHook git"}
{"_id":"q-en-nixpkgs-5d4e404d66105608d472a993ed4c3eef7d5e7cd05ee041e41ba72e22ba4a1ed6","text":"}: buildLuarocksPackage { pname = \"luafilesystem\"; version = \"1.7.0-2\"; version = \"1.8.0-1\"; knownRockspec = (fetchurl { url = \"mirror://luarocks/luafilesystem-1.7.0-2.rockspec\"; sha256 = \"0xivgn8bbkx1g5a30jrjcv4hg5mpiiyrm3fhlz9lndgbh4cnjrq6\"; url = \"mirror://luarocks/luafilesystem-1.8.0-1.rockspec\"; sha256 = \"18nkaks0b75dmycljg5vljap5w8d0ysdkg96yl5szgzr7nzrymfa\"; }).outPath; src = fetchgit ( removeAttrs (builtins.fromJSON ''{ \"url\": \"https://github.com/keplerproject/luafilesystem\", \"rev\": \"de87218e9798c4dd1a40d65403d99e9e82e1cfa0\", \"date\": \"2017-09-15T20:07:33-03:00\", \"path\": \"/nix/store/20xm4942kvnb8kypg76jl7zrym5cz03c-luafilesystem\", \"sha256\": \"0zmprgkm9zawdf9wnw0v3w6ibaj442wlc6alp39hmw610fl4vghi\", \"rev\": \"7c6e1b013caec0602ca4796df3b1d7253a2dd258\", \"date\": \"2020-04-22T22:16:42-03:00\", \"path\": \"/nix/store/qzjav1cmn4zwclpfs0xzykpbv835d84z-luafilesystem\", \"sha256\": \"16hpwhj6zgkjns3zilcg3lxfijm3cl71v39y9n5lbjk4b9kkwh54\", \"fetchLFS\": false, \"fetchSubmodules\": true, \"deepClone\": false,"}
{"_id":"q-en-nixpkgs-5d5ce3f4d4f99c359d97a87f22d5147eca32cb1ea90dbd1594f41e517c4102e8","text":" From 6737a6b34f4823deb7142f27b4074831a37ac1e1 Mon Sep 17 00:00:00 2001 From: \"H.J. Lu\" Date: Fri, 20 Jul 2018 09:18:47 -0700 Subject: [PATCH] x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed When -z separate-code, which is enabled by default for Linux/x86, is used to create executable, ld won't place any data in the code-only PT_LOAD segment. If there are no data sections placed before the code-only PT_LOAD segment, the program headers won't be mapped into any PT_LOAD segment. When the executable tries to access it (based on the program header address passed in AT_PHDR), it will lead to segfault. This patch inserts a GNU_PROPERTY_X86_ISA_1_USED note if there may be no data sections before the text section so that the first PT_LOAD segment won't be code-only and will contain the program header. Testcases are adjusted to either pass \"-z noseparate-code\" to ld or discard the .note.gnu.property section. A Linux/x86 run-time test is added. bfd/ PR ld/23428 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): If the separate code program header is needed, make sure that the first read-only PT_LOAD segment has no code by adding a GNU_PROPERTY_X86_ISA_1_USED note. ld/ PR ld/23428 * testsuite/ld-elf/linux-x86.S: New file. * testsuite/ld-elf/linux-x86.exp: Likewise. * testsuite/ld-elf/pr23428.c: Likewise. * testsuite/ld-elf/sec64k.exp: Pass \"-z noseparate-code\" to ld for Linux/x86 targets. * testsuite/ld-i386/abs-iamcu.d: Likewise. * testsuite/ld-i386/abs.d: Likewise. * testsuite/ld-i386/pr12718.d: Likewise. * testsuite/ld-i386/pr12921.d: Likewise. * testsuite/ld-x86-64/abs-k1om.d: Likewise. * testsuite/ld-x86-64/abs-l1om.d: Likewise. * testsuite/ld-x86-64/abs.d: Likewise. * testsuite/ld-x86-64/pr12718.d: Likewise. * testsuite/ld-x86-64/pr12921.d: Likewise. * testsuite/ld-linkonce/zeroeh.ld: Discard .note.gnu.property section. * testsuite/ld-scripts/print-memory-usage.t: Likewise. * testsuite/ld-scripts/size-2.t: Likewise. * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use ld to create executable if language is \"asm\". (cherry picked from commit 241e64e3b42cd9eba514b8e0ad2ef39a337f10a5) --- bfd/elfxx-x86.c | 60 ++++++++++++++----- ld/testsuite/ld-elf/linux-x86.S | 63 ++++++++++++++++++++ ld/testsuite/ld-elf/linux-x86.exp | 46 ++++++++++++++ ld/testsuite/ld-elf/pr23428.c | 43 +++++++++++++ ld/testsuite/ld-elf/sec64k.exp | 2 + ld/testsuite/ld-i386/abs-iamcu.d | 2 +- ld/testsuite/ld-i386/abs.d | 2 +- ld/testsuite/ld-i386/pr12718.d | 2 +- ld/testsuite/ld-i386/pr12921.d | 2 +- ld/testsuite/ld-linkonce/zeroeh.ld | 1 + ld/testsuite/ld-scripts/print-memory-usage.t | 2 + ld/testsuite/ld-scripts/size-2.t | 1 + ld/testsuite/ld-x86-64/abs-k1om.d | 2 +- ld/testsuite/ld-x86-64/abs-l1om.d | 2 +- ld/testsuite/ld-x86-64/abs.d | 2 +- ld/testsuite/ld-x86-64/pr12718.d | 2 +- ld/testsuite/ld-x86-64/pr12921.d | 2 +- ld/testsuite/lib/ld-lib.exp | 5 +- 20 files changed, 248 insertions(+), 25 deletions(-) create mode 100644 ld/testsuite/ld-elf/linux-x86.S create mode 100644 ld/testsuite/ld-elf/linux-x86.exp create mode 100644 ld/testsuite/ld-elf/pr23428.c diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c index a2497aab86..2e4ff88f1f 100644 --- a/bfd/elfxx-x86.c +++ b/bfd/elfxx-x86.c @@ -2524,6 +2524,7 @@ _bfd_x86_elf_link_setup_gnu_properties const struct elf_backend_data *bed; unsigned int class_align = ABI_64_P (info->output_bfd) ? 3 : 2; unsigned int got_align; + bfd_boolean has_text = FALSE; features = 0; if (info->ibt) @@ -2538,24 +2539,59 @@ _bfd_x86_elf_link_setup_gnu_properties if (bfd_get_flavour (pbfd) == bfd_target_elf_flavour && bfd_count_sections (pbfd) != 0) { +\tif (!has_text) +\t { +\t /* Check if there is no non-empty text section. */ +\t sec = bfd_get_section_by_name (pbfd, \".text\"); +\t if (sec != NULL && sec->size != 0) +\t has_text = TRUE; +\t } + ebfd = pbfd; if (elf_properties (pbfd) != NULL) break; } - if (ebfd != NULL && features) + bed = get_elf_backend_data (info->output_bfd); + + htab = elf_x86_hash_table (info, bed->target_id); + if (htab == NULL) + return pbfd; + + if (ebfd != NULL) { - /* If features is set, add GNU_PROPERTY_X86_FEATURE_1_IBT and -\t GNU_PROPERTY_X86_FEATURE_1_SHSTK. */ - prop = _bfd_elf_get_property (ebfd, -\t\t\t\t GNU_PROPERTY_X86_FEATURE_1_AND, -\t\t\t\t 4); - prop->u.number |= features; - prop->pr_kind = property_number; + prop = NULL; + if (features) +\t{ +\t /* If features is set, add GNU_PROPERTY_X86_FEATURE_1_IBT and +\t GNU_PROPERTY_X86_FEATURE_1_SHSTK. */ +\t prop = _bfd_elf_get_property (ebfd, +\t\t\t\t\tGNU_PROPERTY_X86_FEATURE_1_AND, +\t\t\t\t\t4); +\t prop->u.number |= features; +\t prop->pr_kind = property_number; +\t} + else if (has_text +\t && elf_properties (ebfd) == NULL +\t && elf_tdata (info->output_bfd)->o->build_id.sec == NULL +\t && !htab->elf.dynamic_sections_created +\t && !info->traditional_format +\t && (info->output_bfd->flags & D_PAGED) != 0 +\t && info->separate_code) +\t{ +\t /* If the separate code program header is needed, make sure +\t that the first read-only PT_LOAD segment has no code by +\t adding a GNU_PROPERTY_X86_ISA_1_USED note. */ +\t prop = _bfd_elf_get_property (ebfd, +\t\t\t\t\tGNU_PROPERTY_X86_ISA_1_USED, +\t\t\t\t\t4); +\t prop->u.number = GNU_PROPERTY_X86_ISA_1_486; +\t prop->pr_kind = property_number; +\t} /* Create the GNU property note section if needed. */ - if (pbfd == NULL) + if (prop != NULL && pbfd == NULL) { sec = bfd_make_section_with_flags (ebfd, NOTE_GNU_PROPERTY_SECTION_NAME, @@ -2581,12 +2617,6 @@ error_alignment: pbfd = _bfd_elf_link_setup_gnu_properties (info); - bed = get_elf_backend_data (info->output_bfd); - - htab = elf_x86_hash_table (info, bed->target_id); - if (htab == NULL) - return pbfd; - htab->r_info = init_table->r_info; htab->r_sym = init_table->r_sym; diff --git a/ld/testsuite/ld-elf/linux-x86.S b/ld/testsuite/ld-elf/linux-x86.S new file mode 100644 index 0000000000..bdf40c6e01 --- /dev/null +++ b/ld/testsuite/ld-elf/linux-x86.S @@ -0,0 +1,63 @@ +\t.text +\t.globl _start +\t.type _start,@function +\t.p2align 4 +_start: +\txorl %ebp, %ebp +#ifdef __LP64__ +\tpopq %rdi +\tmovq %rsp, %rsi +\tandq $~15, %rsp +#elif defined __x86_64__ +\tmov (%rsp),%edi +\taddl $4,%esp +\tmovl %esp, %esi +\tandl $~15, %esp +#else +\tpopl %esi +\tmovl %esp, %ecx +\tandl $~15, %esp + +\tsubl $8,%esp +\tpushl %ecx +\tpushl %esi +#endif + +\tcall main + +\thlt + +\t.type syscall, @function +\t.globl syscall +\t.p2align 4 +syscall: +#ifdef __x86_64__ +\tmovq %rdi, %rax\t\t/* Syscall number -> rax. */ +\tmovq %rsi, %rdi\t\t/* shift arg1 - arg5. */ +\tmovq %rdx, %rsi +\tmovq %rcx, %rdx +\tmovq %r8, %r10 +\tmovq %r9, %r8 +\tmovq 8(%rsp),%r9\t/* arg6 is on the stack. */ +\tsyscall\t\t\t/* Do the system call. */ +#else +\tpush %ebp +\tpush %edi +\tpush %esi +\tpush %ebx +\tmov 0x2c(%esp),%ebp +\tmov 0x28(%esp),%edi +\tmov 0x24(%esp),%esi +\tmov 0x20(%esp),%edx +\tmov 0x1c(%esp),%ecx +\tmov 0x18(%esp),%ebx +\tmov 0x14(%esp),%eax +\tint $0x80 +\tpop %ebx +\tpop %esi +\tpop %edi +\tpop %ebp +#endif +\tret\t\t\t/* Return to caller. */ +\t.size syscall, .-syscall +\t.section .note.GNU-stack,\"\",@progbits diff --git a/ld/testsuite/ld-elf/linux-x86.exp b/ld/testsuite/ld-elf/linux-x86.exp new file mode 100644 index 0000000000..36217c6fb4 --- /dev/null +++ b/ld/testsuite/ld-elf/linux-x86.exp @@ -0,0 +1,46 @@ +# Expect script for simple native Linux/x86 tests. +# Copyright (C) 2018 Free Software Foundation, Inc. +# +# This file is part of the GNU Binutils. +# +# 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, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, +# MA 02110-1301, USA. +# + +# Test very simple native Linux/x86 programs with linux-x86.S. +if { ![isnative] || [which $CC] == 0 + || (![istarget \"i?86-*-linux*\"] + && ![istarget \"x86_64-*-linux*\"] + && ![istarget \"amd64-*-linux*\"]) } { + return +} + +# Add $PLT_CFLAGS if PLT is expected. +global PLT_CFLAGS +# Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required. +global NOPIE_CFLAGS NOPIE_LDFLAGS + +run_ld_link_exec_tests [list + [list +\t\"Run PR ld/23428 test\" +\t\"--no-dynamic-linker -z separate-code\" +\t\"\" +\t{ linux-x86.S pr23428.c } +\t\"pr23428\" +\t\"pass.out\" +\t\"$NOPIE_CFLAGS -fno-asynchronous-unwind-tables\" +\t\"asm\" + ] +] diff --git a/ld/testsuite/ld-elf/pr23428.c b/ld/testsuite/ld-elf/pr23428.c new file mode 100644 index 0000000000..3631ed7926 --- /dev/null +++ b/ld/testsuite/ld-elf/pr23428.c @@ -0,0 +1,43 @@ +#include +#include +#include + +#define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1) + +int +main (int argc, char **argv) +{ + char **ev = &argv[argc + 1]; + char **evp = ev; + ElfW(auxv_t) *av; + const ElfW(Phdr) *phdr = NULL; + size_t phnum = 0; + size_t loadnum = 0; + int fd = STDOUT_FILENO; + size_t i; + + while (*evp++ != NULL) + ; + + av = (ElfW(auxv_t) *) evp; + + for (; av->a_type != AT_NULL; ++av) + switch (av->a_type) + { + case AT_PHDR: +\tphdr = (const void *) av->a_un.a_val; +\tbreak; + case AT_PHNUM: +\tphnum = av->a_un.a_val; +\tbreak; + } + + for (i = 0; i < phnum; i++, phdr++) + if (phdr->p_type == PT_LOAD) + loadnum++; + + syscall (SYS_write, fd, STRING_COMMA_LEN (\"PASSn\")); + + syscall (SYS_exit, !loadnum); + return 0; +} diff --git a/ld/testsuite/ld-elf/sec64k.exp b/ld/testsuite/ld-elf/sec64k.exp index b58139e9dd..3909c0eaa1 100644 --- a/ld/testsuite/ld-elf/sec64k.exp +++ b/ld/testsuite/ld-elf/sec64k.exp @@ -177,6 +177,8 @@ if { ![istarget \"d10v-*-*\"] foreach sfile $sfiles { puts $ofd \"#source: $sfile\" } if { [istarget spu*-*-*] } { puts $ofd \"#ld: --local-store 0:0\" + } elseif { [istarget \"i?86-*-linux*\"] || [istarget \"x86_64-*-linux*\"] } { +\tputs $ofd \"#ld: -z noseparate-code\" } else { puts $ofd \"#ld:\" } diff --git a/ld/testsuite/ld-i386/abs-iamcu.d b/ld/testsuite/ld-i386/abs-iamcu.d index ac9beff2e5..aba7d6b03f 100644 --- a/ld/testsuite/ld-i386/abs-iamcu.d +++ b/ld/testsuite/ld-i386/abs-iamcu.d @@ -2,7 +2,7 @@ #source: abs.s #source: zero.s #as: --32 -march=iamcu -#ld: -m elf_iamcu +#ld: -m elf_iamcu -z noseparate-code #objdump: -rs -j .text .*: file format .* diff --git a/ld/testsuite/ld-i386/abs.d b/ld/testsuite/ld-i386/abs.d index e660aca524..191ee4456a 100644 --- a/ld/testsuite/ld-i386/abs.d +++ b/ld/testsuite/ld-i386/abs.d @@ -2,7 +2,7 @@ #as: --32 #source: abs.s #source: zero.s -#ld: -melf_i386 +#ld: -melf_i386 -z noseparate-code #objdump: -rs .*: file format .* diff --git a/ld/testsuite/ld-i386/pr12718.d b/ld/testsuite/ld-i386/pr12718.d index ec51540a42..7eba52d95e 100644 --- a/ld/testsuite/ld-i386/pr12718.d +++ b/ld/testsuite/ld-i386/pr12718.d @@ -1,6 +1,6 @@ #name: PR ld/12718 #as: --32 -#ld: -melf_i386 +#ld: -melf_i386 -z noseparate-code #readelf: -S There are 5 section headers, starting at offset 0x[0-9a-f]+: diff --git a/ld/testsuite/ld-i386/pr12921.d b/ld/testsuite/ld-i386/pr12921.d index e49079b3c8..ea2da3eb51 100644 --- a/ld/testsuite/ld-i386/pr12921.d +++ b/ld/testsuite/ld-i386/pr12921.d @@ -1,6 +1,6 @@ #name: PR ld/12921 #as: --32 -#ld: -melf_i386 +#ld: -melf_i386 -z noseparate-code #readelf: -S --wide There are 7 section headers, starting at offset 0x[0-9a-f]+: diff --git a/ld/testsuite/ld-linkonce/zeroeh.ld b/ld/testsuite/ld-linkonce/zeroeh.ld index b22eaa12c9..f89855a08f 100644 --- a/ld/testsuite/ld-linkonce/zeroeh.ld +++ b/ld/testsuite/ld-linkonce/zeroeh.ld @@ -2,4 +2,5 @@ SECTIONS { .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) } .gcc_except_table 0x2000 : { *(.gcc_except_table) } .eh_frame 0x4000 : { *(.eh_frame) } + /DISCARD/ : { *(.note.gnu.property) } } diff --git a/ld/testsuite/ld-scripts/print-memory-usage.t b/ld/testsuite/ld-scripts/print-memory-usage.t index 5ff057a5e3..6eda1d2dc4 100644 --- a/ld/testsuite/ld-scripts/print-memory-usage.t +++ b/ld/testsuite/ld-scripts/print-memory-usage.t @@ -11,4 +11,6 @@ SECTIONS *(.data) *(.rw) } + + /DISCARD/ : { *(.note.gnu.property) } } diff --git a/ld/testsuite/ld-scripts/size-2.t b/ld/testsuite/ld-scripts/size-2.t index 723863995e..c3c4eddab4 100644 --- a/ld/testsuite/ld-scripts/size-2.t +++ b/ld/testsuite/ld-scripts/size-2.t @@ -18,4 +18,5 @@ SECTIONS LONG (SIZEOF (.tdata)) LONG (SIZEOF (.tbss)) } :image + /DISCARD/ : { *(.note.gnu.property) } } diff --git a/ld/testsuite/ld-x86-64/abs-k1om.d b/ld/testsuite/ld-x86-64/abs-k1om.d index 2c26639fc0..6b0fde0eed 100644 --- a/ld/testsuite/ld-x86-64/abs-k1om.d +++ b/ld/testsuite/ld-x86-64/abs-k1om.d @@ -2,7 +2,7 @@ #source: ../ld-i386/abs.s #source: ../ld-i386/zero.s #as: --64 -march=k1om -#ld: -m elf_k1om +#ld: -m elf_k1om -z noseparate-code #objdump: -rs -j .text .*: file format .* diff --git a/ld/testsuite/ld-x86-64/abs-l1om.d b/ld/testsuite/ld-x86-64/abs-l1om.d index 1fb96d44b7..f87869f9d0 100644 --- a/ld/testsuite/ld-x86-64/abs-l1om.d +++ b/ld/testsuite/ld-x86-64/abs-l1om.d @@ -2,7 +2,7 @@ #source: ../ld-i386/abs.s #source: ../ld-i386/zero.s #as: --64 -march=l1om -#ld: -m elf_l1om +#ld: -m elf_l1om -z noseparate-code #objdump: -rs -j .text #target: x86_64-*-linux* diff --git a/ld/testsuite/ld-x86-64/abs.d b/ld/testsuite/ld-x86-64/abs.d index b24b018639..d99ab4685d 100644 --- a/ld/testsuite/ld-x86-64/abs.d +++ b/ld/testsuite/ld-x86-64/abs.d @@ -1,7 +1,7 @@ #name: Absolute non-overflowing relocs #source: ../ld-i386/abs.s #source: ../ld-i386/zero.s -#ld: +#ld: -z noseparate-code #objdump: -rs .*: file format .* diff --git a/ld/testsuite/ld-x86-64/pr12718.d b/ld/testsuite/ld-x86-64/pr12718.d index 07d17325d0..2c503ffbaa 100644 --- a/ld/testsuite/ld-x86-64/pr12718.d +++ b/ld/testsuite/ld-x86-64/pr12718.d @@ -1,6 +1,6 @@ #name: PR ld/12718 #as: --64 -#ld: -melf_x86_64 +#ld: -melf_x86_64 -z noseparate-code #readelf: -S --wide There are 5 section headers, starting at offset 0x[0-9a-f]+: diff --git a/ld/testsuite/ld-x86-64/pr12921.d b/ld/testsuite/ld-x86-64/pr12921.d index 6fe6abee09..1162d55818 100644 --- a/ld/testsuite/ld-x86-64/pr12921.d +++ b/ld/testsuite/ld-x86-64/pr12921.d @@ -1,6 +1,6 @@ #name: PR ld/12921 #as: --64 -#ld: -melf_x86_64 +#ld: -melf_x86_64 -z noseparate-code #readelf: -S --wide There are 7 section headers, starting at offset 0x[0-9a-f]+: diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index cfbefe9028..1095091882 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1482,7 +1482,10 @@ proc run_ld_link_exec_tests { ldtests args } { continue } -\tif { [ string match \"c++\" $lang ] } { +\tif { [ string match \"asm\" $lang ] } { +\t set link_proc ld_link +\t set link_cmd $ld +\t} elseif { [ string match \"c++\" $lang ] } { set link_proc ld_link set link_cmd $CXX } else { -- 2.20.1 "}
{"_id":"q-en-nixpkgs-5d892cffe23e6a22f5baa05165ff5ec6f318462e8e68075ea27c67e1f3a051f2","text":"{ lib , stdenv , boost , boost175 , fetchFromGitHub , libpcap , ndn-cxx"}
{"_id":"q-en-nixpkgs-5dcccd30814ef63f1bd6e2c81a260a60e21afe33aa917eeed6c12d16f9076174","text":"addPkgLocalList $out ${octave} wrapOctavePrograms \"${lib.concatStringsSep \" \" packages}\" # We also need to modify the Exec= line of the desktop file, so it will point # to the wrapper we generated above. rm $out/share/applications # should be a symlink to ${octave}/share/applications mkdir $out/share/applications substitute ${octave}/share/applications/org.octave.Octave.desktop $out/share/applications/org.octave.Octave.desktop --replace-fail ${octave}/bin/octave $out/bin/octave '' + postBuild; inherit (octave) meta;"}
{"_id":"q-en-nixpkgs-5dd34193720a6ec8f05b7ec390fa9b1e74a88580da098a5c7584ddde57be4f91","text":" { lib, stdenv, fetchurl, makeWrapper, jre_headless, gawk }: stdenv.mkDerivation rec { pname = \"nexus\"; version = \"3.68.1-02\"; src = fetchurl { url = \"https://download.sonatype.com/nexus/3/nexus-${version}-unix.tar.gz\"; hash = \"sha256-VHS4KDFgU3djteDzDAe43TZIwRG/8bb7u3usoOCJS5M=\"; }; preferLocalBuild = true; sourceRoot = \"${pname}-${version}\"; nativeBuildInputs = [ makeWrapper ]; patches = [ ./nexus-bin.patch ./nexus-vm-opts.patch ]; postPatch = '' substituteInPlace bin/nexus.vmoptions --replace ../sonatype-work /var/lib/sonatype-work --replace etc/karaf $out/etc/karaf --replace =. =$out ''; installPhase = '' runHook preInstall mkdir -p $out cp -rfv * .install4j $out rm -fv $out/bin/nexus.bat wrapProgram $out/bin/nexus --set JAVA_HOME ${jre_headless} --set ALTERNATIVE_NAME \"nexus\" --prefix PATH \"${lib.makeBinPath [ gawk ]}\" runHook postInstall ''; meta = with lib; { description = \"Repository manager for binary software components\"; homepage = \"https://www.sonatype.com/products/sonatype-nexus-oss\"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.epl10; platforms = platforms.all; maintainers = with maintainers; [ aespinosa ironpinguin zaninime ]; }; } "}
{"_id":"q-en-nixpkgs-5e13d47815669876cefa7d5817e8c0038c1ea87c8ff2bd94a09f9e7763ebc2fb","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":"q-en-nixpkgs-5e1afb46c5f2ac14cb4049de4bd440689cc02f8922d50732b5ee1773a10774f0","text":"description = \"Renew ACME Certificate for ${cert}\"; after = [ \"network.target\" \"network-online.target\" ]; wants = [ \"network-online.target\" ]; wantedBy = [ \"multi-user.target\" ]; serviceConfig = { Type = \"oneshot\"; # With RemainAfterExit the service is considered active even"}
{"_id":"q-en-nixpkgs-5e1b4db28050b0670fcad611d1c48143cb1e46506cf252a6b28251729166610e","text":"buildInputs = [autoconf cmake automake libtool gfortran clang gnumake hwloc jre liblapack blas hdf5 expat ncurses readline qt4 webkitgtk which lp_solve omniorb sqlite libatomic_ops pkgconfig file gettext flex bison doxygen boost openscenegraph gnome2.gtkglext pangox_compat xorg.libXmu doxygen boost openscenegraph gnome2.gtkglext xorg.libXmu git gtk2 makeWrapper]; hardeningDisable = [ \"format\" ];"}
{"_id":"q-en-nixpkgs-5e6ebdc460f433a52227a3b839d46ebbd90c3398dc33077620c86e437d5fd0b1","text":"dataclasses ]; buildInputs = [ libX11 libXinerama libXrandr ]; postPatch = '' substituteInPlace screeninfo/enumerators/xinerama.py --replace 'load_library(\"X11\")' 'ctypes.cdll.LoadLibrary(\"${libX11}/lib/libX11.so\")' --replace 'load_library(\"Xinerama\")' 'ctypes.cdll.LoadLibrary(\"${libXinerama}/lib/libXinerama.so\")' substituteInPlace screeninfo/enumerators/xrandr.py --replace 'load_library(\"X11\")' 'ctypes.cdll.LoadLibrary(\"${libX11}/lib/libX11.so\")' --replace 'load_library(\"Xrandr\")' 'ctypes.cdll.LoadLibrary(\"${libXrandr}/lib/libXrandr.so\")' ''; checkInputs = [ pytestCheckHook"}
{"_id":"q-en-nixpkgs-5e9ce78ffd34c3bf8ef29a6e4eddbb7abef4746c6b281526ff155c7da714ae08","text":" { lib, stdenv, fetchurl, makeDesktopItem, copyDesktopItems, unzip, autoPatchelfHook, atk, at-spi2-atk, cups, libdrm, gtk3, pango, cairo, libX11, libXcomposite, libXdamage, libXext, libXfixes, libXrandr, mesa, expat, libxcb, alsa-lib, nss, nspr, vips, wrapGAppsHook3, udev, libGL, }: let inherit (stdenv.hostPlatform) system; throwSystem = throw \"Unsupported system: ${system}\"; pname = \"waveterm\"; version = \"0.8.7\"; suffix = { x86_64-linux = \"waveterm-linux-x64-${version}.zip\"; aarch64-linux = \"waveterm-linux-arm64-${version}.zip\"; x86_64-darwin = \"Wave-darwin-universal-${version}.zip \"; aarch64-darwin = \"Wave-darwin-arm64-${version}.zip\"; } .${system} or throwSystem; src = fetchurl { url = \"https://github.com/wavetermdev/waveterm/releases/download/v${version}/${suffix}\"; hash = { x86_64-linux = \"sha256-pWBKZid8sumi/EP3DA5KcLnZsHsuKYK6E6NHXdWKh8s=\"; aarch64-linux = \"sha256-2paRX+OGPSEktV4S+V43ZE9UgltLYZ+Nyba5/miBQkA=\"; x86_64-darwin = \"sha256-tsqw597gQIMnQ/OPZhrWwaRliF94KyS+ryajttDLqBA=\"; aarch64-darwin = \"sha256-PD38UBSNKuv836P/py/CtrLOlddHa0+w7R20YVY4Ybc=\"; } .${system} or throwSystem; }; desktopItems = [ (makeDesktopItem { name = \"waveterm\"; exec = \"waveterm --no-sandbox %U\"; icon = fetchurl { url = \"https://raw.githubusercontent.com/wavetermdev/waveterm/refs/tags/v${version}/build/appicon.png\"; hash = \"sha256-qob27/64C9XPBtXghxg5/g0qRaiOUOpuFYL1n7/aEB0=\"; }; startupWMClass = \"Wave\"; comment = \"Open-Source AI-Native Terminal Built for Seamless Workflows\"; desktopName = \"Wave\"; genericName = \"Terminal Emulator\"; categories = [ \"Development\" \"Utility\" \"TerminalEmulator\" ]; keywords = [ \"developer\" \"terminal\" \"emulator\" ]; }) ]; unpackPhase = '' runHook preUnpack unzip ${src} -d ./ runHook postUnpack ''; meta = { description = \"Open-source, cross-platform terminal for seamless workflows\"; homepage = \"https://www.waveterm.dev\"; mainProgram = \"waveterm\"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.asl20; platforms = [ \"aarch64-linux\" \"aarch64-darwin\" \"x86_64-linux\" \"x86_64-darwin\" ]; maintainers = with lib.maintainers; [ aucub ]; }; linux = stdenv.mkDerivation { inherit pname version src desktopItems unpackPhase ; nativeBuildInputs = [ unzip copyDesktopItems autoPatchelfHook wrapGAppsHook3 ]; buildInputs = [ atk at-spi2-atk cups libdrm gtk3 pango cairo libX11 libXcomposite libXdamage libXext libXfixes libXrandr mesa expat libxcb alsa-lib nss nspr vips ]; runtimeDependencies = map lib.getLib [ udev ]; installPhase = '' runHook preInstall mkdir -p $out/waveterm $out/bin cp -r ./* $out/waveterm/ runHook postInstall ''; preFixup = '' makeWrapper $out/waveterm/waveterm $out/bin/waveterm --prefix LD_LIBRARY_PATH : \"${ lib.makeLibraryPath [ libGL ] }\" ''; }; darwin = stdenv.mkDerivation { inherit pname version src unpackPhase meta ; nativeBuildInputs = [ unzip ]; sourceRoot = \"Wave.app\"; installPhase = '' runHook preInstall mkdir -p $out/Applications/Wave.app cp -R . $out/Applications/Wave.app runHook postInstall ''; }; in if stdenv.hostPlatform.isDarwin then darwin else linux "}
{"_id":"q-en-nixpkgs-5ea83e02bd601ee38aaf29f357ad34fc3f5517e846e0ca449d2381daa0faa916","text":" { lib, stdenv { lib , stdenv , fetchurl , fetchpatch2 , meson , ninja , gtk3"}
{"_id":"q-en-nixpkgs-5eb56faed80dabb7fa8e367d2c7f873b8ca8653fee904a05e3d7770a4cb46e4f","text":"export CHROME_DEVEL_SANDBOX=\"$sandbox/bin/${sandboxExecutableName}\" fi # Make generated desktop shortcuts have a valid executable name. export CHROME_WRAPPER='chromium' '' + lib.optionalString (libPath != \"\") '' # To avoid loading .so files from cwd, LD_LIBRARY_PATH here must not # contain an empty section before or after a colon."}
{"_id":"q-en-nixpkgs-5eba4bb4bdd4f9a620b833e225b5bdfcf3549117f0ab0227ef83782a8a0d7e6b","text":"}: stdenv.mkDerivation rec { name = \"nsd-4.1.7\"; name = \"nsd-4.1.9\"; src = fetchurl { url = \"http://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz\"; sha256 = \"12hskfgfbkvcgpa1xxkqd8lnc6xvln1amn97x6avfnj9kfrbxa3v\"; sha256 = \"1wn8jm5kpp81m88c77j97850mnmd87yaw8qp3xsdwcakcd6j44dq\"; }; buildInputs = [ libevent openssl ];"}
{"_id":"q-en-nixpkgs-5ec8ed348bad3779409ae016a369e0f1fddbe8d7c6060f7e5e422b73a372dd94","text":" diff --git a/src/libsystemd/sd-device/device-monitor.c b/src/libsystemd/sd-device/device-monitor.c index fd5900704d..f9106fdbe5 100644 --- a/src/libsystemd/sd-device/device-monitor.c +++ b/src/libsystemd/sd-device/device-monitor.c @@ -445,9 +445,6 @@ int device_monitor_receive_device(sd_device_monitor *m, sd_device **ret) { \"sd-device-monitor: No sender credentials received, message ignored.\"); cred = (struct ucred*) CMSG_DATA(cmsg); - if (cred->uid != 0) - return log_debug_errno(SYNTHETIC_ERRNO(EAGAIN), - \"sd-device-monitor: Sender uid=\"UID_FMT\", message ignored.\", cred->uid); if (streq(buf.raw, \"libudev\")) { /* udev message needs proper version magic */ "}
{"_id":"q-en-nixpkgs-5fcdaf56bf71fa6c48d8e5ebb8d021086f826411148a9e058da47eae98863397","text":"# rewritten to /nix/store//bin/python. Interpreters that are # already in the store are left untouched. fixupOutputHooks+=('if [ -z \"$dontPatchShebangs\" -a -e \"$prefix\" ]; then patchShebangs \"$prefix\"; fi') fixupOutputHooks+=(patchShebangsAuto) # Run patch shebangs on a directory. # patchShebangs [--build | --host] directory # Flags: # --build : Lookup commands available at build-time # --host : Lookup commands available at runtime # Example use cases, # $ patchShebangs --host /nix/store/...-hello-1.0/bin # $ patchShebangs --build configure patchShebangs() { local pathName if [ \"$1\" = \"--host\" ]; then pathName=HOST_PATH shift elif [ \"$1\" = \"--build\" ]; then pathName=PATH shift fi local dir=\"$1\" header \"patching script interpreter paths in $dir\" local f local oldPath"}
{"_id":"q-en-nixpkgs-5ffe02f2fe81e66a3457d9dd70be793169beaa1cb2729533936056cd24ee88c8","text":" { stdenv, fetchurl, pkgconfig, e19, xlibs, libffi, pam, alsaLib, luajit, bzip2, libpthreadstubs, gdbm, libcap, set_freqset_setuid ? false }: { stdenv, fetchurl, pkgconfig, e19, xlibs, libffi, pam, alsaLib, luajit, bzip2 , libpthreadstubs, gdbm, libcap, mesa_glu, xkeyboard_config, set_freqset_setuid ? false }: stdenv.mkDerivation rec { name = \"enlightenment-${version}\";"}
{"_id":"q-en-nixpkgs-601c75c6a6408252c55088ea2330ddc96a5922f8bc1c6734722048ff30b9eda5","text":"pname = \"azure-cli-core\"; inherit version src; patches = [ (fetchpatch { name = \"fix-python311.patch\"; url = \"https://github.com/Azure/azure-cli/commit/a5198b578b17de934e15b1c92e369e45323e9658.patch\"; hash = \"sha256-qbyKF6Vvtz8QwY78sG7ptTVcbM2IR+phntOKqsrWetE=\"; stripLen = 2; includes = [ \"azure/cli/core/tests/test_command_registration.py\" \"azure/cli/core/tests/test_help.py\" \"azure/cli/core/tests/test_parser.py\" ]; }) ]; sourceRoot = \"${src.name}/src/azure-cli-core\"; propagatedBuildInputs = with self; ["}
{"_id":"q-en-nixpkgs-601fc8c7f5803c92f153d89c11ac16609b5ff71e3bb1b3631a895bbf34b0842e","text":" { stdenv, lib, fetchFromGitHub, pkgconfig, cmake, git, doxygen, help2man, ncurses, tecla { stdenv, lib, fetchFromGitHub, fetchpatch, pkgconfig, cmake, git, doxygen, help2man, ncurses, tecla , libusb1, udev }: let"}
{"_id":"q-en-nixpkgs-606967d83fa25a032c1981cba42ed1f5e092c545bf5615e14d109e68e7e0fb20","text":"fi ''} # ensure wpa_supplicant.conf exists, or the daemon will fail to start ${optionalString cfg.allowAuxiliaryImperativeNetworks '' touch /etc/wpa_supplicant.conf ''} # substitute environment variables if [ -f \"${configFile}\" ]; then ${pkgs.gawk}/bin/awk '{"}
{"_id":"q-en-nixpkgs-606bc89a735813a19d59f080d4d05fe48cc13589765e384cda2b4224d812ba1d","text":", blas , boost , python , ocl-icd , cudatoolkit , nvidia_x11 , gtest"}
{"_id":"q-en-nixpkgs-60802a70e32baa902dbe594c4e3ff5acbad775c917268b0c8e381b40385c3293","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":"q-en-nixpkgs-609756bae61de4877db50c1f5739bdf125628d3f350e2decd5bfe96484b72ade","text":"sed 's/[~<>=][^;]*//' -i requirements.txt ''; nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python.pkgs; [ setuptools wheel ]; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python.pkgs; [ # See https://github.com/Flexget/Flexget/blob/master/requirements.txt apscheduler beautifulsoup4"}
{"_id":"q-en-nixpkgs-610da41c6b51ef9505236eabf4f39730567066a3d80bdc117554c07005206665","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":"q-en-nixpkgs-61167d17d41fbf9ac36e0e7118f1cf4d8d373050eefc3c6e608b2243ac6b7173","text":"stdenv.mkDerivation rec { pname = \"rgbds\"; version = \"0.6.1\"; version = \"0.7.0\"; src = fetchFromGitHub { owner = \"gbdev\"; repo = \"rgbds\"; rev = \"v${version}\"; sha256 = \"sha256-3mx4yymrOQnP5aJCzPWl5G96WBxt1ixU6tdzhhOsF04=\"; hash = \"sha256-aktKJlwXpHpjSFxoz5wZJPGWZIcn4ax5iBP0GQEux78=\"; }; nativeBuildInputs = [ bison flex pkg-config ]; buildInputs = [ libpng ]; postPatch = '' patchShebangs --host src/bison.sh ''; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin \"-fno-lto\"; installFlags = [ \"PREFIX=${placeholder \"out\"}\" ];"}
{"_id":"q-en-nixpkgs-6142b18b37830d678edc9b5a6bb85e735f10e02b955996d728afe2e132be5de6","text":"vlc = libsForQt5.vlc; vlc_npapi = callPackage ../applications/video/vlc/plugin.nix { gtk = gtk2; }; vlc_qt5 = vlc; vmpk = callPackage ../applications/audio/vmpk { };"}
{"_id":"q-en-nixpkgs-6184e8397866f738a88c5caabb14fe4f7ce0cfd7cf8c3c0ecd9e118e1c095cfe","text":" # Test configuration switching. import ./make-test.nix ({ pkgs, ...} : { name = \"switch-test\"; meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ gleber ]; }; nodes = { machine = { config, lib, pkgs, ... }: { users.mutableUsers = false; }; other = { config, lib, pkgs, ... }: { users.mutableUsers = true; }; }; testScript = {nodes, ...}: let originalSystem = nodes.machine.config.system.build.toplevel; otherSystem = nodes.other.config.system.build.toplevel; in '' $machine->succeed(\"env -i ${originalSystem}/bin/switch-to-configuration test | tee /dev/stderr\"); $machine->succeed(\"env -i ${otherSystem}/bin/switch-to-configuration test | tee /dev/stderr\"); ''; }) "}
{"_id":"q-en-nixpkgs-61afe90675ffb5ad63cfdc9ebda1fef221b67eb9a5b936b8ce81d22c2db19ad1","text":" { stdenv, lib, symlinkJoin, gimp, makeWrapper, gimpPlugins, plugins ? null}: { stdenv, lib, symlinkJoin, gimp, makeWrapper, gimpPlugins, gnome3, plugins ? null}: let allPlugins = lib.filter (pkg: builtins.isAttrs pkg && pkg.type == \"derivation\" && !pkg.meta.broken or false) (lib.attrValues gimpPlugins);"}
{"_id":"q-en-nixpkgs-61e2c4e41ce195d3167cb5fc9945cb152cdedaa04f74d9da8dbc416051fcc9a3","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":"q-en-nixpkgs-61ff2a99e1095143025c47c751822f1e475dc7d5d3a818a73f0d3e3a676d5915","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":"q-en-nixpkgs-626ea5f575c6d624a776338c41335b62d78a4b24de7ccde0f70c65db76a799b4","text":"depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ setupHook pkg-config ] ++ lib.optionals buildDocs [ texinfo ]; ++ lib.optionals buildDocs [ texinfo ] ++ lib.optionals withQt5 [ wrapQtAppsHook ]; buildInputs = [] ++ lib.optionals useSharedLibraries [ bzip2 curlMinimal expat libarchive xz zlib libuv rhash ]"}
{"_id":"q-en-nixpkgs-627e30343e17c3478525f9ead7dfb5637d89ec943099d1860fd79e7de617e530","text":"ruby-mine = buildRubyMine rec { name = \"ruby-mine-${version}\"; version = \"2019.3.3\"; /* updated by script */ version = \"2019.3.4\"; /* updated by script */ description = \"The Most Intelligent Ruby and Rails IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz\"; sha256 = \"0lkzb3rifr7r23vijcz7rqcxjpykx7dkghiq5prk1zz83hzi4b2j\"; /* updated by script */ sha256 = \"13lwrqrkg5vk0azqfhr67psgv1idvkxwjxly2xawr6cy5vnrcd8s\"; /* updated by script */ }; wmClass = \"jetbrains-rubymine\"; update-channel = \"RubyMine RELEASE\";"}
{"_id":"q-en-nixpkgs-62b6f6b3fd301cd7a7ded3ac66f17442ab1dda6dcea1a05ced8ec80691bd2d05","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":"q-en-nixpkgs-62ee6f267ce331541179bb9bf8948c69b04d6cf8a36522ee82b783365242881f","text":"--replace '#!/usr/bin/env bash' '#!${runtimeShell}' # Patch the mimetype database location which is missing on NixOS. substituteInPlace src/mime/type_unix.go --replace '/etc/mime.types' '${mailcap}/etc/mime.types' # but also allow static binaries built with NixOS to run outside nix sed -i 's,\"/etc/mime.types,\"${mailcap}/etc/mime.types\",nt&,' src/mime/type_unix.go # Disabling the 'os/http/net' tests (they want files not available in # chroot builds)"}
{"_id":"q-en-nixpkgs-63461dd4a97fdff07cea7bcf92eef9e84cb5221199376d7cc60a524b3160d150","text":"SDL2_image SDL2_net speexdsp ]; ] ++ lib.optionals stdenv.isLinux [ alsa-lib ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ AudioUnit Carbon Cocoa ]); desktopItems = [ (makeDesktopItem {"}
{"_id":"q-en-nixpkgs-6350531e0af79eec94b64e6a2d9c483cf7be75c9f38d7a8dff4bb78c11a0e410","text":"ulimit -s 20000 export PYSCF_CONFIG_FILE=$(pwd)/pyscf/pyscf_config.py ''; # As defined for the PySCF CI at https://github.com/pyscf/pyscf/blob/master/.github/workflows/run_tests.sh # minus some additionally numerically instable tests, that are sensitive to BLAS, FFTW, etc. checkPhase = '' runHook preCheck nosetests pyscf/ -v --exclude-dir=examples --exclude-dir=pyscf/pbc/grad --exclude-dir=pyscf/x2c --exclude-dir=pyscf/adc --exclude-dir=pyscf/pbc/tdscf -e test_bz -e h2o_vdz -e test_mc2step_4o4e -e test_ks_noimport -e test_jk_hermi0 -e test_j_kpts -e test_k_kpts -e test_lda -e high_cost -e skip -e call_in_background -e libxc_cam_beta_bug -e test_finite_diff_rks_eph -e test_finite_diff_uks_eph -e test_finite_diff_roks_grad -e test_finite_diff_df_roks_grad -e test_frac_particles -e test_nosymm_sa4_newton -e test_pipek -e test_n3_cis_ewald -e test_veff -I test_kuccsd_supercell_vs_kpts.py -I test_kccsd_ghf.py -I test_h_.*.py --exclude-test=pyscf/pbc/gw/test/test_kgw_slow_supercell.DiamondTestSupercell3 --exclude-test=pyscf/pbc/gw/test/test_kgw_slow_supercell.DiamondKSTestSupercell3 --exclude-test=pyscf/pbc/gw/test/test_kgw_slow.DiamondTestSupercell3 --exclude-test=pyscf/pbc/gw/test/test_kgw_slow.DiamondKSTestSupercell3 --exclude-test=pyscf/pbc/tdscf/test/test_krhf_slow_supercell.DiamondTestSupercell3 --exclude-test=pyscf/pbc/tdscf/test/test_kproxy_hf.DiamondTestSupercell3 --exclude-test=pyscf/pbc/tdscf/test/test_kproxy_ks.DiamondTestSupercell3 --exclude-test=pyscf/pbc/tdscf/test/test_kproxy_supercell_hf.DiamondTestSupercell3 --exclude-test=pyscf/pbc/tdscf/test/test_kproxy_supercell_ks.DiamondTestSupercell3 -I .*_slow.*py -I .*_kproxy_.*py -I test_proxy.py tdscf/*_slow.py gw/*_slow.py # Numerically slightly off tests disabledTests = [ \"test_tdhf_singlet\" \"test_ab_hf\" \"test_ea\" \"test_bz\" \"h2o_vdz\" \"test_mc2step_4o4e\" \"test_ks_noimport\" \"test_jk_hermi0\" \"test_j_kpts\" \"test_k_kpts\" \"test_lda\" \"high_cost\" \"skip\" \"call_in_background\" \"libxc_cam_beta_bug\" \"test_finite_diff_rks_eph\" \"test_finite_diff_uks_eph\" \"test_finite_diff_roks_grad\" \"test_finite_diff_df_roks_grad\" \"test_frac_particles\" \"test_nosymm_sa4_newton\" \"test_pipek\" \"test_n3_cis_ewald\" \"test_veff\" \"test_collinear_kgks_gga\" ]; runHook postCheck ''; pytestFlagsArray = [ \"--ignore=pyscf/pbc/tdscf\" \"--ignore=pyscf/pbc/gw\" \"--ignore-glob=*_slow.*py\" \"--ignore-glob=*_kproxy_.*py\" \"--ignore-glob=test_proxy.py\" ]; meta = with lib; { description = \"Python-based simulations of chemistry framework\";"}
{"_id":"q-en-nixpkgs-63560ad3c9742be35c0d1c9ee927b40c8a0a6c33fa71f362f532cb56dc997e50","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":"q-en-nixpkgs-636de268b9fb592effb1ff5c88b123f4682152cc3c1b5d3487d134f0d68198fe","text":"port = 1888; tlsPort = 1889; anonPort = 1890; bindTestPort = 1891; password = \"VERY_secret\"; hashedPassword = \"$7$101$/WJc4Mp+I+uYE9sR$o7z9rD1EYXHPwEP5GqQj6A7k4W1yVbePlb8TqNcuOLV9WNCiDgwHOB0JHC1WCtdkssqTBduBNUnUGd6kmZvDSw==\"; topic = \"test/foo\";"}
{"_id":"q-en-nixpkgs-636e33c342375d2c33f6da558a7813bc13df1ba5a7d49f5fd5c1c37e88f6ed15","text":"Configuring To enable PostgreSQL, add the following to your configuration.nix: To enable PostgreSQL, add the following to your configuration.nix: = true; = pkgs.postgresql_11; Note that you are required to specify the desired version of PostgreSQL (e.g. pkgs.postgresql_11). Since upgrading your PostgreSQL version requires a database dump and reload (see below), NixOS cannot provide a default value for such as the most recent release of PostgreSQL. Note that you are required to specify the desired version of PostgreSQL (e.g. pkgs.postgresql_11). Since upgrading your PostgreSQL version requires a database dump and reload (see below), NixOS cannot provide a default value for such as the most recent release of PostgreSQL. ``` ::: "}
{"_id":"q-en-nixpkgs-64081dcdab0629ad2e48478727358f48ca7ed3925b27f5a3ad70d06143129bee","text":", qtbase , qttools , qtwayland , rtaudio , rtaudio_6 , rtmidi , wrapQtAppsHook }:"}
{"_id":"q-en-nixpkgs-6408951ddb56ae3e200c2439afc8f6e52b29e80fd6ac585697610236def625e1","text":"python3Packages.buildPythonApplication rec { pname = \"heisenbridge\"; version = \"1.6.0\"; version = \"1.7.0\"; src = fetchFromGitHub { owner = \"hifi\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-Q7xqKjAUBHh87VAgsgDOCPDINDh0yUdr3UoUlLqJr5k=\"; sha256 = \"sha256-rN+qoBS9zIy5EHlFQxgAlcz9haoYJNMKJ2wlS46UOi0=\"; }; postPatch = '' echo \"${version}\" > heisenbridge/version.txt substituteInPlace setup.cfg --replace \"mautrix >=0.10.5, <0.11\" \"mautrix >=0.10.5, <0.12\" ''; propagatedBuildInputs = with python3Packages; ["}
{"_id":"q-en-nixpkgs-64265dd3a8770f3267d3a07771d308e72ad86a14f496bde21b3a2ccf8a9622c4","text":"serviceConfig.PrivateNetwork = \"yes\"; serviceConfig.NoNewPrivileges = \"yes\"; serviceConfig.ReadOnlyDirectories = \"/\"; serviceConfig.ReadWriteDirectories = cfg.output; serviceConfig.ReadWriteDirectories = dirOf cfg.output; }; systemd.timers.update-locatedb = mkIf cfg.enable"}
{"_id":"q-en-nixpkgs-6441efa3a6e132054d0852dd0ba2e237c9a3f84244585c17b2be6b031854e04c","text":"buildPythonPackage rec { pname = \"scs\"; version = \"3.0.0\"; version = \"3.2.3\"; src = fetchFromGitHub { owner = \"bodono\"; repo = \"scs-python\"; rev = version; hash = \"sha256-7OgqCo21S0FDev8xv6/8iGFXg8naVi93zd8v1f9iaWw=\"; hash = \"sha256-/5yGvZy3luGQkbYcsb/6TZLYou91lpA3UKONviMVpuM=\"; fetchSubmodules = true; };"}
{"_id":"q-en-nixpkgs-645239bb1fbe2bcaae745eeae5a1204d4a80792587e70c229cd62296851fe916","text":"}; testScript = '' import json def mosquitto_cmd(binary, user, topic, port): return ( \"mosquitto_{} \""}
{"_id":"q-en-nixpkgs-6472a4fb63e9abccb63d71cb9e45f4587ed1c0a64eace380169cd8a45e1c7f55","text":"# https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=956ea65cd707707c0f725930214cbc781367a831 ./bfd-elf-Dont-read-non-existing-secondary-relocs.patch # Fix building plv8’s v8. # https://github.com/NixOS/nixpkgs/issues/134190 # Obtained from: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=586e30940e640f67bd55bd72e1d1355a4faf8079 ./gold-Update-GNU_PROPERTY_X86_XXX-macros.patch ./CVE-2020-35448.patch ] ++ lib.optional stdenv.targetPlatform.isiOS ./support-ios.patch ++ # This patch was suggested by Nick Clifton to fix"}
{"_id":"q-en-nixpkgs-6482cf4dc96f5c6a390898216a5c3967bbad86249f43362d7a25b2b2910aac6f","text":"subversion = common { version = \"1.12.2\"; sha256 = \"0wgpw3kzsiawzqk4y0xgh1z93kllxydgv4lsviim45y5wk4bbl1v\"; extraPatches = [ ./CVE-2020-17525.patch ]; }; }"}
{"_id":"q-en-nixpkgs-64be29cd80bf21744e9d6f9c104ee26d856410c51c1d2222ad77a7299ff7cf07","text":"description = \"A daemon that implements the UPnP Internet Gateway Device (IGD) specification\"; platforms = platforms.linux; license = licenses.bsd3; mainProgram = \"miniupnpd\"; }; }"}
{"_id":"q-en-nixpkgs-64dcf8582c382eb3fcc5e43b4533a5acceed4ac47cc40ba68e38fb71bc97ceec","text":"machine.wait_until_succeeds( \"curl --fail -L http://localhost:8080/\" ) _, out = machine.execute(\"grep SABCTools /var/lib/sabnzbd/logs/sabnzbd.log\") machine.log(out) machine.fail(\"grep 'SABCTools disabled: no correct version found!' /var/lib/sabnzbd/logs/sabnzbd.log\") ''; })"}
{"_id":"q-en-nixpkgs-64ea4416f77272820ac440814e2de68ff22724fd05c59d6f7cc70941bd04e356","text":"./thisroot.patch # https://sft.its.cern.ch/jira/browse/ROOT-8728 (fetchpatch { url = \"https://sft.its.cern.ch/jira/secure/attachment/20025/0001-std-string_view-has-no-more-to_string.patch\"; sha256 = \"0ngyk960xfrcsj4vhr1ax8h85fx0g1cfycxi3k35a6ych2zmyg8q\"; }) ./ROOT-8728-extra.patch ];"}
{"_id":"q-en-nixpkgs-64f78f4046cb1e0493f60ff6d3c02a33ff91fd286e436e28666b922402069e23","text":"}; nativeBuildInputs = [ pkg-config intltool pkg-config intltool makeWrapper ]; buildInputs = ["}
{"_id":"q-en-nixpkgs-65144b17032448ea3177963968e6d1196e656b22c12e6c896400201581a5273d","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":"q-en-nixpkgs-651a4278b19af88294e0c363603c469fdac26d9eae8f9b5621d9bdb217870c80","text":"description = \"The node agent for Tailscale, a mesh VPN built on WireGuard\"; license = licenses.bsd3; mainProgram = \"tailscale\"; maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 jk ]; maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 jk mfrw ]; }; }"}
{"_id":"q-en-nixpkgs-652ab16448c5c51a84a23ee266a09d6120053e9d1017c4b5e5085ac1b883b00e","text":"${optionalString (cfg.smtp.passwordFile != null) ''password: \"@smtpPassword@\",''} domain: \"${cfg.smtp.domain}\", ${optionalString (cfg.smtp.authentication != null) \"authentication: :${cfg.smtp.authentication},\"} enable_starttls_auto: ${toString cfg.smtp.enableStartTLSAuto}, enable_starttls_auto: ${boolToString cfg.smtp.enableStartTLSAuto}, ca_file: \"/etc/ssl/certs/ca-certificates.crt\", openssl_verify_mode: '${cfg.smtp.opensslVerifyMode}' }"}
{"_id":"q-en-nixpkgs-653f170efee50b207dee69a7435fa295865cf5cb9ebb5132caba0374514ab998","text":"url = \"https://chromium.googlesource.com/chromium/tools/build/+/e77882e0dde52c2ccf33c5570929b75b4a2a2522/recipes/recipe_modules/chromium/resources/clang-format?format=TEXT\"; sha256 = \"0ic3hn65dimgfhakli1cyf9j3cxcqsf1qib706ihfhmlzxf7256l\"; }; # https://webrtc-review.googlesource.com/c/src/+/255601 webrtcWaylandScreenshareCoredumpFix = fetchurl { # PipeWire capturer: check existence of cursor metadata name = \"webrtc-wayland-screenshare-coredump-fix.patch\"; url = \"https://webrtc-review.googlesource.com/changes/src~255601/revisions/2/patch?download\"; hash = \"sha256-PHGwEoYhMa+ZL2ner10FwdGUWUxsVr+HWuZOAEugYDY=\"; }; # The additional attributes for creating derivations based on the chromium # source tree."}
{"_id":"q-en-nixpkgs-654ec00e73af648eaacba16fc17743ab17bc25caeaa8a6e1ef32670c937f6c1a","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":"q-en-nixpkgs-65747089679383a875913a177cd93d8a7fc4bab504ff08bca02df361c21e57e0","text":"gst-plugins = with gst_all; [ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg ]; gtk_modules = [ libcanberra_gtk2 ]; in stdenv.mkDerivation { in stdenv.mkDerivation { inherit name; desktopItem = makeDesktopItem { name = browserName; exec = browserName + \" %U\"; exec = \"${browserName}${nameSuffix} %U\"; inherit icon; comment = \"\"; desktopName = desktopName; desktopName = \"${desktopName}${nameSuffix}\"; genericName = \"Web Browser\"; categories = \"Application;Network;WebBrowser;\"; mimeType = stdenv.lib.concatStringsSep \";\" ["}
{"_id":"q-en-nixpkgs-65d4532bf1fc3af09b9c597b621e3a30fa9340140556f4adaad9b5b8adee6a09","text":"primeEnabled = syncCfg.enable || reverseSyncCfg.enable || offloadCfg.enable; busIDType = lib.types.strMatching \"([[:print:]]+[:@][0-9]{1,3}:[0-9]{1,2}:[0-9])?\"; ibtSupport = cfg.open || (nvidia_x11.ibtSupport or false); settingsFormat = pkgs.formats.keyValue {}; in { settingsFormat = pkgs.formats.keyValue { }; in { options = { hardware.nvidia = { datacenter.enable = lib.mkEnableOption ''"}
{"_id":"q-en-nixpkgs-65d71d8ca15e832d37e17d6c2079f878113795f997ba06a2a5452d6c4d7bb023","text":"./programs/light.nix ./programs/mosh.nix ./programs/mininet.nix ./programs/msmtp.nix ./programs/mtr.nix ./programs/nano.nix ./programs/neovim.nix"}
{"_id":"q-en-nixpkgs-65ed293097beb870ca0709788f2490dd425b04400a0cc91e42ea1ad06146918b","text":"buildGoModule rec { pname = \"senpai\"; version = \"0.2.0\"; version = \"0.3.0\"; src = fetchFromSourcehut { owner = \"~taiite\"; owner = \"~delthas\"; repo = \"senpai\"; rev = \"v${version}\"; sha256 = \"sha256-q167og8S8YbLcREZ7DVbJhjMzx4iO0WgIFkOV2IpieM=\"; sha256 = \"sha256-A5kBrJJi+RcSpB0bi2heKzNl5LjdeT9h2Pc9kKXDg1A=\"; }; vendorHash = \"sha256-PkoEHQEGKCiNbJsm7ieL65MtEult/wubLreJKA1gGpg=\"; vendorHash = \"sha256-kKYee1QJX7N101MTikHUbX+AqZ2NhM4soE4JAAOdAPI=\"; patches = [ # fix build failures, submitted upstream https://lists.sr.ht/~delthas/senpai-dev/patches/48581 ./bump-go-version.patch ]; subPackages = [ \"cmd/senpai\""}
{"_id":"q-en-nixpkgs-66360ff3545203d1a618e94fc97f3f6e58d2978b3d36fd2d264565241579a04d","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":"q-en-nixpkgs-66575de8f68f24e95db45a06785f66aee03d4c7adb28ed1bffd2ae77c707f652","text":" diff --git a/src/vteconv.cc b/src/vteconv.cc index b78d3928..5cb63e7e 100644 --- a/src/vteconv.cc +++ b/src/vteconv.cc @@ -771,7 +771,7 @@ int main (int argc, char *argv[]) { - g_test_init (&argc, &argv, NULL); + g_test_init (&argc, &argv, (char *)NULL); g_test_add_func (\"/vte/conv/utf8/strlen\", test_utf8_strlen); g_test_add_func (\"/vte/conv/utf8/validate\", test_utf8_validate); diff --git a/src/vtetypes.cc b/src/vtetypes.cc index 1365a295..8f38c9d9 100644 --- a/src/vtetypes.cc +++ b/src/vtetypes.cc @@ -407,7 +407,7 @@ test_util_smart_fd(void) int main(int argc, char *argv[]) { - g_test_init (&argc, &argv, NULL); + g_test_init (&argc, &argv, (char *)NULL); g_test_add_func(\"/vte/c++/grid/coords\", test_grid_coords); g_test_add_func(\"/vte/c++/grid/span\", test_grid_span); "}
{"_id":"q-en-nixpkgs-66a404d889ba324c2480fa54fba4d40994931554ac94b481b281b4232f8c3ee6","text":"}); in stdenv.mkDerivation rec { pname = \"fragments\"; version = \"2.0.2\"; version = \"2.1\"; src = fetchFromGitLab { domain = \"gitlab.gnome.org\"; owner = \"World\"; repo = \"Fragments\"; rev = version; sha256 = \"sha256-CMa1yka0kOxMhxSuazlJxTk4fzxuuwKYLBpEMwHbBUE=\"; sha256 = \"sha256-/KtUcj41s9WeHzIgGWhYQv6oD/Df7WOnJAPuS6yGLHk=\"; }; postPatch = '' patchShebangs build-aux/meson/postinstall.py ''; # https://github.com/gtk-rs/gtk4-rs/issues/1201 patches = [ ./gtk4-rs.patch ]; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; inherit src patches; name = \"${pname}-${version}\"; hash = \"sha256-/rFZcbpITYkpSCEZp9XH253u90RGmuVLEBGIRNBgI/o=\"; hash = \"sha256-bhQHXx7kZFL+qb+k0gN1NZZ6LYjBUHuNqU528f0QAg0=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-66c00495aaa975f43509cb9cd6838e31f6f20c8a55edaa240a15a1f94d7733d6","text":"sampler = callPackage ../applications/misc/sampler { }; scalene = with python3Packages; toPythonApplication scalene; scalr-cli = callPackage ../tools/admin/scalr-cli { }; scaphandre = callPackage ../servers/scaphandre { };"}
{"_id":"q-en-nixpkgs-66d17a682362fe3c99c1a4556e1e9ad7ac9080956c118aa89a220bfbf2e8496b","text":"install -D -m0644 keys/* $out/share/refind/keys/ # Fix variable definition of 'RefindDir' which is used to locate ressource files. sed -i \"s,bRefindDir=.*,RefindDir=$out/share/refind,g\" $out/bin/refind-install # Patch uses of `which`. We could patch in calls to efibootmgr, # openssl, convert, and openssl, but that would greatly enlarge # refind's closure (from ca 28MB to over 400MB). sed -i 's,`which (.*)`,`type -p 1`,g' $out/bin/refind-install sed -i 's,`which (.*)`,`type -p 1`,g' $out/bin/refind-mvrefind sed -i 's,`which (.*)`,`type -p 1`,g' $out/bin/refind-mkfont sed -i \"s,bRefindDir=\"$This.*,RefindDir=$out/share/refind,g\" $out/bin/refind-install runHook postInstall ''; postInstall = '' wrapProgram $out/bin/refind-install --prefix PATH : ${lib.makeBinPath [ efibootmgr openssl sbsigntool ]} wrapProgram $out/bin/refind-mvrefind --prefix PATH : ${lib.makeBinPath [ efibootmgr ]} ''; passthru.tests = { uefiCdrom = nixosTests.boot.uefiCdrom; };"}
{"_id":"q-en-nixpkgs-66d5dfdc2ac2cf8c74acde1916676246b1476d58803e24e301aff4e8bf046da3","text":"preBuild = '' export RAPIDFUZZ_BUILD_EXTENSION=1 '' + lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) '' export CMAKE_ARGS=\"-DCMAKE_CXX_COMPILER_AR=$AR -DCMAKE_CXX_COMPILER_RANLIB=$RANLIB\" ''; NIX_CFLAGS_COMPILE = lib.optionals (stdenv.cc.isClang && stdenv.isDarwin) [ \"-fno-lto\" # work around https://github.com/NixOS/nixpkgs/issues/19098 ]; propagatedBuildInputs = [ jarowinkler numpy"}
{"_id":"q-en-nixpkgs-66e4ff8f6ee98ed37606201a3a8dd91a5e2c28c86cfb9c5c36c7816289c2d681","text":"install -Dm555 misc/auto-completion/fish/nnn.fish -t $out/share/fish/vendor_completions.d ''; meta = { meta = with lib; { description = \"Small ncurses-based file browser forked from noice\"; homepage = \"https://github.com/jarun/nnn\"; license = licenses.bsd2;"}
{"_id":"q-en-nixpkgs-67049500fe365029807eb97481b0717559fa6a54bbdc9b4aa48fcb4fb3459d32","text":"txredisapi = handleTest ./txredisapi.nix {}; tuptime = handleTest ./tuptime.nix {}; turbovnc-headless-server = handleTest ./turbovnc-headless-server.nix {}; turn-rs = handleTest ./turn-rs.nix {}; tuxguitar = handleTest ./tuxguitar.nix {}; twingate = runTest ./twingate.nix; typesense = handleTest ./typesense.nix {};"}
{"_id":"q-en-nixpkgs-67082e006070c59b7cc579f06ce6fb9c00dcff848724f644c7dc472580e1f1cc","text":"''; package = lib.mkOption { default = config.boot.kernelPackages.nvidiaPackages.\"${if cfg.datacenter.enable then \"dc\" else \"stable\"}\"; default = config.boot.kernelPackages.nvidiaPackages.\"${if cfg.datacenter.enable then \"dc\" else \"stable\"}\"; defaultText = lib.literalExpression '' config.boot.kernelPackages.nvidiaPackages.\"${if cfg.datacenter.enable then \"dc\" else \"stable\"}\" '';"}
{"_id":"q-en-nixpkgs-671286d01d709be2c4944e9009533af4d9e3970a230cf19262629caab1c27ff3","text":"inherit version; src = \"${src}/release/app\"; npmDepsHash = \"sha256-MRwKxe1hoFs5bPXT6K/UspSDs9XBdcRJGvxGlTKExp4=\"; npmDepsHash = \"sha256-NgWPr3mctn7f6X2JFsbdNNHkN84RRlLAywqfbyahCQw=\"; npmFlags = [ \"--ignore-scripts\" ]; dontNpmBuild = true;"}
{"_id":"q-en-nixpkgs-67179596a5ba02487c98d3ebe9906eab14d5b42e833455b3f7fed4c62317e8f9","text":" { lib, stdenv, python3, fetchFromGitHub, qt5, nix-update-script, }: let version = \"2.4.3\"; in python3.pkgs.buildPythonApplication { pname = \"novelwriter\"; inherit version; pyproject = true; src = fetchFromGitHub { owner = \"vkbo\"; repo = \"novelWriter\"; rev = \"v${version}\"; hash = \"sha256-PuoI/2JnbOFuSDTY3uDrySqPl/MGYna+QvSI7WQ8QMk=\"; }; nativeBuildInputs = [ qt5.wrapQtAppsHook ]; build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ pyqt5 pyenchant qt5.qtbase qt5.qtwayland ]; preBuild = '' export QT_QPA_PLATFORM_PLUGIN_PATH=${qt5.qtbase.bin}/lib/qt-${qt5.qtbase.version}/plugins/platforms ''; postInstall = lib.optionalString stdenv.isLinux '' mkdir -p $out/share/{icons,applications,pixmaps,mime/packages} cp -r setup/data/hicolor $out/share/icons cp setup/data/novelwriter.desktop $out/share/applications cp setup/data/novelwriter.png $out/share/pixmaps cp setup/data/x-novelwriter-project.xml $out/share/mime/packages ''; dontWrapQtApps = true; postFixup = '' wrapQtApp $out/bin/novelwriter ''; passthru.updateScript = nix-update-script { # Stable releases only extraArgs = [ \"--version-regex\" \"^v([0-9.]+)$\" ]; }; meta = { description = \"Open source plain text editor designed for writing novels\"; homepage = \"https://novelwriter.io\"; changelog = \"https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md\"; license = with lib.licenses; [ gpl3 ]; maintainers = with lib.maintainers; [ pluiedev ]; mainProgram = \"novelwriter\"; platforms = with lib.platforms; unix ++ windows; broken = stdenv.isDarwin; # TODO awaiting build instructions for Darwin }; } "}
{"_id":"q-en-nixpkgs-671d2b3be21943609793a9b6eedf2b9c3114f6ffc04c03cb3eddd3af4cd4b172","text":"''); withGitignoreFile = patterns: root: lib.toList patterns ++ [(root + \"/.gitignore\")]; lib.toList patterns ++ [ \".git\" ] ++ [(root + \"/.gitignore\")]; withRecursiveGitignoreFile = patterns: root: lib.toList patterns ++ [(compileRecursiveGitignore root)]; lib.toList patterns ++ [ \".git\" ] ++ [(compileRecursiveGitignore root)]; # filterSource derivatives"}
{"_id":"q-en-nixpkgs-6737fa128774604d7c6da8025d9a12d6a2e143f6016e5b2a47935300620aeb43","text":"stdenvNoCC.mkDerivation rec { pname = \"blesh\"; version = \"unstable-2022-07-29\"; version = \"0.3.4\"; src = fetchzip { url = \"https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20220729+a22e145.tar.xz\"; sha256 = \"088jv02y40pjcfzgrbx8n6aksznfh6zl0j5siwfw3pmwn3i16njw\"; url = \"https://github.com/akinomyoga/ble.sh/releases/download/v${version}/ble-${version}.tar.xz\"; sha256 = \"sha256-MGCQirZvqGfjTTsbDfihY2il/u2suWBaZ6dX8mF1zLk=\"; }; dontBuild = true;"}
{"_id":"q-en-nixpkgs-673d583e6befbbe22448c211c6df079ae138f9bf0a163e78ac0afa776e610808","text":"i686bundled = versionAtLeast version \"391\" && !disable32Bit; libPathFor = pkgs: pkgs.lib.makeLibraryPath [ pkgs.libdrm pkgs.xorg.libXext pkgs.xorg.libX11 pkgs.xorg.libXv pkgs.xorg.libXrandr pkgs.xorg.libxcb pkgs.zlib pkgs.stdenv.cc.cc ]; pkgs.xorg.libXv pkgs.xorg.libXrandr pkgs.xorg.libxcb pkgs.zlib pkgs.stdenv.cc.cc pkgs.wayland ]; self = stdenv.mkDerivation { name = \"nvidia-x11-${version}${nameSuffix}\";"}
{"_id":"q-en-nixpkgs-6757fb07d847736e5228ac42e1503e72e16dbde532bdea6e490b9c7160f50f1b","text":"} assert(_lock == null); + + final Directory dir = globals.fs.directory(globals.fs.path.join(homeDirPath, '.cache', 'flutter')); + final Directory dir = globals.fs.directory(globals.fs.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter')); + if (!dir.existsSync()) { + dir.createSync(recursive: true); + os.chmod(dir, '755'); + globals.os.chmod(dir, '755'); + } final File lockFile = - globals.fs.file(globals.fs.path.join(flutterRoot, 'bin', 'cache', 'lockfile')); + globals.fs.file(globals.fs.path.join(homeDirPath, '.cache', 'flutter', 'lockfile')); + globals.fs.file(globals.fs.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter', 'lockfile')); try { _lock = lockFile.openSync(mode: FileMode.write); } on FileSystemException catch (e) {"}
{"_id":"q-en-nixpkgs-67ef87377f368674b21a5548d66d2a33e318f5341c5110be68abdb3e0d4ae3f0","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":"q-en-nixpkgs-67f286155bd3084f0388bbefcd6ac37732153c8c3f3d6b4837c699edfbb3ca77","text":"scipy ]; nativeCheckInputs = [ nose nose-exclude ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ \"pyscf\" ]; preCheck = '' # Set config used by tests to ensure reproducibility"}
{"_id":"q-en-nixpkgs-68813af051b73d880da505e8fc0358bdd2d424b4574815a557fa3d59d206d46c","text":" { lib , python3 , fetchFromGitLab , appstream , desktop-file-utils , glib , gobject-introspection , gtk3 , libhandy , librsvg , meson , ninja , pkg-config , poppler_gi , wrapGAppsHook }: python3.pkgs.buildPythonApplication rec { pname = \"metadata-cleaner\"; version = \"1.0.3\"; format = \"other\"; src = fetchFromGitLab { owner = \"rmnvgr\"; repo = \"metadata-cleaner\"; rev = \"v${version}\"; sha256 = \"06dzfcnjb1xd8lk0r7bi4i784gfj8r7habbjbk2c4vn2847v71lf\"; }; nativeBuildInputs = [ appstream desktop-file-utils glib gtk3 meson ninja pkg-config wrapGAppsHook ]; buildInputs = [ gobject-introspection gtk3 libhandy librsvg poppler_gi ]; propagatedBuildInputs = with python3.pkgs; [ mat2 pygobject3 ]; meta = with lib; { description = \"Python GTK application to view and clean metadata in files, using mat2\"; homepage = \"https://gitlab.com/rmnvgr/metadata-cleaner\"; license = with licenses; [ gpl3Plus cc-by-sa-40 ]; maintainers = with maintainers; [ dotlambda ]; }; } "}
{"_id":"q-en-nixpkgs-6898efccf255a38cd7a6c4b9f48e2ae3c22dbed2b8b422e953974d9f89a58e7f","text":"buildPythonPackage rec { pname = \"gcsfs\"; version = \"2022.5.0\"; version = \"2022.8.2\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\";"}
{"_id":"q-en-nixpkgs-689ec06edd550fd0515916130be1fc0a398ca4f1371b390a277b8d135d4bb266","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":"q-en-nixpkgs-68b43c57227d086faac8daaa28ea64ffa2f626195722fa294788763e88f60d6c","text":" \"740f233da00c4fb5bcc225b2e29768824bcecc58\" "}
{"_id":"q-en-nixpkgs-691cfbbdf7bc860df60e0018b9478bf43f585bd61d6cf6b1f31c81c87acbc7d7","text":"it complains \"Cannot create session: Already running in a session\". */ runuser-l = { rootOK = true; unixAuth = false; }; } // optionalAttrs (config.security.pam.enableFscrypt) { # Allow fscrypt to verify login passphrase fscrypt = {}; }; security.apparmor.includes.\"abstractions/pam\" = let"}
{"_id":"q-en-nixpkgs-6920bfc5811a019d080021abb56570a76c7cd994d7fef80d831ce084a88c96bf","text":"# Nvidia support (lib.mkIf cfg.nvidiaSupport { systemd.services.coolercontrold.path = with config.boot.kernelPackages; [ nvidia_x11 # nvidia-smi nvidia_x11.settings # nvidia-settings systemd.services.coolercontrold.path = let nvidiaPkg = config.hardware.nvidia.package; in [ nvidiaPkg # nvidia-smi nvidiaPkg.settings # nvidia-settings ]; }) ]);"}
{"_id":"q-en-nixpkgs-69213a669baec52edef49099ecedb4d9b0f02452e504d2d3583250a5fb5aa5a8","text":" import ./make-test-python.nix ({ ... }: { name = \"fscrypt\"; nodes.machine = { pkgs, ... }: { imports = [ ./common/user-account.nix ]; security.pam.enableFscrypt = true; }; testScript = '' def login_as_alice(): machine.wait_until_tty_matches(\"1\", \"login: \") machine.send_chars(\"alicen\") machine.wait_until_tty_matches(\"1\", \"Password: \") machine.send_chars(\"foobarn\") machine.wait_until_tty_matches(\"1\", \"alice@machine\") def logout(): machine.send_chars(\"logoutn\") machine.wait_until_tty_matches(\"1\", \"login: \") machine.wait_for_unit(\"default.target\") with subtest(\"Enable fscrypt on filesystem\"): machine.succeed(\"tune2fs -O encrypt /dev/vda\") machine.succeed(\"fscrypt setup --quiet --force --time=1ms\") with subtest(\"Set up alice with an fscrypt-enabled home directory\"): machine.succeed(\"(echo foobar; echo foobar) | passwd alice\") machine.succeed(\"chown -R alice.users ~alice\") machine.succeed(\"echo foobar | fscrypt encrypt --skip-unlock --source=pam_passphrase --user=alice /home/alice\") with subtest(\"Create file as alice\"): login_as_alice() machine.succeed(\"echo hello > /home/alice/world\") logout() # Wait for logout to be processed machine.sleep(1) with subtest(\"File should not be readable without being logged in as alice\"): machine.fail(\"cat /home/alice/world\") with subtest(\"File should be readable again as alice\"): login_as_alice() machine.succeed(\"cat /home/alice/world\") logout() ''; }) "}
{"_id":"q-en-nixpkgs-69299b0213832ff9b9151a38cd662ce890abc4f44fc8cc1dfeb4e58d28f7e258","text":"''; }; port = mkOption { type = types.int; default = 0; description = '' Port for the server. Option will be removed, use instead. ''; }; listen = mkOption { type = types.listOf (types.submodule ( {"}
{"_id":"q-en-nixpkgs-69568e3d77bd0e27f8a497cd99392bbfe14193ac8d1e998102914d7d3485b73a","text":"# build , cmake , ctags , python2Packages , python3Packages , swig # math , eigen"}
{"_id":"q-en-nixpkgs-69a6d6d2776fd8f48e871d8814383787199645cf324b0ad54173a46e703b4bfa","text":"makeWrapperArgs = [ \"--prefix PATH : ${lib.makeBinPath [ tarsnap ]}\" ]; checkPhase = '' runHook preCheck nosetests tests runHook postCheck ''; pythonImportsCheck = [ \"tarsnapper\" ]; meta = with lib; {"}
{"_id":"q-en-nixpkgs-69ad266532fe2052770364ebdd3713cb84cae3c439fcbec1adce7ca755ddb000","text":"type = types.listOf (types.submodule bindingCfg); default = []; example = lib.literalExpression '' [ { keys = [\"PLAYPAUSE\"]; cmd = \"''${pkgs.mpc_cli}/bin/mpc -q toggle\"; } ] [ { keys = [\"PLAYPAUSE\"]; cmd = \"''${pkgs.mpc-cli}/bin/mpc -q toggle\"; } ] ''; description = '' Key bindings for triggerhappy."}
{"_id":"q-en-nixpkgs-69b761005ce3f1e871a12e49a9ce75b1d0186e6a913b5f7370ba84c08d3d9f55","text":" commit 8564af037f5c4c6d2744a89497691359205b2bbc Author: Shea Levy Date: Mon Mar 19 10:52:40 2018 -0400 Revert \"Allow multiply-defined absolute symbols when they have the same value.\" This reverts commit 5dc824ed42cd173c1525f5abc76f4091f11a4dbc. diff --git a/gold/ChangeLog-2017 b/gold/ChangeLog-2017 index b2a47710b5..d7ca1b48c0 100644 --- a/gold/ChangeLog-2017 +++ b/gold/ChangeLog-2017 @@ -114,11 +114,6 @@ (localedir): Define as @localedir@. (gnulocaledir, gettextsrcdir): Use @datarootdir@. -2017-11-28 Cary Coutant - -\t* resolve.cc (Symbol_table::resolve): Allow multiply-defined absolute -\tsymbols when they have the same value. - 2017-11-28 Cary Coutant * object.h (class Sized_relobj_file): Remove discarded_eh_frame_shndx_. diff --git a/gold/resolve.cc b/gold/resolve.cc index 4a5784cf8b..803576bfed 100644 --- a/gold/resolve.cc +++ b/gold/resolve.cc @@ -247,28 +247,18 @@ Symbol_table::resolve(Sized_symbol* to, Object* object, const char* version, bool is_default_version) { - bool to_is_ordinary; - const unsigned int to_shndx = to->shndx(&to_is_ordinary); - // It's possible for a symbol to be defined in an object file // using .symver to give it a version, and for there to also be // a linker script giving that symbol the same version. We // don't want to give a multiple-definition error for this // harmless redefinition. + bool to_is_ordinary; if (to->source() == Symbol::FROM_OBJECT && to->object() == object - && to->is_defined() && is_ordinary + && to->is_defined() + && to->shndx(&to_is_ordinary) == st_shndx && to_is_ordinary - && to_shndx == st_shndx - && to->value() == sym.get_st_value()) - return; - - // Likewise for an absolute symbol defined twice with the same value. - if (!is_ordinary - && st_shndx == elfcpp::SHN_ABS - && !to_is_ordinary - && to_shndx == elfcpp::SHN_ABS && to->value() == sym.get_st_value()) return; @@ -360,8 +350,8 @@ Symbol_table::resolve(Sized_symbol* to, && (sym.get_st_bind() == elfcpp::STB_WEAK || to->binding() == elfcpp::STB_WEAK) && orig_st_shndx != elfcpp::SHN_UNDEF + && to->shndx(&to_is_ordinary) != elfcpp::SHN_UNDEF && to_is_ordinary - && to_shndx != elfcpp::SHN_UNDEF && sym.get_st_size() != 0 // Ignore weird 0-sized symbols. && to->symsize() != 0 && (sym.get_st_type() != to->type() @@ -372,7 +362,7 @@ Symbol_table::resolve(Sized_symbol* to, { Symbol_location fromloc = { object, orig_st_shndx, static_cast(sym.get_st_value()) }; - Symbol_location toloc = { to->object(), to_shndx, + Symbol_location toloc = { to->object(), to->shndx(&to_is_ordinary), static_cast(to->value()) }; this->candidate_odr_violations_[to->name()].insert(fromloc); this->candidate_odr_violations_[to->name()].insert(toloc); "}
{"_id":"q-en-nixpkgs-69f065fa5f27b75057d395ac71ddbb9391d1d862b42203c50a343fe0b4677d26","text":"patchelf --add-needed ${libpulseaudio}/lib/libpulse.so $out/lib/Signal/resources/app.asar.unpacked/node_modules/ringrtc/build/linux/libringrtc.node ''; postFixup = '' # This hack is temporarily required to avoid data-loss for users: cp ${./db-reencryption-wrapper.py} $out/bin/signal-desktop substituteInPlace $out/bin/signal-desktop --replace '@PYTHON@' '${python3}/bin/python3' --replace '@ZENITY@' '${gnome.zenity}/bin/zenity' --replace '@SQLCIPHER@' '${sqlcipher}/bin/sqlcipher' --replace '@SIGNAL-DESKTOP@' \"$out/bin/signal-desktop-unwrapped\" ''; # Tests if the application launches and waits for \"Link your phone to Signal Desktop\": passthru.tests.application-launch = nixosTests.signal-desktop;"}
{"_id":"q-en-nixpkgs-6a4d5f7cca82e7a79890e5279044f62771d2e7e81b2b7a995d33a975d73cce86","text":"sha256 = ( if cudaSupport then { x86_64-linux = \"sha256-VGNMf5/DgXbgsu1w5J1Pmrukw+7UO31BNU+crKVsX5k=\"; } { x86_64-linux = \"sha256-vUoAPkYKEnHkV4fw6BI0mCeuP2e8BMCJnVuZMm9LwSA=\"; } else { x86_64-linux = \"sha256-uOoAyMBLHPX6jzdN43b5wZV5eW0yI8sCDD7BSX2h4oQ=\"; aarch64-linux = \"sha256-+SnGKY9LIT1Qhu/x6Uh7sHRaAEjlc//qyKj1m4t16PA=\"; x86_64-linux = \"sha256-R1TIIyyyLlDqAlUkuhJhtyTxZMra2q5S/jX0OCInsEQ=\"; aarch64-linux = \"sha256-P5JEmJljN1DeRA0dNkzyosKzRnJH+5SD2aWdV5JsoiY=\"; } ).${effectiveStdenv.system} or (throw \"jaxlib: unsupported system: ${effectiveStdenv.system}\"); };"}
{"_id":"q-en-nixpkgs-6a7c62640c91736bf9afc4405fcec21205e26f78f3481f142bed9917c7989d5c","text":"# HACK to ensure that we preserve source from bootstrap binutils to not rebuild LLVM normal-src = stdenv.__bootPackages.binutils-unwrapped.src or (fetchurl { url = \"mirror://gnu/binutils/${basename}-${version}.tar.bz2\"; sha256 = \"1l34hn1zkmhr1wcrgf0d4z7r3najxnw3cx2y2fk7v55zjlk3ik7z\"; sha256 = \"1rin1f5c7wm4n3piky6xilcrpf2s0n3dd5vqq8irrxkcic3i1w49\"; }); in"}
{"_id":"q-en-nixpkgs-6a7c78e77cd2ec27a944504b3b3e917f039fce75d35a487de17323f9de2c8523","text":"touch .${projectName}.d/env/94-appsbase.sh cd .. mkdir -p /var/lib/${projectName}/mnt/{container,final,overlay,session,source} mkdir -p /var/lib/${projectName}/mnt/session echo \"root:x:0:0:System administrator:/root:/bin/sh\" > /etc/passwd echo > /etc/resolv.conf TMPDIR=$(pwd -P) ${projectName} build $out ./img"}
{"_id":"q-en-nixpkgs-6ab2e69d80827eb2250f8b3d8c87296c97e21b54259cde4391498335f9208fed","text":"# Check whenever fileSystem is needed for boot. NOTE: Make sure # pathsNeededForBoot is closed under the parent relationship, i.e. if /a/b/c # is in the list, put /a and /a/b in as well. pathsNeededForBoot = [ \"/\" \"/nix\" \"/nix/store\" \"/var\" \"/var/log\" \"/var/lib\" \"/var/lib/nixos\" \"/etc\" ]; pathsNeededForBoot = [ \"/\" \"/nix\" \"/nix/store\" \"/var\" \"/var/log\" \"/var/lib\" \"/var/lib/nixos\" \"/etc\" \"/usr\" ]; fsNeededForBoot = fs: fs.neededForBoot || elem fs.mountPoint pathsNeededForBoot; # Check whenever `b` depends on `a` as a fileSystem"}
{"_id":"q-en-nixpkgs-6abb586a0a3a5936f793b4316f14ecbb9e4231643c38950e3687c782e5256563","text":" import ./make-test-python.nix ({ pkgs, ... }: { name = \"monado\"; nodes.machine = { pkgs, ... }: { hardware.opengl.enable = true; users.users.alice = { isNormalUser = true; uid = 1000; }; services.monado = { enable = true; defaultRuntime = true; }; # Stop Monado from probing for any hardware systemd.user.services.monado.environment.SIMULATED_ENABLE = \"1\"; environment.systemPackages = with pkgs; [ openxr-loader ]; }; testScript = { nodes, ... }: let userId = toString nodes.machine.users.users.alice.uid; runtimePath = \"/run/user/${userId}\"; in '' machine.succeed(\"loginctl enable-linger alice\") machine.wait_for_unit(\"user@${userId}.service\") machine.wait_for_unit(\"monado.socket\", \"alice\") machine.systemctl(\"start monado.service\", \"alice\") machine.wait_for_unit(\"monado.service\", \"alice\") machine.succeed(\"su -- alice -c env XDG_RUNTIME_DIR=${runtimePath} openxr_runtime_list\") ''; }) "}
{"_id":"q-en-nixpkgs-6ac5123d445542a1bd1027bf8894e7ccfbffb9aa3edaac48abf9bf4a6ea32d48","text":"--set-rpath \"${stdenv.lib.makeLibraryPath buildInputs}\" $out/bin/anydesk # pangox is not actually necessary (it was only added as a part of gtkglext) patchelf --remove-needed libpangox-1.0.so.0 $out/bin/anydesk wrapProgram $out/bin/anydesk --prefix PATH : ${stdenv.lib.makeBinPath [ lsb-release ]}"}
{"_id":"q-en-nixpkgs-6ad692d8bc281240dd8245f336eac22f5cdef703cfdd7895d640ccd3aad86a4e","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":"q-en-nixpkgs-6ae27cc19e38fadaa62eff96fd6d82eaacd9af186ff6a20ac9a4f75eda83069d","text":"assert stdenv.isLinux; # better than `called with unexpected argument 'enableJavaFX'` mavenJdk.buildMavenPackage rec { pname = \"cryptomator\"; version = \"1.10.1\"; version = \"1.11.0\"; src = fetchFromGitHub { owner = \"cryptomator\"; repo = \"cryptomator\"; rev = version; hash = \"sha256-xhj7RUurBRq9ZIDAlcq7KyYGnLqc+vTjaf2VMNStpVQ\"; hash = \"sha256-NMNlDEUpwKUywzhXhxlNX7NiE+6wOov2Yt8nTfbKTNI=\"; }; mvnParameters = \"-Dmaven.test.skip=true\"; mvnHash = \"sha256-XAIwKn8wMqILMQbg9wM4kHAaRSGWQaBx9AXQyJuUO5k=\"; mvnHash = \"sha256-jIHMUj7ZQFu4XAvWUywj4f0PbmLHGtU5VRG0ZuKm3mA=\"; preBuild = '' VERSION=${version}"}
{"_id":"q-en-nixpkgs-6b38c41ac9488b866ce4e73cbd66bdb2c38334592219ee1bf5e7c7a51655c802","text":"++ lib.optionals enableTesseract [ tesseract leptonica ] ++ lib.optional enableTbb tbb ++ lib.optionals enableCuda [ cudatoolkit nvidia-optical-flow-sdk ] ++ lib.optionals stdenv.isDarwin [ bzip2 AVFoundation Cocoa VideoDecodeAcceleration ] ++ lib.optionals stdenv.isDarwin [ bzip2 AVFoundation Cocoa VideoDecodeAcceleration CoreMedia MediaToolbox ] ++ lib.optionals enableDocs [ doxygen graphviz-nox ]; propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy;"}
{"_id":"q-en-nixpkgs-6baa448603c608d8c812d82af29089ee12503f48e380b576806e043fdc09b146","text":"src = fetchFromGitHub { owner = \"rstudio\"; repo = \"rstudio\"; rev = version; rev = \"v${version}\"; sha256 = \"sha256-9c1bNsf8kJjpcZ2cMV/pPNtXQkFOntX29a1cdnXpllE=\"; };"}
{"_id":"q-en-nixpkgs-6bb5dc99124b9e4a88e153dc9ca809bc21051be3971e91beb63bf1c9be6f24ad","text":" { lib , stdenv , git , git-lfs , fetchurl , wrapGAppsHook3 , alsa-lib , at-spi2-atk , cairo , cups , dbus , expat , gdk-pixbuf , glib , gtk3 , mesa , nss , nspr , xorg , libdrm , libsecret , libxkbcommon , pango , systemd , hunspellDicts , useHunspell ? true , languages ? [ \"en_US\" ] , withNemoAction ? true , makeDesktopItem , copyDesktopItems , asar , python3 }: let pname = \"pulsar\"; version = \"1.117.0\"; sourcesPath = { x86_64-linux.tarname = \"Linux.${pname}-${version}.tar.gz\"; x86_64-linux.hash = \"sha256-iDQV4wcb+TY5qv8X6UW6PumK9+i5cn705ZzCSx5VgMs=\"; aarch64-linux.tarname = \"ARM.Linux.${pname}-${version}-arm64.tar.gz\"; aarch64-linux.hash = \"sha256-NJc6CQA7ZCX70ui+QcVcLW2qxM05A93yqpiiW+YosGc=\"; }.${stdenv.hostPlatform.system} or (throw \"Unsupported system: ${stdenv.hostPlatform.system}\"); newLibpath = lib.makeLibraryPath [ alsa-lib at-spi2-atk cairo cups dbus expat gdk-pixbuf glib gtk3 libsecret mesa nss nspr libdrm xorg.libX11 xorg.libxcb xorg.libXcomposite xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXrandr xorg.libxshmfence libxkbcommon xorg.libxkbfile pango stdenv.cc.cc.lib systemd ]; # Hunspell hunspellDirs = builtins.map (lang: \"${hunspellDicts.${lang}}/share/hunspell\") languages; hunspellTargetDirs = \"$out/opt/Pulsar/resources/app.asar.unpacked/node_modules/spellchecker/vendor/hunspell_dictionaries\"; hunspellCopyCommands = lib.concatMapStringsSep \"n\" (lang: \"cp -r ${lang}/* ${hunspellTargetDirs};\") hunspellDirs; in stdenv.mkDerivation rec { inherit pname version; src = with sourcesPath; fetchurl { url = \"https://github.com/pulsar-edit/pulsar/releases/download/v${version}/${tarname}\"; inherit hash; }; patches = [ ./001-patch-wrapper.patch ]; nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems asar ]; buildInputs = [ gtk3 xorg.libxkbfile ]; dontBuild = true; dontConfigure = true; installPhase = '' runHook preInstall mkdir -p $out/opt/Pulsar mv * $out/opt/Pulsar runHook postInstall ''; preFixup = '' gappsWrapperArgs+=( # needed for gio executable to be able to delete files --prefix \"PATH\" : \"${lib.makeBinPath [ glib ]}\" ) '' + lib.optionalString useHunspell '' # On all platforms, we must inject our dictionnaries ${hunspellCopyCommands} ''; postFixup = '' opt=$out/opt/Pulsar # Patch the prebuilt binaries patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${newLibpath}:$opt\" --add-needed libffmpeg.so --add-needed libxshmfence.so.1 --add-needed libxkbcommon.so.0 --add-needed libxkbfile.so.1 --add-needed libsecret-1.so.0 $opt/pulsar patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${newLibpath}\" $opt/resources/app/ppm/bin/node patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" $opt/resources/app.asar.unpacked/node_modules/symbol-provider-ctags/vendor/ctags-linux # Replace the bundled git with the one from nixpkgs dugite=$opt/resources/app.asar.unpacked/node_modules/dugite rm -f $dugite/git/bin/git ln -s ${git}/bin/git $dugite/git/bin/git # Not only do we need to replace the git binary itself, we also need to replace # all the symlinks in dugite/git/libexec/git-core. for file in \"$dugite/git/libexec/git-core\"/*; do if [ -x \"$file\" ] && file \"$file\" | grep -q \"ELF\"; then # Remove ELF executable rm \"$file\" # Get the corresponding filename in nixpkgs's git filename=$(basename \"$file\") git_executable=\"${git}/libexec/git-core/$filename\" # Create symlink to $git_executable ln -s \"$git_executable\" \"$file\" echo \"Replaced $file with symlink to $git_executable\" fi done # Was symlinked in previous loop, but actually, nixpkgs has a separate package for git-lfs # Unlink to avoid a \"File exists\" error and relink correctly unlink $dugite/git/libexec/git-core/git-lfs ln -s ${git-lfs}/bin/git-lfs $dugite/git/libexec/git-core/git-lfs '' + lib.optionalString (stdenv.hostPlatform.system == \"x86_64-linux\") '' # We have to patch a prebuilt binary in the asar archive # But asar complains because the node_gyp unpacked dependency uses a prebuilt Python3 itself rm $opt/resources/app.asar.unpacked/node_modules/tree-sitter-bash/build/node_gyp_bins/python3 ln -s ${python3.interpreter} $opt/resources/app.asar.unpacked/node_modules/tree-sitter-bash/build/node_gyp_bins/python3 '' + '' # Patch the bundled node executables find $opt -name \"*.node\" -exec patchelf --set-rpath \"${newLibpath}:$opt\" {} ; # Also patch the node executable for apm patchelf --set-rpath \"${newLibpath}:$opt\" $opt/resources/app/ppm/bin/node # The pre-packaged ASAR bundle comes with prebuild binaries, expecting libstdc++.so.6 asarBundle=$TMPDIR/asarbundle asar e $opt/resources/app.asar $asarBundle find $asarBundle -name \"*.node\" -exec patchelf --set-rpath \"${newLibpath}:$opt\" --add-needed libstdc++.so.6 {} ; unlink $asarBundle/node_modules/document-register-element/dre # Self referencing symlink, breaking asar rebundling asar p $asarBundle $opt/resources/app.asar rm -rf $asarBundle # We have patched the original wrapper, but now it needs the \"PULSAR_PATH\" env var mkdir -p $out/bin wrapProgram $opt/resources/pulsar.sh --prefix \"PULSAR_PATH\" : \"$opt/pulsar\" ln -s $opt/resources/pulsar.sh $out/bin/pulsar ln -s $opt/resources/app/ppm/bin/apm $out/bin/ppm # Copy the icons mkdir -p $out/share/icons/hicolor/scalable/apps $out/share/icons/hicolor/1024x1024/apps cp $opt/resources/pulsar.svg $out/share/icons/hicolor/scalable/apps/pulsar.svg cp $opt/resources/pulsar.png $out/share/icons/hicolor/1024x1024/apps/pulsar.png '' + lib.optionalString withNemoAction '' # Copy the nemo action file mkdir -p $out/share/nemo/actions cp ${./pulsar.nemo_action} $out/share/nemo/actions/pulsar.nemo_action ''; desktopItems = [ (makeDesktopItem { name = \"Pulsar\"; desktopName = \"Pulsar\"; exec = \"pulsar\"; icon = \"pulsar\"; comment = \"A Community-led Hyper-Hackable Text Editor\"; genericName = \"Text Editor\"; categories = [ \"Development\" \"TextEditor\" \"Utility\" ]; mimeTypes = [ \"text/plain\" ]; }) ]; passthru.updateScript = ./update.mjs; meta = { description = \"A Community-led Hyper-Hackable Text Editor\"; longDescription = '' A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron. Designed to be deeply customizable, but still approachable using the default configuration. ''; homepage = \"https://github.com/pulsar-edit/pulsar\"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.mit; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ bryango ]; knownVulnerabilities = [ \"CVE-2023-5217\" \"CVE-2022-21718\" \"CVE-2022-29247\" \"CVE-2022-29257\" \"CVE-2022-36077\" \"CVE-2023-29198\" \"CVE-2023-39956\" ]; }; } "}
{"_id":"q-en-nixpkgs-6c282b77a9d9bd26468c7c5fd3df335b1d0af9b838f62c38331c170ad8e049de","text":"patches = [ ./sw_vers_root5.patch (fetchpatch { name = \"enable_new_gcc.patch\"; url = \"https://aur.archlinux.org/cgit/aur.git/plain/enable_new_gcc.patch?h=root5&id=91c50876081a0af36f84ec4f0f9dba869107fa4f\"; sha256 = \"1rnp0xlw0yqi7mjs4w145njd79i8kkir1qik7zwicdik9axf8ygm\"; }) # prevents rootcint from looking in /usr/includes and such ./purify_include_paths_root5.patch"}
{"_id":"q-en-nixpkgs-6c33feb2a5b3f224e5b6f17d554414eea90c3fd7843a92c4341bd9ef164caf47","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":"q-en-nixpkgs-6c43f6a658f76d95d105b69cbd491f23c6908e10b2db466ac6022f10616f1b69","text":"(buildGoModule { inherit pname version src; patches = lib.optionals (projectName == \"apptainer\") [ (substituteAll { src = ./apptainer/0001-ldCache-patch-for-driverLink.patch; inherit (addDriverRunpath) driverLink; }) ]; # Override vendorHash with the output got from # nix-prefetch -E \"{ sha256 }: ((import ./. { }).apptainer.override { vendorHash = sha256; }).goModules\" # or with `null` when using vendored source tarball."}
{"_id":"q-en-nixpkgs-6c50b767ee600c05ed974b7d6a6c8a5625f4084b8e11c319d4605319bc673ebd","text":" { mkDerivation, lib, stdenv, fetchurl, cmake, extra-cmake-modules { mkDerivation, lib, stdenv, makeWrapper, fetchurl, cmake, extra-cmake-modules , karchive, kconfig, kwidgetsaddons, kcompletion, kcoreaddons , kguiaddons, ki18n, kitemmodels, kitemviews, kwindowsystem , kio, kcrash"}
{"_id":"q-en-nixpkgs-6c99eb1ac55ff7cb0c11feaf1f5dca705cce2ec59e3799a02c2b44dcd5468b72","text":"https://git.sr.ht/~whynothugo/lsp_lines.nvim hura/vim-asymptote iamcco/coc-spell-checker iamcco/coc-tailwindcss iamcco/markdown-preview.nvim ianks/vim-tsx idanarye/vim-merginal"}
{"_id":"q-en-nixpkgs-6d05d5c4796ccab3555728e3984405549ab1acd7257bb473acba11dc6b09d652","text":"index e2d292e..b13c0db 100755 --- a/configure +++ b/configure @@ -2880,6 +2880,7 @@ $MAKE @@ -3874,6 +3874,7 @@ echo \"building the hdf5 library...\"; cd ../; ## we add the '-w' flag to suppress all the warnings hdf5 prints +sed -i 's#/bin/mv#mv#' configure ./configure --with-pic --enable-shared=no --enable-cxx --with-szlib CXX=\"${CXX}\" CXFLAGS=\"${CXXFLAGS} -w\" ./configure --with-pic --enable-shared=no --enable-cxx --enable-hl --with-szlib=${SZIP_HOME} --with-zlib=${ZLIB_HOME} ${WITH_S3_VFD} "}
{"_id":"q-en-nixpkgs-6d2efe18aed6f3ab7fede32c8274c92f900c677a7ba22c7edf46b2ed39465b1d","text":"maintainers = [ globin eqyiel ]; }; nodes = { nodes = rec { # The only thing the client needs to do is download a file. client = { ... }: { services.davfs2.enable = true;"}
{"_id":"q-en-nixpkgs-6d39204be9dec33702f4311d2b570ab7b378cc62f4200b1c23681ca668aeff7c","text":"nixos-rebuild switch. "}
{"_id":"q-en-nixpkgs-6d465df9a44e05649901e1b51d83563dc20b2354e35750bea1dba667e7a8dbd9","text":" { pkgs, buildGoModule, fetchFromGitHub, lib, perl }: buildGoModule rec { pname = \"XD\"; version = \"0.4.0\"; src = fetchFromGitHub { owner = \"majestrate\"; repo = \"XD\"; rev = \"v${version}\"; sha256 = \"sha256-fXENoqhR04TYS/kAJUqsqa0+j+KyzdsMlXIZ2GMPMhc=\"; }; vendorSha256 = \"1wg3cym2rwrhjsqlgd38l8mdq5alccz808465117n3vyga9m35lq\"; checkInputs = [ perl ]; postInstall = '' ln -s $out/bin/XD $out/bin/XD-CLI ''; meta = with lib; { description = \"i2p bittorrent client\"; homepage = \"https://xd-torrent.github.io\"; maintainers = with maintainers; [ nixbitcoin ]; license = licenses.mit; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-6d700fc6387229bb94e34a3fdb78db9563e65fad822e1703ae615630f16895f7","text":" From 44c2c979c4f2222567ce65f506cf47fb87482348 Mon Sep 17 00:00:00 2001 From: Pontus Stenetorp Date: Thu, 8 Apr 2021 04:37:44 +0000 Subject: [PATCH 5/6] nix: Enable parallel unit tests for sandbox Disabled by default due to lack of networking in the Nix sandbox. This greatly speeds up the build process on a multi-core system. --- test/runtests.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 2f9cd058bb..2f8c19fa32 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -83,8 +83,9 @@ prepend!(tests, linalg_tests) import LinearAlgebra cd(@__DIR__) do n = 1 - if net_on - n = min(Sys.CPU_THREADS, length(tests)) + if net_on || haskey(ENV, \"NIX_BUILD_CORES\") + x = haskey(ENV, \"NIX_BUILD_CORES\") ? parse(Int, ENV[\"NIX_BUILD_CORES\"]) : Sys.CPU_THREADS + n = min(x, Sys.CPU_THREADS, length(tests)) n > 1 && addprocs_with_testenv(n) LinearAlgebra.BLAS.set_num_threads(1) end -- 2.29.3 "}
{"_id":"q-en-nixpkgs-6d753cbb3136c88d00c90f1ff082ee4d2c7f944c5739c1ed6fc180a1a7c06f9c","text":"dontDisableStatic = withStatic; # libusb-1.0.rc:11: fatal error: opening dependency file .deps/libusb-1.0.Tpo: No such file or directory dontAddDisableDepTrack = stdenv.hostPlatform.isWindows; configureFlags = lib.optional (!enableUdev) \"--disable-udev\" ++ lib.optional (withExamples) \"--enable-examples-build\";"}
{"_id":"q-en-nixpkgs-6dbcaedfc889adab3b9f910a336ad29a33cd562980065291721f9fe2d00df63c","text":"wrapQtAppsHook ]; buildInputs = [ qtsvg ]; buildInputs = [ qtbase qtwayland qtsvg ]; postInstall = lib.optionalString stdenv.isDarwin '' mkdir -p $out/Applications"}
{"_id":"q-en-nixpkgs-6de0926416a25a39a5a35229fbbbf45565eb53aa791ae0dcc458f218c5086bb3","text":"}; config = with cfg; let secretsFile = ipsecSecrets cfg.secrets; in mkIf enable config = with cfg; mkIf enable { # here we should use the default strongswan ipsec.secrets and # append to it (default one is empty so not a pb for now) environment.etc.\"ipsec.secrets\".source = secretsFile; environment.etc.\"ipsec.secrets\".text = ipsecSecrets cfg.secrets; systemd.services.strongswan = { description = \"strongSwan IPSec Service\";"}
{"_id":"q-en-nixpkgs-6e10daa4183e4efe8b7a0167b8520db0884768f047c86f2b2c5286086f3afdd6","text":" From a642ad542e3d3f34e949c5c66923ca8a6e6cbbd8 Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Tue, 11 Jan 2022 13:23:13 +0100 Subject: [PATCH] test: fix support for gpgsm in gnupg 2.3 gpgsm --list-keys output changed the label for fingerprints from \"fingerprint: \" to \"sha[12] fpr: \" breaking tests with gnupg 2.3. this adds support for both. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index 6bc0b723..3de608f9 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -145,7 +145,7 @@ add_gpgsm_home () { mkdir -p -m 0700 \"$GNUPGHOME\" gpgsm --batch --no-tty --no-common-certs-import --pinentry-mode=loopback --passphrase-fd 3 --disable-dirmngr --import >\"$GNUPGHOME\"/import.log 2>&1 3<<<'' <$NOTMUCH_SRCDIR/test/smime/0xE0972A47.p12 - fpr=$(gpgsm --batch --list-key test_suite@notmuchmail.org | sed -n 's/.*fingerprint: //p') + fpr=$(gpgsm --batch --list-key test_suite@notmuchmail.org | sed -n 's/.*(fingerprint|sha1 fpr): //p') echo \"$fpr S relax\" >> \"$GNUPGHOME/trustlist.txt\" gpgsm --quiet --batch --no-tty --no-common-certs-import --disable-dirmngr --import < $NOTMUCH_SRCDIR/test/smime/ca.crt echo \"4D:E0:FF:63:C0:E9:EC:01:29:11:C8:7A:EE:DA:3A:9A:7F:6E:C1:0D S\" >> \"$GNUPGHOME/trustlist.txt\" -- 2.34.1 "}
{"_id":"q-en-nixpkgs-6e84fbbed6aca1ea7301bfa42f1d484196fe5f2f8bbd94b55eb5016b4cad42c0","text":"machine.succeed(\"curl -sSI http://localhost/api/tasks 2>&1 | grep '401 Unauthorized'\") file_name = \"test.txt\" file_name_base64 = b64encode(file_name.encode('ascii')).decode('ascii') file_name_base64_urlencode = quote(file_name_base64) machine.succeed( f\"echo Sample equipment manual > /tmp/{file_name}\" ) machine.succeed( f\"curl -sSf -X 'PUT' -b 'grocy_session={cookie}' \" + f\" 'http://localhost/api/files/equipmentmanuals/{file_name_base64_urlencode}' \" + \" --header 'Accept: */*' \" + \" --header 'Content-Type: application/octet-stream' \" + f\" --data-binary '@/tmp/{file_name}' \" ) machine.succeed( f\"curl -sSf -X 'GET' -b 'grocy_session={cookie}' \" + f\" 'http://localhost/api/files/equipmentmanuals/{file_name_base64_urlencode}' \" + \" --header 'Accept: application/octet-stream' \" + f\" | cmp /tmp/{file_name}\" ) machine.shutdown() ''; })"}
{"_id":"q-en-nixpkgs-6ea001b691fc35761527925e5baccef861ff57572f2b709af3c576fad5076171","text":" --- a/resources/pulsar.sh\t2023-03-16 04:11:14.000000000 +0100 +++ b/resources/pulsar.sh\t2023-03-24 14:37:13.468813964 +0100 @@ -123,7 +123,7 @@ elif [ $OS == 'Linux' ]; then SCRIPT=$(readlink -f \"$0\") - PULSAR_PATH=\"/opt/Pulsar/pulsar\" + # PULSAR_PATH is set-up via `wrapProgram` in the postFixup phase #Set tmpdir only if tmpdir is unset : ${TMPDIR:=/tmp} "}
{"_id":"q-en-nixpkgs-6ee67b09bc318257cc009882e934f2466b3c6be42a003e344eb593db4770de10","text":"inherit fontforge; }; lmmath = callPackage ../data/fonts/lmodern/lmmath.nix {}; lmodern = callPackage ../data/fonts/lmodern { }; manpages = callPackage ../data/documentation/man-pages { };"}
{"_id":"q-en-nixpkgs-6efe958189dedcec3ed4841a998563b539d3ca39ccc12b58024d76bffab132e3","text":"blinker certifi cachecontrol dep-logic findpython installer packaging"}
{"_id":"q-en-nixpkgs-6f007f821f85d8b75a1e0572763425b6521369baf326ff3b6dee354f586f1791","text":"headsetcontrol = callPackage ../tools/audio/headsetcontrol { }; httm = callPackage ../tools/filesystems/httm { }; ksnip = libsForQt5.callPackage ../tools/misc/ksnip { }; license-generator = callPackage ../tools/misc/license-generator { };"}
{"_id":"q-en-nixpkgs-6f3ece56562678945a0cfe27a428d678f58d2f70f9afe9f0fcbb03d6e0145840","text":" diff --git a/bin/nexus b/bin/nexus index d06cb44..37c606e 100755 --- a/bin/nexus +++ b/bin/nexus @@ -88,7 +88,7 @@ create_db_entry() { fi db_new_file=${db_file}_new if [ -f \"$db_file\" ]; then - awk '$2 != \"'\"$test_dir\"'\" {print $0}' $db_file > $db_new_file + awk '$2 != \"'\"$test_dir\"'\" {print $scriptname}' $db_file > $db_new_file rm \"$db_file\" mv \"$db_new_file\" \"$db_file\" fi @@ -246,7 +246,7 @@ read_vmoptions() { unpack_file() { if [ -f \"$1\" ]; then - jar_file=`echo \"$1\" | awk '{ print substr($0,1,length-5) }'` + jar_file=`echo \"$1\" | awk '{ print substr($scriptname,1,length-5) }'` bin/unpack200 -r \"$1\" \"$jar_file\" if [ $? -ne 0 ]; then @@ -377,9 +377,14 @@ fi old_pwd=`pwd` -progname=`basename \"$0\"` -linkdir=`dirname \"$0\"` +scriptname=$0 +if [ ! -z \"$ALTERNATIVE_NAME\" ]; then + scriptname=`dirname \"$0\"`\"/\"$ALTERNATIVE_NAME +fi + +progname=`basename \"$scriptname\"` +linkdir=`dirname \"$scriptname\"` cd \"$linkdir\" prg=\"$progname\" @@ -590,7 +595,7 @@ return_code=$? ;; *) - echo \"Usage: $0 {start|stop|run|run-redirect|status|restart|force-reload}\" + echo \"Usage: $scriptname {start|stop|run|run-redirect|status|restart|force-reload}\" exit 1 ;; esac "}
{"_id":"q-en-nixpkgs-6f660bb37be0583bfa0d1b41c36b7762e66a1795a261380320f974c6b8e5889a","text":"libgeos_c = GEOS_LIBRARY_PATH; libc = lib.optionalString (!stdenv.isDarwin) \"${stdenv.cc.libc}/lib/libc${stdenv.hostPlatform.extensions.sharedLibrary}.6\"; }) (fetchpatch { name = \"fix-tests-geos-3.11.patch\"; url = \"https://github.com/shapely/shapely/commit/21c8e8a7909e7fb3cce6daa5c5b8284ac927fcb0.patch\"; includes = [ \"tests/test_parallel_offset.py\" ]; sha256 = \"sha256-85c8NlmAzzfCgepe/411ug5Sq+665dFMb3ySaUt9Kew=\"; }) ]; preCheck = '' rm -r shapely # prevent import of local shapely ''; disabledTests = [ \"test_collection\" disabledTests = lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ # FIXME(lf-): these logging tests are broken, which is definitely our # fault. I've tried figuring out the cause and failed. # # It is apparently some sandbox or no-sandbox related thing on macOS only # though. \"test_error_handler_exception\" \"test_error_handler\" \"test_info_handler\" ]; pythonImportsCheck = [ \"shapely\" ];"}
{"_id":"q-en-nixpkgs-6f72ef26f09daa0fc1dc1d7c4aa8d9b095d2d27dc6707c7d42040ff8118e7df5","text":"export inhibit_libc=true '' # Trick to build a gcc that is capable of emitting shared libraries *without* having the # targetPlatform libc available beforehand. Taken from: # https://web.archive.org/web/20170222224855/http://frank.harvard.edu/~coldwell/toolchain/ # https://web.archive.org/web/20170224235700/http://frank.harvard.edu/~coldwell/toolchain/t-linux.diff + lib.optionalString (targetPlatform != hostPlatform && withoutTargetLibc && enableShared) (let # crt{i,n}.o are the first and last (respectively) object file # linked when producing an executable. Traditionally these # files are delivered as part of the C library, but on GNU # systems they are in fact built by GCC. Since libgcc needs to # build before glibc, we can't wait for them to be copied by # glibc. At this early pre-glibc stage these files sometimes # have different names. crtstuff-ofiles = if targetPlatform.isPower then \"ecrti.o ecrtn.o ncrti.o ncrtn.o\" else \"crti.o crtn.o\"; # Normally, `SHLIB_LC` is set to `-lc`, which means that # `libgcc_s.so` cannot be built until `libc.so` is available. # The assignment below clobbers this variable, removing the # `-lc`. # # On PowerPC we add `-mnewlib`, which means \"libc has not been # built yet\". This causes libgcc's Makefile to use the # gcc-built `{e,n}crt{n,i}.o` instead of failing to find the # versions which have been repackaged in libc as `crt{n,i}.o` # SHLIB_LC = lib.optionalString targetPlatform.isPower \"-mnewlib\"; in '' echo 'libgcc.a: ${crtstuff-ofiles}' >> libgcc/Makefile.in echo 'SHLIB_LC=${SHLIB_LC}' >> libgcc/Makefile.in '') (import ./libgcc-buildstuff.nix { inherit lib stdenv; }) "}
{"_id":"q-en-nixpkgs-6f77b1722ae0473355cdc742b4cbc95a5d107422b10da7c7c519a8c88ed2b703","text":"\"INITRAMFS_DIR=${placeholder \"out\"}/etc/initramfs-tools\" ] ++ lib.optional fuseSupport \"BCACHEFS_FUSE=1\"; env = { CARGO_BUILD_TARGET = stdenv.hostPlatform.rust.rustcTargetSpec; \"CARGO_TARGET_${stdenv.hostPlatform.rust.cargoEnvVarTarget}_LINKER\" = \"${stdenv.cc.targetPrefix}cc\"; }; # FIXME: Try enabling this once the default linux kernel is at least 6.7 doCheck = false; # needs bcachefs module loaded on builder"}
{"_id":"q-en-nixpkgs-6fb21e5a6b7a0fdb871fbe4183f3f34c83f12eaa2d3ce82a28a7ba9484bde5e3","text":"idea-ultimate = buildIdea rec { name = \"idea-ultimate-${version}\"; version = \"2019.3.4\"; /* updated by script */ version = \"2020.1\"; /* updated by script */ description = \"Integrated Development Environment (IDE) by Jetbrains, requires paid license\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz\"; sha256 = \"1i34kcd2j1xwx3l2sqc6jh3b69wqbxwwlq5yb7kf2ms9x4144bn0\"; /* updated by script */ sha256 = \"0lrimmczl49azwsms56l4dg7himzr991a209r921jxa32rdjfq6x\"; /* updated by script */ }; wmClass = \"jetbrains-idea\"; update-channel = \"IntelliJ IDEA RELEASE\";"}
{"_id":"q-en-nixpkgs-6fed27d4fbca69f6664821810e7c28598ecbbefc48492653a720226b7a1e09f0","text":" { stdenv, lib, fetchFromGitHub, fetchpatch, fetchurl, cmake, ctags, swig # data, compression , bzip2, curl, hdf5, json_c, xz, lzo, protobuf, snappy # maths , blas, lapack, eigen, nlopt, lp_solve, colpack, glpk # libraries , libarchive, libxml2 # extra support , pythonSupport ? true, pythonPackages ? null , opencvSupport ? false, opencv ? null { lib , stdenv , fetchFromGitHub , fetchpatch , fetchurl # build , cmake , ctags , pythonPackages , swig # math , eigen , blas , lapack , glpk # data , protobuf , json_c , libxml2 , hdf5 , curl # compression , libarchive , bzip2 , xz , snappy , lzo # more math , nlopt , lp_solve , colpack # extra support , pythonSupport ? true , opencvSupport ? false , opencv ? null , withSvmLight ? false }:"}
{"_id":"q-en-nixpkgs-6ff79c0cd15af612fee92adb002a3441b048d31462d1dfa4c6621a6c7f75a743","text":"url = \"https://gitlab.freedesktop.org/cairo/cairo/-/commit/e22d7212acb454daccc088619ee147af03883974.diff\"; sha256 = \"sha256-8G98nsPz3MLEWPDX9F0jKgXC4hC4NNdFQLSpmW3ay2s=\"; }) # Fix unexpected color addition on grayscale images (usually text). # Upstream fix: https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/114 # Can be removed after 1.18 release (fetchpatch { name = \"fix-grayscale-anialias.patch\"; url = \"https://gitlab.freedesktop.org/cairo/cairo/-/commit/4f4d89506f58a64b4829b1bb239bab9e46d63727.diff\"; sha256 = \"sha256-mbTg67e7APfdELsuMAgXdY3xokWbGtHF7VDD5UyYqKM=\"; }) ]; outputs = [ \"out\" \"dev\" \"devdoc\" ];"}
{"_id":"q-en-nixpkgs-70508834224e643fc7aead43be7cd102deb2a245d2f020e00ea0f90ddd594ce8","text":"unset CPP ''; configureFlags = lib.optionals stdenv.isDarwin [ \"--disable-nls\" ]; makeFlags = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ \"CROSS_COMPILE=${stdenv.cc.targetPrefix}\" ]; postFixup = lib.optionalString stdenv.isDarwin '' install_name_tool -id $out/lib/libnewt.so.${version} $out/lib/libnewt.so.${version} install_name_tool -change libnewt.so.${version} $out/lib/libnewt.so.${version} $out/bin/whiptail ''; meta = with lib; { homepage = \"https://pagure.io/newt\"; description = \"Library for color text mode, widget based user interfaces\"; license = licenses.lgpl2; platforms = platforms.linux; platforms = platforms.unix; maintainers = [ maintainers.viric ]; }; }"}
{"_id":"q-en-nixpkgs-7060a0a44b6a8cfddc5feb0d777dcb0a487888b2dbc8cb8e2956847f3b415ef5","text":"$container->set('UrlManager', function (Container $container) { diff --git a/services/DatabaseService.php b/services/DatabaseService.php index dfcd5d4b..bc8d1a1d 100644 index c093f361..0894791f 100644 --- a/services/DatabaseService.php +++ b/services/DatabaseService.php @@ -107,6 +107,6 @@ class DatabaseService @@ -114,6 +114,6 @@ class DatabaseService return GROCY_DATAPATH . '/grocy_' . $dbSuffix . '.db'; }"}
{"_id":"q-en-nixpkgs-709f3ae518eb78f584b8bde04d20771ea38d2dc69c61937b3d79d289b121ad6b","text":" { buildGoModule, fetchFromGitLab, fetchzip, installShellFiles, lib }: { buildGoModule , fetchFromGitLab , fetchzip , ffmpeg , installShellFiles , lib , makeWrapper }: buildGoModule rec { pname = \"olaris-server\"; version = \"0.4.0\"; version = \"unstable-2022-06-11\"; src = fetchFromGitLab { owner = \"olaris\"; owner = \"olaris\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-iworyQqyTabTI0NpZHTdUBGZSCaiC5Dhr69mRtsHLOs=\"; rev = \"bdb2aeb1595c941210249164a97c12404c1ae0d8\"; hash = \"sha256-Uhnh6GC85ORKnfHeYNtbSA40osuscxXDF5/kXJrF2Cs=\"; }; preBuild = let"}
{"_id":"q-en-nixpkgs-70a0612103b79575ae4f87ec09b0cceace60a7b36a471af48d0733a172b44b5e","text":"detect-secrets = with python3Packages; toPythonApplication detect-secrets; deterministic-uname = callPackage ../build-support/deterministic-uname { }; dfmt = callPackage ../tools/text/dfmt { }; diopser = callPackage ../applications/audio/diopser { stdenv = gcc10StdenvCompat; };"}
{"_id":"q-en-nixpkgs-7101c2bd416be1087174463a32f3e22f2d01468979aa93853843bf39956212d6","text":"done mkdir $out/bin export localeArchive=\"${config.i18n.glibcLocales}/lib/locale/locale-archive\" substituteAll ${./switch-to-configuration.pl} $out/bin/switch-to-configuration chmod +x $out/bin/switch-to-configuration"}
{"_id":"q-en-nixpkgs-7178d26bd659f371d49b2b01b14fb64df6654f1645ae73f54e70846b3f03bc55","text":" diff --git a/executer/src/executer.cpp b/executer/src/executer.cpp index da848dad..5bd7e986 100644 --- a/executer/src/executer.cpp +++ b/executer/src/executer.cpp @@ -45,7 +45,7 @@ bool Executer::start(QIODevice *device, const QString &filename) QSettings settings; QString locale = settings.value(QStringLiteral(\"gui/locale\"), QLocale::system().name()).toString(); - mActionFactory->loadActionPacks(QApplication::applicationDirPath() + QStringLiteral(\"/actions\"), locale); + mActionFactory->loadActionPacks(QStringLiteral(\"@out@/lib/actions\"), locale); #ifndef Q_OS_WIN if(mActionFactory->actionPackCount() == 0) mActionFactory->loadActionPacks(QStringLiteral(\"actiona/actions/\"), locale); diff --git a/gui/src/mainwindow.cpp b/gui/src/mainwindow.cpp index 6052648e..3c802d93 100644 --- a/gui/src/mainwindow.cpp +++ b/gui/src/mainwindow.cpp @@ -322,7 +322,7 @@ void MainWindow::postInit() if(mSplashScreen) mSplashScreen->showMessage(tr(\"Loading actions...\")); - mActionFactory->loadActionPacks(QApplication::applicationDirPath() + QStringLiteral(\"/actions\"), mUsedLocale); + mActionFactory->loadActionPacks(QStringLiteral(\"@out@/lib/actions\"), mUsedLocale); #ifndef Q_OS_WIN if(mActionFactory->actionPackCount() == 0) mActionFactory->loadActionPacks(QStringLiteral(\"actiona/actions/\"), mUsedLocale); diff --git a/tools/src/languages.cpp b/tools/src/languages.cpp index 4926936e..18e9aabb 100644 --- a/tools/src/languages.cpp +++ b/tools/src/languages.cpp @@ -79,7 +79,7 @@ namespace Tools void Languages::installTranslator(const QString &componentName, const QString &locale) { auto translator = new QTranslator(QCoreApplication::instance()); -\t\tif(!translator->load(QStringLiteral(\"%1/translations/%2_%3\").arg(QCoreApplication::applicationDirPath()).arg(componentName).arg(locale))) +\t\tif(!translator->load(QStringLiteral(\"@out@/share/actiona/translations/%1_%2\").arg(componentName).arg(locale))) { auto path = QStringLiteral(\"%1/translations/%2_%3\").arg(QDir::currentPath()).arg(componentName).arg(locale); if(!translator->load(path)) "}
{"_id":"q-en-nixpkgs-7193465c048e5833cfbb0508e3bcba2b08bb3b743738ed60b87e45cdc3ce98d4","text":"linuxPackages_4_19 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_19); linuxPackages_5_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_4); linuxPackages_5_7 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_7); linuxPackages_5_8 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_8); # When adding to this list: # - Update linuxPackages_latest to the latest version"}
{"_id":"q-en-nixpkgs-71b94c23692a20d318c3725d8141677d284f9325b0f4bc64cfffca44dda6aa0b","text":", pango , audioSupport ? mediaSupport , pulseaudioSupport ? false , pulseaudioSupport ? mediaSupport , libpulseaudio , apulse"}
{"_id":"q-en-nixpkgs-71cf1ad81b74f67a26e1cacbd7f23d7f67b3f2b831dd3b1866167ae5c67d3b3b","text":", debug ? false , enableXWayland ? true , legacyRenderer ? false , withSystemd ? true , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd , wrapRuntimeDeps ? true # deprecated flags , nvidiaPatches ? false"}
{"_id":"q-en-nixpkgs-71e30ea68e2fefbf8d56102e1a87bb27e4f2f97805e756f11e52aa075ed805ec","text":"executableName = \"code\" + lib.optionalString isInsiders \"-insiders\"; longName = \"Visual Studio Code\" + lib.optionalString isInsiders \" - Insiders\"; shortName = \"Code\" + lib.optionalString isInsiders \" - Insiders\"; inherit commandLineArgs; src = fetchurl { name = \"VSCode_${version}_${plat}.${archive_fmt}\";"}
{"_id":"q-en-nixpkgs-71e5d217c4e4729e435f1436ebb59542a2656eed72de3ab4fb3ff202a30bc916","text":"{ lib , mkDerivation , cmake , extra-cmake-modules , wrapGAppsHook , gst_all_1"}
{"_id":"q-en-nixpkgs-71f10a6e9916beefb14044a6eff1c382719be0f2eac7b82dc16898d6b338ce9a","text":"# Build an idris package { stdenv, lib, idrisPackages, gmp }: { stdenv, lib, gmp, prelude, base, with-packages, idris }: { idrisDeps ? [] , noPrelude ? false , noBase ? false"}
{"_id":"q-en-nixpkgs-722d12e566a6a9105d2056832fcfdb8f541128672c245e40ccba41e21a250479","text":"sha256 = \"08mm7ajgs0qnrydywxxyzcll09z80crjnjkjnckdi6ljsj6s96j8\"; }; patches = [ (fetchpatch { name = \"CVE-2020-26566.patch\"; url = \"https://github.com/Motion-Project/motion/commit/5c9b907ddd4d096f0485831869a29dc0fbfbb800.diff\"; sha256 = \"0q4yl5k5w37kgxsipxaw20mx238s50lmvhlqrsyh8w31qr3dwgx4\"; excludes = [ \".travis.yml\" ]; }) ]; nativeBuildInputs = [ autoreconfHook pkgconfig ]; buildInputs = [ ffmpeg libjpeg libmicrohttpd ];"}
{"_id":"q-en-nixpkgs-725c8912c8f7d6ee4a4337c79b97328f0902f4657ac77b59f30e012719fbe44c","text":"-e \"s|^ASCIIDOC =.*|ASCIIDOC = '$out/bin/asciidoc'|\" -e \"s|^XSLTPROC =.*|XSLTPROC = '${libxslt.bin}/bin/xsltproc'|\" -e \"s|^DBLATEX =.*|DBLATEX = '${dblatexFull}/bin/dblatex'|\" -e \"s|^FOP =.*|FOP = '${fop}/bin/fop'|\" ${optionalString enableJava ''-e \"s|^FOP =.*|FOP = '${fop}/bin/fop'|\"''} -e \"s|^W3M =.*|W3M = '${w3m}/bin/w3m'|\" -e \"s|^LYNX =.*|LYNX = '${lynx}/bin/lynx'|\" -e \"s|^XMLLINT =.*|XMLLINT = '${libxml2.bin}/bin/xmllint'|\" "}
{"_id":"q-en-nixpkgs-725ce9e98292ced6ea64001ead69523292e21b7772bb926f8d56d45ab03edb2e","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":"q-en-nixpkgs-727ac455464ce3f92245ef280c46a17258558ac7479f2cfa288a4e65849417dd","text":"glib gnome2.GConf gtk3 libGL libappindicator-gtk3 libdrm libnotify"}
{"_id":"q-en-nixpkgs-72914020380cd1205c5f9685c87f3d1e19862fffe68159d27456e1c8bb702d75","text":"let version = pkg.version or \"\"; in lib.optionalString (isPvpVersion version) lib.optionalString (isPvpVersion version && (pkg.meta.hydraPlatforms or null) != lib.platforms.none) ''\"${name}\",\"${version}\",\"http://hydra.nixos.org/job/nixpkgs/trunk/haskellPackages.${name}.x86_64-linux\"''; all-haskellPackages = builtins.toFile \"all-haskellPackages\" (lib.concatStringsSep \"n\" (lib.filter (x: x != \"\") (lib.mapAttrsToList pkgLine haskellPackages))); in runCommand \"hackage-package-list\" { } # This command will make a join between all packages on hackage and haskellPackages.*. # It ignores packages marked as broken (according to hydraPlatforms) # It creates a valid csv file which can be uploaded to hackage.haskell.org. # The call is wrapped in echo $(...) to trim trailing newline, which hackage requires. ''"}
{"_id":"q-en-nixpkgs-72bb180eb8da42cd6509a5df89ae7d60162f4b4b299e8b3fc27a3cda8233c0e2","text":"(all nixos.tests.sddm.default) (all nixos.tests.simple) (all nixos.tests.slim) (all nixos.tests.switchTest) (all nixos.tests.udisks2) (all nixos.tests.xfce)"}
{"_id":"q-en-nixpkgs-72bc3aebc783e907a3d543d4dffbd6d336fe3ec23ba5cd53d7f16af06e5dd238","text":" { config, lib, stdenv, fetchFromGitHub, fetchpatch , addOpenGLRunpath, docutils, perl, pkg-config, python3, wafHook, which , ffmpeg, freefont_ttf, freetype, libass, libpthreadstubs, mujs , nv-codec-headers, lua, libuchardet, libiconv ? null { config , lib , stdenv , fetchFromGitHub , fetchpatch , addOpenGLRunpath , docutils , perl , pkg-config , python3 , wafHook , which , ffmpeg , freefont_ttf , freetype , libass , libpthreadstubs , mujs , nv-codec-headers , lua , libuchardet , libiconv ? null , CoreFoundation, Cocoa, CoreAudio, MediaPlayer , waylandSupport ? stdenv.isLinux"}
{"_id":"q-en-nixpkgs-72ec22ac32de8e7d00dce5fc087f227c8f354b6b12dac429bb2e15ede5c91bbb","text":" { lib, stdenv, fetchFromGitHub, jdk, ant, python2, python2Packages, watchman, bash, makeWrapper }: { lib, stdenv, fetchFromGitHub, jdk11, ant, python3, watchman, bash, makeWrapper }: stdenv.mkDerivation rec { pname = \"buck\"; version = \"2019.10.17.01\"; version = \"2021.01.12.01\"; src = fetchFromGitHub { owner = \"facebook\"; repo = pname; rev = \"v${version}\"; sha256 = \"1irgp8yq1z11bq3b83yxvj35wqqq7y7b8q4d4y0hc05ac19ja0vj\"; sha256 = \"sha256-NFiMQ+cG93R10LlkfUMzZ4TnV0uO5G+8S5TiMI6hU5o=\"; }; patches = [ ./pex-mtime.patch ];"}
{"_id":"q-en-nixpkgs-73073e7846373997ea3fdac2cdfe487599889f543552137e10b64409acb2a644","text":"xorg.libXau xorg.libXdmcp xorg.libxcb xorg.libxshmfence xorg.xcbutil xorg.xcbutilimage xorg.xcbutilkeysyms xorg.xcbutilrenderutil xorg.xcbutilwm libxkbcommon xcbutilxrm ]; xcbutilxrm ] ++ stdenv.lib.optional gtk3Support gtk3; #cmakeFlags = \"-DGENERATE_MANPAGES=ON\"; cmakeFlags = \"-DOVERRIDE_VERSION=${version}\";"}
{"_id":"q-en-nixpkgs-73613d30b0d2a4a19cbf4146851d597ac71e1461a6ad77cf9dc9a18c07ac5feb","text":"{ runCommand, fetchFromGitHub, git }: let version = \"2016-08-10\"; rev = \"fe018be71eeed9c1dc441a16e6a0f32eb6a46bce\"; sha256 = \"0d8rvhndkz8sz7zn79lrk5vlkpljfilrk52cb2pr5rx83cm89vmi\"; version = \"2016-08-23\"; rev = \"e98ce679ed90bb5b8a64ad9f5bd82f87fd6b641f\"; sha256 = \"0dpl071ic3ddknsy98dxm99mznlblhmgjqi9ha6rlbldbjp3gf8j\"; src = fetchFromGitHub { inherit rev;"}
{"_id":"q-en-nixpkgs-7371ba297b928a753ae12dec3096482a84b25c7889d0c451bfa968d72586da18","text":"inherit tor meek obfs4 snowflake; inherit (tor) geoip; }) # Remove distutils for Python 3.12 compatibility # https://github.com/onionshare/onionshare/pull/1907 (fetchpatch { url = \"https://github.com/onionshare/onionshare/commit/1fb1a470df20d8a7576c8cf51213e5928528d59a.patch\"; includes = [ \"onionshare_cli/onion.py\" ]; stripLen = 1; hash = \"sha256-4XkqaEhMhvj6PyMssnLfXRazdP4k+c9mMDveho7pWg8=\"; }) ]; propagatedBuildInputs = [ dependencies = with python3.pkgs; [ colorama flask flask-compress"}
{"_id":"q-en-nixpkgs-7375495ab61d7c883e33fc056b7e74dfea79c28200accd6958a7157afef801bf","text":"''; meta = with lib; { homepage = \"https://mednafen.github.io/\"; description = \"A portable, CLI-driven, SDL+OpenGL-based, multi-system emulator\"; longDescription = '' Mednafen is a portable, utilizing OpenGL and SDL,"}
{"_id":"q-en-nixpkgs-739c294f428a63418d4347c5271c22e8de97cc18a6f85d65e13c41ed591b9449","text":" { lib , python3 , fetchFromGitHub , appstream-glib , desktop-file-utils , gettext , glib , gobject-introspection , gtk3 , gst_all_1 , libnotify , librsvg , meson , ninja , pkg-config , slop , wrapGAppsHook }: python3.pkgs.buildPythonApplication rec { pname = \"recapp\"; version = \"1.1.1\"; format = \"other\"; src = fetchFromGitHub { owner = \"amikha1lov\"; repo = \"RecApp\"; rev = \"v${version}\"; sha256 = \"08bpfcqgw0lj6j7y5b2i18kffawlzp6pfk4wdpmk29vwmgk9s9yc\"; }; postPatch = '' patchShebangs build-aux/meson ''; nativeBuildInputs = [ appstream-glib desktop-file-utils gettext glib gtk3 meson ninja pkg-config wrapGAppsHook ]; buildInputs = [ libnotify librsvg gobject-introspection gtk3 gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly ]; propagatedBuildInputs = with python3.pkgs; [ pulsectl pydbus pygobject3 ]; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=( \"''${gappsWrapperArgs[@]}\" \"--prefix\" \"PATH\" \":\" \"${lib.makeBinPath [ gst_all_1.gstreamer.dev slop ]}\" ) ''; meta = with lib; { description = \"User friendly Open Source screencaster for Linux written in GTK\"; homepage = \"https://github.com/amikha1lov/RecApp\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ dotlambda ]; }; } "}
{"_id":"q-en-nixpkgs-73ce429e8229e36d0769f317373e5f7e1dc721da3e8d1bffe45caba64301ffbf","text":"SUBSYSTEM==\"misc\", KERNEL==\"vboxguest\", TAG+=\"systemd\" ''; } (mkIf cfg.x11 { services.xserver.videoDrivers = mkOverride 50 [ \"vmware\" \"virtualbox\" \"modesetting\" ]; services.xserver.videoDrivers = [ \"vmware\" \"virtualbox\" \"modesetting\" ]; services.xserver.config = ''"}
{"_id":"q-en-nixpkgs-73ea27e14397644965076e4d6b7d2d4be39d8dfb4e3f82104b85b86423a371c8","text":" diff --git a/libethcore/CMakeLists.txt b/libethcore/CMakeLists.txt index 1a53de8..832e926 100644 --- a/libethcore/CMakeLists.txt +++ b/libethcore/CMakeLists.txt @@ -7,7 +7,7 @@ set(SOURCES include_directories(BEFORE ..) add_library(ethcore ${SOURCES}) -target_link_libraries(ethcore PUBLIC devcore ethash::ethash PRIVATE hwmon) +target_link_libraries(ethcore PUBLIC devcore ethash::ethash ethash-global-context PRIVATE hwmon) if(ETHASHCL) target_link_libraries(ethcore PRIVATE ethash-cl) diff --git a/libethcore/EthashAux.h b/libethcore/EthashAux.h index d9aadc7..fe5c6cf 100644 --- a/libethcore/EthashAux.h +++ b/libethcore/EthashAux.h @@ -22,6 +22,7 @@ #include #include +#include namespace dev { "}
{"_id":"q-en-nixpkgs-7404dfe0fd2051873cf6171c0a0d2fc03d69df174e318a5af0bbea8af310ae64","text":" { lib, file, fetchFromGitLab, buildPerlPackage, ArchiveZip, ArchiveCpio }: { stdenv, file, fetchFromGitLab, buildPerlPackage, ArchiveZip, ArchiveCpio, shortenPerlShebang }: buildPerlPackage rec { pname = \"strip-nondeterminism\";"}
{"_id":"q-en-nixpkgs-74212e171d851be2f46323f2aa617f391c10bb5a5e3ba91a2c83812432e79f86","text":" { lib, stdenv, fetchurl, makeWrapper, jre, ncurses }: stdenv.mkDerivation rec { version = \"3.1.0\"; pname = \"scala-bare\"; src = fetchurl { url = \"https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz\"; sha256 = \"9bsZ2FtIb6AvA3W3r2Vv0dPNicuYjMBz3X48z45Avv8=\"; }; propagatedBuildInputs = [ jre ncurses.dev ] ; nativeBuildInputs = [ makeWrapper ]; installPhase = '' mkdir -p $out mv * $out ''; fixupPhase = '' bin_files=$(find $out/bin -type f ! -name common) for f in $bin_files ; do wrapProgram $f --set JAVA_HOME ${jre} --prefix PATH : '${ncurses.dev}/bin' done ''; meta = with lib; { description = \"Research platform for new language concepts and compiler technologies for Scala\"; longDescription = '' Dotty is a platform to try out new language concepts and compiler technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax (e.g. no XML literals), and try to boil down Scala’s types into a smaller set of more fundamental constructs. The theory behind these constructs is researched in DOT, a calculus for dependent object types. ''; homepage = \"http://dotty.epfl.ch/\"; license = licenses.bsd3; platforms = platforms.all; maintainers = [maintainers.karolchmist maintainers.virusdave]; }; } "}
{"_id":"q-en-nixpkgs-743a12c8619b3feedd0c96787444339c51b9a4b532f92e7f2b68890ff2950fa1","text":"meta = with lib; { description = \"A screencasting program created with design in mind\"; homepage = \"https://code.launchpad.net/kazam\"; homepage = \"https://github.com/niknah/kazam\"; license = licenses.lgpl3; platforms = platforms.linux; maintainers = [ maintainers.domenkozar ];"}
{"_id":"q-en-nixpkgs-7474fe0a27e6a19b39ab0a6b88f70aafc00a0dc8fc6685f8f89e8f561f0bf87e","text":"buildPhase = '' runHook preBuild ant -lib ${applicationSrc}/libtest -lib ${applicationSrc}/lib -lib ${jdk8}/lib ant -lib ${applicationSrc}/libtest -lib ${applicationSrc}/lib -lib ${jdk}/lib runHook postBuild '';"}
{"_id":"q-en-nixpkgs-74b51d22340e5ac4f9a57b33e7b8339647318aae28f2ed840cb0915eb84202fd","text":"(fetchNuGet { pname = \"goaaats.Veldrid.StartupUtilities\"; version = \"4.9.0-beta1-g70f642e82e\"; sha256 = \"03r3x9h0fyb07d6d28ny6r5s688m50xc0lgc6zf2cy684kfnvmp5\"; }) (fetchNuGet { pname = \"ImGui.NET\"; version = \"1.87.2\"; sha256 = \"0rv0n18fvz1gbh45crhzn1f8xw8zkc8qyiyj91vajjcry8mq1x7q\"; }) (fetchNuGet { pname = \"KeySharp\"; version = \"1.0.5\"; sha256 = \"1ic10v0a174fw6w89iyg4yzji36bsj15573y676cj5n09n6s75d4\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-x64\"; version = \"6.0.6\"; sha256 = \"0ndah9cqkgswhi60wrnni10j1d2hdg8jljij83lk1wbfqbng86jm\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.Analyzers\"; version = \"3.3.3\"; sha256 = \"09m4cpry8ivm9ga1abrxmvw16sslxhy2k5sl14zckhqb1j164im6\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.BannedApiAnalyzers\"; version = \"3.3.3\"; sha256 = \"1z6x0d8lpcfjr3sxy25493i17vvcg5bsay6c03qan6mnj5aqzw2k\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.Common\"; version = \"4.0.1\"; sha256 = \"0axjv1nhk1z9d4c51d9yxdp09l8yqqnqaifhqcwnxnv0r4y5cka9\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.CSharp\"; version = \"4.0.1\"; sha256 = \"1h6jfifg7pw2vacpdds4v4jqnaydg9b108irf315wzx6rh8yv9cb\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.NetAnalyzers\"; version = \"6.0.0\"; sha256 = \"06zy947m5lrbwb684g42ijb07r5jsqycvfnphc6cqfdrfnzqv6k9\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-x64\"; version = \"6.0.6\"; sha256 = \"0fjbjh7yxqc9h47ix37y963xi9f9y99jvl26cw3x3kvjlb8x0bgj\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"1.0.1\"; sha256 = \"01al6cfxp68dscl15z7rxfw9zvhm64dncsw09a1vmdkacsa2v6lr\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"1.1.0\"; sha256 = \"08vh1r12g6ykjygq5d3vq09zylgb84l63k49jc4v8faw9g93iqqm\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Targets\"; version = \"1.0.1\"; sha256 = \"0ppdkwy6s9p7x9jix3v4402wb171cdiibq7js7i13nxpdky7074p\"; })"}
{"_id":"q-en-nixpkgs-74c123023b55116a3318b917ee7f1b791c19f1fc37e3d445ee67c51b61f1596b","text":"rustPlatform.buildRustPackage rec { pname = \"cargo-bloat\"; version = \"0.10.1\"; version = \"0.11.0\"; src = fetchFromGitHub { owner = \"RazrFalcon\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-VcdZ/dKqFFQs8ItNEj407z1pWJqpHwwIsuNnsQ8KU/8=\"; sha256 = \"sha256-UzMo+IqoP3GpGu7tWlrkEU1YpVLgEL7UwIU1hPmoJNg=\"; }; cargoSha256 = \"sha256-1TIGv0yVhkhThqZiQW9JrvFd0eouTlr8kgN/g7b4vDM=\"; cargoSha256 = \"sha256-w3+ypGuVRGwC94zj/OaDUUoUbBnepGHvqulY4IVIsfo=\"; meta = with lib; { description = \"A tool and Cargo subcommand that helps you find out what takes most of the space in your executable\";"}
{"_id":"q-en-nixpkgs-74c209bbf35ba437d90da5b04a49bc9446ea5b72e782b2110e217c6bc6d573f7","text":", fetchFromGitHub , cmake , pkg-config , fftw , libpng , libjpeg , libwebp , openblas , blas , lapack , config , guiSupport ? false , libX11 # see http://dlib.net/compile.html , sse4Support ? stdenv.hostPlatform.sse4_1Support , avxSupport ? stdenv.hostPlatform.avxSupport , cudaSupport ? true }: stdenv.mkDerivation rec { , cudaSupport ? config.cudaSupport , cudaPackages }@inputs: (if cudaSupport then cudaPackages.backendStdenv else inputs.stdenv).mkDerivation rec { pname = \"dlib\"; version = \"19.24.2\"; src = fetchFromGitHub { owner = \"davisking\"; repo = \"dlib\"; rev =\"v${version}\"; rev = \"v${version}\"; sha256 = \"sha256-Z1fScuaIHjj2L1uqLIvsZ7ARKNjM+iaA8SAtWUTPFZk=\"; };"}
{"_id":"q-en-nixpkgs-74d75964645cc5a2956e7c2764acd11472d1c3cc428fec980b1279ee5f2662a0","text":"}; }; pythonefl_1_11 = buildPythonPackage rec { pythonefl_1_12 = buildPythonPackage rec { name = \"python-efl-${version}\"; version = \"1.11.0\"; version = \"1.12.0\"; src = pkgs.fetchurl { url = \"http://download.enlightenment.org/rel/bindings/python/${name}.tar.xz\"; sha256 = \"1d4hj39alg6j7ah1bc8wvlka9d13i8iy3fxxraik2f60w6811i48\"; url = \"http://download.enlightenment.org/rel/bindings/python/${name}.tar.gz\"; sha256 = \"0rxv5nrqg5c2l93ns2k6gjil1y7qq6amfh5slkarm3kv8fzk17xv\"; }; preConfigure = '' export NIX_CFLAGS_COMPILE=\"-I${pkgs.e19.efl}/include/eo-1 -I${pkgs.e19.efl}/include/eina-1 -I${pkgs.e19.efl}/include/eina-1/eina -I${pkgs.e19.efl}/include/evas-1 -I${self.dbus}/include/dbus-1.0 -I${pkgs.e19.efl}/include/efl-1 -I${pkgs.e19.efl}/include/eet-1 -I${pkgs.e19.efl}/include/ecore-1 -I${pkgs.e19.efl}/include/ecore-evas-1 -I${pkgs.e19.efl}/include/ecore-file-1 -I${pkgs.e19.efl}/include/ecore-input-1 -I${pkgs.e19.efl}/include/ecore-imf-1 -I${pkgs.e19.efl}/include/ecore-con-1 -I${pkgs.e19.efl}/include/edje-1 -I${pkgs.e19.efl}/include/eldbus-1 -I${pkgs.e19.efl}/include/efreet-1 -I${pkgs.e19.efl}/include/ethumb-client-1 -I${pkgs.e19.efl}/include/ethumb-1 -I${pkgs.e19.efl}/include/ecore-x-1 $NIX_CFLAGS_COMPILE\""}
{"_id":"q-en-nixpkgs-74e9d682bf25fdc40313a9f82b466f4134749935103310920c3ab1a7b0276ee2","text":" { stdenv, fetchurl, m4, perl, gfortran, texlive, ffmpeg, tk, gnused_422 , imagemagick, liblapack, python, openssl, libpng # TODO # - consider writing a script to convert spkgs to nix packages, similar to vim # or cabal2nix. This would allow a more efficient and \"cleaner\" build, greater # flexibility and the possibility to select which dependencies to add and which # to remove. It would also allow to use system packages for some dependencies # and recompile others (optimized for the system) without recompiling everything. # - add optdeps: # - imagemagick # - texlive full for documentation # - ... # - further seperate build outputs. Also maybe run `make doc`. # Configure flags like --bindir and --libdir oculd also be used for that, see # ./configure --help`. # Other resources: # - https://wiki.debian.org/DebianScience/Sage # - https://github.com/cschwan/sage-on-gentoo # - https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/sagemath { stdenv , fetchurl , perl , gfortran , python , autoreconfHook , gettext , which , texlive , hevea }: stdenv.mkDerivation rec { name = \"sage-6.8\"; version = \"8.0\"; name = \"sage-${version}\"; src = fetchurl { url = \"http://old.files.sagemath.org/src-old/${name}.tar.gz\"; sha256 = \"102mrzzi215g1xn5zgcv501x9sghwg758jagx2jixvg1rj2jijj9\"; # Note that the source is *not* fetched from github, since that doesn't # the upstream folder with all the source tarballs of the spkgs. # If those are not present they are fetched at build time, which breaks # when building in a sandbox (and probably only works if you install the # latest sage version). urls = [ \"http://mirrors.mit.edu/sage/src/sage-${version}.tar.gz\" \"ftp://ftp.fu-berlin.de/unix/misc/sage/src/sage-${version}.tar.gz\" \"http://sagemath.polytechnic.edu.na/src/sage-${version}.tar.gz\" \"ftp://ftp.sun.ac.za/pub/mirrors/www.sagemath.org/src/sage-${version}.tar.gz\" \"http://sagemath.mirror.ac.za/src/sage-${version}.tar.gz\" \"http://ftp.leg.uct.ac.za/pub/packages/sage/src/sage-${version}.tar.gz\" \"http://mirror.ufs.ac.za/sagemath/src/sage-${version}.tar.gz\" \"http://mirrors-usa.go-parts.com/sage/sagemath/src/sage-${version}.tar.gz\" \"http://www.cecm.sfu.ca/sage/src/sage-${version}.tar.gz\" \"http://files.sagemath.org/src/sage-${version}.tar.gz\" \"http://mirrors.xmission.com/sage/src/sage-${version}.tar.gz\" \"http://sagemath.c3sl.ufpr.br/src/sage-${version}.tar.gz\" \"http://linorg.usp.br/sage/src/sage-${version}.tar.gz\" \"http://mirror.hust.edu.cn/sagemath/src/sage-${version}.tar.gz\" \"http://ftp.iitm.ac.in/sage/src/sage-${version}.tar.gz\" \"http://ftp.kaist.ac.kr/sage/src/sage-${version}.tar.gz\" \"http://ftp.riken.jp/sagemath/src/sage-${version}.tar.gz\" \"http://mirrors.tuna.tsinghua.edu.cn/sagemath/src/sage-${version}.tar.gz\" \"http://mirrors.ustc.edu.cn/sagemath/src/sage-${version}.tar.gz\" \"http://ftp.tsukuba.wide.ad.jp/software/sage/src/sage-${version}.tar.gz\" \"http://ftp.yz.yamagata-u.ac.jp/pub/math/sage/src/sage-${version}.tar.gz\" \"http://mirror.yandex.ru/mirrors/sage.math.washington.edu/src/sage-${version}.tar.gz\" \"http://mirror.aarnet.edu.au/pub/sage/src/sage-${version}.tar.gz\" \"http://sage.mirror.garr.it/mirrors/sage/src/sage-${version}.tar.gz\" \"http://www.mirrorservice.org/sites/www.sagemath.org/src/sage-${version}.tar.gz\" \"http://mirror.switch.ch/mirror/sagemath/src/sage-${version}.tar.gz\" \"https://mirrors.up.pt/pub/sage/src/sage-${version}.tar.gz\" \"http://www-ftp.lip6.fr/pub/math/sagemath/src/sage-${version}.tar.gz\" \"http://ftp.ntua.gr/pub/sagemath/src/sage-${version}.tar.gz\" ]; sha256 = \"1a9rhb8jby6fdqa2s7n2fl9jwqqlsl7qz7dbpbwvg6jwlrvni7fg\"; }; buildInputs = [ m4 perl gfortran texlive.combined.scheme-basic ffmpeg gnused_422 tk imagemagick liblapack python openssl libpng which ]; postPatch = '' substituteAllInPlace src/bin/sage-env ''; patches = [ ./spkg-singular.patch ./spkg-python.patch ./spkg-git.patch ]; installPhase = '' # Sage installs during first `make`, `make install` is no-op and just takes time. ''; outputs = [ \"out\" \"doc\" ]; buildInputs = [ perl # needed for the build python # needed for the build gfortran # needed to build giac autoreconfHook # needed to configure sage with prefix gettext # needed to build the singular spkg hevea # needed to build the docs of the giac spkg which # needed in configure of mpir # needed to build the docs of the giac spkg (texlive.combine { inherit (texlive) scheme-basic collection-pstricks # needed by giac times # font needed by giac stmaryrd # needed by giac babel-greek # optional for giac, otherwise throws a bunch of latex command not founds ; }) ]; patches = [ # fix usages of /bin/rm ./spkg-singular.patch # help python find the crypt library ./spkg-python2.patch ./spkg-python3.patch # fix usages of /usr/bin/perl ./spkg-git.patch # fix usages of /bin/cp and add necessary argument to function call ./spkg-giac.patch # environment ./env.patch ]; enableParallelBuilding = true; hardeningDisable = [ \"format\" ]; hardeningDisable = [ \"format\" # needed to build palp, for lines like `printf(ctime(&_NFL->TIME))` # TODO could be patched with `sed s|printf(ctime((.*)))|%s... or fixed upstream ]; preConfigure = '' export SAGE_NUM_THREADS=$NIX_BUILD_CORES export SAGE_ATLAS_ARCH=fast mkdir -p $out/sageHome export HOME=$out/sageHome export CPPFLAGS=\"-P\" export HOME=$out/sage-home mkdir -p $out/sage-home mkdir -p \"$out\" # we need to keep the source around dir=\"$PWD\" cd .. mv \"$dir\" \"$out/sage-root\" cd \"$out/sage-root\" # build in target dir, since `make` is also `make install` ''; # for reference: http://doc.sagemath.org/html/en/installation/source.html preBuild = '' # TODO do this conditionally export SAGE_SPKG_INSTALL_DOCS='no' patchShebangs build ''; postBuild = '' rm -r \"$out/sage-root/upstream\" # don't keep the sources of all the spkgs rm -r \"$out/sage-root/src/build\" rm -rf \"$out/sage-root/src/.git\" rm -r \"$out/sage-root/logs\" # Fix dependency cycle between out and doc rm -f \"$out/sage-root/config.status\" rm -f \"$out/sage-root/build/make/Makefile-auto\" rm -f \"$out/sage-home/.sage/gap/libgap-workspace-\"* ''; preBuild = \"patchShebangs build\"; # TODO there are some doctest failures, which seem harmless. # We should figure out a way to fix the failures or ignore only those tests. doCheck = false; installPhase = ''DESTDIR=$out make install''; checkTarget = \"ptestalllong\"; # all long tests in parallell preCheck = '' export SAGE_TIMEOUT=0 # no timeout export SAGE_TIMEOUT_LONG=0 # no timeout ''; meta = { homepage = http://www.sagemath.org; description = \"A free open source mathematics software system\"; # taken from the homepage longDescription = '' SageMath is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more. Access their combined power through a common, Python-based language or directly via interfaces or wrappers. Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab. ''; license = stdenv.lib.licenses.gpl2Plus; broken = true; platforms = stdenv.lib.platforms.linux; maintainers = with stdenv.lib.maintainers; [ timokau ]; }; }"}
{"_id":"q-en-nixpkgs-74f7f7ce3a45e0b4d12fb8598f400d7f5b2ee547b8f0c86fc65e0b217bfaca7e","text":"version = \"0.14.0.2\"; src = fetchurl { url = \"mirror://sourceforge/project/refind/${version}/${pname}-src-${version}.tar.gz\"; url = \"mirror://sourceforge/project/refind/${version}/refind-src-${version}.tar.gz\"; hash = \"sha256-JqDFXf01ZUmeH4LY/ldGTb7xnKiGzm0BqBUii478iw8=\"; };"}
{"_id":"q-en-nixpkgs-75516ce962b68f09a8601735c3185898406fa7c6d9845cdb53345c0de88d2db1","text":"}; pythondaemon = buildPythonPackage rec { name = \"python-daemon-${version}\"; version = \"2.1.1\"; src = pkgs.fetchurl { url = \" https://pypi.python.org/packages/source/p/python-daemon/${name}.tar.gz\"; sha256 = \"17v80qb98p1gv4j9mq6wb55cv7hc4j1hzw5y2f4s5hrpxs3w3a2q\"; }; # A test fail within chroot builds. doCheck = false; buildInputs = with self; [ mock testscenarios ]; propagatedBuildInputs = with self; [ docutils lockfile ]; meta = { description = \"Library to implement a well-behaved Unix daemon process\"; homepage = https://alioth.debian.org/projects/python-daemon/; licenses = [ licenses.gpl3Plus licenses.asl20 ]; }; }; sympy = buildPythonPackage rec { name = \"sympy-0.7.6.1\"; disabled = isPy34 || isPy35 || isPyPy; # some tests fail"}
{"_id":"q-en-nixpkgs-759c55d52f1d9a4be70db880870b25e85f32104be4a079676423ae460398234f","text":", gst_all_1 , gtk4 , libadwaita , libclang , openssl , pipewire , sqlite"}
{"_id":"q-en-nixpkgs-75b25418a3a36b67f64685df398a84030bac0accf3df57d3567a889e16f0d7a1","text":"nap = callPackage ../development/tools/nap { }; nex = callPackage ../development/tools/parsing/nex {}; ninja = callPackage ../development/tools/build-managers/ninja { }; nimbo = with python3Packages; callPackage ../applications/misc/nimbo { };"}
{"_id":"q-en-nixpkgs-75ddb1a2340d4673f368a22a63a96962047f67ed533d30fcd378e2d88d87d79b","text":"domain = \"gitlab.freedesktop.org\"; owner = \"wlroots\"; repo = \"wlroots\"; rev = \"00b869c1a96f300a8f25da95d624524895e0ddf2\"; hash = \"sha256-5HUTG0p+nCJv3cn73AmFHRZdfRV5AD5N43g8xAePSKM=\"; rev = \"0cb091f1a2d345f37d2ee445f4ffd04f7f4ec9e5\"; hash = \"sha256-Mz6hCtommq7RQfcPnxLINigO4RYSNt23HeJHC6mVmWI=\"; }; patches = [ ]; # don't inherit old.patches"}
{"_id":"q-en-nixpkgs-75df89914a5426d8dc6af54b2b9aa31d8320b51a3ebe0a611751bf80eef8a9e4","text":", libepoxy # postPatch: , glibc # gconv + locale # postFixup: , vulkan-loader # Package customization: , cupsSupport ? true, cups ? null"}
{"_id":"q-en-nixpkgs-763c41da8cd143bbc20b89a2c76d06b88b25a9a8ecd9dde3beef30d0a03a8521","text":", fuse , installShellFiles , wrapGAppsHook3 , glib-networking , wrapperDir ? \"/run/wrappers/bin\" }: let"}
{"_id":"q-en-nixpkgs-7651b017462c202da6b3de5f1a50f97df7b9c16e8cb6511277fd435c45baf5a8","text":"buildPythonPackage rec { pname = \"fsspec\"; version = \"2022.5.0\"; version = \"2022.8.2\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\";"}
{"_id":"q-en-nixpkgs-76544480448fc852c0aa52172c03d3af1212e1a891c26382951abf3c7870ff13","text":"fingerprint = \"1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E\"; }]; }; maxstrid = { email = \"mxwhenderson@gmail.com\"; github = \"maxstrid\"; githubId = 115441224; name = \"Maxwell Henderson\"; }; maxux = { email = \"root@maxux.net\"; github = \"maxux\";"}
{"_id":"q-en-nixpkgs-767a97006ca2dadde0af08797f9874755773f8eec8fc99801c6bc9d7f0016860","text":"inherit src; sourceRoot = \"${pname}-${version}/${cargoRoot}\"; name = \"${pname}-${version}\"; hash = \"sha256-HvfRLyUhlXVuvxWrtSDKx3rMKJbjvuiMcDY6g+pYFS0=\"; hash = \"sha256-lDWX69YENZFMu7pyBmavUZaalGvFqbHSHfkwkzmDQaY=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-768f20b60ece1279a93e04753cb5873ab50f0f7dd58612dce6c577ecaad7706d","text":"onlykey = callPackage ../tools/security/onlykey { node_webkit = nwjs; }; ooniprobe-cli = callPackage ../tools/networking/ooniprobe-cli { }; openapi-generator-cli = callPackage ../tools/networking/openapi-generator-cli { jre = pkgs.jre_headless; }; openapi-generator-cli-unstable = callPackage ../tools/networking/openapi-generator-cli/unstable.nix { jre = pkgs.jre_headless; };"}
{"_id":"q-en-nixpkgs-76998591f9a34fd5b93e17838ab67194f31a52874f1508fced41a5de1be08b08","text":"pid_file = \"/run/mailman/master.pid\"; }; mta.configuration = lib.mkDefault \"${mtaConfig}\"; mta.configuration = lib.mkDefault (if cfg.enablePostfix then \"${postfixMtaConfig}\" else throw \"When Mailman Postfix integration is disabled, set `services.mailman.settings.mta.configuration` to the path of the config file required to integrate with your MTA.\"); \"archiver.hyperkitty\" = lib.mkIf cfg.hyperkitty.enable { class = \"mailman_hyperkitty.Archiver\";"}
{"_id":"q-en-nixpkgs-76f79ad60ba9a083cd3af083ee3bae3a702b103eb062d5f819a16db26999f00f","text":"adtool = throw \"'adtool' has been removed, as it was broken and unmaintained\"; advcpmv = throw \"'advcpmv' has been removed, as it is not being actively maintained and break recent coreutils.\"; # Added 2024-03-29 aether = throw \"aether has been removed from nixpkgs; upstream unmaintained, security issues\"; # Added 2023-10-03 afl = throw \"afl has been removed as the upstream project was archived. Consider using 'aflplusplus'\"; # Added 2024-04-21 airfield = throw \"airfield has been removed due to being unmaintained\"; # Added 2023-05-19 alertmanager-bot = throw \"alertmanager-bot is broken and has been archived by upstream\"; # Added 2023-07-28 alsa-project = throw \"alsa-project was removed and its sub-attributes were promoted to top-level.\"; # Added 2023-11-12"}
{"_id":"q-en-nixpkgs-772d4eef1484e863c1c23066f3f3ad57e66d87cb0114b89625593e365914f027","text":"curl openssl boost swig swig4 python ] ++ optional (!stable) unixODBC ++ optional (withScripting) wxPython ++ optional (withNgspice) libngspice ++ optional (withOCC) opencascade-occt ++ optional (debug) valgrind ; # started becoming necessary halfway into 2022, not sure what changed to break a test... preInstallCheck = optionals (withNgspice) [ \"export LD_LIBRARY_PATH=${libngspice}/lib\" ]; # debug builds fail all but the python test # stable release doesn't have the fix for upstream issue 9888 yet doInstallCheck = !debug && !stable;"}
{"_id":"q-en-nixpkgs-7791183034a5cb00bb647b4e380f42ccbac67b6e7124c3efadde8c91c619ee8c","text":"commonTargetPkgs = pkgs: with pkgs; [ steamPackages.steam-fonts # Needed for operating system detection until # https://github.com/ValveSoftware/steam-for-linux/issues/5909 is resolved lsb-release # Errors in output without those pciutils python2"}
{"_id":"q-en-nixpkgs-77a4c4daf1c22f1a06607f91990386dac181e88f8d010bf48118d6acde880052","text":"{ lib , stdenv , python3 , fetchPypi , callPackage , fetchFromGitHub , installShellFiles }:"}
{"_id":"q-en-nixpkgs-77c5286a66d231e6b4c010c9fffe2acac84a98c115b29afb40859911afc6726a","text":" From 33d928c54f4b35f8877cacd1e2c77b68b4dddc06 Mon Sep 17 00:00:00 2001 From: Zane van Iperen Date: Sun, 7 Nov 2021 15:46:37 +1000 Subject: [PATCH] fix build with ffmpeg 4 --- src/arch/MovieTexture/MovieTexture_FFMpeg.cpp | 5 +---- src/arch/MovieTexture/MovieTexture_FFMpeg.h | 22 +++++++++---------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp index bdf2356..f79fea2 100644 --- a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp +++ b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp @@ -445,7 +445,7 @@ RString MovieDecoder_FFMpeg::Open( RString sFile ) return \"Couldn't find any video streams\"; m_pStream = m_fctx->streams[stream_idx]; -\tif( m_pStream->codec->codec_id == avcodec::CODEC_ID_NONE ) +\tif( m_pStream->codec->codec_id == avcodec::AV_CODEC_ID_NONE ) return ssprintf( \"Unsupported codec %08x\", m_pStream->codec->codec_tag ); RString sError = OpenCodec(); @@ -474,9 +474,6 @@ RString MovieDecoder_FFMpeg::OpenCodec() m_pStream->codec->idct_algo = FF_IDCT_AUTO; m_pStream->codec->error_concealment = 3; -\tif( pCodec->capabilities & CODEC_CAP_DR1 ) -\t\tm_pStream->codec->flags |= CODEC_FLAG_EMU_EDGE; - LOG->Trace(\"Opening codec %s\", pCodec->name ); int ret = avcodec::avcodec_open2( m_pStream->codec, pCodec, NULL ); diff --git a/src/arch/MovieTexture/MovieTexture_FFMpeg.h b/src/arch/MovieTexture/MovieTexture_FFMpeg.h index f4d25ef..32564e5 100644 --- a/src/arch/MovieTexture/MovieTexture_FFMpeg.h +++ b/src/arch/MovieTexture/MovieTexture_FFMpeg.h @@ -64,7 +64,7 @@ private: avcodec::AVStream *m_pStream; avcodec::AVFrame *m_Frame; -\tavcodec::PixelFormat m_AVTexfmt; /* PixelFormat of output surface */ +\tavcodec::AVPixelFormat m_AVTexfmt; /* PixelFormat of output surface */ avcodec::SwsContext *m_swsctx; avcodec::AVFormatContext *m_fctx; @@ -90,7 +90,7 @@ static struct AVPixelFormat_t { int bpp; uint32_t masks[4]; -\tavcodec::PixelFormat pf; +\tavcodec::AVPixelFormat pf; bool bHighColor; bool bByteSwapOnLittleEndian; MovieDecoderPixelFormatYCbCr YUV; @@ -101,7 +101,7 @@ static struct AVPixelFormat_t 0x00FF0000, 0x0000FF00, 0x000000FF }, -\t\tavcodec::PIX_FMT_YUYV422, +\t\tavcodec::AV_PIX_FMT_YUYV422, false, /* N/A */ true, PixelFormatYCbCr_YUYV422, @@ -112,7 +112,7 @@ static struct AVPixelFormat_t 0x00FF0000, 0xFF000000, 0x000000FF }, -\t\tavcodec::PIX_FMT_BGRA, +\t\tavcodec::AV_PIX_FMT_BGRA, true, true, PixelFormatYCbCr_Invalid, @@ -123,7 +123,7 @@ static struct AVPixelFormat_t 0x0000FF00, 0x000000FF, 0xFF000000 }, -\t\tavcodec::PIX_FMT_ARGB, +\t\tavcodec::AV_PIX_FMT_ARGB, true, true, PixelFormatYCbCr_Invalid, @@ -135,7 +135,7 @@ static struct AVPixelFormat_t 0x0000FF00, 0x00FF0000, 0xFF000000 }, -\t\tavcodec::PIX_FMT_ABGR, +\t\tavcodec::AV_PIX_FMT_ABGR, true, true, PixelFormatYCbCr_Invalid, @@ -146,7 +146,7 @@ static struct AVPixelFormat_t 0x00FF0000, 0x0000FF00, 0x000000FF }, -\t\tavcodec::PIX_FMT_RGBA, +\t\tavcodec::AV_PIX_FMT_RGBA, true, true, PixelFormatYCbCr_Invalid, @@ -157,7 +157,7 @@ static struct AVPixelFormat_t 0x00FF00, 0x0000FF, 0x000000 }, -\t\tavcodec::PIX_FMT_RGB24, +\t\tavcodec::AV_PIX_FMT_RGB24, true, true, PixelFormatYCbCr_Invalid, @@ -168,7 +168,7 @@ static struct AVPixelFormat_t 0x00FF00, 0xFF0000, 0x000000 }, -\t\tavcodec::PIX_FMT_BGR24, +\t\tavcodec::AV_PIX_FMT_BGR24, true, true, PixelFormatYCbCr_Invalid, @@ -179,12 +179,12 @@ static struct AVPixelFormat_t 0x03E0, 0x001F, 0x0000 }, -\t\tavcodec::PIX_FMT_RGB555, +\t\tavcodec::AV_PIX_FMT_RGB555, false, false, PixelFormatYCbCr_Invalid, }, -\t{ 0, { 0,0,0,0 }, avcodec::PIX_FMT_NB, true, false, PixelFormatYCbCr_Invalid } +\t{ 0, { 0,0,0,0 }, avcodec::AV_PIX_FMT_NB, true, false, PixelFormatYCbCr_Invalid } }; #endif -- 2.31.1 "}
{"_id":"q-en-nixpkgs-77d20af4aef11fbfe2f7b08113cbd30e4de7ca4066aeca7c72674eb0a71f477b","text":" diff --git a/src/bin/sage-env b/src/bin/sage-env index ead308f861..ed8db9f9b7 100644 --- a/src/bin/sage-env +++ b/src/bin/sage-env @@ -111,6 +111,8 @@ resolvelinks() { } +SAGE_ROOT=\"@out@/sage-root\" + # New value for SAGE_ROOT: either SAGE_ROOT (if given) # or a guessed value based on pwd. if [ -n \"$SAGE_ROOT\" ]; then @@ -185,6 +187,8 @@ fi export SAGE_ENV_SOURCED=$SAGE_ENV_VERSION export SAGE_ROOT=\"$NEW_SAGE_ROOT\" +export SAGE_LOCAL='@out@/' +export PYTHONPATH=\"@out@/lib/python2.7/site-packages:$PYTHONPATH\" # sage-env must know where the Sage's script files are. "}
{"_id":"q-en-nixpkgs-77e4daf814863426460822f89ff094d2c9ac4051783b995ec955f5fd86ebef46","text":"}: let version = \"1.70.0\"; version = \"1.72.0\"; in buildGoModule { pname = \"tailscale\";"}
{"_id":"q-en-nixpkgs-77e5eafda995dc9496bc4c7546f46df804a25266a2d46a59290f095ce442d8cd","text":"setproctitle ]; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = with python310Packages; [ asynctest pytestCheckHook ];"}
{"_id":"q-en-nixpkgs-7802e99b3c303d113f4352add3cec16bc6ae072f700b3a3c443bd5f4a23a03b3","text":"substituteInPlace $out/opt/brother/Printers/HL1210W/cupswrapper/brother_lpdwrapper_HL1210W --replace /opt \"$out/opt\" mkdir -p $out/lib/cups/filter mkdir -p $out/lib/cups/filter $out/share/cups/model ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brother_lpdwrapper_HL1210W $out/lib/cups/filter/brother_lpdwrapper_HL1210W ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brother-HL1210W-cups-en.ppd $out/lib/cups/filter/brother-HL1210W-cups-en.ppd ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brother-HL1210W-cups-en.ppd $out/share/cups/model/ # cp brcupsconfig4 $out/opt/brother/Printers/HL1110/cupswrapper/ ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brcupsconfig4 $out/lib/cups/filter/brcupsconfig4"}
{"_id":"q-en-nixpkgs-7819241bfd9beae49ac54685eaf7151bfbbca7987d37ed112aa4731b812361cd","text":"cairo git hyprland-protocols hyprlang libGL libdrm libinput"}
{"_id":"q-en-nixpkgs-7867daa127cf2dda835e959e8fb21f8c31c4fabe2126dd2e47de2dcf13abdf98","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":"q-en-nixpkgs-786dee6e3ee6f80aad7f727acc731afa76463ecce057995c0cd407f68858cbf4","text":"sha512 = \"4938f676ddeeba37da1f2086d76a2ef2c870738169f7e10b35b83e4ed772df634825ee25c28232df1ac1e3a18a9466e97dc7ee318abbf43f1f4ce6479a13975b\"; }; patches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. ./no-buildconfig.patch ]; meta = with lib; {"}
{"_id":"q-en-nixpkgs-787e9ff86623ba2b703c1d9b6ab28ce231a8bee349645027cebdc429646d01e1","text":"for each in gimp-${versionBranch} gimp-console-${versionBranch}; do wrapProgram $out/bin/$each --set GIMP2_PLUGINDIR \"$out/lib/gimp/2.0\" --prefix GTK_PATH : \"${gnome3.gnome-themes-extra}/lib/gtk-2.0\" ${toString extraArgs} done set +x"}
{"_id":"q-en-nixpkgs-789ad6b4be2b60395226aec283a227c6588e49474c5ac44c37cac308b162ff62","text":", libxkbcommon, xcbutilxrm, hicolor-icon-theme , asciidoctor , fontsConf , gtk3Support ? false, gtk3 ? null }: # needed for beautiful.gtk to work assert gtk3Support -> gtk3 != null; with luaPackages; stdenv.mkDerivation rec { name = \"awesome-${version}\"; version = \"4.3\";"}
{"_id":"q-en-nixpkgs-78c0126345d50ce6502486336361bd8c01b6d4c527f938cbed34fbd036021b6d","text":" { lib, stdenv, fetchurl, appimageTools, makeWrapper, electron, libsecret }: { lib, stdenv, fetchurl, appimageTools, makeWrapper, electron_11, libsecret }: stdenv.mkDerivation rec { pname = \"todoist-electron\";"}
{"_id":"q-en-nixpkgs-78c19af32e2f2fd204b591fcf626f868c11b43414f818548afd18c1aac5bfcd6","text":" { lib , stdenv , fetchurl }: stdenv.mkDerivation (finalAttrs: { pname = \"fleng\"; version = \"14\"; src = fetchurl { url = \"http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz\"; hash = \"sha256-Js9bllX/399t9oeiRrqJNUFyYJwJVb/xSzwrcMrdi08=\"; }; doCheck = true; meta = { homepage = \"http://www.call-with-current-continuation.org/fleng/fleng.html\"; description = \"A low level concurrent logic programming language descended from Prolog\"; license = lib.licenses.publicDomain; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = lib.platforms.unix; }; }) # TODO: bootstrap "}
{"_id":"q-en-nixpkgs-78c836ac943d09fe3af7ba643c6dbc158bae4692d50d750d18d25098d609e34b","text":"afio = callPackage ../tools/archivers/afio { }; afl = callPackage ../tools/security/afl { stdenv = clangStdenv; }; honggfuzz = callPackage ../tools/security/honggfuzz { clang = clang_16; llvm = llvm_16;"}
{"_id":"q-en-nixpkgs-78db86735328eef26a934094343c5418f192952e2153efedc342e88888f1130d","text":"{ stdenv , python3 , fetchPypi , fetchpatch , src , version }:"}
{"_id":"q-en-nixpkgs-78eb618f8d5fb56320256e58c57c4f20e5704c18340e25855fc3a381b5a90ecb","text":"stdenv.mkDerivation { name = \"perf-linux-${kernel.version}\"; inherit (kernel) src makeFlags; inherit (kernel) src; preConfigure = '' cd tools/perf"}
{"_id":"q-en-nixpkgs-7912de3352ec82808c89ed0db7f90e4b84e5392beb9486965069fd2d6a5f5375","text":"owner = \"plymouth\"; repo = \"plymouth\"; rev = finalAttrs.version; hash = \"sha256-Uun4KtrbkFCiGq3WpZlZ8NKKCOnM+jcgYa8qoqAYdaw=\"; hash = \"sha256-9JmZCm8bjteJTQrMSJeL4x2CAI6RpKowFUDSCcMS4MM=\"; }; patches = ["}
{"_id":"q-en-nixpkgs-79301a4ce9ee695e49d2b61d4877a7e989858f888c009d284ff02c590930e961","text":"rm -rf $out/var rm -rf $siteVersionDir nuke-refs $out/libexec/emacs/*/*/emacs.pdmp '' + lib.optionalString withCsrc '' for srcdir in src lisp lwlib ; do dstdir=$siteVersionDir/$srcdir"}
{"_id":"q-en-nixpkgs-7936c87e16c15426be78726fb68484d4c84d42b2185820e2cb4475e283a91281","text":"] ++ lib.optionals stdenv.isDarwin [ \"-DWITH_OPENCL=OFF\" \"-DWITH_LAPACK=OFF\" \"-DBUILD_opencv_videoio=OFF\" ] ++ lib.optionals enablePython [ \"-DOPENCV_SKIP_PYTHON_LOADER=ON\" ];"}
{"_id":"q-en-nixpkgs-794b7c10832a4a70479f443fb9a7ba6500df8e677a4db128c9c9e345b5d134e5","text":"DataInfo(), \"\" ); MethodBase *method = (dynamic_cast(im)); diff -aru a/core/base/inc/TString.h b/core/base/inc/TString.h --- a/core/base/inc/TString.h +++ b/core/base/inc/TString.h @@ -106,7 +106,7 @@ char operator[](Ssiz_t i) const; // Index with bounds checking operator std::string_view() const { return std::string_view(Data(),fExtent); } - operator std::string() const { return std::string_view(Data(),fExtent).to_string(); } + operator std::string() const { return static_cast(std::string_view(Data(),fExtent)); } const char *Data() const; Ssiz_t Length() const { return fExtent; } "}
{"_id":"q-en-nixpkgs-7968257a9f00443aa0604844a72aaf9ce977b1d806245e1f122a60e9b4adc459","text":", libXtst , zlib , maven , webkitgtk , glib-networking }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-797e74fac2df8c1946cd578a0edc52dee93bc19b1518316b9c34973e98196c01","text":"nixnote2 = libsForQt514.callPackage ../applications/misc/nixnote2 { }; nodenv = callPackage ../development/tools/nodenv { }; nodejs = hiPrio nodejs-16_x; nodejs-slim = nodejs-slim-16_x;"}
{"_id":"q-en-nixpkgs-79871af476cf2e5e1c8893930297a736ef2a07cfc090b1a7f81ede12ed86ebf2","text":", cairo , git , hyprland-protocols , hyprlang , jq , libGL , libdrm"}
{"_id":"q-en-nixpkgs-798f97a732cb2d4c0642ab36e35f95fd914025ab3246a28c7093fa65aadb12c4","text":"patches = [ ./urw-font-files.patch ./doc-no-ref.diff (fetchpatch { name = \"CVE-2019-6116\"; url = \"http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=d3537a54740d78c5895ec83694a07b3e4f616f61\"; sha256 = \"1hr8bpi87bbg1kvv28kflmfh1dhzxw66p9q0ddvbrj72qd86p3kx\"; }) ]; outputs = [ \"out\" \"man\" \"doc\" ];"}
{"_id":"q-en-nixpkgs-79b02e1af2f01377563154f943bd73cb871c1a67f716cfbebabe2e424b949daa","text":"strictDeps = true; installPhase = '' DESTDIR=$out PREFIX=/ make install wrapProgram $out/bin/clerk --prefix PATH : \"${lib.makeBinPath [ rofi mpc_cli perl util-linux libnotify ]}\" ''; installPhase = let binPath = lib.makeBinPath [ libnotify mpc-cli perl rofi util-linux ]; in '' runHook preInstall DESTDIR=$out PREFIX=/ make install wrapProgram $out/bin/clerk --prefix PATH : \"${binPath}\" runHook postInstall ''; meta = with lib; { description = \"An MPD client built on top of rofi\";"}
{"_id":"q-en-nixpkgs-79b1739546bdd0b2ea479f9bc38ef31184afa173c53791a3f5e9deaad47df2fa","text":"stripLen = 1; hash = \"sha256-wfIjdPhdUYAvbK5XyE1o2OtFOlJRj0X5mh7QQRjdyP0=\"; }) # Remove distutils for Python 3.12 compatibility # https://github.com/onionshare/onionshare/pull/1907 (fetchpatch { url = \"https://github.com/onionshare/onionshare/commit/1fb1a470df20d8a7576c8cf51213e5928528d59a.patch\"; includes = [ \"onionshare/update_checker.py\" ]; stripLen = 1; hash = \"sha256-mRRj9cALZVHw86CgU17sp9EglKhkRRcGfROyQpsXVfU=\"; }) ]; propagatedBuildInputs = [ dependencies = with python3.pkgs; [ onionshare pyside6 qrcode"}
{"_id":"q-en-nixpkgs-79bf65733fcab3b72feabf542c0a4c065f0ef163cf9905fddb1afec58147573e","text":"atlassian-cli = callPackage ../applications/office/atlassian-cli { }; pulsar = callPackage ../applications/editors/pulsar { }; asap = callPackage ../tools/audio/asap { }; aseprite = callPackage ../applications/editors/aseprite { };"}
{"_id":"q-en-nixpkgs-79c0fd3544d8ee9fa183437444db38b8f1930482825915b71fb32f137b6d5835","text":"dontWrapQtApps = true; postInstall = '' ln -s ${vgmstream.override { buildAudaciousPlugin = true; }}/lib/audacious/Input/* $out/lib/audacious/Input ''; meta = audacious.meta // { description = \"Plugins for Audacious music player\"; };"}
{"_id":"q-en-nixpkgs-79dda585337f02d5e3a565f4f0da04036b9d23dc61a8262cca904dc94045e805","text":"default = true; description = \"Enable the XFWM (default) window manager.\"; }; screenLock = mkOption { type = types.enum [ \"xscreensaver\" \"xlockmore\" \"slock\" ]; default = \"xlockmore\"; description = \"Application used by XFCE to lock the screen.\"; }; }; };"}
{"_id":"q-en-nixpkgs-7a1c1832907e1db236a43e8d92d4a0e4e82b83e495a83a5f10540b685e6cfc09","text":"stdenv.mkDerivation (finalAttrs: { pname = \"juce\"; version = \"7.0.9\"; version = \"7.0.10\"; src = fetchFromGitHub { owner = \"juce-framework\"; repo = \"juce\"; rev = finalAttrs.version; hash = \"sha256-k8cNTPH9OgOav4dsSLqrd5PlJ1rqO0PLt6Lwmumc2Gg=\"; hash = \"sha256-CAHhHPTUvIyDOh2CdvNmw26HfoWWtbqRRiR+3Ky4GYA=\"; }; patches = ["}
{"_id":"q-en-nixpkgs-7a4bf7ab5b174f062ec5debb6c8a1d2ea480666ffde0c9d05a7b63e67ef28761","text":" { config, pkgs, lib, ... }: with lib; let pkg = [ pkgs.switcheroo-control ]; cfg = config.services.switcherooControl; in { options.services.switcherooControl = { enable = mkEnableOption \"switcheroo-control, a D-Bus service to check the availability of dual-GPU\"; }; config = mkIf cfg.enable { services.dbus.packages = pkg; environment.systemPackages = pkg; systemd.packages = pkg; systemd.targets.multi-user.wants = [ \"switcheroo-control.service\" ]; }; } "}
{"_id":"q-en-nixpkgs-7a5ba7c64850e0878df7efbc23d400f4d380b38d1f989c4ed920e1c05905e21b","text":"typing-extensions ]; pytestFlagsArray = [ # Pass -c /dev/null so that pytest does not use the bundled pytest.ini, which adds # options to run additional integration tests that are overkill for our purposes. \"-c\" \"/dev/null\" ]; # Remove the bundled pytest.ini, which adds options to run additional integration # tests that are overkill for our purposes. preCheck = '' rm pytest.ini ''; pythonImportsCheck = [ \"bidict\" ];"}
{"_id":"q-en-nixpkgs-7a7095c9e218bbc8a3004f50b94a73e6a4e07bd6600b22dcad584b176e511252","text":"\"pillow\" \"httpx\" \"packaging\" \"typer\" ]; propagatedBuildInputs = with python3Packages; ["}
{"_id":"q-en-nixpkgs-7a76fbd5c8a663fb378673b8296896b9cd54abd20d7232411a03ddc62e1d910a","text":"hash = \"sha256-bHEBzl0aBXsHOhSWJUz428pG5M6L0s/Q6acKO+2oMXo=\"; }; patches = [ (substituteAll { src = ./fix-paths.patch; zenity = gnome.zenity; }) # compositor: Fix crash when restarting Cinnamon # https://github.com/linuxmint/muffin/pull/655 (fetchpatch { url = \"https://github.com/linuxmint/muffin/commit/1a941ec603a1565dbd2f943f7da6e877d1541bcb.patch\"; sha256 = \"sha256-6x64rWQ20ZjM9z79Pg6QMDPeFN5VNdDHBueRvy2kA6c=\"; }) ]; nativeBuildInputs = [ desktop-file-utils mesa # needed for gbm"}
{"_id":"q-en-nixpkgs-7ab2ea7e5ce94456571b5f435418501d2c8b5be75fef1b14f6d0eda3fae3a1bd","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":"q-en-nixpkgs-7b27853f690bc60922ee8d57b342a7c1c532b9411d4e55410b5195144a9b9cb5","text":"}; }; in python.pkgs.buildPythonApplication { python.pkgs.buildPythonApplication rec { pname = \"immich-machine-learning\"; inherit (immich) version; src = \"${immich.src}/machine-learning\";"}
{"_id":"q-en-nixpkgs-7b86f449eb8bb152b63e67ac5da731d3e4f4f0661de88e5ffe142ed8ec30eee1","text":"daphne = callPackage ../development/python-modules/daphne { }; daqp = callPackage ../development/python-modules/daqp { }; dasbus = callPackage ../development/python-modules/dasbus { }; dash = callPackage ../development/python-modules/dash { };"}
{"_id":"q-en-nixpkgs-7b891750b245f4466587819f4db87f1178bd45c2e534f00faf1c14ec3497dc6d","text":"appimageContents = appimageTools.extractType2 { inherit name src; }; in appimageTools.wrapType2 rec { # Hotplug events from udevd are fired into the kernel, which then re-broadcasts them over a # special socket, to every libudev client listening for hotplug when the kernel does that. It will # try to preserve the uid of the sender but a non-root namespace (like the fhs-env) cant map root # to a uid, for security reasons, so the uid of the sender becomes nobody and libudev actively # rejects such messages. This patch disables that bit of security in libudev. # See: https://github.com/NixOS/nixpkgs/issues/116361 systemdPatched = systemd.overrideAttrs ({ patches ? [ ], ... }: { patches = patches ++ [ ./systemd.patch ]; }); in appimageTools.wrapType2 rec { inherit name src; extraPkgs = pkgs: [ systemdPatched ]; extraInstallCommands = '' mv $out/bin/${name} $out/bin/${pname} install -m 444 -D ${appimageContents}/ledger-live-desktop.desktop $out/share/applications/ledger-live-desktop.desktop"}
{"_id":"q-en-nixpkgs-7b985b90cfd98f7ff1e6a3a48ce55c529dc2da75e087b718a81141cfadedde69","text":"# cross-compiling. ./always-search-rpath.patch ] ++ lib.optionals (!stdenv.targetPlatform.isVc4) [ # https://sourceware.org/bugzilla/show_bug.cgi?id=22868 ./gold-symbol-visibility.patch # https://sourceware.org/bugzilla/show_bug.cgi?id=23428 # un-break features so linking against musl doesn't produce crash-only binaries ./0001-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch ./0001-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch ./0001-x86-Properly-add-X86_ISA_1_NEEDED-property.patch ] ++ lib.optional stdenv.targetPlatform.isiOS ./support-ios.patch; outputs = [ \"out\" \"info\" \"man\" ];"}
{"_id":"q-en-nixpkgs-7ba5eca5d7684fe0d0ac5b848c42eeab652ce3df7c56860e70f67f2b62cf7705","text":"# code here, we'll cause an infinite recursion. Since a set with # clang as its default compiler always means libc++, we can infer this # decision statically. then buildPackages.llvmPackages.libcxxClang then buildPackages.pkgsBuildTarget.llvmPackages.libcxxClang else buildPackages.gcc else # This will blow up if anything uses it, but that's OK. The `if"}
{"_id":"q-en-nixpkgs-7bb9c1a4a3acf2ddd97bb3af44f0cb7d660919f09e7a1c2ee655ef749fb726d1","text":"- The `hardware.pulseaudio` module now sets permission of pulse user home directory to 755 when running in \"systemWide\" mode. It fixes [issue 114399](https://github.com/NixOS/nixpkgs/issues/114399). - The `services.networkmanager.extraConfig` was renamed to `services.networkmanager.settings` and was changed to use the ini type instead of using a multiline string. - The module `services.github-runner` has been removed. To configure a single GitHub Actions Runner refer to `services.github-runners.*`. Note that this will trigger a new runner registration. - The `services.slskd` has been refactored to include more configuation options in"}
{"_id":"q-en-nixpkgs-7c2db67b91c577dbe858aae0c7a55e0bd9bf27c19eee8dd557c3f4c8ccc193e0","text":" diff --git a/src/builder-context.c b/src/builder-context.c index dde12790..3a379297 100644 --- a/src/builder-context.c +++ b/src/builder-context.c @@ -256,7 +256,7 @@ builder_context_init (BuilderContext *self) g_autofree char *path = NULL; self->rofiles_file_lock = init; - path = g_find_program_in_path (\"rofiles-fuse\"); + path = g_find_program_in_path (\"@rofilesfuse@\"); self->have_rofiles = path != NULL; } @@ -800,7 +800,7 @@ builder_context_enable_rofiles (BuilderContext *self, g_autoptr(GFile) rofiles_base = NULL; g_autoptr(GFile) rofiles_dir = NULL;"}
{"_id":"q-en-nixpkgs-7c7f1964ac581775e81701b93b12ca7910412347730532e24f26ebf689c0c07c","text":" --- a/Build.PL +++ b/Build.PL @@ -88,7 +88,7 @@ if ( $^O =~ /mswin32/i ) { } } else { - if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) { + if ( 0 ) { $libdir =~ s/bbinb/lib64/; if ( !-d $libdir ) { my $test = $libdir; "}
{"_id":"q-en-nixpkgs-7cd4a9a36b08338efdd3e51b4f186bba11caef9b76562495ede346b6e6c48bf7","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":"q-en-nixpkgs-7cf089e0e2c1e69e1fccd926149819cc6fbf5109ca5d246062bb4adc27510715","text":"url = \"https://git.archlinux.org/svntogit/packages.git/plain/trunk/qtbug-77037-workaround.patch?h=packages/qt5-webengine&id=fc77d6b3d5ec74e421b58f199efceb2593cbf951\"; sha256 = \"1gv733qfdn9746nbqqxzyjx4ijjqkkb7zb71nxax49nna5bri3am\"; }) # Fix build with bison-3.7: https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?id=1a53f599 (fetchpatch { name = \"qtwebengine-bison-3.7-build.patch\"; url = \"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=1a53f599\"; sha256 = \"1nqpyn5fq37q7i9nasag6i14lnz0d7sld5ikqhlm8qwq9d7gbmjy\"; stripLen = 1; extraPrefix = \"src/3rdparty/\"; }) ] ++ optionals stdenv.isDarwin [ ./qtwebengine-darwin-no-platform-check.patch ./qtwebengine-darwin-fix-failed-static-assertion.patch"}
{"_id":"q-en-nixpkgs-7d03289d463cb2476df16f45bd97b4deaddb0c25567c574aefe8a38cd4adcaff","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":"q-en-nixpkgs-7d32dbd017abac6aeddd99ca62d60003099908489f3f09d75e92a8f71cfed8ee","text":" { lib , fetchFromGitLab , fetchPypi , apksigner , buildPythonApplication , python3 , installShellFiles , androguard , babel , clint , defusedxml , gitpython , libcloud , mwclient , paramiko , pillow , pyasn1 , pyasn1-modules , python-vagrant , pyyaml , qrcode , requests , ruamel-yaml , yamllint { lib, fetchFromGitLab, fetchPypi, apksigner, appdirs, buildPythonApplication, python3, installShellFiles, androguard, babel, clint, defusedxml, gitpython, libcloud, mwclient, oscrypto, paramiko, pillow, pyasn1, pyasn1-modules, python-vagrant, pyyaml, qrcode, requests, ruamel-yaml, sdkmanager, yamllint, }: buildPythonApplication rec { let version = \"2.3a1\"; in buildPythonApplication { pname = \"fdroidserver\"; version = \"unstable-2023-10-23\"; format = \"setuptools\"; inherit version; pyproject = true; src = fetchFromGitLab { owner = \"fdroid\"; repo = \"fdroidserver\"; rev = \"f4b10cf83935432d19948dac669964384bef0728\"; hash = \"sha256-GmR6Td5pScwEKK9W6m26xQV4XxBdZ7frN2UvwUGY4Dw=\"; rev = \"2.3a1\"; hash = \"sha256-K6P5yGx2ZXHJZ/VyHTbQAObsvcfnOatrpwiW+ixLTuA=\"; }; pythonRelaxDeps = [ \"androguard\" \"pyasn1\" \"pyasn1-modules\" ]; postPatch = '' substituteInPlace fdroidserver/common.py --replace \"FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))\" \"FDROID_PATH = '$out/bin'\" --replace-fail \"FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))\" \"FDROID_PATH = '$out/bin'\" ''; preConfigure = ''"}
{"_id":"q-en-nixpkgs-7d3d15d99dc5c22029a7fea4e9ac2eb8d9e5780a0083ae3da71321293863293f","text":"python3.pkgs.buildPythonApplication rec { pname = \"fava\"; version = \"1.18\"; version = \"1.19\"; src = python3.pkgs.fetchPypi { inherit pname version; sha256 = \"21336b695708497e6f00cab77135b174c51feb2713b657e0e208282960885bf5\"; sha256 = \"def7c0210bf0ce8dfffdb46ce21b3efcf71eba5a4e903565258419e4c53c2d43\"; }; nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];"}
{"_id":"q-en-nixpkgs-7d48caa05b9b9637da39f582c99771f75ec7e413cd8bd463d3ef757ecebf9351","text":"ocl-icd glib libarchive libxcrypt # provides libcrypt.so.1 xdg-utils # xdg-open needed to open URLs python2 # currently they want python 3.6 which is EOL"}
{"_id":"q-en-nixpkgs-7d556c952538346bf071daf32e051037a5da3be15d6f2ffcb4806e998f86efee","text":" #!/usr/bin/env nix-shell #! nix-shell -i bash -p node2nix MONGOSH_ROOT=\"$( cd \"$(dirname \"$0\")\" pwd )\" pushd $MONGOSH_ROOT 1>/dev/null rm -rf gen && mkdir -p gen node2nix --no-copy-node-env --node-env ../../node-packages/node-env.nix --input packages.json --output gen/packages.nix --composition gen/composition.nix --strip-optional-dependencies --nodejs-14 popd 1>/dev/null "}
{"_id":"q-en-nixpkgs-7d71bc8bbfb0980145314f6961b32d17d7449f57f7819c4e1973133d81f0ca2d","text":"buildPythonPackage rec { pname = \"osqp\"; version = \"0.6.2.post8\"; version = \"0.6.3\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; hash = \"sha256-I9a65KNhL2DV9lLQ5fpLLq1QfKv/9dkw2CIFeubtZnc=\"; hash = \"sha256-A+Rg5oPsLOD4OTU936PEyP+lCauM9qKyr7tYb6RT4YA=\"; }; postPatch = '' sed -i 's/sp.random/np.random/g' src/osqp/tests/*.py ''; SETUPTOOLS_SCM_PRETEND_VERSION = version; dontUseCmakeConfigure = true;"}
{"_id":"q-en-nixpkgs-7d8e735887573548a38c437215ef9955fbf8c77f86b0da06ed47687ad9502ca5","text":"(fetchNuGet { pname = \"runtime.any.System.Threading.Tasks\"; version = \"4.3.0\"; sha256 = \"03mnvkhskbzxddz4hm113zsch1jyzh2cs450dk3rgfjp8crlw1va\"; }) (fetchNuGet { pname = \"runtime.any.System.Threading.Timer\"; version = \"4.3.0\"; sha256 = \"0aw4phrhwqz9m61r79vyfl5la64bjxj8l34qnrcwb28v49fg2086\"; }) (fetchNuGet { pname = \"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"16rnxzpk5dpbbl1x354yrlsbvwylrq456xzpsha1n9y3glnhyx9d\"; }) (fetchNuGet { pname = \"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"0rwpqngkqiapqc5c2cpkj7idhngrgss5qpnqg0yh40mbyflcxf8i\"; }) (fetchNuGet { pname = \"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0hkg03sgm2wyq8nqk6dbm9jh5vcq57ry42lkqdmfklrw89lsmr59\"; }) (fetchNuGet { pname = \"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"1n06gxwlinhs0w7s8a94r1q3lwqzvynxwd3mp10ws9bg6gck8n4r\"; }) (fetchNuGet { pname = \"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0c2p354hjx58xhhz7wv6div8xpi90sc6ibdm40qin21bvi7ymcaa\"; }) (fetchNuGet { pname = \"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.2\"; sha256 = \"0404wqrc7f2yc0wxv71y3nnybvqx8v4j9d47hlscxy759a525mc3\"; }) (fetchNuGet { pname = \"runtime.native.System\"; version = \"4.0.0\"; sha256 = \"1ppk69xk59ggacj9n7g6fyxvzmk1g5p4fkijm0d7xqfkig98qrkf\"; }) (fetchNuGet { pname = \"runtime.native.System\"; version = \"4.3.0\"; sha256 = \"15hgf6zaq9b8br2wi1i3x0zvmk410nlmsmva9p0bbg73v6hml5k4\"; }) (fetchNuGet { pname = \"runtime.native.System.IO.Compression\"; version = \"4.3.0\"; sha256 = \"1vvivbqsk6y4hzcid27pqpm5bsi6sc50hvqwbcx8aap5ifrxfs8d\"; })"}
{"_id":"q-en-nixpkgs-7d9b51834e8427403e6d661d165b6c472840a7e92c8ab34fa6707b8ae63f80ae","text":"pygments ]; in stdenv.mkDerivation rec { pname = \"pwndbg\"; version = \"2019.01.25\"; format = \"other\"; src = fetchFromGitHub { owner = \"pwndbg\"; repo = \"pwndbg\"; rev = version; sha256 = \"0k7n6pcrj62ccag801yzf04a9mj9znghpkbnqwrzz0qn3rs42vgs\"; }; nativeBuildInputs = [ makeWrapper ]; installPhase = '' mkdir -p $out/share/pwndbg cp -r *.py pwndbg $out/share/pwndbg chmod +x $out/share/pwndbg/gdbinit.py makeWrapper ${gdb}/bin/gdb $out/bin/pwndbg --add-flags \"-q -x $out/share/pwndbg/gdbinit.py\" ''; preFixup = '' sed -i \"/import sys/a import sys; sys.path[0:0] = '$PYTHONPATH'.split(':')\" $out/share/pwndbg/gdbinit.py --add-flags \"-q -x $out/share/pwndbg/gdbinit.py\" --set NIX_PYTHONPATH ${pythonPath} ''; meta = with stdenv.lib; {"}
{"_id":"q-en-nixpkgs-7dd4950a785562852ba23f540574e8ab14d4fe23120600c5a856a04bfdb979fc","text":" {stdenv, fetchurl, autoconf, automake, libtool}: {stdenv, lib, fetchFromGitLab, autoconf, automake, libtool}: stdenv.mkDerivation rec { pName = \"soundtouch\"; name = \"${pName}-2.0.0\"; src = fetchurl { url = \"https://www.surina.net/soundtouch/${name}.tar.gz\"; sha256 = \"09cxr02mfyj2bg731bj0i9hh565x8l9p91aclxs8wpqv8b8zf96j\"; pname = \"soundtouch\"; version = \"2.1.2\"; src = fetchFromGitLab { owner = pname; repo = pname; rev = version; sha256 = \"174wgm3s0inmbnkrlnspxjwm2014qhjhkbdqa5r8rbfi0nzqxzsz\"; }; buildInputs = [ autoconf automake libtool ]; nativeBuildInputs = [ autoconf automake libtool ]; preConfigure = \"./bootstrap\"; meta = { description = \"A program and library for changing the tempo, pitch and playback rate of audio\"; homepage = http://www.surina.net/soundtouch/; downloadPage = http://www.surina.net/soundtouch/sourcecode.html; license = stdenv.lib.licenses.lgpl21; platforms = stdenv.lib.platforms.all; meta = with lib; { description = \"A program and library for changing the tempo, pitch and playback rate of audio\"; homepage = \"http://www.surina.net/soundtouch/\"; license = licenses.lgpl21; platforms = platforms.all; }; }"}
{"_id":"q-en-nixpkgs-7debcca54d4a140d1ef40cf14d25cfd5b02eb4c772248378ccdc33ccd8eea4b7","text":"}; }; makeLuksRootTest = name: luksFormatOpts: makeInstallerTest \"luksroot-format2\" makeLuksRootTest = name: luksFormatOpts: makeInstallerTest name { createPartitions = '' $machine->succeed( \"flock /dev/vda parted --script /dev/vda -- mklabel msdos\""}
{"_id":"q-en-nixpkgs-7dffa686914a8fee49003e702ee5ab8b470c9de776c99f2c11a28fbee2190ea1","text":"substituteInPlace ./src/3rdparty/chromium/v8/gypfiles/standalone.gypi --replace /bin/echo ${coreutils}/bin/echo '' # Prevent Chromium build script from making the path to `clang` relative to # the build directory. `clang_base_path` is the value of `QMAKE_CLANG_DIR` # from `src/core/config/mac_osx.pri`. + optionalString stdenv.isDarwin '' substituteInPlace ./src/3rdparty/chromium/build/toolchain/mac/BUILD.gn --replace 'prefix = rebase_path(\"$clang_base_path/bin/\", root_build_dir)' 'prefix = \"$clang_base_path/bin/\"' '' # Patch library paths in Qt sources + '' sed -i "}
{"_id":"q-en-nixpkgs-7e2dab2390f898b9eec4edb4bedfda02fd2e0daa9e285240594edd266e8486c4","text":"reaper = callPackage ../applications/audio/reaper { }; recapp = callPackage ../applications/video/recapp { }; recode = callPackage ../tools/text/recode { }; reddsaver = callPackage ../applications/misc/reddsaver {"}
{"_id":"q-en-nixpkgs-7e375a67db464bebae623b4768ba7affb87cc3be8061067e42a48c86b7784d77","text":" diff --git a/mat2 b/mat2 index 3b77e1e..b99a633 100755 --- a/mat2 +++ b/mat2 @@ -46,7 +46,7 @@ def __check_file(filename: str, mode: int = os.R_OK) -> bool: def create_arg_parser() -> argparse.ArgumentParser: - parser = argparse.ArgumentParser(description='Metadata anonymisation toolkit 2') + parser = argparse.ArgumentParser(description='Metadata anonymisation toolkit 2', prog='mat2') parser.add_argument('-V', '--verbose', action='store_true', help='show more verbose status information') "}
{"_id":"q-en-nixpkgs-7e3e4a7912773a6d4e33586ccd2ec656df0c43f87effbfc86dff4e17f9ae1b20","text":"sha256 = \"0h2rplc76r82b8smk61zci1ijj9xkjmf20pdqa8fc2lz4zicjxh4\"; }; nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip ]; nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ]; buildInputs = [ karchive kconfig kwidgetsaddons kcompletion kcoreaddons kguiaddons"}
{"_id":"q-en-nixpkgs-7e97b483701f13434ee19d463147a7831e7565fa7180478d726c646a6ed9921d","text":"sha256 = \"sha256-uhVRO9aiYJbUmwDp1+LIYF3wNBbVduVpTtVzaS0oUMU=\"; }; patches = [ # Fix Exec= path in runtime-generated # ~/.config/autostart/syncthingtray.desktop file - this is required because # we are wrapping the executable. We can't use `substituteAll` because we # can't use `${placeholder \"out\"}` because that will produce the $out of # the patch derivation itself, and not of syncthing's \"out\" placeholder. # Hence we use a C definition with NIX_CFLAGS_COMPILE ./use-nix-path-in-autostart.patch ]; NIX_CFLAGS_COMPILE = \"-DEXEC_NIX_PATH=\"${placeholder \"out\"}/bin/syncthingtray\"\"; buildInputs = [ qtbase cpp-utilities"}
{"_id":"q-en-nixpkgs-7ea2d8012ad814dfe53db4cbcfb48dd76743c5331593a0b774a48da636b08378","text":", gmp , libGL , libGLU , libSM , mpfr , proj , python3"}
{"_id":"q-en-nixpkgs-7eb016e74fef3742cedd24547005868bf7c4541cea933dd7b51fcae1f549e16c","text":"nativeBuildInputs = [ cmake ] ++ lib.optionals withCUDA [ cudaPackages.cuda_nvcc ]; cmakeFlags = ["}
{"_id":"q-en-nixpkgs-7ebba63744cd770009f43dcfcef32f58540cce8309e4e8f4d0e8221f55c7bd38","text":"batctl = callPackage ../os-specific/linux/batman-adv/batctl.nix { }; beefi = callPackage ../os-specific/linux/beefi { }; blktrace = callPackage ../os-specific/linux/blktrace { }; bluez5 = callPackage ../os-specific/linux/bluez { };"}
{"_id":"q-en-nixpkgs-7f74bc4d0a099164b92330684528b1f1dbcb9c1b0bf03256291760888cdcd38b","text":"hash = \"sha256-g5OqdnPtGGV4wBwPRAjH3lweguwlfVcgpNLlq54OHKA=\"; }; postPatch = '' substituteInPlace pyproject.toml --replace \"attrs~=21.4\" \"attrs>=21.4\" ''; nativeBuildInputs = with python3.pkgs; [ flit-core pythonRelaxDepsHook ]; pythonRelaxDeps = true; propagatedBuildInputs = with python3.pkgs; [ attrs ipython jinja2 lxml pypubsub pyyaml termcolor ]; # Project has no tests"}
{"_id":"q-en-nixpkgs-7fa3f446eb3aa1d1883255cb193b3f43ee9ea681a4ecbb2fe30c2ff9261cf9b3","text":"hy3 = { fetchFromGitHub, cmake, hyprland }: mkHyprlandPlugin rec { pluginName = \"hy3\"; version = \"0.35.0\"; version = \"unstable-2024-02-23\"; src = fetchFromGitHub { owner = \"outfoxxed\"; repo = \"hy3\"; rev = \"hl${version}\"; hash = \"sha256-lFe7Lf0K5ePTh4gflnvBohOGH4ayGDtNkbg/XtoNqRo=\"; rev = \"029a2001361d2a4cbbe7447968dee5d1b1880298\"; hash = \"sha256-8LKCXwNU6wA8o6O7s9T2sLWbYNHaI1tYU4YMjHkNLZQ=\"; }; nativeBuildInputs = [ cmake ];"}
{"_id":"q-en-nixpkgs-7fb95794bfb50127d57118728dae627d92f63952c8f80e50d151cc2d9af3463a","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 = ["}
{"_id":"q-en-nixpkgs-7fd401a7c5889c300f636d81d2140176c225f67a748cf8787379237a8df2cedb","text":"buildGoModule rec { pname = \"shadowsocks-v2ray-plugin\"; version = \"1.3.2\"; version = \"1.3.1\"; src = fetchFromGitHub { owner = \"shadowsocks\"; repo = \"v2ray-plugin\"; rev = \"v${version}\"; sha256 = \"sha256-sGsGdJp20mXvJ6Ov1QjztbJxNpDaDEERcRAAyGgenVk=\"; sha256 = \"0aq445gnqk9dxs1hkw7rvk86wg0iyiy0h740lvyh6d9zsqhf61wb\"; }; vendorHash = \"sha256-vW8790Z4BacbdqANWO41l5bH5ac/TSZIdVNvOFVTsZ8=\"; vendorSha256 = \"0vzd9v33p4a32f5ic9ir4g5ckis06wpdf07a649h9qalimxnvzfz\"; meta = with lib; { description = \"Yet another SIP003 plugin for shadowsocks, based on v2ray\";"}
{"_id":"q-en-nixpkgs-7ffd87fd7a9d3e93e7f301b9709f5b79512e230eff050149897df661d445dc21","text":" --- a/Build.PL +++ b/Build.PL @@ -88,7 +88,7 @@ if ( $^O =~ /mswin32/i ) { } } else { - if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) { + if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^riscv64/ ) { $libdir =~ s/bbinb/lib64/; if ( !-d $libdir ) { my $test = $libdir; "}
{"_id":"q-en-nixpkgs-8006693ef88fa5dc3f449a69abaa8f539205efda55089570ed34f90b10133ff1","text":" { lib, stdenv, fetchurl, makeWrapper, jre8, which, gawk }: { lib, stdenv, fetchurl, makeWrapper, jre, which, gawk }: with lib;"}
{"_id":"q-en-nixpkgs-805560a6549d626a40f7528a2644e911238d37877d1e56beade312a275b2c4d1","text":"configureFlags = [ \"--enable-srt\" # Explicit enable srt to ensure the patch is applied. \"--with-kde-solid=$out/share/apps/solid/actions\" ] ++ optional onlyLibVLC \"--disable-vlc\" ++ optional skins2Support \"--enable-skins2\" ++ optionals chromecastSupport [ ] ++ optional onlyLibVLC \"--disable-vlc\" ++ optional skins2Support \"--enable-skins2\" ++ optional waylandSupport \"--enable-wayland\" ++ optionals chromecastSupport [ \"--enable-sout\" \"--enable-chromecast\" \"--enable-microdns\""}
{"_id":"q-en-nixpkgs-80826fd3155a7ed9a331799607ccb58f60d358d338b9d9ebfe2ed4d6a3cc6d12","text":"qt5.wrapQtAppsHook ]; buildInputs = [ libjack2 bash ]; propagatedBuildInputs = [ pydbus pyliblo pyqt5 ]; propagatedBuildInputs = [ pyliblo pyqt5 ]; dontWrapQtApps = true; # The program is a python script."}
{"_id":"q-en-nixpkgs-808ee9415a9e20204391e2388348a3a3c57e8821b81ab35e0126a8b61877f796","text":" From 8d3cd578f9c0a36d29411c96fa70402a7a56d502 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Sun, 8 Nov 2015 15:27:22 +0000 Subject: [PATCH] MAINT: update decorators.py module to version 4.0.5 This is commit d6abda0 at https://github.com/micheles/decorator/tree/4.0.5 --- scipy/_lib/decorator.py | 380 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 293 insertions(+), 87 deletions(-) diff --git a/scipy/_lib/decorator.py b/scipy/_lib/decorator.py index 07d9d21..05f7056 100644 --- a/scipy/_lib/decorator.py +++ b/scipy/_lib/decorator.py @@ -1,48 +1,52 @@ -########################## LICENCE ############################### -## -## Copyright (c) 2005-2011, Michele Simionato -## All rights reserved. -## -## Redistributions of source code must retain the above copyright -## notice, this list of conditions and the following disclaimer. -## Redistributions in bytecode form must reproduce the above copyright -## notice, this list of conditions and the following disclaimer in -## the documentation and/or other materials provided with the -## distribution. - -## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -## \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -## LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -## A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -## HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -## INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -## BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS -## OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -## TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE -## USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH -## DAMAGE. +# ######################### LICENSE ############################ # + +# Copyright (c) 2005-2015, Michele Simionato +# All rights reserved. + +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: + +# Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# Redistributions in bytecode form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. + +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE +# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH +# DAMAGE. \"\"\" Decorator module, see http://pypi.python.org/pypi/decorator for the documentation. \"\"\" +from __future__ import print_function -from __future__ import division, print_function, absolute_import - -__version__ = '3.3.2' - -__all__ = [\"decorator\", \"FunctionMaker\"] - -import sys import re +import sys import inspect -from functools import partial +import operator +import itertools +import collections -from scipy._lib.six import exec_ +__version__ = '4.0.5' if sys.version >= '3': from inspect import getfullargspec + + def get_init(cls): + return cls.__init__ else: class getfullargspec(object): \"A quick and dirty replacement for getfullargspec for Python 2.X\" @@ -51,7 +55,6 @@ else: inspect.getargspec(f) self.kwonlyargs = [] self.kwonlydefaults = None - self.annotations = getattr(f, '__annotations__', {}) def __iter__(self): yield self.args @@ -59,17 +62,35 @@ else: yield self.varkw yield self.defaults -DEF = re.compile('s*defs*([_w][_wd]*)s*(') + getargspec = inspect.getargspec + + def get_init(cls): + return cls.__init__.__func__ + +# getargspec has been deprecated in Python 3.5 +ArgSpec = collections.namedtuple( + 'ArgSpec', 'args varargs varkw defaults') -# basic functionality +def getargspec(f): + \"\"\"A replacement for inspect.getargspec\"\"\" + spec = getfullargspec(f) + return ArgSpec(spec.args, spec.varargs, spec.varkw, spec.defaults) +DEF = re.compile('s*defs*([_w][_wd]*)s*(') + + +# basic functionality class FunctionMaker(object): \"\"\" An object with the ability to create functions with a given signature. It has attributes name, doc, module, signature, defaults, dict and methods update and make. \"\"\" + + # Atomic get-and-increment provided by the GIL + _compile_count = itertools.count() + def __init__(self, func=None, name=None, signature=None, defaults=None, doc=None, module=None, funcdict=None): self.shortsignature = signature @@ -82,22 +103,32 @@ class FunctionMaker(object): self.module = func.__module__ if inspect.isfunction(func): argspec = getfullargspec(func) + self.annotations = getattr(func, '__annotations__', {}) for a in ('args', 'varargs', 'varkw', 'defaults', 'kwonlyargs', - 'kwonlydefaults', 'annotations'): + 'kwonlydefaults'): setattr(self, a, getattr(argspec, a)) for i, arg in enumerate(self.args): setattr(self, 'arg%d' % i, arg) - self.signature = inspect.formatargspec( - formatvalue=lambda val: \"\", *argspec)[1:-1] - allargs = list(self.args) - if self.varargs: - allargs.append('*' + self.varargs) - if self.varkw: - allargs.append('**' + self.varkw) - try: - self.shortsignature = ', '.join(allargs) - except TypeError: # exotic signature, valid only in Python 2.X - self.shortsignature = self.signature + if sys.version < '3': # easy way + self.shortsignature = self.signature = ( + inspect.formatargspec( + formatvalue=lambda val: \"\", *argspec)[1:-1]) + else: # Python 3 way + allargs = list(self.args) + allshortargs = list(self.args) + if self.varargs: + allargs.append('*' + self.varargs) + allshortargs.append('*' + self.varargs) + elif self.kwonlyargs: + allargs.append('*') # single star syntax + for a in self.kwonlyargs: + allargs.append('%s=None' % a) + allshortargs.append('%s=%s' % (a, a)) + if self.varkw: + allargs.append('**' + self.varkw) + allshortargs.append('**' + self.varkw) + self.signature = ', '.join(allargs) + self.shortsignature = ', '.join(allshortargs) self.dict = func.__dict__.copy() # func=None happens when decorating a caller if name: @@ -122,12 +153,15 @@ class FunctionMaker(object): func.__name__ = self.name func.__doc__ = getattr(self, 'doc', None) func.__dict__ = getattr(self, 'dict', {}) - if sys.version_info[0] >= 3: - func.__defaults__ = getattr(self, 'defaults', ()) - else: - func.func_defaults = getattr(self, 'defaults', ()) + func.__defaults__ = getattr(self, 'defaults', ()) func.__kwdefaults__ = getattr(self, 'kwonlydefaults', None) - callermodule = sys._getframe(3).f_globals.get('__name__', '?') + func.__annotations__ = getattr(self, 'annotations', None) + try: + frame = sys._getframe(3) + except AttributeError: # for IronPython and similar implementations + callermodule = '?' + else: + callermodule = frame.f_globals.get('__name__', '?') func.__module__ = getattr(self, 'module', callermodule) func.__dict__.update(kw) @@ -140,16 +174,20 @@ class FunctionMaker(object): raise SyntaxError('not a valid function templaten%s' % src) name = mo.group(1) # extract the function name names = set([name] + [arg.strip(' *') for arg in - self.shortsignature.split(',')]) + self.shortsignature.split(',')]) for n in names: if n in ('_func_', '_call_'): raise NameError('%s is overridden inn%s' % (n, src)) if not src.endswith('n'): # add a newline just for safety src += 'n' # this is needed in old versions of Python + + # Ensure each generated function has a unique filename for profilers + # (such as cProfile) that depend on the tuple of (, + # , ) being unique. + filename = '' % (next(self._compile_count),) try: - code = compile(src, '', 'single') - # print >> sys.stderr, 'Compiling %s' % src - exec_(code, evaldict) + code = compile(src, filename, 'single') + exec(code, evaldict) except: print('Error in generated code:', file=sys.stderr) print(src, file=sys.stderr) @@ -165,9 +203,9 @@ class FunctionMaker(object): doc=None, module=None, addsource=True, **attrs): \"\"\" Create a function from the strings name, signature and body. - evaldict is the evaluation dictionary. If addsource is true an attribute - __source__ is added to the result. The attributes attrs are added, - if any. + evaldict is the evaluation dictionary. If addsource is true an + attribute __source__ is added to the result. The attributes attrs + are added, if any. \"\"\" if isinstance(obj, str): # \"name(signature)\" name, rest = obj.strip().split('(', 1) @@ -180,37 +218,205 @@ class FunctionMaker(object): self = cls(func, name, signature, defaults, doc, module) ibody = 'n'.join(' ' + line for line in body.splitlines()) return self.make('def %(name)s(%(signature)s):n' + ibody, - evaldict, addsource, **attrs) + evaldict, addsource, **attrs) -def decorator(caller, func=None): +def decorate(func, caller): \"\"\" - decorator(caller) converts a caller function into a decorator; - decorator(caller, func) decorates a function using a caller. + decorate(func, caller) decorates a function using a caller. \"\"\" - if func is not None: # returns a decorated function - if sys.version_info[0] >= 3: - evaldict = func.__globals__.copy() + evaldict = func.__globals__.copy() + evaldict['_call_'] = caller + evaldict['_func_'] = func + fun = FunctionMaker.create( + func, \"return _call_(_func_, %(shortsignature)s)\", + evaldict, __wrapped__=func) + if hasattr(func, '__qualname__'): + fun.__qualname__ = func.__qualname__ + return fun + + +def decorator(caller, _func=None): + \"\"\"decorator(caller) converts a caller function into a decorator\"\"\" + if _func is not None: # return a decorated function + # this is obsolete behavior; you should use decorate instead + return decorate(_func, caller) + # else return a decorator function + if inspect.isclass(caller): + name = caller.__name__.lower() + callerfunc = get_init(caller) + doc = 'decorator(%s) converts functions/generators into ' + 'factories of %s objects' % (caller.__name__, caller.__name__) + elif inspect.isfunction(caller): + if caller.__name__ == '': + name = '_lambda_' else: - evaldict = func.func_globals.copy() - evaldict['_call_'] = caller - evaldict['_func_'] = func + name = caller.__name__ + callerfunc = caller + doc = caller.__doc__ + else: # assume caller is an object with a __call__ method + name = caller.__class__.__name__.lower() + callerfunc = caller.__call__.__func__ + doc = caller.__call__.__doc__ + evaldict = callerfunc.__globals__.copy() + evaldict['_call_'] = caller + evaldict['_decorate_'] = decorate + return FunctionMaker.create( + '%s(func)' % name, 'return _decorate_(func, _call_)', + evaldict, doc=doc, module=caller.__module__, + __wrapped__=caller) + + +# ####################### contextmanager ####################### # + +try: # Python >= 3.2 + from contextlib import _GeneratorContextManager +except ImportError: # Python >= 2.5 + from contextlib import GeneratorContextManager as _GeneratorContextManager + + +class ContextManager(_GeneratorContextManager): + def __call__(self, func): + \"\"\"Context manager decorator\"\"\" return FunctionMaker.create( - func, \"return _call_(_func_, %(shortsignature)s)\", - evaldict, undecorated=func, __wrapped__=func) - else: # returns a decorator - if isinstance(caller, partial): - return partial(decorator, caller) - # otherwise assume caller is a function - first = inspect.getargspec(caller)[0][0] # first arg - if sys.version_info[0] >= 3: - evaldict = caller.__globals__.copy() - else: - evaldict = caller.func_globals.copy() - evaldict['_call_'] = caller - evaldict['decorator'] = decorator + func, \"with _self_: return _func_(%(shortsignature)s)\", + dict(_self_=self, _func_=func), __wrapped__=func) + +init = getfullargspec(_GeneratorContextManager.__init__) +n_args = len(init.args) +if n_args == 2 and not init.varargs: # (self, genobj) Python 2.7 + def __init__(self, g, *a, **k): + return _GeneratorContextManager.__init__(self, g(*a, **k)) + ContextManager.__init__ = __init__ +elif n_args == 2 and init.varargs: # (self, gen, *a, **k) Python 3.4 + pass +elif n_args == 4: # (self, gen, args, kwds) Python 3.5 + def __init__(self, g, *a, **k): + return _GeneratorContextManager.__init__(self, g, a, k) + ContextManager.__init__ = __init__ + +contextmanager = decorator(ContextManager) + + +# ############################ dispatch_on ############################ # + +def append(a, vancestors): + \"\"\" + Append ``a`` to the list of the virtual ancestors, unless it is already + included. + \"\"\" + add = True + for j, va in enumerate(vancestors): + if issubclass(va, a): + add = False + break + if issubclass(a, va): + vancestors[j] = a + add = False + if add: + vancestors.append(a) + + +# inspired from simplegeneric by P.J. Eby and functools.singledispatch +def dispatch_on(*dispatch_args): + \"\"\" + Factory of decorators turning a function into a generic function + dispatching on the given arguments. + \"\"\" + assert dispatch_args, 'No dispatch args passed' + dispatch_str = '(%s,)' % ', '.join(dispatch_args) + + def check(arguments, wrong=operator.ne, msg=''): + \"\"\"Make sure one passes the expected number of arguments\"\"\" + if wrong(len(arguments), len(dispatch_args)): + raise TypeError('Expected %d arguments, got %d%s' % + (len(dispatch_args), len(arguments), msg)) + + def gen_func_dec(func): + \"\"\"Decorator turning a function into a generic function\"\"\" + + # first check the dispatch arguments + argset = set(getfullargspec(func).args) + if not set(dispatch_args) <= argset: + raise NameError('Unknown dispatch arguments %s' % dispatch_str) + + typemap = {} + + def vancestors(*types): + \"\"\" + Get a list of sets of virtual ancestors for the given types + \"\"\" + check(types) + ras = [[] for _ in range(len(dispatch_args))] + for types_ in typemap: + for t, type_, ra in zip(types, types_, ras): + if issubclass(t, type_) and type_ not in t.__mro__: + append(type_, ra) + return [set(ra) for ra in ras] + + def ancestors(*types): + \"\"\" + Get a list of virtual MROs, one for each type + \"\"\" + check(types) + lists = [] + for t, vas in zip(types, vancestors(*types)): + n_vas = len(vas) + if n_vas > 1: + raise RuntimeError( + 'Ambiguous dispatch for %s: %s' % (t, vas)) + elif n_vas == 1: + va, = vas + mro = type('t', (t, va), {}).__mro__[1:] + else: + mro = t.__mro__ + lists.append(mro[:-1]) # discard t and object + return lists + + def register(*types): + \"\"\" + Decorator to register an implementation for the given types + \"\"\" + check(types) + def dec(f): + check(getfullargspec(f).args, operator.lt, ' in ' + f.__name__) + typemap[types] = f + return f + return dec + + def dispatch_info(*types): + \"\"\" + An utility to introspect the dispatch algorithm + \"\"\" + check(types) + lst = [] + for anc in itertools.product(*ancestors(*types)): + lst.append(tuple(a.__name__ for a in anc)) + return lst + + def _dispatch(dispatch_args, *args, **kw): + types = tuple(type(arg) for arg in dispatch_args) + try: # fast path + f = typemap[types] + except KeyError: + pass + else: + return f(*args, **kw) + combinations = itertools.product(*ancestors(*types)) + next(combinations) # the first one has been already tried + for types_ in combinations: + f = typemap.get(types_) + if f is not None: + return f(*args, **kw) + + # else call the default implementation + return func(*args, **kw) + return FunctionMaker.create( - '%s(%s)' % (caller.__name__, first), - 'return decorator(_call_, %s)' % first, - evaldict, undecorated=caller, __wrapped__=caller, - doc=caller.__doc__, module=caller.__module__) + func, 'return _f_(%s, %%(shortsignature)s)' % dispatch_str, + dict(_f_=_dispatch), register=register, default=func, + typemap=typemap, vancestors=vancestors, ancestors=ancestors, + dispatch_info=dispatch_info, __wrapped__=func) + + gen_func_dec.__name__ = 'dispatch_on' + dispatch_str + return gen_func_dec -- 2.6.3 "}
{"_id":"q-en-nixpkgs-80a39441ac1ca931941d8b1a6f0485a08745ae2555bee3ea349d0e3eff64fca3","text":"dontConfigure = true; installPhase = '' runHook preInstall mkdir -p $out/{bin,opt/${basename},share} # Install all files, remove unnecessary ones cp -a . $out/opt/${basename}/ rm -r $out/opt/${basename}/{{add,remove}-menuitem.sh,credits.html,icons/} wrapProgram $out/opt/${basename}/${basename} --add-flags \"--no-version-check\" --prefix LD_LIBRARY_PATH : ${runtimeLibs} ln -s \"$out/opt/${basename}/${basename}\" $out/bin/ ln -s \"${desktopItem}/share/applications\" $out/share/ cp -r \"${desktopItem}/share/applications\" $out/share/ runHook postInstall ''; preFixup = '' gappsWrapperArgs+=( --add-flags \"--no-version-check\" --prefix LD_LIBRARY_PATH : ${runtimeLibs} --prefix PATH : ${runtimeBins} ) ''; desktopItem = makeDesktopItem {"}
{"_id":"q-en-nixpkgs-80b03ee664ffb0f66cc4b75e5ebf1b593304bfc26336365eaa19932501d5cce6","text":"dwarfs = callPackage ../tools/filesystems/dwarfs { }; etlegacy = callPackage ../games/etlegacy { lua = lua5_4; }; copier = callPackage ../tools/misc/copier { }; gamemode = callPackage ../tools/games/gamemode {"}
{"_id":"q-en-nixpkgs-81327618e918ef60a909cf098b0c74f6e490ba1d5246b210899c2549547a1a45","text":"liberation_ttf_v1_from_source = throw \"'liberation_ttf_v1_from_source' has been renamed to/replaced by 'liberation_ttf_v1'\"; # Converted to throw 2022-02-22 liberation_ttf_v2_from_source = throw \"'liberation_ttf_v2_from_source' has been renamed to/replaced by 'liberation_ttf_v2'\"; # Converted to throw 2022-02-22 liberationsansnarrow = throw \"'liberationsansnarrow' has been renamed to/replaced by 'liberation-sans-narrow'\"; # Converted to throw 2022-02-22 libgcc = throw \"libgcc was removed, use gcc.cc.libgcc if needed\"; # added 2023-05-13 libgksu = throw \"libgksu has been removed\"; # Added 2022-01-16 libgme = game-music-emu; # Added 2022-07-20 libgnome_keyring = throw \"'libgnome_keyring' has been renamed to/replaced by 'libgnome-keyring'\"; # Converted to throw 2022-02-22"}
{"_id":"q-en-nixpkgs-815273666dd4b99d70db811acc6cad5917154c6c333cbf2a7ffd6696ba025ac6","text":"(fetchNuGet { pname = \"CheapLoc\"; version = \"1.1.6\"; sha256 = \"1m6cgx9yh7h3vrq2d4f99xyvsxc9jvz8zjq1q14qgylfmyq4hx4l\"; }) (fetchNuGet { pname = \"Config.Net\"; version = \"4.19.0\"; sha256 = \"17iv0vy0693s6d8626lbz3w1ppn5abn77aaki7h4qi4izysizgim\"; }) (fetchNuGet { pname = \"Downloader\"; version = \"2.2.8\"; sha256 = \"0farwh3pc6m8hsgqywigdpcb4gr2m9myyxm2idzjmhhkzfqghj28\"; }) (fetchNuGet { pname = \"Facepunch.Steamworks\"; version = \"2.3.3\"; sha256 = \"1r3m7cyzfy8ms9xxfa13xcwha02yk22givkaamw166im89m8wqyc\"; }) (fetchNuGet { pname = \"goaaats.NativeLibraryLoader\"; version = \"4.9.0-beta1-g70f642e82e\"; sha256 = \"1bjjgsw4ry9cz8dzsgwx428hn06wms194pqz8nclwrqcwfx7gmxk\"; }) (fetchNuGet { pname = \"goaaats.Steamworks\"; version = \"2.3.4\"; sha256 = \"1khxkkjvh6af60rxc13bacxn85amdfzr8z0b9a6gfg6m1fnmlkss\"; }) (fetchNuGet { pname = \"goaaats.Veldrid\"; version = \"4.9.0-beta1-g70f642e82e\"; sha256 = \"0b35bn4190hxbvrwsygpbpg00gnrj6crxyk8b0d7ian611v4jj0m\"; }) (fetchNuGet { pname = \"goaaats.Veldrid.ImageSharp\"; version = \"4.9.0-beta1-g70f642e82e\"; sha256 = \"1zihi2n9qz18kfkz4qnj3412bfsqvx49809hqkknixdrgn8323i2\"; }) (fetchNuGet { pname = \"goaaats.Veldrid.MetalBindings\"; version = \"4.9.0-beta1-g70f642e82e\"; sha256 = \"13cs5jr8bpkrkzziz8b71l3npr14shxryrpsiw0zm7jcx69vg2qf\"; })"}
{"_id":"q-en-nixpkgs-81849d43d054991b04d4cd84db3ad35cb8768bd037d71abed0c649050561b05b","text":" { stdenv , lib , fetchurl , asciidoc , docbook-xsl-nons , docbook_xml_dtd_45 , gettext , itstool , libxslt , gexiv2 , tracker , meson , mesonEmulatorHook , ninja , pkg-config , vala , wrapGAppsNoGuiHook , bzip2 , dbus , exempi , giflib , glib , gnome , gst_all_1 , icu , json-glib , libcue , libexif , libgsf , libgxps , libiptcdata , libjpeg , libosinfo , libpng , libseccomp , libtiff , libuuid , libxml2 , networkmanager , poppler , systemd , taglib , upower , totem-pl-parser , e2fsprogs }: stdenv.mkDerivation (finalAttrs: { pname = \"tracker-miners\"; version = \"3.7.3\"; src = fetchurl { url = \"mirror://gnome/sources/tracker-miners/${lib.versions.majorMinor finalAttrs.version}/tracker-miners-${finalAttrs.version}.tar.xz\"; hash = \"sha256-50OIFUtcGXtLfuQvDc6MX7vd1NNhCT74jU+zA+M9pf4=\"; }; nativeBuildInputs = [ asciidoc docbook-xsl-nons docbook_xml_dtd_45 gettext glib itstool libxslt meson ninja pkg-config vala wrapGAppsNoGuiHook ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ]; # TODO: add libenca, libosinfo buildInputs = [ bzip2 dbus exempi giflib gexiv2 totem-pl-parser tracker gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly gst_all_1.gstreamer gst_all_1.gst-libav icu json-glib libcue libexif libgsf libgxps libiptcdata libjpeg libosinfo libpng libtiff libuuid libxml2 poppler taglib ] ++ lib.optionals stdenv.isLinux [ libseccomp networkmanager systemd upower ] ++ lib.optionals stdenv.isDarwin [ e2fsprogs ]; mesonFlags = [ # TODO: tests do not like our sandbox \"-Dfunctional_tests=false\" # libgrss is unmaintained and has no new releases since 2015, and an open # security issue since then. Despite a patch now being availab, we're opting # to be safe due to the general state of the project \"-Dminer_rss=false\" ] ++ lib.optionals (!stdenv.isLinux) [ \"-Dbattery_detection=none\" \"-Dnetwork_manager=disabled\" \"-Dsystemd_user_services=false\" ]; postInstall = '' glib-compile-schemas \"$out/share/glib-2.0/schemas\" ''; passthru = { updateScript = gnome.updateScript { packageName = \"tracker-miners\"; }; }; meta = { homepage = \"https://gitlab.gnome.org/GNOME/tracker-miners\"; description = \"Desktop-neutral user information store, search tool and indexer\"; maintainers = lib.teams.gnome.members; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; }; }) "}
{"_id":"q-en-nixpkgs-81a63fdf1aac985666d8cd5feb707580697ef9a23ee654a50cdc4753ece53901","text":"'' + optionalString (libcxx.isLLVM or false) '' echo \"-isystem ${lib.getDev libcxx}/include/c++/v1\" >> $out/nix-support/libcxx-cxxflags echo \"-isystem ${lib.getDev libcxx.cxxabi}/include/c++/v1\" >> $out/nix-support/libcxx-cxxflags echo \"-stdlib=libc++\" >> $out/nix-support/libcxx-ldflags echo \"-l${libcxx.cxxabi.libName}\" >> $out/nix-support/libcxx-ldflags ''"}
{"_id":"q-en-nixpkgs-81cb79a8d05b041d7fca76c28621145034aee1af8a64946c89422b803a055f15","text":" diff --git a/go.mod b/go.mod index 8841027..fda8eb7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.sr.ht/~delthas/senpai -go 1.16 +go 1.18 require ( git.sr.ht/~emersion/go-scfg v0.0.0-20231004133111-9dce55c8d63b @@ -13,4 +13,14 @@ require ( mvdan.cc/xurls/v2 v2.5.0 ) +require ( +\tgithub.com/gdamore/encoding v1.0.0 // indirect +\tgithub.com/godbus/dbus/v5 v5.1.0 // indirect +\tgithub.com/lucasb-eyer/go-colorful v1.2.0 // indirect +\tgithub.com/rivo/uniseg v0.4.3 // indirect +\tgolang.org/x/sys v0.14.0 // indirect +\tgolang.org/x/term v0.14.0 // indirect +\tgolang.org/x/text v0.14.0 // indirect +) + replace github.com/gdamore/tcell/v2 => github.com/delthas/tcell/v2 v2.4.1-0.20230710100648-1489e78d90fb diff --git a/go.sum b/go.sum index 89c5397..f4d3eaa 100644 --- a/go.sum +++ b/go.sum @@ -20,44 +20,34 @@ github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.3 h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw= github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= -github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.15.0/go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg= golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q= golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.14.0 h1:LGK9IlZ8T9jvdy6cTdfKUCltatMFOehAQo9SRC46UQ8= golang.org/x/term v0.14.0/go.mod h1:TySc+nGkYR6qt8km8wUhuFRTVSMIX3XPR58y2lC8vww= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/time v0.4.0 h1:Z81tqI5ddIoXDPvVQ7/7CC9TnLM7ubaFG2qXYd5BbYY= @@ -65,7 +55,6 @@ golang.org/x/time v0.4.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= mvdan.cc/xurls/v2 v2.5.0 h1:lyBNOm8Wo71UknhUs4QTFUNNMyxy2JEIaKKo0RWOh+8= mvdan.cc/xurls/v2 v2.5.0/go.mod h1:yQgaGQ1rFtJUzkmKiHYSSfuQxqfYmd//X6PxvholpeE= "}
{"_id":"q-en-nixpkgs-82103981979255dbef4f3b81f49724587f6abdcb4fb56697dbba41509199ea86","text":"}: buildPythonPackage rec { pname = \"sabctools\"; version = \"7.0.2\"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3 version = \"7.1.2\"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3 format = \"setuptools\"; src = fetchPypi { inherit pname version; hash = \"sha256-AB5/McuOIDkhu7rtb3nFaqOTx3zwm92+3NEnH5HjzBo=\"; hash = \"sha256-wDgFXuxclmqMlRXyr9qpruJJcOXfOiOWTZXX53uYEB8=\"; }; pythonImportsCheck = [\"sabctools\"];"}
{"_id":"q-en-nixpkgs-8252144dc39f4955416f30a157d7f9d8817e2961ba69eaaaed93183a56dc0024","text":"exit 1 fi makeWrapper \"${browser}/bin/${browserName}\" makeWrapper \"$(readlink -v --canonicalize-existing \"${browser}/bin/${browserName}\")\" \"$out/bin/${browserName}${nameSuffix}\" --suffix-each MOZ_PLUGIN_PATH ':' \"$plugins\" --suffix LD_LIBRARY_PATH ':' \"$libs\" --suffix-each GTK_PATH ':' \"$gtk_modules\" --suffix-each LD_PRELOAD ':' \"$(cat $(filterExisting $(addSuffix /extra-ld-preload $plugins)))\" --prefix-contents PATH ':' \"$(filterExisting $(addSuffix /extra-bin-path $plugins))\" --set MOZ_OBJDIR \"$(ls -d \"${browser}/lib/${browserName}\"*)\" --suffix PATH ':' \"$out/bin\" --set MOZ_APP_LAUNCHER \"${browserName}${nameSuffix}\" ${lib.optionalString (!ffmpegSupport) ''--prefix GST_PLUGIN_SYSTEM_PATH : \"$GST_PLUGIN_SYSTEM_PATH\"''} ${ lib.optionalString libtrick '' libdirname=\"$(echo \"${browser}/lib/${browserName}\"*)\" libdirbasename=\"$(basename \"$libdirname\")\" mkdir -p \"$out/lib/$libdirbasename\" ln -s \"$libdirname\"/* \"$out/lib/$libdirbasename\" script_location=\"$(mktemp \"$out/lib/$libdirbasename/${browserName}${nameSuffix}.XXXXXX\")\" mv \"$out/bin/${browserName}${nameSuffix}\" \"$script_location\" ln -s \"$script_location\" \"$out/bin/${browserName}${nameSuffix}\" '' } if [ -e \"${browser}/share/icons\" ]; then mkdir -p \"$out/share\" ln -s \"${browser}/share/icons\" \"$out/share/icons\" else mkdir -p \"$out/share/icons/hicolor/128x128/apps\" ln -s \"$out/lib/$libdirbasename/browser/icons/mozicon128.png\" ln -s \"${browser}/lib/${browserName}-\"*\"/browser/icons/mozicon128.png\" \"$out/share/icons/hicolor/128x128/apps/${browserName}.png\" fi mkdir -p $out/share/applications cp $desktopItem/share/applications/* $out/share/applications install -D -t $out/share/applications $desktopItem/share/applications/* # For manpages, in case the program supplies them mkdir -p $out/nix-support"}
{"_id":"q-en-nixpkgs-825ae7c6937427835b9dc77d2faed09c1f7e893845ef94ede1ccb25446b1cd54","text":"\"--with-rcdir=no\" \"--with-shell=${stdenv.shell}\" \"--with-test-font-path=${dejavu_fonts}/share/fonts/truetype/DejaVuSans.ttf\" \"--localstatedir=/var\" \"--sysconfdir=/etc\" ]; makeFlags = [ \"CUPS_SERVERBIN=$(out)/lib/cups\" \"CUPS_DATADIR=$(out)/share/cups\" \"CUPS_SERVERROOT=$(out)/etc/cups\" ];"}
{"_id":"q-en-nixpkgs-826d13b0456c86ab005b87d54f2f13bce30beb8e418afe8175d10bfa2303e99e","text":"genericName = \"Reference Management\"; categories = [ \"Office\" \"Database\" ]; startupNotify = true; mimeTypes = [ \"text/plain\" ]; mimeTypes = [ \"x-scheme-handler/zotero\" \"text/plain\" ]; }; installPhase = ''"}
{"_id":"q-en-nixpkgs-827df6bc4a023509dff2163420fe24c383eaa9cdec00a91edee74b83ffa43b23","text":"name = \"exa-${version}\"; version = \"2016-04-20\"; depsSha256 = \"0nyrdl57nhr3lxqs3gaij3mdmlrm0z52qv6mznvgw0ziwqmlq5w1\"; depsSha256 = \"0qsqkgc1wxigvskhaamgfp5pyc2kprsikhcfccysgs07w44nxkd0\"; src = fetchFromGitHub { owner = \"ogham\";"}
{"_id":"q-en-nixpkgs-827f9d63c095e4ca6a993b822232482fecf4692b49df33989a24501caf19dc07","text":"patches = [ ./hardcoded-compiler.patch ./bin-ext.patch ]; patchFlags = [ \"-p3\" ]; # Don't attempt the .so if static, as it would fail. postPatch = lib.optionalString stdenv.hostPlatform.isStatic '' sed 's/^ILIBS>.*/ILIBS = liblmdb.a/' -i Makefile ''; outputs = [ \"bin\" \"out\" \"dev\" ]; buildInputs = lib.optional stdenv.hostPlatform.isWindows windows.pthreads;"}
{"_id":"q-en-nixpkgs-82b61246d1bce503b8869e7dda8aab9fa6676027c2e4a7f4b427907a45e4dda2","text":" { lib, stdenvNoCC, fetchFromGitLab }: stdenvNoCC.mkDerivation { pname = \"xr-hardware\"; version = \"unstable-2023-11-08\"; src = fetchFromGitLab { domain = \"gitlab.freedesktop.org\"; owner = \"monado/utilities\"; repo = \"xr-hardware\"; rev = \"9204de323210d2a5ab8635c2ee52127100de67b1\"; hash = \"sha256-ZS15WODms/WKsPu+WbfILO2BOwnxrhCY/SoF8jzOX5Q=\"; }; installTargets = \"install_package\"; installFlagsArray = \"DESTDIR=${placeholder \"out\"}\"; meta = with lib; { description = \"Hardware description for XR devices\"; homepage = \"https://gitlab.freedesktop.org/monado/utilities/xr-hardware\"; license = licenses.boost; maintainers = with maintainers; [ Scrumplex ]; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-82ce500d722db42d35ccc2b4e1e45d7495a956ea73277a4046a5085807bd238a","text":"inherit enableSeccomp enableSuid externalLocalStateDir projectName removeCompat starterSuidPath"}
{"_id":"q-en-nixpkgs-83048d481b6c62cbde8b36324a2b3b8ae487b72d6b36dcc1d79be60e02738512","text":"--replace \"requests>=2.20.0,<2.26\" \"requests~=2.20\" ''; nativeBuildInputs = [ plux setuptools ]; propagatedBuildInputs = [ cachetools click cryptography dill dnslib dnspython plux psutil python-dotenv pyyaml rich pyaes python-jose requests semver stevedore tailer tabulate ]; pythonImportsCheck = [ \"localstack_ext\" ];"}
{"_id":"q-en-nixpkgs-830779887ec5c56ebd677809d21d79dc4eceb72f702e8a6a7e944873824c480b","text":"meta = { description = \"A notification system for tiling window managers\"; homepage = https://github.com/sboli/twmn; platforms = with stdenv.lib.platforms; linux; maintainers = [ stdenv.lib.maintainers.matejc ]; license = stdenv.lib.licenses.lgpl3; platforms = with lib.platforms; linux; maintainers = [ lib.maintainers.matejc ]; license = lib.licenses.lgpl3; }; }"}
{"_id":"q-en-nixpkgs-831253784595cb66fcbe712253dcffd33649e5b462df3a1aabf4f7f20e46ef7b","text":"}) (filterAttrs (name: service: service.startAt != \"\") cfg.services); # Generate timer units for all services that have a ‘startAt’ value. systemd.user.timers = mapAttrs (name: service: { wantedBy = [ \"timers.target\" ]; timerConfig.OnCalendar = service.startAt; }) (filterAttrs (name: service: service.startAt != \"\") cfg.user.services); systemd.sockets.systemd-journal-gatewayd.wantedBy = optional config.services.journald.enableHttpGateway \"sockets.target\";"}
{"_id":"q-en-nixpkgs-833f24eca55d8d389ca161a835ebbc7517e21467206292528b88723ee800a3cc","text":"]; configureFlags = [ # TODO(Profpatsch): mupdf support \"--with-mutool-path=${mupdf}/bin/mutool\" \"--with-pdftops=pdftops\" \"--with-pdftops-path=${poppler_utils}/bin/pdftops\" \"--with-gs-path=${ghostscript}/bin/gs\""}
{"_id":"q-en-nixpkgs-83503d999f96739192fc69112112b107ef062fa82cfd5f611a3848ac3f21ec10","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":"q-en-nixpkgs-83798386e532da08e61571a944f3baeb1a70dfddd0bd7dd8e8eb7bf594c519ba","text":"./services/hardware/lcd.nix ./services/hardware/lirc.nix ./services/hardware/nvidia-container-toolkit-cdi-generator ./services/hardware/monado.nix ./services/hardware/nvidia-optimus.nix ./services/hardware/openrgb.nix ./services/hardware/pcscd.nix"}
{"_id":"q-en-nixpkgs-83b64d4336cfc0634e214abee853cf714b9975d3f251fc9b95f89c1cbc4f660d","text":" --- qemu-2.10.0-clean/linux-user/syscall.c\t2020-03-12 18:47:47.898592169 +0100 +++ qemu-2.10.0/linux-user/syscall.c\t2020-03-13 09:13:42.461809699 +0100 @@ -34,6 +34,7 @@ #include #include #include +#include // https://lkml.org/lkml/2019/6/3/988 #include #include #ifdef __ia64__ @@ -256,7 +257,9 @@ static type name (type1 arg1,type2 arg2, #endif #ifdef __NR_gettid -_syscall0(int, gettid) +// taken from https://patchwork.kernel.org/patch/10862231/ +#define __NR_sys_gettid __NR_gettid +_syscall0(int, sys_gettid) #else /* This is a replacement for the host gettid() and must return a host errno. */ @@ -6219,7 +6222,7 @@ static void *clone_func(void *arg) cpu = ENV_GET_CPU(env); thread_cpu = cpu; ts = (TaskState *)cpu->opaque; - info->tid = gettid(); + info->tid = sys_gettid(); task_settid(ts); if (info->child_tidptr) put_user_u32(info->tid, info->child_tidptr); @@ -6363,9 +6366,9 @@ static int do_fork(CPUArchState *env, un mapping. We can't repeat the spinlock hack used above because the child process gets its own copy of the lock. */ if (flags & CLONE_CHILD_SETTID) - put_user_u32(gettid(), child_tidptr); + put_user_u32(sys_gettid(), child_tidptr); if (flags & CLONE_PARENT_SETTID) - put_user_u32(gettid(), parent_tidptr); + put_user_u32(sys_gettid(), parent_tidptr); ts = (TaskState *)cpu->opaque; if (flags & CLONE_SETTLS) cpu_set_tls (env, newtls); @@ -11402,7 +11405,7 @@ abi_long do_syscall(void *cpu_env, int n break; #endif case TARGET_NR_gettid: - ret = get_errno(gettid()); + ret = get_errno(sys_gettid()); break; #ifdef TARGET_NR_readahead case TARGET_NR_readahead: "}
{"_id":"q-en-nixpkgs-83d8f6c5fff2731b9f4aa667eb1625397f5f9c4a97d70edf34092cb163dee5af","text":" { stdenv, fetchurl, unzip }: stdenv.mkDerivation { name = \"lmmath-0.903\"; src = fetchurl { url = \"http://www.gust.org.pl/projects/e-foundry/lm-math/download/lmmath0903otf\"; sha256 = \"ee96cb14f5c746d6c6b9ecfbdf97dafc2f535be3dd277e15e8ea6fb594995d64\"; name = \"lmmath-0.903.zip\"; }; buildInputs = [unzip]; sourceRoot = \".\"; installPhase = '' mkdir -p $out/texmf/fonts/opentype mkdir -p $out/share/fonts/opentype cp *.{OTF,otf} $out/texmf/fonts/opentype/lmmath-regular.otf cp *.{OTF,otf} $out/share/fonts/opentype/lmmath-regular.otf ln -s $out/texmf* $out/share/ ''; meta = { description = \"Latin Modern font\"; }; } "}
{"_id":"q-en-nixpkgs-83e5be9a48b8aceaa5220eb35a698842d272965e2b5f0d5576b8fb63193af512","text":"source $cc_wrapper/nix-support/add-local-cc-cflags-before.sh fi # May need to transform the triple injected by the above. for ((i = 1; i < ${#extraBefore[@]}; i++)); do if [[ \"${extraBefore[i]}\" = -target ]]; then for ((i=0; i < ${#extraBefore[@]}; i++));do case \"${extraBefore[i]}\" in -target) i=$((i + 1)) # On Darwin only, need to change 'aarch64' to 'arm64'. extraBefore[i]=\"${extraBefore[i]/aarch64-apple-/arm64-apple-}\" # On Darwin, Swift requires the triple to be annotated with a version. # TODO: Assumes macOS. extraBefore[i]=\"${extraBefore[i]/-apple-darwin/-apple-macosx${MACOSX_DEPLOYMENT_TARGET:-11.0}}\" break fi ;; -march=*) [[ i -gt 0 && ${extraBefore[i-1]} == -Xcc ]] && continue extraBefore=( \"${extraBefore[@]:0:i}\" -Xcc \"${extraBefore[@]:i:${#extraBefore[@]}}\" ) i=$((i + 1)) ;; esac done # As a very special hack, if the arguments are just `-v', then don't"}
{"_id":"q-en-nixpkgs-8411fb93f3d8519d481b25928967a7919427f1a086fc55aaf41a2d205c9b6294","text":", buildGoModule , runCommandLocal # Native build inputs , addDriverRunpath , makeWrapper , pkg-config , util-linux , which # Build inputs , bash , callPackage , conmon , coreutils , cryptsetup"}
{"_id":"q-en-nixpkgs-8427d96928a3f6fd80fbed182f288eb0266a0c9d7373a39ec96e1fc1a95ca4d5","text":"nativeBuildInputs = [ wrapGAppsHook gettext ]; checkInputs = with python3.pkgs; [ pytest pytest_xdist pyflakes pycodestyle polib xvfb_run dbus.daemon glibcLocales ]; checkInputs = [ gdk-pixbuf ] ++ (with python3.pkgs; [ pytest pytest_xdist polib xvfb_run dbus.daemon glibcLocales ]); buildInputs = [ gnome3.adwaita-icon-theme libsoup glib glib-networking gtk3 webkitgtk gdk-pixbuf keybinder3 gtksourceview libmodplug libappindicator-gtk3 kakasi gobject-introspection ] ++ (if xineBackend then [ xineLib ] else with gst_all_1;"}
{"_id":"q-en-nixpkgs-8490863e052c3d548d1883cbae16ca005765ce5172f62eeab54535dbcb0ecfb9","text":"+ \" -drive if=pflash,format=raw,unit=1,file=$efiVars\"); } '' # Create a /boot EFI partition with 60M and arbitrary but fixed GUIDs for reproducibility # Create a /boot EFI partition with 120M and arbitrary but fixed GUIDs for reproducibility ${pkgs.gptfdisk}/bin/sgdisk --set-alignment=1 --new=1:34:2047 --change-name=1:BIOSBootPartition --typecode=1:ef02 --set-alignment=512 --largest-new=2 --change-name=2:EFISystem --typecode=2:ef00 "}
{"_id":"q-en-nixpkgs-8490b2d33232422bb2c8ccbc0bdc68f4c84544119d8cec8d9a57fb6d27e0aa74","text":"PrivateMounts = true; PrivateUsers = true; MemoryDenyWriteExecute = true; SystemCallFilter = \"~@chown @clock @cpu-emulation @debug @keyring @memlock @module @mount @obsolete @privileged @raw-io @reboot @resources @setuid @swap\"; SystemCallFilter = \"~@clock @cpu-emulation @debug @keyring @memlock @module @mount @obsolete @raw-io @reboot @resources @setuid @swap\"; SystemCallArchitectures = \"native\"; RestrictAddressFamilies = \"AF_UNIX AF_INET AF_INET6\"; };"}
{"_id":"q-en-nixpkgs-84974c3e09c8cd4032229912496cdc8b35184657eb9417c59fd171c738647219","text":"# Run-time libraries (loaded with dlopen) dbus libGL libXcursor libXext libXi"}
{"_id":"q-en-nixpkgs-84b5efc00e34d5eae7456c852958c516f042f358238dca1f67682bef0f872652","text":" # HG changeset patch # User John Donoghue # Date 1652358904 14400 # Thu May 12 08:35:04 2022 -0400 # Branch stable # Node ID 8c940cfcce257369677c09154da2aab2c56eaa79 # Parent 63710f3bd9811c2d206ac9e7b4f47cf06c47e153 * scripts/pkg/private/build.m: check configure and Makefile exist before trying to unlink them (Bug #62436) diff -r 63710f3bd981 -r 8c940cfcce25 scripts/pkg/private/build.m --- a/scripts/pkg/private/build.m\tWed May 11 09:44:55 2022 -0700 +++ b/scripts/pkg/private/build.m\tThu May 12 08:35:04 2022 -0400 @@ -77,8 +77,12 @@ else arch_abi = getarch (); configure_make (desc, build_root, verbose); - unlink (fullfile (build_root, \"src\", \"configure\")); - unlink (fullfile (build_root, \"src\", \"Makefile\")); + if exist (fullfile (build_root, \"src\", \"configure\"), \"file\") + unlink (fullfile (build_root, \"src\", \"configure\")); + endif + if exist (fullfile (build_root, \"src\", \"Makefile\"), \"file\") + unlink (fullfile (build_root, \"src\", \"Makefile\")); + endif endif tar_name = [desc.name \"-\" desc.version \"-\" arch_abi \".tar\"]; tar_path = fullfile (builddir, tar_name); "}
{"_id":"q-en-nixpkgs-84e7cabede6cbf1577fba1b7954f90a2d065af18b90dd5dab8a7f7698c69605f","text":"version = \"0.34\"; src = fetchFromGitHub { owner = \"MusicPlayerDaemon\"; repo = \"mpc\"; rev = \"v${version}\"; sha256 = \"sha256-2FjYBfak0IjibuU+CNQ0y9Ei8hTZhynS/BK2DNerhVw=\"; owner = \"MusicPlayerDaemon\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-2FjYBfak0IjibuU+CNQ0y9Ei8hTZhynS/BK2DNerhVw=\"; }; buildInputs = [ libmpdclient ] ++ lib.optionals stdenv.isDarwin [ libiconv ]; buildInputs = [ libmpdclient ] ++ lib.optionals stdenv.isDarwin [ libiconv ]; nativeBuildInputs = [ meson ninja pkg-config sphinx ]; nativeBuildInputs = [ installShellFiles meson ninja pkg-config sphinx ]; postInstall = '' installShellCompletion --cmd mpc --bash $out/share/doc/mpc/contrib/mpc-completion.bash ''; postFixup = '' rm $out/share/doc/mpc/contrib/mpc-completion.bash ''; meta = with lib; { description = \"A minimalist command line interface to MPD\"; homepage = \"https://www.musicpd.org/clients/mpc/\"; license = licenses.gpl2; maintainers = with maintainers; [ algorith ]; platforms = with platforms; linux ++ darwin; description = \"A minimalist command line interface to MPD\"; changelog = \"https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v${version}/NEWS\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = with platforms; unix; }; }"}
{"_id":"q-en-nixpkgs-851194d91adfb4af10363eb6d306f9fd89b5d77ec7462d69cf96607523338609","text":"let inherit (builtins) toFile; inherit (lib) concatMapStringsSep concatStringsSep mapAttrsToList inherit (lib) concatMapStrings concatStringsSep mapAttrsToList mkIf mkEnableOption mkOption types literalExpression optionalString; cfg = config.services.strongswan; ipsecSecrets = secrets: toFile \"ipsec.secrets\" ( concatMapStringsSep \"n\" (f: \"include ${f}\") secrets ); ipsecSecrets = secrets: concatMapStrings (f: \"include ${f}n\") secrets; ipsecConf = {setup, connections, ca}: let"}
{"_id":"q-en-nixpkgs-8562826c0e7aac214d4768de5d59ca2c1cf524a3540d49374432e112194091bc","text":"message = \"SSL is enabled for httpd, but sslServerCert and/or sslServerKey haven't been specified.\"; } ]; warnings = map (cfg: ''apache-httpd's port option is deprecated. Use listen = [{/*ip = \"*\"; */ port = ${toString cfg.port};}]; instead'' ) (lib.filter (cfg: cfg.port != 0) allHosts); warnings = map (cfg: \"apache-httpd's extraSubservices option is deprecated. Most existing subservices have been ported to the NixOS module system. Please update your configuration accordingly.\") (lib.filter (cfg: cfg.extraSubservices != []) allHosts); users.users = optionalAttrs (mainCfg.user == \"wwwrun\") (singleton { name = \"wwwrun\";"}
{"_id":"q-en-nixpkgs-8587ce7973e4d791a2a44a24eee006f9215f7e14e42a3131c895e216177e56f7","text":" Adding Custom Packages It’s possible that a package you need is not available in NixOS. In that case, you can do two things. First, you can clone the Nixpkgs repository, add the package to your clone, and (optionally) submit a patch or pull request to have it accepted into the main Nixpkgs repository. This is described in detail in the Nixpkgs manual. In short, you clone Nixpkgs: $ git clone https://github.com/NixOS/nixpkgs $ cd nixpkgs Then you write and test the package as described in the Nixpkgs manual. Finally, you add it to environment.systemPackages, e.g. = [ pkgs.my-package ]; and you run nixos-rebuild, specifying your own Nixpkgs tree: # nixos-rebuild switch -I nixpkgs=/path/to/my/nixpkgs The second possibility is to add the package outside of the Nixpkgs tree. For instance, here is how you specify a build of the GNU Hello package directly in configuration.nix: = let my-hello = with pkgs; stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; }; in [ my-hello ]; Of course, you can also move the definition of my-hello into a separate Nix expression, e.g. = [ (import ./my-hello.nix) ]; where my-hello.nix contains: with import <nixpkgs> {}; # bring all of Nixpkgs into scope stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; } This allows testing the package easily: $ nix-build my-hello.nix $ ./result/bin/hello Hello, world! "}
{"_id":"q-en-nixpkgs-85a1543760b56b1ad557aacf0d2f5c074e86c55fa7ef59dc6ed03b6d90f20cee","text":", xdg-utils , removeReferencesTo , libstemmer , wrapGAppsHook }: mkDerivation rec { pname = \"calibre\"; version = \"5.34.0\"; version = \"5.37.0\"; src = fetchurl { url = \"https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz\"; hash = \"sha256-1NQB7vrcU0hR308/8keUn/rHhdvJk5Ab0pOMPyiU1+M=\"; hash = \"sha256-x2u4v0k05WMATSsuo76NnqChIz8BcTuZfPkZa0uLnMY=\"; }; # https://sources.debian.org/patches/calibre/${version}+dfsg-1"}
{"_id":"q-en-nixpkgs-85a791d61f81ab92e15a6cb4b9978620ee62c90039808253fb5f7336bff4a712","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":"q-en-nixpkgs-85d214d016c26f3a2db8045b6996abadf2745b9bf82068859f70cdb57d4b4895","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":"q-en-nixpkgs-85f5120b46d8c644f57f2edd3af96a5d849c9add0f074e0cb439c9fdf1e68b4c","text":" { \"version\": \"0b50c45\", \"hash\": \"sha256-SsgcXAiE7EvVkHAmqq4WIJt7ds2df3GvWCCUovmPS0M=\" } "}
{"_id":"q-en-nixpkgs-863f553dce522d3b21fc14cd0092cf67c6f420cb9412e71713d18f2b9396e48b","text":"btc-rpc-explorer = callPackage ../tools/misc/btc-rpc-explorer { }; butler = callPackage ../by-name/bu/butler/package.nix { inherit (darwin.apple_sdk.frameworks) Cocoa; }; carbon-now-cli = callPackage ../tools/typesetting/carbon-now-cli { }; cf-vault = callPackage ../tools/admin/cf-vault { };"}
{"_id":"q-en-nixpkgs-874b216d4dcc93d07b8c5b4d49383ae17cb2cdbfa384f1f8d030180226011289","text":"name = \"Fluid-3\"; src = fetchurl { url = \"http://www.musescore.org/download/fluid-soundfont.tar.gz\"; url = \"https://ftp.osuosl.org/pub/musescore/soundfont/fluid-soundfont.tar.gz\"; sha256 = \"1f96bi0y6rms255yr8dfk436azvwk66c99j6p43iavyq8jg7c5f8\"; };"}
{"_id":"q-en-nixpkgs-8752e47f39da25ae63b42db813dbaf10fc48e9c77f613da70b9028c9ca102db7","text":"+ // Nix Directories + \"--ro-bind\", \"@storeDir@\", \"@storeDir@\", + \"--ro-bind\", \"/run/current-system\", \"/run/current-system\", + \"--ro-bind\", \"/run/opengl-driver\", \"/run/opengl-driver\", + \"--ro-bind-try\", \"@driverLink@/lib\", \"@driverLink@/lib\", + \"--ro-bind-try\", \"@driverLink@/share\", \"@driverLink@/share\", }; // We would have to parse ld config files for more info. bindPathVar(sandboxArgs, \"LD_LIBRARY_PATH\");"}
{"_id":"q-en-nixpkgs-87ac328791b82d8238094861b9d529157a1af2107aeaad96684821860b68e1c7","text":" pkgs.dockerTools pkgs.dockerTools is a set of functions for creating and manipulating Docker images according to the Docker Image Specification v1.2.0 . Docker itself is not used to perform any of the operations done by these functions. buildImage This function is analogous to the docker build command, in that it can be used to build a Docker-compatible repository tarball containing a single image with one or multiple layers. As such, the result is suitable for being loaded in Docker with docker load. The parameters of buildImage with relative example values are described below: Docker build buildImage { name = \"redis\"; tag = \"latest\"; fromImage = someBaseImage; fromImageName = null; fromImageTag = \"latest\"; contents = pkgs.redis; runAsRoot = '' #!${pkgs.runtimeShell} mkdir -p /data ''; config = { Cmd = [ \"/bin/redis-server\" ]; WorkingDir = \"/data\"; Volumes = { \"/data\" = {}; }; }; } The above example will build a Docker image redis/latest from the given base image. Loading and running this image in Docker results in redis-server being started automatically. name specifies the name of the resulting image. This is the only required argument for buildImage. tag specifies the tag of the resulting image. By default it's null, which indicates that the nix output hash will be used as tag. fromImage is the repository tarball containing the base image. It must be a valid Docker image, such as exported by docker save. By default it's null, which can be seen as equivalent to FROM scratch of a Dockerfile. fromImageName can be used to further specify the base image within the repository, in case it contains multiple images. By default it's null, in which case buildImage will peek the first image available in the repository. fromImageTag can be used to further specify the tag of the base image within the repository, in case an image contains multiple tags. By default it's null, in which case buildImage will peek the first tag available for the base image. contents is a derivation that will be copied in the new layer of the resulting image. This can be similarly seen as ADD contents/ / in a Dockerfile. By default it's null. runAsRoot is a bash script that will run as root in an environment that overlays the existing layers of the base image with the new resulting layer, including the previously copied contents derivation. This can be similarly seen as RUN ... in a Dockerfile. Using this parameter requires the kvm device to be available. config is used to specify the configuration of the containers that will be started off the built image in Docker. The available options are listed in the Docker Image Specification v1.2.0 . After the new layer has been created, its closure (to which contents, config and runAsRoot contribute) will be copied in the layer itself. Only new dependencies that are not already in the existing layers will be copied. At the end of the process, only one new single layer will be produced and added to the resulting image. The resulting repository will only list the single image image/tag. In the case of it would be redis/latest. It is possible to inspect the arguments with which an image was built using its buildArgs attribute. If you see errors similar to getProtocolByName: does not exist (no such protocol name: tcp) you may need to add pkgs.iana-etc to contents. If you see errors similar to Error_Protocol (\"certificate has unknown CA\",True,UnknownCa) you may need to add pkgs.cacert to contents. Impurely Defining a Docker Layer's Creation Date By default buildImage will use a static date of one second past the UNIX Epoch. This allows buildImage to produce binary reproducible images. When listing images with docker images, the newly created images will be listed like this: $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello latest 08c791c7846e 48 years ago 25.2MB You can break binary reproducibility but have a sorted, meaningful CREATED column by setting created to now. and now the Docker CLI will display a reasonable date and sort the images as expected: $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello latest de2bf4786de6 About a minute ago 25.2MB however, the produced images will not be binary reproducible. buildLayeredImage Create a Docker image with many of the store paths being on their own layer to improve sharing between images. The image is realized into the Nix store as a gzipped tarball. Depending on the intended usage, many users might prefer to use streamLayeredImage instead, which this function uses internally. name The name of the resulting image. tag optional Tag of the generated image. Default: the output path's hash contents optional Top level paths in the container. Either a single derivation, or a list of derivations. Default: [] config optional Run-time configuration of the container. A full list of the options are available at in the Docker Image Specification v1.2.0 . Default: {} created optional Date and time the layers were created. Follows the same now exception supported by buildImage. Default: 1970-01-01T00:00:01Z maxLayers optional Maximum number of layers to create. Default: 100 Maximum: 125 extraCommands optional Shell commands to run while building the final layer, without access to most of the layer contents. Changes to this layer are \"on top\" of all the other layers, so can create additional directories and files. Behavior of contents in the final image Each path directly listed in contents will have a symlink in the root of the image. For example: will create symlinks for all the paths in the hello package: /nix/store/h1zb1padqbbb7jicsvkmrym3r6snphxg-hello-2.10/bin/hello /share/info/hello.info -> /nix/store/h1zb1padqbbb7jicsvkmrym3r6snphxg-hello-2.10/share/info/hello.info /share/locale/bg/LC_MESSAGES/hello.mo -> /nix/store/h1zb1padqbbb7jicsvkmrym3r6snphxg-hello-2.10/share/locale/bg/LC_MESSAGES/hello.mo ]]> Automatic inclusion of config references The closure of config is automatically included in the closure of the final image. This allows you to make very simple Docker images with very little code. This container will start up and run hello: Adjusting maxLayers Increasing the maxLayers increases the number of layers which have a chance to be shared between different images. Modern Docker installations support up to 128 layers, however older versions support as few as 42. If the produced image will not be extended by other Docker builds, it is safe to set maxLayers to 128. However it will be impossible to extend the image further. The first (maxLayers-2) most \"popular\" paths will have their own individual layers, then layer #maxLayers-1 will contain all the remaining \"unpopular\" paths, and finally layer #maxLayers will contain the Image configuration. Docker's Layers are not inherently ordered, they are content-addressable and are not explicitly layered until they are composed in to an Image. streamLayeredImage Builds a script which, when run, will stream an uncompressed tarball of a Docker image to stdout. The arguments to this function are as for buildLayeredImage. This method of constructing an image does not realize the image into the Nix store, so it saves on IO and disk/cache space, particularly with large images. The image produced by running the output script can be piped directly into docker load, to load it into the local docker daemon: Alternatively, the image be piped via gzip into skopeo, e.g. to copy it into a registry: pullImage This function is analogous to the docker pull command, in that it can be used to pull a Docker image from a Docker registry. By default Docker Hub is used to pull images. Its parameters are described in the example below: Docker pull pullImage { imageName = \"nixos/nix\"; imageDigest = \"sha256:20d9485b25ecfd89204e843a962c1bd70e9cc6858d65d7f5fadc340246e2116b\"; finalImageName = \"nix\"; finalImageTag = \"1.11\"; sha256 = \"0mqjy3zq2v6rrhizgb9nvhczl87lcfphq9601wcprdika2jz7qh8\"; os = \"linux\"; arch = \"x86_64\"; } imageName specifies the name of the image to be downloaded, which can also include the registry namespace (e.g. nixos). This argument is required. imageDigest specifies the digest of the image to be downloaded. This argument is required. finalImageName, if specified, this is the name of the image to be created. Note it is never used to fetch the image since we prefer to rely on the immutable digest ID. By default it's equal to imageName. finalImageTag, if specified, this is the tag of the image to be created. Note it is never used to fetch the image since we prefer to rely on the immutable digest ID. By default it's latest. sha256 is the checksum of the whole fetched image. This argument is required. os, if specified, is the operating system of the fetched image. By default it's linux. arch, if specified, is the cpu architecture of the fetched image. By default it's x86_64. nix-prefetch-docker command can be used to get required image parameters: $ nix run nixpkgs.nix-prefetch-docker -c nix-prefetch-docker --image-name mysql --image-tag 5 Since a given imageName may transparently refer to a manifest list of images which support multiple architectures and/or operating systems, you can supply the and arguments to specify exactly which image you want. By default it will match the OS and architecture of the host the command is run on. $ nix-prefetch-docker --image-name mysql --image-tag 5 --arch x86_64 --os linux Desired image name and tag can be set using and arguments: $ nix-prefetch-docker --image-name mysql --image-tag 5 --final-image-name eu.gcr.io/my-project/mysql --final-image-tag prod exportImage This function is analogous to the docker export command, in that it can be used to flatten a Docker image that contains multiple layers. It is in fact the result of the merge of all the layers of the image. As such, the result is suitable for being imported in Docker with docker import. Using this function requires the kvm device to be available. The parameters of exportImage are the following: Docker export exportImage { fromImage = someLayeredImage; fromImageName = null; fromImageTag = null; name = someLayeredImage.name; } The parameters relative to the base image have the same synopsis as described in , except that fromImage is the only required argument in this case. The name argument is the name of the derivation output, which defaults to fromImage.name. shadowSetup This constant string is a helper for setting up the base files for managing users and groups, only if such files don't exist already. It is suitable for being used in a runAsRoot script for cases like in the example below: Shadow base files buildImage { name = \"shadow-basic\"; runAsRoot = '' #!${pkgs.runtimeShell} ${shadowSetup} groupadd -r redis useradd -r -g redis redis mkdir /data chown redis:redis /data ''; } Creating base files like /etc/passwd or /etc/login.defs is necessary for shadow-utils to manipulate users and groups. "}
{"_id":"q-en-nixpkgs-8804fb5dfc064718202e753a514658ddbeb0a7ee66aa5da6685a3c541c3cf095","text":", xkeyboard_config , glib , libarchive , libxcrypt , python2 }:"}
{"_id":"q-en-nixpkgs-8808b313e8ef4bc777d3222c375e72c43c4f642d0f8c2c9ed9441677566b1328","text":"}@attrs: let allIdrisDeps = idrisDeps ++ lib.optional (!noPrelude) idrisPackages.prelude ++ lib.optional (!noBase) idrisPackages.base; idris-with-packages = idrisPackages.with-packages allIdrisDeps; ++ lib.optional (!noPrelude) prelude ++ lib.optional (!noBase) base; idris-with-packages = with-packages allIdrisDeps; newAttrs = builtins.removeAttrs attrs [ \"idrisDeps\" \"noPrelude\" \"noBase\" \"name\" \"version\" \"ipkgName\" \"extraBuildInputs\" ] // { meta = attrs.meta // { platforms = attrs.meta.platforms or idrisPackages.idris.meta.platforms; platforms = attrs.meta.platforms or idris.meta.platforms; }; }; in"}
{"_id":"q-en-nixpkgs-88161082421d50f1759d1b305f19fd0693c60e0e3ba2b5471b6db7fb8864284b","text":" { lib , stdenv , fetchFromGitHub , buildPythonPackage , unittestCheckHook , daqp , ecos , numpy , osqp , scipy , scs , quadprog }: buildPythonPackage rec { pname = \"qpsolvers\"; version = \"3.4.0\"; format = \"flit\"; src = fetchFromGitHub { owner = \"qpsolvers\"; repo = \"qpsolvers\"; rev = \"v${version}\"; hash = \"sha256-GrYAhTWABBvU6rGoHi00jBa7ryjCNgzO/hQBTdSW9cg=\"; }; pythonImportsCheck = [ \"qpsolvers\" ]; propagatedBuildInputs = [ daqp ecos numpy osqp scipy scs ]; nativeCheckInputs = [ quadprog unittestCheckHook ]; meta = with lib; { description = \"Quadratic programming solvers in Python with a unified API\"; homepage = \"https://github.com/qpsolvers/qpsolvers\"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ renesat ]; }; } "}
{"_id":"q-en-nixpkgs-881e3c2d3a5198d28eeeb12a70afc600e5aa11fd2df10ba683dd8a2edbf4fc94","text":"pkgconfig gobject-introspection gtk-doc docbook_xsl docbook_xml_dtd_43 ]; buildInputs = [ harfbuzz fribidi fribidi ] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ ApplicationServices Carbon CoreGraphics CoreText ]); propagatedBuildInputs = [ cairo glib libintl ] ++ propagatedBuildInputs = [ cairo glib libintl harfbuzz ] ++ optional x11Support libXft; patches = [ (fetchpatch { # Add gobject-2 to .pc file url = \"https://gitlab.gnome.org/GNOME/pango/commit/546f4c242d6f4fe312de3b7c918a848e5172e18d.patch\"; sha256 = \"1cqhy4xbwx3ad7z5d1ks7smf038b9as8c6qy84rml44h0fgiq4m2\"; }) ]; mesonFlags = [ \"-Denable_docs=${if stdenv.isDarwin then \"false\" else \"true\"}\" \"-Dgtk_doc=${if stdenv.isDarwin then \"false\" else \"true\"}\" ]; enableParallelBuilding = true;"}
{"_id":"q-en-nixpkgs-8828d5f004d1ff1d99c7fffe66ff330d5ab601d174f4af97b4e5cb05f89ff5e5","text":" From 30534f48c6ede142dad0008d1641392d82b8a137 Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Mon, 18 Apr 2016 11:50:55 +0800 Subject: [PATCH] Added 'mcf' thread model support from mcfgthread. Signed-off-by: Liu Hao --- config/gthr.m4 | 1 + gcc/config.gcc | 3 +++ gcc/config/i386/mingw-mcfgthread.h | 1 + gcc/config/i386/mingw-w64.h | 2 +- gcc/config/i386/mingw32.h | 11 ++++++++++- gcc/configure | 2 +- gcc/configure.ac | 2 +- libatomic/configure.tgt | 2 +- libgcc/config.host | 6 ++++++ libgcc/config/i386/gthr-mcf.h | 1 + libgcc/config/i386/t-mingw-mcfgthread | 2 ++ libgcc/configure | 1 + libstdc++-v3/configure | 1 + libstdc++-v3/libsupc++/atexit_thread.cc | 18 ++++++++++++++++++ libstdc++-v3/libsupc++/guard.cc | 23 +++++++++++++++++++++++ 15 files changed, 71 insertions(+), 5 deletions(-) create mode 100644 gcc/config/i386/mingw-mcfgthread.h create mode 100644 libgcc/config/i386/gthr-mcf.h create mode 100644 libgcc/config/i386/t-mingw-mcfgthread diff --git a/config/gthr.m4 b/config/gthr.m4 index 7b29f1f3327..82e21fe1709 100644 --- a/config/gthr.m4 +++ b/config/gthr.m4 @@ -21,6 +21,7 @@ case $1 in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac AC_SUBST(thread_header) ]) diff --git a/gcc/config.gcc b/gcc/config.gcc index 858b878d4b3..6f745790d64 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1722,6 +1722,9 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) if test x$enable_threads = xposix ; then tm_file=\"${tm_file} i386/mingw-pthread.h\" fi +\tif test x$enable_threads = xmcf ; then +\t\ttm_file=\"${tm_file} i386/mingw-mcfgthread.h\" +\tfi tm_file=\"${tm_file} i386/mingw32.h\" # This makes the logic if mingw's or the w64 feature set has to be used case ${target} in diff --git a/gcc/config/i386/mingw-mcfgthread.h b/gcc/config/i386/mingw-mcfgthread.h new file mode 100644 index 00000000000..ec381a7798f --- /dev/null +++ b/gcc/config/i386/mingw-mcfgthread.h @@ -0,0 +1 @@ +#define TARGET_USE_MCFGTHREAD 1 diff --git a/gcc/config/i386/mingw-w64.h b/gcc/config/i386/mingw-w64.h index fe11333a2d1..cac85802f38 100644 --- a/gcc/config/i386/mingw-w64.h +++ b/gcc/config/i386/mingw-w64.h @@ -48,7 +48,7 @@ along with GCC; see the file COPYING3. If not see \"%{mwindows:-lgdi32 -lcomdlg32} \" \"%{fvtable-verify=preinit:-lvtv -lpsapi; fvtable-verify=std:-lvtv -lpsapi} \" -\t\t \"-ladvapi32 -lshell32 -luser32 -lkernel32\" +\t\t LIB_MCFGTHREAD \"-ladvapi32 -lshell32 -luser32 -lkernel32\" #undef SPEC_32 #undef SPEC_64 diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index e04818966fa..7b75a372506 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -32,6 +32,14 @@ along with GCC; see the file COPYING3. If not see | MASK_STACK_PROBE | MASK_ALIGN_DOUBLE | MASK_MS_BITFIELD_LAYOUT) +#ifndef TARGET_USE_MCFGTHREAD +#define CPP_MCFGTHREAD() ((void)0) +#define LIB_MCFGTHREAD \"\" +#else +#define CPP_MCFGTHREAD() (builtin_define(\"__USING_MCFGTHREAD__\")) +#define LIB_MCFGTHREAD \" -lmcfgthread \" +#endif + /* See i386/crtdll.h for an alternative definition. _INTEGRAL_MAX_BITS is for compatibility with native compiler. */ #define EXTRA_OS_CPP_BUILTINS()\t\t\t\t\t @@ -50,6 +58,7 @@ along with GCC; see the file COPYING3. If not see builtin_define_std (\"WIN64\");\t\t\t\t builtin_define (\"_WIN64\");\t\t\t\t }\t\t\t\t\t\t\t +\tCPP_MCFGTHREAD();\t }\t\t\t\t\t\t\t\t while (0) @@ -93,7 +102,7 @@ along with GCC; see the file COPYING3. If not see \"%{mwindows:-lgdi32 -lcomdlg32} \" \"%{fvtable-verify=preinit:-lvtv -lpsapi; fvtable-verify=std:-lvtv -lpsapi} \" - \"-ladvapi32 -lshell32 -luser32 -lkernel32\" + LIB_MCFGTHREAD \"-ladvapi32 -lshell32 -luser32 -lkernel32\" /* Weak symbols do not get resolved if using a Windows dll import lib. Make the unwind registration references strong undefs. */ diff --git a/gcc/configure b/gcc/configure index 954673c1c43..6b5667f1c70 100755 --- a/gcc/configure +++ b/gcc/configure @@ -11702,7 +11702,7 @@ case ${enable_threads} in target_thread_file='single' ;; aix | dce | lynx | mipssde | posix | rtems | - single | tpf | vxworks | win32) + single | tpf | vxworks | win32 | mcf) target_thread_file=${enable_threads} ;; *) diff --git a/gcc/configure.ac b/gcc/configure.ac index 4c65d441e72..e6fa04ada4f 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1593,7 +1593,7 @@ case ${enable_threads} in target_thread_file='single' ;; aix | dce | lynx | mipssde | posix | rtems | - single | tpf | vxworks | win32) + single | tpf | vxworks | win32 | mcf) target_thread_file=${enable_threads} ;; *) diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index eab2765d7fd..f4058b6f4a2 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -124,7 +124,7 @@ case \"${target}\" in *-*-mingw*) # OS support for atomic primitives. case ${target_thread_file} in - win32) + win32 | mcf) config_path=\"${config_path} mingw\" ;; posix) diff --git a/libgcc/config.host b/libgcc/config.host index 2b139b8befc..fb18d2a042e 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -712,6 +712,9 @@ i[34567]86-*-mingw*) posix) tmake_file=\"i386/t-mingw-pthread $tmake_file\" ;; +\t mcf) +\t tmake_file=\"i386/t-mingw-mcfgthread $tmake_file\" +\t ;; esac # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h if test x$ac_cv_sjlj_exceptions = xyes; then @@ -736,6 +739,9 @@ x86_64-*-mingw*) posix) tmake_file=\"i386/t-mingw-pthread $tmake_file\" ;; +\t mcf) +\t tmake_file=\"i386/t-mingw-mcfgthread $tmake_file\" +\t ;; esac # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h if test x$ac_cv_sjlj_exceptions = xyes; then diff --git a/libgcc/config/i386/gthr-mcf.h b/libgcc/config/i386/gthr-mcf.h new file mode 100644 index 00000000000..5ea2908361f --- /dev/null +++ b/libgcc/config/i386/gthr-mcf.h @@ -0,0 +1 @@ +#include diff --git a/libgcc/config/i386/t-mingw-mcfgthread b/libgcc/config/i386/t-mingw-mcfgthread new file mode 100644 index 00000000000..4b9b10e32d6 --- /dev/null +++ b/libgcc/config/i386/t-mingw-mcfgthread @@ -0,0 +1,2 @@ +SHLIB_PTHREAD_CFLAG = +SHLIB_PTHREAD_LDFLAG = -lmcfgthread diff --git a/libgcc/configure b/libgcc/configure index e7d6c75a6f7..664d0f852c4 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -5077,6 +5077,7 @@ case $target_thread_file in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index b5ae4213f94..c484d3aee5f 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -15177,6 +15177,7 @@ case $target_thread_file in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac diff --git a/libstdc++-v3/libsupc++/atexit_thread.cc b/libstdc++-v3/libsupc++/atexit_thread.cc index e6520c1094f..3d6907796dd 100644 --- a/libstdc++-v3/libsupc++/atexit_thread.cc +++ b/libstdc++-v3/libsupc++/atexit_thread.cc @@ -25,6 +25,22 @@ #include #include #include \"bits/gthr.h\" + +#ifdef __USING_MCFGTHREAD__ + +#include + +extern \"C\" int +__cxxabiv1::__cxa_thread_atexit (void (*dtor)(void *), +\t\t\t\t void *obj, void *dso_handle) + _GLIBCXX_NOTHROW +{ + return ::_MCFCRT_AtThreadExit((void (*)(_MCFCRT_STD intptr_t))dtor, (_MCFCRT_STD intptr_t)obj) ? 0 : -1; + (void)dso_handle; +} + +#else // __USING_MCFGTHREAD__ + #ifdef _GLIBCXX_THREAD_ATEXIT_WIN32 #define WIN32_LEAN_AND_MEAN #include @@ -163,3 +179,5 @@ __cxxabiv1::__cxa_thread_atexit (void (*dtor)(void *), void *obj, void */*dso_ha } #endif /* _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL */ + +#endif // __USING_MCFGTHREAD__ diff --git a/libstdc++-v3/libsupc++/guard.cc b/libstdc++-v3/libsupc++/guard.cc index 9b617998ffe..a441fdbb616 100644 --- a/libstdc++-v3/libsupc++/guard.cc +++ b/libstdc++-v3/libsupc++/guard.cc @@ -28,6 +28,27 @@ #include #include #include + +#ifdef __USING_MCFGTHREAD__ + +#include + +namespace __cxxabiv1 { + +extern \"C\" int __cxa_guard_acquire(__guard *g){ +\treturn ::_MCFCRT_WaitForOnceFlagForever((::_MCFCRT_OnceFlag *)g) == ::_MCFCRT_kOnceResultInitial; +} +extern \"C\" void __cxa_guard_abort(__guard *g) throw() { +\t::_MCFCRT_SignalOnceFlagAsAborted((::_MCFCRT_OnceFlag *)g); +} +extern \"C\" void __cxa_guard_release(__guard *g) throw() { +\t::_MCFCRT_SignalOnceFlagAsFinished((::_MCFCRT_OnceFlag *)g); +} + +} + +#else // __USING_MCFGTHREAD__ + #include #include #if defined(__GTHREADS) && defined(__GTHREAD_HAS_COND) @@ -424,3 +445,5 @@ namespace __cxxabiv1 #endif } } + +#endif -- 2.12.1 "}
{"_id":"q-en-nixpkgs-889b31b7ca79fc92fd99b289deb13400154368377b187eb9c5a90c7097db1001","text":"Rglpk = [ pkgs.glpk ]; RGtk2 = [ pkgs.gtk2.dev ]; rhdf5 = [ pkgs.zlib ]; Rhdf5lib = [ pkgs.zlib ]; Rhdf5lib = [ pkgs.zlib.dev ]; Rhpc = [ pkgs.zlib pkgs.bzip2.dev pkgs.icu pkgs.xz.dev pkgs.mpi pkgs.pcre.dev ]; Rhtslib = [ pkgs.zlib.dev pkgs.automake pkgs.autoconf pkgs.bzip2.dev pkgs.xz.dev pkgs.curl.dev ]; rjags = [ pkgs.jags ];"}
{"_id":"q-en-nixpkgs-88a27ff5319a39d0e2dffbec22c100b436de56c06cde89b433ac53e724d7a13d","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":"q-en-nixpkgs-88c6379be7c71c700c5e3c105f58fe5804f4911609cecd9b745e01b347c06c8b","text":"}; buildFHSUserEnv = args: userFHSEnv { env = buildFHSEnv (removeAttrs args [ \"runScript\" \"extraBindMounts\" \"extraInstallCommands\" \"meta\" ]); env = buildFHSEnv (removeAttrs args [ \"runScript\" \"extraBindMounts\" \"extraInstallCommands\" \"meta\" \"passthru\" ]); runScript = args.runScript or \"bash\"; extraBindMounts = args.extraBindMounts or []; extraInstallCommands = args.extraInstallCommands or \"\"; importMeta = args.meta or {}; meta = args.meta or {}; passthru = args.passthru or {}; }; buildMaven = callPackage ../build-support/build-maven.nix {};"}
{"_id":"q-en-nixpkgs-88f96f855c22613147f4c2f7d4ac7e56f656421f0f60db87f4260f8c41a89f52","text":"sed -i '/^s*\"vscode-eslint-language-server\":.*bin//d' package.json package-lock.json ''; buildPhase = let extensions = \"${vscode}/lib/vscode/resources/app/extensions\"; in '' npx babel ${extensions}/css-language-features/server/dist/* --out-dir lib/css-language-server/node/ npx babel ${extensions}/html-language-features/server/dist/* --out-dir lib/html-language-server/node/ npx babel ${extensions}/json-language-features/server/dist/* --out-dir lib/json-language-server/node/ npx babel ${extensions}/markdown-language-features/server/dist/* --out-dir lib/markdown-language-server/node/ mv lib/markdown-language-server/node/workerMain.js lib/markdown-language-server/node/main.js ''; buildPhase = let extensions = if stdenv.isDarwin then \"${vscode}/Applications/Visual Studio Code.app/Contents/Resources/app/extensions\" else \"${vscode}/lib/vscode/resources/app/extensions\"; in '' npx babel ${extensions}/css-language-features/server/dist/node --out-dir lib/css-language-server/node/ npx babel ${extensions}/html-language-features/server/dist/node --out-dir lib/html-language-server/node/ npx babel ${extensions}/json-language-features/server/dist/node --out-dir lib/json-language-server/node/ npx babel ${extensions}/markdown-language-features/server/dist/node --out-dir lib/markdown-language-server/node/ mv lib/markdown-language-server/node/workerMain.js lib/markdown-language-server/node/main.js ''; meta = with lib; { description = \"HTML/CSS/JSON/ESLint language servers extracted from vscode.\";"}
{"_id":"q-en-nixpkgs-88fb80781c77fcb707f6e76fb02d9f37ffdc8e1a6bc4f0ece25135970664e2c3","text":"mkDerivation rec { pname = \"organicmaps\"; version = \"2023.03.05-5\"; version = \"2023.04.02-7\"; src = fetchFromGitHub { owner = \"organicmaps\"; repo = \"organicmaps\"; rev = \"${version}-android\"; sha256 = \"sha256-PfudozmrL8jNS/99nxSn0B3E53W34m4/ZN0y2ucB2WI=\"; sha256 = \"sha256-xXBzHo7IOo2f1raGnpFcsvs++crHMI5SACIc345cX7g=\"; fetchSubmodules = true; };"}
{"_id":"q-en-nixpkgs-898c422880b78bace8550910d5813376e3001db07d531921a758fd9ba0f20cd7","text":"] ++ lib.optional (!withSvmLight) ./svmlight-scrubber.patch; nativeBuildInputs = [ cmake swig ctags ] ++ (with python2Packages; [ python jinja2 ply ]); ++ (with python3Packages; [ python jinja2 ply ]); buildInputs = [ eigen"}
{"_id":"q-en-nixpkgs-898e46fa77a0a47fc708505bedd38aaaf1de10faaeb103c6d2122ea3651956fc","text":"start_all() server.wait_for_unit(\"mosquitto.service\") with subtest(\"bind_interface\"): addrs = dict() for iface in json.loads(server.succeed(\"ip -json address show\")): for addr in iface['addr_info']: # don't want to deal with multihoming here assert addr['local'] not in addrs addrs[addr['local']] = (iface['ifname'], addr['family']) # mosquitto grabs *one* random address per type for bind_interface (has4, has6) = (False, False) for line in server.succeed(\"ss -HlptnO sport = ${toString bindTestPort}\").splitlines(): items = line.split() if \"mosquitto\" not in items[5]: continue listener = items[3].rsplit(':', maxsplit=1)[0].strip('[]') assert listener in addrs assert addrs[listener][0] == \"eth0\" has4 |= addrs[listener][1] == 'inet' has6 |= addrs[listener][1] == 'inet6' assert has4 assert has6 with subtest(\"check passwords\"): client1.succeed(publish(\"-m test\", \"password_store\")) client1.succeed(publish(\"-m test\", \"password_file\"))"}
{"_id":"q-en-nixpkgs-89c0fe24c1d9a120eeb4d31b99400561ba731cde5024fbd487f416b0f45e3785","text":"''; }; }; }; }).overrideAttrs (_: { # Add extra deps needed for postBuild hook. nativeBuildInputs = [ makeWrapper lua ]; }); in env"}
{"_id":"q-en-nixpkgs-89c5330ec2cb2f6e740786ff9078100bb6603cda6d1132774a2abccf88f3a316","text":"os.setuid(uid) def run_as_taskd_group(): gid = grp.getgrnam(TASKD_GROUP).gr_gid os.setgid(gid) def taskd_cmd(cmd, *args, **kwargs): \"\"\" Invoke taskd with the specified command with the privileges of the 'taskd'"}
{"_id":"q-en-nixpkgs-89e740012188a9a644ce8fb4abe9bec9903541be94e8c6829cadd69da04ff36d","text":", glib , gnome2 , gtk3 , libGL , libappindicator-gtk3 , libdrm , libnotify"}
{"_id":"q-en-nixpkgs-89ee19ef21c369320c1fd7b87e1757c9c9811f207c63ff340320927c914ae7b0","text":", systemd , taglib , unzip , wayland , wayland-protocols , xorg , zlib , chromecastSupport ? true, libmicrodns, protobuf , jackSupport ? false , onlyLibVLC ? false , skins2Support ? !onlyLibVLC, freetype , withQt5 ? true, qtbase, qtsvg, qtx11extras, wrapQtAppsHook , waylandSupport ? true, wayland, wayland-protocols , withQt5 ? true, qtbase, qtsvg, qtwayland, qtx11extras, wrapQtAppsHook }: # chromecastSupport requires TCP port 8010 to be open for it to work."}
{"_id":"q-en-nixpkgs-8a149032caf3aeed78eb3cb936b0410777d900e8ce292e8f315d64fa8c2ea8e9","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":"q-en-nixpkgs-8a2c3fc5cd77e2ad511ce5122241e061fd38302e64e449298856de7d3d2a4069","text":"}; desktopItem = makeDesktopItem { name = drvName; name = pname; exec = pname; icon = drvName; icon = pname; desktopName = \"Android Studio (${channel} channel)\"; comment = \"The official Android IDE\"; categories = [ \"Development\" \"IDE\" ];"}
{"_id":"q-en-nixpkgs-8a3632065508a24c4807a8bf56c3314a073e9a06518a59c54f247eb9ce04c122","text":"dictu = callPackage ../development/compilers/dictu { }; dotty = callPackage ../development/compilers/scala/dotty.nix { }; ecl = callPackage ../development/compilers/ecl { }; ecl_16_1_2 = callPackage ../development/compilers/ecl/16.1.2.nix { };"}
{"_id":"q-en-nixpkgs-8a40cbd0f87b2bb33451b74cf6720b95f92ad6c058a7143829fa9b5635a6aad4","text":"(mkFlag mmsSupport \"mms\") (mkFlag mpg123Support \"mpg123\") (mkFlag aacSupport \"aac\") (mkFlag pulseaudioSupport \"pulse\") (mkFlag jackSupport \"jack\") (mkFlag (!stdenv.isDarwin && pulseaudioSupport) \"pulse\") (mkFlag (!stdenv.isDarwin && jackSupport) \"jack\") (mkFlag stdenv.isDarwin \"osx\") (mkFlag icuSupport \"icu\") (mkFlag gmeSupport \"gme\")"}
{"_id":"q-en-nixpkgs-8a818f5ddbd0e1c0b00750cedc2fca5a0655f1a6ff0fef6d1742df4caa952ded","text":" { lib , buildPythonPackage , pytestCheckHook , fetchFromGitHub , python , pythonOlder , setuptools , setuptools-scm , numpy , wheel , hypothesis , pytest-cov }: buildPythonPackage rec { pname = \"fast-histogram\"; version = \"0.12\"; disabled = pythonOlder \"3.6\"; src = fetchFromGitHub { owner = \"astrofrog\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-Cz4BgbtxbUPxL2NSzvZYjbYIN4KUuliUV0bXRRtyvfM=\"; }; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ numpy ]; nativeCheckInputs = [ pytestCheckHook hypothesis pytest-cov ]; pytestFlagsArray = [ \"${builtins.placeholder \"out\"}/${python.sitePackages}\" ]; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; pythonImportsCheck = [ \"fast_histogram\" ]; meta = with lib; { homepage = \"https://github.com/astrofrog/fast-histogram\"; description = \"Fast 1D and 2D histogram functions in Python\"; license = licenses.bsd2; maintainers = with maintainers; [ ifurther ]; }; } "}
{"_id":"q-en-nixpkgs-8a9f8f98aa7710e84d678f1a0379bb0161f3efc66c50a7d565415d196a629b62","text":"systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { }; tailscale = callPackage ../servers/tailscale { }; tailscale = callPackage ../servers/tailscale { buildGoModule = buildGo121Module; }; tailscale-systray = callPackage ../applications/misc/tailscale-systray { };"}
{"_id":"q-en-nixpkgs-8ab54ff746609798d5e42fd2783a41297f5b0553771fa6160a7daad8d9927cdd","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":"q-en-nixpkgs-8abc684a7b6ea7be01faa8c4e952d09724344adbc4a51fe16921bd9ed592ae30","text":"set -euo pipefail STATE_DIRECTORY=\"$1\" RUNTIME_DIRECTORY=\"$2\" WORK_DIRECTORY=\"$2\" LOGS_DIRECTORY=\"$3\" ${lines} ''; runnerRegistrationConfig = getAttrs [ \"name\" \"tokenFile\" \"url\" \"runnerGroup\" \"extraLabels\" \"ephemeral\" ] cfg; runnerRegistrationConfig = getAttrs [ \"name\" \"tokenFile\" \"url\" \"runnerGroup\" \"extraLabels\" \"ephemeral\" \"workDir\" ] cfg; newConfigPath = builtins.toFile \"${svcName}-config.json\" (builtins.toJSON runnerRegistrationConfig); currentConfigPath = \"$STATE_DIRECTORY/.nixos-current-config.json\"; newConfigTokenPath= \"$STATE_DIRECTORY/.new-token\";"}
{"_id":"q-en-nixpkgs-8ac6a9d1903d6118cdfe56370f7e39d5ba31bde06068e3a6d542f005c8b9fa1e","text":"]; }; linux_5_8 = callPackage ../os-specific/linux/kernel/linux-5.8.nix { kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper kernelPatches.export_kernel_fpu_functions.\"5.3\" ]; }; linux_testing = callPackage ../os-specific/linux/kernel/linux-testing.nix { kernelPatches = [ kernelPatches.bridge_stp_helper"}
{"_id":"q-en-nixpkgs-8ad76fcd29a90cdb18127f1de939a523c7ed03dae97a61ce1c13afab5fca3aa5","text":"qt6.qthttpserver qt6.qtwebengine qt6.qt5compat qt6.qttools shaderc vulkan-headers wayland"}
{"_id":"q-en-nixpkgs-8b082216985d77d9d50c3d02aa5d8f7668bc3620e35183982c40570b60b84150","text":"}; passwordFile = mkOption { type = types.str; description = lib.mdDoc \"Password file for the postgresql connection. Must be readable by user `nginx`. Ignored if `database.host` is set to `localhost`, as peer authentication will be used.\"; description = lib.mdDoc '' Password file for the postgresql connection. Must be formated according to PostgreSQL .pgpass standard (see https://www.postgresql.org/docs/current/libpq-pgpass.html) but only one line, no comments and readable by user `nginx`. Ignored if `database.host` is set to `localhost`, as peer authentication will be used. ''; }; dbname = mkOption { type = types.str;"}
{"_id":"q-en-nixpkgs-8b5aad8cd5aa55e79ee2ea7e3e487a49b3eb5be73613d86fae2a7a7de80786cd","text":"}); in appimageTools.wrapAppImage { inherit name; inherit pname version; src = appimageContents; multiPkgs = null; # no 32bit needed"}
{"_id":"q-en-nixpkgs-8b7ff55f80bde152716383b99ca2563f83a3cda7fe57edcf1203b41554bde327","text":"tests.slim = callTest tests/slim.nix {}; tests.smokeping = callTest tests/smokeping.nix {}; tests.snapper = callTest tests/snapper.nix {}; tests.switchTest = callTest tests/switch-test.nix {}; tests.taskserver = callTest tests/taskserver.nix {}; tests.tomcat = callTest tests/tomcat.nix {}; tests.udisks2 = callTest tests/udisks2.nix {};"}
{"_id":"q-en-nixpkgs-8b853398ef6e2ffeaae14392121976030d09fd8dbad71f42724942631d8d9bbd","text":"owner = \"mov-cli\"; repo = \"mov-cli\"; rev = version; hash = \"sha256-OJhZtrSB5rjPY80GkTSU82hkcBgFYpW7Rc24BlBH7CE=\"; hash = \"sha256-Q5fzxdMEUDL1VgeTTgU76z0nksocgjyonAroP/m/Q+0=\"; }; propagatedBuildInputs = with python3.pkgs; [ beautifulsoup4 click colorama deprecation httpx inquirer krfzf-py lxml poetry-core pycrypto python-decouple setuptools six thefuzz tldextract toml typer unidecode (callPackage ./mov-cli-test.nix {}) ]; nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ]; pythonRelaxDeps = ["}
{"_id":"q-en-nixpkgs-8bd0b3d89993dff5ebed4c198ed9b38df573a5e602ea04fccbb2808fe3742e28","text":"+ optionalString isClang '' # Escape twice: once for this script, once for the one it gets substituted into. export march=${escapeShellArg (optionalString (targetPlatform ? gcc.arch && !disableMarch) (optionalString (targetPlatform ? gcc.arch) (escapeShellArg \"-march=${targetPlatform.gcc.arch}\"))} export defaultTarget=${targetPlatform.config} substituteAll ${./add-clang-cc-cflags-before.sh} $out/nix-support/add-local-cc-cflags-before.sh"}
{"_id":"q-en-nixpkgs-8bd4090ac192b98ebe535a2ea867983e891c1ca7038b827b73feb5f4997a0fcd","text":"linux_6_1_hardened = linuxKernel.kernels.linux_6_1_hardened; linuxPackages_6_5_hardened = linuxKernel.packages.linux_6_5_hardened; linux_6_5_hardened = linuxKernel.kernels.linux_6_5_hardened; linuxPackages_6_6_hardened = linuxKernel.packages.linux_6_6_hardened; linux_6_6_hardened = linuxKernel.kernels.linux_6_6_hardened; # GNU Linux-libre kernels linuxPackages-libre = linuxKernel.packages.linux_libre;"}
{"_id":"q-en-nixpkgs-8bf59625fb655880a2b76ec8094415bd7026c97bbcb9d002e78c93507b9e06a5","text":"export DATABASE_PASSWORD=\"$(<\"${cfg.dbpassFile}\")\" '' + '' export DATABASE_URL=\"${dbUrl}\" ${cfg.package}/bin/notify_push --glob-config '${config.services.nextcloud.datadir}/config/config.php' ${cfg.package}/bin/notify_push '${config.services.nextcloud.datadir}/config/config.php' ''; serviceConfig = { User = \"nextcloud\";"}
{"_id":"q-en-nixpkgs-8bfa781f3419449f0e12d9262566693c5b5c5984f7c76a243ce0ee8829bb350e","text":"./force-enable-steamvr_lh.patch ]; passthru.tests = { basic-service = nixosTests.monado; }; meta = with lib; { description = \"Open source XR runtime\"; homepage = \"https://monado.freedesktop.org/\";"}
{"_id":"q-en-nixpkgs-8c052eec7f186604392ab55ced2563795e32a7e306399c31297911db84e9c485","text":" { lib , rustPlatform , fetchFromGitHub , pkg-config , openssl , vulkan-loader }: rustPlatform.buildRustPackage { pname = \"hayabusa\"; version = \"unstable-2023-11-29\"; src = fetchFromGitHub { owner = \"notarin\"; repo = \"hayabusa\"; rev = \"306167c632173f6633e51c5610fe32af7718ec25\"; hash = \"sha256-e2zoVIhxcE9cUypi8Uzz3YZe2JvIaEVuWOGpqHVtxn8=\"; }; cargoHash = \"sha256-aoticMTrKZkRtjVXgdiBfyXJN3YcwBpM3yt07BBd3do=\"; enableParallelBuilding = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl vulkan-loader ]; postPatch = '' substituteInPlace src/daemon/hayabusa.service --replace \"/usr/local\" \"$out\" ''; postInstall = '' install -Dm444 src/daemon/hayabusa.service -t $out/lib/systemd/system/ ''; meta = { description = \"A swift rust fetch program\"; homepage = \"https://github.com/notarin/hayabusa\"; license = lib.licenses.cc-by-nc-nd-40; maintainers = with lib.maintainers; [ eclairevoyant ]; mainProgram = \"hayabusa\"; platforms = lib.platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-8c24d41f0011e710d95f14fcff70206aff17f2d37f07cb1c41833a68af9f96d6","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":"q-en-nixpkgs-8c4153818de2a2a563894886bd6214d8aae5e39ab7d64f9eae29d1d5ce4cf2d2","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":"q-en-nixpkgs-8c688cc67bc5913de498bfaf52693509a9c0c2851bdbf5122e06f69c849bad99","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"ooniprobe-cli\"; version = \"3.14.2\"; src = fetchFromGitHub { owner = \"ooni\"; repo = \"probe-cli\"; rev = \"v${version}\"; hash = \"sha256-9n/Ozyy1QzjFum/R/X2DChzTHl70e+JQuo09nToAIcE=\"; }; vendorSha256 = \"/fN9nRYOy00EeI8zZQFkCgTMGLZ0pFbYmRdTr2NLIsc=\"; subPackages = [ \"cmd/ooniprobe\" ]; meta = with lib; { description = \"The Open Observatory of Network Interference command line network probe\"; homepage = \"https://ooni.org/install/cli\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ dotlambda ]; }; } "}
{"_id":"q-en-nixpkgs-8c785d2a0ab96a3f21c7880cbbd577d1d87187aa625b2c5c1dc27c7f8e2d7fd9","text":"{ stdenv, fetchurl, fetchpatch, cmake, pcre, pkgconfig, python2 , libX11, libXpm, libXft, libXext, libGLU, libGL, zlib, libxml2, lzma, gsl_1 , libX11, libXpm, libXft, libXext, libGLU, libGL, zlib, libxml2, lz4, lzma, gsl_1, xxHash , Cocoa, OpenGL, noSplash ? false }: stdenv.mkDerivation rec { pname = \"root\"; version = \"5.34.36\"; version = \"5.34.38\"; src = fetchurl { url = \"https://root.cern.ch/download/root_v${version}.source.tar.gz\"; sha256 = \"1kbx1jxc0i5xfghpybk8927a0wamxyayij9c74zlqm0595gqx1pw\"; sha256 = \"1ln448lszw4d6jmbdphkr2plwxxlhmjkla48vmmq750xc1lxlfrc\"; }; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ cmake pcre python2 zlib libxml2 lzma gsl_1 ] buildInputs = [ cmake pcre python2 zlib libxml2 lz4 lzma gsl_1 xxHash ] ++ stdenv.lib.optionals (!stdenv.isDarwin) [ libX11 libXpm libXft libXext libGLU libGL ] ++ stdenv.lib.optionals (stdenv.isDarwin) [ Cocoa OpenGL ] ;"}
{"_id":"q-en-nixpkgs-8c850941af354728514fc23a66e4f37488982e075f168604d8b55b82fa41dfff","text":" diff --git a/bottles/backend/utils/vulkan.py b/bottles/backend/utils/vulkan.py index 6673493..07f70d1 100644 --- a/bottles/backend/utils/vulkan.py +++ b/bottles/backend/utils/vulkan.py @@ -29,6 +29,8 @@ class VulkanUtils: \"/etc/vulkan\", \"/usr/local/share/vulkan\", \"/usr/local/etc/vulkan\" + \"/run/opengl-driver/share/vulkan/\", + \"/run/opengl-driver-32/share/vulkan/\", ] if \"FLATPAK_ID\" in os.environ: __vk_icd_dirs += [ "}
{"_id":"q-en-nixpkgs-8cc471623ce59015b16a7b3b83247bfef7e429fbb644c05a21bce76dab8bf22e","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":"q-en-nixpkgs-8d41b156e483accb289cc2d37ce4a4c846d3eafd80501c037f420fa1a58d3175","text":" #!/usr/bin/env nix-shell /* #!nix-shell -i node -p nodejs_18 */ import { promises as fs } from 'node:fs'; const constants = { githubUrl: \"https://api.github.com/repos/pulsar-edit/pulsar/releases\", sha256FileURL: (newVersion) => `https://github.com/pulsar-edit/pulsar/releases/download/v${newVersion}/SHA256SUMS.txt`, x86_64FileName: (newVersion) => `Linux.pulsar-${newVersion}.tar.gz`, aarch64FileName: (newVersion) => `ARM.Linux.pulsar-${newVersion}-arm64.tar.gz`, targetFile: new URL(\"default.nix\", import.meta.url).pathname, }; async function utf16ToUtf8(blob) { // Sometime, upstream saves the SHA256SUMS.txt file in UTF-16, which absolutely breaks node's string handling // So we need to convert this blob to UTF-8 // We need to skip the first 2 bytes, which are the BOM const arrayBuffer = await blob.slice(2).arrayBuffer(); const buffer = Buffer.from(arrayBuffer); const utf8String = buffer.toString('utf16le'); return utf8String; } async function getLatestVersion() { const requestResult = await fetch(constants.githubUrl); if (!requestResult.ok) { console.error(\"Failed to fetch releases\"); console.error(requestResult); process.exit(1); }; let jsonResult = await requestResult.json(); jsonResult = jsonResult.filter((release) => !release.prerelease && !release.draft); if (jsonResult.length == 0) { console.error(\"No releases found\"); process.exit(1); } return jsonResult[0].tag_name.replace(/^v/, ''); } async function getSha256Sum(hashFileContent, targetFile) { // The upstream file has a fomat like this: // 0000000000000000000000000000000000000000000000000000000000000000 targetFile let sha256 = hashFileContent. split('n'). map(line => line.replace(\"r\", \"\")). // Side-effect of the UTF-16 conversion, if the file was created from Windows filter((line) => line.endsWith(targetFile))[0]. split(' ')[0]; return \"sha256-\" + Buffer.from(sha256, 'hex').toString('base64'); } async function getSha256Sums(newVersion) { // Upstream provides a file with the hashes of the files, but it's not in the SRI format, and it refers to the compressed tarball // So let's just use nix-prefetch-url to get the hashes of the decompressed tarball, and `nix hash to-sri` to convert them to SRI format const hashFileUrl = constants.sha256FileURL(newVersion); const hashFileContent = await fetch(hashFileUrl).then((response) => response.blob()); const headerbuffer = await hashFileContent.slice(0, 2).arrayBuffer() const header = Buffer.from(headerbuffer).toString('hex'); // We must detect if it's UTF-16 or UTF-8. If it's UTF-16, we must convert it to UTF-8, otherwise just use it as-is const hashFileContentString = header == 'fffe' ? await utf16ToUtf8(hashFileContent) : await hashFileContent.text(); let x86_64; let aarch64; console.log(\"Getting new hashes\"); let promises = [ getSha256Sum(hashFileContentString, constants.x86_64FileName(newVersion)).then((hash) => { x86_64 = hash; }), getSha256Sum(hashFileContentString, constants.aarch64FileName(newVersion)).then((hash) => { aarch64 = hash; }), ]; await Promise.all(promises); return { x86_64, aarch64 }; } async function updateFile(newVersion, sha256Sums, currentFile) { // There is some assumptions in how the file is formatted, but nothing egregious let newFile = currentFile.replace(/version = \"(.*)\";/, `version = \"${newVersion}\";`); newFile = newFile.replace(/x86_64-linux.hash = \"(.*)\";/, `x86_64-linux.hash = \"${sha256Sums.x86_64}\";`); newFile = newFile.replace(/aarch64-linux.hash = \"(.*)\";/, `aarch64-linux.hash = \"${sha256Sums.aarch64}\";`); await fs.writeFile(constants.targetFile, newFile); }; let currentFile = await fs.readFile(constants.targetFile, 'utf8'); let currentVersion = currentFile.match(/version = \"(.*)\";/)[1]; const newVersion = await getLatestVersion(); if (currentVersion === newVersion) { console.error(\"Already up to date\"); process.exit(0); } console.log(\"New version: \" + newVersion); const sha256Sums = await getSha256Sums(newVersion); console.log(sha256Sums) if (!sha256Sums.x86_64 || !sha256Sums.aarch64) { console.error(\"Failed to find sha256 sums for the 2 files\"); process.exit(1); } updateFile(newVersion, sha256Sums, currentFile); "}
{"_id":"q-en-nixpkgs-8d46ca3931eadc851f77f669eb6652532736bcc01b69622422f58b9c9942fc0f","text":"[ 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 llvmPackages.libcxxabi qtwebsockets libpulseaudio quazip llvmPackages_10.libcxx llvmPackages_10.libcxxabi # llvmPackages_11 and higher crash https://github.com/NixOS/nixpkgs/issues/161395 ]; desktopItem = makeDesktopItem {"}
{"_id":"q-en-nixpkgs-8d653d61b8bfd3301b41c83b468f0c17d7958819f7d13df27619d7209a64183e","text":" diff --git a/build.gradle b/build.gradle index c206e2f..cdaddf7 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ version = '0.22.3' sourceCompatibility = '17' repositories { - mavenCentral() + maven { url '@deps@' } } diff --git a/settings.gradle b/settings.gradle index f813993..2c87f3c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,7 @@ +pluginManagement { + repositories { + maven { url '@deps@' } + } +} + rootProject.name = 'Stirling-PDF' "}
{"_id":"q-en-nixpkgs-8d6a5001b35440e6a50b029eb51980646d027e86d396722123f3e07ea8f4aaf8","text":" { lib , fetchFromGitHub , python3 }: python3.pkgs.buildPythonApplication rec { pname = \"crackmapexec\"; version = \"5.4.0\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"Porchetta-Industries\"; repo = \"CrackMapExec\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-V2n840QyLofTfQE4vtFYGfQwl65sklp+KfNS9RCLvI8=\"; }; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = with python3.pkgs; [ aioconsole aardwolf beautifulsoup4 dsinternals impacket lsassy masky msgpack neo4j paramiko pylnk3 pypsrp pywerview requests requests-ntlm termcolor terminaltables xmltodict ]; postPatch = '' substituteInPlace pyproject.toml --replace '{ git = \"https://github.com/mpgn/impacket.git\", branch = \"master\" }' '\"x\"' ''; pythonRelaxDeps = true; # Project has no tests doCheck = false; pythonImportsCheck = [ \"cme\" ]; meta = with lib; { description = \"Tool for pentesting networks\"; homepage = \"https://github.com/Porchetta-Industries/CrackMapExec\"; changelog = \"https://github.com/Porchetta-Industries/CrackMapExec/releases/tag/v${version}\"; license = with licenses; [ bsd2 ]; maintainers = with maintainers; [ fab ]; mainProgram = \"cme\"; }; } "}
{"_id":"q-en-nixpkgs-8d913d2dc7fc30eb93fc910f7f01cf4ba3fc13d0ee3f1a991a1eec3d4dd8159d","text":"meta = with lib; { description = \"Your everyday IRC student\"; homepage = \"https://sr.ht/~taiite/senpai/\"; changelog = \"https://git.sr.ht/~delthas/senpai/refs/v${version}\"; license = licenses.isc; maintainers = with maintainers; [ malte-v ]; };"}
{"_id":"q-en-nixpkgs-8da112483b4924e7c933b4a39e412ff5b435ccf316f21f6a66873ddbf260233c","text":"(fetchNuGet { pname = \"System.Security.Permissions\"; version = \"6.0.0\"; sha256 = \"0jsl4xdrkqi11iwmisi1r2f2qn5pbvl79mzq877gndw6ans2zhzw\"; }) (fetchNuGet { pname = \"System.Security.Principal\"; version = \"4.3.0\"; sha256 = \"12cm2zws06z4lfc4dn31iqv7072zyi4m910d4r6wm8yx85arsfxf\"; }) (fetchNuGet { pname = \"System.Security.Principal.Windows\"; version = \"4.3.0\"; sha256 = \"00a0a7c40i3v4cb20s2cmh9csb5jv2l0frvnlzyfxh848xalpdwr\"; }) (fetchNuGet { pname = \"System.Security.Principal.Windows\"; version = \"5.0.0\"; sha256 = \"1mpk7xj76lxgz97a5yg93wi8lj0l8p157a5d50mmjy3gbz1904q8\"; }) (fetchNuGet { pname = \"System.Security.Principal.Windows\"; version = \"6.0.0-preview.5.21301.5\"; sha256 = \"1q3iikvjcfrm5p89p1j7qlw1szvryq680qypk023wgy9phmlwi57\"; }) (fetchNuGet { pname = \"System.Text.Encoding\"; version = \"4.0.11\"; sha256 = \"1dyqv0hijg265dwxg6l7aiv74102d6xjiwplh2ar1ly6xfaa4iiw\"; }) (fetchNuGet { pname = \"System.Text.Encoding\"; version = \"4.3.0\"; sha256 = \"1f04lkir4iladpp51sdgmis9dj4y8v08cka0mbmsy0frc9a4gjqr\"; })"}
{"_id":"q-en-nixpkgs-8da4491a85d76ef85a9c61b21d3833321a13fd550839b0b992f13cd00c6fa7a0","text":"src = fetchsvn { url = \"http://winetricks.googlecode.com/svn/trunk\"; inherit rev; sha256 = \"01v13qw4sxmfm09g9amqycnzy743gdrhvv23rjr9255dzlrj1s8f\"; }; buildInputs = [ perl which ];"}
{"_id":"q-en-nixpkgs-8dca9d1981e9a87988a5901f23aa2f700de36a995d062708f4c6e4ef68e41742","text":" { lib , stdenvNoCC , fetchFromGitHub }: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"cmrc\"; version = \"2.0.1\"; src = fetchFromGitHub { owner = \"vector-of-bool\"; repo = \"cmrc\"; rev = finalAttrs.version; hash = \"sha256-++16WAs2K9BKk8384yaSI/YD1CdtdyXVBIjGhqi4JIk=\"; }; installPhase = '' runHook preInstall install CMakeRC.cmake -DT $out/share/cmakerc/cmakerc-config.cmake runHook postInstall ''; meta = { description = \"A Resource Compiler in a Single CMake Script\"; homepage = \"https://github.com/vector-of-bool/cmrc\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ guekka ]; platforms = lib.platforms.all; }; }) "}
{"_id":"q-en-nixpkgs-8dddeb1402567d1dae0705cb86400d9d297d678aecc282bb4e394d9eee6e1484","text":"final Uri entryUri = globals.fs.path.toUri(font['asset'] as String); result.add(_Asset( - baseDir: globals.fs.path.join(Cache.flutterRoot, 'bin', 'cache', 'artifacts', 'material_fonts'), + baseDir: globals.fs.path.join(homeDirPath, '.cache', 'flutter', 'artifacts', 'material_fonts'), + baseDir: globals.fs.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter', 'artifacts', 'material_fonts'), relativeUri: Uri(path: entryUri.pathSegments.last), entryUri: entryUri, ));"}
{"_id":"q-en-nixpkgs-8dfcfee4596337ffc22f8409f3fa98ca90f9e38ce66b4b0caf68470375359004","text":"stdenv.mkDerivation rec { pname = \"tomb\"; version = \"2.7\"; version = \"2.9\"; src = fetchFromGitHub { owner = \"dyne\"; repo = \"Tomb\"; rev = \"v${version}\"; sha256 = \"1vzkpzci6cp1r1q2n34pcgcns78i726k8d89dd6pibyj0vfnkl57\"; sha256 = \"0d6vmfcf4kd0p2bcljmdnyc2fmbwvar81cc472zx86r7yc3ih102\"; }; buildInputs = [ sudo zsh pinentry ];"}
{"_id":"q-en-nixpkgs-8e02633bbe20976fbf4766d538e4dbf7d277ef5b6e14b09433f76492ad987db3","text":"buildPackages.libgphoto2; in '' mkdir -p $out/lib/udev/rules.d mkdir -p $out/lib/udev/{rules.d,hwdb.d} ${executablePrefix}/lib/libgphoto2/print-camera-list udev-rules version 175 group camera >$out/lib/udev/rules.d/40-gphoto2.rules udev-rules version 201 group camera >$out/lib/udev/rules.d/40-libgphoto2.rules ${executablePrefix}/lib/libgphoto2/print-camera-list hwdb version 201 group camera >$out/lib/udev/hwdb.d/20-gphoto.hwdb ''; meta = {"}
{"_id":"q-en-nixpkgs-8e52e7b4dbc2bf3880b32669e8b86019a8cebb8e83bf76ef1b2d2bb4ad7b76df","text":"qtwebsockets = callPackage ./modules/qtwebsockets.nix { }; qtwebview = callPackage ./modules/qtwebview.nix { }; wrapQtAppsHook = makeSetupHook { deps = [ self.qtbase.dev self.qtwayland.dev makeWrapper ]; wrapQtAppsHook = makeSetupHook { deps = [ makeWrapper ]; } ./hooks/wrap-qt-apps-hook.sh; };"}
{"_id":"q-en-nixpkgs-8e90fc7007c37ce8848ab3e9871f35d2269f2893862362e90f89b904e1cb4945","text":"esneider/YUNOcommit.vim euclidianAce/BetterLua.vim euclio/vim-markdown-composer evanleck/vim-svelte f-person/git-blame.nvim f3fora/cmp-spell famiu/bufdelete.nvim"}
{"_id":"q-en-nixpkgs-8e99bf56f4cee920348c7104674771db031c95ed7b0be76eeb24ef66469dec6e","text":", zlib , alsa-lib , dbus , libGL , libXcursor , libXext , libXi"}
{"_id":"q-en-nixpkgs-8ed8254834dc723fbd739ccb49bc08af9470dbecc618d30c2c54a0a012e1407b","text":" { lib , stdenv , fetchFromGitHub , cacert , cmake , cmakerc , fmt , git , gzip , makeWrapper , meson , ninja , openssh , python3 , zip , zstd , extraRuntimeDeps ? [] }: stdenv.mkDerivation (finalAttrs: { pname = \"vcpkg-tool\"; version = \"2023-10-18\"; src = fetchFromGitHub { owner = \"microsoft\"; repo = \"vcpkg-tool\"; rev = finalAttrs.version; hash = \"sha256-Hm+GSKov9A6tmN10BHOTVy8aWkLOJNBMOQJNm4HnWuI=\"; }; nativeBuildInputs = [ cmake cmakerc fmt ninja makeWrapper ]; patches = [ ./change-lock-location.patch ]; cmakeFlags = [ \"-DVCPKG_DEPENDENCY_EXTERNAL_FMT=ON\" \"-DVCPKG_DEPENDENCY_CMAKERC=ON\" ]; postFixup = let # These are the most common binaries used by vcpkg # Extra binaries can be added via overlay when needed runtimeDeps = [ cacert cmake git gzip meson ninja openssh python3 zip zstd ] ++ extraRuntimeDeps; in '' wrapProgram $out/bin/vcpkg --prefix PATH ${lib.makeBinPath runtimeDeps} ''; meta = { description = \"Components of microsoft/vcpkg's binary\"; homepage = \"https://github.com/microsoft/vcpkg-tool\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ guekka gracicot ]; platforms = lib.platforms.all; }; }) "}
{"_id":"q-en-nixpkgs-8edf2790c270206ad0b396e9b07663245046415552efd6169bd2a9841501e13f","text":"}; in rustPlatform.buildRustPackage rec { pname = \"tokenizers\"; version = \"0.8.1.rc1\"; version = \"0.8.1\"; src = fetchFromGitHub { owner = \"huggingface\"; repo = pname; rev = \"python-v${version}\"; sha256 = \"1bzvfffnjjskx8zlq1qsqfd47570my2wnbq4ip8i1hkz10q900qv\"; sha256 = \"0sxdwx05hr87j2z32rk4rgwn6a26w9r7m5fgj6ah1sgagiiyxbjw\"; }; cargoSha256 = \"0s5z3g1njb7wlyb32ba6xas4zc62c3zhmp1mrvghmaxpvljp6k7b\"; # Update parking_lot to be compatible with recent Rust versions, that # replace asm! by llvm_asm!: # # https://github.com/Amanieu/parking_lot/pull/223 # # Remove once upstream updates this dependency. cargoPatches = [ ./update-parking-lot.diff ]; cargoSha256 = \"0cdkxmj8z2wdspn6r62lqlpvd0sj1z0cmb1zpqaajxvr0b2kjlj8\"; sourceRoot = \"source/bindings/python\";"}
{"_id":"q-en-nixpkgs-8eee386306be9dafc090155c30f1a442303928f43944203d810dcf40eb8c5f49","text":"doCheck = true; preFixup = '' makeWrapperArgs+=( \"''${gappsWrapperArgs[@]}\" --prefix PATH : \"${lib.makeBinPath [ iw ]}\" ) ''; postFixup = '' wrapPythonPrograms wrapProgram $out/bin/networkd-dispatcher --prefix PATH : ${lib.makeBinPath [ iw ]} ''; meta = with lib; {"}
{"_id":"q-en-nixpkgs-8ef08790789e6be6d1acf9d898369ba84a60a61154a99d361da8f2e8590e3aff","text":"sbt-with-scala-native = callPackage ../development/tools/build-managers/sbt/scala-native.nix { }; simpleBuildTool = sbt; sbt-extras = callPackage ../development/tools/build-managers/sbt-extras { }; shallot = callPackage ../tools/misc/shallot { }; shards = callPackage ../development/tools/build-managers/shards { };"}
{"_id":"q-en-nixpkgs-8f0c133a3b36476c680cb427d97a0c2770b61f304ee6b4f76d7596c482b56ab4","text":"listening_ip=${range} '') cfg.internalIPs} ${lib.optionalString (firewall == \"nftables\") '' upnp_table_name=miniupnpd upnp_nat_table_name=miniupnpd ''} ${cfg.appendConfig} ''; firewall = if config.networking.nftables.enable then \"nftables\" else \"iptables\"; miniupnpd = pkgs.miniupnpd.override { inherit firewall; }; firewallScripts = lib.optionals (firewall == \"iptables\") ([ \"iptables\"] ++ lib.optional (config.networking.enableIPv6) \"ip6tables\"); in { options = {"}
{"_id":"q-en-nixpkgs-8f2ffe8e43911f5c01b2b7f7fc285d779e9e61baf0d0d47344cb276e895c72b8","text":" --- old/build/pkgs/python2/spkg-install\t2017-07-21 14:10:00.000000000 -0500 +++ new/build/pkgs/python2/spkg-install\t2017-10-15 11:26:54.823134067 -0500 @@ -22,6 +22,9 @@ cd src +LDFLAGS=\"-lcrypt $LDFLAGS\" +export LDFLAGS + if [ \"$SAGE_DEBUG\" = \"yes\" ]; then echo \"Building Python with pydebug\" PYTHON_CONFIGURE=\"$PYTHON_CONFIGURE --with-pydebug\" "}
{"_id":"q-en-nixpkgs-8f4c5ce3db6f6200cb653242d9882130af30c107a6d1926103d76ae4da8f4bda","text":" { lib, buildGoModule, installShellFiles, fetchFromGitHub, ffmpeg, ttyd, makeWrapper }: { lib, buildGoModule, installShellFiles, fetchFromGitHub, ffmpeg, ttyd, chromium, makeWrapper }: buildGoModule rec { pname = \"vhs\";"}
{"_id":"q-en-nixpkgs-8f6de99b112308baca30fa4450260bcea66018d235bc7e36e095cd3274b942ee","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":"q-en-nixpkgs-8faaf270f667346f259dccac0110e08033972998ef561b778da9924ccafde311","text":"githubId = 21156405; name = \"GuangTao Zhang\"; }; guekka = { github = \"Guekka\"; githubId = 39066502; name = \"Guekka\"; }; guibert = { email = \"david.guibert@gmail.com\"; github = \"dguibert\";"}
{"_id":"q-en-nixpkgs-8ffc32060908c063880901224b6758eed3333400f79139ab1e01416484e1c42a","text":"{ stdenv, lib, runCommand, patchelf , fetchFromGitHub, rustPlatform , pkgconfig, curl, Security, CoreServices }: , pkgconfig, curl, zlib, Security, CoreServices }: rustPlatform.buildRustPackage rec { pname = \"rustup\";"}
{"_id":"q-en-nixpkgs-900d7933b0a574c7652e876dbe5d646ee134310a652ebe0acd233fe81a060990","text":"pycharm-professional = buildPycharm rec { name = \"pycharm-professional-${version}\"; version = \"2019.3.4\"; /* updated by script */ version = \"2020.1\"; /* updated by script */ description = \"PyCharm Professional Edition\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/python/${name}.tar.gz\"; sha256 = \"1hdwzkh6qzad2pqskqw9m8glj15x9d2g4csl0dxk6an82ps52naz\"; /* updated by script */ sha256 = \"1swd2qfhsa6i1aq7z2s183d0hif2gmk1kkw9ns4aybny0wvvnqw2\"; /* updated by script */ }; wmClass = \"jetbrains-pycharm\"; update-channel = \"PyCharm RELEASE\";"}
{"_id":"q-en-nixpkgs-90390b12151f21bf713576de7d2ecba8692ba1db5ea33bffad6499a03dc2f6dd","text":" let inherit (import { }) snapTools firefox; in snapTools.makeSnap { meta = { name = \"nix-example-firefox\"; summary = firefox.meta.description; architectures = [ \"amd64\" ]; apps.nix-example-firefox = { command = \"${firefox}/bin/firefox\"; plugs = [ \"pulseaudio\" \"camera\" \"browser-support\" \"avahi-observe\" \"cups-control\" \"desktop\" \"desktop-legacy\" \"gsettings\" \"home\" \"network\" \"mount-observe\" \"removable-media\" \"x11\" ]; }; confinement = \"strict\"; }; } "}
{"_id":"q-en-nixpkgs-90449be54fdc5a889fe325306b42a153f9b4eaae5139c312ec35aca5f00236ab","text":" diff -ru binutils-2.27-orig/bfd/plugin.c binutils-2.27/bfd/plugin.c --- binutils-2.27-orig/bfd/plugin.c\t2016-10-14 17:46:30.791315555 +0200 +++ binutils-2.27/bfd/plugin.c\t2016-10-14 17:46:38.583298765 +0200 @@ -333,6 +333,7 @@ diff --git a/bfd/plugin.c b/bfd/plugin.c index 537ab60311..bfe7957f96 100644 --- a/bfd/plugin.c +++ b/bfd/plugin.c @@ -386,6 +386,7 @@ load_plugin (bfd *abfd) if (plugin_program_name == NULL) return found; +#if 0 plugin_dir = concat (BINDIR, \"/../lib/bfd-plugins\", NULL); p = make_relative_prefix (plugin_program_name, BINDIR, @@ -364,6 +365,7 @@ free (p); if (d) closedir (d); /* Try not to search the same dir twice, by looking at st_dev and st_ino for the dir. If we are on a file system that always sets st_ino to zero or the actual st_ino is zero we might waste some @@ -437,7 +438,7 @@ load_plugin (bfd *abfd) if (found) break; } - +#endif return found; }"}
{"_id":"q-en-nixpkgs-905a8889fe797a0138583689e5be2549244d8a63e70b90e0caebe14fd9f7b67e","text":"pycurl ]); patches = [ (fetchpatch { url = \"https://github.com/indigo-dc/udocker/commit/9f7d6c5f9a3925bf87d000603c5b306d73bb0fa3.patch\"; sha256 = \"sha256-fiqvVqfdVIlILbSs6oDWmbWU9piZEI2oiAKUcmecx9Q=\"; }) ]; checkInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ \"test_02__load_structure\" \"test_05__get_volume_bindings\" ];"}
{"_id":"q-en-nixpkgs-90a4ecd98f2edf7c4bc582826af087d2e358bd4b06242fdcba81cec38d5effb4","text":"buildPythonPackage rec { pname = \"python-telegram-bot\"; version = \"20.2\"; version = \"20.4\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\"; disabled = pythonOlder \"3.8\"; src = fetchFromGitHub { owner = pname; repo = pname; rev = \"refs/tags/v${version}\"; hash = \"sha256-OdjTlVUjlw+5K/kvL1Yx+7c/lIE52udUo6Ux18M9xmE=\"; hash = \"sha256-owbJJZjBkMjsgfBLRl+rnePrIvQ0sUZs7rP9ie912pw=\"; }; propagatedBuildInputs = ["}
{"_id":"q-en-nixpkgs-910549aa2623c066e30c662da56db5822fee1047641618fc37bdd1a97190a148","text":"patches = [ (fetchurl { name = \"texlive-poppler-0.64.patch\"; url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/texlive-poppler-0.64.patch?h=packages/texlive-bin; url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/texlive-poppler-0.64.patch?h=packages/texlive-bin&id=da56abf0f8a1e85daca0ec0f031b8fa268519e6b; sha256 = \"0443d074zl3c5raba8jyhavish706arjcd80ibb84zwnwck4ai0w\"; }) (fetchurl {"}
{"_id":"q-en-nixpkgs-912bb96052313a541faf5f10e2e7f02f4bf3fa7d01e4ee3897b872caf88d34b9","text":" { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , dill , astropy , numpy , pandas , qt6 , pyqt6 , pyqt-builder , qtconsole , setuptools , setuptools-scm , scipy , ipython , ipykernel , h5py , matplotlib , xlrd , mpl-scatter-density , pvextractor , openpyxl , echo , pytest , pytest-flakes , pytest-cov }: buildPythonPackage rec { pname = \"glueviz\"; version = \"1.14.1\"; disabled = pythonOlder \"3.7\"; src = fetchFromGitHub { owner = \"glue-viz\"; repo = \"glue\"; rev = \"refs/tags/v${version}\"; sha256 = \"sha256-pHUcvyDziE7l0foEz7cygMuAwggnIWzsQy9SFZCDkXA=\"; }; buildInputs = [ pyqt-builder ]; nativeBuildInputs = [ setuptools setuptools-scm qt6.wrapQtAppsHook ]; propagatedBuildInputs = [ astropy dill setuptools scipy numpy matplotlib pandas pyqt6 qtconsole ipython ipykernel h5py xlrd mpl-scatter-density pvextractor openpyxl echo ]; dontConfigure = true; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; # collecting ... qt.qpa.xcb: could not connect to display # qt.qpa.plugin: Could not load the Qt platform plugin \"xcb\" in \"\" even though it was found. doCheck = false; nativeCheckInputs = [ pytest pytest-flakes pytest-cov ]; pythonImportsCheck = [ \"glue\" ]; preFixup = '' makeWrapperArgs+=(\"''${qtWrapperArgs[@]}\") ''; meta = with lib; { homepage = \"https://glueviz.org\"; description = \"Linked Data Visualizations Across Multiple Files\"; license = licenses.bsd3; # https://github.com/glue-viz/glue/blob/main/LICENSE maintainers = with maintainers; [ ifurther ]; }; } "}
{"_id":"q-en-nixpkgs-914059595513f9da24eed60f6d6ef56d77866ed71de9aa9a9f8b151d6901ae27","text":" { stdenv, lib, python3Packages, fetchFromGitHub, copyDesktopItems, makeDesktopItem, wrapGAppsHook4, gobject-introspection, libadwaita, libportal, libportal-gtk4, xdg-desktop-portal, xdg-desktop-portal-gtk, }: stdenv.mkDerivation rec { pname = \"streamcontroller\"; # Note that the latest tagged version (1.5.0-beta.6) includes a python dependency # that doesn't exist anymore, so we package an unstable version instead. version = \"1.5.0-beta.6-unstable-2024-08-13\"; src = fetchFromGitHub { repo = \"StreamController\"; owner = \"StreamController\"; rev = \"dbb6460a69137af192db09d504224ae9f1127cbd\"; hash = \"sha256-+YYzHLRU5MNjF3iaKIDj9k4PVg+vnEZhbc3ZmNI7xyw=\"; }; # The installation method documented upstream # (https://streamcontroller.github.io/docs/latest/installation/) is to clone the repo, # run `pip install`, then run `python3 main.py` to launch the program. # Due to how the code is structured upstream, it's infeasible to use `buildPythonApplication`. dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/usr/lib/streamcontroller cp -r ./* $out/usr/lib/streamcontroller/ mkdir -p $out/bin/ # Note that the implementation of main.py assumes # working directory to be at the root of the project's source code makeWrapper ${python3Packages.python.interpreter} $out/bin/streamcontroller --add-flags main.py --chdir $out/usr/lib/streamcontroller --prefix PYTHONPATH : \"$PYTHONPATH\" mkdir -p \"$out/etc/udev/rules.d\" cp ./udev.rules $out/etc/udev/rules.d/70-streamcontroller.rules install -D ./flatpak/icon_256.png $out/share/icons/hicolor/256x256/apps/streamcontroller.png runHook postInstall ''; desktopItems = [ (makeDesktopItem { name = \"StreamController\"; desktopName = \"StreamController\"; exec = \"streamcontroller\"; icon = \"streamcontroller\"; comment = \"Control your Elgato Stream Decks\"; categories = [ \"Utility\" ]; }) ]; nativeBuildInputs = [ copyDesktopItems wrapGAppsHook4 gobject-introspection ]; buildInputs = [ libadwaita libportal libportal-gtk4 xdg-desktop-portal xdg-desktop-portal-gtk ] ++ (with python3Packages; [ annotated-types async-lru cairocffi cairosvg certifi cffi charset-normalizer click colorama contourpy cssselect2 cycler dbus-python decorator defusedxml distlib dnspython evdev filelock fonttools fuzzywuzzy gcodepy get-video-properties gitdb idna imageio imageio-ffmpeg indexed-bzip2 jinja2 joblib kiwisolver levenshtein linkify-it-py loguru markdown-it-py markupsafe matplotlib mdit-py-plugins mdurl meson meson-python natsort nltk numpy opencv4 packaging pillow platformdirs plumbum proglog psutil pulsectl pycairo pyclip pycparser pydantic pydantic-core pyenchant pygments pygobject3 pymongo pyparsing pyperclip pyproject-metadata pyro5 pyspellchecker python-dateutil pyudev pyusb pyyaml rapidfuzz regex requests requirements-parser rich rpyc serpent setproctitle six smmap speedtest-cli streamcontroller-plugin-tools streamdeck textual tinycss2 tqdm types-setuptools typing-extensions uc-micro-py urllib3 usb-monitor webencodings websocket-client ]); meta = with lib; { description = \"Elegant Linux app for the Elgato Stream Deck with support for plugins\"; homepage = \"https://core447.com/\"; license = licenses.gpl3; mainProgram = \"streamcontroller\"; maintainers = with maintainers; [ sifmelcara ]; platforms = lib.platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-915a1f217b413cbfdc98c55e1728d1f0925547fb18ca7cbc5a110f18c35a0e54","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":"q-en-nixpkgs-919c26f44c926c423ad82d59fc27b6f299ee49efeeb6fe11b608ab57fc785903","text":"cd src ''; postInstall = stdenv.lib.optionalString stdenv.isDarwin '' substituteInPlace $out/bin/leanpkg --replace \"greadlink\" \"${coreutils}/bin/readlink\" ''; meta = with stdenv.lib; { description = \"Automatic and interactive theorem prover\"; homepage = \"https://leanprover.github.io/\";"}
{"_id":"q-en-nixpkgs-9203b435124e6ffe8bb6976cebdee6a258095b01dfebf9eafa0ce06e55f8276e","text":", stdenv , fetchFromGitLab , appstream-glib , clang , desktop-file-utils , meson , ninja"}
{"_id":"q-en-nixpkgs-921a594e846f332325a9238600344d3c50220a8f39db63d9e8e78fb4b76edbea","text":"lapack-reference = callPackage ../development/libraries/science/math/liblapack { }; liblapack = lapack-reference; libamplsolver = callPackage ../development/libraries/science/math/libamplsolver { }; libbraiding = callPackage ../development/libraries/science/math/libbraiding { }; libhomfly = callPackage ../development/libraries/science/math/libhomfly { };"}
{"_id":"q-en-nixpkgs-92256415c4ac9f7340ce0f6350be713bfd41615784ec26c8342b354049fcb7e1","text":"gdal = self.gdal; }; django_2_0 = callPackage ../development/python-modules/django/2_0.nix { gdal = self.gdal; }; django_2_1 = callPackage ../development/python-modules/django/2_1.nix { gdal = self.gdal; };"}
{"_id":"q-en-nixpkgs-923183b74001ffa6a5f5add47dbac688005b7a099daf09b104fee5bdd1d743f5","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":"q-en-nixpkgs-92321fbe0c42d9276708c05cfd8af669d2aa59fd9da0863d66fb557c7898b5c9","text":"komorebi = callPackage ../applications/graphics/komorebi { }; konsave = callPackage ../applications/misc/konsave { }; krapslog = callPackage ../tools/misc/krapslog { }; krelay = callPackage ../applications/networking/cluster/krelay { };"}
{"_id":"q-en-nixpkgs-92323b5c5c1398c233828044c08a704273793f4aacf480cb74064941525012e6","text":"postInstall = '' mkdir -p $out/bin ln -s $out/stepmania-5.1/stepmania $out/bin/stepmania mkdir -p $out/share/ cp -r $src/icons $out/share/ install -Dm444 $src/stepmania.desktop -t $out/share/applications ''; meta = with lib; {"}
{"_id":"q-en-nixpkgs-923966b033a0d6f59ca1120866417719256541f18ec42d5fed1cdc2344fe838b","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":"q-en-nixpkgs-924dac3d033363d3055152965b6adb65b66f8ba2a32fa56f17b1841d018fabf5","text":"- [touchegg](https://github.com/JoseExposito/touchegg), a multi-touch gesture recognizer. Available as [services.touchegg](#opt-services.touchegg.enable). - [pantheon-tweaks](https://github.com/pantheon-tweaks/pantheon-tweaks), an unofficial system settings panel for Pantheon. Available as [programs.pantheon-tweaks](#opt-programs.pantheon-tweaks.enable). ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}"}
{"_id":"q-en-nixpkgs-927e8a61362ec631acb82ee17ce82a1e1c8019d8106b462a73d08b08db87c281","text":"patchShebangs --build configure ''; # JDK's build system attempts to specifically detect # and special-case WSL, and we don't want it to do that, # so pass the correct platform names explicitly configurePlatforms = [\"build\" \"host\"]; configureFlags = [ \"--with-boot-jdk=${openjdk-bootstrap.home}\" \"--with-version-pre=\""}
{"_id":"q-en-nixpkgs-9284c772beac72c0d774dcd015961e21c1389ebb94183f574aa9185f7240bd1e","text":", config , stdenv , fetchFromGitHub , fetchurl , cmake , qt6 , fmt"}
{"_id":"q-en-nixpkgs-92ee861df957890bd1973d9812d393a6b0e41287f2af267b239ae01476758c9e","text":" { lib , stdenv , fetchFromGitHub , cmake }: stdenv.mkDerivation rec { pname = \"iir1\"; version = \"1.9.4\"; src = fetchFromGitHub { owner = \"berndporr\"; repo = \"iir1\"; rev = version; hash = \"sha256-T8gl51IkZIGq+6D5ge4Kb3wm5aw7Rhphmnf6TTGwHbs=\"; }; nativeBuildInputs = [ cmake ]; meta = { description = \"A DSP IIR realtime filter library written in C++\"; downloadPage = \"https://github.com/berndporr/iir1\"; homepage = \"http://berndporr.github.io/iir1/\"; license = lib.licenses.mit; maintainers = [ lib.maintainers.AndersonTorres ]; platforms = lib.platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-93006f1c8793379712635ae445c86bf3dfa5a10efb9233a4c111b5d6969d5f42","text":", enableDC1394 ? false, libdc1394 , enableDocs ? false, doxygen, graphviz-nox , AVFoundation, Cocoa, VideoDecodeAcceleration, bzip2 , AVFoundation, Cocoa, VideoDecodeAcceleration, CoreMedia, MediaToolbox, bzip2 }: assert blas.implementation == \"openblas\" && lapack.implementation == \"openblas\";"}
{"_id":"q-en-nixpkgs-93233aebd46efd5db12bc714228bfd51d1704c803fbabf058984b5f6aca3f000","text":"fetchFromGitHub, immich, python3, nixosTests, }: let python = python3.override {"}
{"_id":"q-en-nixpkgs-9354f1f268af2df48a00be1848039755c543d721fd1d2020bcabcaf3cecc195a","text":"runHook postUnpack ''; # Prevent double wrapping dontWrapGApps = true; installPhase = '' runHook preInstall"}
{"_id":"q-en-nixpkgs-93ff55b8e717f3192e737770fc739e171dee4f15d008b8f0280bb1c7758f81ee","text":"assert lib.assertMsg (!hidpiXWayland) \"The option `hidpiXWayland` has been removed. Please refer https://wiki.hyprland.org/Configuring/XWayland\"; stdenv.mkDerivation (finalAttrs: { pname = \"hyprland\" + lib.optionalString debug \"-debug\"; version = \"0.35.0\"; version = \"0.36.0\"; src = fetchFromGitHub { owner = \"hyprwm\"; repo = finalAttrs.pname; rev = \"v${finalAttrs.version}\"; hash = \"sha256-dU5m6Cd4+WQZal2ICDVf1kww/dNzo1YUWRxWeCctEig=\"; hash = \"sha256-oZe4k6jtO/0govmERGcbeyvE9EfTvXY5bnyIs6AsL9U=\"; }; patches = ["}
{"_id":"q-en-nixpkgs-94174439b6b1c8eb56bb25c839d7a587f2940bde99b0f62830a23e40956a8491","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":"q-en-nixpkgs-94569b7f3ee2c5b89576f029e32aecbb0ec17664ca72f172fea083309257dbaf","text":"{ mkDerivation , lib , fetchFromGitHub , substituteAll , qtbase , qtwebengine , qtdeclarative"}
{"_id":"q-en-nixpkgs-94685c4f00fa886f043088b45c837c3a1a2fbd5c4026a148ce73f764a63d4182","text":"description = \"Desktop application for Proton Pass\"; homepage = \"https://proton.me/pass\"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ massimogengarelli sebtm ]; maintainers = with lib.maintainers; [ luftmensch-luftmensch massimogengarelli sebtm ]; platforms = [ \"x86_64-linux\" ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; mainProgram = \"proton-pass\";"}
{"_id":"q-en-nixpkgs-94be84e38485bf3a876dece4cfd55c00a9eb7f8ab5c50f91ab82c9e7d2dcb410","text":"abootimg = callPackage ../development/mobile/abootimg { }; adbfs-rootless = callPackage ../development/mobile/adbfs-rootless { adb = androidenv.androidPkgs_9_0.platform-tools; }; adbfs-rootless = callPackage ../development/mobile/adbfs-rootless { }; adb-sync = callPackage ../development/mobile/adb-sync { inherit (androidenv.androidPkgs_9_0) platform-tools;"}
{"_id":"q-en-nixpkgs-94c192250a82477d0185474134e5739ca83b31e206ed9f340f1f98c30f06067b","text":"]; nativeCheckInputs = with python3Packages; [ pytestCheckHook nose pynose ]; # Remove standard module argparse from requirements"}
{"_id":"q-en-nixpkgs-94c776fee99e321a907967c045bbd21c2ed3644d80a90229d9bc8bd550377fe5","text":"protocol = \"tcp\"; user = \"root\"; server = \"${pkgs.tcp_wrappers}/sbin/tcpd\"; serverArgs = \"${pkgs.heimdal}/sbin/kadmind\"; serverArgs = \"${pkgs.heimdalFull}/sbin/kadmind\"; }; systemd.services.kdc = {"}
{"_id":"q-en-nixpkgs-950a7d09a1aab986acaf960da0784e70f2f7b542a8fccd4b23744190d61ab28e","text":"yarg = callPackage ../development/python-modules/yarg { }; yark = callPackage ../development/python-modules/yark { }; yarl = callPackage ../development/python-modules/yarl { }; yaspin = callPackage ../development/python-modules/yaspin { };"}
{"_id":"q-en-nixpkgs-950b1bd49012ff6c986eb2eb771d81780e5adf1adb20c0564f8dd139b9a1d1ed","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":"q-en-nixpkgs-9520f44e5dabd361490d260dfaaba52986a9c9a7f6d2219e7351f41126646201","text":"{ lib , buildPythonPackage , fetchPypi , setuptools , pkgs , python , pythonOlder }: buildPythonPackage rec { pname = \"bsddb3\"; version = \"6.2.9\"; format = \"setuptools\"; pyproject = true; src = fetchPypi { inherit pname version; sha256 = \"70d05ec8dc568f42e70fc919a442e0daadc2a905a1cfb7ca77f549d49d6e7801\"; }; build-system = [ setuptools ]; buildInputs = [ pkgs.db ]; doCheck = pythonOlder \"3.12\"; # distutils usage checkPhase = '' ${python.interpreter} test.py '';"}
{"_id":"q-en-nixpkgs-95715c9bfe50aa4e329d42384c14143457bbc28038425af2da62e9b045b3bada","text":"audiowaveform = callPackage ../tools/audio/audiowaveform { }; authenticator = callPackage ../applications/misc/authenticator { }; authenticator = callPackage ../applications/misc/authenticator rec { # Remove when GTK is upgraded past 4.8 # https://github.com/NixOS/nixpkgs/issues/216770 gtk4 = pkgs.gtk4.overrideAttrs (_: rec { version = \"4.9.4\"; src = fetchurl { url = \"mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz\"; sha256 = \"sha256-kaOv1YQB1OXYHjCwjuPxE6R2j/EBQDNqcqMmx3JyvjA=\"; }; }); wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = gtk4; }; }; autoflake = with python3.pkgs; toPythonApplication autoflake;"}
{"_id":"q-en-nixpkgs-9577a2d79d6f527b2d575d2ab95688f81e94c563c61908f842cbdc58e919085a","text":"optionalString config.security.pam.enableEcryptfs '' auth optional ${pkgs.ecryptfs}/lib/security/pam_ecryptfs.so unwrap '' + optionalString config.security.pam.enableFscrypt '' auth optional ${pkgs.fscrypt-experimental}/lib/security/pam_fscrypt.so '' + optionalString cfg.pamMount '' auth optional ${pkgs.pam_mount}/lib/security/pam_mount.so disable_interactive '' +"}
{"_id":"q-en-nixpkgs-95975338067c80373a5fb971a0af60b91f60639660c9cc1fb7419655faa0477d","text":"networking.nat.enable = true; networking.nat.internalInterfaces = [ \"eth2\" ]; networking.nat.externalInterface = \"eth1\"; networking.nftables.enable = useNftables; networking.firewall.enable = true; networking.firewall.trustedInterfaces = [ \"eth2\" ]; networking.interfaces.eth1.ipv4.addresses = ["}
{"_id":"q-en-nixpkgs-9608acf1bbe112644d44b169edbc9e93433c8c36c9c5166f096988c048004e35","text":"inherit sha256; }; patches = [ ./0001-Setup-remove-custom-dbuser-creation-behavior.patch ]; patches = [ (./patches + \"/v${major}/0001-Setup-remove-custom-dbuser-creation-behavior.patch\") ]; passthru.tests = nixosTests.nextcloud;"}
{"_id":"q-en-nixpkgs-961bc0c495f346238bacd81122dc9690f35bd4ffcb24c30ea15130385d38eec6","text":"buildPythonPackage rec { pname = \"dvc-data\"; version = \"3.15.2\"; version = \"3.16.0\"; pyproject = true; disabled = pythonOlder \"3.8\";"}
{"_id":"q-en-nixpkgs-9691561f4639c188ca9079cedcccab47b6bc6ff8915389414c54fffac11f4b5e","text":", qtmultimedia , qtx11extras , soxr , vgmstream , wavpack }:"}
{"_id":"q-en-nixpkgs-971092861e1c469cd61a99cece6536dcb2880a735396db195721e8504e732c7a","text":" { lib , buildGoModule , fetchFromGitHub , stdenv , Cocoa , fetchpatch }: buildGoModule rec { pname = \"butler\"; version = \"15.21.0\"; src = fetchFromGitHub { owner = \"itchio\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-vciSmXR3wI3KcnC+Uz36AgI/WUfztA05MJv1InuOjJM=\"; }; buildInputs = lib.optionals stdenv.isDarwin [ Cocoa ]; patches = [ # update x/sys dependency for darwin build https://github.com/itchio/butler/pull/245 (fetchpatch { url = \"https://github.com/itchio/butler/pull/245/commits/ef651d373e3061fda9692dd44ae0f7ce215e9655.patch\"; hash = \"sha256-rZZn/OGiv3mRyy89uORyJ99zWN21kZCCQAlFvSKxlPU=\"; }) ]; proxyVendor = true; vendorHash = \"sha256-GvUUCQ2BPW0HlXZljBWJ2Wyys9OEIM55dEWAa6J19Zg=\"; doCheck = false; meta = with lib; { # butler cannot be build with Go >=1.21 # See https://github.com/itchio/butler/issues/256 # and https://github.com/itchio/dmcunrar-go/issues/1 # The dependency causing the issue is marked as 'no maintainence intended'. # Last butler release is from 05/2021. broken = true; description = \"Command-line itch.io helper\"; homepage = \"https://github.com/itchio/butler\"; license = licenses.mit; maintainers = with maintainers; [ martfont ]; }; } "}
{"_id":"q-en-nixpkgs-97293f5e8c420d5c3783a2cba8ee1d0747f555323694220a034e728228cabc02","text":"else [{ip = \"*\"; port = 80;}]; getListen = cfg: let list = (lib.optional (cfg.port != 0) {ip = \"*\"; port = cfg.port;}) ++ cfg.listen; in if list == [] then defaultListen cfg else list; if cfg.listen == [] then defaultListen cfg else cfg.listen; listenToString = l: \"${l.ip}:${toString l.port}\";"}
{"_id":"q-en-nixpkgs-975935dc51fc823778830ba1903eacb4884e80968830e620458d27ebb5268cc1","text":" { lib , stdenv , rustPlatform , fetchFromGitHub , pkg-config , openssl , installShellFiles , darwin , testers , pixi }: rustPlatform.buildRustPackage rec { pname = \"pixi\"; version = \"0.11.1\"; src = fetchFromGitHub { owner = \"prefix-dev\"; repo = \"pixi\"; rev = \"v${version}\"; hash = \"sha256-NOa8OvZs+BoJQ9qIU1lpMmEOecZpmwwCNYpDk1LUSTI=\"; }; cargoHash = \"sha256-rDtr9ITYH5o/QPG1Iozh05iTA8c0i+3DnabXLzyqdrg=\"; nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin ( with darwin.apple_sdk_11_0.frameworks; [ CoreFoundation IOKit SystemConfiguration Security ] ); checkFlags = [ # Skip tests requiring network \"--skip=add_channel\" \"--skip=add_functionality\" \"--skip=add_functionality_os\" \"--skip=add_functionality_union\" \"--skip=add_pypi_functionality\" \"--skip=test_alias\" \"--skip=test_cwd\" \"--skip=test_incremental_lock_file\" ]; postInstall = '' installShellCompletion --cmd pix --bash <($out/bin/pixi completion --shell bash) --fish <($out/bin/pixi completion --shell fish) --zsh <($out/bin/pixi completion --shell zsh) ''; passthru.tests.version = testers.testVersion { package = pixi; }; meta = with lib; { description = \"Package management made easy\"; homepage = \"https://pixi.sh/\"; license = licenses.bsd3; maintainers = with lib.maintainers; [ aaronjheng ]; mainProgram = \"pixi\"; }; } "}
{"_id":"q-en-nixpkgs-97a86d52045f8fa631405f26b9222a1cfb4ab63d7acb467b401c250acbefd1a0","text":"install -v -m 444 -D btrfs-completion $out/share/bash-completion/completions/btrfs ''; configureFlags = lib.optionals stdenv.hostPlatform.isMusl [ \"--disable-backtrace\" ] ++ lib.optionals (!enablePython) [ configureFlags = [ # Built separately, see python3Packages.btrfsutil \"--disable-python\" ] ++ lib.optionals stdenv.hostPlatform.isMusl [ \"--disable-backtrace\" ] ++ lib.optionals (!udevSupport) [ \"--disable-libudev\" ]; makeFlags = [ \"udevruledir=$(out)/lib/udev/rules.d\" ]; installFlags = lib.optionals enablePython [ \"install_python\" ]; enableParallelBuilding = true; passthru.tests = {"}
{"_id":"q-en-nixpkgs-97e22cae77497b3866514c3d427e7a3c14216975d7dfa16dd306ed0083bce086","text":"buildInputs = [ gpsd libcap libnl ]; preBuild = '' makeFlags=\"PREFIX=$out PKG_CONFIG=${pkg-config}/bin/${pkg-config.targetPrefix}pkg-config\" makeFlags=\"PREFIX=$out\" ''; meta = {"}
{"_id":"q-en-nixpkgs-981e71f412eeae43451985f4a7e4a2462410a6e1970b2feea75eb3870a561c52","text":"# Wrap manually dontWrapQtApps = true; dontWrapGApps = true; # Remove some references to shrink the closure size. This reference (as of # 2018-11-06) was a single string like the following:"}
{"_id":"q-en-nixpkgs-98538da5dfa8b5805ac7addd1ea0224182b49eb02293c9c5334f6475bbd9c978","text":", pango , systemd , xorg , fontconfig }: stdenv.mkDerivation (finalAttrs: { pname = \"plymouth\"; version = \"23.360.11\"; version = \"24.004.60\"; outputs = [ \"out\" \"dev\" ];"}
{"_id":"q-en-nixpkgs-986bba9160a00c8d54bfc57e574bbfbc662b45106104b12a967faf8017b2c732","text":"storm = callPackage ../servers/computing/storm { }; switcheroo-control = callPackage ../os-specific/linux/switcheroo-control { }; slurm = callPackage ../servers/computing/slurm { gtk2 = null; }; slurm-spank-x11 = callPackage ../servers/computing/slurm-spank-x11 { };"}
{"_id":"q-en-nixpkgs-986fd05b1814678bae913bbff0031bd3ec8a5640536cd480aed049d3213fedc0","text":"enable = mkOption { type = types.bool; default = false; description = \"Enable Mailman on this host. Requires an active Postfix installation.\"; description = \"Enable Mailman on this host. Requires an active MTA on the host (e.g. Postfix).\"; }; package = mkOption {"}
{"_id":"q-en-nixpkgs-98ca7379c60ddfbc1055e051d7a989040e97a291fd424dce8c4760e490261d45","text":"{ lib , stdenv , buildPythonPackage , fetchFromGitHub , pythonOlder"}
{"_id":"q-en-nixpkgs-98eb504ffa24b422f06cdc68eaa099a262c7b4aab21f430efaf4e86bea106852","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":"q-en-nixpkgs-98ecdbbd8bb7123f20dd094816d36db3a6b038a8a3fe734f673adb11adb06b81","text":"boost = boost179; }; xorriso = libisoburn; xurls = callPackage ../tools/text/xurls { }; xxv = callPackage ../tools/misc/xxv { };"}
{"_id":"q-en-nixpkgs-99026170e1ef48a2252f429a5e039abe61a99a98f2c0c431060bc90dba1b04f0","text":"lib, pkgs, ... }: let }: let nvidiaEnabled = (lib.elem \"nvidia\" config.services.xserver.videoDrivers); nvidia_x11 = if nvidiaEnabled || cfg.datacenter.enable then cfg.package else null; nvidia_x11 = if nvidiaEnabled || cfg.datacenter.enable then cfg.package else null; cfg = config.hardware.nvidia;"}
{"_id":"q-en-nixpkgs-99136fd6e0d38876140b16ee5cc56d7b1e8c693c87be463b70d3a4dd48e4e5b9","text":" From 6ee128b95bacaff20746538dc97c2b8e2b9fcc29 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 15 May 2022 10:54:38 -0400 Subject: [PATCH] openssl: load \"legacy\" provider for RC4 --- libtransmission/crypto-utils-openssl.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libtransmission/crypto-utils-openssl.c b/libtransmission/crypto-utils-openssl.c index 45fd71913..14d680654 100644 --- a/libtransmission/crypto-utils-openssl.c +++ b/libtransmission/crypto-utils-openssl.c @@ -20,6 +20,9 @@ #include #include #include +#if OPENSSL_VERSION_MAJOR >= 3 +#include +#endif #include \"transmission.h\" #include \"crypto-utils.h\" @@ -184,6 +187,10 @@ static void openssl_evp_cipher_context_free(EVP_CIPHER_CTX* handle) tr_rc4_ctx_t tr_rc4_new(void) { +#if OPENSSL_VERSION_MAJOR >= 3 + OSSL_PROVIDER_load(NULL, \"default\"); + OSSL_PROVIDER_load(NULL, \"legacy\"); +#endif EVP_CIPHER_CTX* handle = EVP_CIPHER_CTX_new(); if (check_result(EVP_CipherInit_ex(handle, EVP_rc4(), NULL, NULL, NULL, -1))) -- 2.35.1 "}
{"_id":"q-en-nixpkgs-994bcd3b4ff04b3e29cf3ac74ece137067e9fb4d30cc89c93f6c2d05bdbaf321","text":"patches = [ # fix build with openssl 3.0 (fetchurl { url = \"https://gitweb.gentoo.org/repo/gentoo.git/plain/net-p2p/transmission/files/transmission-3.00-openssl-3.patch\"; hash = \"sha256-peVrkGck8AfbC9uYNfv1CIu1alIewpca7A6kRXjVlVs=\"; }) ./transmission-3.00-openssl-3.patch ]; outputs = [ \"out\" \"apparmor\" ];"}
{"_id":"q-en-nixpkgs-995d4f444459994a5eedd7c5072013a73e4a9bf59bb8a4f7b2215dcc34b8fe1f","text":", xorg , libiconv , AppKit , Foundation , Security # darwin.apple_sdk.sdk , sdk"}
{"_id":"q-en-nixpkgs-997480ed68d027af26fd8253a34551658e752aeb08ede241b70e13887addb835","text":"let basename = \"streamlink-twitch-gui\"; runtimeLibs = lib.makeLibraryPath [ libudev0-shim ]; runtimeBins = lib.makeBinPath [ streamlink ]; arch = if stdenv.hostPlatform.system == \"x86_64-linux\" then"}
{"_id":"q-en-nixpkgs-99a8bda709075e337620fd8be815c961c9a1f6232b70bebf8087a49a0cf39af0","text":" { channel, pname, version, sha256Hash, patches }: { channel, pname, version, sha256Hash, patches , filename ? \"flutter_linux_v${version}-${channel}.tar.xz\" }: { bash, buildFHSUserEnv, cacert, coreutils, git, makeWrapper, runCommand, stdenv , fetchurl, alsaLib, dbus, expat, libpulseaudio, libuuid, libX11, libxcb"}
{"_id":"q-en-nixpkgs-9a0bda6ad31027e7cb17dc6ca93a7ee4d416de5813b903e98b183d67f62bd59d","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":"q-en-nixpkgs-9a26d11aa85b6f2076bad04a90c00a767bba84bbdd524ffcccb024c33ad5c5ad","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":"q-en-nixpkgs-9a2d84b8bba34306a0278ba6bc8e23dbc0017be838a24debbc304b12492f41a4","text":"stdenv.mkDerivation rec { pname = \"sqlite-analyzer\"; version = \"3.32.2\"; version = \"3.32.3\"; src = assert version == sqlite.version; fetchurl { url = \"https://sqlite.org/2020/sqlite-src-${archiveVersion version}.zip\"; sha256 = \"1jqhs896cvp9l399mjpbv1x2qbfvq875l1vrgnl3zc4ffdjxs9z0\"; sha256 = \"1fgmslzf013ry3a7g2vms7zyg24gs53gfj308r6ki4inbn3g04lk\"; }; nativeBuildInputs = [ unzip ];"}
{"_id":"q-en-nixpkgs-9a5bacf0ae2486fb13574f38d8698e0436d357e3c5f0aef94795c95bdff70146","text":"if ($copyKernels == 0) { $conf .= $grubStore->search . \"n\"; } if ($extraInitrd) { $conf .= $extraInitrdPath->search . \"n\"; } $conf .= \" $extraPerEntryConfign\" if $extraPerEntryConfig; $conf .= \" multiboot $xen $xenParamsn\" if $xen; $conf .= \" \" . ($xen ? \"module\" : \"linux\") . \" $kernel $kernelParamsn\";"}
{"_id":"q-en-nixpkgs-9a6709c2603c1903d959495bd907bc01c0c0d5a65a8d65276e7047c5e83800be","text":"\"-DSPHINX_WARNINGS_AS_ERRORS=OFF\" ]; postPatch = '' postPatch = lib.optional enableSharedLibraries '' substitute '${./outputs.patch}' ./outputs.patch --subst-var lib patch -p1 < ./outputs.patch '';"}
{"_id":"q-en-nixpkgs-9ab8bb3e5451ebd71ba4a69a2aa2ea169393d3260b31d5c089b92a7154e29b4f","text":"final String gradlewBinaryName = Platform.isWindows ? 'gradlew.bat' : 'gradlew'; final Directory tempDir = Directory.systemTemp.createTempSync('flutter_devicelab_shutdown_gradle.'); - recursiveCopy(Directory(path.join(flutterDirectory.path, 'bin', 'cache', 'artifacts', 'gradle_wrapper')), tempDir); + recursiveCopy(Directory(path.join(homeDirPath, '.cache', 'flutter', 'artifacts', 'gradle_wrapper')), tempDir); + recursiveCopy(Directory(path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter', 'artifacts', 'gradle_wrapper')), tempDir); copy(File(path.join(path.join(flutterDirectory.path, 'packages', 'flutter_tools'), 'templates', 'app', 'android.tmpl', 'gradle', 'wrapper', 'gradle-wrapper.properties')), Directory(path.join(tempDir.path, 'gradle', 'wrapper'))); if (!Platform.isWindows) { await exec("}
{"_id":"q-en-nixpkgs-9adf6f2b12cdcd1717797e35d9bf3d040c653c368cb9c3ea2da57bb38cd53c75","text":"''; The main difference is that preceding whitespace is automatically stripped from each line, and that characters like The main difference is that it strips from each line a number of spaces equal to the minimal indentation of the string as a whole (disregarding the indentation of empty lines), and that characters like \" and are not special (making it more convenient for including things like shell code). code). See more info about this in the Nix manual here. "}
{"_id":"q-en-nixpkgs-9adfeb80ca7cf13d9087e69f36355c48bc24c6f175943dd4788cce0006cdc15a","text":"buildInputs = optionals stdenv.isDarwin (with darwin; [ cups # `sw_vers` is used by `src/3rdparty/chromium/build/config/mac/sdk_info.py` # to get some information about the host platform. (writeScriptBin \"sw_vers\" '' #!${stdenv.shell} while [ $# -gt 0 ]; do case \"$1\" in -buildVersion) echo \"17E199\";; *) break ;; esac shift done '') # For sandbox.h include (runCommand \"MacOS_SDK_sandbox.h\" {} '' install -Dm444 \"${lib.getDev darwin.apple_sdk.sdk}\"/include/sandbox.h \"$out\"/include/sandbox.h"}
{"_id":"q-en-nixpkgs-9ae979be6eac5f35ea709d05f4f78cb5712f6d391a5f4504d7cde3ec5de12455","text":"owner = \"Ultimaker\"; repo = \"Cura\"; rev = version; sha256 = \"1qnai8vmgy5lx3lapw96j41i8mw9p6r99i3qzs709l9yzrix6l86\"; sha256 = \"1wf60qr0wqsci5skp55qr8h56s3x5s2icxbn58ia9s4a5hhvnsmf\"; }; materials = fetchFromGitHub {"}
{"_id":"q-en-nixpkgs-9b15d9132799b04917d1ea94b0c7a8f95148e97afb55abf2931fe2767cb15833","text":", libdrm ? null , mesa ? null , alsaSupport ? stdenv.isLinux, alsa-lib ? null , alsaSupport ? stdenv.isLinux, alsa-lib ? null , archiveSupport ? true, libarchive ? null , bluraySupport ? true, libbluray ? null , bs2bSupport ? true, libbs2b ? null"}
{"_id":"q-en-nixpkgs-9b1db30b7d52af2b8bcc82732604e8aa5783636e6e87a32e3c33a557d7233dd7","text":"rofi-unwrapped = callPackage ../applications/misc/rofi { }; rofi = callPackage ../applications/misc/rofi/wrapper.nix { }; rofi-wayland-unwrapped = callPackage ../applications/misc/rofi/wayland.nix { }; rofi-wayland = callPackage ../applications/misc/rofi/wrapper.nix { rofi-unwrapped = rofi-wayland-unwrapped; }; rofi-pass = callPackage ../tools/security/pass/rofi-pass.nix { };"}
{"_id":"q-en-nixpkgs-9b579f6882752756fc40586ff971e780fc7b518d2343c051d9ef5cd84714f377","text":"diff --git a/packages/flutter_tools/lib/src/asset.dart b/packages/flutter_tools/lib/src/asset.dart index 80fb16673f..5723f93f9f 100644 index ed42baea29..fee2fb1d62 100644 --- a/packages/flutter_tools/lib/src/asset.dart +++ b/packages/flutter_tools/lib/src/asset.dart @@ -7,6 +7,7 @@ import 'package:meta/meta.dart'; import 'package:package_config/package_config.dart'; +import 'base/common.dart'; import 'base/context.dart'; import 'base/deferred_component.dart'; import 'base/file_system.dart'; @@ -16,6 +17,7 @@ import 'build_info.dart'; import 'cache.dart'; @@ -11,11 +11,11 @@ import 'base/file_system.dart'; import 'base/logger.dart'; import 'base/platform.dart'; import 'build_info.dart'; -import 'cache.dart'; import 'convert.dart'; import 'dart/package_map.dart'; +import 'globals.dart' as globals; import 'devfs.dart'; import 'flutter_manifest.dart'; +import 'globals.dart' as globals; import 'license_collector.dart'; @@ -449,7 +451,7 @@ class ManifestAssetBundle implements AssetBundle { for (final Map font in family['fonts'] as List import 'project.dart'; @@ -504,7 +504,7 @@ class ManifestAssetBundle implements AssetBundle { } 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, '.cache', 'flutter', 'artifacts', 'material_fonts'), - baseDir: _fileSystem.path.join(Cache.flutterRoot!, 'bin', 'cache', 'artifacts', 'material_fonts'), + baseDir: _fileSystem.path.join(globals.fsUtils.homeDirPath!, 'bin', 'cache', 'artifacts', 'material_fonts'), relativeUri: Uri(path: entryUri.pathSegments.last), entryUri: entryUri, package: null, diff --git a/packages/flutter_tools/lib/src/cache.dart b/packages/flutter_tools/lib/src/cache.dart index 152d4e75e5..1fcff7e2bd 100644 index 7870c7807f..3fcf92f20d 100644 --- a/packages/flutter_tools/lib/src/cache.dart +++ b/packages/flutter_tools/lib/src/cache.dart @@ -9,6 +9,7 @@ import 'package:file/memory.dart'; import 'package:meta/meta.dart'; import 'package:process/process.dart'; @@ -22,6 +22,7 @@ import 'base/user_messages.dart'; import 'build_info.dart'; import 'convert.dart'; import 'features.dart'; +import 'globals.dart' as globals; import 'base/common.dart'; import 'base/error_handling_io.dart'; import 'base/file_system.dart'; @@ -298,8 +299,15 @@ class Cache { const String kFlutterRootEnvironmentVariableName = 'FLUTTER_ROOT'; // should point to //flutter/ (root of flutter/flutter repo) const String kFlutterEngineEnvironmentVariableName = 'FLUTTER_ENGINE'; // should point to //engine/src/ (root of flutter/engine repo) @@ -302,8 +303,13 @@ class Cache { return; } assert(_lock == null); + + final Directory dir = _fileSystem.directory(_fileSystem.path.join(globals.fsUtils.homeDirPath!, '.cache', 'flutter')); + if (!dir.existsSync()) { + dir.createSync(recursive: true); + globals.os.chmod(dir, '755'); + } + final File lockFile = - _fileSystem.file(_fileSystem.path.join(flutterRoot!, 'bin', 'cache', 'lockfile')); + _fileSystem.file(_fileSystem.path.join(globals.fsUtils.homeDirPath!, '.cache', 'flutter', 'lockfile')); try { _lock = lockFile.openSync(mode: FileMode.write); } on FileSystemException catch (e) { @@ -404,7 +412,7 @@ class Cache { @@ -453,7 +459,7 @@ class Cache { if (_rootOverride != null) { return _fileSystem.directory(_fileSystem.path.join(_rootOverride!.path, 'bin', 'cache')); } else {"}
{"_id":"q-en-nixpkgs-9b61a8f5b2d71dd9d019288ae532be7c68d63d4f64538701c2faca56d1695ad5","text":" { buildPythonPackage, fetchFromGitHub, lib, loguru, rpyc, }: buildPythonPackage rec { pname = \"streamcontroller-plugin-tools\"; version = \"2.0.0\"; src = fetchFromGitHub { owner = \"StreamController\"; repo = \"streamcontroller-plugin-tools\"; rev = version; hash = \"sha256-dQZPRSzHhI3X+Pf7miwJlECGFgUfp68PtvwXAmpq5/s=\"; }; dependencies = [ loguru rpyc ]; pythonImportsCheck = [ \"streamcontroller_plugin_tools\" ]; meta = with lib; { description = \"StreamController plugin tools\"; homepage = \"https://github.com/StreamController/streamcontroller-plugin-tools\"; license = licenses.gpl3; maintainers = with maintainers; [ sifmelcara ]; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-9b6acc3610c2a68c0a9e99706d3bc6f34717b7c36058bbebad57811388369c07","text":"diff --git a/src/dist/component/package.rs b/src/dist/component/package.rs index 73a533b5..408ab815 100644 index dfccc661..85233f3b 100644 --- a/src/dist/component/package.rs +++ b/src/dist/component/package.rs @@ -113,6 +113,7 @@ fn install<'a>( @@ -113,6 +113,7 @@ impl Package for DirectoryPackage { } else { builder.move_file(path.clone(), &src_path)? } + nix_patchelf_if_needed(&target.prefix().path().join(path.clone()), &src_path) + nix_patchelf_if_needed(&target.prefix().path().join(path.clone())) } \"dir\" => { if self.copy { @@ -135,6 +136,29 @@ fn components(&self) -> Vec { @@ -135,6 +136,175 @@ impl Package for DirectoryPackage { } } +fn nix_patchelf_if_needed(dest_path: &Path, src_path: &Path) { + let (is_bin, is_lib) = if let Some(p) = src_path.parent() { + (p.ends_with(\"bin\") || p.ends_with(\"libexec\"), p.ends_with(\"lib\")) + } else { + (false, false) + }; +fn nix_wrap_lld(dest_lld_path: &Path) -> Result<()> { + use std::fs; + use std::io::Write; + use std::os::unix::fs::PermissionsExt; + + let path = dest_lld_path.parent().unwrap(); + let mut unwrapped_name = path.file_name().unwrap().to_string_lossy().to_string(); + unwrapped_name.push_str(\"-unwrapped\"); + let unwrapped_dir = path.with_file_name(unwrapped_name); + fs::create_dir(&unwrapped_dir).context(\"failed to create unwrapped directory\")?; + let mut unwrapped_lld = unwrapped_dir; + unwrapped_lld.push(dest_lld_path.file_name().unwrap()); + fs::rename(dest_lld_path, &unwrapped_lld).context(\"failed to move file\")?; + let mut ld_wrapper_path = std::env::current_exe()? + .parent() + .ok_or(anyhow!(\"failed to get parent directory\"))? + .with_file_name(\"nix-support\"); + let mut file = std::fs::File::create(dest_lld_path)?; + ld_wrapper_path.push(\"ld-wrapper.sh\"); + + let wrapped_script = format!( + \"#!/usr/bin/env bash +set -eu -o pipefail +o posix +shopt -s nullglob +export PROG=\"{}\" +\"{}\" $@\", + unwrapped_lld.to_string_lossy().to_string(), + ld_wrapper_path.to_string_lossy().to_string(), + ); + file.write_all(wrapped_script.as_bytes())?; + let mut permissions = file.metadata()?.permissions(); + permissions.set_mode(0o755); + file.set_permissions(permissions)?; + Ok(()) +} + +fn nix_patchelf_if_needed(dest_path: &Path) { + use std::fs::File; + use std::os::unix::fs::FileExt; + + struct ELFReader<'a> { + file: &'a mut File, + is_32bit: bool, + is_little_end: bool, + } + + impl<'a> ELFReader<'a> { + const MAGIC_NUMBER: &'static [u8] = &[0x7F, 0x45, 0x4c, 0x46]; + const ET_EXEC: u16 = 0x2; + const ET_DYN: u16 = 0x3; + const PT_INTERP: u32 = 0x3; + + fn new(file: &'a mut File) -> Option { + let mut magic_number = [0; 4]; + file.read_exact(&mut magic_number).ok()?; + if Self::MAGIC_NUMBER != magic_number { + return None; + } + let mut ei_class = [0; 1]; + file.read_exact_at(&mut ei_class, 0x4).ok()?; + let is_32bit = ei_class[0] == 1; + let mut ei_data = [0; 1]; + file.read_exact_at(&mut ei_data, 0x5).ok()?; + let is_little_end = ei_data[0] == 1; + Some(Self { + file, + is_32bit, + is_little_end, + }) + } + + fn is_exec_or_dyn(&self) -> bool { + let e_type = self.read_u16_at(0x10); + e_type == Self::ET_EXEC || e_type == Self::ET_DYN + } + + fn e_phoff(&self) -> u64 { + if self.is_32bit { + self.read_u32_at(0x1C) as u64 + } else { + self.read_u64_at(0x20) + } + } + + fn e_phentsize(&self) -> u64 { + let offset = if self.is_32bit { 0x2A } else { 0x36 }; + self.read_u16_at(offset) as u64 + } + + fn e_phnum(&self) -> u64 { + let offset = if self.is_32bit { 0x2C } else { 0x38 }; + self.read_u16_at(offset) as u64 + } + + if is_bin { + let _ = ::std::process::Command::new(\"@patchelf@/bin/patchelf\") + fn has_interp(&self) -> bool { + let e_phoff = self.e_phoff(); + let e_phentsize = self.e_phentsize(); + let e_phnum = self.e_phnum(); + for i in 0..e_phnum { + let p_type = self.read_u32_at(e_phoff + i * e_phentsize); + if p_type == Self::PT_INTERP { + return true; + } + } + false + } + + fn read_u16_at(&self, offset: u64) -> u16 { + let mut data = [0; 2]; + self.file.read_exact_at(&mut data, offset).unwrap(); + if self.is_little_end { + u16::from_le_bytes(data) + } else { + u16::from_be_bytes(data) + } + } + + fn read_u32_at(&self, offset: u64) -> u32 { + let mut data = [0; 4]; + self.file.read_exact_at(&mut data, offset).unwrap(); + if self.is_little_end { + u32::from_le_bytes(data) + } else { + u32::from_be_bytes(data) + } + } + + fn read_u64_at(&self, offset: u64) -> u64 { + let mut data = [0; 8]; + self.file.read_exact_at(&mut data, offset).unwrap(); + if self.is_little_end { + u64::from_le_bytes(data) + } else { + u64::from_be_bytes(data) + } + } + } + + let Some(mut dest_file) = File::open(dest_path).ok() else { + return; + }; + let Some(elf) = ELFReader::new(&mut dest_file) else { + return; + }; + if !elf.is_exec_or_dyn() { + return; + } + let mut patch_command = std::process::Command::new(\"@patchelf@/bin/patchelf\"); + if elf.has_interp() { + patch_command + .arg(\"--set-interpreter\") + .arg(\"@dynamicLinker@\") + .arg(dest_path) + .output(); + .arg(\"@dynamicLinker@\"); + } + if Some(std::ffi::OsStr::new(\"rust-lld\")) == dest_path.file_name() || !elf.has_interp() { + patch_command.arg(\"--add-rpath\").arg(\"@libPath@\"); + } + else if is_lib { + let _ = ::std::process::Command::new(\"@patchelf@/bin/patchelf\") + .arg(\"--set-rpath\") + .arg(\"@libPath@\") + .arg(dest_path) + .output(); + + debug!(\"patching {dest_path:?} using patchelf\"); + if let Err(err) = patch_command.arg(dest_path).output() { + warn!(\"failed to execute patchelf: {err:?}\"); + } + + if Some(std::ffi::OsStr::new(\"ld.lld\")) == dest_path.file_name() { + if let Err(err) = nix_wrap_lld(dest_path) { + warn!(\"failed to wrap `ld.lld`: {err:?}\"); + } + } +} +"}
{"_id":"q-en-nixpkgs-9b9f58387336e838ddc20770cc5ba8d75e86792fc35faa4a91ae701cb90a0301","text":" { lib, vips, resvg, mpv, libraw, imagemagick, libdevil, stdenv, fetchFromGitLab, cmake, libarchive, qt6Packages, extra-cmake-modules, exiv2, }: stdenv.mkDerivation rec { pname = \"previewqt\"; version = \"3.0\"; src = fetchFromGitLab { owner = \"lspies\"; repo = \"previewqt\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-cDtqgezKGgSdhw8x1mM4cZ0H3SfUPEyWP6rRD+kRwXc=\"; }; # can't find qtquick3d strictDeps = false; nativeBuildInputs = [ cmake extra-cmake-modules qt6Packages.wrapQtAppsHook ]; buildInputs = [ exiv2 imagemagick qt6Packages.poppler qt6Packages.qtmultimedia qt6Packages.qtquick3d qt6Packages.qtsvg qt6Packages.qttools qt6Packages.qtwebengine libarchive libdevil libraw mpv resvg vips ]; meta = { description = \"Qt-based file previewer\"; homepage = \"https://photoqt.org/previewqt\"; changelog = \"https://gitlab.com/lspies/previewqt/-/blob/v${version}/CHANGELOG\"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ eclairevoyant ]; mainProgram = \"previewqt\"; platforms = lib.platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-9bb64c52b131c53ab232c29cc4b799f185361e168674510620ed78fbfa60908d","text":", desktopName ? # browserName with first letter capitalized (lib.toUpper (lib.substring 0 1 browserName) + lib.substring 1 (-1) browserName) , nameSuffix ? \"\" , icon ? browserName, libtrick ? true , icon ? browserName }: let"}
{"_id":"q-en-nixpkgs-9bc4e07c189b1dd7e3f29dcda796d2a3e2b9ac4ae6dd884a8212f725083ef741","text":"sha256 = \"05s9dclmk7x5d7wnnj4qr6r6c827m72a44gizcv09lxr28pr9inz\"; fetchSubmodules = true; }; # we need the packed archive # The CMake external projects expect the packed archives rxcpp = fetchurl { url = \"https://github.com/Reactive-Extensions/RxCpp/archive/v${rxcppVersion}.tar.gz\"; sha256 = \"0y2isr8dy2n1yjr9c5570kpc9lvdlch6jv0jvw000amwn5d3krsh\";"}
{"_id":"q-en-nixpkgs-9bc74572fbd347abc156284706f95a8fb7b4d78b7b4a3a0be9469daf712d3135","text":"cudatoolkit ]; patches = [ # global context library is separated from libethash ./add-global-context.patch ]; preConfigure = '' sed -i 's/_lib_static//' libpoolprotocols/CMakeLists.txt '';"}
{"_id":"q-en-nixpkgs-9bd36dea5513e84a30fcbef714933c3c3e08ef13c8c03bf45d3abce51d2e841a","text":"libs=( symbols templates footprints packages3d ) get_rev() { git ls-remote --tags \"$@\" if [[ ${version} == \"master\" ]]; then git ls-remote --heads \"$@\" else git ls-remote --tags \"$@\" fi } gitlab=\"https://gitlab.com/kicad\""}
{"_id":"q-en-nixpkgs-9bda00227e8235546ff808cbf2f694a61a83873855e18ee718cf5539a1f98abf","text":" { lib, stdenv, callPackage, fetchurl, nixosTests }: { lib, stdenv, callPackage, fetchurl, nixosTests, commandLineArgs ? \"\" }: let inherit (stdenv.hostPlatform) system;"}
{"_id":"q-en-nixpkgs-9be554eae110e64d38540ae9bca743bde83535b1ecd465ee3e89ef93f3d4da36","text":"''; buildInputs = [ dconf gtk3 gobject-introspection ibus (python3.withPackages (pypkgs: with pypkgs; [ pygobject3 ])) dconf gtk3 gobject-introspection ibus (python3.withPackages (pypkgs: with pypkgs; [ pygobject3 (toPythonModule ibus) ])) ]; nativeBuildInputs = [ autoreconfHook docbook2x pkgconfig python3.pkgs.wrapPython ]; nativeBuildInputs = [ autoreconfHook docbook2x pkgconfig python3.pkgs.wrapPython wrapGAppsHook ]; postUnpack = '' substituteInPlace $sourceRoot/engine/Makefile.am --replace \"docbook2man\" \"docbook2man --sgml\" ''; postFixup = \"wrapPythonPrograms\"; meta = with stdenv.lib; { isIbusEngine = true; description = \"An IBus framework for table-based input methods\";"}
{"_id":"q-en-nixpkgs-9c5b267cb2291a4d9983564d182b33f5adf3195a95236022deaa98b61509f2bf","text":"meta = { homepage = \"https://github.com/vcrhonek/hwdata\"; description = \"Hardware Database, including Monitors, pci.ids, usb.ids, and video cards\"; license = lib.licenses.gpl2; platforms = lib.platforms.linux; license = lib.licenses.gpl2Plus; platforms = lib.platforms.all; }; }"}
{"_id":"q-en-nixpkgs-9c67996665aa2fe15de9f526f4b359c75e0c4c4732ccb6b89f8c5f450c65dc94","text":"va_end (ap); return res; diff --git a/src/builder-source-bzr.c b/src/builder-source-bzr.c index ceeec94a..8abe6f53 100644 --- a/src/builder-source-bzr.c +++ b/src/builder-source-bzr.c @@ -124,7 +124,7 @@ bzr (GFile *dir, gboolean res; va_list ap; va_start (ap, error); - res = flatpak_spawn (dir, output, 0, error, \"bzr\", ap); + res = flatpak_spawn (dir, output, 0, error, \"@bzr@\", ap); va_end (ap); - brz = g_find_program_in_path (\"brz\"); + brz = g_find_program_in_path (\"@brz@\"); return res; va_start (ap, error); res = flatpak_spawn (dir, output, 0, error, brz ? brz : \"bzr\", ap); diff --git a/src/builder-source-patch.c b/src/builder-source-patch.c index 8721e1e4..d7f4d840 100644 --- a/src/builder-source-patch.c +++ b/src/builder-source-patch.c @@ -247,15 +247,15 @@ patch (GFile *dir,"}
{"_id":"q-en-nixpkgs-9c763fa61c421f53a232f2656c6f07d2c5bc3098a09727a82d9dd2b3deaf0456","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":"q-en-nixpkgs-9c95811a8dc371a22c0bd6240392db0378b64030ec78c942329266eef9ceb95a","text":"sha256 = \"1fa7cmwrzn6kx87kms8i98p9azdlwyh2gnif29l340syl9hkr5qy\"; }; configFile = optionalString (conf != null) (builtins.toFile \"nnn.h\" conf); preBuild = optionalString (conf != null) \"cp ${configFile} src/nnn.h\"; configFile = lib.optionalString (conf != null) (builtins.toFile \"nnn.h\" conf); preBuild = lib.optionalString (conf != null) \"cp ${configFile} src/nnn.h\"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ readline ncurses ]; makeFlags = [ \"DESTDIR=${placeholder \"out\"}\" \"PREFIX=\" ]; makeFlags = [ \"DESTDIR=${placeholder \"out\"}\" \"PREFIX=\" ] ++ lib.optional withIcons [ \"O_ICONS=1\" ] ++ lib.optional withNerdIcons [ \"O_NERD=1\" ]; # shell completions postInstall = ''"}
{"_id":"q-en-nixpkgs-9cc90520e4405aa86a29e6f74ac461a869430cd16917365f3adf0eda6bc36a9e","text":"rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { pname = \"neovide\"; version = \"0.12.2\"; version = \"0.13.0\"; src = fetchFromGitHub { owner = \"neovide\"; repo = \"neovide\"; rev = version; sha256 = \"sha256-M19LKNjUmC0WkVGm4t7vjxgMMe0FdMTmB1mLcG33OUg=\"; sha256 = \"sha256-lYahMSaagT6DloFMXT2lLPM1xX/9IEGNIPvbo1MQgSw=\"; }; cargoHash = \"sha256-2fPprZVT7V+Ot8aCpWj6WTdyFylmzlujFdTJCrtE0rk=\"; cargoHash = \"sha256-g/Ezyz2gC1YaPMdIy/WdoOvezJUH3aB2FA87viahRzc=\"; SKIA_SOURCE_DIR = let"}
{"_id":"q-en-nixpkgs-9ceb0da4dc5511ec9284f10c77b86df4d33a3b04d074679b8c5eabd16f0fd0b9","text":"buildEclipse = callPackage ./build-eclipse.nix { }; eclipse-sdk-35 = buildEclipse { name = \"eclipse-sdk-3.5.2\"; description = \"Eclipse Classic\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.5.2-201002111343/eclipse-SDK-3.5.2-linux-gtk-x86_64.tar.gz; sha256 = \"1ndvanxw62b5ywi6ww0dyimabfmjdsw9q3xpy95zd8d5ygj2qsgq\"; } else fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.5.2-201002111343/eclipse-SDK-3.5.2-linux-gtk.tar.gz; sha256 = \"0y5n0cyr9lgjmmzkfmav7j5w66rc1jq3300hcw3vrfjiv1k6ng3w\"; }; }; eclipse_sdk_35 = eclipse-sdk-35; # backward compatibility, added 2016-01-30 eclipse-sdk-36 = buildEclipse { name = \"eclipse-sdk-3.6.2\"; description = \"Eclipse Classic\"; ################### Eclipse CPP ###################################################################################### eclipse-cpp-46 = buildEclipse { name = \"eclipse-cpp-4.6.0\"; description = \"Eclipse IDE for C/C++ Developers, Neon release\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-linux-gtk-x86_64.tar.gz; sha256 = \"0dfcfadcd6337c897fbfd5b292de481931dfce12d43289ecb93691fd27dd47f4\"; url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz; sha256 = \"09fqsgvbjfdqvn7z03crkii34z4bsb34y272q68ib8741bxk0i6m\"; } else else if stdenv.system == \"i686-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-linux-gtk.tar.gz; sha256 = \"1bh8ykliqr8wbciv13vpiy50rvm7yszk7y8dslr796dbwhi5b1cj\"; }; }; eclipse_sdk_36 = eclipse-sdk-36; # backward compatibility, added 2016-01-30 eclipse-scala-sdk-40 = buildEclipse { name = \"eclipse-scala-sdk-4.0.0\"; description = \"Eclipse IDE for Scala Developers\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { # tested url = http://downloads.typesafe.com/scalaide-pack/4.0.0.vfinal-luna-211-20150305/scala-SDK-4.0.0-vfinal-2.11-linux.gtk.x86_64.tar.gz; sha256 = \"b65c5e8160e72c8389537e9e427138e6daa2065f9df3a943a86e40dd1543dd83\"; url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz; sha256 = \"0a12qmqq22v7sbmwn1hjv1zcrkmp64bf0ajmdjljhs9ac79mxn5h\"; } else fetchurl { # untested url = http://downloads.typesafe.com/scalaide-pack/4.0.0.vfinal-luna-211-20150305/scala-SDK-4.0.0-vfinal-2.11-linux.gtk.x86.tar.gz; sha256 = \"f422aea5903c97d212264a5a43c6ebc638aecbd4ce5e6078d92618725bc5d31e\"; }; else throw \"Unsupported system: ${stdenv.system}\"; }; eclipse_scala_sdk_40 = eclipse-scala-sdk-40; # backward compatibility, added 2016-01-30 eclipse-cpp-36 = buildEclipse { name = \"eclipse-cpp-3.6.2\"; eclipse-cpp-37 = buildEclipse { name = \"eclipse-cpp-3.7\"; description = \"Eclipse IDE for C/C++ Developers\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-linux-gtk-x86_64.tar.gz; sha1 = \"6f914e11fa15a900c46825e4aa8299afd76e7e65\"; url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/indigo/R/eclipse-cpp-indigo-incubation-linux-gtk-x86_64.tar.gz; sha256 = \"14ppc9g9igzvj1pq7jl01vwhzb66nmzbl9wsdl1sf3xnwa9wnqk3\"; } else fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-linux-gtk.tar.gz; sha1 = \"1156e4bc0253ae3a3a4e54839e4944dc64d3108f\"; url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/indigo/R/eclipse-cpp-indigo-incubation-linux-gtk.tar.gz; sha256 = \"1cvg1vgyazrkinwzlvlf0dpl197p4784752srqybqylyj5psdi3b\"; }; }; eclipse_cpp_36 = eclipse-cpp-36; # backward compatibility, added 2016-01-30 eclipse_cpp_37 = eclipse-cpp-37; # backward compatibility, added 2016-01-30 ################### Eclipse Modeling ################################################################################ eclipse-modeling-46 = buildEclipse { name = \"eclipse-modeling-4.6\";"}
{"_id":"q-en-nixpkgs-9cfefffa56b7b036dae94ee555450d186ba83358f05afe0315eabfcdf5a9f921","text":"You cannot configure both an Intel iGPU and an AMD APU. Pick the one corresponding to your processor. ''; } { assertion = primeEnabled -> pCfg.nvidiaBusId != \"\" && (pCfg.intelBusId != \"\" || pCfg.amdgpuBusId != \"\"); message = '' When NVIDIA PRIME is enabled, the GPU bus IDs must configured. ''; } { assertion = offloadCfg.enable -> versionAtLeast nvidia_x11.version \"435.21\"; message = \"NVIDIA PRIME render offload is currently only supported on versions >= 435.21.\"; } { assertion = !(syncCfg.enable && offloadCfg.enable); message = \"Only one NVIDIA PRIME solution may be used at a time.\"; } { assertion = !(syncCfg.enable && cfg.powerManagement.finegrained); message = \"Sync precludes powering down the NVIDIA GPU.\"; } { assertion = cfg.powerManagement.enable -> offloadCfg.enable; message = \"Fine-grained power management requires offload to be enabled.\"; } { assertion = cfg.powerManagement.enable -> ( builtins.pathExists (cfg.package.out + \"/bin/nvidia-sleep.sh\") && builtins.pathExists (cfg.package.out + \"/lib/systemd/system-sleep/nvidia\") ); message = \"Required files for driver based power management don't exist.\"; } ]; # If Optimus/PRIME is enabled, we:"}
{"_id":"q-en-nixpkgs-9d17883c713f5adaa646204944a97bba1a40b7fbcda45f96fd602a5aae56fed9","text":"strings. The latter is concatenated, interspersed with colon characters. ''; type = with types; attrsOf (oneOf [ str path (listOf str) ]); type = with types; attrsOf (oneOf [ (listOf str) str path ]); apply = mapAttrs (n: v: if isList v then concatStringsSep \":\" v else \"${v}\"); };"}
{"_id":"q-en-nixpkgs-9db2905d8f9f5c9c545394abdda70c8e53531d763d812e681daef090786b86aa","text":" { lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, fuse, adb }: { lib , stdenv , fetchFromGitHub , pkg-config , fuse , android-tools }: stdenv.mkDerivation rec { pname = \"adbfs-rootless\"; version = \"2016-10-02\"; version = \"unstable-2023-03-21\"; src = fetchFromGitHub { owner = \"spion\"; repo = \"adbfs-rootless\"; rev = \"b58963430e40c9246710a16cec58e7ffc88baa48\"; sha256 = \"1kjibl86k6pf7vciwaaxwv5m4q28zdpd2g7yhp71av32jq6j3wm8\"; repo = pname; rev = \"fd56381af4dc9ae2f09b904c295686871a46ed0f\"; sha256 = \"atiVjRfqvhTlm8Q+3iTNNPQiNkLIaHDLg5HZDJvpl2Q=\"; }; patches = [ (fetchpatch { # https://github.com/spion/adbfs-rootless/issues/14 url = \"https://github.com/kronenpj/adbfs-rootless/commit/35f87ce0a7aeddaaad118daed3022e01453b838d.patch\"; sha256 = \"1iigla74n3hphnyx9ffli9wqk7v71ylvsxama868czlg7851jqj9\"; }) ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ fuse ]; postPatch = '' # very ugly way of replacing the adb calls sed -e 's|\"adb |\"${adb}/bin/adb |g' -i adbfs.cpp substituteInPlace adbfs.cpp --replace '\"adb ' '\"${android-tools}/bin/adb ' ''; installPhase = '' runHook preInstall install -D adbfs $out/bin/adbfs runHook postInstall ''; meta = with lib; { description = \"Mount Android phones on Linux with adb, no root required\"; inherit (src.meta) homepage; license = licenses.bsd3; maintainers = with maintainers; [ Profpatsch ]; platforms = platforms.linux; maintainers = with maintainers; [ Profpatsch aleksana ]; platforms = platforms.unix; }; }"}
{"_id":"q-en-nixpkgs-9dc85fbb314a2b4ab6a0c42973b34b4dbaf463e11c4df4e98a4b5974914cf53b","text":"}; dvisvgm = stdenv.mkDerivation { dvisvgm = stdenv.mkDerivation rec { pname = \"texlive-dvisvgm.bin\"; inherit version; inherit (common) src; version = \"2.11\"; # TODO: dvisvgm was switched to build from upstream sources # to address https://github.com/NixOS/nixpkgs/issues/104847 # We might want to consider reverting that change in the future. src = fetchurl { url = \"https://github.com/mgieseki/dvisvgm/releases/download/${version}/dvisvgm-${version}.tar.gz\"; sha256 = \"12b6h0h8rc487yjh3sq9zsdabm9cs2vqcrb0znnfi8277f87zf3j\"; }; nativeBuildInputs = [ pkgconfig ]; # TODO: dvisvgm still uses vendored dependencies buildInputs = [ core/*kpathsea*/ ghostscript zlib freetype /*potrace xxHash*/ ]; preConfigure = \"cd texk/dvisvgm\"; configureFlags = common.configureFlags ++ [ \"--with-system-kpathsea\" ]; buildInputs = [ core/*kpathsea*/ brotli ghostscript zlib freetype woff2 potrace xxHash ]; enableParallelBuilding = true; };"}
{"_id":"q-en-nixpkgs-9de8b4d63f19beb3669bc04093667ac3fffd7fef453da1a12f6916e5c2f434f3","text":" Updating the QEMU patches ========================= When updating to the latest American Fuzzy Lop, make sure to check for any new patches to qemu for binary fuzzing support: https://github.com/google/AFL/tree/master/qemu_mode Be sure to check the build script and make sure it's also using the right QEMU version and options in `qemu.nix`: https://github.com/google/AFL/blob/master/qemu_mode/build_qemu_support.sh `afl-config.h`, `afl-types.h`, and `afl-qemu-cpu-inl.h` are part of the afl source code, and copied from `config.h`, `types.h` and `afl-qemu-cpu-inl.h` appropriately. These files and the QEMU patches need to be slightly adjusted to fix their `#include`s (the patches try to otherwise include files like `../../config.h` which causes the build to fail). "}
{"_id":"q-en-nixpkgs-9dfe01477be38e5daa96079368276b17cdd6e670bf05a4bb81a8e00158232178","text":"preFixup = '' gappsWrapperArgs+=( --prefix \"PATH\" : \"${gvfs}/bin\" # needed for gio executable to be able to delete files --prefix \"PATH\" : \"${glib.bin}/bin\" ) '';"}
{"_id":"q-en-nixpkgs-9e069b02f1b564f42f89d72edef1152fa86d0b26bf7638f0f6c18faf3bec77f6","text":"]; buildInputs = [ gdk-pixbuf glib gnome.adwaita-icon-theme gtk3"}
{"_id":"q-en-nixpkgs-9e436d2227dcc406863e0fa9e47c2971fed31e8b29ef5b95f5d442e95e3ff552","text":" { lib, buildNpmPackage, fetchFromGitHub }: buildNpmPackage rec { pname = \"whistle\"; version = \"2.9.58\"; src = fetchFromGitHub { owner = \"avwo\"; repo = \"whistle\"; rev = \"v${version}\"; hash = \"sha256-/dt4xwUZrvymCpc3xRyWM2Wsh7zk7ndepgOWJwJ2Das=\"; }; npmDepsHash = \"sha256-9GBhC2PQyaqi64ncIuMZSf9CLB8l+cywT7QTzW9WiTs=\"; dontNpmBuild = true; meta = with lib; { description = \"HTTP, HTTP2, HTTPS, Websocket debugging proxy\"; homepage = \"https://github.com/avwo/whistle\"; changelog = \"https://github.com/avwo/whistle/blob/${src.rev}/CHANGELOG.md\"; license = licenses.mit; maintainers = [ maintainers.marsam ]; mainProgram = \"whistle\"; }; } "}
{"_id":"q-en-nixpkgs-9e7daaa285d3fab583bbaa525122d6ae192418009e6a67eb3dd2a927e767354d","text":" From 586e30940e640f67bd55bd72e1d1355a4faf8079 Mon Sep 17 00:00:00 2001 From: \"H.J. Lu\" Date: Tue, 13 Oct 2020 05:20:49 -0700 Subject: [PATCH] gold: Update GNU_PROPERTY_X86_XXX macros This patch updates GNU_PROPERTY_X86_XXX macros for gold: 1. GNU_PROPERTY_X86_UINT32_AND_XXX: A 4-byte unsigned integer property. A bit is set if it is set in all relocatable inputs: #define GNU_PROPERTY_X86_UINT32_AND_LO 0xc0000002 #define GNU_PROPERTY_X86_UINT32_AND_HI 0xc0007fff 2. GNU_PROPERTY_X86_UINT32_OR_XXX: A 4-byte unsigned integer property. A bit is set if it is set in any relocatable inputs: #define GNU_PROPERTY_X86_UINT32_OR_LO 0xc0008000 #define GNU_PROPERTY_X86_UINT32_OR_HI 0xc000ffff 3. GNU_PROPERTY_X86_UINT32_OR_AND_XXX: A 4-byte unsigned integer property. A bit is set if it is set in any relocatable inputs and the property is present in all relocatable inputs: #define GNU_PROPERTY_X86_UINT32_OR_AND_LO 0xc0010000 #define GNU_PROPERTY_X86_UINT32_OR_AND_HI 0xc0017fff 4. GNU_PROPERTY_X86_FEATURE_2_NEEDED, GNU_PROPERTY_X86_FEATURE_2_USED and GNU_PROPERTY_X86_FEATURE_2_XXX bits. GNU_PROPERTY_X86_FEATURE_1_AND is unchanged. GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED are updated to better support targeted processors since GNU_PROPERTY_X86_ISA_1_?86 aren't isn't very useful. A new set of GNU_PROPERTY_X86_ISA_1_XXX bits are defined. The previous GNU_PROPERTY_X86_ISA_1_XXX macros are deprecated and renamed to GNU_PROPERTY_X86_COMPAT_ISA_1_XXX and GNU_PROPERTY_X86_COMPAT_2_ISA_1_XXX. elfcpp/ * elfcpp.h (GNU_PROPERTY_X86_ISA_1_USED): Renamed to ... (GNU_PROPERTY_X86_COMPAT_ISA_1_USED): This. (GNU_PROPERTY_X86_ISA_1_NEEDED): Renamed to ... (GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED): This. (GNU_PROPERTY_X86_UINT32_AND_LO): New. (GNU_PROPERTY_X86_UINT32_AND_HI): Likewise. (GNU_PROPERTY_X86_UINT32_OR_LO): Likewise. (GNU_PROPERTY_X86_UINT32_OR_HI): Likewise. (GNU_PROPERTY_X86_UINT32_OR_AND_LO): Likewise. (GNU_PROPERTY_X86_UINT32_OR_AND_HI): Likewise. (GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED): New. (GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED): Likewise. (GNU_PROPERTY_X86_FEATURE_1_AND): Updated to (GNU_PROPERTY_X86_UINT32_AND_LO + 0). (GNU_PROPERTY_X86_ISA_1_NEEDED): New. Defined to GNU_PROPERTY_X86_UINT32_OR_LO + 2. (GNU_PROPERTY_X86_FEATURE_2_NEEDED): New. Defined to (GNU_PROPERTY_X86_UINT32_OR_LO + 1). (GNU_PROPERTY_X86_ISA_1_USED): New. Defined to GNU_PROPERTY_X86_UINT32_OR_AND_LO + 2. (GNU_PROPERTY_X86_FEATURE_2_USED): New. Defined to (GNU_PROPERTY_X86_UINT32_OR_AND_LO + 1). gold/ * x86_64.cc (Target_x86_64::Target_x86_64): Initialize feature_2_used_, feature_2_needed_ and object_feature_2_used_. (Target_x86_64::feature_2_used_): New data member. (Target_x86_64::feature_2_needed_): Likewise. (Target_x86_64::object_isa_1_used_): Likewise. (Target_x86_64::record_gnu_property): Support GNU_PROPERTY_X86_COMPAT_ISA_1_USED, GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED, GNU_PROPERTY_X86_COMPAT_2_ISA_1_USED, GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED, GNU_PROPERTY_X86_FEATURE_2_USED and GNU_PROPERTY_X86_FEATURE_2_NEEDED. (Target_x86_64::merge_gnu_properties): Merge FEATURE_2_USED bits. Initialize object_feature_2_used_. (Target_x86_64::do_finalize_gnu_properties): Support GNU_PROPERTY_X86_FEATURE_2_USED and GNU_PROPERTY_X86_FEATURE_2_NEEDED. * testsuite/gnu_property_a.S (GNU_PROPERTY_X86_ISA_1_USED): Set to 0xc0010002. (GNU_PROPERTY_X86_ISA_1_NEEDED): Set to 0xc0008002. * testsuite/gnu_property_b.S (GNU_PROPERTY_X86_ISA_1_USED): Set to 0xc0010002. (GNU_PROPERTY_X86_ISA_1_NEEDED): Set to 0xc0008002. * testsuite/gnu_property_c.S (GNU_PROPERTY_X86_ISA_1_USED): Set to 0xc0010002. (GNU_PROPERTY_X86_ISA_1_NEEDED): Set to 0xc0008002. * testsuite/gnu_property_test.sh: Updated. --- elfcpp/ChangeLog | [omitted] elfcpp/elfcpp.h | 18 ++++++++++++--- gold/ChangeLog | [omitted] gold/testsuite/gnu_property_a.S | 4 ++-- gold/testsuite/gnu_property_b.S | 4 ++-- gold/testsuite/gnu_property_c.S | 4 ++-- gold/testsuite/gnu_property_test.sh | 4 ++-- gold/x86_64.cc | 34 +++++++++++++++++++++++++++-- 8 files changed, 110 insertions(+), 13 deletions(-) diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 65d803c00e2..4b6ff94a654 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -1013,9 +1013,21 @@ enum GNU_PROPERTY_STACK_SIZE = 1, GNU_PROPERTY_NO_COPY_ON_PROTECTED = 2, GNU_PROPERTY_LOPROC = 0xc0000000, - GNU_PROPERTY_X86_ISA_1_USED = 0xc0000000, - GNU_PROPERTY_X86_ISA_1_NEEDED = 0xc0000001, - GNU_PROPERTY_X86_FEATURE_1_AND = 0xc0000002, + GNU_PROPERTY_X86_COMPAT_ISA_1_USED = 0xc0000000, + GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED = 0xc0000001, + GNU_PROPERTY_X86_UINT32_AND_LO = 0xc0000002, + GNU_PROPERTY_X86_UINT32_AND_HI = 0xc0007fff, + GNU_PROPERTY_X86_UINT32_OR_LO = 0xc0008000, + GNU_PROPERTY_X86_UINT32_OR_HI = 0xc000ffff, + GNU_PROPERTY_X86_UINT32_OR_AND_LO = 0xc0010000, + GNU_PROPERTY_X86_UINT32_OR_AND_HI = 0xc0017fff, + GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED = GNU_PROPERTY_X86_UINT32_OR_LO + 0, + GNU_PROPERTY_X86_COMPAT_2_ISA_1_USED = GNU_PROPERTY_X86_UINT32_OR_AND_LO + 0, + GNU_PROPERTY_X86_FEATURE_1_AND = GNU_PROPERTY_X86_UINT32_AND_LO + 0, + GNU_PROPERTY_X86_ISA_1_NEEDED = GNU_PROPERTY_X86_UINT32_OR_LO + 2, + GNU_PROPERTY_X86_FEATURE_2_NEEDED = GNU_PROPERTY_X86_UINT32_OR_LO + 1, + GNU_PROPERTY_X86_ISA_1_USED = GNU_PROPERTY_X86_UINT32_OR_AND_LO + 2, + GNU_PROPERTY_X86_FEATURE_2_USED = GNU_PROPERTY_X86_UINT32_OR_AND_LO + 1, GNU_PROPERTY_HIPROC = 0xdfffffff, GNU_PROPERTY_LOUSER = 0xe0000000, GNU_PROPERTY_HIUSER = 0xffffffff diff --git a/gold/testsuite/gnu_property_a.S b/gold/testsuite/gnu_property_a.S index 463bc8e52fe..5fbbbc9c4bb 100644 --- a/gold/testsuite/gnu_property_a.S +++ b/gold/testsuite/gnu_property_a.S @@ -1,8 +1,8 @@ #define NT_GNU_PROPERTY_TYPE_0 5 #define GNU_PROPERTY_STACK_SIZE 1 -#define GNU_PROPERTY_X86_ISA_1_USED 0xc0000000 -#define GNU_PROPERTY_X86_ISA_1_NEEDED 0xc0000001 +#define GNU_PROPERTY_X86_ISA_1_USED 0xc0010002 +#define GNU_PROPERTY_X86_ISA_1_NEEDED 0xc0008002 #define GNU_PROPERTY_X86_FEATURE_1_AND 0xc0000002 #if __SIZEOF_PTRDIFF_T__ == 8 diff --git a/gold/testsuite/gnu_property_b.S b/gold/testsuite/gnu_property_b.S index 0c0c038ead1..7028f73d7ab 100644 --- a/gold/testsuite/gnu_property_b.S +++ b/gold/testsuite/gnu_property_b.S @@ -2,8 +2,8 @@ #define GNU_PROPERTY_STACK_SIZE 1 #define GNU_PROPERTY_NO_COPY_ON_PROTECTED 2 -#define GNU_PROPERTY_X86_ISA_1_USED 0xc0000000 -#define GNU_PROPERTY_X86_ISA_1_NEEDED 0xc0000001 +#define GNU_PROPERTY_X86_ISA_1_USED 0xc0010002 +#define GNU_PROPERTY_X86_ISA_1_NEEDED 0xc0008002 #define GNU_PROPERTY_X86_FEATURE_1_AND 0xc0000002 #if __SIZEOF_PTRDIFF_T__ == 8 diff --git a/gold/testsuite/gnu_property_c.S b/gold/testsuite/gnu_property_c.S index ace159a9a9d..c8cbd8bce28 100644 --- a/gold/testsuite/gnu_property_c.S +++ b/gold/testsuite/gnu_property_c.S @@ -2,8 +2,8 @@ #define GNU_PROPERTY_STACK_SIZE 1 #define GNU_PROPERTY_NO_COPY_ON_PROTECTED 2 -#define GNU_PROPERTY_X86_ISA_1_USED 0xc0000000 -#define GNU_PROPERTY_X86_ISA_1_NEEDED 0xc0000001 +#define GNU_PROPERTY_X86_ISA_1_USED 0xc0010002 +#define GNU_PROPERTY_X86_ISA_1_NEEDED 0xc0008002 #define GNU_PROPERTY_X86_FEATURE_1_AND 0xc0000002 #if __SIZEOF_PTRDIFF_T__ == 8 diff --git a/gold/testsuite/gnu_property_test.sh b/gold/testsuite/gnu_property_test.sh index 1806d3474cc..a4096005b78 100755 --- a/gold/testsuite/gnu_property_test.sh +++ b/gold/testsuite/gnu_property_test.sh @@ -77,8 +77,8 @@ check_count gnu_property_test.stdout \"^ NOTE\" 2 check gnu_property_test.stdout \"stack size: 0x111100\" check gnu_property_test.stdout \"no copy on protected\" -check gnu_property_test.stdout \"x86 ISA used: i486, SSE2, SSE4_2, AVX512CD\" -check gnu_property_test.stdout \"x86 ISA needed: i486, SSE2, SSE4_2, AVX512CD\" +check gnu_property_test.stdout \"x86 ISA used: x86-64-v2, , , \" +check gnu_property_test.stdout \"x86 ISA needed: x86-64-v2, , , \" check gnu_property_test.stdout \"x86 feature: IBT\" exit 0 diff --git a/gold/x86_64.cc b/gold/x86_64.cc index 9cb2cf0a322..378bac16f78 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -706,8 +706,9 @@ class Target_x86_64 : public Sized_target rela_irelative_(NULL), copy_relocs_(elfcpp::R_X86_64_COPY), got_mod_index_offset_(-1U), tlsdesc_reloc_info_(), tls_base_symbol_defined_(false), isa_1_used_(0), isa_1_needed_(0), - feature_1_(0), object_isa_1_used_(0), object_feature_1_(0), - seen_first_object_(false) + feature_1_(0), feature_2_used_(0), feature_2_needed_(0), + object_isa_1_used_(0), object_feature_1_(0), + object_feature_2_used_(0), seen_first_object_(false) { } // Hook for a new output section. @@ -1382,6 +1383,8 @@ class Target_x86_64 : public Sized_target uint32_t isa_1_used_; uint32_t isa_1_needed_; uint32_t feature_1_; + uint32_t feature_2_used_; + uint32_t feature_2_needed_; // Target-specific properties from the current object. // These bits get ORed into ISA_1_USED_ after all properties for the object // have been processed. But if either is all zeroes (as when the property @@ -1391,6 +1394,7 @@ class Target_x86_64 : public Sized_target // These bits get ANDed into FEATURE_1_ after all properties for the object // have been processed. uint32_t object_feature_1_; + uint32_t object_feature_2_used_; // Whether we have seen our first object, for use in initializing FEATURE_1_. bool seen_first_object_; }; @@ -1594,9 +1598,15 @@ Target_x86_64::record_gnu_property( switch (pr_type) { + case elfcpp::GNU_PROPERTY_X86_COMPAT_ISA_1_USED: + case elfcpp::GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED: + case elfcpp::GNU_PROPERTY_X86_COMPAT_2_ISA_1_USED: + case elfcpp::GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED: case elfcpp::GNU_PROPERTY_X86_ISA_1_USED: case elfcpp::GNU_PROPERTY_X86_ISA_1_NEEDED: case elfcpp::GNU_PROPERTY_X86_FEATURE_1_AND: + case elfcpp::GNU_PROPERTY_X86_FEATURE_2_USED: + case elfcpp::GNU_PROPERTY_X86_FEATURE_2_NEEDED: if (pr_datasz != 4) { gold_warning(_(\"%s: corrupt .note.gnu.property section \" @@ -1625,6 +1635,12 @@ Target_x86_64::record_gnu_property( // If we see multiple feature props in one object, OR them together. this->object_feature_1_ |= val; break; + case elfcpp::GNU_PROPERTY_X86_FEATURE_2_USED: + this->object_feature_2_used_ |= val; + break; + case elfcpp::GNU_PROPERTY_X86_FEATURE_2_NEEDED: + this->feature_2_needed_ |= val; + break; } } @@ -1642,15 +1658,23 @@ Target_x86_64::merge_gnu_properties(const Object*) else if (this->isa_1_used_ != 0) this->isa_1_used_ |= this->object_isa_1_used_; this->feature_1_ &= this->object_feature_1_; + // If any object is missing the FEATURE_2_USED property, we must + // omit it from the output file. + if (this->object_feature_2_used_ == 0) +\tthis->feature_2_used_ = 0; + else if (this->feature_2_used_ != 0) +\tthis->feature_2_used_ |= this->object_feature_2_used_; } else { this->isa_1_used_ = this->object_isa_1_used_; this->feature_1_ = this->object_feature_1_; + this->feature_2_used_ = this->object_feature_2_used_; this->seen_first_object_ = true; } this->object_isa_1_used_ = 0; this->object_feature_1_ = 0; + this->object_feature_2_used_ = 0; } static inline void @@ -1676,6 +1700,12 @@ Target_x86_64::do_finalize_gnu_properties(Layout* layout) const if (this->feature_1_ != 0) add_property(layout, elfcpp::GNU_PROPERTY_X86_FEATURE_1_AND, this->feature_1_); + if (this->feature_2_used_ != 0) + add_property(layout, elfcpp::GNU_PROPERTY_X86_FEATURE_2_USED, +\t\t this->feature_2_used_); + if (this->feature_2_needed_ != 0) + add_property(layout, elfcpp::GNU_PROPERTY_X86_FEATURE_2_NEEDED, +\t\t this->feature_2_needed_); } // Write the first three reserved words of the .got.plt section. -- 2.27.0 "}
{"_id":"q-en-nixpkgs-9eacf6005da4fd697448bebf1ca44990d9dfbbf4baae27b83ed3d711ecb83053","text":"{ config, stdenv, lib, fetchurl, pkgconfig, zlib, expat, openssl, autoconf , libjpeg, libpng, libtiff, freetype, fontconfig, libpaper, jbig2dec , libiconv, ijs, lcms2 , libiconv, ijs, lcms2, fetchpatch , cupsSupport ? config.ghostscript.cups or (!stdenv.isDarwin), cups ? null , x11Support ? cupsSupport, xlibsWrapper ? null # with CUPS, X11 only adds very little }:"}
{"_id":"q-en-nixpkgs-9eb74e1df5ace64478ed2f1ec8b618168479ecd332a42fb5e72c609ccc83c817","text":"# GitKraken expects the CA bundle to be located in the bundled git directory. Since we replace it with # the one from nixpkgs, which doesn't provide a CA bundle, we need to explicitly set its location at runtime makeWrapper $out/share/${pname}/gitkraken $out/bin/gitkraken --set GIT_SSL_CAINFO \"${cacert}/etc/ssl/certs/ca-bundle.crt\" makeWrapper $out/share/${pname}/gitkraken $out/bin/gitkraken --set GIT_SSL_CAINFO \"${cacert}/etc/ssl/certs/ca-bundle.crt\" \"''${gappsWrapperArgs[@]}\" ''; };"}
{"_id":"q-en-nixpkgs-9ebc3c893521b9bc85a72a83dbbde642cd6bd558f3815d1a8c63db97bf3c50a2","text":"sub pathToUnitName { my ($path) = @_; open my $cmd, \"-|\", \"@systemd@/bin/systemd-escape\", \"--suffix=mount\", \"-p\", $path # Use current version of systemctl binary before daemon is reexeced. open my $cmd, \"-|\", \"/run/current-system/sw/bin/systemd-escape\", \"--suffix=mount\", \"-p\", $path or die \"Unable to escape $path!n\"; my $escaped = join \"\", <$cmd>; chomp $escaped;"}
{"_id":"q-en-nixpkgs-9ed0ea5a81a2937a56f56b008030b557baf7ba9d07c8a327af3d418bbd430a10","text":"}); beta = selectHighestVersion latest (generic { version = \"550.40.07\"; sha256_64bit = \"sha256-KYk2xye37v7ZW7h+uNJM/u8fNf7KyGTZjiaU03dJpK0=\"; sha256_aarch64 = \"sha256-AV7KgRXYaQGBFl7zuRcfnTGr8rS5n13nGUIe3mJTXb4=\"; openSha256 = \"sha256-mRUTEWVsbjq+psVe+kAT6MjyZuLkG2yRDxCMvDJRL1I=\"; settingsSha256 = \"sha256-c30AQa4g4a1EHmaEu1yc05oqY01y+IusbBuq+P6rMCs=\"; persistencedSha256 = \"sha256-11tLSY8uUIl4X/roNnxf5yS2PQvHvoNjnd2CB67e870=\"; patches = [ rcu_patch ]; version = \"555.42.02\"; sha256_64bit = \"sha256-k7cI3ZDlKp4mT46jMkLaIrc2YUx1lh1wj/J4SVSHWyk=\"; sha256_aarch64 = \"sha256-ekx0s0LRxxTBoqOzpcBhEKIj/JnuRCSSHjtwng9qAc0=\"; openSha256 = \"sha256-3/eI1VsBzuZ3Y6RZmt3Q5HrzI2saPTqUNs6zPh5zy6w=\"; settingsSha256 = \"sha256-rtDxQjClJ+gyrCLvdZlT56YyHQ4sbaL+d5tL4L4VfkA=\"; persistencedSha256 = \"sha256-3ae31/egyMKpqtGEqgtikWcwMwfcqMv2K4MVFa70Bqs=\"; }); # Vulkan developer beta driver"}
{"_id":"q-en-nixpkgs-9eed34667f52211a153b408433863df64b8ac60c15605fef226877479c9233b0","text":" let inherit (import { }) snapTools hello; in snapTools.makeSnap { meta = { name = \"hello\"; summary = hello.meta.description; description = hello.meta.longDescription; architectures = [ \"amd64\" ]; confinement = \"strict\"; apps.hello.command = \"${hello}/bin/hello\"; }; } "}
{"_id":"q-en-nixpkgs-9f057f62e7bc004038aa9e35896a1ca7f1b13fde402ba0f7fbb4fbe9dd5fc00f","text":"\"wallpapers\" \"applications\" \"desktop-directories\" \"mime\" \"appdata\" \"dbus-1\" ) ecmHostPathSeen=( ) # ecmHostPathsSeen is an associative array of the paths that have already been # seen by ecmHostPathHook. declare -gA ecmHostPathsSeen ecmUnseenHostPath() { for pkg in \"${ecmHostPathSeen[@]}\" do if [ \"${pkg:?}\" == \"$1\" ] then return 1 fi done ecmHostPathSeen+=(\"$1\") return 0 ecmHostPathIsNotSeen() { if [[ -n \"${ecmHostPathsSeen[\"$1\"]:-}\" ]]; then # The path has been seen before. return 1 else # The path has not been seen before. # Now it is seen, so record it. ecmHostPathsSeen[\"$1\"]=1 return 0 fi } ecmHostPathHook() { ecmUnseenHostPath \"$1\" || return 0 ecmHostPathIsNotSeen \"$1\" || return 0 local xdgConfigDir=\"$1/etc/xdg\" if [ -d \"$xdgConfigDir\" ]"}
{"_id":"q-en-nixpkgs-9f15ce4837184522308880b74a922d7ba3274a402649eb461c97886503fbe172","text":"{ stdenv , python3 , fetchFromGitHub , makeWrapper , gdb , future , isort , psutil , pycparser , pyelftools , python-ptrace , ROPGadget , six , unicorn , pygments , }: }: stdenv.mkDerivation rec { pname = \"pwndbg\"; version = \"2019.01.25\"; src = fetchFromGitHub { owner = \"pwndbg\"; repo = \"pwndbg\"; rev = version; sha256 = \"0k7n6pcrj62ccag801yzf04a9mj9znghpkbnqwrzz0qn3rs42vgs\"; }; nativeBuildInputs = [ makeWrapper ]; propagatedBuildInputs = [ let pythonPath = with python3.pkgs; makePythonPath [ future isort psutil"}
{"_id":"q-en-nixpkgs-9f1c187ae80e02752661f01d98dffe728885ce198fbbd149aa464f268a05038f","text":" { stdenv , lib , fetchurl , asciidoc , docbook-xsl-nons , docbook_xml_dtd_45 , gettext , itstool , libxslt , gexiv2 , tracker , meson , mesonEmulatorHook , ninja , pkg-config , vala , wrapGAppsNoGuiHook , bzip2 , dbus , exempi , giflib , glib , gnome , gst_all_1 , icu , json-glib , libcue , libexif , libgsf , libgxps , libiptcdata , libjpeg , libosinfo , libpng , libseccomp , libtiff , libuuid , libxml2 , networkmanager , poppler , systemd , taglib , upower , totem-pl-parser , e2fsprogs }: stdenv.mkDerivation rec { pname = \"tracker-miners\"; version = \"3.7.2\"; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; hash = \"sha256-608rKIoMvp5hSHHLAEgnRGHP4cuEZ6yBexAtOHPby6U=\"; }; nativeBuildInputs = [ asciidoc docbook-xsl-nons docbook_xml_dtd_45 gettext glib itstool libxslt meson ninja pkg-config vala wrapGAppsNoGuiHook ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ]; # TODO: add libenca, libosinfo buildInputs = [ bzip2 dbus exempi giflib gexiv2 totem-pl-parser tracker gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly gst_all_1.gstreamer gst_all_1.gst-libav icu json-glib libcue libexif libgsf libgxps libiptcdata libjpeg libosinfo libpng libtiff libuuid libxml2 poppler taglib ] ++ lib.optionals stdenv.isLinux [ libseccomp networkmanager systemd upower ] ++ lib.optionals stdenv.isDarwin [ e2fsprogs ]; mesonFlags = [ # TODO: tests do not like our sandbox \"-Dfunctional_tests=false\" # libgrss is unmaintained and has no new releases since 2015, and an open # security issue since then. Despite a patch now being availab, we're opting # to be safe due to the general state of the project \"-Dminer_rss=false\" ] ++ lib.optionals (!stdenv.isLinux) [ \"-Dbattery_detection=none\" \"-Dnetwork_manager=disabled\" \"-Dsystemd_user_services=false\" ]; postInstall = '' glib-compile-schemas \"$out/share/glib-2.0/schemas\" ''; passthru = { updateScript = gnome.updateScript { packageName = pname; }; }; meta = with lib; { homepage = \"https://gitlab.gnome.org/GNOME/tracker-miners\"; description = \"Desktop-neutral user information store, search tool and indexer\"; maintainers = teams.gnome.members; license = licenses.gpl2Plus; platforms = platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-9f27d2859a7e4f2de69aa7250e8a40782798d609363f367097dffd444b490b42","text":"} } else { skipBuild(\"Unknown platform. Qt WebEngine only supports Linux, Windows, and macOS.\") @@ -111,7 +107,7 @@ defineTest(isMinOSXSDKVersion) { requested_minor = $$2 requested_patch = $$3 isEmpty(requested_patch): requested_patch = 0 - WEBENGINE_OSX_SDK_PRODUCT_VERSION = $$system(\"/usr/bin/xcodebuild -sdk $$QMAKE_MAC_SDK -version ProductVersion 2>/dev/null\") + WEBENGINE_OSX_SDK_PRODUCT_VERSION = $$system(\"xcrun --show-sdk-version\") export(WEBENGINE_OSX_SDK_PRODUCT_VERSION) isEmpty(WEBENGINE_OSX_SDK_PRODUCT_VERSION) { skipBuild(\"Could not resolve SDK product version for '$$QMAKE_MAC_SDK'.\") diff --git a/src/core/config/mac_osx.pri b/src/core/config/mac_osx.pri index 4426901c..3aa6057e 100644 --- a/src/core/config/mac_osx.pri +++ b/src/core/config/mac_osx.pri @@ -5,8 +5,6 @@ load(functions) @@ -5,16 +5,16 @@ load(functions) # otherwise query for it. QMAKE_MAC_SDK_VERSION = $$eval(QMAKE_MAC_SDK.$${QMAKE_MAC_SDK}.SDKVersion) isEmpty(QMAKE_MAC_SDK_VERSION) { - QMAKE_MAC_SDK_VERSION = $$system(\"/usr/bin/xcodebuild -sdk $${QMAKE_MAC_SDK} -version SDKVersion 2>/dev/null\") - isEmpty(QMAKE_MAC_SDK_VERSION): error(\"Could not resolve SDK version for '$${QMAKE_MAC_SDK}'\") + QMAKE_MAC_SDK_VERSION = $$system(\"xcrun --show-sdk-version\") isEmpty(QMAKE_MAC_SDK_VERSION): error(\"Could not resolve SDK version for '$${QMAKE_MAC_SDK}'\") } QMAKE_CLANG_DIR = \"/usr\" -QMAKE_CLANG_PATH = $$eval(QMAKE_MAC_SDK.macx-clang.$${QMAKE_MAC_SDK}.QMAKE_CXX) -!isEmpty(QMAKE_CLANG_PATH) { - clang_dir = $$clean_path(\"$$dirname(QMAKE_CLANG_PATH)/../\") - exists($$clang_dir): QMAKE_CLANG_DIR = $$clang_dir -} +# QMAKE_CLANG_PATH = $$eval(QMAKE_MAC_SDK.macx-clang.$${QMAKE_MAC_SDK}.QMAKE_CXX) +# !isEmpty(QMAKE_CLANG_PATH) { +# clang_dir = $$clean_path(\"$$dirname(QMAKE_CLANG_PATH)/../\") +# exists($$clang_dir): QMAKE_CLANG_DIR = $$clang_dir +# } QMAKE_CLANG_PATH = \"$${QMAKE_CLANG_DIR}/bin/clang++\" message(\"Using clang++ from $${QMAKE_CLANG_PATH}\") "}
{"_id":"q-en-nixpkgs-9f35f88420cab8b3cb93b782a8a940091e7b2f1297b7b566d6f31db4a89eaf24","text":"singularity = finalAttrs.finalPackage; }; }; gpuChecks = lib.optionalAttrs (projectName == \"apptainer\") { # Should be in tests, but Ofborg would skip image-hello-cowsay because # saxpy is unfree. image-saxpy = callPackage ({ singularity-tools, cudaPackages }: singularity-tools.buildImage { name = \"saxpy\"; contents = [ cudaPackages.saxpy ]; memSize = 2048; diskSize = 2048; singularity = finalAttrs.finalPackage; }) { }; saxpy = callPackage ({ runCommand, writeShellScriptBin }: let unwrapped = writeShellScriptBin \"apptainer-cuda-saxpy\" '' ${lib.getExe finalAttrs.finalPackage} exec --nv $@ ${finalAttrs.passthru.tests.image-saxpy} saxpy ''; in runCommand \"run-apptainer-cuda-saxpy\" { requiredSystemFeatures = [ \"cuda\" ]; nativeBuildInputs = [ unwrapped ]; passthru = { inherit unwrapped; }; } '' apptainer-cuda-saxpy '') { }; }; }; })"}
{"_id":"q-en-nixpkgs-9f817c7b4dd8c0132cffcac53d0721f51cdb407a8f80d05411cce3011878f93d","text":" diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index f50db71..ea71817 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ source = \"registry+https://github.com/rust-lang/crates.io-index\" [[package]] name = \"lock_api\" -version = \"0.3.3\" +version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" dependencies = [ \"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)\", @@ -337,16 +337,16 @@ dependencies = [ [[package]] name = \"parking_lot\" -version = \"0.10.0\" +version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" dependencies = [ - \"lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)\", - \"parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)\", + \"lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)\", + \"parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)\", ] [[package]] name = \"parking_lot_core\" -version = \"0.7.0\" +version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" dependencies = [ \"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)\", @@ -409,7 +409,7 @@ dependencies = [ \"inventory 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)\", \"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)\", \"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)\", - \"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)\", + \"parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)\", \"paste 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)\", \"pyo3cls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)\", \"regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)\", @@ -768,7 +768,7 @@ source = \"registry+https://github.com/rust-lang/crates.io-index\" \"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)\" = \"b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e\" \"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)\" = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" \"checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)\" = \"dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0\" -\"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)\" = \"79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b\" +\"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)\" = \"c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75\" \"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)\" = \"60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00\" \"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)\" = \"3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400\" \"checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)\" = \"b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8\" @@ -777,8 +777,8 @@ source = \"registry+https://github.com/rust-lang/crates.io-index\" \"checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)\" = \"17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a\" \"checksum onig 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)\" = \"bd91ccd8a02fce2f7e8a86655aec67bc6c171e6f8e704118a0e8c4b866a05a8a\" \"checksum onig_sys 69.5.0 (registry+https://github.com/rust-lang/crates.io-index)\" = \"3814583fad89f3c60ae0701d80e87e1fd3028741723deda72d0d4a0ecf0cb0db\" -\"checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)\" = \"92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc\" -\"checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)\" = \"7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1\" +\"checksum parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)\" = \"d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e\" +\"checksum parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)\" = \"d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3\" \"checksum paste 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)\" = \"ab4fb1930692d1b6a9cfabdde3d06ea0a7d186518e2f4d67660d8970e2fa647a\" \"checksum paste-impl 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)\" = \"a62486e111e571b1e93b710b61e8f493c0013be39629b714cb166bdb06aa5a8a\" \"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)\" = \"05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677\" "}
{"_id":"q-en-nixpkgs-9fa13bb05a005fc1e26a4ec382f63f9c5d825c5cd67d381c8ae674459c044a0e","text":" From 783ec26c0d83013baf04579a6a415d7f8776ac93 Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Sun, 7 Jan 2024 11:48:24 +0000 Subject: [PATCH] ldCache(): patch for @driverLink@ --- internal/pkg/util/paths/resolve.go | 41 +++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/internal/pkg/util/paths/resolve.go b/internal/pkg/util/paths/resolve.go index db45d9db1..9d0110b6b 100644 --- a/internal/pkg/util/paths/resolve.go +++ b/internal/pkg/util/paths/resolve.go @@ -14,6 +14,7 @@ import ( \"fmt\" \"os\" \"os/exec\" +\t\"path\" \"path/filepath\" \"regexp\" \"strings\" @@ -154,14 +155,49 @@ func Resolve(fileList []string) ([]string, []string, error) { // lists three variants of libEGL.so.1 that are in different locations, we only // report the first, highest priority, variant. func ldCache() (map[string]string, error) { + driverDirs := strings.Split(\"@driverLink@/lib\", \":\") + if machine, err := elfMachine(); err == nil && machine == elf.EM_386 { + driverDirs = strings.Split(\"@driverLink@-32/lib\", \":\") + } + + soPattern, err := regexp.Compile(`[^s]+.so(.d+(.d+(.d+)?)?)?$`) + if err != nil { +\t\treturn nil, fmt.Errorf(\"could not compile ldconfig regexp: %v\", err) + } + +\tldCache := make(map[string]string) + for _, dirPath := range driverDirs { + dir, err := os.Open(dirPath) + if err != nil { + /* Maybe we're not running under NixOS */ + continue + } + files, err := dir.ReadDir(-1) + if err != nil { + continue + } + for _, f := range files { + if !soPattern.MatchString(f.Name()) { + continue + } + libName := f.Name() + libPath := path.Join(dirPath, f.Name()) +\t\t\tif _, ok := ldCache[libName]; !ok { +\t\t\t\tldCache[libName] = libPath +\t\t\t} + } + } + // walk through the ldconfig output and add entries which contain the filenames // returned by nvidia-container-cli OR the nvliblist.conf file contents ldconfig, err := bin.FindBin(\"ldconfig\") -\tif err != nil { +\tif err != nil && len(ldCache) == 0 { + // Note that missing ldconfig is only an \"error\" as long + // as there's no driverLink return nil, err } out, err := exec.Command(ldconfig, \"-p\").Output() -\tif err != nil { +\tif err != nil && len(ldCache) == 0 { return nil, fmt.Errorf(\"could not execute ldconfig: %v\", err) } @@ -173,7 +209,6 @@ func ldCache() (map[string]string, error) { } // store library name with associated path -\tldCache := make(map[string]string) for _, match := range r.FindAllSubmatch(out, -1) { if match != nil { // libName is the \"libnvidia-ml.so.1\" (from the above example) -- 2.42.0 "}
{"_id":"q-en-nixpkgs-9faa0edf69505df2287651c800f6ed345191f534903b14292501ca1cec278049","text":" From 045f33745f863ba20acfc3fe335c575d9cd87884 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 10 Sep 2022 15:18:05 +0200 Subject: [PATCH] Setup: remove custom dbuser creation behavior Both PostgreSQL and MySQL can be authenticated against from Nextcloud by supplying a database password. Now, during setup the following things happen: * When using postgres and the db user has elevated permissions, a new unprivileged db user is created and the settings `dbuser`/`dbpass` are altered in `config.php`. * When using MySQL, the password is **always** regenerated since 24.0.5/23.0.9[1]. I consider both cases problematic: the reason why people do configuration management is to have it as single source of truth! So, IMHO any application that silently alters config and thus causes deployed nodes to diverge from the configuration is harmful for that. I guess it was sheer luck that it worked for so long in NixOS because nobody has apparently used password authentication with a privileged user to operate Nextcloud (which is a good thing in fact). [1] https://github.com/nextcloud/server/pull/33513 --- lib/private/Setup/MySQL.php | 53 -------------------------------- lib/private/Setup/PostgreSQL.php | 26 ---------------- 2 files changed, 79 deletions(-) diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index 2c16cac3d2..9b2265091f 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -142,59 +142,6 @@ class MySQL extends AbstractDatabase { $rootUser = $this->dbUser; $rootPassword = $this->dbPassword; -\t\t//create a random password so we don't need to store the admin password in the config file -\t\t$saveSymbols = str_replace(['\"', '', ''', '`'], '', ISecureRandom::CHAR_SYMBOLS); -\t\t$password = $this->random->generate(22, ISecureRandom::CHAR_ALPHANUMERIC . $saveSymbols) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_UPPER) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_LOWER) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_DIGITS) -\t\t\t. $this->random->generate(2, $saveSymbols) -\t\t; -\t\t$this->dbPassword = str_shuffle($password); - -\t\ttry { -\t\t\t//user already specified in config -\t\t\t$oldUser = $this->config->getValue('dbuser', false); - -\t\t\t//we don't have a dbuser specified in config -\t\t\tif ($this->dbUser !== $oldUser) { -\t\t\t\t//add prefix to the admin username to prevent collisions -\t\t\t\t$adminUser = substr('oc_' . $username, 0, 16); - -\t\t\t\t$i = 1; -\t\t\t\twhile (true) { -\t\t\t\t\t//this should be enough to check for admin rights in mysql -\t\t\t\t\t$query = 'SELECT user FROM mysql.user WHERE user=?'; -\t\t\t\t\t$result = $connection->executeQuery($query, [$adminUser]); - -\t\t\t\t\t//current dbuser has admin rights -\t\t\t\t\t$data = $result->fetchAll(); -\t\t\t\t\t$result->closeCursor(); -\t\t\t\t\t//new dbuser does not exist -\t\t\t\t\tif (count($data) === 0) { -\t\t\t\t\t\t//use the admin login data for the new database user -\t\t\t\t\t\t$this->dbUser = $adminUser; -\t\t\t\t\t\t$this->createDBUser($connection); - -\t\t\t\t\t\tbreak; -\t\t\t\t\t} else { -\t\t\t\t\t\t//repeat with different username -\t\t\t\t\t\t$length = strlen((string)$i); -\t\t\t\t\t\t$adminUser = substr('oc_' . $username, 0, 16 - $length) . $i; -\t\t\t\t\t\t$i++; -\t\t\t\t\t} -\t\t\t\t} -\t\t\t} -\t\t} catch (Exception $ex) { -\t\t\t$this->logger->info('Can not create a new MySQL user, will continue with the provided user.', [ -\t\t\t\t'exception' => $ex, -\t\t\t\t'app' => 'mysql.setup', -\t\t\t]); -\t\t\t// Restore the original credentials -\t\t\t$this->dbUser = $rootUser; -\t\t\t$this->dbPassword = $rootPassword; -\t\t} - $this->config->setValues([ 'dbuser' => $this->dbUser, 'dbpassword' => $this->dbPassword, diff --git a/lib/private/Setup/PostgreSQL.php b/lib/private/Setup/PostgreSQL.php index bc24909dc3..e49e5508e1 100644 --- a/lib/private/Setup/PostgreSQL.php +++ b/lib/private/Setup/PostgreSQL.php @@ -45,32 +45,6 @@ class PostgreSQL extends AbstractDatabase { $connection = $this->connect([ 'dbname' => 'postgres' ]); -\t\t\t//check for roles creation rights in postgresql -\t\t\t$builder = $connection->getQueryBuilder(); -\t\t\t$builder->automaticTablePrefix(false); -\t\t\t$query = $builder -\t\t\t\t->select('rolname') -\t\t\t\t->from('pg_roles') -\t\t\t\t->where($builder->expr()->eq('rolcreaterole', new Literal('TRUE'))) -\t\t\t\t->andWhere($builder->expr()->eq('rolname', $builder->createNamedParameter($this->dbUser))); - -\t\t\ttry { -\t\t\t\t$result = $query->execute(); -\t\t\t\t$canCreateRoles = $result->rowCount() > 0; -\t\t\t} catch (DatabaseException $e) { -\t\t\t\t$canCreateRoles = false; -\t\t\t} - -\t\t\tif ($canCreateRoles) { -\t\t\t\t//use the admin login data for the new database user - -\t\t\t\t//add prefix to the postgresql user name to prevent collisions -\t\t\t\t$this->dbUser = 'oc_' . strtolower($username); -\t\t\t\t//create a new password so we don't need to store the admin config in the config file -\t\t\t\t$this->dbPassword = OC::$server->getSecureRandom()->generate(30, ISecureRandom::CHAR_ALPHANUMERIC); - -\t\t\t\t$this->createDBUser($connection); -\t\t\t} $this->config->setValues([ 'dbuser' => $this->dbUser, -- 2.36.2 "}
{"_id":"q-en-nixpkgs-9fba55ea8ff0a83690ee9b727c8e6e0ae6db92bbcab1f11d60550d6db1cf3184","text":" --- old/build/pkgs/git/spkg-install\t2015-07-26 15:34:43.000000000 +0200 +++ new/build/pkgs/git/spkg-install\t2015-09-17 08:28:03.586657451 +0200 @@ -45,6 +45,8 @@ fi done diff --git a/build/pkgs/git/spkg-install b/build/pkgs/git/spkg-install index 8469cb58c2..d0dc9a1db9 100755 --- a/build/pkgs/git/spkg-install +++ b/build/pkgs/git/spkg-install @@ -35,6 +35,8 @@ fi +find . -exec sed -e 's@/usr/bin/perl@perl@g' -i '{}' ';' cd src +find . -type f -exec sed -e 's@/usr/bin/perl@perl@g' -i '{}' ';' + # We don't want to think about Fink or Macports export NO_FINK=1"}
{"_id":"q-en-nixpkgs-9fd09acd2f29e65c0851904938064a1f7e7e97ae3fa1db2e9e43ccfc660af398","text":", fetchFromGitHub , singularity , python3Packages , fetchpatch }: python3Packages.buildPythonApplication rec {"}
{"_id":"q-en-nixpkgs-9fdabee3cfa1869565ad17ac468c3d15664540f38604e2d921ce2bcfa42f8237","text":"pamtester = callPackage ../tools/security/pamtester { }; pantheon-tweaks = callPackage ../applications/system/pantheon-tweaks { }; paperless-ng = callPackage ../applications/office/paperless-ng { }; paperwork = callPackage ../applications/office/paperwork/paperwork-gtk.nix { };"}
{"_id":"q-en-nixpkgs-a0346867dc7ca5c161901b7a86e4a55bb8a9ea14e814b7dfb69f339a985c6357","text":"maintainers = with maintainers; [ coroa sauyon ]; homepage = https://quodlibet.readthedocs.io/en/latest/; broken = true; }; }"}
{"_id":"q-en-nixpkgs-a04ce3fa28d87d2d647f0be54a66c3ad151faaa94da63940992f86667d3d0fe6","text":"stdenv.mkDerivation rec { pname = \"materia-kde-theme\"; version = \"20210814\"; version = \"20220607\"; src = fetchFromGitHub { owner = \"PapirusDevelopmentTeam\"; repo = \"materia-kde\"; rev = version; sha256 = \"KfC1nB5WUcYixqSy5XCP+6Uqhs07Y3p2F1H+5HB8wAg=\"; sha256 = \"sha256-xshkp1Y5V8A3Fj4HCkmFpWcw3xEuNyRJqOLBkIKhwpQ=\"; }; makeFlags = [ \"PREFIX=$(out)\" ];"}
{"_id":"q-en-nixpkgs-a0922da573e782786b255b56cb330af7c46759b6059a352c3ac9df5744c33be7","text":"}: appimageTools.wrapType2 rec { pname = \"snipaste\"; version = \"2.9-Beta2\"; version = \"2.9.2-Beta\"; src = fetchurl { url = \"https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage\"; hash = \"sha256-VJvw3M1Ohfji/PoIxn4gc9KcFl6H1wRYW5Pbf1p5rlg=\"; hash = \"sha256-oV69uABjzkbQdwb+1wRRxszhrwI4uyzhQZ4aXBnyeo8=\"; }; meta = with lib; { meta = { description = \"Screenshot tools\"; homepage = \"https://www.snipaste.com/\"; license = licenses.unfree; maintainers = with maintainers; [ luftmensch-luftmensch ]; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; mainProgram = \"snipaste\"; platforms = [ \"x86_64-linux\" ]; sourceProvenance = [ sourceTypes.binaryNativeCode ]; sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; }; }"}
{"_id":"q-en-nixpkgs-a09ea4d41549c215bbc2b4bb6f38db61442cea310d2bcdcbb345ee1bef6ca574","text":"./programs/npm.nix ./programs/noisetorch.nix ./programs/oblogout.nix ./programs/pantheon-tweaks.nix ./programs/partition-manager.nix ./programs/plotinus.nix ./programs/proxychains.nix"}
{"_id":"q-en-nixpkgs-a0ad4be421b137f08feaf939dbdf39a25fd3a59ba38587e101e72dea16d45398","text":"# Support 32bit Vulkan applications by linking in 32bit Vulkan layers # This is needed for the same reason the 32bit preload workaround is needed. postInstall = lib.optionalString (stdenv.hostPlatform.system == \"x86_64-linux\") '' postInstall = lib.optionalString lowerBitnessSupport '' ln -s ${mangohud32}/share/vulkan/implicit_layer.d/MangoHud.x86.json \"$out/share/vulkan/implicit_layer.d\""}
{"_id":"q-en-nixpkgs-a0b0a12649ce9940b70054f4cbc5f416a971e56492629c2ea12d33f2067119c5","text":"zlib ]; cmakeFlags = [ \"-DGVM_RUN_DIR=$out/run/gvm\" ]; meta = with lib; { description = \"Libraries module for the Greenbone Vulnerability Management Solution\"; homepage = \"https://github.com/greenbone/gvm-libs\";"}
{"_id":"q-en-nixpkgs-a0e9a0d143ca50a513e828a10cb450fcb7fa038ea5f7c51b84c0a2b76e9dba21","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":"q-en-nixpkgs-a0f1c4e0be2dd315488305023e92eb0fe69c164144afb3914f250f80a2794e6a","text":"substituteInPlace bin/mangohud.in --subst-var-by libraryPath ${lib.makeSearchPath \"lib/mangohud\" ([ (placeholder \"out\") ] ++ lib.optionals (stdenv.hostPlatform.system == \"x86_64-linux\") [ ] ++ lib.optionals lowerBitnessSupport [ mangohud32 ])} --subst-var-by dataDir ${placeholder \"out\"}/share"}
{"_id":"q-en-nixpkgs-a1222c134ecb30875b27050549e8d8b42d794bc2b1d1525198eb3b2fa588f2b3","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":"q-en-nixpkgs-a16b15c420039aa23c47230a3d1a8b80bdceac69124ffc290c2f2337a6146cda","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":"q-en-nixpkgs-a1709689a3f1afaa946cd378297f8bb0b1709b8b185b37e40639c47bbb795636","text":", glfw , xorg , gamescopeSupport ? true # build mangoapp and mangohudctl , lowerBitnessSupport ? stdenv.hostPlatform.is64bit # Support 32 bit on 64bit , nix-update-script }:"}
{"_id":"q-en-nixpkgs-a188296e9f8004febbb708fb0dd6500dcb7b75770f5c02a23e6beda49968392d","text":"}; }; eclipse-platform = eclipse-platform-46; eclipse-platform-45 = buildEclipse { name = \"eclipse-platform-4.5\"; description = \"Eclipse platform\"; sources = { \"x86_64-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5-201506032000/eclipse-platform-4.5-linux-gtk-x86_64.tar.gz; sha256 = \"1510j41yr86pbzwf48kjjdd46nkpkh8zwn0hna0cqvsw1gk2vqcg\"; }; \"i686-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5-201506032000/eclipse-platform-4.5-linux-gtk.tar.gz; sha256 = \"1f97jd3qbi3830y3djk8bhwzd9whsq8gzfdk996chxc55prn0qbd\"; }; }; }; eclipse-platform-451 = buildEclipse { name = \"eclipse-platform-4.5.1\"; description = \"Eclipse platform\"; eclipse-sdk-37 = buildEclipse { name = \"eclipse-sdk-3.7\"; description = \"Eclipse Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.1-201509040015/eclipse-platform-4.5.1-linux-gtk-x86_64.tar.gz; sha256 = \"1m7bzyi20yss6cz74d7hvhxj1cddcpgzxjia5wcjycsvq33kkny0\"; url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz; sha256 = \"0nf4nv7awhp1k8b1hjb7chpjyjrqnyszsjbc4dlk9phpjv3j4wg5\"; }; \"i686-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.1-201509040015/eclipse-platform-4.5.1-linux-gtk.tar.gz; sha256 = \"17x8w4k0rba0c0v9ghxdl0zqfadla5c1aakfd5k0q9q3x3qi6rxp\"; url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk.tar.gz; sha256 = \"1isn7i45l9kyn2yx6vm88jl1gnxph8ynank0aaa218cg8kdygk7j\"; }; }; }; eclipse_sdk_37 = eclipse-sdk-37; # backward compatibility, added 2016-01-30 eclipse-platform-452 = buildEclipse { name = \"eclipse-platform-4.5.2\"; description = \"Eclipse platform\"; sources = { \"x86_64-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz; sha256 = \"13dsd5f5i39wd0sr2bgp57hd2msn8g2dnmw5j8hfwif22c62py47\"; }; \"i686-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk.tar.gz; sha256 = \"00jsmbrl4xhpbgd8hyxijgzqdic700kd3yw2qwgl0cs3ncvybxvq\"; }; }; }; eclipse-platform-46 = buildEclipse { name = \"eclipse-platform-4.6\"; description = \"Eclipse platform\"; sources = { \"x86_64-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6-201606061100/eclipse-SDK-4.6-linux-gtk-x86_64.tar.gz; sha256 = \"02lfa0f4j53q4ks3nal4jxnm1vc6xck2k9zng58izfh49v73jyjd\"; }; \"i686-linux\" = fetchurl { url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6-201606061100/eclipse-SDK-4.6-linux-gtk.tar.gz; sha256 = \"053hsy87jmr9phn934a4qny959d6inxjx8nlcmxa2165ra8d7qfr\"; }; }; }; ################### Eclipse with Plugins ############################################################################# eclipseWithPlugins = { eclipse, plugins ? [], jvmArgs ? [] }: let"}
{"_id":"q-en-nixpkgs-a1b918c0e38cf4ce2f81d84ddace3cf5c73547274262c31809c88a01d1f1b35a","text":" { autoPatchelfHook, fetchurl, lib, stdenv }: stdenv.mkDerivation rec { pname = \"julia-bin\"; version = \"1.8.0\"; src = { x86_64-linux = fetchurl { url = \"https://julialang-s3.julialang.org/bin/linux/x64/${lib.versions.majorMinor version}/julia-${version}-linux-x86_64.tar.gz\"; sha256 = \"sha256-6A1zLMt/eeAA15jLi2Vtw2QatZUW1uTlLhZ2UBeJKgA=\"; }; }.${stdenv.hostPlatform.system} or (throw \"Unsupported system: ${stdenv.hostPlatform.system}\"); postPatch = '' # Julia fails to pick up our Certification Authority root certificates, but # it provides its own so we can simply disable the test. Patching in the # dynamic path to ours require us to rebuild the Julia system image. substituteInPlace share/julia/stdlib/v${lib.versions.majorMinor version}/NetworkOptions/test/runtests.jl --replace '@test ca_roots_path() != bundled_ca_roots()' '@test_skip ca_roots_path() != bundled_ca_roots()' ''; nativeBuildInputs = [ autoPatchelfHook ]; installPhase = '' runHook preInstall cp -r . $out runHook postInstall ''; # Breaks backtraces, etc. dontStrip = true; doInstallCheck = true; preInstallCheck = '' export JULIA_TEST_USE_MULTIPLE_WORKERS=true # Some tests require read/write access to $HOME. export HOME=\"$TMPDIR\" ''; installCheckPhase = '' runHook preInstallCheck # Command lifted from `test/Makefile`. $out/bin/julia --check-bounds=yes --startup-file=no --depwarn=error $out/share/julia/test/runtests.jl runHook postInstallCheck ''; meta = { description = \"High-level, high-performance, dynamic language for technical computing\"; homepage = \"https://julialang.org\"; # Bundled and linked with various GPL code, although Julia itself is MIT. license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ ninjin raskin ]; platforms = [ \"x86_64-linux\" ]; mainProgram = \"julia\"; }; } "}
{"_id":"q-en-nixpkgs-a1cbcba8b4b0ff71d703ac893cb2575bd7e3120782129a24d582ae7839e93bcb","text":"}; eclipse_modeling_36 = eclipse-modeling-36; # backward compatibility, added 2016-01-30 eclipse-sdk-37 = buildEclipse { name = \"eclipse-sdk-3.7\"; description = \"Eclipse Classic\"; ################### Eclipse Platform ################################################################################# eclipse-platform = eclipse-platform-46; eclipse-platform-46 = buildEclipse { name = \"eclipse-platform-4.6\"; description = \"Eclipse platform\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz; sha256 = \"0nf4nv7awhp1k8b1hjb7chpjyjrqnyszsjbc4dlk9phpjv3j4wg5\"; url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6-201606061100/eclipse-SDK-4.6-linux-gtk-x86_64.tar.gz; sha256 = \"02lfa0f4j53q4ks3nal4jxnm1vc6xck2k9zng58izfh49v73jyjd\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk.tar.gz; sha256 = \"1isn7i45l9kyn2yx6vm88jl1gnxph8ynank0aaa218cg8kdygk7j\"; url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6-201606061100/eclipse-SDK-4.6-linux-gtk.tar.gz; sha256 = \"053hsy87jmr9phn934a4qny959d6inxjx8nlcmxa2165ra8d7qfr\"; }; }; }; eclipse_sdk_37 = eclipse-sdk-37; # backward compatibility, added 2016-01-30 eclipse-cpp-37 = buildEclipse { name = \"eclipse-cpp-3.7\"; description = \"Eclipse IDE for C/C++ Developers\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/indigo/R/eclipse-cpp-indigo-incubation-linux-gtk-x86_64.tar.gz; sha256 = \"14ppc9g9igzvj1pq7jl01vwhzb66nmzbl9wsdl1sf3xnwa9wnqk3\"; } else fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/indigo/R/eclipse-cpp-indigo-incubation-linux-gtk.tar.gz; sha256 = \"1cvg1vgyazrkinwzlvlf0dpl197p4784752srqybqylyj5psdi3b\"; }; }; eclipse_cpp_37 = eclipse-cpp-37; # backward compatibility, added 2016-01-30 eclipse-cpp-42 = buildEclipse { name = \"eclipse-cpp-4.2\"; description = \"Eclipse IDE for C/C++ Developers\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/juno/SR2/eclipse-cpp-juno-SR2-linux-gtk-x86_64.tar.gz; sha256 = \"1qq04926pf7v9sf3s0z53zvlbl1j0rmmjmbmhqi49473fnjikh7y\"; } else fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/juno/SR2/eclipse-cpp-juno-SR2-linux-gtk.tar.gz; sha256 = \"1a4s9qlhfpfpdhvffyglnfdr3dq5r2ywcxqywhqi95yhq5nmsgyk\"; }; }; eclipse_cpp_42 = eclipse-cpp-42; # backward compatibility, added 2016-01-30 eclipse-cpp-43 = buildEclipse { name = \"eclipse-cpp-4.3.2\"; description = \"Eclipse IDE for C/C++ Developers\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/kepler/SR2/eclipse-cpp-kepler-SR2-linux-gtk-x86_64.tar.gz; sha256 = \"16zhjm6bx78263b1clg75kfiliahkhwg0k116vp9fj039nlpc30l\"; } else fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/kepler/SR2/eclipse-cpp-kepler-SR2-linux-gtk.tar.gz; sha256 = \"0d6jlj7hwz8blx6csrlyi2h2prql0wckbh7ihwjmgclwpcpj84g6\"; }; }; eclipse_cpp_43 = eclipse-cpp-43; # backward compatibility, added 2016-01-30 eclipse-cpp-44 = buildEclipse { name = \"eclipse-cpp-4.4.2\"; description = \"Eclipse IDE for C/C++ Developers\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/luna/SR2/eclipse-cpp-luna-SR2-linux-gtk-x86_64.tar.gz; sha256 = \"1vxwj7yihgipvrb3gksmddqkarzazpwk3mh1mjnw0i5xz2y32ba4\"; } else fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/luna/SR2/eclipse-cpp-luna-SR2-linux-gtk.tar.gz; sha256 = \"1yn7yzzx8izc199c8w4f7vrc0b08idyq0dn113i8123b0mxw5lkp\"; }; }; eclipse_cpp_44 = eclipse-cpp-44; # backward compatibility, added 2016-01-30 eclipse-cpp-45 = buildEclipse { name = \"eclipse-cpp-4.5.1\"; description = \"Eclipse IDE for C/C++ Developers, Mars release\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/mars/1/eclipse-cpp-mars-1-linux-gtk-x86_64.tar.gz; sha256 = \"1j6rsgr44kya2v7y34ifscajqk7lnq1w9m9fx4i0qgby84sy4xj7\"; } else if stdenv.system == \"i686-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/mars/1/eclipse-cpp-mars-1-linux-gtk.tar.gz; sha256 = \"0qsbvjkq0ssxbnafh4gs8pfclynqis3nf7xlxx4w3k20jcjx7sr2\"; } else throw \"Unsupported system: ${stdenv.system}\"; }; eclipse_cpp_45 = eclipse-cpp-45; # backward compatibility, added 2016-01-30 eclipse-cpp-46 = buildEclipse { name = \"eclipse-cpp-4.6.0\"; description = \"Eclipse IDE for C/C++ Developers, Neon release\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz; sha256 = \"09fqsgvbjfdqvn7z03crkii34z4bsb34y272q68ib8741bxk0i6m\"; } else if stdenv.system == \"i686-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz; sha256 = \"0a12qmqq22v7sbmwn1hjv1zcrkmp64bf0ajmdjljhs9ac79mxn5h\"; } else throw \"Unsupported system: ${stdenv.system}\"; }; ################### Eclipse Scala SDK ################################################################################ eclipse-sdk-421 = buildEclipse { name = \"eclipse-sdk-4.2.1\"; description = \"Eclipse Classic\"; eclipse-scala-sdk-441 = buildEclipse { name = \"eclipse-scala-sdk-4.4.1\"; description = \"Eclipse IDE for Scala Developers\"; src = if stdenv.system == \"x86_64-linux\" then fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.2.1-201209141800/eclipse-SDK-4.2.1-linux-gtk-x86_64.tar.gz; sha256 = \"1mlyy90lk08lb2971ynglgi3nqvqfq1k70md2kb39jk160wd1xrk\"; fetchurl { # tested url = http://downloads.typesafe.com/scalaide-pack/4.4.1-vfinal-luna-211-20160504/scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86_64.tar.gz; sha256 = \"4c2d1ac68384e12a11a851cf0fc7757aea087eba69329b21d539382a65340d27\"; } else fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.2.1-201209141800/eclipse-SDK-4.2.1-linux-gtk.tar.gz; sha256 = \"1av6qm9wkbyk123qqf38f0jq4jv2bj9wp6fmpnl55zg6qr463c1w\"; }; }; eclipse_sdk_421 = eclipse-sdk-421; # backward compatibility, added 2016-01-30 eclipse-sdk-422 = buildEclipse { name = \"eclipse-sdk-4.2.2\"; description = \"Eclipse Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz; sha256 = \"0ysa6ymk4h3k1vn59dc909iy197kmx132671kbzfwbim87jmgnqb\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-linux-gtk.tar.gz; sha256 = \"038yibbrcia38wi72qrdl03g7l35mpvl5nxdfdnvpqxrkfffb826\"; }; }; }; eclipse_sdk_422 = eclipse-sdk-422; # backward compatibility, added 2016-01-30 eclipse-sdk-431 = buildEclipse { name = \"eclipse-sdk-4.3.1\"; description = \"Eclipse Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.3.1-201309111000/eclipse-SDK-4.3.1-linux-gtk-x86_64.tar.gz; sha256 = \"0ncm56ylwxw9z8rk8ccgva68c2yr9yrf1kcr1zkgw6p87xh1yczd\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.3.1-201309111000/eclipse-SDK-4.3.1-linux-gtk.tar.gz; sha256 = \"1zxsh838khny7mvl01h28xna6xdh01yi4mvls28zj22v0340lgsg\"; fetchurl { # untested url = http://downloads.typesafe.com/scalaide-pack/4.4.1-vfinal-luna-211-20160504/scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86.tar.gz; sha256 = \"35383cb09567187e14a30c15de9fd9aa0eef99e4bbb342396ce3acd11fb5cbac\"; }; }; }; eclipse_sdk_431 = eclipse-sdk-431; # backward compatibility, added 2016-01-30 eclipse-sdk-44 = buildEclipse { name = \"eclipse-sdk-4.4\"; description = \"Eclipse Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.4-201406061215/eclipse-SDK-4.4-linux-gtk-x86_64.tar.gz; sha256 = \"14hdkijsjq0hhzi9ijpwjjkhz7wm0pry86l3dniy5snlh3l5bsb2\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.4-201406061215/eclipse-SDK-4.4-linux-gtk.tar.gz; sha256 = \"0hjc4zrsmik6vff851p0a4ydnx99840j2xrx8348kk6h0af8vx6z\"; }; }; }; eclipse_sdk_44 = eclipse-sdk-44; # backward compatibility, added 2016-01-30 eclipse-sdk-442 = buildEclipse { name = \"eclipse-sdk-4.4.2\"; description = \"Eclipse Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.4.2-201502041700/eclipse-SDK-4.4.2-linux-gtk-x86_64.tar.gz; sha256 = \"0g00alsixfaakmn4khr0m9fxvkrbhbg6qqfa27xr6a9np6gzg98l\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.4.2-201502041700/eclipse-SDK-4.4.2-linux-gtk.tar.gz; sha256 = \"1hacyjjwhhxi7r3xyhpqgjqpd5r0irw9bfkalz5s5l6shb0lq4i7\"; }; }; }; eclipse_sdk_442 = eclipse-sdk-442; # backward compatibility, added 2016-01-30 ################### Eclipse SDK ###################################################################################### eclipse-sdk-45 = buildEclipse { name = \"eclipse-sdk-4.5\"; description = \"Eclipse Mars Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5-201506032000/eclipse-SDK-4.5-linux-gtk-x86_64.tar.gz; sha256 = \"0vfql4gh263ms8bg7sgn05gnjajplx304cn3nr03jlacgr3pkarf\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5-201506032000/eclipse-SDK-4.5-linux-gtk.tar.gz; sha256 = \"0xv66l6hdlvxpswcqrsh398wg6xhy30f833dr7jvvz45s5437hm3\"; }; }; }; eclipse_sdk_45 = eclipse-sdk-45; # backward compatibility, added 2016-01-30 eclipse-sdk-451 = buildEclipse { name = \"eclipse-sdk-4.5.1\"; description = \"Eclipse Mars Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.1-201509040015/eclipse-SDK-4.5.1-linux-gtk-x86_64.tar.gz; sha256 = \"b56503ab4b86f54e1cdc93084ef8c32fb1eaabc6f6dad9ef636153b14c928e02\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.1-201509040015/eclipse-SDK-4.5.1-linux-gtk.tar.gz; sha256 = \"f2e41da52e138276f8f121fd4d57c3f98839817836b56f8424e99b63c9b1b025\"; }; }; }; eclipse_sdk_451 = eclipse-sdk-451; # backward compatibility, added 2016-01-30 eclipse-sdk-452 = buildEclipse { name = \"eclipse-sdk-4.5.2\"; description = \"Eclipse Mars Classic\"; sources = { \"x86_64-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz; sha256 = \"87f82b0c13c245ee20928557dbc4435657d1e029f72d9135683c8d585c69ba8d\"; }; \"i686-linux\" = fetchurl { url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk.tar.gz; sha256 = \"78f7e537b34333401fc782fbd1260087c586ff93b17b88da5b177642f3aa5a02\"; }; }; }; eclipse-sdk-46 = buildEclipse { name = \"eclipse-sdk-4.6\"; description = \"Eclipse Neon Classic\";"}
{"_id":"q-en-nixpkgs-a1d7e04267c9a9bdfac4ed4f1b5b60a9c22851655364d07bd5ed4c7ff11d7709","text":"{ stdenv, python3, fetchFromGitHub, fetchpatch }: with python3.pkgs; buildPythonApplication rec { version = \"3.8\"; version = \"4.1\"; pname = \"buku\"; src = fetchFromGitHub { owner = \"jarun\"; repo = \"buku\"; rev = \"v${version}\"; sha256 = \"0gv26c4rr1akcaiff1nrwil03sv7d58mfxr86pgsw6nwld67ns0r\"; sha256 = \"166l1fmpqn4hys4l0ssc4yd590mmav1w62vm9l5ijhjhmlnrzfax\"; }; checkInputs = ["}
{"_id":"q-en-nixpkgs-a1e96e646c0864121fd045cf33b5e4e1aabaa79cee0692523750f63745d39331","text":" { lib , stdenv , fetchFromGitHub , pkg-config , fftw , zita-convolver , fftwFloat , libsndfile , ffmpeg , alsa-lib , libao , libmad , ladspaH , libtool , libpulseaudio }: stdenv.mkDerivation rec { pname = \"dsp\"; version = \"1.8\"; src = fetchFromGitHub { owner = \"bmc0\"; repo = \"dsp\"; rev = \"v${version}\"; sha256 = \"sha256-LTgjpzAGi3oL8l5NcJj1ortKFd3vWDfXHr8YyedAxEE=\"; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ fftw zita-convolver fftwFloat libsndfile ffmpeg alsa-lib libao libmad ladspaH libtool libpulseaudio ]; meta = with lib; { homepage = \"https://github.com/bmc0/dsp\"; description = \"An audio processing program with an interactive mode\"; license = licenses.isc; maintainers = with maintainers; [ aaronjheng ]; platforms = platforms.linux ++ platforms.darwin; }; } "}
{"_id":"q-en-nixpkgs-a1ea783c8b75c22456f55f1ff64522896c0a7887ae02039b66a8bc9e360cd147","text":", buildPythonPackage , fetchPypi , fetchpatch , stdenv , sphinx , numpydoc , pytest"}
{"_id":"q-en-nixpkgs-a237484585a6f119006e6739c7c7bcca087762a391d018ca5ab5951323cdd74e","text":"nixops = super.nixops.overridePythonAttrs ( old: { postPatch = '' substituteInPlace nixops/args.py --subst-var version ''; meta = old.meta // { homepage = https://github.com/NixOS/nixops; description = \"NixOS cloud provisioning and deployment tool\";"}
{"_id":"q-en-nixpkgs-a24918520b3387ed580624a2e08f2311314ca0b4def2c067356410de81a27ff1","text":"optionalString config.security.pam.enableEcryptfs '' password optional ${pkgs.ecryptfs}/lib/security/pam_ecryptfs.so '' + optionalString config.security.pam.enableFscrypt '' password optional ${pkgs.fscrypt-experimental}/lib/security/pam_fscrypt.so '' + optionalString cfg.pamMount '' password optional ${pkgs.pam_mount}/lib/security/pam_mount.so '' +"}
{"_id":"q-en-nixpkgs-a24d98d9c37a91811c763b4504ae60919e1c95bcfdf2b1ecca2ef97f285043f4","text":"${cfg.extraConfig} ''; qemuConfigFile = pkgs.writeText \"qemu.conf\" '' ${optionalString cfg.qemuOvmf '' nvram = [\"${pkgs.OVMF}/FV/OVMF_CODE.fd:${pkgs.OVMF}/FV/OVMF_VARS.fd\"] ''} ${cfg.qemuVerbatimConfig} '';"}
{"_id":"q-en-nixpkgs-a2a977eb0e8e43dc8d1b87b4e54fd536cc5beb310e1433ebe8d5e93385ae31c1","text":"chown ${bindUser} /var/run/named ''; script = \"${pkgs.bind.bin}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only \"-4\"} -c ${cfg.configFile} -f\"; script = \"${pkgs.bind.out}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only \"-4\"} -c ${cfg.configFile} -f\"; unitConfig.Documentation = \"man:named(8)\"; }; };"}
{"_id":"q-en-nixpkgs-a2b6ef54b90e6258a8b3c008d33a4149223d0274f37ecc151a5f977f184774ad","text":", gnome , gtksourceview4 , gjs , webkitgtk_4_1 , libsoup , webkitgtk , icu , wrapGAppsHook , gst_all_1"}
{"_id":"q-en-nixpkgs-a2bded62bfdeb7b8faea42993900297d9ae42469ffaee20961c34c3bb8ef7fba","text":"}; security.pam.enableEcryptfs = mkEnableOption (lib.mdDoc \"eCryptfs PAM module (mounting ecryptfs home directory on login)\"); security.pam.enableFscrypt = mkEnableOption (lib.mdDoc '' Enables fscrypt to automatically unlock directories with the user's login password. This also enables a service at security.pam.services.fscrypt which is used by fscrypt to verify the user's password when setting up a new protector. If you use something other than pam_unix to verify user passwords, please remember to adjust this PAM service. ''); users.motd = mkOption { default = null;"}
{"_id":"q-en-nixpkgs-a2e780d6a4ef430bdb6e5825347a1f9853904c4b2995af9a9361e3c9786539e0","text":"linkFarm \"zig-packages\" [ { name = \"122014eeb4600a059bdcfe1c864862f17e6d5e4237e3bb7d6818f2a5583f6f4eb843\"; name = \"1220687c8c47a48ba285d26a05600f8700d37fc637e223ced3aa8324f3650bf52242\"; path = fetchzip { url = \"https://codeberg.org/ifreund/zig-pixman/archive/v0.1.0.tar.gz\"; hash = \"sha256-Atfkiyt9v+GWry3xA2Y0Iv6AvwbZ+EHfHLmX0AUEz6Y=\"; url = \"https://codeberg.org/ifreund/zig-wayland/archive/v0.2.0.tar.gz\"; hash = \"sha256-dvit+yvc0MnipqWjxJdfIsA6fJaJZOaIpx4w4woCxbE=\"; }; } { name = \"1220714d1cc39c3abb1d9c22a0b838d847ead099cb7d9931821490483f30c022e827\"; name = \"12209db20ce873af176138b76632931def33a10539387cba745db72933c43d274d56\"; path = fetchzip { url = \"https://codeberg.org/ifreund/zig-wlroots/archive/v0.17.0.tar.gz\"; hash = \"sha256-C1D2dBn65Z9PmDacpeYbdX574fcOyYi/BJVDUMibkPA=\"; url = \"https://codeberg.org/ifreund/zig-pixman/archive/v0.2.0.tar.gz\"; hash = \"sha256-zcfZEMnipWDPuptl9UN0PoaJDjy2EHc7Wwi4GQq3hkY=\"; }; } { name = \"1220840390382c88caf9b0887f6cebbba3a7d05960b8b2ee6d80567b2950b71e5017\"; name = \"1220c65ab884c236cc950b564c70f6cd04046d86485ee76e0cde886cef7438021b4f\"; path = fetchzip { url = \"https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.1.0.tar.gz\"; hash = \"sha256-xilmsDGWlkfpTiGff+/nb76jx87ANdr4zqYy6rKOBMg=\"; url = \"https://codeberg.org/ifreund/zig-wlroots/archive/v0.17.1.tar.gz\"; hash = \"sha256-rVI/tJD3cx8b+nGTG5u08/RYoI179oDY7AY0riTntA0=\"; }; } { name = \"1220b0f8f822c1625af7aae4cb3ab2c4ec1a4c0e99ef32867b2a8d88bb070b3e7f6d\"; name = \"1220c90b2228d65fd8427a837d31b0add83e9fade1dcfa539bb56fd06f1f8461605f\"; path = fetchzip { url = \"https://codeberg.org/ifreund/zig-wayland/archive/v0.1.0.tar.gz\"; hash = \"sha256-VLEx8nRgmJZWgLNBRqrR7bZEkW0m5HTRv984HKwoIfA=\"; url = \"https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.2.0.tar.gz\"; hash = \"sha256-T+EZiStBfmxFUjaX05WhYkFJ8tRok/UQtpc9QY9NxZk=\"; }; } ]"}
{"_id":"q-en-nixpkgs-a328ede4f498341383c02017af7c72b19aa3e7cd15c27f077f9bb69b138020f8","text":" { lib , stdenv , git , git-lfs , fetchurl , wrapGAppsHook3 , alsa-lib , at-spi2-atk , cairo , cups , dbus , expat , gdk-pixbuf , glib , gtk3 , mesa , nss , nspr , xorg , libdrm , libsecret , libxkbcommon , pango , systemd , hunspellDicts , useHunspell ? true , languages ? [ \"en_US\" ] , withNemoAction ? true , makeDesktopItem , copyDesktopItems , asar , python3 }: let pname = \"pulsar\"; version = \"1.114.0\"; sourcesPath = { x86_64-linux.tarname = \"Linux.${pname}-${version}.tar.gz\"; x86_64-linux.hash = \"sha256-O//dowoMgQfS3hq088IKr5aJd5St9zpT/ypfuswnyv0=\"; aarch64-linux.tarname = \"ARM.Linux.${pname}-${version}-arm64.tar.gz\"; aarch64-linux.hash = \"sha256-EzCTB1Ib9cTbslEdXPsS5gehHr1qd5v4iZgOqpxhUmA=\"; }.${stdenv.hostPlatform.system} or (throw \"Unsupported system: ${stdenv.hostPlatform.system}\"); newLibpath = lib.makeLibraryPath [ alsa-lib at-spi2-atk cairo cups dbus expat gdk-pixbuf glib gtk3 libsecret mesa nss nspr libdrm xorg.libX11 xorg.libxcb xorg.libXcomposite xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXrandr xorg.libxshmfence libxkbcommon xorg.libxkbfile pango stdenv.cc.cc.lib systemd ]; # Hunspell hunspellDirs = builtins.map (lang: \"${hunspellDicts.${lang}}/share/hunspell\") languages; hunspellTargetDirs = \"$out/opt/Pulsar/resources/app.asar.unpacked/node_modules/spellchecker/vendor/hunspell_dictionaries\"; hunspellCopyCommands = lib.concatMapStringsSep \"n\" (lang: \"cp -r ${lang}/* ${hunspellTargetDirs};\") hunspellDirs; in stdenv.mkDerivation rec { inherit pname version; src = with sourcesPath; fetchurl { url = \"https://github.com/pulsar-edit/pulsar/releases/download/v${version}/${tarname}\"; inherit hash; }; patches = [ ./001-patch-wrapper.patch ]; nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems asar ]; buildInputs = [ gtk3 xorg.libxkbfile ]; dontBuild = true; dontConfigure = true; installPhase = '' runHook preInstall mkdir -p $out/opt/Pulsar mv * $out/opt/Pulsar runHook postInstall ''; preFixup = '' gappsWrapperArgs+=( # needed for gio executable to be able to delete files --prefix \"PATH\" : \"${lib.makeBinPath [ glib ]}\" ) '' + lib.optionalString useHunspell '' # On all platforms, we must inject our dictionnaries ${hunspellCopyCommands} ''; postFixup = '' opt=$out/opt/Pulsar # Patch the prebuilt binaries patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${newLibpath}:$opt\" --add-needed libffmpeg.so --add-needed libxshmfence.so.1 --add-needed libxkbcommon.so.0 --add-needed libxkbfile.so.1 --add-needed libsecret-1.so.0 $opt/pulsar patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"${newLibpath}\" $opt/resources/app/ppm/bin/node patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" $opt/resources/app.asar.unpacked/node_modules/symbol-provider-ctags/vendor/ctags-linux # Replace the bundled git with the one from nixpkgs dugite=$opt/resources/app.asar.unpacked/node_modules/dugite rm -f $dugite/git/bin/git ln -s ${git}/bin/git $dugite/git/bin/git # Not only do we need to replace the git binary itself, we also need to replace # all the symlinks in dugite/git/libexec/git-core. for file in \"$dugite/git/libexec/git-core\"/*; do if [ -x \"$file\" ] && file \"$file\" | grep -q \"ELF\"; then # Remove ELF executable rm \"$file\" # Get the corresponding filename in nixpkgs's git filename=$(basename \"$file\") git_executable=\"${git}/libexec/git-core/$filename\" # Create symlink to $git_executable ln -s \"$git_executable\" \"$file\" echo \"Replaced $file with symlink to $git_executable\" fi done # Was symlinked in previous loop, but actually, nixpkgs has a separate package for git-lfs # Unlink to avoid a \"File exists\" error and relink correctly unlink $dugite/git/libexec/git-core/git-lfs ln -s ${git-lfs}/bin/git-lfs $dugite/git/libexec/git-core/git-lfs '' + lib.optionalString (stdenv.hostPlatform.system == \"x86_64-linux\") '' # We have to patch a prebuilt binary in the asar archive # But asar complains because the node_gyp unpacked dependency uses a prebuilt Python3 itself rm $opt/resources/app.asar.unpacked/node_modules/tree-sitter-bash/build/node_gyp_bins/python3 ln -s ${python3.interpreter} $opt/resources/app.asar.unpacked/node_modules/tree-sitter-bash/build/node_gyp_bins/python3 '' + '' # Patch the bundled node executables find $opt -name \"*.node\" -exec patchelf --set-rpath \"${newLibpath}:$opt\" {} ; # Also patch the node executable for apm patchelf --set-rpath \"${newLibpath}:$opt\" $opt/resources/app/ppm/bin/node # The pre-packaged ASAR bundle comes with prebuild binaries, expecting libstdc++.so.6 asarBundle=$TMPDIR/asarbundle asar e $opt/resources/app.asar $asarBundle find $asarBundle -name \"*.node\" -exec patchelf --set-rpath \"${newLibpath}:$opt\" --add-needed libstdc++.so.6 {} ; unlink $asarBundle/node_modules/document-register-element/dre # Self referencing symlink, breaking asar rebundling asar p $asarBundle $opt/resources/app.asar rm -rf $asarBundle # We have patched the original wrapper, but now it needs the \"PULSAR_PATH\" env var mkdir -p $out/bin wrapProgram $opt/resources/pulsar.sh --prefix \"PULSAR_PATH\" : \"$opt/pulsar\" ln -s $opt/resources/pulsar.sh $out/bin/pulsar ln -s $opt/resources/app/ppm/bin/apm $out/bin/ppm # Copy the icons mkdir -p $out/share/icons/hicolor/scalable/apps $out/share/icons/hicolor/1024x1024/apps cp $opt/resources/pulsar.svg $out/share/icons/hicolor/scalable/apps/pulsar.svg cp $opt/resources/pulsar.png $out/share/icons/hicolor/1024x1024/apps/pulsar.png '' + lib.optionalString withNemoAction '' # Copy the nemo action file mkdir -p $out/share/nemo/actions cp ${./pulsar.nemo_action} $out/share/nemo/actions/pulsar.nemo_action ''; desktopItems = [ (makeDesktopItem { name = \"Pulsar\"; desktopName = \"Pulsar\"; exec = \"pulsar\"; icon = \"pulsar\"; comment = \"A Community-led Hyper-Hackable Text Editor\"; genericName = \"Text Editor\"; categories = [ \"Development\" \"TextEditor\" \"Utility\" ]; mimeTypes = [ \"text/plain\" ]; }) ]; passthru.updateScript = ./update.mjs; meta = with lib; { description = \"A Community-led Hyper-Hackable Text Editor\"; longDescription = '' A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron. Designed to be deeply customizable, but still approachable using the default configuration. ''; homepage = \"https://github.com/pulsar-edit/pulsar\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ bryango ]; knownVulnerabilities = [ \"CVE-2023-5217\" \"CVE-2022-21718\" \"CVE-2022-29247\" \"CVE-2022-29257\" \"CVE-2022-36077\" \"CVE-2023-29198\" \"CVE-2023-39956\" ]; }; } "}
{"_id":"q-en-nixpkgs-a3719fc772e7030c6c5f1a97e7bcba7583697f3511ff6fd9febcb66f0fca1ad6","text":"patchPhase = ''patchShebangs . '' + stdenv.lib.optionalString stdenv.isDarwin '' sed -i 's/#ifndef __MAC_10_11/#if 1/' ./libavcodec/audiotoolboxdec.c '' + stdenv.lib.optionalString (frei0r != null) '' substituteInPlace libavfilter/vf_frei0r.c --replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1 substituteInPlace doc/filters.texi --replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1 ''; configureFlags = ["}
{"_id":"q-en-nixpkgs-a390f51888efdf848ea76cb9bc567a5f4ba21a0da41a0bd81f78b0587cdd15d5","text":"inherit pname version; inherit src; npmDepsHash = \"sha256-+pr9fWg/9kxkYMmthtqhjgF6MOomSQxVCO5V8tHHRdE=\"; npmDepsHash = \"sha256-7oh5bl5APAvzb/TxHMUP/saRWLwuP9xqGvn7/RDhFk8=\"; npmFlags = [ \"--legacy-peer-deps\" ]; makeCacheWritable = true;"}
{"_id":"q-en-nixpkgs-a3d227b5fb6eed5c45297a85184b916e9033144e450311cc3dfe7f7955b28043","text":"qtdeclarative = [ ./qtdeclarative.patch ]; qtscript = [ ./qtscript.patch ]; qtserialport = [ ./qtserialport.patch ]; qtwebengine = [ ] qtwebengine = [ # Fix build with bison-3.7: https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?id=1a53f599 (fetchpatch { name = \"qtwebengine-bison-3.7-build.patch\"; url = \"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=1a53f599\"; sha256 = \"1nqpyn5fq37q7i9nasag6i14lnz0d7sld5ikqhlm8qwq9d7gbmjy\"; stripLen = 1; extraPrefix = \"src/3rdparty/\"; }) ] ++ optional stdenv.isDarwin ./qtwebengine-darwin-no-platform-check.patch; qtwebkit = [ (fetchpatch {"}
{"_id":"q-en-nixpkgs-a4225d87fa3df17cce7a2628675cb6083ddbae86a272b5327d93d92fb2d02a86","text":", pango , pulseaudio , python3 , stdenv , util-linux , which , x264 , x265 , xauth , xdg-utils , xorg , xorgserver }:"}
{"_id":"q-en-nixpkgs-a435bd5c8cdf502ab7d237aa0cb3a647f78f517e4dfae3b3a1ec2076dac3b5a5","text":"enableParallelBuilding = true; doCheck = !stdenv.isDarwin; # Other versions of Julia pass the tests, but we are not sure why these fail. doCheck = false; checkTarget = \"testall\"; # Julia's tests require read/write access to $HOME preCheck = ''"}
{"_id":"q-en-nixpkgs-a44297d8df3807c7eb6bccaa6ff284b7c9b4486394730ca22d8f5d90786453c0","text":"my $kernel = copyToKernelsDir(Cwd::abs_path(\"$path/kernel\")); my $initrd = copyToKernelsDir(Cwd::abs_path(\"$path/initrd\")); if ($extraInitrd) { $initrd .= \" \" .$extraInitrdPath->path; # Include second initrd with secrets if ($initrdSecrets) { # Get last element of path $initrd =~ //([^/]+)$/; my $initrdSecretsPath = \"$bootPath/kernels/$1-secrets\"; $initrd .= \" $initrd-secrets\"; my $oldUmask = umask; # Make sure initrd is not world readable (won't work if /boot is FAT) umask 0137; my $initrdSecretsPathTemp = File::Temp::mktemp(\"$initrdSecretsPath.XXXXXXXX\"); system(\"$path/append-initrd-secrets\", $initrdSecretsPathTemp) == 0 or die \"failed to create initrd secretsn\"; rename $initrdSecretsPathTemp, $initrdSecretsPath or die \"failed to move initrd secrets into placen\"; umask $oldUmask; $copied{$initrdSecretsPath} = 1; } my $xen = -e \"$path/xen.gz\" ? copyToKernelsDir(Cwd::abs_path(\"$path/xen.gz\")) : undef; # FIXME: $confName"}
{"_id":"q-en-nixpkgs-a44abe2754fc2a0ad322652539d686e8e499dc616d84d5f0240a648a4d84f1f8","text":" { lib, stdenv, fetchurl, makeWrapper, jre, ncurses }: stdenv.mkDerivation rec { version = \"3.1.0\"; pname = \"dotty-bare\"; src = fetchurl { url = \"https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz\"; sha256 = \"9bsZ2FtIb6AvA3W3r2Vv0dPNicuYjMBz3X48z45Avv8=\"; }; propagatedBuildInputs = [ jre ncurses.dev ] ; nativeBuildInputs = [ makeWrapper ]; installPhase = '' mkdir -p $out mv * $out ''; fixupPhase = '' bin_files=$(find $out/bin -type f ! -name common) for f in $bin_files ; do wrapProgram $f --set JAVA_HOME ${jre} --prefix PATH : '${ncurses.dev}/bin' done ''; meta = with lib; { description = \"Research platform for new language concepts and compiler technologies for Scala\"; longDescription = '' Dotty is a platform to try out new language concepts and compiler technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax (e.g. no XML literals), and try to boil down Scala’s types into a smaller set of more fundamental constructs. The theory behind these constructs is researched in DOT, a calculus for dependent object types. ''; homepage = \"http://dotty.epfl.ch/\"; license = licenses.bsd3; platforms = platforms.all; maintainers = [maintainers.karolchmist maintainers.virusdave]; }; } "}
{"_id":"q-en-nixpkgs-a45540f82dea8d52edae1a2f5794c4df5d9059120607ec6ecb2d2f877da190f2","text":"sha256 = \"3c0f73db9f8392f7048c8a244809f154d7c39f354e2167f6c477630aa517ed04\"; }; propagatedBuildInputs = [ setuptools ]; patches = [ (fetchpatch { stripLen = 2;"}
{"_id":"q-en-nixpkgs-a46c66b28137d021df52abb92d29340e6ece3a5ca28664e3436b0058a1634474","text":"}; nativeBuildInputs = [ makeWrapper unzip ]; buildInputs = [ ant jre8 jdk8 gtk3 gsettings-desktop-schemas ]; buildInputs = [ ant jdk gtk3 gsettings-desktop-schemas ]; postPatch = '' sed -i -e 's,../SweetHome3D,${applicationSrc},g' build.xml"}
{"_id":"q-en-nixpkgs-a47c847acab19c9a8d481d83a42fd9ce3ab64601c535a7a76cd2490d9f9b2896","text":"- heterogeneous-list-literals - hetris - heukarya - hevm - HExcel - hexchat - hexif"}
{"_id":"q-en-nixpkgs-a48c62659a82747eaba64d2d763fbd7616451bd69b2a83ffd9c0f3b29eb5ffee","text":"aesop = callPackage ../applications/office/aesop { }; AusweisApp2 = libsForQt5.callPackage ../applications/misc/ausweisapp2 { }; avidemux = libsForQt5.callPackage ../applications/video/avidemux { }; avrdudess = callPackage ../applications/misc/avrdudess { };"}
{"_id":"q-en-nixpkgs-a4ca6482a94866f962ac5862e48eece9800fd24097549d84ce630a471e5e4b88","text":"url = \"https://git.archlinux.org/svntogit/packages.git/plain/trunk/qtbug-77037-workaround.patch?h=packages/qt5-webengine&id=fc77d6b3d5ec74e421b58f199efceb2593cbf951\"; sha256 = \"1gv733qfdn9746nbqqxzyjx4ijjqkkb7zb71nxax49nna5bri3am\"; }) ] ++ optional stdenv.isDarwin ./qtwebengine-darwin-no-platform-check.patch; ] ++ optionals stdenv.isDarwin [ ./qtwebengine-darwin-no-platform-check.patch ./qtwebengine-darwin-fix-failed-static-assertion.patch ]; qtwebkit = [ ./qtwebkit.patch ] ++ optionals stdenv.isDarwin [ ./qtwebkit-darwin-no-readline.patch"}
{"_id":"q-en-nixpkgs-a4d198d26d72dac2225b6f17e76efbdcd46ce44e4af50d0a295476c54584cac4","text":"mask-rcnn = callPackage ../development/python-modules/mask-rcnn { }; mat2 = callPackage ../development/python-modules/mat2 { }; matchpy = callPackage ../development/python-modules/matchpy { }; mathlibtools = callPackage ../development/python-modules/mathlibtools { };"}
{"_id":"q-en-nixpkgs-a4f57a9b787d642fad18fca5f807fa92953ad1e49aaa159e6ca9ae03a55cec47","text":"+ .arg(dest_path) + .output(); + } + else if is_lib { + let _ = ::std::process::Command::new(\"@patchelf@/bin/patchelf\") + .arg(\"--set-rpath\") + .arg(\"@libPath@\") + .arg(dest_path) + .output(); + } +} + #[derive(Debug)]"}
{"_id":"q-en-nixpkgs-a555b9ddc04820450c21b461537f5580030c3832d9f4fd7fb69c9a34c400d4bc","text":"# registered in /etc/shells. The nix's bash is not in there when running # cpu-x from nixpkgs. stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"cpu-x\"; version = \"5.0.4\"; src = fetchFromGitHub { owner = \"X0rg\"; repo = \"CPU-X\"; rev = \"v${version}\"; sha256 = \"sha256-8jJP0gxH3B6qLrhKNa4P9ZfSjxaXTeBB1+UuadflLQo=\"; rev = \"refs/tags/v${finalAttrs.version}\"; hash = \"sha256-8jJP0gxH3B6qLrhKNa4P9ZfSjxaXTeBB1+UuadflLQo=\"; }; nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 nasm makeWrapper ]; nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 nasm ]; buildInputs = [ gtk3 ncurses libcpuid pciutils procps vulkan-headers vulkan-loader glfw opencl-headers ocl-icd libXdmcp pcre util-linux libselinux libsepol libthai libdatrie libxkbcommon libepoxy dbus at-spi2-core gtk3 gtkmm3 ncurses libcpuid pciutils procps vulkan-headers vulkan-loader glfw opencl-headers ocl-icd libXdmcp pcre util-linux libselinux libsepol libthai libdatrie libxkbcommon libepoxy dbus at-spi2-core libXtst ]; postInstall = '' wrapProgram $out/bin/cpu-x --prefix PATH : ${lib.makeBinPath [ stdenv.cc ]} preFixup = '' gappsWrapperArgs+=( --prefix PATH : ${lib.makeBinPath [ stdenv.cc ]} --prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib ) ''; meta = with lib; { passthru = { tests = { version = testers.testVersion { package = finalAttrs.finalPackage; }; }; }; meta = { description = \"Free software that gathers information on CPU, motherboard and more\"; mainProgram = \"cpu-x\"; homepage = \"https://thetumultuousunicornofdarkness.github.io/CPU-X\"; license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ viraptor ]; maintainers = with lib.maintainers; [ viraptor ]; }; } }) "}
{"_id":"q-en-nixpkgs-a559fc91e704aeba283e27ee04b086a4bb6debd369b5b7b3053025f2459ccccb","text":"config = mkMerge [ (mkIf cfgC.enable { systemd.services.\"synergy-client\" = { after = [ \"network.target\" ]; systemd.user.services.\"synergy-client\" = { after = [ \"network.target\" \"graphical-session.target\" ]; description = \"Synergy client\"; wantedBy = optional cfgC.autoStart \"multi-user.target\"; wantedBy = optional cfgC.autoStart \"graphical-session.target\"; path = [ pkgs.synergy ]; serviceConfig.ExecStart = ''${pkgs.synergy}/bin/synergyc -f ${optionalString (cfgC.screenName != \"\") \"-n ${cfgC.screenName}\"} ${cfgC.serverAddress}''; serviceConfig.Restart = \"on-failure\"; }; }) (mkIf cfgS.enable { systemd.services.\"synergy-server\" = { after = [ \"network.target\" ]; systemd.user.services.\"synergy-server\" = { after = [ \"network.target\" \"graphical-session.target\" ]; description = \"Synergy server\"; wantedBy = optional cfgS.autoStart \"multi-user.target\"; wantedBy = optional cfgS.autoStart \"graphical-session.target\"; path = [ pkgs.synergy ]; serviceConfig.ExecStart = ''${pkgs.synergy}/bin/synergys -c ${cfgS.configFile} -f ${optionalString (cfgS.address != \"\") \"-a ${cfgS.address}\"} ${optionalString (cfgS.screenName != \"\") \"-n ${cfgS.screenName}\" }''; serviceConfig.Restart = \"on-failure\";"}
{"_id":"q-en-nixpkgs-a57a531cc103f2ee2c672358e2646c6c4f76a991c9fc0650c485bd3fd383bdf5","text":"owner = \"named-data\"; repo = \"ndn-cxx\"; rev = \"${pname}-${version}\"; sha256 = \"1lcaqc79n3d9sip7knddblba17sz18b0w7nlxmj3fz3lb3z9qd51\"; sha256 = \"sha256-oTSc/lh0fDdk7dQeDhYKX5+gFl2t2Xlu1KkNmw7DitE=\"; }; nativeBuildInputs = [ doxygen pkg-config python3 python3Packages.sphinx wafHook ]; buildInputs = [ boost openssl sqlite ]; buildInputs = [ boost175 openssl sqlite ]; wafConfigureFlags = [ \"--with-openssl=${openssl.dev}\" \"--boost-includes=${boost.dev}/include\" \"--boost-libs=${boost.out}/lib\" \"--boost-includes=${boost175.dev}/include\" \"--boost-libs=${boost175.out}/lib\" # \"--with-tests\" # disabled since upstream tests fail (Net/TestFaceUri/ParseDev Bug #3896) ]; doCheck = false; # disabled since upstream tests fail (Net/TestFaceUri/ParseDev Bug #3896) checkPhase = '' runHook preCheck LD_PRELOAD=build/ndn-cxx.so build/unit-tests runHook postCheck ''; meta = with lib; { homepage = \"https://named-data.net/\"; description = \"A Named Data Neworking (NDN) or Content Centric Networking (CCN) abstraction\";"}
{"_id":"q-en-nixpkgs-a58eaad8f02f744f65d29db95ea068c3024e0f4682575f0e03e258f841b84a0a","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":"q-en-nixpkgs-a5a88cd41a3c2ad5d4166b7b379e9c11bdfa2803974303659623d6f46f4dd970","text":"stdenv.mkDerivation rec { pname = \"sqlite\"; version = \"3.32.2\"; version = \"3.32.3\"; # NB! Make sure to update analyzer.nix src (in the same directory). src = fetchurl { url = \"https://sqlite.org/2020/sqlite-autoconf-${archiveVersion version}.tar.gz\"; sha256 = \"1130bcd70s2vlsq0d638pb5qrw9kwqvjswnp2dfypghx9hjz3gid\"; sha256 = \"0rlbaq177gcgk5dswd3akbhv2nvvzljrbhgy18hklbhw7h90f5d3\"; }; outputs = [ \"bin\" \"dev\" \"out\" ];"}
{"_id":"q-en-nixpkgs-a5c48fd4357789228b17e74a4bf1bfc98b4750f3e858a2362e0aabc3f17dba69","text":"rustPlatform.buildRustPackage rec { pname = \"eww\"; version = \"0.6.0\"; version = \"0.6.0-unstable-2024-04-26\"; src = fetchFromGitHub { owner = \"elkowar\"; repo = \"eww\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-rzDnplFJNiHe+XbxbhZMEhPJMiJsmdVqtZxlxhzzpTk=\"; # FIXME: change to a release tag once a new release is available # https://github.com/elkowar/eww/pull/1084 # using the revision to fix string truncation issue in eww config rev = \"2c8811512460ce6cc75e021d8d081813647699dc\"; hash = \"sha256-eDOg5Ink3iWT/B1WpD9po5/UxS4DEaVO4NPIRyjSheM=\"; }; cargoHash = \"sha256-n9nd5E/VO+0BgkhrfQpeihlIkoVQRf6CMiPCK5opvvw=\"; cargoHash = \"sha256-ClnIW7HxbQcC85OyoMhBLFjVtdEUCOARuimfS4uRi+E=\"; nativeBuildInputs = [ pkg-config wrapGAppsHook3 ]; nativeBuildInputs = [ pkg-config wrapGAppsHook3 ]; buildInputs = [ gtk3"}
{"_id":"q-en-nixpkgs-a5e4a9b99ad461df2242412071a802a20a29da665c96cd99bfcc5adf59253884","text":"--replace '\"/usr/local/bin/espanso\"' '\"${placeholder \"out\"}/bin/espanso\"' ''; env = lib.optionalAttrs stdenv.cc.isClang { # Work around https://github.com/NixOS/nixpkgs/issues/166205. NIX_LDFLAGS = \"-l${stdenv.cc.libcxx.cxxabi.libName}\"; }; # Some tests require networking doCheck = false;"}
{"_id":"q-en-nixpkgs-a6089daef2c8b06f263475ab52553bf9168e11f22b51e58076593dee640bd793","text":"kpurpose kdeclarative wrapGAppsHook3 glaxnimate ]; # Both MLT and FFMpeg paths must be set or Kdenlive will complain that it"}
{"_id":"q-en-nixpkgs-a6845805e80a54260a769652acfe9b4088c3dbac27cf8a2187e836bdd920ac8a","text":"{ path = \"/boot\"; inherit (cfg) devices; inherit (efi) efiSysMountPoint; } ]; boot.loader.supportsInitrdSecrets = true; system.build.installBootLoader = let install-grub-pl = pkgs.substituteAll {"}
{"_id":"q-en-nixpkgs-a6a50093969ec0cec157eaa7becd3dfb7f67d56e8e26b0ace3662f6860b1f110","text":"dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { }; dolphinEmu = callPackage ../misc/emulators/dolphin-emu { }; dolphinEmuMaster = qt5.callPackage ../misc/emulators/dolphin-emu/master.nix { dolphin-emu = callPackage ../misc/emulators/dolphin-emu { }; dolphin-emu-beta = qt5.callPackage ../misc/emulators/dolphin-emu/master.nix { inherit (darwin.apple_sdk.frameworks) CoreBluetooth ForceFeedback IOKit OpenGL; };"}
{"_id":"q-en-nixpkgs-a6eeaa1161c820c293c90b2cfb82888462b9e37bac2d3b71520c43b0057e3cc7","text":"generic = { version, sha256, eol ? false, extraVulnerabilities ? [] }: stdenv.mkDerivation rec { }: let major = lib.versions.major version; in stdenv.mkDerivation rec { pname = \"nextcloud\"; inherit version;"}
{"_id":"q-en-nixpkgs-a7278161d832e355aad7638cbbdd831a816a4fa6ec5e2da94e279cff220e1e9a","text":"in stdenv.mkDerivation rec { pname = \"cups-filters\"; version = \"1.25.0\"; version = \"1.25.6\"; src = fetchurl { url = \"https://openprinting.org/download/cups-filters/${pname}-${version}.tar.xz\"; sha256 = \"1laiscq8yvynw862calkgbz9irrdkmd5l821q6a6wik1ifd186c1\"; sha256 = \"1pgjk7j2p8m17pwynqd86hxgvz9lyb09ivx18lv6inmygij0pm4j\"; }; nativeBuildInputs = [ pkgconfig makeWrapper ];"}
{"_id":"q-en-nixpkgs-a787061340bb3aa4c2ac23f7707cc62ac53358faebf152d8afdabde3d1e9b79e","text":"fullName = \"European Union Public License 1.1\"; }; eupl12 = spdx { spdxId = \"EUPL-1.2\"; fullName = \"European Union Public License 1.2\"; }; fdl12 = spdx { spdxId = \"GFDL-1.2-only\"; fullName = \"GNU Free Documentation License v1.2 only\";"}
{"_id":"q-en-nixpkgs-a7c4d940ee4baf417405dc1c7e59d73228c2388214b6e5c3fd1e4af93a506027","text":"# Update this when adding the newest kernel major version! # And update linux_latest_for_hardened below if the patches are already available linuxPackages_latest = linuxPackages_5_8; linuxPackages_latest = linuxPackages_5_7; linux_latest = linuxPackages_latest.kernel; # Build the kernel modules for the some of the kernels."}
{"_id":"q-en-nixpkgs-a7fbdc0733d0de06c8254d9cba7df5504fa41d48210f9ae7e51a9974a0a155a6","text":", libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux , alsaLib, cairo, acl, gpm, AppKit, GSS, ImageIO, m17n_lib, libotf , jansson, harfbuzz , libgccjit, targetPlatform, makeWrapper # native-comp params , libgccjit, targetPlatform, makeWrapper, nukeReferences # native-comp params , systemd ? null , withX ? !stdenv.isDarwin , withNS ? stdenv.isDarwin"}
{"_id":"q-en-nixpkgs-a83ced65f59dfc8ad18ee717692e1b2994610ccdee42d8f3a4db3a8cd0a98f7f","text":" { stdenv, fetchFromGitHub }: let rev = \"77686b3dfa20a34270cc52377c8e37c3a461e484\"; version = stdenv.lib.strings.substring 0 7 rev; in stdenv.mkDerivation { name = \"sbt-extras-${version}\"; inherit version; src = fetchFromGitHub { owner = \"paulp\"; repo = \"sbt-extras\"; inherit rev; sha256 = \"1bhqigm0clv3i1gvn4gsllywcnwfsa73xvqp8m7pbvn8g7i2ws6x\"; }; dontBuild = true; installPhase = '' mkdir -p $out/bin install bin/sbt $out/bin ''; meta = { description = \"A more featureful runner for sbt, the simple/scala/standard build tool\"; homepage = https://github.com/paulp/sbt-extras; license = stdenv.lib.licenses.bsd3; maintainers = with stdenv.lib.maintainers; [ puffnfresh ]; platforms = stdenv.lib.platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-a850bad6da382bf019c5337e26005752d3447bdbd989a39394647ea74aa0f264","text":"maintainers = with lib.maintainers; [ dotlambda foo-dogsquared ]; platforms = lib.platforms.all; mainProgram = \"warp\"; broken = stdenv.isDarwin; }; }"}
{"_id":"q-en-nixpkgs-a88a02382d95e6c363464ef1497721449261208c354adb55ffce4f2c88e6a506","text":"gmp libGL libGLU libSM mpfr proj python"}
{"_id":"q-en-nixpkgs-a8920f4f485165af812c7729734773350e988922ffa49918063c12579f2a998a","text":"ln -sf '${file}' \"${local}\" '') rules} if [ ! -f /etc/opensnitch-system-fw.json ]; then if [ ! -f /etc/opensnitchd/system-fw.json ]; then cp \"${pkgs.opensnitch}/etc/opensnitchd/system-fw.json\" \"/etc/opensnitchd/system-fw.json\" fi '');"}
{"_id":"q-en-nixpkgs-a8947b1d3427e17af1a43fe887134e31edb6a1cd972d27d03ffabb826c8ac307","text":" { stdenv , lib , fetchFromGitHub , installShellFiles , binutils-unwrapped , systemd }: stdenv.mkDerivation rec { pname = \"beefi\"; version = \"0.1.1\"; src = fetchFromGitHub { owner = \"jfeick\"; repo = \"beefi\"; rev = version; sha256 = \"1180avalbw414q1gnfqdgc9zg3k9y0401kw9qvcn51qph81d04v5\"; }; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ binutils-unwrapped systemd ]; patchPhase = '' substituteInPlace beefi --replace objcopy ${binutils-unwrapped}/bin/objcopy --replace /usr/lib/systemd ${systemd}/lib/systemd ''; installPhase = '' install -Dm755 beefi $out/bin/beefi installManPage beefi.1 ''; meta = with lib; { description = \"A small script to create bootable EFISTUB kernel images\"; license = licenses.gpl3; platforms = platforms.linux; maintainers = with maintainers; [ tu-maurice ]; homepage = \"https://github.com/jfeick/beefi\"; }; } "}
{"_id":"q-en-nixpkgs-a89819ee3e8629368b586162ffa88426e149c49ddb23fe6e122d599f427e402d","text":"''; }) ]; services.postfix = { services.postfix = lib.mkIf cfg.enablePostfix { recipientDelimiter = \"+\"; # bake recipient addresses in mail envelopes via VERP config = { owner_request_special = \"no\"; # Mailman handles -owner addresses on its own"}
{"_id":"q-en-nixpkgs-a8ae4f7b7ab2b842be084830ebc8ef718d600719a945471e9d22aa1cf94e269a","text":"config.nix.package ] ++ cfg.extraPackages; serviceConfig = rec { serviceConfig = { ExecStart = \"${cfg.package}/bin/Runner.Listener run --startuptype service\"; # Does the following, sequentially:"}
{"_id":"q-en-nixpkgs-a8f25dcb8fa32d62b55f6c500abd82bdd51f3e259a934651f9553091ece95a51","text":" { lib , stdenv , fetchFromGitHub , meson , ninja , pkg-config , wrapGAppsHook , desktop-file-utils , appstream-glib , python3Packages , glib , gtk3 , libhandy , gobject-introspection , gst_all_1 }: python3Packages.buildPythonApplication rec { pname = \"blanket\"; version = \"0.5.0\"; src = fetchFromGitHub { owner = \"rafaelmardojai\"; repo = \"blanket\"; rev = version; sha256 = \"00i821zqfbigxmc709322r16z75qsw4rg23yhv35gza9sl65bzkg\"; }; nativeBuildInputs = [ meson ninja pkg-config wrapGAppsHook desktop-file-utils appstream-glib ]; buildInputs = [ glib gtk3 libhandy gobject-introspection gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad ]; propagatedBuildInputs = with python3Packages; [ pygobject3 ]; # Broken with gobject-introspection setup hook # https://github.com/NixOS/nixpkgs/issues/56943 strictDeps = false; format = \"other\"; postPatch = '' patchShebangs build-aux/meson/postinstall.py ''; meta = with lib; { homepage = \"https://github.com/rafaelmardojai/blanket\"; description = \"Listen to different sounds\"; maintainers = with maintainers; [ onny ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-a90d473aced2ad79065c9c64653dd3546920357b35da596b35a81f758cd02053","text":" diff --git a/Makefile b/Makefile index d6b9dc1..ce7c493 100644 --- a/Makefile +++ b/Makefile @@ -601,7 +601,7 @@ install-localstatedir: endif -install: all $(if $(BUILD_DOCS),install-doc) install-datadir install-localstatedir +install: all $(if $(BUILD_DOCS),install-doc) install-datadir ifneq ($(TOOLS),) $(call install-prog,$(subst qemu-ga,qemu-ga$(EXESUF),$(TOOLS)),$(DESTDIR)$(bindir)) endif "}
{"_id":"q-en-nixpkgs-a9922154d021fccec5158854a7f7e1610d83a34c083cdafdc44864a395ec9c82","text":"linux_5_15_hardened = recurseIntoAttrs (packagesFor kernels.linux_5_15_hardened); linux_6_1_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_1_hardened); linux_6_5_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_5_hardened); linux_6_6_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_6_hardened); linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen); linux_lqx = recurseIntoAttrs (packagesFor kernels.linux_lqx);"}
{"_id":"q-en-nixpkgs-a9b0987e7d567ff0f603de5036921a663ebf29cbc8fc89da43e3f06f2f81da19","text":"echo \"unsupported interpreter directive \"$oldInterpreterLine\" (set dontPatchShebangs=1 and handle shebang patching yourself)\" exit 1 fi newPath=\"$(command -v \"$arg0\" || true)\" newPath=\"$(PATH=\"${!pathName}\" command -v \"$arg0\" || true)\" else if [ \"$oldPath\" = \"\" ]; then # If no interpreter is specified linux will use /bin/sh. Set # oldpath=\"/bin/sh\" so that we get /nix/store/.../sh. oldPath=\"/bin/sh\" fi newPath=\"$(command -v \"$(basename \"$oldPath\")\" || true)\" newPath=\"$(PATH=\"${!pathName}\" command -v \"$(basename \"$oldPath\")\" || true)\" args=\"$arg0 $args\" fi"}
{"_id":"q-en-nixpkgs-a9b6fe2de4125252d94ece22494ac8ac18a5dfcf09d3e4bbb433f0c846e64d51","text":" { lib, python3, fetchFromGitHub, git, pkg-config }: { lib, stdenv, python3, fetchFromGitHub, git, pkg-config, fetchpatch }: # Note: # Conan has specific dependency demands; check"}
{"_id":"q-en-nixpkgs-aa0c4911472940f394a5898424309f4c8c3b84214d803a3136072afee5a6a53d","text":"default = null; defaultText = literalExpression \"username\"; }; workDir = mkOption { type = with types; nullOr str; description = lib.mdDoc '' Working directory, available as `$GITHUB_WORKSPACE` during workflow runs and used as a default for [repository checkouts](https://github.com/actions/checkout). The service cleans this directory on every service start. A value of `null` will default to the systemd `RuntimeDirectory`. ''; default = null; }; }"}
{"_id":"q-en-nixpkgs-aa591339accdaeda5bbf68b4f4cb707a7e76c37378f2e89e67d28cb83805da98","text":"inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices; }; julia_15 = callPackage ../development/compilers/julia/1.5.nix { julia_15 = callPackage ../development/compilers/julia/1.5.nix { inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices; }; julia_1 = julia_10; julia = julia_1; julia = julia_15; jwasm = callPackage ../development/compilers/jwasm { };"}
{"_id":"q-en-nixpkgs-aab3c2a1e49b7ab70b237c88e7573d6e8862472c37eb401b0930a1527b0842aa","text":", cmake , qttools , wrapQtAppsHook , qtbase , qtwayland , qtsvg }:"}
{"_id":"q-en-nixpkgs-ab1327269c4e72a640f43ec1de92510de3a7cf8d1242ebee788614293d804a44","text":" { lib , stdenvNoCC , fetchzip , fetchFromGitHub , butler , electron , steam-run , makeWrapper , copyDesktopItems , makeDesktopItem { lib, stdenvNoCC, fetchzip, fetchFromGitHub, electron, steam-run, makeWrapper, copyDesktopItems, makeDesktopItem, }: stdenvNoCC.mkDerivation rec { pname = \"itch\"; version = \"26.1.3\"; # TODO: Using kitch instead of itch, revert when possible src = fetchzip { url = \"https://broth.itch.ovh/kitch/linux-amd64/${version}/archive/default#.zip\"; let version = \"26.1.9\"; butler = fetchzip { url = \"https://broth.itch.zone/butler/linux-amd64/15.21.0/butler.zip\"; stripRoot = false; hash = \"sha256-FHwbzLPMzIpyg6KyYTq6/rSNRH76dytwb9D5f9vNKkU=\"; hash = \"sha256-jHni/5qf7xST6RRonP2EW8fJ6647jobzrnHe8VMx4IA=\"; }; itch-setup = fetchzip {"}
{"_id":"q-en-nixpkgs-ab16b38f1a1f6a996fb5fbe5e4fb130afb76da72828e9ec9b1bef2fc63911ea7","text":"va_end (ap); return res; diff --git a/src/builder-source-archive.c b/src/builder-source-archive.c index 3c694e57..0de62318 100644 --- a/src/builder-source-archive.c +++ b/src/builder-source-archive.c @@ -443,7 +443,7 @@ tar (GFile *dir,"}
{"_id":"q-en-nixpkgs-ab1ed3be17c52019953be98cbe0b48c6fe7acfd96d5c8d712a6e6b0f2438b037","text":"buildInputs = [ openssl zstd ] ++ lib.optionals stdenv.isDarwin [ zlib libiconv Security ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ Foundation ( # Pull a header that contains a definition of proc_pid_rusage(). # (We pick just that one because using the other headers from `sdk` is not"}
{"_id":"q-en-nixpkgs-ab47ced869efded0e366711006f967361a44c6ffa9860c52d1a2e11dd7f47d7c","text":"# Symlink to bin mkdir -p $out/bin ln -s $out/lib/Signal/signal-desktop $out/bin/signal-desktop ln -s $out/lib/Signal/signal-desktop $out/bin/signal-desktop-unwrapped runHook postInstall ''; # Required for $SQLCIPHER_LIB which contains \"/build/\" inside the path: noAuditTmpdir = true; preFixup = '' export SQLCIPHER_LIB=\"$out/lib/Signal/resources/app.asar.unpacked/node_modules/better-sqlite3/build/Release/better_sqlite3.node\" test -x \"$SQLCIPHER_LIB\" # To ensure the location hasn't changed gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ stdenv.cc.cc ] }\" --prefix LD_PRELOAD : \"$SQLCIPHER_LIB\" ${customLanguageWrapperArgs} )"}
{"_id":"q-en-nixpkgs-ab664864631c45dc66e65941857a54135f3e019700622366d8f2792dfdd4742c","text":"pname = \"flutter\"; src = fetchurl { url = \"https://storage.googleapis.com/flutter_infra_release/releases/${channel}/linux/${filename}\"; sha256 = \"12ycz7iasrc9p9c6zr95l6llyji3za43gsx8cmr2kjfiv23bcrv2\"; sha256 = \"sha256-sSz/owGdCMB5b9+cAWvLkrfFcIIq5665Xopd4JKv1G4=\"; }; patches = getPatches ./patches; };"}
{"_id":"q-en-nixpkgs-ab98ef0c9ee935af6117172f69f7e99fb90e74cc2f9ae63d3fbe688d345eacc4","text":"outputs = [ \"out\" \"dev\" \"man\" ]; patches = [ (substituteAll { src = ./fix-paths.patch; zenity = gnome.zenity; }) ]; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname;"}
{"_id":"q-en-nixpkgs-ac30014c8b3cc8a288a6b1cfcd2014018d8a541605bf2ca7dbdbc539c03c99e1","text":"rapidfuzz-cpp ]; NIX_CFLAGS_COMPILE = lib.optionals (stdenv.cc.isClang && stdenv.isDarwin) [ \"-fno-lto\" # work around https://github.com/NixOS/nixpkgs/issues/19098 ]; propagatedBuildInputs = [ rapidfuzz ];"}
{"_id":"q-en-nixpkgs-ac37e2950c1d0d3f78e6c6a7e1cc025caa4ecdce27506f1245de84f24c4dac21","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":"q-en-nixpkgs-ac8d45a49ccea44fbd3cc0aad9e4f809f8282c245fd446f498db20a2d21b9d99","text":" { lib, stdenv, fetchurl, fetchpatch }: stdenv.mkDerivation rec { pname = \"libamplsolver\"; version = \"20211109\"; src = fetchurl { url = \"https://ampl.com/netlib/ampl/solvers.tgz\"; sha256 = \"sha256-LVmScuIvxmZzywPSBl9T9YcUBJP7UFAa3eWs9r4q3JM=\"; }; patches = [ # Debian provides a patch to build a shared library (fetchpatch { url = \"https://sources.debian.org/data/main/liba/libamplsolver/0~20190702-2/debian/patches/fix-makefile-shared-lib.patch\"; sha256 = \"sha256-96qwj3fLugzbsfxguKMce13cUo7XGC4VUE7xKcJs42Y=\"; }) ]; installPhase = '' runHook preInstall pushd sys.`uname -m`.`uname -s` install -D -m 0644 *.h -t $out/include install -D -m 0644 *.so* -t $out/lib install -D -m 0644 *.a -t $out/lib popd runHook postInstall ''; meta = with lib; { description = \"A library of routines that help solvers work with AMPL\"; homepage = \"https://ampl.com/netlib/ampl/\"; license = [ licenses.mit ]; platforms = platforms.linux; maintainers = with maintainers; [ aanderse ]; }; } "}
{"_id":"q-en-nixpkgs-ac9aa84510d160b0327c25c2defb691ada30dc72ebb18df5b56eb6fb1684effe","text":"src = fetchurl { url = \"https://www2.ati.com/drivers/linux/radeon-crimson-15.12-15.302-151217a-297685e.zip\"; sha256 = \"0n0ynqmjkjp5dl5q07as7ps3rlyyn63hq4mlwgd7c7v82ky2skvh\"; curlOpts = \"--referer http://support.amd.com/en-us/download/desktop?os=Linux+x86_64\"; sha256 = \"704f2dfc14681f76dae3b4120c87b1ded33cf43d5a1d800b6de5ca292bb61e58\"; curlOpts = \"--referer https://www.amd.com/en/support\"; }; hardeningDisable = [ \"pic\" \"format\" ];"}
{"_id":"q-en-nixpkgs-ad14e303703ccd02f55db0588536626da24b9542b028e005c6eba7b25eb82af1","text":"(mkFlag true \"generate-man-pages\") ]; passthru.tests = { nixos-rsyslogd = nixosTests.rsyslogd; }; meta = { homepage = https://www.rsyslog.com/; description = \"Enhanced syslog implementation\";"}
{"_id":"q-en-nixpkgs-ad2b2cdf07b0b2efd9a8ac5e506f0a22ab19888ce8331d7a8053af6b88420489","text":"sed -i '0,/from numpy.distutils.core/s//import setuptools;from numpy.distutils.core/' setup.py ''; # First test: RuntimeWarning: Mean of empty slice. # Second: SyntaxError: invalid syntax. Due to wrapper? # Third: test checks permissions prePatch = '' substituteInPlace scipy/stats/tests/test_stats.py --replace \"test_chisquare_masked_arrays\" \"remove_this_one\" rm scipy/linalg/tests/test_lapack.py substituteInPlace scipy/weave/tests/test_catalog.py --replace \"test_user\" \"remove_this_one\" ''; inherit (support) preBuild checkPhase; patches = [../development/python-modules/scipy-0.16.1-decorator-fix.patch]; setupPyBuildFlags = [ \"--fcompiler='gnu95'\" ]; meta = {"}
{"_id":"q-en-nixpkgs-ad3ced4dbd4604fd3e25a393f8b435a8524cd50119cdffed91a50029e1a02bf1","text":" Adding Custom Packages It’s possible that a package you need is not available in NixOS. In that case, you can do two things. First, you can clone the Nixpkgs repository, add the package to your clone, and (optionally) submit a patch or pull request to have it accepted into the main Nixpkgs repository. This is described in detail in the Nixpkgs manual. In short, you clone Nixpkgs: $ git clone https://github.com/NixOS/nixpkgs $ cd nixpkgs Then you write and test the package as described in the Nixpkgs manual. Finally, you add it to , e.g. environment.systemPackages = [ pkgs.my-package ]; and you run nixos-rebuild, specifying your own Nixpkgs tree: # nixos-rebuild switch -I nixpkgs=/path/to/my/nixpkgs The second possibility is to add the package outside of the Nixpkgs tree. For instance, here is how you specify a build of the GNU Hello package directly in configuration.nix: environment.systemPackages = let my-hello = with pkgs; stdenv.mkDerivation rec { name = "hello-2.8"; src = fetchurl { url = "mirror://gnu/hello/${name}.tar.gz"; sha256 = "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"; }; }; in [ my-hello ]; Of course, you can also move the definition of my-hello into a separate Nix expression, e.g. environment.systemPackages = [ (import ./my-hello.nix) ]; where my-hello.nix contains: with import <nixpkgs> {}; # bring all of Nixpkgs into scope stdenv.mkDerivation rec { name = "hello-2.8"; src = fetchurl { url = "mirror://gnu/hello/${name}.tar.gz"; sha256 = "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"; }; } This allows testing the package easily: $ nix-build my-hello.nix $ ./result/bin/hello Hello, world! "}
{"_id":"q-en-nixpkgs-ad4164f5893004a5f72085edd984be0e5e7c583604aa439437474ddc1729f818","text":" { lib, buildFHSUserEnv, steam { stdenv, lib, writeScript, buildFHSUserEnv, steam , steam-runtime, steam-runtime-i686 ? null , withJava ? false , withPrimus ? false , nativeOnly ? false"}
{"_id":"q-en-nixpkgs-ad55f273d5a928186163792760e5afd709779f3b0077c9795b59bfa8cf24fefe","text":"}; in buildPythonPackage ( rec { name = \"numpy-${version}\"; version = \"1.10.1\"; version = \"1.10.2\"; src = pkgs.fetchurl { url = \"mirror://sourceforge/numpy/${name}.tar.gz\"; sha256 = \"8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858\"; sha256 = \"23a3befdf955db4d616f8bb77b324680a80a323e0c42a7e8d7388ef578d8ffa9\"; }; disabled = isPyPy; # WIP"}
{"_id":"q-en-nixpkgs-ad5a9e70e6b2590f6592024be469693193a7c704802280cdd84e949e21e4bd32","text":"buildInputs = [ qtbase rtaudio_6 rtmidi ] ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ] ++ lib.optionals (lib.versionAtLeast qtbase.version \"6.0\") [ qt5compat ] ++ rtaudio.buildInputs; ]; qmakeFlags = [ # we don't have RtAudio 6 yet: https://github.com/NixOS/nixpkgs/pull/245075 # \"CONFIG+=system_rtaudio\" \"CONFIG+=system_rtaudio\" \"CONFIG+=system_rtmidi\" ];"}
{"_id":"q-en-nixpkgs-ad78d54c53fb31619c78d6321e7f567e969485fb355f183ea68d2605a1bfeb67","text":"warnings.warn(\"NIXOS_INSTALL_GRUB env var deprecated, use NIXOS_INSTALL_BOOTLOADER\", DeprecationWarning) os.environ[\"NIXOS_INSTALL_BOOTLOADER\"] = \"1\" # flags to pass to bootctl install/update bootctl_flags = [] if \"@canTouchEfiVariables@\" != \"1\": bootctl_flags.append(\"--no-variables\") if \"@graceful@\" == \"1\": bootctl_flags.append(\"--graceful\") if os.getenv(\"NIXOS_INSTALL_BOOTLOADER\") == \"1\": # bootctl uses fopen() with modes \"wxe\" and fails if the file exists. if os.path.exists(\"@efiSysMountPoint@/loader/loader.conf\"): os.unlink(\"@efiSysMountPoint@/loader/loader.conf\") flags = [] if \"@canTouchEfiVariables@\" != \"1\": flags.append(\"--no-variables\") if \"@graceful@\" == \"1\": flags.append(\"--graceful\") subprocess.check_call([\"@systemd@/bin/bootctl\", \"--esp-path=@efiSysMountPoint@\"] + flags + [\"install\"]) subprocess.check_call([\"@systemd@/bin/bootctl\", \"--esp-path=@efiSysMountPoint@\"] + bootctl_flags + [\"install\"]) else: # Update bootloader to latest if needed available_out = subprocess.check_output([\"@systemd@/bin/bootctl\", \"--version\"], universal_newlines=True).split()[2]"}
{"_id":"q-en-nixpkgs-adebdc92a0363eb08ec27348480cfd56d3e4cb487229d656392643a88e8189f6","text":"{ stdenv, fetchFromGitHub , autoreconfHook, docbook2x, pkgconfig , gtk3, dconf, gobject-introspection , ibus, python3 }: , ibus, python3, wrapGAppsHook }: stdenv.mkDerivation rec { name = \"ibus-table-${version}\"; pname = \"ibus-table\"; version = \"1.9.21\"; src = fetchFromGitHub {"}
{"_id":"q-en-nixpkgs-ae1500b98ddfc1dbc3aa98e15fbd1a7c6d968cb89789ad97037f6a368f9191e5","text":"sha256 = sha256; }; includeScript = pkgs.writeText \"include.php\" '' prePatch = '' dos2unix ./rainloop/rainloop/v/1.16.0/app/libraries/MailSo/Base/HtmlUtils.php ''; patches = [ ./fix-cve-2022-29360.patch ]; postPatch = '' unix2dos ./rainloop/rainloop/v/1.16.0/app/libraries/MailSo/Base/HtmlUtils.php ''; includeScript = writeText \"include.php\" '' 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":"q-en-nixpkgs-af173bcc07c696aa9d31ff14def316d65ec1ebef301f03661b20293bcae0656b","text":"in stdenv.mkDerivation rec { srcVersion = \"apr24a\"; version = \"20240401_a\"; srcVersion = \"sep24a\"; version = \"20240901_a\"; pname = \"gildas\"; src = fetchurl {"}
{"_id":"q-en-nixpkgs-af1ce436e7e3386a3b1c5e0ff17b7713eb4b690ad2c5ec0697578a458f20c0e9","text":"LUA_PATH = \"${lgi}/share/lua/${lua.luaversion}/?.lua;;\"; postInstall = '' # Don't use wrapProgram or or the wrapper will duplicate the --search # Don't use wrapProgram or the wrapper will duplicate the --search # arguments every restart mv \"$out/bin/awesome\" \"$out/bin/.awesome-wrapped\" makeWrapper \"$out/bin/.awesome-wrapped\" \"$out/bin/awesome\" "}
{"_id":"q-en-nixpkgs-af5caaf90882ac17dd6428468efbcf084f1692f7e975769c2ee1dd30d775d51c","text":"++ cfg.sessionPath; # Fonts. fonts.packages = mkDefault [ fonts.packages = [ pkgs.noto-fonts pkgs.hack-font ];"}
{"_id":"q-en-nixpkgs-af79f62e9bd57c8de43c9f63626fe39a220e816c77e8fc6b484b447f0b547003","text":"++ optional langAda ../gnat-cflags.patch ++ optional langFortran ../gfortran-driving.patch ++ optional (targetPlatform.libc == \"musl\") ../libgomp-dont-force-initial-exec.patch ++ optional (!crossStageStatic && targetPlatform.isMinGW) (fetchpatch { url = \"https://raw.githubusercontent.com/lhmouse/MINGW-packages/${import ../common/mfcgthreads-patches-repo.nix}/mingw-w64-gcc-git/9000-gcc-${majorVersion}-branch-Added-mcf-thread-model-support-from-mcfgthread.patch\"; sha256 = \"1c449jgm1vx9g4kv82bxmvlgrwb8f6kwkl0gqmjlmhf7f4hjy2nr\"; }); # Obtain latest patch with ../update-mcfgthread-patches.sh ++ optional (!crossStageStatic && targetPlatform.isMinGW) ./Added-mcf-thread-model-support-from-mcfgthread.patch; javaEcj = fetchurl { # The `$(top_srcdir)/ecj.jar' file is automatically picked up at"}
{"_id":"q-en-nixpkgs-b06b9fb56ecc2ac19c41819b0946de2b8360bfb9159fadeb44035b95e8b3ebc1","text":"rustPlatform.buildRustPackage rec { pname = \"fido2luks\"; version = \"0.2.20\"; version = \"0.2.21\"; src = fetchFromGitHub { owner = \"shimunn\"; repo = pname; rev = version; sha256 = \"04gl7wn38f42mapmkf026rya668vvhm03yi8iqnz31xgggbr2irm\"; sha256 = \"sha256-bXwaFiRHURvS5KtTqIj+3GlGNbEulDgMDP51ZiO1w9o=\"; }; cargoPatches = [ #https://github.com/shimunn/fido2luks/pull/50 (fetchpatch { name = \"libcryptsetup-rs.patch\"; url = \"https://github.com/shimunn/fido2luks/commit/c87a9bbb4cbbe90be7385d4bc2946716c593b91d.diff\"; sha256 = \"2IWz9gcEbXhHlz7VWoJNBZfwnJm/J3RRuXg91xH9Pl4=\"; }) ]; nativeBuildInputs = [ pkg-config clang ]; buildInputs = [ cryptsetup ]; nativeBuildInputs = [ pkg-config clang ]; configurePhase = '' export LIBCLANG_PATH=\"${llvmPackages.libclang.lib}/lib\" ''; cargoSha256 = \"U/2dAmFmW6rQvojaKSDdO+/WzajBJmhOZWvzwdiYBm0=\"; cargoSha256 = \"sha256-MPji87jYJjYtDAXO+v/Z4XRtCKo+ftsNvmlBrM9iMTk=\"; meta = with lib; { description = \"Decrypt your LUKS partition using a FIDO2 compatible authenticator\"; homepage = \"https://github.com/shimunn/fido2luks\"; license = licenses.gpl3; license = licenses.mpl20; maintainers = with maintainers; [ prusnak mmahut ]; platforms = platforms.linux; };"}
{"_id":"q-en-nixpkgs-b0987c5b3c06b44bf8ce8f9dbcdda97aa622af59c8afb75f7c0b17d2feccce07","text":"environment.systemPackages = [ pkgs.curl ]; }; traefik = { config, pkgs, ... }: { docker-containers.nginx = { extraDockerOptions = [ virtualisation.oci-containers.containers.nginx = { extraOptions = [ \"-l\" \"traefik.enable=true\" \"-l\" \"traefik.http.routers.nginx.entrypoints=web\" \"-l\" \"traefik.http.routers.nginx.rule=Host(`nginx.traefik.test`)\""}
{"_id":"q-en-nixpkgs-b0d2984d12d939e4999f8858b0bc36ed9616d7c07547cc94c44155a4704453b0","text":"makeFlags = let arch = head (splitString \"-\" stdenv.system); march = { x86_64 = stdenv.hostPlatform.platform.gcc.arch or \"x86-64\"; i686 = \"pentium4\"; }.${arch} march = { x86_64 = stdenv.hostPlatform.platform.gcc.arch or \"x86-64\"; i686 = \"pentium4\"; aarch64 = \"armv8-a\"; }.${arch} or (throw \"unsupported architecture: ${arch}\"); # Julia requires Pentium 4 (SSE2) or better cpuTarget = { x86_64 = \"x86-64\"; i686 = \"pentium4\"; }.${arch} cpuTarget = { x86_64 = \"x86-64\"; i686 = \"pentium4\"; aarch64 = \"generic\"; }.${arch} or (throw \"unsupported architecture: ${arch}\"); # Julia applies a lot of patches to its dependencies, so for now do not use the system LLVM # https://github.com/JuliaLang/julia/tree/master/deps/patches in [ \"ARCH=${arch}\" \"MARCH=${march}\""}
{"_id":"q-en-nixpkgs-b14234036ad1b23852c6b351ab3c58115703948395dfa3b6033eb8a2b8fe8ccf","text":"{ lib , stdenv , fetchFromGitea , acl , attr , autoreconfHook , bzip2 , fetchFromGitea , libburn , libcdio , libiconv , libisofs , pkg-config , readline , stdenv , zlib }:"}
{"_id":"q-en-nixpkgs-b142baa86352631923574c843f0f18c3660d54908a136cc0de59a8fa02c1745a","text":"sha256 = \"sha256-b9cBn5Nv+IxB58gi9G8QtRvXLWZZePZYZIPedbMMNr8=\"; }; buildInputs = [ iptables-legacy libuuid openssl ]; buildInputs = [ iptables-legacy libuuid openssl ] ++ lib.optionals (firewall == \"nftables\") [ libmnl libnftnl ]; nativeBuildInputs= [ pkg-config makeWrapper ]; # ./configure is not a standard configure file, errors with: # Option not recognized : --prefix= dontAddPrefix = true; configureFlags = [ \"--firewall=${firewall}\" # allow using various config options \"--ipv6\" \"--leasefile\" \"--regex\" \"--vendorcfg\" # hardening \"--portinuse\" ]; installFlags = [ \"PREFIX=$(out)\" \"INSTALLPREFIX=$(out)\" ]; postFixup = '' for script in $out/etc/miniupnpd/ip{,6}tables_{init,removeall}.sh do wrapProgram $script --set PATH '${scriptBinEnv}:$PATH' done ''; postFixup = { # Ideally we'd prefer using system's config.firewall.package here for iptables, # however for some reason switching --prefix to --suffix breaks the script iptables = '' for script in $out/etc/miniupnpd/ip{,6}tables_{init,removeall}.sh do wrapProgram $script --prefix PATH : '${scriptBinEnv}:$PATH' done ''; nftables = '' for script in $out/etc/miniupnpd/nft_{delete_chain,flush,init,removeall}.sh do wrapProgram $script --suffix PATH : '${scriptBinEnv}:$PATH' done ''; }.${firewall}; passthru.tests = { bittorrent-integration = nixosTests.bittorrent;"}
{"_id":"q-en-nixpkgs-b1ee9799ba5e52b21c897cb4ee4558d4475f8ea7030fa5ea82e9b1319c98e4a1","text":"}; buildInputs = lib.optional pulseSupport libpulseaudio ++ lib.optional jackSupport libjack2 ++ lib.optional alsaSupport alsa-lib; ++ lib.optionals jackSupport [ libjack2 soxr ] ++ lib.optional alsaSupport alsa-lib ++ lib.optional pcapSupport libpcap; nativeBuildInputs = [ cmake pkg-config ]; cmakeFlags = [ \"-DPULSEAUDIO_ENABLE=${if pulseSupport then \"ON\" else \"OFF\"}\" \"-DALSA_ENABLE=${if alsaSupport then \"ON\" else \"OFF\"}\" \"-DJACK_ENABLE=${if jackSupport then \"ON\" else \"OFF\"}\" \"-DPCAP_ENABLE=${if pcapSupport then \"ON\" else \"OFF\"}\" ]; cmakeDir = \"../Receivers/unix\";"}
{"_id":"q-en-nixpkgs-b1f6c636cc2ec5b1cba49d6cc9e8301396f49fa86a678616d9c9cd7fbdb06833","text":" { buildPythonPackage, fetchFromGitHub, fetchpatch, lib, pythonOlder , clang_7, python2 , graphviz, matplotlib, numpy, pandas, plotly, scipy, six , withCuda ? false, cudatoolkit }: buildPythonPackage rec { pname = \"catboost\"; version = \"0.24.4\"; disabled = pythonOlder \"3.4\"; src = fetchFromGitHub { owner = \"catboost\"; repo = \"catboost\"; rev = \"v${version}\"; sha256 = \"sha256-pzmwEiKziB4ldnKgeCsP2HdnisX8sOkLssAzNfcSEx8=\"; }; nativeBuildInputs = [ clang_7 python2 ]; propagatedBuildInputs = [ graphviz matplotlib numpy pandas scipy plotly six ] ++ lib.optional withCuda [ cudatoolkit ]; patches = [ ./nix-support.patch (fetchpatch { name = \"format.patch\"; url = \"https://github.com/catboost/catboost/pull/1528/commits/a692ba42e5c0f62e5da82b2f6fccfa77deb3419c.patch\"; sha256 = \"sha256-fNGucHxsSDFRLk3hFH7rm+zzTdDpY9/QjRs8K+AzVvo=\"; }) ]; preBuild = '' cd catboost/python-package ''; setupPyBuildFlags = [ \"--with-ymake=no\" ]; CUDA_ROOT = lib.optional withCuda cudatoolkit; enableParallelBuilding = true; # Tests use custom \"ya\" tool, not yet supported. dontUseSetuptoolsCheck = true; pythonImportsCheck = [ \"catboost\" ]; meta = with lib; { description = \"High-performance library for gradient boosting on decision trees.\"; longDescription = '' A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU. ''; license = licenses.asl20; platforms = [ \"x86_64-linux\" ]; homepage = \"https://catboost.ai\"; maintainers = with maintainers; [ PlushBeaver ]; }; } "}
{"_id":"q-en-nixpkgs-b235b754aa99a74af7f91297242bc90c929d3534ae4016db5f51da12a98847ea","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":"q-en-nixpkgs-b25c1addb0ad8b560a54f87209038430bade445d19abae065ebef63e25558f6d","text":" {stdenv, fetchurl, leptonica, zlib, libwebp, giflib, libjpeg, libpng, libtiff }: stdenv.mkDerivation { name = \"jbig2enc-0.28\"; src = fetchurl { url = http://github.com/agl/jbig2enc/archive/0.28-dist.tar.gz; sha256 = \"1wc0lmqz4jag3rhhk1xczlqpfv2qqp3fz7wzic2lba3vsbi1rrw3\"; }; propagatedBuildInputs = [ leptonica zlib libwebp giflib libjpeg libpng libtiff ]; # This is necessary, because the resulting library has # /tmp/nix-build-jbig2enc/src/.libs before /nix/store/jbig2enc/lib # in its rpath, which means that patchelf --shrink-rpath removes # the /nix/store one. By cleaning up before fixup, we ensure that # the /tmp/nix-build-jbig2enc/src/.libs directory is gone. preFixup = '' make clean ''; } "}
{"_id":"q-en-nixpkgs-b26c0dd3c038644e18650a58566a82d07e6fd4c23edc4349464dad2263cf7d45","text":", hello # Overridable configurations , enableNvidiaContainerCli ? true # --nvccli currently requires extra privileges: # https://github.com/apptainer/apptainer/issues/1893#issuecomment-1881240800 , forceNvcCli ? false # Compile with seccomp support # SingularityCE 3.10.0 and above requires explicit --without-seccomp when libseccomp is not available. , enableSeccomp ? true"}
{"_id":"q-en-nixpkgs-b2a52830516efbec789ebc991fa415cb24bc2930abd7128b5bb722cf3fa1e8a0","text":"version = \"11\"; }; mathmod = libsForQt5.callPackage ../applications/science/math/mathmod { }; metis = callPackage ../development/libraries/science/math/metis { }; nauty = callPackage ../applications/science/math/nauty { };"}
{"_id":"q-en-nixpkgs-b2a5ee74bc82861a2cbd2d380024228554d3ca4b08ec082da189f1612e3b3fb8","text":"sha256 = \"sha256-Hi9d5IF09QXeAlp9HnzwG73ZQiyoq5RReCvwDuF4YCw=\"; }; patches = [ # Fix tests for Ghostscript 9.56 # Remove after v0.1.3 has been released (fetchpatch { url = \"https://github.com/CourtBouillon/pydyf/commit/d4c34823f1d15368753c9c26f7acc7a24fc2d979.patch\"; sha256 = \"sha256-2hHZW/q5CbStbpSJYbm3b23qKXANEb5jbPGQ83uHC+Q=\"; }) ]; postPatch = '' substituteInPlace pyproject.toml --replace \"--isort --flake8 --cov --no-cov-on-fail\" \"\""}
{"_id":"q-en-nixpkgs-b2ab774ce09bc301b23c23e6472ec75df71b8416e33e5771efb6eb5d5eb3a71c","text":"--add-flags \"--enable-preview\" --add-flags \"--class-path '$out/share/cryptomator/libs/*'\" --add-flags \"--module-path '$out/share/cryptomator/mods'\" --add-flags \"-Dcryptomator.logDir='~/.local/share/Cryptomator/logs'\" --add-flags \"-Dcryptomator.pluginDir='~/.local/share/Cryptomator/plugins'\" --add-flags \"-Dcryptomator.settingsPath='~/.config/Cryptomator/settings.json'\" --add-flags \"-Dcryptomator.ipcSocketPath='~/.config/Cryptomator/ipc.socket'\" --add-flags \"-Dcryptomator.mountPointsDir='~/.local/share/Cryptomator/mnt'\" --add-flags \"-Dfile.encoding='utf-8'\" --add-flags \"-Dcryptomator.logDir='@{userhome}/.local/share/Cryptomator/logs'\" --add-flags \"-Dcryptomator.pluginDir='@{userhome}/.local/share/Cryptomator/plugins'\" --add-flags \"-Dcryptomator.settingsPath='@{userhome}/.config/Cryptomator/settings.json'\" --add-flags \"-Dcryptomator.p12Path='@{userhome}/.config/Cryptomator/key.p12'\" --add-flags \"-Dcryptomator.ipcSocketPath='@{userhome}/.config/Cryptomator/ipc.socket'\" --add-flags \"-Dcryptomator.mountPointsDir='@{userhome}/.local/share/Cryptomator/mnt'\" --add-flags \"-Dcryptomator.showTrayIcon=false\" --add-flags \"-Dcryptomator.buildNumber='nix'\" --add-flags \"-Dcryptomator.appVersion='${version}'\" "}
{"_id":"q-en-nixpkgs-b2b46310e7de10d3e5808b110bec03502071eb80677f2757affe82696d561af3","text":"preFixup = '' gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ stdenv.cc.cc ] }\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" # Currently crashes see https://github.com/NixOS/nixpkgs/issues/222043 #--add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --suffix PATH : ${lib.makeBinPath [ xdg-utils ]} )"}
{"_id":"q-en-nixpkgs-b2dfc02328fbc819e30457f4b0707df65e060f5f1fa21c3f5b4c1ce2a95511d7","text":" { alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups, curl, dbus, dpkg, expat, fetchurl, fontconfig, freetype, gdk-pixbuf, glib, gtk3, lib, libdrm, libnotify, libsecret, libuuid, libxcb, libxkbcommon, mesa, nspr, nss, pango, stdenv, systemd, wrapGAppsHook3, xorg, }: let version = \"1.43.2\"; rpath = lib.makeLibraryPath [ alsa-lib at-spi2-atk at-spi2-core atk cairo cups curl dbus expat fontconfig freetype gdk-pixbuf glib gtk3 libdrm libnotify libsecret libuuid libxcb libxkbcommon mesa nspr nss pango stdenv.cc.cc systemd xorg.libX11 xorg.libXScrnSaver xorg.libXcomposite xorg.libXcursor xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXi xorg.libXrandr xorg.libXrender xorg.libXtst xorg.libxkbfile xorg.libxshmfence (lib.getLib stdenv.cc.cc) ]; src = if stdenv.hostPlatform.system == \"x86_64-linux\" then fetchurl { url = \"https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb\"; hash = \"sha256-idOFt60MlspB8Bm9HbLAhd/F1zhkHSVmdTxvCsgjGvk=\"; } else throw \"MongoDB compass is not supported on ${stdenv.hostPlatform.system}\"; # NOTE While MongoDB Compass is available to darwin, I do not have resources to test it # Feel free to make a PR adding support if desired in stdenv.mkDerivation { pname = \"mongodb-compass\"; inherit version; inherit src; buildInputs = [ dpkg wrapGAppsHook3 gtk3 ]; dontUnpack = true; buildCommand = '' IFS=$'n' # The deb file contains a setuid binary, so 'dpkg -x' doesn't work here dpkg --fsys-tarfile $src | tar --extract mkdir -p $out mv usr/* $out # cp -av $out/usr/* $out rm -rf $out/share/lintian # The node_modules are bringing in non-linux files/dependencies find $out -name \"*.app\" -exec rm -rf {} ; || true find $out -name \"*.dll\" -delete find $out -name \"*.exe\" -delete # Otherwise it looks \"suspicious\" chmod -R g-w $out for file in `find $out -type f -perm /0111 -o -name *.so*`; do echo \"Manipulating file: $file\" patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" \"$file\" || true patchelf --set-rpath ${rpath}:$out/lib/mongodb-compass \"$file\" || true done wrapGAppsHook $out/bin/mongodb-compass ''; meta = { description = \"GUI for MongoDB\"; maintainers = with lib.maintainers; [ bryanasdev000 ]; homepage = \"https://github.com/mongodb-js/compass\"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.sspl; platforms = [ \"x86_64-linux\" ]; mainProgram = \"mongodb-compass\"; }; } "}
{"_id":"q-en-nixpkgs-b301a571dc178e95a6c0b66554951a946856c3cefb46ec07ecdd6ab9a00bea38","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":"q-en-nixpkgs-b389d596d7d89e951c9cb37a9dc53462d17ee336d1a847e8d3f4fc617303d668","text":"inherit (python2Packages) mutagen python wrapPython; }; dsp = callPackage ../tools/audio/dsp { }; dirdiff = callPackage ../tools/text/dirdiff { tcl = tcl-8_5; tk = tk-8_5;"}
{"_id":"q-en-nixpkgs-b3b48546ee9c056e34d306480fb2d86392cb47a4ff1ec0d4328d3beac99b0f7f","text":" { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools , setuptools-scm , libxcrypt , numpy , qt6 , qtpy , pyqt6 , pytestCheckHook , pytest-cov }: buildPythonPackage rec { pname = \"echo\"; version = \"0.8.0\"; disabled = pythonOlder \"3.6\"; src = fetchFromGitHub { owner = \"glue-viz\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-0FmUA7kOFSRZXwbj8d7asujBPOjE2pFhu6TDNSGD4r0=\"; }; nativeBuildInputs = [ setuptools setuptools-scm qt6.wrapQtAppsHook ]; buildInputs = lib.optionals (pythonOlder \"3.9\") [ libxcrypt ]; propagatedBuildInputs = [ qt6.qtconnectivity qt6.qtbase qt6.qttools pyqt6 numpy qtpy ]; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; # collecting ... qt.qpa.xcb: could not connect to display # qt.qpa.plugin: Could not load the Qt platform plugin \"xcb\" in \"\" even though it was found. doCheck = false; nativeCheckInputs = [ pytestCheckHook pytest-cov ]; pythonImportsCheck = [ \"echo\" ]; meta = with lib; { homepage = \"https://github.com/glue-viz/echo\"; description = \"Callback Properties in Python\"; license = licenses.mit; maintainers = with maintainers; [ ifurther ]; }; } "}
{"_id":"q-en-nixpkgs-b3bbc97b90239f03653f6aab40ef7e3454ae0fc218947f11f7676b5ea23a0b2b","text":"\"--outfile\", pubcert ) except: rmtree(basedir) rmtree(userdir) raise"}
{"_id":"q-en-nixpkgs-b3c546a91a6433ce371a1dcc7236afff713ef7a01947b1191a8649710ef82c14","text":"pushover-complete = callPackage ../development/python-modules/pushover-complete { }; pvextractor = callPackage ../development/python-modules/pvextractor { }; pvlib = callPackage ../development/python-modules/pvlib { }; pvo = callPackage ../development/python-modules/pvo { };"}
{"_id":"q-en-nixpkgs-b3cb9c4043025ee34600e11f10ca652640da7e60ad896c4d0975eb1994d16544","text":" { gnome3, fetchFromGitHub, autoconf, automake, gtk_doc, gettext, libtool, gperf }: gnome3.vte.overrideAttrs (oldAttrs: rec { name = \"vte-ng-${version}\"; version = \"0.46.1.a\"; src = fetchFromGitHub { owner = \"thestinger\"; repo = \"vte-ng\"; rev = version; sha256 = \"125fpibid1liz50d7vbxy71pnm8b01x90xnkr4z3419b90lybr0a\"; }; # The patches apply the changes from https://github.com/GNOME/vte/pull/7 and # can be removed once the commits are merged into vte-ng. patches = [ ./fix_g_test_init_calls.patch ./fix_vteseq_n_lookup_declaration.patch ]; preConfigure = oldAttrs.preConfigure + \"; ./autogen.sh\"; nativeBuildInputs = [ gtk_doc autoconf automake gettext libtool ]; buildInputs = oldAttrs.buildInputs ++ [ gperf ]; }) "}
{"_id":"q-en-nixpkgs-b3e5d2554d78f016a2107de8324b0a4a3f3d21bf1c9092f21bd38508b9d95d6d","text":"```ShellSession $ cd /path/to/nixpkgs/doc $ nix-shell [nix-shell]$ make $makeFlags [nix-shell]$ make ``` If you experience problems, run `make debug` to help understand the docbook errors."}
{"_id":"q-en-nixpkgs-b3ed0cb6668fe7c102f751ff4f5070e1d0d019b53aa81bc1f730b4f7e295d4c8","text":"configureFlags = [ \"--localstatedir=/var\" \"--sysconfdir=/etc\" ] ++ optionals withCloud [ \"--enable-cloud\" \"--with-aclk-ng\" ]; postFixup = ''"}
{"_id":"q-en-nixpkgs-b404c8c631ac168ebe335fab4402e0533b798f3f0a60c455c1c22c37f1c6c0fe","text":"grep -l -r '/bin/bash' --null | xargs -0 sed -i -e \"s!/bin/bash!${bash}/bin/bash!g\" ''; nativeBuildInputs = [ makeWrapper python3 jdk11 ant watchman ]; nativeBuildInputs = [ makeWrapper python3 jdk8 ant watchman ]; buildPhase = '' # Set correct version, see https://github.com/facebook/buck/issues/2607"}
{"_id":"q-en-nixpkgs-b4681732a25260c38cf1ec33589e1b64c0a0078e5873bf0d1c3462b3b196661a","text":" { lib , stdenv , fetchFromGitHub , alsa-lib , cmake , ffmpeg , fribidi , game-music-emu , libXdmcp , libXv , libass , libcddb , libcdio , libpulseaudio , libsidplayfp , libva , libxcb , pkg-config , qtbase , qttools , taglib , vulkan-headers , vulkan-tools , wrapQtAppsHook }: stdenv.mkDerivation (finalAttrs: { pname = \"qmplay2\"; version = \"24.04.07\"; src = fetchFromGitHub { owner = \"zaps166\"; repo = \"QMPlay2\"; rev = finalAttrs.version; fetchSubmodules = true; hash = \"sha256-WIDGApvl+aaB3Vdv0sHY+FHWqzreWWd3/xOLV11YfxM=\"; }; nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ]; buildInputs = [ alsa-lib ffmpeg fribidi game-music-emu libXdmcp libXv libass libcddb libcdio libpulseaudio libsidplayfp libva libxcb qtbase qttools taglib vulkan-headers vulkan-tools ]; postInstall = '' # Because we think it is better to use only lowercase letters! ln -s $out/bin/QMPlay2 $out/bin/qmplay2 ''; meta = { homepage = \"https://github.com/zaps166/QMPlay2/\"; description = \"Qt-based Multimedia player\"; longDescription = '' QMPlay2 is a video and audio player. It can play all formats supported by FFmpeg, libmodplug (including J2B and SFX). It also supports Audio CD, raw files, Rayman 2 music and chiptunes. It contains YouTube and MyFreeMP3 browser. ''; changelog = \"https://github.com/zaps166/QMPlay2/releases/tag/${finalAttrs.version}\"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ AndersonTorres kashw2 ]; platforms = lib.platforms.linux; }; }) "}
{"_id":"q-en-nixpkgs-b4b1c1a9bc0ff5972fdbe85954ec1db591ef67fec6d23d483d7d7379c42fcf8e","text":" { lib, stdenv, fetchurl, pkg-config, freeglut, libGLU, libGL, libcdio, libjack2 , libsamplerate, libsndfile, libX11, SDL2, SDL2_net, zlib, alsa-lib }: { lib , stdenv , fetchurl , SDL2 , SDL2_net , alsa-lib , flac , freeglut , libGL , libGLU , libX11 , libcdio , libjack2 , libsamplerate , libsndfile , pkg-config , zlib }: stdenv.mkDerivation rec { pname = \"mednafen\"; version = \"1.26.1\"; version = \"1.29.0\"; src = fetchurl { url = \"https://mednafen.github.io/releases/files/${pname}-${version}.tar.xz\"; sha256 = \"1x7xhxjhwsdbak8l0iyb497f043xkhibk73w96xck4j2bk10fac4\"; hash = \"sha256-2j+88Ch3+b4PAov6XRy1npU6QEm5D+fjk4ijOG2fNi4=\"; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ SDL2 SDL2_net alsa-lib flac freeglut libGLU libGL libGL libGLU libX11 libcdio libjack2 alsa-lib libsamplerate libsndfile libX11 SDL2 SDL2_net zlib ];"}
{"_id":"q-en-nixpkgs-b4cafc7b1a9d5bff8b416c7d189267c039fdc9a63ca635350ef2cff5ac391d8b","text":" { lib, buildNpmPackage, fetchFromGitHub, vscode }: { lib, stdenv, buildNpmPackage, fetchFromGitHub, vscode }: buildNpmPackage rec { pname = \"vscode-langservers-extracted\";"}
{"_id":"q-en-nixpkgs-b4d40bac4e6c5392e77a242324b37d28ec6babe65a12695bfbd316c613b9ef7b","text":"umurmur = callPackage ../applications/networking/umurmur { }; udocker = pythonPackages.callPackage ../tools/virtualization/udocker { }; udocker = callPackage ../tools/virtualization/udocker { }; uefitoolPackages = recurseIntoAttrs (callPackage ../tools/system/uefitool/variants.nix {}); uefitool = uefitoolPackages.new-engine;"}
{"_id":"q-en-nixpkgs-b502733ae5265a9b1209bb3f908a0ccd7548686ea58590c03af12d0f097997d7","text":" diff --git a/MathMod.pro b/MathMod.pro index 2e2fbf1..bb8f8bd 100644 --- a/MathMod.pro +++ b/MathMod.pro @@ -63,7 +63,5 @@ OTHER_FILES += mathmodcollection.js mathmodconfig.js # install -target.path = $TARGET -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mathmod.pro -sources.path = $TARGET -INSTALLS += target sources +target.path = @out@/bin +INSTALLS += target "}
{"_id":"q-en-nixpkgs-b5123d0dd7b9c7e17a025dc042d49277bf658740ba540ad0557f25cfd794c72a","text":"}; }; disableImagemagick = mkOption { type = types.bool; default = false; description = '' Whether to not load the ImageMagick module into PHP. This is used by the theming app and for generating previews of certain images (e.g. SVG and HEIF). You may want to disable it for increased security. In that case, previews will still be available for some images (e.g. JPEG and PNG). See https://github.com/nextcloud/server/issues/13099 ''; }; caching = { apcu = mkOption { type = types.bool;"}
{"_id":"q-en-nixpkgs-b53448e4497fc448b34afa8ee2fb972cbe967d004518517773a3e9d3a5bed600","text":"}; config = mkMerge [ ({ # minimal configuration file to make lvmconfig/lvm2-activation-generator happy environment.etc.\"lvm/lvm.conf\".text = \"config {}\"; }) (mkIf (!config.boot.isContainer) { systemd.tmpfiles.packages = [ cfg.package.out ]; environment.systemPackages = [ cfg.package ];"}
{"_id":"q-en-nixpkgs-b560207fc3b2d6ae389bd0e728bbc286b4ae50a4fa6dc3d62a796286b59fb65f","text":"xdotool = callPackage ../tools/X11/xdotool { }; xed-editor = callPackage ../applications/editors/xed-editor { xapps = cinnamon.xapps; }; xenPackages = recurseIntoAttrs (callPackage ../applications/virtualization/xen/packages.nix {}); xen = xenPackages.xen-vanilla;"}
{"_id":"q-en-nixpkgs-b560fdaa0b9172a23c52619490bbf4d32a935ab735d22e568cb00b962bf72d36","text":"libcaca = null; }; vlc_qt5 = vlc; libvlc = vlc.override { withQt5 = false; qtbase = null;"}
{"_id":"q-en-nixpkgs-b5817d9f52890f2ad91442fe1b0459c4dfd72f0b75d02e2b80eb1e64c87aa3c0","text":"let pname = \"shogun\"; version = \"6.1.4\"; rxcppVersion = \"4.0.0\"; gtestVersion = \"1.8.0\"; srcs = { toolbox = fetchFromGitHub { owner = pname + \"-toolbox\";"}
{"_id":"q-en-nixpkgs-b59295ad594b1bdd728ceb7b9796543bc0ed65170e15f2a40bebabdf4cddf695","text":"}) ]; # Tweaks to fix undefined variable substitutions # https://github.com/HowardHinnant/date/pull/538#pullrequestreview-1373268697 postPatch = '' substituteInPlace date.pc.in --replace '@CMAKE_INSTALL_LIB@' '@CMAKE_INSTALL_FULL_LIBDIR@' --replace '@CMAKE_INSTALL_INCLUDE@' '@CMAKE_INSTALL_FULL_INCLUDEDIR@' --replace '@PACKAGE_VERSION@' '${version}' ''; nativeBuildInputs = [ cmake ]; cmakeFlags = ["}
{"_id":"q-en-nixpkgs-b5b1f70d76d7e2f7c70da00df4ffec6c96b6c5e3090657c2ef6d68d52fcf560e","text":"github = \"auchter\"; githubId = 1190483; }; aucub = { name = \"aucub\"; email = \"dr56ekgbb@mozmail.com\"; github = \"aucub\"; githubId = 78630225; }; augustebaum = { email = \"auguste.apple@gmail.com\"; github = \"augustebaum\";"}
{"_id":"q-en-nixpkgs-b5ddbae7d6a4b6fa9d33e53dd126d33c64a12be60da97605525ea2939a7c0146","text":" diff --git a/build.gradle b/build.gradle index 7025b2b..d063da3 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,11 @@ repositories { } +tasks.withType(AbstractArchiveTask) { + preserveFileTimestamps = false + reproducibleFileOrder = true +} + licenseReport { renderers = [new JsonReportRenderer()] "}
{"_id":"q-en-nixpkgs-b5e59b5c0bfa59855767b5dad5d022907f39146c3c2de289b71a819ad3748466","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":"q-en-nixpkgs-b5fb04c7eafa5b6b0330d4f3e18d9d441f614ad0fc60786434efc04eade8074d","text":"# Note: fish completion script is not supported. $out/bin/rustup completions bash cargo > \"$out/share/bash-completion/completions/cargo\" $out/bin/rustup completions zsh cargo > \"$out/share/zsh/site-functions/_cargo\" # add a wrapper script for ld.lld mkdir -p $out/nix-support substituteAll ${../../../../../pkgs/build-support/wrapper-common/utils.bash} $out/nix-support/utils.bash substituteAll ${../../../../../pkgs/build-support/bintools-wrapper/add-flags.sh} $out/nix-support/add-flags.sh substituteAll ${../../../../../pkgs/build-support/bintools-wrapper/add-hardening.sh} $out/nix-support/add-hardening.sh export prog='$PROG' export use_response_file_by_default=0 substituteAll ${../../../../../pkgs/build-support/bintools-wrapper/ld-wrapper.sh} $out/nix-support/ld-wrapper.sh chmod +x $out/nix-support/ld-wrapper.sh ''; env = lib.optionalAttrs (pname == \"rustup\") { inherit (stdenv.cc.bintools) expandResponseParams shell suffixSalt wrapperName coreutils_bin; hardening_unsupported_flags = \"\"; }; meta = with lib; { description = \"The Rust toolchain installer\"; homepage = \"https://www.rustup.rs/\";"}
{"_id":"q-en-nixpkgs-b5fc21e5573692624d3a5e46b90a22f77c908daaa8541488df83f0d316faf55c","text":"let pname = \"osu-lazer-bin\"; version = \"2023.1026.0\"; version = \"2023.1114.1\"; name = \"${pname}-${version}\"; osu-lazer-bin-src = { aarch64-darwin = { url = \"https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip\"; sha256 = \"sha256-6IaN189cV/ORP77zrjdcCPwPzNR/W6JmrZXVasCx8MQ=\"; sha256 = \"sha256-MQkHbodSkAQQpjaBP+Q35afcCrgcie6UoUldc+vjRA0=\"; }; x86_64-darwin = { url = \"https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip\"; sha256 = \"sha256-XrlajKT3GLjfj800mULj9iwkF9Bvx9Rlz56K6welq2U=\"; sha256 = \"sha256-40ylXbn9jV9v+ve1hFwhT5/jhzNfWHjL2WIplVUD2qk=\"; }; x86_64-linux = { url = \"https://github.com/ppy/osu/releases/download/${version}/osu.AppImage\"; sha256 = \"sha256-yr7PtBUBE0tB0giAE8aQCNJvxS/tMzlLWpJ3NyosQZk=\"; sha256 = \"sha256-Q2z2Js0Zc9nvyQNxzLuuV7TcwiNIRo+RMRER6ZYgh74=\"; }; }.${stdenv.system} or (throw \"${pname}-${version}: ${stdenv.system} is unsupported.\");"}
{"_id":"q-en-nixpkgs-b60486c5f7efcc9f6d8fcbb5b9f095e690e110a8d65ba4c2f9b0b680660b9c92","text":"./services/misc/tautulli.nix ./services/misc/tiddlywiki.nix ./services/misc/tp-auto-kbbl.nix ./services/misc/turn-rs.nix ./services/misc/tuxclocker.nix ./services/misc/transfer-sh.nix ./services/misc/tzupdate.nix"}
{"_id":"q-en-nixpkgs-b6113e05d2b903c603ab892c2e46c49fecdf20f043f40663a82e186e888d39b3","text":"runHook postInstall ''; fixupPhase = '' runHook preFixup wrapProgramShell $out/share/spotify/spotify ''${gappsWrapperArgs[@]} ${lib.optionalString (deviceScaleFactor != null) '' --add-flags \"--force-device-scale-factor=${toString deviceScaleFactor}\" ''} --prefix LD_LIBRARY_PATH : \"$librarypath\" --prefix PATH : \"${gnome.zenity}/bin\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}\" runHook postFixup ''; meta = meta // { maintainers = with lib.maintainers; [ eelco ftrvxmtrx sheenobu timokau ma27 ]; };"}
{"_id":"q-en-nixpkgs-b65c4219eca32bce9abf128fafd1c399a29a949584227273591c4266b848600a","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":"q-en-nixpkgs-b6cf40b48186d167d740e7b02a3cc0cbfdb13129b384df56eb63a70293622159","text":"# Relative paths. \"BINDIR=/bin\" \"PERLDIR=/share/perl5\" \"MODSDIR=/lib/\" \"MODSDIR=/nonexistent\" # AMC will test for that dir before # defaulting to the \"portable\" strategy, so this test *must* fail. \"TEXDIR=/tex/latex/\" # what texlive.combine expects \"TEXDOCDIR=/share/doc/texmf/\" # TODO where to put this? \"MAN1DIR=/share/man/man1\""}
{"_id":"q-en-nixpkgs-b71f50443f9c19d75bac9e7af7f6cc352b7b6c36c4ab0f51874389e3f2b27fd1","text":" diff --git i/widgets/settings/settingsdialog.cpp w/widgets/settings/settingsdialog.cpp index 4deff1f..16845b5 100644 --- i/widgets/settings/settingsdialog.cpp +++ w/widgets/settings/settingsdialog.cpp @@ -802,7 +802,7 @@ bool setAutostartEnabled(bool enabled) desktopFile.write(\"[Desktop Entry]n\" \"Name=\" APP_NAME \"n\" \"Exec=\"\"); - desktopFile.write(qEnvironmentVariable(\"APPIMAGE\", QCoreApplication::applicationFilePath()).toUtf8().data()); + desktopFile.write(qEnvironmentVariable(\"APPIMAGE\", EXEC_NIX_PATH).toUtf8().data()); desktopFile.write(\"\" qt-widgets-gui --single-instancenComment=\" APP_DESCRIPTION \"n\" \"Icon=\" PROJECT_NAME \"n\" \"Type=Applicationn\" "}
{"_id":"q-en-nixpkgs-b724e5c14a2d803c948464602c5a9becbf44edbcfae57d577ac0ce359e84f084","text":" # pkgs.dockerTools {#sec-pkgs-dockerTools} `pkgs.dockerTools` is a set of functions for creating and manipulating Docker images according to the [ Docker Image Specification v1.2.0 ](https://github.com/moby/moby/blob/master/image/spec/v1.2.md#docker-image-specification-v120). Docker itself is not used to perform any of the operations done by these functions. ## buildImage {#ssec-pkgs-dockerTools-buildImage} This function is analogous to the `docker build` command, in that it can be used to build a Docker-compatible repository tarball containing a single image with one or multiple layers. As such, the result is suitable for being loaded in Docker with `docker load`. The parameters of `buildImage` with relative example values are described below: []{#ex-dockerTools-buildImage} []{#ex-dockerTools-buildImage-runAsRoot} ```nix buildImage { name = \"redis\"; tag = \"latest\"; fromImage = someBaseImage; fromImageName = null; fromImageTag = \"latest\"; contents = pkgs.redis; runAsRoot = '' #!${pkgs.runtimeShell} mkdir -p /data ''; config = { Cmd = [ \"/bin/redis-server\" ]; WorkingDir = \"/data\"; Volumes = { \"/data\" = { }; }; }; } ``` The above example will build a Docker image `redis/latest` from the given base image. Loading and running this image in Docker results in `redis-server` being started automatically. - `name` specifies the name of the resulting image. This is the only required argument for `buildImage`. - `tag` specifies the tag of the resulting image. By default it's `null`, which indicates that the nix output hash will be used as tag. - `fromImage` is the repository tarball containing the base image. It must be a valid Docker image, such as exported by `docker save`. By default it's `null`, which can be seen as equivalent to `FROM scratch` of a `Dockerfile`. - `fromImageName` can be used to further specify the base image within the repository, in case it contains multiple images. By default it's `null`, in which case `buildImage` will peek the first image available in the repository. - `fromImageTag` can be used to further specify the tag of the base image within the repository, in case an image contains multiple tags. By default it's `null`, in which case `buildImage` will peek the first tag available for the base image. - `contents` is a derivation that will be copied in the new layer of the resulting image. This can be similarly seen as `ADD contents/ /` in a `Dockerfile`. By default it's `null`. - `runAsRoot` is a bash script that will run as root in an environment that overlays the existing layers of the base image with the new resulting layer, including the previously copied `contents` derivation. This can be similarly seen as `RUN ...` in a `Dockerfile`. > **_NOTE:_** Using this parameter requires the `kvm` device to be available. - `config` is used to specify the configuration of the containers that will be started off the built image in Docker. The available options are listed in the [ Docker Image Specification v1.2.0 ](https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions). After the new layer has been created, its closure (to which `contents`, `config` and `runAsRoot` contribute) will be copied in the layer itself. Only new dependencies that are not already in the existing layers will be copied. At the end of the process, only one new single layer will be produced and added to the resulting image. The resulting repository will only list the single image `image/tag`. In the case of [the `buildImage` example](#ex-dockerTools-buildImage) it would be `redis/latest`. It is possible to inspect the arguments with which an image was built using its `buildArgs` attribute. > **_NOTE:_** If you see errors similar to `getProtocolByName: does not exist (no such protocol name: tcp)` you may need to add `pkgs.iana-etc` to `contents`. > **_NOTE:_** If you see errors similar to `Error_Protocol (\"certificate has unknown CA\",True,UnknownCa)` you may need to add `pkgs.cacert` to `contents`. By default `buildImage` will use a static date of one second past the UNIX Epoch. This allows `buildImage` to produce binary reproducible images. When listing images with `docker images`, the newly created images will be listed like this: ```ShellSession $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello latest 08c791c7846e 48 years ago 25.2MB ``` You can break binary reproducibility but have a sorted, meaningful `CREATED` column by setting `created` to `now`. ```nix pkgs.dockerTools.buildImage { name = \"hello\"; tag = \"latest\"; created = \"now\"; contents = pkgs.hello; config.Cmd = [ \"/bin/hello\" ]; } ``` and now the Docker CLI will display a reasonable date and sort the images as expected: ```ShellSession $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello latest de2bf4786de6 About a minute ago 25.2MB ``` however, the produced images will not be binary reproducible. ## buildLayeredImage {#ssec-pkgs-dockerTools-buildLayeredImage} Create a Docker image with many of the store paths being on their own layer to improve sharing between images. The image is realized into the Nix store as a gzipped tarball. Depending on the intended usage, many users might prefer to use `streamLayeredImage` instead, which this function uses internally. `name` : The name of the resulting image. `tag` _optional_ : Tag of the generated image. *Default:* the output path's hash `contents` _optional_ : Top level paths in the container. Either a single derivation, or a list of derivations. *Default:* `[]` `config` _optional_ : Run-time configuration of the container. A full list of the options are available at in the [ Docker Image Specification v1.2.0 ](https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions). *Default:* `{}` `created` _optional_ : Date and time the layers were created. Follows the same `now` exception supported by `buildImage`. *Default:* `1970-01-01T00:00:01Z` `maxLayers` _optional_ : Maximum number of layers to create. *Default:* `100` *Maximum:* `125` `extraCommands` _optional_ : Shell commands to run while building the final layer, without access to most of the layer contents. Changes to this layer are \"on top\" of all the other layers, so can create additional directories and files. ### Behavior of `contents` in the final image {#dockerTools-buildLayeredImage-arg-contents} Each path directly listed in `contents` will have a symlink in the root of the image. For example: ```nix pkgs.dockerTools.buildLayeredImage { name = \"hello\"; contents = [ pkgs.hello ]; } ``` will create symlinks for all the paths in the `hello` package: ```ShellSession /bin/hello -> /nix/store/h1zb1padqbbb7jicsvkmrym3r6snphxg-hello-2.10/bin/hello /share/info/hello.info -> /nix/store/h1zb1padqbbb7jicsvkmrym3r6snphxg-hello-2.10/share/info/hello.info /share/locale/bg/LC_MESSAGES/hello.mo -> /nix/store/h1zb1padqbbb7jicsvkmrym3r6snphxg-hello-2.10/share/locale/bg/LC_MESSAGES/hello.mo ``` ### Automatic inclusion of `config` references {#dockerTools-buildLayeredImage-arg-config} The closure of `config` is automatically included in the closure of the final image. This allows you to make very simple Docker images with very little code. This container will start up and run `hello`: ```nix pkgs.dockerTools.buildLayeredImage { name = \"hello\"; config.Cmd = [ \"${pkgs.hello}/bin/hello\" ]; } ``` ### Adjusting `maxLayers` {#dockerTools-buildLayeredImage-arg-maxLayers} Increasing the `maxLayers` increases the number of layers which have a chance to be shared between different images. Modern Docker installations support up to 128 layers, however older versions support as few as 42. If the produced image will not be extended by other Docker builds, it is safe to set `maxLayers` to `128`. However it will be impossible to extend the image further. The first (`maxLayers-2`) most \"popular\" paths will have their own individual layers, then layer #`maxLayers-1` will contain all the remaining \"unpopular\" paths, and finally layer #`maxLayers` will contain the Image configuration. Docker's Layers are not inherently ordered, they are content-addressable and are not explicitly layered until they are composed in to an Image. ## streamLayeredImage {#ssec-pkgs-dockerTools-streamLayeredImage} Builds a script which, when run, will stream an uncompressed tarball of a Docker image to stdout. The arguments to this function are as for `buildLayeredImage`. This method of constructing an image does not realize the image into the Nix store, so it saves on IO and disk/cache space, particularly with large images. The image produced by running the output script can be piped directly into `docker load`, to load it into the local docker daemon: ```ShellSession $(nix-build) | docker load ``` Alternatively, the image be piped via `gzip` into `skopeo`, e.g. to copy it into a registry: ```ShellSession $(nix-build) | gzip --fast | skopeo copy docker-archive:/dev/stdin docker://some_docker_registry/myimage:tag ``` ## pullImage {#ssec-pkgs-dockerTools-fetchFromRegistry} This function is analogous to the `docker pull` command, in that it can be used to pull a Docker image from a Docker registry. By default [Docker Hub](https://hub.docker.com/) is used to pull images. Its parameters are described in the example below: ```nix pullImage { imageName = \"nixos/nix\"; imageDigest = \"sha256:20d9485b25ecfd89204e843a962c1bd70e9cc6858d65d7f5fadc340246e2116b\"; finalImageName = \"nix\"; finalImageTag = \"1.11\"; sha256 = \"0mqjy3zq2v6rrhizgb9nvhczl87lcfphq9601wcprdika2jz7qh8\"; os = \"linux\"; arch = \"x86_64\"; } ``` - `imageName` specifies the name of the image to be downloaded, which can also include the registry namespace (e.g. `nixos`). This argument is required. - `imageDigest` specifies the digest of the image to be downloaded. This argument is required. - `finalImageName`, if specified, this is the name of the image to be created. Note it is never used to fetch the image since we prefer to rely on the immutable digest ID. By default it's equal to `imageName`. - `finalImageTag`, if specified, this is the tag of the image to be created. Note it is never used to fetch the image since we prefer to rely on the immutable digest ID. By default it's `latest`. - `sha256` is the checksum of the whole fetched image. This argument is required. - `os`, if specified, is the operating system of the fetched image. By default it's `linux`. - `arch`, if specified, is the cpu architecture of the fetched image. By default it's `x86_64`. `nix-prefetch-docker` command can be used to get required image parameters: ```ShellSession $ nix run nixpkgs.nix-prefetch-docker -c nix-prefetch-docker --image-name mysql --image-tag 5 ``` Since a given `imageName` may transparently refer to a manifest list of images which support multiple architectures and/or operating systems, you can supply the `--os` and `--arch` arguments to specify exactly which image you want. By default it will match the OS and architecture of the host the command is run on. ```ShellSession $ nix-prefetch-docker --image-name mysql --image-tag 5 --arch x86_64 --os linux ``` Desired image name and tag can be set using `--final-image-name` and `--final-image-tag` arguments: ```ShellSession $ nix-prefetch-docker --image-name mysql --image-tag 5 --final-image-name eu.gcr.io/my-project/mysql --final-image-tag prod ``` ## exportImage {#ssec-pkgs-dockerTools-exportImage} This function is analogous to the `docker export` command, in that it can be used to flatten a Docker image that contains multiple layers. It is in fact the result of the merge of all the layers of the image. As such, the result is suitable for being imported in Docker with `docker import`. > **_NOTE:_** Using this function requires the `kvm` device to be available. The parameters of `exportImage` are the following: ```nix exportImage { fromImage = someLayeredImage; fromImageName = null; fromImageTag = null; name = someLayeredImage.name; } ``` The parameters relative to the base image have the same synopsis as described in [buildImage](#ssec-pkgs-dockerTools-buildImage), except that `fromImage` is the only required argument in this case. The `name` argument is the name of the derivation output, which defaults to `fromImage.name`. ## shadowSetup {#ssec-pkgs-dockerTools-shadowSetup} This constant string is a helper for setting up the base files for managing users and groups, only if such files don't exist already. It is suitable for being used in a [`buildImage` `runAsRoot`](#ex-dockerTools-buildImage-runAsRoot) script for cases like in the example below: ```nix buildImage { name = \"shadow-basic\"; runAsRoot = '' #!${pkgs.runtimeShell} ${shadowSetup} groupadd -r redis useradd -r -g redis redis mkdir /data chown redis:redis /data ''; } ``` Creating base files like `/etc/passwd` or `/etc/login.defs` is necessary for shadow-utils to manipulate users and groups. "}
{"_id":"q-en-nixpkgs-b74958652a59f75c3666e6942f1b9b6f466bf70fe7b9ff3235206e91dec96da9","text":"\"-X gitlab.com/olaris/olaris-server/helpers.Version=${version}\" ]; vendorHash = \"sha256-xWywDgw0LzJhPtVK0aGgT0TTanejJ39ZmGc50A3d68U=\"; vendorHash = \"sha256-bw8zvDGFBci9bELsxAD0otpNocBnO8aAcgyohLZ3Mv0=\"; nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles makeWrapper ]; # integration tests require network access doCheck = false;"}
{"_id":"q-en-nixpkgs-b77410032aa522d767a90b14dc598c2ba84cd252720ca4bba3dec6a86aaf91eb","text":"- [go-camo](https://github.com/cactus/go-camo), a secure image proxy server. Available as [services.go-camo](#opt-services.go-camo.enable). - [Monado](https://monado.freedesktop.org/), an open source XR runtime. Available as [services.monado](#opt-services.monado.enable). - [Clevis](https://github.com/latchset/clevis), a pluggable framework for automated decryption, used to unlock encrypted devices in initrd. Available as [boot.initrd.clevis.enable](#opt-boot.initrd.clevis.enable). - [TuxClocker](https://github.com/Lurkki14/tuxclocker), a hardware control and monitoring program. Available as [programs.tuxclocker](#opt-programs.tuxclocker.enable)."}
{"_id":"q-en-nixpkgs-b777bffa4bb61680e9646ef74a86aafbe86d28c5da5497357ce408087ea611fe","text":"bridge-utils = callPackage ../os-specific/linux/bridge-utils { }; busybox = callPackage ../os-specific/linux/busybox { }; busybox = callPackage ../os-specific/linux/busybox { # Fixes libunwind from being dynamically linked to a static binary. stdenv = if (stdenv.targetPlatform.useLLVM or false) then overrideCC stdenv buildPackages.llvmPackages.clangNoLibcxx else stdenv; }; busybox-sandbox-shell = callPackage ../os-specific/linux/busybox/sandbox-shell.nix { # musl roadmap has RISC-V support projected for 1.1.20 busybox = if !stdenv.hostPlatform.isRiscV && !stdenv.hostPlatform.isLoongArch64 && stdenv.hostPlatform.libc != \"bionic\""}
{"_id":"q-en-nixpkgs-b783baad28aed558404ad8753a6648da9ee05ac839c154052b2c496b07ab5669","text":"tryExec = \"itch\"; icon = \"itch\"; desktopName = \"itch\"; mimeTypes = [ \"x-scheme-handler/itchio\" \"x-scheme-handler/itch\" ]; mimeTypes = [ \"x-scheme-handler/itchio\" \"x-scheme-handler/itch\" ]; comment = \"Install and play itch.io games easily\"; categories = [ \"Game\" ]; })"}
{"_id":"q-en-nixpkgs-b808326eb5226abd66de22439bb1c3c265edb4b694a808fa437d13d504520a0c","text":"optionalString config.security.pam.enableEcryptfs '' session optional ${pkgs.ecryptfs}/lib/security/pam_ecryptfs.so '' + optionalString config.security.pam.enableFscrypt '' # Work around https://github.com/systemd/systemd/issues/8598 # Skips the pam_fscrypt module for systemd-user sessions which do not have a password # anyways. # See also https://github.com/google/fscrypt/issues/95 session [success=1 default=ignore] pam_succeed_if.so service = systemd-user session optional ${pkgs.fscrypt-experimental}/lib/security/pam_fscrypt.so '' + optionalString cfg.pamMount '' session optional ${pkgs.pam_mount}/lib/security/pam_mount.so disable_interactive '' +"}
{"_id":"q-en-nixpkgs-b819d947181efbd101b1ee9a5f2f895d03daffc94d107e3f924c339e67b4eb25","text":"}; nativeBuildInputs = [ python3 dune_3 makeWrapper ]; buildInputs = [ poppler_utils ] ++ (with ocamlPackages; [ oseq spelll notty nottui lwd cmdliner domainslib digestif yojson eio_main containers-data timedesc ]); buildInputs = with ocamlPackages; [ oseq spelll notty nottui lwd cmdliner domainslib digestif yojson eio_main containers-data timedesc ]; postInstall = '' # docfd needs pdftotext from popler_utils to allow pdf search wrapProgram $out/bin/docfd --prefix PATH : \"${lib.getBin poppler_utils}/bin/\" # also fzf for \"docfd ?\" usage wrapProgram $out/bin/docfd --prefix PATH : \"${lib.makeBinPath [ poppler_utils fzf ]}\" ''; meta = with lib; { description = \"TUI multiline fuzzy document finder\"; longDescription = '' Interactive grep, but word/token/phrase based rather than regex and line based, so you can search across multiple lines (simlar to Recoll but TUI). Aims to provide a good UX via text editor and PDF viewer integration. When opening a text file, Docfd opens file at first line of search result. If PDF, then Docfd opens file at first page of the search result and starts a text search of the most unique word of the matched phrase within the same page. Main intended use case: navigating directories of notes and PDFs. TUI multiline fuzzy document finder. Think interactive grep for both text files and PDFs, but word/token based instead of regex and line based, so you can search across lines easily. Docfd aims to provide good UX via integration with common text editors and PDF viewers, so you can jump directly to a search result with a single key press. ''; homepage = \"https://github.com/darrenldl/docfd\"; license = licenses.mit;"}
{"_id":"q-en-nixpkgs-b8354932faffe4408e82b9d658aee18f83fd221adf78af5a51c5053aab053542","text":"stdenv.mkDerivation rec { pkgname = \"conkeror\"; version = \"1.0pre-20160130\"; version = \"1.0.3\"; name = \"${pkgname}-${version}\"; src = fetchgit { url = git://repo.or.cz/conkeror.git; rev = \"3e4732cd0d15aa70121fe0a0403103b777c964bf\"; sha256 = \"1299b1kdfd2vip3w02jzvj2i8scjpsvpx19d2c8ms2pizz7xxmp4\"; rev = \"refs/tags/${version}\"; sha256 = \"06fhfk8km3gd1lc19543zn0c71zfbn8wsalinvm1dbgi724f52pd\"; }; buildInputs = [ unzip makeWrapper ];"}
{"_id":"q-en-nixpkgs-b87462689851c98d07da5479886ab9bca06ce5affa2d4638b17c6e1a74db6e31","text":"in python3Packages.buildPythonApplication rec { pname = \"bottles\"; version = \"2022.5.28-trento-3\"; version = \"2022.10.14.1\"; src = fetchFromGitHub { owner = \"bottlesdevs\"; repo = pname; rev = version; sha256 = \"sha256-KIDLRqDLFTsVAczRpTchnUtKJfVHqbYzf8MhIR5UdYY=\"; sha256 = \"sha256-FO91GSGlc2f3TSLrlmRDPi5p933/Y16tdEpX4RcKhL0=\"; }; patches = [ ./vulkan_icd.patch ]; postPatch = '' chmod +x build-aux/meson/postinstall.py patchShebangs build-aux/meson/postinstall.py substituteInPlace src/backend/wine/winecommand.py substituteInPlace bottles/backend/wine/winecommand.py --replace 'self.__get_runner()' '(lambda r: (f\"${steam-run}/bin/steam-run {r}\", r)[r == \"wine\" or r == \"wine64\"])(self.__get_runner())' ''; \"command = f\"{runner} {command}\"\" \"command = f\"{''' if runner == 'wine' or runner == 'wine64' else '${steam-run}/bin/steam-run '}{runner} {command}\"\" --replace \"command = f\"{_picked['entry_point']} {command}\"\" \"command = f\"${steam-run}/bin/steam-run {_picked['entry_point']} {command}\"\" ''; nativeBuildInputs = [ blueprint-compiler meson ninja pkg-config wrapGAppsHook gettext wrapGAppsHook4 gtk4 # gtk4-update-icon-cache appstream-glib desktop-file-utils ]; buildInputs = [ gdk-pixbuf glib gobject-introspection gsettings-desktop-schemas gspell gtk3 gtksourceview4 libhandy libnotify webkitgtk gnome.adwaita-icon-theme librsvg gtk4 gtksourceview5 libadwaita ]; propagatedBuildInputs = with python3Packages; [ pyyaml pytoml requests pycairo pygobject3 lxml dbus-python gst-python liblarch patool markdown fvs pefile urllib3 chardet certifi idna pillow orjson icoextract ] ++ [ steam-run xdg-utils pciutils cabextract wine freetype p7zip gamemode # programs.gamemode.enable xdpyinfo imagemagick procps gamescope mangohud vmtouch wine ]; format = \"other\"; strictDeps = false; # broken with gobject-introspection setup hook, see https://github.com/NixOS/nixpkgs/issues/56943 dontWrapGApps = true; # prevent double wrapping preFixup = ''"}
{"_id":"q-en-nixpkgs-b8850163c6ad347968465ede13e35c78b8afc81d790717ae21337827d81f353e","text":"# we create wrapper for the binaries in the different packages postBuild = '' . \"${makeWrapper}/nix-support/setup-hook\" # get access to lua functions . ${lua}/nix-support/setup-hook if [ -L \"$out/bin\" ]; then unlink \"$out/bin\" fi"}
{"_id":"q-en-nixpkgs-b8cc2884e4ad710e3e81a70d1c727366f89c5115b8327a829e3b45165e9001a8","text":" { config, lib, pkgs, ... }: with lib; { meta = { maintainers = teams.pantheon.members; }; ###### interface options = { programs.pantheon-tweaks.enable = mkEnableOption \"Pantheon Tweaks, an unofficial system settings panel for Pantheon\"; }; ###### implementation config = mkIf config.programs.pantheon-tweaks.enable { services.xserver.desktopManager.pantheon.extraSwitchboardPlugs = [ pkgs.pantheon-tweaks ]; }; } "}
{"_id":"q-en-nixpkgs-b8dbeb893b8030ce80e5f876e13adda843fc031ced1d3bcc2c085f003e076036","text":"catalogue = callPackage ../development/python-modules/catalogue { }; catboost = callPackage ../development/python-modules/catboost { }; cbeams = callPackage ../misc/cbeams { }; cbor2 = callPackage ../development/python-modules/cbor2 { };"}
{"_id":"q-en-nixpkgs-b91144a57a36821022fbe92e81654f0c0402737077df42c592c3193814e4629e","text":" { stdenv, buildPythonPackage, fetchPypi, substituteAll, isPy3k, geos, gdal, pytz, withGdal ? false }: buildPythonPackage rec { pname = \"Django\"; version = \"2.0.10\"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = \"0292a7ad7d8ffc9cfc6a77f043d2e81f5bbc360c0c4a1686e130ef3432437d23\"; }; patches = stdenv.lib.optionals withGdal [ (substituteAll { src = ./1.10-gis-libs.template.patch; geos = geos; gdal = gdal; extension = stdenv.hostPlatform.extensions.sharedLibrary; }) ]; # patch only $out/bin to avoid problems with starter templates (see #3134) postFixup = '' wrapPythonProgramsIn $out/bin \"$out $pythonPath\" ''; propagatedBuildInputs = [ pytz ]; # too complicated to setup doCheck = false; meta = with stdenv.lib; { description = \"A high-level Python Web framework\"; homepage = https://www.djangoproject.com/; license = licenses.bsd3; maintainers = with maintainers; [ georgewhewell ]; }; } "}
{"_id":"q-en-nixpkgs-b91408072a49087cc826f13c81b97585d30bbc67db225469d2ecc6a22fca1ab1","text":"buildGo117Module rec { pname = \"dstp\"; version = \"0.3.0\"; version = \"0.4.0\"; src = fetchFromGitHub { owner = \"ycd\"; repo = pname; rev = \"v${version}\"; sha256 = \"1pxzaz2a261lsnbdbr9km1214a4jzq2wgkdfvf9g966gsa4nqfl6\"; sha256 = \"sha256-YvuUgHHa8Egk+bbSI0SH0i3YrKWRbzjAckNG32RBRXw=\"; }; vendorSha256 = \"1n1kx4zcskndikjl44vwmckr6x5cv6cacwdwfwjjsf6aqgagpld8\"; vendorSha256 = \"sha256-qNH71MPKOC0ld7xxppjZrHSTJ6t8E0LljM1OzT7pM9g=\"; # Tests require network connection, but is not allowed by nix doCheck = false;"}
{"_id":"q-en-nixpkgs-b91701ae2c2b52d10c54fa8d4c5c03896eb069ef9ed87eaaf559edee958ee826","text":"wantedBy = [ \"multi-user.target\" ]; wants = [ \"keys.target\" ]; after = [ \"network.target\" \"fs.target\" \"postgresql.service\" \"keys.target\" ]; after = [ \"network.target\" \"fs.target\" \"keys.target\" ]; path = [ httpd pkgs.coreutils pkgs.gnugrep ]"}
{"_id":"q-en-nixpkgs-b922f3d215f7bba42ec0ec43fa487e13415af87d84d547106b90d1644ff1912e","text":"stdenv.mkDerivation rec { name = \"root-${version}\"; version = \"6.09.02\"; version = \"6.10.00\"; src = fetchurl { url = \"https://root.cern.ch/download/root_v${version}.source.tar.gz\"; sha256 = \"0fc6b0l7bw66cyckxs4ikvyzcv1zlfx88205jx153smdhih0jj2k\"; sha256 = \"1rxqcpqf1b3sxig5xbh3mkvarhg9lgj2f0gv0j48klfw8kgfwlsp\"; }; buildInputs = [ cmake pcre pkgconfig python2 zlib libxml2 lzma gsl ]"}
{"_id":"q-en-nixpkgs-b937a6b801e17866b3270f8bbb7e30c4f7ec5fcf6f404763f8fe765f6fa5a779","text":"nlopt lp_solve colpack ] ++ lib.optionals pythonSupport (with python2Packages; [ python numpy ]) ] ++ lib.optionals pythonSupport (with python3Packages; [ python numpy ]) ++ lib.optional opencvSupport opencv; cmakeFlags = let"}
{"_id":"q-en-nixpkgs-b93e50566ef4454c9e937e3fd2d1157b0e73e2fa829a19d51efbd68bcf3e3aca","text":" Fix a following build error: In file included from ../../3rdparty/chromium/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm:7: ../../3rdparty/chromium/base/bind.h:59:3: error: static_assert failed \"Bound argument |i| of type |Arg| cannot be forwarded as |Unwrapped| to the bound functor, which declares it as |Param|.\" static_assert( ^ ../../3rdparty/chromium/base/bind.h:91:7: note: in instantiation of template class 'base::internal::AssertConstructible<1, long, long, const long &, NSError *>' requested here : AssertConstructible, Unwrapped, Params>... { ^ ../../3rdparty/chromium/base/bind.h:213:27: note: in instantiation of template class 'base::internal::AssertBindArgsValidity, base::internal::TypeList, long>, base::internal::TypeList, base::internal::TypeList >' requested here static_assert(internal::AssertBindArgsValidity< ^ ../../3rdparty/chromium/base/bind.h:242:16: note: in instantiation of function template specialization 'base::BindRepeating, long>' requested here return base::BindRepeating(std::forward(functor), ^ ../../3rdparty/chromium/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm:211:15: note: in instantiation of function template specialization 'base::Bind, long>' requested here base::Bind(&BluetoothRemoteGattCharacteristicMac::DidWriteValue, ^ Resurrected from https://github.com/NixOS/nixpkgs/blob/ddcf01bca6c7a7a7f096bec836a1e6a707ad473d/pkgs/development/libraries/qt-5/5.11/qtwebengine-clang-fix.patch because the same problem is present in 5.12 when compiling on macOS. --- a/src/3rdparty/chromium/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm +++ b/src/3rdparty/chromium/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm @@ -209,7 +209,7 @@ void BluetoothRemoteGattCharacteristicMac::WriteRemoteCharacteristic( base::ThreadTaskRunnerHandle::Get()->PostTask( FROM_HERE, base::Bind(&BluetoothRemoteGattCharacteristicMac::DidWriteValue, - weak_ptr_factory_.GetWeakPtr(), nil)); + weak_ptr_factory_.GetWeakPtr(), nullptr)); } } "}
{"_id":"q-en-nixpkgs-b95985a5deaaf620516842699c7af0adcc80d04f75d392476926e2d806423816","text":"rustPlatform.buildRustPackage rec { pname = \"lapce\"; version = \"0.0.10\"; version = \"0.0.12\"; src = fetchFromGitHub { owner = \"lapce\"; repo = pname; rev = \"v${version}\"; sha256 = \"tOVFm4DFQurFU4DtpPwxXQLbTGCZnrV1FfYKtvkRxRE=\"; sha256 = \"sha256-ZFQjQ5+G0b0Fgg3+du/drt+62rC/TCNR5MIdJXAkTrE=\"; }; cargoPatches = [ ./fix-version.patch ]; cargoSha256 = \"BwB3KgmI5XnZ5uHv6f+kGKBzpyxPWcoKvF7qw90eorI=\"; cargoSha256 = \"sha256-sMTootPsenaWzLLFImo6HWC1pcm2uFupPhVWsUJp1Ak=\"; nativeBuildInputs = [ cmake"}
{"_id":"q-en-nixpkgs-ba34dd59b6ad98c7e7a532bd1e7a6cde5d3fbe8b83fd7afae904ea2acd70ba56","text":" { mkDerivation, lib, fetchurl, qtbase, qttools, qmake }: { mkDerivation, lib, fetchurl, qtbase, qtsvg, qttools, qmake }: let inherit (lib) getDev; in"}
{"_id":"q-en-nixpkgs-ba3cb2df61b347a1028160431b06b35596f39c7047658b0db7a6d268ebf97b7d","text":" { stdenv, fetchFromGitHub, qtbase, qtx11extras, qmake, pkgconfig, boost }: { lib, mkDerivation, fetchFromGitHub, qtbase, qtx11extras, qmake, pkgconfig, boost }: stdenv.mkDerivation { mkDerivation { name = \"twmn-git-2018-10-01\"; src = fetchFromGitHub {"}
{"_id":"q-en-nixpkgs-ba82874f4fbc60abdf2167ccbcf7aeac2a948d9d4ab405bfc7c6874e284252b5","text":", fetchFromGitHub }: python3.pkgs.buildPythonApplication rec { let python = python3.override { # FlexGet doesn't support transmission-rpc>=5 yet # https://github.com/NixOS/nixpkgs/issues/258504 packageOverrides = self: super: { transmission-rpc = super.transmission-rpc.overridePythonAttrs (old: rec { version = \"4.3.1\"; src = fetchPypi { pname = \"transmission_rpc\"; inherit version; hash = \"sha256-Kh2eARIfM6MuXu7RjPPVhvPZ+bs0AXkA4qUCbfu5hHU=\"; }; doCheck = false; }); }; }; in python.pkgs.buildPythonApplication rec { pname = \"flexget\"; version = \"3.9.10\"; format = \"pyproject\";"}
{"_id":"q-en-nixpkgs-ba91a2d006c7095507553a85b8858d6cdf496095f78176b06255248f348cdea2","text":"sed -i 's,/etc/protocols,${iana-etc}/etc/protocols,' src/net/lookup_unix.go '' + lib.optionalString stdenv.isLinux '' sed -i 's,/usr/share/zoneinfo/,${tzdata}/share/zoneinfo/,' src/time/zoneinfo_unix.go # prepend the nix path to the zoneinfo files but also leave the original value for static binaries # that run outside a nix server sed -i 's,\"/usr/share/zoneinfo/,\"${tzdata}/share/zoneinfo/\",nt&,' src/time/zoneinfo_unix.go # Find the loader dynamically LOADER=\"$(find ${lib.getLib libc}/lib -name ld-linux* | head -n 1)\""}
{"_id":"q-en-nixpkgs-baa8f878b6b869ddd6c9d9ebd64ba6189aa54380808429dc68b365d77df4cc27","text":"assert \"Failed to connect\" not in status, \"Failed to connect to the daemon\" with subtest(\"Daemon can be configured imperatively\"): imperative.wait_for_unit(\"wpa_supplicant-wlan1.service\") imperative.wait_until_succeeds(\"wpa_cli -i wlan1 status\") imperative.succeed(\"wpa_cli -i wlan1 add_network\") imperative.succeed(\"wpa_cli -i wlan1 set_network 0 ssid '\"nixos-test\"'\") imperative.succeed(\"wpa_cli -i wlan1 set_network 0 psk '\"reproducibility\"'\") imperative.succeed(\"wpa_cli -i wlan1 save_config\") imperative.succeed(\"grep -q nixos-test /etc/wpa_supplicant.conf\") machineSae.wait_for_unit(\"hostapd.service\") machineSae.copy_from_vm(\"/run/hostapd/wlan0.hostapd.conf\") with subtest(\"Daemon can connect to the SAE access point using SAE\"):"}
{"_id":"q-en-nixpkgs-bac191cfa15d95e244ae3ab10eed778e211513fcf8669a479c65c8f85981783e","text":"version = \"8.0.0\"; src = fetchurl { url = \"https://web.archive.org/web/20211130172544/https://tetr.io/about/desktop/builds/TETR.IO%20Setup.deb\"; url = \"https://web.archive.org/web/20211228025517if_/https://tetr.io/about/desktop/builds/TETR.IO%20Setup.deb\"; name = \"tetrio-desktop.deb\"; sha256 = \"1nlblfhrph4cw8rpic9icrs78mzrxyskl7ggyy2i8bk9i07i21xf\"; };"}
{"_id":"q-en-nixpkgs-bac40ed5ac66af58980864f7232174542b0a8588eeb0d1e295424b7f8807b1f8","text":"libPath = lib.makeLibraryPath [ alsa-lib cups libpulseaudio libX11 libXScrnSaver libXtst"}
{"_id":"q-en-nixpkgs-baef72a968169ed23953301e9dfdf6666793ff51ce5ade1362f2038c54c82260","text":" diff --git a/src/Settings/ThemeSettings.vala b/src/Settings/ThemeSettings.vala index 589121b..8e9c81e 100644 --- a/src/Settings/ThemeSettings.vala +++ b/src/Settings/ThemeSettings.vala @@ -29,7 +29,7 @@ public class PantheonTweaks.ThemeSettings { var themes = new Gee.ArrayList (); string[] dirs = { - \"/usr/share/\" + path + \"/\", + \"/run/current-system/sw/share/\" + path + \"/\", Environment.get_home_dir () + \"/.\" + path + \"/\", Environment.get_home_dir () + \"/.local/share/\" + path + \"/\"}; "}
{"_id":"q-en-nixpkgs-bb032fab3d529e24f6e0bad1f7252e669dd32a763796cbd6d4905a780d91d461","text":" { stdenv, lib, pkg-config, fetchFromGitHub, xorg, libdrm, SDL2, }: stdenv.mkDerivation (finalAttrs: { pname = \"switchres\"; version = \"2.2.1\"; src = fetchFromGitHub { owner = \"antonioginer\"; repo = \"switchres\"; rev = \"refs/tags/v${finalAttrs.version}\"; hash = \"sha256-/21RcpumWYNBPck7gpH6krwC3Thz/rKDPgeJblN2BDA=\"; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorg.libXrandr xorg.xorgproto libdrm SDL2 ]; patchPhase = '' runHook preHook substituteInPlace ./custom_video_xrandr.cpp --replace-fail libX11.so ${xorg.libX11}/lib/libX11.so --replace-fail libXrandr.so ${xorg.libXrandr}/lib/libXrandr.so substituteInPlace ./custom_video_drmkms.cpp --replace-fail libdrm.so ${libdrm}/lib/libdrm.so runHook postHook ''; env = { PREFIX = \"$(out)\"; }; preInstall = '' install -Dm755 switchres $out/bin/switchres ''; meta = { description = \"Modeline generation engine for emulation\"; homepage = \"https://github.com/antonioginer/switchres\"; changelog = \"https://github.com/antonioginer/switchres/releases/tag/v${finalAttrs.version}\"; license = lib.licenses.gpl2Only; mainProgram = \"switchres\"; maintainers = with lib.maintainers; [ bot-wxt1221 ]; platforms = lib.platforms.linux; }; }) "}
{"_id":"q-en-nixpkgs-bb1e89e841e237b1d4de04a4768950ca5a80e290a32b3f0be1a7e7dfc391f1ad","text":" { fetchFromGitHub, buildGoModule, buildLua, lib, }: let version = \"1.6.1\"; src = fetchFromGitHub { owner = \"tnychn\"; repo = \"mpv-discord\"; rev = \"v${version}\"; hash = \"sha256-P1UaXGboOiqrXapfLzJI6IT3esNtflkQkcNXt4Umukc=\"; }; core = buildGoModule { name = \"mpv-discord-core\"; inherit version; src = \"${src}/mpv-discord\"; vendorHash = \"sha256-xe1jyWFQUD+Z4qBAVQ0SBY0gdxmi5XG9t29n3f/WKDs=\"; }; in buildLua { pname = \"mpv-discord\"; inherit version src; scriptPath = \"scripts/discord.lua\"; postInstall = '' substituteInPlace $out/share/mpv/scripts/discord.lua --replace-fail 'binary_path = \"\"' 'binary_path = \"${core}/bin/mpv-discord\"' ''; meta = { description = \"Cross-platform Discord Rich Presence integration for mpv with no external dependencies\"; homepage = \"https://github.com/tnychn/mpv-discord\"; license = lib.licenses.mit; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ bddvlpr ]; }; } "}
{"_id":"q-en-nixpkgs-bb47ba674969274fac957bc86b6e3192c7d3db8d1f307f9a5876cbf49c8e7102","text":"githubId = 13000278; name = \"Maksim Bronsky\"; }; PlushBeaver = { name = \"Dmitry Kozlyuk\"; email = \"dmitry.kozliuk+nixpkgs@gmail.com\"; github = \"PlushBeaver\"; githubId = 8988269; }; pmahoney = { email = \"pat@polycrystal.org\"; github = \"pmahoney\";"}
{"_id":"q-en-nixpkgs-bb857ce6e35df55388ffaa4226730720f27d84a4745ca66212699abbb5842e3b","text":"# filters assert enableExtraPlugins || enableDitaaFilter || enableMscgenFilter || enableDiagFilter || enableQrcodeFilter || enableAafigureFilter -> unzip != null; assert enableExtraPlugins || enableDitaaFilter -> jre != null; assert (enableExtraPlugins && enableJava) || enableDitaaFilter -> jre != null; assert enableExtraPlugins || enableMscgenFilter -> mscgen != null; assert enableExtraPlugins || enableDiagFilter -> blockdiag != null && seqdiag != null && actdiag != null && nwdiag != null; assert enableExtraPlugins || enableMatplotlibFilter -> matplotlib != null && numpy != null;"}
{"_id":"q-en-nixpkgs-bb91b853896ae82b0a9f69efb0427b7f5aba0536250850ba64da4a9ec201abfc","text":" { lib, stdenv, fetchurl, unzip, pkgs, dataPath ? \"/var/lib/rainloop\" }: let { lib, stdenv, fetchurl, unzip, writeText, dos2unix, dataPath ? \"/var/lib/rainloop\" }: let common = { edition, sha256 }: stdenv.mkDerivation (rec { pname = \"rainloop${lib.optionalString (edition != \"\") \"-${edition}\"}\"; version = \"1.16.0\"; nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip dos2unix ]; unpackPhase = '' mkdir rainloop"}
{"_id":"q-en-nixpkgs-bb9cc49daf38dce4a37d580aa9564778bdaec3a343134c8c6d224dc9f61bea81","text":"let efiSysMountPoint = if args.efiSysMountPoint == null then args.path else args.efiSysMountPoint; efiSysMountPoint' = replaceChars [ \"/\" ] [ \"-\" ] efiSysMountPoint; initrdSecrets = config.boot.initrd.secrets != {}; in pkgs.writeText \"grub-config.xml\" (builtins.toXML { splashImage = f cfg.splashImage;"}
{"_id":"q-en-nixpkgs-bbba2da2067a730f12a7a754247d05b3d6b9dc23fb0ff5a56aba94653969473f","text":"# - https://github.com/NixOS/nixpkgs/issues/108772 # - https://github.com/NixOS/nixpkgs/pull/117555 print(machine.succeed(\"su - alice -c 'file ~/.config/Signal/sql/db.sqlite'\")) # TODO: The DB should be encrypted and the following should be machine.fail # instead of machine.succeed but the DB is currently unencrypted and we # want to notice if this isn't the case anymore as the transition to a # encrypted DB can cause data loss!: machine.succeed( \"su - alice -c 'file ~/.config/Signal/sql/db.sqlite' | grep -i sqlite\" \"su - alice -c 'file ~/.config/Signal/sql/db.sqlite' | grep 'db.sqlite: data'\" ) machine.fail( \"su - alice -c 'file ~/.config/Signal/sql/db.sqlite' | grep -e SQLite -e database\" ) ''; })"}
{"_id":"q-en-nixpkgs-bbbfd66b025c4a7484ea66b67f18e2f4fd1c8e6c7589937d34b7f9093c39a11d","text":"(callPackage ../development/libraries/volk { }) ; vorta = libsForQt5.callPackage ../applications/backup/vorta { }; vorta = qt6Packages.callPackage ../applications/backup/vorta { }; vowpal-wabbit = callPackage ../applications/science/machine-learning/vowpal-wabbit { };"}
{"_id":"q-en-nixpkgs-bbcf4b00ef25900b8793290bf7463a328c0c91bf30de880cc14d7e84598f0d28","text":"in stdenv.mkDerivation rec { inherit pname version; src = srcs.toolbox; postUnpack = '' mkdir -p $sourceRoot/third_party/{rxcpp,gtest} ln -s ${srcs.rxcpp} $sourceRoot/third_party/rxcpp/v${rxcppVersion}.tar.gz ln -s ${srcs.gtest} $sourceRoot/third_party/gtest/release-${gtestVersion}.tar.gz ''; outputs = [ \"out\" \"dev\" \"doc\" ]; # broken doCheck = false; src = srcs.toolbox; patches = [ # Fix compile errors with json-c # https://github.com/shogun-toolbox/shogun/pull/4104 (fetchpatch { url = \"https://github.com/awild82/shogun/commit/365ce4c4c700736d2eec8ba6c975327a5ac2cd9b.patch\"; url = \"https://github.com/shogun-toolbox/shogun/commit/365ce4c4c700736d2eec8ba6c975327a5ac2cd9b.patch\"; sha256 = \"158hqv4xzw648pmjbwrhxjp7qcppqa7kvriif87gn3zdn711c49s\"; }) # Fix compile errors with GCC 9+ # https://github.com/shogun-toolbox/shogun/pull/4811 (fetchpatch { url = \"https://github.com/shogun-toolbox/shogun/commit/c8b670be4790e0f06804b048a6f3d77c17c3ee95.patch\"; sha256 = \"sha256-MxsR3Y2noFQevfqWK3nmX5iK4OVWeKBl5tfeDNgjcXk=\"; }) (fetchpatch { url = \"https://github.com/shogun-toolbox/shogun/commit/5aceefd9fb0e2132c354b9a0c0ceb9160cc9b2f7.patch\"; sha256 = \"sha256-AgJJKQA8vc5oKaTQDqMdwBR4hT4sn9+uW0jLe7GteJw=\"; }) # Fix compile errors with Eigen 3.4 ./eigen-3.4.patch ] ++ lib.optional (!withSvmLight) ./svmlight-scrubber.patch; CCACHE_DISABLE=\"1\"; CCACHE_DIR=\".ccache\"; nativeBuildInputs = [ cmake ]; buildInputs = with lib; [ blas lapack bzip2 colpack curl ctags eigen hdf5 json_c lp_solve xz lzo protobuf nlopt snappy swig (libarchive.dev) libxml2 lapack glpk ] ++ optionals (pythonSupport) (with pythonPackages; [ python ply numpy ]) ++ optional (opencvSupport) opencv; NIX_CFLAGS_COMPILE=\"-faligned-new\"; cmakeFlags = let onOff = b: if b then \"ON\" else \"OFF\"; flag = n: b: \"-D\"+n+\"=\"+onOff b; in with lib; [ (flag \"ENABLE_TESTING\" doCheck) (flag \"BUILD_META_EXAMPLES\" doCheck) (flag \"CMAKE_VERBOSE_MAKEFILE:BOOL\" doCheck) (flag \"PythonModular\" pythonSupport) (flag \"OpenCV\" opencvSupport) (flag \"USE_SVMLIGHT\" withSvmLight) nativeBuildInputs = [ cmake swig ctags ] ++ (with pythonPackages; [ python jinja2 ply ]); buildInputs = [ eigen blas lapack glpk protobuf json_c libxml2 hdf5 curl libarchive bzip2 xz snappy lzo nlopt lp_solve colpack ] ++ lib.optionals pythonSupport (with pythonPackages; [ python numpy ]) ++ lib.optional opencvSupport opencv; cmakeFlags = let enableIf = cond: if cond then \"ON\" else \"OFF\"; in [ \"-DBUILD_META_EXAMPLES=ON\" \"-DCMAKE_DISABLE_FIND_PACKAGE_ARPACK=ON\" \"-DCMAKE_DISABLE_FIND_PACKAGE_ARPREC=ON\" \"-DCMAKE_DISABLE_FIND_PACKAGE_CPLEX=ON\" \"-DCMAKE_DISABLE_FIND_PACKAGE_Mosek=ON\" \"-DCMAKE_DISABLE_FIND_PACKAGE_TFLogger=ON\" \"-DCMAKE_DISABLE_FIND_PACKAGE_ViennaCL=ON\" \"-DCMAKE_SKIP_BUILD_RPATH=OFF\" \"-DCMAKE_CTEST_ARGUMENTS='--exclude-regex;TrainedModelSerialization'\" # Sporadic segfault \"-DENABLE_TESTING=${enableIf doCheck}\" \"-DDISABLE_META_INTEGRATION_TESTS=ON\" \"-DTRAVIS_DISABLE_META_CPP=ON\" \"-DPythonModular=${enableIf pythonSupport}\" \"-DOpenCV=${enableIf opencvSupport}\" \"-DUSE_SVMLIGHT=${enableIf withSvmLight}\" ]; CXXFLAGS = \"-faligned-new\"; doCheck = true; postUnpack = '' mkdir -p $sourceRoot/third_party/{rxcpp,GoogleMock} ln -s ${srcs.rxcpp} $sourceRoot/third_party/rxcpp/v${rxcppVersion}.tar.gz ln -s ${srcs.gtest} $sourceRoot/third_party/GoogleMock/release-${gtestVersion}.tar.gz ''; postPatch = '' # Fix preprocessing SVMlight code sed -i "}
{"_id":"q-en-nixpkgs-bc342046185016a9f12621204ef01cd7410ba130f381cee94a578e25d61ea5e1","text":"nsh = callPackage ../shells/nsh { }; nushell = callPackage ../shells/nushell { inherit (darwin.apple_sdk.frameworks) AppKit Foundation Security; nushell = darwin.apple_sdk_11_0.callPackage ../shells/nushell { inherit (darwin.apple_sdk_11_0.frameworks) AppKit Security; inherit (darwin.apple_sdk) sdk; };"}
{"_id":"q-en-nixpkgs-bc533cd2f546345119b5a8ef63efc4b2522bca8750ef415379f4410348f80188","text":"unbound = handleTest ./unbound.nix {}; unifi = handleTest ./unifi.nix {}; unit-php = handleTest ./web-servers/unit-php.nix {}; upnp = handleTest ./upnp.nix {}; upnp.iptables = handleTest ./upnp.nix { useNftables = false; }; upnp.nftables = handleTest ./upnp.nix { useNftables = true; }; uptermd = handleTest ./uptermd.nix {}; uptime-kuma = handleTest ./uptime-kuma.nix {}; usbguard = handleTest ./usbguard.nix {};"}
{"_id":"q-en-nixpkgs-bc9e3756749684564049eed3299f5e83094e3b86989328f1a0d0816da800c36f","text":" diff --git a/setup/main.py b/setup/main.py index 8d581cd..2ac47b9 100644 --- a/setup/main.py +++ b/setup/main.py @@ -37,7 +37,7 @@ def get_hangul_keyboard_list(): from ctypes import CDLL, c_int, c_char_p - libhangul = CDLL('libhangul.so.1') + libhangul = CDLL('@libhangul@') libhangul.hangul_ic_get_n_keyboards.argtypes = [] libhangul.hangul_ic_get_n_keyboards.restype = c_int libhangul.hangul_ic_get_keyboard_id.argtypes = [c_int] "}
{"_id":"q-en-nixpkgs-bcc0d370c2442565b5e3b505e9b7376166e55350798ea0b831904e9b31b5f63a","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":"q-en-nixpkgs-bccf649d8fd322c5c0c0b41ab608cf5ef5a73aed16c2c7523e11686f9e2dc693","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":"q-en-nixpkgs-bcd4a76981557acb2336fc0395c386de5c2b40a9bd7a9c7a53a22d9cc2f47d1a","text":", systemd , enableProprietaryCodecs ? true , gn , cups, darwin, openbsm, runCommand, xcbuild , cups, darwin, openbsm, runCommand, xcbuild, writeScriptBin , ffmpeg_3 ? null , lib, stdenv }:"}
{"_id":"q-en-nixpkgs-bd12b748cb44e51aff11b5202ffb6451c766ff00bead898e8ee730a31d162a1d","text":"env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isGNU [ \"-Wno-error=strict-prototypes\" \"-Wno-error=deprecated-declarations\" ]); enableParallelBuilding = true;"}
{"_id":"q-en-nixpkgs-bd18ee9e7262185c241ff8be85fd644e3f759c2cfd40aec047c548424e6d91f3","text":"datacenter.settings = lib.mkOption { type = settingsFormat.type; default = { LOG_LEVEL=4; LOG_FILE_NAME=\"/var/log/fabricmanager.log\"; LOG_APPEND_TO_LOG=1; LOG_FILE_MAX_SIZE=1024; LOG_USE_SYSLOG=0; DAEMONIZE=1; BIND_INTERFACE_IP=\"127.0.0.1\"; STARTING_TCP_PORT=16000; FABRIC_MODE=0; FABRIC_MODE_RESTART=0; STATE_FILE_NAME=\"/var/tmp/fabricmanager.state\"; FM_CMD_BIND_INTERFACE=\"127.0.0.1\"; FM_CMD_PORT_NUMBER=6666; FM_STAY_RESIDENT_ON_FAILURES=0; ACCESS_LINK_FAILURE_MODE=0; TRUNK_LINK_FAILURE_MODE=0; NVSWITCH_FAILURE_MODE=0; ABORT_CUDA_JOBS_ON_FM_EXIT=1; TOPOLOGY_FILE_PATH=\"${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; DATABASE_PATH=\"${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; LOG_LEVEL = 4; LOG_FILE_NAME = \"/var/log/fabricmanager.log\"; LOG_APPEND_TO_LOG = 1; LOG_FILE_MAX_SIZE = 1024; LOG_USE_SYSLOG = 0; DAEMONIZE = 1; BIND_INTERFACE_IP = \"127.0.0.1\"; STARTING_TCP_PORT = 16000; FABRIC_MODE = 0; FABRIC_MODE_RESTART = 0; STATE_FILE_NAME = \"/var/tmp/fabricmanager.state\"; FM_CMD_BIND_INTERFACE = \"127.0.0.1\"; FM_CMD_PORT_NUMBER = 6666; FM_STAY_RESIDENT_ON_FAILURES = 0; ACCESS_LINK_FAILURE_MODE = 0; TRUNK_LINK_FAILURE_MODE = 0; NVSWITCH_FAILURE_MODE = 0; ABORT_CUDA_JOBS_ON_FM_EXIT = 1; TOPOLOGY_FILE_PATH = \"${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; DATABASE_PATH = \"${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; }; defaultText = lib.literalExpression '' { LOG_LEVEL=4; LOG_FILE_NAME=\"/var/log/fabricmanager.log\"; LOG_APPEND_TO_LOG=1; LOG_FILE_MAX_SIZE=1024; LOG_USE_SYSLOG=0; DAEMONIZE=1; BIND_INTERFACE_IP=\"127.0.0.1\"; STARTING_TCP_PORT=16000; FABRIC_MODE=0; FABRIC_MODE_RESTART=0; STATE_FILE_NAME=\"/var/tmp/fabricmanager.state\"; FM_CMD_BIND_INTERFACE=\"127.0.0.1\"; FM_CMD_PORT_NUMBER=6666; FM_STAY_RESIDENT_ON_FAILURES=0; ACCESS_LINK_FAILURE_MODE=0; TRUNK_LINK_FAILURE_MODE=0; NVSWITCH_FAILURE_MODE=0; ABORT_CUDA_JOBS_ON_FM_EXIT=1; TOPOLOGY_FILE_PATH=\"''${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; DATABASE_PATH=\"''${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; } { LOG_LEVEL=4; LOG_FILE_NAME=\"/var/log/fabricmanager.log\"; LOG_APPEND_TO_LOG=1; LOG_FILE_MAX_SIZE=1024; LOG_USE_SYSLOG=0; DAEMONIZE=1; BIND_INTERFACE_IP=\"127.0.0.1\"; STARTING_TCP_PORT=16000; FABRIC_MODE=0; FABRIC_MODE_RESTART=0; STATE_FILE_NAME=\"/var/tmp/fabricmanager.state\"; FM_CMD_BIND_INTERFACE=\"127.0.0.1\"; FM_CMD_PORT_NUMBER=6666; FM_STAY_RESIDENT_ON_FAILURES=0; ACCESS_LINK_FAILURE_MODE=0; TRUNK_LINK_FAILURE_MODE=0; NVSWITCH_FAILURE_MODE=0; ABORT_CUDA_JOBS_ON_FM_EXIT=1; TOPOLOGY_FILE_PATH=\"''${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; DATABASE_PATH=\"''${nvidia_x11.fabricmanager}/share/nvidia-fabricmanager/nvidia/nvswitch\"; } ''; description = '' Additional configuration options for fabricmanager."}
{"_id":"q-en-nixpkgs-bd613a7508d7b99c22cd5c1ae277976bfb725a0e28ad788b5015ce29582a5896","text":" { lib, fetchFromGitHub, python3Packages }: python3Packages.buildPythonPackage rec { pname = \"open-fprintd\"; version = \"0.6\"; src = fetchFromGitHub { owner = \"uunicorn\"; repo = pname; rev = version; sha256 = \"sha256-uVFuwtsmR/9epoqot3lJ/5v5OuJjuRjL7FJF7oXNDzU=\"; }; propagatedBuildInputs = with python3Packages; [ dbus-python pygobject3 ]; checkInputs = with python3Packages; [ dbus-python ]; postInstall = '' install -D -m 644 debian/open-fprintd.service $out/lib/systemd/system/open-fprintd.service install -D -m 644 debian/open-fprintd-resume.service $out/lib/systemd/system/open-fprintd-resume.service install -D -m 644 debian/open-fprintd-suspend.service $out/lib/systemd/system/open-fprintd-suspend.service substituteInPlace $out/lib/systemd/system/open-fprintd.service --replace /usr/lib/open-fprintd \"$out/lib/open-fprintd\" substituteInPlace $out/lib/systemd/system/open-fprintd-resume.service --replace /usr/lib/open-fprintd \"$out/lib/open-fprintd\" substituteInPlace $out/lib/systemd/system/open-fprintd-suspend.service --replace /usr/lib/open-fprintd \"$out/lib/open-fprintd\" ''; postFixup = '' wrapPythonProgramsIn \"$out/lib/open-fprintd\" \"$out $pythonPath\" ''; meta = with lib; { description = \"Fprintd replacement which allows you to have your own backend as a standalone service\"; homepage = \"https://github.com/uunicorn/open-fprintd\"; license = licenses.gpl2Only; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-bd6ac7a70bbd6a5738cb4026141a78a6d03e2e0e45c432cfd0d17854ecc81816","text":" { lib, fetchFromGitHub, proot, patchelf, fakechroot, runc, simplejson, pycurl, coreutils, nose, mock, buildPythonApplication }: { lib , fetchFromGitHub , singularity , python3Packages }: buildPythonApplication rec { version = \"1.1.3\"; python3Packages.buildPythonApplication rec { pname = \"udocker\"; version = \"1.3.1\"; src = fetchFromGitHub { owner = \"indigo-dc\"; repo = \"udocker\" ; repo = \"udocker\"; rev = \"v${version}\"; sha256 = \"1c8y1p3brj987drikwrby8m1hdr40ja4anx0p4xsij3ll2h62w6z\"; sha256 = \"0dfsjgidsnah8nrclrq10yz3ja859123z81kq4zdifbrhnrn5a2x\"; }; buildInputs = [ proot patchelf fakechroot runc simplejson pycurl coreutils ]; postPatch = '' substituteInPlace udocker.py --replace /usr/sbin:/sbin:/usr/bin:/bin $PATH substituteInPlace udocker.py --replace /bin/chmod ${coreutils}/bin/chmod substituteInPlace udocker.py --replace /bin/rm ${coreutils}/bin/rm substituteInPlace tests/unit_tests.py --replace /bin/rm ${coreutils}/bin/rm substituteInPlace udocker.py --replace \"autoinstall = True\" \"autoinstall = False\" ''; # crun patchelf proot runc fakechroot # are download statistically linked during runtime buildInputs = [ singularity ] ++ (with python3Packages; [ pytest-runner pycurl ]); checkInputs = with python3Packages; [ pytestCheckHook ]; checkInputs = [ nose mock disabledTests = [ \"test_05__get_volume_bindings\" ]; checkPhase = '' NOSE_EXCLUDE=test_03_create_repo,test_04_is_repo,test_02__get_group_from_host nosetests -v tests/unit_tests.py ''; disabledTestPaths = [ # Network \"tests/unit/test_curl.py\" \"tests/unit/test_dockerioapi.py\" ]; meta = with lib; { description = \"basic user tool to execute simple docker containers in user space without root privileges\";"}
{"_id":"q-en-nixpkgs-bd84dbc60797cefcaac2bc27d613e6c69c3c219ca2a451c6995e62db08b88736","text":"vendorHash = \"sha256-OOiiKtKb+BiFkoSBUQQfqm4dMfDW3Is+30Kwcdg8LNA=\"; nativeBuildInputs = [ pkg-config installShellFiles wrapGAppsHook3 ]; buildInputs = [ webkitgtk_4_1 glib fuse ]; buildInputs = [ webkitgtk_4_1 glib fuse glib-networking ]; ldflags = [ \"-X github.com/jstaf/onedriver/cmd/common.commit=v${version}\" ];"}
{"_id":"q-en-nixpkgs-bdcedc83acefdef92624d02d5bd7dce18e46fc81695965ea81112d2df8f96e44","text":"nix-build-uncached = callPackage ../development/tools/misc/nix-build-uncached { }; nexus = callPackage ../development/tools/repository-managers/nexus { jre_headless = jre8_headless; }; nexusmods-app-unfree = callPackage ../by-name/ne/nexusmods-app/package.nix { enableUnfree = true; };"}
{"_id":"q-en-nixpkgs-be03d196192147803eda09ee727175be1e32504185ebedf2ff3fbf91f7494a53","text":"\"--enable-docs\" \"--enable-tools\" \"--enable-guest-agent\" \"--sysconfdir=/etc\" ] # disable sysctl check on darwin. ++ optional stdenv.isDarwin \"--cpu=x86_64\""}
{"_id":"q-en-nixpkgs-be2c044f0e05d4b5b0f7986caf8b02861cf6387d0366fc7f904aa975d24dafae","text":"$CXX -o cxx-check ${./cxx-main.cc} ${emulator} ./cxx-check # test for https://github.com/NixOS/nixpkgs/issues/214524#issuecomment-1431745905 # .../include/cxxabi.h:20:10: fatal error: '__cxxabi_config.h' file not found # in libcxxStdenv echo \"checking whether cxxabi.h can be included... \" >&2 $CXX -o include-cxxabi ${./include-cxxabi.cc} ${emulator} ./include-cxxabi ${lib.optionalString (stdenv.isDarwin && stdenv.cc.isClang) '' echo \"checking whether compiler can build with CoreFoundation.framework... \" >&2 mkdir -p foo/lib"}
{"_id":"q-en-nixpkgs-be5058aeaa5dced22507d303076cd252eaa2a2df65643a947e2a17f026f821b0","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":"q-en-nixpkgs-be57a3205726b7263f66856a895a00106b207e004dad51ca08c77142c612e57d","text":"# # The following selects the correct Clang version, matching the version # used in Swift, and applies the same libc overrides as `apple_sdk.stdenv`. clang = let # https://github.com/NixOS/nixpkgs/issues/295322 clangNoMarch = swiftLlvmPackages.clang.override { disableMarch = true; }; in if pkgs.stdenv.isDarwin clang = if pkgs.stdenv.isDarwin then clangNoMarch.override rec { swiftLlvmPackages.clang.override rec { libc = apple_sdk.Libsystem; bintools = pkgs.bintools.override { inherit libc; }; # Ensure that Swift’s internal clang uses the same libc++ and libc++abi as the"}
{"_id":"q-en-nixpkgs-be5b4fc188e1228e1af6743c4b54e74077c40bb1199b78ec2587dd6d3727a862","text":"}; \"kicad-unstable\" = { kicadVersion = { version =\t\t\t\"2022-06-21\"; version =\t\t\t\"2022-09-18\"; src = { rev =\t\t\t\"b54bb909755d39dcce38ef277c715d7f31ab8e00\"; sha256 =\t\t\"0nzgrkkvc66hgqdrwfmh5fjw4ffr8gc3bw3n44sa6zjkkz5s6p48\"; rev =\t\t\t\"0efc1149afed2af5b81e4555de4623217ece650f\"; sha256 =\t\t\"19fqy8yvvl45izg5ynhch9r4gl4ncx0bz9s6n1x98bgzxkdyc14q\"; }; }; libVersion = { version =\t\t\t\"2022-06-21\"; version =\t\t\t\"2022-09-18\"; libSources = { symbols.rev =\t\t\"a003b00f6f1056d726e32e911cd65b32946f5503\"; symbols.sha256 =\t\"02z3vqhz1rlf57zi8vyrlxvvdl1hpsh447p41qdgcpn5dyjycb9d\"; symbols.rev =\t\t\"879023fba005d23f285b6d052d9e6bcba1d754aa\"; symbols.sha256 =\t\"1nxz8r3h3j62fs3s77lj27333fsj5c4i01n05lv0gqx36h28hqxk\"; templates.rev =\t\t\"ae2b46f8756d79379b90fec01d4fdde1ccfd73c1\"; templates.sha256 =\t\"08zxh83fbygh1x2jhca8nrp3f9kihf7kmg65qmyp95wvps4p5h8v\"; footprints.rev =\t\"5df530ec44892407d6382d933ff9ad42dd19df0e\"; footprints.sha256 =\t\"1phynxisha2pq2knbx5l1hkdz1bmjm0qxl3lcb4ab82h8d35r37c\"; packages3d.rev =\t\"6bfd8dfa3adc6ac316b9857977c87f22282c6e24\"; packages3d.sha256 =\t\"0ci9gxbpfnfqwah95ki4qcwlca78s1z6s7hckisnp58a1cm9siya\"; footprints.rev =\t\"b1dfe894de90b0063befc02b914dc9e2b47e3a62\"; footprints.sha256 =\t\"06kn6c00wlnr33mks582xhadvkbbgmqhb4qc1wjfw264pavz7v7y\"; packages3d.rev =\t\"45df600c5e3dd5113d62e6445115e7c37bdf362f\"; packages3d.sha256 =\t\"0cnrg7mr3khpglviid1adk2ihs1qwj0r7l32z2vqsl8aidzbg9kr\"; }; }; };"}
{"_id":"q-en-nixpkgs-be977d4f05a05b294eca5973a259def168efa9d50e8a46f9b0086d653d140e73","text":" diff --git a/pre_commit/languages/pygrep.py b/pre_commit/languages/pygrep.py index ec55560..44e08a1 100644 --- a/pre_commit/languages/pygrep.py +++ b/pre_commit/languages/pygrep.py @@ -98,7 +98,7 @@ def run_hook( color: bool, ) -> tuple[int, bytes]: cmd = (sys.executable, '-m', __name__, *args, entry) - return xargs(cmd, file_args, color=color) + return xargs(cmd, file_args, color=color, env={ \"PYTHONPATH\": ':'.join(sys.path) }) def main(argv: Sequence[str] | None = None) -> int: "}
{"_id":"q-en-nixpkgs-bebbc89e12c3e488c5dbf1cd4f5113f3a112a030d441baaf09103bd1b34b23bf","text":" { stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, pcsclite, qtsvg, qttools, qtwebsockets , qtquickcontrols2, qtgraphicaleffects }: mkDerivation rec { pname = \"AusweisApp2\"; version = \"1.20.0\"; src = fetchFromGitHub { owner = \"Governikus\"; repo = \"AusweisApp2\"; rev = \"${version}\"; sha256 = \"0qkwdaxhig4qjim7h20j6ln6w76ycppfc786nd8l69bd1qv46m40\"; }; nativeBuildInputs = [ cmake pkgconfig ]; buildInputs = [ qtsvg qttools qtwebsockets qtquickcontrols2 qtgraphicaleffects pcsclite ]; meta = with stdenv.lib; { description = \"Authentication software for the German ID card\"; downloadPage = \"https://github.com/Governikus/AusweisApp2/releases\"; homepage = \"https://www.ausweisapp.bund.de/ausweisapp2/\"; license = licenses.eupl12; maintainers = with maintainers; [ b4dm4n ]; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-bec26697b64e7fb8fe8fe1099da65c1a2a5ba08340ef780410f26d4cb8f1238a","text":"''; }) super.haskell-language-server; # NOTE: this patch updates the hevm code to work with the latest packages that broke the build # it's temporary until hevm version 0.50.0 is released - https://github.com/ethereum/hevm/milestone/1 # tests depend on a specific version of solc hevm = dontCheck (doJailbreak super.hevm); hevm = dontCheck (appendPatch ./patches/hevm-update-deps.patch super.hevm); # hadolint enables static linking by default in the cabal file, so we have to explicitly disable it. # https://github.com/hadolint/hadolint/commit/e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b"}
{"_id":"q-en-nixpkgs-bee77d8b47dfe2766817e00c26f8956ae41e75d70c04c3540832fa98316dc088","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":"q-en-nixpkgs-bf0ec170a144913d80ff37b4d8fff6af1e9dfd13adc818102031c7d2370a40e2","text":" { stdenv, fetchFromGitHub, cmake, gmp }: { stdenv, fetchFromGitHub, cmake, gmp, coreutils }: stdenv.mkDerivation rec { pname = \"lean\"; version = \"3.10.0\"; version = \"3.13.1\"; src = fetchFromGitHub { owner = \"leanprover-community\"; repo = \"lean\"; rev = \"v${version}\"; sha256 = \"0nmh09x3scfqg0bg1qf8b7z67s11hbfd7kr1h6k1zw94fyn2mg8q\"; sha256 = \"1ak5l40h5yjlbzz92l724l6bm5q341cg6k1yk13sbwn42l8szsar\"; }; nativeBuildInputs = [ cmake ];"}
{"_id":"q-en-nixpkgs-bf2be330e0fa4f2ef6af1aa242aa94ceac0da95be59233a36360a56331df351e","text":" { stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig { stdenv, lib, zlib, glib, alsaLib, dbus, gtk3, atk, pango, freetype, fontconfig , libgnome-keyring3, gdk_pixbuf, gvfs, cairo, cups, expat, libgpgerror, nspr , gconf, nss, xorg, libcap, systemd, libnotify, libsecret }: let packages = [ stdenv.cc.cc zlib glib dbus gtk2 atk pango freetype libgnome-keyring3 stdenv.cc.cc zlib glib dbus gtk3 atk pango freetype libgnome-keyring3 fontconfig gdk_pixbuf cairo cups expat libgpgerror alsaLib nspr gconf nss xorg.libXrender xorg.libX11 xorg.libXext xorg.libXdamage xorg.libXtst xorg.libXcomposite xorg.libXi xorg.libXfixes xorg.libXrandr"}
{"_id":"q-en-nixpkgs-bf32c8e2ffbb60bd9d8f4d3dceef601495b76107617a1868412c4d41580ce14c","text":" { lib , stdenv , fetchFromGitHub , buildPythonPackage , unittestCheckHook , cython , setuptools , wheel , numpy }: buildPythonPackage { pname = \"daqp\"; version = \"0.5.1\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"darnstrom\"; repo = \"daqp\"; rev = \"5a15a3d16731d3d50f867218c1b281567db556fd\"; hash = \"sha256-in7Ci/wM7i0csJ4XVfo1lboWOyfuuU+8E+TzGmMV3x0=\"; }; sourceRoot = \"source/interfaces/daqp-python\"; postPatch = '' sed -i 's|../../../daqp|../..|' setup.py sed -i 's|if src_path and os.path.exists(src_path):|if False:|' setup.py ''; nativeCheckInputs = [ unittestCheckHook ]; unittestFlagsArray = [ \"-s\" \"test\" \"-p\" \"'*.py'\" \"-v\" ]; nativeBuildInputs = [ cython setuptools wheel ]; propagatedBuildInputs = [ numpy ]; pythonImportsCheck = [ \"daqp\" ]; meta = with lib; { description = \"A dual active-set algorithm for convex quadratic programming\"; homepage = \"https://github.com/darnstrom/daqp\"; license = licenses.mit; maintainers = with maintainers; [ renesat ]; }; } "}
{"_id":"q-en-nixpkgs-bf37c025022ee9c53b90bfd23b986fe11fe4c4852104e99d6e93feaff0d1d691","text":", nlopt , ipopt , boost , tbb }: stdenv.mkDerivation rec { pname = \"pagmo2\"; version = \"2.9\"; version = \"2.18.0\"; src = fetchFromGitHub { owner = \"esa\"; repo = \"pagmo2\"; rev = \"v${version}\"; sha256 = \"0al2i59m5qr83wz5n5408zvys0b3mc40rszf0l5b9a0gp1axj400\"; sha256 = \"0rd8scs4hj6qd8ylmn5hafncml2vr4fvcgm3agz3jrvmnc7hadrj\"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ eigen nlopt ipopt boost ]; buildInputs = [ eigen nlopt ipopt boost tbb ]; cmakeFlags = [ \"-DPAGMO_BUILD_TESTS=no\""}
{"_id":"q-en-nixpkgs-bf40d342ce14c74b3e657088fd855850cfa041ec62e99025ce402942c12ae4fd","text":" # pkgs.appimageTools {#sec-pkgs-appimageTools} `pkgs.appimageTools` is a set of functions for extracting and wrapping [AppImage](https://appimage.org/) files. They are meant to be used if traditional packaging from source is infeasible, or it would take too long. To quickly run an AppImage file, `pkgs.appimage-run` can be used as well. ::: warning The `appimageTools` API is unstable and may be subject to backwards-incompatible changes in the future. ::: ## AppImage formats {#ssec-pkgs-appimageTools-formats} There are different formats for AppImages, see [the specification](https://github.com/AppImage/AppImageSpec/blob/74ad9ca2f94bf864a4a0dac1f369dd4f00bd1c28/draft.md#image-format) for details. - Type 1 images are ISO 9660 files that are also ELF executables. - Type 2 images are ELF executables with an appended filesystem. They can be told apart with `file -k`: ```ShellSession $ file -k type1.AppImage type1.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) ISO 9660 CD-ROM filesystem data 'AppImage' (Lepton 3.x), scale 0-0, spot sensor temperature 0.000000, unit celsius, color scheme 0, calibration: offset 0.000000, slope 0.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=d629f6099d2344ad82818172add1d38c5e11bc6d, stripped012- data $ file -k type2.AppImage type2.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) (Lepton 3.x), scale 232-60668, spot sensor temperature -4.187500, color scheme 15, show scale bar, calibration: offset -0.000000, slope 0.000000 (Lepton 2.x), scale 4111-45000, spot sensor temperature 412442.250000, color scheme 3, minimum point enabled, calibration: offset -75402534979642766821519867692934234112.000000, slope 5815371847733706829839455140374904832.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=79dcc4e55a61c293c5e19edbd8d65b202842579f, stripped012- data ``` Note how the type 1 AppImage is described as an `ISO 9660 CD-ROM filesystem`, and the type 2 AppImage is not. ## Wrapping {#ssec-pkgs-appimageTools-wrapping} Depending on the type of AppImage you're wrapping, you'll have to use `wrapType1` or `wrapType2`. ```nix appimageTools.wrapType2 { # or wrapType1 name = \"patchwork\"; src = fetchurl { url = \"https://github.com/ssbc/patchwork/releases/download/v3.11.4/Patchwork-3.11.4-linux-x86_64.AppImage\"; sha256 = \"1blsprpkvm0ws9b96gb36f0rbf8f5jgmw4x6dsb1kswr4ysf591s\"; }; extraPkgs = pkgs: with pkgs; [ ]; } ``` - `name` specifies the name of the resulting image. - `src` specifies the AppImage file to extract. - `extraPkgs` allows you to pass a function to include additional packages inside the FHS environment your AppImage is going to run in. There are a few ways to learn which dependencies an application needs: - Looking through the extracted AppImage files, reading its scripts and running `patchelf` and `ldd` on its executables. This can also be done in `appimage-run`, by setting `APPIMAGE_DEBUG_EXEC=bash`. - Running `strace -vfefile` on the wrapped executable, looking for libraries that can't be found. "}
{"_id":"q-en-nixpkgs-bf4ba6acfda8c31d6ee3f187b357b079ef4fa49e1a82b89750d36292efad5588","text":"]; disabledTests = [ # Test are failing due to scipy update (removal of scipy.random in 1.9.0) # Is fixed upstream but requires a new release \"test_feasibility_problem\" # Need an unfree license package - mkl \"test_issue14\" \"test_polish_random\" \"test_polish_unconstrained\" \"test_primal_and_dual_infeasible_problem\" \"test_primal_infeasible_problem\" \"test_solve\" \"test_unconstrained_problem\" \"test_update_A_allind\" \"test_update_A\" \"test_update_bounds\" \"test_update_l\" \"test_update_P_A_allind\" \"test_update_P_A_indA\" \"test_update_P_A_indP_indA\" \"test_update_P_A_indP\" \"test_update_P_allind\" \"test_update_P\" \"test_update_q\" \"test_update_u\" \"test_warm_start\" ]; meta = with lib; {"}
{"_id":"q-en-nixpkgs-bf625446dc93b38647ad65cff84b4f94c9b71a3a38cd285742ffbd53a6ba2f0f","text":"lapack blas python3 (getLib gfortran.cc) # libgfortran.so ] ++ lists.optionals cudaSupport (with effectiveCudaPackages; [ cuda_cudart # cuda_runtime.h libcublas # cublas_v2.h"}
{"_id":"q-en-nixpkgs-bf898154c662644410f26714c36b7d77eb18986672b376ecab21e26b388e1484","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":"q-en-nixpkgs-bfeebafff18d7d6685b9bb438d55dca3677afa1bdff708e3dcf8eb1ac5b43f21","text":"rustcArgs ? [], strip ? true }: let darwinArgs = lib.optionals stdenv.isDarwin [ \"-L${lib.getLib libiconv}/lib\" ]; in makeBinWriter { compileScript = '' cp \"$contentPath\" tmp.rs PATH=${makeBinPath [pkgs.gcc]} ${lib.getBin rustc}/bin/rustc ${lib.escapeShellArgs rustcArgs} -o \"$out\" tmp.rs PATH=${makeBinPath [pkgs.gcc]} ${lib.getBin rustc}/bin/rustc ${lib.escapeShellArgs rustcArgs} ${lib.escapeShellArgs darwinArgs} -o \"$out\" tmp.rs ''; inherit strip; } name;"}
{"_id":"q-en-nixpkgs-bffa86e8b41313c6da6fc5b34454b9cc75e8028912367a1dab54f0c8679c0db0","text":" From d55c3e36094f06bb1fb02f5eac19fdccf1d91f7e Mon Sep 17 00:00:00 2001 From: \"H.J. Lu\" Date: Wed, 8 Aug 2018 06:09:15 -0700 Subject: [PATCH] x86: Properly merge GNU_PROPERTY_X86_ISA_1_USED MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without the GNU_PROPERTY_X86_ISA_1_USED property, all ISAs may be used. If a bit in the GNU_PROPERTY_X86_ISA_1_USED property is unset, the corresponding x86 instruction set isn’t used. When merging properties from 2 input files and one input file doesn't have the GNU_PROPERTY_X86_ISA_1_USED property, the output file shouldn't have it neither. This patch removes the GNU_PROPERTY_X86_ISA_1_USED property if an input file doesn't have it. This patch replaces the GNU_PROPERTY_X86_ISA_1_USED property with the GNU_PROPERTY_X86_ISA_1_NEEDED property which is the minimum ISA requirement. bfd/ PR ld/23486 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Remove GNU_PROPERTY_X86_ISA_1_USED if an input file doesn't have it. (_bfd_x86_elf_link_setup_gnu_properties): Adding the GNU_PROPERTY_X86_ISA_1_NEEDED, instead of GNU_PROPERTY_X86_ISA_1_USED, property. ld/ PR ld/23486 * testsuite/ld-i386/i386.exp: Run PR ld/23486 tests. * testsuite/ld-x86-64/x86-64.exp: Likewise. * testsuite/ld-i386/pr23486a.d: New file. * testsuite/ld-i386/pr23486b.d: Likewise. * testsuite/ld-x86-64/pr23486a-x32.d: Likewise. * testsuite/ld-x86-64/pr23486a.d: Likewise. * testsuite/ld-x86-64/pr23486a.s: Likewise. * testsuite/ld-x86-64/pr23486b-x32.d: Likewise. * testsuite/ld-x86-64/pr23486b.d: Likewise. * testsuite/ld-x86-64/pr23486b.s: Likewise. * testsuite/ld-i386/property-3.r: Remove \"x86 ISA used\". * testsuite/ld-i386/property-4.r: Likewise. * testsuite/ld-i386/property-5.r: Likewise. * testsuite/ld-i386/property-x86-ibt3a.d: Likewise. * testsuite/ld-i386/property-x86-ibt3b.d: Likewise. * testsuite/ld-i386/property-x86-shstk3a.d: Likewise. * testsuite/ld-i386/property-x86-shstk3b.d: Likewise. * testsuite/ld-x86-64/property-3.r: Likewise. * testsuite/ld-x86-64/property-4.r: Likewise. * testsuite/ld-x86-64/property-5.r: Likewise. * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise. * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise. * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise. * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise. (cherry picked from commit f7309df20c4e787041cedc4a6aced89c15259e54) --- bfd/elfxx-x86.c | 25 ++++++++++++--- ld/testsuite/ld-i386/i386.exp | 2 ++ ld/testsuite/ld-i386/pr23486a.d | 10 ++++++ ld/testsuite/ld-i386/pr23486b.d | 10 ++++++ ld/testsuite/ld-i386/property-3.r | 1 - ld/testsuite/ld-i386/property-4.r | 1 - ld/testsuite/ld-i386/property-5.r | 1 - ld/testsuite/ld-i386/property-x86-ibt3a.d | 5 ++- ld/testsuite/ld-i386/property-x86-ibt3b.d | 5 ++- ld/testsuite/ld-i386/property-x86-shstk3a.d | 5 ++- ld/testsuite/ld-i386/property-x86-shstk3b.d | 5 ++- ld/testsuite/ld-x86-64/pr23486a-x32.d | 10 ++++++ ld/testsuite/ld-x86-64/pr23486a.d | 10 ++++++ ld/testsuite/ld-x86-64/pr23486a.s | 30 +++++++++++++++++ ld/testsuite/ld-x86-64/pr23486b-x32.d | 10 ++++++ ld/testsuite/ld-x86-64/pr23486b.d | 10 ++++++ ld/testsuite/ld-x86-64/pr23486b.s | 30 +++++++++++++++++ ld/testsuite/ld-x86-64/property-3.r | 1 - ld/testsuite/ld-x86-64/property-4.r | 1 - ld/testsuite/ld-x86-64/property-5.r | 1 - .../ld-x86-64/property-x86-ibt3a-x32.d | 5 ++- ld/testsuite/ld-x86-64/property-x86-ibt3a.d | 5 ++- .../ld-x86-64/property-x86-ibt3b-x32.d | 5 ++- ld/testsuite/ld-x86-64/property-x86-ibt3b.d | 5 ++- .../ld-x86-64/property-x86-shstk3a-x32.d | 5 ++- ld/testsuite/ld-x86-64/property-x86-shstk3a.d | 5 ++- .../ld-x86-64/property-x86-shstk3b-x32.d | 5 ++- ld/testsuite/ld-x86-64/property-x86-shstk3b.d | 5 ++- ld/testsuite/ld-x86-64/x86-64.exp | 4 +++ 31 files changed, 211 insertions(+), 47 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr23486a.d create mode 100644 ld/testsuite/ld-i386/pr23486b.d create mode 100644 ld/testsuite/ld-x86-64/pr23486a-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr23486a.d create mode 100644 ld/testsuite/ld-x86-64/pr23486a.s create mode 100644 ld/testsuite/ld-x86-64/pr23486b-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr23486b.d create mode 100644 ld/testsuite/ld-x86-64/pr23486b.s --- a/bfd/elfxx-x86.c +++ b/bfd/elfxx-x86.c @@ -2407,12 +2407,27 @@ _bfd_x86_elf_merge_gnu_properties (struct bfd_link_info *info, switch (pr_type) { case GNU_PROPERTY_X86_ISA_1_USED: + if (aprop == NULL || bprop == NULL) +\t{ +\t /* Only one of APROP and BPROP can be NULL. */ +\t if (aprop != NULL) +\t { +\t /* Remove this property since the other input file doesn't +\t\t have it. */ +\t aprop->pr_kind = property_remove; +\t updated = TRUE; +\t } +\t break; +\t} + goto or_property; + case GNU_PROPERTY_X86_ISA_1_NEEDED: if (aprop != NULL && bprop != NULL) { +or_property: number = aprop->u.number; aprop->u.number = number | bprop->u.number; -\t /* Remove the property if ISA bits are empty. */ +\t /* Remove the property if all bits are empty. */ if (aprop->u.number == 0) { aprop->pr_kind = property_remove; @@ -2428,14 +2443,14 @@ _bfd_x86_elf_merge_gnu_properties (struct bfd_link_info *info, { if (aprop->u.number == 0) { -\t\t /* Remove APROP if ISA bits are empty. */ +\t\t /* Remove APROP if all bits are empty. */ aprop->pr_kind = property_remove; updated = TRUE; } } else { -\t /* Return TRUE if APROP is NULL and ISA bits of BPROP +\t /* Return TRUE if APROP is NULL and all bits of BPROP aren't empty to indicate that BPROP should be added to ABFD. */ updated = bprop->u.number != 0; @@ -2582,9 +2597,9 @@ _bfd_x86_elf_link_setup_gnu_properties { /* If the separate code program header is needed, make sure that the first read-only PT_LOAD segment has no code by -\t adding a GNU_PROPERTY_X86_ISA_1_USED note. */ +\t adding a GNU_PROPERTY_X86_ISA_1_NEEDED note. */ prop = _bfd_elf_get_property (ebfd, -\t\t\t\t\tGNU_PROPERTY_X86_ISA_1_USED, +\t\t\t\t\tGNU_PROPERTY_X86_ISA_1_NEEDED, 4); prop->u.number = GNU_PROPERTY_X86_ISA_1_486; prop->pr_kind = property_number; diff --git a/ld/testsuite/ld-i386/i386.exp b/ld/testsuite/ld-i386/i386.exp index 6d794fe653..78dad02579 100644 --- a/ld/testsuite/ld-i386/i386.exp +++ b/ld/testsuite/ld-i386/i386.exp @@ -462,6 +462,8 @@ run_dump_test \"pr23189\" run_dump_test \"pr23194\" run_dump_test \"pr23372a\" run_dump_test \"pr23372b\" +run_dump_test \"pr23486a\" +run_dump_test \"pr23486b\" if { !([istarget \"i?86-*-linux*\"] || [istarget \"i?86-*-gnu*\"] diff --git a/ld/testsuite/ld-i386/pr23486a.d b/ld/testsuite/ld-i386/pr23486a.d new file mode 100644 index 0000000000..41a6dcf7d5 --- /dev/null +++ b/ld/testsuite/ld-i386/pr23486a.d @@ -0,0 +1,10 @@ +#source: ../ld-x86-64/pr23486a.s +#source: ../ld-x86-64/pr23486b.s +#as: --32 +#ld: -r -m elf_i386 +#readelf: -n + +Displaying notes found in: .note.gnu.property + Owner Data size\tDescription + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586 diff --git a/ld/testsuite/ld-i386/pr23486b.d b/ld/testsuite/ld-i386/pr23486b.d new file mode 100644 index 0000000000..08019b7274 --- /dev/null +++ b/ld/testsuite/ld-i386/pr23486b.d @@ -0,0 +1,10 @@ +#source: ../ld-x86-64/pr23486b.s +#source: ../ld-x86-64/pr23486a.s +#as: --32 +#ld: -r -m elf_i386 +#readelf: -n + +Displaying notes found in: .note.gnu.property + Owner Data size\tDescription + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586 diff --git a/ld/testsuite/ld-i386/property-3.r b/ld/testsuite/ld-i386/property-3.r index 0ed91f5922..d03203c1e5 100644 --- a/ld/testsuite/ld-i386/property-3.r +++ b/ld/testsuite/ld-i386/property-3.r @@ -3,6 +3,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription GNU 0x[0-9a-f]+\tNT_GNU_PROPERTY_TYPE_0 Properties: stack size: 0x800000 -\tx86 ISA used: 586, SSE x86 ISA needed: i486, 586 #pass diff --git a/ld/testsuite/ld-i386/property-4.r b/ld/testsuite/ld-i386/property-4.r index cb2bc15d9a..da295eb6c7 100644 --- a/ld/testsuite/ld-i386/property-4.r +++ b/ld/testsuite/ld-i386/property-4.r @@ -3,6 +3,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription GNU 0x[0-9a-f]+\tNT_GNU_PROPERTY_TYPE_0 Properties: stack size: 0x800000 -\tx86 ISA used: i486, 586, SSE x86 ISA needed: i486, 586, SSE #pass diff --git a/ld/testsuite/ld-i386/property-5.r b/ld/testsuite/ld-i386/property-5.r index 552965058c..e4141594b3 100644 --- a/ld/testsuite/ld-i386/property-5.r +++ b/ld/testsuite/ld-i386/property-5.r @@ -3,6 +3,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription GNU 0x[0-9a-f]+\tNT_GNU_PROPERTY_TYPE_0 Properties: stack size: 0x900000 -\tx86 ISA used: i486, 586, SSE x86 ISA needed: i486, 586, SSE #pass diff --git a/ld/testsuite/ld-i386/property-x86-ibt3a.d b/ld/testsuite/ld-i386/property-x86-ibt3a.d index 4bb35b00fb..0aedea1614 100644 --- a/ld/testsuite/ld-i386/property-x86-ibt3a.d +++ b/ld/testsuite/ld-i386/property-x86-ibt3a.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: i486, 586, SSE2, SSE3 -\tx86 ISA needed: 586, SSE, SSE3, SSE4_1 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: 586, SSE, SSE3, SSE4_1 diff --git a/ld/testsuite/ld-i386/property-x86-ibt3b.d b/ld/testsuite/ld-i386/property-x86-ibt3b.d index 418d58a8f7..bd69ac6478 100644 --- a/ld/testsuite/ld-i386/property-x86-ibt3b.d +++ b/ld/testsuite/ld-i386/property-x86-ibt3b.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: i486, 586, SSE2, SSE3 -\tx86 ISA needed: 586, SSE, SSE3, SSE4_1 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: 586, SSE, SSE3, SSE4_1 diff --git a/ld/testsuite/ld-i386/property-x86-shstk3a.d b/ld/testsuite/ld-i386/property-x86-shstk3a.d index e261038f60..76d2a39f2c 100644 --- a/ld/testsuite/ld-i386/property-x86-shstk3a.d +++ b/ld/testsuite/ld-i386/property-x86-shstk3a.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: i486, 586, SSE2, SSE3 -\tx86 ISA needed: 586, SSE, SSE3, SSE4_1 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: 586, SSE, SSE3, SSE4_1 diff --git a/ld/testsuite/ld-i386/property-x86-shstk3b.d b/ld/testsuite/ld-i386/property-x86-shstk3b.d index 25f3d2361e..e770ecffa5 100644 --- a/ld/testsuite/ld-i386/property-x86-shstk3b.d +++ b/ld/testsuite/ld-i386/property-x86-shstk3b.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: i486, 586, SSE2, SSE3 -\tx86 ISA needed: 586, SSE, SSE3, SSE4_1 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: 586, SSE, SSE3, SSE4_1 diff --git a/ld/testsuite/ld-x86-64/pr23486a-x32.d b/ld/testsuite/ld-x86-64/pr23486a-x32.d new file mode 100644 index 0000000000..6d9fa68cdb --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23486a-x32.d @@ -0,0 +1,10 @@ +#source: pr23486a.s +#source: pr23486b.s +#as: --x32 +#ld: -r -m elf32_x86_64 +#readelf: -n + +Displaying notes found in: .note.gnu.property + Owner Data size\tDescription + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586 diff --git a/ld/testsuite/ld-x86-64/pr23486a.d b/ld/testsuite/ld-x86-64/pr23486a.d new file mode 100644 index 0000000000..dc2b7bf760 --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23486a.d @@ -0,0 +1,10 @@ +#source: pr23486a.s +#source: pr23486b.s +#as: --64 -defsym __64_bit__=1 +#ld: -r -m elf_x86_64 +#readelf: -n + +Displaying notes found in: .note.gnu.property + Owner Data size\tDescription + GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586 diff --git a/ld/testsuite/ld-x86-64/pr23486a.s b/ld/testsuite/ld-x86-64/pr23486a.s new file mode 100644 index 0000000000..a07d0c7ced --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23486a.s @@ -0,0 +1,30 @@ +\t.section \".note.gnu.property\", \"a\" +.ifdef __64_bit__ +\t.p2align 3 +.else +\t.p2align 2 +.endif +\t.long 1f - 0f\t\t/* name length. */ +\t.long 4f - 1f\t\t/* data length. */ +\t/* NT_GNU_PROPERTY_TYPE_0 */ +\t.long 5\t\t\t/* note type. */ +0: +\t.asciz \"GNU\"\t\t/* vendor name. */ +1: +.ifdef __64_bit__ +\t.p2align 3 +.else +\t.p2align 2 +.endif +\t/* GNU_PROPERTY_X86_ISA_1_USED */ +\t.long 0xc0000000\t/* pr_type. */ +\t.long 3f - 2f\t\t/* pr_datasz. */ +2: +\t.long 0xa +3: +.ifdef __64_bit__ +\t.p2align 3 +.else +\t.p2align 2 +.endif +4: diff --git a/ld/testsuite/ld-x86-64/pr23486b-x32.d b/ld/testsuite/ld-x86-64/pr23486b-x32.d new file mode 100644 index 0000000000..0445e69d82 --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23486b-x32.d @@ -0,0 +1,10 @@ +#source: pr23486b.s +#source: pr23486a.s +#as: --x32 +#ld: -r -m elf32_x86_64 +#readelf: -n + +Displaying notes found in: .note.gnu.property + Owner Data size\tDescription + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586 diff --git a/ld/testsuite/ld-x86-64/pr23486b.d b/ld/testsuite/ld-x86-64/pr23486b.d new file mode 100644 index 0000000000..dc2b7bf760 --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23486b.d @@ -0,0 +1,10 @@ +#source: pr23486a.s +#source: pr23486b.s +#as: --64 -defsym __64_bit__=1 +#ld: -r -m elf_x86_64 +#readelf: -n + +Displaying notes found in: .note.gnu.property + Owner Data size\tDescription + GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586 diff --git a/ld/testsuite/ld-x86-64/pr23486b.s b/ld/testsuite/ld-x86-64/pr23486b.s new file mode 100644 index 0000000000..c5167eeb65 --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23486b.s @@ -0,0 +1,30 @@ +\t.section \".note.gnu.property\", \"a\" +.ifdef __64_bit__ +\t.p2align 3 +.else +\t.p2align 2 +.endif +\t.long 1f - 0f\t\t/* name length. */ +\t.long 4f - 1f\t\t/* data length. */ +\t/* NT_GNU_PROPERTY_TYPE_0 */ +\t.long 5\t\t\t/* note type. */ +0: +\t.asciz \"GNU\"\t\t/* vendor name. */ +1: +.ifdef __64_bit__ +\t.p2align 3 +.else +\t.p2align 2 +.endif +\t/* GNU_PROPERTY_X86_ISA_1_NEEDED */ +\t.long 0xc0000001\t/* pr_type. */ +\t.long 3f - 2f\t\t/* pr_datasz. */ +2: +\t.long 0x3 +3: +.ifdef __64_bit__ +\t.p2align 3 +.else +\t.p2align 2 +.endif +4: diff --git a/ld/testsuite/ld-x86-64/property-3.r b/ld/testsuite/ld-x86-64/property-3.r index 0ed91f5922..d03203c1e5 100644 --- a/ld/testsuite/ld-x86-64/property-3.r +++ b/ld/testsuite/ld-x86-64/property-3.r @@ -3,6 +3,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription GNU 0x[0-9a-f]+\tNT_GNU_PROPERTY_TYPE_0 Properties: stack size: 0x800000 -\tx86 ISA used: 586, SSE x86 ISA needed: i486, 586 #pass diff --git a/ld/testsuite/ld-x86-64/property-4.r b/ld/testsuite/ld-x86-64/property-4.r index cb2bc15d9a..da295eb6c7 100644 --- a/ld/testsuite/ld-x86-64/property-4.r +++ b/ld/testsuite/ld-x86-64/property-4.r @@ -3,6 +3,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription GNU 0x[0-9a-f]+\tNT_GNU_PROPERTY_TYPE_0 Properties: stack size: 0x800000 -\tx86 ISA used: i486, 586, SSE x86 ISA needed: i486, 586, SSE #pass diff --git a/ld/testsuite/ld-x86-64/property-5.r b/ld/testsuite/ld-x86-64/property-5.r index 552965058c..e4141594b3 100644 --- a/ld/testsuite/ld-x86-64/property-5.r +++ b/ld/testsuite/ld-x86-64/property-5.r @@ -3,6 +3,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription GNU 0x[0-9a-f]+\tNT_GNU_PROPERTY_TYPE_0 Properties: stack size: 0x900000 -\tx86 ISA used: i486, 586, SSE x86 ISA needed: i486, 586, SSE #pass diff --git a/ld/testsuite/ld-x86-64/property-x86-ibt3a-x32.d b/ld/testsuite/ld-x86-64/property-x86-ibt3a-x32.d index 011426f5a4..4cec728dc7 100644 --- a/ld/testsuite/ld-x86-64/property-x86-ibt3a-x32.d +++ b/ld/testsuite/ld-x86-64/property-x86-ibt3a-x32.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/property-x86-ibt3a.d b/ld/testsuite/ld-x86-64/property-x86-ibt3a.d index 1b4229a037..a8df49a351 100644 --- a/ld/testsuite/ld-x86-64/property-x86-ibt3a.d +++ b/ld/testsuite/ld-x86-64/property-x86-ibt3a.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000020\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/property-x86-ibt3b-x32.d b/ld/testsuite/ld-x86-64/property-x86-ibt3b-x32.d index 290ed6abf1..c112626711 100644 --- a/ld/testsuite/ld-x86-64/property-x86-ibt3b-x32.d +++ b/ld/testsuite/ld-x86-64/property-x86-ibt3b-x32.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/property-x86-ibt3b.d b/ld/testsuite/ld-x86-64/property-x86-ibt3b.d index 1142e03272..f10dffdc2c 100644 --- a/ld/testsuite/ld-x86-64/property-x86-ibt3b.d +++ b/ld/testsuite/ld-x86-64/property-x86-ibt3b.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000020\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/property-x86-shstk3a-x32.d b/ld/testsuite/ld-x86-64/property-x86-shstk3a-x32.d index 819542d181..0147a3c7b6 100644 --- a/ld/testsuite/ld-x86-64/property-x86-shstk3a-x32.d +++ b/ld/testsuite/ld-x86-64/property-x86-shstk3a-x32.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/property-x86-shstk3a.d b/ld/testsuite/ld-x86-64/property-x86-shstk3a.d index 4c5d0e0a18..1f8c2dc929 100644 --- a/ld/testsuite/ld-x86-64/property-x86-shstk3a.d +++ b/ld/testsuite/ld-x86-64/property-x86-shstk3a.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000020\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/property-x86-shstk3b-x32.d b/ld/testsuite/ld-x86-64/property-x86-shstk3b-x32.d index ba181e0bc5..7ca2539ca5 100644 --- a/ld/testsuite/ld-x86-64/property-x86-shstk3b-x32.d +++ b/ld/testsuite/ld-x86-64/property-x86-shstk3b-x32.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000018\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x0000000c\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/property-x86-shstk3b.d b/ld/testsuite/ld-x86-64/property-x86-shstk3b.d index 5216f385dd..f66a40e449 100644 --- a/ld/testsuite/ld-x86-64/property-x86-shstk3b.d +++ b/ld/testsuite/ld-x86-64/property-x86-shstk3b.d @@ -6,6 +6,5 @@ Displaying notes found in: .note.gnu.property Owner Data size\tDescription - GNU 0x00000020\tNT_GNU_PROPERTY_TYPE_0 - Properties: x86 ISA used: 586, SSE, SSE3, SSE4_1 -\tx86 ISA needed: i486, 586, SSE2, SSE3 + GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0 + Properties: x86 ISA needed: i486, 586, SSE2, SSE3 diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 6edb9e86f4..ae21e554ad 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -403,6 +403,10 @@ run_dump_test \"pr23372a\" run_dump_test \"pr23372a-x32\" run_dump_test \"pr23372b\" run_dump_test \"pr23372b-x32\" +run_dump_test \"pr23486a\" +run_dump_test \"pr23486a-x32\" +run_dump_test \"pr23486b\" +run_dump_test \"pr23486b-x32\" if { ![istarget \"x86_64-*-linux*\"] && ![istarget \"x86_64-*-nacl*\"]} { return -- 2.20.1 "}
{"_id":"q-en-nixpkgs-c00f7b76a1ad30fcabf08e7f1e03aea43272f3aab04369e0e4e06fa51eb92b14","text":"{ url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ach/firefox-111.0.1.tar.bz2\"; locale = \"ach\"; arch = \"linux-x86_64\"; sha256 = \"6ade70e0bc4546ced4e7865ed1447c54f37613c8efcc48c611816832b21b81ca\"; sha256 = \"d091c784f3cba9757c8bd86c9f4404d06f5662212eb70545117a9d082b10a430\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/af/firefox-111.0.1.tar.bz2\"; locale = \"af\"; arch = \"linux-x86_64\"; sha256 = \"4f27dbac7fe410899bb550fe6318b23095a1ebda7b491b51492223a0ca56fe9f\"; sha256 = \"d4abc2214d4095ef09ff98e59c58d05137ac7ea9b9859563ae91583027286acd\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/an/firefox-111.0.1.tar.bz2\"; locale = \"an\"; arch = \"linux-x86_64\"; sha256 = \"a05243c93f5dbae026e28b29d4e73b893eaf7c8ab2287bd9dac8988ba9e3492a\"; sha256 = \"b1330e47c222b62a06ffacc09e02f48b257e9c92a9308118501684216e7ba459\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ar/firefox-111.0.1.tar.bz2\"; locale = \"ar\"; arch = \"linux-x86_64\"; sha256 = \"3e13274dbe2447925a729f7252567a57ea2ffe104ccc11ecffa310bc9619cb68\"; sha256 = \"d50d23d22e245fae1c066520ebf640e6a9d19bb7dc65901a3a0b88ae83b29610\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ast/firefox-111.0.1.tar.bz2\"; locale = \"ast\"; arch = \"linux-x86_64\"; sha256 = \"c501897d184accbc5be115d04c569a6ed4489e367780a13f89a549ab00e9aad4\"; sha256 = \"edce3eff5add0de1c5b24de84ff9469f41c46169537c386fd1e1e48b11e050d6\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/az/firefox-111.0.1.tar.bz2\"; locale = \"az\"; arch = \"linux-x86_64\"; sha256 = \"e910f65d31ae73e4c63320a266131940dea6b87585d709264e4f38d087568787\"; sha256 = \"b70b63ebb35d3eaae9b391bf6cbe641b0129ce90d87c235018bcd444d53cc41c\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/be/firefox-111.0.1.tar.bz2\"; locale = \"be\"; arch = \"linux-x86_64\"; sha256 = \"387227c3bdc0ef572d86b3546116f4ef221e3fe15ec492957642a0dc047f2c6e\"; sha256 = \"2ce1098338ae56025f87c304582966eec5931bb21462a334306e787d73e02a9a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/bg/firefox-111.0.1.tar.bz2\"; locale = \"bg\"; arch = \"linux-x86_64\"; sha256 = \"f11a3e2bfd80015ce728b5a5f89b5d5bc616e8b777813f44bf2860e6210b6a9f\"; sha256 = \"04889789e8096ed4d24876f88eff2de90e5b9987478512a9f9cff2aa48f1c528\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/bn/firefox-111.0.1.tar.bz2\"; locale = \"bn\"; arch = \"linux-x86_64\"; sha256 = \"6ea3ba1f70245eb9e2cf3c2af97c54d032f76ebb3ed00d7876959296bcc3ccbf\"; sha256 = \"e8d2e82af0c6b577ed205ea24a96cf908e45382d4ff7338943c1c5957ac74dfe\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/br/firefox-111.0.1.tar.bz2\"; locale = \"br\"; arch = \"linux-x86_64\"; sha256 = \"a7949fadb4749d8ace3d0367b5cff5e9d526509b800104179ef1c7444e3acb40\"; sha256 = \"46ff777990bd98c23917c7e8ec875651109cccc1f477a377711ea690cf380028\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/bs/firefox-111.0.1.tar.bz2\"; locale = \"bs\"; arch = \"linux-x86_64\"; sha256 = \"94377617663ee80ef6984d2abd82ba90cbe13cbe12813d1761ed98744ed7e98a\"; sha256 = \"44fc3acc5b54cc2d5c22b81a0df9adabe3e41cdc7ffd90708d7b2e61c92bfee2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ca-valencia/firefox-111.0.1.tar.bz2\"; locale = \"ca-valencia\"; arch = \"linux-x86_64\"; sha256 = \"4ff05ebce960590a9959166b0d554ed62ef5e399e5d17dfed62e39596e8a5f9d\"; sha256 = \"45632ba3e707288f6564e958653df5f0a03168f7cb4dfd0578a649941aa29605\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ca/firefox-111.0.1.tar.bz2\"; locale = \"ca\"; arch = \"linux-x86_64\"; sha256 = \"ecee569b34bbcb0486b5d31c351692c082d198cdadad4d5c6046810321259aee\"; sha256 = \"57c0548a782850b5ea045c753d3a18b7926d7d2ecde87dbb5d7cc4137085e92f\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/cak/firefox-111.0.1.tar.bz2\"; locale = \"cak\"; arch = \"linux-x86_64\"; sha256 = \"1e367e02563c5b82e5fec8236f89ea4d278833cccf1a32558aa3f3dddf81c01a\"; sha256 = \"cc5de569e4c4ead2e466fdfb8eaafbea6e15c43881134a2888d0895a32a28c34\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/cs/firefox-111.0.1.tar.bz2\"; locale = \"cs\"; arch = \"linux-x86_64\"; sha256 = \"0b7ef63e14f9609b3a22d6ebdcea39ac2ec4793eeaaa3642fe0804d64320d300\"; sha256 = \"24bc4997b0a9ef89d1ad22544e55081e2c1ca7dfaa6f34615741175a1813a9f2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/cy/firefox-111.0.1.tar.bz2\"; locale = \"cy\"; arch = \"linux-x86_64\"; sha256 = \"7dff38d847847558a9e7b582f85c271524013d389f95a7a8f0676152094d1186\"; sha256 = \"57de8b383ad683fb2b5bc57f7e8ccd158e952f14493010917c75c362344658de\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/da/firefox-111.0.1.tar.bz2\"; locale = \"da\"; arch = \"linux-x86_64\"; sha256 = \"87a82073e51ec618a26069987ec49af835e2d9dad8cffdb33298b888396e5723\"; sha256 = \"ec3f0374e6b3cd23ab46c9520a3f8c0d17c3fcb3e185b88d4bf3795b3b3ab342\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/de/firefox-111.0.1.tar.bz2\"; locale = \"de\"; arch = \"linux-x86_64\"; sha256 = \"75336060c6e641adc69d83f19a6d61a78a332ab6a2d8e488ad301137b09d760f\"; sha256 = \"554c6c5fb379c96aae5ba9d6c685c770d41467a6ddbb29ac37753066f71b6523\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/dsb/firefox-111.0.1.tar.bz2\"; locale = \"dsb\"; arch = \"linux-x86_64\"; sha256 = \"1c28b01dd05c4f85a86dc77fe9a8ae813adb4fdbaf6e69e8ff3779a3ff448e72\"; sha256 = \"70c1ed166ab8fb38cb8584f626db8e454ba9679a97f9bb7db4f8f3b5f1ec0853\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/el/firefox-111.0.1.tar.bz2\"; locale = \"el\"; arch = \"linux-x86_64\"; sha256 = \"2b1825ca0e03c1fcb647defb95a1dc9cb8919a24dff26ba9951dec0bae58d20c\"; sha256 = \"a1028b817d2c427e8c4344091d820c4c3c508615804fa199ccb411202c97ef48\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/en-CA/firefox-111.0.1.tar.bz2\"; locale = \"en-CA\"; arch = \"linux-x86_64\"; sha256 = \"47d0d919b828b1a1f3af9e2afa31aba9d697f2a5ddf843ad4f9e111064938ac5\"; sha256 = \"2e2c62f847cb4b9ea233a170bf91c185421e042eafe2a285a5caeb89adfba957\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/en-GB/firefox-111.0.1.tar.bz2\"; locale = \"en-GB\"; arch = \"linux-x86_64\"; sha256 = \"9dd59c6c8a24fa16aa4ff8913d19ba0b301da199fc8f1ee7240449ec772db3a5\"; sha256 = \"b6fb7729a268e496cd98a4b145aa6f7819df91c039e7043d62a664d379209854\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/en-US/firefox-111.0.1.tar.bz2\"; locale = \"en-US\"; arch = \"linux-x86_64\"; sha256 = \"923da36b1917fbd46809d91758d776be2cea7e157e0f59c3e0d4275d1af87701\"; sha256 = \"a4075387fd907882c80a03169df258b329a29d605d7e76afe6f2d4a82a8f66c8\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/eo/firefox-111.0.1.tar.bz2\"; locale = \"eo\"; arch = \"linux-x86_64\"; sha256 = \"2d760be13240f22c120624090d90431f2c9b0f54f39d520aa4169975c27261ab\"; sha256 = \"793b1fedf21d80d686eb3d23c5e44b9f047e695eb3401e157d0cd028ded73154\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/es-AR/firefox-111.0.1.tar.bz2\"; locale = \"es-AR\"; arch = \"linux-x86_64\"; sha256 = \"8d129b0b4be6230ce157629c040cd4baf729a841cd08f06914f4edc295697f8b\"; sha256 = \"65d1c9ef75c5f771243df2f8161c85bf690163b8d743182d6a7a29461d83a218\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/es-CL/firefox-111.0.1.tar.bz2\"; locale = \"es-CL\"; arch = \"linux-x86_64\"; sha256 = \"dbcdcd8a03056d55a473fe8b2701177e9b5dd4a0f0f81bf97c40ba60c4099e0d\"; sha256 = \"be4098ea2213d21f7ccefe26d0693817f8aa605cde054fd83cb11e0e0597ab28\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/es-ES/firefox-111.0.1.tar.bz2\"; locale = \"es-ES\"; arch = \"linux-x86_64\"; sha256 = \"2e0de7db89a6eee7c73ec646cdbf48832b387076bc3a22e236b9caacd2e154c3\"; sha256 = \"1058adeb032b196fa5fc03a8796758d48fe1414cb05e393b290567833ee6fcf4\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/es-MX/firefox-111.0.1.tar.bz2\"; locale = \"es-MX\"; arch = \"linux-x86_64\"; sha256 = \"f33f4577b836d9fe12541a49e927163f623db039adb30939cf12d2a80e4fda86\"; sha256 = \"e377bc22615cf9881b5b03b1404aa11652e123e8c98529beff22d103ecbab3cd\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/et/firefox-111.0.1.tar.bz2\"; locale = \"et\"; arch = \"linux-x86_64\"; sha256 = \"371164fe06fe5a05431f9a8b4e1b868f1a9642ffe5d359b33718a03aa550f78f\"; sha256 = \"73ead886ced43f1c6312d817f89db2bf72f7582f44b4522ee3b536ef02c4b2ab\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/eu/firefox-111.0.1.tar.bz2\"; locale = \"eu\"; arch = \"linux-x86_64\"; sha256 = \"46a9eba59b10063d3d4812969a142b599d64394718ba632e510f1ed7b9e86b54\"; sha256 = \"b6c058d81431c6cbcdbbd4512702364b6855ecfce38182491d48bc5276ea84ec\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/fa/firefox-111.0.1.tar.bz2\"; locale = \"fa\"; arch = \"linux-x86_64\"; sha256 = \"eceb95c65a478e34ca087a9fe50729cf16934b3ce20cc38321fda5968ac1b3c7\"; sha256 = \"7a2aa5d43322649cb546c0ad891e2ed174faef4d8553f4a551e49db0479af638\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ff/firefox-111.0.1.tar.bz2\"; locale = \"ff\"; arch = \"linux-x86_64\"; sha256 = \"5e236a464191638e9cf36f40b4c5e4c78201fd9e5a4907dbeb5d7d1906d3eff6\"; sha256 = \"9a2385abd2c8860a0bf8314a127338a759106f838b467b332cb46a6b33b9879e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/fi/firefox-111.0.1.tar.bz2\"; locale = \"fi\"; arch = \"linux-x86_64\"; sha256 = \"509eda65659132515243dd635f42303cc1403871cbc5538637335c5a346fdf0d\"; sha256 = \"1f3f03f7c85dc0ed66930fd7e8760283be57dc5916762bc409c100eaa9dfcfd8\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/fr/firefox-111.0.1.tar.bz2\"; locale = \"fr\"; arch = \"linux-x86_64\"; sha256 = \"ddd1b3c12948bd9de5d9f4ec8ff68c200a61749b63791fcb33f1c2bf945491d5\"; sha256 = \"2daba84f5cc85d05e6b0359dbb553de3bdb3d16b15716c072a0ea154edf69cc2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/fur/firefox-111.0.1.tar.bz2\"; locale = \"fur\"; arch = \"linux-x86_64\"; sha256 = \"ffccc495f0f7d1496b8f60cc83bf267fcec4bd3c6917ff3b6b47c8300b9c19e5\"; sha256 = \"786d5d1e9aedd3cb87e5f6d1dfc30a4f52bb4908aa0df9a9225ddf5b2c4eafa7\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/fy-NL/firefox-111.0.1.tar.bz2\"; locale = \"fy-NL\"; arch = \"linux-x86_64\"; sha256 = \"f7e4a749f3da64d6c6e6e232438cae3dbd9bf80790d56e10c05c6a2fbf175e86\"; sha256 = \"1da0e5b6f6cd5942a5e0d27237077d8020e235ed5b148c61a2b702e113415546\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ga-IE/firefox-111.0.1.tar.bz2\"; locale = \"ga-IE\"; arch = \"linux-x86_64\"; sha256 = \"5b098b740030bfb7ecf4795267f1edb3f889f61888d17465ddef15dfb730df39\"; sha256 = \"1a34cb303971c39495a8e30abaf501dd38254e350cb3338b7d42b42293584dc8\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/gd/firefox-111.0.1.tar.bz2\"; locale = \"gd\"; arch = \"linux-x86_64\"; sha256 = \"abb7d5df5df7cb28ab4ff759ac669d83e1fbd967f034408ff177f560471f64cb\"; sha256 = \"0b14eb99a1b0aa6670faa33fb356e16570232defaa990ee183c5e068cb485371\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/gl/firefox-111.0.1.tar.bz2\"; locale = \"gl\"; arch = \"linux-x86_64\"; sha256 = \"0f8890ed32f53980c6bd9d8f7e0e13e51a06bc1b894fdaaa48eb2011120ddadf\"; sha256 = \"38914a030551a90095c7ba494a1b6c00eddb7a5432b3ad6d418e710acfc71294\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/gn/firefox-111.0.1.tar.bz2\"; locale = \"gn\"; arch = \"linux-x86_64\"; sha256 = \"2e17cb86bd92748fbee1ce60343bc66181797013c6c031721c48dc461f03895a\"; sha256 = \"edd12b8e93e4c2a2b85a67b77f727280ae176568598033cddfc38af4b991d0da\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/gu-IN/firefox-111.0.1.tar.bz2\"; locale = \"gu-IN\"; arch = \"linux-x86_64\"; sha256 = \"3743b5d308f5f06c641d74ea305e8e80326aefc85d88c14a814ed33722045922\"; sha256 = \"133b28123b30b20a973519a6be23b6af90a60d921a5601779c074f4eb39f21cc\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/he/firefox-111.0.1.tar.bz2\"; locale = \"he\"; arch = \"linux-x86_64\"; sha256 = \"913bc14856e5682211b65ce2c29e987ae2853fe2e9d4cd8b0be5f6509c1c6c95\"; sha256 = \"0173b2b675290f5bfedd80e43eaffccb440715253af3edf9bc4cda19aaf5cf12\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/hi-IN/firefox-111.0.1.tar.bz2\"; locale = \"hi-IN\"; arch = \"linux-x86_64\"; sha256 = \"92fd396181d8b524b160f456d9bded7bc1bcc4bedc6d9246a6d428223a95f8b4\"; sha256 = \"b01a0b830ff8fe1942ac4bfa1d26828d26c6500a8fada67407f43724690ef2d9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/hr/firefox-111.0.1.tar.bz2\"; locale = \"hr\"; arch = \"linux-x86_64\"; sha256 = \"51e839afd99876b4b3fa2b36a2bda83d6ff93922878632a1072c40d5d43b7d2d\"; sha256 = \"f56f733aeba7076a48ba612e3b4dd394da03a3f1babc17ba898b702231fd8fe6\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/hsb/firefox-111.0.1.tar.bz2\"; locale = \"hsb\"; arch = \"linux-x86_64\"; sha256 = \"98b1a126ff222b3b2d938c34f8a1a8831c6bee169c0fa385cbc9fd3a65a29525\"; sha256 = \"c95bd7dc148a64cec9a679d6ded2ca6570f18c6c8d5e38ccb5c59d099c22f721\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/hu/firefox-111.0.1.tar.bz2\"; locale = \"hu\"; arch = \"linux-x86_64\"; sha256 = \"8b16573e8340dfd351735008e2962558f9f91b0073bd9cb64ff15fdde11f8672\"; sha256 = \"1c79dd7adc47569f12e80ac89cc2bb75a1789577a8f5fe62e748aa6a71f54aa7\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/hy-AM/firefox-111.0.1.tar.bz2\"; locale = \"hy-AM\"; arch = \"linux-x86_64\"; sha256 = \"1cf68cced389b3958fce8eff25024a8dc757552d44214a126aeb4f7dfadde56a\"; sha256 = \"bd2f401ba297345a46b398e811584b452ee52e6f320807323316c106fdb72099\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ia/firefox-111.0.1.tar.bz2\"; locale = \"ia\"; arch = \"linux-x86_64\"; sha256 = \"1cacb817f8a2492ab7be5b504e5f42049935b77c3f1cbbdefc2191b8d69bc71b\"; sha256 = \"3c62b5b953f6ff2b43d2748d591308dfcf43614df051233cd3826af8c88fb136\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/id/firefox-111.0.1.tar.bz2\"; locale = \"id\"; arch = \"linux-x86_64\"; sha256 = \"93dca4abf1be948e26d27eda8c064bb08bd82ef6634ed618ab0dad2c2242f897\"; sha256 = \"e1ce4376557447b5cf4d4302dbe0c9f01e7cca68332f54cfe100fc975156be04\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/is/firefox-111.0.1.tar.bz2\"; locale = \"is\"; arch = \"linux-x86_64\"; sha256 = \"3afbb17a66d7a9924de8d74ae2722e151754c137566fba0a82aa933889d0f0b2\"; sha256 = \"908b2739f778ecd93626a4e28f49b998c98ff0a6a2d1eb83abd5b56d72702a49\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/it/firefox-111.0.1.tar.bz2\"; locale = \"it\"; arch = \"linux-x86_64\"; sha256 = \"bc7ad909bcfe69457364f6d9945b2a46a2629cc9e2eb5b0e5506189f58d58c7d\"; sha256 = \"af7fc0c3e1636711dbc9f23e6fd1bd69b5e5a2dcc22934d4274a1d5b5cccb488\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ja/firefox-111.0.1.tar.bz2\"; locale = \"ja\"; arch = \"linux-x86_64\"; sha256 = \"23f2ff5e8598c34f174a1bb39b40757b64fab9268bd48f4899595e0f1784c5c6\"; sha256 = \"57d7febb733d2342146fdd70effaf0f97e88e8ca506536a9f86f76a065297a14\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ka/firefox-111.0.1.tar.bz2\"; locale = \"ka\"; arch = \"linux-x86_64\"; sha256 = \"ab56a1b648652d282c7863f2f86e8b2cb2b42ce2b08c5dd49ba0998bd083f36e\"; sha256 = \"c5df241197b65a330e10e8697295357da1b5a08b1c63257e050c48eee90ca387\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/kab/firefox-111.0.1.tar.bz2\"; locale = \"kab\"; arch = \"linux-x86_64\"; sha256 = \"4ab3c035c2fc692fa05210e0ac94f1cfd65b3c9e668d0cfff131f99ae1f1593e\"; sha256 = \"b35b6904f3115fabfab35bf502888194906377f14d04b6c95a67fcfdd4d86e50\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/kk/firefox-111.0.1.tar.bz2\"; locale = \"kk\"; arch = \"linux-x86_64\"; sha256 = \"6ab60a9a4e6814b0af33977333d7a56c3b25e1e047a597be7bb4758cc905403a\"; sha256 = \"a6fd1e9dce4c1b4173e9cb674c90fa68430ca9f50dc22a3fdca39dc2c88d1389\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/km/firefox-111.0.1.tar.bz2\"; locale = \"km\"; arch = \"linux-x86_64\"; sha256 = \"b8a892dc81e05e68acba2578b4c2829776e62c8ebf9689a833fe1a262cbe9749\"; sha256 = \"d741592b7a7fab744303e6929643e8ddd980543947d5bdfe564a5658a87d1183\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/kn/firefox-111.0.1.tar.bz2\"; locale = \"kn\"; arch = \"linux-x86_64\"; sha256 = \"4921d112598d804f32edfe2dae64bfa61e70bf6aa22b856d9f2d3e0cb152a657\"; sha256 = \"0f10f8302b4407d0051fd4e2a07d4c273df67b2446f640b43799e9aee964d433\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ko/firefox-111.0.1.tar.bz2\"; locale = \"ko\"; arch = \"linux-x86_64\"; sha256 = \"b7ee6ea700653d43c7e869c6a8d9847f101201ee52c8ea449cade85b6cfa0b93\"; sha256 = \"35159ffe1033c9db0b06d53a2182575e49ab519636edfbf69e4a1851e57d1ea4\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/lij/firefox-111.0.1.tar.bz2\"; locale = \"lij\"; arch = \"linux-x86_64\"; sha256 = \"67a6694802453e4d45becd45f5b3ae35aac7f3861fac92b7413cb10db2d8d89f\"; sha256 = \"c1ebe9213a7662ba03d1bbedab80497282c180b4e5d2452357e65f837499fe0e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/lt/firefox-111.0.1.tar.bz2\"; locale = \"lt\"; arch = \"linux-x86_64\"; sha256 = \"78c7d0fdaaad142f91e4895a445963ca2ae55be869d6b2f925bf18da8c60c897\"; sha256 = \"bdd4eedc22b9f45f2b762548cb0a08ef26e9f3320d8b419d93366c0c09ea0c9e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/lv/firefox-111.0.1.tar.bz2\"; locale = \"lv\"; arch = \"linux-x86_64\"; sha256 = \"bef7bd458d9ba66b1714f4daf58fb64ee8475f3a7f0d219c4b8c694218512402\"; sha256 = \"949c756f761e5d0cb069845ca59cfb20f2befdafbc36450be5e29a0d5ac943ba\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/mk/firefox-111.0.1.tar.bz2\"; locale = \"mk\"; arch = \"linux-x86_64\"; sha256 = \"1b4ca957e90e7050f1d910c0b020cec2ed27ddd1e543a3aab5faed637f2a5cd0\"; sha256 = \"e307b333cb9418d3523db97b50dad5ef8461e56f50d1432ce547bed652b509ad\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/mr/firefox-111.0.1.tar.bz2\"; locale = \"mr\"; arch = \"linux-x86_64\"; sha256 = \"2c1c26c11aeeb2438b202e43610d3b457931f74d792abc98c157c25397635dc1\"; sha256 = \"3a5fba3c81aadd958c3d529115ddc4c36a4399e91f395dff0f4b07efd4a19916\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ms/firefox-111.0.1.tar.bz2\"; locale = \"ms\"; arch = \"linux-x86_64\"; sha256 = \"ffaeb83bc33a2a570baa8636a1c1428d551b4340af9116b38d064dff4466e27a\"; sha256 = \"323bc98904bc59f39f11f71aff2165593e2c83841f2271de15a4fdb51a1127dd\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/my/firefox-111.0.1.tar.bz2\"; locale = \"my\"; arch = \"linux-x86_64\"; sha256 = \"671ea35c5b1f90da493a37dfa9793669cb7f58669dda020cd46bca313de76bac\"; sha256 = \"1da08900adc5853afb6d7f8773e59d46d2b9f43047700b5c026922f1e8fef6e5\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/nb-NO/firefox-111.0.1.tar.bz2\"; locale = \"nb-NO\"; arch = \"linux-x86_64\"; sha256 = \"ea614ca88a7304d8d3c5e2d36952dbfacc794a14330230fca34f20f32c5b5eb0\"; sha256 = \"503d0fb3c823b3a29f2eefaa73e90c49f3fb12e7fd785ae49b0e042ed46de5d2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ne-NP/firefox-111.0.1.tar.bz2\"; locale = \"ne-NP\"; arch = \"linux-x86_64\"; sha256 = \"ae86ed77c59d5bbec6c845e3d65260d64a18fcf0426623472bf2512784f22802\"; sha256 = \"045df0d24a74949ac50259776bf4b21d4d82d3cb13a1e99e2a0a3be8547ff470\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/nl/firefox-111.0.1.tar.bz2\"; locale = \"nl\"; arch = \"linux-x86_64\"; sha256 = \"22ca654ce13a19e072c73cc4604a8c96fb84fc66713111a7ebb0b5d21b3fd6a3\"; sha256 = \"a99d5a0dc143aa3f09c76184d76348667172027c8ece66021192a9790dbc4b15\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/nn-NO/firefox-111.0.1.tar.bz2\"; locale = \"nn-NO\"; arch = \"linux-x86_64\"; sha256 = \"17ede81fdfc2327146dab26fa48c9e15e8aab775afb8188d2ad915030f7dccf1\"; sha256 = \"17f6d971330bbd51c6acf17eb8be69f7697a050b41dd09778e44fdcd4562d130\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/oc/firefox-111.0.1.tar.bz2\"; locale = \"oc\"; arch = \"linux-x86_64\"; sha256 = \"87aa9098673565021216cea0c669f32eb22f8cebd9fbd5f3c4a533b44566b9b1\"; sha256 = \"de1a0e0a382457896c3783c09ddeecd5bef71859a501a5f0e477dc9a79b08052\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/pa-IN/firefox-111.0.1.tar.bz2\"; locale = \"pa-IN\"; arch = \"linux-x86_64\"; sha256 = \"aea93b687693dfb07b40bd418afacea9a2fda2eb8545f54c1914cac6359aa6b5\"; sha256 = \"1545cce400caa37c93748b135f6dab47dc1bb8357d8065072bc377f8728128ed\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/pl/firefox-111.0.1.tar.bz2\"; locale = \"pl\"; arch = \"linux-x86_64\"; sha256 = \"e6610b17ccac68b03ad6354cfd537773785280b87e0dbabb5728dacfabdf5fab\"; sha256 = \"b6a7e2d3b5b0c3fb929df7d4bdb3a1f040d13796686dd2caa5521d6e0d80d7f8\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/pt-BR/firefox-111.0.1.tar.bz2\"; locale = \"pt-BR\"; arch = \"linux-x86_64\"; sha256 = \"847d8e1f0b93caeebca17b3ac2517758b8a3ffa38b758a4c719cd8911ddd89a5\"; sha256 = \"4da56eca264d5ec24bd85e438397c65917420b84845c9a215d410e44d4c10a18\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/pt-PT/firefox-111.0.1.tar.bz2\"; locale = \"pt-PT\"; arch = \"linux-x86_64\"; sha256 = \"4fa5f90cbaf1bc6cb16590330191b38990cb6bf74d533b57a25b97a429e4e028\"; sha256 = \"df6ac7f7f165beaa3ade2e51f6d550fa442578678725a054b34762fa7dab1a29\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/rm/firefox-111.0.1.tar.bz2\"; locale = \"rm\"; arch = \"linux-x86_64\"; sha256 = \"9a91af43ed3b3b57dd4df3d083152d9bd9a5c54f0086d7d5e13e8d57b2ca26ad\"; sha256 = \"d8cd9f9cc6a4b5d3e1e48607b224b71f858d23c03af9c593719ac148c85aa363\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ro/firefox-111.0.1.tar.bz2\"; locale = \"ro\"; arch = \"linux-x86_64\"; sha256 = \"2cdbc3e603224c4b0338858b874fcddaaa9a5148762f61cb6c3b30d40afe3292\"; sha256 = \"c0cc323bcf3ea976caf3849167406fcf6e240134c6c84067eeffab5b7730b84b\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ru/firefox-111.0.1.tar.bz2\"; locale = \"ru\"; arch = \"linux-x86_64\"; sha256 = \"f46246ccdd5fb4e23cb4afb0481b10c20ec23c264511e4a078d4e0d7d922d017\"; sha256 = \"1677963f9c060694a375b97ff1b60061976b3327337604ebd6d133d1142813ea\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/sc/firefox-111.0.1.tar.bz2\"; locale = \"sc\"; arch = \"linux-x86_64\"; sha256 = \"d6bb72b3da9deab5b84bf0d1f4f076fe36c9917f13a856460a0c3c8462abeda9\"; sha256 = \"eb31836c39642e0e6b2704936c7a0017299a5cac7a110cdc852979da26c36c4a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/sco/firefox-111.0.1.tar.bz2\"; locale = \"sco\"; arch = \"linux-x86_64\"; sha256 = \"42201a14110d589c308ee98e063b8e227de156ed0eef12d6bd1875bd57ef8e6d\"; sha256 = \"052d6aeb44d257a4691a90b9e799fb4b19933282345868eb9cfd752707425759\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/si/firefox-111.0.1.tar.bz2\"; locale = \"si\"; arch = \"linux-x86_64\"; sha256 = \"4eb05acc8447ee72b9c76bbeb71ceec69a82a6e80b73e44269fea9b4716d0e89\"; sha256 = \"4ae7a8080f6ca3afd2a3bf62b06783d552330512bdc344e4daee0fc39566caf8\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/sk/firefox-111.0.1.tar.bz2\"; locale = \"sk\"; arch = \"linux-x86_64\"; sha256 = \"59cbcef6bac8a7ba82cb58d80e2ef737c8e3ac2bf8ba91c18665e386ec71d4f7\"; sha256 = \"98667dd948c4fc340f2757a92bbcc78e1d0b623bfcfb3aa9019b35b19a4ae2ac\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/sl/firefox-111.0.1.tar.bz2\"; locale = \"sl\"; arch = \"linux-x86_64\"; sha256 = \"a5d40416a37965da3ad9ce38f035e4fb3b32a450760ba5007f9129baec3f40df\"; sha256 = \"fd363be65cae243b14be236a9c952e5ba0a507157b667a6b911aabf7644fec57\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/son/firefox-111.0.1.tar.bz2\"; locale = \"son\"; arch = \"linux-x86_64\"; sha256 = \"2ce364386a84d0d77ee4a53f31190790f7a395ad2de64c078ff5acf8655f7a00\"; sha256 = \"ea89884cc645b20aac8e22f52ca37992769eda1777f7c940c0307477030973f5\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/sq/firefox-111.0.1.tar.bz2\"; locale = \"sq\"; arch = \"linux-x86_64\"; sha256 = \"0ed8f0303221656967ea239a85bc2ec778f540c9e5724d78eab47d346b7e3417\"; sha256 = \"29b9b1c4b1d60af873926cfd89d8ceda61926e742c49810b6511988e593bc492\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/sr/firefox-111.0.1.tar.bz2\"; locale = \"sr\"; arch = \"linux-x86_64\"; sha256 = \"c399f00690f2b0d1e73fd493e1c6e99b488e340dccc14bc2769cdbf7933d1852\"; sha256 = \"c4bad92c4e1b6ee8c7545dc37c7f5225247bcd5261e5d846c8b056a006fb826e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/sv-SE/firefox-111.0.1.tar.bz2\"; locale = \"sv-SE\"; arch = \"linux-x86_64\"; sha256 = \"d6bf5f6f2c6f3e95272d5ff9606cf922cd953b83f29488d30a0317cf559a6057\"; sha256 = \"809508b95a4550afb2388a2e3e671b2af1c2ddfae5d2046c1bf56692d6792e26\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/szl/firefox-111.0.1.tar.bz2\"; locale = \"szl\"; arch = \"linux-x86_64\"; sha256 = \"6ff0d60c9d7e181b1929f27f71b5e6fdc30abf301f483dd0d80ee20336d6b722\"; sha256 = \"358c4dc8a661d9f6860da9307055c709111f476ca955f1d944d58cc281be5621\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ta/firefox-111.0.1.tar.bz2\"; locale = \"ta\"; arch = \"linux-x86_64\"; sha256 = \"b876ca6e9553311a838b18d844b33325d0efd1a6c9dfc62a8a13376bb452298a\"; sha256 = \"aa6aafa35e0e12f4b363cf402a718bc4330d646c9d172e269703e8ea9d85df29\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/te/firefox-111.0.1.tar.bz2\"; locale = \"te\"; arch = \"linux-x86_64\"; sha256 = \"a076585fa54eb4941b56412243765f13a527767a6fdc7b7c4c46fd4b0a807816\"; sha256 = \"83ced5c4bd46bcf5d2944cc28d6917abe527709e66ab9749f340c41b150ecabf\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/th/firefox-111.0.1.tar.bz2\"; locale = \"th\"; arch = \"linux-x86_64\"; sha256 = \"ed89487066e2421af30c8bc9e04cc5ff08bd508732e3d30a0ea0f5faf233c330\"; sha256 = \"e1772b2e625119923a9268cfdb661516c1bfca302a8383a83d2e1e2566a4a46a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/tl/firefox-111.0.1.tar.bz2\"; locale = \"tl\"; arch = \"linux-x86_64\"; sha256 = \"d1731befe1d6131381ac6d95817b0e7ae4d633e1318c157202f357085dadf5f0\"; sha256 = \"b59a43703dcc8707d6a01fe997b8ec19291d2a671db8e7099fe3acedd44e4786\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/tr/firefox-111.0.1.tar.bz2\"; locale = \"tr\"; arch = \"linux-x86_64\"; sha256 = \"be129023755edccba9b1a52db21794e6bd4461a589f0b2c6211a47a941209a5e\"; sha256 = \"06e32ebe547fa10a38b732487fb9145e520bc1e50a9700f85f7636aa95bedf33\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/trs/firefox-111.0.1.tar.bz2\"; locale = \"trs\"; arch = \"linux-x86_64\"; sha256 = \"727fdcf7bc28245cfdf4b9b75b97a72b2b25ae6fb1a54ef00f6ffbb948871b47\"; sha256 = \"6a2b7b5a83cd043acb005f987f7efb970bfb68e9d4b88f0f9666d1df3bccaff0\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/uk/firefox-111.0.1.tar.bz2\"; locale = \"uk\"; arch = \"linux-x86_64\"; sha256 = \"e0c951bd7436d1a7d2f51ceaaeafe87c758b710f81aaac6627819cee55899a93\"; sha256 = \"b9f03249efd133c432997c1c5ff65f2f810d5fbe246a54d72d7658181de728c2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/ur/firefox-111.0.1.tar.bz2\"; locale = \"ur\"; arch = \"linux-x86_64\"; sha256 = \"35ff510eb85bde3b6e49ad6412189a630a7e96a0fda89e42c8134c4c7900d370\"; sha256 = \"f689c3cf37afe1ee59b1407f0b34ad5ba6146630eb92ff4466a3f48533da7178\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/uz/firefox-111.0.1.tar.bz2\"; locale = \"uz\"; arch = \"linux-x86_64\"; sha256 = \"fcbc4b044436a08527dce30713586fec60f268e37b3d022b9c01d47310a47e03\"; sha256 = \"c162efa511d6bb34a1f81f3ca621f49e07a9a53c3403a2a8f3b9a25e476288b8\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/vi/firefox-111.0.1.tar.bz2\"; locale = \"vi\"; arch = \"linux-x86_64\"; sha256 = \"1cb402027233d8a4b435519b46bb4e8f42b55d147f1b863fc2d2bad47f9900e6\"; sha256 = \"44ae40e5dc2a5fc387c90059eabb436f352917222b1a89cc072514b2ca2403d0\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/xh/firefox-111.0.1.tar.bz2\"; locale = \"xh\"; arch = \"linux-x86_64\"; sha256 = \"5ed661620266a2884461684c4da3970f68594a869450e0621c9f20d77b7175d9\"; sha256 = \"6fe1d8fdb958d0360cc77330682d5522b7e05ececc7db8477f07f8dc2c96ab8d\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/zh-CN/firefox-111.0.1.tar.bz2\"; locale = \"zh-CN\"; arch = \"linux-x86_64\"; sha256 = \"fa7b96302d998b8fb4d8251c614c57731dad1958615e34939f9e0cf04ade07f7\"; sha256 = \"476f05dde96d321cd9920ae2d56ad6334248ca6d53fdf342942dc6c4d3ce4f7d\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-x86_64/zh-TW/firefox-111.0.1.tar.bz2\"; locale = \"zh-TW\"; arch = \"linux-x86_64\"; sha256 = \"8976cc8a82527a7e30c479e3ea1143b6d7874b12182c24cc693f8525d696a9df\"; sha256 = \"e5d62c2a4fecf41ac3523a420b2021e6ab12db56d7f882008da9212bf4e90873\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ach/firefox-111.0.1.tar.bz2\"; locale = \"ach\"; arch = \"linux-i686\"; sha256 = \"3ecf8c8f326bd1a1302d67dcd210e5bd58d7556dcc9ba5fa2491982798599f88\"; sha256 = \"de718f2f4be00686fa88fa9bb0fddabc9e58325ed232f5a63bf2aad845f98756\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/af/firefox-111.0.1.tar.bz2\"; locale = \"af\"; arch = \"linux-i686\"; sha256 = \"ab7e7ab9caa12d4313b872ec78c2531961b92c9714cb2212ff416c9bde0e8589\"; sha256 = \"8dea9ea3b74a271f66e9999c9b7ac09cc7264c7391d76d6989af704ab86200eb\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/an/firefox-111.0.1.tar.bz2\"; locale = \"an\"; arch = \"linux-i686\"; sha256 = \"8af745eb5136cc2eb13629c55dd11b8d20a2e83eefce5e504cddfbe0c88b2e42\"; sha256 = \"aa512e0b4b2561a85c1b0b3320406d580e260def4beb4ef9f46c2d43015a4cb9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ar/firefox-111.0.1.tar.bz2\"; locale = \"ar\"; arch = \"linux-i686\"; sha256 = \"af1c1f52ffbd72448c098a099c4779644e361d91d417ab86285d4278f041d9ed\"; sha256 = \"97de18e57a0d447980cfc1e55e965704d0583d4cff4f96b3c22cba0e0731928e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ast/firefox-111.0.1.tar.bz2\"; locale = \"ast\"; arch = \"linux-i686\"; sha256 = \"692a3f16c7a144fea9646ab047281ddd41cbf317551307d7befc19d0b902a0fa\"; sha256 = \"45096b2c62ac30241ffe6edf39a6c7db8a5f4f9f296f727c7cc64bc784ee6688\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/az/firefox-111.0.1.tar.bz2\"; locale = \"az\"; arch = \"linux-i686\"; sha256 = \"95d374e62fe3781cefafbc3959c51bde0c4df276901b9d77cf892b7e4e8c1d16\"; sha256 = \"5fda8812aff0629c0b75f783faf409672790f9a23812157057f4361dc9ab89fa\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/be/firefox-111.0.1.tar.bz2\"; locale = \"be\"; arch = \"linux-i686\"; sha256 = \"16877aee36b4cb0fff3143fcc0858239c88cc3f70e7d266737505d3101acea65\"; sha256 = \"3866b6cccda2cbd9a48f4f02941b50d2384d19f86a163aa9c5c6e57c8965c4b2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/bg/firefox-111.0.1.tar.bz2\"; locale = \"bg\"; arch = \"linux-i686\"; sha256 = \"fad895d487655ca94807cb369629f5ae2609c3e065ac1ade1f7f3bb5b211f0c7\"; sha256 = \"f62ec62d303e36b30ec4daed4d6e76de6519fc39ed0c805ddcf8c0dc7da1b60c\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/bn/firefox-111.0.1.tar.bz2\"; locale = \"bn\"; arch = \"linux-i686\"; sha256 = \"0ec0e17ad6c13842a630d1e955cc0dd0a3d960dbf2e770beb1b78b2fa3de7568\"; sha256 = \"3a6f4ed95eaa7d8205772d7109ca694c8617a0f0ea541e4970bdd9c7508d1f91\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/br/firefox-111.0.1.tar.bz2\"; locale = \"br\"; arch = \"linux-i686\"; sha256 = \"4b73dcdf53bd1534a0024febdd1f50ddd679d8081df664449ed54473d29e3aff\"; sha256 = \"d2ad4fba0244e01e19ee46b53ccd287df74d5a031b0c9358a8befbd19cd2eea2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/bs/firefox-111.0.1.tar.bz2\"; locale = \"bs\"; arch = \"linux-i686\"; sha256 = \"01f2b34a1ddb16ba9492f25993f2bde278ac6f1e2f594be894142f4f5c00217f\"; sha256 = \"d1449c8b142f4a367af79a072b21f2999df128d9f720e11e1e6be293d40792d9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ca-valencia/firefox-111.0.1.tar.bz2\"; locale = \"ca-valencia\"; arch = \"linux-i686\"; sha256 = \"228116a304e38b012349fb412425b0db9d095b7d6940ffd2ad3377e2dae9cd20\"; sha256 = \"1e0b294a10946eed7e3b0d3956fdf53782fbae2549a652ddecbc223cfd7c1470\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ca/firefox-111.0.1.tar.bz2\"; locale = \"ca\"; arch = \"linux-i686\"; sha256 = \"73c5ef8d555011162957625c885d7cfec06bee65ae05074c9e3ee00daf195f13\"; sha256 = \"2f610717623248a73495ff48c27b3e86cca6bd5b59496e010cd19753ea518482\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/cak/firefox-111.0.1.tar.bz2\"; locale = \"cak\"; arch = \"linux-i686\"; sha256 = \"08d564824712ce670322d404fcffab7a1ef8487a1f1fce5aa94c3e36c54e4c12\"; sha256 = \"97a92f3d2533121ea2e400555518233d1b59093aabf86ffd292884028a888a4c\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/cs/firefox-111.0.1.tar.bz2\"; locale = \"cs\"; arch = \"linux-i686\"; sha256 = \"a5f2cc62708ed4dce9d2b6202b471fd53ee6a43808708d62839ae6578375095d\"; sha256 = \"c6029a1228543ef738d9b918c6f49d51ac3398c0a4cedaa0a6ebebdd721fffb5\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/cy/firefox-111.0.1.tar.bz2\"; locale = \"cy\"; arch = \"linux-i686\"; sha256 = \"045388a7b3600cba288470960f2ac320842ca9f6ed0b7fc9913ae9fefbdf1968\"; sha256 = \"6e7be2fb7f8a6fa2fff64e38cbac748e3beff14ecc15fcf010c46b7dfb7fe38e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/da/firefox-111.0.1.tar.bz2\"; locale = \"da\"; arch = \"linux-i686\"; sha256 = \"48111b19d5103088b856a321928e69696bc0c87d25e6e8ec5204e105227f71df\"; sha256 = \"a2dd09832e3811a0bd3bfeeee0ddcdc2ce84d5b6709b990b9284477877d5f1bb\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/de/firefox-111.0.1.tar.bz2\"; locale = \"de\"; arch = \"linux-i686\"; sha256 = \"40ab1dd31bc728519dbf2549411bbd4749541bfe75f0e1344e3a82e762cedf47\"; sha256 = \"b0445b5440a512f7dbeb72d8cb79d2ff5b86f4f730bc2400437e162a812f26ba\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/dsb/firefox-111.0.1.tar.bz2\"; locale = \"dsb\"; arch = \"linux-i686\"; sha256 = \"847d110701af65db3bab4b1ee9a680e7aea1c5236c9d6f2607fa3e59dfe2f079\"; sha256 = \"f2d93f7d93a4180f8ea76090ea56d25aa41931ffef01c7dc320adeeba7c9b7e7\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/el/firefox-111.0.1.tar.bz2\"; locale = \"el\"; arch = \"linux-i686\"; sha256 = \"4f3c0729ce0836ff08a185fedc4fc0ebe46b15ca2e0a249d1fc4854ba3eebfe9\"; sha256 = \"52caf93cbcb555adaab82659c0a4236fb64fb505a2cdbc1eee6885a6786d146a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/en-CA/firefox-111.0.1.tar.bz2\"; locale = \"en-CA\"; arch = \"linux-i686\"; sha256 = \"bb167bd508ca0e1a4927798fd0e79265c2bc6ce54957c611a4c7022784766123\"; sha256 = \"84e937e4a2eb48f3d54579cdb83ddd6ae91fdc1f642bf61fff08ccd34003458f\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/en-GB/firefox-111.0.1.tar.bz2\"; locale = \"en-GB\"; arch = \"linux-i686\"; sha256 = \"03545f3eefd4d5cb1bdd52b112a4948b0ae2192c99d8deac1f23d94872de9b32\"; sha256 = \"0a7718421cb9cda64a2ca7fadb56e5a718eff6a267f49485b89f97880d589fd4\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/en-US/firefox-111.0.1.tar.bz2\"; locale = \"en-US\"; arch = \"linux-i686\"; sha256 = \"ca1a93a9a792eb1c7002c1f54ac0a3cfce1ae9ed86c5bc0259d4807e8520d5c1\"; sha256 = \"d857a16de03b072b802b6acd2528f1d7ec931379159faf0a0f6f92fa113c40ee\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/eo/firefox-111.0.1.tar.bz2\"; locale = \"eo\"; arch = \"linux-i686\"; sha256 = \"ec78e859db4480e64997c8313994a6c8883f0d91799fab1f81cce08455635f31\"; sha256 = \"6ea0a9850d0e228c4ee1e704ed72efe7dc5129ed3af32cd459c2ec0c5ad87fdf\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/es-AR/firefox-111.0.1.tar.bz2\"; locale = \"es-AR\"; arch = \"linux-i686\"; sha256 = \"7ad59d17468e3636fbbea18bb65f78b37046aa50af443829c644059a496388a9\"; sha256 = \"085d8decae199ad5a958d6b517a3a3542fb021fb4f95fd383ee27d1bee91e4d2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/es-CL/firefox-111.0.1.tar.bz2\"; locale = \"es-CL\"; arch = \"linux-i686\"; sha256 = \"3527da366903d42537a8f98399dae67f06bf3fe20da5e9ba70fb95c7bff9a4cf\"; sha256 = \"7e0e91299815d87b8f440e40a85e59bd9a5117e6814abbc48eba2176587adecc\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/es-ES/firefox-111.0.1.tar.bz2\"; locale = \"es-ES\"; arch = \"linux-i686\"; sha256 = \"7850368f9411c9f200c39da2f8cf9b1172c28a21cdd0d183baf2aa2e07c0f6aa\"; sha256 = \"fb558a9d460af1c18adba0a04ca4ab8fedc1216f8088b41c60b66fbbd5ae639d\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/es-MX/firefox-111.0.1.tar.bz2\"; locale = \"es-MX\"; arch = \"linux-i686\"; sha256 = \"c0733a64ec3c1feba3ec3e0f223960427a59f31b4ad776fdceef92c74041dc28\"; sha256 = \"c35c80fbb2d7329dd3bd3e305f7b7343139b1689914835f0f4ab5cc93db7f9b2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/et/firefox-111.0.1.tar.bz2\"; locale = \"et\"; arch = \"linux-i686\"; sha256 = \"0655cee4383f242d5ae816071cae60ebfbf77f336f8cad47e9da3c0b63402427\"; sha256 = \"edc572e3c3174b6729bd67fccecfae711904312a3b3ea6189b1e289ae0decf22\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/eu/firefox-111.0.1.tar.bz2\"; locale = \"eu\"; arch = \"linux-i686\"; sha256 = \"96b54ee03cc6246c5f3514e96213ebb36ca25ed0669df9a4042267dec7d85e2c\"; sha256 = \"a0cbde53721106f05a702af6f6355f7d476918ad7b6119a89e528685c8ea9ef9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/fa/firefox-111.0.1.tar.bz2\"; locale = \"fa\"; arch = \"linux-i686\"; sha256 = \"cdfdee7da57386f054df93e1b7f63dfff2d86d9bf0a56b98f725b3fc9e5745a9\"; sha256 = \"4322e2b0365cc61f02fa4667879216be1811c4671bea9ffe7c87900780517646\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ff/firefox-111.0.1.tar.bz2\"; locale = \"ff\"; arch = \"linux-i686\"; sha256 = \"fbaf80823989c998929f32e2e9b3ab3bfe4da15af52e740f4f91f589d7782261\"; sha256 = \"721ff01f42c10990877d75750f9e8e842d775b827f94683e5043906c339ac6e5\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/fi/firefox-111.0.1.tar.bz2\"; locale = \"fi\"; arch = \"linux-i686\"; sha256 = \"f46308ba9f1b2016fa3f79a76eeb8188ddb4547d7d7047c9bc7abdcb85196be6\"; sha256 = \"a3a5c66f3024906c156ce212ef429d674b2aeff0b332fdb1a1812509a701e3ea\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/fr/firefox-111.0.1.tar.bz2\"; locale = \"fr\"; arch = \"linux-i686\"; sha256 = \"bc4144e073a93dfd8223c058cb5bb4b172a0ccaddeb7ecfc2fc07e982f8ebd45\"; sha256 = \"34ee8c6d655e09196544684c7699abb103be376860b950d7f0996d07978015ba\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/fur/firefox-111.0.1.tar.bz2\"; locale = \"fur\"; arch = \"linux-i686\"; sha256 = \"cdf2e9c45a775e18b23f856aea04f1489afb7c97f990f0e8ca46c099e2b57559\"; sha256 = \"c6f893afff5d8dfe9279f1b92dd6f02e4e4081fcbf589db12b46b44bc84d7171\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/fy-NL/firefox-111.0.1.tar.bz2\"; locale = \"fy-NL\"; arch = \"linux-i686\"; sha256 = \"82d415f56e90518dbd67a931d0d99a5a68bdb035e2eaf7473c66d427bea658e2\"; sha256 = \"830a780a5c1b6b8f60590ead7a9ac6bec10e07b2934a0532cd77132426dceb37\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ga-IE/firefox-111.0.1.tar.bz2\"; locale = \"ga-IE\"; arch = \"linux-i686\"; sha256 = \"c8bdeabe407c0c06f9ff5ee5c694e4e8d3a4d1acfcccdfb7b998c8fd6f3838dd\"; sha256 = \"72bf033f4168cb7905971582ad32de38bf957c535d6d638abbd77f03a573c75e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/gd/firefox-111.0.1.tar.bz2\"; locale = \"gd\"; arch = \"linux-i686\"; sha256 = \"20a7d1e70fa5a54d94cdc7e90d508bb43902cbd7f2e779c0ea030b2e7ff4503e\"; sha256 = \"8c5cdc6798bfb82748986d5c6c04d1a91f21510cef53093970d635e6d460e9f9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/gl/firefox-111.0.1.tar.bz2\"; locale = \"gl\"; arch = \"linux-i686\"; sha256 = \"3515a5754c18ed19ca070fc331997f03e51ce93bd568489ad21d7863d194e0dd\"; sha256 = \"4dc7e306027e1305798f7df3cfe55c1dd54626e4c8d14a2e072cfbbf0968ce87\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/gn/firefox-111.0.1.tar.bz2\"; locale = \"gn\"; arch = \"linux-i686\"; sha256 = \"bafc0c9128315e7925ec9e677a9765868423ef68777b98d14606d7619a836a91\"; sha256 = \"ede50b9d975a314d1306d8d53cc1f860f60f085d3fadaf08d26041fedf167f18\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/gu-IN/firefox-111.0.1.tar.bz2\"; locale = \"gu-IN\"; arch = \"linux-i686\"; sha256 = \"e6386132302a447bac77fee76aab1bc145f81bc63f5fdb0b4b3a58007aee3f39\"; sha256 = \"13de190cdab7b6af3773f9326af856822668cf4a0e60163942d1297a91e65ff7\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/he/firefox-111.0.1.tar.bz2\"; locale = \"he\"; arch = \"linux-i686\"; sha256 = \"2a3eeac9ae6e672907708909d062c7c9cf7a169b924c097497c55a468a1d513b\"; sha256 = \"a7d3bd7a4951b13458957db29d76d0e3db0a04ceb9e8c2af4ce2a85e6a676c5a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/hi-IN/firefox-111.0.1.tar.bz2\"; locale = \"hi-IN\"; arch = \"linux-i686\"; sha256 = \"0b69c01e83afdc1f69f9825827115c1899f8b2b6164f13799e3c0480e4ed43c6\"; sha256 = \"3946158cd33859b9a33e4c4cb1ea82fc3435be819f84f72828143ab09d82f63e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/hr/firefox-111.0.1.tar.bz2\"; locale = \"hr\"; arch = \"linux-i686\"; sha256 = \"34128eb2f2a22c9f011537c94fdc12fc8052452b2c17a639d67191162a727f6c\"; sha256 = \"1f0a43f7f17037d00a87d5604135fa47909873ce763e660da89fb042bdf4c041\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/hsb/firefox-111.0.1.tar.bz2\"; locale = \"hsb\"; arch = \"linux-i686\"; sha256 = \"0f433a672d6504348ea9b4c94925dab601b0f67a459e70c7fc37ce904d62dd38\"; sha256 = \"1c1b18be27f08d262dc4742191d988bb41de9310f1ec0cb594e515dd2dd18423\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/hu/firefox-111.0.1.tar.bz2\"; locale = \"hu\"; arch = \"linux-i686\"; sha256 = \"5cad4718fdff573ed5bc3672abe7c391c4e2d4d902a76abb121e408305b897ba\"; sha256 = \"23fe4493b1204043c6d63e7f4b94bd3c7aa63bb74bff4ec10a4d49191130b75a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/hy-AM/firefox-111.0.1.tar.bz2\"; locale = \"hy-AM\"; arch = \"linux-i686\"; sha256 = \"a117e5fbb10f2a7893436e86c19a6387432ce68899b3a5f696422f7fb23201ed\"; sha256 = \"cac5ace4bbcb2b3a68c6b39e0245dd74863f5782d25f40d812447aaa46feb19c\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ia/firefox-111.0.1.tar.bz2\"; locale = \"ia\"; arch = \"linux-i686\"; sha256 = \"922bd0a608a635e2663db887d61e5eef130554b5523c812994045bff239b968e\"; sha256 = \"b0217c2bd618ad60cf7fcaf7daea0fad9c0ac1aa131c9b6018adbeed085aa645\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/id/firefox-111.0.1.tar.bz2\"; locale = \"id\"; arch = \"linux-i686\"; sha256 = \"386c167e3028aa111acb6aea87d68ede057bc287a9b5cefc18f6bfb871d1f2a1\"; sha256 = \"e69960d1d33c7a7c7ac8532942c8df19c36b8acd38ea9d1fa64f39daf56cb7cd\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/is/firefox-111.0.1.tar.bz2\"; locale = \"is\"; arch = \"linux-i686\"; sha256 = \"3ea59e13b2e70232832cca8c9f95f4e18e5772cc4cdab5e76d5f519d8ad556a4\"; sha256 = \"893ffc7f282f868fefbe90998ab661369544cc2fda94cd8aa35e1df28c174862\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/it/firefox-111.0.1.tar.bz2\"; locale = \"it\"; arch = \"linux-i686\"; sha256 = \"ad51efd9c70202c318381f8c2d927895b31f30ff93e5a00d5c847d07b2b9e1c0\"; sha256 = \"ac00b01a1eb13feb0391a7b0305eabfbcfa6bfedcaf6f0da81546cc344779e9e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ja/firefox-111.0.1.tar.bz2\"; locale = \"ja\"; arch = \"linux-i686\"; sha256 = \"b3835c38ece012cf3e581c8a63950ec32166a7c37c61952db9492c9d8cd7e07b\"; sha256 = \"e3e09ce43f2ec940f2ce7cfcc1e9c3977ca32373666e021616a3c1a70511c672\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ka/firefox-111.0.1.tar.bz2\"; locale = \"ka\"; arch = \"linux-i686\"; sha256 = \"d655cad3c83289503eaaf080a3417941c1ae1c9c96df23867e2d94ac64e49f57\"; sha256 = \"27981ed3f705a0b8680b34315cebe744dc642a7306c8b951a08034cf06724090\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/kab/firefox-111.0.1.tar.bz2\"; locale = \"kab\"; arch = \"linux-i686\"; sha256 = \"e99663bba9a5c2eebdd1daf134bac9bf6c148a5d50e32c369164a7ce1bca9664\"; sha256 = \"c0d39ef2095fe95a8fe8bbadf2f8436a7d8f3fb35f0f5091e2a72228990a7898\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/kk/firefox-111.0.1.tar.bz2\"; locale = \"kk\"; arch = \"linux-i686\"; sha256 = \"1e4ce8247822b12f913cb11980c7f079a0bb2613fe1f3f0731066c818319bac5\"; sha256 = \"36cb0966178e92647eecba2c7c716f45216f8e7bfa9e25ecb7a5a1744088c598\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/km/firefox-111.0.1.tar.bz2\"; locale = \"km\"; arch = \"linux-i686\"; sha256 = \"e7c29d494e53186c9688dfb7b22d01eb889240e0dce92bc6ce66488c83b29edf\"; sha256 = \"a8e512fea6bd6b57813b47829fc89fab79adaa0fcb49d5f1f35157282b9d1a0a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/kn/firefox-111.0.1.tar.bz2\"; locale = \"kn\"; arch = \"linux-i686\"; sha256 = \"0e4b12f35749b8bd7e4f01eb45f936dcf1e57992a00a6436145955635a673deb\"; sha256 = \"67ec72c4f961c8f29401d925b741f86f3778cb9fb185b1bd14c1e0bec67327a9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ko/firefox-111.0.1.tar.bz2\"; locale = \"ko\"; arch = \"linux-i686\"; sha256 = \"c7bb413f1a5d2ee45f54acbecaf3bcddab864141977a867d7989199829f01684\"; sha256 = \"4a1c5e777ad9a965029de9abeec12775923b39b9bf9c73cc7a2395d5a6163b96\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/lij/firefox-111.0.1.tar.bz2\"; locale = \"lij\"; arch = \"linux-i686\"; sha256 = \"75fc54e22a45b425752b6a9bfefef65a2b28a731500345ca1ab1d531acce66b0\"; sha256 = \"acb60e57696496263914ac308229c1434047d34f64711098a779ab72d03674d9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/lt/firefox-111.0.1.tar.bz2\"; locale = \"lt\"; arch = \"linux-i686\"; sha256 = \"e300721b3cd04e80eb58c0a38e9a04336cc21c6eb2b30e1f95c643670afa171e\"; sha256 = \"10982738a19da19346a343aa5b1ec82fa040b838cad52a3bb302cbe474895ca0\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/lv/firefox-111.0.1.tar.bz2\"; locale = \"lv\"; arch = \"linux-i686\"; sha256 = \"65cfb6a72985446cbde33adb327e6362976cb0272644ca202b788d1e79ce1151\"; sha256 = \"5e654f88c3a18e68d97996355ad025573899da7550a089dcbf525158624afe88\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/mk/firefox-111.0.1.tar.bz2\"; locale = \"mk\"; arch = \"linux-i686\"; sha256 = \"4a4e488f8772c7473536412abedb3cab8297f1af6e4a6427f0775658feab04e5\"; sha256 = \"25b0cddd4efd914fcf157d3ccb53e814f410e9430915a35b82e43fcd335c5b05\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/mr/firefox-111.0.1.tar.bz2\"; locale = \"mr\"; arch = \"linux-i686\"; sha256 = \"2ad2b27d39425c98cca83ac98c636513203bd90b590ecadec70ad7ecf467c189\"; sha256 = \"3af959edb7f7a200d6ae4ba2aaf4c45e85a96c02cc8c2accca40b283eb27c299\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ms/firefox-111.0.1.tar.bz2\"; locale = \"ms\"; arch = \"linux-i686\"; sha256 = \"0cdc57aecaae8abaf2de1c6f8eb4fff0fd7466dbf2c2046e778e325230aa17fe\"; sha256 = \"b229119cd8564b5044c9da1003cc135bfef8b16fab117108cf175b4fe89ad76e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/my/firefox-111.0.1.tar.bz2\"; locale = \"my\"; arch = \"linux-i686\"; sha256 = \"5bc0cd3b7a083c912ef5ae6174bf83dea77d85adb3196004c62d24354138e9c5\"; sha256 = \"f52aa2f21139e18fc5550381d2f0a7980b181001491cd3daf35696c8fb1306f9\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/nb-NO/firefox-111.0.1.tar.bz2\"; locale = \"nb-NO\"; arch = \"linux-i686\"; sha256 = \"3374ff5b081166b2879be838e6baed9baf91da5e239e987a5afc0020b15c497d\"; sha256 = \"25bb3b0e60c9724ce6170bcd200be2f1ea09892e0c42e7e4629875d5c71e1b73\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ne-NP/firefox-111.0.1.tar.bz2\"; locale = \"ne-NP\"; arch = \"linux-i686\"; sha256 = \"cad465e152de4ac02a2dd1a2016840813098c3245b14b94107c7243a771f5645\"; sha256 = \"e28a206d92658e66fbab650fd394fb28947b46d1f3d18c538cbb37d33340ce54\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/nl/firefox-111.0.1.tar.bz2\"; locale = \"nl\"; arch = \"linux-i686\"; sha256 = \"8cfa07af628f474c7ba04885f75e24deb76b8460fa21f41470e8f902cd4da030\"; sha256 = \"de91b7f4b96ad277bbd92ac41353aa42e972b95a588846f34b29402dac03e4a2\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/nn-NO/firefox-111.0.1.tar.bz2\"; locale = \"nn-NO\"; arch = \"linux-i686\"; sha256 = \"9f4a53d589ba8397e9954dae9191c4bb52e9eb7d65c331d10552e7a2b62df4df\"; sha256 = \"bfdcedb2e9caeb8c83c0a8a1c462961842284d2d2a56cf91d1fee807300e3b22\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/oc/firefox-111.0.1.tar.bz2\"; locale = \"oc\"; arch = \"linux-i686\"; sha256 = \"260643a141f8c99b2abeb7a3ebbd076a7058e3ef6d47ceef5abbdd288c46ba3d\"; sha256 = \"b40a4b06c4f12a172453d41b20cc51d54a0869babb80c359984f34a2c44900c6\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/pa-IN/firefox-111.0.1.tar.bz2\"; locale = \"pa-IN\"; arch = \"linux-i686\"; sha256 = \"d6c8c71ca99adbf78bc707722bb5a951c5e13cedec1ec8e3452d9509baeb6925\"; sha256 = \"1b40f46895055e6c3d5d956f5ca3b34ea7e7d73658a7beb3306fb63865504f20\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/pl/firefox-111.0.1.tar.bz2\"; locale = \"pl\"; arch = \"linux-i686\"; sha256 = \"7ed081302b733f2e474c2dd30fb7e04532a95b071a1feb026c5a976efebd53a9\"; sha256 = \"78af19869ce30f66077ac160a97932800a3711bbfd3fb6847c3fb747d445d1dd\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/pt-BR/firefox-111.0.1.tar.bz2\"; locale = \"pt-BR\"; arch = \"linux-i686\"; sha256 = \"3aa2a1af0668532ee293a8cceb6b38da92fc8e8d9cc9ac865eb09bd0d5518541\"; sha256 = \"dc24ba9da33fa6b18824ff9ab0026fdca7b19af44e8066a35c03c68b58f62708\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/pt-PT/firefox-111.0.1.tar.bz2\"; locale = \"pt-PT\"; arch = \"linux-i686\"; sha256 = \"567cf704c4acbb18d0d93e41557c045cfa36ffce1929a698c1bb482f415c0ee9\"; sha256 = \"355c54ad8e4b1576574b7579d9fee9fe13e528ca8bf69185dd8d9fb2f4c2337a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/rm/firefox-111.0.1.tar.bz2\"; locale = \"rm\"; arch = \"linux-i686\"; sha256 = \"da2b3d356d35b81f53b08351f833d5618b2212538efa365cb0dda53ad1099125\"; sha256 = \"c4ab238e9284cb3dc3c338ccc67f140a1cdb3b3a7ab8b2382a1fa159da548184\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ro/firefox-111.0.1.tar.bz2\"; locale = \"ro\"; arch = \"linux-i686\"; sha256 = \"5c93075e4a0a8a7f27382f76aecac830fc6dc1350554c1eeafc711f31ecc366c\"; sha256 = \"2959e44d2ce1a8529465246ef016c188ed8b6b42adfb7f364987a530200ac578\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ru/firefox-111.0.1.tar.bz2\"; locale = \"ru\"; arch = \"linux-i686\"; sha256 = \"547606aee3369773b148e9ff4e6a7f4ad136b6791c1a80ae826c8d5ed11c626c\"; sha256 = \"21c41f61cbe1685ee0a042f63957c492da59a8633e8cc3b11d02fc24d78c8423\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/sc/firefox-111.0.1.tar.bz2\"; locale = \"sc\"; arch = \"linux-i686\"; sha256 = \"2be1f2a62d090a5e8dde532481e57ee9b39dd4e9716da452cfe4479a069a1e32\"; sha256 = \"0518d1a0465d8a7b02ae64403e44609b69c92f4411621f3d679bf84615baae40\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/sco/firefox-111.0.1.tar.bz2\"; locale = \"sco\"; arch = \"linux-i686\"; sha256 = \"3bc385f9e4937f6c749c3b7e5e135dbdf2f2d498d575c01d2ac02d1912d8cc47\"; sha256 = \"241f6513370f5d4f5fd107ae5dcf8e6c3f7d108fcf4836b26a7d2f1d7e2d59ac\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/si/firefox-111.0.1.tar.bz2\"; locale = \"si\"; arch = \"linux-i686\"; sha256 = \"77b1bd419011bfe377c715cce95c68bc2b5b7d5ed96bc0411a8cce144f9e6bc5\"; sha256 = \"4beb66736c4f6060ec58923e70428fa57867ac63d5370b2684aabc869736edcf\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/sk/firefox-111.0.1.tar.bz2\"; locale = \"sk\"; arch = \"linux-i686\"; sha256 = \"a6d79e040e504506d7d196e256fb08c5f821a4fe2158fa5284f4fcdde44406ff\"; sha256 = \"9ed77e6b854f6eef491969e57383dafd1e33425ccf18e4ba6544e801c92afd5d\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/sl/firefox-111.0.1.tar.bz2\"; locale = \"sl\"; arch = \"linux-i686\"; sha256 = \"1247f7b0842cd59c39ea1027d5add0c3de2636fcf7336147e3157a9542f0d9ae\"; sha256 = \"913842241c2d4751126131d60e7e1127ebfad6a0cdee626a8fad9fd704d63311\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/son/firefox-111.0.1.tar.bz2\"; locale = \"son\"; arch = \"linux-i686\"; sha256 = \"4c73bcecf0104e208dd69f6ec2b61f108f7161e00e3b1f97d77f2cc559541645\"; sha256 = \"de585f93a911b7c4ce86f8ca9c583b87484829e0ee07f8a8d050f911c2b25456\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/sq/firefox-111.0.1.tar.bz2\"; locale = \"sq\"; arch = \"linux-i686\"; sha256 = \"6e513df6fe25087c408daa70edaca74b445b343cd54be43ae0c1743f67bad842\"; sha256 = \"54bbdd8faa7300ec1447672c47ef041f7bde18e0a4a171cb85d0341f20565d03\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/sr/firefox-111.0.1.tar.bz2\"; locale = \"sr\"; arch = \"linux-i686\"; sha256 = \"46619d2aab768fc6abc0d3ae6f14e15f43a4214560574bce69e0a78510295aee\"; sha256 = \"8daeb4d77fa9125edbe9adb953ca529e603330d3f0fa0ca1eeef7db10a3dbb44\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/sv-SE/firefox-111.0.1.tar.bz2\"; locale = \"sv-SE\"; arch = \"linux-i686\"; sha256 = \"898a95d2d9cd232c490c76e3ee36f409d58b75937f1ddd3555ed8d3676befe16\"; sha256 = \"9ede3595b3d8e44731a71f1985fa0c1d11d4bf2229ab33ef1cb30123ef3ffb57\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/szl/firefox-111.0.1.tar.bz2\"; locale = \"szl\"; arch = \"linux-i686\"; sha256 = \"45de4b26da4031d2755176e62587a4ed3d0429cc7382a4f94c3a9152ed1dde86\"; sha256 = \"8eee20c681aad5cfb5d7cf2d05fb4a37b6c6cd6c3126956a5a9b27f3ad1d1081\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ta/firefox-111.0.1.tar.bz2\"; locale = \"ta\"; arch = \"linux-i686\"; sha256 = \"4514cf1c9fec60f477619ad2957e6ee02faf00f6a444a883f06e7f3f37349d13\"; sha256 = \"63465227c8cadbac1c891315e365a42f79570de8406dc74c0aedc0fabfd2c017\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/te/firefox-111.0.1.tar.bz2\"; locale = \"te\"; arch = \"linux-i686\"; sha256 = \"e6659e397531c71d44db17aa1041e8c66fe033aa8d7bfb8af61a20c5a098ed94\"; sha256 = \"176cf25debf05a5f31e20a34ae6d4d7e24774475b3addc6d9af18b7e267b2d2e\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/th/firefox-111.0.1.tar.bz2\"; locale = \"th\"; arch = \"linux-i686\"; sha256 = \"20b6c312097d7e712dc3e50c910e16cf929d2e4af4387b1e10e54fd233c9b7ec\"; sha256 = \"0ccf17d4dea55e151178571865d5b00b4e0043a4e1336a943e471e458b47aa31\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/tl/firefox-111.0.1.tar.bz2\"; locale = \"tl\"; arch = \"linux-i686\"; sha256 = \"d33227778cfcfac6058e88933fbf0472ce5dabea46f15e2afe2bf6c11781f0d5\"; sha256 = \"e9a3d66de74a5c25ae630aeea709abb301ec1ea527d694bf72ffd89fc7c9f247\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/tr/firefox-111.0.1.tar.bz2\"; locale = \"tr\"; arch = \"linux-i686\"; sha256 = \"02cb7cddd7672c6813964abafd2ae9214df2220e088be090643555c558ec9d7d\"; sha256 = \"f154888cff96484b0918fb29f32237d53099a0ecaf38b62499444a9f5f1eb2ce\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/trs/firefox-111.0.1.tar.bz2\"; locale = \"trs\"; arch = \"linux-i686\"; sha256 = \"2e665b01295b88bdefe385f342fe07a00ec6668973e8106b047a498701942040\"; sha256 = \"0544708695fd913b20806443ec4efc3f80ba7d258a382cd9e8e18f4c109ea31b\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/uk/firefox-111.0.1.tar.bz2\"; locale = \"uk\"; arch = \"linux-i686\"; sha256 = \"652c2a2f5e2718ed4efef9169cb00381868f930a548577ecb0a86179a0b9b1ac\"; sha256 = \"0bc4e807f8dd53c3bcc55e9c5aefd079ed14ff5f34c4d1eea497da755e0a80c6\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/ur/firefox-111.0.1.tar.bz2\"; locale = \"ur\"; arch = \"linux-i686\"; sha256 = \"b696cc81ffca4fea208dfbf92a61241168c58aaed17894f4e3ad8cbee8aebd60\"; sha256 = \"dd2550e4644f0dad92b19e236b3a83e45770316d7959f63c650c720f44e5f4ed\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/uz/firefox-111.0.1.tar.bz2\"; locale = \"uz\"; arch = \"linux-i686\"; sha256 = \"921d702b52978e1bf353806a06644cbfc228ed73c593e172c1ad1f6786f4a31b\"; sha256 = \"dda2c6c00de2b27d46e407762a553b40cd1c1dc1d912b2905e069a44604f0b6a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/vi/firefox-111.0.1.tar.bz2\"; locale = \"vi\"; arch = \"linux-i686\"; sha256 = \"805a429027f7830d1b18fc1534412bed8cb282be2c61c7f7a2563f910d0bcf50\"; sha256 = \"a8ad1ef8998b1e123bd7117273014cfe26976fb25b0d72e64c6c49d4c9c4033a\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/xh/firefox-111.0.1.tar.bz2\"; locale = \"xh\"; arch = \"linux-i686\"; sha256 = \"0435e384c1007174f52f9f9ae4a06c77cb32254528ccb25faa96ec99bfc9a6cf\"; sha256 = \"5bb93cc12a12e71d3a943140607f3d7156843da66c36ab83826f483bcad1d8c3\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/zh-CN/firefox-111.0.1.tar.bz2\"; locale = \"zh-CN\"; arch = \"linux-i686\"; sha256 = \"daa193d1d4caeb65dedebb8c1b65409d8ebd6ed8f089aa225c106d56c48fb1af\"; sha256 = \"65155babc3a4d99f4f846a0e9fde1dced68582401f03f45474cd981395bb45d4\"; } { url = \"https://archive.mozilla.org/pub/firefox/releases/111.0.1/linux-i686/zh-TW/firefox-111.0.1.tar.bz2\"; locale = \"zh-TW\"; arch = \"linux-i686\"; sha256 = \"1c9dc452d556881c6cf3b049a8b3f0190619de077c7598e9208f4a9f7ac88cb1\"; sha256 = \"a53de9571d098f1b0bc5df94438bd7f3f805dba82c696b91f42ebc075da3de77\"; } ]; }"}
{"_id":"q-en-nixpkgs-c04579406c46f60a40d59c4250b0b43fed975f36eee96c29b0fd687659eb59e1","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":"q-en-nixpkgs-c063dc82030ecda8b726d16359efca6bd49f53b3dd6a8acf5e3048f44fdb4981","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":"q-en-nixpkgs-c08ad7f3acd62fd1f1984c6fed26a6209ac33f84bbe51c1dd24c7727d3a432a6","text":"stopNest } patchShebangsAuto () { if [ -z \"$dontPatchShebangs\" -a -e \"$prefix\" ]; then # Dev output will end up being run on the build platform. An # example case of this is sdl2-config. Otherwise, we can just # use the runtime path (--host). if [ \"$output\" != out ] && [ \"$output\" = \"${!outputDev}\" ]; then patchShebangs --build \"$prefix\" else patchShebangs --host \"$prefix\" fi fi } "}
{"_id":"q-en-nixpkgs-c09f5d8cb56d75b1898774d5522bcfee553fca4ef1a5d5b6a13cb74f7f7adc2a","text":" { lib, python3Packages, fetchFromGitLab, gobject-introspection, wrapGAppsHook4, libadwaita, }: python3Packages.buildPythonApplication rec { pname = \"turtle\"; version = \"0.8\"; pyproject = true; src = fetchFromGitLab { domain = \"gitlab.gnome.org\"; owner = \"philippun1\"; repo = \"turtle\"; rev = version; hash = \"sha256-YacuT5S6WrhSz031XXCQTo++r+DBozrIIXrn9BwmrR0=\"; }; postPatch = '' substituteInPlace ./install.py --replace-fail \"/usr\" \"$out\" --replace-fail \"gtk-update-icon-cache\" \"gtk4-update-icon-cache\" ''; nativeBuildInputs = [ gobject-introspection wrapGAppsHook4 ]; buildInputs = [ libadwaita ]; build-system = with python3Packages; [ setuptools ]; dependencies = with python3Packages; [ pygobject3 pygit2 ]; postInstall = '' python ./install.py install ''; # Avoid wrapping two times dontWrapGApps = true; # Make sure we patch other scripts after wrapper is generated # to get $program_PYTHONPATH dontWrapPythonPrograms = true; postFixup = '' makeWrapperArgs+=(''${gappsWrapperArgs[@]}) wrapPythonPrograms '' # Dialogs are not imported, but executed. The same does # nautilus-python plugins. So we need to patch them as well. + '' for dialog_scripts in $out/lib/python*/site-packages/turtlevcs/dialogs/*.py; do patchPythonScript $dialog_scripts done for nautilus_extensions in $out/share/nautilus-python/extensions/*.py; do patchPythonScript $nautilus_extensions done ''; meta = { description = \"A graphical interface for version control intended to run on gnome and nautilus\"; homepage = \"https://gitlab.gnome.org/philippun1/turtle\"; license = lib.licenses.gpl3Plus; mainProgram = \"turtle_cli\"; maintainers = with lib.maintainers; [ aleksana ]; platforms = lib.platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-c0d6784e2d0e33a3ec5b902791eb0012a8725ef9c8dab454e8c4575e402fc335","text":"Linux kernels that provide EFI stub support. ''; homepage = \"http://refind.sourceforge.net/\"; maintainers = with maintainers; [ AndersonTorres samueldr ]; maintainers = with maintainers; [ AndersonTorres samueldr chewblacka ]; platforms = [ \"i686-linux\" \"x86_64-linux\" \"aarch64-linux\" ]; license = licenses.gpl3Plus; };"}
{"_id":"q-en-nixpkgs-c13eaa9570b92266f6afd3a3e80f26616bdb982681a7aeb63206ae0ace6733ad","text":"glfw openal stdenv.cc.cc.lib ]; ] ++ lib.optional gamemodeSupport gamemode.lib); in [ \"--set LD_LIBRARY_PATH /run/opengl-driver/lib:${libpath}\""}
{"_id":"q-en-nixpkgs-c1471b34e5fd0a56b251e4f9de413c2973c0741791a2276c9e6e10265517653f","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":"q-en-nixpkgs-c1631fcb3d821d8ba0f2e07ccac6a05a694dcc9a81fb253234fb539f48662cbd","text":"cp -p ${spath}/certificates/${keyName}.issuer.crt chain.pem ln -s fullchain.pem cert.pem cat key.pem fullchain.pem > full.pem chmod ${rights} *.pem chown '${data.user}:${data.group}' *.pem fi chmod ${fileMode} *.pem chown '${data.user}:${data.group}' *.pem ${data.postRun} ''; in"}
{"_id":"q-en-nixpkgs-c16455e3cc5fcd1ee46927888e69fbe76b2fed6a9292e42db5cbf5e182edc3fa","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":"q-en-nixpkgs-c16553ff939c49c9a47f70c77c47d1561f3b1ea946261267ca653d884849b568","text":"}: stdenv.mkDerivation rec { pname = \"cjs\"; version = \"4.6.0-gjs-1.66.0\"; pname = \"cjs-unstable\"; version = \"2020-10-19\"; src = fetchFromGitHub { owner = \"leigh123linux\"; repo = pname; rev = \"gjs-1.66.0\"; sha256 = \"1pccz7h8mwljziflhn04gmfnbl99pvcj1byz1c6zn947v5gqskj1\"; owner = \"linuxmint\"; repo = \"cjs\"; rev = \"befc11adb5ba10681464e6fa81b1a79f108ce61c\"; hash = \"sha256-F2t8uKV2r29NxX2+3mYp5x1bug2lwihJZTK1dSS8rPg=\"; }; outputs = [ \"out\" \"dev\" ];"}
{"_id":"q-en-nixpkgs-c18dcc92df9b5e3fcdcb54e734b1351b0480ff4bed044a9d0049dc2eae6273ae","text":"inherit (darwin.apple_sdk.frameworks) ApplicationServices; }; pangox_compat = callPackage ../development/libraries/pangox-compat { }; gdata-sharp = callPackage ../development/libraries/gdata-sharp { }; gdk-pixbuf = callPackage ../development/libraries/gdk-pixbuf { };"}
{"_id":"q-en-nixpkgs-c1aba570b2b93bec3bcd12d5f6c5c7b9b2ec0fda9f9d2dd74bdab2ccb9deb8fb","text":", liblogging ? null, libnet ? null, hadoop ? null, rdkafka ? null , libmongo-client ? null, czmq ? null, rabbitmq-c ? null, hiredis ? null, mongoc ? null , libmaxminddb ? null , nixosTests ? null }: with stdenv.lib;"}
{"_id":"q-en-nixpkgs-c1cc2211bbb200a1c0bf143215a27cd102aea6b5e353acfbcdd6d562bc662469","text":"luaevent,,,,,, luaexpat,,,,1.4.1-1,,arobyn flosse luaffi,,,http://luarocks.org/dev,,, luafilesystem,,,,1.7.0-2,,flosse luafilesystem,,,,1.8.0-1,,flosse lualogging,,,,,, luaossl,,,,,5.1, luaposix,,,,34.1.1-1,,vyp lblasc"}
{"_id":"q-en-nixpkgs-c1d03b6d1e3d620049c8c8e82253542285d6536a1d45e11bd0608515d4224ff5","text":"}; mesaPackage32 = mkOption { type = types.package; default = pkgs.pkgsi686Linux.mesa_23; defaultText = literalExpression \"pkgs.pkgsi686Linux.mesa_23\"; default = pkgs.pkgsi686Linux.mesa; defaultText = literalExpression \"pkgs.pkgsi686Linux.mesa\"; example = literalExpression \"pkgs.pkgsi686Linux.mesa_22\"; description = lib.mdDoc '' Same as {option}`mesaPackage` but for the 32-bit Mesa on 64-bit"}
{"_id":"q-en-nixpkgs-c21ee75202e5f1225da593b5fa7a9ce0c043fe5fca480ff8aa6862e831e708f5","text":" diff --git a/gnucash/price-quotes.scm b/gnucash/price-quotes.scm index 8e3ff255f..a6b805fa5 100644 --- a/gnucash/price-quotes.scm +++ b/gnucash/price-quotes.scm @@ -44,7 +44,7 @@ (define (start-program) (set! program (gnc-spawn-process-async - (list \"perl\" \"-w\" gnc:*finance-quote-check*) #t))) + (list gnc:*finance-quote-check*) #t))) (define (get-sources) (when program @@ -119,7 +119,7 @@ (define (start-quoter) (set! quoter - (gnc-spawn-process-async (list \"perl\" \"-w\" gnc:*finance-quote-helper*) #t))) + (gnc-spawn-process-async (list gnc:*finance-quote-helper*) #t))) (define (get-quotes) (when quoter "}
{"_id":"q-en-nixpkgs-c27e15cc6f5d817e48aba495dce6b8a4d3eb574848810b350f3c4ce6271b012f","text":"++ optional langAda ../gnat-cflags.patch ++ optional langFortran ../gfortran-driving.patch ++ optional (targetPlatform.libc == \"musl\" && targetPlatform.isPower) ../ppc-musl.patch ++ optional (!crossStageStatic && targetPlatform.isMinGW) (fetchpatch { url = \"https://raw.githubusercontent.com/lhmouse/MINGW-packages/${import ../common/mfcgthreads-patches-repo.nix}/mingw-w64-gcc-git/9000-gcc-${majorVersion}-branch-Added-mcf-thread-model-support-from-mcfgthread.patch\"; sha256 = \"1in5kvcknlpi9z1vvjw6jfmwy8k12zvbqlqfnq84qpm99r0rh00a\"; }); # Obtain latest patch with ../update-mcfgthread-patches.sh ++ optional (!crossStageStatic && targetPlatform.isMinGW) ./Added-mcf-thread-model-support-from-mcfgthread.patch; /* Cross-gcc settings (build == host != target) */ crossMingw = targetPlatform != hostPlatform && targetPlatform.libc == \"msvcrt\";"}
{"_id":"q-en-nixpkgs-c2860b8819a6e5253ba66486f016f8ba6c0d89498c2f8c36a4ece72981e645d2","text":"... To add plugins via NixOS configuration, set services.postgresql.extraPlugins: To add plugins via NixOS configuration, set services.postgresql.extraPlugins: = pkgs.postgresql_11; = with pkgs.postgresql_11.pkgs; ["}
{"_id":"q-en-nixpkgs-c294330afb219d29751e48232f700ffd110e1187593186566e4fa93fb2d53d32","text":"a stable URL for Nixpkgs to use to package this proprietary software. The GRUB specific option has been replaced with the generic option . This option creates a secondary initrd from the specified files, rather than using a manually created initrd file. "}
{"_id":"q-en-nixpkgs-c2d04f02cb0bca8952cb14b89dcf842cf8d71b3503cd9c3f16bd8a53fc3d8d9c","text":"sha256 = \"sha256-m1UhyjD5ydSgCTBu6sECLlxFx0rnQxFnBA7frbdUqU8=\"; }; patches = [ # sss: use BN_set_word(x, 0) instead of BN_zero(), fixes build issue with different versions of openssl (fetchurl { url = \"https://github.com/latchset/clevis/commit/ee1dfedb9baca107e66a0fec76693c9d479dcfd9.patch\"; sha256 = \"sha256-GeklrWWlAMALDLdnn6+0Bi0l+bXrIbYkgIyI94WEybM=\"; }) ]; postPatch = '' for f in $(find src/ -type f); do grep -q \"/bin/cat\" \"$f\" && substituteInPlace \"$f\" "}
{"_id":"q-en-nixpkgs-c2eab820b204814c9b2508b787ea4a83295e4773830dce55dbb4b13557c30b08","text":"}; }.${stdenv.system} or (throw \"Unsupported system: ${stdenv.system}\"); nativeBuildInputs = [ dpkg makeWrapper autoPatchelfHook ]; nativeBuildInputs = [ dpkg makeWrapper autoPatchelfHook wrapGAppsHook ]; buildInputs = [ libXtst libXScrnSaver gtk3 nss alsaLib ]; runtimeDependencies = [ udev.lib libnotify ];"}
{"_id":"q-en-nixpkgs-c2f0bf34dc5a554c9ee178448def20916dc0e1d65f00e78f132b2f162718e5ce","text":"@getopt@/bin/getopt --test > /dev/null && rc=$? || rc=$? if [[ $rc -ne 4 ]]; then # This shouldn't happen. echo \"Warning: Enhanced getopt not supported, please open an issue.\" >&2 echo \"Warning: Enhanced getopt not supported, please open an issue in nixpkgs.\" >&2 else # Define all short and long options. SHORT=hvidrcas"}
{"_id":"q-en-nixpkgs-c307438d984a6709f4d10e824076d2224567de01635a05bdab6983a9cfe0769e","text":"--replace \"boto3>=1.20,<1.25.0\" \"boto3~=1.20\" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ apispec boto3"}
{"_id":"q-en-nixpkgs-c32262c2c224c99273d37e5e67c16065a2b14b432cd970febce0006898200a0a","text":"pytestCheckHook ]; preCheck = '' preCheck = let fontsConf = makeFontsConf { fontDirectories = [ ]; }; in '' export HOME=$(mktemp -d) export FONTCONFIG_FILE=${fontsConf}; # For tests/test_misc.py::test_autostart mkdir -p $HOME/.config/autostart export QT_PLUGIN_PATH=\"${qt5.qtbase.bin}/${qt5.qtbase.qtPluginPrefix}\" export QT_PLUGIN_PATH=\"${qtbase}/${qtbase.qtPluginPrefix}\" export QT_QPA_PLATFORM=offscreen ''; disabledTestPaths = [ \"tests/test_archives.py\" \"tests/test_borg.py\" \"tests/test_lock.py\" \"tests/test_notifications.py\" ]; disabledTests = [ \"diff_archives_dict_issue-Users\" \"diff_archives-test\" \"test_repo_unlink\" \"test_repo_add_success\" \"test_ssh_dialog\" \"test_create\" \"test_scheduler_create_backup\" # QObject::connect: No such signal QPlatformNativeInterface::systemTrayWindowChanged(QScreen*) \"tests/test_excludes.py\" \"tests/integration\" \"tests/unit\" ]; meta = with lib; { changelog = \"https://github.com/borgbase/vorta/releases/tag/v0.8.10\"; changelog = \"https://github.com/borgbase/vorta/releases/tag/${src.rev}\"; description = \"Desktop Backup Client for Borg\"; homepage = \"https://vorta.borgbase.com/\"; license = licenses.gpl3Only;"}
{"_id":"q-en-nixpkgs-c363160ad8a835f90bf0fffe5c9786d00109dbbf206b0024790fecdb335e33fd","text":"sha256 = \"sha256-1KnYHz9ntKbgfLeoDcsQrV6RdvzDB2LHCoFYCmS4sLY=\"; }; patches = [ # https://savannah.gnu.org/bugs/?func=detailitem&item_id=62436 ./patches/bug62436.patch ]; buildInputs = [ readline ncurses"}
{"_id":"q-en-nixpkgs-c38f3a0f22d797eef7b9bdaa28394215b85af407385bcc5da0dec795cf910be0","text":"Restart = \"always\"; # Filesystem ProtectSystem = \"strict\"; ProtectHome = true; PrivateTmp = true; PrivateDevices = true; ProtectKernelTunables = true; ProtectKernelModules = true;"}
{"_id":"q-en-nixpkgs-c393b543705ed744838f2f6042932be3f03e2057a2a206b78c82e8e3e7b1e65e","text":"# TODO: package meek https://support.torproject.org/glossary/meek/ meek = \"/meek-not-available\"; in rec { onionshare = buildPythonApplication { onionshare = python3.pkgs.buildPythonApplication { pname = \"onionshare-cli\"; inherit version; src = \"${src}/cli\";"}
{"_id":"q-en-nixpkgs-c3cdba068765c21a1aa23e4a09bf74a003ab2dfa78340f55d101b6de9b2dc63a","text":"{lib, stdenv, fetchurl}: stdenv.mkDerivation rec { version = \"1.3.1\"; version = \"1.4\"; pname = \"commons-fileupload\"; src = fetchurl { url = \"mirror://apache/commons/fileupload/binaries/${pname}-${version}-bin.tar.gz\"; sha256 = \"1jy7w2j2ay56mpq4ij3331cf9zgpkm832ydr63svb35j0ymnky72\"; sha256 = \"1avfv4gljp7flra767yzas54vfb6az9s1nhxfjv48jj2x0llxxkx\"; }; installPhase = '' tar xf ${src} mkdir -p $out/share/java cp lib/*.jar $out/share/java/ cp commons-fileupload-*-bin/*.jar $out/share/java/ ''; meta = {"}
{"_id":"q-en-nixpkgs-c3f0b17bea2574bf10a2f6bf3036a831b5f6dd337cf06f99c100fc7dd8b73baf","text":"wantedBy = [ \"multi-user.target\" ]; environment = { JAVA_HOME = \"${pkgs.jre}\"; # JRE 15 removed option `UseConcMarkSweepGC` which is needed. JAVA_HOME = \"${pkgs.jre8}\"; HBASE_LOG_DIR = cfg.logDir; };"}
{"_id":"q-en-nixpkgs-c3ff4ab2680778fc12d960f24879076a45103ab0887f4c7bef57f453e5c8286a","text":"echo \"doc manual $dest manual.html\" >> $out/nix-support/hydra-build-products echo \"doc manual $dest nixpkgs-manual.epub\" >> $out/nix-support/hydra-build-products ''; # Environment variables PANDOC_LUA_FILTERS_DIR = \"${pkgs.pandoc-lua-filters}/share/pandoc/filters\"; }"}
{"_id":"q-en-nixpkgs-c40baec567ff6410df3636fedcdc658479773396e80de32799a03476ec0e3dde","text":" { lib, rustPlatform, fetchFromGitHub, pkg-config, cargo, rustc, clippy, makeWrapper, }: let pname = \"rustlings\"; version = \"6.2.0\"; in rustPlatform.buildRustPackage { inherit pname version; src = fetchFromGitHub { owner = \"rust-lang\"; repo = \"rustlings\"; rev = \"v${version}\"; hash = \"sha256-BVmiMIIx8YEO57FO0ZpsCQcim68mn7NHpAOO86dZqlI=\"; }; cargoHash = \"sha256-ZupwPw/bfeN+s7IWXbY21K/ODXSaYef+IDDpBVCi3Ek=\"; # Disabled test that does not work well in an isolated environment checkFlags = [ \"--skip=run_compilation_success\" \"--skip=run_test_success\" ]; nativeBuildInputs = [ pkg-config makeWrapper ]; postFixup = '' wrapProgram $out/bin/rustlings --suffix PATH : ${ lib.makeBinPath [ cargo rustc clippy ] } ''; meta = { description = \"Explore the Rust programming language and learn more about it while doing exercises\"; homepage = \"https://rustlings.cool/\"; changelog = \"https://github.com/rust-lang/rustlings/releases\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; mainProgram = \"rustlings\"; }; } "}
{"_id":"q-en-nixpkgs-c40c1aa28640769022dcafcc11af401b8f815e9f666adc63f41addbb82085b45","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":"q-en-nixpkgs-c41525c10948448df80b86dc52a204556097d3423440c797abd30640513c6c8a","text":"''; }; extraInitrd = mkOption { type = types.nullOr types.path; default = null; example = \"/boot/extra_initramfs.gz\"; description = '' The path to a second initramfs to be supplied to the kernel. This ramfs will not be copied to the store, so that it can contain secrets such as LUKS keyfiles or ssh keys. This implies that rolling back to a previous configuration won't rollback the state of this file. ''; }; useOSProber = mkOption { default = false; type = types.bool;"}
{"_id":"q-en-nixpkgs-c45b0b24f7fb31edd972a02d47bed02344ad7163bd76a42ed087e4c753d4b6d3","text":" { stdenv , lib , fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"nodenv\"; version = \"1.4.0\"; src = fetchFromGitHub { owner = \"nodenv\"; repo = \"nodenv\"; rev = \"v${version}\"; sha256 = \"0fgc23jd95rjll3dy5hnli8ksfc7rwscw53sdgss4yaharwlg8l2\"; }; buildPhase = '' runHook preBuild bash src/configure make -C src runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out cp -r libexec $out/ cp -r bin $out/ runHook postInstall ''; meta = with lib; { description = \"Manage multiple NodeJS versions\"; homepage = \"https://github.com/nodenv/nodenv/\"; changelog = \"https://github.com/nodenv/nodenv/releases/tag/v${version}\"; license = licenses.mit; maintainers = with maintainers; [ alexnortung ]; platforms = [ \"x86_64-linux\" ]; }; } "}
{"_id":"q-en-nixpkgs-c4dbe854fb339b7fac18f3e86addbd56d1d7272bbc852a31892a21f44a007528","text":" { lib, stdenv, fetchurl, cctools, fixDarwinDylibNames }: { lib , stdenv , fetchurl , cctools , fixDarwinDylibNames , autoSignDarwinBinariesHook }: stdenv.mkDerivation rec { pname = \"lp_solve\"; version = \"5.5.2.11\";"}
{"_id":"q-en-nixpkgs-c4f1b7757ca6bd6fdd9b7dbb0eca9c4df3b9aa0a3e02c99dd5c1300ee846c1a4","text":"substituteInPlace Makefile --replace \"/usr/local\" $out substituteInPlace bin/mix --replace \"/usr/bin/env elixir\" \"$out/bin/elixir\" ''; postFixup = ''"}
{"_id":"q-en-nixpkgs-c4fd026e3fecf7af7b4e3fdc87585c3c2a8308dd5b73a6de7dbd04e469fff07d","text":" { stdenv, fetchurl, makeWrapper, jre, callPackage }: let bare = callPackage ./bare.nix { inherit stdenv fetchurl makeWrapper jre; }; in stdenv.mkDerivation { pname = \"scala\"; inherit (bare) version; dontUnpack = true; installPhase = '' mkdir -p $out/bin ln -s ${bare}/bin/scalac $out/bin/scalac ln -s ${bare}/bin/scaladoc $out/bin/scaladoc ln -s ${bare}/bin/scala $out/bin/scala ln -s ${bare}/bin/common $out/bin/common ''; inherit (bare) meta; } "}
{"_id":"q-en-nixpkgs-c573729bfb354c9bea5531ab6acc942076fede4265d41ccb8ce16b8244655273","text":" diff --git a/src/sage_docbuild/ext/multidocs.py b/src/sage_docbuild/ext/multidocs.py index f91c7753ca..edeb81ff2e 100644 --- a/src/sage_docbuild/ext/multidocs.py +++ b/src/sage_docbuild/ext/multidocs.py @@ -284,6 +284,16 @@ def init_subdoc(app): if not app.config.multidoc_first_pass: app.connect('env-updated', fetch_citation) + def fix_matplotlib_css_permissions(app: Sphinx, env): + css_file = os.path.join(app.builder.outdir, '_static', 'plot_directive.css') + try: + os.chmod(css_file, 0o644) + except: + pass + + # executed after matplotlib's _copy_css_file + app.connect('build-finished', fix_matplotlib_css_permissions, priority=600) + # Monkey patch copy_static_files to make a symlink to \"../\" def link_static_files(): \"\"\" "}
{"_id":"q-en-nixpkgs-c5ca21ddb96d7a3d00e885418f7e28530263ea1f22a5f21e1021fb181fc4b47f","text":"# mupen64plus-input-gca is written in Rust, so we can't build it with # everything else. \"-DNO_RUST=ON\" \"-DUSE_ANGRYLION=${lib.boolToString withAngrylionRdpPlus}\" ]; qtWrapperArgs = lib.optionals stdenv.isLinux ["}
{"_id":"q-en-nixpkgs-c5eb414cba2b26d4d9e5e3d5ed6a49051055d1dfa95dd454e9760183fed54e02","text":", at-spi2-core , cups , libxshmfence , obs-studio }: let"}
{"_id":"q-en-nixpkgs-c5ff2baca9bdbd7fdb1a97c8757c4dc34d039df1a91d085c7d382f0aa9969fad","text":", cairo , pango , npm-lockfile-fix , overrideSDK , darwin }: buildNpmPackage rec { let # fix for: https://github.com/NixOS/nixpkgs/issues/272156 buildNpmPackage' = buildNpmPackage.override { stdenv = if stdenv.isDarwin then overrideSDK stdenv \"11.0\" else stdenv; }; in buildNpmPackage' rec { pname = \"bruno\"; version = \"1.8.0\"; version = \"1.10.0\"; src = fetchFromGitHub { owner = \"usebruno\"; repo = \"bruno\"; rev = \"v${version}\"; hash = \"sha256-STWGZzFtU3UpctgNz3m96JyfSRzHy2ZZQPr8R+zpDgM=\"; hash = \"sha256-wxQaKewKIfN93Wvb7WmOSuflTgfk1XKvHAA1UIVyMqk=\"; postFetch = '' ${lib.getExe npm-lockfile-fix} $out/package-lock.json ''; }; npmDepsHash = \"sha256-0Uac4Q3EYiTkg6RFuwR+saXiVm7jISyZBjkN30uYnnE=\"; npmDepsHash = \"sha256-IXFFOegzJbDcQejqQsAg11jDnhSKi27Olm8m3qr7bqw=\"; npmFlags = [ \"--legacy-peer-deps\" ]; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-c6099163d8735b02332f8ef7ef69576fa1dc370de3953351aeb2d6b1836b77ba","text":"gnome.gnome-bluetooth_1_0 gnome.gnome-settings-daemon gnome.mutter gnome.zenity graphene gtk3 ibus"}
{"_id":"q-en-nixpkgs-c60c35346768397ca88b7a7e8acca40c0de69f6b02a186a95fcac5587382fddf","text":"tor ]; nativeCheckInputs = [ nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ];"}
{"_id":"q-en-nixpkgs-c625a911049c3ada933369198193256994d1eb0bb5dcfed67ff262ebe3be37a0","text":"# Required by Budgie Menu. gnome-menus # Required by Budgie Control Center. gnome.zenity # Provides `gsettings`. glib"}
{"_id":"q-en-nixpkgs-c62905668a90028aa3282271f2bbeea867fa9352c1449abd2bbec16f22d61133","text":"bro = throw \"'bro' has been renamed to/replaced by 'zeek'\"; # Converted to throw 2023-09-10 inherit (libsForQt5.mauiPackages) buho; # added 2022-05-17 bukut = throw \"bukut has been removed since it has been archived by upstream\"; # Added 2023-05-24 butler = throw \"butler was removed because it was broken and abandoned upstream\"; # added 2024-06-18 # Shorter names; keep the longer name for back-compat. Added 2023-04-11 buildFHSUserEnv = buildFHSEnv; buildFHSUserEnvChroot = buildFHSEnvChroot;"}
{"_id":"q-en-nixpkgs-c65512e01d6ae3616551c6bf28f683d012d1f32075d05036db9d04e901190c29","text":"let common = { version, sha256 }: stdenv.mkDerivation (rec { common = { version, sha256, extraPatches ? [ ] }: stdenv.mkDerivation (rec { inherit version; pname = \"subversion\";"}
{"_id":"q-en-nixpkgs-c65a52075141c084ec09a9f26521458622433399b05842746e3fcc852daef942","text":"owner = \"iterative\"; repo = \"dvc-data\"; rev = \"refs/tags/${version}\"; hash = \"sha256-8720nqWmi/1Be2ckuCvctfJbOSFCME27OOtA3qZMr7E=\"; hash = \"sha256-NBZbuOgM6m/8qhW+izXE4QRI3Ou28mF4nhESWF7Mmn0=\"; }; nativeBuildInputs = [ setuptools-scm ];"}
{"_id":"q-en-nixpkgs-c67cc2550d0b4f997d74cd616fb97e9dccdc799a5d1cbf8fd8adcdf3b0366df7","text":"cpufetch = callPackage ../tools/misc/cpufetch { }; crackmapexec = callPackage ../tools/security/crackmapexec { }; crackxls = callPackage ../tools/security/crackxls { }; crd2pulumi = callPackage ../development/tools/crd2pulumi { };"}
{"_id":"q-en-nixpkgs-c6a6adc6ae975fa78cd5e1fa70885a750395ed43a4491e7e9008686879b6da82","text":"after = [ \"network.target\" \"network-online.target\" ]; environment = { HOME = runtimeDir; HOME = workDir; RUNNER_ROOT = stateDir; } // cfg.extraEnvironment;"}
{"_id":"q-en-nixpkgs-c6b50a65e9f8d7039546648cb64ceae0515626ba521e7a799a151221daf4240b","text":"touch $out/etc/sane.d/dll.conf # absolute paths to convert & tesseract sed -i '/[AC_DEFINE([HAVE_IMAGE_MAGICK], [1])/a MAGICK_CONVERT=\"${imagemagick}/bin/convert\"' configure.ac substituteInPlace filters/magick.cpp --replace 'convert ' '${imagemagick}/bin/convert ' substituteInPlace filters/reorient.cpp "}
{"_id":"q-en-nixpkgs-c6c5c2c11c828e998f4417d6e1996cc1a605a9cc10187ae400e77f326e647ca2","text":"gfortran blas python ocl-icd cudatoolkit nvidia_x11 gtest"}
{"_id":"q-en-nixpkgs-c6fd8f02e289f189769920609d600cc51685b2c2ad308d545059b5c800c99a69","text":"dependencies = [ altgraph packaging macholib pyinstaller-hooks-contrib ]; makeWrapperArgs = [ makeWrapperArgs = lib.optionals stdenv.hostPlatform.isLinux [ \"--prefix\" \"PATH\" \":\" (lib.makeBinPath [ glibc binutils ]) ];"}
{"_id":"q-en-nixpkgs-c721d9bbb3b7d1844891dff12b4e018f5334c476610e6a4634168ffd3ae51610","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":"q-en-nixpkgs-c728c154ad879d19f76ae3c3dead07c2227b9cc29d29ed25983d5d9771d1a086","text":", buildPythonPackage , fetchPypi , fetchpatch , setuptools }: buildPythonPackage rec {"}
{"_id":"q-en-nixpkgs-c76c40723b27ec46832216c7a08f75e6a53485ed36fdd60be624143a6d835815","text":"# Hardening , graphene-hardened-malloc , useHardenedMalloc ? graphene-hardened-malloc != null && builtins.elem stdenv.system graphene-hardened-malloc.meta.platforms # crashes with intel driver , useHardenedMalloc ? false # Whether to disable multiprocess support to work around crashing tabs # TODO: fix the underlying problem instead of this terrible work-around"}
{"_id":"q-en-nixpkgs-c7c0eba87c25d34d4181cd76eb23bac6a733cd4150c4afc6135467d0b8e23d92","text":"gtksourceview4 gdk-pixbuf librsvg webkitgtk_4_1 libsoup webkitgtk libepoxy gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly ]; # See https://github.com/NixOS/nixpkgs/issues/31168"}
{"_id":"q-en-nixpkgs-c7f142edb2138c7b1cd6f39bb33e76e93c777e2c3b1fe4b42feeecb7f9092f9d","text":"dot-language-server = callPackage ../development/tools/language-servers/dot-language-server { }; emmet-ls = callPackage ../development/tools/language-servers/emmet-ls { }; fortls = python3.pkgs.callPackage ../development/tools/language-servers/fortls { }; fortran-language-server = python3.pkgs.callPackage ../development/tools/language-servers/fortran-language-server { };"}
{"_id":"q-en-nixpkgs-c7ffae87c098c25ddd49417f8af1f99888fe94e417dcad44b87ca0640fe7bbac","text":"storePath = config.boot.loader.grub.storePath; bootloaderId = if args.efiBootloaderId == null then \"NixOS${efiSysMountPoint'}\" else args.efiBootloaderId; timeout = if config.boot.loader.timeout == null then -1 else config.boot.loader.timeout; inherit efiSysMountPoint; inherit efiSysMountPoint initrdSecrets; inherit (args) devices; inherit (efi) canTouchEfiVariables; inherit (cfg) version extraConfig extraPerEntryConfig extraEntries forceInstall useOSProber extraEntriesBeforeNixOS extraPrepareConfig extraInitrd configurationLimit copyKernels extraEntriesBeforeNixOS extraPrepareConfig configurationLimit copyKernels default fsIdentifier efiSupport efiInstallAsRemovable gfxmodeEfi gfxmodeBios; path = (makeBinPath ([ pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.findutils pkgs.diffutils pkgs.btrfs-progs"}
{"_id":"q-en-nixpkgs-c80a1e4ba2be1e229387f89ab5e52aaafb7bbf2241e6399c3aac112b72437ff4","text":"mpv: let # arguments to the function (called `wrapMpv` in all-packages.nix) # arguments to the function (exposed as `wrapMpv` in all-packages.nix) wrapper = { extraMakeWrapperArgs ? [], youtubeSupport ? true,"}
{"_id":"q-en-nixpkgs-c82fa9399f75ebe0b411f8638cd5da284750d1010d51cbe2168988de19e8df36","text":"# Don't install SUID binaries sed -i 's/-m 4755/-m 755/g' builddir/Makefile ''; buildPhase = '' runHook preBuild make -C builddir runHook postBuild ''; installPhase = '' runHook preInstall make -C builddir install LOCALSTATEDIR=$bin/var chmod 755 $bin/libexec/singularity/bin/starter-suid wrapProgram $bin/bin/singularity --prefix PATH : ${stdenv.lib.makeBinPath propagatedBuildInputs} # Explicitly configure paths in the config file sed -i 's|^# mksquashfs path =.*$|mksquashfs path = ${stdenv.lib.makeBinPath [squashfsTools]}/mksquashfs|' $bin/etc/singularity/singularity.conf sed -i 's|^# cryptsetup path =.*$|cryptsetup path = ${stdenv.lib.makeBinPath [cryptsetup]}/cryptsetup|' $bin/etc/singularity/singularity.conf runHook postInstall ''; postFixup = '' find $bin/ -type f -executable -exec remove-references-to -t ${go} '{}' + || true # These etc scripts shouldn't have their paths patched cp etc/actions/* $bin/etc/singularity/actions/ find $bin/libexec/ -type f -executable -exec remove-references-to -t ${go} '{}' + || true ''; meta = with stdenv.lib; { homepage = http://www.sylabs.io/; homepage = \"http://www.sylabs.io/\"; description = \"Application containers for linux\"; license = licenses.bsd3; platforms = platforms.linux;"}
{"_id":"q-en-nixpkgs-c897fd0c2ef297ce4effcf36c2e690af8a7ecddc3d5188da6d7f052075fb1190","text":", fetchFromGitHub , makeWrapper , rofi , mpc_cli , mpc-cli , perl , util-linux , python3Packages"}
{"_id":"q-en-nixpkgs-c8a836b57168450940dddb4e1c5b4b54ea77a6a73b606be0de6b77f48631a2b3","text":" { lib, fetchFromGitHub, gitUpdater , meson, ninja, pkg-config, wrapGAppsHook , desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy, webkitgtk , python3Packages, gettext , appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3, gtksourceview4, gnome , steam, xdg-utils, pciutils, cabextract , freetype, p7zip, gamemode, mangohud { lib , fetchFromGitHub , fetchFromGitLab , gitUpdater , python3Packages , blueprint-compiler , meson , ninja , pkg-config , wrapGAppsHook4 , appstream-glib , desktop-file-utils , librsvg , gtk4 , gtksourceview5 , libadwaita , steam , cabextract , p7zip , xdpyinfo , imagemagick , procps , gamescope , mangohud , vmtouch , wine , bottlesExtraLibraries ? pkgs: [ ] # extra packages to add to steam.run multiPkgs , bottlesExtraPkgs ? pkgs: [ ] # extra packages to add to steam.run targetPkgs"}
{"_id":"q-en-nixpkgs-c8b5917bdf75248531757386665412bc9114f5fa7542a678b45e3ef842bf4d21","text":"dontUseQmakeConfigure = true; nativeBuildInputs = [ pkg-config qmake removeReferencesTo ]; nativeBuildInputs = [ pkg-config qmake removeReferencesTo wrapGAppsHook ]; buildInputs = [ chmlib"}
{"_id":"q-en-nixpkgs-c8e5804ba25db1c6b2e5ca0285c1d2c46bc84b303c391b0a8e32bf9402a81152","text":"buildPythonPackage rec { pname = \"localstack\"; version = \"3.2.0\"; pyproject = true; version = \"3.0.0\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"localstack\"; repo = \"localstack\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-r0KRPtsLr6Pyn/va93reLdHHKtiOLB1uflAJ2L/uZmU=\"; hash = \"sha256-N/Mc1bubCcq38VxUqkO9LGG25pEetEyJ+VJMdg/7hrU=\"; }; postPatch = ''"}
{"_id":"q-en-nixpkgs-c8fe9fd4cf81153aca46f3cb9d1aca06aa4a985570a88d50da103cb4c8b03df6","text":"{ stdenv, fetchurl, alsa-lib, cairo, dpkg, freetype , gdk-pixbuf, glib, gtk3, lib, xorg , libglvnd, libjack2, ffmpeg , libxkbcommon, xdg-utils, zlib, pulseaudio , libxkbcommon, xdg-utils, zlib, pipewire, pulseaudio , wrapGAppsHook, makeWrapper }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-c93d5ca9044771732a58f9055d87c2f533d0b96c5df4d26ed2afe7ff1d637387","text":"'' + optionalString stdenv.isDarwin ('' substituteInPlace src/core/config/mac_osx.pri --replace /usr ${stdenv.cc} --replace 'QMAKE_CLANG_DIR = \"/usr\"' 'QMAKE_CLANG_DIR = \"${stdenv.cc}\"' '' # Following is required to prevent a build error: # ninja: error: '/nix/store/z8z04p0ph48w22rqzx7ql67gy8cyvidi-SDKs/MacOSX10.12.sdk/usr/include/mach/exc.defs', needed by 'gen/third_party/crashpad/crashpad/util/mach/excUser.c', missing and no known rule to make it + (optionalString (lib.versionAtLeast qtCompatVersion \"5.11\") '' substituteInPlace src/3rdparty/chromium/third_party/crashpad/crashpad/util/BUILD.gn --replace '$sysroot/usr' \"${darwin.xnu}\" '') + '' cat < src/3rdparty/chromium/build/mac/find_sdk.py #!/usr/bin/env python print(\"${darwin.apple_sdk.sdk}\") print(\"10.12.0\") EOF cat < src/3rdparty/chromium/build/config/mac/sdk_info.py #!/usr/bin/env python print('xcode_version=\"0910\"') print('xcode_version_int=910') print('xcode_build=\"9B55\"') print('machine_os_build=\"17E199\"') print('sdk_path=\"\"') print('sdk_version=\"10.10\"') print('sdk_platform_path=\"\"') print('sdk_build=\"17B41\"') EOF # Apple has some secret stuff they don't share with OpenBSM substituteInPlace src/3rdparty/chromium/base/mac/mach_port_broker.mm --replace \"audit_token_to_pid(msg.trailer.msgh_audit)\" \"msg.trailer.msgh_audit.val[5]\""}
{"_id":"q-en-nixpkgs-c952c1d939eeaa2100b2fd4c62430853ff363742105ba952b8932b6b755413d0","text":" From 035709eeac697945a26276cc17b996c1a0678ddc Mon Sep 17 00:00:00 2001 From 05b762c6ca58ecb5fd631a019fbda69b0647785f Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 22 Dec 2020 15:38:56 +0100 Subject: [PATCH] Define configs with env vars"}
{"_id":"q-en-nixpkgs-c957ddfbb03c3c9328fc7199472f4bd52a7232f803d816c3f389440399a33e18","text":"buildInputs = [ atk cairo gdk-pixbuf glib gtk2 stdenv.cc.cc pango gnome2.gtkglext libGLU libGL freetype fontconfig pangox_compat polkit polkit_gnome pulseaudio polkit polkit_gnome pulseaudio ] ++ (with xorg; [ libxcb libxkbfile libX11 libXdamage libXext libXfixes libXi libXmu libXrandr libXtst libXt libICE libSM libXrender"}
{"_id":"q-en-nixpkgs-c988f68191f1cf97355f6392a7be468d421f8c07961805e74f2414b6eaa95551","text":" { lib, python3, fetchFromGitHub, fetchPypi }: let python3Packages = (python3.override { packageOverrides = final: prev: { wxpython = prev.wxpython.overrideAttrs rec { version = \"4.2.0\"; src = fetchPypi { pname = \"wxPython\"; inherit version; hash = \"sha256-ZjzrxFCdfl0RNRiGX+J093+VQ0xdV7w4btWNZc7thsc=\"; }; }; }; }).pkgs; in python3Packages.buildPythonApplication rec { pname = \"yt-dlg\"; version = \"1.8.5\"; src = fetchFromGitHub { owner = \"oleksis\"; repo = \"youtube-dl-gui\"; rev = \"v${version}\"; hash = \"sha256-W1ZlArmM+Ro5MF/rB88me/PD79dJA4v188mPbMd8Kow=\"; }; pyproject = true; build-system = with python3Packages; [ setuptools wheel ]; dependencies = with python3Packages; [ pypubsub wxpython ]; meta = { description = \"A cross platform front-end GUI of the popular youtube-dl written in wxPython.\"; homepage = \"https://oleksis.github.io/youtube-dl-gui\"; license = lib.licenses.unlicense; mainProgram = \"yt-dlg\"; maintainers = with lib.maintainers; [ quantenzitrone ]; }; } "}
{"_id":"q-en-nixpkgs-c99320689d35df26f08843065e76fff4771ea7d7c04587e23824a87fee80af4a","text":" { stdenv, fetchgit, vlc, autoconf, automake, libtool, pkgconfig, npapi_sdk, libxcb, xlibsWrapper, gtk}: with stdenv.lib; stdenv.mkDerivation rec { name = \"vlc-plugin-${version}\"; version = \"2.2.2\"; # This 2.2.2 builds fine with vlc 3.0.3 src = fetchgit { url = \"https://code.videolan.org/videolan/npapi-vlc.git\"; rev = \"5fa6fbc11cf5bad983f57656c0085e47e18fbf20\"; sha256 = \"0k4s0657kv1mx1md8vj87scs0hz59xy7syqdsxb48w3w8gnfljs0\"; }; preConfigure = \"sh autogen.sh\"; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ vlc autoconf automake libtool npapi_sdk libxcb xlibsWrapper gtk ]; enableParallelBuilding = true; passthru = { mozillaPlugin = \"/lib/mozilla/plugins\"; }; meta = with stdenv.lib; { description = \"Webplugins based on libVLC (for firefox, npapi)\"; homepage = https://code.videolan.org/videolan/npapi-vlc; platforms = platforms.linux; license = licenses.gpl2Plus; }; } "}
{"_id":"q-en-nixpkgs-c9a8fe60018e23d728094ebc469f0bc183a40b4cafc1b56dda831e095c162f17","text":"\"kmod-static-nodes.service\" \"local-fs-pre.target\" \"local-fs.target\" \"modprobe@.service\" \"multi-user.target\" \"paths.target\" \"poweroff.target\""}
{"_id":"q-en-nixpkgs-c9b792a97cf61f8adcd338352bbe88260d3571bddad424eae7e24ccec6ec0556","text":" #! @shell@ set -o errexit set -o nounset show_help() { @coreutils@/bin/cat << EOF Usage: uname [OPTION]... Print certain system information. With no OPTION, same as -s. -a, --all print all information, in the following order, except omit -p and -i if unknown: -s, --kernel-name print the kernel name -n, --nodename print the network node hostname -r, --kernel-release print the kernel release -v, --kernel-version print the kernel version -m, --machine print the machine hardware name -p, --processor print the processor type (non-portable) -i, --hardware-platform print the hardware platform (non-portable) -o, --operating-system print the operating system --help display this help and exit --version output version information and exit EOF exit 0 } # Potential command-line options. version=0 all=0 kernel_name=0 nodename=0 kernel_release=0 kernel_version=0 machine=0 processor=0 hardware_platform=0 operating_system=0 @getopt@/bin/getopt --test > /dev/null && rc=$? || rc=$? if [[ $rc -ne 4 ]]; then # This shouldn't happen. echo \"Warning: Enhanced getopt not supported, please open an issue in nixpkgs.\" >&2 else # Define all short and long options. SHORT=hvsnrvmpioa LONG=help,version,kernel-name,nodename,kernel-release,kernel-version,machine,processor,hardware-platform,operating-system,all # Parse all options. PARSED=`@getopt@/bin/getopt --options $SHORT --longoptions $LONG --name \"$0\" -- \"$@\"` eval set -- \"$PARSED\" fi # With no OPTION, same as -s. if [[ $# -eq 0 ]]; then kernel_name=1 fi # Process each argument, and set the appropriate flag if we recognize it. while [[ $# -ge 1 ]]; do case \"$1\" in --version) version=1 ;; -s|--kernel-name) kernel_name=1 ;; -n|--nodename) nodename=1 ;; -r|--kernel-release) kernel_release=1 ;; -v|--kernel-version) kernel_version=1 ;; -m|--machine) machine=1 ;; -p|--processor) processor=1 ;; -i|--hardware-platform) hardware_platform=1 ;; -o|--operating-system) operating_system=1 ;; -a|--all) all=1 ;; --help) show_help ;; --) shift break ;; *) echo \"uname: unrecognized option '$1'\" echo \"Type 'uname --help' for a list of available options.\" exit 1 ;; esac shift done KERNEL_NAME_VAL=@uSystem@ NODENAME_VAL=nixpkgs KERNEL_RELEASE_VAL=@modDirVersion@ # #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 14 10:41:06 UTC 2022 KERNEL_VERSION_VAL=\"#1-NixOS Tue Jan 1 00:00:00 UTC 1980\" MACHINE_VAL=@processor@ PROCESSOR_VAL=unknown HARDWARE_PLATFORM_VAL=unknown OPERATING_SYSTEM_VAL=@operatingSystem@ if [[ \"$version\" = \"1\" ]]; then # in case some script greps for GNU coreutils. echo \"uname (GNU coreutils) 9.1\" echo \"Nixpkgs deterministic-uname\" exit fi # output of the real uname from GNU coreutils # Darwin: # Darwin *nodename* 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103 arm64 arm Darwin # NixOS: # Linux *nodename* 6.0.13 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 14 10:41:06 UTC 2022 x86_64 GNU/Linux if [[ \"$all\" = \"1\" ]]; then echo -n \"$KERNEL_NAME_VAL $NODENAME_VAL $KERNEL_RELEASE_VAL $KERNEL_VERSION_VAL $MACHINE_VAL\" # in help: except omit -p and -i if unknown. #echo -n \"$PROCESSOR_VAL $HARDWARE_PLATFORM_VALn\" echo -n \"$OPERATING_SYSTEM_VAL\" fi if [[ \"$kernel_name\" = \"1\" ]]; then echo -n \"$KERNEL_NAME_VAL\" fi if [[ \"$nodename\" = \"1\" ]]; then echo -n \"$NODENAME_VAL\" fi if [[ \"$kernel_release\" = \"1\" ]]; then echo -n \"$KERNEL_RELEASE_VAL\" fi if [[ \"$kernel_version\" = \"1\" ]]; then echo -n \"$KERNEL_VERSION_VAL\" fi if [[ \"$machine\" = \"1\" ]]; then echo -n \"$MACHINE_VAL\" fi if [[ \"$processor\" = \"1\" ]]; then echo -n \"$PROCESSOR_VAL\" fi if [[ \"$hardware_platform\" = \"1\" ]]; then echo -n \"$HARDWARE_PLATFORM_VAL\" fi if [[ \"$operating_system\" = \"1\" ]]; then echo -n \"$OPERATING_SYSTEM_VAL\" fi # for newline. echo "}
{"_id":"q-en-nixpkgs-c9b7a159b872234e014c3e063d88bcfde7eed7968c20657770ca789c4c46106a","text":"}; testScript = '' mpc = \"${pkgs.mpc_cli}/bin/mpc --wait\" mpc = \"${pkgs.mpc-cli}/bin/mpc --wait\" # Connects to the given server and attempts to play a tune. def play_some_music(server):"}
{"_id":"q-en-nixpkgs-c9ba3883e3578e99a2c2f141083031fa9c018a163b9fd23cc351536f13c00a1f","text":"networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [ cfg.settings.Port ]; }; meta.maintainers = with maintainers; [ nu-nu-ko ]; meta.maintainers = with maintainers; [ nu-nu-ko ]; }"}
{"_id":"q-en-nixpkgs-c9bb888dc1e892dae2919e7b4746b0e07cfd91a6a7a8b114d56c41a22945a12e","text":"stockfish = callPackage ../games/stockfish { }; steamPackages = callPackage ../games/steam { }; steam = steamPackages.steam-chrootenv.override { # DEPRECATED withJava = config.steam.java or false; withPrimus = config.steam.primus or false; }; steam-run = steam.run; stepmania = callPackage ../games/stepmania { }; stuntrally = callPackage ../games/stuntrally { };"}
{"_id":"q-en-nixpkgs-c9ed16d259f23cb7515b440cdbf3da47fdd204aa86946aca203870d198c83804","text":"rm $out/share/man/man1/dh_strip_nondeterminism.1.gz ''; meta = with lib; { postInstall = stdenv.lib.optionalString stdenv.isDarwin '' shortenPerlShebang $out/bin/strip-nondeterminism ''; meta = with stdenv.lib; { description = \"A Perl module for stripping bits of non-deterministic information\"; homepage = \"https://reproducible-builds.org/\"; license = licenses.gpl3;"}
{"_id":"q-en-nixpkgs-c9f3d203766eb8e3b0a54ec9cdc8b72f1dce59da7b4caf4ee4f6f833b5b8e44e","text":"owner = \"intake\"; repo = \"filesystem_spec\"; rev = version; hash = \"sha256-WOzw9UPF8LZuOhp5p/CJUUJcYpAfixV6GiI8tfnoklc=\"; hash = \"sha256-eT1zqTbU5kfQ7bvzigT9579HfXU6VaOEjRg8VG/DHMI=\"; }; propagatedBuildInputs = ["}
{"_id":"q-en-nixpkgs-ca448a6b86b24c05aa2135abcad5fe011f6fbfe03923d1efe57f2abd3ef72a29","text":"buildRustPackage rec { name = \"racerd-${version}\"; version = \"0.1.1\"; version = \"2016-08-23\"; src = fetchgit { url = \"git://github.com/jwilm/racerd.git\"; rev = \"dcbb7885e84eb5e2fbb2072e185701ad1abbd93a\"; sha256 = \"0qm0hpvxba632av355mj1wqd616zjvi0qy045np7mi746m0bbqwh\"; rev = \"5d685ed26ba812a1afe892a8c0d12eb6abbeeb3d\"; sha256 = \"1ww96nc00l8p28rnln31n92x0mp2p5jnaqh2nwc8xi3r559p1y5i\"; }; doCheck = false; depsSha256 = \"0ca0lc8mm8kczll5m03n5fwsr0540c2xbfi4nn9ksn0s4sap50yn\"; depsSha256 = \"13vkabr6bbl2nairxpn3lhqxcr3larasjk03r4hzrn7ff7sy40h2\"; buildInputs = [ makeWrapper ];"}
{"_id":"q-en-nixpkgs-ca4f38fb7215aaa798a960ee2e810237d1db4c37b694016e5fe7fa5e0bcca51c","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":"q-en-nixpkgs-ca55f1a05b1368409b7cf2d2bbf9c8bf55a1ec37c363da1927c0ef1bc1a59549","text":"python3Packages.buildPythonPackage rec { pname = \"yubikey-manager\"; version = \"4.0.7\"; format = \"pyproject\"; src = fetchFromGitHub { repo = \"yubikey-manager\";"}
{"_id":"q-en-nixpkgs-ca5645b343a037016fd480f57499666c9dd9bb7cbc8dc6be8bcc4486c3edc026","text":" { qtModule, qtCompatVersion, qtdeclarative, qtquickcontrols, qtlocation, qtwebchannel { qtModule , qtdeclarative, qtquickcontrols, qtlocation, qtwebchannel , bison, coreutils, flex, git, gperf, ninja, pkgconfig, python2, which"}
{"_id":"q-en-nixpkgs-ca7e7ff3457b410f1cf4959a39a2a73563b08e6c6367a64355b387698bcc3053","text":"./0001-toolchain.patch ]; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ gnu-efi ]; hardeningDisable = [ \"stackprotector\" ];"}
{"_id":"q-en-nixpkgs-ca985a5a6eb16cb7c1ae7f754f69c843b1bd849584dc50ddb9e250f7dcbcb15e","text":"description = \"Mailman package to use\"; }; enablePostfix = mkOption { type = types.bool; default = true; example = false; description = '' Enable Postfix integration. Requires an active Postfix installation. If you want to use another MTA, set this option to false and configure settings in services.mailman.settings.mta. Refer to the Mailman manual for more info. ''; }; siteOwner = mkOption { type = types.str; example = \"postmaster@example.org\";"}
{"_id":"q-en-nixpkgs-cab7cbe0e2056a4f291057a75e76230c0c7f47dcc4d425cf4fee314db526c65a","text":"arrow werkzeug click html5lib vcrpy ]; postPatch = '' # Jailbreak problematic dependencies sed -i -e \"s,'PyYAML.*','PyYAML',g\" setup.py ''; preCheck = '' # Fixes two tests for wrong encoding export PYTHONIOENCODING=utf-8"}
{"_id":"q-en-nixpkgs-cabf0f3d1d969d47be2d0eb0da7db5a1daffd49138979529a57cc193274759b2","text":"echo -n \"$startScript\" > $out/bin/${pname} chmod +x $out/bin/${pname} ln -s ${androidStudio}/bin/studio.png $out/share/pixmaps/${drvName}.png ln -s ${androidStudio}/bin/studio.png $out/share/pixmaps/${pname}.png ln -s ${desktopItem}/share/applications $out/share/applications ''"}
{"_id":"q-en-nixpkgs-cad2e7008cccb6f54ecceb22a3c62deb20aed42451959d5c4bf85c7227f83168","text":"value.fsType = \"9p\"; value.neededForBoot = true; value.options = [ \"trans=virtio\" \"version=9p2000.L\" \"msize=${toString cfg.msize}\" ] [ \"trans=virtio\" \"version=9p2000.L\" \"msize=${toString cfg.msize}\" \"x-systemd.requires=modprobe@9pnet_virtio.service\" ] ++ lib.optional (tag == \"nix-store\") \"cache=loose\"; }; in lib.mkMerge ["}
{"_id":"q-en-nixpkgs-cae8dd922ec61b3d78a13865abe5438770baadcf5e16c0af2f553befd04c3ffc","text":"CoreWLAN Quartz Cocoa LocalAuthentication openbsm libunwind"}
{"_id":"q-en-nixpkgs-cafb5a1e34cd29319e6438ff245f5ff9e699c597904e82f79ba260e4ff232be5","text":"quazip ghc_filesystem tomlplusplus ] ++ lib.optional (lib.versionAtLeast qtbase.version \"6\") qtwayland; ] ++ lib.optional (lib.versionAtLeast qtbase.version \"6\") qtwayland ++ lib.optional gamemodeSupport gamemode.dev; cmakeFlags = lib.optionals (msaClientID != \"\") [ \"-DLauncher_MSA_CLIENT_ID=${msaClientID}\" ] ++ lib.optionals (lib.versionAtLeast qtbase.version \"6\") [ \"-DLauncher_QT_VERSION_MAJOR=6\" ];"}
{"_id":"q-en-nixpkgs-cb1489c99e5fbb5ead1f03893b79d7799e82913bc8e89fc70caa3a117dec3688","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":"q-en-nixpkgs-cb26fd989498443ee5bb7cc1b4bacba312f9da0348bac448e901a0aba7233c97","text":", mpv , qtmultimedia , qtquickcontrols2 , yt-dlp }: mkDerivation {"}
{"_id":"q-en-nixpkgs-cb4641f43b7cc37f3761a306a1436f2580d4063b20c4ba4e117a3ee3ac58e9f5","text":"''; license = licenses.lgpl3; platforms = platforms.unix; maintainers = with maintainers; [ sjmackenzie ]; maintainers = with maintainers; [ sjmackenzie bertof ]; }; }"}
{"_id":"q-en-nixpkgs-cb7505c5b894dfb19e40c063e292e14b1d27ef63ba282035cc9ef50c06749da9","text":"datagrip = buildDataGrip rec { name = \"datagrip-${version}\"; version = \"2019.3.4\"; /* updated by script */ version = \"2020.1\"; /* updated by script */ description = \"Your Swiss Army Knife for Databases and SQL\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/datagrip/${name}.tar.gz\"; sha256 = \"1ygbi212sga6mdkassi51idh7ppchr77ifq3vi5bbm4ibgnsf2b4\"; /* updated by script */ sha256 = \"1z3asz9fp3xnmbhngar60g8rba83kx987ar67j5m8ws7cijqlzix\"; /* updated by script */ }; wmClass = \"jetbrains-datagrip\"; update-channel = \"DataGrip RELEASE\";"}
{"_id":"q-en-nixpkgs-cb853d2a033d5f5f07e4971860a91c9f4fef68813e176415ddbc276c5f94e43e","text":"{stdenv, fetchgit, fetchsvn, autoconf, automake, libtool, gfortran, clang, cmake, gnumake, hwloc, jre, liblapack, blas, hdf5, expat, ncurses, readline, qt4, webkitgtk, which, lp_solve, omniorb, sqlite, libatomic_ops, pkgconfig, file, gettext, flex, bison, doxygen, boost, openscenegraph, gnome2, pangox_compat, xorg, git, bash, gtk2, makeWrapper }: doxygen, boost, openscenegraph, gnome2, xorg, git, bash, gtk2, makeWrapper }: let"}
{"_id":"q-en-nixpkgs-cbbf1d8595fd11ce9a47449dd8cddd8b1cdda0136c6e1f8f95add81a8cbf9563","text":"owner = \"named-data\"; repo = pname; rev = \"ndn-tools-${version}\"; sha256 = \"1q2d0v8srqjbvigr570qw6ia0d9f88aj26ccyxkzjjwwqdx3y4fy\"; sha256 = \"sha256-3hE/esOcS/ln94wZIRVCLjWgouEYnJJf3EvirNEGTeA=\"; }; nativeBuildInputs = [ pkg-config sphinx wafHook ]; buildInputs = [ libpcap ndn-cxx openssl ]; wafConfigureFlags = [ \"--boost-includes=${boost.dev}/include\" \"--boost-libs=${boost.out}/lib\" \"--with-tests\" \"--boost-includes=${boost175.dev}/include\" \"--boost-libs=${boost175.out}/lib\" # \"--with-tests\" ]; doCheck = true; doCheck = false; checkPhase = '' runHook preCheck build/unit-tests runHook postCheck ''; meta = with lib; {"}
{"_id":"q-en-nixpkgs-cbf08d3a5dc967c0cf36c622a397b9dd3846abb8d4ebfdb389f8e3cd16104d25","text":"mesaPackage = mkOption { type = types.package; default = pkgs.mesa_23; defaultText = literalExpression \"pkgs.mesa_23\"; default = pkgs.mesa; defaultText = literalExpression \"pkgs.mesa\"; example = literalExpression \"pkgs.mesa_22\"; description = lib.mdDoc '' The Mesa driver package used for rendering support on the system."}
{"_id":"q-en-nixpkgs-cc2cb7d8c6172ee43535467c613a383cc24d3db8c399103042edca70f9390ecd","text":"CapabilityBoundingSet = \"\"; # ProtectClock= adds DeviceAllow=char-rtc r DeviceAllow = \"\"; LockPersonality = true; NoNewPrivileges = true; PrivateDevices = true; PrivateMounts = true;"}
{"_id":"q-en-nixpkgs-cc366938b7eec167777fc04a5de6553f8c24ee4e4382af16f523fe4245707dab","text":" # This file has been generated by node2nix 1.11.1. Do not edit! {nodeEnv, fetchurl, fetchgit, nix-gitignore, stdenv, lib, globalBuildInputs ? []}: let sources = { \"@ampproject/remapping-2.2.0\" = { name = \"_at_ampproject_slash_remapping\"; packageName = \"@ampproject/remapping\"; version = \"2.2.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz\"; sha512 = \"qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==\"; }; }; \"@babel/code-frame-7.16.7\" = { name = \"_at_babel_slash_code-frame\"; packageName = \"@babel/code-frame\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz\"; sha512 = \"iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==\"; }; }; \"@babel/compat-data-7.17.10\" = { name = \"_at_babel_slash_compat-data\"; packageName = \"@babel/compat-data\"; version = \"7.17.10\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz\"; sha512 = \"GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==\"; }; }; \"@babel/core-7.16.12\" = { name = \"_at_babel_slash_core\"; packageName = \"@babel/core\"; version = \"7.16.12\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/core/-/core-7.16.12.tgz\"; sha512 = \"dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==\"; }; }; \"@babel/core-7.18.2\" = { name = \"_at_babel_slash_core\"; packageName = \"@babel/core\"; version = \"7.18.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz\"; sha512 = \"A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==\"; }; }; \"@babel/generator-7.18.2\" = { name = \"_at_babel_slash_generator\"; packageName = \"@babel/generator\"; version = \"7.18.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz\"; sha512 = \"W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==\"; }; }; \"@babel/helper-compilation-targets-7.18.2\" = { name = \"_at_babel_slash_helper-compilation-targets\"; packageName = \"@babel/helper-compilation-targets\"; version = \"7.18.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz\"; sha512 = \"s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==\"; }; }; \"@babel/helper-environment-visitor-7.18.2\" = { name = \"_at_babel_slash_helper-environment-visitor\"; packageName = \"@babel/helper-environment-visitor\"; version = \"7.18.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz\"; sha512 = \"14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==\"; }; }; \"@babel/helper-function-name-7.17.9\" = { name = \"_at_babel_slash_helper-function-name\"; packageName = \"@babel/helper-function-name\"; version = \"7.17.9\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz\"; sha512 = \"7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==\"; }; }; \"@babel/helper-hoist-variables-7.16.7\" = { name = \"_at_babel_slash_helper-hoist-variables\"; packageName = \"@babel/helper-hoist-variables\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz\"; sha512 = \"m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==\"; }; }; \"@babel/helper-module-imports-7.16.7\" = { name = \"_at_babel_slash_helper-module-imports\"; packageName = \"@babel/helper-module-imports\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz\"; sha512 = \"LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==\"; }; }; \"@babel/helper-module-transforms-7.18.0\" = { name = \"_at_babel_slash_helper-module-transforms\"; packageName = \"@babel/helper-module-transforms\"; version = \"7.18.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz\"; sha512 = \"kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==\"; }; }; \"@babel/helper-plugin-utils-7.17.12\" = { name = \"_at_babel_slash_helper-plugin-utils\"; packageName = \"@babel/helper-plugin-utils\"; version = \"7.17.12\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz\"; sha512 = \"JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==\"; }; }; \"@babel/helper-simple-access-7.18.2\" = { name = \"_at_babel_slash_helper-simple-access\"; packageName = \"@babel/helper-simple-access\"; version = \"7.18.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz\"; sha512 = \"7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==\"; }; }; \"@babel/helper-split-export-declaration-7.16.7\" = { name = \"_at_babel_slash_helper-split-export-declaration\"; packageName = \"@babel/helper-split-export-declaration\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz\"; sha512 = \"xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==\"; }; }; \"@babel/helper-validator-identifier-7.16.7\" = { name = \"_at_babel_slash_helper-validator-identifier\"; packageName = \"@babel/helper-validator-identifier\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz\"; sha512 = \"hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==\"; }; }; \"@babel/helper-validator-option-7.16.7\" = { name = \"_at_babel_slash_helper-validator-option\"; packageName = \"@babel/helper-validator-option\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz\"; sha512 = \"TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==\"; }; }; \"@babel/helpers-7.18.2\" = { name = \"_at_babel_slash_helpers\"; packageName = \"@babel/helpers\"; version = \"7.18.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz\"; sha512 = \"j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==\"; }; }; \"@babel/highlight-7.17.12\" = { name = \"_at_babel_slash_highlight\"; packageName = \"@babel/highlight\"; version = \"7.17.12\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz\"; sha512 = \"7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==\"; }; }; \"@babel/parser-7.18.4\" = { name = \"_at_babel_slash_parser\"; packageName = \"@babel/parser\"; version = \"7.18.4\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/parser/-/parser-7.18.4.tgz\"; sha512 = \"FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==\"; }; }; \"@babel/plugin-transform-destructuring-7.18.0\" = { name = \"_at_babel_slash_plugin-transform-destructuring\"; packageName = \"@babel/plugin-transform-destructuring\"; version = \"7.18.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.0.tgz\"; sha512 = \"Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==\"; }; }; \"@babel/plugin-transform-parameters-7.17.12\" = { name = \"_at_babel_slash_plugin-transform-parameters\"; packageName = \"@babel/plugin-transform-parameters\"; version = \"7.17.12\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.17.12.tgz\"; sha512 = \"6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==\"; }; }; \"@babel/plugin-transform-shorthand-properties-7.16.7\" = { name = \"_at_babel_slash_plugin-transform-shorthand-properties\"; packageName = \"@babel/plugin-transform-shorthand-properties\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz\"; sha512 = \"hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==\"; }; }; \"@babel/runtime-7.18.3\" = { name = \"_at_babel_slash_runtime\"; packageName = \"@babel/runtime\"; version = \"7.18.3\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz\"; sha512 = \"38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==\"; }; }; \"@babel/template-7.16.7\" = { name = \"_at_babel_slash_template\"; packageName = \"@babel/template\"; version = \"7.16.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz\"; sha512 = \"I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==\"; }; }; \"@babel/traverse-7.18.2\" = { name = \"_at_babel_slash_traverse\"; packageName = \"@babel/traverse\"; version = \"7.18.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz\"; sha512 = \"9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==\"; }; }; \"@babel/types-7.18.4\" = { name = \"_at_babel_slash_types\"; packageName = \"@babel/types\"; version = \"7.18.4\"; src = fetchurl { url = \"https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz\"; sha512 = \"ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==\"; }; }; \"@hapi/hoek-9.3.0\" = { name = \"_at_hapi_slash_hoek\"; packageName = \"@hapi/hoek\"; version = \"9.3.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz\"; sha512 = \"/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==\"; }; }; \"@hapi/topo-5.1.0\" = { name = \"_at_hapi_slash_topo\"; packageName = \"@hapi/topo\"; version = \"5.1.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz\"; sha512 = \"foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==\"; }; }; \"@jridgewell/gen-mapping-0.1.1\" = { name = \"_at_jridgewell_slash_gen-mapping\"; packageName = \"@jridgewell/gen-mapping\"; version = \"0.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz\"; sha512 = \"sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==\"; }; }; \"@jridgewell/gen-mapping-0.3.1\" = { name = \"_at_jridgewell_slash_gen-mapping\"; packageName = \"@jridgewell/gen-mapping\"; version = \"0.3.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz\"; sha512 = \"GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==\"; }; }; \"@jridgewell/resolve-uri-3.0.7\" = { name = \"_at_jridgewell_slash_resolve-uri\"; packageName = \"@jridgewell/resolve-uri\"; version = \"3.0.7\"; src = fetchurl { url = \"https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz\"; sha512 = \"8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==\"; }; }; \"@jridgewell/set-array-1.1.1\" = { name = \"_at_jridgewell_slash_set-array\"; packageName = \"@jridgewell/set-array\"; version = \"1.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz\"; sha512 = \"Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==\"; }; }; \"@jridgewell/sourcemap-codec-1.4.13\" = { name = \"_at_jridgewell_slash_sourcemap-codec\"; packageName = \"@jridgewell/sourcemap-codec\"; version = \"1.4.13\"; src = fetchurl { url = \"https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz\"; sha512 = \"GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==\"; }; }; \"@jridgewell/trace-mapping-0.3.13\" = { name = \"_at_jridgewell_slash_trace-mapping\"; packageName = \"@jridgewell/trace-mapping\"; version = \"0.3.13\"; src = fetchurl { url = \"https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz\"; sha512 = \"o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==\"; }; }; \"@mongodb-js/devtools-connect-1.4.3\" = { name = \"_at_mongodb-js_slash_devtools-connect\"; packageName = \"@mongodb-js/devtools-connect\"; version = \"1.4.3\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-1.4.3.tgz\"; sha512 = \"Y7j5XZo+bmphN/IERA9p++91ZYEXPagONUVP7seQ04ha2jHwB6lr6WudPWcRw7NkzPj/PuEjA50lJXtt2ilA3Q==\"; }; }; \"@mongosh/arg-parser-1.5.0\" = { name = \"_at_mongosh_slash_arg-parser\"; packageName = \"@mongosh/arg-parser\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-1.5.0.tgz\"; sha512 = \"6zoeSMXpQUACKL2O+4W8p9T0oxo9Ff65aRROTNsWPDu4o4VJ/axV6Eram9QJH7TeQNrXaBqsMdjZW5dm9oOtaw==\"; }; }; \"@mongosh/async-rewriter2-1.5.0\" = { name = \"_at_mongosh_slash_async-rewriter2\"; packageName = \"@mongosh/async-rewriter2\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/async-rewriter2/-/async-rewriter2-1.5.0.tgz\"; sha512 = \"Bwkmy0+kPODoymC+bXd0u+IAr0B+0O3dKm6XJos7oxyaPfq7Fg/r7pvE80EaseLGmZ5HssIgZ1qBEcmdaIdWxA==\"; }; }; \"@mongosh/autocomplete-1.5.0\" = { name = \"_at_mongosh_slash_autocomplete\"; packageName = \"@mongosh/autocomplete\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/autocomplete/-/autocomplete-1.5.0.tgz\"; sha512 = \"wfF7pgTYLwkhXTgk+xdPOqmRMprJ3KKgC2EYS8ZqtjwCdV1wwxFSHh5r0VW3rnBrBUlT9wMVHaxkBH+raA/EGA==\"; }; }; \"@mongosh/cli-repl-1.5.0\" = { name = \"_at_mongosh_slash_cli-repl\"; packageName = \"@mongosh/cli-repl\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-1.5.0.tgz\"; sha512 = \"o63KWMPKlO0ZhDtiQ3JTrcrKX0Za1PaJYMZwN2IuUJZNFuOrvL2209y8hVjgpjt3ZvaAjTkNZLnQuHhX2NAnTg==\"; }; }; \"@mongosh/editor-1.5.0\" = { name = \"_at_mongosh_slash_editor\"; packageName = \"@mongosh/editor\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/editor/-/editor-1.5.0.tgz\"; sha512 = \"Kss+QDyzU1Aad1ckCmG4ZM1AkTgh3aFKRtnCH1cKY43H72OzRbtVrgduiA6OndYBjjFs8G3RIGKBkDr+0tUmKw==\"; }; }; \"@mongosh/errors-1.5.0\" = { name = \"_at_mongosh_slash_errors\"; packageName = \"@mongosh/errors\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/errors/-/errors-1.5.0.tgz\"; sha512 = \"JfZ1h1/+1hTbdWITX/K0yCE4aE20l87aPyQIjiKS5tbiDzYN/Ef6tN1N5PHc7k6wgJMEdkhn7Gnj/unyfXLa/g==\"; }; }; \"@mongosh/history-1.5.0\" = { name = \"_at_mongosh_slash_history\"; packageName = \"@mongosh/history\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/history/-/history-1.5.0.tgz\"; sha512 = \"ce7a4PgNMEpWbmFe/GoEiyuQjkUS+5dwOBOSFC+iIERb3AK8aCSYInUaMfylmmNKy9vCxCUvco8CndBzqIkNmA==\"; }; }; \"@mongosh/i18n-1.5.0\" = { name = \"_at_mongosh_slash_i18n\"; packageName = \"@mongosh/i18n\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/i18n/-/i18n-1.5.0.tgz\"; sha512 = \"Z3iD0u9lxCL4EqVKi4eukBNQR4BlUpteo1qPv4nVmQd3JyJJNIwehKFYx7B9D2ASilasPXjFJ+WbnQCVJBW9XA==\"; }; }; \"@mongosh/js-multiline-to-singleline-1.5.0\" = { name = \"_at_mongosh_slash_js-multiline-to-singleline\"; packageName = \"@mongosh/js-multiline-to-singleline\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/js-multiline-to-singleline/-/js-multiline-to-singleline-1.5.0.tgz\"; sha512 = \"bf87XYMrQMu+7fpStusgdZ5lfrE94PfeQKDsuMEF75AQOwll9EFfy5xcBxSFtNR1BssPFhW2NjWu924QG9HiJQ==\"; }; }; \"@mongosh/logging-1.5.0\" = { name = \"_at_mongosh_slash_logging\"; packageName = \"@mongosh/logging\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/logging/-/logging-1.5.0.tgz\"; sha512 = \"9rBP9VTldQixkkVVkLees9DG77tccm6+fL4rHFLbGGjmsAc6krUeiRYfLfCMiWlbBGJ2wgmbqmECkK+gCn6Kbw==\"; }; }; \"@mongosh/service-provider-core-1.5.0\" = { name = \"_at_mongosh_slash_service-provider-core\"; packageName = \"@mongosh/service-provider-core\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/service-provider-core/-/service-provider-core-1.5.0.tgz\"; sha512 = \"DKduPWGLWRbSsk+Vv7FDYmcxp7OnOIDtEWHq5A4m5rG/v/Tduv5ZRwVd+aXf7FF0mbZO0kPZxb0HyAhpayCUpg==\"; }; }; \"@mongosh/service-provider-server-1.5.0\" = { name = \"_at_mongosh_slash_service-provider-server\"; packageName = \"@mongosh/service-provider-server\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/service-provider-server/-/service-provider-server-1.5.0.tgz\"; sha512 = \"+Wf8qzKQ+Eshe/xHR1Kx7f/y9CVWEEORs0DzfChA2XyP6RzQV4LiX/REeM72rwvvJdM9z2LSj9x35Hf0qllcPw==\"; }; }; \"@mongosh/shell-api-1.5.0\" = { name = \"_at_mongosh_slash_shell-api\"; packageName = \"@mongosh/shell-api\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/shell-api/-/shell-api-1.5.0.tgz\"; sha512 = \"PfJntaZwsOh00LUcXL4DejEK80jl55bhf8YqIMxCROCJHytujEB+wlunDdVUOAzoEAN5/wkn29slBO9YZ/Vl2w==\"; }; }; \"@mongosh/shell-evaluator-1.5.0\" = { name = \"_at_mongosh_slash_shell-evaluator\"; packageName = \"@mongosh/shell-evaluator\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/shell-evaluator/-/shell-evaluator-1.5.0.tgz\"; sha512 = \"44wLL1zwnBkvECzvz5BZJhVul2K+H7ewQS6Dlzl0PhVmDHBZGSxUD+IJqmNzFkOm26m221nqf+s+75dLbtPN4w==\"; }; }; \"@mongosh/snippet-manager-1.5.0\" = { name = \"_at_mongosh_slash_snippet-manager\"; packageName = \"@mongosh/snippet-manager\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/snippet-manager/-/snippet-manager-1.5.0.tgz\"; sha512 = \"oyr+g5rJ+oUUeTi2N7JZw328+GArMSvjUilwfjSomjccths3PSHMQ3iMNb2rdKLE7QOqHM0763fv4b7qa1Utxw==\"; }; }; \"@mongosh/types-1.5.0\" = { name = \"_at_mongosh_slash_types\"; packageName = \"@mongosh/types\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@mongosh/types/-/types-1.5.0.tgz\"; sha512 = \"rXmnqIp6Z1hOXCqDxQFUztykCkzvxNUrrzxbbj8irKwLTn3to3gpoKZcK+rmRdqZYCVxVKnwunFDnfYwHLpf8Q==\"; }; }; \"@segment/loosely-validate-event-2.0.0\" = { name = \"_at_segment_slash_loosely-validate-event\"; packageName = \"@segment/loosely-validate-event\"; version = \"2.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz\"; sha512 = \"ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==\"; }; }; \"@sideway/address-4.1.4\" = { name = \"_at_sideway_slash_address\"; packageName = \"@sideway/address\"; version = \"4.1.4\"; src = fetchurl { url = \"https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz\"; sha512 = \"7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==\"; }; }; \"@sideway/formula-3.0.0\" = { name = \"_at_sideway_slash_formula\"; packageName = \"@sideway/formula\"; version = \"3.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz\"; sha512 = \"vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==\"; }; }; \"@sideway/pinpoint-2.0.0\" = { name = \"_at_sideway_slash_pinpoint\"; packageName = \"@sideway/pinpoint\"; version = \"2.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz\"; sha512 = \"RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==\"; }; }; \"@types/babel__core-7.1.19\" = { name = \"_at_types_slash_babel__core\"; packageName = \"@types/babel__core\"; version = \"7.1.19\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz\"; sha512 = \"WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==\"; }; }; \"@types/babel__generator-7.6.4\" = { name = \"_at_types_slash_babel__generator\"; packageName = \"@types/babel__generator\"; version = \"7.6.4\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz\"; sha512 = \"tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==\"; }; }; \"@types/babel__template-7.4.1\" = { name = \"_at_types_slash_babel__template\"; packageName = \"@types/babel__template\"; version = \"7.4.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz\"; sha512 = \"azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==\"; }; }; \"@types/babel__traverse-7.17.1\" = { name = \"_at_types_slash_babel__traverse\"; packageName = \"@types/babel__traverse\"; version = \"7.17.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz\"; sha512 = \"kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==\"; }; }; \"@types/chai-4.3.1\" = { name = \"_at_types_slash_chai\"; packageName = \"@types/chai\"; version = \"4.3.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz\"; sha512 = \"/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==\"; }; }; \"@types/node-17.0.38\" = { name = \"_at_types_slash_node\"; packageName = \"@types/node\"; version = \"17.0.38\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/node/-/node-17.0.38.tgz\"; sha512 = \"5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==\"; }; }; \"@types/sinon-10.0.11\" = { name = \"_at_types_slash_sinon\"; packageName = \"@types/sinon\"; version = \"10.0.11\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz\"; sha512 = \"dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==\"; }; }; \"@types/sinon-chai-3.2.8\" = { name = \"_at_types_slash_sinon-chai\"; packageName = \"@types/sinon-chai\"; version = \"3.2.8\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.8.tgz\"; sha512 = \"d4ImIQbT/rKMG8+AXpmcan5T2/PNeSjrYhvkwet6z0p8kzYtfgA32xzOBlbU0yqJfq+/0Ml805iFoODO0LP5/g==\"; }; }; \"@types/sinonjs__fake-timers-8.1.2\" = { name = \"_at_types_slash_sinonjs__fake-timers\"; packageName = \"@types/sinonjs__fake-timers\"; version = \"8.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz\"; sha512 = \"9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==\"; }; }; \"@types/webidl-conversions-6.1.1\" = { name = \"_at_types_slash_webidl-conversions\"; packageName = \"@types/webidl-conversions\"; version = \"6.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz\"; sha512 = \"XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q==\"; }; }; \"@types/whatwg-url-8.2.1\" = { name = \"_at_types_slash_whatwg-url\"; packageName = \"@types/whatwg-url\"; version = \"8.2.1\"; src = fetchurl { url = \"https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.1.tgz\"; sha512 = \"2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==\"; }; }; \"abbrev-1.1.1\" = { name = \"abbrev\"; packageName = \"abbrev\"; version = \"1.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz\"; sha512 = \"nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==\"; }; }; \"acorn-7.4.1\" = { name = \"acorn\"; packageName = \"acorn\"; version = \"7.4.1\"; src = fetchurl { url = \"https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz\"; sha512 = \"nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==\"; }; }; \"acorn-class-fields-0.3.7\" = { name = \"acorn-class-fields\"; packageName = \"acorn-class-fields\"; version = \"0.3.7\"; src = fetchurl { url = \"https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.7.tgz\"; sha512 = \"jdUWSFce0fuADUljmExz4TWpPkxmRW/ZCPRqeeUzbGf0vFUcpQYbyq52l75qGd0oSwwtAepeL6hgb/naRgvcKQ==\"; }; }; \"acorn-numeric-separator-0.3.6\" = { name = \"acorn-numeric-separator\"; packageName = \"acorn-numeric-separator\"; version = \"0.3.6\"; src = fetchurl { url = \"https://registry.npmjs.org/acorn-numeric-separator/-/acorn-numeric-separator-0.3.6.tgz\"; sha512 = \"jUr5esgChu4k7VzesH/Nww3EysuyGJJcTEEiXqILUFKpO96PNyEXmK21M6nE0TSqGA1PeEg1MzgqJaoFsn9JMw==\"; }; }; \"acorn-private-class-elements-0.2.7\" = { name = \"acorn-private-class-elements\"; packageName = \"acorn-private-class-elements\"; version = \"0.2.7\"; src = fetchurl { url = \"https://registry.npmjs.org/acorn-private-class-elements/-/acorn-private-class-elements-0.2.7.tgz\"; sha512 = \"+GZH2wOKNZOBI4OOPmzpo4cs6mW297sn6fgIk1dUI08jGjhAaEwvC39mN2gJAg2lmAQJ1rBkFqKWonL3Zz6PVA==\"; }; }; \"acorn-private-methods-0.3.3\" = { name = \"acorn-private-methods\"; packageName = \"acorn-private-methods\"; version = \"0.3.3\"; src = fetchurl { url = \"https://registry.npmjs.org/acorn-private-methods/-/acorn-private-methods-0.3.3.tgz\"; sha512 = \"46oeEol3YFvLSah5m9hGMlNpxDBCEkdceJgf01AjqKYTK9r6HexKs2rgSbLK81pYjZZMonhftuUReGMlbbv05w==\"; }; }; \"acorn-static-class-features-0.2.4\" = { name = \"acorn-static-class-features\"; packageName = \"acorn-static-class-features\"; version = \"0.2.4\"; src = fetchurl { url = \"https://registry.npmjs.org/acorn-static-class-features/-/acorn-static-class-features-0.2.4.tgz\"; sha512 = \"5X4mpYq5J3pdndLmIB0+WtFd/mKWnNYpuTlTzj32wUu/PMmEGOiayQ5UrqgwdBNiaZBtDDh5kddpP7Yg2QaQYA==\"; }; }; \"analytics-node-3.5.0\" = { name = \"analytics-node\"; packageName = \"analytics-node\"; version = \"3.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/analytics-node/-/analytics-node-3.5.0.tgz\"; sha512 = \"XgQq6ejZHCehUSnZS4V7QJPLIP7S9OAWwQDYl4WTLtsRvc5fCxIwzK/yihzmIW51v9PnyBmrl9dMcqvwfOE8WA==\"; }; }; \"ansi-escape-sequences-5.1.2\" = { name = \"ansi-escape-sequences\"; packageName = \"ansi-escape-sequences\"; version = \"5.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/ansi-escape-sequences/-/ansi-escape-sequences-5.1.2.tgz\"; sha512 = \"JcpoVp1W1bl1Qn4cVuiXEhD6+dyXKSOgCn2zlzE8inYgCJCBy1aPnUhlz6I4DFum8D4ovb9Qi/iAjUcGvG2lqw==\"; }; }; \"ansi-regex-5.0.1\" = { name = \"ansi-regex\"; packageName = \"ansi-regex\"; version = \"5.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz\"; sha512 = \"quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==\"; }; }; \"ansi-styles-3.2.1\" = { name = \"ansi-styles\"; packageName = \"ansi-styles\"; version = \"3.2.1\"; src = fetchurl { url = \"https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz\"; sha512 = \"VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==\"; }; }; \"ansi-styles-4.3.0\" = { name = \"ansi-styles\"; packageName = \"ansi-styles\"; version = \"4.3.0\"; src = fetchurl { url = \"https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz\"; sha512 = \"zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==\"; }; }; \"argparse-2.0.1\" = { name = \"argparse\"; packageName = \"argparse\"; version = \"2.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz\"; sha512 = \"8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==\"; }; }; \"array-back-4.0.2\" = { name = \"array-back\"; packageName = \"array-back\"; version = \"4.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz\"; sha512 = \"NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==\"; }; }; \"askcharacter-1.0.0\" = { name = \"askcharacter\"; packageName = \"askcharacter\"; version = \"1.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/askcharacter/-/askcharacter-1.0.0.tgz\"; sha512 = \"WsJcKyOh7iOWQSWcwPVE//yDUSXn3WvL+bgT9JYdEuiY/xeg1Vgwl5re72ZzufhXOwoiCrWWxW4CscRrxb3kZg==\"; }; }; \"askpassword-1.2.4\" = { name = \"askpassword\"; packageName = \"askpassword\"; version = \"1.2.4\"; src = fetchurl { url = \"https://registry.npmjs.org/askpassword/-/askpassword-1.2.4.tgz\"; sha512 = \"HR27ScUv/j6vHSKU0AN+y3pGA3iqXzD09qqJl6JjVqSJRk7QiKPJt+W4tFhozMbiTsOh/QrIkeRi+Okd97VkRA==\"; }; }; \"aws4-1.11.0\" = { name = \"aws4\"; packageName = \"aws4\"; version = \"1.11.0\"; src = fetchurl { url = \"https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz\"; sha512 = \"xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==\"; }; }; \"axios-0.21.4\" = { name = \"axios\"; packageName = \"axios\"; version = \"0.21.4\"; src = fetchurl { url = \"https://registry.npmjs.org/axios/-/axios-0.21.4.tgz\"; sha512 = \"ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==\"; }; }; \"axios-retry-3.2.5\" = { name = \"axios-retry\"; packageName = \"axios-retry\"; version = \"3.2.5\"; src = fetchurl { url = \"https://registry.npmjs.org/axios-retry/-/axios-retry-3.2.5.tgz\"; sha512 = \"a8umkKbfIkTiYJQLx3v3TzKM85TGKB8ZQYz4zwykt2fpO64TsRlUhjaPaAb3fqMWCXFm2YhWcd8V5FHDKO9bSA==\"; }; }; \"balanced-match-1.0.2\" = { name = \"balanced-match\"; packageName = \"balanced-match\"; version = \"1.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz\"; sha512 = \"3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==\"; }; }; \"base64-js-1.5.1\" = { name = \"base64-js\"; packageName = \"base64-js\"; version = \"1.5.1\"; src = fetchurl { url = \"https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz\"; sha512 = \"AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==\"; }; }; \"brace-expansion-1.1.11\" = { name = \"brace-expansion\"; packageName = \"brace-expansion\"; version = \"1.1.11\"; src = fetchurl { url = \"https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz\"; sha512 = \"iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==\"; }; }; \"browserslist-4.20.3\" = { name = \"browserslist\"; packageName = \"browserslist\"; version = \"4.20.3\"; src = fetchurl { url = \"https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz\"; sha512 = \"NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==\"; }; }; \"bson-4.6.4\" = { name = \"bson\"; packageName = \"bson\"; version = \"4.6.4\"; src = fetchurl { url = \"https://registry.npmjs.org/bson/-/bson-4.6.4.tgz\"; sha512 = \"TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ==\"; }; }; \"buffer-5.7.1\" = { name = \"buffer\"; packageName = \"buffer\"; version = \"5.7.1\"; src = fetchurl { url = \"https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz\"; sha512 = \"EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==\"; }; }; \"caniuse-lite-1.0.30001346\" = { name = \"caniuse-lite\"; packageName = \"caniuse-lite\"; version = \"1.0.30001346\"; src = fetchurl { url = \"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz\"; sha512 = \"q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==\"; }; }; \"chalk-2.4.2\" = { name = \"chalk\"; packageName = \"chalk\"; version = \"2.4.2\"; src = fetchurl { url = \"https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz\"; sha512 = \"Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==\"; }; }; \"chalk-3.0.0\" = { name = \"chalk\"; packageName = \"chalk\"; version = \"3.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz\"; sha512 = \"4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==\"; }; }; \"chalk-4.1.2\" = { name = \"chalk\"; packageName = \"chalk\"; version = \"4.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz\"; sha512 = \"oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==\"; }; }; \"charenc-0.0.2\" = { name = \"charenc\"; packageName = \"charenc\"; version = \"0.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz\"; sha512 = \"yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==\"; }; }; \"chownr-2.0.0\" = { name = \"chownr\"; packageName = \"chownr\"; version = \"2.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz\"; sha512 = \"bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==\"; }; }; \"color-convert-1.9.3\" = { name = \"color-convert\"; packageName = \"color-convert\"; version = \"1.9.3\"; src = fetchurl { url = \"https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz\"; sha512 = \"QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==\"; }; }; \"color-convert-2.0.1\" = { name = \"color-convert\"; packageName = \"color-convert\"; version = \"2.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz\"; sha512 = \"RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==\"; }; }; \"color-name-1.1.3\" = { name = \"color-name\"; packageName = \"color-name\"; version = \"1.1.3\"; src = fetchurl { url = \"https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz\"; sha512 = \"72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==\"; }; }; \"color-name-1.1.4\" = { name = \"color-name\"; packageName = \"color-name\"; version = \"1.1.4\"; src = fetchurl { url = \"https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz\"; sha512 = \"dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==\"; }; }; \"commander-2.20.3\" = { name = \"commander\"; packageName = \"commander\"; version = \"2.20.3\"; src = fetchurl { url = \"https://registry.npmjs.org/commander/-/commander-2.20.3.tgz\"; sha512 = \"GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==\"; }; }; \"component-type-1.2.1\" = { name = \"component-type\"; packageName = \"component-type\"; version = \"1.2.1\"; src = fetchurl { url = \"https://registry.npmjs.org/component-type/-/component-type-1.2.1.tgz\"; sha512 = \"Kgy+2+Uwr75vAi6ChWXgHuLvd+QLD7ssgpaRq2zCvt80ptvAfMc/hijcJxXkBa2wMlEZcJvC2H8Ubo+A9ATHIg==\"; }; }; \"concat-map-0.0.1\" = { name = \"concat-map\"; packageName = \"concat-map\"; version = \"0.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz\"; sha512 = \"/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==\"; }; }; \"config-chain-1.1.13\" = { name = \"config-chain\"; packageName = \"config-chain\"; version = \"1.1.13\"; src = fetchurl { url = \"https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz\"; sha512 = \"qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==\"; }; }; \"convert-source-map-1.8.0\" = { name = \"convert-source-map\"; packageName = \"convert-source-map\"; version = \"1.8.0\"; src = fetchurl { url = \"https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz\"; sha512 = \"+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==\"; }; }; \"cross-spawn-7.0.3\" = { name = \"cross-spawn\"; packageName = \"cross-spawn\"; version = \"7.0.3\"; src = fetchurl { url = \"https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz\"; sha512 = \"iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==\"; }; }; \"crypt-0.0.2\" = { name = \"crypt\"; packageName = \"crypt\"; version = \"0.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz\"; sha512 = \"mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==\"; }; }; \"debug-4.3.4\" = { name = \"debug\"; packageName = \"debug\"; version = \"4.3.4\"; src = fetchurl { url = \"https://registry.npmjs.org/debug/-/debug-4.3.4.tgz\"; sha512 = \"PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==\"; }; }; \"denque-2.0.1\" = { name = \"denque\"; packageName = \"denque\"; version = \"2.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/denque/-/denque-2.0.1.tgz\"; sha512 = \"tfiWc6BQLXNLpNiR5iGd0Ocu3P3VpxfzFiqubLgMfhfOw9WyvgJBd46CClNn9k3qfbjvT//0cf7AlYRX/OslMQ==\"; }; }; \"editorconfig-0.15.3\" = { name = \"editorconfig\"; packageName = \"editorconfig\"; version = \"0.15.3\"; src = fetchurl { url = \"https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz\"; sha512 = \"M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==\"; }; }; \"electron-to-chromium-1.4.144\" = { name = \"electron-to-chromium\"; packageName = \"electron-to-chromium\"; version = \"1.4.144\"; src = fetchurl { url = \"https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.144.tgz\"; sha512 = \"R3RV3rU1xWwFJlSClVWDvARaOk6VUO/FubHLodIASDB3Mc2dzuWvNdfOgH9bwHUTqT79u92qw60NWfwUdzAqdg==\"; }; }; \"emphasize-3.0.0\" = { name = \"emphasize\"; packageName = \"emphasize\"; version = \"3.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/emphasize/-/emphasize-3.0.0.tgz\"; sha512 = \"xhtAWvxdkxsQbcCLGVjlfB7cQ4bWSPYXeaGDwK5Bl7n2y/9R+MVK5UNBTmZ9N8m/YShsiyGgQBgFGcjOWCWXHQ==\"; }; }; \"escalade-3.1.1\" = { name = \"escalade\"; packageName = \"escalade\"; version = \"3.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz\"; sha512 = \"k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==\"; }; }; \"escape-string-regexp-1.0.5\" = { name = \"escape-string-regexp\"; packageName = \"escape-string-regexp\"; version = \"1.0.5\"; src = fetchurl { url = \"https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz\"; sha512 = \"vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==\"; }; }; \"escape-string-regexp-4.0.0\" = { name = \"escape-string-regexp\"; packageName = \"escape-string-regexp\"; version = \"4.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz\"; sha512 = \"TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==\"; }; }; \"fault-1.0.4\" = { name = \"fault\"; packageName = \"fault\"; version = \"1.0.4\"; src = fetchurl { url = \"https://registry.npmjs.org/fault/-/fault-1.0.4.tgz\"; sha512 = \"CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==\"; }; }; \"follow-redirects-1.15.1\" = { name = \"follow-redirects\"; packageName = \"follow-redirects\"; version = \"1.15.1\"; src = fetchurl { url = \"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz\"; sha512 = \"yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==\"; }; }; \"format-0.2.2\" = { name = \"format\"; packageName = \"format\"; version = \"0.2.2\"; src = fetchurl { url = \"https://registry.npmjs.org/format/-/format-0.2.2.tgz\"; sha512 = \"wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==\"; }; }; \"fs-minipass-2.1.0\" = { name = \"fs-minipass\"; packageName = \"fs-minipass\"; version = \"2.1.0\"; src = fetchurl { url = \"https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz\"; sha512 = \"V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==\"; }; }; \"fs.realpath-1.0.0\" = { name = \"fs.realpath\"; packageName = \"fs.realpath\"; version = \"1.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz\"; sha512 = \"OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==\"; }; }; \"gensync-1.0.0-beta.2\" = { name = \"gensync\"; packageName = \"gensync\"; version = \"1.0.0-beta.2\"; src = fetchurl { url = \"https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz\"; sha512 = \"3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==\"; }; }; \"glob-7.2.3\" = { name = \"glob\"; packageName = \"glob\"; version = \"7.2.3\"; src = fetchurl { url = \"https://registry.npmjs.org/glob/-/glob-7.2.3.tgz\"; sha512 = \"nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==\"; }; }; \"globals-11.12.0\" = { name = \"globals\"; packageName = \"globals\"; version = \"11.12.0\"; src = fetchurl { url = \"https://registry.npmjs.org/globals/-/globals-11.12.0.tgz\"; sha512 = \"WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==\"; }; }; \"handle-backspaces-1.0.0\" = { name = \"handle-backspaces\"; packageName = \"handle-backspaces\"; version = \"1.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/handle-backspaces/-/handle-backspaces-1.0.0.tgz\"; sha512 = \"w11NXUn51gVN50nTW5MOuhKuko9xZonnHDe5LlapaOZvuyxDXVDn9b1ZtG0IJTABGbL/UGeSitqHgo9Bb7nDhQ==\"; }; }; \"has-flag-3.0.0\" = { name = \"has-flag\"; packageName = \"has-flag\"; version = \"3.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz\"; sha512 = \"sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==\"; }; }; \"has-flag-4.0.0\" = { name = \"has-flag\"; packageName = \"has-flag\"; version = \"4.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz\"; sha512 = \"EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==\"; }; }; \"highlight.js-9.12.0\" = { name = \"highlight.js\"; packageName = \"highlight.js\"; version = \"9.12.0\"; src = fetchurl { url = \"https://registry.npmjs.org/highlight.js/-/highlight.js-9.12.0.tgz\"; sha512 = \"qNnYpBDO/FQwYVur1+sQBQw7v0cxso1nOYLklqWh6af8ROwwTVoII5+kf/BVa8354WL4ad6rURHYGUXCbD9mMg==\"; }; }; \"hijack-stream-1.0.0\" = { name = \"hijack-stream\"; packageName = \"hijack-stream\"; version = \"1.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/hijack-stream/-/hijack-stream-1.0.0.tgz\"; sha512 = \"9riBbIorIgSvsLQHL/rKEK6vJBexhgSRZC/tkieuei7a1U+CHgrXJVqW+RPswgEyuPbxcGCpx0QXO3iJuKRrrw==\"; }; }; \"ieee754-1.2.1\" = { name = \"ieee754\"; packageName = \"ieee754\"; version = \"1.2.1\"; src = fetchurl { url = \"https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz\"; sha512 = \"dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==\"; }; }; \"inflight-1.0.6\" = { name = \"inflight\"; packageName = \"inflight\"; version = \"1.0.6\"; src = fetchurl { url = \"https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz\"; sha512 = \"k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==\"; }; }; \"inherits-2.0.4\" = { name = \"inherits\"; packageName = \"inherits\"; version = \"2.0.4\"; src = fetchurl { url = \"https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz\"; sha512 = \"k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==\"; }; }; \"ini-1.3.8\" = { name = \"ini\"; packageName = \"ini\"; version = \"1.3.8\"; src = fetchurl { url = \"https://registry.npmjs.org/ini/-/ini-1.3.8.tgz\"; sha512 = \"JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==\"; }; }; \"ip-1.1.8\" = { name = \"ip\"; packageName = \"ip\"; version = \"1.1.8\"; src = fetchurl { url = \"https://registry.npmjs.org/ip/-/ip-1.1.8.tgz\"; sha512 = \"PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==\"; }; }; \"is-buffer-1.1.6\" = { name = \"is-buffer\"; packageName = \"is-buffer\"; version = \"1.1.6\"; src = fetchurl { url = \"https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz\"; sha512 = \"NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==\"; }; }; \"is-recoverable-error-1.0.2\" = { name = \"is-recoverable-error\"; packageName = \"is-recoverable-error\"; version = \"1.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/is-recoverable-error/-/is-recoverable-error-1.0.2.tgz\"; sha512 = \"b/xWWfNO7o+EIVEVy1hYOYP1t1Jbyr5LyVf/Ao6gqeMMLNV8wz8qCDWCXqxaQjbHkg22lSclqE6qhjn4cJVeTA==\"; }; }; \"is-retry-allowed-2.2.0\" = { name = \"is-retry-allowed\"; packageName = \"is-retry-allowed\"; version = \"2.2.0\"; src = fetchurl { url = \"https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz\"; sha512 = \"XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==\"; }; }; \"isexe-2.0.0\" = { name = \"isexe\"; packageName = \"isexe\"; version = \"2.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz\"; sha512 = \"RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==\"; }; }; \"joi-17.6.0\" = { name = \"joi\"; packageName = \"joi\"; version = \"17.6.0\"; src = fetchurl { url = \"https://registry.npmjs.org/joi/-/joi-17.6.0.tgz\"; sha512 = \"OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==\"; }; }; \"join-component-1.1.0\" = { name = \"join-component\"; packageName = \"join-component\"; version = \"1.1.0\"; src = fetchurl { url = \"https://registry.npmjs.org/join-component/-/join-component-1.1.0.tgz\"; sha512 = \"bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==\"; }; }; \"js-beautify-1.14.3\" = { name = \"js-beautify\"; packageName = \"js-beautify\"; version = \"1.14.3\"; src = fetchurl { url = \"https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.3.tgz\"; sha512 = \"f1ra8PHtOEu/70EBnmiUlV8nJePS58y9qKjl4JHfYWlFH6bo7ogZBz//FAZp7jDuXtYnGYKymZPlrg2I/9Zo4g==\"; }; }; \"js-tokens-4.0.0\" = { name = \"js-tokens\"; packageName = \"js-tokens\"; version = \"4.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz\"; sha512 = \"RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==\"; }; }; \"js-yaml-4.1.0\" = { name = \"js-yaml\"; packageName = \"js-yaml\"; version = \"4.1.0\"; src = fetchurl { url = \"https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz\"; sha512 = \"wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==\"; }; }; \"jsesc-2.5.2\" = { name = \"jsesc\"; packageName = \"jsesc\"; version = \"2.5.2\"; src = fetchurl { url = \"https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz\"; sha512 = \"OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==\"; }; }; \"json5-2.2.1\" = { name = \"json5\"; packageName = \"json5\"; version = \"2.2.1\"; src = fetchurl { url = \"https://registry.npmjs.org/json5/-/json5-2.2.1.tgz\"; sha512 = \"1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==\"; }; }; \"lodash-4.17.21\" = { name = \"lodash\"; packageName = \"lodash\"; version = \"4.17.21\"; src = fetchurl { url = \"https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz\"; sha512 = \"v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==\"; }; }; \"lodash.isstring-4.0.1\" = { name = \"lodash.isstring\"; packageName = \"lodash.isstring\"; version = \"4.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz\"; sha512 = \"0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==\"; }; }; \"lowlight-1.9.2\" = { name = \"lowlight\"; packageName = \"lowlight\"; version = \"1.9.2\"; src = fetchurl { url = \"https://registry.npmjs.org/lowlight/-/lowlight-1.9.2.tgz\"; sha512 = \"Ek18ElVCf/wF/jEm1b92gTnigh94CtBNWiZ2ad+vTgW7cTmQxUY3I98BjHK68gZAJEWmybGBZgx9qv3QxLQB/Q==\"; }; }; \"lru-cache-4.1.5\" = { name = \"lru-cache\"; packageName = \"lru-cache\"; version = \"4.1.5\"; src = fetchurl { url = \"https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz\"; sha512 = \"sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==\"; }; }; \"lru-cache-6.0.0\" = { name = \"lru-cache\"; packageName = \"lru-cache\"; version = \"6.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz\"; sha512 = \"Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==\"; }; }; \"md5-2.3.0\" = { name = \"md5\"; packageName = \"md5\"; version = \"2.3.0\"; src = fetchurl { url = \"https://registry.npmjs.org/md5/-/md5-2.3.0.tgz\"; sha512 = \"T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==\"; }; }; \"memory-pager-1.5.0\" = { name = \"memory-pager\"; packageName = \"memory-pager\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz\"; sha512 = \"ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==\"; }; }; \"minimatch-3.1.2\" = { name = \"minimatch\"; packageName = \"minimatch\"; version = \"3.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz\"; sha512 = \"J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==\"; }; }; \"minipass-3.1.6\" = { name = \"minipass\"; packageName = \"minipass\"; version = \"3.1.6\"; src = fetchurl { url = \"https://registry.npmjs.org/minipass/-/minipass-3.1.6.tgz\"; sha512 = \"rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==\"; }; }; \"minizlib-2.1.2\" = { name = \"minizlib\"; packageName = \"minizlib\"; version = \"2.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz\"; sha512 = \"bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==\"; }; }; \"mkdirp-1.0.4\" = { name = \"mkdirp\"; packageName = \"mkdirp\"; version = \"1.0.4\"; src = fetchurl { url = \"https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz\"; sha512 = \"vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==\"; }; }; \"mongodb-4.6.0\" = { name = \"mongodb\"; packageName = \"mongodb\"; version = \"4.6.0\"; src = fetchurl { url = \"https://registry.npmjs.org/mongodb/-/mongodb-4.6.0.tgz\"; sha512 = \"1gsxVXmjFTPJ+CkMG9olE4bcVsyY8lBJN9m5B5vj+LZ7wkBqq3PO8RVmNX9GwCBOBz1KV0zM00vPviUearSv7A==\"; }; }; \"mongodb-ace-autocompleter-0.11.1\" = { name = \"mongodb-ace-autocompleter\"; packageName = \"mongodb-ace-autocompleter\"; version = \"0.11.1\"; src = fetchurl { url = \"https://registry.npmjs.org/mongodb-ace-autocompleter/-/mongodb-ace-autocompleter-0.11.1.tgz\"; sha512 = \"owAU1JRy05XiwUj2+WG3jHPEz8UAjpciW0Hl+mwrYvZJJZG898XUlKqL5Cryh3WogSyxlhEW2SWT4zHKN7AAcg==\"; }; }; \"mongodb-build-info-1.4.0\" = { name = \"mongodb-build-info\"; packageName = \"mongodb-build-info\"; version = \"1.4.0\"; src = fetchurl { url = \"https://registry.npmjs.org/mongodb-build-info/-/mongodb-build-info-1.4.0.tgz\"; sha512 = \"X6bKL2kz2DY2cQp/QKJW3Qfb9YgtHZ4+5W48UAIsuIf0OtS5O4pU6/Mh6MCaVt/4VGejERZFuRXnrufMUFKC7w==\"; }; }; \"mongodb-connection-string-url-2.5.2\" = { name = \"mongodb-connection-string-url\"; packageName = \"mongodb-connection-string-url\"; version = \"2.5.2\"; src = fetchurl { url = \"https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.2.tgz\"; sha512 = \"tWDyIG8cQlI5k3skB6ywaEA5F9f5OntrKKsT/Lteub2zgwSUlhqEN2inGgBTm8bpYJf8QYBdA/5naz65XDpczA==\"; }; }; \"mongodb-log-writer-1.1.4\" = { name = \"mongodb-log-writer\"; packageName = \"mongodb-log-writer\"; version = \"1.1.4\"; src = fetchurl { url = \"https://registry.npmjs.org/mongodb-log-writer/-/mongodb-log-writer-1.1.4.tgz\"; sha512 = \"wVX/AmKaGlV3509FG17M5edJmv5/YN5I+X4dU5C4VYA0HnBNhnowMqwADAdObeP+jr5LbSDXXQcqGakDjpc2UA==\"; }; }; \"mongodb-redact-0.2.2\" = { name = \"mongodb-redact\"; packageName = \"mongodb-redact\"; version = \"0.2.2\"; src = fetchurl { url = \"https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-0.2.2.tgz\"; sha512 = \"tmgDpSBymFtKggsLzpa0vDYaqh2wEXOswBZtJkXvbPKP0ThfPwoFYXtOukactU6WZsC4RYmpSPM4P6582FR/Xw==\"; }; }; \"ms-2.1.2\" = { name = \"ms\"; packageName = \"ms\"; version = \"2.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/ms/-/ms-2.1.2.tgz\"; sha512 = \"sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==\"; }; }; \"mustache-4.2.0\" = { name = \"mustache\"; packageName = \"mustache\"; version = \"4.2.0\"; src = fetchurl { url = \"https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz\"; sha512 = \"71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==\"; }; }; \"nanoassert-1.1.0\" = { name = \"nanoassert\"; packageName = \"nanoassert\"; version = \"1.1.0\"; src = fetchurl { url = \"https://registry.npmjs.org/nanoassert/-/nanoassert-1.1.0.tgz\"; sha512 = \"C40jQ3NzfkP53NsO8kEOFd79p4b9kDXQMwgiY1z8ZwrDZgUyom0AHwGegF4Dm99L+YoYhuaB0ceerUcXmqr1rQ==\"; }; }; \"nanobus-4.5.0\" = { name = \"nanobus\"; packageName = \"nanobus\"; version = \"4.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/nanobus/-/nanobus-4.5.0.tgz\"; sha512 = \"7sBZo9wthqNJ7QXnfVXZL7fkKJLN55GLOdX+RyZT34UOvxxnFtJe/c7K0ZRLAKOvaY1xJThFFn0Usw2H9R6Frg==\"; }; }; \"nanoscheduler-1.0.3\" = { name = \"nanoscheduler\"; packageName = \"nanoscheduler\"; version = \"1.0.3\"; src = fetchurl { url = \"https://registry.npmjs.org/nanoscheduler/-/nanoscheduler-1.0.3.tgz\"; sha512 = \"jBbrF3qdU9321r8n9X7yu18DjP31Do2ItJm3mWrt90wJTrnDO+HXpoV7ftaUglAtjgj9s+OaCxGufbvx6pvbEQ==\"; }; }; \"nanotiming-7.3.1\" = { name = \"nanotiming\"; packageName = \"nanotiming\"; version = \"7.3.1\"; src = fetchurl { url = \"https://registry.npmjs.org/nanotiming/-/nanotiming-7.3.1.tgz\"; sha512 = \"l3lC7v/PfOuRWQa8vV29Jo6TG10wHtnthLElFXs4Te4Aas57Fo4n1Q8LH9n+NDh9riOzTVvb2QNBhTS4JUKNjw==\"; }; }; \"node-fetch-2.6.7\" = { name = \"node-fetch\"; packageName = \"node-fetch\"; version = \"2.6.7\"; src = fetchurl { url = \"https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz\"; sha512 = \"ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==\"; }; }; \"node-releases-2.0.5\" = { name = \"node-releases\"; packageName = \"node-releases\"; version = \"2.0.5\"; src = fetchurl { url = \"https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz\"; sha512 = \"U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==\"; }; }; \"nopt-5.0.0\" = { name = \"nopt\"; packageName = \"nopt\"; version = \"5.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz\"; sha512 = \"Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==\"; }; }; \"numeral-2.0.6\" = { name = \"numeral\"; packageName = \"numeral\"; version = \"2.0.6\"; src = fetchurl { url = \"https://registry.npmjs.org/numeral/-/numeral-2.0.6.tgz\"; sha512 = \"qaKRmtYPZ5qdw4jWJD6bxEf1FJEqllJrwxCLIm0sQU/A7v2/czigzOb+C2uSiFsa9lBUzeH7M1oK+Q+OLxL3kA==\"; }; }; \"once-1.4.0\" = { name = \"once\"; packageName = \"once\"; version = \"1.4.0\"; src = fetchurl { url = \"https://registry.npmjs.org/once/-/once-1.4.0.tgz\"; sha512 = \"lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==\"; }; }; \"path-is-absolute-1.0.1\" = { name = \"path-is-absolute\"; packageName = \"path-is-absolute\"; version = \"1.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz\"; sha512 = \"AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==\"; }; }; \"path-key-3.1.1\" = { name = \"path-key\"; packageName = \"path-key\"; version = \"3.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz\"; sha512 = \"ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==\"; }; }; \"picocolors-1.0.0\" = { name = \"picocolors\"; packageName = \"picocolors\"; version = \"1.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz\"; sha512 = \"1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==\"; }; }; \"pretty-repl-3.1.1\" = { name = \"pretty-repl\"; packageName = \"pretty-repl\"; version = \"3.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/pretty-repl/-/pretty-repl-3.1.1.tgz\"; sha512 = \"JHhsuel0+/j4nKIdRnCcdE5qx4FVpeJEXTCpmGdhv5ivKlXWoQw0x9AqocsGQ+HABJ63lJ6pYF1OCoWAF0rEhA==\"; }; }; \"proto-list-1.2.4\" = { name = \"proto-list\"; packageName = \"proto-list\"; version = \"1.2.4\"; src = fetchurl { url = \"https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz\"; sha512 = \"vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==\"; }; }; \"pseudomap-1.0.2\" = { name = \"pseudomap\"; packageName = \"pseudomap\"; version = \"1.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz\"; sha512 = \"b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==\"; }; }; \"punycode-2.1.1\" = { name = \"punycode\"; packageName = \"punycode\"; version = \"2.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz\"; sha512 = \"XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==\"; }; }; \"regenerator-runtime-0.13.9\" = { name = \"regenerator-runtime\"; packageName = \"regenerator-runtime\"; version = \"0.13.9\"; src = fetchurl { url = \"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz\"; sha512 = \"p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==\"; }; }; \"remove-array-items-1.1.1\" = { name = \"remove-array-items\"; packageName = \"remove-array-items\"; version = \"1.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/remove-array-items/-/remove-array-items-1.1.1.tgz\"; sha512 = \"MXW/jtHyl5F1PZI7NbpS8SOtympdLuF20aoWJT5lELR1p/HJDd5nqW8Eu9uLh/hCRY3FgvrIT5AwDCgBODklcA==\"; }; }; \"remove-trailing-slash-0.1.1\" = { name = \"remove-trailing-slash\"; packageName = \"remove-trailing-slash\"; version = \"0.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/remove-trailing-slash/-/remove-trailing-slash-0.1.1.tgz\"; sha512 = \"o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==\"; }; }; \"safe-buffer-5.1.2\" = { name = \"safe-buffer\"; packageName = \"safe-buffer\"; version = \"5.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz\"; sha512 = \"Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==\"; }; }; \"saslprep-git+https://github.com/mongodb-js/saslprep#v1.0.4\" = { name = \"saslprep\"; packageName = \"saslprep\"; version = \"1.0.4\"; src = fetchgit { url = \"https://github.com/mongodb-js/saslprep\"; rev = \"4dca1b4c242045dd40576b591396c5a58ef7471a\"; sha256 = \"daff36e584e9d318cc9bd749d1052166c44bbad647e91133e4a85380946b99ac\"; }; }; \"semver-5.7.1\" = { name = \"semver\"; packageName = \"semver\"; version = \"5.7.1\"; src = fetchurl { url = \"https://registry.npmjs.org/semver/-/semver-5.7.1.tgz\"; sha512 = \"sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==\"; }; }; \"semver-6.3.0\" = { name = \"semver\"; packageName = \"semver\"; version = \"6.3.0\"; src = fetchurl { url = \"https://registry.npmjs.org/semver/-/semver-6.3.0.tgz\"; sha512 = \"b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==\"; }; }; \"semver-7.3.7\" = { name = \"semver\"; packageName = \"semver\"; version = \"7.3.7\"; src = fetchurl { url = \"https://registry.npmjs.org/semver/-/semver-7.3.7.tgz\"; sha512 = \"QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==\"; }; }; \"shebang-command-2.0.0\" = { name = \"shebang-command\"; packageName = \"shebang-command\"; version = \"2.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz\"; sha512 = \"kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==\"; }; }; \"shebang-regex-3.0.0\" = { name = \"shebang-regex\"; packageName = \"shebang-regex\"; version = \"3.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz\"; sha512 = \"7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==\"; }; }; \"sigmund-1.0.1\" = { name = \"sigmund\"; packageName = \"sigmund\"; version = \"1.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz\"; sha1 = \"3ff21f198cad2175f9f3b781853fd94d0d19b590\"; }; }; \"smart-buffer-4.2.0\" = { name = \"smart-buffer\"; packageName = \"smart-buffer\"; version = \"4.2.0\"; src = fetchurl { url = \"https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz\"; sha512 = \"94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==\"; }; }; \"socks-2.6.2\" = { name = \"socks\"; packageName = \"socks\"; version = \"2.6.2\"; src = fetchurl { url = \"https://registry.npmjs.org/socks/-/socks-2.6.2.tgz\"; sha512 = \"zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==\"; }; }; \"source-map-0.5.7\" = { name = \"source-map\"; packageName = \"source-map\"; version = \"0.5.7\"; src = fetchurl { url = \"https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz\"; sha1 = \"8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc\"; }; }; \"sparse-bitfield-3.0.3\" = { name = \"sparse-bitfield\"; packageName = \"sparse-bitfield\"; version = \"3.0.3\"; src = fetchurl { url = \"https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz\"; sha1 = \"ff4ae6e68656056ba4b3e792ab3334d38273ca11\"; }; }; \"strip-ansi-6.0.1\" = { name = \"strip-ansi\"; packageName = \"strip-ansi\"; version = \"6.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz\"; sha512 = \"Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==\"; }; }; \"supports-color-5.5.0\" = { name = \"supports-color\"; packageName = \"supports-color\"; version = \"5.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz\"; sha512 = \"QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==\"; }; }; \"supports-color-7.2.0\" = { name = \"supports-color\"; packageName = \"supports-color\"; version = \"7.2.0\"; src = fetchurl { url = \"https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz\"; sha512 = \"qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==\"; }; }; \"system-ca-1.0.2\" = { name = \"system-ca\"; packageName = \"system-ca\"; version = \"1.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/system-ca/-/system-ca-1.0.2.tgz\"; sha512 = \"/6CCJOKB5Fpi0x7/DCbV7uiFPgwGCeJsAaSondXS2DjLBv7ER2worVGvQWJqPM0kgOKO6auaCcSWpJKnrDmXjw==\"; }; }; \"tar-6.1.11\" = { name = \"tar\"; packageName = \"tar\"; version = \"6.1.11\"; src = fetchurl { url = \"https://registry.npmjs.org/tar/-/tar-6.1.11.tgz\"; sha512 = \"an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==\"; }; }; \"text-table-0.2.0\" = { name = \"text-table\"; packageName = \"text-table\"; version = \"0.2.0\"; src = fetchurl { url = \"https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz\"; sha1 = \"7f5ee823ae805207c00af2df4a84ec3fcfa570b4\"; }; }; \"to-fast-properties-2.0.0\" = { name = \"to-fast-properties\"; packageName = \"to-fast-properties\"; version = \"2.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz\"; sha1 = \"dc5e698cbd079265bc73e0377681a4e4e83f616e\"; }; }; \"tr46-0.0.3\" = { name = \"tr46\"; packageName = \"tr46\"; version = \"0.0.3\"; src = fetchurl { url = \"https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz\"; sha1 = \"8184fd347dac9cdc185992f3a6622e14b9d9ab6a\"; }; }; \"tr46-3.0.0\" = { name = \"tr46\"; packageName = \"tr46\"; version = \"3.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz\"; sha512 = \"l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==\"; }; }; \"uuid-3.4.0\" = { name = \"uuid\"; packageName = \"uuid\"; version = \"3.4.0\"; src = fetchurl { url = \"https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz\"; sha512 = \"HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==\"; }; }; \"webidl-conversions-3.0.1\" = { name = \"webidl-conversions\"; packageName = \"webidl-conversions\"; version = \"3.0.1\"; src = fetchurl { url = \"https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz\"; sha1 = \"24534275e2a7bc6be7bc86611cc16ae0a5654871\"; }; }; \"webidl-conversions-7.0.0\" = { name = \"webidl-conversions\"; packageName = \"webidl-conversions\"; version = \"7.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz\"; sha512 = \"VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==\"; }; }; \"whatwg-url-11.0.0\" = { name = \"whatwg-url\"; packageName = \"whatwg-url\"; version = \"11.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz\"; sha512 = \"RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==\"; }; }; \"whatwg-url-5.0.0\" = { name = \"whatwg-url\"; packageName = \"whatwg-url\"; version = \"5.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz\"; sha1 = \"966454e8765462e37644d3626f6742ce8b70965d\"; }; }; \"which-2.0.2\" = { name = \"which\"; packageName = \"which\"; version = \"2.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/which/-/which-2.0.2.tgz\"; sha512 = \"BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==\"; }; }; \"wrappy-1.0.2\" = { name = \"wrappy\"; packageName = \"wrappy\"; version = \"1.0.2\"; src = fetchurl { url = \"https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz\"; sha1 = \"b5243d8f3ec1aa35f1364605bc0d1036e30ab69f\"; }; }; \"yallist-2.1.2\" = { name = \"yallist\"; packageName = \"yallist\"; version = \"2.1.2\"; src = fetchurl { url = \"https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz\"; sha1 = \"1c11f9218f076089a47dd512f93c6699a6a81d52\"; }; }; \"yallist-4.0.0\" = { name = \"yallist\"; packageName = \"yallist\"; version = \"4.0.0\"; src = fetchurl { url = \"https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz\"; sha512 = \"3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==\"; }; }; \"yargs-parser-20.2.9\" = { name = \"yargs-parser\"; packageName = \"yargs-parser\"; version = \"20.2.9\"; src = fetchurl { url = \"https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz\"; sha512 = \"y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==\"; }; }; }; in { mongosh = nodeEnv.buildNodePackage { name = \"mongosh\"; packageName = \"mongosh\"; version = \"1.5.0\"; src = fetchurl { url = \"https://registry.npmjs.org/mongosh/-/mongosh-1.5.0.tgz\"; sha512 = \"/SdcqHwQdb2hJ39ZkBHHlXtu12pCoYCRbC19nCeBnkNAU3HdxCPjCI1bG+XdDRc8XZzksnMxDatTOiyAEUkTXA==\"; }; dependencies = [ sources.\"@ampproject/remapping-2.2.0\" sources.\"@babel/code-frame-7.16.7\" sources.\"@babel/compat-data-7.17.10\" (sources.\"@babel/core-7.18.2\" // { dependencies = [ sources.\"semver-6.3.0\" ]; }) (sources.\"@babel/generator-7.18.2\" // { dependencies = [ sources.\"@jridgewell/gen-mapping-0.3.1\" ]; }) (sources.\"@babel/helper-compilation-targets-7.18.2\" // { dependencies = [ sources.\"semver-6.3.0\" ]; }) sources.\"@babel/helper-environment-visitor-7.18.2\" sources.\"@babel/helper-function-name-7.17.9\" sources.\"@babel/helper-hoist-variables-7.16.7\" sources.\"@babel/helper-module-imports-7.16.7\" sources.\"@babel/helper-module-transforms-7.18.0\" sources.\"@babel/helper-plugin-utils-7.17.12\" sources.\"@babel/helper-simple-access-7.18.2\" sources.\"@babel/helper-split-export-declaration-7.16.7\" sources.\"@babel/helper-validator-identifier-7.16.7\" sources.\"@babel/helper-validator-option-7.16.7\" sources.\"@babel/helpers-7.18.2\" sources.\"@babel/highlight-7.17.12\" sources.\"@babel/parser-7.18.4\" sources.\"@babel/plugin-transform-destructuring-7.18.0\" sources.\"@babel/plugin-transform-parameters-7.17.12\" sources.\"@babel/plugin-transform-shorthand-properties-7.16.7\" sources.\"@babel/runtime-7.18.3\" sources.\"@babel/template-7.16.7\" sources.\"@babel/traverse-7.18.2\" sources.\"@babel/types-7.18.4\" sources.\"@hapi/hoek-9.3.0\" sources.\"@hapi/topo-5.1.0\" sources.\"@jridgewell/gen-mapping-0.1.1\" sources.\"@jridgewell/resolve-uri-3.0.7\" sources.\"@jridgewell/set-array-1.1.1\" sources.\"@jridgewell/sourcemap-codec-1.4.13\" sources.\"@jridgewell/trace-mapping-0.3.13\" sources.\"@mongodb-js/devtools-connect-1.4.3\" sources.\"@mongosh/arg-parser-1.5.0\" (sources.\"@mongosh/async-rewriter2-1.5.0\" // { dependencies = [ sources.\"@babel/core-7.16.12\" sources.\"semver-6.3.0\" ]; }) sources.\"@mongosh/autocomplete-1.5.0\" sources.\"@mongosh/cli-repl-1.5.0\" sources.\"@mongosh/editor-1.5.0\" sources.\"@mongosh/errors-1.5.0\" sources.\"@mongosh/history-1.5.0\" sources.\"@mongosh/i18n-1.5.0\" sources.\"@mongosh/js-multiline-to-singleline-1.5.0\" sources.\"@mongosh/logging-1.5.0\" sources.\"@mongosh/service-provider-core-1.5.0\" sources.\"@mongosh/service-provider-server-1.5.0\" sources.\"@mongosh/shell-api-1.5.0\" sources.\"@mongosh/shell-evaluator-1.5.0\" (sources.\"@mongosh/snippet-manager-1.5.0\" // { dependencies = [ sources.\"escape-string-regexp-4.0.0\" ]; }) sources.\"@mongosh/types-1.5.0\" sources.\"@segment/loosely-validate-event-2.0.0\" sources.\"@sideway/address-4.1.4\" sources.\"@sideway/formula-3.0.0\" sources.\"@sideway/pinpoint-2.0.0\" sources.\"@types/babel__core-7.1.19\" sources.\"@types/babel__generator-7.6.4\" sources.\"@types/babel__template-7.4.1\" sources.\"@types/babel__traverse-7.17.1\" sources.\"@types/chai-4.3.1\" sources.\"@types/node-17.0.38\" sources.\"@types/sinon-10.0.11\" sources.\"@types/sinon-chai-3.2.8\" sources.\"@types/sinonjs__fake-timers-8.1.2\" sources.\"@types/webidl-conversions-6.1.1\" sources.\"@types/whatwg-url-8.2.1\" sources.\"abbrev-1.1.1\" sources.\"acorn-7.4.1\" sources.\"acorn-class-fields-0.3.7\" sources.\"acorn-numeric-separator-0.3.6\" sources.\"acorn-private-class-elements-0.2.7\" sources.\"acorn-private-methods-0.3.3\" sources.\"acorn-static-class-features-0.2.4\" sources.\"analytics-node-3.5.0\" sources.\"ansi-escape-sequences-5.1.2\" sources.\"ansi-regex-5.0.1\" sources.\"ansi-styles-3.2.1\" sources.\"argparse-2.0.1\" sources.\"array-back-4.0.2\" sources.\"askcharacter-1.0.0\" sources.\"askpassword-1.2.4\" sources.\"aws4-1.11.0\" sources.\"axios-0.21.4\" sources.\"axios-retry-3.2.5\" sources.\"balanced-match-1.0.2\" sources.\"base64-js-1.5.1\" sources.\"brace-expansion-1.1.11\" sources.\"browserslist-4.20.3\" sources.\"bson-4.6.4\" sources.\"buffer-5.7.1\" sources.\"caniuse-lite-1.0.30001346\" sources.\"chalk-2.4.2\" sources.\"charenc-0.0.2\" sources.\"chownr-2.0.0\" sources.\"color-convert-1.9.3\" sources.\"color-name-1.1.3\" sources.\"commander-2.20.3\" sources.\"component-type-1.2.1\" sources.\"concat-map-0.0.1\" sources.\"config-chain-1.1.13\" sources.\"convert-source-map-1.8.0\" sources.\"cross-spawn-7.0.3\" sources.\"crypt-0.0.2\" sources.\"debug-4.3.4\" sources.\"denque-2.0.1\" (sources.\"editorconfig-0.15.3\" // { dependencies = [ sources.\"semver-5.7.1\" ]; }) sources.\"electron-to-chromium-1.4.144\" (sources.\"emphasize-3.0.0\" // { dependencies = [ sources.\"ansi-styles-4.3.0\" sources.\"chalk-3.0.0\" sources.\"color-convert-2.0.1\" sources.\"color-name-1.1.4\" sources.\"has-flag-4.0.0\" sources.\"supports-color-7.2.0\" ]; }) sources.\"escalade-3.1.1\" sources.\"escape-string-regexp-1.0.5\" sources.\"fault-1.0.4\" sources.\"follow-redirects-1.15.1\" sources.\"format-0.2.2\" sources.\"fs-minipass-2.1.0\" sources.\"fs.realpath-1.0.0\" sources.\"gensync-1.0.0-beta.2\" sources.\"glob-7.2.3\" sources.\"globals-11.12.0\" sources.\"handle-backspaces-1.0.0\" sources.\"has-flag-3.0.0\" sources.\"highlight.js-9.12.0\" sources.\"hijack-stream-1.0.0\" sources.\"ieee754-1.2.1\" sources.\"inflight-1.0.6\" sources.\"inherits-2.0.4\" sources.\"ini-1.3.8\" sources.\"ip-1.1.8\" sources.\"is-buffer-1.1.6\" sources.\"is-recoverable-error-1.0.2\" sources.\"is-retry-allowed-2.2.0\" sources.\"isexe-2.0.0\" sources.\"joi-17.6.0\" sources.\"join-component-1.1.0\" sources.\"js-beautify-1.14.3\" sources.\"js-tokens-4.0.0\" sources.\"js-yaml-4.1.0\" sources.\"jsesc-2.5.2\" sources.\"json5-2.2.1\" sources.\"lodash-4.17.21\" sources.\"lodash.isstring-4.0.1\" sources.\"lowlight-1.9.2\" sources.\"lru-cache-4.1.5\" sources.\"md5-2.3.0\" sources.\"memory-pager-1.5.0\" sources.\"minimatch-3.1.2\" (sources.\"minipass-3.1.6\" // { dependencies = [ sources.\"yallist-4.0.0\" ]; }) (sources.\"minizlib-2.1.2\" // { dependencies = [ sources.\"yallist-4.0.0\" ]; }) sources.\"mkdirp-1.0.4\" sources.\"mongodb-4.6.0\" sources.\"mongodb-ace-autocompleter-0.11.1\" sources.\"mongodb-build-info-1.4.0\" (sources.\"mongodb-connection-string-url-2.5.2\" // { dependencies = [ sources.\"tr46-3.0.0\" sources.\"webidl-conversions-7.0.0\" sources.\"whatwg-url-11.0.0\" ]; }) sources.\"mongodb-log-writer-1.1.4\" sources.\"mongodb-redact-0.2.2\" sources.\"ms-2.1.2\" sources.\"mustache-4.2.0\" sources.\"nanoassert-1.1.0\" sources.\"nanobus-4.5.0\" sources.\"nanoscheduler-1.0.3\" sources.\"nanotiming-7.3.1\" sources.\"node-fetch-2.6.7\" sources.\"node-releases-2.0.5\" sources.\"nopt-5.0.0\" sources.\"numeral-2.0.6\" sources.\"once-1.4.0\" sources.\"path-is-absolute-1.0.1\" sources.\"path-key-3.1.1\" sources.\"picocolors-1.0.0\" (sources.\"pretty-repl-3.1.1\" // { dependencies = [ sources.\"ansi-styles-4.3.0\" sources.\"chalk-4.1.2\" sources.\"color-convert-2.0.1\" sources.\"color-name-1.1.4\" sources.\"has-flag-4.0.0\" sources.\"supports-color-7.2.0\" ]; }) sources.\"proto-list-1.2.4\" sources.\"pseudomap-1.0.2\" sources.\"punycode-2.1.1\" sources.\"regenerator-runtime-0.13.9\" sources.\"remove-array-items-1.1.1\" sources.\"remove-trailing-slash-0.1.1\" sources.\"safe-buffer-5.1.2\" sources.\"saslprep-git+https://github.com/mongodb-js/saslprep#v1.0.4\" (sources.\"semver-7.3.7\" // { dependencies = [ sources.\"lru-cache-6.0.0\" sources.\"yallist-4.0.0\" ]; }) sources.\"shebang-command-2.0.0\" sources.\"shebang-regex-3.0.0\" sources.\"sigmund-1.0.1\" sources.\"smart-buffer-4.2.0\" sources.\"socks-2.6.2\" sources.\"source-map-0.5.7\" sources.\"sparse-bitfield-3.0.3\" sources.\"strip-ansi-6.0.1\" sources.\"supports-color-5.5.0\" sources.\"system-ca-1.0.2\" (sources.\"tar-6.1.11\" // { dependencies = [ sources.\"yallist-4.0.0\" ]; }) sources.\"text-table-0.2.0\" sources.\"to-fast-properties-2.0.0\" sources.\"tr46-0.0.3\" sources.\"uuid-3.4.0\" sources.\"webidl-conversions-3.0.1\" sources.\"whatwg-url-5.0.0\" sources.\"which-2.0.2\" sources.\"wrappy-1.0.2\" sources.\"yallist-2.1.2\" sources.\"yargs-parser-20.2.9\" ]; buildInputs = globalBuildInputs; meta = { description = \"MongoDB Shell CLI REPL\"; homepage = \"https://github.com/mongodb-js/mongosh/\"; license = \"Apache-2.0\"; }; production = true; bypassCache = true; reconstructLock = true; }; } "}
{"_id":"q-en-nixpkgs-cc41d57e6e06abcca4ad35b51066ab67a165b681bbed24c775e7ea85ac39ed35","text":"owner = \"iterative\"; repo = \"dvc\"; rev = \"refs/tags/${version}\"; hash = \"sha256-YX65jAkM0LFFtKf+MX0w1BfhyR2Dzr5Vpwxl2jJ/GGw=\"; hash = \"sha256-tC1Uv0EQZc0G4Eub98c/0mOp+haQPiQFGErQiRK0Gcw=\"; }; pythonRelaxDeps = ["}
{"_id":"q-en-nixpkgs-cc9425913d5afd2443310d2886eb34e237da3b4781665e90b9e2b82a0a2bce4a","text":"githubId = 38869148; name = \"Alex Eyre\"; }; algorith = { email = \"dries_van_daele@telenet.be\"; name = \"Dries Van Daele\"; }; alibabzo = { email = \"alistair.bill@gmail.com\"; github = \"alibabzo\";"}
{"_id":"q-en-nixpkgs-ccae71a11cabe622c3477f8e00e99a8b4c7f8593b84317b45d8fcc65f6bebfd8","text":" diff --git a/src/plugins/controls/label-freetype/plugin.c b/src/plugins/controls/label-freetype/plugin.c index 917b04c0..83f2bec2 100644 --- a/src/plugins/controls/label-freetype/plugin.c +++ b/src/plugins/controls/label-freetype/plugin.c @@ -127,7 +127,7 @@ find_default_font_path (void) FILE *fp; static char fc_match_out[PATH_MAX]; - fp = popen (\"/usr/bin/fc-match -f %{file}\", \"r\"); + fp = popen (\"@fcmatch@ -f %{file}\", \"r\"); if (!fp) return FONT_FALLBACK; @@ -144,7 +144,7 @@ find_default_monospace_font_path (void) FILE *fp; static char fc_match_out[PATH_MAX]; - fp = popen (\"/usr/bin/fc-match -f %{file} monospace\", \"r\"); + fp = popen (\"@fcmatch@ -f %{file} monospace\", \"r\"); if (!fp) return MONOSPACE_FONT_FALLBACK; "}
{"_id":"q-en-nixpkgs-ccefbc906b861ac6099630593392b7c1d36ceba14f27cec766a1cca2d064cc27","text":", fetchPypi , lib # propagates # propagates , click , dlib , face-recognition-models , numpy , pillow # tests # tests , pytestCheckHook , config , cudaSupport ? config.cudaSupport }: buildPythonPackage rec {"}
{"_id":"q-en-nixpkgs-cd15d6ffcd73894b6c9b2ba335322f495d991e58a19c08fdf132fc4e0ea6f12f","text":" { stdenv, buildGoPackage, fetchFromGitHub, keybase }: buildGoPackage rec { pname = \"kbfs\"; inherit (keybase) src version; goPackagePath = \"github.com/keybase/client\"; subPackages = [ \"go/kbfs/kbfsfuse\" \"go/kbfs/kbfsgit/git-remote-keybase\" ]; dontRenameImports = true; buildFlags = [ \"-tags production\" ]; meta = with stdenv.lib; { homepage = \"https://keybase.io/docs/kbfs\"; description = \"The Keybase filesystem\"; platforms = platforms.unix; maintainers = with maintainers; [ rvolosatovs bennofs np ]; license = licenses.bsd3; }; } "}
{"_id":"q-en-nixpkgs-cd607f1d85d4ca7a7805290349f75e397dd6c3f6b5c11d8f6183d7394a64f0e3","text":"(substituteAll { src = ./fix-bubblewrap-paths.patch; inherit (builtins) storeDir; inherit (addOpenGLRunpath) driverLink; }) ./libglvnd-headers.patch ];"}
{"_id":"q-en-nixpkgs-cd846161aa30152165801e73e67c2edc1d15b3eae3c2e89999767aaea871da0b","text":"goland = buildGoland rec { name = \"goland-${version}\"; version = \"2019.3.3\"; /* updated by script */ version = \"2019.3.4\"; /* updated by script */ description = \"Up and Coming Go IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/go/${name}.tar.gz\"; sha256 = \"091ym7vyb0hxzz6a1jfb88x0lj499vjd04bq8swmw14m1akmk3lf\"; /* updated by script */ sha256 = \"01dik4ppn4a6m1bmz6cmdnyrilh2v190lrys65n4nps03sjy2v0b\"; /* updated by script */ }; wmClass = \"jetbrains-goland\"; update-channel = \"GoLand RELEASE\";"}
{"_id":"q-en-nixpkgs-cd8c5d16af437d61c8aa1d93838a35168b46de7fe0d140020e5c1cfd6c376dc7","text":"sha256 = \"f19fa66e656309825887171d84a462e64676b1cc36b62e4dd8679ff63926a469\"; }; propagatedBuildInputs = with self; [ ofxclient ]; buildInputs = with self; [ ofxclient mock nose # Used at runtime to translate ofx entries to the ledger"}
{"_id":"q-en-nixpkgs-cda08536e730b84b5c72cc68cd652c9f175d90347d218b3356f6f2160c65e21f","text":"inherit (darwin.apple_sdk.frameworks) AVFoundation AudioToolbox ImageIO CoreMedia Foundation CoreGraphics MediaToolbox; }; kbfs = callPackage ../tools/security/kbfs { }; kbfs = callPackage ../tools/security/keybase/kbfs.nix { }; keybase-gui = callPackage ../tools/security/keybase/gui.nix { };"}
{"_id":"q-en-nixpkgs-cde52152a03c60c3ffb4e0cc13e181c8dd9b01c7c4d9bd604416deb7d367edda","text":"subPackages = [ \"cmd/grafana-agent\" \"cmd/grafana-agentctl\" \"web/ui\" ]; preBuild = '' export HOME=\"$TMPDIR\" pushd web/ui fixup_yarn_lock yarn.lock yarn config --offline set yarn-offline-mirror $frontendYarnOfflineCache yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules yarn --offline run build popd ''; # uses go-systemd, which uses libsystemd headers # https://github.com/coreos/go-systemd/issues/351 env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.isLinux [ \"-I${lib.getDev systemd}/include\" ]);"}
{"_id":"q-en-nixpkgs-ce261dc5f5f10c6698a733b42e6d6ad53c076ac79dd644c6fc91fb849e0ab336","text":"webtest = buildPythonPackage rec { version = \"2.0.15\"; version = \"2.0.20\"; name = \"webtest-${version}\"; src = pkgs.fetchurl { url = \"http://pypi.python.org/packages/source/W/WebTest/WebTest-${version}.zip\"; sha256 = \"c320adc2cd862ea71ca9e2012e6157eb12f5f8d1632d1541f2eabf984aaa3ecc\"; url = \"http://pypi.python.org/packages/source/W/WebTest/WebTest-${version}.tar.gz\"; sha256 = \"0bv0qhdjakdsdgj4sk21gnpp8xp8bga4x03p6gjb83ihrsb7n4xv\"; }; preConfigure = ''"}
{"_id":"q-en-nixpkgs-ce66bf5abb989ecf57ade6ad48902c23ab78c8db0201b8762be7f40abf624661","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":"q-en-nixpkgs-ce720bdd5c4d453479d4c4937d0184bfd1c471ad21ae0177dea067514bfb1fa2","text":"pkg-config glib wrapGAppsHook4 gobject-introspection ]; buildInputs = [ librsvg gobject-introspection libnotify libadwaita libportal"}
{"_id":"q-en-nixpkgs-cf1bbe4aa22750347179a6ced326fee2e0d17ccf8421cfcc965750c0723c9a95","text":"inherit (llvmPackages) libcxx; } else clangNoMarch; swiftLlvmPackages.clang; # Overrides that create a useful environment for swift packages, allowing # packaging with `swiftPackages.callPackage`. These are similar to"}
{"_id":"q-en-nixpkgs-cf46b0ec2489a68495dfe05b1fb1a2d0898a5910815ebb461b2b9d87a3d6c004","text":"PrivateNetwork = false; # Cannot be true due to Node MemoryDenyWriteExecute = false; # The more restrictive \"pid\" option makes `nix` commands in CI emit # \"GC Warning: Couldn't read /proc/stat\" # You may want to set this to \"pid\" if not using `nix` commands ProcSubset = \"all\"; # Coverage programs for compiled code such as `cargo-tarpaulin` disable # ASLR (address space layout randomization) which requires the # `personality` syscall # You may want to set this to `true` if not using coverage tooling on # compiled code LockPersonality = false; }; }; };"}
{"_id":"q-en-nixpkgs-cf4978c361165cd3a93a00b4ca12b1d70a11a05148246ebc545b5f287314a310","text":"setupHook = writeText \"setupHook.sh\" '' addCoqPath () { if test -d \"''$1/lib/coq/${coq-version}/user-contrib\"; then export COQPATH=\"''${COQPATH}''${COQPATH:+:}''$1/lib/coq/${coq-version}/user-contrib/\" export COQPATH=\"''${COQPATH-}''${COQPATH:+:}''$1/lib/coq/${coq-version}/user-contrib/\" fi }"}
{"_id":"q-en-nixpkgs-cf628c26238420d8453737687f50a7cca7a7f9788e00419ad465dd2a01fd0437","text":"owner = \"named-data\"; repo = lib.toUpper pname; rev = \"NFD-${version}\"; sha256 = \"1l9bchj8c68r6qw4vr1kc96jgxl0vpqa2vjkvy1xmhz92sivr6gi\"; sha256 = \"sha256-8Zm8oxbpw9qD31NuofDdgPYnTWIz5E04NhkZhiRkK9E=\"; fetchSubmodules = true; };"}
{"_id":"q-en-nixpkgs-cf64854a7226f96dc0f07d3fbc11fa4b02d02bde7762972bfd1898c5244cdd47","text":"{ stdenv, lib, fetchurl, iptables-legacy, libuuid, openssl, pkg-config , which, iproute2, gnused, coreutils, gawk, makeWrapper , which, iproute2, gnused, coreutils, gnugrep, gawk, makeWrapper , nixosTests , firewall ? \"iptables\", nftables, libmnl, libnftnl }: let scriptBinEnv = lib.makeBinPath [ which iproute2 iptables-legacy gnused coreutils gawk ]; scriptBinEnv = lib.makeBinPath { iptables = [ # needed for dirname in ip{,6}tables_*.sh coreutils # used in miniupnpd_functions.sh: which iproute2 iptables-legacy gnused gnugrep gawk ]; nftables = [ # needed for dirname in nft_*.sh & cat in nft_init.sh coreutils # used in miniupnpd_functions.sh: which nftables ]; }.${firewall}; in stdenv.mkDerivation rec { pname = \"miniupnpd\";"}
{"_id":"q-en-nixpkgs-cfd64ca1e4bd8ee2e14430f6dac821f723502c7fca52a4173227dbd72d204f65","text":"fastapi-mail = callPackage ../development/python-modules/fastapi-mail { }; fast-histogram = callPackage ../development/python-modules/fast-histogram { }; fastavro = callPackage ../development/python-modules/fastavro { }; fastbencode = callPackage ../development/python-modules/fastbencode { };"}
{"_id":"q-en-nixpkgs-d029ed5af667396a47351965e82237807a3c7b834c9769eb1c9558d75f5363e4","text":"{ lib , buildPythonPackage , fetchPypi # build-system , setuptools , plux # dependencies , cachetools , click , cryptography , dill , dnslib , dnspython , psutil , python-dotenv , pyyaml , plux , pyaes , python-jose , requests , rich , semver , stevedore , tailer , tabulate # Sensitive downstream dependencies , localstack"}
{"_id":"q-en-nixpkgs-d0d0d1ec1794a0286b99de585c4260c2a5741ee34fc9f35b2d95b905af7bd2ec","text":"license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ arturcygan ]; platforms = lib.platforms.unix; mainProgram = \"echidna-test\"; }"}
{"_id":"q-en-nixpkgs-d0d72db021fd3337654d161542b69bcc0253d0a0881facfe21cefa2acc957911","text":"buildKernel = any (n: n == configFile) [ \"kernel\" \"all\" ]; buildUser = any (n: n == configFile) [ \"user\" \"all\" ]; # remove this patch at the next ZFS release (> 2.0.1) reapplyPathSanitizerPatch = fetchpatch { url = \"https://github.com/openzfs/zfs/commit/03f036cbccdd8699f5fe8540ef317595a35bceb8.patch\"; sha256 = \"c157bbb6551a4e720c3faba005e1b72e4692d304c6ff5e0e685691bd47197dca\"; }; common = { version , sha256 , extraPatches ? []"}
{"_id":"q-en-nixpkgs-d0e6cffe7167be411ff8274237b1462d05e772283c0a67d15c00d481a859220b","text":" The Mailman NixOS module (services.mailman) has a new option , defaulting to true, that controls integration with Postfix. If this option is disabled, default MTA config becomes not set and you should set the options in services.mailman.settings.mta according to the desired configuration as described in Mailman documentation. The default-version of nextcloud is nextcloud20. Please note that it's not possible to upgrade nextcloud across multiple major versions! This means that it's e.g. not possible to upgrade"}
{"_id":"q-en-nixpkgs-d1094795479a6b736cc9a101ed239cea4b37de19206265544c8b0f8fd1b58b27","text":"qtWrapperArgs = let libpath = with xorg; lib.makeLibraryPath [ lib.makeLibraryPath ([ libX11 libXext libXcursor"}
{"_id":"q-en-nixpkgs-d13988d7b160d9415f24e862a19e0c878e6504a56cfcf6af93f721a7e2551abf","text":"++ lib.optional enableSqlite sqlite; dontWrapQtApps = true; dontWrapGApps = true; configureFlags = [ \"--enable-shared\" ] ++ lib.optional sdlClient \"--enable-client=sdl\""}
{"_id":"q-en-nixpkgs-d13a8570c01aae2fff53aeb8de17f551d0647e823beb13372d551370ba17c97c","text":" { lib, stdenv, fetchzip, jdk11 }: { lib, stdenv, fetchzip, jdk11, wrapGAppsHook }: stdenv.mkDerivation rec { pname = \"igv\";"}
{"_id":"q-en-nixpkgs-d19a63a1c97b5c5849c0c249583b6f28f8b50c2ec41c5e92495163b071455b44","text":"default = [ \"aes\" \"aes_generic\" \"blowfish\" \"twofish\" \"serpent\" \"cbc\" \"xts\" \"lrw\" \"sha1\" \"sha256\" \"sha512\" \"af_alg\" \"algif_skcipher\" (if pkgs.stdenv.hostPlatform.system == \"x86_64-linux\" then \"aes_x86_64\" else \"aes_i586\") ];"}
{"_id":"q-en-nixpkgs-d1adce03cb8dcc5a3a8578b4aa7ad69df0a3ae1ff7bf428ed71537924d438cc5","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":"q-en-nixpkgs-d1b4cd972895e4cdd450057dc8e194ce3fa58a1127884aae9b9ec8fa8b3a12b7","text":"buildInputs = lib.optionals (lib.versionOlder cudaVersion \"11.4\") [cudatoolkit] ++ lib.optionals (lib.versionAtLeast cudaVersion \"11.4\") [ libcublas libcublas.dev libcublas.lib libcublas.static cuda_cudart ] ++ lib.optionals (lib.versionAtLeast cudaVersion \"12.0\") [cuda_cccl];"}
{"_id":"q-en-nixpkgs-d1c55526f8bd359c7959414f81e6f429f66a23331e22290ee91bd1af71fd70e1","text":"CMakeLists.txt ''; postInstall = '' cp -r ${desktopItem}/share/applications $out/share ln -sf $out/bin/dolphin-emu $out/bin/dolphin-emu-master '' + lib.optionalString stdenv.hostPlatform.isLinux '' postInstall = lib.optionalString stdenv.hostPlatform.isLinux '' install -D $src/Data/51-usb-device.rules $out/etc/udev/rules.d/51-usb-device.rules '';"}
{"_id":"q-en-nixpkgs-d1d0f6ead3b9347c7c73f4e397d78b0123f6ee2bc62a86e1c3a7dfa26c0d6eca","text":"}) ]; extraBuildCommands = '' mkdir -p steamrt extraBuildCommands = '' mkdir -p steamrt ln -s ../lib/steam-runtime steamrt/${steam-runtime.arch} ${lib.optionalString (steam-runtime-i686 != null) '' ln -s ../lib32/steam-runtime steamrt/${steam-runtime-i686.arch} ''} ''; ln -s ../lib64/steam-runtime steamrt/amd64 ln -s ../lib32/steam-runtime steamrt/i386 ''; extraInstallCommands = '' mkdir -p $out/share/applications ln -s ${steam}/share/icons $out/share ln -s ${steam}/share/pixmaps $out/share sed \"s,/usr/bin/steam,$out/bin/steam,g\" ${steam}/share/applications/steam.desktop > $out/share/applications/steam.desktop ''; extraInstallCommands = '' mkdir -p $out/share/applications ln -s ${steam}/share/icons $out/share ln -s ${steam}/share/pixmaps $out/share sed \"s,/usr/bin/steam,$out/bin/steam,g\" ${steam}/share/applications/steam.desktop > $out/share/applications/steam.desktop ''; profile = '' export STEAM_RUNTIME=/steamrt ''; profile = '' export STEAM_RUNTIME=/steamrt ''; runScript = \"steam\"; runScript = \"steam\"; } passthru.run = buildFHSUserEnv (self // { name = \"steam-run\"; runScript = let ldPath = map (x: \"/steamrt/${steam-runtime.arch}/\" + x) steam-runtime.libs ++ lib.optionals (steam-runtime-i686 != null) (map (x: \"/steamrt/${steam-runtime-i686.arch}/\" + x) steam-runtime-i686.libs); in writeScript \"steam-run\" '' #!${stdenv.shell} run=\"$1\" if [ \"$run\" = \"\" ]; then echo \"Usage: steam-run command-to-run args...\" >&2 exit 1 fi shift export LD_LIBRARY_PATH=${lib.concatStringsSep \":\" ldPath}:$LD_LIBRARY_PATH exec \"$run\" \"$@\" ''; passthru = {}; }); }; in buildFHSUserEnv self "}
{"_id":"q-en-nixpkgs-d1d584329d9c3726773fff7625e437d40d4ef65f0f4286f4d50bf0b712688d53","text":"}: stdenvNoCC.mkDerivation (finalAttrs: { pname = \"proton-pass\"; version = \"1.20.2\"; version = \"1.22.0\"; src = fetchurl { url = \"https://proton.me/download/PassDesktop/linux/x64/ProtonPass_${finalAttrs.version}.deb\"; hash = \"sha256-4QSBKVnEH7yDXwqY+29/a+yWv89i/TVCYO26V95KA4s=\"; hash = \"sha256-ARIUHmU/YN8IoAFMkcxzGAoH31vbJLT7HfYD6a57QaY=\"; }; dontConfigure = true;"}
{"_id":"q-en-nixpkgs-d1da0c6ab17d5f96e3248be0768f361fbdb0cb5113ced4e8013fb244cd1127bc","text":"}; postPatch = '' addAutoPatchelfSearchPath ${jre8}/lib/openjdk/jre/lib/ addAutoPatchelfSearchPath ${jdk}/lib/openjdk/lib/ autoPatchelf lib # Nix cannot see the runtime references to the paths we just patched in"}
{"_id":"q-en-nixpkgs-d1da8f21e665de85804e159074068ec2ff32f215161dd57b1d7951cd5b95f117","text":"installTargets = [ \"install\" \"install-lib\" ]; # Get rid of update-pciids as it won't work. postInstall = \"rm $out/sbin/update-pciids $out/man/man8/update-pciids.8\"; postInstall = '' # Remove update-pciids as it won't work on nixos rm $out/sbin/update-pciids $out/man/man8/update-pciids.8 # use database from hwdata instead # (we don't create a symbolic link because we do not want to pull in the # full closure of hwdata) cp --reflink=auto ${hwdata}/share/hwdata/pci.ids $out/share/pci.ids ''; meta = with lib; { homepage = \"http://mj.ucw.cz/pciutils.html\";"}
{"_id":"q-en-nixpkgs-d211959a726f2263c10b5952d58f6879e0791a40a54b9ffd3950984878dfb3c4","text":"globalAsserts = prefix: cfg: flatten [ (assertKeysValid prefix freeformGlobalKeys cfg.settings) (assertKeysValid \"${prefix}.settings\" freeformGlobalKeys cfg.settings) (imap0 (n: l: listenerAsserts \"${prefix}.listener.${toString n}\" l) cfg.listeners) (mapAttrsToList (n: b: bridgeAsserts \"${prefix}.bridge.${n}\" b) cfg.bridges) ];"}
{"_id":"q-en-nixpkgs-d269ca8caafcf4b914146d44296da1bb7ab07c0bb09b2acb32bebf61f8019d0a","text":"repo = \"river\"; rev = \"refs/tags/v${finalAttrs.version}\"; fetchSubmodules = true; hash = \"sha256-I09cR5aN7qXOzV9HDXaL4TjoeJcVa0Ch00zxOJokdDE=\"; hash = \"sha256-DYaxtYJLZQqE2SyPfWec/zXsZKRnxK2QNgOkM7GJkLI=\"; }; deps = callPackage ./build.zig.zon.nix { };"}
{"_id":"q-en-nixpkgs-d375d404a67c0919db5d16445ebb72810bc401dba108b3727c95de1f1bcbfe61","text":"maintainers = with maintainers; [ fab ]; platforms = platforms.linux; }; } }) "}
{"_id":"q-en-nixpkgs-d384e26fa5d2ad7570bb6ae2d069c41a667f0cdc3731099349e9fdeb8c651d50","text":"installed_test_metadir = \"${placeholder \"installedTests\"}/share/installed-tests/flatpak-builder\"; in stdenv.mkDerivation rec { pname = \"flatpak-builder\"; version = \"1.0.10\"; version = \"1.0.11\"; outputs = [ \"out\" \"doc\" \"man\" \"installedTests\" ]; src = fetchurl { url = \"https://github.com/flatpak/flatpak-builder/releases/download/${version}/${pname}-${version}.tar.xz\"; sha256 = \"1fn61cl1d33yd1jgqm8jpffjw3xlyyhkn032g14d9gnwkcaf4649\"; sha256 = \"EYNLdrvSs8S/GCYy0jGsnP1+C988y1j7WzcLfczM1Ew=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-d388a704e68546dcc689e81dff8e722c364cde1fbec33045b52d1776373442aa","text":"owner = \"OpenMW\"; repo = \"openmw\"; rev = name; sha256 = \"0lj8v81hk807dy0wcdhfp0iyn4l5yag53hx1a6xm44gh2dpyil43\"; sha256 = \"1nybxwp77qswjayf0g9xayp4x1xxq799681rhjlggch127r07ifi\"; }; enableParallelBuilding = true;"}
{"_id":"q-en-nixpkgs-d3b131b2af46df3e5141097d8673f0f3e0744f27d134f440b7176733742e46c0","text":" "}
{"_id":"q-en-nixpkgs-d3b57564e73ce099e936e57979f05aaf25937360232f60859fe524c52a0c0d29","text":" diff -Naur mpd-0.19.9.orig/configure mpd-0.19.9/configure --- mpd-0.19.9.orig/configure\t2015-01-26 19:47:27.000000000 +0000 +++ mpd-0.19.9/configure\t2015-01-26 19:47:27.000000000 +0000 @@ -17113,138 +17113,6 @@ done -if test x$no_exceptions = xyes; then - - - - -for flag in -fno-exceptions; do - as_CACHEVAR=`$as_echo \"ax_cv_check_cxxflags__$flag\" | $as_tr_sh` -{ $as_echo \"$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag\" >&5 -$as_echo_n \"checking whether C++ compiler accepts $flag... \" >&6; } -if eval ${$as_CACHEVAR+:} false; then : - $as_echo_n \"(cached) \" >&6 -else - - ax_check_save_flags=$CXXFLAGS - CXXFLAGS=\"$CXXFLAGS $flag\" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile \"$LINENO\"; then : - eval \"$as_CACHEVAR=yes\" -else - eval \"$as_CACHEVAR=no\" -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CXXFLAGS=$ax_check_save_flags -fi -eval ac_res=$$as_CACHEVAR -\t { $as_echo \"$as_me:${as_lineno-$LINENO}: result: $ac_res\" >&5 -$as_echo \"$ac_res\" >&6; } -if test x\"`eval 'as_val=${'$as_CACHEVAR'};$as_echo \"$as_val\"'`\" = xyes; then : - if ${CXXFLAGS+:} false; then : - case \" $CXXFLAGS \" in - *\" $flag \"*) - { { $as_echo \"$as_me:${as_lineno-$LINENO}: : CXXFLAGS already contains $flag\"; } >&5 - (: CXXFLAGS already contains $flag) 2>&5 - ac_status=$? - $as_echo \"$as_me:${as_lineno-$LINENO}: $? = $ac_status\" >&5 - test $ac_status = 0; } - ;; - *) - { { $as_echo \"$as_me:${as_lineno-$LINENO}: : CXXFLAGS=\"$CXXFLAGS $flag\"\"; } >&5 - (: CXXFLAGS=\"$CXXFLAGS $flag\") 2>&5 - ac_status=$? - $as_echo \"$as_me:${as_lineno-$LINENO}: $? = $ac_status\" >&5 - test $ac_status = 0; } - CXXFLAGS=\"$CXXFLAGS $flag\" - ;; - esac -else - CXXFLAGS=\"$flag\" -fi - -else - : -fi - -done - - - - - -for flag in -fno-rtti; do - as_CACHEVAR=`$as_echo \"ax_cv_check_cxxflags__$flag\" | $as_tr_sh` -{ $as_echo \"$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag\" >&5 -$as_echo_n \"checking whether C++ compiler accepts $flag... \" >&6; } -if eval ${$as_CACHEVAR+:} false; then : - $as_echo_n \"(cached) \" >&6 -else - - ax_check_save_flags=$CXXFLAGS - CXXFLAGS=\"$CXXFLAGS $flag\" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile \"$LINENO\"; then : - eval \"$as_CACHEVAR=yes\" -else - eval \"$as_CACHEVAR=no\" -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CXXFLAGS=$ax_check_save_flags -fi -eval ac_res=$$as_CACHEVAR -\t { $as_echo \"$as_me:${as_lineno-$LINENO}: result: $ac_res\" >&5 -$as_echo \"$ac_res\" >&6; } -if test x\"`eval 'as_val=${'$as_CACHEVAR'};$as_echo \"$as_val\"'`\" = xyes; then : - if ${CXXFLAGS+:} false; then : - case \" $CXXFLAGS \" in - *\" $flag \"*) - { { $as_echo \"$as_me:${as_lineno-$LINENO}: : CXXFLAGS already contains $flag\"; } >&5 - (: CXXFLAGS already contains $flag) 2>&5 - ac_status=$? - $as_echo \"$as_me:${as_lineno-$LINENO}: $? = $ac_status\" >&5 - test $ac_status = 0; } - ;; - *) - { { $as_echo \"$as_me:${as_lineno-$LINENO}: : CXXFLAGS=\"$CXXFLAGS $flag\"\"; } >&5 - (: CXXFLAGS=\"$CXXFLAGS $flag\") 2>&5 - ac_status=$? - $as_echo \"$as_me:${as_lineno-$LINENO}: $? = $ac_status\" >&5 - test $ac_status = 0; } - CXXFLAGS=\"$CXXFLAGS $flag\" - ;; - esac -else - CXXFLAGS=\"$flag\" -fi - -else - : -fi - -done - -fi "}
{"_id":"q-en-nixpkgs-d3c53ca1e1f00a79386c41ec1aec8fa15d425b6bdde99f2ffe5edb133893330c","text":" { stdenv, lib, fetchFromGitHub, cmake, nasm , gtk2, glib, ffmpeg_4, alsa-lib, libmad, libogg, libvorbis , glew, libpulseaudio, udev { lib , stdenv , fetchFromGitHub , fetchpatch , cmake , nasm , alsa-lib , ffmpeg_6 , glew , glib , gtk2 , libmad , libogg , libpulseaudio , libvorbis , udev , xorg }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = \"stepmania\"; version = \"5.1.0-b2\"; version = \"5.1.0-b2-unstable-2022-11-14\"; src = fetchFromGitHub { owner = \"stepmania\"; repo = \"stepmania\"; rev = \"v${version}\"; sha256 = \"0a7y9l7xm510vgnpmj1is7p9m6d6yd0fcaxrjcickz295k5w3rdn\"; rev = \"d55acb1ba26f1c5b5e3048d6d6c0bd116625216f\"; hash = \"sha256-49H2Q61R4l/G0fWsjCjiAUXeWwG3lcsDpV5XvR3l3QE=\"; }; patches = [ ./0001-fix-build-with-ffmpeg-4.patch # https://github.com/stepmania/stepmania/pull/2247 (fetchpatch { name = \"fix-building-with-ffmpeg6.patch\"; url = \"https://github.com/stepmania/stepmania/commit/3fef5ef60b7674d6431f4e1e4ba8c69b0c21c023.patch\"; hash = \"sha256-m+5sP+mIpcSjioRBdzChqja5zwNcwdSNAfvSJ2Lww+g=\"; }) ]; postPatch = ''"}
{"_id":"q-en-nixpkgs-d3cc6f5eaf2e9f94760e61272ded479f1df9ce9581fc190fad0603223644edb9","text":"--log-config-json $out/share/immich/log_conf.json\" ''; passthru.tests = { inherit (nixosTests) immich; }; meta = { description = \"Self-hosted photo and video backup solution (machine learning component)\"; homepage = \"https://immich.app/\";"}
{"_id":"q-en-nixpkgs-d3e373e72c21b4848904428b1bb10705d3d8d984cdd5b73d79c892044a46be6f","text":"nativeBuildInputs = [ nukeReferences pkg-config xz ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ];"}
{"_id":"q-en-nixpkgs-d40e93bcd4381bf0a393b8d1c6f4c850121e6f5f228c3e991dedde15fe1701e8","text":"}: let pname = \"polars\"; version = \"0.20.0\"; version = \"0.19.12\"; rootSource = fetchFromGitHub { owner = \"pola-rs\"; repo = \"polars\";"}
{"_id":"q-en-nixpkgs-d41b2574f40f228ab3dba8afb4c4a156e95d9f8cdd4e667c0cefd75fdb4a5e96","text":"{ lib , stdenv , fetchFromGitHub , rustPlatform , fetchFromGitHub , stdenv , Security }: rustPlatform.buildRustPackage rec { pname = \"routinator\"; version = \"0.10.1\"; version = \"0.10.2\"; src = fetchFromGitHub { owner = \"NLnetLabs\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-ThgTGtTZ0LGm9nHJoy0KhnBFWNvKRjk7hoNTVVTeL/Y=\"; sha256 = \"0a2iwpmljkha6qlbw0373wph7pxz05qym5712vzbszw0z42f82l2\"; }; cargoPatches = [ ./Cargo.toml.patch ]; cargoSha256 = \"sha256-mcx+qUtTUxeYP0PeJp1eOQwsdS6PPUx/m7TfAyqFiIM=\"; cargoSha256 = \"0l3fhwgrdvjrlmiqdy90sfd8kb2s7y0lbfswlrr560ly0bi1lfbx\"; buildInputs = lib.optionals stdenv.isDarwin [ Security ]; buildNoDefaultFeatures = true; buildFeatures = [ \"socks\" ]; meta = with lib; { description = \"An RPKI Validator written in Rust\"; homepage = \"https://github.com/NLnetLabs/routinator\"; changelog = \"https://github.com/NLnetLabs/routinator/blob/v${version}/Changelog.md\"; license = licenses.bsd3; maintainers = with maintainers; [ _0x4A6F ]; platforms = platforms.all; }; }"}
{"_id":"q-en-nixpkgs-d468f9cfa7749be990c54a8047b39a54611ffffff7156efad9c8ea0042bae144","text":"getPatches = dir: let files = builtins.attrNames (builtins.readDir dir); in map (f: dir + (\"/\" + f)) files; version = \"2.5.1\"; version = \"2.8.0\"; channel = \"stable\"; filename = \"flutter_linux_${version}-${channel}.tar.xz\"; # Decouples flutter derivation from dart derivation, # use specific dart version to not need to bump dart derivation when bumping flutter. dartVersion = \"2.14.2\"; dartVersion = \"2.15.0\"; dartSourceBase = \"https://storage.googleapis.com/dart-archive/channels\"; dartForFlutter = dart.override { version = dartVersion; sources = { \"${dartVersion}-x86_64-linux\" = fetchurl { url = \"${dartSourceBase}/stable/release/${dartVersion}/sdk/dartsdk-linux-x64-release.zip\"; sha256 = \"1gr2dr683kz0a0k6rcn4jcbxf9fr2xlzi5fcgn1lzrrxvys2lddx\"; sha256 = \"sha256-U1V1OPmFeNZCdBxFy7yqAbAE0cxh9f2UqKQmreJu9YA=\"; }; }; };"}
{"_id":"q-en-nixpkgs-d46c227e8f7498ffeeb8188f8b16cdbd278539ca76cae43188a7ddc8d5c3ddef","text":" { lib , stdenv , fetchFromGitHub , cmake }: stdenv.mkDerivation (finalAttrs: { pname = \"iir1\"; version = \"1.9.4\"; src = fetchFromGitHub { owner = \"berndporr\"; repo = \"iir1\"; rev = finalAttrs.version; hash = \"sha256-T8gl51IkZIGq+6D5ge4Kb3wm5aw7Rhphmnf6TTGwHbs=\"; }; nativeBuildInputs = [ cmake ]; meta = { homepage = \"https://berndporr.github.io/iir1/\"; description = \"A DSP IIR realtime filter library written in C++\"; downloadPage = \"https://github.com/berndporr/iir1\"; changelog = \"https://github.com/berndporr/iir1/releases/tag/${finalAttrs.src.rev}\"; license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = lib.platforms.unix; }; }) "}
{"_id":"q-en-nixpkgs-d48a4455eeb9d957d3b35509be097b98a6fd2a83201f348e030e36b6c6f2c83a","text":"buildInputs = [ libnl ]; preBuild = '' makeFlags=\"PREFIX=$out PKG_CONFIG=${pkg-config}/bin/${pkg-config.targetPrefix}pkg-config\" makeFlags=\"PREFIX=$out\" ''; meta = {"}
{"_id":"q-en-nixpkgs-d4a76928504b5082e3e28f0354d792de7ba5a42cc889f543c79afa1deee28694","text":", fetchurl , makeWrapper , makeDesktopItem # sweethome3d 6.5.2 does not yet fully build&run with jdk 9 and later? , jdk8 , jre8 , jdk , ant , gtk3 , gsettings-desktop-schemas"}
{"_id":"q-en-nixpkgs-d4db6d9497e82c49ed6c31af2047f536466882f605ccb953061df03686897a5e","text":"sha256 = \"0g89al4kwfbx1l3zjddgb9ay4mhr7zk0ndchca3sm1vq2j47nf4l\"; }; # This patch is required for version 2.2.1. As the patch is already part of # upstream master, it will be incorporated into the next release. The patch # fixes a (well-justified) compiler warning which breaks the build because # we compile with -Werror. patches = [ (fetchpatch { url = \"https://github.com/Nuand/bladeRF/commit/163425d48a3b7d8c100d7295220d3648c050d0dd.patch\"; sha256 = \"1swsymlyxm3yk2k8l71z1fv0a5k2rmab02f0c7xkrvk683mq6yxw\"; }) ]; nativeBuildInputs = [ pkgconfig ]; # ncurses used due to https://github.com/Nuand/bladeRF/blob/ab4fc672c8bab4f8be34e8917d3f241b1d52d0b8/host/utilities/bladeRF-cli/CMakeLists.txt#L208 buildInputs = [ cmake git doxygen help2man tecla libusb1 ]"}
{"_id":"q-en-nixpkgs-d4ecc7f2fd6b370892103ff2e6cd64c0afcfd03de3bdbba50f7e4a24cc0163a5","text":"# code refactoring of bcachefs-tools broke reading passphrases from stdin (vs. terminal) # upstream issue https://github.com/koverstreet/bcachefs-tools/issues/261 ./fix-encrypted-boot.patch # https://github.com/koverstreet/bcachefs-tools/pull/305 (fetchpatch { name = \"use-ar-var-in-makefile.patch\"; url = \"https://github.com/koverstreet/bcachefs-tools/commit/91e67ab2bd48fa135a1f5109b23899a4f1019a03.patch\"; sha256 = \"sha256-nB4Tgcwa8eeasIDQ4rrYORie/X8LMuCSRi+WJNw+R/U=\"; }) ]; postPatch = '' substituteInPlace Makefile --replace-fail \"target/release/bcachefs\" \"target/${stdenv.hostPlatform.rust.rustcTargetSpec}/release/bcachefs\" ''; preCheck = lib.optionalString (!fuseSupport) '' rm tests/test_fuse.py '';"}
{"_id":"q-en-nixpkgs-d50107d838e6e7080f7a31f09dd3e433e9b45af024ab34fc1aede894064cdd5d","text":"--prefix LD_LIBRARY_PATH : ${libPath} ''; postInstall = '' postInstall = lib.optionalString stdenv.isDarwin '' mkdir -p $out/Applications cp -r extra/osx/Neovide.app $out/Applications ln -s $out/bin $out/Applications/Neovide.app/Contents/MacOS '' + lib.optionalString stdenv.isLinux '' for n in 16x16 32x32 48x48 256x256; do install -m444 -D \"assets/neovide-$n.png\" \"$out/share/icons/hicolor/$n/apps/neovide.png\""}
{"_id":"q-en-nixpkgs-d52e87b32683f1387ac88c59049d5a303e680b020065fdd9b970c9ccba61cd2d","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":"q-en-nixpkgs-d54946b6cf9b8df3f11b1a4514f07953ed3012a1efed0580215b92612d6f6a17","text":"# backends , enableDeckjsBackend ? false , enableOdfBackend ? false # java is problematic on some platforms, where it is unfree , enableJava ? true }: assert enableStandardFeatures ->"}
{"_id":"q-en-nixpkgs-d55baa293b0c0e463f4deac218408d9c7a506b8740add71367dd975111ff4d9d","text":"ec2-config = (handleTestOn [\"x86_64-linux\"] ./ec2.nix {}).boot-ec2-config or {}; ec2-nixops = (handleTestOn [\"x86_64-linux\"] ./ec2.nix {}).boot-ec2-nixops or {}; ecryptfs = handleTest ./ecryptfs.nix {}; fscrypt = handleTest ./fscrypt.nix {}; ejabberd = handleTest ./xmpp/ejabberd.nix {}; elk = handleTestOn [\"x86_64-linux\"] ./elk.nix {}; emacs-daemon = handleTest ./emacs-daemon.nix {};"}
{"_id":"q-en-nixpkgs-d57c59f0b6ec356bd9a95bf7b0875d85e81e54c54f189c55ab55847571c3d9f1","text":"]; You can build custom PostgreSQL-with-plugins (to be used outside of NixOS) using function .withPackages. For example, creating a custom PostgreSQL package in an overlay can look like: You can build custom PostgreSQL-with-plugins (to be used outside of NixOS) using function .withPackages. For example, creating a custom PostgreSQL package in an overlay can look like: self: super: { postgresql_custom = self.postgresql_11.withPackages (ps: ["}
{"_id":"q-en-nixpkgs-d59668ecce67ac4a61eec0d90c37bdd76af8526861a3ebdb04ab48cfa61c7019","text":"++ optional langFortran ../gfortran-driving.patch ++ optional (targetPlatform.libc == \"musl\" && targetPlatform.isPower) ../ppc-musl.patch ++ optional (targetPlatform.libc == \"musl\") ../libgomp-dont-force-initial-exec.patch ++ optional (!crossStageStatic && targetPlatform.isMinGW) (fetchpatch { url = \"https://raw.githubusercontent.com/lhmouse/MINGW-packages/${import ../common/mfcgthreads-patches-repo.nix}/mingw-w64-gcc-git/9000-gcc-${majorVersion}-branch-Added-mcf-thread-model-support-from-mcfgthread.patch\"; sha256 = \"1in5kvcknlpi9z1vvjw6jfmwy8k12zvbqlqfnq84qpm99r0rh00a\"; }); # Obtain latest patch with ../update-mcfgthread-patches.sh ++ optional (!crossStageStatic && targetPlatform.isMinGW) ./Added-mcf-thread-model-support-from-mcfgthread.patch; /* Cross-gcc settings (build == host != target) */ crossMingw = targetPlatform != hostPlatform && targetPlatform.libc == \"msvcrt\";"}
{"_id":"q-en-nixpkgs-d5bca9781e26bce721c950641280b649a86dbce74f4cee1348bb58ae17736081","text":" diff --git a/llm/llama.go b/llm/llama.go index f23d5d8..6563550 100644 --- a/llm/llama.go +++ b/llm/llama.go @@ -25,7 +25,6 @@ import ( \"github.com/jmorganca/ollama/api\" ) -//go:embed llama.cpp/*/build/*/bin/* var llamaCppEmbed embed.FS type ModelRunner struct { @@ -33,6 +32,10 @@ type ModelRunner struct { } func chooseRunners(workDir, runnerType string) []ModelRunner { +\treturn []ModelRunner{ +\t\t{Path: \"@llamaCppServer@\"}, +\t} + buildPath := path.Join(\"llama.cpp\", runnerType, \"build\") var runners []string "}
{"_id":"q-en-nixpkgs-d5c34e1fd4a4e9d7df42b6b626e7bb2081ba64d242da0d6d47d7bde587ff49bf","text":"pkg-config wayland xwayland zig_0_12.hook zig_0_13.hook ] ++ lib.optional withManpages scdoc;"}
{"_id":"q-en-nixpkgs-d5dfa6e1d2e3c7fceabc0d1f046acefdaaf45f1767c80641ab5ec8a239a61daa","text":", stdenv , buildPythonPackage , fetchPypi , fetchpatch , substituteAll , pythonOlder , geos"}
{"_id":"q-en-nixpkgs-d6014f19eebe2673d74ca9e0b2774c7de95de39e420f5361e580e41836564c1c","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":"q-en-nixpkgs-d6038bc99646428f1d83f05128eaeb42f9d2456baf522ddde457c16cca321917","text":" { lib, stdenvNoCC, fetchFromGitHub, glib, # These loosen security a bit, so we don't install them by default. See also: # https://github.com/hardpixel/systemd-manager?tab=readme-ov-file#without-password-prompt allowPolkitPolicy ? \"none\", config, systemd ? config.systemd.package, }: assert lib.elem allowPolkitPolicy [ \"none\" \"pkexec\" \"systemctl\" ]; stdenvNoCC.mkDerivation rec { pname = \"gnome-shell-extension-systemd-manager\"; version = \"16\"; # Upstream doesn't post new versions in extensions.gnome.org anymore, see also: # https://github.com/hardpixel/systemd-manager/issues/19 src = fetchFromGitHub { owner = \"hardpixel\"; repo = \"systemd-manager\"; rev = \"v${version}\"; hash = \"sha256-JecSIRj582jJWdrCQYBWFRkIhosxRhD3BxSAy8/0nVw=\"; }; nativeBuildInputs = [ glib ]; postInstall = '' rm systemd-manager@hardpixel.eu/schemas/gschemas.compiled glib-compile-schemas systemd-manager@hardpixel.eu/schemas mkdir -p $out/share/gnome-shell/extensions mv systemd-manager@hardpixel.eu $out/share/gnome-shell/extensions '' + lib.optionalString (allowPolkitPolicy == \"pkexec\") '' local bn=org.freedesktop.policykit.pkexec.systemctl.policy mkdir -p $out/share/polkit-1/actions substitute systemd-policies/$bn $out/share/polkit-1/actions/$bn --replace-fail /usr/bin/systemctl ${lib.getBin systemd}/bin/systemctl '' + lib.optionalString (allowPolkitPolicy == \"systemctl\") '' install -Dm0644 systemd-policies/10-service_status.rules $out/share/polkit-1/rules.d/10-gnome-extension-systemd-manager.rules ''; passthru = { extensionUuid = \"systemd-manager@hardpixel.eu\"; extensionPortalSlug = \"systemd-manager\"; }; meta = with lib; { description = \"GNOME Shell extension to manage systemd services\"; homepage = \"https://github.com/hardpixel/systemd-manager\"; license = licenses.gpl3Only; maintainers = with maintainers; [ linsui doronbehar ]; }; } "}
{"_id":"q-en-nixpkgs-d63ee63f493a1c030b395def8e6b26fa7eeef7d00e0c97b3ed919856e2305697","text":"githubId = 1891350; name = \"Michael Raskin\"; }; raspher = { email = \"raspher@protonmail.com\"; github = \"raspher\"; githubId = 23345803; name = \"Szymon Scholz\"; }; ratcornu = { email = \"ratcornu@skaven.org\"; github = \"RatCornu\";"}
{"_id":"q-en-nixpkgs-d64170b2f6d6bc19f06e0a60944ecf29874718d965e9d0592783d29aaca34d2d","text":" { lib, ocamlPackages, fetchFromGitHub, python3, dune_3, makeWrapper, poppler_utils }: { lib, ocamlPackages, fetchFromGitHub, python3, dune_3, makeWrapper, poppler_utils, fzf }: ocamlPackages.buildDunePackage rec { pname = \"docfd\";"}
{"_id":"q-en-nixpkgs-d66275a73713fcc5cfacfa8135acd021adf06c6c4b975db206767a45ac9172ab","text":"cfg = config.environment; pamProfiles = map (replaceStrings [\"$HOME\" \"$USER\"] [\"@{HOME}\" \"@{PAM_USER}\"]) cfg.profiles; in {"}
{"_id":"q-en-nixpkgs-d6860e79ea52cefb33d7d46a80b03caec76c1c2df697a36de8c3cf5f2985a46c","text":" From d3cb66e4751fcbd581b81a14a973de2d78fc02ad Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Mon, 18 Apr 2016 11:50:55 +0800 Subject: [PATCH] Added 'mcf' thread model support from mcfgthread. Signed-off-by: Liu Hao --- config/gthr.m4 | 1 + gcc/config.gcc | 3 +++ gcc/config/i386/mingw-mcfgthread.h | 1 + gcc/config/i386/mingw-w64.h | 2 +- gcc/config/i386/mingw32.h | 11 ++++++++++- gcc/configure | 2 +- gcc/configure.ac | 2 +- libatomic/configure.tgt | 2 +- libgcc/config.host | 6 ++++++ libgcc/config/i386/gthr-mcf.h | 1 + libgcc/config/i386/t-mingw-mcfgthread | 2 ++ libgcc/configure | 1 + libstdc++-v3/configure | 1 + libstdc++-v3/libsupc++/atexit_thread.cc | 18 ++++++++++++++++++ libstdc++-v3/libsupc++/guard.cc | 23 +++++++++++++++++++++++ 15 files changed, 71 insertions(+), 5 deletions(-) create mode 100644 gcc/config/i386/mingw-mcfgthread.h create mode 100644 libgcc/config/i386/gthr-mcf.h create mode 100644 libgcc/config/i386/t-mingw-mcfgthread diff --git a/config/gthr.m4 b/config/gthr.m4 index 7b29f1f3327..82e21fe1709 100644 --- a/config/gthr.m4 +++ b/config/gthr.m4 @@ -21,6 +21,7 @@ case $1 in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac AC_SUBST(thread_header) ]) diff --git a/gcc/config.gcc b/gcc/config.gcc index 8f91197f34e..59db37cac04 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1719,6 +1719,9 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) if test x$enable_threads = xposix ; then tm_file=\"${tm_file} i386/mingw-pthread.h\" fi +\tif test x$enable_threads = xmcf ; then +\t\ttm_file=\"${tm_file} i386/mingw-mcfgthread.h\" +\tfi tm_file=\"${tm_file} i386/mingw32.h\" # This makes the logic if mingw's or the w64 feature set has to be used case ${target} in diff --git a/gcc/config/i386/mingw-mcfgthread.h b/gcc/config/i386/mingw-mcfgthread.h new file mode 100644 index 00000000000..ec381a7798f --- /dev/null +++ b/gcc/config/i386/mingw-mcfgthread.h @@ -0,0 +1 @@ +#define TARGET_USE_MCFGTHREAD 1 diff --git a/gcc/config/i386/mingw-w64.h b/gcc/config/i386/mingw-w64.h index 270ec0dd037..88966f79695 100644 --- a/gcc/config/i386/mingw-w64.h +++ b/gcc/config/i386/mingw-w64.h @@ -48,7 +48,7 @@ along with GCC; see the file COPYING3. If not see \"%{mwindows:-lgdi32 -lcomdlg32} \" \"%{fvtable-verify=preinit:-lvtv -lpsapi; fvtable-verify=std:-lvtv -lpsapi} \" -\t\t \"-ladvapi32 -lshell32 -luser32 -lkernel32\" +\t\t LIB_MCFGTHREAD \"-ladvapi32 -lshell32 -luser32 -lkernel32\" #undef SPEC_32 #undef SPEC_64 diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index e5f014cb473..989cfbe894e 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -32,6 +32,14 @@ along with GCC; see the file COPYING3. If not see | MASK_STACK_PROBE | MASK_ALIGN_DOUBLE | MASK_MS_BITFIELD_LAYOUT) +#ifndef TARGET_USE_MCFGTHREAD +#define CPP_MCFGTHREAD() ((void)0) +#define LIB_MCFGTHREAD \"\" +#else +#define CPP_MCFGTHREAD() (builtin_define(\"__USING_MCFGTHREAD__\")) +#define LIB_MCFGTHREAD \" -lmcfgthread \" +#endif + /* See i386/crtdll.h for an alternative definition. _INTEGRAL_MAX_BITS is for compatibility with native compiler. */ #define EXTRA_OS_CPP_BUILTINS()\t\t\t\t\t @@ -50,6 +58,7 @@ along with GCC; see the file COPYING3. If not see builtin_define_std (\"WIN64\");\t\t\t\t builtin_define (\"_WIN64\");\t\t\t\t }\t\t\t\t\t\t\t +\tCPP_MCFGTHREAD();\t }\t\t\t\t\t\t\t\t while (0) @@ -93,7 +102,7 @@ along with GCC; see the file COPYING3. If not see \"%{mwindows:-lgdi32 -lcomdlg32} \" \"%{fvtable-verify=preinit:-lvtv -lpsapi; fvtable-verify=std:-lvtv -lpsapi} \" - \"-ladvapi32 -lshell32 -luser32 -lkernel32\" + LIB_MCFGTHREAD \"-ladvapi32 -lshell32 -luser32 -lkernel32\" /* Weak symbols do not get resolved if using a Windows dll import lib. Make the unwind registration references strong undefs. */ diff --git a/gcc/configure b/gcc/configure index ea73b151a4e..317200e5620 100755 --- a/gcc/configure +++ b/gcc/configure @@ -11681,7 +11681,7 @@ case ${enable_threads} in target_thread_file='single' ;; aix | dce | lynx | mipssde | posix | rtems | - single | tpf | vxworks | win32) + single | tpf | vxworks | win32 | mcf) target_thread_file=${enable_threads} ;; *) diff --git a/gcc/configure.ac b/gcc/configure.ac index 9d4c792a33f..d51899a5676 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1612,7 +1612,7 @@ case ${enable_threads} in target_thread_file='single' ;; aix | dce | lynx | mipssde | posix | rtems | - single | tpf | vxworks | win32) + single | tpf | vxworks | win32 | mcf) target_thread_file=${enable_threads} ;; *) diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index b8af3ab2546..73248438a8c 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -125,7 +125,7 @@ case \"${target}\" in *-*-mingw*) # OS support for atomic primitives. case ${target_thread_file} in - win32) + win32 | mcf) config_path=\"${config_path} mingw\" ;; posix) diff --git a/libgcc/config.host b/libgcc/config.host index b279a6458f9..20d22f585da 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -710,6 +710,9 @@ i[34567]86-*-mingw*) posix) tmake_file=\"i386/t-mingw-pthread $tmake_file\" ;; +\t mcf) +\t tmake_file=\"i386/t-mingw-mcfgthread $tmake_file\" +\t ;; esac # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h if test x$ac_cv_sjlj_exceptions = xyes; then @@ -734,6 +737,9 @@ x86_64-*-mingw*) posix) tmake_file=\"i386/t-mingw-pthread $tmake_file\" ;; +\t mcf) +\t tmake_file=\"i386/t-mingw-mcfgthread $tmake_file\" +\t ;; esac # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h if test x$ac_cv_sjlj_exceptions = xyes; then diff --git a/libgcc/config/i386/gthr-mcf.h b/libgcc/config/i386/gthr-mcf.h new file mode 100644 index 00000000000..5ea2908361f --- /dev/null +++ b/libgcc/config/i386/gthr-mcf.h @@ -0,0 +1 @@ +#include diff --git a/libgcc/config/i386/t-mingw-mcfgthread b/libgcc/config/i386/t-mingw-mcfgthread new file mode 100644 index 00000000000..4b9b10e32d6 --- /dev/null +++ b/libgcc/config/i386/t-mingw-mcfgthread @@ -0,0 +1,2 @@ +SHLIB_PTHREAD_CFLAG = +SHLIB_PTHREAD_LDFLAG = -lmcfgthread diff --git a/libgcc/configure b/libgcc/configure index 45c459788c3..8fc569ef16e 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -5086,6 +5086,7 @@ case $target_thread_file in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 2406cb9d946..50e7e4ced89 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -15182,6 +15182,7 @@ case $target_thread_file in tpf)\tthread_header=config/s390/gthr-tpf.h ;; vxworks)\tthread_header=config/gthr-vxworks.h ;; win32)\tthread_header=config/i386/gthr-win32.h ;; + mcf)\tthread_header=config/i386/gthr-mcf.h ;; esac diff --git a/libstdc++-v3/libsupc++/atexit_thread.cc b/libstdc++-v3/libsupc++/atexit_thread.cc index 923a0707556..a55d85aad2d 100644 --- a/libstdc++-v3/libsupc++/atexit_thread.cc +++ b/libstdc++-v3/libsupc++/atexit_thread.cc @@ -25,6 +25,22 @@ #include #include #include \"bits/gthr.h\" + +#ifdef __USING_MCFGTHREAD__ + +#include + +extern \"C\" int +__cxxabiv1::__cxa_thread_atexit (void (*dtor)(void *), +\t\t\t\t void *obj, void *dso_handle) + _GLIBCXX_NOTHROW +{ + return ::_MCFCRT_AtThreadExit((void (*)(_MCFCRT_STD intptr_t))dtor, (_MCFCRT_STD intptr_t)obj) ? 0 : -1; + (void)dso_handle; +} + +#else // __USING_MCFGTHREAD__ + #ifdef _GLIBCXX_THREAD_ATEXIT_WIN32 #define WIN32_LEAN_AND_MEAN #include @@ -167,3 +183,5 @@ __cxxabiv1::__cxa_thread_atexit (void (*dtor)(void *), void *obj, void */*dso_ha } #endif /* _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL */ + +#endif // __USING_MCFGTHREAD__ diff --git a/libstdc++-v3/libsupc++/guard.cc b/libstdc++-v3/libsupc++/guard.cc index 19953bc52f0..72fd5f26d5b 100644 --- a/libstdc++-v3/libsupc++/guard.cc +++ b/libstdc++-v3/libsupc++/guard.cc @@ -28,6 +28,27 @@ #include #include #include + +#ifdef __USING_MCFGTHREAD__ + +#include + +namespace __cxxabiv1 { + +extern \"C\" int __cxa_guard_acquire(__guard *g){ +\treturn ::_MCFCRT_WaitForOnceFlagForever((::_MCFCRT_OnceFlag *)g) == ::_MCFCRT_kOnceResultInitial; +} +extern \"C\" void __cxa_guard_abort(__guard *g) throw() { +\t::_MCFCRT_SignalOnceFlagAsAborted((::_MCFCRT_OnceFlag *)g); +} +extern \"C\" void __cxa_guard_release(__guard *g) throw() { +\t::_MCFCRT_SignalOnceFlagAsFinished((::_MCFCRT_OnceFlag *)g); +} + +} + +#else // __USING_MCFGTHREAD__ + #include #include #include @@ -425,3 +446,5 @@ namespace __cxxabiv1 #endif } } + +#endif -- 2.12.1 "}
{"_id":"q-en-nixpkgs-d6a53229e782bf349d44736b2aa730a553a12d359156248cd098984c87c9cb96","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":"q-en-nixpkgs-d6cd5ccad4dce4bf9b4f360980e175d9ce910556287e942e499b297592364156","text":"burp = callPackage ../tools/backup/burp { }; buku = callPackage ../applications/misc/buku { }; buku = callPackage ../applications/misc/buku { python3 = python36; # due to #52766 }; byzanz = callPackage ../applications/video/byzanz {};"}
{"_id":"q-en-nixpkgs-d724f925dc27ff2ae6d286fa9e6150a137b8763021506bba26abfc47e213d45d","text":"../libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/unsync_allocate_overaligned_request.pass.cpp ../libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/unsync_allocate_reuse_blocks.pass.cpp ../libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/unsync_allocate.pass.cpp ../libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp ../libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array14.pass.cpp ../libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp ../libcxx/test/libcxx/selftest/sh.cpp/empty.sh.cpp "}
{"_id":"q-en-nixpkgs-d7441600ed69fd746d870aa7a245b804217c320674ac0bfa65961c31b2c33d0a","text":"++ lib.optional (enableStatic && enableShared) \"static\"; buildInputs = lib.optional pythonSupport python ++ lib.optional (pythonSupport && python?isPy2 && python.isPy2) gettext ++ lib.optional (pythonSupport && python?isPy3 && python.isPy3) ncurses # Libxml2 has an optional dependency on liblzma. However, on impure # platforms, it may end up using that from /usr/lib, and thus lack a"}
{"_id":"q-en-nixpkgs-d759290eda029dda4a9dbd8e3b80cd3c8b5076b8f41df36a7054ef343053d373","text":" { stdenv, fetchurl, ncurses }: stdenv.mkDerivation { name = \"watch-0.2.0\"; src = fetchurl { url = http://procps.sourceforge.net/procps-3.2.8.tar.gz; sha256 = \"0d8mki0q4yamnkk4533kx8mc0jd879573srxhg6r2fs3lkc6iv8i\"; }; buildInputs = [ ncurses ]; makeFlags = \"watch usrbin_execdir=$(out)/bin\" + (if stdenv.isDarwin then \" PKG_LDFLAGS=\" else \"\"); enableParallelBuilding = true; crossAttrs = { CC = stdenv.cross.config + \"-gcc\"; }; installPhase = \"mkdir $out; mkdir -p $out/bin; cp -p watch $out/bin\"; meta = { homepage = http://sourceforge.net/projects/procps/; description = \"Utility for watch the output of a given command at intervals\"; platforms = stdenv.lib.platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-d7951879e8976efaca11ad8494b33aa1b5a3b003abe8f91d90aa846a2bd78b72","text":" { lib, stdenv, fetchurl, autoreconfHook, pkg-config, fftw }: { lib , stdenv , fetchurl , autoreconfHook , pkg-config , fftw , withFftw3 ? true }: stdenv.mkDerivation rec { pname = \"speexdsp\";"}
{"_id":"q-en-nixpkgs-d7b3c18be07f543b1c26198b998a45ffcc641b8d3afeb6519989d781d6ad8304","text":"}; }; imperative = { ... }: { imports = [ ../modules/profiles/minimal.nix ]; # add a virtual wlan interface boot.kernelModules = [ \"mac80211_hwsim\" ]; # wireless client networking.wireless = { enable = lib.mkOverride 0 true; userControlled.enable = true; allowAuxiliaryImperativeNetworks = true; interfaces = [ \"wlan1\" ]; }; }; # Test connecting to the SAE-only hotspot using SAE machineSae = machineWithHostapd { networking.wireless = {"}
{"_id":"q-en-nixpkgs-d841c63018c3b25e944a57ff713395a17e90c961e25cb144edf74fae37915107","text":"diff --git a/src/dist/component/package.rs b/src/dist/component/package.rs index 4b432785..fa45e87e 100644 index 3beddf54..0f859b8d 100644 --- a/src/dist/component/package.rs +++ b/src/dist/component/package.rs @@ -109,10 +109,11 @@ impl Package for DirectoryPackage { match &*part.0 { \"file\" => { if self.copy { - builder.copy_file(path.clone(), &src_path)? + builder.copy_file(path.clone(), &src_path)?; @@ -113,6 +113,7 @@ impl Package for DirectoryPackage { } else { - builder.move_file(path.clone(), &src_path)? + builder.move_file(path.clone(), &src_path)?; builder.move_file(path.clone(), &src_path)? } + nix_patchelf_if_needed(&target.prefix().path().join(path.clone()), &src_path) } \"dir\" => { if self.copy { @@ -135,6 +136,22 @@ impl Package for DirectoryPackage { @@ -135,6 +136,29 @@ impl Package for DirectoryPackage { } } +fn nix_patchelf_if_needed(dest_path: &Path, src_path: &Path) { + let is_bin = if let Some(p) = src_path.parent() { + p.ends_with(\"bin\") + let (is_bin, is_lib) = if let Some(p) = src_path.parent() { + (p.ends_with(\"bin\"), p.ends_with(\"lib\")) + } else { + false + (false, false) + }; + + if is_bin {"}
{"_id":"q-en-nixpkgs-d85787bd7faacd2e015c0f9676500dcebef7103c67948af38cf777a9a742434f","text":"chmod +x $out/bin/igv chmod +x $out/bin/igvtools ''; nativeBuildInputs = [ wrapGAppsHook ]; meta = with lib; { homepage = \"https://www.broadinstitute.org/igv/\";"}
{"_id":"q-en-nixpkgs-d86ef221469285b0df8de3f0b5db0da5d61e71e815269a50c52b915c90eb4138","text":" { lib, buildPythonPackage, fetchPypi, pefile, pillow}: buildPythonPackage rec { pname = \"icoextract\"; version = \"0.1.4\"; src = fetchPypi { inherit pname version; extension = \"tar.gz\"; sha256 = \"sha256-x0GEV0PUbkAzoUJgAqup9bHd7iYttGyzIZNdo8KsFyo=\"; }; propagatedBuildInputs = [ pefile pillow ]; # tests expect mingw and multiarch doCheck = false; pythonImportsCheck = [ \"icoextract\" ]; meta = with lib; { description = \"Extract icons from Windows PE files\"; homepage = \"https://github.com/jlu5/icoextract\"; license = licenses.mit; maintainers = with maintainers; [ bryanasdev000 ]; }; } "}
{"_id":"q-en-nixpkgs-d884d27430b45348c0bf4771ee5a306c008fc289874d75d31f93848b1520df43","text":"buildPythonPackage rec { pname = \"Shapely\"; version = \"1.8.2\"; version = \"1.8.4\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-Vyr51QBv1eMhPjfuVIkSsDQfsmck1tyKTjlQwQGX67Y=\"; sha256 = \"sha256-oZXlHKr6IYKR8suqP+9p/TNTyT7EtlsqRyLEz0DDGYw=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-d89456906a91a87bd215f9c470a4db6c7cdb273810a880170cf22e92f7ab85f7","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":"q-en-nixpkgs-d8f61cce5e3f90b6f6cb4d6c17c8852dccc2943f1ee9bd0e8dacc15eb971ab91","text":"--replace \"include (''${CMAKE_CURRENT_SOURCE_DIR}/googletest.cmake)\" \"\" --replace \"include(GoogleTest)\" \"find_package(GTest REQUIRED)\" cat << EOF > python/triton/common/build.py cat << EOF >> python/triton/common/build.py def libcuda_dirs(): return [ \"${addDriverRunpath.driverLink}/lib\" ] EOF"}
{"_id":"q-en-nixpkgs-d95aa8b02849aaa683dfe966436b04e640277c76db67e88cbd012e6a98ea35ad","text":"# does not contain any tests doCheck = false; enableParallelBuilding = true; pythonImportsCheck = [ \"grpc\" ]; meta = with lib; {"}
{"_id":"q-en-nixpkgs-d95ea76557a1c282c22f32c8487d4a72ee5bd8bf29f789c00f0c28cb95548bfe","text":"# Add gio to PATH so that moving files to the trash works when not using a desktop environment --prefix PATH : ${glib.bin}/bin --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}\" --add-flags ${lib.escapeShellArg commandLineArgs} ) '';"}
{"_id":"q-en-nixpkgs-d9827906499c53cefb7c33ad590aed48bf589d4e3bf69a4f53d4896c2763bd0c","text":"meson ninja pkg-config python3 wrapGAppsHook4 ] ++ (with rustPlatform; [ cargoSetupHook"}
{"_id":"q-en-nixpkgs-d984011b2b78295fc5aeb7115cf0150cbb2b81034fafaa5a9495b0e94170bbd0","text":"SystemCallFilter = [ \"@system-service\" \"~@resources\" \"~@privileged\" ]; SystemCallArchitectures = \"native\";"}
{"_id":"q-en-nixpkgs-d9addc1fb72e73906a7242e56b6017efd024ef2c17cba4d16e381a7cdeb35764","text":" { lib, buildGoModule, fetchFromGitHub, installShellFiles }: buildGoModule rec { pname = \"pritunl-client\"; { lib , stdenv , fetchFromGitHub , runtimeShell , runCommand , makeWrapper , installShellFiles , buildGoModule , coreutils , which , gnugrep , gnused , openresolv , systemd , iproute2 , openvpn , electron }: let version = \"1.3.3584.5\"; src = fetchFromGitHub { owner = \"pritunl\"; repo = \"pritunl-client-electron\";"}
{"_id":"q-en-nixpkgs-d9cbcc851aeda40d465741d4983249bfe5b66fd70a1a6da93a25ee5bc38a680c","text":"#!/usr/bin/env nix-shell #! nix-shell -I nixpkgs=../../../.. -i python3 -p bundix bundler nix-update nix nix-universal-prefetch python3 python3Packages.requests python3Packages.click python3Packages.click-log python3Packages.packaging prefetch-yarn-deps git #! nix-shell -I nixpkgs=../../../.. -i python3 -p bundix bundler nix-update nix python3 python3Packages.requests python3Packages.click python3Packages.click-log python3Packages.packaging prefetch-yarn-deps git import click import click_log"}
{"_id":"q-en-nixpkgs-da06dbfbe917b24f0adad5173f447ea81b92222662d184c94abe259e24b017f1","text":"julia_11 = throw \"julia_11 has been deprecated in favor of the latest stable version\"; # Added 2020-09-15 julia_13 = throw \"julia_13 has been deprecated in favor of the latest stable version\"; # Added 2021-03-13 julia_10-bin = throw \"julia_10-bin has been deprecated in favor of the latest LTS version\"; # Added 2021-12-02 julia_17-bin = throw \"julia_17-bin has been deprecated in favor of the latest stable version\"; # Added 2022-09-04 json_glib = throw \"'json_glib' has been renamed to/replaced by 'json-glib'\"; # Converted to throw 2022-02-22 jvmci8 = throw \"graalvm8 and its tools were deprecated in favor of graalvm8-ce\"; # Added 2021-10-15"}
{"_id":"q-en-nixpkgs-da2cf29d843d031a5c6095687fe941ec091f8bad5fa1c6b4e20e83e771a27abc","text":"# Allow multiple colon-separated authorized keys files to be # specified in the file= option. ./multiple-key-files.patch ./edcsa-crash-fix.patch ]; configureFlags = ["}
{"_id":"q-en-nixpkgs-da4058e1f0f4fee42c38fc3b6c9ebbeab04b611e00183e7963d0b51dc82a7070","text":"sourceRoot = if stdenv.isDarwin then \"\" else \".\"; in callPackage ./generic.nix rec { inherit sourceRoot; inherit sourceRoot commandLineArgs; # Please backport all compatible updates to the stable release. # This is important for the extension ecosystem."}
{"_id":"q-en-nixpkgs-da9fa801bae531be79722885e9585aa52723a738426d11ccb96d802cf1238b84","text":"clojure-vim/vim-jack-in cloudhead/neovim-fuzzy CoatiSoftware/vim-sourcetrail coc-extensions/coc-svelte cocopon/iceberg.vim codota/tabnine-vim cohama/lexima.vim"}
{"_id":"q-en-nixpkgs-daa951680599a6243157896a7ed8fec41cc6cfd5da67e9739a463ea13486a560","text":"if [[ ! -e .git || ! -e VERSION ]]; then echo \"${version}\" > VERSION fi # Patch shebangs for script run during build patchShebangs --build \"$configureScript\" makeit e2e scripts mlocal/scripts # Patching the hard-coded defaultPath by prefixing the packages in defaultPathInputs substituteInPlace cmd/internal/cli/actions.go --replace \"defaultPath = \"${defaultPathOriginal}\"\" \"defaultPath = \"''${defaultPathInputs// //bin:}''${defaultPathInputs:+/bin:}${defaultPathOriginal}\"\" substituteInPlace internal/pkg/util/gpu/nvidia.go --replace 'return fmt.Errorf(\"/usr/bin not writable in the container\")' \"\" ''; postConfigure = ''"}
{"_id":"q-en-nixpkgs-daf6b77266e60824c7dbb9ea2fef1644cfc179ab34b439ba9ec008872e197743","text":" The miller package has been upgraded from 5.10.3 to 6.2.0. See What’s new in Miller 6. MultiMC has been replaced with the fork PolyMC due to upstream developers being hostile to 3rd party package maintainers. PolyMC removes all MultiMC branding and is aimed at providing"}
{"_id":"q-en-nixpkgs-db36e40d8774a311f19b2599e3ea09edc90709d7b6e331c039b1c764e5683eff","text":"librarypath=\"${lib.makeLibraryPath deps}:$libdir\" wrapProgram $out/share/spotify/spotify ''${gappsWrapperArgs[@]} --prefix LD_LIBRARY_PATH : \"$librarypath\" --prefix PATH : \"${gnome.zenity}/bin\""}
{"_id":"q-en-nixpkgs-db60763081c433a9970ba412da4dd1fb13c74fbc784433dbc361984a66c6e20e","text":"} Here's a recipe on how to override a particular plugin through an overlay: Here's a recipe on how to override a particular plugin through an overlay: self: super: { postgresql_11 = super.postgresql_11.override { this = self.postgresql_11; } // {"}
{"_id":"q-en-nixpkgs-db8a39575f442411ff33b589516f0206776a1ea6133c296cb8a6989df9fdc77c","text":" { stdenv, lib, fetchFromGitHub, cmake, pkg-config , mpg123, ffmpeg, libvorbis, libao, jansson, speex { stdenv, lib, fetchFromGitHub, cmake, pkg-config, gtk3 , audacious, mpg123, ffmpeg, libvorbis, libao, jansson, speex , nix-update-script , buildAudaciousPlugin ? false # only build cli by default, pkgs.audacious-plugins sets this to enable plugin support }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-dbef09c628af940e5f87a7f9c27610c132e7005632961b7d86614a5d2e5511e5","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":"q-en-nixpkgs-dc43e34b2895c58ce22460cec0ec6062add60f38885de03db59382ad349517d9","text":", xdg-dbus-proxy , substituteAll , glib , addOpenGLRunpath }: assert enableGeoLocation -> geoclue2 != null;"}
{"_id":"q-en-nixpkgs-dc63003a81a3cbf8a9d6f80172d31f58dc57dc19ca2fefdc7ddace6f9693661a","text":"--replace \"/etc/g810-led/profile\" \"${profile}\" ''; # GCC 13 cannot find `uint16_t` and other similar types by default anymore env.CXXFLAGS = \"-include cstdint\"; buildInputs = [ hidapi ];"}
{"_id":"q-en-nixpkgs-dc707c4f657f3cda2cb4ba62385fa4854ce18b01fdf1bbe39f3c2da4f59a0340","text":"owner = \"tailscale\"; repo = \"tailscale\"; rev = \"v${version}\"; hash = \"sha256-aweJys46MMnkSKJoLUFCzc6sWUP+Cv5+IFVVe9iEPGI=\"; hash = \"sha256-jWnke49b6inybPmiZOkxI3C8VoYe4Syi84YhvL8zxeI=\"; }; vendorHash = \"sha256-oELDIt+mRiBGAdoEUkSAs2SM6urkHm1aAtJnev8jDYM=\"; vendorHash = \"sha256-Fr4VZcKrXnT1PZuEG110KBefjcZzRsQRBSvByELKAy4=\"; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];"}
{"_id":"q-en-nixpkgs-dd4556453773afd8a3a9975128046616e9ae5e14d01f9a746a56152977970c1a","text":"sha256 = \"119kj2w0rrxkhg4f9cf5waa55jz1hj8933vh47vcjipcplql02bc\"; }; patches = [ # Makes font a recognized media type. Committed upstream, but no release has been made. (fetchpatch { url = \"https://gitlab.freedesktop.org/xdg/desktop-file-utils/commit/92af4108750ceaf4191fd54e255885c7d8a78b70.patch\"; sha256 = \"14sqy10p5skp6hv4hgiwnj9hpr460250x42k5z0390l6nr6gahsq\"; }) ]; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ glib libintl ];"}
{"_id":"q-en-nixpkgs-dd484bb7212cc9389fd0b207d4f6a126335625b5cf24928c06e091b26f6daaca","text":"--prefix PATH \":\" \"${erlang}/bin:${coreutils}/bin:${curl}/bin:${bash}/bin\" --set CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt done substituteInPlace $out/bin/mix --replace \"/usr/bin/env elixir\" \"${coreutils}/bin/env $out/bin/elixir\" ''; meta = with stdenv.lib; {"}
{"_id":"q-en-nixpkgs-dd592ed6ed30c8db82b7fdc57c0f807f6fef1d8c39fbc90d22ca7fd1679f7b47","text":", wayland-scanner , libdrm , zlib , nixosTests # Set as 'false' to build monado without service support, i.e. allow VR # applications linking against libopenxr_monado.so to use OpenXR standalone # instead of via the monado-service program. For more information see:"}
{"_id":"q-en-nixpkgs-dd75c79aaef4ba2689da82440042350e99a753ea15f66decc8a472a0fd6b6c16","text":"yanone-kaffeesatz = callPackage ../data/fonts/yanone-kaffeesatz {}; yaru-theme = callPackage ../data/themes/yaru {}; zafiro-icons = callPackage ../data/icons/zafiro-icons { }; zeal = libsForQt5.callPackage ../data/documentation/zeal { };"}
{"_id":"q-en-nixpkgs-dd783361b3a65eeafb673ee9511aa05624709ff3675831f557fcff982bd96cd5","text":"configureFlags = common.configureFlags ++ [ \"--without-x\" ] # disable xdvik and xpdfopen ++ map (what: \"--disable-${what}\") ([ \"chktex\" \"dvisvgm\" \"dvipng\" # ghostscript dependency \"luatex\" \"luajittex\" \"mp\" \"pmp\" \"upmp\" \"mf\" # cairo would bring in X and more \"xetex\" \"bibtexu\" \"bibtex8\" \"bibtex-x\" \"upmendex\" # ICU isn't small"}
{"_id":"q-en-nixpkgs-dda86cc7a60d0e0eba62b1d295a24ec686a8813eb76df0dd6fb023c824326c5f","text":" [Nemo Action] Active=true Name=Open in Pulsar Comment=Open in Pulsar #%U is the current selected file, this will also work on current directory Exec=pulsar -n %U Icon-Name=pulsar Selection=any Extensions=any "}
{"_id":"q-en-nixpkgs-ddacf2cfed131f2666abe4194efd2dbc86f772f92aa11011db23a0bd3afbc3e7","text":"# Whether to compile with SUID support , enableSuid ? false , starterSuidPath ? null , substituteAll # newuidmapPath and newgidmapPath are to support --fakeroot # where those SUID-ed executables are unavailable from the FHS system PATH. # Path to SUID-ed newuidmap executable"}
{"_id":"q-en-nixpkgs-ddbd6b19e2d857aad518d502ba2b58c7cb61e1e67d6502876c0ef42925d78a4f","text":" { buildGoPackage , fetchFromGitHub , lib }: # upstream is pretty stale, but it still works, so until they merge module # support we have to use gopath: see blynn/nex#57 buildGoPackage rec { pname = \"nex\"; version = \"unstable-2021-03-30\"; src = fetchFromGitHub { owner = \"blynn\"; repo = pname; rev = \"1a3320dab988372f8910ccc838a6a7a45c8980ff\"; hash = \"sha256-DtJkV380T2B5j0+u7lYZfbC0ej0udF4GW2lbRmmbjAM=\"; }; goPackagePath = \"github.com/blynn/nex\"; subPackages = [ \".\" ]; meta = with lib; { description = \"Lexer for Go\"; homepage = \"https://github.com/blynn/nex\"; license = licenses.gpl3Only; maintainers = with maintainers; [ urandom ]; }; } "}
{"_id":"q-en-nixpkgs-de0f7f1fda5cc0842d7847048793f8073b1e70f9691d4a40e739c9ceb1dafc36","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":"q-en-nixpkgs-de176e92f9777b591a22a107ab6d9d4b43b5beaa12c7096fc39d729e84a3a95c","text":"ecdsa = callPackage ../development/python-modules/ecdsa { }; echo = callPackage ../development/python-modules/echo { }; ecoaliface = callPackage ../development/python-modules/ecoaliface { }; ecos = callPackage ../development/python-modules/ecos { };"}
{"_id":"q-en-nixpkgs-de7b241bf1ceddd351792577f8ce15dbb04092b6bbad607e4cb8142c9200475b","text":"stdenv.mkDerivation rec { pname = \"authenticator\"; version = \"4.1.6\"; version = \"4.2.0\"; src = fetchFromGitLab { domain = \"gitlab.gnome.org\"; owner = \"World\"; repo = \"Authenticator\"; rev = version; hash = \"sha256-fv7Np3haRCJABlJocKuu+1jevHYrdo+VyiQBpRmHs2g=\"; hash = \"sha256-Nv4QE6gyh42Na/stAgTIapV8GQuUHCdL6IEO//J8dV8=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = \"${pname}-${version}\"; hash = \"sha256-8GddlDM1lU365GXdrKNhO331/y1p3Om5uZfVLy8TBGI=\"; hash = \"sha256-IS9jdr19VvgX6M1OqM6rjE8veujZcwBuOTuDm5mDXso=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-dec606e8327d95d7b180968b7fb657690267c1cf4439627e208b345e421e494c","text":"'' # Following is required to prevent a build error: # ninja: error: '/nix/store/z8z04p0ph48w22rqzx7ql67gy8cyvidi-SDKs/MacOSX10.12.sdk/usr/include/mach/exc.defs', needed by 'gen/third_party/crashpad/crashpad/util/mach/excUser.c', missing and no known rule to make it + (optionalString (lib.versionAtLeast qtCompatVersion \"5.11\") '' + '' substituteInPlace src/3rdparty/chromium/third_party/crashpad/crashpad/util/BUILD.gn --replace '$sysroot/usr' \"${darwin.xnu}\" '') '' + '' # Apple has some secret stuff they don't share with OpenBSM substituteInPlace src/3rdparty/chromium/base/mac/mach_port_broker.mm "}
{"_id":"q-en-nixpkgs-dee6e7587a82d1a75135a9ab89e6366e8f3a6cad1f597f6341b9e79c438e2a95","text":"postPatch = '' # relax version bounds sed -i 's/([A-z0-9]*)~=.*$/1/' setup.cfg sed -i -E 's/([A-z0-9]*)~=[^;]*(.*)/12/' setup.cfg ''; propagatedBuildInputs = with python3.pkgs; [ bitmath certifi cheroot cryptography filetype flask flask-babel flask-caching flask-compress flask-session flask-themes2 js2py pycurl semver setuptools ]; dependencies = with python3.pkgs; [ bitmath certifi cheroot cryptography filetype flask flask-babel flask-caching flask-compress flask-session flask-themes2 pycurl semver setuptools ] ++ (if pythonOlder \"3.12\" then [ js2py ] else [ dukpy ]); passthru = { optional-dependencies = { plugins = with python3.pkgs; [ beautifulsoup4 # for some plugins colorlog # colorful console logging pillow # for some CAPTCHA plugin send2trash # send some files to trash instead of deleting them slixmpp # XMPP plugin ]; }; optional-dependencies = { plugins = with python3.pkgs; [ beautifulsoup4 # for some plugins colorlog # colorful console logging pillow # for some CAPTCHA plugin send2trash # send some files to trash instead of deleting them slixmpp # XMPP plugin ]; }; tests = { inherit (nixosTests) pyload; }; passthru.tests = { inherit (nixosTests) pyload; }; meta = with lib; { meta = { description = \"Free and open-source download manager with support for 1-click-hosting sites\"; homepage = \"https://github.com/pyload/pyload\"; license = licenses.agpl3Plus; maintainers = with maintainers; [ ruby0b ]; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ ruby0b ]; mainProgram = \"pyload\"; }; }"}
{"_id":"q-en-nixpkgs-def5b019889bf849b2a658441d1e041c1ea7676f901b62b78a71fd10e23ad59d","text":"thrift beautifulsoup4 markdown2 sqlalchemy7 sqlalchemy html2text evernote ];"}
{"_id":"q-en-nixpkgs-df0128bb19b75ce370be6b0fc59da0f93ba9519c7900e9bb6a45b96109368e0c","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":"q-en-nixpkgs-df3a268038c63ba8522c01b8b41abb663e140cc3049aa9d72bea0608404b9747","text":"if (scalar (keys %unitsToStop) > 0) { print STDERR \"stopping the following units: \", join(\", \", @unitsToStopFiltered), \"n\" if scalar @unitsToStopFiltered; system(\"systemctl\", \"stop\", \"--\", sort(keys %unitsToStop)); # FIXME: ignore errors? # Use current version of systemctl binary before daemon is reexeced. system(\"/run/current-system/sw/bin/systemctl\", \"stop\", \"--\", sort(keys %unitsToStop)); # FIXME: ignore errors? } print STDERR \"NOT restarting the following changed units: \", join(\", \", sort(keys %unitsToSkip)), \"n\""}
{"_id":"q-en-nixpkgs-df4d641c93ba3f211fd247dbbe3501b956acce204cee12d33f7ccc95c0f1a389","text":"{ lib , stdenv , buildPythonPackage , fetchFromGitHub , fetchurl"}
{"_id":"q-en-nixpkgs-df4edc3eb563872fabb71d2fa158c7c006c5a38ee2a356be20f498db5a607a86","text":"massren = callPackage ../tools/misc/massren { }; mat2 = with python3.pkgs; toPythonApplication mat2; maxcso = callPackage ../tools/archivers/maxcso {}; medusa = callPackage ../tools/security/medusa { };"}
{"_id":"q-en-nixpkgs-df57f4722008d8ddc04045d1e3f54eef72cf28751c72de7e574b592035f84a38","text":" { lib, stdenv, pkgs, fetchurl, wrapGAppsHook, gvfs, gtk3, atomEnv }: { lib, stdenv, pkgs, fetchurl, wrapGAppsHook, glib, gtk3, atomEnv }: let versions = {"}
{"_id":"q-en-nixpkgs-dfbfba54c4f1d95aa3141f7dc51fb4d81638018cfd587709355c1f7f8d27333e","text":", libpng, glib, lvm2, libXrandr, libXinerama, libopus, qtbase, qtx11extras , qttools, qtsvg, qtwayland, pkg-config, which, docbook_xsl, docbook_xml_dtd_43 , alsa-lib, curl, libvpx, nettools, dbus, substituteAll, gsoap, zlib , fetchpatch # If open-watcom-bin is not passed, VirtualBox will fall back to use # the shipped alternative sources (assembly). , open-watcom-bin"}
{"_id":"q-en-nixpkgs-dfc22592bddc153dd4f530b98e8311b1ba24d96b2c97c11626f9534ccbfbf520","text":"This chapter describes tools for creating various types of images. "}
{"_id":"q-en-nixpkgs-dfd1b7d1af430de08ebc45ff5082489fd161d7b84e6e5f9dbbcb60b1422f41ea","text":"removeReferencesTo unzip ] ++ optionals withQt5 [ wrapQtAppsHook ]; ++ optionals withQt5 [ wrapQtAppsHook ] ++ optionals waylandSupport [ wayland wayland-protocols ]; enableParallelBuilding = true;"}
{"_id":"q-en-nixpkgs-dfe1730329bb61512cdebb55f68c9b2a2708f5ca35164773b19a280253f2bf9d","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":"q-en-nixpkgs-dffc012e179b832f72bf59b1267f4f0870d2b4feb9d4854e6959b701598a1fa0","text":" Customising Packages Some packages in Nixpkgs have options to enable or disable optional functionality or change other aspects of the package. For instance, the Firefox wrapper package (which provides Firefox with a set of plugins such as the Adobe Flash player) has an option to enable the Google Talk plugin. It can be set in configuration.nix as follows: nixpkgs.config.firefox.enableGoogleTalkPlugin = true; Unfortunately, Nixpkgs currently lacks a way to query available configuration options. Apart from high-level options, it’s possible to tweak a package in almost arbitrary ways, such as changing or disabling dependencies of a package. For instance, the Emacs package in Nixpkgs by default has a dependency on GTK 2. If you want to build it against GTK 3, you can specify that as follows: environment.systemPackages = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ]; The function override performs the call to the Nix function that produces Emacs, with the original arguments amended by the set of arguments specified by you. So here the function argument gtk gets the value pkgs.gtk3, causing Emacs to depend on GTK 3. (The parentheses are necessary because in Nix, function application binds more weakly than list construction, so without them, would be a list with two elements.) Even greater customisation is possible using the function overrideAttrs. While the override mechanism above overrides the arguments of a package function, overrideAttrs allows changing the attributes passed to mkDerivation. This permits changing any aspect of the package, such as the source code. For instance, if you want to override the source code of Emacs, you can say: environment.systemPackages = [ (pkgs.emacs.overrideAttrs (oldAttrs: { name = "emacs-25.0-pre"; src = /path/to/my/emacs/tree; })) ]; Here, overrideAttrs takes the Nix derivation specified by pkgs.emacs and produces a new derivation in which the original’s name and src attribute have been replaced by the given values by re-calling stdenv.mkDerivation. The original attributes are accessible via the function argument, which is conventionally named oldAttrs. The overrides shown above are not global. They do not affect the original package; other packages in Nixpkgs continue to depend on the original rather than the customised package. This means that if another package in your system depends on the original package, you end up with two instances of the package. If you want to have everything depend on your customised instance, you can apply a global override as follows: nixpkgs.config.packageOverrides = pkgs: { emacs = pkgs.emacs.override { gtk = pkgs.gtk3; }; }; The effect of this definition is essentially equivalent to modifying the emacs attribute in the Nixpkgs source tree. Any package in Nixpkgs that depends on emacs will be passed your customised instance. (However, the value pkgs.emacs in nixpkgs.config.packageOverrides refers to the original rather than overridden instance, to prevent an infinite recursion.) "}
{"_id":"q-en-nixpkgs-e00af2bb36dee8498fd4e80ab08be2440c7b48a312d3b1c8c67e084ed8451e43","text":"sys.stderr.write(msg.format(user)) return basedir = os.path.join(TASKD_DATA_DIR, \"keys\", org, user) if os.path.exists(basedir): keysdir = os.path.join(TASKD_DATA_DIR, \"keys\" ) orgdir = os.path.join(keysdir , org ) userdir = os.path.join(orgdir , user ) if os.path.exists(userdir): raise OSError(\"Keyfile directory for {} already exists.\".format(user)) privkey = os.path.join(basedir, \"private.key\") pubcert = os.path.join(basedir, \"public.cert\") privkey = os.path.join(userdir, \"private.key\") pubcert = os.path.join(userdir, \"public.cert\") try: os.makedirs(basedir, mode=0o700) # We change the permissions and the owner ship of the base directories # so that cfg.group and cfg.user could read the directories' contents. # See also: https://bugs.python.org/issue42367 for bd in [keysdir, orgdir, userdir]: # Allow cfg.group, but not others to read the contents of this group os.makedirs(bd, exist_ok=True) # not using mode= argument to makedirs intentionally - forcing the # permissions we want os.chmod(bd, mode=0o750) os.chown( bd, uid=pwd.getpwnam(TASKD_USER).pw_uid, gid=grp.getgrnam(TASKD_GROUP).gr_gid, ) certtool_cmd(\"-p\", \"--bits\", CERT_BITS, \"--outfile\", privkey) os.chmod(privkey, 0o640) template_data = [ \"organization = {0}\".format(org),"}
{"_id":"q-en-nixpkgs-e07f28144d910b727ffcc56f821b043e4a402b2c69e1317b8b716d5b5a77995d","text":"makeFlags = [ \"BUILD=RELEASE\" \"VERSION=${version}\" \"VERSION=${version}-${src.rev}\" \"BINDIR=${placeholder \"out\"}/bin\" \"UDEVDIR=${placeholder \"out\"}/lib/udev/rules.d\" \"MODLDIR=${placeholder \"out\"}/lib/modules-load.d\""}
{"_id":"q-en-nixpkgs-e0d058ca9602291cdda9b4d65956c9de0cd5fe236c56945830540ef248ee3065","text":"''; homepage = \"https://www.electroncash.org/\"; platforms = platforms.linux; maintainers = with maintainers; [ lassulus nyanloutre ]; maintainers = with maintainers; [ lassulus nyanloutre oxalica ]; license = licenses.mit; }; }"}
{"_id":"q-en-nixpkgs-e189302cae1a86e81cd99bdfa700f02d418e94f8482bc3b57692346cda47026a","text":"# https://github.com/NixOS/nixpkgs/issues/123851 ./fix-audio-driver-loading.patch # NOTE: both patches below should be removed when updating to 6.1.35 # https://www.virtualbox.org/ticket/20914#comment:6 ./linux518.patch # https://www.virtualbox.org/ticket/20914#comment:15 (fetchpatch { url = \"https://www.virtualbox.org/raw-attachment/ticket/20914/vbox-linux-5.19.patch\"; hash = \"sha512-NNiMf8kUuM/PimrQCOacYLkrf7UFPh6ZdPsXKyLlsqWfWQXkG92Fv3qZXvg8weE1Z/SBsFTuHICEI4b4l1wZFw==\"; extraPrefix = \"/\"; }) # https://www.virtualbox.org/ticket/20904#comment:22 ./ffreestanding.patch ];"}
{"_id":"q-en-nixpkgs-e18a1ee7e30b0eb6354772b60e4faf3fbbcd6d21701369f005987ab6881cad84","text":"}; config = mkIf cfg.enable { networking.firewall.extraCommands = '' ${pkgs.bash}/bin/bash -x ${pkgs.miniupnpd}/etc/miniupnpd/iptables_init.sh -i ${cfg.externalInterface} ''; networking.firewall.extraCommands = lib.mkIf (firewallScripts != []) (builtins.concatStringsSep \"n\" (map (fw: '' EXTIF=${cfg.externalInterface} ${pkgs.bash}/bin/bash -x ${miniupnpd}/etc/miniupnpd/${fw}_init.sh '') firewallScripts)); networking.firewall.extraStopCommands = lib.mkIf (firewallScripts != []) (builtins.concatStringsSep \"n\" (map (fw: '' EXTIF=${cfg.externalInterface} ${pkgs.bash}/bin/bash -x ${miniupnpd}/etc/miniupnpd/${fw}_removeall.sh '') firewallScripts)); networking.firewall.extraStopCommands = '' ${pkgs.bash}/bin/bash -x ${pkgs.miniupnpd}/etc/miniupnpd/iptables_removeall.sh -i ${cfg.externalInterface} ''; networking.nftables = lib.mkIf (firewall == \"nftables\") { # see nft_init in ${miniupnpd-nftables}/etc/miniupnpd tables.miniupnpd = { family = \"inet\"; # The following is omitted because it's expected that the firewall is to be responsible for it. # # chain forward { # type filter hook forward priority filter; policy drop; # jump miniupnpd # } # # Otherwise, it quickly gets ugly with (potentially) two forward chains with \"policy drop\". # This means the chain \"miniupnpd\" never actually gets triggered and is simply there to satisfy # miniupnpd. If you're doing it yourself (without networking.firewall), the easiest way to get # it to work is adding a rule \"ct status dnat accept\" - this is what networking.firewall does. # If you don't want to simply accept forwarding for all \"ct status dnat\" packets, override # upnp_table_name with whatever your table is, create a chain \"miniupnpd\" in your table and # jump into it from your forward chain. content = '' chain miniupnpd {} chain prerouting_miniupnpd { type nat hook prerouting priority dstnat; policy accept; } chain postrouting_miniupnpd { type nat hook postrouting priority srcnat; policy accept; } ''; }; }; systemd.services.miniupnpd = { description = \"MiniUPnP daemon\"; after = [ \"network.target\" ]; wantedBy = [ \"multi-user.target\" ]; serviceConfig = { ExecStart = \"${pkgs.miniupnpd}/bin/miniupnpd -f ${configFile}\"; ExecStart = \"${miniupnpd}/bin/miniupnpd -f ${configFile}\"; PIDFile = \"/run/miniupnpd.pid\"; Type = \"forking\"; };"}
{"_id":"q-en-nixpkgs-e1926e674b4ea080ec1f4e5f06b17ec8792441e99e9fc30312d61e544d290d65","text":"stdenv.mkDerivation rec { pname = \"tiramisu\"; version = \"2.0.20211107\"; # FIXME: once a newer release in upstream is available version = \"2.0-unstable-2023-03-29\"; src = fetchFromGitHub { owner = \"Sweets\"; repo = pname; rev = version; sha256 = \"1n1x1ybbwbanibw7b90k7v4cadagl41li17hz2l8s2sapacvq3mw\"; repo = \"tiramisu\"; # FIXME: use the current HEAD commit as upstream has no releases since 2021 rev = \"5dddd83abd695bfa15640047a97a08ff0a8d9f9b\"; hash = \"sha256-owYk/YFwJbqO6/dbGKPE8SnmmH4KvH+o6uWptqQtpfI=\"; }; buildInputs = [ glib ];"}
{"_id":"q-en-nixpkgs-e1a7fe147743aba4b236f724a8c9064fdd53ce051517a8890e3dd538c85c210b","text":"''; }; extraConfig = mkOption { type = types.lines; default = \"\"; settings = mkOption { type = ini.type; default = {}; description = '' Configuration appended to the generated NetworkManager.conf. Configuration added to the generated NetworkManager.conf, note that you can overwrite settings with this. Refer to [ https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html"}
{"_id":"q-en-nixpkgs-e1b09fde491dd2282334cf5a9ea75761e173ac9decf8adf21f222b8e0bb97168","text":", autoPatchelfHook , alsa-lib , cups , libpulseaudio , libX11 , libXScrnSaver , libXtst"}
{"_id":"q-en-nixpkgs-e1b671f20113a83a2b967f2901fe3e6d05bc60bad8cabc7f91344a68e5cf7d67","text":"buildInputs = [ libpcap ndn-cxx openssl websocketpp ] ++ lib.optional withSystemd systemd; wafConfigureFlags = [ \"--boost-includes=${boost.dev}/include\" \"--boost-libs=${boost.out}/lib\" \"--boost-includes=${boost175.dev}/include\" \"--boost-libs=${boost175.out}/lib\" \"--with-tests\" ] ++ lib.optional (!withWebSocket) \"--without-websocket\";"}
{"_id":"q-en-nixpkgs-e2153acf64aeb6f45cce732521924538503aa0a8f5521218a5c95e74329d3bc8","text":"# stray test failure doCheck = false; nativeBuildInputs = stdenv.lib.optionals stdenv.isDarwin [ shortenPerlShebang ]; buildInputs = [ ArchiveZip ArchiveCpio file ]; perlPostHook = ''"}
{"_id":"q-en-nixpkgs-e280e4d46f7d759a65254212ebb214bddb29441099b55d2cd91688932773898a","text":" { lib, stdenv, fetchurl, afl, python2, zlib, pkg-config, glib, perl , texinfo, libuuid, flex, bison, pixman, autoconf }: let cpuTarget = if stdenv.hostPlatform.system == \"x86_64-linux\" then \"x86_64-linux-user\" else if stdenv.hostPlatform.system == \"i686-linux\" then \"i386-linux-user\" else throw \"afl: no support for ${stdenv.hostPlatform.system}!\"; in stdenv.mkDerivation rec { pname = \"afl-qemu\"; version = \"2.10.0\"; srcs = [ (fetchurl { url = \"https://download.qemu.org/qemu-${version}.tar.bz2\"; sha256 = \"0j3dfxzrzdp1w21k21fjvmakzc6lcha1rsclaicwqvbf63hkk7vy\"; }) afl.src ]; sourceRoot = \"qemu-${version}\"; postUnpack = '' cp ${afl.src.name}/types.h $sourceRoot/afl-types.h substitute ${afl.src.name}/config.h $sourceRoot/afl-config.h --replace \"types.h\" \"afl-types.h\" substitute ${afl.src.name}/qemu_mode/patches/afl-qemu-cpu-inl.h $sourceRoot/afl-qemu-cpu-inl.h --replace \"../../config.h\" \"afl-config.h\" substituteInPlace ${afl.src.name}/qemu_mode/patches/cpu-exec.diff --replace \"../patches/afl-qemu-cpu-inl.h\" \"afl-qemu-cpu-inl.h\" ''; nativeBuildInputs = [ python2 perl pkg-config flex bison autoconf texinfo ]; buildInputs = [ zlib glib pixman libuuid ]; enableParallelBuilding = true; patches = [ # patches extracted from afl source \"../${afl.src.name}/qemu_mode/patches/cpu-exec.diff\" \"../${afl.src.name}/qemu_mode/patches/elfload.diff\" \"../${afl.src.name}/qemu_mode/patches/syscall.diff\" \"../${afl.src.name}/qemu_mode/patches/configure.diff\" \"../${afl.src.name}/qemu_mode/patches/memfd.diff\" # nix-specific patches to make installation more well-behaved ./qemu-patches/no-etc-install.patch # patch for fixing qemu build on glibc >= 2.30 ./qemu-patches/syscall-glibc2_30.diff ]; configureFlags = [ \"--disable-system\" \"--enable-linux-user\" \"--disable-gtk\" \"--disable-sdl\" \"--disable-vnc\" \"--disable-kvm\" \"--target-list=${cpuTarget}\" \"--enable-pie\" \"--sysconfdir=/etc\" \"--localstatedir=/var\" ]; meta = with lib; { homepage = \"https://www.qemu.org/\"; description = \"Fork of QEMU with AFL instrumentation support\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ thoughtpolice ]; platforms = platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-e2959dfb89e54eac10c3eb902f4510aca9cfaeaaade6975e956f74551921c7dc","text":"{ stdenv, lib, fetchurl, fetchpatch , zlib, xz, python, ncurses, findXMLCatalogs , zlib, xz, python, gettext, ncurses, findXMLCatalogs , pythonSupport ? stdenv.buildPlatform == stdenv.hostPlatform , icuSupport ? false, icu ? null , enableShared ? stdenv.hostPlatform.libc != \"msvcrt\""}
{"_id":"q-en-nixpkgs-e2af043b360ea1d0f801056cab91563290a8d833c25b0933ba16730e3a883b66","text":"++ optional (singleBinary != false) (\"--enable-single-binary\" + optionalString (isString singleBinary) \"=${singleBinary}\") ++ optional withOpenssl \"--with-openssl\" ++ optional stdenv.hostPlatform.isLinux \"ac_cv_func_lchmod=no\" ++ optional stdenv.hostPlatform.isSunOS \"ac_cv_func_inotify_init=no\" ++ optional withPrefix \"--program-prefix=g\" ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.libc == \"glibc\") ["}
{"_id":"q-en-nixpkgs-e2dce9403c6f33ec24048b5abded4ed8f1e0ccd86f04586752d949996bd5084d","text":"let suffixedVariables = flip mapAttrs cfg.profileRelativeSessionVariables (envVar: suffixes: flip concatMap pamProfiles (profile: flip concatMap cfg.profiles (profile: map (suffix: \"${profile}${suffix}\") suffixes ) ); # We're trying to use the same syntax for PAM variables and env variables. # That means we need to map the env variables that people might use to their # equivalent PAM variable. # Note: PAM_USER is a PAM_ITEM, HOME is an environment variable, they have # different syntax. replaceEnvVars = replaceStrings [\"$HOME\" \"$USER\"] [\"${HOME}\" \"@{PAM_USER}\"]; pamVariable = n: v: ''${n} DEFAULT=\"${concatStringsSep \":\" (toList v)}\"''; ''${n} DEFAULT=\"${concatStringsSep \":\" (map replaceEnvVars (toList v))}\"''; pamVariables = concatStringsSep \"n\""}
{"_id":"q-en-nixpkgs-e2fdbeec1874aec5cec14173a902cf099fb1755928e1c92eba2fb33b4782d2f0","text":" { pkgs, stdenv, lib, testers, mongosh }: let nodePackages = import ./gen/composition.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; }; in nodePackages.mongosh.override { passthru.tests.version = testers.testVersion { package = mongosh; }; meta = with lib; { homepage = \"https://www.mongodb.com/try/download/shell\"; description = \"The MongoDB Shell\"; maintainers = with maintainers; [ aaronjheng ]; license = licenses.asl20; mainProgram = \"mongosh\"; }; } "}
{"_id":"q-en-nixpkgs-e311b5cc2df40fc3e99531165a8a72d253044ff3f25639a9b3d52f6440ab1365","text":"openjdk_headless = openjdk8_headless; jdk8 = openjdk8; jdk8_headless = openjdk8_headless; jre8 = openjdk8.jre; jre8_headless = openjdk8_headless.jre;"}
{"_id":"q-en-nixpkgs-e37b128bb61df1836171e7b8b1ebbdeebcb77a96ca3116660f8cfa43ca80a222","text":"group = \"root\"; source = \"${cfg.packageOverriden}/libexec/${cfg.packageOverriden.projectName}/bin/starter-suid.orig\"; }; systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = mkIf cfg.enableExternalLocalStateDir [ \"d /var/lib/${cfg.packageOverriden.projectName}/mnt/session 0770 root root -\" \"d /var/lib/${cfg.packageOverriden.projectName}/mnt/final 0770 root root -\" \"d /var/lib/${cfg.packageOverriden.projectName}/mnt/overlay 0770 root root -\" \"d /var/lib/${cfg.packageOverriden.projectName}/mnt/container 0770 root root -\" \"d /var/lib/${cfg.packageOverriden.projectName}/mnt/source 0770 root root -\" ]; };"}
{"_id":"q-en-nixpkgs-e37b7485cbc259d1dae1a7538a06fa3a41c6bc8728bfb8af9a18b44e9c63cae5","text":"client = { enable = mkEnableOption \"Ceph client configuration\"; extraConfig = mkOption { type = with types; attrsOf str; type = with types; attrsOf (attrsOf str); default = {}; example = '' {"}
{"_id":"q-en-nixpkgs-e3bcde66585c4cd5ef3c5f8b0b96d402c90291df2cc0fec65c670446b9dd64ec","text":"vte_290 = callPackage ./core/vte/2.90.nix { }; vte-ng = callPackage ./core/vte/ng.nix { }; vino = callPackage ./core/vino { }; yelp = callPackage ./core/yelp { };"}
{"_id":"q-en-nixpkgs-e3eeba2b6fa8b60df379a918b6e9a78d0bdd2510f9686a2b03fd9063b5d69a25","text":"lib.checkListOfEnum \"${pname}: size variants\" [ \"standard\" \"compact\" ] sizeVariants lib.checkListOfEnum \"${pname}: tweaks\" [ \"solid\" \"float\" \"round\" \"blur\" \"noborder\" \"square\" ] tweaks stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation (finalAttrs: { inherit pname; version = \"2023-06-20\"; version = \"2024-04-28\"; src = fetchFromGitHub { owner = \"vinceliuice\"; repo = pname; rev = version; hash = \"sha256-hUXlzLdcWeOHEJx3+vCMpxvJst6Rr8ISvlzlsUgCrhg=\"; repo = \"fluent-gtk-theme\"; rev = finalAttrs.version; hash = \"sha256-0zf3fHtWcrbT26jgwgsPEDDhBWErOkgXyvGwSWV8rGs=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-e40677b1a2df8d507a55e672a87a47f4bd2fb393999340bba002b36857f5c698","text":" #!@PYTHON@ import json import os import re import shlex import sqlite3 import subprocess import sys DB_PATH = os.path.join(os.environ['HOME'], '.config/Signal/sql/db.sqlite') DB_COPY = os.path.join(os.environ['HOME'], '.config/Signal/sql/db.tmp') CONFIG_PATH = os.path.join(os.environ['HOME'], '.config/Signal/config.json') def zenity_askyesno(title, text): args = [ '@ZENITY@', '--question', '--title', shlex.quote(title), '--text', shlex.quote(text) ] return subprocess.run(args).returncode == 0 def start_signal(): os.execvp('@SIGNAL-DESKTOP@', ['@SIGNAL-DESKTOP@'] + sys.argv[1:]) def copy_pragma(name): result = subprocess.run([ '@SQLCIPHER@', DB_PATH, f\"PRAGMA {name};\" ], check=True, capture_output=True).stdout result = re.search(r'[0-9]+', result.decode()).group(0) subprocess.run([ '@SQLCIPHER@', DB_COPY, f\"PRAGMA key = \"x'{key}'\"; PRAGMA {name} = {result};\" ], check=True, capture_output=True) try: # Test if DB is encrypted: con = sqlite3.connect(f'file:{DB_PATH}?mode=ro', uri=True) cursor = con.cursor() cursor.execute(\"SELECT name FROM sqlite_master WHERE type='table';\") con.close() except: # DB is encrypted, everything ok: start_signal() # DB is unencrypted! answer = zenity_askyesno( \"Error: Signal-Desktop database is not encrypted\", \"Should we try to fix this automatically?\" + \"You likely want to backup ~/.config/Signal/ first.\" ) if not answer: answer = zenity_askyesno( \"Launch Signal-Desktop\", \"DB is unencrypted, should we still launch Signal-Desktop?\" + \"Warning: This could result in data loss!\" ) if not answer: print('Aborted') sys.exit(0) start_signal() # Re-encrypt the DB: with open(CONFIG_PATH) as json_file: key = json.load(json_file)['key'] result = subprocess.run([ '@SQLCIPHER@', DB_PATH, f\" ATTACH DATABASE '{DB_COPY}' AS signal_db KEY \"x'{key}'\";\" + \" SELECT sqlcipher_export('signal_db');\" + \" DETACH DATABASE signal_db;\" ]).returncode if result != 0: print('DB encryption failed') sys.exit(1) # Need to copy user_version and schema_version manually: copy_pragma('user_version') copy_pragma('schema_version') os.rename(DB_COPY, DB_PATH) start_signal() "}
{"_id":"q-en-nixpkgs-e412d18f6e4f921ec526f34b2a229441049e7a16b377560b04bf161241de8266","text":"meta = { description = \"IBM ThinkPad hardware functions driver\"; homepage = \"https://github.com/evgeni/tp_smapi\"; homepage = \"https://github.com/linux-thinkpad/tp_smapi\"; license = lib.licenses.gpl2; maintainers = [ ]; # driver is only ment for linux thinkpads i think bellow platforms should cover it."}
{"_id":"q-en-nixpkgs-e41d9e396a7597da8c6b102eb58bc3515f23916d12cc12211038c3005ae8e0b7","text":" diff --git a/Cargo.lock b/Cargo.lock index c0dfa2a..2decf88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,9 +1158,9 @@ checksum = \"da5bf7748fd4cd0b2490df8debcc911809dbcbee4ece9531b96c29a9c729de5a\" [[package]] name = \"gtk4\" -version = \"0.4.8\" +version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" -checksum = \"c64f0c2a3d80e899dc3febddad5bac193ffcf74a0fd7e31037f30dd34d6f7396\" +checksum = \"4e8ae5aef2793bc3551b5e5e3fa062a5de54bb1eccf10dfa4effe9e4384fbbbc\" dependencies = [ \"bitflags\", \"cairo-rs\", @@ -1181,9 +1181,9 @@ dependencies = [ [[package]] name = \"gtk4-macros\" -version = \"0.4.8\" +version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" -checksum = \"fafbcc920af4eb677d7d164853e7040b9de5a22379c596f570190c675d45f7a7\" +checksum = \"d9a4a8077b3a392dd7d637924529e1213d2e0c8e4d531177bc3355e86c257a54\" dependencies = [ \"anyhow\", \"proc-macro-crate 1.2.1\", "}
{"_id":"q-en-nixpkgs-e430f0a577e30bee9347be840a9fb58c543283ef29268611e0daeb83ad7183fe","text":"vte = gnome2.vte.override { pythonSupport = true; }; }; termite = callPackage ../applications/misc/termite { vte = null; }; termite = callPackage ../applications/misc/termite { vte = gnome3.vte-ng; }; tesseract = callPackage ../applications/graphics/tesseract { };"}
{"_id":"q-en-nixpkgs-e4672370df8e32fcf60cb9224fea9487cf2bb32653b7abc23901b695d7e5d60b","text":"\"-Dfftw3=OFF\" \"-Dfitsio=OFF\" \"-Dfortran=OFF\" \"-Dimt=OFF\" \"-Dgfal=OFF\" \"-Dgviz=OFF\" \"-Dhdfs=OFF\""}
{"_id":"q-en-nixpkgs-e467b3cf8e54a3b38bd928b31c70ba108add563e052f3f6f03b4811a2e5386b6","text":" { stdenv, fetchFromGitHub, meson, sassc, pkg-config, glib, ninja, python3, gtk3, gnome3, gtk-engine-murrine }: stdenv.mkDerivation rec { pname = \"yaru\"; version = \"19.10.2\"; src = fetchFromGitHub { owner = \"ubuntu\"; repo = \"yaru\"; rev = version; sha256 = \"1azyn8pr0kpbq4wlz91f5amqyxqq0x2mxkglzl488sf39fl0gnbj\"; }; nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ]; buildInputs = [ gtk3 gnome3.gnome-themes-extra ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ]; postPatch = \"patchShebangs .\"; meta = with stdenv.lib; { description = \"Ubuntu community theme 'yaru' - default Ubuntu theme since 18.10\"; homepage = https://github.com/ubuntu/yaru; license = with licenses; [ cc-by-sa-40 gpl3 ]; platforms = platforms.linux; maintainers = [ maintainers.jD91mZM2 ]; }; } "}
{"_id":"q-en-nixpkgs-e493982d7c2904d5d2683b65e984f69eaba8bf058b663207d91f0fec17b8d16c","text":"maintainers = with maintainers; [ ttuegel lnl7 ]; license = licenses.bsd3; }; } // (if withQt5 then { dontWrapQtApps = true; } else {}) ) } "}
{"_id":"q-en-nixpkgs-e4d17dc553dedae124bf73b4d99803da7e7131f70b74fc730296c3d75f81805d","text":"\"test_skip_maintenance\" ]; postInstall = '' installShellCompletion --cmd pipx --bash <(${argcomplete}/bin/register-python-argcomplete pipx --shell bash) --zsh <(${argcomplete}/bin/register-python-argcomplete pipx --shell zsh) --fish <(${argcomplete}/bin/register-python-argcomplete pipx --shell fish) ''; meta = with lib; { description = \"Install and run Python applications in isolated environments\"; mainProgram = \"pipx\";"}
{"_id":"q-en-nixpkgs-e4db9708428f817a01faa06ef88e8f786d57ed3932d44a4f246c7948173b48d4","text":"meta = with lib; { description = \"A Mixed Integer Linear Programming (MILP) solver\"; homepage = \"http://lpsolve.sourceforge.net\"; license = licenses.gpl2Plus; homepage = \"http://lpsolve.sourceforge.net\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ smironov ]; platforms = platforms.unix; platforms = platforms.unix; }; }"}
{"_id":"q-en-nixpkgs-e5364fca69d30e1f077f4de769fe429c8bd0618d243e012fa183c8ad22c2c226","text":" { autoPatchelfHook, fetchurl, lib, stdenv }: stdenv.mkDerivation rec { pname = \"julia-bin\"; version = \"1.7.3\"; src = { x86_64-linux = fetchurl { url = \"https://julialang-s3.julialang.org/bin/linux/x64/${lib.versions.majorMinor version}/julia-${version}-linux-x86_64.tar.gz\"; sha256 = \"0ff7ypr76xf99h3dmy1xdnkq2xn432qnzihxs72xrd4j5nhlybwv\"; }; }.${stdenv.hostPlatform.system} or (throw \"Unsupported system: ${stdenv.hostPlatform.system}\"); # Julia’s source files are in different locations for source and binary # releases. Thus we temporarily create a symlink to allow us to share patches # with source releases. prePatch = '' ln -s share/julia/test ''; patches = [ # Source release Nix patch(es) relevant for binary releases as well. ./patches/1.7-bin/0005-nix-Enable-parallel-unit-tests-for-sandbox.patch ]; postPatch = '' # Revert symlink hack. rm test # Julia fails to pick up our Certification Authority root certificates, but # it provides its own so we can simply disable the test. Patching in the # dynamic path to ours require us to rebuild the Julia system image. substituteInPlace share/julia/stdlib/v${lib.versions.majorMinor version}/NetworkOptions/test/runtests.jl --replace '@test ca_roots_path() != bundled_ca_roots()' '@test_skip ca_roots_path() != bundled_ca_roots()' ''; nativeBuildInputs = [ autoPatchelfHook ]; installPhase = '' runHook preInstall cp -r . $out runHook postInstall ''; # Breaks backtraces, etc. dontStrip = true; doInstallCheck = true; preInstallCheck = '' # Some tests require read/write access to $HOME. export HOME=\"$TMPDIR\" ''; installCheckPhase = '' runHook preInstallCheck # Command lifted from `test/Makefile`. $out/bin/julia --check-bounds=yes --startup-file=no --depwarn=error $out/share/julia/test/runtests.jl runHook postInstallCheck ''; meta = { description = \"High-level, high-performance, dynamic language for technical computing\"; homepage = \"https://julialang.org\"; # Bundled and linked with various GPL code, although Julia itself is MIT. license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ ninjin raskin ]; platforms = [ \"x86_64-linux\" ]; mainProgram = \"julia\"; }; } "}
{"_id":"q-en-nixpkgs-e5763967ffdd771ecf5aaa3d768efc1f98dd5352c2d2e79a3d13ef93a1fdd0e3","text":", mobile-broadband-provider-info , runtimeShell , buildPackages , nixosTests }: let"}
{"_id":"q-en-nixpkgs-e58f2152b76b6d971e686ceef4230a75924e40553681c99603c090ec81b0ddbe","text":"buildDotnetModule rec { pname = \"osu-lazer\"; version = \"2024.312.0\"; version = \"2024.312.1\"; src = fetchFromGitHub { owner = \"ppy\"; repo = \"osu\"; rev = version; hash = \"sha256-54georjON2Fu/kj4w4SeW0BR/aHomGrKeicJ9N4/Y9s=\"; hash = \"sha256-7xxuVcBtC79EiDz+/x0IqbPofpgwMdz87XjRLqkCBb8=\"; }; projectFile = \"osu.Desktop/osu.Desktop.csproj\";"}
{"_id":"q-en-nixpkgs-e5929bca2b99a6eb707aa6763b4bcffa9feb2bc615e234cbb28da0f5dd2fd053","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":"q-en-nixpkgs-e59b7eb0ab6af6acc9eafb30dcbdcb369b99ea941bdc74552bb192992d7a9e02","text":" { lib, buildPythonPackage, fetchFromGitHub, setuptools-scm, pytubefix, requests, devgoldyutils, }: buildPythonPackage rec { pname = \"mov-cli-test\"; version = \"1.1.7\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"mov-cli\"; repo = \"mov-cli-test\"; rev = \"refs/tags/${version}\"; hash = \"sha256-INdPAJxPxfo5bKg4Xn1r7bildxznXrTJxmDI21wylnI=\"; }; doCheck = false; propagatedBuildInputs = [ pytubefix requests devgoldyutils ]; nativeBuildInputs = [ setuptools-scm ]; meta = { description = \"A mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons\"; homepage = \"https://github.com/mov-cli/mov-cli-test\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ roshaen ]; }; } "}
{"_id":"q-en-nixpkgs-e5bea7994fc21f41bfa903570b5a94224ea99589d2e6522a51b8966f35386adb","text":"pytestCheckHook ]; # Disables tests when running with cuda due to https://github.com/NixOS/nixpkgs/issues/225912 doCheck = !config.cudaSupport; meta = with lib; { license = licenses.mit; homepage = \"https://github.com/ageitgey/face_recognition\";"}
{"_id":"q-en-nixpkgs-e60825d2245416f5f11132ba63254a9a944b43bb839091ce0edcbecd82183426","text":"flix = callPackage ../development/compilers/flix { }; fleng = callPackage ../development/compilers/fleng { }; fsrx = callPackage ../tools/misc/fsrx { }; fsuae = callPackage ../applications/emulators/fs-uae { };"}
{"_id":"q-en-nixpkgs-e6244abd7a55bfe92545290434eb99699d935f26a7cfcb9e17d8a7f78df4432f","text":"echo >&2 \"\" exit 1 ''; }; } '' mkdir -p $out/bin cat <$out/bin/${name}"}
{"_id":"q-en-nixpkgs-e63887a7f2a57316fcc39abc4971c909563b35adecb8e25df44dc56ae4779e14","text":"wants = [ \"network-online.target\" ]; after = [ \"network-online.target\" ]; environment = { STRONGSWAN_CONF = strongswanConf { inherit setup connections ca secretsFile managePlugins enabledPlugins; }; STRONGSWAN_CONF = strongswanConf { inherit setup connections ca managePlugins enabledPlugins; secretsFile = \"/etc/ipsec.secrets\"; }; }; serviceConfig = { ExecStart = \"${pkgs.strongswan}/sbin/ipsec start --nofork\";"}
{"_id":"q-en-nixpkgs-e6778e80ae20ac322080138ac39147a9f477b5fb7af961de82ff4053ef489ca8","text":"clang_38 = llvmPackages_38.clang; clang_37 = llvmPackages_37.clang; clang_35 = wrapCC llvmPackages_35.clang; clang_34 = wrapCC llvmPackages_34.clang; clang_34 = (wrapCC llvmPackages_34.clang).override { # Default cc-wrapper's hardening flags don't work with clang-3.4, # so just remove it entirely for this wrapper. extraBuildCommands = '' :> $out/nix-support/add-hardening.sh ''; }; clang-tools = callPackage ../development/tools/clang-tools { };"}
{"_id":"q-en-nixpkgs-e6aae9f7dfab2051e3554b7ed65d586601e040f3d588962885112bfcd3cfb22d","text":"version = \"0.2.0\"; sha256 = \"0ic5b9djhnb1bs2bz3zdprgy3r55dng09xgc4d9l9fyp85g2amaz\"; }; wavefront = { owner = \"spaceapegames\"; repo = \"terraform-provider-wavefront\"; version = \"2.1.0\"; sha256 = \"1ir2wkg5mfng7h5544kar1arkjb5ffjhki5qr25a5x0rpwlg99sx\"; }; }"}
{"_id":"q-en-nixpkgs-e6c968a0039c9aa1511e410d28ad8b467f05d1d28b625dd266152e2cba245c05","text":"sha256 = \"0gha8dfdf54rx8fv3yfikbgdg6lqq6l883lhg7q68ybvkjx9bwbs\"; }; buildInputs = [ gtk3 ibus libhangul python3 ]; patches = [ (substituteAll { src = ./fix-paths.patch; libhangul = \"${libhangul}/lib/libhangul.so.1\"; }) ]; nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ]; nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython wrapGAppsHook ]; postFixup = \"wrapPythonPrograms\"; buildInputs = [ gtk3 ibus libhangul (python3.withPackages (pypkgs: with pypkgs; [ pygobject3 (toPythonModule ibus) ])) ]; meta = with stdenv.lib; { isIbusEngine = true; description = \"Ibus Hangul engine\"; homepage = https://github.com/choehwanjin/ibus-hangul; license = licenses.gpl2; platforms = platforms.linux; maintainers = with maintainers; [ ericsagnes ]; description = \"Ibus Hangul engine\"; homepage = https://github.com/choehwanjin/ibus-hangul; license = licenses.gpl2; maintainers = with maintainers; [ ericsagnes ]; platforms = platforms.linux; }; }"}
{"_id":"q-en-nixpkgs-e6d5b0945ab803cb87b45d89dbeedf3755343c2b2fe9bcdf7bea326d077566de","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":"q-en-nixpkgs-e6de35ef51d1c15cc3fab20667e04d094c51236e1766d60c46bd8f48d4942471","text":"owner = \"rust-skia\"; repo = \"skia\"; # see rust-skia:skia-bindings/Cargo.toml#package.metadata skia rev = \"m119-0.67.3\"; sha256 = \"sha256-U75NuJnQa5+SNlOrsBmdlvflGdjo3el63EeIsbnE7ms=\"; rev = \"m124-0.72.3\"; sha256 = \"sha256-zlHUJUXukE4CsXwwmVl3KHf9mnNPT8lC/ETEE15Gb4s=\"; }; # The externals for skia are taken from skia/DEPS externals = linkFarm \"skia-externals\" (lib.mapAttrsToList"}
{"_id":"q-en-nixpkgs-e6fe7ac17fab91283233f8def4c79f000dbc7b09cc3dd1db26e24290fb84e8e0","text":"inherit (lib) mkOption mkIf singleton; inherit (pkgs) heimdal; inherit (pkgs) heimdalFull; stateDir = \"/var/heimdal\"; in"}
{"_id":"q-en-nixpkgs-e739680b6589a201c951c98ce4c23527a164ede8b23aceb6da5b43eaf7e371dc","text":"zktree = callPackage ../applications/misc/zktree {}; zrythm = callPackage ../applications/audio/zrythm { inherit (plasma5Packages) breeze-icons; }; zthrottle = callPackage ../tools/misc/zthrottle { }; }"}
{"_id":"q-en-nixpkgs-e76444f0a6eee1a2c4afea0a1728db40f5cc24143b5aaef45a965bfaeebf2422","text":"--data-dir $STATE_DIRECTORY --download-dir $STATE_DIRECTORY --uri ${options.uri} --device ${options.device} --model ${options.model} --language ${options.language} --beam-size ${options.beamSize} ${options.extraArgs}"}
{"_id":"q-en-nixpkgs-e76b0893c4e9dfd7a11264701640e9ccfa7740e083de6f036de357195f31af46","text":"{ \"darwin\": { \"hash\": \"sha256-oIRZtj1BZWioO1ucEXnJQoz/FfDNHWLdYLExuLk+aJk=\", \"version\": \"0.2024.04.23.08.01.stable_03\" \"hash\": \"sha256-Ky5JyocpI9JKvhmmhk0Cg/Eo7icmo6FQAT639cGIGrA=\", \"version\": \"0.2024.05.07.08.02.stable_02\" }, \"linux\": { \"hash\": \"sha256-R9//eoelQkH8OAhoU0ux+o1EpQozWhRJwCTTSY9LBGU=\", \"version\": \"0.2024.04.23.08.01.stable_03\" \"hash\": \"sha256-zUbWNgiupBoFWoN3I726FejGtGne9dctaiGlPBbj5KU=\", \"version\": \"0.2024.05.07.08.02.stable_02\" } }"}
{"_id":"q-en-nixpkgs-e791e58d67a568da93327aef46384d336453b9efd6f5b3151c671f92a47aa438","text":"makeWrapperArgs+=( \"''${gappsWrapperArgs[@]}\" --prefix PATH : \"${lib.makeBinPath [ wmctrl ]}\" --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ libX11 ]}\" --prefix WEBKIT_DISABLE_COMPOSITING_MODE : \"1\" ) '';"}
{"_id":"q-en-nixpkgs-e7920008feb7304ac44d5410f77c06f14deb7e84cd5fb679548a73c64e28951f","text":"sha256 = \"11lxkb7d79c75scrs28q4xmr0ii2li69zj1c650al3qxir8yf754\"; }; outputs = [ \"bin\" \"lib\" \"dev\" \"out\" \"man\" \"dnsutils\" \"host\" ]; outputs = [ \"out\" \"lib\" \"dev\" \"man\" \"dnsutils\" \"host\" ]; patches = [ ./dont-keep-configure-flags.patch ./remove-mkdir-var.patch ] ++ stdenv.lib.optional stdenv.isDarwin ./darwin-openssl-linking-fix.patch;"}
{"_id":"q-en-nixpkgs-e80be570a22c55d8ff421ebd8d96d075b2148e8cab0378d6a697c98bdcb45de2","text":"postFixup = '' # Fix include path that will be incorrect due to the \"dev\" output substituteInPlace \"$dev/lib/cmake/LibDataChannel/LibDataChannelTargets.cmake\" --replace \"''${_IMPORT_PREFIX}/include\" \"$dev/include\" --replace-fail \"''${_IMPORT_PREFIX}/include\" \"$dev/include\" ''; meta = with lib; {"}
{"_id":"q-en-nixpkgs-e80c3b4e9990bbc67e88a4c25b81bfb999d57a22df24e19f9946c7cbe6a1dabe","text":"# Wait for network and miniupnpd. router.wait_for_unit(\"network-online.target\") # $router.wait_for_unit(\"nat\") router.wait_for_unit(\"firewall.service\") router.wait_for_unit(\"${if useNftables then \"nftables\" else \"firewall\"}.service\") router.wait_for_unit(\"miniupnpd\") client1.wait_for_unit(\"network-online.target\")"}
{"_id":"q-en-nixpkgs-e8682abfb8e08cdb8be561468fd74dc08af7e8053f05497c29b65a77c2e22c32","text":"bower2nix = nodeEnv.buildNodePackage { name = \"bower2nix\"; packageName = \"bower2nix\"; version = \"3.1.0\"; version = \"3.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/bower2nix/-/bower2nix-3.1.0.tgz\"; sha1 = \"f18a46335854ff9c5b4fe78f88309d7bf0631a1b\"; url = \"https://registry.npmjs.org/bower2nix/-/bower2nix-3.1.1.tgz\"; sha1 = \"wfzj1k6jkfnk1bkgbmpni59mdab8zk3p\"; }; dependencies = [ (sources.\"argparse-1.0.4\" // {"}
{"_id":"q-en-nixpkgs-e884483cdc5998fa6ebd2196ab84e9e82a9b9bc1a0124e1efcbc6d9135ee265f","text":" { lib, fetchPypi, nixosTests, python3 }: { lib, fetchPypi, nixosTests, python3, }: python3.pkgs.buildPythonApplication rec { version = \"0.5.0b3.dev85\";"}
{"_id":"q-en-nixpkgs-e88d9cae9385c6542afc7bb7137d8d2bf0aa5e7dd8a204632d8b835119b6c223","text":"{ stdenv, fetchFromGitHub, kernel, bc }: stdenv.mkDerivation rec { name = \"rtl8821ce-${kernel.version}-${version}\"; version = \"5.2.5_1.26055.20180108\"; version = \"5.5.2_34066.20200325\"; src = fetchFromGitHub { owner = \"tomaspinho\"; repo = \"rtl8821ce\"; rev = \"ab6154e150bbc7d12b0525d4cc1298ae196e45de\"; sha256 = \"1my0hidqnv4s7hi5897m81pq0sjw05np0g27hlkg9fwb83b5kzsg\"; rev = \"69765eb288a8dfad3b055b906760b53e02ab1dea\"; sha256 = \"17jiw25k74kv5lnvgycvj2g1n06hbrpjz6p4znk4a62g136rhn4s\"; }; hardeningDisable = [ \"pic\" ];"}
{"_id":"q-en-nixpkgs-e8cf25b4c886dd9a02877334168bc47e5d483484c4d569028fdcd98356d9f812","text":", ibus , qtbase , zstd , fetchpatch , withFcitx5Support ? false , withIbusSupport ? false }:"}
{"_id":"q-en-nixpkgs-e8f2849d9e60d47e6d20f3737b7cd8e45f21ae451b255a81a02f853eb419e6bc","text":"# Darwin , gmp , libiconv , qemu , Carbon , AppKit"}
{"_id":"q-en-nixpkgs-e92a70acf6be6d1dc871d938295977bbe0d60f4818038aa3dc853906cf17993c","text":"copy_bin_and_libs () { [ -f \"$out/bin/$(basename $1)\" ] && rm \"$out/bin/$(basename $1)\" cp -pdv $1 $out/bin cp -pdvH $1 $out/bin } # Copy BusyBox."}
{"_id":"q-en-nixpkgs-e92ab4061be33998fc08a28a9b72fcecaeb0ba7682f481a3f3a2f641394ad875","text":"}; testScript = '' from base64 import b64encode from urllib.parse import quote machine.start() machine.wait_for_open_port(80) machine.wait_for_unit(\"multi-user.target\")"}
{"_id":"q-en-nixpkgs-e9b8a046cda0acb3beb4acec149ed0378fa9502a1f47736f4a1344a30f4efc06","text":" { stdenv, fetchurl, pkgconfig, openssl, libjpeg, zlib, freetype, fontconfig, fribidi, SDL2, SDL, mesa, giflib, libpng, libtiff, glib, gst_all_1, pulseaudio, libsndfile, xlibs, wayland, libdrm, libxkbcommon, udev, utillinuxCurses, dbus, bullet, luajit, python27Packages, openjpeg, doxygen, expat, lua5_2, harfbuzz, jbig2dec, librsvg, dbus_libs, alsaLib, poppler, libraw, libspectre, xineLib, vlc, libwebp, curl }: { stdenv, fetchurl, pkgconfig, openssl, libjpeg, zlib, freetype, fontconfig, fribidi, SDL2, SDL, mesa, giflib, libpng, libtiff, glib, gst_all_1, pulseaudio, libsndfile, xlibs, libdrm, libxkbcommon, udev, utillinuxCurses, dbus, bullet, luajit, python27Packages, openjpeg, doxygen, expat, lua5_2, harfbuzz, jbig2dec, librsvg, dbus_libs, alsaLib, poppler, libraw, libspectre, xineLib, vlc, libwebp, curl }: stdenv.mkDerivation rec { name = \"efl-${version}\"; version = \"1.11.3\"; version = \"1.12.2\"; src = fetchurl { url = \"http://download.enlightenment.org/rel/libs/efl/${name}.tar.gz\"; sha256 = \"0s9pm3lfp7f2yf877xywjw8ihgr2yrns3gibak0gcwx7d8bfljfr\"; sha256 = \"1knxm4xiqxpvpszhyqik43lw36hdwdfh8z7y62803a7093j3yjnw\"; }; buildInputs = [ pkgconfig openssl zlib freetype fontconfig fribidi SDL2 SDL mesa giflib libpng libtiff glib gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav pulseaudio libsndfile xlibs.libXcursor xlibs.printproto xlibs.libX11 libdrm udev utillinuxCurses luajit ]; propagatedBuildInputs = [ wayland libxkbcommon python27Packages.dbus dbus libjpeg xlibs.libXcomposite xlibs.libXdamage xlibs.libXinerama xlibs.libXp xlibs.libXtst xlibs.libXi xlibs.libXext bullet xlibs.libXScrnSaver ] ++ [ xlibs.libXrender xlibs.libXfixes xlibs.libXrandr xlibs.libxkbfile xlibs.libxcb xlibs.xcbutilkeysyms openjpeg doxygen expat lua5_2 harfbuzz jbig2dec librsvg dbus_libs alsaLib poppler libraw libspectre xineLib vlc libwebp curl ]; configureFlags = [ \"--with-tests=none\" \"--enable-sdl\" \"--enable-drm\" \"--with-opengl=full\" \"--enable-image-loader-jp2k\" \"--enable-xinput22\" \"--enable-multisense\" \"--enable-systemd\" \"--enable-image-loader-webp\" \"--enable-harfbuzz\" \"--enable-wayland\" \"--enable-xine\" \"--enable-fb\" \"--disable-tslib\" \"--with-systemdunitdir=$out/systemd/user\" ]; buildInputs = [ pkgconfig openssl zlib freetype fontconfig fribidi SDL2 SDL mesa giflib libpng libtiff glib gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav pulseaudio libsndfile xlibs.libXcursor xlibs.printproto xlibs.libX11 libdrm udev utillinuxCurses luajit ]; propagatedBuildInputs = [ libxkbcommon python27Packages.dbus dbus libjpeg xlibs.libXcomposite xlibs.libXdamage xlibs.libXinerama xlibs.libXp xlibs.libXtst xlibs.libXi xlibs.libXext bullet xlibs.libXScrnSaver xlibs.libXrender xlibs.libXfixes xlibs.libXrandr xlibs.libxkbfile xlibs.libxcb xlibs.xcbutilkeysyms openjpeg doxygen expat lua5_2 harfbuzz jbig2dec librsvg dbus_libs alsaLib poppler libraw libspectre xineLib vlc libwebp curl ]; configureFlags = [ \"--with-tests=none\" \"--enable-sdl\" \"--enable-drm\" \"--with-opengl=full\" \"--enable-image-loader-jp2k\" \"--enable-xinput22\" \"--enable-multisense\" \"--enable-systemd\" \"--enable-image-loader-webp\" \"--enable-harfbuzz\" \"--enable-xine\" \"--enable-fb\" \"--disable-tslib\" \"--with-systemdunitdir=$out/systemd/user\" \"--enable-lua-old\" ]; NIX_CFLAGS_COMPILE = [ \"-I${xlibs.libXtst}\" \"-I${dbus_libs}/include/dbus-1.0\" \"-I${dbus_libs}/lib/dbus-1.0/include\" ];"}
{"_id":"q-en-nixpkgs-e9df0eacb813e480df5089ddda928d0c2ceafca5e18a41a2e45af8ef1da1ed86","text":"githubId = 9959940; name = \"Andreas Fehn\"; }; felbinger = { name = \"Nico Felbinger\"; email = \"nico@felbinger.eu\"; matrix = \"@nico:felbinger.eu\"; github = \"felbinger\"; githubId = 26925347; keys = [{ fingerprint = \"0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4\"; }]; }; felipeqq2 = { name = \"Felipe Silva\"; email = \"nixpkgs@felipeqq2.rocks\";"}
{"_id":"q-en-nixpkgs-ea1ad4e12a42100bad74658c7073a8be14c8ab4f33b7164bb87b681142aeaf01","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":"q-en-nixpkgs-ea36fe71480e09560bba06a832351e865b058923b6a18753950e4032a27e1750","text":", freetype, gd, libXaw, icu, ghostscript, libXpm, libXmu, libXext , perl, perlPackages, python2Packages, pkgconfig , poppler, libpaper, graphite2, zziplib, harfbuzz, potrace, gmp, mpfr , cairo, pixman, xorg, clisp, biber, xxHash , brotli, cairo, pixman, xorg, clisp, biber, woff2, xxHash , makeWrapper, shortenPerlShebang }:"}
{"_id":"q-en-nixpkgs-ea5a5e2885937169caf44928f6e61852bfe8aaff9b421bc2039f2c08ab9a3fd6","text":"bower2nix = nodeEnv.buildNodePackage { name = \"bower2nix\"; packageName = \"bower2nix\"; version = \"3.1.0\"; version = \"3.1.1\"; src = fetchurl { url = \"https://registry.npmjs.org/bower2nix/-/bower2nix-3.1.0.tgz\"; sha1 = \"f18a46335854ff9c5b4fe78f88309d7bf0631a1b\"; url = \"https://registry.npmjs.org/bower2nix/-/bower2nix-3.1.1.tgz\"; sha1 = \"wfzj1k6jkfnk1bkgbmpni59mdab8zk3p\"; }; dependencies = [ sources.\"argparse-1.0.4\""}
{"_id":"q-en-nixpkgs-ea6b1ca5ef6e0211fc5990ba9ba01b82166d482abd00f3647845091feefbca21","text":"buildPythonPackage rec { pname = \"localstack-ext\"; version = \"3.2.0\"; pyproject = true; version = \"2.3.2\"; format = \"setuptools\"; src = fetchPypi { inherit pname version; hash = \"sha256-53pbt7kNaYQRsLb+OI8gLwR3cBE18ZKLZmG4aP1/93E=\"; hash = \"sha256-Ex5ZPlteDaiyex90QumucVdTTbpp9uWiBrvw1kMr++8=\"; }; postPatch = ''"}
{"_id":"q-en-nixpkgs-ea77d266804550e2d88113712f88ba228b302adc23bf1afca30d1ce7743b4fbb","text":"mlt shared-mime-info libv4l glaxnimate ]; qtWrapperArgs = ["}
{"_id":"q-en-nixpkgs-eab1bb2f6cc751e8587765652a913d5ab57cb215650dabd77be55da9e4ba2e70","text":", installShellFiles , git , unzip , dmd_bin ? \"${callPackage ./bootstrap.nix { }}/bin\" , dmdBootstrap ? callPackage ./bootstrap.nix { } , dmd_bin ? \"${dmdBootstrap}/bin\" }: let"}
{"_id":"q-en-nixpkgs-eabd5d0f4bc8001e1102cd58ec28f33fade91efd37f9f5c5ce3469b5d90e4f65","text":" { stdenv, fetchurl, intltool, pkgconfig , gtk3, ibus, libhangul, python3 { stdenv , fetchurl , substituteAll , intltool , pkgconfig , wrapGAppsHook , gtk3 , ibus , libhangul , python3 }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-eac2619711b699c461e12bb2037cd3c8fc0f8ebdaf1b6e32e13ac6db8ceb262d","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":"q-en-nixpkgs-ead4566e56e5b2336e0f2a4b13b169eb35bbf983d115393c52099a5a9c4c3b17","text":"NIX_LDFLAGS = \"-lgcc_s\"; configureFlags = [ \"--disable-kernel_crypto\" \"--enable-cryptsetup-reencrypt\" \"--with-crypto_backend=openssl\" ] ++ stdenv.lib.optional enablePython \"--enable-python\";"}
{"_id":"q-en-nixpkgs-eb14ffeb5dca1c095b8c00fa0862d873d60168a3dc23d950fc6b1babeaab1bf3","text":" { lib, nodejs_20, buildNpmPackage, fetchFromGitHub, writeShellScriptBin, nss, cmake, pkg-config, openssl, libdatachannel, }: let nodejs = nodejs_20; buildNpmPackage' = buildNpmPackage.override { inherit nodejs; }; version = \"1.19.0\"; src = fetchFromGitHub { owner = \"httptoolkit\"; repo = \"httptoolkit-server\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-S4Io4X5Hlvm/5HoKIQ/OTor9jZvMz6me5RyfZ8FwOdM=\"; }; overridesNodeModules = buildNpmPackage' { pname = \"httptoolkit-server-overrides-node-modules\"; inherit version src; sourceRoot = \"${src.name}/overrides/js\"; npmDepsHash = \"sha256-GRN6ua3FY1AE61bB7PM2wgbKPZI/zJeXa5HOOh/2N2Y=\"; dontBuild = true; installPhase = '' mkdir -p $out cp -r node_modules $out/node_modules ''; }; nodeDatachannel = buildNpmPackage' { pname = \"node-datachannel\"; version = \"0.4.3\"; src = fetchFromGitHub { owner = \"murat-dogan\"; repo = \"node-datachannel\"; rev = \"refs/tags/v${nodeDatachannel.version}\"; hash = \"sha256-BlfeocqSG+pqbK0onnCf0VKbQw8Qq4qMxhAcfGlFYR8=\"; }; npmFlags = [ \"--ignore-scripts\" ]; makeCacheWritable = true; npmDepsHash = \"sha256-pgcOOjiuWKlpD+WJyPj/c9ZhDjYuEnybpLS/BPmzeFM=\"; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ openssl libdatachannel ]; dontUseCmakeConfigure = true; env.NIX_CFLAGS_COMPILE = \"-I${nodejs}/include/node\"; env.CXXFLAGS = \"-include stdexcept\"; # for GCC13 preBuild = '' # don't use static libs and don't use FetchContent substituteInPlace CMakeLists.txt --replace-fail 'OPENSSL_USE_STATIC_LIBS TRUE' 'OPENSSL_USE_STATIC_LIBS FALSE' --replace-fail 'if(NOT libdatachannel)' 'if(false)' --replace-fail 'datachannel-static' 'datachannel' # don't fetch node headers substituteInPlace node_modules/cmake-js/lib/dist.js --replace-fail '!this.downloaded' 'false' npm rebuild --verbose ''; installPhase = '' runHook preInstall install -Dm755 build/Release/*.node -t $out/build/Release runHook postInstall ''; }; in buildNpmPackage' { pname = \"httptoolkit-server\"; inherit version src; patches = [ ./only-build-for-one-platform.patch ]; npmDepsHash = \"sha256-njSNdpo+CIfS9LTnshawJ7297tFc8ssjUqJcHk8kBZE=\"; npmFlags = [ \"--ignore-scripts\" ]; makeCacheWritable = true; nativeBuildInputs = [ # the build system uses the `git` executable to get the current revision # we use a fake git to provide it with a fake revision (writeShellScriptBin \"git\" \"echo '???'\") ]; postConfigure = '' # make sure `oclif-dev' doesn't fetch `node` binary to bundle with the app substituteInPlace node_modules/@oclif/dev-cli/lib/tarballs/node.js --replace-fail 'async function fetchNodeBinary({ nodeVersion, output, platform, arch, tmp }) {' 'async function fetchNodeBinary({ nodeVersion, output, platform, arch, tmp }) { return;' # manually place our prebuilt `node-datachannel` binary into its place, since we used '--ignore-scripts' ln -s ${nodeDatachannel}/build node_modules/node-datachannel/build cp -r ${overridesNodeModules}/node_modules overrides/js/node_modules # don't run `npm ci` in `overrides/js` since we already copied node_modules into the directory substituteInPlace prepare.ts --replace-fail \"'ci', '--production'\" \"'--version'\" patchShebangs *.sh ''; preBuild = '' npm run build:src ''; npmBuildScript = \"build:release\"; installPhase = '' runHook preInstall # we don't actually use any of the generated tarballs, we just copy from the tmp directory, since that's easier mkdir -p $out/share/httptoolkit-server cp -r build/tmp/httptoolkit-server/* -r $out/share/httptoolkit-server # remove unneeded executables rm -r $out/share/httptoolkit-server/bin/httptoolkit-server* # since `oclif-dev pack` ran `npm install` again, we need to place the prebuilt binary here again ln -s ${nodeDatachannel}/build $out/share/httptoolkit-server/node_modules/node-datachannel/build # disable updating functionality substituteInPlace $out/share/httptoolkit-server/node_modules/@oclif/plugin-update/lib/commands/update.js --replace-fail \"await this.skipUpdate()\" \"'cannot update nix based package'\" # the app determines if it's in production by checking if HTTPTOOLKIT_SERVER_BINPATH is set to anything makeWrapper $out/share/httptoolkit-server/bin/run $out/bin/httptoolkit-server --set HTTPTOOLKIT_SERVER_BINPATH dummy --prefix PATH : ${lib.makeBinPath [ nss.tools ]} runHook postInstall ''; passthru = { inherit nodeDatachannel; }; meta = { description = \"Backend for HTTP Toolkit\"; homepage = \"https://httptoolkit.com/\"; license = lib.licenses.agpl3Plus; mainProgram = \"httptoolkit-server\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = lib.platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-eb2ac1a183c5cb77a6b2114ab139c0e04d59fd0dc940018523e90a6553ea4e1b","text":" { alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups, curl, dbus, dpkg, expat, fetchurl, fontconfig, freetype, gdk-pixbuf, glib, gtk3, lib, libdrm, libnotify, libsecret, libuuid, libxcb, libxkbcommon, mesa, nspr, nss, pango, stdenv, systemd, wrapGAppsHook3, xorg, }: let version = \"1.43.0\"; rpath = lib.makeLibraryPath [ alsa-lib at-spi2-atk at-spi2-core atk cairo cups curl dbus expat fontconfig freetype gdk-pixbuf glib gtk3 libdrm libnotify libsecret libuuid libxcb libxkbcommon mesa nspr nss pango stdenv.cc.cc systemd xorg.libX11 xorg.libXScrnSaver xorg.libXcomposite xorg.libXcursor xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXi xorg.libXrandr xorg.libXrender xorg.libXtst xorg.libxkbfile xorg.libxshmfence (lib.getLib stdenv.cc.cc) ]; src = if stdenv.hostPlatform.system == \"x86_64-linux\" then fetchurl { url = \"https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb\"; sha256 = \"sha256-hzPhF0NGwv+Lm+q5SoS8qv10UmuKf4RarGMkEeCxp9w=\"; } else throw \"MongoDB compass is not supported on ${stdenv.hostPlatform.system}\"; # NOTE While MongoDB Compass is available to darwin, I do not have resources to test it # Feel free to make a PR adding support if desired in stdenv.mkDerivation { pname = \"mongodb-compass\"; inherit version; inherit src; buildInputs = [ dpkg wrapGAppsHook3 gtk3 ]; dontUnpack = true; buildCommand = '' IFS=$'n' # The deb file contains a setuid binary, so 'dpkg -x' doesn't work here dpkg --fsys-tarfile $src | tar --extract mkdir -p $out mv usr/* $out # cp -av $out/usr/* $out rm -rf $out/share/lintian # The node_modules are bringing in non-linux files/dependencies find $out -name \"*.app\" -exec rm -rf {} ; || true find $out -name \"*.dll\" -delete find $out -name \"*.exe\" -delete # Otherwise it looks \"suspicious\" chmod -R g-w $out for file in `find $out -type f -perm /0111 -o -name *.so*`; do echo \"Manipulating file: $file\" patchelf --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" \"$file\" || true patchelf --set-rpath ${rpath}:$out/lib/mongodb-compass \"$file\" || true done wrapGAppsHook $out/bin/mongodb-compass ''; meta = with lib; { description = \"GUI for MongoDB\"; maintainers = with maintainers; [ bryanasdev000 ]; homepage = \"https://github.com/mongodb-js/compass\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.sspl; platforms = [ \"x86_64-linux\" ]; mainProgram = \"mongodb-compass\"; }; } "}
{"_id":"q-en-nixpkgs-ebbbdec968dd61db5f27b055dabdabe4ffe7bd780461d98f7ae2143e66b37970","text":" { stdenv, fetchFromGitHub, cmake, qt4, libXfixes, libXtst}: { stdenv, fetchFromGitHub, cmake, qt5, libXfixes, libXtst, git , webkitSupport ? true }: stdenv.mkDerivation rec { name = \"CopyQ-${version}\"; version = \"2.9.0\"; version = \"3.0.3\"; src = fetchFromGitHub { owner = \"hluk\"; repo = \"CopyQ\"; rev = \"v${version}\"; sha256 = \"1gnqsfh50w3qcnbghkpjr5qs42fgl6643lmg4mg4wam8a852s64f\"; sha256 = \"0wpxqrg4mn8xjsrwsmlhh731s2kr6afnzpqif1way0gi7fqr73jl\"; }; patches = [ ./cmake-modules.patch ]; nativeBuildInputs = [ cmake ]; buildInputs = [ qt4 libXfixes libXtst ]; buildInputs = [ git qt5.full libXfixes libXtst ] ++ stdenv.lib.optional webkitSupport qt5.qtwebkit; meta = with stdenv.lib; { homepage = https://hluk.github.io/CopyQ;"}
{"_id":"q-en-nixpkgs-ebbf2541cfc6f7cd270e5b62ed8d69551aae985b9d04e745a43c10f4f7a54c57","text":", stdenv , fetchFromGitLab , writeText , substituteAll , meson , pkg-config , ninja"}
{"_id":"q-en-nixpkgs-ebcbe33204f706c3d501ef43b53d38674cc385bb90f4d65a2bfeaacfa8948524","text":"gdrive = callPackage ../applications/networking/gdrive { }; gdrive3 = callPackage ../applications/networking/gdrive3 { }; gdu = callPackage ../tools/system/gdu { }; gfxreconstruct = callPackage ../tools/graphics/gfxreconstruct { };"}
{"_id":"q-en-nixpkgs-ebd303b68caa56e48f58185edd2c711f4e1189df7e4c7c2e1faa66a38b793000","text":" { stdenv , lib , config , fetchFromGitHub , testers , cmake , pkg-config , alsaSupport ? stdenv.hostPlatform.isLinux , alsa-lib , pulseaudioSupport ? config.pulseaudio or stdenv.hostPlatform.isLinux , libpulseaudio , jackSupport ? true , libjack2 , coreaudioSupport ? stdenv.hostPlatform.isDarwin , darwin , validatePkgConfig }: stdenv.mkDerivation (finalAttrs: { pname = \"rtaudio\"; version = \"6.0.1\"; src = fetchFromGitHub { owner = \"thestk\"; repo = \"rtaudio\"; rev = \"refs/tags/${finalAttrs.version}\"; hash = \"sha256-Acsxbnl+V+Y4mKC1gD11n0m03E96HMK+oEY/YV7rlIY=\"; }; strictDeps = true; nativeBuildInputs = [ cmake pkg-config validatePkgConfig ]; buildInputs = lib.optionals alsaSupport [ alsa-lib ] ++ lib.optionals pulseaudioSupport [ libpulseaudio ] ++ lib.optionals jackSupport [ libjack2 ] ++ lib.optionals coreaudioSupport [ darwin.apple_sdk.frameworks.CoreAudio ]; cmakeFlags = [ (lib.cmakeBool \"RTAUDIO_API_ALSA\" alsaSupport) (lib.cmakeBool \"RTAUDIO_API_PULSE\" pulseaudioSupport) (lib.cmakeBool \"RTAUDIO_API_JACK\" jackSupport) (lib.cmakeBool \"RTAUDIO_API_CORE\" coreaudioSupport) ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { description = \"A set of C++ classes that provide a cross platform API for realtime audio input/output\"; homepage = \"https://www.music.mcgill.ca/~gary/rtaudio/\"; changelog = \"https://github.com/thestk/rtaudio/releases/tag/${finalAttrs.version}\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ magnetophon ]; platforms = lib.platforms.unix; pkgConfigModules = [ \"rtaudio\" ]; }; }) "}
{"_id":"q-en-nixpkgs-eca585dab3621576afc9ea5a3121f0556bfb6b0f0ba751874e59809e7ec10da4","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":"q-en-nixpkgs-eca933b7ac6458cecee0fe83446b56f1e46a1001c8962635dbad4c7a3a7afbe5","text":"dontWrapGApps = true; # we only want $gappsWrapperArgs here buildInputs = with xorg; [ alsa-lib cairo freetype gdk-pixbuf glib gtk3 libxcb xcbutil xcbutilwm zlib libXtst libxkbcommon pulseaudio libjack2 libX11 libglvnd libXcursor stdenv.cc.cc.lib alsa-lib cairo freetype gdk-pixbuf glib gtk3 libxcb xcbutil xcbutilwm zlib libXtst libxkbcommon pipewire pulseaudio libjack2 libX11 libglvnd libXcursor stdenv.cc.cc.lib ]; installPhase = ''"}
{"_id":"q-en-nixpkgs-ecf52f6151b41cdadff17b5a4053287da5b32e9474c87fadcc258567e3ae40cc","text":"yara ]; # autoPatchelfHook only searches for *.so and *.so.*, and won't find *.hexpluglib # however, we will append to RUNPATH ourselves autoPatchelfIgnoreMissingDeps = [ \"*.hexpluglib\" ]; appendRunpaths = [ (lib.makeLibraryPath [ libGL ]) \"${placeholder \"out\"}/lib/imhex/plugins\" ]; cmakeFlags = [ \"-DIMHEX_OFFLINE_BUILD=ON\" \"-DUSE_SYSTEM_CAPSTONE=ON\""}
{"_id":"q-en-nixpkgs-ecfb0871a7ea458066fc4ffdea0f00275281ba60a48a08d8565b8589ed4cdfd9","text":" { lib , mkDerivation , fetchFromGitHub , qmake }: mkDerivation { pname = \"mathmod\"; version = \"11.1-unstable-2024-01-26\"; src = fetchFromGitHub { owner = \"parisolab\"; repo = \"mathmod\"; rev = \"24d03a04c17363520ae7cf077e72a7b8684eb6fd\"; hash = \"sha256-HiqHssPGqYEVZWchZRj4rFPc+xNVZk1ryl5qvFC2BmQ=\"; }; patches = [ ./fix-paths.patch ]; postPatch = '' substituteInPlace MathMod.pro --subst-var out ''; nativeBuildInputs = [ qmake ]; meta = { description = \"A mathematical modelling software\"; homepage = \"https://github.com/parisolab/mathmod\"; license = lib.licenses.gpl2Plus; mainProgram = \"MathMod\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = lib.platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-ecfb1f31634f543d3d0b84db52e5c48726cd89b3c43087ed1a49f16038d42ba7","text":"/usr/bin/defaults write com.tinyspeck.slackmacgap SlackNoAutoUpdates -bool YES ''; }; in if stdenv.isDarwin then darwin else linux in if stdenv.isDarwin then darwin else linux "}
{"_id":"q-en-nixpkgs-ed0d0897ad7cc274a97b7c0f48cfda58f61bf7e0c2a9015d0231789f048e187a","text":"preStart = '' mkdir -m 0755 -p ${stateDir} ''; script = \"${heimdal}/sbin/kdc\"; script = \"${heimdalFull}/sbin/kdc\"; }; systemd.services.kpasswdd = { description = \"Kerberos Password Changing daemon\"; wantedBy = [ \"multi-user.target\" ]; script = \"${heimdal}/sbin/kpasswdd\"; script = \"${heimdalFull}/sbin/kpasswdd\"; }; };"}
{"_id":"q-en-nixpkgs-ed33c995bb507b19a82825759f5a0f377629c8bc7d8f1a50e82a61ad72ef40b9","text":"}) {}; font-lock-plus = callPackage ({ fetchurl, lib, melpaBuild }: melpaBuild { pname = \"font-lock-plus\"; version = \"20170101.947\"; version = \"20170222.1755\"; src = fetchurl { url = \"https://www.emacswiki.org/emacs/download/font-lock+.el\"; sha256 = \"0ffs2c7gyhfa2mskdh7a1yp0na99kk282zm4zn56ljp55rrnnnh0\"; sha256 = \"0iajkgh0n3pbrwwxx9rmrrwz8dw2m7jsp4mggnhq7zsb20ighs30\"; }; recipeFile = fetchurl { url = \"https://raw.githubusercontent.com/milkypostman/melpa/a5d15f875b0080b12ce45cf696c581f6bbf061ba/recipes/font-lock+\";"}
{"_id":"q-en-nixpkgs-ed45b65c94874bb87de5c34ddb51dfe0d04efc9a8512a307fbb37b333fc519cc","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, llvmPackages, writeShellScriptBin , alsa-lib, libpulseaudio ? null, libredirect, quazip, which, unzip, llvmPackages_10, writeShellScriptBin }: let"}
{"_id":"q-en-nixpkgs-ed4c00a281efd5a283b0b87719bfaf140d76c42309f44094bd471520e154d0e9","text":"# this succeeds an external client will try to connect to the port # mapping. import ./make-test-python.nix ({ pkgs, ... }: import ./make-test-python.nix ({ pkgs, useNftables, ... }: let internalRouterAddress = \"192.168.3.1\";"}
{"_id":"q-en-nixpkgs-ed4dca99244873f5882d09746ead31f21217ef611224640976934cd364d747bb","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":"q-en-nixpkgs-ed7bd84c88aaa0e1b666c18fda1774eca7b4f31e8bf15207494889b40d654434","text":" diff --git a/src/vteseq.cc b/src/vteseq.cc index 2330939d..e0ac14eb 100644 --- a/src/vteseq.cc +++ b/src/vteseq.cc @@ -3409,7 +3409,7 @@ vte_sequence_handler_iterm2_1337(VteTerminalPrivate *that, GValueArray *params) #define VTE_SEQUENCE_HANDLER(name) name static const struct vteseq_n_struct * -vteseq_n_lookup (register const char *str, register unsigned int len); +vteseq_n_lookup (register const char *str, register size_t len); #include\"vteseq-n.cc\" #undef VTE_SEQUENCE_HANDLER "}
{"_id":"q-en-nixpkgs-ed9bb5cf3f6424c21d36732ac0cf2dae71a7bf517c8b1afcee811f66e8970d17","text":" { stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"ciao\"; version = \"1.19.0\"; src = fetchFromGitHub { owner = \"ciao-lang\"; repo = \"ciao\"; rev = \"v${version}\"; sha256 = \"03qzcb4ivgkiwdpw7a94dn74xqyxjwz5ilrr53rcblsh5ng299jp\"; }; configurePhase = '' ./ciao-boot.sh configure --instype=global --prefix=$prefix ''; buildPhase = '' ./ciao-boot.sh build ''; installPhase = '' ./ciao-boot.sh install ''; meta = with stdenv.lib; { homepage = \"https://ciao-lang.org/\"; description = \"A general purpose, multi-paradigm programming language in the Prolog family\"; license = licenses.lgpl21; maintainers = with maintainers; [ suhr ]; platforms = platforms.unix; }; } "}
{"_id":"q-en-nixpkgs-edaa03d978a49c6126e461fd6cc380b6142d9dfd74e10d111a47da827207d42b","text":"maintainers = with stdenv.lib.maintainers; [viric peti]; platforms = with stdenv.lib.platforms; unix; outputsToInstall = [ \"out\" \"dnsutils\" \"host\" ]; }; }"}
{"_id":"q-en-nixpkgs-edc0188044e5e9f0a6541e1c02b1f79f992846738ce0e554a22b906c17d74029","text":"nativeBuildInputs = [ copyDesktopItems makeWrapper wrapGAppsHook ]; buildInputs = [ gtk3 gnome.adwaita-icon-theme ]; # avoid double-wrapping dontWrapGApps = true; installPhase = '' runHook preInstall"}
{"_id":"q-en-nixpkgs-ede3a26d7389fd09528cfd1fce6f3b1e27386c3c3e4a757ea6eb22b94bf264dc","text":"}; production = true; }; } No newline at end of file } "}
{"_id":"q-en-nixpkgs-ede413731a2d4be8e3a2a0ae4815934723713972b2398acca403513faf042f39","text":" #!/usr/bin/env nix-shell /* #!nix-shell -i node -p nodejs_18 */ import { promises as fs } from 'node:fs'; const constants = { githubUrl: \"https://api.github.com/repos/pulsar-edit/pulsar/releases\", sha256FileURL: (newVersion) => `https://github.com/pulsar-edit/pulsar/releases/download/v${newVersion}/SHA256SUMS.txt`, x86_64FileName: (newVersion) => `Linux.pulsar-${newVersion}.tar.gz`, aarch64FileName: (newVersion) => `ARM.Linux.pulsar-${newVersion}-arm64.tar.gz`, targetFile: new URL(\"default.nix\", import.meta.url).pathname, }; async function utf16ToUtf8(blob) { // Sometime, upstream saves the SHA256SUMS.txt file in UTF-16, which absolutely breaks node's string handling // So we need to convert this blob to UTF-8 // We need to skip the first 2 bytes, which are the BOM const arrayBuffer = await blob.slice(2).arrayBuffer(); const buffer = Buffer.from(arrayBuffer); const utf8String = buffer.toString('utf16le'); return utf8String; } async function getLatestVersion() { const requestResult = await fetch(constants.githubUrl); if (!requestResult.ok) { console.error(\"Failed to fetch releases\"); console.error(requestResult); process.exit(1); }; let jsonResult = await requestResult.json(); jsonResult = jsonResult.filter((release) => !release.prerelease && !release.draft); if (jsonResult.length == 0) { console.error(\"No releases found\"); process.exit(1); } return jsonResult[0].tag_name.replace(/^v/, ''); } async function getSha256Sum(hashFileContent, targetFile) { // The upstream file has a fomat like this: // 0000000000000000000000000000000000000000000000000000000000000000 targetFile let sha256 = hashFileContent. split('n'). map(line => line.replace(\"r\", \"\")). // Side-effect of the UTF-16 conversion, if the file was created from Windows filter((line) => line.endsWith(targetFile))[0]. split(' ')[0]; return \"sha256-\" + Buffer.from(sha256, 'hex').toString('base64'); } async function getSha256Sums(newVersion) { // Upstream provides a file with the hashes of the files, but it's not in the SRI format, and it refers to the compressed tarball // So let's just use nix-prefetch-url to get the hashes of the decompressed tarball, and `nix hash to-sri` to convert them to SRI format const hashFileUrl = constants.sha256FileURL(newVersion); const hashFileContent = await fetch(hashFileUrl).then((response) => response.blob()); const headerbuffer = await hashFileContent.slice(0, 2).arrayBuffer() const header = Buffer.from(headerbuffer).toString('hex'); // We must detect if it's UTF-16 or UTF-8. If it's UTF-16, we must convert it to UTF-8, otherwise just use it as-is const hashFileContentString = header == 'fffe' ? await utf16ToUtf8(hashFileContent) : await hashFileContent.text(); let x86_64; let aarch64; console.log(\"Getting new hashes\"); let promises = [ getSha256Sum(hashFileContentString, constants.x86_64FileName(newVersion)).then((hash) => { x86_64 = hash; }), getSha256Sum(hashFileContentString, constants.aarch64FileName(newVersion)).then((hash) => { aarch64 = hash; }), ]; await Promise.all(promises); return { x86_64, aarch64 }; } async function updateFile(newVersion, sha256Sums, currentFile) { // There is some assumptions in how the file is formatted, but nothing egregious let newFile = currentFile.replace(/version = \"(.*)\";/, `version = \"${newVersion}\";`); newFile = newFile.replace(/x86_64-linux.hash = \"(.*)\";/, `x86_64-linux.hash = \"${sha256Sums.x86_64}\";`); newFile = newFile.replace(/aarch64-linux.hash = \"(.*)\";/, `aarch64-linux.hash = \"${sha256Sums.aarch64}\";`); await fs.writeFile(constants.targetFile, newFile); }; let currentFile = await fs.readFile(constants.targetFile, 'utf8'); let currentVersion = currentFile.match(/version = \"(.*)\";/)[1]; const newVersion = await getLatestVersion(); if (currentVersion === newVersion) { console.error(\"Already up to date\"); process.exit(0); } console.log(\"New version: \" + newVersion); const sha256Sums = await getSha256Sums(newVersion); console.log(sha256Sums) if (!sha256Sums.x86_64 || !sha256Sums.aarch64) { console.error(\"Failed to find sha256 sums for the 2 files\"); process.exit(1); } updateFile(newVersion, sha256Sums, currentFile); "}
{"_id":"q-en-nixpkgs-edfd2b7c6731e1f74df92aa25c922ef66d9712a24a7256baa9188b55cb6c7a39","text":"{ stdenv, fetchurl, makeWrapper, makeDesktopItem , atk, cairo, gdk-pixbuf, glib, gnome2, gtk2, libGLU, libGL, pango, xorg , lsb-release, freetype, fontconfig, pangox_compat, polkit, polkit_gnome , lsb-release, freetype, fontconfig, polkit, polkit_gnome , pulseaudio }: let"}
{"_id":"q-en-nixpkgs-ee06940a943934445908e9e0121c49c4be674a8d39c0f785cdbb991cdde31725","text":"{ buildPythonPackage, fetchPypi, lib, isPy3k , pkgconfig, igraph }: , pkgconfig, igraph , texttable }: buildPythonPackage rec { pname = \"python-igraph\";"}
{"_id":"q-en-nixpkgs-ee46ee73e7ee6cf520b537c46861465a7a4ab7237c71c1de6dfbe5aac801937b","text":" --- a/llm/generate/gen_common.sh +++ b/llm/generate/gen_common.sh @@ -86,7 +89,7 @@ cmake -S ${LLAMACPP_DIR} -B ${BUILD_DIR} ${CMAKE_DEFS} cmake --build ${BUILD_DIR} ${CMAKE_TARGETS} -j8 mkdir -p ${BUILD_DIR}/lib/ - g++ -fPIC -g -shared -o ${BUILD_DIR}/lib/libext_server.${LIB_EXT} + $CXX -fPIC -g -shared -o ${BUILD_DIR}/lib/libext_server.${LIB_EXT} ${GCC_ARCH} ${WHOLE_ARCHIVE} ${BUILD_DIR}/examples/server/libext_server.a ${NO_WHOLE_ARCHIVE} ${BUILD_DIR}/common/libcommon.a "}
{"_id":"q-en-nixpkgs-ee6061ea8c5cc07f087b0b7b276821618c92c4ffb9853bf88258c3d629589d47","text":"{ lib, stdenv, fetchurl, pkg-config, zlib, kmod, which , hwdata , static ? stdenv.hostPlatform.isStatic , darwin ? null }:"}
{"_id":"q-en-nixpkgs-ee8a0e545572e8fb5b9344ad3c0fb77108331a3a78a72b9c03deab57d760a1e9","text":"which # Needed by gdialog, including in the steam-runtime perl ] ++ lib.optional withJava jdk ++ lib.optional withPrimus (primus.override { stdenv = overrideInStdenv stdenv [ useOldCXXAbi ]; stdenv_i686 = overrideInStdenv pkgsi686Linux.stdenv [ useOldCXXAbi ]; }) ; ] ++ lib.optional withJava jdk ++ lib.optional withPrimus (primus.override { stdenv = overrideInStdenv stdenv [ useOldCXXAbi ]; stdenv_i686 = overrideInStdenv pkgsi686Linux.stdenv [ useOldCXXAbi ]; }); multiPkgs = pkgs: with pkgs; [ multiPkgs = pkgs: with pkgs; [ # These are required by steam with proper errors xlibs.libXcomposite xlibs.libXtst"}
{"_id":"q-en-nixpkgs-ee93f09ba825a19199aad378f182dba00741f756161f4e87051469796bf4358d","text":" { stdenv, fetchurl, pkgconfig, glib, libintl }: { stdenv, fetchurl, fetchpatch, pkgconfig, glib, libintl }: with stdenv.lib;"}
{"_id":"q-en-nixpkgs-eea34c4ea20cd69a615c4ecfb25aefa0cf542bb4551e513151e50b5db6f1dc02","text":"owner = \"tud-zih-energy\"; repo = \"FIRESTARTER\"; rev = \"v${version}\"; sha256 = \"161mg0h1hvp6bxfjdhyfqrljvphys896mfd36254rbgzxm38ibi7\"; sha256 = \"0zqfqb7hf48z39g1qhbl1iraf8rz4d629h1q6ikizckpzfq23kd0\"; }; nativeBuildInputs = [ python3 ];"}
{"_id":"q-en-nixpkgs-eeafcc7f23ba2e2c651c0f61a029d2fb17ed91620e208a932e79bd361baebf6f","text":"{ lib , buildGoModule , fetchFromGitHub , llama-cpp , fetchpatch , buildEnv , linkFarm , overrideCC , makeWrapper , stdenv , cmake , gcc12 , clblast , libdrm , rocmPackages , cudaPackages , linuxPackages , darwin , enableRocm ? false , enableCuda ? false }: buildGoModule rec { let pname = \"ollama\"; version = \"0.1.17\"; version = \"0.1.24\"; warnIfNotLinux = warning: (lib.warnIfNot stdenv.isLinux warning stdenv.isLinux); gpuWarning = api: \"building ollama with ${api} is only supported on linux; falling back to cpu\"; rocmIsEnabled = enableRocm && (warnIfNotLinux (gpuWarning \"rocm\")); cudaIsEnabled = enableCuda && (warnIfNotLinux (gpuWarning \"cuda\")); enableLinuxGpu = rocmIsEnabled || cudaIsEnabled; appleFrameworks = darwin.apple_sdk_11_0.frameworks; metalFrameworks = [ appleFrameworks.Accelerate appleFrameworks.Metal appleFrameworks.MetalKit appleFrameworks.MetalPerformanceShaders ]; src = fetchFromGitHub { owner = \"jmorganca\"; repo = \"ollama\"; rev = \"v${version}\"; hash = \"sha256-eXukNn9Lu1hF19GEi7S7a96qktsjnmXCUp38gw+3MzY=\"; hash = \"sha256-GwZA1QUH8I8m2bGToIcMMaB5MBnioQP4+n1SauUJYP8=\"; fetchSubmodules = true; }; preparePatch = patch: hash: fetchpatch { url = \"file://${src}/llm/patches/${patch}\"; inherit hash; stripLen = 1; extraPrefix = \"llm/llama.cpp/\"; }; inherit (lib) licenses platforms maintainers; ollama = { inherit pname version src; vendorHash = \"sha256-wXRbfnkbeXPTOalm7SFLvHQ9j46S/yLNbFy+OWNSamQ=\"; patches = [ # disable passing the deprecated gqa flag to llama-cpp-server # see https://github.com/ggerganov/llama.cpp/issues/2975 ./disable-gqa.patch nativeBuildInputs = [ cmake ] ++ lib.optionals enableLinuxGpu [ makeWrapper ] ++ lib.optionals stdenv.isDarwin metalFrameworks; # replace the call to the bundled llama-cpp-server with the one in the llama-cpp package ./set-llamacpp-path.patch ]; patches = [ # remove uses of `git` in the `go generate` script # instead use `patch` where necessary ./remove-git.patch # replace a hardcoded use of `g++` with `$CXX` ./replace-gcc.patch postPatch = '' substituteInPlace llm/llama.go --subst-var-by llamaCppServer \"${llama-cpp}/bin/llama-cpp-server\" substituteInPlace server/routes_test.go --replace \"0.0.0\" \"${version}\" ''; # ollama's patches of llama.cpp's example server # `ollama/llm/generate/gen_common.sh` -> \"apply temporary patches until fix is upstream\" (preparePatch \"01-cache.diff\" \"sha256-PC4yN98hFvK+PEITiDihL8ki3bJuLVXrAm0CGf8GPJE=\") (preparePatch \"02-shutdown.diff\" \"sha256-cElAp9Z9exxN964vB/YFuBhZoEcoAwGSMCnbh+l/V4Q=\") ]; postPatch = '' # use a patch from the nix store in the `go generate` script substituteInPlace llm/generate/gen_common.sh --subst-var-by cmakeIncludePatch '${./cmake-include.patch}' # `ollama/llm/generate/gen_common.sh` -> \"avoid duplicate main symbols when we link into the cgo binary\" substituteInPlace llm/llama.cpp/examples/server/server.cpp --replace-fail 'int main(' 'int __main(' # replace inaccurate version number with actual release version substituteInPlace version/version.go --replace-fail 0.0.0 '${version}' ''; preBuild = '' export OLLAMA_SKIP_PATCHING=true # build llama.cpp libraries for ollama go generate ./... ''; vendorHash = \"sha256-yGdCsTJtvdwHw21v0Ot6I8gxtccAvNzZyRu1T0vaius=\"; ldflags = [ \"-s\" \"-w\" \"-X=github.com/jmorganca/ollama/version.Version=${version}\" \"-X=github.com/jmorganca/ollama/server.mode=release\" ]; ldflags = [ \"-s\" \"-w\" \"-X=github.com/jmorganca/ollama/version.Version=${version}\" \"-X=github.com/jmorganca/ollama/server.mode=release\" ]; meta = { description = \"Get up and running with large language models locally\"; homepage = \"https://github.com/jmorganca/ollama\"; license = licenses.mit; platforms = platforms.unix; mainProgram = \"ollama\"; maintainers = with maintainers; [ abysssol dit7ya elohmeier ]; }; }; meta = with lib; { description = \"Get up and running with large language models locally\"; homepage = \"https://github.com/jmorganca/ollama\"; license = licenses.mit; mainProgram = \"ollama\"; maintainers = with maintainers; [ dit7ya elohmeier ]; platforms = platforms.unix; rocmClang = linkFarm \"rocm-clang\" { llvm = rocmPackages.llvm.clang; }; rocmPath = buildEnv { name = \"rocm-path\"; paths = [ rocmPackages.rocm-device-libs rocmClang ]; }; rocmVars = { ROCM_PATH = rocmPath; CLBlast_DIR = \"${clblast}/lib/cmake/CLBlast\"; }; } cudaToolkit = buildEnv { name = \"cuda-toolkit\"; ignoreCollisions = true; # FIXME: find a cleaner way to do this without ignoring collisions paths = [ cudaPackages.cudatoolkit cudaPackages.cuda_cudart ]; }; cudaVars = { CUDA_LIB_DIR = \"${cudaToolkit}/lib\"; CUDACXX = \"${cudaToolkit}/bin/nvcc\"; CUDAToolkit_ROOT = cudaToolkit; }; linuxGpuLibs = { buildInputs = lib.optionals rocmIsEnabled [ rocmPackages.clr rocmPackages.hipblas rocmPackages.rocblas rocmPackages.rocsolver rocmPackages.rocsparse libdrm ] ++ lib.optionals cudaIsEnabled [ cudaPackages.cuda_cudart ]; }; appleGpuLibs = { buildInputs = metalFrameworks; }; runtimeLibs = lib.optionals rocmIsEnabled [ rocmPackages.rocm-smi ] ++ lib.optionals cudaIsEnabled [ linuxPackages.nvidia_x11 ]; runtimeLibWrapper = { postFixup = '' mv \"$out/bin/${pname}\" \"$out/bin/.${pname}-unwrapped\" makeWrapper \"$out/bin/.${pname}-unwrapped\" \"$out/bin/${pname}\" --suffix LD_LIBRARY_PATH : '${lib.makeLibraryPath runtimeLibs}' ''; }; goBuild = if cudaIsEnabled then buildGoModule.override { stdenv = overrideCC stdenv gcc12; } else buildGoModule; in goBuild (ollama // (lib.optionalAttrs rocmIsEnabled rocmVars) // (lib.optionalAttrs cudaIsEnabled cudaVars) // (lib.optionalAttrs enableLinuxGpu linuxGpuLibs) // (lib.optionalAttrs enableLinuxGpu runtimeLibWrapper) // (lib.optionalAttrs stdenv.isDarwin appleGpuLibs)) "}
{"_id":"q-en-nixpkgs-ef03e5b778a87d6efbeadde3719fbe2cb518f1da906ccaa46c2dc3f03087235a","text":", wrapQtAppsHook , extra-cmake-modules , qtbase , qtwayland , qtsvg , qtimageformats , qt5compat"}
{"_id":"q-en-nixpkgs-ef05c51e2c16e9add77d2468de7c55240e0d6e0a7a57919c8d18db861937e980","text":"echo \"Adding contents...\" for item in ${toString contents}; do echo \"Adding $item...\" rsync -a $item/ layer/ rsync -ak $item/ layer/ done '';"}
{"_id":"q-en-nixpkgs-ef0b25f1dd3527d3ca70940bef7710b0f1ce5c1e886fe82b3e95f3e3b1d31c72","text":"--bash completion/bash-completion ''; nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ babel ]; buildInputs = [ babel ]; propagatedBuildInputs = [ androguard appdirs clint defusedxml gitpython libcloud mwclient oscrypto paramiko pillow pyasn1"}
{"_id":"q-en-nixpkgs-ef0f0a362ef9a773d39659ffc7ba221c191ee625b0193c9a4891e32594ad3b73","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":"q-en-nixpkgs-ef1a51b14618ce6d2cd42e71730019cf2309ed1a52b9589f10747ba1297a0c3d","text":"{ stdenv, fetchurl, xdg_utils, dpkg, makeWrapper, autoPatchelfHook , libXtst, libXScrnSaver, gtk3, nss, alsaLib, udev, libnotify , libXtst, libXScrnSaver, gtk3, nss, alsaLib, udev, libnotify, wrapGAppsHook }: let"}
{"_id":"q-en-nixpkgs-ef3c50512100ff6d4e117a65c2a88f3c189269d7b852b6b7fd6c274a69d649d0","text":"{ meta = { maintainers = teams.freedesktop.members; maintainers = teams.freedesktop.members ++ [ lib.maintainers.janik ]; }; ###### interface"}
{"_id":"q-en-nixpkgs-ef5a2cdc1a2418dab404e763c6cd4f8048392a89b76dd9413e8ea2a618c48804","text":"++ optional langFortran ../gfortran-driving.patch ++ optional (targetPlatform.libc == \"musl\" && targetPlatform.isPower) ../ppc-musl.patch ++ optional (targetPlatform.libc == \"musl\") ../libgomp-dont-force-initial-exec.patch ++ optional (!crossStageStatic && targetPlatform.isMinGW) (fetchpatch { url = \"https://raw.githubusercontent.com/lhmouse/MINGW-packages/${import ../common/mfcgthreads-patches-repo.nix}/mingw-w64-gcc-git/9000-gcc-${majorVersion}-branch-Added-mcf-thread-model-support-from-mcfgthread.patch\"; sha256 = \"1nyjnshpq5gbcbbpfv27hy4ajvycmgkpiabkjlxnnrnq1d99k1ay\"; }); # Obtain latest patch with ../update-mcfgthread-patches.sh ++ optional (!crossStageStatic && targetPlatform.isMinGW) ./Added-mcf-thread-model-support-from-mcfgthread.patch; /* Cross-gcc settings (build == host != target) */ crossMingw = targetPlatform != hostPlatform && targetPlatform.libc == \"msvcrt\";"}
{"_id":"q-en-nixpkgs-ef6bac3e52be2a62bfe571384c94e007b83ccacaccac721ea9377804764d8ddf","text":"homepage = \"https://libdatachannel.org/\"; license = with licenses; [ mpl20 ]; maintainers = with maintainers; [ erdnaxe ]; platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin; }; }"}
{"_id":"q-en-nixpkgs-ef764461e4d2c173e98c507c4dfb3bb60391b00c1305254d623c80385a22d0f0","text":"nativeBuildInputs = lib.optionals stdenv.isDarwin [ cctools fixDarwinDylibNames ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ autoSignDarwinBinariesHook ]; dontConfigure = true; buildPhase = let ccc = if stdenv.isDarwin then \"ccc.osx\" else \"ccc\"; in '' runHook preBuild buildPhase = let ccc = if stdenv.isDarwin then \"ccc.osx\" else \"ccc\"; in '' runHook preBuild (cd lpsolve55 && bash -x -e ${ccc}) (cd lp_solve && bash -x -e ${ccc}) (cd lpsolve55 && bash -x -e ${ccc}) (cd lp_solve && bash -x -e ${ccc}) runHook postBuild ''; runHook postBuild ''; installPhase = '' runHook preInstall"}
{"_id":"q-en-nixpkgs-ef9f3b79694032cccf42ca60ca6687a567a85ea1db14e507a44fed09a5132695","text":" { lib, alsa-lib, callPackage, cmake, ffmpeg, fribidi, game-music-emu, libXdmcp, libXv, libass, libcddb, libcdio, libpulseaudio, libsidplayfp, libva, libxcb, ninja, pkg-config, qt5, qt6, stdenv, taglib, vulkan-headers, vulkan-tools, # Configurable options qtVersion ? \"6\", # Can be 5 or 6 }: let sources = callPackage ./sources.nix { }; in assert lib.elem qtVersion [ \"5\" \"6\" ]; stdenv.mkDerivation (finalAttrs: { pname = sources.qmplay2.pname + \"-qt\" + qtVersion; inherit (sources.qmplay2) version src; postPatch = '' pushd src cp -va ${sources.qmvk.src}/* qmvk/ chmod --recursive 744 qmvk popd ''; nativeBuildInputs = [ cmake ninja pkg-config ] ++ lib.optionals (qtVersion == \"6\") [ qt6.wrapQtAppsHook ] ++ lib.optionals (qtVersion == \"5\") [ qt5.wrapQtAppsHook ]; buildInputs = [ alsa-lib ffmpeg fribidi game-music-emu libXdmcp libXv libass libcddb libcdio libpulseaudio libsidplayfp libva libxcb taglib vulkan-headers vulkan-tools ] ++ lib.optionals (qtVersion == \"6\") [ qt6.qt5compat qt6.qtbase qt6.qtsvg qt6.qttools ] ++ lib.optionals (qtVersion == \"5\") [ qt5.qtbase qt5.qttools ]; strictDeps = true; # Because we think it is better to use only lowercase letters! # But sometimes we come across case-insensitive filesystems... postInstall = '' [ -e $out/bin/qmplay2 ] || ln -s $out/bin/QMPlay2 $out/bin/qmplay2 ''; passthru = { inherit sources; }; meta = { homepage = \"https://github.com/zaps166/QMPlay2/\"; description = \"Qt-based Multimedia player\"; longDescription = '' QMPlay2 is a video and audio player. It can play all formats supported by FFmpeg and libmodplug (including J2B and SFX). It also supports Audio CD, raw files, Rayman 2 music, and chiptunes. It also contains YouTube and MyFreeMP3 browser. ''; license = lib.licenses.lgpl3Plus; mainProgram = \"qmplay2\"; maintainers = with lib.maintainers; [ AndersonTorres kashw2 ]; platforms = lib.platforms.linux; }; }) "}
{"_id":"q-en-nixpkgs-efac087c106ed3d68c64abcc18faf9bea0ee11df035d8949650b6c38aef6c3e6","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/itch/resources/app cp -r resources/app \"$out/share/itch/resources/\" install -Dm644 LICENSE -t \"$out/share/licenses/$pkgname/\" install -Dm644 LICENSES.chromium.html -t \"$out/share/licenses/$pkgname/\" for icon in $icons/icon*.png for icon in ${icons}/icon*.png do iconsize=\"''${icon#$icons/icon}\" iconsize=\"''${icon#${icons}/icon}\" iconsize=\"''${iconsize%.png}\" icondir=\"$out/share/icons/hicolor/''${iconsize}x''${iconsize}/apps/\" install -Dm644 \"$icon\" \"$icondir/itch.png\""}
{"_id":"q-en-nixpkgs-efcabfc395a8075dc331843adb73062ba43b19c2bb4833ba185b1b4f6f0ed652","text":"qpageview = callPackage ../development/python-modules/qpageview { }; qpsolvers = callPackage ../development/python-modules/qpsolvers { }; qrcode = callPackage ../development/python-modules/qrcode { }; qreactor = callPackage ../development/python-modules/qreactor { };"}
{"_id":"q-en-nixpkgs-efcba74a6017f00cd1a1660afa344ab6d3d478f32d3910b731849efbc1415150","text":"}; nativeBuildInputs = [ # uname output embedded in https://gitlab.gnome.org/GNOME/libgtop/-/blob/master/src/daemon/Makefile.am deterministic-uname pkg-config gtk-doc perl"}
{"_id":"q-en-nixpkgs-efe1499d2e18284423ce4ea32ce7e89e1655ac2f96e5f64469d2d8349a96963c","text":" { lib, flutter324, fetchFromGitHub, webkitgtk, sqlite, libayatana-appindicator, makeDesktopItem, copyDesktopItems, imagemagick, makeWrapper, xdg-user-dirs, }: let # fetch simple-icons directly to avoid cloning with submodules, # which would also clone a whole copy of flutter simple-icons = fetchFromGitHub (lib.importJSON ./simple-icons.json); in flutter324.buildFlutterApplication rec { pname = \"ente-auth\"; version = \"4.0.2\"; src = fetchFromGitHub { owner = \"ente-io\"; repo = \"ente\"; sparseCheckout = [ \"auth\" ]; rev = \"auth-v${version}\"; hash = \"sha256-me+fT79vwqBBNsRWWo58GdzBf58LNB4Mk+pmCLvn/ik=\"; }; sourceRoot = \"${src.name}/auth\"; pubspecLock = lib.importJSON ./pubspec.lock.json; patchPhase = '' rmdir assets/simple-icons ln -s ${simple-icons} assets/simple-icons ''; gitHashes = { desktop_webview_window = \"sha256-jdNMpzFBgw53asWlGzWUS+hoPdzcL6kcJt2KzjxXf2E=\"; ente_crypto_dart = \"sha256-XBzQ268E0cYljJH6gDS5O0Pmie/GwuhMDlQPfopSqJM=\"; flutter_local_authentication = \"sha256-r50jr+81ho+7q2PWHLf4VnvNJmhiARZ3s4HUpThCgc0=\"; flutter_secure_storage_linux = \"sha256-x45jrJ7pvVyhZlpqRSy3CbwT4Lna6yi/b2IyAilWckg=\"; sqflite = \"sha256-TdvCtEO7KL1R2oOSwGWllmS5kGCIU5CkvvUqUJf3tUc=\"; }; nativeBuildInputs = [ copyDesktopItems imagemagick makeWrapper ]; buildInputs = [ webkitgtk sqlite libayatana-appindicator ]; # Based on https://github.com/ente-io/ente/blob/main/auth/linux/packaging/rpm/make_config.yaml # and https://github.com/ente-io/ente/blob/main/auth/linux/packaging/ente_auth.appdata.xml desktopItems = makeDesktopItem { name = \"ente_auth\"; exec = \"ente_auth\"; icon = \"ente-auth\"; desktopName = \"Ente Auth\"; genericName = \"Ente Authentication\"; comment = \"Open source 2FA authenticator, with end-to-end encrypted backups\"; categories = [ \"Utility\" ]; keywords = [ \"Authentication\" \"2FA\" ]; mimeTypes = [ \"x-scheme-handler/enteauth\" ]; startupNotify = false; }; postInstall = '' FAV=$out/app/data/flutter_assets/assets/icons/auth-icon.png ICO=$out/share/icons install -D $FAV $ICO/ente-auth.png for size in 24 32 42 64 128 256 512; do D=$ICO/hicolor/''${size}x''${size}/apps mkdir -p $D magick $FAV -resize ''${size}x''${size} $D/ente-auth.png done install -Dm444 linux/packaging/ente_auth.appdata.xml -t $out/share/metainfo wrapProgram $out/bin/ente_auth --prefix PATH : ${lib.makeBinPath [ xdg-user-dirs ]} ''; passthru.updateScript = ./update.sh; meta = { description = \"End-to-end encrypted, cross platform and free app for storing your 2FA codes with cloud backups\"; longDescription = '' Ente's 2FA app. An end-to-end encrypted, cross platform and free app for storing your 2FA codes with cloud backups. Works offline. You can even use it without signing up for an account if you don't want the cloud backups or multi-device sync. ''; homepage = \"https://ente.io/auth/\"; changelog = \"https://github.com/ente-io/ente/releases/tag/auth-v${version}\"; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ niklaskorz schnow265 zi3m5f gepbird ]; mainProgram = \"ente_auth\"; platforms = [ \"x86_64-linux\" \"aarch64-linux\" ]; }; } "}
{"_id":"q-en-nixpkgs-efeaba7a5ff369985f18dbd978cca6e9ad1c7c1f784dee261f13fc2b84600446","text":"meta.homepage = \"https://github.com/iamcco/coc-spell-checker/\"; }; coc-svelte = buildVimPluginFrom2Nix { pname = \"coc-svelte\"; version = \"2022-03-14\"; src = fetchFromGitHub { owner = \"coc-extensions\"; repo = \"coc-svelte\"; rev = \"7dda98527c0831e287ae8cd1c85cfc958c949d4a\"; sha256 = \"0ci35dph7zz53hiw65xp79g6i8h5yk1zlcbinljfcdn5635wsjbn\"; }; meta.homepage = \"https://github.com/coc-extensions/coc-svelte/\"; }; coc-tailwindcss = buildVimPluginFrom2Nix { pname = \"coc-tailwindcss\"; version = \"2020-08-19\"; src = fetchFromGitHub { owner = \"iamcco\"; repo = \"coc-tailwindcss\"; rev = \"5f41aa1feb36e39b95ccd83be6a37ee8c475f9fb\"; sha256 = \"189abl36aj862m5nz8jjdgdfc4s6xbag030hi9m13yd6fbg99f85\"; }; meta.homepage = \"https://github.com/iamcco/coc-tailwindcss/\"; }; coc-nvim = buildVimPluginFrom2Nix { pname = \"coc.nvim\"; version = \"2022-03-26\";"}
{"_id":"q-en-nixpkgs-f01d32ac56b3f5d262dc35c64186423192f243bb540876a006c5fae3e2c6c141","text":"statix = buildVimPluginFrom2Nix rec { inherit (statix) pname src meta; version = \"0.1.0\"; dependencies = with self; [ statix ]; postPatch = '' # check that version is up to date grep 'pname = \"statix-vim\"' -A 1 flake.nix "}
{"_id":"q-en-nixpkgs-f056eadce791f53a7e45517878f1b912da7068f2a71f20ec7b0b534a34a49948","text":"mkdir -p $out/share/{java,applications} cp ${module}-${version}.jar $out/share/java/. cp \"${editorItem}/share/applications/\"* $out/share/applications makeWrapper ${jre8}/bin/java $out/bin/$exec makeWrapper ${jdk}/bin/java $out/bin/$exec --prefix XDG_DATA_DIRS : \"$XDG_ICON_DIRS:${gtk3.out}/share:${gsettings-desktop-schemas}/share:$out/share:$GSETTINGS_SCHEMAS_PATH\" --add-flags \"-jar $out/share/java/${module}-${version}.jar -d${toString stdenv.hostPlatform.parsed.cpu.bits}\" '';"}
{"_id":"q-en-nixpkgs-f07ce3f3ce78151007a4aa0deeb3f2ad75a2f99f7a8b1122b7cec71edb5f7d12","text":"let _enableDitaaFilter = enableExtraPlugins || enableDitaaFilter; _enableDitaaFilter = (enableExtraPlugins && enableJava) || enableDitaaFilter; _enableMscgenFilter = enableExtraPlugins || enableMscgenFilter; _enableDiagFilter = enableExtraPlugins || enableDiagFilter; _enableQrcodeFilter = enableExtraPlugins || enableQrcodeFilter;"}
{"_id":"q-en-nixpkgs-f1035b2ff648dd83db6cdb728d689111741a1d3814b22a89e0b7946c679c2475","text":" diff --git a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h index 06ca90564f0..bb244f8f358 100644 --- a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h +++ b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h @@ -30,6 +30,7 @@ #include #include +#include #include \"util/list.h\" #include \"util/rwlock.h\" #include \"ac_gpu_info.h\" diff --git a/src/gallium/drivers/freedreno/freedreno_util.h b/src/gallium/drivers/freedreno/freedreno_util.h index 22f99c41909..2f3195926be 100644 --- a/src/gallium/drivers/freedreno/freedreno_util.h +++ b/src/gallium/drivers/freedreno/freedreno_util.h @@ -108,6 +108,8 @@ extern bool fd_binning_enabled; #include #include +#define gettid() ((pid_t)syscall(SYS_gettid)) + #define DBG(fmt, ...) do { if (FD_DBG(MSGS)) diff --git a/src/gallium/frontends/nine/nine_debug.c b/src/gallium/frontends/nine/nine_debug.c index f3a6a945025..f4a6c41a612 100644 --- a/src/gallium/frontends/nine/nine_debug.c +++ b/src/gallium/frontends/nine/nine_debug.c @@ -65,7 +65,7 @@ _nine_debug_printf( unsigned long flag, { static boolean first = TRUE; static unsigned long dbg_flags = DBG_ERROR | DBG_WARN; - unsigned long tid = 0; + pthread_t tid = 0; if (first) { first = FALSE; @@ -74,7 +74,7 @@ _nine_debug_printf( unsigned long flag, #if defined(HAVE_PTHREAD) if (dbg_flags & DBG_TID) - tid = (unsigned long)pthread_self(); + tid = pthread_self(); #endif if (dbg_flags & flag) { diff --git a/src/util/rand_xor.c b/src/util/rand_xor.c index 81b64f1ea71..56ebd2eccdf 100644 --- a/src/util/rand_xor.c +++ b/src/util/rand_xor.c @@ -28,6 +28,7 @@ #if defined(HAVE_GETRANDOM) #include #endif +#include /* size_t, ssize_t */ #include #include #endif "}
{"_id":"q-en-nixpkgs-f10e11e656ba41767ccabe538c2de32ab60757af05822f12bafa0a2c0fc8958f","text":"wl-screenrec = callPackage ../tools/wayland/wl-screenrec { }; wleave = callPackage ../tools/wayland/wleave { }; wlogout = callPackage ../tools/wayland/wlogout { }; wlopm = callPackage ../tools/wayland/wlopm { };"}
{"_id":"q-en-nixpkgs-f14007f3d53f8a2da07022d913eed499670e007c79adeedcb49291b0fd6c38e7","text":"owner = \"tailscale\"; repo = \"tailscale\"; rev = \"v${version}\"; hash = \"sha256-rB/zaJavA3OH1HK7Rfpta/QmQzi0xsEYTvW5JzzTAlI=\"; hash = \"sha256-PFXXd5ToBbvuGl+u4nEAHy1F696lxHD3PrPJ3Tpb+eg=\"; }; patches = ["}
{"_id":"q-en-nixpkgs-f14ad6c406a856ca7c650e9ff9c878246f29abaa53b553b4275d9a70b182933b","text":"homepage = https://github.com/thestinger/termite/; maintainers = with maintainers; [ koral garbas ]; platforms = platforms.all; broken = true; }; }; in if configFile == null then termite else symlinkJoin {"}
{"_id":"q-en-nixpkgs-f15a99d68c16307fc6f7e444cddfb0cbeff487d118a204dc3f9942fe31cb4fc4","text":"timerConfig.OnCalendar = cfg.dump.interval; }; }; meta.maintainers = with lib.maintainers; [ srhb ]; }"}
{"_id":"q-en-nixpkgs-f16542e8c28d9116d47b777efae9f0462cdd1edb1fa53d58ad6794d4b1d0365a","text":"buildGoModule rec { pname = \"apx\"; version = \"1.7.0-1\"; version = \"1.8.2\"; src = fetchFromGitHub { owner = \"Vanilla-OS\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-tonI3S0a08MbR369qaKS2BoWc3QzXWzTuGx/zSgUz7s=\"; rev = \"refs/tags/${version}\"; hash = \"sha256-nBhSl4r7LlgCA5/HCLpOleihE5n/JCJgf43KdCklQbg=\"; }; vendorSha256 = null;"}
{"_id":"q-en-nixpkgs-f1843b0cd275365e39a038f8ec8af45647e61810fab910fa55392d51318530e4","text":" --- a/llm/generate/gen_common.sh +++ b/llm/generate/gen_common.sh @@ -60,6 +60,9 @@ } apply_patches() { + patch -i '@cmakeIncludePatch@' \"${LLAMACPP_DIR}/examples/server/CMakeLists.txt\" + return + # Wire up our CMakefile if ! grep ollama ${LLAMACPP_DIR}/examples/server/CMakeLists.txt; then echo 'include (../../../ext_server/CMakeLists.txt) # ollama' >>${LLAMACPP_DIR}/examples/server/CMakeLists.txt @@ -113,6 +116,8 @@ # Keep the local tree clean after we're done with the build cleanup() { + return + (cd ${LLAMACPP_DIR}/examples/server/ && git checkout CMakeLists.txt server.cpp) if [ -n \"$(ls -A ../patches/*.diff)\" ]; then "}
{"_id":"q-en-nixpkgs-f18f4b8c738297e706b4e16f0d3318c2eef1fd457a4b1d726ca9faae38463298","text":"\"-Ddocs-build=true\" ]; preConfigure = '' export KBUILD_BUILD_TIMESTAMP=\"$(date -u -d @$SOURCE_DATE_EPOCH)\" ''; doCheck = true; meta = with lib; {"}
{"_id":"q-en-nixpkgs-f19c20206455ff2feb291510a323acbf7c3da83cde6a4393844b2b85aa75c56c","text":"cp \"${sweethome3dItem}/share/applications/\"* $out/share/applications # MESA_GL_VERSION_OVERRIDE is needed since the update from MESA 19.3.3 to 20.0.2: # without it a \"Profiles [GL4bc, GL3bc, GL2, GLES1] not available on device null\" # exception is thrown on startup. # https://discourse.nixos.org/t/glx-not-recognised-after-mesa-update/6753 makeWrapper ${jre8}/bin/java $out/bin/$exec --set MESA_GL_VERSION_OVERRIDE 2.1 makeWrapper ${jdk}/bin/java $out/bin/$exec --prefix XDG_DATA_DIRS : \"$XDG_ICON_DIRS:${gtk3.out}/share:${gsettings-desktop-schemas}/share:$out/share:$GSETTINGS_SCHEMAS_PATH\" --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ libGL ]}\" --add-flags \"-Dsun.java2d.opengl=true -jar $out/share/java/${module}-${version}.jar -cp $out/share/java/Furniture.jar:$out/share/java/Textures.jar:$out/share/java/Help.jar -d${toString stdenv.hostPlatform.parsed.cpu.bits}\""}
{"_id":"q-en-nixpkgs-f1cefd0fa74426363c226b54226ab8e2e64392be97a23b12b3612bfca95986d2","text":"extraArgs = [ \"--version-regex\" \"r(.*)\" ]; }; nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ] ++ lib.optional buildAudaciousPlugin gtk3; buildInputs = [ mpg123 ffmpeg libvorbis libao jansson speex ]; buildInputs = [ mpg123 ffmpeg libvorbis libao jansson speex ] ++ lib.optional buildAudaciousPlugin (audacious.override { audacious-plugins = null; }); preConfigure = '' substituteInPlace cmake/dependencies/audacious.cmake --replace \"pkg_get_variable(AUDACIOUS_PLUGIN_DIR audacious plugin_dir)\" \"set(AUDACIOUS_PLUGIN_DIR \"$out/lib/audacious\")\" ''; cmakeFlags = [ # There's no nice way to build the audacious plugin without a circular dependency \"-DBUILD_AUDACIOUS=OFF\" # It always tries to download it, no option to use the system one \"-DUSE_CELT=OFF\" ]; ] ++ lib.optional (! buildAudaciousPlugin) \"-DBUILD_AUDACIOUS=OFF\"; meta = with lib; { description = \"A library for playback of various streamed audio formats used in video games\";"}
{"_id":"q-en-nixpkgs-f20d62ff896bb210a7612029fb853a6535026ac68da91dd4da77c869fc9d909f","text":" { lib , stdenv , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = \"evebox\"; version = \"0.17.2\"; src = fetchFromGitHub { owner = \"jasonish\"; repo = \"evebox\"; rev = version; hash = \"sha256-djL5cdudJNPAWLMQPS2Dkcc9H/gouOuu8evcBDdY9wA=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"libsqlite3-sys-0.25.2\" = \"sha256-+c7ong6ca4WkEHl7ynCNn3WW68jF3pSYbllRsaNFGLc=\"; \"suricatax-rule-parser-0.1.0\" = \"sha256-upWgOKSAuj0pYGTeYKANzwutoF/m4AQ7MkzGYXmPbEo=\"; }; }; meta = { description = \"Web Based Event Viewer (GUI) for Suricata EVE Events in Elastic Search\"; homepage = \"https://evebox.org/\"; changelog = \"https://github.com/jasonish/evebox/releases/tag/${src.rev}\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ felbinger ]; broken = stdenv.isDarwin; }; } "}
{"_id":"q-en-nixpkgs-f22005fc530d1d8b3eb414a14679ad55f7f147fc5e93dc193283ed610ccee4da","text":" diff --git a/bin/nexus b/bin/nexus index e7ed3fb..8db766b 100755 --- a/bin/nexus +++ b/bin/nexus @@ -440,7 +440,8 @@ add_class_path \"$app_home/lib/boot/org.apache.karaf.diagnostic.boot-4.0.9.jar\" add_class_path \"$app_home/lib/boot/org.apache.karaf.jaas.boot-4.0.9.jar\" vmoptions_val=\"\" -read_vmoptions \"$prg_dir/$progname.vmoptions\" +VM_OPTS=${VM_OPTS_FILE:-\"$prg_dir/$progname.vmoptions\"} +read_vmoptions \"$VM_OPTS\" INSTALL4J_ADD_VM_PARAMS=\"$INSTALL4J_ADD_VM_PARAMS $vmoptions_val\" "}
{"_id":"q-en-nixpkgs-f22f8ea34665a4f75cecad761034ff5bc016aecef87ba33190bd7237c3b0c3de","text":"(mkChangedOptionModule [ \"security\" \"initialRootPassword\" ] [ \"users\" \"users\" \"root\" \"initialHashedPassword\" ] (cfg: if cfg.security.initialHashedPassword == \"!\" (cfg: if cfg.security.initialRootPassword == \"!\" then null else cfg.security.initialHashedPassword)) else cfg.security.initialRootPassword)) ]; ###### interface"}
{"_id":"q-en-nixpkgs-f239255e0dffa4c5c7e483d3fa98238bed8e66b9f41decb1e9430243b6ae41ee","text":"in stdenv.mkDerivation rec { pname = \"mpv\"; version = \"0.33.1\"; version = \"0.34.0\"; outputs = [ \"out\" \"dev\" ]; outputs = [ \"out\" \"dev\" \"man\" ]; src = fetchFromGitHub { owner = \"mpv-player\"; repo = \"mpv\"; rev = \"v${version}\"; sha256 = \"06rw1f55zcsj78ql8w70j9ljp2qb1pv594xj7q9cmq7i92a7hq45\"; owner = \"mpv-player\"; repo = \"mpv\"; rev = \"v${version}\"; sha256 = \"sha256-qa6xZV4aLcHBMa2bIqoKjte4+KWEGGZre4L0u1+eDE8=\"; }; patches = [ # To make mpv build with libplacebo 3.104.0: (fetchpatch { # vo_gpu: placebo: update for upstream API changes url = \"https://github.com/mpv-player/mpv/commit/7c4465cefb27d4e0d07535d368febdf77b579566.patch\"; sha256 = \"1yfc6220ak5kc5kf7zklmsa944nr9q0qaa27l507pgrmvcyiyzrx\"; }) # TOREMOVE when > 0.33.1 # youtube-dl has been abandonned and is now unusable w/ # youtube.com. Mpv migrated to yt-dlp since the 0.33.1 but did not # cut a new release yet. See # https://github.com/mpv-player/mpv/pull/9209 (fetchpatch { url = \"https://github.com/mpv-player/mpv/commit/d1c92bfd79ef81ac804fcc20aee2ed24e8d587aa.patch\"; sha256 = \"1dwxzng3gsrx0gjljm5jmfcjz3pzdss9z2l0n25rmmb4nbcrcx1f\"; }) ]; postPatch = '' patchShebangs ./TOOLS/ ''; passthru = { inherit # The wrapper consults luaEnv and lua.version luaEnv lua # In the wrapper, we want to reference vapoursynth which has the # `python3` passthru attribute (which has the `sitePrefix` # attribute). This way we'll be sure that in the wrapper we'll # use the same python3.sitePrefix used to build vapoursynth. vapoursynthSupport vapoursynth ; }; NIX_LDFLAGS = optionalString x11Support \"-lX11 -lXext \" + optionalString stdenv.isDarwin \"-framework CoreFoundation\"; NIX_LDFLAGS = lib.optionalString x11Support \"-lX11 -lXext \" + lib.optionalString stdenv.isDarwin \"-framework CoreFoundation\"; wafConfigureFlags = [ \"--enable-libmpv-shared\""}
{"_id":"q-en-nixpkgs-f281c3bbe86e95c75e43be64e4524ad34040afa74422edd0caaf45f32e7a4784","text":"return _fileSystem.directory(_fileSystem.path.join(_rootOverride.path, 'bin', 'cache')); } else { - return _fileSystem.directory(_fileSystem.path.join(flutterRoot, 'bin', 'cache')); + return _fileSystem.directory(_fileSystem.path.join(homeDirPath, '.cache', 'flutter')); + return _fileSystem.directory(_fileSystem.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter')); } }"}
{"_id":"q-en-nixpkgs-f2a810f734217f7de7b913759cd55e7ffbdc3c988ed8e3837110969282f11dc7","text":"bitwise = callPackage ../tools/misc/bitwise { }; blanket = callPackage ../applications/audio/blanket { }; brakeman = callPackage ../development/tools/analysis/brakeman { }; brewtarget = libsForQt514.callPackage ../applications/misc/brewtarget { } ;"}
{"_id":"q-en-nixpkgs-f2aa0fca5dd53b9c36cd228523e4ef42ebf1b5ef6790366af782ad12b65c4211","text":"inherit (pkgs) xmlsec; }; pysatochip = callPackage ../development/python-modules/pysatochip { }; pysc2 = callPackage ../development/python-modules/pysc2 { }; pyscard = callPackage ../development/python-modules/pyscard {"}
{"_id":"q-en-nixpkgs-f2d898b3bce3164bda729b8722096f116922962eef04e013f5a19527af060a8d","text":"enableParallelBuilding = true; postPatch = '' substituteInPlace contrib/smime_keys --replace /usr/bin/openssl ${openssl}/bin/openssl for f in doc/*.{xml,xsl}* ; do substituteInPlace $f --replace http://docbook.sourceforge.net/release/xsl/current ${docbook_xsl}/share/xml/docbook-xsl "}
{"_id":"q-en-nixpkgs-f2f0ccbbd7402a53367dc98530bd46910ef0d4621740178c329456d6bdd5dce3","text":"}; url_preview_ip_range_blacklist = mkOption { type = types.listOf types.str; default = []; default = [ \"127.0.0.0/8\" \"10.0.0.0/8\" \"172.16.0.0/12\" \"192.168.0.0/16\" \"100.64.0.0/10\" \"169.254.0.0/16\" ]; description = '' List of IP address CIDR ranges that the URL preview spider is denied from accessing."}
{"_id":"q-en-nixpkgs-f2f586f27b73bf5780f23cd62790ceb794ca26a81555a2f807f97b5b393e8bae","text":"# If multiple remote sources are enabled, nuget will try them all # concurrently and use the one that responds first. We always use the # first source that has the package. echo \"$package $version is available on $url, but was downloaded from ${base_addresses[$used_source]}$package/$version/$package.$version.nupkg\" 1>&2 echo \"$package $version is available at $url, but was restored from $used_source\" 1>&2 found=true break else"}
{"_id":"q-en-nixpkgs-f3209ecf4d5949a70f881e255ca138db3032c58f463f7e2cde4e42b11c07d7cb","text":", fetchpatch , python3Packages , asciidoc , makeWrapper , wrapGAppsNoGuiHook , iw }:"}
{"_id":"q-en-nixpkgs-f34b206d9518b2ebdd59bae7c85f2056cc0729b67466aa1b1d4c258e66f40b7e","text":" { lib, stdenv, fetchFromGitHub } : { lib , stdenv , fetchFromGitHub , netpbm }: stdenv.mkDerivation rec { pname = \"fbcat\";"}
{"_id":"q-en-nixpkgs-f36374b6ca1c75cac4f0cd07fd874baf992820abcb7ce8e12ec0f140baa80547","text":" --- a/llm/llama.cpp/examples/server/CMakeLists.txt +++ b/llm/llama.cpp/examples/server/CMakeLists.txt @@ -11,3 +11,4 @@ TARGET_LINK_LIBRARIES(${TARGET} PRIVATE ws2_32) endif() target_compile_features(${TARGET} PRIVATE cxx_std_11) +include (../../../ext_server/CMakeLists.txt) # ollama "}
{"_id":"q-en-nixpkgs-f365f785148b84a5c5fb77b21ab30daaf1288cb0bf64d34c395b36bc0d68faa3","text":"print(\"skipping systemd-boot update to %s because of known regression\" % available_version) else: print(\"updating systemd-boot from %s to %s\" % (installed_version, available_version)) subprocess.check_call([\"@systemd@/bin/bootctl\", \"--esp-path=@efiSysMountPoint@\", \"update\"]) subprocess.check_call([\"@systemd@/bin/bootctl\", \"--esp-path=@efiSysMountPoint@\"] + bootctl_flags + [\"update\"]) mkdir_p(\"@efiSysMountPoint@/efi/nixos\") mkdir_p(\"@efiSysMountPoint@/loader/entries\")"}
{"_id":"q-en-nixpkgs-f373e82c46ce06b5a0acbc2d048471312babde4fd9e9a65a8aec71976a21e4c0","text":"moveToOutput bin/isc-config.sh $dev moveToOutput bin/host $host ln -sf $host/bin/host $bin/bin moveToOutput bin/dig $dnsutils moveToOutput bin/nslookup $dnsutils moveToOutput bin/nsupdate $dnsutils ln -sf $dnsutils/bin/{dig,nslookup,nsupdate} $bin/bin ln -sf $host/bin/host $dnsutils/bin for f in \"$lib/lib/\"*.la \"$dev/bin/\"{isc-config.sh,bind*-config}; do sed -i \"$f\" -e 's|-L${openssl.dev}|-L${openssl.out}|g'"}
{"_id":"q-en-nixpkgs-f37ce52d57cda0cb63b6fe575424e1839c0a9361c3b2f91deaf908b9052d4a9b","text":"librarian-puppet-go = callPackage ../development/tools/librarian-puppet-go { }; libgcc = stdenv.cc.cc.libgcc or null; # This is for e.g. LLVM libraries on linux. gccForLibs = if stdenv.targetPlatform == stdenv.hostPlatform && targetPackages.stdenv.cc.isGNU"}
{"_id":"q-en-nixpkgs-f3b1a8f68b0fa431ae9568f43b777154cb42d315fea856a7d1b7d64c25891026","text":"sha256 = \"0wmw823ildwm9rcfyk22pvzg100yhps3y9hfjlrpspfd1hhkbp0d\"; extraPatches = [ ]; extraPatches = [ reapplyPathSanitizerPatch ]; }; }"}
{"_id":"q-en-nixpkgs-f3bc0feded827972b47903f6c0c3d67504f278433ed8a1479e499f5707022da0","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":"q-en-nixpkgs-f3ef73cc641259d1a5f2279654cc7ea151f025c94133b54acc5b0fb62dd4d10e","text":"{ stdenv, fetchurl, makeWrapper, pkgconfig, nss, nspr, libqb , dbus, librdmacm, libibverbs, libstatgrab, net_snmp , dbus, rdma-core, libstatgrab, net_snmp , enableDbus ? false , enableInfiniBandRdma ? false , enableMonitoring ? false"}
{"_id":"q-en-nixpkgs-f405b9d953d7744d84889154304751168aa2a98fc8ea703de11013d0bd3104ab","text":" { \"name\": \"ember-cli\", \"version\": \"5.3.0\", \"description\": \"Command line tool for developing ambitious ember.js apps\", \"keywords\": [ \"app\", \"app-kit\", \"blockchain\", \"cli\", \"ember\", \"ember-app-kit\", \"ember.js\", \"kit\" ], \"homepage\": \"https://cli.emberjs.com/release/\", \"bugs\": { \"url\": \"https://github.com/ember-cli/ember-cli/issues\" }, \"repository\": { \"type\": \"git\", \"url\": \"https://github.com/ember-cli/ember-cli.git\" }, \"license\": \"MIT\", \"author\": \"Stefan Penner, Robert Jackson and ember-cli contributors\", \"main\": \"lib/cli/index.js\", \"bin\": { \"ember\": \"./bin/ember\" }, \"scripts\": { \"docs\": \"yuidoc\", \"lint\": \"eslint . --cache\", \"prepack\": \"yarn docs\", \"test\": \"node --unhandled-rejections=strict tests/runner\", \"test:all\": \"node --unhandled-rejections=strict tests/runner all\", \"test:cover\": \"nyc --all --reporter=text --reporter=lcov node tests/runner all\", \"test:debug\": \"node --unhandled-rejections=strict debug tests/runner\", \"test:slow\": \"node --unhandled-rejections=strict tests/runner slow\" }, \"dependencies\": { \"@babel/core\": \"^7.22.10\", \"@pnpm/find-workspace-dir\": \"^6.0.2\", \"broccoli\": \"^3.5.2\", \"broccoli-builder\": \"^0.18.14\", \"broccoli-concat\": \"^4.2.5\", \"broccoli-config-loader\": \"^1.0.1\", \"broccoli-config-replace\": \"^1.1.2\", \"broccoli-debug\": \"^0.6.5\", \"broccoli-funnel\": \"^3.0.8\", \"broccoli-funnel-reducer\": \"^1.0.0\", \"broccoli-merge-trees\": \"^4.2.0\", \"broccoli-middleware\": \"^2.1.1\", \"broccoli-slow-trees\": \"^3.1.0\", \"broccoli-source\": \"^3.0.1\", \"broccoli-stew\": \"^3.0.0\", \"calculate-cache-key-for-tree\": \"^2.0.0\", \"capture-exit\": \"^2.0.0\", \"chalk\": \"^4.1.2\", \"ci-info\": \"^3.8.0\", \"clean-base-url\": \"^1.0.0\", \"compression\": \"^1.7.4\", \"configstore\": \"^5.0.1\", \"console-ui\": \"^3.1.2\", \"core-object\": \"^3.1.5\", \"dag-map\": \"^2.0.2\", \"diff\": \"^5.1.0\", \"ember-cli-is-package-missing\": \"^1.0.0\", \"ember-cli-lodash-subset\": \"^2.0.1\", \"ember-cli-normalize-entity-name\": \"^1.0.0\", \"ember-cli-preprocess-registry\": \"^5.0.1\", \"ember-cli-string-utils\": \"^1.1.0\", \"ensure-posix-path\": \"^1.1.1\", \"execa\": \"^5.1.1\", \"exit\": \"^0.1.2\", \"express\": \"^4.18.1\", \"filesize\": \"^10.0.8\", \"find-up\": \"^5.0.0\", \"find-yarn-workspace-root\": \"^2.0.0\", \"fixturify-project\": \"^2.1.1\", \"fs-extra\": \"^11.1.1\", \"fs-tree-diff\": \"^2.0.1\", \"get-caller-file\": \"^2.0.5\", \"git-repo-info\": \"^2.1.1\", \"glob\": \"^8.1.0\", \"heimdalljs\": \"^0.2.6\", \"heimdalljs-fs-monitor\": \"^1.1.1\", \"heimdalljs-graph\": \"^1.0.0\", \"heimdalljs-logger\": \"^0.1.10\", \"http-proxy\": \"^1.18.1\", \"inflection\": \"^2.0.1\", \"inquirer\": \"^9.1.5\", \"is-git-url\": \"^1.0.0\", \"is-language-code\": \"^3.1.0\", \"isbinaryfile\": \"^5.0.0\", \"leek\": \"0.0.24\", \"lodash.template\": \"^4.5.0\", \"markdown-it\": \"^13.0.1\", \"markdown-it-terminal\": \"^0.4.0\", \"minimatch\": \"^7.4.3\", \"morgan\": \"^1.10.0\", \"nopt\": \"^3.0.6\", \"npm-package-arg\": \"^10.1.0\", \"os-locale\": \"^5.0.0\", \"p-defer\": \"^3.0.0\", \"portfinder\": \"^1.0.32\", \"promise-map-series\": \"^0.3.0\", \"promise.hash.helper\": \"^1.0.8\", \"quick-temp\": \"^0.1.8\", \"remove-types\": \"^1.0.0\", \"resolve\": \"^1.22.1\", \"resolve-package-path\": \"^4.0.3\", \"safe-stable-stringify\": \"^2.4.3\", \"sane\": \"^5.0.1\", \"semver\": \"^7.3.5\", \"silent-error\": \"^1.1.1\", \"sort-package-json\": \"^1.57.0\", \"symlink-or-copy\": \"^1.3.1\", \"temp\": \"0.9.4\", \"testem\": \"^3.10.1\", \"tiny-lr\": \"^2.0.0\", \"tree-sync\": \"^2.1.0\", \"uuid\": \"^9.0.0\", \"walk-sync\": \"^3.0.0\", \"watch-detector\": \"^1.0.2\", \"workerpool\": \"^6.4.0\", \"yam\": \"^1.0.0\" }, \"devDependencies\": { \"@octokit/rest\": \"^19.0.7\", \"broccoli-plugin\": \"^4.0.3\", \"broccoli-test-helper\": \"^2.0.0\", \"chai\": \"^4.3.7\", \"chai-as-promised\": \"^7.1.1\", \"chai-files\": \"^1.4.0\", \"chai-jest-snapshot\": \"^2.0.0\", \"ember-cli-blueprint-test-helpers\": \"^0.19.2\", \"ember-cli-internal-test-helpers\": \"^0.9.1\", \"eslint\": \"^8.44.0\", \"eslint-config-prettier\": \"^8.9.0\", \"eslint-plugin-chai-expect\": \"^3.0.0\", \"eslint-plugin-mocha\": \"^10.1.0\", \"eslint-plugin-n\": \"^16.0.1\", \"eslint-plugin-prettier\": \"^4.2.1\", \"fixturify\": \"^3.0.0\", \"jsdom\": \"^21.1.1\", \"latest-version\": \"^5.1.0\", \"mocha\": \"^10.0.0\", \"nock\": \"^13.3.0\", \"nyc\": \"^15.1.0\", \"prettier\": \"2.8.7\", \"release-it\": \"^15.10.0\", \"rimraf\": \"^3.0.2\", \"strip-ansi\": \"^6.0.0\", \"supertest\": \"^6.3.1\", \"testdouble\": \"^3.18.0\", \"tmp\": \"^0.2.1\", \"websocket\": \"^1.0.32\", \"which\": \"3.0.1\", \"yuidoc-ember-cli-theme\": \"^1.0.4\", \"yuidocjs\": \"0.10.2\" }, \"engines\": { \"node\": \">= 16\" }, \"publishConfig\": { \"registry\": \"https://registry.npmjs.org\" }, \"release-it\": { \"git\": { \"tagName\": \"v${version}\" }, \"github\": { \"draft\": true, \"release\": true, \"tokenRef\": \"GITHUB_AUTH\" } }, \"trackingCode\": \"UA-49225444-1\", \"volta\": { \"node\": \"16.19.1\", \"yarn\": \"1.22.19\" } } "}
{"_id":"q-en-nixpkgs-f40e3753ad6af30793043a8fe5de639a76c0a6e2794980ebab2ffaa44549bb79","text":"ThomasMader = \"Thomas Mader \"; thoughtpolice = \"Austin Seipp \"; timbertson = \"Tim Cuthbertson \"; timokau = \"Timo Kaufmann \"; titanous = \"Jonathan Rudenberg \"; tnias = \"Philipp Bartsch \"; tohl = \"Tomas Hlavaty \";"}
{"_id":"q-en-nixpkgs-f4133e5ad96ca5ce962fcb13dd7ea3116420b5b804159024a5f1c79a69d26c2c","text":"}; url_preview_url_blacklist = mkOption { type = types.listOf types.str; default = [ \"127.0.0.0/8\" \"10.0.0.0/8\" \"172.16.0.0/12\" \"192.168.0.0/16\" \"100.64.0.0/10\" \"169.254.0.0/16\" ]; default = []; description = '' Optional list of URL matches that the URL preview spider is denied from accessing."}
{"_id":"q-en-nixpkgs-f442c2ea3b55462a8cc0938a9a758cc9543cc5ce5fb7d4f5552ccb00c6e636ae","text":"patches = [ (substituteAll { src = ./libpq.patch; libpq = \"${postgresql.lib}/lib/libpq.so\"; libpq = \"${postgresql.lib}/lib/libpq${stdenv.hostPlatform.extensions.sharedLibrary}\"; }) ];"}
{"_id":"q-en-nixpkgs-f45480f7f858cab2cca7d145fa7e3930063eadfdff83bf869842fcf137211cdb","text":" { lib, stdenv, fetchurl, unzip, blas, lapack, gfortran }: { lib , stdenv , fetchFromGitHub , pkg-config , blas , lapack , gfortran , enableAMPL ? stdenv.isLinux, libamplsolver }: assert (!blas.isILP64) && (!lapack.isILP64); stdenv.mkDerivation rec { pname = \"ipopt\"; version = \"3.12.13\"; version = \"3.14.5\"; src = fetchurl { url = \"https://www.coin-or.org/download/source/Ipopt/Ipopt-${version}.zip\"; sha256 = \"0kzf05aypx8q5mr3sciclk926ans0yi2d2chjdxxgpi3sza609dx\"; src = fetchFromGitHub { owner = \"coin-or\"; repo = \"Ipopt\"; rev = \"releases/${version}\"; sha256 = \"sha256-eqOacZGuuGAjWMs2H6RntQ+WJmGTi+EqydHUQXEpY54=\"; }; CXXDEFS = [ \"-DHAVE_RAND\" \"-DHAVE_CSTRING\" \"-DHAVE_CSTDIO\" ]; configureFlags = [ \"--with-blas-lib=-lblas\" \"--with-lapack-lib=-llapack\" \"--with-asl-cflags=-I${libamplsolver}/include\" \"--with-asl-lflags=-lamplsolver\" ]; nativeBuildInputs = [ unzip gfortran ]; buildInputs = [ blas lapack ]; nativeBuildInputs = [ pkg-config gfortran ]; buildInputs = [ blas lapack ] ++ lib.optionals enableAMPL [ libamplsolver ]; enableParallelBuilding = true;"}
{"_id":"q-en-nixpkgs-f4685d987309fd8a8700aad391234816ae0bda6e3150427bf96b01757b8c38c5","text":"\"-DENABLE_TESTING=${enableIf doCheck}\" \"-DDISABLE_META_INTEGRATION_TESTS=ON\" \"-DTRAVIS_DISABLE_META_CPP=ON\" \"-DPythonModular=${enableIf pythonSupport}\" \"-DINTERFACE_PYTHON=${enableIf pythonSupport}\" \"-DOpenCV=${enableIf opencvSupport}\" \"-DUSE_SVMLIGHT=${enableIf withSvmLight}\" ];"}
{"_id":"q-en-nixpkgs-f47ec01886a70445bc76d83e58a75b893b787f59e49ddb553cd43015264cfdb2","text":"stdenv.mkDerivation rec { pname = \"clojure\"; version = \"1.10.3.855\"; version = \"1.10.3.933\"; src = fetchurl { # https://clojure.org/releases/tools url = \"https://download.clojure.org/install/clojure-tools-${version}.tar.gz\"; sha256 = \"sha256-y2PuOBRq5kZlTpPV8NwkWhspQKlNxwjl+k/Drwixk4Q=\"; sha256 = \"sha256-xsm0/HNWr8a/7iLQVC9TbUkASWvw/EI3bD0dMDhLZXA=\"; }; nativeBuildInputs = ["}
{"_id":"q-en-nixpkgs-f4995a39a08947b061e8e402b5bb46c6264116790aef819a6c3ee11972759a8f","text":"sourceRoot = \"pyside-setup-everywhere-src-${version}/sources/${pname}\"; patches = [ ./fix-include-qt-headers.patch ]; patches = [ ./fix-include-qt-headers.patch # Remove this patch when updating to 6.8.0 (fetchpatch { name = \"backwards-compatibility-with-6.6.x.patch\"; url = \"https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=4f9a20e3635f4f0957e0774588b1d9156e88a572\"; hash = \"sha256-B2jhLWopgaSF/rUXMZFPZArDUNojlBgn7kdVyQull+I=\"; stripLen = 2; }) ]; nativeBuildInputs = [ cmake"}
{"_id":"q-en-nixpkgs-f5000f32e3f742ea603df1a9b00bf7a93460f8111477b83fc2252e3a602eb6ba","text":" commit 1b0d9bcc5f5cd78b0bb1357d6a11da5d616ad26f Author: Wout Mertens Date: Thu Jun 11 18:08:13 2020 +0200 fix segfault when using ECDSA keys. Author: Marc Deslauriers Bug-Ubuntu: https://bugs.launchpad.net/bugs/1869512 diff --git a/ssh-ecdsa.c b/ssh-ecdsa.c index 5b13b30..5bf29cc 100644 --- a/ssh-ecdsa.c +++ b/ssh-ecdsa.c @@ -46,7 +46,7 @@ ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp, u_int len, dlen; Buffer b, bb; #if OPENSSL_VERSION_NUMBER >= 0x10100005L -\tBIGNUM *r, *s; +\tBIGNUM *r = NULL, *s = NULL; #endif if (key == NULL || key->type != KEY_ECDSA || key->ecdsa == NULL) { @@ -137,20 +137,27 @@ ssh_ecdsa_verify(const Key *key, const u_char *signature, u_int signaturelen, /* parse signature */ if ((sig = ECDSA_SIG_new()) == NULL) - pamsshagentauth_fatal(\"ssh_ecdsa_verify: DSA_SIG_new failed\"); + pamsshagentauth_fatal(\"ssh_ecdsa_verify: ECDSA_SIG_new failed\"); pamsshagentauth_buffer_init(&b); pamsshagentauth_buffer_append(&b, sigblob, len); #if OPENSSL_VERSION_NUMBER < 0x10100005L if ((pamsshagentauth_buffer_get_bignum2_ret(&b, sig->r) == -1) || (pamsshagentauth_buffer_get_bignum2_ret(&b, sig->s) == -1)) + pamsshagentauth_fatal(\"ssh_ecdsa_verify:\" + \"pamsshagentauth_buffer_get_bignum2_ret failed\"); #else - DSA_SIG_get0(sig, &r, &s); + if ((r = BN_new()) == NULL) + pamsshagentauth_fatal(\"ssh_ecdsa_verify: BN_new failed\"); + if ((s = BN_new()) == NULL) + pamsshagentauth_fatal(\"ssh_ecdsa_verify: BN_new failed\"); if ((pamsshagentauth_buffer_get_bignum2_ret(&b, r) == -1) || (pamsshagentauth_buffer_get_bignum2_ret(&b, s) == -1)) -#endif pamsshagentauth_fatal(\"ssh_ecdsa_verify:\" \"pamsshagentauth_buffer_get_bignum2_ret failed\"); + if (ECDSA_SIG_set0(sig, r, s) != 1) + pamsshagentauth_fatal(\"ssh_ecdsa_verify: ECDSA_SIG_set0 failed\"); +#endif /* clean up */ memset(sigblob, 0, len); "}
{"_id":"q-en-nixpkgs-f50908efa1c5dd4c510da231aa8042d46961b64f20a9bc64f7ab9d858011b546","text":"denonavr = callPackage ../development/python-modules/denonavr { }; dep-logic = callPackage ../development/python-modules/dep-logic { }; dependency-injector = callPackage ../development/python-modules/dependency-injector { }; deploykit = callPackage ../development/python-modules/deploykit { };"}
{"_id":"q-en-nixpkgs-f523af0f0f6c06c3866e4a7a03d77abbd1db6eb3354378540285802e1bc87e37","text":", nodePackages, bash # Attributes inherit from specific versions , version, src, meta, sourceRoot , version, src, meta, sourceRoot, commandLineArgs , executableName, longName, shortName, pname, updateScript # sourceExecutableName is the name of the binary in the source archive, over # which we have no control"}
{"_id":"q-en-nixpkgs-f541630f74b6ba2ea28d9a100c6b0762f4ae8a331dcb4392d3e66d97be48943a","text":"gotypist = callPackage ../games/gotypist { }; heroic-unwrapped = callPackage ../games/heroic { }; heroic-unwrapped = callPackage ../games/heroic { # Match the version used by the upstream package. electron = electron_24; }; heroic = callPackage ../games/heroic/fhsenv.nix { };"}
{"_id":"q-en-nixpkgs-f5a80a692c49d701e2240733f69a31d9f884d4e555c6c034ca1cfab0291a2bac","text":"homepage = https://postgis.net/; license = licenses.gpl2; maintainers = [ maintainers.marcweber ]; platforms = platforms.linux; inherit (postgresql.meta) platforms; }; }"}
{"_id":"q-en-nixpkgs-f5d3e297cdd92d45164f818bd991172de8b9757030f70b2aad09729b77bc612a","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":"q-en-nixpkgs-f5d63e19a551eab4e414f857d9eba54ffadab6ff908b0a10f137b1c54d3bbca8","text":" diff --git a/dolphin/mat2.desktop b/dolphin/mat2.desktop index e623962..5d69ae2 100644 --- a/dolphin/mat2.desktop +++ b/dolphin/mat2.desktop @@ -7,5 +7,5 @@ Type=Service [Desktop Action cleanMetadata] Name=Clean metadata Name[es]=Limpiar metadatos -Icon=/usr/share/icons/hicolor/scalable/apps/mat2.svg -Exec=kdialog --yesno \"$( mat2 -s %U )\" --title \"Clean Metadata?\" && mat2 %U +Icon=@mat2svg@ +Exec=@kdialog@ --yesno \"$( @mat2@ -s %U )\" --title \"Clean Metadata?\" && @mat2@ %U diff --git a/libmat2/bubblewrap.py b/libmat2/bubblewrap.py index 970d5dd..5d3c0b7 100644 --- a/libmat2/bubblewrap.py +++ b/libmat2/bubblewrap.py @@ -22,11 +22,7 @@ CalledProcessError = subprocess.CalledProcessError def _get_bwrap_path() -> str: - which_path = shutil.which('bwrap') - if which_path: - return which_path - - raise RuntimeError(\"Unable to find bwrap\") # pragma: no cover + return '@bwrap@' def _get_bwrap_args(tempdir: str, @@ -37,16 +33,11 @@ def _get_bwrap_args(tempdir: str, # XXX: use --ro-bind-try once all supported platforms # have a bubblewrap recent enough to support it. - ro_bind_dirs = ['/usr', '/lib', '/lib64', '/bin', '/sbin', '/etc/alternatives', cwd] + ro_bind_dirs = ['/nix/store', cwd] for bind_dir in ro_bind_dirs: if os.path.isdir(bind_dir): # pragma: no cover ro_bind_args.extend(['--ro-bind', bind_dir, bind_dir]) - ro_bind_files = ['/etc/ld.so.cache'] - for bind_file in ro_bind_files: - if os.path.isfile(bind_file): # pragma: no cover - ro_bind_args.extend(['--ro-bind', bind_file, bind_file]) - args = ro_bind_args + ['--dev', '/dev', '--proc', '/proc', diff --git a/libmat2/exiftool.py b/libmat2/exiftool.py index eb65b2a..51a0fa1 100644 --- a/libmat2/exiftool.py +++ b/libmat2/exiftool.py @@ -1,8 +1,6 @@ -import functools import json import logging import os -import shutil import subprocess from typing import Dict, Union, Set @@ -70,14 +68,5 @@ class ExiftoolParser(abstract.AbstractParser): return False return True -@functools.lru_cache() def _get_exiftool_path() -> str: # pragma: no cover - which_path = shutil.which('exiftool') - if which_path: - return which_path - - # Exiftool on Arch Linux has a weird path - if os.access('/usr/bin/vendor_perl/exiftool', os.X_OK): - return '/usr/bin/vendor_perl/exiftool' - - raise RuntimeError(\"Unable to find exiftool\") + return '@exiftool@' diff --git a/libmat2/parser_factory.py b/libmat2/parser_factory.py index 9965432..bd45179 100644 --- a/libmat2/parser_factory.py +++ b/libmat2/parser_factory.py @@ -8,6 +8,7 @@ from . import abstract, UNSUPPORTED_EXTENSIONS T = TypeVar('T', bound='abstract.AbstractParser') +mimetypes.init(['@mimetypes@']) mimetypes.add_type('application/epub+zip', '.epub') mimetypes.add_type('application/x-dtbncx+xml', '.ncx') # EPUB Navigation Control XML File diff --git a/libmat2/video.py b/libmat2/video.py index b4a3232..3dd7ee5 100644 --- a/libmat2/video.py +++ b/libmat2/video.py @@ -1,6 +1,4 @@ import subprocess -import functools -import shutil import logging from typing import Dict, Union @@ -135,10 +133,5 @@ class MP4Parser(AbstractFFmpegParser): } -@functools.lru_cache() def _get_ffmpeg_path() -> str: # pragma: no cover - which_path = shutil.which('ffmpeg') - if which_path: - return which_path - - raise RuntimeError(\"Unable to find ffmpeg\") + return '@ffmpeg@' "}
{"_id":"q-en-nixpkgs-f5e72754a1c5e710387bfedfdc46aceb1891243142dedbd3249c113d4de621c5","text":"let pname = \"osu-lazer-bin\"; version = \"2024.312.0\"; version = \"2024.312.1\"; src = { aarch64-darwin = fetchzip { url = \"https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip\"; hash = \"sha256-RwOSB/WcAqR8j0xw1QUji1IEn7iHXcHj2xOcKjnpl00=\"; hash = \"sha256-1MsZ9gHTZKArXk1b6XEBNk/ZWAUHKjbVrrn++dLulaQ=\"; stripRoot = false; }; x86_64-darwin = fetchzip { url = \"https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip\"; hash = \"sha256-Wnr7CtQIfugKrGsl72NXdHJIsF7rRNhzjV1Q+gRHK10=\"; hash = \"sha256-Xgl8lrMsL9O9YHbEx3Iwwh9fpLOnYZN0Kt28F5X5OwE=\"; stripRoot = false; }; x86_64-linux = fetchurl { url = \"https://github.com/ppy/osu/releases/download/${version}/osu.AppImage\"; hash = \"sha256-kWNobQXGGS2TWvPkhfheqnlbijfnxfcP36ANUeN6bW0=\"; hash = \"sha256-1dzgs1p3/pf4eCdKvQ9JxowN+oBPBNaZv5e6qHeFPEM=\"; }; }.${stdenv.system} or (throw \"${pname}-${version}: ${stdenv.system} is unsupported.\");"}
{"_id":"q-en-nixpkgs-f662344d85a29d9c0887cb9a2ee905da36b15c1d00ff13ed403bc816f758fef9","text":" { stdenv, lib, fetchFromGitHub, kernel, writeScript, coreutils, gnugrep, jq, curl, common-updater-scripts, runtimeShell { stdenv , lib , fetchFromGitHub , fetchpatch , kernel , writeScript , coreutils , gnugrep , jq , curl , common-updater-scripts , runtimeShell }: stdenv.mkDerivation rec {"}
{"_id":"q-en-nixpkgs-f67189f48cc1e552799fd3425c685c21506095aa45bf664c7eda22667668721c","text":", newuidmapPath ? null # Path to SUID-ed newgidmap executable , newgidmapPath ? null # External LOCALSTATEDIR , externalLocalStateDir ? null # Remove the symlinks to `singularity*` when projectName != \"singularity\" , removeCompat ? false # Workaround #86349"}
{"_id":"q-en-nixpkgs-f711573448aef9fe345381e990ddb7a785d9d1d3255843f6a74db9e0b0b1c39e","text":"checkInputs = [ sphinx numpydoc pytest ]; propagatedBuildInputs = [ python-lz4 ]; # test_disk_used is broken # https://github.com/joblib/joblib/issues/57 # test_disk_used is broken: https://github.com/joblib/joblib/issues/57 # test_dispatch_multiprocessing is broken only on Darwin. checkPhase = '' py.test joblib -k \"not test_disk_used\" py.test -k 'not test_disk_used${lib.optionalString (stdenv.isDarwin) \" and not test_dispatch_multiprocessing\"}' joblib/test ''; meta = {"}
{"_id":"q-en-nixpkgs-f7358a1d003cd3ac5b8a6ba8f4e8fe65a105d785c399016b2ce2d7dfc11dd1a7","text":" { pkgs, buildPackages, lib, gawk, gnused, gixy }: { pkgs, buildPackages, lib, stdenv, libiconv, gawk, gnused, gixy }: with lib; rec {"}
{"_id":"q-en-nixpkgs-f775c9861b09f22592c480c3f9ee4abea1c9a92762b1b375b4c163d02d66003d","text":"# and often with different versions. We write them on three lines # like this (rather than using {}) so that the updater script can # find where to edit them. versions.aarch64-darwin = \"5.14.10.19202\"; versions.x86_64-darwin = \"5.14.10.19202\"; versions.x86_64-linux = \"5.15.0.4063\"; versions.aarch64-darwin = \"5.15.2.19786\"; versions.x86_64-darwin = \"5.15.2.19786\"; versions.x86_64-linux = \"5.15.2.4260\"; srcs = { aarch64-darwin = fetchurl { url = \"https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64\"; name = \"zoomusInstallerFull.pkg\"; hash = \"sha256-MK6xUkS+nX7SjIieduMhhFNqEUVdc89aPiCvHI2pjDQ=\"; hash = \"sha256-vERhyaNVxam6ypi9nU2t6RfBZgtzD6YECkSrxkxl/4E=\"; }; x86_64-darwin = fetchurl { url = \"https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg\"; hash = \"sha256-JJ6nZ8WnTF8X8R0gIlFtsTbpdHhv65J5kWts+H3QDoM=\"; hash = \"sha256-Yx5seUks6s+NEBIxgltUQiNU3tjWpmNKMJwgAj9izh4=\"; }; x86_64-linux = fetchurl { url = \"https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz\"; hash = \"sha256-DhP6LZt/G3K9YDs7iXABsJMuhpzITP4aJ0PWXrFAL3I=\"; hash = \"sha256-R6M180Gcqu4yZC+CtWnixSkjPe8CvgoTPWSz7B6ZAlE=\"; }; };"}
{"_id":"q-en-nixpkgs-f785dcd6e2aa1b3adf620e7bdcbf9ae16210cfca07e5e1b1d05862c0eaa1448f","text":"if [ -z \"$newHash\" ]; then nix-build --no-out-link -A \"$attr.src\" 2>\"$attr.fetchlog\" >/dev/null || true # FIXME: use nix-build --hash here once https://github.com/NixOS/nix/issues/1172 is fixed newHash=$(egrep -v \"killing process|dependencies couldn't be built\" \"$attr.fetchlog\" | tail -n2 | sed \"s~output path .* has .* hash ‘(.*)’ when .* was expected|fixed-output derivation produced path '.*' with .* hash '(.*)' instead of the expected hash '.*'~12~\" | head -n1) newHash=$(egrep -v \"killing process|dependencies couldn't be built|wanted: \" \"$attr.fetchlog\" | tail -n2 | sed \"s~output path .* has .* hash ‘(.*)’ when .* was expected|fixed-output derivation produced path '.*' with .* hash '(.*)' instead of the expected hash '.*'| got: .*:(.*)~123~\" | head -n1) fi if [ -z \"$newHash\" ]; then"}
{"_id":"q-en-nixpkgs-f7925cc166755f6395b328d51e9b3ecd85a3be86c6e467b3555e2b1a78acf5d0","text":"availableBinaries = { x86_64-linux = { platform = \"linux-x64\"; checksum = \"sha256-9o0nprGcJhudS1LNm+T7Vf0Dwd1RBauYKI+w1FBQ3ZM=\"; checksum = \"sha256-zS/yMXNNYlxgYyUDou2HaXuetPotqiOM8kv1Y7JouCo=\"; }; aarch64-linux = { platform = \"linux-arm64\"; checksum = \"sha256-aW3cUZqAdiOLzOC9BQM/bTkDVyw24Dx9nBSXgbiKe4c=\"; checksum = \"sha256-rB0ak6jYnJMb0aHDLAyhaGoOFK4FXDLEOeofNdW/Wk8=\"; }; }; inherit (stdenv.hostPlatform) system;"}
{"_id":"q-en-nixpkgs-f79e4c673537b3dd100d0a91311f9bcbc82cae66759863e492359bc612275ffd","text":"systemd.services.display-manager = { description = \"X11 Server\"; after = [ \"acpid.service\" \"systemd-logind.service\" ]; after = [ \"acpid.service\" \"systemd-logind.service\" \"systemd-user-sessions.service\" ]; restartIfChanged = false;"}
{"_id":"q-en-nixpkgs-f7a7f446e5c4bca6f97935a33c2dd61ebfccea8ff011c26d275f60d6677920c1","text":"# - Inputs used for Darwin , CoreBluetooth, ForceFeedback, IOKit, OpenGL, libpng, hidapi }: let desktopItem = makeDesktopItem { name = \"dolphin-emu-master\"; exec = \"dolphin-emu-master\"; icon = \"dolphin-emu\"; comment = \"A Wii/GameCube Emulator\"; desktopName = \"Dolphin Emulator (master)\"; genericName = \"Wii/GameCube Emulator\"; categories = \"Game;Emulator;\"; startupNotify = \"false\"; }; in stdenv.mkDerivation rec { stdenv.mkDerivation rec { pname = \"dolphin-emu\"; version = \"5.0-15260\";"}
{"_id":"q-en-nixpkgs-f8e5246392f8b75952c0f8ecdf5d81fb4ccb2af3458013c4e019f4112a0a0a2c","text":" { stdenv, fetchzip, cmake }: { stdenv, fetchurl, fetchzip, cmake }: stdenv.mkDerivation rec { version = \"0.9.8.5\";"}
{"_id":"q-en-nixpkgs-f91ea6ce5172364ba3fe98a6e44b7004f81e645b48d41cc87016801b2c61a8b9","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":"q-en-nixpkgs-f958fdf0bacd8aa7c9bf67459323059aa7abdb4c7ad99269bd58edcc8b6b5224","text":"\"LOGROTATEDIR=$(out)/etc/logrotate.d\" ]; preConfigure = optionalString enableInfiniBandRdma '' # configure looks for the pkg-config files # of librdmacm and libibverbs # Howver, rmda-core does not provide a pkg-config file # We give the flags manually here: export rdmacm_LIBS=-lrdmacm export rdmacm_CFLAGS=\" \" export ibverbs_LIBS=-libverbs export ibverbs_CFLAGS=\" \" ''; postInstall = '' wrapProgram $out/bin/corosync-blackbox --prefix PATH \":\" \"$out/sbin:${libqb}/sbin\""}
{"_id":"q-en-nixpkgs-f963a3b6682aff18dc996a33ea9c7dcaeb4926ba53bfb195fefebac752dfe9e9","text":"{ require_once $path; -- 2.31.1 2.38.1 "}
{"_id":"q-en-nixpkgs-f9cb96efc5e933affd21488022b27cd14ec21838a80397ce24326bde8d492f21","text":"}; deoplete-go = super.deoplete-go.overrideAttrs { buildInputs = [ python3 ]; nativeBuildInputs = [ (python3.withPackages (ps: with ps; [ setuptools ])) ]; buildPhase = '' pushd ./rplugin/python3/deoplete/ujson python3 setup.py build --build-base=$PWD/build --build-lib=$PWD/build"}
{"_id":"q-en-nixpkgs-f9d351a392eba3577ec0cd01c90b249246ef85f6a22d6c08922d43ac719b6293","text":" { lib, symlinkJoin, makeWrapper, idris-no-deps, gcc, gmp }: { stdenv, lib, symlinkJoin, makeWrapper, idris-no-deps, gmp }: symlinkJoin { inherit (idris-no-deps) name src meta;"}
{"_id":"q-en-nixpkgs-f9e93a98993bf771ea9244dd966029e81acff74bf9bd1ca615da5309ab085b7a","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":"q-en-nixpkgs-f9f911ce97896bbeed8143a2d33d78128aedf03bd9d093af5256897316beeb20","text":"}; opencv4 = callPackage ../development/libraries/opencv/4.x.nix { inherit (darwin.apple_sdk.frameworks) AVFoundation Cocoa VideoDecodeAcceleration; inherit (darwin.apple_sdk.frameworks) AVFoundation Cocoa VideoDecodeAcceleration CoreMedia MediaToolbox; }; opencv = opencv4;"}
{"_id":"q-en-nixpkgs-f9f9614029f676b6b1cb9b1df94bb189abaf2976455b18fed4a353c190ad872b","text":" pkgs.appimageTools pkgs.appimageTools is a set of functions for extracting and wrapping AppImage files. They are meant to be used if traditional packaging from source is infeasible, or it would take too long. To quickly run an AppImage file, pkgs.appimage-run can be used as well. The appimageTools API is unstable and may be subject to backwards-incompatible changes in the future. AppImage formats There are different formats for AppImages, see the specification for details. Type 1 images are ISO 9660 files that are also ELF executables. Type 2 images are ELF executables with an appended filesystem. They can be told apart with file -k: $ file -k type1.AppImage type1.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) ISO 9660 CD-ROM filesystem data 'AppImage' (Lepton 3.x), scale 0-0, spot sensor temperature 0.000000, unit celsius, color scheme 0, calibration: offset 0.000000, slope 0.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=d629f6099d2344ad82818172add1d38c5e11bc6d, stripped012- data $ file -k type2.AppImage type2.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) (Lepton 3.x), scale 232-60668, spot sensor temperature -4.187500, color scheme 15, show scale bar, calibration: offset -0.000000, slope 0.000000 (Lepton 2.x), scale 4111-45000, spot sensor temperature 412442.250000, color scheme 3, minimum point enabled, calibration: offset -75402534979642766821519867692934234112.000000, slope 5815371847733706829839455140374904832.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=79dcc4e55a61c293c5e19edbd8d65b202842579f, stripped012- data Note how the type 1 AppImage is described as an ISO 9660 CD-ROM filesystem, and the type 2 AppImage is not. Wrapping Depending on the type of AppImage you're wrapping, you'll have to use wrapType1 or wrapType2. appimageTools.wrapType2 { # or wrapType1 name = \"patchwork\"; src = fetchurl { url = \"https://github.com/ssbc/patchwork/releases/download/v3.11.4/Patchwork-3.11.4-linux-x86_64.AppImage\"; sha256 = \"1blsprpkvm0ws9b96gb36f0rbf8f5jgmw4x6dsb1kswr4ysf591s\"; }; extraPkgs = pkgs: with pkgs; [ ]; } name specifies the name of the resulting image. src specifies the AppImage file to extract. extraPkgs allows you to pass a function to include additional packages inside the FHS environment your AppImage is going to run in. There are a few ways to learn which dependencies an application needs: Looking through the extracted AppImage files, reading its scripts and running patchelf and ldd on its executables. This can also be done in appimage-run, by setting APPIMAGE_DEBUG_EXEC=bash. Running strace -vfefile on the wrapped executable, looking for libraries that can't be found. "}
{"_id":"q-en-nixpkgs-fa217223d2fe8d5a8c69e41348d49ef264174143d8ce80581ac3c220d499b5fe","text":"bluespec = callPackage ../development/compilers/bluespec { }; ciao = callPackage ../development/compilers/ciao { }; colm = callPackage ../development/compilers/colm { }; colmap = libsForQt5.callPackage ../applications/science/misc/colmap { };"}
{"_id":"q-en-nixpkgs-fa3cdb674bd2136ee8a87741ef76d307707371428952c6458bd04d44b3464afe","text":"connmanPackages = throw \"'connmanPackages' was removed and their subpackages/attributes were promoted to top level.\"; # Added 2023-10-08 containerpilot = throw \"'containerpilot' has been removed from nixpkgs, as it was broken and unmaintained\"; # Added 2024-06-09 convoy = throw \"'convoy' has been removed from nixpkgs, as it was archived upstream\"; # Added 2023-12-27 crackmapexec = throw \"'crackmapexec' has been removed as it was unmaintained. Use 'netexec' instead\"; # 2024-08-11 crda = throw \"'crda' has been removed from nixpkgs, as it is needed only for kernels before 4.16\"; # Added 2024-02-06 cups-kyodialog3 = cups-kyodialog; # Added 2022-11-12 cvs_fast_export = cvs-fast-export; # Added 2021-06-10"}
{"_id":"q-en-nixpkgs-fa5ebd61c851f77752589a6b37ecfdf49b09a12554150a40f3d6d516cec22ba4","text":", autoPatchelfHook , libXxf86vm , unzip , libGL }: let"}
{"_id":"q-en-nixpkgs-fa69985c555d67dee0438750820ad87e5b8c478a38d27b7f3f0de9c170e7a717","text":" { lib, stdenv, fetchFromGitHub, jdk11, ant, python3, watchman, bash, makeWrapper }: { lib, stdenv, fetchFromGitHub, jdk8, ant, python3, watchman, bash, makeWrapper }: stdenv.mkDerivation rec { pname = \"buck\";"}
{"_id":"q-en-nixpkgs-fa6d53115c3f83b4a25a5eeca1885d3e5b3ae02330a6050be6f16377dbb5d145","text":"export VIMRUNTIME=$PWD/runtime ''; separateDebugInfo = true; meta = with lib; { description = \"Vim text editor fork focused on extensibility and agility\"; longDescription = ''"}
{"_id":"q-en-nixpkgs-faa7f24cb8213d71f264653734a2653d55fee2dcf81689e530649d0b07fcdc8d","text":"# no tests doCheck = false; pythonImportsCheck = [ \"fdroidserver\" ]; pythonImportsCheck = [ \"fdroidserver\" ]; meta = with lib; { meta = { homepage = \"https://gitlab.com/fdroid/fdroidserver\"; changelog = \"https://gitlab.com/fdroid/fdroidserver/-/blob/${version}/CHANGELOG.md\"; description = \"Server and tools for F-Droid, the Free Software repository system for Android\"; license = licenses.agpl3Plus; maintainers = with maintainers; [ linsui jugendhacker ]; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ linsui jugendhacker ]; mainProgram = \"fdroid\"; }; }"}
{"_id":"q-en-nixpkgs-fb2ed3315c3f71b6d9be8ff736a76bd61cbb59678bd1caa14561f2cc4631c691","text":" From fc3e14155b3c4300b691ab46579830e725457a54 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 10 Sep 2022 15:18:05 +0200 Subject: [PATCH] Setup: remove custom dbuser creation behavior Both PostgreSQL and MySQL can be authenticated against from Nextcloud by supplying a database password. Now, during setup the following things happen: * When using postgres and the db user has elevated permissions, a new unprivileged db user is created and the settings `dbuser`/`dbpass` are altered in `config.php`. * When using MySQL, the password is **always** regenerated since 24.0.5/23.0.9[1]. I consider both cases problematic: the reason why people do configuration management is to have it as single source of truth! So, IMHO any application that silently alters config and thus causes deployed nodes to diverge from the configuration is harmful for that. I guess it was sheer luck that it worked for so long in NixOS because nobody has apparently used password authentication with a privileged user to operate Nextcloud (which is a good thing in fact). [1] https://github.com/nextcloud/server/pull/33513 --- lib/private/Setup/MySQL.php | 53 -------------------------------- lib/private/Setup/PostgreSQL.php | 37 ---------------------- 2 files changed, 90 deletions(-) diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index e3004c269bc..bc958e84e44 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -141,59 +141,6 @@ class MySQL extends AbstractDatabase { $rootUser = $this->dbUser; $rootPassword = $this->dbPassword; -\t\t//create a random password so we don't need to store the admin password in the config file -\t\t$saveSymbols = str_replace(['\"', '', ''', '`'], '', ISecureRandom::CHAR_SYMBOLS); -\t\t$password = $this->random->generate(22, ISecureRandom::CHAR_ALPHANUMERIC . $saveSymbols) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_UPPER) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_LOWER) -\t\t\t. $this->random->generate(2, ISecureRandom::CHAR_DIGITS) -\t\t\t. $this->random->generate(2, $saveSymbols) -\t\t; -\t\t$this->dbPassword = str_shuffle($password); - -\t\ttry { -\t\t\t//user already specified in config -\t\t\t$oldUser = $this->config->getValue('dbuser', false); - -\t\t\t//we don't have a dbuser specified in config -\t\t\tif ($this->dbUser !== $oldUser) { -\t\t\t\t//add prefix to the admin username to prevent collisions -\t\t\t\t$adminUser = substr('oc_' . $username, 0, 16); - -\t\t\t\t$i = 1; -\t\t\t\twhile (true) { -\t\t\t\t\t//this should be enough to check for admin rights in mysql -\t\t\t\t\t$query = 'SELECT user FROM mysql.user WHERE user=?'; -\t\t\t\t\t$result = $connection->executeQuery($query, [$adminUser]); - -\t\t\t\t\t//current dbuser has admin rights -\t\t\t\t\t$data = $result->fetchAll(); -\t\t\t\t\t$result->closeCursor(); -\t\t\t\t\t//new dbuser does not exist -\t\t\t\t\tif (count($data) === 0) { -\t\t\t\t\t\t//use the admin login data for the new database user -\t\t\t\t\t\t$this->dbUser = $adminUser; -\t\t\t\t\t\t$this->createDBUser($connection); - -\t\t\t\t\t\tbreak; -\t\t\t\t\t} else { -\t\t\t\t\t\t//repeat with different username -\t\t\t\t\t\t$length = strlen((string)$i); -\t\t\t\t\t\t$adminUser = substr('oc_' . $username, 0, 16 - $length) . $i; -\t\t\t\t\t\t$i++; -\t\t\t\t\t} -\t\t\t\t} -\t\t\t} -\t\t} catch (Exception $ex) { -\t\t\t$this->logger->info('Can not create a new MySQL user, will continue with the provided user.', [ -\t\t\t\t'exception' => $ex, -\t\t\t\t'app' => 'mysql.setup', -\t\t\t]); -\t\t\t// Restore the original credentials -\t\t\t$this->dbUser = $rootUser; -\t\t\t$this->dbPassword = $rootPassword; -\t\t} - $this->config->setValues([ 'dbuser' => $this->dbUser, 'dbpassword' => $this->dbPassword, diff --git a/lib/private/Setup/PostgreSQL.php b/lib/private/Setup/PostgreSQL.php index af816c7ad04..e49e5508e15 100644 --- a/lib/private/Setup/PostgreSQL.php +++ b/lib/private/Setup/PostgreSQL.php @@ -45,43 +45,6 @@ class PostgreSQL extends AbstractDatabase { $connection = $this->connect([ 'dbname' => 'postgres' ]); -\t\t\t//check for roles creation rights in postgresql -\t\t\t$builder = $connection->getQueryBuilder(); -\t\t\t$builder->automaticTablePrefix(false); -\t\t\t$query = $builder -\t\t\t\t->select('rolname') -\t\t\t\t->from('pg_roles') -\t\t\t\t->where($builder->expr()->eq('rolcreaterole', new Literal('TRUE'))) -\t\t\t\t->andWhere($builder->expr()->eq('rolname', $builder->createNamedParameter($this->dbUser))); - -\t\t\ttry { -\t\t\t\t$result = $query->execute(); -\t\t\t\t$canCreateRoles = $result->rowCount() > 0; -\t\t\t} catch (DatabaseException $e) { -\t\t\t\t$canCreateRoles = false; -\t\t\t} - -\t\t\tif ($canCreateRoles) { -\t\t\t\t$connectionMainDatabase = $this->connect(); -\t\t\t\t//use the admin login data for the new database user - -\t\t\t\t//add prefix to the postgresql user name to prevent collisions -\t\t\t\t$this->dbUser = 'oc_' . strtolower($username); -\t\t\t\t//create a new password so we don't need to store the admin config in the config file -\t\t\t\t$this->dbPassword = OC::$server->getSecureRandom()->generate(30, ISecureRandom::CHAR_ALPHANUMERIC); - -\t\t\t\t$this->createDBUser($connection); - -\t\t\t\t// Go to the main database and grant create on the public schema -\t\t\t\t// The code below is implemented to make installing possible with PostgreSQL version 15: -\t\t\t\t// https://www.postgresql.org/docs/release/15.0/ -\t\t\t\t// From the release notes: For new databases having no need to defend against insider threats, granting CREATE permission will yield the behavior of prior releases -\t\t\t\t// Therefore we assume that the database is only used by one user/service which is Nextcloud -\t\t\t\t// Additional services should get installed in a separate database in order to stay secure -\t\t\t\t// Also see https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS -\t\t\t\t$connectionMainDatabase->executeQuery('GRANT CREATE ON SCHEMA public TO ' . addslashes($this->dbUser)); -\t\t\t\t$connectionMainDatabase->close(); -\t\t\t} $this->config->setValues([ 'dbuser' => $this->dbUser, -- 2.38.1 "}
{"_id":"q-en-nixpkgs-fb3e2f0c477e810a85fc433d203734b8c624984e194d336a93d63755a786ab44","text":"# Parallelize docubuild using subprocesses, fixing an isolation issue. See # https://groups.google.com/forum/#!topic/sage-packaging/YGOm8tkADrE ./patches/sphinx-docbuild-subprocesses.patch # Docbuilding copies files from the Nix store and expects them to be writable. # Remove when https://github.com/matplotlib/matplotlib/pull/23805 lands. ./patches/sphinx-fix-matplotlib-css-perms.patch ]; # Since sage unfortunately does not release bugfix releases, packagers must"}
{"_id":"q-en-nixpkgs-fb4511c819583db3c190538c38bfd798e068601c6c1ca06d0b63aed22bc72bd3","text":"{ lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }: let version = \"1.46.1\"; version = \"1.48.1\"; in buildGoModule { pname = \"tailscale\";"}
{"_id":"q-en-nixpkgs-fbabfefaaff414a6da29d467cddcc37bfdb3f43408df072da16089e79d9c25eb","text":"''; }; systemd.services.tailscaled-set = mkIf (cfg.extraSetFlags != []) { after = [\"tailscaled.service\"]; wants = [\"tailscaled.service\"]; wantedBy = [ \"multi-user.target\" ]; serviceConfig = { Type = \"oneshot\"; }; script = '' ${cfg.package}/bin/tailscale set ${escapeShellArgs cfg.extraSetFlags} ''; }; boot.kernel.sysctl = mkIf (cfg.useRoutingFeatures == \"server\" || cfg.useRoutingFeatures == \"both\") { \"net.ipv4.conf.all.forwarding\" = mkOverride 97 true; \"net.ipv6.conf.all.forwarding\" = mkOverride 97 true;"}
{"_id":"q-en-nixpkgs-fbb14ab932c19adc00532f9836728402bff9f86965de7ceb6c8096169b5c7174","text":"{ lib , stdenv , fetchFromGitHub , fetchpatch , installShellFiles , rustPlatform , libiconv"}
{"_id":"q-en-nixpkgs-fc8f76ad3fed21884b4e1eeb052e15d94a4853dfb5dd10452350c93c8718e2f7","text":"(lib.mkEnableOption '' nvidia-settings, NVIDIA's GUI configuration tool '') // {default = true;}; // { default = true; }; nvidiaPersistenced = lib.mkEnableOption '' nvidia-persistenced a update for NVIDIA GPU headless mode, i.e."}
{"_id":"q-en-nixpkgs-fccea2c52795bd5d793219a79bd23b0345a5907af1be2f947b25b93b67468f9c","text":"githubId = 6893840; name = \"Yacine Hmito\"; }; gracicot = { email = \"gracicot42@gmail.com\"; github = \"gracicot\"; githubId = 2906673; name = \"Guillaume Racicot\"; }; graham33 = { email = \"graham@grahambennett.org\"; github = \"graham33\";"}
{"_id":"q-en-nixpkgs-fd005007f9398ca333732bbdcc8004edb83f34112a4741f5f2c3c46b5d3190fa","text":"else [ \"--with-libraries=${openfec}/lib\" \"--with-openfec-includes=${openfec.dev}/include\" ]); prePatch = lib.optionalString stdenv.isAarch64 \"sed -i 's/c++98/c++11/g' SConstruct\"; preConfigure = '' sconsFlags+=\" --prefix=$out\" '';"}
{"_id":"q-en-nixpkgs-fd2306ffedb3602ea2f61b32ded93c3f892d93c1dab06de7b8660635f95ed03c","text":"# Start systemd in a clean environment. echo \"starting systemd...\" exec env - @systemdExecutable@ \"$@\" exec @systemdExecutable@ \"$@\" "}
{"_id":"q-en-nixpkgs-fd3cb161b6fec669468b5d24471f11e2ffab637179676c8751691161881a9229","text":"paths = dotnetPackages; pathsToLink = [ \"/host\" \"/packs\" \"/sdk\" \"/sdk-manifests\" \"/shared\" \"/templates\" ]; ignoreCollisions = true; nativeBuildInputs = [ makeWrapper ]; postBuild = '' cp -R ${cli}/{dotnet,share,nix-support} $out/ mkdir $out/bin ln -s $out/dotnet $out/bin/dotnet wrapProgram $out/bin/dotnet --prefix LD_LIBRARY_PATH : ${cli.icu}/lib ''; passthru = { inherit (cli) icu;"}
{"_id":"q-en-nixpkgs-fd47d6fdc014d46b0f589ba3c1cbbbc7d2d91c4f20b4632f63d19ffa44da3504","text":"}: let pname = \"feishin\"; version = \"0.6.1\"; version = \"0.7.1\"; src = fetchFromGitHub { owner = \"jeffvli\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-Nj8GwrH49ph14xvJldj5GQR4mlt9unCPEcgLrsH/sx8=\"; hash = \"sha256-eNGHrSF/MgRHh0CVc0l8denZIbAnPXwFCZJZcvF+Xtc=\"; }; electron = electron_27;"}
{"_id":"q-en-nixpkgs-fd6a1d838e67a108feb206366334450ddeb0e2dd213017de0338bd88d9f64cd3","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":"q-en-nixpkgs-fd8f94038f63771a76c8fe1381cf0a927d397b18a2a47870e24b44b2f33104e0","text":" { stdenv, lib, callPackage, fetchurl, isInsiders ? false }: { stdenv, lib, callPackage, fetchurl , isInsiders ? false , commandLineArgs ? \"\" }: let inherit (stdenv.hostPlatform) system;"}
{"_id":"q-en-nixpkgs-fe23a373c8abe3afa279647e0476d37741d896a073f390bc64b04836ea543c49","text":"./dont-create-broken-symlink.patch # add support for loading plugins from /run to assist NixOS module ./add-runtime-plugin-path.patch # fix FHS hardcoded paths (substituteAll { src = ./fix-paths.patch; fcmatch = \"${fontconfig}/bin/fc-match\"; }) ]; strictDeps = true;"}
{"_id":"q-en-nixpkgs-fe268a0e79ae14702d0846084bc7c404849e53515b698d59ae5094f78eb53273","text":"cargoRoot = \"src/engine/riti\"; postPatch = '' cp ${./Cargo.lock} ${cargoRoot}/Cargo.lock substituteInPlace CMakeLists.txt --replace \"/usr\" \"$out\" substituteInPlace src/shared/FileSystem.cpp --replace \"/usr\" \"$out\" ''; ''; meta = { isIbusEngine = withIbusSupport;"}
{"_id":"q-en-nixpkgs-fe71833d03f9f58f925eb0cb40f6ee957d0e6d5549522eb7ba4c242927ed03e0","text":"idasen = callPackage ../development/python-modules/idasen { }; icoextract = callPackage ../development/python-modules/icoextract { }; icontract = callPackage ../development/python-modules/icontract { }; identify = callPackage ../development/python-modules/identify { };"}
{"_id":"q-en-nixpkgs-fe7c3e6af921269227de23273916e1f1700857e8434fddc4dd9e5f7880e334b5","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":"q-en-nixpkgs-fe82dc9d544eb1e1ae13ca5a393261c4f0fd604c4d4275330470a71d168dedca","text":"steam-runtime = callPackage ./runtime.nix { }; steam-runtime-wrapped = callPackage ./runtime-wrapped.nix { }; steam = callPackage ./steam.nix { }; steam-chrootenv = callPackage ./chrootenv.nix { }; steam-fonts = callPackage ./fonts.nix { }; steam-chrootenv = callPackage ./chrootenv.nix { steam-runtime-i686 = if pkgs.system == \"x86_64-linux\" then pkgs.pkgsi686Linux.steamPackages.steam-runtime else null; }; }; in self"}
{"_id":"q-en-nixpkgs-fe95cb1d932e8e5a33f06f2301d327622a7328df3f09f067e5d7d72feaddab99","text":"passthru.updateScript = gitUpdater { }; meta = with lib; { meta = { description = \"Fluent design gtk theme\"; homepage = \"https://github.com/vinceliuice/Fluent-gtk-theme\"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = [ maintainers.romildo ]; license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ romildo ]; }; } }) "}
{"_id":"q-en-nixpkgs-fe9906d164fdee54e844a51b70b308a5349bf0b626296e4b316b7e3b249b5688","text":" diff --git a/lib/Echidna/Config.hs b/lib/Echidna/Config.hs index f8d5777..3d761fe 100644 --- a/lib/Echidna/Config.hs +++ b/lib/Echidna/Config.hs @@ -13,8 +13,8 @@ import Control.Monad.State (StateT(..), runStateT) import Control.Monad.Trans (lift) import Data.Bool (bool) import Data.Aeson +import Data.Aeson.KeyMap (keys) import Data.Has (Has(..)) -import Data.HashMap.Strict (keys) import Data.HashSet (fromList, insert, difference) import Data.Maybe (fromMaybe) import Data.Text (isPrefixOf) @@ -23,11 +23,13 @@ import EVM.Types (w256) import qualified Control.Monad.Fail as M (MonadFail(..)) import qualified Data.ByteString as BS +import qualified Data.Aeson.Key as Key +import qualified Data.HashSet as HS import qualified Data.List.NonEmpty as NE import qualified Data.Yaml as Y import Echidna.Test -import Echidna.Types.Campaign +import Echidna.Types.Campaign import Echidna.Mutator.Corpus (defaultMutationConsts) import Echidna.Types.Config (EConfigWithUsage(..), EConfig(..)) import Echidna.Types.Solidity @@ -52,7 +54,7 @@ instance FromJSON EConfigWithUsage where _ -> mempty (c, ks) <- runStateT (parser v') $ fromList [] let found = fromList (keys v') - return $ EConfigWithUsage c (found `difference` ks) (ks `difference` found) + return $ EConfigWithUsage c (HS.map Key.toText $ found `difference` ks) (HS.map Key.toText $ ks `difference` found) -- this parser runs in StateT and comes equipped with the following -- equivalent unary operators: -- x .:? k (Parser) <==> x ..:? k (StateT) "}
{"_id":"q-en-nixpkgs-fea7ed4c940568b20fc2fdc2e4a6b97c2737be8d8cbe6f43ab010ecfe92e3760","text":"environment.etc = { \"NetworkManager/NetworkManager.conf\".source = configFile; # The networkmanager-l2tp plugin expects /etc/ipsec.secrets to include /etc/ipsec.d/ipsec.nm-l2tp.secrets; # see https://github.com/NixOS/nixpkgs/issues/64965 \"ipsec.secrets\".text = '' include ipsec.d/ipsec.nm-l2tp.secrets ''; } // builtins.listToAttrs (map (pkg: nameValuePair \"NetworkManager/${pkg.networkManagerPlugin}\" {"}
{"_id":"q-en-nixpkgs-feced1a553b99666325feeb59af7ed5f463ae43439c7739fc4c9e4b72d68671b","text":"btrfs = callPackage ../development/python-modules/btrfs { }; btrfsutil = toPythonModule (pkgs.btrfs-progs.override { python3 = self.python; }); btrfsutil = callPackage ../development/python-modules/btrfsutil { }; btsocket = callPackage ../development/python-modules/btsocket { };"}
{"_id":"q-en-nixpkgs-feecf22ea3a7a95a98d86f7767ed304325369e3e76178a5c9004047285edb2d7","text":" { buildPythonPackage, fetchPypi, lib, pyudev, }: buildPythonPackage rec { pname = \"usb-monitor\"; version = \"1.21\"; src = fetchPypi { inherit version; pname = \"usb_monitor\"; hash = \"sha256-M+BUmbNxQWcULFECexTnp55EZiJ6y3bYCEtSwqKldAk=\"; }; dependencies = [ pyudev ]; # has no tests doCheck = false; pythonImportsCheck = [ \"usbmonitor\" ]; meta = { description = \"Cross-platform library for USB device monitoring\"; homepage = \"https://github.com/Eric-Canas/USBMonitor\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sifmelcara ]; platforms = lib.platforms.linux; }; } "}
{"_id":"q-en-nixpkgs-ff077f45d2f7e07bf478017f4f0f0c719a284001168451b4c0b8ad7c5d0beb5a","text":"for program in $out/bin/*; do wrapProgram $program ''${qtWrapperArgs[@]} ''${gappsWrapperArgs[@]} --prefix PYTHONPATH : $PYTHONPATH --prefix PATH : ${poppler_utils.out}/bin done"}
{"_id":"q-en-nixpkgs-ff16a15bc654843131fe9b00777997ea94d8f639d86f1973b624f7a5c4598988","text":"github = \"wunderbrick\"; githubId = 52174714; }; wyndon = { email = \"72203260+wyndon@users.noreply.github.com\"; matrix = \"@wyndon:envs.net\"; github = \"wyndon\"; githubId = 72203260; name = \"wyndon\"; }; wyvie = { email = \"elijahrum@gmail.com\"; github = \"wyvie\";"}
{"_id":"q-en-nixpkgs-ff209ad6e16d22c9e372afc9a0dbc2189d2be5dcafb3caebca447a376842f2b1","text":"sub getActiveUnits { # FIXME: use D-Bus or whatever to query this, since parsing the # output of list-units is likely to break. my $lines = `LANG= systemctl list-units --full --no-legend`; # Use current version of systemctl binary before daemon is reexeced. my $lines = `LANG= /run/current-system/sw/bin/systemctl list-units --full --no-legend`; my $res = {}; foreach my $line (split 'n', $lines) { chomp $line;"}
{"_id":"q-en-nixpkgs-ff3758c44cb104f2c658f2bdcc6a4bcaa2e447fbc54c2babc5869ea017ea3c5f","text":" { lib , rustPlatform , fetchFromGitHub , stdenv , darwin }: rustPlatform.buildRustPackage rec { pname = \"gdrive\"; version = \"3.9.0\"; src = fetchFromGitHub { owner = \"glotlabs\"; repo = \"gdrive\"; rev = version; hash = \"sha256-vWd1sto89U2ZJWZZebPjrbMyBjZMs9buoPEPKocDVnY=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"google-apis-common-5.0.2\" = \"sha256-E4ON66waUzp4qqpVWTFBD0+M2V80YlYmsewEYZygTuE=\"; }; }; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = with lib; { description = \"Google Drive CLI Client\"; homepage = \"https://github.com/glotlabs/gdrive\"; changelog = \"https://github.com/glotlabs/gdrive/releases/tag/${src.rev}\"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; } "}
{"_id":"q-en-nixpkgs-ff49b42f14252156e01238b4a3b88c0c55d1d1a58c331891bfd89d82ed633758","text":"# This file is read for all shells. # Only execute this file once per shell. # But don't clobber the environment of interactive non-login children! if [ -n \"$__ETC_ZSHENV_SOURCED\" ]; then return; fi export __ETC_ZSHENV_SOURCED=1 __ETC_ZSHENV_SOURCED=1 if [ -z \"$__NIXOS_SET_ENVIRONMENT_DONE\" ]; then . ${config.system.build.setEnvironment}"}
{"_id":"q-en-nixpkgs-ff4eaaa1a03552dd26e4bacf8de933a94004971aa8c28a99c441ed205d40ee7c","text":"idea-community = buildIdea rec { name = \"idea-community-${version}\"; version = \"2019.3.4\"; /* updated by script */ version = \"2020.1\"; /* updated by script */ description = \"Integrated Development Environment (IDE) by Jetbrains, community edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz\"; sha256 = \"1kspj5a9z6smcgrfxdylvc0y53s7y6jv7ckfhmbkvplmrj0h0wd7\"; /* updated by script */ sha256 = \"1rgqr7fn1sy0zbkfmrw3ll8jps345br3y4aqhynyr48mxiwi4c7s\"; /* updated by script */ }; wmClass = \"jetbrains-idea-ce\"; update-channel = \"IntelliJ IDEA RELEASE\";"}
{"_id":"q-en-nixpkgs-ff697d4e46056ad4b1b0624a7918e4a310e405ca7a0ea49fdbb9db1dd282da5d","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":"q-en-nixpkgs-ff75b8a3824bd8b76511468fa4d716a395d617c365cef4ccdc85d04d7e70aaaa","text":"\"-o\", \"kernel_cache,entry_timeout=60,attr_timeout=60,splice_write,splice_move\", (char *)flatpak_file_get_path_cached (self->app_dir), diff --git a/src/builder-git.c b/src/builder-git.c index ef517adb..6ab095f0 100644 --- a/src/builder-git.c +++ b/src/builder-git.c @@ -44,7 +44,7 @@ git (GFile *dir,"}
{"_id":"q-en-nixpkgs-ffca3446aaa3c2b4587b90406ebe6feb21e5b280faa0207f98f48e030599a709","text":"inherit version; src = fetchFromGitHub { name = \"ImHex-source-${version}\"; fetchSubmodules = true; owner = \"WerWolv\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-8Ehpk0TjE4itQ7D9Nx74plYwABVufuYmxfxyuSqak1c=\"; repo = \"ImHex\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-8vhOOHfg4D9B9yYgnGZBpcjAjuL4M4oHHax9ad5PJtA=\"; }; nativeBuildInputs = [ cmake llvm python3 perl pkg-config rsync ]; nativeBuildInputs = [ autoPatchelfHook cmake llvm python3 perl pkg-config rsync ]; buildInputs = [ capstone"}
{"_id":"q-en-nixpkgs-ffe3364ce0bc09b32d0f511ac617c3f298d5c264b10653f27cfcff07d2564154","text":"stdenv.mkDerivation rec { pname = \"nct6687d\"; version = \"0-unstable-2024-02-23\"; version = \"0-unstable-2024-09-02\"; src = fetchFromGitHub { owner = \"Fred78290\"; repo = \"nct6687d\"; rev = \"0ee35ed9541bde22fe219305d1647b51ed010c5e\"; hash = \"sha256-g81U+ngnsOslBDCQP51uDDyHPpCv9T/j+KmFUAQfz/M=\"; rev = \"f45b72a6ca335e20f8a2df5ee5d4e130916150d0\"; hash = \"sha256-2sAL6aXUafmm2DKIhqEoTSPZVmzu/lnTkpPznJndX3o=\"; }; setSourceRoot = ''"}