about summary refs log tree commit diff
path: root/pkgs/servers/wsdd
AgeCommit message (Collapse)AuthorFilesLines
2021-12-05wsdd: 0.6.4 -> 0.7.0R. Ryantm1-2/+2
2021-09-26wsdd: 0.6.2 -> 0.6.4Izorkin2-9/+19
2021-01-20treewide: editorconfig fixeszowoq1-4/+4
- remove trailing whitespace - use spaces for indentation
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-12-31wsdd: fix send messages using correct socketIzorkin1-1/+10
2020-11-23nixos/tests/samba-wsdd: add check WSD DiscoveryIzorkin1-1/+5
2020-11-22wsdd: init at 0.6.2Izorkin1-0/+30