summary refs log tree commit diff
path: root/pkgs/data/icons/iconpack-obsidian/default.nix
Commit message (Collapse)AuthorAge
* pkgs/data/icons: use stdenvNoCC where possiblekilianar2022-07-06
| | | | | | | | Most icons themes just copy a bunch of files from the source to the installation directory and therefore work perfectly fine with stdenvNoCC. All themes in pkgs/data/icons that still use stdenv after this change are failing to build with stdenvNoCC.
* iconpack-obsidian: 4.14 -> 4.15José Romildo Malaquias2021-02-11
|
* 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
* iconpack-obsidian: 4.13 -> 4.14R. RyanTM2020-11-15
|
* iconpack-obsidian: 4.12 -> 4.13José Romildo Malaquias2020-08-30
| | | | | Also add mint-x-icons as a dependency, as Mint-X is a parent theme of Obsidian.
* iconpack-obsidian: 4.11 -> 4.12José Romildo Malaquias2020-05-30
|
* iconpack-obsidian: add missing parent icon themesJosé Romildo Malaquias2020-04-19
|
* iconpack-obsidian: 4.10 -> 4.11José Romildo Malaquias2020-03-23
|
* iconpack-obsidian: 4.9 -> 4.10José Romildo Malaquias2020-01-22
|
* iconpack-obsidian: 4.3 -> 4.9José Romildo Malaquias2019-11-02
|
* treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCacheworldofpeace2019-09-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* iconpack-obsidian: 4.0.1 -> 4.3Will Dietz2018-10-01
|
* iconpack-obsidian: restrict platforms to linuxJosé Romildo Malaquias2018-05-07
|
* iconpack-obsidian: init at 4.0.1José Romildo Malaquias2018-05-03