xoscope: fixed buildInputs

+2 -2
+2 -2
pkgs/applications/science/electronics/xoscope/default.nix
··· 19 sha256 = "0a5ycfc1qdmibvagc82r2mhv2i99m6pndy5i6ixas3j2297g6pgq"; 20 }; 21 22 - nativeBuildInputs = [ pkg-config ]; 23 - buildInputs = [ gtk3 gtkdatabox fftw gnum4 comedilib alsa-lib ]; 24 25 meta = { 26 description = "Oscilloscope through the sound card";
··· 19 sha256 = "0a5ycfc1qdmibvagc82r2mhv2i99m6pndy5i6ixas3j2297g6pgq"; 20 }; 21 22 + nativeBuildInputs = [ pkg-config gnum4 ]; 23 + buildInputs = [ gtk3 gtkdatabox fftw comedilib alsa-lib ]; 24 25 meta = { 26 description = "Oscilloscope through the sound card";