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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Daniel Schaefer
|
34cd476e09
|
cadaver: Enable readline support
|
2019-11-07 02:29:17 +01:00 |
|
John Ericson
|
db965063b3
|
treewide: Make configureFlags lists
|
2018-08-03 17:06:03 -04:00 |
|
Joachim Fasting
|
db6ae35bd9
|
cadaver: fix build against newer versions of openssl
Apply patch from Arch Linux.
See https://hydra.nixos.org/build/33258957/nixlog/1/raw
|
2016-03-24 19:05:14 +01:00 |
|
Michael Raskin
|
a32e534262
|
SSL support for cadaver DAV client
|
2014-10-18 21:47:49 +04:00 |
|
Luca Bruno
|
ba2da1fa6c
|
cadaver: mark as unsupported on darwin
|
2014-08-09 12:29:26 +02:00 |
|
Ian-Woo Kim
|
676daf6529
|
cadaver: change to platform.unix and specify licence (gpl2)
|
2014-07-31 13:51:31 +02:00 |
|
Ian-Woo Kim
|
ea43305368
|
added cadaver: a command-line WebDAV client for Unix
|
2014-07-30 16:55:44 +02:00 |
|