summary refs log tree commit diff
path: root/pkgs/development/guile-modules
Commit message (Collapse)AuthorAge
* guile-ssh: 0.13.1 -> 0.15.0R. Ryantm2022-02-12
|
* guile-json: 4.5.2 -> 4.7.0R. Ryantm2022-02-12
|
* guile-xcb: update homepage and sourceRenaud2022-02-06
|
* guile-gnome: droppiegames2022-01-29
|
* guile-sdl2: 0.5.0 → 0.7.0Nikolay Korotkiy2021-12-12
|
* guile-lib: 0.2.6.1 -> 0.2.7R. RyanTM2021-08-09
|
* guile-git: 0.5.1 -> 0.5.2Ethan Edwards2021-07-22
|
* Merge pull request #127615 from ethancedwards8/guile-sshSandro2021-06-22
|\ | | | | guile-ssh: init at 0.13.1
| * guile-ssh: init at 0.13.1Ethan Edwards2021-06-21
| |
* | Merge pull request #127610 from ethancedwards8/guile-git-updateSandro2021-06-21
|\ \
| * | guile-git: 0.3.0 -> 0.5.1Ethan Edwards2021-06-20
| |/
* | Merge pull request #127611 from ethancedwards8/guile-json-updateSandro2021-06-21
|\ \ | | | | | | guile-json: 4.4.1 -> 4.5.2
| * | guile-json: 4.4.1 -> 4.5.2Ethan Edwards2021-06-20
| |/
* / guile-gcrypt: 0.2.1 -> 0.3.0R. RyanTM2021-06-20
|/
* Merge pull request #126646 from ethancedwards8/guile-jsonSandro2021-06-18
|\ | | | | guile-json: init at 4.4.1
| * guile-json: init at 4.4.1Ethan Edwards2021-06-18
| |
* | guile-gcrypt: init at 0.2.1 (#126645)Ethan Edwards2021-06-18
| | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | guile-git: init at 0.3.0Ethan Edwards2021-06-12
|/
* guile-commonmark: init at 0.1.2AndersonTorres2021-04-15
|
* guile-xcb: rewriteAndersonTorres2021-04-15
|
* guile-sdl2: rewriteAndersonTorres2021-04-15
|
* guile-sdl: rewriteAndersonTorres2021-04-15
|
* guile-reader: rewriteAndersonTorres2021-04-15
|
* guile-opengl: rewriteAndersonTorres2021-04-15
|
* guile-ncurses: rewriteAndersonTorres2021-04-15
|
* guile-lib: rewriteAndersonTorres2021-04-15
|
* guile-gnome: rewriteAndersonTorres2021-04-15
|
* guile-fibers: rewriteAndersonTorres2021-04-15
|
* guile-cairo: rewriteAndersonTorres2021-04-15
|
* guile-opengl: expand platforms to unixBen Siraphob2021-03-12
|
* 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
* guile-cairo: 1.11.1 -> 1.11.2R. RyanTM2020-12-02
|
* guile-reader: 0.6.2 -> 0.6.3AndersonTorres2020-10-12
|
* guile-sdl2: 0.4.0 -> 0.5.0R. RyanTM2020-09-06
|
* 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: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* treewide: fix *FlagsRobin Gloster2019-12-30
|
* 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
* guile-sdl2: 0.3.1 -> 0.4.0R. RyanTM2019-07-01
| | | | | | | 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-sdl2/versions
* 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
* 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/
* Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
|
* guile-sdl2: 0.2.0 -> 0.3.1R. RyanTM2018-11-21
| | | | | | | | | | | | | * guile-sdl2: 0.2.0 -> 0.3.1 (#50730) 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-sdl2/versions * guilde-sdl2: split native build inputs libtool and pkgconfig are moved from buildInputs to nativeBuildInputs
* guile-cairo: 1.4.1 -> 1.10.0c0bw3b2018-10-13
|
* guile-reader: small fixesAndersonTorres2018-10-06
|