Skip to content

Commit

Permalink
cosmic-settings: avoid using buildPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 8, 2024
1 parent 9cdfe24 commit 7d23eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/cosmic-settings/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, stdenv
, fetchFromGitHub
, rustPlatform
, buildPackages
, wrapCosmicAppsHook
, cmake
, cosmic-randr
, expat
Expand All @@ -16,7 +16,7 @@
}:

let
wrapCosmicAppsHook' = buildPackages.wrapCosmicAppsHook.override { includeSettings = false; };
wrapCosmicAppsHook' = (wrapCosmicAppsHook.__spliced.buildHost or wrapCosmicAppsHook).override { includeSettings = false; };
in

rustPlatform.buildRustPackage {
Expand Down

0 comments on commit 7d23eed

Please sign in to comment.