| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-09 | python3Packages.wxPython_4_1: fix build on aarch64-darwin | Weijia Wang | |
| 2022-10-04 | python3Packages.wxPython4_1: fix build | Frederik Rietdijk | |
| 2022-10-04 | python3Packages.wxPython4_0: fix build | Frederik Rietdijk | |
| 2022-05-30 | treewide: pkgs/development/python-modules: mark broken for darwin | Rick van Schijndel | |
| 2022-03-23 | treewide: autoPatchelfHook only on Linux | OPNA2608 | |
| 2022-02-20 | Merge pull request #135607 from davidak/wxPython | Sandro | |
| 2022-01-16 | python2.pkgs: move expressions into python2-modules/ folder | Frederik Rietdijk | |
| Another step in further separating python2 from python3. | |||
| 2021-08-25 | wxPython: 4.1.0 -> 4.1.1 | davidak | |
| Co-authored-by: Thiago Franco de Moraes <totonixsame@gmail.com> | |||
| 2021-06-22 | python3Packages.wxPython_4_0, python3Packages.wxPython_4_1: add numpy and ↵ | deliciouslytyped | |
| pillow to `propagatedBuildInputs` as required by upstream's dependency settings | |||
| 2021-02-22 | pythonPackages.wxPython: remove unused input | Sandro Jäckel | |
| 2021-02-22 | pythonPackages.wxPython: remove unused input | Sandro Jäckel | |
| 2021-01-19 | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix | Jonathan Ringer | |
| 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. | |||
| 2021-01-14 | python3Packages.wxpython_4_0: fix darwin build | fricklerhandwerk | |
| 2020-11-10 | python3Packages.wxpython_4_1: init at 4.1.0 | Thiago Franco de Moraes | |
| 2020-10-11 | pythonPackages.wxPython: fix build on darwin | Robert Scott | |
| 2020-08-06 | python3Packages.wxPython_4_0: remove manual wrapPythonPrograms invocation | Ben Wolsieffer | |
| This was causing programs to be wrapped twice, as wrapping occurs automatically during the fixup phase. | |||
| 2020-08-06 | python3Packages.wxPython_4_0: enable format hardening | Ben Wolsieffer | |
| This was inherited from wxPython 3 and does not seem to be necessary. | |||
| 2020-08-06 | python3Packages.wxPython_4_0: remove unused dependencies | Ben Wolsieffer | |
| The package contains no references to many of its declared dependencies, and the build succeeds without them. | |||
| 2020-04-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | |
| 2019-11-22 | python: wxPython: 4.0.7.post1 -> 4.0.7.post2 | Frederik Rietdijk | |
| 2019-11-12 | python: wxPython: 4.0.7 -> 4.0.7.post1 | Frederik Rietdijk | |
| 2019-11-03 | python38Packages.wxPython_4_0: 4.0.6 -> 4.0.7 | R. RyanTM | |
| 2019-09-08 | python2.pkgs.wxPython: fix build | Frederik Rietdijk | |
| 2019-08-24 | Merge branch 'master' into staging-next | Vladimír Čunát | |
| There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299 | |||
| 2019-08-18 | python: wxPython: init at 4.0.6 | tbenst | |
| 2019-08-15 | treewide: name -> pname (easy cases) (#66585) | volth | |
| treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname | |||
| 2019-06-15 | python: wxPython: 4.0.4 -> 4.0.6 | Frederik Rietdijk | |
| 2019-03-03 | wxPython: fix build | Frederik Rietdijk | |
| 2019-02-02 | pythonPackages.wxPython: fixup build | Vladimír Čunát | |
| I'm not sure why/when it started failing, but adding pkgconfig shouldn't hurt anything. I see no indication that pythonPackages.pkgconfig was meant. | |||
| 2019-01-18 | python: wxPython: 4.0.3 -> 4.0.4 | Frederik Rietdijk | |
| 2018-07-26 | php: get rid of composableDerivation | Frederik Rietdijk | |
| Some bugs may have creeped in during the conversion. One flag I had trouble with and so removed was: "--enable-embedded-mysqli" | |||
| 2017-12-13 | wxPython: enable headers | Bert Moens | |
| Headers were disabled, probably because they caused a build error: the header files were being copied to the store path of wxwidgets, but it failed with permission denied. With this commit, the header files stay in the wxPython store path. To point the builder of another derivation to the wxPython header files, some tweaking is needed. E.g. for kicad: cmakeFlags = [ "-DCMAKE_CXX_FLAGS=-I${wxPython}/include/wx-3.0" ] | |||
| 2017-11-23 | pythonPackages: Add version and pname attributes to packages | adisbladis | |
| 2017-04-21 | pythonPackages.wxPython: inject Cairo, Pango and GDK library paths | obadz | |
| 2017-02-16 | wxPython: fix on darwin | Dmitry Kalinkin | |
| 2016-10-18 | pythonPackages.wxPython: don't pass in pythonPackages | Frederik Rietdijk | |
| 2016-08-02 | wxPython: Disable format hardening | Franz Pletz | |
| 2016-05-27 | pythonPackages.wxPython28: remove package | Frederik Rietdijk | |
| 2016-05-27 | pythonPackages.wxPython{28,30} : use buildPythonPackage | Frederik Rietdijk | |
| 2016-03-16 | wxPython: Fix runtime error due to library dependencies not in RUNPATH. | Ambroz Bizjak | |
| I think what's happening is that the linker automatically adds DT_NEEDED dependencies to some libraries because it finds these libraries are being used directly, but because they're not linked explicitly with -lflags, the gcc wrapper does not add them to RUNPATH. | |||
| 2015-11-21 | fix wxPython | Domen Kožar | |
| 2015-09-06 | wxpython: remove redundant attribute `openglSupport` | Vincent Laporte | |
| 2015-09-05 | wxPython: refactor to generic | Vincent Laporte | |
| 2015-09-05 | wxPython-3: refactor | Vincent Laporte | |
| 2015-09-05 | wxPython: 3.0.0.0 -> 3.0.2.0 | Vincent Laporte | |
| 2014-11-04 | pythonPackages.runsnakerun: add performance/memory GUI profiler for python | Domen Kožar | |
| 2014-09-12 | pypy: handle unsupported packages | Domen Kožar | |
| 2014-03-25 | Add wxPython-3.0 with OpenGL support. | ambrop7@gmail.com | |
| 2011-10-11 | Remove wxPython26 since it is not used | Yury G. Kudryashov | |
| svn path=/nixpkgs/trunk/; revision=29773 | |||
| 2011-09-20 | * wxPython updated to 2.8.12.0. | Eelco Dolstra | |
| svn path=/nixpkgs/trunk/; revision=29395 | |||
