nix: clean up infra

This commit is contained in:
jopejoe1 2024-07-10 16:03:10 +02:00
parent 41d510d388
commit 4b05d8a984
13 changed files with 307 additions and 137 deletions

View file

@ -11,9 +11,16 @@ stdenv.mkDerivation {
src = ../native;
buildInputs = [ kdePackages.qtbase kdePackages.qtdeclarative kdePackages.qtmultimedia ];
buildInputs = [
kdePackages.qtbase
kdePackages.qtdeclarative
kdePackages.qtmultimedia
];
nativeBuildInputs = [ cmake kdePackages.wrapQtAppsHook ];
nativeBuildInputs = [
cmake
kdePackages.wrapQtAppsHook
];
meta = {
maintainers = with lib.maintainers; [ jopejoe1 ];