Skip to content

Commit

Permalink
Update pkgs/by-name/de/deltatouch/package.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Cosima Neidahl <[email protected]>
  • Loading branch information
link2xt and OPNA2608 authored Apr 10, 2024
1 parent d0c3bc0 commit 7a6667c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/by-name/de/deltatouch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ stdenv.mkDerivation (finalAttrs: {
fetchSubmodules = true;
};


patches = [
(fetchpatch {
name = "0001-deltatouch-Fix-localisation.patch";
url = "https://codeberg.org/lk108/deltatouch/commit/dcfdd8a0fca5fff10d0383f77f4c0cbea302de00.patch";
hash = "sha256-RRjHG/xKtj757ZP2SY0GtWwh66kkTWoICV1vDkFAw3k=";
})
];

nativeBuildInputs = [
qt5.wrapQtAppsHook
intltool
Expand Down

0 comments on commit 7a6667c

Please sign in to comment.