summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* meson: add Rust cross supportAlyssa Ross2022-03-22
| | | | | | | | | | | | | | | | | | | We don't currently have any software in Nixpkgs that uses Meson's Rust support that I could find (rather than just shelling out to Cargo from Meson), but it's easy to test this works regardless, e.g. with the following which uses Meson's built-in template for a Rust project. stdenv.mkDerivation { name = "rust-test"; unpackPhase = '' mkdir src cd src meson init -l rust ''; nativeBuildInputs = [ meson ninja rustc ]; }
* meson: pull cross-file logic out of stdenvAlyssa Ross2022-03-22
| | | | | | | Since Meson isn't part of stdenv, it doesn't really make sense for stdenv to handle mesonFlags. And putting it in stdenv imposes some limitations — we can't depend on e.g. rust.toRustTargetSpec, which we'll need to introduce Rust support in the cross file.
* openssl: stop static binaries referencing libsAlyssa Ross2022-03-22
| | | | | | | | | | | | Previously, the "out" output of openssl would contain would contain a couple of tiny libraries in etc/, and the big OpenSSL libraries in lib/. This bloated closures when building things against OpenSSL with pkgsStatic. To fix this, introduce a lib output, so only the config files are left in out. Additionally, we have to disable support for dynamic engines in static builds to avoid a reference to the engines directory in $lib. I don't think it's likely that this would ever have worked anyway.
* WIPAlyssa Ross2022-03-22
|
* openpam: 20170430 -> 20190224Alyssa Ross2022-03-22
|
* php74Extensions.blackfire: 1.74.0 -> 1.75.0R. Ryantm2022-03-21
|
* ocamlPackages.gapi_ocaml: 0.4.1 -> 0.4.2R. Ryantm2022-03-21
|
* Merge pull request #165056 from ↵Fabian Affolter2022-03-21
|\ | | | | | | | | r-ryantm/auto-update/python3.10-youtube-search-python python310Packages.youtube-search-python: 1.6.2 -> 1.6.3
| * python3Packages.youtube-search-python: add formatFabian Affolter2022-03-21
| |
| * python310Packages.youtube-search-python: 1.6.2 -> 1.6.3R. Ryantm2022-03-21
| |
* | Merge pull request #164954 from fabaff/myfitnesspal-cliFabian Affolter2022-03-21
|\ \ | | | | | | python3Packages.myfitnesspal: add toPythonApplication
| * | python3Packages.myfitnesspal: add toPythonApplicationFabian Affolter2022-03-20
| | |
* | | Merge pull request #165024 from fabaff/bump-slixmppFabian Affolter2022-03-21
|\ \ \ | | | | | | | | python3Packages.slixmpp: 1.8.0.1 -> 1.8.1
| * | | python3Packages.slixmpp: 1.8.0.1 -> 1.8.1Fabian Affolter2022-03-20
| | | |
* | | | Merge pull request #164917 from r-ryantm/auto-update/skaffoldRyan Mulligan2022-03-20
|\ \ \ \ | | | | | | | | | | skaffold: 1.36.0 -> 1.37.0
| * | | | skaffold: 1.36.0 -> 1.37.0R. Ryantm2022-03-20
| | |_|/ | |/| |
* | | | Merge pull request #165033 from fabaff/bump-aioridwellMartin Weinelt2022-03-21
|\ \ \ \
| * | | | python3Packages.aioridwell: 2021.12.2 -> 2022.03.0Fabian Affolter2022-03-20
| | |/ / | |/| |
* | | | python3Packages.pyaussiebb: 0.0.13 -> 0.0.14Fabian Affolter2022-03-21
| | | |
* | | | allure: init at 2.17.3happysalada2022-03-20
| | | |
* | | | wrangler: 1.19.8 -> 1.19.9R. Ryantm2022-03-20
| | | |
* | | | Merge pull request #164968 from r-ryantm/auto-update/python3.10-invokeFabian Affolter2022-03-20
|\ \ \ \ | | | | | | | | | | python310Packages.invoke: 1.6.0 -> 1.7.0
| * | | | python3Packages.invoke: remove whitespacesFabian Affolter2022-03-20
| | | | |
| * | | | python3Packages.invoke: update meta, add pythonImportsCheckFabian Affolter2022-03-20
| | | | |
| * | | | python310Packages.invoke: 1.6.0 -> 1.7.0R. Ryantm2022-03-20
| | |/ / | |/| |
* | | | rover: init at 0.4.8ivanbrennan2022-03-20
| | | | | | | | | | | | | | | | Add Rover CLI for managing and maintaining graphs with Apollo Studio.
* | | | python310Packages.elementpath: 2.4.0 -> 2.5.0R. Ryantm2022-03-20
| | | |
* | | | Merge pull request #165008 from SuperSandro2000/yq-goSandro2022-03-20
|\ \ \ \
| * | | | yq-go: 4.22.1 -> 4.23.1Sandro Jäckel2022-03-20
| | | | |
* | | | | Merge pull request #163210 from dali99/update_hydrus2Sandro2022-03-20
|\ \ \ \ \
| * | | | | python3Packages.mkdocs-material: init at 8.2.5Daniel Olsen2022-03-19
| | | | | |
* | | | | | Merge pull request #164305 from ↵Robert Hensing2022-03-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | hercules-ci/haskellPackages-shellFor-extraDependencies haskellPackages.shellFor: Add extraDependencies
| * | | | | | haskellPackages.shellFor: Add extraDependenciesRobert Hensing2022-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An example use case is when you have Haskell scripts that use libraries that don't occur in your packages' dependencies.
* | | | | | | python3Packages.hahomematic: 0.37.7 -> 0.38.2Fabian Affolter2022-03-20
| | | | | | |
* | | | | | | python3Packages.azure-core: disable test failing on some darwin systemsMalo Bourgon2022-03-20
| | | | | | |
* | | | | | | Merge pull request #164991 from r-ryantm/auto-update/python3.10-limnoriaFabian Affolter2022-03-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python310Packages.limnoria: 2022.2.3 -> 2022.3.17
| * | | | | | | python310Packages.limnoria: 2022.2.3 -> 2022.3.17R. Ryantm2022-03-20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #164946 from fabaff/bump-tfsecFabian Affolter2022-03-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3Packages.qiling: 1.4.1 -> 1.4.2
| * | | | | | | python3Packages.qiling: 1.4.1 -> 1.4.2Fabian Affolter2022-03-20
| | | | | | | |
* | | | | | | | Merge pull request #103733 from JJJollyjim/term-testsSandro2022-03-20
|\ \ \ \ \ \ \ \
| * | | | | | | | vte: add tested vte-based terminals to passthru.testsJamie McClymont2022-03-20
| | | | | | | | |
* | | | | | | | | python3Packages.qiling: add missing pyyaml depJonathan Ringer2022-03-20
| | | | | | | | |
* | | | | | | | | Merge pull request #164989 from ↵Fabian Affolter2022-03-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.discogs-client python310Packages.discogs-client: 2.3.13 -> 2.3.14
| * | | | | | | | | python310Packages.discogs-client: 2.3.13 -> 2.3.14R. Ryantm2022-03-20
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #164709 from FedX-sudo/masterPascal Bach2022-03-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | quickemu 3.12 -> 3.14
| * | | | | | | | | quickemu 3.11 -> 3.14fedx-sudo2022-03-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #164867 from r-ryantm/auto-update/ktlintRyan Mulligan2022-03-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ktlint: 0.44.0 -> 0.45.0
| * | | | | | | | | | ktlint: 0.44.0 -> 0.45.0R. Ryantm2022-03-19
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #164086 from r-ryantm/auto-update/ocrmypdfMario Rodas2022-03-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ocrmypdf: 13.4.0 -> 13.4.1
| * | | | | | | | | | | ocrmypdf: 13.4.0 -> 13.4.1R. Ryantm2022-03-14
| | | | | | | | | | | |