fix groups/default.nix should be groups/all/default.nix
This commit is contained in:
parent
9757cd823d
commit
27bc2ec0af
7 changed files with 111 additions and 94 deletions
|
|
@ -17,4 +17,8 @@ pkgs.stdenv.mkDerivation {
|
|||
buildInputs = with pkgs; [
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
];
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
qt5.wrapQtAppsHook
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue