sddm: include dependency on Qt5::Test module

This commit is contained in:
Thomas Tuegel 2017-04-18 05:47:39 -05:00
parent 0d0858202c
commit bd92780b4c
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -25,6 +25,12 @@ let
})
];
postPatch =
# Module Qt5::Test must be included in `find_package` before it is used.
''
sed -i CMakeLists.txt -e '/find_package(Qt5/ s|)| Test)|'
'';
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qttools ];
buildInputs = [