about summary refs log tree commit diff
path: root/pkgs/build-support/icon-conv-tools
AgeCommit message (Collapse)AuthorFilesLines
2021-06-30application/development: /s/name/pname&version/Felix Buehler1-1/+2
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-4/+4
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-08-02icon-conv-tools: Don't depend on the .nix file at build timeTuomas Tynkkynen1-6/+5
The `src = ./.;` would cause spurious rebuild of the package since the output hash now depends on the contents of the .nix file.
2016-04-25icon-conv-tools: init at 0.0.0 (#13905)jraygauthier3-0/+133
A nix specific set of tools for converting icon files that are not in a freedesktop ready format. I plan on using these tools for both `keepass` and `retroarch` packages. It may benifit many other packages.