about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools/git-dit
Commit message (Collapse)AuthorAge
* gitAndTools.git-dit: mark as brokenBenjamin Hipple2020-03-12
| | | | | | | | See inline comment; this does not build on Hydra and either requires custom patching or a new release from upstream before it will build. Note that we can still recompute the `cargoSha256` for #79975; the package is broken in the identical way.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | 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.
* treewide: name -> pname (#67513)volth2019-08-31
|
* gitAndTools.git-dit: use openssl 1.0.2Andreas Rammhold2019-07-29
| | | | | There hasn't been a release in almost two years. Some (pinned) dependency doesn't work with a newer openssl yet :/
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | 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.
* Revert "Remove maintainership"Matthias Beyer2019-02-20
| | | | | | | | | | I'm baaaaack! This patch reverts my patch where I removed myself as maintainer because of my traveling. I'm back now and I want to maintain these packages again. This reverts commit ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* gitAndTools.git-dit: Fix darwin buildJosef Kemetmüller2018-05-20
|
* Remove maintainershipMatthias Beyer2018-04-06
| | | | | | | | | | | | | | | With this patch I remove myself as a maintainer for all packages I currently maintain. This is due the fact that I will be basically off the grid from May 2018 until early 2019, as I will be on a trip through north america. I will revert this patch as soon as I'm back, as I plan to continue contributing to nixpkgs then. But as I cannot maintain anything during that time, I'd like to get this patch merged. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch2018-02-12
| | | | Since I’m already at it, this has been bothering me for a while.
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* gitAndTools.git-dit: 0.1.0 -> 0.3.0Matthias Beyer2017-10-15
|
* git-dit: fix evaluationFranz Pletz2017-02-25
| | | | cc @Profpatsch
* git-dit: init at 0.1.0Profpatsch2017-02-25