Merge pull request #75317 from worldofpeace/bluez-docheck

bluez: enable checkPhase on x86_64-linux
This commit is contained in:
worldofpeace 2019-12-10 20:33:28 -05:00 committed by GitHub
commit fb390ed0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "rulesdir=${placeholder "out"}/lib/udev/rules.d" ];
doCheck = stdenv.hostPlatform.isx86_64;
postInstall = ''
mkdir -p $test/{bin,test}
cp -a test $test