iwd: tests, openssl check dep
This commit is contained in:
parent
54f35e4e40
commit
f9b5108d91
@ -7,6 +7,7 @@
|
|||||||
, coreutils
|
, coreutils
|
||||||
, docutils
|
, docutils
|
||||||
, readline
|
, readline
|
||||||
|
, openssl
|
||||||
, python3Packages
|
, python3Packages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -33,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||||||
readline
|
readline
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkInputs = [ openssl ];
|
||||||
|
|
||||||
pythonPath = [
|
pythonPath = [
|
||||||
python3Packages.dbus-python
|
python3Packages.dbus-python
|
||||||
python3Packages.pygobject3
|
python3Packages.pygobject3
|
||||||
@ -53,6 +56,8 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cp -a test/* $out/bin/
|
cp -a test/* $out/bin/
|
||||||
mkdir -p $out/share
|
mkdir -p $out/share
|
||||||
|
Loading…
x
Reference in New Issue
Block a user