Commit 738bccbb authored by Fernando Ayats's avatar Fernando Ayats Committed by Yaya
Browse files

pkg-config: add meta.mainProgram

parent f927d4d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
    homepage = "http://pkg-config.freedesktop.org/wiki/";
    platforms = platforms.all;
    license = licenses.gpl2Plus;
    mainProgram = "pkg-config";
  };
}