Commit graph

54 commits

Author SHA1 Message Date
R. RyanTM 1cea164c3d direnv: 2.27.0 -> 2.28.0 2021-03-13 04:05:50 +00:00
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
Jonas Chevalier 1996ff7d42
direnv: 2.25.1 -> 2.27.0 (#108125) 2021-01-01 08:39:41 -08:00
R. RyanTM 17eeea5f0d direnv: 2.25.0 -> 2.25.1 2020-12-11 15:19:04 +00:00
R. RyanTM 8d6343a407 direnv: 2.24.0 -> 2.25.0 2020-12-04 09:28:03 +00:00
R. RyanTM 377c7b160b
direnv: 2.23.1 -> 2.24.0 (#104109) 2020-11-18 18:59:01 +01:00
zowoq 11c19be426 direnv: workaround hardcoded GOFLAGS 2020-11-18 08:13:34 +10:00
zimbatm ae66cd924c
direnv: 2.23.0 -> 2.23.1 (#101487) 2020-10-23 21:39:29 +02:00
zimbatm 0f5cfbcaf8
direnv: 2.22.0 -> 2.23.0 (#100146) 2020-10-10 14:05:27 +00:00
zimbatm 6592980b19
direnv: 2.21.3 -> 2.22.0 (#97011) 2020-09-03 17:24:46 +02:00
zowoq dc258976b4 direnv: enable checks 2020-08-15 00:45:30 -07:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zimbatm bc3b694a39
direnv: fix missing BASH_PATH (#89165)
This was broken by the switch to go modules (#87932) which doesn't
respect makeFlags.

Fixes #89129
2020-05-29 14:02:49 +00:00
zowoq 3871cee01c
direnv: switch to buildGoModule (#87932) 2020-05-16 10:10:39 +00:00
Christian Kampka 24f30cb73e
direnv: 2.21.2 -> 2.21.3 (#87278) 2020-05-08 16:41:52 +00: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
zimbatm be52945974
direnv: 2.21.1 -> 2.21.2 2020-01-28 20:59:44 +01:00
zimbatm 61c9405d4c
direnv: 2.21.0 -> 2.21.1 2020-01-26 14:23:32 +01:00
zimbatm 55250aae72
direnv: 2.20.1 -> 2.21.0 2020-01-25 16:09:45 +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
Jonathan Ringer 20fa4f63b7 direnv: 2.20.0 -> 2.20.1 2019-06-18 18:21:14 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
zimbatm f88d9c3c96
direnv: 2.19.2 -> 2.20.0 2019-03-31 21:15:16 +02:00
Wael M. Nasreddine 738d4362d1
direnv: 2.19.0 -> 2.19.2 2019-02-14 13:42:31 -08:00
Will Dietz a3585a6ab9 direnv: 2.18.2 -> 2.19.0 2019-01-13 17:35:00 -06:00
Jörg Thalheim 3681fa5456
direnv: make cross-compile on windows 2018-11-24 10:43:47 +00:00
Jörg Thalheim 6d9a35a6de
direnv: 2.17.0 -> 2.18.2 2018-11-24 00:16:01 +00:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Vladyslav Mykhailichenko 696861f9a6 direnv: 2.15.1 -> 2.17.0 2018-06-20 09:11:04 +03:00
zimbatm c5d257df41 direnv: 2.15.0 -> 2.15.1 2018-02-25 11:50:25 +00:00
zimbatm 835d8e5c21 direnv: 2.14.0 -> 2.15.0 2018-02-23 22:42:20 +00:00
zimbatm cac2cdd39b direnv: 2.13.3 -> 2.14.0 2017-12-13 15:33:45 +00:00
zimbatm cc1d7a358f direnv: 2.13.2 -> 2.13.3 2017-11-30 18:14:42 +00:00
zimbatm 6499c311d5 direnv: 2.13.1 -> 2.13.2 2017-11-28 21:52:40 +00:00
Daniel Peebles 416979f3f7 Merge pull request #30150 from copumpkin/no-rpath-nonsense
Get rid of most @rpath nonsense on Darwin
2017-10-08 16:21:27 -04: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
zimbatm 55f5699d42 direnv: 2.12.2 -> 2.13.1 2017-10-06 11:11:49 +01:00
zimbatm f432fdfb31 direnv: fix homepage URL 2017-10-06 11:05:45 +01:00
zimbatm aa60296df6 direnv: 2.10.0 -> 2.12.2 2017-08-14 15:23:47 +01:00
Patrick Callahan 855ae68648
direnv: add fish shell hook for NixOS 2017-05-10 10:15:58 +01:00
zimbatm ec7cdd95a7 direnv: 2.9.0 -> 2.10.0 2016-12-10 17:43:32 +00:00
zimbatm cec48bfa74 direnv: fix path to bash 2016-07-04 12:46:32 +01:00
zimbatm 8346e72a22 direnv: 2.8.0 -> 2.9.0 2016-07-03 16:56:18 +01:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
zimbatm ea7068f44c direnv: 2.7.0 -> 2.8.0 2016-03-27 15:37:07 +01:00
zimbatm 67c9a485b7 direnv: 2.6.0 -> 2.7.0 2015-08-15 22:39:03 +01:00
zimbatm db50ddd9ea direnv: update to v2.6.0 2015-02-21 17:47:39 +00:00
zimbatm a05ae93c66 Update direnv to v2.4.0 2014-07-08 00:20:21 +02:00