Commit Graph

112743 Commits

Author SHA1 Message Date
Robin Gloster
ffd46e9bce
gnuradio: fix makeWrapper calls 2017-08-10 03:36:32 +02:00
Robin Gloster
5f6fe64823
audio-recorder: fix makeWrapper call 2017-08-10 03:36:32 +02:00
Robin Gloster
b4d2b841d9
libreoffice: remove obsolete file from wrapping 2017-08-10 01:28:37 +02:00
Ben Zhang
3bfce2f55f
nodePackages.lerna: init at 2.0.0 2017-08-09 19:26:27 -04:00
Joachim Fasting
767b2ae327
nixos/dnscrypt-proxy: default to random upstream resolver 2017-08-10 01:19:17 +02:00
Robin Gloster
cc5480cb00
csmith: fix wrapProgram call 2017-08-10 00:44:03 +02:00
volth
b32b18631e nixos/tinc: do not tell systemd where is pidfile
```Tinc```'s pid file has more info than just a pid

```
# cat /run/tinc.dmz.pid
12209 7BD4A657B4A04364D268D188A0F4AA972A05247D802149246BBE1F1E689CABA1 127.0.0.1 port 656
```
so ```systemd``` fails to parse it.
It results in long (re)start times when ```systemd``` waits for a correct pid file to appear.
2017-08-09 22:35:20 +00:00
Daiderd Jordan
bf8c125170
cc-wrapper: fix LD_DYLD_PATH on darwin
Having multiple compilers in the build environment would result in an
invalid LD_DYLD_PATH like /usr/lib/dyld/usr/lib/dyld.
Since the path is hardcoded in XNU it can't be anything but
/usr/lib/dyld anyway.
2017-08-10 00:22:58 +02:00
John Ericson
d119385b2e Merge pull request #28079 from lheckemann/setup-typo-fix
stdenv: fix typo in setup.sh
2017-08-09 18:21:31 -04:00
volth
7e5332c868 tinc: allow the daemon to write to files in /etc/tinc/${network}/hosts
Follow up https://github.com/NixOS/nixpkgs/pull/27756: tinc daemon may also create new files in ```/etc/tinc/$network/hosts```
2017-08-10 00:09:45 +02:00
Daiderd Jordan
e5f0c4f840 Merge pull request #28056 from matthewbauer/miniupnpc-fix
miniupnpc: fix on darwin
2017-08-10 00:08:10 +02:00
Robin Gloster
b1f5305abd
serf: fix darwin build 2017-08-09 23:53:08 +02:00
Robin Gloster
5e89bcae00
evolution_data_server: wrap all and only executables 2017-08-09 23:35:50 +02:00
Michael Alan Dorman
b43888b973 melpa-packages: 2017-08-09
Removals:
 - aurora-config-mode: removed from melpa
2017-08-09 17:16:43 -04:00
Michael Alan Dorman
d887748507 melpa-stable-packages: 2017-08-09
Removals:
 - aurora-config-mode: removed from melpa
 - fuel: repo moved, lost tags for stable version
2017-08-09 17:16:43 -04:00
Michael Alan Dorman
05bee41510 org-packages: 2017-08-09 2017-08-09 17:16:43 -04:00
Michael Alan Dorman
bdcb21c466 elpa-packages: 2017-08-09 2017-08-09 17:16:43 -04:00
Joe Hermaszewski
7cd44aeeef pangolin: fix OS X build 2017-08-09 22:14:23 +01:00
romildo
da93220fff mkvtoolnix: 13.0.0 -> 14.0.0 2017-08-09 17:11:01 -03:00
Matthew Bauer
c7f14143c4 miniupnpc: fix on darwin
For some reason miniupnpc needs libtool for static linking. Probably not ideal
but it’s doing similar on other platforms as well (using ar).
2017-08-09 13:10:23 -07:00
Willi Butz
e9a2cfda7b vigra: 1.10.0 -> 1.11.1 2017-08-09 21:50:21 +02:00
Willi Butz
2e29774f4c volatility: 2.4 -> 2.6, refactor, update outdated homepage 2017-08-09 21:50:21 +02:00
Robin Gloster
37bf3c8782 pythonPackages.distorm3: init at 3.3.4 2017-08-09 21:50:21 +02:00
Willi Butz
08e450df46 movit: 1.2.0 -> 1.5.1 2017-08-09 21:50:21 +02:00
Willi Butz
4872be756d monit: 5.20.0 -> 5.23.0 2017-08-09 21:50:21 +02:00
Daiderd Jordan
d93c636737
Revert "gcc: fix clang build"
This fixes the gcc build but results in a gcc that doesn't generate
valid binaries.

