Commit Graph
23 Commits
Author SHA1 Message Date
Manuel Mendez a1e13f6140 go: stop setting GOPATH
The compiler does not need it anymore, has not needed it for many years
iirc. This just goes in and pollutes the environment overriding the
users GOPATH and causing grief.

Go even warns about it itself, without vs with this commit:

```sh
~> go env GOPATH
/home/manny/go
~> nix-shell -p go
~> go env GOPATH
warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect
/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go
~> exit
~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go
~> go env GOPATH
/home/manny/go
~> exit
```
2020-05-13 23:53:30 +01:00
Manuel Mendez 2f5dad23f8 j2cli: skip checkPhase
There are no tests in the installed package so nothing to test.
2020-04-06 12:02:25 -07:00
Manuel Mendez 78309be0f3 maintainers: update mmlb email 2020-03-14 03:36:01 +00:00
Manuel Mendez fc5ba3109c maintainers: format with nixfmt
Vim cleaned up white space issues on its own from a hook so I decided to
take a look after running through nixfmt. The end result looks pretty
good to me, very minimal changes where everyting but the top-level
comment seems good to keep. I decided to keep the top-level comment
anyway so that future nixfmts would be minimal.
2020-03-14 03:36:01 +00:00
Manuel Mendez b840977407 neovim: Drop jemalloc
See https://github.com/neovim/neovim/pull/9526.
2019-12-25 23:49:21 +01:00
Manuel Mendez e4e7f3a808 alacritty: Add -e to tic call following INSTALL.md 2019-12-23 14:19:20 -05:00
Manuel Mendez 170caa4506 flent: 1.2.2 -> 1.3.0 2019-08-08 09:03:41 -04:00
Manuel Mendez a48c4843cd flent: use wrapQtAppsHook 2019-08-08 08:57:04 -04:00
Manuel Mendez a88232c31a flent: use fetchPypi 2019-08-08 08:51:44 -04:00
Manuel Mendez 1ba444e400 flent: run through nixfmt 2019-08-08 08:45:52 -04:00
Manuel Mendez a02dfde074 pythonPackages.packet-python: enable tests 2019-06-04 12:31:26 -04:00
Manuel Mendez 70a6962d06 pythonPackages.packet-python: 1.37.1 -> 1.38.2 2019-06-04 12:31:21 -04:00
Manuel Mendez c9d1a0d252 gitAndTools.gitstatus: init at unstable-2019-05-06 2019-05-28 11:57:09 -04:00
Manuel Mendez 09c04c7d35 pythonPackages.faker: fix build and update test deps
Not sure why, but the `__pycache__` folder no longer exists by the time
`postPatch` runs which now causes the `rm` to error and fail the build.
2019-05-07 21:34:55 -04:00
Manuel Mendez 3bdd1156b8 iperf2: enable fastsampling config option
From ./configure --help

  --enable-fastsampling   enable support for 100 microsecond report intervals
2019-01-30 08:39:46 -05:00
Manuel Mendez b99cc81d49 iperf2: 2.0.12 -> 2.0.13 2019-01-30 08:30:39 -05:00
Manuel Mendez 09ade5d281 pythonPackages.dpath: init at 1.4.2 2018-10-24 12:15:27 -04:00
Manuel Mendez 123e3a7e9d pythonPackages.pylama: 7.4.3 -> 7.5.5 2018-10-13 12:44:59 +02:00
Manuel Mendez 80651cff84 pythonPackages.eradicate: init at 0.2.1 2018-10-13 12:44:59 +02:00
Manuel Mendez 1d424ba169 hack-font: 3.002 -> 3.003 (#40627) 2018-05-17 13:33:27 +02:00
Manuel Mendez b14f809bb1 flent: init at 1.2.2 2018-05-14 12:46:33 -04:00
Manuel Mendez f245f537a8 netperf: cleanup
* netperf: fix build

* maintainers: add myself

* netperf: add myself as maintainer

* netperf: update to current git master to get bugfixes

* netperf: enable-demo mode

* fixup! netperf: fix build

* fixup! netperf: update to current git master to get bugfixes
2018-05-12 11:51:28 -05:00
Manuel Mendez 444d43de3f twine: update 1.9.1 -> 1.11.0 2018-05-09 00:40:32 -04:00