xoscope: fixed buildInputs

mullvad-ns
Alexander Kiselyov 3 years ago
parent ee995cb4c8
commit accd81c1b6
  1. 4
      pkgs/applications/science/electronics/xoscope/default.nix

@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
sha256 = "0a5ycfc1qdmibvagc82r2mhv2i99m6pndy5i6ixas3j2297g6pgq";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk3 gtkdatabox fftw gnum4 comedilib alsa-lib ];
nativeBuildInputs = [ pkg-config gnum4 ];
buildInputs = [ gtk3 gtkdatabox fftw comedilib alsa-lib ];
meta = {
description = "Oscilloscope through the sound card";

Loading…
Cancel
Save