gcc -o hello hello.c
./hello
Killed: 9

This reverts commit 2adf36ab8c7903e100e6e7a0a6447934ec09b10e.
2017-08-09 21:37:29 +02:00
Michael Weiss
6225f1bf66 android-studio-preview: 3.0.0.8 -> 3.0.0.9
"Android Studio 3.0 Canary 9" -> "Android Studio 3.0 Beta 1"
2017-08-09 21:32:43 +02:00
Franz Pletz
2d5c1226c6
cacert: really fix utf-8 certname blacklists
See #27576.
2017-08-09 19:54:00 +02:00
Franz Pletz
1ed786292b
searx: cleanup, remove python name prefix 2017-08-09 19:54:00 +02:00
Simon Lackerbauer
30d76b8ccd seafile-client: 5.0.7 -> 6.1.0
bump to qt5
2017-08-09 19:53:05 +02:00
Robin Gloster
46a25ea7ea
linuxPackages.bcc: fix using wrapProgram on .c file 2017-08-09 19:45:05 +02:00
Daiderd Jordan
c839b6ce0a Merge pull request #28050 from LnL7/darwin-gcc
gcc and gdb: fix clang build
2017-08-09 19:35:07 +02:00
Linus Heckemann
17753fa005 stdenv: fix typo in setup.sh 2017-08-09 17:33:02 +01:00
Orivej Desh
771f28bac8 cc-wrapper: Fix support for qtbase-setup-hook
Revert https://github.com/NixOS/nixpkgs/pull/27657#issuecomment-318161946
due to https://github.com/NixOS/nixpkgs/pull/28021#issuecomment-321045542
2017-08-09 18:17:46 +02:00
Lancelot SIX
fa02817cda
docker-machine: 0.12.0 -> 0.12.2 2017-08-09 17:59:47 +02:00
Robin Gloster
25c12d0abf
screenfetch: fix wrapProgram usage 2017-08-09 17:35:59 +02:00
Vladimír Čunát
10bcf0818f
knot-resolver: security 1.3.2 -> 1.3.3
https://lists.nic.cz/pipermail/knot-dns-users/2017-August/001184.html
2017-08-09 16:36:32 +02:00
Dan Peebles
ed55bdb501 lkl: 2017-06-27 -> 2017-08-09
Just bumping the package version to pick up a bugfix.

Fixes #28055
2017-08-09 14:23:27 +00:00
Tim Steinbach
bd27239c06
atom: 1.18.0 -> 1.19.0 2017-08-09 09:13:28 -04:00
Robin Gloster
4495bfe138
python.buildEnv: only wrap executables 2017-08-09 15:07:03 +02:00
adisbladis
9cd05278a6 vulnix: use zodb from pythonPackages 2017-08-09 14:51:01 +02:00
adisbladis
3ba2300b2d pythonPackages.zodb: 4.0.1 -> 5.2.4 2017-08-09 14:51:01 +02:00
adisbladis
f06a5f4935 pythonPackages.transaction: 1.4.3 -> 2.1.2 2017-08-09 14:51:01 +02:00
adisbladis
490df67562 pythonPackages.pecan: 1.0.3 -> 1.2.1 2017-08-09 14:51:01 +02:00
adisbladis
5167116eba pythonPackages.pyramid_tm: Remove outdated package 2017-08-09 14:51:01 +02:00
adisbladis
6d82bac424 pythonPackages.hypatia: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
bc6d9b0d46 pythonPackages.repoze_sendmail: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
b7b66c31f2 pythonPackages.pyramid_mailer: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
660b225903 pythonPackages.ZEO: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
953484b4e3 pythonPackages.zodburi: Remove outdated package 2017-08-09 14:51:00 +02:00