qt5.qtconnectivity: fix darwin build
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ qtModule, qtbase, qtdeclarative, bluez }:
|
||||
{ qtModule, stdenv, qtbase, qtdeclarative, bluez, cf-private }:
|
||||
|
||||
qtModule {
|
||||
name = "qtconnectivity";
|
||||
qtInputs = [ qtbase qtdeclarative ];
|
||||
buildInputs = [ bluez ];
|
||||
buildInputs = if stdenv.isDarwin then [ cf-private ] else [ bluez ];
|
||||
outputs = [ "out" "dev" "bin" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user