Skip to content

Commit

Permalink
nixpkgs/fwupd: remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Dec 8, 2023
1 parent ca09970 commit 9910fdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
13 changes: 1 addition & 12 deletions flake/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,7 @@
inherit (config.nixpkgs) config;
};
in {
# TODO broken
fwupd =
(prev.fwupd.override {
stdenv = final.ccacheStdenv;
})
.overrideAttrs (old: {
patches =
(old.patches or [])
++ [
../patches/fwupd-lockdown-unknown-as-invalid.patch
];
});
# currently nothing
};
in {
nixpkgs = {
Expand Down
12 changes: 0 additions & 12 deletions patches/fwupd-lockdown-unknown-as-invalid.patch

This file was deleted.

0 comments on commit 9910fdb

Please sign in to comment.