Merge pull request #105666 from xaverdh/minimal-iwd-seperate-output

iwd: don't include testing tools by default
This commit is contained in:
Jan Tojnar 2020-12-03 17:21:18 +01:00 committed by GitHub
commit ae7aa4d6bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
sha256 = "0gzpdgfwzlqj2n3amf2zhi2hlpa412878yphgx79y6b5gn1y1lm2";
};
outputs = [ "out" "man" ];
outputs = [ "out" "man" "test" ];
nativeBuildInputs = [
autoreconfHook
@ -61,7 +61,8 @@ stdenv.mkDerivation rec {
doCheck = true;
postInstall = ''
cp -a test/* $out/bin/
mkdir -p $test/bin
cp -a test/* $test/bin/
mkdir -p $out/share
cp -a doc $out/share/
cp -a README AUTHORS TODO $out/share/doc/