pkgs/data: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
5d566c43b4
commit
d13840759c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user