qtcreator: restrict to intel linux
It has never been building for aarch64 or darwin.
This commit is contained in:
parent
4b80ec84fe
commit
81f2d8593b
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://wiki.qt.io/Category:Tools::QtCreator;
|
homepage = https://wiki.qt.io/Category:Tools::QtCreator;
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
maintainers = [ maintainers.akaWolf ];
|
maintainers = [ maintainers.akaWolf ];
|
||||||
platforms = platforms.all;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user