I’m trying to build glib using mingwW64 without success
let
pkgs = (import <nixpkgs> {}).pkgsCross.mingwW64;
in
pkgs.mkShell {
name = "cross-env";
nativeBuildInputs = with pkgs; [
glib
];
}
I’m trying to build glib using mingwW64 without success
let
pkgs = (import <nixpkgs> {}).pkgsCross.mingwW64;
in
pkgs.mkShell {
name = "cross-env";
nativeBuildInputs = with pkgs; [
glib
];
}
Windows support is still in its infancy and pkgsCross isn’t very well supported either. This is not expected to work.