Commit Graph

15 Commits

Author SHA1 Message Date
Bruno Bigras
1e45a23642 {anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer
No longer use those packages.
2023-11-08 20:57:22 -03:00
Alyssa Ross
6d2033e2b9 just.setupHook: init
Adapted from the Ninja setup hook.  This will mean that adding just to
nativeBuildInputs is enough to have a package be automatically built
with it, matching make, bmake, ninja, etc.

Currently, we have two packages in Nixpkgs that use just, dogdns and
kabeljau.  kabeljau follows the expected conventions, while dogdns
does not.  I expect there to be more packages using just in future,
following these conventions, because all of the packages in system76's
in-progress COSMIC desktop environment use just, and follow the
conventions.
2023-08-21 17:09:48 +00:00
figsoda
1640e4aea2 dogdns: update Cargo.lock and switch to openssl 3 2023-05-12 13:41:38 -04:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
figsoda
c766d9dd8d dogdns: fix build, add figsoda as a maintainer 2023-01-17 12:12:40 -05:00
Maximilian Bosch
52e277d501
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore 2023-01-15 18:52:27 +01:00
Maximilian Bosch
4e9a5ef3bc
dogdns: install man pages 2022-02-01 20:41:26 +01:00
Maximilian Bosch
de5a223562
dogdns: 0.1.0 -> unstable-2021-10-07
ChangeLog: https://github.com/ogham/dog/compare/v0.1.0...master

Last release happened quite a while ago and there are quite a few useful
changes on `master`.
2022-02-01 20:35:15 +01:00
figsoda
932c6d8861 dogdns: set meta.mainProgram, format 2021-10-21 08:23:42 -04:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Mario Rodas
f4e11121fe dogdns: install completions 2020-11-08 04:20:00 +00:00
Mario Rodas
ae17a85324 dogdns: fix build on darwin 2020-11-08 04:20:00 +00:00
Bruno Bigras
e6fd6ab41e dogdns: init at 0.1.0 2020-11-08 01:27:04 -05:00