summary refs log tree commit diff
path: root/pkgs/tools/system/illum
diff options
context:
space:
mode:
authorLukas Werling <lukas.werling@gmail.com>2017-08-27 19:42:21 +0200
committerRobin Gloster <mail@glob.in>2017-08-27 19:42:21 +0200
commitf0a1ab78b492015f8a60bb49065579195fe1dc86 (patch)
treeb6ab83e33ebded59238ab828f7f24d535e4df789 /pkgs/tools/system/illum
parentcf7be87348667e92cc9d02da53628401c2f40cba (diff)
downloadnixpkgs-f0a1ab78b492015f8a60bb49065579195fe1dc86.tar
nixpkgs-f0a1ab78b492015f8a60bb49065579195fe1dc86.tar.gz
nixpkgs-f0a1ab78b492015f8a60bb49065579195fe1dc86.tar.bz2
nixpkgs-f0a1ab78b492015f8a60bb49065579195fe1dc86.tar.lz
nixpkgs-f0a1ab78b492015f8a60bb49065579195fe1dc86.tar.xz
nixpkgs-f0a1ab78b492015f8a60bb49065579195fe1dc86.tar.zst
nixpkgs-f0a1ab78b492015f8a60bb49065579195fe1dc86.zip
meson/ninja: add setup hooks (#28444)
* Add setupHook for meson/ninja build

* libhttpseverywhere: Use meson/ninja setupHooks

* jamomacore: Remove superfluous ninja buildInput

* Remove obsolete ninja buildPhases

These are all handled by ninja's setup hook.

* lean2, xcbuild: fix build with ninja setup hook

Ninja is a runtime dependency here. However, cmake can generate Ninja
build files as well to satisfy the setup hook.

* qtwebengine: fix build with ninja setup hook
Diffstat (limited to 'pkgs/tools/system/illum')
-rw-r--r--pkgs/tools/system/illum/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/system/illum/default.nix b/pkgs/tools/system/illum/default.nix
index 4cdfeec12b7..d8faeea19d8 100644
--- a/pkgs/tools/system/illum/default.nix
+++ b/pkgs/tools/system/illum/default.nix
@@ -17,10 +17,6 @@ stdenv.mkDerivation rec {
     bash ./configure
   '';
 
-  buildPhase = ''
-    ninja
-  '';
-
   installPhase = ''
     mkdir -p $out/bin
     mv illum-d $out/bin