summary refs log tree commit diff
path: root/pkgs/development/libraries/telepathy
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-03-26 01:22:47 +0200
committerArtturin <Artturin@artturin.com>2023-04-02 05:50:34 +0300
commitef0e28c60a469b4366e0894a6f048ffb7517e475 (patch)
tree2c57f225041752c860d1ad2992f0926d84326b54 /pkgs/development/libraries/telepathy
parent928c439ec256e9f1f2319433138079525bc04ec7 (diff)
downloadnixpkgs-ef0e28c60a469b4366e0894a6f048ffb7517e475.tar
nixpkgs-ef0e28c60a469b4366e0894a6f048ffb7517e475.tar.gz
nixpkgs-ef0e28c60a469b4366e0894a6f048ffb7517e475.tar.bz2
nixpkgs-ef0e28c60a469b4366e0894a6f048ffb7517e475.tar.lz
nixpkgs-ef0e28c60a469b4366e0894a6f048ffb7517e475.tar.xz
nixpkgs-ef0e28c60a469b4366e0894a6f048ffb7517e475.tar.zst
nixpkgs-ef0e28c60a469b4366e0894a6f048ffb7517e475.zip
telepathy-glib: enable strictDeps
fix cross

checked with diffing
Diffstat (limited to 'pkgs/development/libraries/telepathy')
-rw-r--r--pkgs/development/libraries/telepathy/glib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/telepathy/glib/default.nix b/pkgs/development/libraries/telepathy/glib/default.nix
index 9ab269aaacf..e1510fca92a 100644
--- a/pkgs/development/libraries/telepathy/glib/default.nix
+++ b/pkgs/development/libraries/telepathy/glib/default.nix
@@ -22,16 +22,17 @@ stdenv.mkDerivation rec {
     sha256 = "sKN013HN0IESXzjDq9B5ZXZCMBxxpUPVVeK/IZGSc/A=";
   };
 
+  strictDeps = true;
   nativeBuildInputs = [
     pkg-config
     libxslt
     gobject-introspection
     vala
+    python3
   ];
 
   buildInputs = [
     glibcLocales
-    python3
   ];
 
   propagatedBuildInputs = [