mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #110062 from MetaDark/pkgs/os-specific/windows
This commit is contained in:
commit
d6db98c8df
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchcvs, autoconf, automake, libtool, flex, bison, pkg-config
|
||||
{ lib, stdenv, fetchcvs, autoconf, automake, libtool, flex, bison, pkg-config
|
||||
, zlib, bzip2, lzma, libgcrypt
|
||||
}:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchgit, qt48, qmake4Hook, flex }:
|
||||
{ lib, stdenv, fetchgit, qt48, qmake4Hook, flex }:
|
||||
|
||||
# At the time of committing this, the expression fails for me to cross-build in
|
||||
# both mingw32 and mingw64.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl }:
|
||||
{ lib, stdenv, fetchurl }:
|
||||
|
||||
let
|
||||
version = "2.5.1";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, windows, fetchurl }:
|
||||
{ lib, stdenv, windows, fetchurl }:
|
||||
|
||||
let
|
||||
version = "6.0.0";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, compat24 ? false, compat26 ? true, unicode ? true }:
|
||||
{ lib, stdenv, fetchurl, compat24 ? false, compat26 ? true, unicode ? true }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wxMSW-2.8.11";
|
||||
|
|
Loading…
Reference in a new issue