summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/cppdb (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure Artturin2023-02-221-1/+1
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-2/+2
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-011-3/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-311-1/+1
* Re-Revert "Merge branch 'staging-next'"•••This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16. Vladimír Čunát2019-09-221-3/+3
* Revert "Merge branch 'staging-next'"•••This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions. Vladimír Čunát2019-09-211-3/+3
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-091-3/+3
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-2/+2
* treewide: fix derivation namesRyan Mulligan2018-05-281-2/+2
* treewide: libmysql -> mysql.connector-cRobin Gloster2017-12-291-3/+3
* pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances Silvan Mosberger2017-08-011-1/+1
* cppdb: init at 0.3.1Julien Dehos2016-08-241-0/+26