summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/gnuradio/ais.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/gnuradio/ais.nix')
-rw-r--r--pkgs/applications/radio/gnuradio/ais.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/radio/gnuradio/ais.nix b/pkgs/applications/radio/gnuradio/ais.nix
index 46d46d1c3255..69b55c771218 100644
--- a/pkgs/applications/radio/gnuradio/ais.nix
+++ b/pkgs/applications/radio/gnuradio/ais.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, boost, gnuradio
+{ stdenv, fetchFromGitHub, cmake, pkg-config, boost, gnuradio
, makeWrapper, cppunit, gr-osmosdr, log4cpp
, pythonSupport ? true, python, swig
}:
@@ -17,10 +17,9 @@ stdenv.mkDerivation {
sha256 = "1b9j0kc74cw12a7jv4lii77dgzqzg2s8ndzp4xmisxksgva1qfvh";
};
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [
- cmake boost gnuradio makeWrapper cppunit gr-osmosdr log4cpp
- ] ++ stdenv.lib.optionals pythonSupport [ python swig ];
+ nativeBuildInputs = [ cmake makeWrapper pkg-config ];
+ buildInputs = [ boost gnuradio cppunit gr-osmosdr log4cpp ]
+ ++ stdenv.lib.optionals pythonSupport [ python swig ];
postInstall = ''
for prog in "$out"/bin/*; do