Piotr Bogdan
14f232d812
ultrastardx: fix build
2017-11-05 15:59:47 +01:00
Michael Raskin
cdbe4671be
SBCL: bump to unstable to include upstream fixes for bugs breaking iolib
2017-11-05 15:26:17 +01:00
Franz Pletz
b032b3544f
linux_mptcp: 0.92.1 -> 0.93
2017-11-05 14:56:06 +01:00
Franz Pletz
91de9958c0
browserpass: 1.0.6 -> 2.0.7
2017-11-05 14:55:51 +01:00
Tuomas Tynkkynen
b50693d16c
kernel, initrd: Remove legacy ubootChooser
2017-11-05 15:11:12 +02:00
Sander van der Burg
cf610f8a48
fast-cli: pinpoint to a 1.x version, since 2.x requires nodejs 8 or greater
2017-11-05 14:00:27 +01:00
Eelco Dolstra
20bb7d5373
krita: 3.2.1 -> 3.3.2
2017-11-05 13:48:19 +01:00
Sander van der Burg
51536b2df7
Merge pull request #31235 from Ma27/statsd-with-node2nix
...
statsd: repackage with node2nix
2017-11-05 13:46:03 +01:00
Frederik Rietdijk
5fde24c20b
python.pkgs.urwid: fix build
2017-11-05 13:44:16 +01:00
Orivej Desh
4e3a5957bb
Merge pull request #31267 from orivej/subsurface
...
subsurface: 4.6.0 -> 4.7.2
2017-11-05 11:24:03 +00:00
Frederik Rietdijk
6254141c92
Python pkgs: remove old/unused patches
2017-11-05 10:56:38 +01:00
Frederik Rietdijk
07eeeb3600
Python: move expressions in python-modules to their own folders
2017-11-05 10:45:54 +01:00
Peter Simons
37d5539aeb
Merge pull request #31192 from mulderr/master
...
nixpkgs manual: add rstudio shell.nix example
2017-11-05 09:48:09 +01:00
Frederik Rietdijk
dd851a8d75
Merge pull request #31254 from LumiGuide/graphite-python-overrides
...
graphite: override django and django_tagging
2017-11-05 09:40:59 +01:00
Frederik Rietdijk
f825642e74
Merge pull request #30266 from Ralith/matrix-synapse
...
matrix-synapse: 0.22.1 -> 0.24.1
2017-11-05 09:39:16 +01:00
aszlig
316de025d1
python/meliae: Fix version string for download URL
...
While the version listed on PyPI is "0.4.0.final.0", the actual tarball
however is called just "meliae-0.4.0.tar.gz", which is the same *name*
(but different hash) as the one before the update in
7ce848309e
.
Here is the PyPI page for reference:
https://pypi.python.org/pypi/meliae/0.4.0.final.0
After checking the tarballs contents, the version string however *is*
"0.4.0.final.0", so I'm only changing the version in the download URL
rather than in the version attribute.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @FRidh
2017-11-05 06:47:20 +01:00
Orivej Desh
51186eb015
Merge pull request #31265 from danielfullmer/adapta-3.92.1.72
...
adapta-gtk-theme: 3.91.2.147 -> 3.92.1.72
2017-11-05 04:42:55 +00:00
Orivej Desh
0c104e40cb
Merge pull request #30558 from volth/tixati-2.55
...
tixati: init at 2.55
2017-11-05 04:22:17 +00:00
Orivej Desh
5369837c0b
Merge pull request #28873 from michalrus/hubstaff
...
hubstaff: init at 1.2.14
2017-11-05 04:18:54 +00:00
Orivej Desh
a4085e28b1
subsurface: 4.6.0 -> 4.7.2
2017-11-05 03:38:37 +00:00
Michal Rus
07e2460afd
hubstaff: init at 1.2.14
2017-11-05 04:02:28 +01:00
Michael Raskin
7be7698612
Merge pull request #25552 from antonxy/master
...
lightworks: init at 14.0.0
2017-11-05 00:01:48 +00:00
Vincent Laporte
0cabd5fa67
ocamlPackages.ocaml-migrate-parsetree: 1.0.5 -> 1.0.7
2017-11-04 23:47:44 +00:00
Michael Raskin
af7be86125
Merge pull request #31264 from kini/acl2-update
...
acl2: 6.5 -> 7.4; sbcl: remove 1.2.0 and 1.3.12
2017-11-04 23:17:30 +00:00
Michael Raskin
d715c087b1
Merge pull request #20423 from DerTim1/add-service-wrapper
...
service-wrapper: init at 16.04.0
2017-11-04 22:16:59 +00:00
Daniel Fullmer
bfe218e3cb
adapta-gtk-theme: 3.91.2.147 -> 3.92.1.72
2017-11-04 18:03:04 -04:00
knupfer
d71833ee36
fetchipfs: init
...
Fixes #18296
2017-11-04 23:01:27 +01:00
Graham Christensen
59c995ce06
Merge pull request #31259 from mimadrid/update/elixir-1.5.2
...
elixir: 1.5.1 -> 1.5.2
2017-11-04 16:58:40 -04:00
Keshav Kini
21db63d669
sbcl: remove old versions 1.2.0, 1.3.12
...
SBCL 1.2.0 was being retained for the acl2 package, which no longer
needs it. SBCL 1.3.12 was being retained for the maxima package,
which appears to no longer need it.
2017-11-04 13:48:22 -07:00
Keshav Kini
0094ca20cc
acl2: 6.5 -> 7.4, refactor
...
The `make regression` line was failing because the expression was
downloading a core-system-only, no-libraries source tarball. I
switched to using fetchFromGitHub, which downloads the full source
code -- the core system as well as the "community books",
i.e. libraries -- but the libraries unfortunately do not build yet
because they have more dependencies than the core system, and they
also run into some impurity problems during the build process.
This commit changes the ACL2 package so that at least the user will
obtain the latest version of the core system, even though they won't
get the community books. In a later commit I hope to fix this; it
will require either changes to ACL2 itself, or a patch to be applied
to ACL2 in nixpkgs.
ACL2 7.4 has no trouble building on the current version of SBCL in
nixpkgs, so I let it do so instead of using the ancient SBCL version
1.2.0 from 2014.
I also added myself as a maintainer to this package, since I'm an
active contributor to the ACL2 project and am interested in seeing it
working on Nix.
2017-11-04 13:48:22 -07:00
Michael Weiss
af3a11b8f6
pgpdump: Add support for compressed data packets
...
This will add support for compressed data packets (Tag 8) [0] and enable
it by default.
[0]: https://tools.ietf.org/html/rfc4880#section-5.6
2017-11-04 21:23:14 +01:00
Orivej Desh
86415c9c83
Merge pull request #27790 from MatrixAI/masterpdfeditor
...
masterpdfeditor: init at 4.2.70
2017-11-04 20:19:40 +00:00
Michael Raskin
53d4649ddc
Merge pull request #31257 from c0bw3b/pkg/nsjail
...
nsjail: 2.1 -> 2.2
2017-11-04 20:04:57 +00:00
mimadrid
a6e12e5cf5
elixir: 1.5.1 -> 1.5.2
2017-11-04 20:30:27 +01:00
Peter Simons
d594ca69fd
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.6-15-g404d240 from Hackage revision
be48096efe
.
2017-11-04 20:02:45 +01:00
Peter Simons
a09460b827
ghc: add 8.2.2-rc2
2017-11-04 20:02:31 +01:00
Renaud
9754503c6b
nsjail: 2.1 -> 2.2
...
plus fixed meta.license which should be Apache License 2.0
2017-11-04 20:02:23 +01:00
Vincent Laporte
9e0159c04c
ocamlPackages.stdio: 0.9.0 -> 0.9.1
2017-11-04 18:50:23 +00:00
Michael Raskin
6f686c47ff
Merge pull request #31231 from mimadrid/update/sbcl-1.4.1
...
sbcl: 1.4.0 -> 1.4.1
2017-11-04 18:24:05 +00:00
Vincent Laporte
a8c4829f7c
ocamlPackages.base: 0.9.3 -> 0.9.4
2017-11-04 17:47:38 +00:00
Vladimír Čunát
8ea1b79003
wxGTK-{2.9,3.0}: apply an upstream patch
...
Close #30909 .
2017-11-04 18:28:33 +01:00
Vincent Laporte
8923737cd5
ocamlPackages.sexplib: 0.9.2 -> 0.9.3
2017-11-04 17:09:50 +00:00
Guillaume Maudoux
7325ad9ab7
graphite: override django and django_tagging
...
instead of depending on specific versions in the django_tagging_0_4_3
and graphite_web derivations.
This should fix: https://github.com/NixOS/nixpkgs/pull/30277#discussion_r145393088
This was joint work of @basvandijk and @layus at NixCon 2017.
2017-11-04 17:53:35 +01:00
Daiderd Jordan
a9f13a4614
Merge pull request #31213 from acowley/qt5-cmake-cleanup
...
qt5: fix cmake cleanup on darwin
2017-11-04 16:51:56 +01:00
Tim Steinbach
d9024786f2
Merge pull request #31011 from leenaars/hex
...
beamPackages.hex: 0.14.0 => 0.17.1
2017-11-04 11:19:02 -04:00
Tim Steinbach
97f172a1d5
Merge pull request #31146 from NeQuissimus/kafka_updates
...
Kafka: Update + Tests
2017-11-04 11:06:32 -04:00
Tim Steinbach
a789f5b2f1
Merge pull request #31233 from mimadrid/update/rofi-pass-1.5.3
...
rofi-pass: 1.5.2 -> 1.5.3
2017-11-04 11:04:41 -04:00
Tim Steinbach
21b587a6dd
Merge pull request #31232 from mimadrid/update/tmuxp-1.3.4
...
tmuxp: 1.3.1 -> 1.3.4
2017-11-04 10:58:27 -04:00
mimadrid
9720703d24
mawk: 1.3.4-20161120 -> 1.3.4-20171017
2017-11-04 15:56:31 +01:00
Tim Steinbach
b7fe5577e5
Merge pull request #31245 from pbogdan/openrct2-fix-build
...
openrct2: fix build
2017-11-04 10:52:06 -04:00
Tim Steinbach
2452bd2e80
Merge pull request #31240 from gjeusel/tortoisehg-update
...
tortoisehg: 4.1.1 -> 4.3.1
2017-11-04 10:48:29 -04:00
Tim Steinbach
433703254b
Merge pull request #31248 from mimadrid/update/jruby-9.1.13.0
...
jruby: 9.1.12.0 -> 9.1.13.0
2017-11-04 10:42:42 -04:00
Tim Steinbach
aab92cba7d
Merge pull request #31243 from pbogdan/tcpflow-fix-build
...
tcpflow: fix build
2017-11-04 10:42:18 -04:00
Tim Steinbach
73714d8a56
Merge pull request #31247 from Shados/synergy-repo-rename
...
synergy: track upstream repository name change.
2017-11-04 10:38:06 -04:00
mimadrid
303ad53e7e
jruby: 9.1.12.0 -> 9.1.13.0
2017-11-04 15:36:17 +01:00
Tim Steinbach
e049e462ff
Merge pull request #31226 from adisbladis/firefox-beta-bin-57_0b14
...
firefox-beta-bin: 57.0b13 -> 57.0b14
2017-11-04 10:32:33 -04:00
Alexei Robyn
97594ffd86
synergy: track upstream repository name change.
2017-11-05 01:30:20 +11:00
mimadrid
84ad480e0c
tilix: 1.6.4 -> 1.7.1
2017-11-04 15:25:33 +01:00
Daiderd Jordan
de62516777
Merge pull request #31174 from eqyiel/fix-lame
...
lame: prevent build failure from using outdated symbol list
2017-11-04 15:20:33 +01:00
Piotr Bogdan
9e59605bab
openrct2: fix build
2017-11-04 14:18:47 +00:00
Michael Raskin
8868daa5e6
Merge pull request #31244 from pbogdan/textadept-fix-build
...
textadept: fix build
2017-11-04 14:07:01 +00:00
Piotr Bogdan
0936dd0d57
textadept: fix build
2017-11-04 13:56:32 +00:00
Piotr Bogdan
adf5aea0b6
tcpflow: fix build
2017-11-04 12:45:59 +00:00
Michael Raskin
cc3c38d788
Merge pull request #31238 from c0bw3b/pkg/fdm
...
fdm: 1.8 -> 1.9.0.20170124
2017-11-04 12:36:06 +00:00
Renaud
5fe398fdc9
fdm: 1.8 -> 1.9.0.20170124
...
sf.net repo does not exist anymore
2017-11-04 13:27:39 +01:00
Michael Raskin
eafd703a63
lispPackages.clwrapper: make sure to patch shebangs in the scripts before using them
2017-11-04 12:46:56 +01:00
Maciej Kazulak
42b70ae5ed
nixpkgs manual: add rstudio shell.nix example
...
Provide an example of a self-contained shell.nix for rstudio with
additional packages.
2017-11-04 12:26:08 +01:00
Joachim Fasting
86bc99cc8a
tor-browser-bundle-bin: 7.0.8 -> 7.0.9
2017-11-04 12:19:58 +01:00
Daiderd Jordan
0d95b319c0
Merge pull request #31234 from mimadrid/update/rlwrap-0.43
...
rlwrap: 0.42 -> 0.43
2017-11-04 11:56:19 +01:00
Daiderd Jordan
7ada6b5ad2
Merge pull request #31229 from mimadrid/update/fzf-0.17.1
...
fzf: 0.17.1
2017-11-04 11:50:19 +01:00
gjeusel
ba885e1d7d
tortoisehg: 4.1.1 -> 4.3.1
...
Signed-off-by: gjeusel <jeusel.guillaume@gmail.com>
2017-11-04 11:48:38 +01:00
Jean-Philippe Bernardy
6269306a8d
pythonPackages.tensorflow: add flags for efficent math on CPU
2017-11-04 13:18:11 +03:00
Maximilian Bosch
5633431c2b
statsd: repackage with node2nix
2017-11-04 10:23:28 +01:00
Vladimír Čunát
bb87d2c81a
drbd: fix evaluation after #30872
2017-11-04 10:20:39 +01:00
Frederik Rietdijk
decaeb3040
Merge pull request #30872 from FRidh/udev
...
systemd: remove udev attributes
2017-11-04 10:02:01 +01:00
Joerg Thalheim
6ec3bf3a77
bcc: add myself as maintainer
2017-11-04 08:58:04 +00:00
Joerg Thalheim
292f23c4b5
bcc: fix module installation
...
BCC_KERNEL_MODULES_DIR should have not been removed
2017-11-04 08:57:20 +00:00
Frederik Rietdijk
4bd9b3b7cf
Merge pull request #25274 from lheckemann/weechat-plugin-split
...
Weechat plugin split
2017-11-04 09:55:09 +01:00
mimadrid
97d251e6ac
rofi-pass: 1.5.2 -> 1.5.3
2017-11-04 09:31:18 +01:00
mimadrid
c375ed9b86
rlwrap: 0.42 -> 0.43
2017-11-04 09:29:49 +01:00
mimadrid
16172d4299
fzf: 0.17.1
2017-11-04 08:36:33 +01:00
mimadrid
765091d80b
tmuxp: 1.3.1 -> 1.3.4
2017-11-04 08:25:03 +01:00
mimadrid
4b5d30df2d
sbcl: 1.4.0 -> 1.4.1
2017-11-04 08:20:37 +01:00
Orivej Desh
3ea077e638
Merge pull request #30942 from andrestylianos/joker
...
joker: init at 0.8.6
2017-11-04 07:09:56 +00:00
Orivej Desh
a167ea6875
joker: do not install private generators
2017-11-04 07:03:06 +00:00
Graham Christensen
ec270cd40b
Merge pull request #31225 from adisbladis/firefox-devedition-bin-58_0b1
...
firefox-devedition-bin: 57.0b13 -> 58.0b1
2017-11-04 02:38:02 -04:00
André Stylianos Ramos
49e0be1d4d
joker: init at 0.8.6
2017-11-04 06:36:16 +01:00
adisbladis
b7e3f5d944
firefox-devedition-bin: 57.0b13 -> 58.0b1
2017-11-04 12:52:52 +08:00
adisbladis
07cb41b183
firefox-beta-bin: 57.0b13 -> 57.0b14
2017-11-04 12:52:10 +08:00
adisbladis
50ad5f1c36
audacity: 2.1.3 -> 2.2.0
2017-11-04 12:46:00 +08:00
Orivej Desh
75a7763e56
Merge pull request #31216 from jbboehr/fix/php-ldap-header
...
php: fix compilation when ldap header exists on host system
2017-11-04 01:51:04 +00:00
Michal 'BlessJah' Marzuchowski
c3e7e2249b
mtail: init at 3.0.0-rc4
2017-11-04 01:36:52 +01:00
Michal 'BlessJah' Marzuchowski
6b7321c42c
gotools: 20160519 -> 20170807
2017-11-04 01:22:40 +01:00
John Boehr
57f6b87229
php: fix ldap paths when header exists on host system
...
Fixes #20491
2017-11-03 16:58:01 -07:00
Vincent Laporte
0ce1067b18
ocamlPackages.num: init at 1.1
2017-11-03 23:45:18 +00:00
Anthony Cowley
66c0193e6b
qt5: fix cmake cleanup on darwin
...
This fixes the case where the `find` command does not return any
files.
2017-11-03 19:29:52 -04:00
Vincent Laporte
4f7c0aed38
ocaml: init at 4.06.0
2017-11-03 22:51:27 +00:00
Jörg Thalheim
3328e35af8
Merge pull request #30987 from wizeman/u/fix-openntpd-cert
...
openntpd: fix constraints feature on NixOS
2017-11-03 22:36:19 +00:00
Tim Steinbach
a5847e8378
Merge pull request #31185 from pbogdan/kafkacat-fix-build
...
kafkacat: fix sandboxed build
2017-11-03 17:38:49 -04:00
Tim Steinbach
4142887d4a
Merge pull request #30938 from NeQuissimus/lightdm_1_24
...
lightdm: 1.22.0 -> 1.24.0
2017-11-03 17:33:13 -04:00