mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
kdePackages.solid: drop merged patch
This commit is contained in:
parent
f98b122195
commit
3ba92f8967
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
fetchpatch,
|
|
||||||
qttools,
|
qttools,
|
||||||
bison,
|
bison,
|
||||||
flex,
|
flex,
|
||||||
|
@ -12,13 +11,6 @@ mkKdeDerivation {
|
||||||
patches = [
|
patches = [
|
||||||
# Also search /run/wrappers for mount/umount
|
# Also search /run/wrappers for mount/umount
|
||||||
./fix-search-path.patch
|
./fix-search-path.patch
|
||||||
|
|
||||||
# Backport fix for mounting removable LUKS devices
|
|
||||||
# FIXME: remove in 6.2
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://invent.kde.org/frameworks/solid/-/commit/a3b18591ba144fae0cd0cfc087a45c64000d4e51.patch";
|
|
||||||
hash = "sha256-e7+amjOShUSzPb0pAxnAuuh/fbK/YLESqR0co1bs+wg=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraNativeBuildInputs = [qttools bison flex];
|
extraNativeBuildInputs = [qttools bison flex];
|
||||||
|
|
Loading…
Reference in a new issue