mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
reptyr: shrink build closure
This commit is contained in:
parent
07800bee2b
commit
f6ae78c40b
1 changed files with 0 additions and 10 deletions
|
|
@ -2,12 +2,8 @@
|
|||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
python3,
|
||||
}:
|
||||
|
||||
let
|
||||
python = python3.withPackages (p: [ p.pexpect ]);
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.10.0";
|
||||
pname = "reptyr";
|
||||
|
|
@ -24,16 +20,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"DESTDIR=$(out)"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ python ];
|
||||
|
||||
# reptyr needs to do ptrace of a non-child process
|
||||
# It can be neither used nor tested if the kernel is not told to allow this
|
||||
doCheck = false;
|
||||
|
||||
checkFlags = [
|
||||
"PYTHON_CMD=${python.interpreter}"
|
||||
];
|
||||
|
||||
meta = {
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue