summary refs log tree commit diff
path: root/pkgs/development/guile-modules/guile-cairo
Commit message (Collapse)AuthorAge
* guile-cairo: 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.
* 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
* guile-cairo: 1.11.1 -> 1.11.2R. RyanTM2020-12-02
|
* guile-cairo: 1.11.0 -> 1.11.1R. RyanTM2020-06-17
|
* guile-cairo: 1.10.0 -> 1.11.0R. RyanTM2020-05-27
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* guile-lib: 0.2.2 -> 0.2.6.1 (#60978)R. RyanTM2019-05-18
| | | | | | | | | | * guile-lib: 0.2.2 -> 0.2.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guile-lib/versions * guile-cairo: disable tests
* guile-cairo: 1.4.1 -> 1.10.0c0bw3b2018-10-13
|
* guile-cairo: use checkInputsJan Malakhovski2018-08-11
|
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\
| * guile-modules: stylistic nix expression changes to modules with solexd1le2017-09-24
| | | | | | | | maintainer vyp
| * guile-modules: add vyp as maintainer to unmaintained guile modulesxd1le2017-09-24
| |
| * guile-modules: rename top level attributes to be consistentxd1le2017-09-24
| |
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
|/ | | | Only acts on one-line dependency lists.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Guile-Cairo 1.4.1.Ludovic Courtès2011-04-23
| | | | svn path=/nixpkgs/trunk/; revision=26941
* Fix references to the `guileLib' attribute, now `guile_lib'.Ludovic Courtès2010-09-06
| | | | svn path=/nixpkgs/trunk/; revision=23658
* Add Guile-Cairo.Ludovic Courtès2009-10-05
svn path=/nixpkgs/trunk/; revision=17653