Skip to content

Commit

Permalink
Merge pull request #75317 from worldofpeace/bluez-docheck
Browse files Browse the repository at this point in the history
bluez: enable checkPhase on x86_64-linux
  • Loading branch information
worldofpeace committed Dec 11, 2019
2 parents f361834 + b5a3336 commit fb390ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/bluez/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit fb390ed

Please sign in to comment.