Skip to content

Commit

Permalink
qt5: use makeScopeWithSplicing
Browse files Browse the repository at this point in the history
if there is more than one qt5 attr and this file is copied then the arg
to generateSplicesForMkScope should be changed
  • Loading branch information
Artturin committed Mar 9, 2023
1 parent 7d8b42a commit 47b13fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/qt-5/5.15/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Check for any minor version changes.
*/

{ newScope
{ makeScopeWithSplicing, generateSplicesForMkScope
, lib, stdenv, fetchurl, fetchgit, fetchpatch, fetchFromGitHub, makeSetupHook, makeWrapper
, bison, cups ? null, harfbuzz, libGL, perl, python3
, gstreamer, gst-plugins-base, gtk3, dconf
Expand Down Expand Up @@ -225,4 +225,4 @@ let
} ../hooks/wrap-qt-apps-hook.sh;
};

in lib.makeScope newScope addPackages
in makeScopeWithSplicing (generateSplicesForMkScope "qt5") (_: {}) (_: {}) addPackages

0 comments on commit 47b13fa

Please sign in to comment.