Skip to content

Commit

Permalink
all-packages: reorder expression
Browse files Browse the repository at this point in the history
Because it is strange that shaka-packager appears among mpv-related things...
  • Loading branch information
AndersonTorres committed Apr 15, 2024
1 parent 4a5818e commit 6f9fc47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33250,15 +33250,14 @@ with pkgs;
inherit lua;
};

shaka-packager = callPackage ../applications/video/shaka-packager { };

# Wraps without triggering a rebuild
inherit (mpv-unwrapped) wrapMpv;
mpv = wrapMpv mpv-unwrapped { };
mpvScripts = mpv-unwrapped.scripts;

mpvpaper = callPackage ../tools/wayland/mpvpaper { };

shaka-packager = callPackage ../applications/video/shaka-packager { };

open-in-mpv = callPackage ../applications/video/open-in-mpv { };

Expand Down

0 comments on commit 6f9fc47

Please sign in to comment.