Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/db/db-5.3.nix

9 lines
242 B
Nix
Raw Normal View History

db: Reorganize Berkeley Database Packaging Currently, the berkeley databases resuses a lot of the same code for the expressions of each version. This consolidates all of the build routines similar to that of the linux kernel. This patch also adds version 6 of BDB.
2014-01-31 03:25:49 -06:00
{ stdenv, fetchurl, ... } @ args:
db5: Add package
2014-01-30 21:51:26 -06:00
db: Reorganize Berkeley Database Packaging Currently, the berkeley databases resuses a lot of the same code for the expressions of each version. This consolidates all of the build routines similar to that of the linux kernel. This patch also adds version 6 of BDB.
2014-01-31 03:25:49 -06:00
import ./generic.nix (args // rec {
version = "5.3.28";
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
db: fix all versions with libc++3.8
2016-11-13 22:48:52 +01:00
license = stdenv.lib.licenses.agpl3;
Revert "db: fix build with libc++-3.8" This reverts commit 7e933af17344c049cdb13bffeafdb82f0927f3bc.
2016-11-13 00:42:17 +01:00
extraPatches = [ ./clang-5.3.patch ];
db: Reorganize Berkeley Database Packaging Currently, the berkeley databases resuses a lot of the same code for the expressions of each version. This consolidates all of the build routines similar to that of the linux kernel. This patch also adds version 6 of BDB.
2014-01-31 03:25:49 -06:00
})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 788ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API