mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 22:33:01 +02:00
fix: rocksdb shenanigans
This commit is contained in:
parent
54c1e3bb33
commit
9f37686b99
1 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
};
|
};
|
||||||
flake-utils.url = "github:numtide/flake-utils?ref=main";
|
flake-utils.url = "github:numtide/flake-utils?ref=main";
|
||||||
nix-filter.url = "github:numtide/nix-filter?ref=main";
|
nix-filter.url = "github:numtide/nix-filter?ref=main";
|
||||||
|
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -50,7 +49,13 @@
|
||||||
];
|
];
|
||||||
buildFlags = [ "library" ];
|
buildFlags = [ "library" ];
|
||||||
};
|
};
|
||||||
rocksdb = pkgs.rocksdb.overrideAttrs (oldAttrs: {
|
rocksdb = pkgs.rocksdb_9_10.overrideAttrs (oldAttrs: {
|
||||||
|
# I'm sure there's a really good reason to use the fork, but it fails to build, so we use nixpkgs instead
|
||||||
|
# src = inputs.rocksdb;
|
||||||
|
# We have this already at https://forgejo.ellis.link/continuwuation/rocksdb/commit/a935c0273e1ba44eacf88ce3685a9b9831486155
|
||||||
|
# Unsetting this so we don't have to revert it and make this nix exclusive
|
||||||
|
# patches = [ ];
|
||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
pkgs.lib.subtractLists [
|
pkgs.lib.subtractLists [
|
||||||
# No real reason to have snappy or zlib, no one uses this
|
# No real reason to have snappy or zlib, no one uses this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue