pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -19,7 +19,7 @@
|
||||
, curl
|
||||
, xorg
|
||||
, makeWrapper
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, libvlc
|
||||
, mbedtls
|
||||
|
||||
@@ -50,7 +50,7 @@ in mkDerivation rec {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ addOpenGLRunpath cmake pkgconfig ];
|
||||
nativeBuildInputs = [ addOpenGLRunpath cmake pkg-config ];
|
||||
|
||||
buildInputs = [
|
||||
curl
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# mkdir -p ~/.config/obs-studio/plugins/wlrobs/bin/64bit
|
||||
# ln -s ~/.nix-profile/share/obs/obs-plugins/wlrobs/bin/64bit/libwlrobs.so ~/.config/obs-studio/plugins/wlrobs/bin/64bit
|
||||
{ stdenv, fetchhg, wayland, obs-studio
|
||||
, meson, ninja, pkgconfig, libX11
|
||||
, meson, ninja, pkg-config, libX11
|
||||
, dmabufSupport ? false, libdrm ? null, libGL ? null, lib}:
|
||||
|
||||
assert dmabufSupport -> libdrm != null && libGL != null;
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "0qrcf8024r4ynfjw0zx8vn59ygx9q5rb196s6nyxmy3gkv2lfxlq";
|
||||
};
|
||||
|
||||
buildInputs = [ libX11 libGL libdrm meson ninja pkgconfig wayland obs-studio ];
|
||||
buildInputs = [ libX11 libGL libdrm meson ninja pkg-config wayland obs-studio ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/obs/obs-plugins/wlrobs/bin/64bit
|
||||
|
||||
Reference in New Issue
Block a user