Skip to content

Commit

Permalink
cosmic-store: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 15, 2024
1 parent c82f7a6 commit 44aec39
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkgs/cosmic-store/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
, fetchFromGitHub
, rustPlatform
, wrapCosmicAppsHook
, appstream
, flatpak
, fontconfig
, freetype
, glib
, just
, libinput
, openssl
, pkg-config
, stdenv
Expand Down Expand Up @@ -43,12 +39,8 @@ rustPlatform.buildRustPackage rec {

nativeBuildInputs = [ wrapCosmicAppsHook just pkg-config ];
buildInputs = [
appstream
glib
libinput
fontconfig
flatpak
freetype
openssl
];

Expand Down

0 comments on commit 44aec39

Please sign in to comment.