summary refs log tree commit diff
path: root/pkgs/development/guile-modules/guile-lib
AgeCommit message (Collapse)AuthorFilesLines
2023-10-22guile-lib: set strictDepsWeijia Wang1-0/+2
2023-09-22guile-lib: fix module installation in the outputGabriel Arazas1-0/+8
This should now make Guile recognize it as one of the module in its search path.
2023-09-22guile-lib: add foo-dogsquared as maintainerGabriel Arazas1-1/+1
2023-08-04guile-lib: skip check on darwinWeijia Wang1-1/+1
2023-08-03guile-lib: support more platformsWeijia Wang1-3/+3
2021-08-09guile-lib: 0.2.6.1 -> 0.2.7R. RyanTM1-2/+2
2021-04-15guile-lib: rewriteAndersonTorres1-10/+19
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-01-15treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg1-1/+1
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>
2019-05-18guile-lib: 0.2.2 -> 0.2.6.1 (#60978)R. RyanTM1-7/+2
* 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
2018-12-02Treewide: use HTTPS on NonGNU domainsc0bw3b1-1/+1
2018-04-30tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linuxWill Dietz1-1/+1
"platforms.gnu" has been linux-only since at least 17.03: $ nix eval -f channel:nixos-17.03 lib.platforms.gnu [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ] Unlike platforms.linux, platforms.gnu indicates "must use glibc" which for the most part is not intended. Replacing platforms.gnu with platforms.linux would be the same "today" but let's err on preserving existing behavior and be optimistic about platforms these packages work on.
2017-09-24guile-modules: stylistic nix expression changes to modules with solexd1le1-24/+25
maintainer vyp
2017-09-24guile-modules: add vyp as maintainer to unmaintained guile modulesxd1le1-1/+1
2017-09-24guile-lib: Disable a test which doesn't work with Guile 2.2Rodney Lorrimar1-1/+7
Error is: ERROR: In procedure %resolve-variable: ERROR: Unbound variable: use-syntax FAIL: sxml.ssax.scm Also add pkg-config so that configure script can find libguile. Relevant to #28643
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov1-1/+1
2015-05-11remove all references to `stdenv.cc.cc.is{GNU,Clang}`Eric Seidel1-1/+1
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be defined.
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel1-2/+2
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-2/+2
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-12-16guile_lib: update from 0.2.1 to 0.2.2Nixpkgs Monitor1-2/+2
2011-04-23Guile-Lib 0.2.1.Ludovic Courtès1-2/+10
svn path=/nixpkgs/trunk/; revision=26940
2011-04-16Fixing the nixpkgs tarball, broken for more than a week.Lluís Batlle i Rossell1-0/+2
svn path=/nixpkgs/trunk/; revision=26856
2011-03-28Guile-Lib 0.2.0.Ludovic Courtès1-2/+7
svn path=/nixpkgs/trunk/; revision=26563
2010-09-05Guile-Lib 0.1.9.Ludovic Courtès1-17/+9
svn path=/nixpkgs/trunk/; revision=23650
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-2/+1
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-04-09Guile: Use `share/guile/site' as the standard Guile module location.Ludovic Courtès1-8/+0
svn path=/nixpkgs/trunk/; revision=11507
2008-03-26Add `doCheck' for Guile-Lint and Guile-Library.Ludovic Courtès1-4/+6
svn path=/nixpkgs/trunk/; revision=11289
2008-02-12Add Guile-Lib, a collection of useful GNU Guile modules.Ludovic Courtès1-0/+38
svn path=/nixpkgs/trunk/; revision=10639