diff options
author | Ben Siraphob <bensiraphob@gmail.com> | 2021-01-17 10:51:22 +0700 |
---|---|---|
committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-01-16 23:49:59 -0800 |
commit | 76f93cc7313a1c32f7d76cf07c154e7bcafe251c (patch) | |
tree | 5582d94717ada25917f084cdd550ec900e90e82c /pkgs/tools/cd-dvd/brasero | |
parent | fce00d15c2521710ac1043d6b5251803fb9a8808 (diff) |
pkgs/tools: pkgconfig -> pkg-config
Diffstat (limited to 'pkgs/tools/cd-dvd/brasero')
-rw-r--r-- | pkgs/tools/cd-dvd/brasero/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/cd-dvd/brasero/default.nix b/pkgs/tools/cd-dvd/brasero/default.nix index 727c092e3aac8..ea720f4f3eb25 100644 --- a/pkgs/tools/cd-dvd/brasero/default.nix +++ b/pkgs/tools/cd-dvd/brasero/default.nix @@ -1,4 +1,4 @@ -{ stdenv, lib, fetchurl, pkgconfig, gtk3, itstool, gst_all_1, libxml2, libnotify +{ stdenv, lib, fetchurl, pkg-config, gtk3, itstool, gst_all_1, libxml2, libnotify , libcanberra-gtk3, intltool, dvdauthor, libburn, libisofs , vcdimager, wrapGAppsHook, hicolor-icon-theme }: @@ -16,7 +16,7 @@ in stdenv.mkDerivation rec { sha256 = "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"; }; - nativeBuildInputs = [ pkgconfig itstool intltool wrapGAppsHook ]; + nativeBuildInputs = [ pkg-config itstool intltool wrapGAppsHook ]; buildInputs = [ gtk3 libxml2 libnotify libcanberra-gtk3 libburn libisofs hicolor-icon-theme |