libseccomp: re-enable checkPhase
This commit is contained in:
parent
1248ea16e1
commit
910f84bf9e
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, getopt, util-linux, gperf, nix-update-script }:
|
{ lib, stdenv, fetchurl, getopt, util-linuxMinimal, which, gperf, nix-update-script }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libseccomp";
|
pname = "libseccomp";
|
||||||
|
@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ util-linux ];
|
checkInputs = [ util-linuxMinimal which ];
|
||||||
doCheck = false; # dependency cycle
|
doCheck = true;
|
||||||
|
|
||||||
# Hack to ensure that patchelf --shrink-rpath get rids of a $TMPDIR reference.
|
# Hack to ensure that patchelf --shrink-rpath get rids of a $TMPDIR reference.
|
||||||
preFixup = "rm -rfv src";
|
preFixup = "rm -rfv src";
|
||||||
|
|
Loading…
Reference in a new issue