about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pygtksourceview
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-11-23pythonPackages: Add version and pname attributes to packagesadisbladis1-4/+4
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-03-21Python: replace mkPythonDerivation with buildPythonPackage and format="other";Frederik Rietdijk1-2/+3
This way all Python packages use the same function, `buildPythonPackage`.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-09-01pythonPackages: use mkPythonDerivationFrederik Rietdijk1-3/+3
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2015-01-31Adds a new package: cherrytree - A hierarchical note taking applicationAndrey Arapov2-0/+41
cherrytree - A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. This commit also adds PyGtkSourceView - a Python wrapper for the GtkSourceView widget library. Official page http://www.giuspen.com/cherrytree