summary refs log tree commit diff
path: root/pkgs/development/tools/misc
Commit message (Collapse)AuthorAge
* luaPackages: updateMatthieu Coudron2021-10-18
| | | | | | | | | | | | | - luarocks-nix: bumped to pass args too, `package_X = callPackage ...`. It allows to remove the annoying `with self`. This new version disables tests (because broken) and now emits derivation with a callPackage in front. - replaced X.override with lib.overrideLuarocks, it should be used whenever buildInputs/extraVariables is changed since it impacts the generated luarocks config. Once structured attributes are in, it will be easier to have the luarocks config generated by a hook and we probably will be able to replace all overrideLuarocks by overrideAttrs.
* luaPackages.luarocks-3_7: init so that the reverted update can be accessed ↵Michael Raskin2021-10-16
| | | | if desired
* Revert "luarocks: 3.2.1 -> 3.7.0"Michael Raskin2021-10-16
| | | | | | | | This reverts commit eec90bc9d5d6866517ba851c2e798e70286080b4. See discussion in: https://github.com/NixOS/nixpkgs/pull/141718 https://github.com/NixOS/nixpkgs/pull/80528
* Merge pull request #141874 from amesgen/macdylibbundler-1.0.0Sandro2021-10-16
|\
| * macdylibbundler: 20180825 -> 1.0.0amesgen2021-10-16
| |
* | texlab: 3.2.0 → 3.3.0Kira Bruneau2021-10-16
|/
* luarocks: 3.2.1 -> 3.7.0Aman Verma2021-10-15
|
* Drop myself from meta.maintainers for most packages.Peter Simons2021-10-14
| | | | | I'd like to reduce the number of Github notifications and review requests I receive.
* dfu-util: 0.10 -> 0.11polygon2021-10-13
|
* Merge pull request #135953 from r-ryantm/auto-update/blackfireArtturi2021-10-11
|\
| * blackfire: 1.46.0 -> 1.49.4R. RyanTM2021-08-27
| |
* | coreboot-toolchain: minor cleanupSandro2021-10-11
| |
* | dejagnu: 1.6.2 -> 1.6.3 (#141206)Sergei Trofimovich2021-10-11
| | | | | | | | | | * dejagnu: 1.6.2 -> 1.6.3 Move to out-of-tree build to avoid testsuite failure.
* | coreboot-toolchain: Use sources.nix generated by update.shFelix Singer2021-10-10
| | | | | | | | | | | | | | Use sources.nix for all source files (except coreboot) generated by update.sh. Signed-off-by: Felix Singer <felixsinger@posteo.net>
* | coreboot-toolchain: Introduce script for generating sources fileFelix Singer2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Add and adjust update script from https://git.petabyte.dev/petabyteboy/corenix. The script is meant to be run from the package directory of the coreboot-toolchain. The script generates a sources.nix files, which contains all sources used for the coreboot toolchain and some other tools. Thus, it needs to be stripped down to the necessary sources. Signed-off-by: Felix Singer <felixsinger@posteo.net>
* | coreboot-toolchain: Use git repository as sourceFelix Singer2021-10-09
| | | | | | | | Signed-off-by: Felix Singer <felixsinger@posteo.net>
* | coreboot-toolchain: Set pname instead of nameFelix Singer2021-10-08
| | | | | | | | | | | | | | Set `pname` instead of `name` since `name` is derived from `${pname}-${version}`. Signed-off-by: Felix Singer <felixsinger@posteo.net>
* | arcanist: Update certs to fix letsencryptNeubauer, Sebastian2021-10-06
| | | | | | | | | | | | | | | | Due to the old root certificate used by letsencrypt expiring, arcanist could not connect anymore to servers using letsencrypt (like reviews.llvm.org). Fix it by using the default nix certificates.
* | Merge master into staging-nextgithub-actions[bot]2021-10-04
|\ \
| * \ Merge pull request #136610 from jlesquembre/polylithBobby Rong2021-10-04
| |\ \ | | | | | | | | polylith: 0.1.0-alpha9 -> 0.2.12-alpha
| | * | polylith: 0.1.0-alpha9 -> 0.2.12-alphaJosé Luis Lafuente2021-09-03
| | | | | | | | | | | | | | | | | | | | | | | | Use jdk instead of jre (jre is an alias for jdk since java9) Split installPhase to make it more readable
* | | | Merge master into staging-nextgithub-actions[bot]2021-10-03
|\| | |
| * | | Merge pull request #135072 from r-ryantm/auto-update/circleci-cliBobby Rong2021-10-03
| |\ \ \ | | | | | | | | | | circleci-cli: 0.1.15824 -> 0.1.15848
| | * | | circleci-cli: 0.1.15824 -> 0.1.15848R. RyanTM2021-08-21
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-10-03
|\| | | |
| * | | | clojure-lsp: remove "-H:CheckToolchain" on macOSThiago Kenji Okada2021-10-02
| | | | |
| * | | | clojure-lsp: reduce closure sizeThiago Kenji Okada2021-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: ``` $ nix path-info -S ./result -h /nix/store/z8802pkmg77wq10kz851fvrjib0pm75f-clojure-lsp-2021.09.30-15.28.01 2.0G ``` After: ``` $ nix path-info -S ./result -h /nix/store/1q6r7z9ga2hnar1gj5gbd6s0b3h5xhp8-clojure-lsp-2021.09.30-15.28.01 154.4M ```
* | | | | Merge master into staging-nextgithub-actions[bot]2021-10-01
|\| | | |
| * | | | clojure-lsp: 2021.09.13-22.25.35 -> 2021.09.30-15.28.01R. RyanTM2021-10-01
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-09-30
|\| | | |
| * | | | Merge pull request #128592 from felixsinger/pkgs/add-coreboot-toolchainLassulus2021-09-30
| |\ \ \ \ | | | | | | | | | | | | coreboot-toolchain: Init at 4.14
| | * | | | coreboot-toolchain: Init at 4.14Felix Singer2021-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Singer <felixsinger@posteo.net>
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-09-30
|\| | | | |
| * | | | | saleae-logic-2: add desktop itemAlex Martens2021-09-29
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-09-29
|\| | | | |
| * | | | | Merge pull request #138906 from r-ryantm/auto-update/terraformerMario Rodas2021-09-29
| |\ \ \ \ \ | | | | | | | | | | | | | | terraformer: 0.8.16 -> 0.8.17
| | * | | | | terraformer: 0.8.16 -> 0.8.17R. RyanTM2021-09-22
| | | | | | |
* | | | | | | Merge master into staging-nextgithub-actions[bot]2021-09-29
|\| | | | | |
| * | | | | | ccache: 4.4.1 → 4.4.2Kira Bruneau2021-09-28
| | | | | | |
* | | | | | | Merge master into staging-nextgithub-actions[bot]2021-09-27
|\| | | | | |
| * | | | | | bashdb: 4.4-1.0.0 -> 5.0-1.1.2, fix build with bash 5.1Ryan Burns2021-09-27
| | | | | | |
| * | | | | | texinfo6_8: init at 6.8 (without switching default)Sergei Trofimovich2021-09-26
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | (forward-picked from commit 1165533fc3f52809ff, partially) The point is to work around issue #139470: fetchurl on Hydra.
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-09-24
|\| | | | |
| * | | | | Merge branch 'master' into staging-nextRyan Burns2021-09-23
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #139045 from r-ryantm/auto-update/inotify-toolsSandro2021-09-23
| | |\ \ \ \ \
| | | * | | | | inotify-tools: 3.20.11.0 -> 3.21.9.5R. RyanTM2021-09-23
| | | |/ / / /
* | | | | | | Merge staging-next into staginggithub-actions[bot]2021-09-23
|\| | | | | |
| * | | | | | Merge master into staging-nextgithub-actions[bot]2021-09-23
| |\| | | | |
| | * | | | | Merge pull request #136489 from ehmry/nimPackagesGuillaume Girol2021-09-22
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | nimpackages / buildNimPackage
| | | * | | | nimlsp: convert to buildNimPackageEmery Hemingway2021-09-05
| | | | | | |