summary refs log tree commit diff
path: root/pkgs/applications/office/scribus
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 09:09:27 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-16 23:49:59 -0800
commit5d566c43b4877ad32fb096e4d606b57eaa6dfe37 (patch)
treee7cc057fed0ce2eb44ae2978be5b4e64c8d41dcd /pkgs/applications/office/scribus
parent47e997598cd0e51f4a0071bb4e90cb2bdcc38dde (diff)
downloadnixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.gz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.bz2
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.lz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.xz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.zst
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.zip
pkgs/applications: pkgconfig -> pkg-config
Diffstat (limited to 'pkgs/applications/office/scribus')
-rw-r--r--pkgs/applications/office/scribus/default.nix4
-rw-r--r--pkgs/applications/office/scribus/unstable.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/office/scribus/default.nix b/pkgs/applications/office/scribus/default.nix
index 88212b7d8d9..a6427d0f890 100644
--- a/pkgs/applications/office/scribus/default.nix
+++ b/pkgs/applications/office/scribus/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, pkgconfig, freetype, lcms, libtiff, libxml2
+{ lib, stdenv, fetchurl, pkg-config, freetype, lcms, libtiff, libxml2
 , libart_lgpl, qt4, python2, cups, fontconfig, libjpeg
 , zlib, libpng, xorg, cairo, podofo, hunspell, boost, cmake, imagemagick, ghostscript }:
 
@@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
     sha256 = "0bq433myw6h1siqlsakxv6ghb002rp3mfz5k12bg68s0k6skn992";
   };
 
-  nativeBuildInputs = [ pkgconfig cmake ];
+  nativeBuildInputs = [ pkg-config cmake ];
   buildInputs = with xorg;
     [ freetype lcms libtiff libxml2 libart_lgpl qt4
       pythonEnv cups fontconfig
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index 8745dd37c98..7f4054bfb4e 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -14,7 +14,7 @@
 , libxml2
 , mkDerivation
 , pixman
-, pkgconfig
+, pkg-config
 , podofo
 , poppler
 , poppler_data
@@ -45,7 +45,7 @@ mkDerivation rec {
 
   nativeBuildInputs = [
     cmake
-    pkgconfig
+    pkg-config
   ];
 
   buildInputs = [