allow including extra info in --version
output
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9f7431c08f
commit
74c34e885e
3 changed files with 17 additions and 1 deletions
|
@ -73,6 +73,7 @@
|
|||
];
|
||||
|
||||
env = pkgs: {
|
||||
CONDUIT_VERSION_EXTRA = self.shortRev or self.dirtyShortRev;
|
||||
ROCKSDB_INCLUDE_DIR = "${rocksdb' pkgs}/include";
|
||||
ROCKSDB_LIB_DIR = "${rocksdb' pkgs}/lib";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue