pkg-config: add meta.mainProgram

This commit is contained in:
Fernando Ayats
2023-10-08 15:18:01 +02:00
committed by Yaya
parent f927d4d037
commit 738bccbb41
@@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
homepage = "http://pkg-config.freedesktop.org/wiki/";
platforms = platforms.all;
license = licenses.gpl2Plus;
mainProgram = "pkg-config";
};
}