panopticon: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-29 07:45:34 +00:00
parent 5a1bffc7eb
commit 756a16e733
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1zv87nqhrzsxx0m891df4vagzssj3kblfv9yp7j96dw0vn9950qa";
};
nativeBuildInputs = [ cmake ];
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ makeWrapper ];
propagatedBuildInputs = with qt5; [
qt5.qtbase
@ -20,7 +20,6 @@ rustPlatform.buildRustPackage rec {
qtsvg
qtquickcontrols2
qtgraphicaleffects
pkgconfig
git
];