William A. Kennington III
b9537d17f6
kernel: 3.12.38 -> 3.12.39
2015-03-20 14:16:01 -07:00
William A. Kennington III
0517907801
kernel: 3.10.71 -> 3.10.72
2015-03-20 14:15:59 -07:00
Edward Tjörnhammar
5126119686
aiccu: added package
2015-03-20 22:01:34 +01:00
Austin Seipp
3ff22a924f
Merge pull request #6871 from joachifm/apparmor-fixups
...
Apparmor fixups
2015-03-20 15:36:42 -05:00
Eelco Dolstra
2ed5c2bd6b
Set some meta.platforms
...
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Eelco Dolstra
0461f35894
Rename scrubDrv -> hydraJob and make it more effective
...
It now strictly evaluates all remaining attributes, preventing
unevaluated thunks that cannot be garbage-collected. It's also applied
to all jobs in Nixpkgs' release.nix.
This reduces hydra-eval-jobs' memory consumption on the 14.12
release-combined jobset from 5.1 GB to 2.0 GB.
2015-03-20 19:46:18 +01:00
Eelco Dolstra
738cf42639
release-lib: Simplify
2015-03-20 19:37:55 +01:00
Eelco Dolstra
6938090725
prosody: Remove bogus recurseIntoAttrs
2015-03-20 19:34:31 +01:00
Eelco Dolstra
b981eb3f7b
release-lib.nix: Style cleanup
2015-03-20 19:33:08 +01:00
Eelco Dolstra
dda16e0c06
pam_login: Remove
...
We haven't used/updated this package in years.
2015-03-20 16:38:21 +01:00
Eelco Dolstra
87c86f6711
pam_console: Remove
...
This package is no longer used in NixOS.
2015-03-20 16:18:10 +01:00
Kevin Marsh
c3d92c8efe
Update Django to latest minor versions
2015-03-20 15:16:01 +00:00
Shea Levy
19cd9f16a0
Merge branch 'staging'
2015-03-20 09:53:34 -04:00
Johannes Bornhold
c30b11c776
libatomic_ops: Allow on all unix platforms
2015-03-20 14:31:54 +01:00
Jaka Hudoklin
89f41b90fa
Merge pull request #6874 from offlinehacker/pkgs/kubernetes/update
...
kubernetes: update to 0.12.1, fix module
2015-03-20 11:22:48 +01:00
aszlig
3bb0e6df8a
haxe: Add package for the hxcpp runtime library.
...
I'm not adding this to pkgs/development/libraries because it somewhat is
strongly tied to Haxe itself, because otherwise you can't compile to C++
and in the event that someone is going to create something like
"haxePackages" someday it is easier to notice when it's residing in the
Haxe folder.
In theory it would also work by using imperative haxelib, but you'll get
precompiled libraries which need to be patched on NixOS systems. That's
the main reason I was packaging this, among from the fact that even when
patching the libraries, it still leads to occasional library hell and
instabilities.
The package has two outputs: One with the library itself, needed for
compile time ($out) and another one ($lib) which is needed at runtime,
so after compiling, the $out path can be safely garbage collected.
Right now, I've set meta.platforms to Linux only, because that's where
I've tested it. In order to get it running on other platforms the
targetArch attribute has to be set accordingly.
We also build everything completely from scratch, even though there are
binaries within the source ZIP file. The main reason is to make smaller
library dependencies by avoiding bundled libraries and using the ones we
already ship with nixpkgs.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-20 08:47:11 +01:00
aszlig
d68e9b855c
haxe: Add setup-hook and patch to add haxlib path.
...
Introduces a new environment variable called HAXELIB_PATH and the patch
for haxelib is trying to search that environment variable for other
libraries. If the haxelib path for a particular library isn't found, it
reverts to the normal behaviour of searching the user's home directory
for a file called .haxelib, which in turn points to a repsitory path and
that in turn has .current/.dev files to point it to the right version
number.
This avoids workarounds like this when using Nix to build Haxe projects:
configurePhase = ''
export HOME="$(pwd)"
echo "$(pwd)" > .haxelib
mkdir dependency1
echo dev > dependency1/.current
echo "${dependency1}" > dependency1/.dev
mkdir dependency2
echo dev > dependency2/.current
echo "${dependency2}" > dependency2/.dev
'';
Now every haxelib is expected to be in $out/lib/haxe/$name and whenever
it is listed in buildInputs of another Haxe derivation, HAXELIB_PATH
gets automatically set in the build environment.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-20 08:39:21 +01:00
Austin Seipp
9b41cf0281
nixpkgs: arcanist 20150118 -> 20150318
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-19 17:46:24 -05:00
Vladimír Čunát
cd97c58110
openssl_1_0_1j: fix after updating the main version
2015-03-19 20:28:35 +01:00
Michael Raskin
14fc74054b
Update Conkeror. Works now
2015-03-19 22:13:07 +03:00
Vincent Laporte
20b150b26c
Adds ocaml-dolog-1.0
...
dolog is a minimalistic lazy logger in OCaml
Homepage: https://github.com/UnixJunkie/dolog
2015-03-19 19:14:18 +01:00
Vincent Laporte
d52b6f1d3e
ocaml-re: update from 1.3.0 to 1.3.1
2015-03-19 19:14:15 +01:00
Vincent Laporte
e4c0225c29
tuareg-mode: update from 2.0.6 to 2.0.9
2015-03-19 19:14:15 +01:00
Arseniy Seroka
9cfdeba324
Merge pull request #6611 from jagajaga/slurm
...
Slurm module
2015-03-19 21:06:49 +03:00
Peter Simons
afb0874e06
hackage-packages.nix: re-generate from Hackage 2015-03-19T13:39:37+0100
2015-03-19 17:55:19 +01:00
Arseniy Seroka
48e06786fd
Merge pull request #6897 from joachifm/apparmor-revdeps
...
Change uses of apparmor to libapparmor (v2.9)
2015-03-19 19:53:27 +03:00
Eelco Dolstra
2fe351c7e3
openssl: Update to 1.0.1m
...
Fixes various "Moderate" / "Low" CVEs:
http://openssl.org/news/secadv_20150319.txt
2015-03-19 15:57:17 +01:00
Eelco Dolstra
cb7b0f3c1b
Merge pull request #6898 from joachifm/redundant-params
...
kernelPatches: remove unused parameters
2015-03-19 15:31:03 +01:00
Joachim Fasting
0e52c562b5
RAppArmor: use AppArmor 2.9
2015-03-19 14:14:28 +01:00
Joachim Fasting
fa843cdf11
lxc: use AppArmor 2.9
2015-03-19 14:12:15 +01:00
Joachim Fasting
cd55b6b5bb
kernelPatches: remove unused parameters
2015-03-19 14:08:16 +01:00
Peter Simons
5a2fd23b8a
Merge pull request #6896 from NixOS/revert-6886-fix/vlc
...
Revert "VLC wants a newer version of libdvdnav".
2015-03-19 13:34:35 +01:00
Mateusz Kowalczyk
d56831a9af
ghc: update link and version of 7.10 RC3
2015-03-19 12:33:11 +00:00
Peter Simons
f30743b86b
Revert "VLC wants a newer version of libdvdnav"
2015-03-19 13:19:17 +01:00
Robin Bate Boerop
63d54cf5b7
Remove unnecessary propagatedNativeBuildInputs from AppSqitch
2015-03-19 09:02:46 -03:00
Robin Bate Boerop
91004a3485
Merge branch 'Sqitch' into sqitch-pg
2015-03-19 08:11:31 -03:00
Luca Bruno
80d8d1fc27
Revert "Add a kafka package". Closes #6892
...
This reverts commit b34a1cc248
.
Conflicts:
pkgs/top-level/all-packages.nix
Duplicate package kafka, already existed and used in the nixos service.
Retained the boothead addition to maintainers.
2015-03-19 11:54:40 +01:00
lethalman
5c025c1bea
Merge pull request #6851 from ragnard/update-apache-kafka
...
apache-kafka: Update apache kafka to version 0.8.2.1
2015-03-19 11:02:44 +01:00
lethalman
515bd937f9
Merge pull request #6868 from lancelotsix/add_checkbashisms
...
Add checkbashisms package
2015-03-19 10:42:00 +01:00
Jaka Hudoklin
1b99f0aeb6
Merge pull request #6873 from offlinehacker/pkgs/panamax/update
...
panamax: update, fix module
2015-03-19 09:18:48 +01:00
Benjamin Staffin
5972edc148
New package: Honcho (Python clone of Foreman)
2015-03-18 23:17:14 -07:00
Ricardo M. Correia
5b074d20f8
zfs: Update from 0.6.3-1.2 -> 0.6.3-1.3
2015-03-19 06:08:08 +01:00
Ricardo M. Correia
1e28cd0c83
spl: Update from 0.6.3-1.2 -> 0.6.3-1.3
...
Removed time.patch (applied upstream).
2015-03-19 06:07:54 +01:00
Mateusz Kowalczyk
2b8fd8d4e9
Merge pull request #6857 from k0ral/mpv
...
mpv: 0.8.2 -> 0.8.3
2015-03-19 00:16:03 +00:00
Arseniy Seroka
15f7afa6b4
Merge pull request #6885 from hrdinka/update-nsd
...
nsd: Update from 4.1.0 -> 4.1.1
2015-03-19 03:15:35 +03:00
Arseniy Seroka
f122393e5d
Merge pull request #6884 from offlinehacker/pkgs/t/add
...
Add t, command line tool for twitter
2015-03-19 03:14:58 +03:00
Arseniy Seroka
ace5a6b8c8
Merge pull request #6887 from lancelotsix/add_networkx_python_module
...
Add networkx python package
2015-03-19 03:13:51 +03:00
Arseniy Seroka
ce0cea8938
Merge pull request #6888 from KaiSforza/fixvim
...
vim: Fix vim_configurable options
2015-03-19 03:12:22 +03:00
Vladimír Čunát
80c7a6f107
nmap: extend platforms
...
Tested briefly by @jcf on darwin, web site claims BSDs are also supported.
2015-03-18 23:51:19 +01:00
William Giokas
9e2d8fd259
vim: Fix vim_configurable options
...
mzscheme and tcl were using `--enable-mzscheme` and `--enable-tcl` when
those are not actual flags. They should be set to `*interp` instead.
2015-03-18 15:50:37 -07:00
Domen Kožar
38db12b96d
Merge pull request #6886 from pjones/fix/vlc
...
VLC wants a newer version of libdvdnav
2015-03-18 22:54:58 +01:00
Lancelot SIX
8e0134c2cd
Add networkx python package
2015-03-18 21:42:50 +01:00
Peter Jones
05d6d77c8e
VLC wants a newer version of libdvdnav
...
* Updated libdvdnav/libdvdread to latest versions
* Removed libdvdnav patches since they have been incorporated into the
latest release
* Added `--enable-dvdnav` configure flag to VLC to ensure that if this
happens again VLC will fail to build
2015-03-18 14:37:12 -06:00
Bjørn Forsman
5c59b23cef
alsa-firmware: longDescription => description
2015-03-18 21:26:20 +01:00
Bjørn Forsman
cf0dfec106
alsa-firmware: align attrname with pkgname
...
The expression was added only two days ago, so I don't think we need to
keep a copy of the old attribute around.
2015-03-18 21:26:19 +01:00
Jaka Hudoklin
fca0aa7077
Add fluentd package and module
2015-03-18 21:18:47 +01:00
Rickard Nilsson
e8892b3ba5
bosun/scollector: Update to rev 20150311224711
2015-03-18 21:16:30 +01:00
Jaka Hudoklin
c84c281508
Merge pull request #6881 from offlinehacker/pkgs/rippled/update
...
rippled: update to 0.27.3-sp2
2015-03-18 21:08:22 +01:00
Lancelot SIX
7bf0458cb6
Add checkbashisms package
2015-03-18 21:03:30 +01:00
Christoph Hrdinka
6db8155e37
nsd: Update from 4.1.0 -> 4.1.1
2015-03-18 21:01:35 +01:00
Jaka Hudoklin
414dbacfa7
Add t, command line tool for twitter
2015-03-18 21:00:04 +01:00
Jaka Hudoklin
12fde06cdd
rippled: update to 0.27.3-sp2
2015-03-18 20:31:05 +01:00
Vladimír Čunát
e73933da9c
coreutils: skip dd/sparse test ( fixes #6306 )
...
It's not done very nicely, as the main build log still prints as if the
test ran and succeeded, but I'm lazy to dig deeper into the framework.
2015-03-18 20:20:18 +01:00
Arseniy Seroka
2bc6af3efc
Merge pull request #6876 from offlinehacker/pkgs/cadvisor/update
...
cadvisor: update to 0.10.1
2015-03-18 22:11:29 +03:00
Moritz Ulrich
cb9e0343d1
yubikey-personalization: Install udev-rules.
2015-03-18 19:16:24 +01:00
Vladimír Čunát
105f933f64
ffmpeg: add new branch 2.6.1 (no switching yet)
...
/cc maintainers @codyopel, @fuuzetsu.
Release notes don't indicate any new options or dependencies.
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.6
APIchanges looks like we should be able to replace 2.5 by 2.6
without anything breaking (belongs to staging and needs some testing).
2015-03-18 18:10:26 +01:00
Ragnar Dahlén
3dd03330d1
apache-kafka: Update apache kafka to version 0.8.2.1
...
Also use scala version recommended in Kafka docs (2.10).
2015-03-18 16:20:23 +00:00
lethalman
626c7d8812
Merge pull request #6835 from bencef/alsa_firmware
...
Add alsa-firmware package
2015-03-18 15:31:29 +01:00
lethalman
fd50312808
Merge pull request #6865 from KaiSforza/kaictl
...
vim: Add python3 support to vim_configurable
2015-03-18 15:25:01 +01:00
Jaka Hudoklin
853358bca6
cadvisor: update to 0.10.1
2015-03-18 14:39:04 +01:00
Jaka Hudoklin
2482b75eae
kubernetes: update to 0.12.1, fix module
2015-03-18 14:37:03 +01:00
Jaka Hudoklin
079520ced5
panamax: update, fix module
2015-03-18 14:35:24 +01:00
Robin Bate Boerop
a3a98d7242
Improved builder for Sqitch
2015-03-18 10:32:46 -03:00
Jaka Hudoklin
b5298683aa
Add chef-dk
2015-03-18 14:17:25 +01:00
Jaka Hudoklin
17b9405685
bundlerEnv: add support for additional build inputs
2015-03-18 14:15:50 +01:00
Peter Simons
3f45fe100a
haskell-bindings-GLFW is broken (and has been for quite a while).
2015-03-18 13:31:33 +01:00
Peter Simons
5cdd855938
haskell-lens: update to 4.8
2015-03-18 13:31:33 +01:00
Edward Tjörnhammar
dfb8f0dbcf
sweethome3d.{application,furniture-editor}: version bumps
...
sweethome3d.*: make sure gsetting schemas are picked up
2015-03-18 12:55:36 +01:00
Peter Simons
25f4f78c92
haskell-mysql: fix build
2015-03-18 12:13:43 +01:00
Peter Simons
fe8d65c9a6
Add required overrrides for haskell-hosc and haskell-tidal-midi.
...
Fixes https://github.com/NixOS/nixpkgs/issues/6864 .
2015-03-18 12:13:43 +01:00
Peter Simons
53fa11398c
hackage-packages.nix: re-generate from Hackage 2015-03-17T11:52:35+0100
2015-03-18 12:13:43 +01:00
Joachim Fasting
b0698d4342
apparmor: fixup install locations
...
This patch fixes install locations for man pages, python modules
and vim scripts. This patch improves but does not fix the user-land
AppArmor utilities (i.e., they can now import the modules they need
but are broken in other ways still).
2015-03-18 12:11:02 +01:00
Joachim Fasting
dc71d5b602
apparmor: factor out common prePatch
2015-03-18 12:08:11 +01:00
Joachim Fasting
a470b2748b
Cleanup apparmor expression
...
Remove excessive whitespace & comments.
2015-03-18 12:07:49 +01:00
Domen Kožar
e61f23d89f
Fix a bad revert at 1e4ba025c2
2015-03-18 11:50:19 +01:00
Austin Seipp
1ef6f44e5d
nixpkgs: hhvm 3.3.0 -> 3.6.0
...
- We need {perl,git,krb5,libvpx,etc} as a dependency
- Drop upstream patches.
- Simplify build (uses cmake configuration)
- Simplify install (uses cmake generated installer)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-18 05:11:31 -05:00
Yorick van Pelt
a2dc00c177
nvidiabl: fix for other kernel versions than current
...
It was using the version of currently *running* kernel (impurely).
Close #6869 .
2015-03-18 10:48:45 +01:00
Peter Simons
a2e5e3dbf9
Merge pull request #6856 from k0ral/git
...
git: 2.3.2 -> 2.3.3
2015-03-18 10:46:27 +01:00
lethalman
59e3226d27
Merge pull request #6866 from benley/iojs
...
iojs: Fix update script, update iojs
2015-03-18 10:42:40 +01:00
Luca Bruno
ff0ca7fced
p2pvc: remove dot at the end of description
2015-03-18 10:11:41 +01:00
lethalman
66d119c55c
Merge pull request #6862 from hmuehlhans/master
...
p2pvc: new package
2015-03-18 10:10:30 +01:00
lethalman
0453322524
Merge pull request #6789 from joachifm/electrum-2.0.2
...
Electrum 2.0.2
2015-03-18 10:09:16 +01:00
Joachim Fasting
86b0c186d2
electrum: bump to 2.0.3
...
With improvements suggested by @lethalman.
2015-03-18 09:49:59 +01:00
Joachim Fasting
0d1b3aa8b8
pythonPackages: add pyasn1-modules, qrcode, and tlslite for electrum
2015-03-18 09:49:32 +01:00
Eric Seidel
4122cd0ec4
emacs-packages: add alert, caml, and tuareg, and update use-package
2015-03-17 22:12:44 -07:00
Austin Seipp
5bbbb2c96b
nixpkgs: concurrencykit 0.4.4 -> 0.4.5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
b0519234dd
nixpkgs: musl 1.1.4 -> 1.1.6
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
0c1daca24a
nixpkgs: stunnel 5.05 -> 5.11
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
c8d46c7374
nixpkgs: re2c 0.13.7.5 -> 0.14.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
70528e9f8e
nixpkgs: ninja 1.5.1 -> 1.5.3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00