Revert "libdeltachat: also install interactive repl"

This reverts commit 5016616e6b.
This commit is contained in:
Robert Schütz 2023-11-03 09:00:58 -07:00 committed by GitHub
parent 81093a6c4a
commit 4e530c29c8
2 changed files with 2 additions and 18 deletions

View file

@ -1,5 +1,4 @@
{ lib
, rust
, stdenv
, fetchFromGitHub
, cargo
@ -43,18 +42,6 @@ stdenv.mkDerivation rec {
};
};
outputs = [ "bin" "out" ];
preBuild = ''
cargo build \
--target ${rust.envVars.rustHostPlatformSpec} \
--release \
-p deltachat-repl \
--frozen \
-j $NIX_BUILD_CORES \
-Z unstable-options --out-dir $bin/bin/
'';
nativeBuildInputs = [
cmake
perl

View file

@ -56,11 +56,8 @@ buildPythonPackage rec {
"deltachat.message"
];
meta = {
meta = libdeltachat.meta // {
description = "Python bindings for the Delta Chat Core library";
homepage = "https://github.com/deltachat/deltachat-core-rust/tree/master/python";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ dotlambda srapenne ];
platforms = lib.platforms.unix;
};
};
}