about summary refs log tree commit diff
path: root/pkgs/development/libraries/libnsl
AgeCommit message (Collapse)AuthorFilesLines
2021-08-17libnsl: 1.3.0 -> 2.0.0R. RyanTM1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
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.
2020-07-08libnsl: 1.2.0 -> 1.3.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-05-06libnsl: 1.1.0 -> 1.2.0, drop included patchesWill Dietz3-82/+5
2018-02-13libnsl: Add alpine patches to fix w/muslWill Dietz3-0/+77
2017-11-07libnsl: init at 1.1.0Tuomas Tynkkynen1-0/+24
This code was formerly part of glibc, but is now standalone to be able to link against TI-RPC for IPv6 support.