Merge pull request #245197 from Ma27/vorta-qtwayland-dev-output

vorta: strip away output dependency on `qt5.qtwayland.dev`
This commit is contained in:
Artturi 2023-07-24 20:08:49 +03:00 committed by GitHub
commit e7a19aa23a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
, wrapQtAppsHook
, borgbackup
, qt5
, stdenv
}:
python3Packages.buildPythonApplication rec {
@ -19,6 +20,10 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [ wrapQtAppsHook ];
buildInputs = lib.optionals stdenv.isLinux [
qt5.qtwayland
];
propagatedBuildInputs = with python3Packages; [
peewee
pyqt5
@ -29,8 +34,6 @@ python3Packages.buildPythonApplication rec {
appdirs
setuptools
platformdirs
] ++ lib.optionals stdenv.isLinux [
qt5.qtwayland
];
postPatch = ''