Dmitry Kalinkin
73625f2522
root5: mark as broken on Linux
2019-01-11 20:45:37 -05:00
Dmitry Kalinkin
0c9335fb1c
root, root5: fix build on darwin
2019-01-11 20:45:37 -05:00
Dmitry Kalinkin
ac7f4c0478
boehmgc: fix patch url
...
Fixes: 587467a18e ('github-gentoo-compromized_can...')
Closes : #53809
2019-01-11 13:20:05 -05:00
Dmitry Kalinkin
6bc8a66212
Merge pull request #53300 from msteen/openra
...
openra with extra mods
2019-01-10 13:56:46 -05:00
Dmitry Kalinkin
9fac2254b2
Merge pull request #53666 from ThomasMader/dlang-update
...
dmd: 2.083.1 -> 2.084.0, dub: 1.12.1 -> 1.13.0, dtools: 2.083.1 -> 2.084.0, Literate: 2018-12-23 -> 2019-01-08
2019-01-10 13:54:44 -05:00
Dmitry Kalinkin
1a7e65e146
adv_cmds: switch url to use https
...
warning: unable to download 'http://opensource.apple.com/tarballs/adv_cmds/adv_cmds-158.tar.gz ': HTTP error 302 (curl error: Couldn't connect to server); retrying in 298 ms
2019-01-09 21:46:58 -05:00
Dmitry Kalinkin
6b81768297
Merge pull request #30479 from obsidiansystems/singularity-tools
...
singularity-tools: Only copy into /bin what is specified in contents
2019-01-09 19:39:08 -05:00
Dmitry Kalinkin
95ba471110
Merge pull request #53713 from andir/websocketpp
...
websocketpp: 0.7.0 -> 0.8.1
2019-01-09 17:11:13 -05:00
Dmitry Kalinkin
2a68c2c413
poppler: fix build on darwin
2019-01-08 22:17:47 -05:00
Dmitry Kalinkin
fc09fcb33b
Merge pull request #53664 from iblech/patch-6
...
tikzit: 2.0 -> 2.1
2019-01-08 15:35:04 -05:00
Dmitry Kalinkin
6004e5dda3
Merge pull request #53574 from kamilchm/qtile
...
qtile: 0.12.0 -> 0.13.0
2019-01-08 11:51:08 -05:00
Dmitry Kalinkin
0308087b74
Merge pull request #53468 from asymmetric/anki-2.1.8
...
anki: 2.1.7 -> 2.1.8
2019-01-05 19:15:12 -05:00
Dmitry Kalinkin
d2cfddd3b5
anki: fix build on darwin
...
Runtime doesn't work:
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'
This is probably because qtwebengine is broken on darwin, but doesn't
fail the build (#40149 )
2019-01-05 19:13:10 -05:00
Dmitry Kalinkin
8a7d9e6dd0
offlineimap: provide "OS-DEFAULT" CA certificates ( #53268 )
2019-01-05 17:38:10 +01:00
Dmitry Kalinkin
fb185ff859
Merge pull request #52835 from suhr/musescore
...
musescore: 2.3.2 -> 3.0
2019-01-04 20:20:34 -05:00
Dmitry Kalinkin
fc2a65308f
musescore: switch to QtWebEngine
...
Since version 3.0 it builds with QtWebEngine by default.
2019-01-04 19:43:23 -05:00
Dmitry Kalinkin
00754cd689
digikam: switch from QtWebKit to QtWebEngine
2018-12-31 10:18:04 +01:00
Dmitry Kalinkin
eecc33608f
git-cola: doesn't need QtWebKit
...
QtWebKit is only used if QtWebEngine is not available
2018-12-30 10:23:43 -05:00
Dmitry Kalinkin
16f11dff3f
frescobaldi: add explicit dependency on sip
2018-12-29 22:54:03 -05:00
Dmitry Kalinkin
ae8797777a
electron-cash: doesn't need QtWebKit
...
Upstream issue:
https://github.com/Electron-Cash/Electron-Cash/pull/1078
2018-12-29 22:37:23 -05:00
Dmitry Kalinkin
8df467ebd6
qutebrowser: drop QtWebKit support
...
From the qutebrowser README:
"support for QtWebKit will be dropped soon"
2018-12-27 09:14:22 -05:00
Dmitry Kalinkin
07a67363b7
pyqt5_with_qtwebkit: add warning comment
2018-12-27 09:14:21 -05:00
Dmitry Kalinkin
97ec7a9ab9
pythonPackages.qtconsole: build on darwin
...
Fixes: d7ef9a7107 ('python36Packages.qtconsole: 4.4.2 -> 4.4.3')
2018-12-27 09:14:21 -05:00
Dmitry Kalinkin
20d60c8238
treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is needed
2018-12-27 09:14:21 -05:00
Dmitry Kalinkin
3c198294e7
pyqt5: refactor
2018-12-27 09:14:21 -05:00
Dmitry Kalinkin
facefec139
pyqt5: make qtwebkit optional, disable by default
...
qtwebkit appears to be unsupported in Qt 5.11. We are using some old port
https://github.com/NixOS/nixpkgs/blob/475d653afdbd8fe3e00ccfd22a30014b0df7aeaa/pkgs/development/libraries/qt-5/5.11/default.nix#L39-L48
and it is broken on darwin.
2018-12-27 09:14:20 -05:00
Dmitry Kalinkin
9b07d48d9c
pyqt5: remove old fixes
...
Since about 5 hydra evaluations ago the build log has:
substituteStream(): WARNING: pattern 'install_dir=pydbusmoddir' doesn't match anything in file 'configure.py'
substituteStream(): WARNING: pattern 'ModuleMetadata(qmake_QT=['webkitwidgets'])' doesn't match anything in file 'configure.py'
Looking at the original configure.py I don't see any mention of
pydbusmoddir and ModuleMetadata seems to be set like the patch suggests:
'QtWebKitWidgets': ModuleMetadata(
qmake_QT=['webkitwidgets',
'printsupport']),
It appears that we don't need the fix anymore.
Reverts: d3ed0ab32b ('PyQt: fix build')
2018-12-27 09:13:07 -05:00
Dmitry Kalinkin
3edd5cb227
Merge pull request #51294 from eadwu/nvidia_x11/legacy_390
...
nvidia: expose nvidia_x11_legacy390
2018-12-27 09:08:53 -05:00
Dmitry Kalinkin
8e79ebc523
Merge pull request #52934 from veprbl/pr/arrow_cpp_gtest_fix
...
arrow-cpp: fix build
2018-12-26 17:43:38 -05:00
Dmitry Kalinkin
956b4a87a8
arrow-cpp: fix build
...
Fixes: 1f6b095061 ('gtest: build shared library')
2018-12-26 19:57:32 +03:00
Dmitry Kalinkin
c7f26a34e8
Merge pull request #52896 from veprbl/pr/gmane_wo_net-snmp
...
treewide: Fix broken Gmane URLs
2018-12-25 22:55:03 -05:00
Dmitry Kalinkin
1e1219b590
Merge pull request #51603 from veprbl/pr/drop_python_pkgs_lz4
...
pythonPackages.lz4: remove in favor of pythonPackages.python-lz4
2018-12-25 11:31:03 -05:00
Dmitry Kalinkin
c217d67be3
mozlz4a: replace lz4 alias with proper name
...
lz4 used to package the same package as python-lz4, then lz4 was
removed and became an alias to python-lz4
2018-12-25 10:36:24 -05:00
Dmitry Kalinkin
be94ca4ada
pythonPackages.python-lz4: 2.1.0 -> 2.1.2
2018-12-25 10:36:24 -05:00
Dmitry Kalinkin
fdc9826c19
buildbot: replace lz4 alias with proper name
...
lz4 used to package the same package as python-lz4, then lz4 was
removed and became an alias to python-lz4
2018-12-25 10:36:24 -05:00
Dmitry Kalinkin
6ef6d4339a
pythonPackages.python-lz4: fix license
2018-12-25 10:36:24 -05:00
Dmitry Kalinkin
b51aaaa36c
pythonPackages.lz4: remove in favor of pythonPackages.python-lz4
...
lz4 packages the same package as python-lz4, but an outdated version
2018-12-25 10:36:20 -05:00
Dmitry Kalinkin
b978ad890a
Merge pull request #52743 from ivan/ue4demos-urls
...
ue4demos: fix download URLs
2018-12-23 20:21:13 -05:00
Dmitry Kalinkin
9592e380c5
Merge pull request #52531 from fusion809/openra-20181215-bump
...
openra: 20180923->20181215
2018-12-23 19:05:52 -05:00
Dmitry Kalinkin
98625b2bee
bzflag: enable on darwin ( #52707 )
2018-12-22 18:01:20 -05:00
Dmitry Kalinkin
0d7546c0c2
Merge pull request #52623 from erictapen/pdfjs
...
qutebrowser: fix pdfjs
2018-12-21 22:18:47 -05:00
Dmitry Kalinkin
62aea9510c
Merge pull request #51796 from bachp/dsview-0.99
...
dsview: init at 0.99
2018-12-21 17:40:40 -05:00
Dmitry Kalinkin
284df60986
Merge pull request #51841 from veprbl/pr/pyjet_fix
...
pythonPackages.pyjet: fix for python37
2018-12-21 16:57:54 -05:00
Dmitry Kalinkin
7d3993295c
motion: add veprbl to meta.maintainers
2018-12-15 11:28:34 -05:00
Dmitry Kalinkin
e3fbe61b71
Merge pull request #52192 from r-ryantm/auto-update/motion
...
motion: 4.2 -> 4.2.1
2018-12-15 11:25:44 -05:00
Dmitry Kalinkin
468a1d7aba
Merge pull request #49601 from dtzWill/update/gn-20181031
...
gn: 20180830 -> 20181031
2018-12-15 09:35:10 -05:00
Dmitry Kalinkin
73c6b3a59c
Merge pull request #51895 from cdepillabout/add-sixaxis-support-to-bluez
...
bluez: add support for the sixaxis controller
2018-12-14 20:49:10 -05:00
Dmitry Kalinkin
246efb21e5
Merge pull request #50221 from hyphon81/add/gym-add
...
pythonPackages.gym: init at 0.9.6
2018-12-14 20:03:16 -05:00
Dmitry Kalinkin
269b100180
gym: remove dot in meta.description
2018-12-14 20:02:15 -05:00
Dmitry Kalinkin and guibou
694d32f47d
Update doc/stdenv.xml
...
Co-Authored-By: guibou <guillaum.bouchard@gmail.com >
2018-12-13 18:11:52 +01:00
Dmitry Kalinkin
99d4e656c5
rivet: 2.6.1 -> 2.6.2
2018-12-10 17:28:30 -05:00
Dmitry Kalinkin
7726c8b0ed
yoda: 1.7.3 -> 1.7.4
2018-12-10 17:28:08 -05:00
Dmitry Kalinkin
86344b3a52
Merge pull request #49488 from eadwu/rstudioWrapper/add-desktop-file
...
rstudioWrapper: include desktop file
2018-12-10 17:18:44 -05:00
Dmitry Kalinkin
da24df963e
pythonPackages.pyjet: fix for python37
2018-12-10 13:45:57 -05:00
Dmitry Kalinkin
6fb67ca241
Merge pull request #44909 from mnacamura/zathura
...
zathura: keep wrapper's WM_CLASS consistent with unwrapped binary
2018-12-10 09:11:55 -05:00
Dmitry Kalinkin
a1ef7fd877
cernlib: restrict supported arches
2018-12-10 17:05:22 +03:00
Dmitry Kalinkin
357f6a8b7e
cernlib: fix build
...
The imake rules contain a comment line that looks like a pragma. Recently imake
in nixpkgs was switched to use tradcpp, which is a bit more strict about
interpreting unknown pragmas. To fix the build, the comments is changed to use
C++ style comments.
2018-12-10 06:38:45 +03:00
Dmitry Kalinkin
2da30b1384
Merge pull request #49918 from cocreature/agda-env
...
agda: use writeShellScriptbin instead of writeScriptBin
2018-12-07 21:48:34 -05:00
Dmitry Kalinkin
3b6de72836
agda: use exec in agdaWrapper
2018-12-07 21:37:19 -05:00
Dmitry Kalinkin
93ba7aa8c5
tradcpp: improved aarch64 support
2018-12-05 13:48:18 -05:00
Dmitry Kalinkin
aa85911be5
Merge pull request #49716 from eadwu/vscode/insiders
...
vscode,vscode-insiders: fix insiders build
2018-12-04 16:55:25 -05:00
Dmitry Kalinkin
c64e5ccc2f
Merge pull request #51419 from eadwu/vscode-extensions.ms-python.python/2018.11.0
...
vscode-extensions.ms-python.python: 2018.10.1 -> 2018.11.0
2018-12-04 15:23:01 -05:00
Dmitry Kalinkin
9dec684c89
Merge pull request #51420 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/1.2.4
...
vscode-extensions.WakaTime.vscode-wakatime: 1.2.3 -> 1.2.4
2018-12-04 15:21:28 -05:00
Dmitry Kalinkin
62b4b790b7
mill-bin: nitpicks
2018-12-02 23:45:58 -05:00
Dmitry Kalinkin
9d73a7e6f4
Merge pull request #42162 from eadwu/init/vscode-extensions.WakaTime.vscode-wakatime
...
vscode-extensions.WakaTime.vscode-wakatime: init at 1.2.3
2018-11-30 21:19:10 -05:00
Dmitry Kalinkin
cf1fb28991
python3Packages.datrie: fix build ( #51250 )
2018-11-30 09:17:56 +01:00
Dmitry Kalinkin
f37f2fc982
Merge pull request #50079 from eadwu/vscode-extensions.ms-vscode.cpptools/0.20.1
...
vscode-extensions.ms-vscode.cpptools: 0.19.0 -> 0.20.1
2018-11-27 23:17:30 -05:00
Dmitry Kalinkin
097b4b7b1b
Merge pull request #49194 from xtruder/pkgs/kubicorn/init
...
kubicorn: init at 4c7f3623
2018-11-26 13:35:26 -05:00
Dmitry Kalinkin
91d6c9111e
herwig: broken on aarch64
2018-11-21 19:39:23 -05:00
Dmitry Kalinkin
f6aac1cc66
yoda: 1.7.1 -> 1.7.3 ( #49654 )
2018-11-03 17:27:19 +01:00
Dmitry Kalinkin
19803a3b69
herwig: 7.1.4
...
thepeg: 2.1.4
2018-10-31 22:13:52 -04:00
Dmitry Kalinkin
b903be77c0
fastjet: 3.3.1 -> 3.3.2
2018-10-31 21:54:43 -04:00
Dmitry Kalinkin
fb19fb6b70
pythonPackages.simanneal: 0.4.1 -> 0.4.1
2018-10-31 21:46:04 -04:00
Dmitry Kalinkin
20643a7807
texlive: provide repstopdf
...
repstopdf is supposed to be a symlink to epstopdf. Then epstopdf looks
at "$0" to detect when restricted mode needs to be enabled. Unfortunately
our wrapper will drop all intermediate symlinks, which messes up "$0".
Restricted mode appears to be a security feature, so a test is
introduced to verify that the wrapper works as expected.
2018-10-29 16:56:45 -04:00
Dmitry Kalinkin
e76082a941
pyarrow: disable jvm test
2018-10-25 23:14:27 -04:00
Dmitry Kalinkin
6ae3cb4d36
pythonPackages.pyarrow: fix running tests on hydra
...
This replaces standard checkPhase using setup.py that uses pytest-runner
with an explicit call to pytest. One reason to do that is because
setup.py triggers another rebuild when asked to do "test". Another
reason is that there seems to be a conflict between possible imports for
pyarrow: `pwd`/pyarrow vs $out/pyarrow. By some unknown reason this
triggers an import error on hydra and ofborg, but not on my machine. The
solution here is to remove `pwd`/pyarrow, keep the tests and use direct
call to pytest (setup.py needs `pwd`/pyarrow). The added benefit is that
we are now testing what is installed in $out.
2018-10-25 23:12:16 -04:00
Dmitry Kalinkin
c88e09d46f
arrow-cpp: fix for zstd 1.3.6+ ( #48928 )
2018-10-24 10:50:01 +02:00
Dmitry Kalinkin
0b520bd26d
zstd: 1.3.6 -> 1.3.7
2018-10-22 18:27:35 -04:00
Dmitry Kalinkin
fcbec42fc8
pythonPackages.histbook: init at 1.2.3
2018-10-13 10:14:44 +02:00
Dmitry Kalinkin
4ed993367f
arrow-cpp: 0.10.0 -> 0.11.0 ( #48066 )
...
* arrow-cpp: 0.10.0 -> 0.11.0
* arrow-cpp: enable testing
2018-10-13 10:12:26 +02:00
Dmitry Kalinkin
c047572a17
dia: fix on darwin ( #48176 )
...
Fixes runtime error:
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
2018-10-10 23:20:34 +02:00
Dmitry Kalinkin
3942226053
arrow-cpp: 0.9.0 -> 0.10.0
...
pythonPackages.pyarrow: 0.9.0 -> 0.10.0
parquet: 1.4.0 -> 1.5.0
2018-10-03 21:43:48 -04:00
Dmitry Kalinkin
91c304030a
texlive: generate MkIV caches
...
Documentation:
http://www.pragma-ade.com/general/manuals/tools-mkiv.pdf
Fixes : #19279
Closes : #47370
2018-09-27 13:39:28 -04:00
Dmitry Kalinkin
8229fbb486
lhapdf: fix "lhapdf list" interactive tool ( #44905 )
...
In version 6.2.1 the "list" command now uses python bindings, which need
to be imported, so we need to set the PYTHONPATH.
2018-09-24 22:37:44 +02:00
Dmitry Kalinkin
256af6d039
texlive/combine.nix: drop nix1 support ( #47294 )
...
Since 7d1968c0e3 ('Nix minimal version: 1.11 -> 2.0') nixpkgs now require nix 2.0+
2018-09-24 22:22:10 +02:00
Dmitry Kalinkin
39c85c3bf9
xfitter: init at 2.0.0
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
23e5af9e95
apfelgrid: init at 1.0.1
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
530de1cd82
apfel: init at 3.0.3
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
4f80119bc7
applgrid: init at 1.4.70
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
3187db6e8d
root5: init at 5.34.36
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
5c2a7f104e
qcdnum: init at 17-01-14
2018-09-24 14:34:48 -04:00
Dmitry Kalinkin
f793b9fd06
mela: init at 2.0.1
2018-09-24 14:34:10 -04:00
Dmitry Kalinkin
af476db8cb
hoppet: init at 1.2.0
2018-09-24 14:34:10 -04:00
Dmitry Kalinkin
cd1b9d93e6
pyjet: init at 1.3.0 ( #47243 )
2018-09-23 22:40:29 +02:00
Dmitry Kalinkin
ef04b4f283
findutils: disable a bogus test
2018-09-14 15:53:50 -04:00
Dmitry Kalinkin
8d063d92a4
geant4: limit platforms to linux
2018-09-07 11:36:28 -04:00
Dmitry Kalinkin
f46d23996c
Revert "arrow-cpp: 0.9.0 -> 0.10.0" ( #45990 )
...
Hold off the upgrade until parquet 1.5.0 is released.
This reverts commit 72d630779d .
2018-09-03 20:51:28 +02:00
Dmitry Kalinkin
fc4f99a8dd
g4py: fix for new boost
2018-09-03 10:55:33 -04:00
Dmitry Kalinkin
f3049d020a
geant4: move parameter definitions from all-packages, use system zlib, use qt5
2018-09-03 10:55:33 -04:00
Dmitry Kalinkin
4d33e289b5
g4py: fix after bump to 10.04.1
2018-09-03 10:55:33 -04:00