lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

jom: move to qmake4Hook

+2 -5
+2 -5
pkgs/os-specific/windows/jom/default.nix
··· 1 - { stdenv, fetchgit, qt48, flex, cmake }: 1 + { stdenv, fetchgit, qt48, qmake4Hook, flex }: 2 2 3 3 # At the time of committing this, the expression fails for me to cross-build in 4 4 # both mingw32 and mingw64. ··· 13 13 }; 14 14 15 15 buildInputs = [ qt48 ]; 16 - nativeBuildInputs = [ flex /*cmake*/ ]; 16 + nativeBuildInputs = [ flex qmake4Hook ]; 17 17 18 18 QTDIR = qt48; 19 - configurePhase = '' 20 - qmake PREFIX=$out 21 - ''; 22 19 23 20 crossAttrs = { 24 21 # cmakeFlags = "-DWIN32=1 -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_RC_COMPILER=${stdenv.cross.config}-windres";