Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
nix/overlays: remove pipewire overlay (merged upstream)
  • Loading branch information
fufexan committed Jul 28, 2024
1 parent 5555f46 commit 0e2f3b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 30 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions nix/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ in {
xdg-desktop-portal-hyprland
]);
xdg-desktop-portal-hyprland = lib.composeManyExtensions [
self.overlays.pipewire
(final: prev: {
xdg-desktop-portal-hyprland = final.callPackage ./default.nix {
stdenv = prev.gcc13Stdenv;
Expand All @@ -31,21 +30,4 @@ in {
};
})
];

# TODO: remove when https://nixpk.gs/pr-tracker.html?pr=322933 lands in unstable
pipewire = final: prev: {
pipewire = prev.pipewire.overrideAttrs (self: super: {
version = "1.2.0";

src = final.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "pipewire";
repo = "pipewire";
rev = self.version;
hash = "sha256-hjjiH7+JoyRTcdbPDvkUEpO72b5p8CbTD6Un/vZrHL8=";
};

mesonFlags = super.mesonFlags ++ [(final.lib.mesonEnable "snap" false)];
});
};
}

0 comments on commit 0e2f3b9

Please sign in to comment.