| Commit message (Expand) | Author | Age | Files | Lines |
| * | pythonPackages.pysideShiboken: fix build with python 3.9 | J. Neto | 2021-05-21 | 1 | -5/+13 |
| * | pythonPackages.pyside: update meta | Sandro Jäckel | 2021-03-05 | 1 | -4/+4 |
| * | pythonPackages.pysideShiboken: enable it for Python2 as well | Vojtěch Káně | 2021-03-04 | 1 | -1/+0 |
| * | qtbase: Check for wrapQtAppsHook in setupHook | Thomas Tuegel | 2021-01-25 | 1 | -0/+2 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 2 | -8/+8 |
| * | treewide: remove enableParallelBuilding = true if using cmake | Ben Siraphob | 2021-01-03 | 4 | -8/+0 |
| * | python3Packages.pyside: refactor to use multiple outputs | freezeboy | 2020-11-01 | 1 | -0/+6 |
| * | python3Packages.pysideTools: refactor to use multiple outputs | freezeboy | 2020-11-01 | 1 | -0/+6 |
| * | python3Packages.pysideShiboken: refactor to use multiple outputs | freezeboy | 2020-11-01 | 1 | -0/+3 |
| * | pysideGeneratorrunner: refactor to use python3 | freezeboy | 2020-11-01 | 1 | -3/+10 |
| * | pysideApiextractor: refactor to use python3•••Also took the opportunity to split it to multiple outputs
(cherry picked from commit 2cd5cf624ae19fd7633a22ea3a3f7986dfb611af)
| freezeboy | 2020-11-01 | 1 | -3/+10 |
| * | python3Packages.pysideShiboken: use fetchFromGitHub | Jonathan Ringer | 2020-10-23 | 1 | -12/+13 |
| * | python3Packages.pysideShiboken: fix build | Jonathan Ringer | 2020-10-23 | 1 | -6/+24 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 5 | -5/+5 |
| * | treewide: replace make/build/configure/patchFlags with nix lists | Merijn Broeren | 2019-12-30 | 1 | -1/+1 |
| * | treewide: fix *Flags | Robin Gloster | 2019-12-30 | 1 | -1/+1 |
| * | pythonPackages.pyside: Add missing input libGL | adisbladis | 2019-11-09 | 1 | -2/+2 |
| * | treewide: remove redundant rec | volth | 2019-08-28 | 1 | -1/+1 |
| * | pythonPackages.pysideTools: Use fetchFromGitHub and update meta | Florian Franzen | 2019-04-25 | 1 | -12/+11 |
| * | pythonPackages.pysideTools: add python deps to propagatedBuildInputs | timor | 2019-03-24 | 1 | -1/+3 |
| * | pythonPackages.pysideTools: fix build | timor | 2019-03-24 | 1 | -1/+3 |
| * | pythonPackages.pyside: fix build by passing mesa for GL/gl.h | Michael Raskin | 2019-03-03 | 1 | -2/+3 |
| * | Merge master into staging-next | Frederik Rietdijk | 2019-02-24 | 5 | -5/+4 |
| |\ |
|
| | * | Remove myself as maintainer from packages•••I'm currently not maintaining any packages.
| Florian Friesdorf | 2019-02-22 | 5 | -5/+5 |
| * | | Python: fix outfall after setting `strictDeps = true;` | Frederik Rietdijk | 2019-02-17 | 2 | -3/+3 |
| |/ |
|
| * | shiboken: add support for Python 3.7 | Ioannis Koutras | 2018-12-08 | 2 | -3/+3 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
| Frederik Rietdijk | 2018-06-23 | 4 | -4/+1 |
| * | python.pkgs.pysideShiboken: fix gcc6 build | Jörg Thalheim | 2017-08-26 | 2 | -1/+22 |
| * | pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
| Silvan Mosberger | 2017-08-01 | 5 | -5/+5 |
| * | pythonPackages.pysideShiboken: patch for Python 3.6 | Langston Barrett | 2017-07-28 | 2 | -3/+3 |
| * | Python: add pname attributes to libraries•••so that we can use the update script.
| Frederik Rietdijk | 2017-05-27 | 1 | -1/+2 |
| * | pyside: fix on Python 3.x, closes #25328•••Pyside requires several tools that do not provide Python modules. They
therefore do not need to be build Python-version dependent and so we
move them out of `python-packages.nix`.
Furthermore, shiboken needs libxml2 and libxslt libraries but not their
Python bindings.
| Frederik Rietdijk | 2017-04-30 | 5 | -20/+37 |
| * | Python: replace mkPythonDerivation with buildPythonPackage and format="other";•••This way all Python packages use the same function,
`buildPythonPackage`.
| Frederik Rietdijk | 2017-03-21 | 1 | -2/+3 |
| * | pythonPackages.pyside: fix name | Frederik Rietdijk | 2016-11-24 | 5 | -5/+5 |
| * | pythonPackages.pyside: fix evaluation | Frederik Rietdijk | 2016-09-01 | 1 | -5/+5 |
| * | pythonPackages: use mkPythonDerivation | Frederik Rietdijk | 2016-09-01 | 1 | -1/+1 |
| * | shiboken: add support for Python 3.5•••Development upstream is stalled, but this is a trivial patch.
| Luis Pedro Coelho | 2016-06-15 | 2 | -1/+14 |
| * | python pyside: move callPackage to python-packages.nix•••This should make pyside available for all Python versions.
| Frederik Rietdijk | 2015-12-11 | 5 | -13/+16 |
| * | python pyside shiboken: 1.2.2 -> 1.2.4 | Frederik Rietdijk | 2015-12-11 | 1 | -4/+5 |
| * | python pyside: 1.2.2 -> 1.2.4 | Frederik Rietdijk | 2015-12-11 | 1 | -4/+5 |
| * | freecad: updating to 0.14•••I had to update all the pyside programs, or freecad failed to build. I picked
the versions advertised in http://qt-project.org/wiki/PySideDownloads . The
rest I took for github latest releases.
| Lluís Batlle i Rossell | 2014-08-01 | 5 | -30/+25 |
| * | More description fixes•••* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
| Bjørn Forsman | 2013-10-06 | 2 | -2/+2 |
| * | pyside-generatorrunner: fix version to match sources | Evgeny Egorochkin | 2013-07-19 | 1 | -1/+1 |
| * | pyside-1.0.9•••svn path=/nixpkgs/trunk/; revision=30950
| Florian Friesdorf | 2011-12-17 | 5 | -0/+123 |