summary refs log tree commit diff
path: root/pkgs/os-specific/windows/libgnurx/default.nix
Commit message (Collapse)AuthorAge
* libgnurx: output libgnurx.a when staticTaeer Bar-Yam2021-04-28
|
* pkgs/os-specific/windows: fix evaluation after stdenv.lib -> libKira Bruneau2021-01-19
| | | | | | | | | | | | 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.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: name -> pnamevolth2019-08-17
|
* windows: add more metaMatthew Bauer2018-08-10
| | | | | ‘platforms.windows’ includes all windows platforms. Should prefer this to using assertions.
* windows.libgnurx: initMatthew Bauer2018-07-21