about summary refs log tree commit diff
path: root/pkgs/development/libraries/mac/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim1-1/+1
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2023-11-20maintainers: remove jfrankenauPaul Meyer1-1/+1
due to inactivity.
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-16mac: init at 4.11-u4-b5-s7Johannes Frankenau1-0/+36