about summary refs log tree commit diff
path: root/pkgs/tools/misc/exa
AgeCommit message (Collapse)AuthorFilesLines
2022-09-14exa: add gitSupport input parameter...janabhumi1-2/+15
for a more convenient way to configure the package.
2022-06-02exa: fix build with rustc 1.61K9001-0/+4
2021-09-07exa: re-enable documentation build on aarch64-darwinPavol Rusnak1-8/+3
ghc builds now on aarch64-darwin Revert "exa: fix on aarch64-darwin (#133660)" This reverts commit 6adca8026c26d49de0c07a239642c33df58376a8.
2021-08-15exa: fix on aarch64-darwin (#133660)Jörg Thalheim1-3/+8
2021-04-13exa: 0.10.0 -> 0.10.1fortuneteller2k2-4/+21
2021-04-04exa: unstable-2021-01-14 -> 0.10.0fortuneteller2k1-5/+5
2021-03-04exa: remove perl dependencyDaniël de Kok1-2/+2
The perl dependency does not seem to be necessary (anymore?).
2021-02-28exa: 0.9.0 -> unstable-2021-01-14fortuneteller2k1-23/+14
2021-02-12exa: remove darwin from inputSandro Jäckel1-4/+2
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-07exa: remove maintainerzowoq1-1/+1
2020-06-08exa: add maintainerzowoq1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-15exa: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-12-15exa: apply patch to not panic on broken symlinksFlorian Klink1-1/+10
Currently, exa fails when being executed in a git repository with symlinks pointing to a non-existing location. This can happen quite often with garbage-collected result links, or in bazel repositories. A fix was PR'ed in September at https://github.com/ogham/exa/pull/584, but upstream seems to be not responding. Let's apply this patch until there's a release containing the fixes.
2019-09-08exa: adopt installShellFilesLily Ballard1-13/+9
Also declare a separate "man" output.
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-07-14exa: 0.8.0 -> 0.9.0Lily Ballard1-4/+4
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
2018-05-13exa: install man page and shell completionsJohannes Frankenau1-0/+14
2018-03-01exa: fix build on darwinVincent Laporte1-2/+7
2017-12-07treewide: checkMeta fixes for x86_64-linuxVladimír Čunát1-1/+1
2017-10-23rust: update cargo builder to fetch registry dynamicallyKevin Cox1-1/+1
The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
2017-10-03exa: 0.7.0 -> 0.8.0dywedir1-31/+5
2017-07-07exa: 0.6.0 -> 0.7.0Jörg Thalheim1-3/+3
2017-06-13exa: 2017-04-02 -> 0.6.0Robin Stumm1-17/+14
2017-04-04exa: unstable-2016-04-20 -> unstable-2017-04-02 (unbrick)Jörg Thalheim1-11/+37
cc @ehegnes
2016-11-16exa: mark as brokenTadas Barzdzius1-0/+1
2016-09-20rustRegistry: 2016-08-23 -> 2016-09-20Moritz Ulrich1-0/+2
2016-08-25exa: fix depshashStefan Junker1-1/+1
2016-07-26exa: Update dependencies.Kevin Cox1-1/+1
2016-06-15rust: Refactoring of rust and cargo packagesDavid Craven1-1/+1
2016-04-20exa: 2016-04-11 -> 2016-04-20Tadas Barzdzius1-3/+3
2016-04-13exa: 2016-03-22 -> 2016-04-11Tadas Barzdzius1-4/+4
2016-03-22exa: 2016-02-15 -> 2016-03-22Jakob Gillich1-4/+4
2016-02-16exa: init at git 2016-02-15Eric Hegnes1-0/+38