mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
cutemaze: add dependencies: qtbase qtwayland
This commit is contained in:
parent
b818b6c696
commit
784a63333c
@ -4,6 +4,8 @@
|
||||
, cmake
|
||||
, qttools
|
||||
, wrapQtAppsHook
|
||||
, qtbase
|
||||
, qtwayland
|
||||
, qtsvg
|
||||
}:
|
||||
|
||||
@ -22,7 +24,11 @@ stdenv.mkDerivation rec {
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [ qtsvg ];
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qtwayland
|
||||
qtsvg
|
||||
];
|
||||
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
mkdir -p $out/Applications
|
||||
|
Loading…
Reference in New Issue
Block a user