add tuicr, replace buildRustPackage with naersk, remove overseer
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
inputs,
|
||||
input,
|
||||
prev,
|
||||
}: let
|
||||
naersk-lib = prev.callPackage inputs.naersk {};
|
||||
manifest = (prev.lib.importTOML "${input}/Cargo.toml").package;
|
||||
in
|
||||
prev.rustPlatform.buildRustPackage {
|
||||
naersk-lib.buildPackage {
|
||||
pname = manifest.name;
|
||||
version = manifest.version;
|
||||
|
||||
cargoLock.lockFile = "${input}/Cargo.lock";
|
||||
|
||||
src = input;
|
||||
|
||||
nativeBuildInputs = [prev.pkg-config];
|
||||
|
||||
Reference in New Issue
Block a user