Piotr Bogdan
d1fad21401
buildGoPackage: use a separator when joining extraSrcPaths together
2018-04-01 17:44:36 +01:00
Jörg Thalheim
aafd5a63ea
buildGoPackage: disable go 1.10 cache
...
This disables annoying error messages that the go cache in /homeless-shelter cannot be created.
2018-02-24 01:57:16 +00:00
Yegor Timoshenko
40702af936
buildGoPackage: fill in meta.homepage
2017-12-20 01:07:14 +00:00
Orivej Desh
0fddfcdd4d
Merge pull request #30350 from alicebob/absdir
...
go: use absolute dir in getGoDirs()
2017-11-11 01:17:23 +00:00
Kamil Chmielewski
d05b21d7c0
goDeps: support fetchFromGiHub to fetch Go libs
...
https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-246252087
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245297782
2017-11-01 01:28:57 +01:00
Harmen
6cae9e7127
go: use absolute dir in getGoDirs()
2017-10-12 15:46:08 +02:00
Orivej Desh
07d2a5b412
go: update nonfatal build error list
2017-09-28 10:28:20 +00:00
Joachim Schiele
f30dd71a38
go-modules/generic: add missing PATHs to GOPATH when using nix-shell ( #26176 )
2017-06-01 20:40:21 +02:00
Jörg Thalheim
2a42b45105
Merge pull request #25103 from Hodapp87/google_cloud_print
...
cloud-print-connector: init at unstable-2017-01-19
2017-05-20 18:23:12 +01:00
Chris Hodapp
cc4f861f82
cloud-print-connector: init at unstable-2017-01-19
...
This adds a fairly basic build for just the binaries for the Google
Cloud Print CUPS connector (gcp-cups-connector), and gcp-connector-util
to set it up in the first place. In the future I would like to
streamline the configuration more and make gcp-cups-connector a
proper NixOS service - as right now it must be run by hand.
2017-04-30 08:54:54 -04:00
snyh
12f52d234e
buildGoPackage: fix preFixup failing
...
The preFixup is always failed if the target package hasn't any
binary output.
2017-04-16 09:19:58 +08:00
Joachim Fasting
4a12a681ef
go builder: use removeReferencesTo
2017-03-29 00:35:01 +02:00
Shea Levy
d6c3e74425
buildGoModule: share the buildFlagsArray with the parallel subprocesses
2017-03-15 11:00:55 -04:00
Vladimír Čunát
e065861a4f
buildGoPackage: reduce the default meta.platforms
...
platforms.all makes no sense as go.meta.platforms is smaller. Discussion:
https://github.com/NixOS/nixpkgs/pull/20923#issuecomment-266763319
2016-12-14 10:26:20 +01:00
zimbatm
cbdc94f2b7
buildGoPackage: remove go version from name ( #21111 )
...
As a user installing the program it's not interesting what go version it
was compiled against. Not more interesting than any other potential
dependencies. It also makes it harder to install or update the package.
2016-12-13 11:35:15 +00:00
Franz Pletz
2d934fdffb
buildGoPackage: introduce extraSrcPaths option
...
This option adds support for including sources from existing gopaths into
the gopath of the package to build.
2016-10-29 05:18:16 +02:00
Kamil Chmielewski
914e0e594c
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Tuomas Tynkkynen
9b63aff395
go: Split output order to match new convention
2016-08-31 13:55:40 +03:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
schneefux
4463f9f3d4
hugo: init at 0.16
...
Closes #16299 .
2016-07-19 11:04:37 +02:00
schneefux
4c17bed84c
minify: init at v2.0.0
2016-07-10 12:06:01 +02:00
Carl Sverre
a12ec263fa
sift: init at 0.8.0
...
sift is a fast and powerful alternative to grep.
https://sift-tool.org
2016-06-25 14:10:34 -07:00
Rahul Gopinath
293d23abb4
elvish: init at 0.1
...
A novel unix shell written in go language.
2016-06-21 00:04:54 -07:00
Aristid Breitkreuz
20a8349d62
Revert "Merge pull request #16172 from zimbatm/influxdb-0.13.0"
...
This reverts commit ed4869452d
, reversing
changes made to 175e20ca5c
.
2016-06-18 22:24:31 +02:00
zimbatm
08770cd242
influxdb: merge deps with the common go-modules
2016-06-12 15:08:44 +01:00
Kamil Chmielewski
76b331ae59
go2nix: 20160307 -> 0.1.0
2016-06-10 12:04:35 +02:00
zimbatm
f870d6aeb6
goBuildPackage: export go
...
This is useful to make sure to use the same version of go in further
derivations.
2016-06-09 16:11:17 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
6f51fdd81c
drive: extracted from goPackges
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
fc88548b5d
go2nix: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
5d3f8fec7c
prometheus-statsd-bridge: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
5fec17a3e2
prometheus-pushgateway: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
28b6e9863c
prometheus-node-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
0f13eab7c8
prometheus-nginx-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
f44b557476
prometheus-mysqld-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
485ad053e0
prometheus-mesos-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
a3cf92fdba
prometheus-collectd-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
fc9bc9eba5
goDeps: support for mercurial repos
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
4bf5a93f2d
prom2json: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
03feac7937
pond: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
4ce39be8ea
caddy: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
06327d22d6
syncthing012: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
abcec97b1e
confd: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
f473582a75
hologram: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
8bfff0f5a6
i3cat: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
3cf803fca7
golant: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
4ddfe1fc40
serfdom: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
6b41b6b908
oauth2_proxy: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
2bee32508c
nsq: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
20a457faf7
gotty: extracted from goPackages
2016-06-09 11:21:30 +02:00