Jörg Thalheim
1dbe68a5e8
python.pkgs.geopandas: fix tests
2017-09-05 08:20:30 +01:00
Frederik Rietdijk
5db60dbe1d
flexget: unpin some dependencies
2017-09-05 09:17:59 +02:00
Peter Simons
dfb0f25484
Merge pull request #27209 from nc6/nc/haskell-multiple-out
...
Enable multiple outputs for haskell packages.
2017-09-05 09:11:19 +02:00
Jaakko Luttinen
596d87c13e
pythonPackages.pytest-flake8: fix strict mode
2017-09-05 09:04:56 +02:00
Jörg Thalheim
7f8ff02437
Merge pull request #29006 from disassembler/srcml
...
srcml: fix build with gcc6
2017-09-05 07:40:01 +01:00
Maximilian Güntner
6a458c169b
avr-*: split avr-gcc-libc into separate packages
...
- avr-gcc 5.3.0 -> 5.4.0
closes #28220
Since the packages do not share a common prefix anymore, you need
to define the current store paths in your project's Makefile.
Example for an atmega644 build:
CFLAGS += -I /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/include
CFLAGS += -B /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/lib/avr5
CFLAGS += -L /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/lib/avr5
CFLAGS += -L /nix/store/8409dj9js4i5901i63275wxdm783l0p6-avr-gcc-5.4.0/lib/gcc/avr/5.4.0/avr5
2017-09-05 05:31:38 +02:00
Samuel Leathers
d93e2ccdd0
srcml: fix build with gcc6
2017-09-04 22:48:43 -04:00
Peter Hoeg
6f6a7aae8f
dbus-broker: meson and ninja hooks handle most things for us
2017-09-05 09:51:54 +08:00
Gabriel Gonzalez
fd2c8d0a00
Statically link dhall-*
executables
...
This change statically links the `dhall-*` family of executables so that
they start up more quickly on NixOS. This also updates the `dhallToNix`
utility to use the statically linked `dhall-to-nix` executable
2017-09-05 02:20:46 +02:00
Profpatsch
ffa631dd39
Revert "dhall: add a static top-level executable for dhall"
...
This reverts commit 11cd027b306057f75806b4f9a108fcf8a856601f.
There is a more extensive PR.
2017-09-05 02:19:03 +02:00
Peter Hoeg
62ff6cb69c
netalyzr: init at 57861
2017-09-05 08:12:40 +08:00
Tim Steinbach
380ed98bd7
docker: Add test for docker-edge, check for proper versions in tests
2017-09-04 19:02:44 -04:00
Tim Steinbach
2bb57ef776
docker: Allow package selection in module
2017-09-04 19:02:05 -04:00
Vladimír Čunát
65f6e6ccb6
licenses: fix fullName
capitalization
...
inspired by repology.org
2017-09-05 00:22:00 +02:00
Jörg Thalheim
73c6284c2e
mitmproxy: unicode locales, skip network test
2017-09-04 22:47:42 +01:00
Vladimír Čunát
8414d8386b
maxx: license fixups
...
The main thing is that I'm convinced the license can't be free when it
restricts redistribution to certain platforms. That probably holds with
the usual definitions like from Debian, FSF or OSI.
2017-09-04 22:57:03 +02:00
Ioannis Koutras
c256e8f398
skrooge: 2.8.1 -> 2.9.0
2017-09-04 23:53:30 +03:00
Robin Gloster
2b928b4775
Merge pull request #28864 from mguentner/samba_4_6_7
...
samba: 4.6.4 -> 4.6.7
2017-09-04 22:36:02 +02:00
Michele Catalano
4ea1d49643
nexus: Add module for nexus.
...
Add also myself as maintainer
Add simple test of the nexus service
2017-09-04 22:32:02 +02:00
Michele Catalano
e783c2b39c
nexus: 2.12.0-01 -> 3.5.1-02
...
Update Nexus to version 3.5.1-02 and fix startup stript to run in nix
environment.
2017-09-04 22:32:02 +02:00
Josef Kemetmueller
05ac3f9520
pythonPackages.geopandas: init at 0.3.0
2017-09-04 22:23:41 +02:00
Josef Kemetmueller
aad9a691ab
pythonPackages.fiona: init at 1.7.9
2017-09-04 22:23:40 +02:00
Josef Kemetmueller
f039bb6b4e
pythonPackages.descartes: init at 1.1.0
2017-09-04 22:23:40 +02:00
Josef Kemetmueller
4d70d53618
pythonPackages.cligq: init at 0.4.0
2017-09-04 22:23:39 +02:00
Josef Kemetmueller
d25edeb3ee
pythonPackages.click-plugins: init at 1.0.3
2017-09-04 22:23:39 +02:00
Josef Kemetmueller
df96c26e75
pythonPackages.shapely: Fix search for libc
...
This should fix the search for libc's free method on both linux and
darwin.
2017-09-04 22:23:34 +02:00
SLNOS
26cf9e33fa
firefoxPackages: tor-browser: 6.5.2 -> 7.0.1, keep 6.5.2
2017-09-04 20:19:53 +00:00
SLNOS
513341434c
firefoxPackages: tor-browser: reorganize expression
2017-09-04 20:19:53 +00:00
SLNOS
a681afb8f1
firefoxPackages: add extraMakeFlags
to common builder, fix official branding handling
2017-09-04 20:19:52 +00:00
SLNOS
344fbb5ddb
firefoxPackages: add extraConfigureFlags
to common builder, move --disable-loop
flag to tor-browser expression
2017-09-04 20:19:50 +00:00
Profpatsch
11cd027b30
dhall: add a static top-level executable for dhall
...
cc @Gabriel439
2017-09-04 22:02:43 +02:00
catern
bf33bf525d
mutt: add Kerberos support
2017-09-04 16:00:30 -04:00
catern
b5eb923bc7
offlineimap: add Kerberos support
2017-09-04 15:55:24 -04:00
John Ericson
6a089581f8
gcc-4.5: Fix typo
2017-09-04 15:53:02 -04:00
Michael Raskin
f01f86c5ca
lispPackages.query-fs: Kill build-with-lisp.sh reference
2017-09-04 21:39:07 +02:00
Michael Raskin
674c3c6bdd
lispPackages: add clsql-postgresql*
2017-09-04 21:39:07 +02:00
Michael Raskin
e0771b0a04
quicklisp-to-nix: make it possible to run with Nix sandboxing enabled
2017-09-04 21:39:07 +02:00
Joachim F
dd74844fff
Merge pull request #28990 from xtruder/pkgs/tor-browser/pass_tor_skip_launch
...
tor-browser: allow to pass TOR_CONTROL_PORT and TOR_SOCKS_PORT
2017-09-04 19:17:22 +00:00
Michael Alan Dorman
12e1a2b186
melpa-packages: 2017-09-04
2017-09-04 15:09:45 -04:00
Michael Alan Dorman
cb04086a96
melpa-stable-packages: 2017-09-04
2017-09-04 15:09:45 -04:00
Michael Alan Dorman
e010d2d2cb
org-packages: 2017-09-04
2017-09-04 15:09:45 -04:00
Michael Alan Dorman
4216546642
elpa-packages: 2017-09-04
2017-09-04 15:09:45 -04:00
Daiderd Jordan
0ea92a3c24
libstdc++: add setup-hook
2017-09-04 21:07:05 +02:00
Tim Steinbach
f23b1a6f94
Merge pull request #28975 from NeQuissimus/alacritty_2017_09_02
...
alacritty: 2017-08-28 -> 2017-09-02
2017-09-04 14:11:48 -04:00
Daniel Peebles
22b79aecc6
Merge pull request #28980 from copumpkin/fix-coreutils-staging
...
coreutils: fix on Darwin
2017-09-04 14:05:42 -04:00
Tim Steinbach
e153fa84a5
Add XMonad test
2017-09-04 14:03:20 -04:00
Matt McHenry
dbf97a5afe
pfixtools: patch to work with gcc 6
...
Progress on: #28643
fixes #28984
2017-09-04 18:37:01 +01:00
Piotr Bogdan
fc391e7ecd
mps: 1.115.0 -> 1.116.0
...
1.115.0 doesn't build with gcc6
2017-09-04 20:14:57 +03:00
Samuel Leathers
6e546a514c
libmatheval: use guile 2.0
2017-09-04 20:05:57 +03:00
Michael Weiss
d70331ca61
glances: 2.10 -> 2.11
2017-09-04 18:56:24 +02:00