nix: clean up infra
This commit is contained in:
parent
41d510d388
commit
4b05d8a984
13 changed files with 307 additions and 137 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue