summary refs log tree commit diff
path: root/pkgs/tools/networking/bully
AgeCommit message (Collapse)AuthorFilesLines
2023-08-12treewide: remove unneeded dots and slashes in `sourceRoot`sJan Malakhovski1-1/+1
2023-08-11treewide: noop: refer to `src.name` or similar where appropriate, part 3: ↵Jan Malakhovski1-1/+1
more use cases This continues where d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e left off. Similarly to that commit, this commit this also points `sourceRoot`s to `src.name` and similar instead of keeping hardcoded names, and edits other derivation attrs do do the same, where appropriate. Also, similarly to d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e some of expressions this edits use `srcs` attribute with customly-named sources, so they have to be moved into `let` blocks to keep evaluation efficient (the other, worse, way to do this would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
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-07-02bully: 1.1 -> 1.4-00Peter Hoeg1-15/+14
New maintained upstream.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-10-27bully: 1.0-22 -> 1.1Edward Tjörnhammar1-10/+12
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-07-22bully: new upstreamPeter Hoeg1-1/+1
2015-02-25bully: switch to working Lrs121 mirror + fetchFromGitHubTobias Geerinckx-Rice1-6/+8
2014-11-11Fixed many descriptionsPascal Wittmann1-2/+2
2014-01-29bully, a wpa/wpa2 passphrase retriever from wps enabled devicesEdward Tjörnhammar1-0/+28