Commit 4e530c29 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Revert "libdeltachat: also install interactive repl"

This reverts commit 5016616e.
parent 81093a6c
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
{ 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
+2 −5
Original line number Diff line number Diff line
@@ -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;
  };
}