summary refs log tree commit diff
path: root/pkgs/desktops/gnome-2/bindings
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gnome2: remove aliasesJan Tojnar2019-03-05
|
* gnome2.libglademm: split out devdoc outputJan Tojnar2017-11-24
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
|
* gnome2.gnome_python_desktop: init from gnome2.python_rsvgNikolay Amiantov2016-12-22
|
* gnome2.gnome_python: use standard build systemNikolay Amiantov2016-12-22
|
* python-rsvg: do not use top-level python packagesFrederik Rietdijk2016-09-25
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| | | | | | | | | See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
* Make sure gnome-python has gnomevfs bindingDamien Cassou2014-08-30
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* python_rsvg: couldn't find gtk, fixed nowVladimír Čunát2013-04-18
|
* Add python-rsvgCillian de Róiste2012-11-11
| | | | this is required by solfrege, key-mon, and probably many more gtk applications
* Copy bonobo defsCillian de Róiste2012-11-11
| | | | python-rsvg will fail to build if if can't find the bonobo defs files
* fixed most virt-manager issues!Joachim Schiele2012-07-20
|
* Submitting patch by qknight (Joachim Schiele) to add Gnome2 python bindingsCillian de Roiste2012-05-21
| | | | svn path=/nixpkgs/trunk/; revision=34203
* gnome: use callPackage, move to gnome-2Yury G. Kudryashov2011-10-08
gnome28 was a mix of packages from various releases, so do not mention 2.28 in the attribute name. svn path=/nixpkgs/trunk/; revision=29721