nix: partially remove some liburing overrides
the argument one is weird and causing build script invalid arguments Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
83e853e7a3
commit
68ad351f84
2 changed files with 2 additions and 13 deletions
10
flake.nix
10
flake.nix
|
@ -50,16 +50,6 @@
|
|||
configureFlags = pkgs.lib.subtractLists
|
||||
[ "--enable-static" "--disable-shared" ]
|
||||
old.configureFlags;
|
||||
|
||||
postInstall = old.postInstall + ''
|
||||
# we remove the extra outputs
|
||||
#
|
||||
# we need to do this to prevent rocksdb from trying to link the
|
||||
# static library in a dynamic stdenv
|
||||
rm $out/lib/liburing*${
|
||||
if pkgs.stdenv.hostPlatform.isStatic then ".so*" else ".a"
|
||||
}
|
||||
'';
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue