iwd: tests, openssl check dep

wip/yesman
Will Dietz 4 years ago
parent 54f35e4e40
commit f9b5108d91
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
  1. 5
      pkgs/os-specific/linux/iwd/default.nix

@ -7,6 +7,7 @@
, coreutils
, docutils
, readline
, openssl
, python3Packages
}:
@ -33,6 +34,8 @@ stdenv.mkDerivation rec {
readline
];
checkInputs = [ openssl ];
pythonPath = [
python3Packages.dbus-python
python3Packages.pygobject3
@ -53,6 +56,8 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
doCheck = true;
postInstall = ''
cp -a test/* $out/bin/
mkdir -p $out/share

Loading…
Cancel
Save