Commit Graph

23 Commits

Author SHA1 Message Date
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
e600888b7b assh: 2.14.0 -> 2.15.0 2022-10-22 12:18:30 +08:00
Fabian Affolter
85e4c47d2f assh: 2.12.2 -> 2.14.0 2022-06-10 11:31:35 +02:00
superherointj
82841125f5
assh: enable tests 2022-04-12 02:24:55 +02:00
R. Ryantm
716fb1c04e assh: 2.12.1 -> 2.12.2 2022-01-11 01:23:57 +00:00
Austin Butler
b21d7086dc assh: 2.12.0 -> 2.12.1 2022-01-03 13:16:16 -08:00
Fabian Affolter
a97a3078de assh: 2.11.3 -> 2.12.0 2021-10-20 14:58:29 +02:00
zowoq
0a1ab79b9d assh: buildFlagsArray -> ldflags 2021-08-21 18:23:50 +10:00
Fabian Affolter
bbcb912666 assh: set version 2021-03-20 23:20:01 +01:00
R. RyanTM
24e5116a2b assh: 2.11.0 -> 2.11.3 2021-02-18 05:13:50 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
635154a7ac
assh: 2.10.0 -> 2.11.0 (#109724) 2021-01-21 10:08:38 -08: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
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Jonathan Ringer
4d125366a3 assh: 2.7.0 -> 2.10.0, use buildGoModule 2020-07-07 14:38:29 -07:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan
3204061474 assh: 2.6.0 -> 2.7.0
Semi-automatic update; builds on NixOS
2018-02-24 15:47:38 -08:00
Dan Peebles
b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Jörg Thalheim
81569ecd72 assh: add openssh to PATH 2017-09-21 23:03:55 +01:00
Diego Zamboni
334dfc3086 assh: init at 2.6.0
Powerful wrapper around ssh.
2017-09-21 22:23:16 +02:00