Commit Graph

34958 Commits

Author SHA1 Message Date
Peter Hoeg
d7a16607e6
Merge pull request #38395 from Infinisil/add/pdd
pdd: init at 1.1
2018-04-05 15:46:28 +08:00
Evgeny Egorochkin
4afe9b1714 make gnomeExtensions visible to users 2018-04-05 10:22:03 +03:00
Mathis
7485d214a6 python3Packages.black: init at 18.4a0 (#38386) 2018-04-05 09:11:53 +02:00
Charles Strahan
5c066e2bba
Merge pull request #37218 from cstrahan/kube-test-fix
nixos: kubernetes fixes
2018-04-04 19:14:48 -04:00
obadz
cae43fb1dd ted: init at 2.23 2018-04-04 23:37:23 +01:00
Daiderd Jordan
e0d86e5bf0
Merge pull request #38408 from rnhmjoj/monero
monero-gui: 2018-03-31 -> 0.12.0.0
2018-04-04 21:38:10 +02:00
Daiderd Jordan
4df34f803c
monero: fix darwin build 2018-04-04 21:33:45 +02:00
Jörg Thalheim
4f00c380f5
Merge pull request #38430 from Mic92/nix-review
nix-review: init at 0.1.0
2018-04-04 20:15:49 +01:00
Ben Gamari
b9484875bc pythonPackages.Rtree: init at 0.8.3
This is a commonly-used package for spatial indexing.

Strangely enough, the tests are broken due to memory unsafety that I was unable
to reproduce under Debian. For instance, when run with Python 3.6 valgrind
reports,

==10453== Invalid read of size 4
==10453==    at 0x4EF1DFA: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FE7D96: _PyFaulthandler_Fini (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8438D: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==  Address 0x67b1020 is 352 bytes inside a block of size 640 free'd
==10453==    at 0x4C2DD6B: free (in /nix/store/6z028lfnxyhh8dlngpm6zrkwqxmbglj4-valgrind-3.13.0/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==10453==    by 0x4EDDC4A: free_keys_object (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EDEE63: dict_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EECF59: module_clear (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA062B: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79CED: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
==10453== Conditional jump or move depends on uninitialised value(s)
==10453==    at 0x4EF1E03: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFEF2D: type_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFD009: subtype_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA063E: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79DF8: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
...
2018-04-04 18:39:01 +02:00
Jörg Thalheim
a4581f521d
Merge pull request #38427 from mkaito/update-factorio
factorio: 0.16.24 -> 0.16.36
2018-04-04 17:02:45 +01:00
Jörg Thalheim
b76f0ed3ed
Merge pull request #38426 from fgaz/gron
gron: init at 0.5.1
2018-04-04 16:05:22 +01:00
Michael Raskin
26597bf59c
Merge pull request #38435 from fgaz/jl
jl: iniit at 0.0.4
2018-04-04 14:49:40 +00:00
Francesco Gazzetta
1150bdedd1 jl: iniit at 0.0.4 2018-04-04 14:11:04 +00:00
Michael Raskin
63c6c2dbdc
Merge pull request #36785 from Ma27/configurable-rofi-theme
rofi: add `theme` option
2018-04-04 13:44:56 +00:00
Jörg Thalheim
96b106bc5c nix-review: init at 0.1.0 2018-04-04 14:42:43 +01:00
Michael Raskin
31fe962bb1
Merge pull request #38365 from fare-patches/master
Monthly update for Gambit and Gerbil
2018-04-04 13:33:16 +00:00
Maximilian Bosch
26a4e02e95
rofi: add theme option
This is helpful when defining a `*.rasi` theme for rofi using
`pkgs.writeText` rather than messing up the impure `~/.config`
directory.
2018-04-04 15:24:51 +02:00
Peter Simons
ed92418b96 ghc: add version 8.4.2-rc1 2018-04-04 15:00:31 +02:00
Michishige Kaito
ff20c6c765 Add missing package factorio-headless-experimental
All combinations of headless/alpha and stable/experimental were present,
except for this one.
2018-04-04 13:17:33 +01:00
Francesco Gazzetta
70ff455608 gron: init at 0.5.1 2018-04-04 11:45:54 +00:00
Francois-Rene Rideau
a48bfdc260 gerbil-unstable: init at 2018-04-03 2018-04-04 07:43:00 -04:00
Francois-Rene Rideau
d50469adc7 gambit-unstable: init at 2018-03-26 2018-04-04 07:39:48 -04:00
Thomas Tuegel
130ee29844
Merge pull request #38404 from ttuegel/bugfix/tex-gyre/callPackages
Refactor TeX Gyre package sets
2018-04-04 05:56:07 -05:00
Jörg Thalheim
b9e5aeaf79 monero: actually wants CoreData instead of monero-gui 2018-04-04 11:14:42 +01:00
Jörg Thalheim
dff0404d8d monero-gui: blind darwin fix 2018-04-04 11:06:57 +01:00
Michael Raskin
713b0f77fb
Merge pull request #38077 from nyarly/create-cycle-app
(create-cycle-app): init at 4.0.0
2018-04-03 22:57:37 +00:00
Matthew Justin Bauer
b8420be125
Merge pull request #37603 from limeytexan/perlPackages.perlldap
perlPackages.perlldap: init at 0.65
2018-04-03 13:23:05 -05:00
Silvan Mosberger
4ca6d25a9c
pdd: init at 1.1 2018-04-03 17:03:52 +02:00
Ben Gamari
ef3c42b9c4 pythonPackages.vxi11: init at 0.9 2018-04-03 16:39:17 +02:00
Thomas Tuegel
140f2a3584
tex-gyre-*-math: Move to tex-gyre-math package set
The `tex-gyre-*-math` fonts are moved to the `tex-gyre-math` set for consistency
with `tex-gyre` and to allow them to be easily installed together. Aliases are
created for backwards-compatibility.
2018-04-03 06:32:02 -05:00
Thomas Tuegel
87c12bda03
tex-gyre: use callPackages
Using `callPackages` instead of `callPackage` adds an `override` attribute to
each individual package instead of the set. Each member of the set is then just
a package so that `lib.attrValues tex-gyre` gives a list of packages that can be
installed.
2018-04-03 06:26:18 -05:00
Yannik Sander
0c95dee8cb
krunner-pass: init at version 1.3.0 2018-04-03 19:01:58 +08:00
Robert Schütz
00fc66dc7d pythonPackages.mock-open: init at 1.3.1 2018-04-02 23:29:50 +02:00
Judson
4bf9fc79e1
Adding create-cycle-app
Adding create-cycle-app

Fixing removed modules
2018-04-02 14:24:39 -07:00
Tuomas Tynkkynen
434722ba62 raspberrypi-tools: Init at 2018-02-05 2018-04-02 23:46:18 +03:00
Austin Seipp
33202137bf pg_hll: init at 2.10.2-9af41684
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp
962e2553dc pg_topn: init at 2.0.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp
030e90454e cstore_fdw: init at 1.6.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp
f59ffb6e83 pg_cron: init at 1.0.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:28:37 -05:00
Vladimír Čunát
333245e852
Merge #38133: dwb: remove abandoned package
cf. https://wiki.archlinux.org/index.php/dwb
2018-04-02 10:03:08 +02:00
Tim Steinbach
71f28a2ca0
linux: Add 4.16 2018-04-01 22:44:23 -04:00
Franz Pletz
4fdb0a529a
Merge pull request #38218 from rnhmjoj/monero
Fix monero-gui build
2018-04-01 23:59:13 +00:00
Michael Raskin
ed6bbb4f4d swfdec: init at 0.8.4 2018-04-01 22:34:26 +02:00
Austin Seipp
5d5ed30150 nixpkgs: remove all Java 7 expressions
JDK 7 was technically EOL'd a while ago, although RedHat etc are still
doing updates I believe. However, JDK 8 is the default in the tree and
really used everywhere, and JDK 7 isn't seeing many updates by current maintainers, so dropping it seems appropriate.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
bdb06c0936 diffoscope: move to jdk8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
0eb8bda019 nixpkgs: remove ancient 'processing' package
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
dc40fca23f nixpkgs: remove ancient 'ecj' package
Nobody has stepped up to keep maintaining this and it's several
years old, and the last strict Java 7 dependency, as it won't work
with newer versions without an update.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
ebbf7078e2 nixpkgs: remove ancient 'classpath' package
This is the only package that still needs ECJ and has no dependencies.
It's ancient and unmaintained and should just be removed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
f71b066d60 nixpkgs: remove all Java 9 expressions
Java 9 is EOL, and we no longer need it with JDK 10 builds bootstrapped via JDK
10.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
0d04d01021 openjdk10: add new bootstrap minimal binary packages
JDK 10 can only be bootstrapped by version 9 or 10, but we want to
now get rid of version 9.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00