mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
bluez: enable checkPhase on x86_64-linux
This commit is contained in:
parent
a83fa6410f
commit
b5a3336f57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user