abracadabra: apply nixfmt
This commit is contained in:
parent
1c9263c763
commit
b86a96d174
@ -1,8 +1,22 @@
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, wrapQtAppsHook
|
||||
, qtbase, qtmultimedia, qttools, qtpositioning, qtlocation
|
||||
, faad2, mpg123, portaudio
|
||||
, libusb1, rtl-sdr, airspy, soapysdr-with-plugins
|
||||
} :
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
wrapQtAppsHook,
|
||||
qtbase,
|
||||
qtmultimedia,
|
||||
qttools,
|
||||
qtpositioning,
|
||||
qtlocation,
|
||||
faad2,
|
||||
mpg123,
|
||||
portaudio,
|
||||
libusb1,
|
||||
rtl-sdr,
|
||||
airspy,
|
||||
soapysdr-with-plugins,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "abracadabra";
|
||||
@ -49,4 +63,3 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "AbracaDABra";
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user