shared-mime-info: strictdeps (#128803)

launchpad/nixpkgs/master
arcnmx 3 years ago committed by GitHub
parent 4dfa39c625
commit 6cc62b1843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/data/misc/shared-mime-info/default.nix

@ -39,16 +39,16 @@ stdenv.mkDerivation rec {
pkg-config
gettext
itstool
] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
libxml2
shared-mime-info
];
] ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) shared-mime-info;
buildInputs = [
libxml2
glib
];
strictDeps = true;
mesonFlags = [
"-Dupdate-mimedb=true"
];

Loading…
Cancel
Save