Skip to content

Commit

Permalink
librsvg: strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Sep 19, 2021
1 parent e32bf6f commit 631b302
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/librsvg/default.nix
Expand Up @@ -31,7 +31,12 @@ stdenv.mkDerivation rec {
sha256 = "//thsIzVKCqq4UegKzBRZqdCb60iqLlCdwjw8vxCbrw=";
};

strictDeps = true;

depsBuildBuild = [ pkg-config ];

nativeBuildInputs = [
gdk-pixbuf
pkg-config
rustc
cargo
Expand All @@ -47,6 +52,7 @@ stdenv.mkDerivation rec {
bzip2
pango
libintl
gobject-introspection
] ++ lib.optionals stdenv.isDarwin [
libobjc
];
Expand Down

0 comments on commit 631b302

Please sign in to comment.