summary refs log tree commit diff
path: root/pkgs/tools/X11/bgs
Commit message (Collapse)AuthorAge
* bgs: switch to fetchFromGitHubFelix Buehler2021-10-24
|
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* 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
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bgs: update from 0.7.1 to 0.8Pascal Wittmann2015-09-05
|
* bgs: update from 0.7 to 0.7.1Pascal Wittmann2015-05-12
|
* bgs: update from 0.6 to 0.7Pascal Wittmann2015-05-11
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* bgs: update from 0.5 to 0.6Pascal Wittmann2014-07-15
|
* Fix a lots of evaluation errors on Hydra.Peter Simons2013-12-10
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* Add bgs, a simple background setter for XPascal Wittmann2013-10-02