panopticon: fix strict deps build
This commit is contained in:
parent
5a1bffc7eb
commit
756a16e733
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue