summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/windows/libgnurx
AgeCommit message (Collapse)Author
2021-04-28libgnurx: output libgnurx.a when staticTaeer Bar-Yam
2021-01-19pkgs/os-specific/windows: fix evaluation after stdenv.lib -> libKira Bruneau
Fixes the evaluation of packages in pkgs/os-specific/windows that weren't updated to include a new lib parameter after the refactor from stdenv.lib -> lib (#109490). I originally only intended this change to fix `pkgsCross.mingw32.buildPackages.gcc` & `pkgsCross.mingwW64.buildPackages.gcc` to support building wine with `mingwSupport`, but I noticed this was an issue for all updated windows packages. Most of these other packages fail to build for other reasons.
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob
2019-08-17treewide: name -> pnamevolth
2018-08-10windows: add more metaMatthew Bauer
‘platforms.windows’ includes all windows platforms. Should prefer this to using assertions.
2018-07-21windows.libgnurx: initMatthew Bauer