summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/twilight
AgeCommit message (Collapse)Author
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-06-22treewide: replace freeglut with libglutEmily
Allow the macOS GLUT framework to be used automatically in many cases. Packages that specifically search for freeglut or require its additional APIs should still explicitly depend on it. Deliberately skip the Haskell package set, which is mostly automatically generated, and mupdf, which has its own fork of freeglut.
2023-11-23treewide: add mainProgramh7x4
2021-07-16various: cleanup of 'inherit version;'Felix Buehler
2021-04-30treewide: remove gnidorahSandro Jäckel
due to github account removal/deletion and not other mean of contact.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2019-08-17treewide: name -> pnamevolth
2018-07-28twilight, kde2-decoration: add myself to maintainersgnidorah
2018-04-19twilight: init at 2018-04-19vodkabot