Merge pull request #245197 from Ma27/vorta-qtwayland-dev-output
vorta: strip away output dependency on `qt5.qtwayland.dev`
This commit is contained in:
commit
e7a19aa23a
1 changed files with 5 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue