overlays: Remove phosh override
This commit is contained in:
parent
d33106fe9c
commit
1557d09d0a
@ -55,19 +55,4 @@ in {
|
|||||||
sha256 = "05aih05z5dybbv67qjmn90yjrk1k2l0v83hhglqqdin18k5xhq21";
|
sha256 = "05aih05z5dybbv67qjmn90yjrk1k2l0v83hhglqqdin18k5xhq21";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
phosh = prev.unstable.phosh.overrideAttrs (old: rec {
|
|
||||||
patches = [
|
|
||||||
#(prev.fetchpatch {
|
|
||||||
# name = "904-allow-non-numeric-passwords-in-lockscreen.patch";
|
|
||||||
# url = "https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/904.patch";
|
|
||||||
# sha256 = "0w349cwfcp9a7hg137l7q45626sggl441mwnf0rx6rwjgn1kd48d";
|
|
||||||
#})
|
|
||||||
(prev.fetchpatch {
|
|
||||||
name = "923-allow-non-numeric-passwords-in-lockscreen.patch";
|
|
||||||
url = "https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/923.diff";
|
|
||||||
sha256 = "168rmcwmyvyhb8xrlrrp3na44h0mda3dkk8iswak6jr2pvxdb30z";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user