jom: Remove crossAttrs
Untested, but I don't think this has ever built.
This commit is contained in:
parent
ef93b82d43
commit
1f9838ea34
@ -17,13 +17,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
QTDIR = qt48;
|
QTDIR = qt48;
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
# cmakeFlags = "-DWIN32=1 -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_RC_COMPILER=${stdenv.cc.targetPrefix}windres";
|
# cmakeFlags = "-DWIN32=1 -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_RC_COMPILER=${stdenv.cc.targetPrefix}windres";
|
||||||
QTDIR = qt48.crossDrv;
|
|
||||||
preBuild = ''
|
preBuild = stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
|
||||||
export NIX_CROSS_CFLAGS_COMPILE=-fpermissive
|
export NIX_CROSS_CFLAGS_COMPILE=-fpermissive
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://qt-project.org/wiki/jom;
|
homepage = http://qt-project.org/wiki/jom;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user