summary refs log tree commit diff
path: root/pkgs/tools/X11/xdg-user-dirs/default.nix
Commit message (Collapse)AuthorAge
* xdg-user-dirs: 0.17 -> 0.18R. Ryantm2022-08-03
|
* xdg-user-dirs: fix cross compilationNick Cao2022-01-21
|
* tools/{X11/video/virtualization}: replace name with pname&versionFelix Buehler2021-07-27
|
* treewide: remove lethalman from meta.maintainersVladimír Čunát2021-05-07
| | | | He hasn't been heard of for years.
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* 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
|
* xdg-user-dirs: deprioritize shipped configsJan Tojnar2019-08-24
| | | | | | XDG_CONFIG_DIRS should contain directories ordered by priority so if we want users to be able to customize the defaults, we need to move the shipped values to the end.
* 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
* xdg-user-dirs: 0.16 -> 0.17Ryan Mulligan2018-03-21
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/2isrxm5fr9kgxkh0pbzb5d77jpip1vvd-xdg-user-dirs-0.17/bin/xdg-user-dirs-update --help` got 0 exit code - ran `/nix/store/2isrxm5fr9kgxkh0pbzb5d77jpip1vvd-xdg-user-dirs-0.17/bin/.xdg-user-dirs-update-wrapped --help` got 0 exit code - ran `/nix/store/2isrxm5fr9kgxkh0pbzb5d77jpip1vvd-xdg-user-dirs-0.17/bin/xdg-user-dir -h` got 0 exit code - ran `/nix/store/2isrxm5fr9kgxkh0pbzb5d77jpip1vvd-xdg-user-dirs-0.17/bin/xdg-user-dir --help` got 0 exit code - ran `/nix/store/2isrxm5fr9kgxkh0pbzb5d77jpip1vvd-xdg-user-dirs-0.17/bin/xdg-user-dir help` got 0 exit code - found 0.17 with grep in /nix/store/2isrxm5fr9kgxkh0pbzb5d77jpip1vvd-xdg-user-dirs-0.17 - directory tree listing: https://gist.github.com/e8c151156e7a65f9f958a9a64e1e5a86
* xdg-user-dirs: 0.15 -> 0.16Franz Pletz2017-08-28
|
* xdg-user-dirs: fix finding default directory namesLuca Bruno2014-04-22
|
* xdg-user-dirs: new packageLuca Bruno2014-04-16
A tool to help manage well known user directories like the desktop folder and the music folder http://freedesktop.org/wiki/Software/xdg-user-dirs