summary refs log tree commit diff
path: root/pkgs/tools/misc/xdaliclock
Commit message (Collapse)AuthorAge
* Drop maintainership for some packagesRobert Helgesson2021-04-18
|
* 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: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* xdaliclock: 2.43 -> 2.44R. RyanTM2019-01-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xdaliclock/versions
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* xdaliclock: Fix aarch64 buildTuomas Tynkkynen2017-12-04
| | | | https://hydra.nixos.org/build/65030707
* xdaliclock: replace use of builderDefsPackageRobert Helgesson2015-08-27
|
* Update XDaliClockMichael Raskin2015-05-10
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* Update XDaliClockMichael Raskin2014-09-02
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* xdaliclock: update from 2.35 to 2.40Nixpkgs Monitor2013-12-16
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Adding XDaliClockMichael Raskin2011-03-29
svn path=/nixpkgs/trunk/; revision=26591