mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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 {
|
||||
pname = "klog";
|
||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1d5x7rq0mgfrqws3q1y4z8wh2qa3gvsmd0ssf2yqgkyq3fhdrb5c";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wrapQtAppsHook qmake qttools ];
|
||||
nativeBuildInputs = [ pkg-config wrapQtAppsHook qmake qttools ];
|
||||
buildInputs = [ hamlib qtbase qtserialport qtcharts ];
|
||||
|
||||
qmakeFlags = [ "KLog.pro" ];
|
||||
|
Loading…
Reference in New Issue
Block a user