kde/gear: apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
André Vitor de Lima Matos 2022-04-26 15:33:03 +00:00
parent 69b0381560
commit 5223d2c13b
No known key found for this signature in database
GPG key ID: A48A6B2DBAC1EC29
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ mkDerivation {
kxmlgui libkdepim libkleo mailcommon pimcommon prison qgpgme qtbase
];
postInstall = ''
# added as an include directory by cmake files and fails to compile if it's missing
mkdir -p "$out/include/KF5"
'';
}

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
url = "https://github.com/tat/mimetic/commit/bf84940f9021950c80846e6b1a5f8b0b55991b00.patch";
sha256 = "sha256-1JW9zPg67BgNsdIjK/jp9j7QMg50eRMz5FsDsbbzBlI=";
})
] ++ lib.optional stdenv.isAarch64 [ ./narrowing.patch ];
] ++ lib.optional stdenv.isAarch64 ./narrowing.patch;
meta = with lib; {
description = "MIME handling library";