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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Robin Gloster
|
08d5fc3934
|
monkeysphere: *Flags are lists
|
2019-12-30 12:16:17 +01:00 |
|
Renaud
|
e43420ea92
|
monkeysphere: restrict to linux platforms
On Hydra, Darwin build is failing since v0.42
cc @primeos
|
2019-10-22 11:01:29 +02:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Michael Weiss
|
ea7052b17f
|
monkeysphere: 0.43 -> 0.44
|
2019-05-20 21:56:45 +02:00 |
|
R. RyanTM
|
719b7dcfb1
|
monkeysphere: 0.42 -> 0.43
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/monkeysphere/versions
|
2019-01-28 00:00:02 -08:00 |
|
Jan Tojnar
|
ef935fa101
|
Merge branch 'master' into staging
|
2018-12-24 15:02:29 +01:00 |
|
Michael Weiss
|
ca0c253a80
|
monkeysphere: Patch OpenSSH to run the tests in the sandbox
|
2018-12-20 16:50:20 +01:00 |
|
volth
|
bb9557eb7c
|
lib.makePerlPath -> perlPackages.makePerlPath
|
2018-12-15 03:50:31 +00:00 |
|
Michael Weiss
|
bdb007ddce
|
monkeysphere: Update the comment why the tests don't run
|
2018-11-30 21:33:30 +01:00 |
|
Michael Weiss
|
58a36edd20
|
monkeysphere: Replace a hardcoded path and fix more tests
|
2018-10-19 10:31:49 +02:00 |
|
Michael Weiss
|
3759341420
|
monkeysphere: 0.41 -> 0.42
|
2018-10-17 19:59:52 +02:00 |
|
Michael Weiss
|
6d81d8254c
|
monkeysphere: Correctly wrap the keytrans aliases (subcommands)
|
2018-09-07 15:20:50 +02:00 |
|
Michael Weiss
|
52d3fc4780
|
monkeysphere: Wrap all relevant programs
|
2018-09-07 12:24:41 +02:00 |
|
Michael Weiss
|
656b59e3db
|
monkeysphere: 0.37 -> 0.41
TODO(WIP): This needs more testing and a module.
|
2018-09-06 15:13:13 +02:00 |
|
Sebastian Conybeare
|
8c5da2713c
|
monkeysphere: wrap the monkeysphere executable with the necessary crypto libraries for ssh-proxycommand
|
2018-02-23 09:41:44 -06:00 |
|
Arseniy Seroka
|
b6160fa736
|
monkeysphere: fix description
|
2015-08-01 13:28:41 +03:00 |
|
Fabian Kirchner
|
b80df37494
|
Add monkeysphere package
|
2015-08-01 12:01:32 +02:00 |
|