summary refs log tree commit diff
path: root/pkgs/development/libraries/png++
Commit message (Collapse)AuthorAge
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* 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
* pngpp: 0.2.9 -> 0.2.10R. RyanTM2019-08-05
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pngpp/versions
* Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
|
* pngpp: darwin supportAnthony Cowley2018-01-11
| | | | | | | | | | | | 1) Building with clang is addressed by navigating a minor #if in some of the code. 2) I noticed that even when things were building correctly, passing `${out}` as a variable assignment to `make` was actually not working: there were compiler warnings about missing include directories whose bogus paths involved the literal string `out`. I ended up fixing this by performing the assignment to the make variable `PREFIX` in the `Makefile` itself.
* treewide: Fix 'lib.optional' misusesTuomas Tynkkynen2016-10-01
| | | | These add a singleton list of a package to buildInputs.
* pngpp: init at 0.2.9 (#16782)Ram Kromberg2016-07-10