| Commit message (Expand) | Author | Age | Files | Lines |
| * | pythonPackages.wxPython: don't pass in pythonPackages | Frederik Rietdijk | 2016-10-18 | 1 | -3/+5 |
| * | wxPython: Disable format hardening | Franz Pletz | 2016-08-02 | 1 | -0/+2 |
| * | pythonPackages.wxPython28: remove package | Frederik Rietdijk | 2016-05-27 | 1 | -39/+0 |
| * | pythonPackages.wxPython{28,30} : use buildPythonPackage | Frederik Rietdijk | 2016-05-27 | 3 | -39/+71 |
| * | wxPython: Fix runtime error due to library dependencies not in RUNPATH.•••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.
| Ambroz Bizjak | 2016-03-16 | 1 | -2/+4 |
| * | fix wxPython | Domen Kožar | 2015-11-21 | 2 | -15/+9 |
| * | wxpython: remove redundant attribute `openglSupport` | Vincent Laporte | 2015-09-06 | 1 | -2/+0 |
| * | wxPython: refactor to generic | Vincent Laporte | 2015-09-05 | 4 | -69/+43 |
| * | wxPython-3: refactor | Vincent Laporte | 2015-09-05 | 2 | -36/+17 |
| * | wxPython: 3.0.0.0 -> 3.0.2.0 | Vincent Laporte | 2015-09-05 | 1 | -3/+3 |
| * | pythonPackages.runsnakerun: add performance/memory GUI profiler for python | Domen Kožar | 2014-11-04 | 2 | -1/+9 |
| * | pypy: handle unsupported packages | Domen Kožar | 2014-09-12 | 2 | -4/+4 |
| * | Add wxPython-3.0 with OpenGL support. | ambrop7@gmail.com | 2014-03-25 | 2 | -0/+47 |
| * | Remove wxPython26 since it is not used•••svn path=/nixpkgs/trunk/; revision=29773
| Yury G. Kudryashov | 2011-10-11 | 1 | -18/+0 |
| * | * wxPython updated to 2.8.12.0.•••svn path=/nixpkgs/trunk/; revision=29395
| Eelco Dolstra | 2011-09-20 | 1 | -3/+5 |
| * | * Move wxPython into python-packages.nix so that you can get wxPython••• built for the appropriate Python version
(e.g. python26Packages.wxPython).
svn path=/nixpkgs/trunk/; revision=27127
| Eelco Dolstra | 2011-05-04 | 1 | -3/+7 |
| * | * wxPython updated to 2.8.12.0.•••* wxPython builder: wrap the Python programs (such as pyshell) so that
they actually work.
svn path=/nixpkgs/trunk/; revision=27122
| Eelco Dolstra | 2011-05-03 | 2 | -6/+15 |
| * | * Reverted most of the recent Python refactorings, as discussed. It's••• a worthy goal to move the Python packages that are currently in
all-packages.nix into a single attribute set, but this doesn't
require moving python-packages.nix or the other changes made to that
file. The Python packages in all-packages.nix should simply be
moved to python-packages.nix, and ideally changed to use
buildPythonPackage.
svn path=/nixpkgs/trunk/; revision=21196
| Eelco Dolstra | 2010-04-21 | 3 | -0/+45 |
| * | - adding experimental python31 build•••- cleanup python libraries:
* moving all python libraries into a attr set into a directory
so that expressions can be used for both: python 2.5 and 2.6 easily
* disabling packages which don't build
svn path=/nixpkgs/trunk/; revision=21142
| Marc Weber | 2010-04-17 | 3 | -45/+0 |
| * | * Got rid of a lot of "postInstall=postInstall" and similar lines in••• builders. These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations. This is done
automatically now if setupHook is set.
* Deleted the initscripts package. NixOS doesn't use it anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
| Eelco Dolstra | 2009-04-23 | 1 | -4/+1 |
| * | * Rewrite all the SourceForge URLs to mirror://sourceforge/.••• find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
| Eelco Dolstra | 2007-08-27 | 2 | -2/+2 |
| * | * Very subtle purity error: on NixOS, wxGTK wasn't being built with••• Xinerama support. It gets libXinerama as an explicit build input,
but it checks for its existence in /usr/X11/include etc. This
caused Bittorrent to fail (NIXPKGS-61). Backported the builder
fixes from wxGTK 2.8.
svn path=/nixpkgs/trunk/; revision=8813
| Eelco Dolstra | 2007-05-31 | 1 | -1/+1 |
| * | * Added wxGTK/wxPython 2.8. However this was quite pointless as••• Bittorrent is even more broken with wxPython 2.8.
svn path=/nixpkgs/trunk/; revision=8812
| Eelco Dolstra | 2007-05-31 | 2 | -0/+14 |
| * | * BitTorrent 5.0.3.•••* wxPython 2.6.3.
svn path=/nixpkgs/trunk/; revision=7341
| Eelco Dolstra | 2006-12-13 | 2 | -5/+5 |
| * | * "." -> "source".•••svn path=/nixpkgs/trunk/; revision=4335
| Eelco Dolstra | 2005-12-05 | 1 | -1/+1 |
| * | * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.•••svn path=/nixpkgs/trunk/; revision=3660
| Eelco Dolstra | 2005-08-22 | 1 | -1/+1 |
| * | * Move tarballs to catamaran so that we are no longer dependent on a••• gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
| Eelco Dolstra | 2005-02-15 | 1 | -1/+1 |
| * | * Updated some more packages. However, bittorrent and vlc don't work••• right now because wxGTK is broken (it depends on internal symbols in
GTK which where made private in GTK 2.4).
svn path=/nixpkgs/trunk/; revision=907
| Eelco Dolstra | 2004-04-02 | 2 | -9/+22 |
| * | * Remove trivial builders.•••* Make builders unexecutable by removing the hash-bang line and
execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
`mkDerivation'. These transformations were all done automatically,
so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.
svn path=/nixpkgs/trunk/; revision=874
| Eelco Dolstra | 2004-03-29 | 2 | -5/+2 |
| * | * Added wxPython.•••svn path=/nixpkgs/trunk/; revision=795
| Eelco Dolstra | 2004-02-17 | 2 | -0/+24 |