klog: pkgconfig -> pkg-config
This commit is contained in:
parent
31f5dd3f36
commit
9fca265abd
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, hamlib, pkgconfig, qt5, qtbase, qttools, qtserialport, qtcharts, qmake, wrapQtAppsHook }:
|
{ stdenv, fetchurl, hamlib, pkg-config, qt5, qtbase, qttools, qtserialport, qtcharts, qmake, wrapQtAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "klog";
|
pname = "klog";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1d5x7rq0mgfrqws3q1y4z8wh2qa3gvsmd0ssf2yqgkyq3fhdrb5c";
|
sha256 = "1d5x7rq0mgfrqws3q1y4z8wh2qa3gvsmd0ssf2yqgkyq3fhdrb5c";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wrapQtAppsHook qmake qttools ];
|
nativeBuildInputs = [ pkg-config wrapQtAppsHook qmake qttools ];
|
||||||
buildInputs = [ hamlib qtbase qtserialport qtcharts ];
|
buildInputs = [ hamlib qtbase qtserialport qtcharts ];
|
||||||
|
|
||||||
qmakeFlags = [ "KLog.pro" ];
|
qmakeFlags = [ "KLog.pro" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user