Commit Graph

75427 Commits

Author SHA1 Message Date
Damien Cassou
0b4c7d42a8 pharo-vm: Refactor to introduce new VMs (close #12388)
The Pharo community now has a Spur VM: this VM is the only one to
open Pharo50 images.
2016-01-15 09:29:11 +01:00
Vladimír Čunát
98218971c2 Merge #12299: make firefox-like browsers wrapped by default 2016-01-15 08:53:58 +01:00
Vladimír Čunát
5fe68602cc release notes: document renames of firefox-like browsers 2016-01-15 08:37:02 +01:00
Vladimír Čunát
f50d80f627 makeDesktopItem: change name of the derivations
The name wasn't suggesting what kind of stuff is in there;
now it's the same as the name of the file that gets generated.
2016-01-15 08:37:02 +01:00
Vladimír Čunát
2e78e19de0 firefox: put "unwrapped" into its name
I'm not certain about this, so I'm trying for firefox only.
Rationale: it might be confusing to see two firefox-${version} instances
in logs or paths, so I wanted to differentiate them.
2016-01-15 08:36:22 +01:00
Vladimír Čunát
a8f1d40c1f all-packages: browserWrapper -> browser
- I chose to keep `browser-unwrapped` attributes so that it's much
  easier to override parameters for the browser (through `packageOverrides`).
- Aliases `browserWrapper` are retained for now, as usual.
2016-01-15 08:36:08 +01:00
Pascal Wittmann
3be1836e3d Merge pull request #12398 from eduarrrd/pianobar
pianobar: 2014.09.28 -> 2015.11.22
2016-01-15 07:45:54 +01:00
Tobias Geerinckx-Rice
d1440745c6 git-bz: meta: un-break; fix licence; maintain
CC @nbp (I assume it was abandoned years ago, apologies otherwise).
2016-01-15 05:31:47 +01:00
Tobias Geerinckx-Rice
36a68c8b6b git-bz: 3.20110902 -> 3.2015-09-08 2016-01-15 05:31:47 +01:00
Tobias Geerinckx-Rice
123065aa3d git-bz: use callPackage and canonical package name
Don't add a compatibility alias as this package was/is marked as
being broken anyway.
2016-01-15 05:31:47 +01:00
Eduard Bachmakov
f119de4b35 pianobar: 2014.09.28 -> 2015.11.22 2016-01-14 22:25:39 -05:00
Thomas Tuegel
c3ea981263 Merge pull request #12395 from eduarrrd/dfm
dfilemanager: update to git from 2016-01-10
2016-01-14 20:56:43 -06:00
Eduard Bachmakov
82abca9c9b 3dfsb: mark as broken, remove self from maintainers 2016-01-14 21:56:38 -05:00
Tobias Geerinckx-Rice
8c5ef127f4 simp_le: 20151207 -> 2016-01-09; co-maintain
CC maintainer @gebner.
2016-01-15 03:49:13 +01:00
Eduard Bachmakov
6e7362dc8f dfilemanager: update to git from 2016-01-10 2016-01-14 21:06:03 -05:00
Evgeny Egorochkin
dcd428db08 azure-cli: init at 0.9.13 2016-01-15 03:11:20 +02:00
Tobias Geerinckx-Rice
a52b238bab Merge pull request #12120 from benley/cdparanoia-darwin
cdparanoia: fix Darwin build
2016-01-15 00:56:06 +01:00
Franz Pletz
a224badfea Merge pull request #12373 from nathan7/docker-journald
docker: enable journald support
2016-01-15 00:54:55 +01:00
Alexey Shmalko
3b1fe914b9 powerline-fonts: Install Terminus font
Patched Terminus font is neither .otf, nor .ttf so it wasn't installed
before.
2016-01-15 01:21:26 +02:00
Tobias Geerinckx-Rice
5876238d54 eid-mw: 4.1.11 -> 4.1.12 2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
d8fa7f7b06 miniupnpd 1.9.20151212 -> 1.9.20160113
Changes: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
d1232049fb tkgate 2.x: remove dead package
Broken since April 2014. Homepage leads to an expired domain.
2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
a8265ea458 maintainers: remove roelof
Inactive since April 2014. Vanished from GitHub. Unreachable.
2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
ad80ae008a cinnamon: remove dead packages
Broken since April 2014. Never more than a handful of basic
framework packages, had most of its work ahead of it.
Almost immediately abandoned, and the maintainer vanished.

Close #2132.
2016-01-14 23:55:47 +01:00
Eric Merritt
4ed5836dd3 hex2nix: init at 0.0.2 2016-01-14 14:38:10 -08:00
Eric Merritt
b1719f9fcc erlang support: Add 187 packages pulled from Hex
This commit adds 187 packages from Hex.pm and documents 100 more that
could not be imported for various reasons. The packages where generated
by hex2nix.
2016-01-14 14:37:56 -08:00
Eric Merritt
d541d0e640 erlang support: seperate hex and rebar3 support
Building Hex packages is a superset of building with rebar3. There is no
need to force folks that use rebar3 but not hex to build with hex. This
commit seperates the rebar3 specific bits and the hex specific bits into
seperate functions that can be used independently.
2016-01-14 14:37:35 -08:00
Eric Merritt
b509dadbf1 erlang support: remove broken buildErlang function
The buildErlang function is broken and and leads Engineers down a wrong
path. For vanilla erlang that doesn't user rebar3, its better to simply
use `stdenv.mkDerivation` along with a set setupHook then the existing
functionality.
2016-01-14 14:37:21 -08:00
Eric Merritt
10fd4dff99 erlang support: move hex packages to hex namespace
This commit moves all the hex based packages to a single namespace. It
also moves all the packages to a single file.  This is in preparation
for the move to a system to generate the hex packages from the hex
package store.
2016-01-14 14:37:07 -08:00
Eric Merritt
474e417891 erlang support: allow nix-shell to work correctly
This changes build-hex.nix so that the buildHex and related functions
work correctly in a nix-shell.
2016-01-14 14:36:47 -08:00
Eric Merritt
a0309d871c move callPackage into the export set for 'Erlang'
This allows us to have a callPackages that includes erlang packages
2016-01-14 14:35:03 -08:00
Eric Merritt
99bf9bf07a rebar3-nix-boostrap: init at 0.0.1 2016-01-14 14:34:47 -08:00
Robert Helgesson
b4f03263ec nethogs: 0.8.1-git -> 0.8.1
Also use fetchFromGitHub, use make flags instead of patching Makefile,
and add myself as maintainer since the package is unmaintained.
2016-01-14 20:49:20 +01:00
Robin Gloster
07f07f2d30 Merge pull request #12389 from jgillich/atom-1.4.0
atom: 1.3.3 -> 1.4.0
2016-01-14 17:42:32 +01:00
Lluís Batlle i Rossell
6401bb1795 mairix: add fix (patch) for big files. 2016-01-14 17:38:57 +01:00
Arseniy Seroka
be12086866 Merge pull request #12371 from otwieracz/master
ccl updated to 1.11
2016-01-14 19:01:32 +03:00
Franz Pletz
2d65772950 openssh: Disable roaming (security fix)
Fixes CVE-2016-0777 and CVE-0216-0778.

Closes #12385.
2016-01-14 16:40:27 +01:00
Jakob Gillich
1bb965f67b atom: 1.3.3 -> 1.4.0 2016-01-14 16:40:00 +01:00
Nathan Zadoks
9c9a5353f9 docker: enable journald support 2016-01-14 16:01:19 +01:00
Arseniy Seroka
0fa58f4e01 Merge pull request #12131 from steveeJ/rkt
fixup! rkt: align stage1 information with upstream source
2016-01-14 17:13:09 +03:00
Eelco Dolstra
22dde5d427 Merge pull request #12383 from nathan7/go-1.5.3
go: 1.5.2 -> 1.5.3 [urgent, security]
2016-01-14 15:02:27 +01:00
Nathan Zadoks
174221b744 go: 1.5.2 -> 1.5.3
This addresses CVE-2015-8618 (a vulnerability in math/big)
This issue can affect RSA computations in crypto/rsa, which is used by
crypto/tls. TLS servers on 32-bit systems could plausibly leak their RSA
private key due to this issue. Other protocol implementations that
create many RSA signatures could also be impacted in the same way.
https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4
2016-01-14 14:55:43 +01:00
Domen Kožar
622eb5f699 requireFile: use correct absolute path syntax 2016-01-14 14:13:58 +01:00
Arseniy Seroka
d432b4d70f Merge pull request #12377 from kragniz/ipfs-0.3.11
ipfs: 0.3.10 ->  0.3.11
2016-01-14 15:21:25 +03:00
Eelco Dolstra
320f1b4e3c nix: 1.11pre4345_b8258a4 -> 1.11pre4379_786046c 2016-01-14 13:20:49 +01:00
Domen Kožar
9c67ff9547 atom: 1.3.1 -> 1.3.3 2016-01-14 13:09:11 +01:00
Domen Kožar
8525936f80 nixos: Document "jobs" option removal 2016-01-14 13:08:56 +01:00
Jakob Gillich
c8b231a40c w3m: update to actively maintained debian repo
The official repository has last been updated in 2013,
meanwhile there are a lot of issues like non-existant
certificate verification. The debian repository is actively
maintained and already includes most of our custom patches,
so we use it instead.

Fixes #12257, closes #12259.

vcunat appended commit date to version.
2016-01-14 13:06:48 +01:00
Nikolay Amiantov
31b5070cce Merge pull request #12137 from abbradar/quake3
Updates and fixes for Quake 3
2016-01-14 14:42:01 +03:00
Nikolay Amiantov
5981fc4b6f quake3wrapper: split from quake3demo, make a function and fix multiple paks 2016-01-14 14:41:33 +03:00