| Commit message (Expand) | Author | Age | Files | Lines |
| * | pythonPackages.pyqt4: 4.12 -> 4.12.3 | Eduardo Sánchez Muñoz | 2021-05-16 | 1 | -2/+2 |
| * | pythonPackages.sip_5: rename to sip | Eduardo Sánchez Muñoz | 2021-05-10 | 1 | -1/+1 |
| * | pythonPackages.sip: rename to sip_4•••sip 4 is the old and unmaintained version
| Eduardo Sánchez Muñoz | 2021-05-10 | 2 | -3/+3 |
| * | Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation•••Qt: Do not require mkDerivation | Thomas Tuegel | 2021-01-26 | 1 | -0/+2 |
| |\ |
|
| | * | qtbase: Check for wrapQtAppsHook in setupHook | Thomas Tuegel | 2021-01-25 | 1 | -0/+2 |
| * | | Merge pull request #108041 from eduardosm/sip5 | Sandro | 2021-01-24 | 1 | -31/+42 |
| |\ \
| |/
|/| |
|
| | * | pyqt5: use sip_5 for Python 3 | Eduardo Sánchez Muñoz | 2021-01-15 | 1 | -31/+42 |
| * | | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -7/+7 |
| * | | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
| Jonathan Ringer | 2021-01-19 | 2 | -4/+4 |
| |/ |
|
| * | pyqt: 5.15.1 -> 5.15.2•••This keeps the PyQt5 version in sync with the Qt release. While it is
apparently not strictly required it is probably not the worst idea to do
this.
| Andreas Rammhold | 2020-12-11 | 1 | -2/+2 |
| * | python3.pkgs.pyqt5: 5.14.2 -> 5.15.1 | Doron Behar | 2020-10-08 | 1 | -2/+2 |
| * | pythonPackages.pyqt5: 5.13.0 -> 5.14.2 | Milan Pässler | 2020-05-11 | 1 | -6/+6 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 2 | -2/+2 |
| * | pythonPackages.pyqt5: add passthru for features enabled | Doron Behar | 2020-03-27 | 1 | -0/+3 |
| * | qarte: use pyqt5_with_qtmultimedia•••Otherwise, qarte fails at run-time with:
> from PyQt5.QtMultimedia import QMediaPlayer
> ModuleNotFoundError: No module named 'PyQt5.QtMultimedia'
| Vincent Laporte | 2019-08-27 | 1 | -0/+3 |
| * | python.pkgs.pyqt5: 5.11.3 -> 5.13.0•••This upgrades pyqt5 and fixes the build. Note that the QtWebEngine
module is split into `pyqtwebengine` by upstream and us.
If your application gives an error that a Qt module is missing, then
that is most likely because it was not included when building pyqt5.
The solution is to simply add it here to the `(native)BuildInputs`.
Don't forget to add an import check. We should include all the modules
(except qtwebkit) that are needed.
| Robert Schütz | 2019-08-03 | 1 | -12/+79 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables
* making ofborg happy
| volth | 2019-06-16 | 1 | -1/+1 |
| * | Merge pull request #56745 from jtojnar/ffado-qt5•••ffado: port to qt5 | Jan Tojnar | 2019-03-06 | 2 | -6/+78 |
| |\ |
|
| | * | python3Packages.pyqt5: fix building dbus support module | Jan Tojnar | 2019-03-03 | 2 | -6/+78 |
| * | | python2Packages.pyqt4: partial clean up | Jan Tojnar | 2019-03-03 | 1 | -16/+17 |
| * | | python2Packages.pyqt4: Fix build | Jan Tojnar | 2019-03-03 | 1 | -2/+2 |
| |/ |
|
| * | python.pkgs.pyqt5: fix build | Frederik Rietdijk | 2019-02-17 | 1 | -1/+1 |
| * | pyqt5: refactor | Dmitry Kalinkin | 2018-12-27 | 1 | -13/+11 |
| * | 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.
| Dmitry Kalinkin | 2018-12-27 | 1 | -5/+8 |
| * | 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')
| Dmitry Kalinkin | 2018-12-27 | 1 | -4/+0 |
| * | pythonPackages.pyqt5: import sip as PyQt5.sip•••pyqt5 5.11 has switched from sip to PyQt5.sip.
| Orivej Desh | 2018-12-27 | 1 | -4/+6 |
| * | pythonPackages.pyqt5: link sip module | nyanloutre | 2018-12-21 | 1 | -0/+1 |
| * | python.pkgs.pyqt5: 5.10.1 -> 5.11.3 | Robert Schütz | 2018-12-03 | 1 | -25/+4 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | treewide: remove aliases in nixpkgs•••This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
| Matthew Bauer | 2018-07-18 | 2 | -5/+5 |
| * | pyqt5: Fixes build with Qt 5.11 | Bastian Köcher | 2018-06-12 | 1 | -2/+12 |
| * | python.pkgs.pyqt5: apply patch for cura segfaults | Johannes Frankenau | 2018-06-10 | 1 | -1/+12 |
| * | Merge pull request #37639 from Twey/plover-4.0.0.dev6•••Plover 4.0.0.dev6 | Matthew Justin Bauer | 2018-05-02 | 1 | -2/+2 |
| |\ |
|
| | * | PyQt5: 5.10.0 -> 5.10.1 | James Kay | 2018-03-22 | 1 | -2/+2 |
| * | | pyqt5: propagate Qt dependencies•••This is so that Qt user environment packages are also propagated. Fixes
Electrum environment installations when no other Qt applications are installed.
Added `dev` output so that closure size won't explode.
| Nikolay Amiantov | 2018-03-21 | 1 | -5/+8 |
| |/ |
|
| * | python.pkgs.pyqt5: minor improvements | Frederik Rietdijk | 2018-02-04 | 1 | -4/+3 |
| * | python.pkgs.pyqt5: 5.9.2 -> 5.10 | Frederik Rietdijk | 2018-02-03 | 1 | -2/+2 |
| * | python.pkgs.pyqt5: 5.9 -> 5.9.2•••Supports up to version Qt 5.9.3
| Michael Hoang | 2017-12-24 | 1 | -2/+2 |
| * | pythonPackages: Add version and pname attributes to packages | adisbladis | 2017-11-23 | 2 | -2/+10 |
| * | pythonPackages.pyqt5: Add optional support for qtconnectivity | rittelle | 2017-11-19 | 1 | -1/+2 |
| * | pythonPackages.pyqt5: Add optional qtwebsockets support•••This is e.g. required for gns3-gui 2.1.0. But it seems to break the
build for Python 2.7.
| Michael Weiss | 2017-11-12 | 1 | -3/+5 |
| * | pyqt5: no need to set --qmake in configure | Thomas Tuegel | 2017-11-07 | 1 | -1/+0 |
| * | Merge pull request #30032 from dtzWill/update/pyqt-sip•••pyqt,sip: 5.8.1 -> 5.9, 4.19.1 -> 4.19.3 | Frederik Rietdijk | 2017-10-08 | 1 | -2/+2 |
| |\ |
|
| | * | pyqt: 5.8.1 -> 5.9 | Will Dietz | 2017-10-02 | 1 | -2/+2 |
| * | | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists.
| John Ericson | 2017-09-21 | 1 | -1/+2 |
| |/ |
|
| * | replace "Mac OS X" and "OS X" with "macOS"•••as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
| davidak | 2017-08-07 | 1 | -1/+1 |
| * | qt5: rename qmakeHook to qmake | Thomas Tuegel | 2017-06-18 | 1 | -3/+4 |
| * | Python: replace mkPythonDerivation with buildPythonPackage and format="other";•••This way all Python packages use the same function,
`buildPythonPackage`.
| Frederik Rietdijk | 2017-03-21 | 2 | -4/+6 |
| * | pyqt4: 4.11.3 -> 4.12 | Nikolay Amiantov | 2017-03-09 | 1 | -3/+3 |
| * | pythonPackages.pyqt5: 5.8 -> 5.8.1 | Nikolay Amiantov | 2017-03-09 | 1 | -2/+2 |