Yegor Timoshenko
4e990c25e3
broadcom-sta: fix build
2018-01-05 03:51:21 +00:00
Victor Calvert
14a4749e44
tomb: 2.4 -> 2.5
2018-01-04 20:33:49 -05:00
Franz Pletz
c01cfb9e01
firmware-linux-nonfree: 2017-12-06 -> 2018-01-04
2018-01-05 02:32:17 +01:00
David McFarland
93f30a4144
youtube-dl: 2017.12.23 -> 2017.12.31
...
- add phantomjs2 to PATH for openload plugin
2018-01-04 19:47:50 -04:00
Daiderd Jordan
00309d66ff
pcsclite: fix darwin build
2018-01-05 00:41:27 +01:00
Ingo Blechschmidt
bd43424e2c
signal-desktop: fix URL to Debian package ( fixes #33401 ) ( #33440 )
2018-01-04 18:01:51 -05:00
Graham Christensen
cb178e7437
2018 will be the year of NixOS
2018-01-04 17:59:52 -05:00
Eric Litak
144b7d2acc
betaflight: init at 3.2.3
2018-01-04 14:04:40 -08:00
Will Dietz
039b9ab8b9
mendeley: Use libsForQt56.callPackage, NFCI
2018-01-04 14:48:06 -06:00
Will Dietz
f07d90d5c5
mendeley: fix gconf errors by propgating to user env
...
gconf fix is based on same done w/guake in #16670 .
See also:
https://github.com/NixOS/nixpkgs/issues/24709#issuecomment-292565654
2018-01-04 14:47:20 -06:00
John Ericson
ec2f121bed
ghcWithPackages: Fix comment URL
2018-01-04 14:49:52 -05:00
John Ericson
dea9fceb0b
ghcWithPackages: Get rid of unused passthrough
...
If you want the whole packages set...don't use ghcWithPackages.
2018-01-04 14:49:50 -05:00
Joachim F
05204ddfe4
Merge pull request #33332 from dtzWill/feature/fac
...
fac: init at 1.0.1
2018-01-04 19:31:12 +00:00
John Ericson
7b781bce59
Merge branch 'ericson2314-cross-base'
2018-01-04 14:30:18 -05:00
Joachim F
cf944e4c12
Merge pull request #33344 from dtzWill/feature/icesl
...
icesl: init at 2.1.10
2018-01-04 19:29:11 +00:00
Joachim F
23d4ac89f3
Merge pull request #33389 from michelk/saga
...
saga: 5.0.0 -> 6.2.0
2018-01-04 19:26:59 +00:00
Joachim F
ca32019b04
Merge pull request #33422 from fadenb/emby_3.2.60.0
...
emby: 3.2.36.0 -> 3.2.60.0
2018-01-04 19:24:28 +00:00
Will Dietz
42b84057a4
qt5.6: backport seccomp patch to fix errors w/new glibc + epoll_pwait
...
Based on:
4e8083b4ab
Fixes mendeley bug mentioned in #33396 ,
which links to related issues in other distributions and upstream Qt.
2018-01-04 13:08:51 -06:00
Joachim F
24e8c382af
Merge pull request #33257 from danielfullmer/john-utils
...
john: Fix extra utility programs
2018-01-04 18:35:25 +00:00
Jörg Thalheim
f29ecd56c1
Merge pull request #33372 from Mic92/memcache
...
nixos/memcached: make unix sockets usuable
2018-01-04 18:39:48 +01:00
Shea Levy
0f925943fd
Fix emacsWithPackages after 7f3ca3e21a22fd3101b40cadb86899542dec2e35.
...
This is hacky but it does the job, resurrects findInputs from before staging merge
2018-01-04 12:15:55 -05:00
Eelco Dolstra
1b0f696d10
Fix copy-tarballs.pl
2018-01-04 18:15:20 +01:00
Peter Simons
0a07a52506
Merge pull request #33425 from mpickering/stringbuilder
...
Use self rather than super to make stringbuilder overridable
2018-01-04 18:02:07 +01:00
Matthew Pickering
d7944aba3e
Use self rather than super to make stringbuilder overridable
2018-01-04 16:54:38 +00:00
Vincent Laporte
83110ac0be
ocamlPackages.notty: 0.1.1a -> 0.2.1
...
jackline: 2017-08-17 -> 2017-12-24
2018-01-04 17:52:56 +01:00
John Ericson
6bdf9a7f6d
ghcWithPackages: Don't bother with ignoreCollisions cause we don't use buildEnv
...
SymlinkJoin doesn't know or care about this.
2018-01-04 11:45:36 -05:00
adisbladis
a3cb76cf48
Merge pull request #33419 from markus1189/scalafmt-1-4-0
...
scalafmt: 1.3.0 -> 1.4.0
2018-01-04 17:44:20 +01:00
Aneesh Agrawal
8c3553b88d
vagrant: Build from source
...
This is not quite as elegant as using `bundlerApp`,
which I could not get working.
However, this still uses most of the Ruby infrastructure,
including stock bundix, and should be fairly reasonable to maintain.
This means no more hacks to work around wrong embedded binaries,
and no need for an old version of Ruby.
Note that `vagrant share` is no longer included,
as that functionality is closed-source
and not present in the upstream source code.
The Vagrant maintainers publish official Vagrant installers,
which they prefer people use as most platforms don't
have great support for pinning known-good dependencies.
When run outside one of the offical installers,
Vagrant normally prints a warning to that effect.
However, Vagrant does run outside the installer environment
(nominally to support Vagrant development),
and this has the effect of functioning better by respecting
OS certs and shared libraries,
as opposed to trying to use bundled versions.
To keep these postive side effects without having to see the warning
on every Vagrant invocation, patch out the call to print the warning.
Note that I have reset the maintainers since the implementation is
totally redone; I'm happy to re-add any of the current maintainers.
2018-01-04 08:00:51 -08:00
Aneesh Agrawal
0750c5aee4
ruby-modules: Add new url source
type
...
This just defers to `fetchurl` for fetching.
Additionally, update the `nix-bundle-install.rb` script to handle gems
installed from a path, i.e. those with a `url` source.
Some parts of that script have been disabled in the `path` case
that likely shouldn't be, but cause errors and aren't necessary to get
`vagrant` to work.
2018-01-04 07:54:30 -08:00
adisbladis
3cfa038870
dos2unix: 7.3.4 -> 7.4.0
2018-01-04 16:34:35 +01:00
adisbladis
2e4b802e98
pcsclite: 1.8.22 -> 1.8.23
2018-01-04 16:34:34 +01:00
adisbladis
1c0c82582a
fail2ban: 0.9.7 -> 0.10.1
2018-01-04 16:34:33 +01:00
adisbladis
13b203fb4f
stunnel: 5.41 -> 5.44
2018-01-04 16:34:32 +01:00
adisbladis
274e0a2682
offlineimap: 7.1.2 -> 7.1.4
2018-01-04 16:34:31 +01:00
adisbladis
2645683796
ncftp: 3.2.5 -> 3.2.6
2018-01-04 16:34:30 +01:00
adisbladis
7e74a9b0b4
traefik: 1.4.4 -> 1.4.6
2018-01-04 16:34:29 +01:00
adisbladis
16b5329629
redis: 4.0.2 -> 4.0.6
2018-01-04 16:34:28 +01:00
adisbladis
b85de87e8a
sysdig: 0.18.0 -> 0.19.1
2018-01-04 16:34:27 +01:00
adisbladis
30b68c9ba9
nftables: 0.7 -> 0.8
2018-01-04 16:34:27 +01:00
adisbladis
cd7ce7ca70
wireshark: 2.4.2 -> 2.4.3
2018-01-04 16:34:26 +01:00
adisbladis
31898ec13a
calibre: 3.12.0 -> 3.14.0
2018-01-04 16:34:25 +01:00
adisbladis
ddc309c406
x265: 2.5 -> 2.6
2018-01-04 16:34:24 +01:00
Jörg Thalheim
b85c083c99
Merge pull request #32838 from flokli/sqldeveloper
...
sqldeveloper: 17.3.0.271.2323 -> 17.3.1.279.0537
2018-01-04 15:48:08 +01:00
Tristan Helmich
fa4035bec6
emby: 3.2.36.0 -> 3.2.60.0
2018-01-04 15:26:29 +01:00
Robin Gloster
42af265eee
uwsgi: fix php plugin build
...
fixes #33400
closes #33420
2018-01-04 15:23:04 +01:00
Robin Gloster
231754d995
haskellPackages.restless-git: fix build
2018-01-04 15:13:57 +01:00
Francesco Gazzetta
5c8ca3de03
megaglest: build the map and model editors too
2018-01-04 13:44:10 +00:00
Francesco Gazzetta
28fe4ce075
megaglest: do not build tests
2018-01-04 13:44:09 +00:00
Francesco Gazzetta
c400bb9fb8
megaglest: 3.9.2 -> 3.13.0
2018-01-04 13:43:35 +00:00
Francesco Gazzetta
484c24b324
megaglest: use fetchFromGitHub
2018-01-04 13:41:49 +00:00