Ignat Loskutov
1915170dde
idea.datagrip: init at 2016.3
2016-12-06 00:28:09 +03:00
John Ericson
e2ff3f160d
Merge pull request #15043 from Ericson2314/cross
...
top-level: simplify stdenv calling of top-level: fewer inferred and re-inferring arguments
2016-12-05 10:56:23 -05:00
Joachim Fasting
e43a99ec9f
electrum: 2.7.11 -> 2.7.12
2016-12-05 16:26:03 +01:00
Joachim F
c98023b2b3
Merge pull request #20918 from joachifm/privoxy-bump
...
privoxy: 3.0.24 -> 3.0.26
2016-12-05 15:38:38 +01:00
Joachim F
4277c8da7b
Merge pull request #20902 from joachifm/torsocks
...
torsocks update & improvements
2016-12-05 15:33:45 +01:00
Nikolay Amiantov
497e6d2f1d
haskellPackages.haskell-src-exts-simple: build against new haskell-src-exts
2016-12-05 16:39:23 +03:00
Shea Levy
b6fe3994be
Merge branch 'heist-pandoc' of git://github.com/imalsogreg/nixpkgs
2016-12-05 08:04:24 -05:00
Joachim F
546eba73e1
Merge pull request #20910 from peterhoeg/wp
...
wp-cli: 0.24.1 -> 1.0.0
2016-12-05 13:26:50 +01:00
Joachim Fasting
407537a4bc
privoxy: 3.0.24 -> 3.0.26
...
With some minor cosmetics
2016-12-05 13:20:51 +01:00
Joachim Fasting
07c0cdcba2
torsocks: enable install check
2016-12-05 13:18:54 +01:00
Joachim Fasting
95608c3e8d
torsocks: redo patching, ensure getcap is available
2016-12-05 13:18:50 +01:00
Joachim Fasting
8aebb6b181
torsocks: expression cleanups
...
- Remove redundant preConfigure
torsocks installs into $libdir/torsocks, so setting libdir=$out/lib
doesn't really help. To put the shared objects into $out/lib we'd have
to manually move them into $out and patch various files (the script
itself expects $libdir/torsocks).
- Use nativeBuildInputs
2016-12-05 13:18:47 +01:00
Joachim Fasting
9353d8c1ea
torsocks: 2.1.0 -> 2.2.0
2016-12-05 13:18:08 +01:00
Pascal Wittmann
54cea02d90
Merge pull request #20880 from kamilchm/marathon
...
marathon: 1.1.2 -> 1.3.6
2016-12-05 13:08:56 +01:00
Frederik Rietdijk
7d44426ccd
pythonPackages.zope_schema: disable tests
...
See https://github.com/NixOS/nixpkgs/issues/20791
2016-12-05 12:06:00 +01:00
Frederik Rietdijk
df70ef17a3
Merge pull request #20914 from lsix/update_django
...
Update django
2016-12-05 12:02:45 +01:00
Frederik Rietdijk
7f561ef302
pythonPackages.cffi: 1.7.0 -> 1.9.1
2016-12-05 11:59:45 +01:00
Lancelot SIX
a56e180629
pythonPackages.django_1_8: 1.8.16 -> 1.8.17
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.8.17/
2016-12-05 11:15:10 +01:00
Lancelot SIX
feae2732b1
pythonPackages.django_1_9: 1.9.11 -> 1.9.12
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.9.12/
2016-12-05 11:14:53 +01:00
Lancelot SIX
8ba68644c6
pythonPackages.django_1_10: 1.10.3 -> 1.10.4
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.10.4/
2016-12-05 11:14:29 +01:00
Frederik Rietdijk
0fe3ad7559
Merge pull request #20913 from matthiasbeyer/update-mutt
...
mutt: 1.7.1 -> 1.7.2
2016-12-05 10:35:04 +01:00
Frederik Rietdijk
74d0f57269
Revert "entrypoints example"
...
This reverts commit d228d52870
.
THe example was not supposed to go in.
2016-12-05 10:31:53 +01:00
Frederik Rietdijk
94f92dfb56
Merge pull request #20894 from FRidh/buildpythonpackage_flit
...
Python: rewrite buildPythonPackage, support `flit` format
2016-12-05 10:30:38 +01:00
Frederik Rietdijk
d228d52870
entrypoints example
2016-12-05 10:29:22 +01:00
Frederik Rietdijk
42bad32e13
buildPythonPackage: refactor
2016-12-05 10:29:22 +01:00
Frederik Rietdijk
c6a7d8e10f
pythonPackages.flit: init at 0.10
2016-12-05 09:56:09 +01:00
Frederik Rietdijk
03aacfaddd
pythonPackages.request_download: init at 0.1.1
2016-12-05 09:56:09 +01:00
Frederik Rietdijk
44cc1d7193
pythonPackages.zipfile36: init at 0.1.3
2016-12-05 09:56:09 +01:00
Frederik Rietdijk
5ba37dfc7a
Merge pull request #20893 from FRidh/fixed3
...
Python: use fixed-point combinator, add pkgs to interpreter
2016-12-05 09:47:43 +01:00
Frederik Rietdijk
3d59b82925
DOCS: update Python docs to reflect fixed-point combinator
2016-12-05 09:45:11 +01:00
Frederik Rietdijk
31e32b6d9e
Python interpreters: add pkgs attribute
...
A package set is constructed for a specific interpreter. Therefore, we add the
possibility to override the package set to the interpreter. This should make it
easier to override the interpreter and the package set at the same time.
2016-12-05 09:43:44 +01:00
Frederik Rietdijk
8dadb44196
pythonPackages: use fixed-point combinator
...
Use a fixed-point combinator for the Python package set to allow easier overriding of its contents.
Earlier implementations were proposed in #16784 and #17428 . This commit is by comparison much smaller
and changes only what is needed.
2016-12-05 09:39:45 +01:00
Matthias Beyer
10b16b2327
mutt: 1.7.1 -> 1.7.2
2016-12-05 08:48:14 +01:00
Greg Hale
ad489cec10
Add pandoc dependency to heist to restore working heist tests
2016-12-05 01:53:44 +00:00
Tuomas Tynkkynen
571cf4f209
uisp: Fix build
2016-12-05 02:40:04 +02:00
Tuomas Tynkkynen
f91458ca38
reattach-to-user-namespace: Set platforms
2016-12-05 02:36:54 +02:00
Tuomas Tynkkynen
1e7bb272e1
U-Boot: Add platforms to legacy U-Boots
...
Or they will be tried to be built on x86_64 since #19990 .
2016-12-05 02:17:41 +02:00
Tuomas Tynkkynen
a7c31ce165
snack: Mark broken
...
Besides the hardeningDisable I added, something else is broken.
gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DOSS -I/nix/store/q2k3anmbnwklaxih3brk9g6mxzjv155z-tcl-8.6.6/include -I/tmp/nix-build-tcl-8.6.6.drv-0/tcl8.6.6/generic -I/tmp/nix-build-tk-8.6.6.drv-0/tk8.6.6/generic -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkFormatMP3.c
./../generic/jkFormatMP3.c:34:26: error: expected declaration specifiers or '...' before '(' token
#define roundf(x) (floor((x)+(float )0.5f))
^
2016-12-05 02:09:18 +02:00
Tuomas Tynkkynen
55eb741146
xsokoban: Fix build
2016-12-05 02:01:54 +02:00
Michael Raskin
8cdc40dae0
Merge pull request #20907 from tohl/master
...
sbcl: 1.3.11 -> 1.3.12
2016-12-04 23:36:36 +00:00
Tomas Hlavaty
9adbe60c81
sbcl: 1.3.11 -> 1.3.12
2016-12-05 00:15:55 +01:00
Jaka Hudoklin
e10198e7f4
Merge pull request #20496 from offlinehacker/pkgs/gocryptfs/init
...
gocryptfs: init at 1.1.1
2016-12-04 22:23:09 +01:00
Jaka Hudoklin
3e134f0504
Merge pull request #20820 from offlinehacker/pkgs/dockermachine/add/kvm-driver
...
docker-machine-kvm: init at 0.7.0
2016-12-04 22:21:48 +01:00
Profpatsch
ea412cd5a1
lib/generators: add toKeyValue & mkKeyValueLine ( #20903 )
...
generators for the common use case of simple config files which hold keys and
values. Used in the implementation for toINI.
2016-12-04 22:11:24 +01:00
Joachim Fasting
2f861e6ba6
chkrootkit: 0.50 -> 0.51, fix build
2016-12-04 22:10:06 +01:00
Vladimír Čunát
0fd5a0c8a3
lyx: 2.1.5 -> 2.2.2
...
... and use Qt5 now!
2016-12-04 21:11:28 +01:00
Vladimír Čunát
ae0bfae810
cairomm: fixup url
...
I've got no idea why there are two tarballs with same name but different
hash.
2016-12-04 20:21:25 +01:00
Vladimír Čunát
ad0d7f6a05
Merge branch 'staging'
2016-12-04 19:22:36 +01:00
Vladimír Čunát
6e91b74839
Revert "cairomm: maintenance 1.12.0 -> 1.12.2"
...
This reverts commit d652b2cbee
.
Some packages got broken by this (rawtherapee*, ardour*).
2016-12-04 19:20:47 +01:00
Tuomas Tynkkynen
659f75bfcd
coreutils-prefixed: Fix build since the single-binary changes
...
With the symlinked build it's only renaming 'coreutils' to
'gcoreutils' and leaving all the actual command symlinks alone.
Instead of custom renaming scripts, let's use --program-prefix
from the autotools kitchen sink. This has the nice(?) bonus that
the manpages also get prefixed with 'g' now.
The build system refuses to enable both single-binary build and
--program-prefix - but the symlink-based single-binary build couldn't
possibly work either (as it will be looking at "$0" for which command
to execute).
2016-12-04 18:21:02 +02:00