0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

bluez: do not link to removed test binary (#377833)

This commit is contained in:
Vladimír Čunát 2025-01-30 07:04:37 +01:00
commit dff800b26b
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -170,7 +170,6 @@ stdenv.mkDerivation (finalAttrs: {
simple-agent \
test-adapter \
test-device \
test-thermometer \
; do
ln -s ../test/$t $test/bin/bluez-$t
done