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
zimbatm
df5adbe307
direnv 2.2.1
2014-01-12 17:16:08 +01:00
zimbatm
2f8fc8bb24
direnv 2.2.0
2014-01-11 14:33:27 +00:00
Peter Simons
900786ab37
Fix more evaluation errors on Hydra.
2013-12-11 12:08:19 +01:00
zimbatm
55639c3aeb
Adds a new package: direnv
2013-11-17 19:53:54 +01:00