summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-07-24 23:42:50 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-10-11 18:52:12 +0200
commit88aa798487390b8a6fbe5056e4887eaeb60f1fe2 (patch)
treefb96df792647a04e0615ab10bd348314459582df
parentb2f369ade265325dfee27de85668c8960068203c (diff)
downloadnixpkgs-88aa798487390b8a6fbe5056e4887eaeb60f1fe2.tar
nixpkgs-88aa798487390b8a6fbe5056e4887eaeb60f1fe2.tar.gz
nixpkgs-88aa798487390b8a6fbe5056e4887eaeb60f1fe2.tar.bz2
nixpkgs-88aa798487390b8a6fbe5056e4887eaeb60f1fe2.tar.lz
nixpkgs-88aa798487390b8a6fbe5056e4887eaeb60f1fe2.tar.xz
nixpkgs-88aa798487390b8a6fbe5056e4887eaeb60f1fe2.tar.zst
nixpkgs-88aa798487390b8a6fbe5056e4887eaeb60f1fe2.zip
librest_1_0: propagate dependencies from Requires
pkg-config will not be able to find rest-1.0 otherwise.
-rw-r--r--pkgs/development/libraries/librest/1.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/librest/1.0.nix b/pkgs/development/libraries/librest/1.0.nix
index 30482a51027..cbd525d40b0 100644
--- a/pkgs/development/libraries/librest/1.0.nix
+++ b/pkgs/development/libraries/librest/1.0.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     gobject-introspection
   ];
 
-  buildInputs = [
+  propagatedBuildInputs = [
     glib
     json-glib
     libsoup_3