summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/windows/libgnurx
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@gmail.com>2021-01-19 21:09:31 -0500
committerKira Bruneau <kira.bruneau@gmail.com>2021-01-19 21:34:45 -0500
commit97881882738abcc15f587806a4bed2be52803fc6 (patch)
tree56f40fb3464c6d0a102e087a620cd2fbe57eee07 /pkgs/os-specific/windows/libgnurx
parent35b89f31e380d428dcb83563812d69cdcf11178c (diff)
pkgs/os-specific/windows: fix evaluation after stdenv.lib -> lib
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.
Diffstat (limited to 'pkgs/os-specific/windows/libgnurx')
-rw-r--r--pkgs/os-specific/windows/libgnurx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/windows/libgnurx/default.nix b/pkgs/os-specific/windows/libgnurx/default.nix
index eb4ae8dad008..85a3c463a289 100644
--- a/pkgs/os-specific/windows/libgnurx/default.nix
+++ b/pkgs/os-specific/windows/libgnurx/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl }:
+{ lib, stdenv, fetchurl }:
let
version = "2.5.1";