summary refs log tree commit diff
path: root/pkgs/development/guile-modules/guile-gnome
Commit message (Collapse)AuthorAge
* guile-gnome: droppiegames2022-01-29
|
* guile-gnome: rewriteAndersonTorres2021-04-15
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/development: stdenv.lib -> libPavol Rusnak2021-01-17
| | | | | | | | | | | | this takes care of the following folders in pkgs/development: * arduino * chez-modules * go-packages * guile-modules * idris-modules * perl-modules * r-modules * ruby-modules
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | GTK was renamed.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* guile-gnome: nitpicks fixedRobin Gloster2017-09-28
|
* guile-gnome: code style formatting nitpicksxd1le2017-09-28
|
* guile-gnome: remove taktoa and amiloradovsky from maintainers and addxd1le2017-09-28
| | | | | | | | vyp See discussion in [1]. [1]: https://github.com/NixOS/nixpkgs/pull/29732
* guile-modules: rename top level attributes to be consistentxd1le2017-09-24
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* guile-gnome-platform: 20150123 -> 2.16.4Andrew Miloradovsky2016-07-22
| | | | No more `git clone`. Fetch a tarball.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* guile-gnome-platform: 2.16.1 -> 2015/01/23 gitRemy Goldschmidt2015-07-23
|
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Drop 'gnomevfs = gnome_vfs;' aliasYury G. Kudryashov2011-10-08
| | | | | | s/gnomevfs/gnome_vfs/ in packages svn path=/nixpkgs/trunk/; revision=29718
* Fix references to the `guileLib' attribute, now `guile_lib'.Ludovic Courtès2010-09-06
| | | | svn path=/nixpkgs/trunk/; revision=23658
* Add GNU guile-gnome.Ludovic Courtès2009-10-05
svn path=/nixpkgs/trunk/; revision=17657