mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 18:10:37 +00:00
[Backport release-26.05] firefox/wrapper: enable strictDeps (#545437)
This commit is contained in:
@@ -215,6 +215,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
inherit pname version;
|
||||
|
||||
desktopItem = makeDesktopItem (
|
||||
|
||||
Reference in New Issue
Block a user