pkgs/data: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
5d566c43b4
commit
d13840759c
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkgconfig, glib }:
|
||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "adapta-backgrounds";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig glib ];
|
||||
nativeBuildInputs = [ meson ninja pkg-config glib ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Wallpaper collection for adapta-project";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkgconfig, python3, udev, systemd }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, python3, udev, systemd }:
|
||||
|
||||
let
|
||||
name = "media-player-info-24";
|
||||
@@ -13,7 +13,7 @@ in
|
||||
};
|
||||
|
||||
buildInputs = [ udev systemd ];
|
||||
nativeBuildInputs = [ pkgconfig python3 ];
|
||||
nativeBuildInputs = [ pkg-config python3 ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./tools
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv
|
||||
, fetchurl
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, gettext
|
||||
, perlPackages
|
||||
, itstool
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
gettext
|
||||
itstool
|
||||
] ++ (with perlPackages; [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchurl, pkgconfig, xorgproto}:
|
||||
{lib, stdenv, fetchurl, pkg-config, xorgproto}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rgb";
|
||||
version = "1.0.6";
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1c76zcjs39ljil6f6jpx1x17c8fnvwazz7zvl3vbjfcrlmm7rjmv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [pkgconfig];
|
||||
nativeBuildInputs = [pkg-config];
|
||||
buildInputs = [xorgproto];
|
||||
meta = {
|
||||
inherit version;
|
||||
|
||||
Reference in New Issue
Block a user