Skip to content

Commit

Permalink
finamp: remove useless xdg-user-dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 8, 2024
1 parent 4b01903 commit 7789a66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/by-name/fi/finamp/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, flutter327
, mpv-unwrapped
, xdg-user-dirs
, patchelf
, fetchFromGitHub
, copyDesktopItems
Expand Down Expand Up @@ -40,10 +39,6 @@ flutter327.buildFlutterApplication {
install -Dm644 $src/assets/icon/icon_foreground.svg $out/share/icons/hicolor/scalable/apps/finamp.svg
'';

extraWrapProgramArgs = ''
--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs ]}
'';

desktopItems = [(makeDesktopItem {
name = "Finamp";
desktopName = "Finamp";
Expand Down

0 comments on commit 7789a66

Please sign in to comment.