self-download db-main
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
# nixos-db-main
|
||||
Nixos Derivation for DB-Main (https://www.db-main.eu/).
|
||||
|
||||
This needs the DB-Main files separately. The files are expected to be in a db-main directory, so that the db_main binary in in ./db-main/bin/db_main. This has been tested for version 11.0.2 .
|
||||
|
||||
@@ -3,7 +3,13 @@ pkgs.stdenv.mkDerivation {
|
||||
pname = "db-main";
|
||||
version = "1.0";
|
||||
|
||||
src = ./db-main;
|
||||
#src = ./db-main;
|
||||
src = builtins.fetchurl {
|
||||
url = "https://projects.info.unamur.be/dbmain/files/dbm-1102-linux-amd64-setup.tar.gz";
|
||||
};
|
||||
|
||||
umpackCmd = "tar -xzf $src";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.makeWrapper
|
||||
pkgs.patchelf
|
||||
|
||||
Reference in New Issue
Block a user