Commit graph

19733 commits

Author SHA1 Message Date
Rickard Nilsson
85049c5aad ruby: 2.3.4 -> 2.3.5
Fixes CVE-2017-14033, CVE-2017-0898
2017-09-30 22:43:20 +02:00
Michael Raskin
df812e3487 global: a naoive complete evaluation will fail, make it fail faster
Hopefully the message will make accidental full evaluations of NixPkgs
(and their inevitable failures) easier to notice and debug.

By suggestion from @grahamc (in his IRC gchristensen form)
2017-09-30 14:41:23 +02:00
Peter Hoeg
3fa6afdb35 kgraphviewer: 2.2.0 -> 2.4.2
This also moves it from qt4 to qt5/kf5.
2017-09-30 14:17:55 +08:00
Rok Garbas
80dbfe4afb base16-builder: init
remove base16 as it was abandoned and one of its sucessors is
base17-builder.
2017-09-30 01:01:03 +02:00
Orivej Desh
ccf2c06e38 Merge pull request #29815 from primeos/fetchFromGitHub
fetchFromGitHub: Always add meta.homepage to the derivation
2017-09-29 21:59:42 +00:00
Judson
b62012fe2d kafkacat: init at 1.3.1 2017-09-29 21:12:21 +00:00
Michael Weiss
fe02d8c7b6 fetchFromGitHub: Refactor the code
And remove the tailing slash from "meta.homepage" as suggested by
@orivej (because GitHub doesn't add the final slash).
2017-09-29 17:44:46 +02:00
Michael Weiss
49d64a9d53 fetchFromGitHub: Always add meta.homepage to the derivation
The attribute meta.homepage was only added if "fetchFromGitHub = false"
which might be unexpected. Now, it will be set unconditionally.
2017-09-29 17:32:30 +02:00
Shea Levy
1a1ad1a17d Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs"
This reverts commit c3af1210b4, reversing
changes made to 49f175cd0c.
2017-09-29 09:11:26 -04:00
Tim Steinbach
4f132afa5b Merge pull request #29652 from NeQuissimus/zulu9
zulu: init 9.0.0.15
2017-09-29 09:06:22 -04:00
Orivej Desh
28afacbe98 Merge pull request #29549 from volth/timescaledb-0.4.2
timescaledb: init at 0.5.0
2017-09-29 10:24:16 +00:00
Kranium Gikos Mendoza
864f9a8df5 libwhereami: init at 0.1.1 2017-09-29 10:04:23 +00:00
Jörg Thalheim
5c7995d187 Merge pull request #29883 from siddharthist/tex-gyre
TeX Gyre Math Fonts (OTF)
2017-09-29 10:00:37 +01:00
Jörg Thalheim
af8e6ec71c Merge pull request #29903 from AndrewMorsillo/master
robo3t: added 1.1.1
2017-09-29 08:27:08 +01:00
Orivej Desh
36fecd13e9 Merge pull request #29916 from vyp/fix/guile-xcb
guile-xcb: fix build by building with guile-2.0
2017-09-29 05:28:42 +00:00
xd1le
54dc7807c7 guile-xcb: fix build by building with guile-2.0 2017-09-29 15:13:28 +10:00
Andrew Morsillo
df6b0fbd67 robo3t: added 1.1.1 2017-09-28 21:05:22 -04:00
Orivej Desh
ebe52a7c54 Merge pull request #29755 from dotlambda/routino
routino: init at 3.2
2017-09-28 23:18:16 +00:00
Jörg Thalheim
5baf3b40a8 Merge pull request #29898 from vbgl/clp-1.16.11
clp: init at 1.16.11
2017-09-28 23:19:41 +01:00
Shea Levy
c3af1210b4 Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs 2017-09-28 18:10:50 -04:00
Franz Pletz
df86f19968
virt-what: init at 1.18 2017-09-29 00:07:37 +02:00
Charles Strahan
b93ba5dcd7
envoy: fix by reviving bazel 0.4
/cc #28643
2017-09-28 16:51:32 -04:00
Vladimír Čunát
d5bf6a0d2c
gccgo: 4.9 -> 6
I assume we don't need to have multiple versions of gccgo,
so let me keep it aligned with our default gcc version.
2017-09-28 22:04:27 +02:00
Orivej Desh
1e0ec4216f Merge pull request #29173 from orivej/golang
go: buildGoPackage: 1.8 -> 1.9
2017-09-28 17:10:45 +00:00
Robert Schütz
f79fde1ca4 routino: init at 3.2 2017-09-28 18:25:04 +02:00
Robin Gloster
8e38de4e0c
firebirdSuper: pin to gcc5 2017-09-28 18:07:27 +02:00
Vincent Laporte
b831b243ff clp: init at 1.16.11 2017-09-28 13:33:36 +00:00
Jörg Thalheim
378961ec6a Merge pull request #29894 from teto/rpl
rpl: init at 1.5.6
2017-09-28 14:26:33 +01:00
xd1le
f1b7d0a54f guile-gnome: fix build by building gwrap with guile-2.0
Apparently gwrap will not compile with guile-2.2 [1], even though the
news for version 1.9.15 says it "allows" Guile 2.2 [2]:

> it will _not_ compile using 2.2

Furthermore, it seems like it isn't being developed anymore either [1]:

> Also note that g-wrap itself is not being further developed anymore,
> it is recommended for new projects to use Guile's dynamic FFI.

Also, guile-gnome-2.16.5 is apparently compatible with guile-2.2 [3],
but I'm not sure how they built it with guile-2.2 because gwrap 1.9.15
(latest release) apparently doesn't build with guile-2.2. (And certainly
when I try to build gwrap 1.9.15 with guile-2.2 it doesn't work. Maybe
it can be made to work with certain compile flags, but I haven't pursued
that further due to [1] anyway.) This is why guile-gnome is still on
2.16.4 here. Because, although 2.16.5 can still (apparently) build with
guile-2.0.14, guile_2_0 is only at guile-2.0.13.

