summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-02-12 12:50:53 -0600
committerWill Dietz <w@wdtz.org>2019-02-12 12:54:33 -0600
commit40da4fb9df2a032d14f9cef0604cea117783b064 (patch)
tree88fb4d52bb2a140f8b4322194d2feda8908298e6 /pkgs/desktops/plasma-5
parent111e42e8a6437f47a96e64c0cbea0381ff65965f (diff)
downloadnixpkgs-40da4fb9df2a032d14f9cef0604cea117783b064.tar
nixpkgs-40da4fb9df2a032d14f9cef0604cea117783b064.tar.gz
nixpkgs-40da4fb9df2a032d14f9cef0604cea117783b064.tar.bz2
nixpkgs-40da4fb9df2a032d14f9cef0604cea117783b064.tar.lz
nixpkgs-40da4fb9df2a032d14f9cef0604cea117783b064.tar.xz
nixpkgs-40da4fb9df2a032d14f9cef0604cea117783b064.tar.zst
nixpkgs-40da4fb9df2a032d14f9cef0604cea117783b064.zip
breeze-gtk: add deps to fix build
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/breeze-gtk.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/breeze-gtk.nix b/pkgs/desktops/plasma-5/breeze-gtk.nix
index cc51c4b0471..1be3fe1c309 100644
--- a/pkgs/desktops/plasma-5/breeze-gtk.nix
+++ b/pkgs/desktops/plasma-5/breeze-gtk.nix
@@ -1,10 +1,10 @@
-{ mkDerivation, lib, extra-cmake-modules, gtk2, qtbase, }:
+{ mkDerivation, lib, extra-cmake-modules, gtk2, qtbase, sassc, python3, breeze-qt5 }:
 
 let inherit (lib) getLib; in
 
 mkDerivation {
   name = "breeze-gtk";
-  nativeBuildInputs = [ extra-cmake-modules ];
+  nativeBuildInputs = [ extra-cmake-modules sassc python3 python3.pkgs.pycairo breeze-qt5 ];
   buildInputs = [ qtbase ];
   postPatch = ''
     sed -i cmake/FindGTKEngine.cmake \