Commit graph

26 commits

Author SHA1 Message Date
volth 396190acb1 perlPackages: move CPAN libs to perl-packages.nix and non-CPAN libs out of perl-packages.nix 2019-10-22 07:07:18 +00:00
volth b3cc65f8b9 buildPerlPackage: name -> (pname, version) 2019-06-20 15:56:50 +00:00
volth 1e0e721f2a perlPackages.DBD-SQLite: 1.58 -> 0.62 2019-04-22 16:01:25 +00:00
volth bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
volth 208a3ff6c0
perlPackages.DBDSQLite: 1.55_07 -> 1.58 (please ignore it) 2018-06-08 21:54:37 +00:00
Andrew Dunham d3f76d7747 Fix build failures with DBD-SQLite
This passes the correct compilation flags to the builder so we pick up
the path to sqlite, and (despite the fact that it's a development
version), also updates to version 1.55_07 to fix
https://github.com/DBD-SQLite/DBD-SQLite/issues/28
2018-02-06 18:06:23 -08:00
Vladimír Čunát 5618691751
perl-DBD-SQLite: 1.50 -> 1.54
- This fixes tests after sqlite update, also tested via nixStable
  and via building some other perl reverse dependencies.
- The patch was conflicting due to upstream changes,
  but those changes allowed us to minimize the patch.
- meta from nix-generate-from-cpan
/cc #30927.
2017-10-31 11:35:25 +01:00
Eelco Dolstra d94c072f8e DBD::SQLite: 1.48 -> 1.50 2016-09-05 13:45:59 +02:00
Tuomas Tynkkynen e80e4ba2bb treewide: Make explicit that 'dev' output of sqlite is used 2016-05-19 10:04:34 +02:00
Vladimír Čunát 90d5e87862 sqlite: split dev and bin outputs 2015-10-14 14:27:07 +02:00
William A. Kennington III 731b4a4371 perlPackages: Updates 2015-07-06 19:21:21 -07:00
Eelco Dolstra e3728f0aad DBD::SQLite: Update to 1.44 2014-10-24 11:55:48 +02:00
Peter Simons 2624dc3575 perlPackages.DBDSQLite: update from 1.37 to 1.42 2014-04-08 13:25:16 +02:00
Eelco Dolstra da426c7df5 Fix some meta.platforms attributes to build more stuff on Darwin 2013-11-05 10:46:59 +01:00
Shea Levy 106584d523 DBD-SQLite: Update to 1.37
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 13:16:59 -04:00
Eelco Dolstra 14b1ed53a0 DBD::SQLite: Don't link against /usr/lib/libsqlite3.dylib on Darwin 2012-09-12 12:33:03 -04:00
Eelco Dolstra 911e9f3f43 DBD::SQLite: Don't install a copy of the SQLite sources
This saves almost 5 MB.
2012-08-17 18:11:53 -04:00
Eelco Dolstra bd8d7a8d15 Add some packages to the channel 2012-07-31 19:26:35 -04:00
Eelco Dolstra 0348f11e22 * DBD::SQLite updated to 1.35.
svn path=/nixpkgs/trunk/; revision=31277
2012-01-04 14:23:41 +00:00
Eelco Dolstra 9e26da96e5 * Update DBI and DBD::SQLite.
svn path=/nixpkgs/trunk/; revision=26775
2011-04-11 09:11:36 +00:00
Rob Vermaas f809b04a33 newer version DBD-SQLite
svn path=/nixpkgs/trunk/; revision=22958
2010-08-05 09:44:28 +00:00
Eelco Dolstra fc34431dde * Latest DBD::SQLite. Fix building against an external SQLite.
svn path=/nixpkgs/trunk/; revision=16138
2009-07-02 13:55:38 +00:00
Eelco Dolstra c61c9dc35b * Drop the "perl" prefix from Perl attribute names. It's redundant
now that Perl packages are in their own namespace
  (perlPackages.<pkg>).

svn path=/nixpkgs/trunk/; revision=15176
2009-04-20 12:49:35 +00:00
Eelco Dolstra 7111a3d79d * Disabled make check in DBD::SQLite; see
http://hydra.nixos.org/build/5767/nixlog/3.

svn path=/nixpkgs/trunk/; revision=14688
2009-03-24 15:42:24 +00:00
Eelco Dolstra 9cb29889d2 * A function "buildPerlPackage" to replace all those "import
../development/perl-modules/generic perl" incantations.

svn path=/nixpkgs/trunk/; revision=13387
2008-11-24 10:24:51 +00:00
Eelco Dolstra 1357c14500 * DBD::SQLite needs a patch to prevent segfaults in case of timeouts.
svn path=/nixpkgs/trunk/; revision=13386
2008-11-24 10:11:09 +00:00