So to update guile-gnome to 2.16.5, guile_2_0 would first have to be
updated to 2.0.14.

[1]: http://lists.nongnu.org/archive/html/g-wrap-dev/2016-08/msg00001.html
[2]: http://www.nongnu.org/g-wrap/news.html
[3]: https://www.gnu.org/software/guile-gnome/news.html
2017-09-28 14:51:41 +02:00
Matthieu Coudron
2a33aab60d rpl: init at 1.5.6
A python program that helps replacing string in files.
2017-09-28 21:46:53 +09:00
Orivej Desh
f86e253b28 Merge pull request #29850 from vyp/fix/guile-lint
guile-lint: fix build by building with guile 1.8
2017-09-28 11:54:32 +00:00
Jörg Thalheim
a98d9c3b02 Merge pull request #29864 from Lassulus/electron-cash
electron-cash: init at 2.9.3
2017-09-28 12:00:58 +01:00
Orivej Desh
2be4d53faa go: buildGoPackage: 1.8 -> 1.9 2017-09-28 10:28:20 +00:00
Orivej Desh
29d93f97ab cockroachdb: build with go1.8 until the next release 2017-09-28 10:28:20 +00:00
Mikael Brockman
0b8b72081b Merge branch 'master' into dapphub-hevm 2017-09-28 13:27:19 +03:00
Frank Doepper
be1209918b unicode: init at 2.5 2017-09-28 09:53:41 +02:00
Langston Barrett
b80ed214f5 tex-gyre-math fonts: init at 1.005, 1.632, 1.533, 1.543 2017-09-28 00:16:59 +00:00
Franz Pletz
46b0bca808 Merge pull request #29761 from Infinisil/xwinwrap
xwinwrap: init at 4
2017-09-28 01:18:02 +02:00
PanAeon
b39c42d5d0 buildGo19Package: init (#29470) 2017-09-27 23:51:17 +02:00
Samuel Leathers
672a402122 opencascade: remove 6.5.5 and 6.6.0 2017-09-27 23:11:58 +02:00
Franz Pletz
259df64ef5
postgresql: default to 9.6 like in the nixos module 2017-09-27 22:01:08 +02:00
Tim Steinbach
964672dde5
linux: Remove 4.12 (EOL) 2017-09-27 13:03:06 -04:00
lassulus
64d63907d8 electron-cash: init at 2.9.3 2017-09-27 17:44:35 +02:00
xd1le
fd03758305 guile-lint: fix build by building with guile 1.8
[1] gives us the indication that guile-lint should be used with
guile-1.8.

[1]: https://www.gnu.org/software/guile/libraries/
2017-09-27 23:18:02 +10:00
Tim Steinbach
825e417457
docker: add 17.09.0-ce 2017-09-27 08:18:40 -04:00
xd1le
56ab381973 guileLint: rename to guile-lint 2017-09-27 20:59:56 +10:00
Peter Hoeg
97e586b812 libnfs: init at 2.0.0 2017-09-27 09:59:17 +08:00
Robin Gloster
1a681a6ecb
shotcut: 17.02 -> 17.09
fixes the previously broken build
2017-09-27 00:51:20 +02:00
Yegor Timoshenko
0ddca0715a epsxe: init at 2.0.5 (#29810)
* epsxe: init at 2.0.5

* epsxe: nitpicks
2017-09-26 20:06:22 +01:00
Tim Steinbach
b4824605be Merge pull request #29693 from taku0/oraclejdk-9
oraclejdk: add version 9
2017-09-26 10:25:19 -04:00