adisbladis
fab8f7ac4b
pythonPackages.zope_browser: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
5583e3a2bd
pythonPackages.zope_publisher: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
64259cdd7c
pythonPackages.zope_traversing: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
313ea3827b
pythonPackages.zope_sqlalchemy: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
30291227f2
pythonPackages.almir: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
88648d42f4
pythonPackages.zope_container: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
a0c1167e0e
pythonPackages.zope_browserresource: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
45addeacb0
pythonPackages.aiohttp-cors: Remove zodb3 dependency
2017-08-09 14:50:57 +02:00
adisbladis
9c5f6f9528
pythonPackages.zope_testrunner: Remove subunit dependency, no longer necessary since latest release
2017-08-09 14:50:57 +02:00
Robin Gloster
f4ca99166a
serf: fix build
2017-08-09 14:46:38 +02:00
Marius Metzger
fd6e51d550
check_ssl_cert: init at 1.51.0 ( #28069 )
2017-08-09 13:17:42 +02:00
Robin Gloster
cbca75b8c9
Revert "check_ssl_cert: init at 1.51.0 ( #28069 )"
...
This reverts commit 1db52734ad
.
2017-08-09 12:51:25 +02:00
Marius Metzger
1db52734ad
check_ssl_cert: init at 1.51.0 ( #28069 )
2017-08-09 12:41:15 +02:00
Frederik Rietdijk
0ff782e141
makeWrapper: fix regression introduced in #24944
...
In some cases wrappers could not be made. See e.g.
https://github.com/NixOS/nixpkgs/pull/24944#issuecomment-321175692
2017-08-09 12:18:47 +02:00
Frederik Rietdijk
7a6d4f4710
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-09 11:22:40 +02:00
Frederik Rietdijk
345b35c48a
Python: add buildPythonPackage.overridePythonPackage method.
...
This allows one to always override the call to `buildPythonPackage`.
In the following example we create an environment where we have the `blaze` package using an older version of `pandas`. We override first the Python interpreter and pass `packageOverrides` which contains the overrides for packages in
the package set.
```
with import <nixpkgs> {};
(let
python = let
packageOverrides = self: super: {
pandas = super.pandas.overridePythonPackage(old: rec {
version = "0.19.1";
name = "pandas-${version}";
src = super.fetchPypi {
pname = "pandas";
inherit version;
sha256 = "08blshqj9zj1wyjhhw3kl2vas75vhhicvv72flvf1z3jvapgw295";
};
});
};
in pkgs.python3.override {inherit packageOverrides;};
in python.withPackages(ps: [ps.blaze])).env
```
2017-08-09 11:10:54 +02:00
Lancelot SIX
90282d95bd
Merge pull request #27832 from lsix/update_wireshark
...
wireshark: 2.2.7 -> 2.4.0
2017-08-09 09:59:44 +02:00
Lancelot SIX
b725e40865
Merge pull request #27865 from lsix/update_django
...
pythonPackages.django: 1.11.3 -> 1.11.4
2017-08-09 09:55:42 +02:00
Frederik Rietdijk
616fb95356
python34: 3.4.6 -> 3.4.7
2017-08-09 09:41:59 +02:00
Jörg Thalheim
fcea56ddfd
Merge pull request #28031 from falsifian/rftg
...
rftg: init at 0.9.4
2017-08-09 08:21:32 +01:00
Jörg Thalheim
f6bfee9f45
Merge pull request #28060 from mt-caret/json-refs
...
json-refs: init at 3.0.0
2017-08-09 07:57:29 +01:00
Daiderd Jordan
bc5160eacd
gdb: fix clang build
2017-08-09 08:41:48 +02:00
Frederik Rietdijk
973f740894
Merge pull request #28052 from jtojnar/fix/faker-py2
...
faker: add ipaddress dependency for Python 2
2017-08-09 08:41:47 +02:00
Joe Hermaszewski
531a5b1afe
git-fame: init at 2.5.2
2017-08-09 07:32:21 +01:00
Masayuki Takeda
c877e8d66d
json-refs: init at 3.0.0
2017-08-09 14:46:45 +09:00
Cray Elliott
3bda92175a
discord: minor clean up, add self to maintainers
2017-08-08 22:29:45 -07:00
Cray Elliott
6616b9a225
discord: 0.0.1 -> 0.0.2
2017-08-08 20:36:17 -07:00
Jan Tojnar
bd498ebeec
faker: add ipaddress dependency for Python 2
...
Faker requires ipaddress package on Python < 3.3:
https://github.com/joke2k/faker/blob/v0.7.18/setup.py#L66-L76
2017-08-09 00:52:14 +02:00
Jude Taylor
7e3e790675
add override for html-entities
2017-08-08 14:29:33 -07:00
Daiderd Jordan
2adf36ab8c
gcc: fix clang build
2017-08-08 23:22:24 +02:00
Jörg Thalheim
615d301098
Merge pull request #28041 from womfoo/bump/powerstat-forkstat
...
Update {fork,power}stat to latest upstream
2017-08-08 22:13:33 +01:00
Joachim Fasting
1b77c29507
tor-browser-bundle-bin: 7.0.3 -> 7.0.4
...
- Update Firefox to 52.3.0esr
- Update Tor to 0.3.0.10
2017-08-08 22:12:03 +02:00
Robin Gloster
c00a95be63
nix-prefetch-git: fix wrapProgram call
2017-08-08 21:45:46 +02:00
Jude Taylor
eeeead21c5
add override for digestive-functors-blaze
2017-08-08 11:56:31 -07:00
Matthew Pickering
770743bd91
Bump ghc HEAD version ghc-8.3.20170808
2017-08-08 17:32:32 +00:00
Daiderd Jordan
8c86ce707e
Merge pull request #28034 from kiloreux/libopencore
...
opencore-amr init at 0.1.5
2017-08-08 19:25:53 +02:00
Matthew Pickering
cf7b262485
Boot ghc HEAD with ghc-8.0.2
2017-08-08 17:21:22 +00:00
Matthew Pickering
4021d4d5ee
Make version a parameter in GHC HEAD derivation
...
If you want to override the source but the major version changes (ie 8.1
-> 8.3) then you also have to modify the version. Otherwise the build
will fail with difficult to understand errors, making version a
parameter makes it easy to override.
2017-08-08 17:19:02 +00:00
Vincent Laporte
e60ffe642e
ocamlPackages.ocamlnet: 4.1.2 -> 4.1.3
2017-08-08 16:49:19 +00:00
kiloreux
c74d0d460f
Implement other required changes
2017-08-08 17:36:15 +01:00
Frederik Rietdijk
d6c5109276
python35: 3.5.3 -> 3.5.4
2017-08-08 18:06:29 +02:00
James Cook
f6aa2df335
rftg: init at 0.9.4
...
An implementation of the card game Race for the Galaxy, including an AI
2017-08-08 08:56:29 -07:00
Peter Simons
67f37b70e8
Merge pull request #24944 from ahmedtd/make-makewrapper-picky
...
makeWrapper: Fail loudly when misused
2017-08-08 17:26:38 +02:00
Vincent Laporte
82a4c5e38b
ImageMagick: fix Magick-config
2017-08-08 17:07:54 +02:00
Kranium Gikos Mendoza
725089bb2d
powerstat: 0.02.11 -> 0.02.12
2017-08-08 23:46:01 +10:00
Kranium Gikos Mendoza
c943cf7c26
forkstat: 0.01.17 -> 0.02.00
2017-08-08 23:44:25 +10:00
Thomas Tuegel
ca6f1591ba
Merge pull request #27013 from expipiplus1/qt-charts
...
qt5: Add qtcharts submodule
2017-08-08 06:48:25 -05:00
Tim Steinbach
39b5cd5f6d
Merge pull request #28023 from volth/zookeeper-3.4.10
...
zookeeper: 3.4.9 -> 3.4.10
2017-08-08 07:20:22 -04:00
kiloreux
6a279ec77a
Fix typo
2017-08-08 10:27:41 +01:00
kiloreux
2ff9f969a1
Added libopencore to all-packages.nix
2017-08-08 10:09:17 +01:00
Orivej Desh
a6e7dffd1f
cc-wrapper: Fix standalone ld
2017-08-08 11:03:51 +02:00
Orivej Desh
c8e9dcc8a4
cc-wrapper: Fix standalone gcc
...
This ensures that all salted variables are defined even if the wrapped program
is invoked outside nix-build environment.
2017-08-08 11:03:51 +02:00
Orivej Desh
c8f7f18e69
cc-wrapper: Fix adding directories to rpath
...
This fixes a bug introduced in #27831 : `for path in "$dir"/lib*.so` assumed that
all libs match `lib*.so`, but 07674788d6
started
adding libs that match `*.so` and `*.so.*`.
2017-08-08 11:03:51 +02:00
Domen Kožar
a082215df5
hydra: 2017-07-24 -> 2017-07-27
2017-08-08 10:50:50 +02:00
Taahir Ahmed
e1d46c0c4d
makeWrapper: Only wrap normal executable files
...
`makeWrapper` and `wrapProgram` are being invoked on all kinds of
wacky things (usually with the help of bash globs or other machine
assistance).
So far, I have come across `wrapProgram` being invoked on a directory,
as well as on the empty string.
As far as I can tell, it's only valid to invoke these utilities on a
normal (non-directory, non-device) executable file. This commit
enforces that precondition.
2017-08-08 03:46:47 -05:00
kiloreux
6f7f06375c
Implement required changes
2017-08-08 09:43:23 +01:00
Robin Gloster
3e981b9e33
Revert "cc-wrapper: fix set -u errors"
...
This reverts commit 67a41eafe9
.
see #28021 for discussion
2017-08-08 10:20:00 +02:00
Robin Gloster
67a41eafe9
cc-wrapper: fix set -u errors
...
cc @Ericson2314
2017-08-08 10:15:34 +02:00
Peter Simons
550373b000
cabal-install: fix build after updating to version 2.x
2017-08-08 10:09:56 +02:00
Peter Simons
35dd36a027
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4.1 from Hackage revision
d913f9a17b
.
2017-08-08 10:09:46 +02:00
Peter Simons
142df08825
hackage2nix: update list of broken packages
2017-08-08 10:09:44 +02:00
Frederik Rietdijk
85519561a2
Merge pull request #28027 from sh01/shpr_fixurls_libtiff
...
libtiff: Fix debian patch tarball URL
2017-08-08 09:12:42 +02:00
Frederik Rietdijk
468fdddde6
Merge pull request #27753 from FRidh/python33eol
...
python33: end-of-life
2017-08-08 09:11:11 +02:00
kiloreux
21b6e9cc05
Add kiloreux as maintainer
2017-08-08 08:07:55 +01:00
Frederik Rietdijk
89af5d93e6
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-08 09:01:54 +02:00
Frederik Rietdijk
0734fb26c5
Merge pull request #28032 from casey/feedgen
...
python.pkgs.feedgen: init at 0.5.1
2017-08-08 09:01:27 +02:00
Casey Rodarmor
2141086af8
python.pkgs.feedgen: init at 0.5.1
2017-08-07 23:58:39 -07:00
kiloreux
ea4d01b857
Added libopencore support
2017-08-08 07:50:38 +01:00
Frederik Rietdijk
739b4b42e6
searx: fix typo, fixes #28015
2017-08-08 08:40:26 +02:00
Peter Simons
b196230e71
Merge pull request #25185 from ahmedtd/fix-makewrapper-unsupported-args
...
Fix makewrapper unsupported args
2017-08-08 08:33:56 +02:00
Taahir Ahmed
ece5387b09
makeWrapper: Die on unsupported arguments
...
Previously, makeWrapper would accept arguments it didn't recognize,
potentially allowing argument misspellings or broken callers.
Now, makeWrapper dies with a backtrace if it is called incorrectly.
Also changes `wrapProgram` so that it doesn't pass through the first
argument twice --- this was tripping up the argument checking.
2017-08-08 00:18:12 -05:00
Taahir Ahmed
12354b8eb5
dieHook: Add die
utility function
...
Calling `die "Error message"` causes the current script to exit with
an error, printing a backtrace
2017-08-08 00:17:56 -05:00
Sebastian Hagen
edf6176d8a
libtiff: Fix debian patch tarball URL
...
The tiff debian tarball URL has disappeared (since debian updated their current
version), which renders this package unbuildable.
Change it to a debian snapshot URL, which should be around indefinitely.
2017-08-08 04:06:55 +01:00
Volth
50d165c785
zookeeper: 3.4.9 -> 3.4.10
2017-08-08 01:38:33 +00:00
volth
b32a1199f8
orackejdk: untie from gnome2
...
Nothing should change unless you override ```gtk2``` or ```gnome2.gtk``` so they become different
2017-08-08 02:16:26 +02:00
Franz Pletz
9d29bed078
Merge pull request #28020 from michalrus/geekbench
...
geekbench: init at 4.1.1
2017-08-08 02:14:03 +02:00
Michal Rus
a809cf409a
geekbench: init at 4.1.1
2017-08-08 01:28:12 +02:00
Tim Steinbach
f46f98ad31
Revert 0cf0d7186a
...
Order common kernel config by functionality
See #27949
2017-08-07 17:34:10 -04:00
Daniel Peebles
de1110b52a
Merge pull request #27960 from LnL7/clang-libgcrypt
...
libgcrypt: fix clang build
2017-08-07 16:52:59 -04:00
Daiderd Jordan
44c354317d
Merge pull request #27911 from LnL7/erlang-no-gcc
...
erlang: remove explicit gcc dependency
2017-08-07 22:23:58 +02:00
Cray Elliott
2f9724e804
ffmpeg, ffmpeg-full: 3.3.2 -> 3.3.3
2017-08-07 12:53:48 -07:00
Wout Mertens
b6f19f79aa
Merge pull request #28004 from moesasji/master
...
xfce4-session: fix lock screen not working with light-locker
2017-08-07 18:40:48 +02:00
Wout Mertens
67ed1599bc
Merge pull request #28003 from kamilchm/ponyc
...
ponyc: 0.16.1 -> 0.17.0
2017-08-07 18:37:56 +02:00
Wout Mertens
ba203e40a6
Merge pull request #28010 from womfoo/bump/facter-3.7.1
...
facter: 3.6.6 -> 3.7.1 and related deps
2017-08-07 18:32:03 +02:00
Wout Mertens
5df2798221
Merge pull request #28011 from womfoo/bump/zabbix-cli-1.7.0
...
zabbix-cli: 1.6.1 -> 1.7.0
2017-08-07 18:31:11 +02:00
Wout Mertens
5ac09bc484
Merge pull request #28013 from womfoo/bump/pick-1.7.0
...
pick: 1.6.1 -> 1.7.0
2017-08-07 18:29:07 +02:00
Tim Steinbach
fa10497834
Merge pull request #27684 from gnidorah/bfq
...
linux: BFQ Group Scheduling support
2017-08-07 11:58:45 -04:00
Tim Steinbach
4edcfa3eb7
gradle: 4.0.2 -> 4.1
2017-08-07 11:44:35 -04:00
Tim Steinbach
06af1df857
linux: 4.13-rc3 -> 4.13-rc4
2017-08-07 11:40:01 -04:00
Tim Steinbach
ea2a10e143
linux: 4.4.79 -> 4.4.80
2017-08-07 11:35:42 -04:00
Tim Steinbach
4825e4818b
linux: 4.9.40 -> 4.9.41
2017-08-07 11:32:26 -04:00
Kranium Gikos Mendoza
bcc2858485
pick: 1.6.1 -> 1.7.0
2017-08-08 01:22:44 +10:00
Gabriel Ebner
795c003359
isabelle: use polyml 5.6
...
Isabelle 2016 does not work with newer PolyML versions.
2017-08-07 17:21:08 +02:00
John Ericson
810fb0c968
cc-wrapper: Don't slurp NIX_DONT_SET_RPATH
twice
...
Otherwise we end with a definition like `1 1`, which doesn't trigger the right
conditional.
2017-08-07 11:09:25 -04:00
Kranium Gikos Mendoza
a852d39dda
zabbix-cli: 1.6.1 -> 1.7.0
2017-08-08 01:02:38 +10:00
Kranium Gikos Mendoza
b99f162e40
facter: 3.6.6 -> 3.7.1
2017-08-08 00:37:43 +10:00
Kranium Gikos Mendoza
b416579af4
leatherman: 0.11.2 -> 1.0.0
2017-08-08 00:37:43 +10:00
Domen Kožar
4f80406fdd
Merge pull request #27615 from NickHu/cuda
...
fix haskellPackages.cuda and some tools dependent on cudatoolkit
2017-08-07 16:13:49 +02:00
Frederik Rietdijk
2203908e5f
Merge commit 'b679e14' into HEAD
2017-08-07 13:19:09 +02:00
Frederik Rietdijk
e6808e30ae
Merge pull request #27931 from gnidorah/kde
...
Fix some KDE applications
2017-08-07 13:15:36 +02:00