about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorGabriel Arazas <foodogsquared@foodogsquared.one>2023-10-14 19:53:26 +0800
committerGabriel Arazas <foodogsquared@foodogsquared.one>2023-10-14 19:53:26 +0800
commitf3fe1692d92fcfac661045dda0c44a00f4d5d01b (patch)
treed7c6d5bcd4148756e1c61bac1f1e4f8ff268a0e1 /pkgs/by-name
parent9b295ab713858412589e61c1f7c017e29699da0f (diff)
guile-lzma: propagate Guile modules
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/gu/guile-lzma/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/gu/guile-lzma/package.nix b/pkgs/by-name/gu/guile-lzma/package.nix
index d9be1253acb6f..66dddeb88ff78 100644
--- a/pkgs/by-name/gu/guile-lzma/package.nix
+++ b/pkgs/by-name/gu/guile-lzma/package.nix
@@ -20,10 +20,10 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [
     guile
     pkg-config
-    scheme-bytestructures
   ];
   buildInputs = [ guile ];
   propagatedBuildInputs = [ xz ];
+  propagatedNativeBuildInputs = [ scheme-bytestructures ];
 
   doCheck = true;