wxGTK31: init at 3.1
wxgtk31: overrideattrs
This commit is contained in:
parent
5e38fc024b
commit
a5d44f6631
16
pkgs/development/libraries/wxwidgets/3.1/default.nix
Normal file
16
pkgs/development/libraries/wxwidgets/3.1/default.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ stdenv, fetchFromGitHub
|
||||
, wxGTK30
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
wxGTK30.overrideAttrs (oldAttrs : rec {
|
||||
name = "wxwidgets-${version}";
|
||||
version = "3.1.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "wxWidgets";
|
||||
repo = "wxWidgets";
|
||||
rev = "v${version}";
|
||||
sha256 = "14kl1rsngm70v3mbyv1mal15iz2b18k97avjx8jn7s81znha1c7f";
|
||||
};
|
||||
})
|
@ -11222,6 +11222,8 @@ with pkgs;
|
||||
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
||||
};
|
||||
|
||||
wxGTK31 = callPackage ../development/libraries/wxwidgets/3.1 {};
|
||||
|
||||
wxmac = callPackage ../development/libraries/wxwidgets/3.0/mac.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) AGL Cocoa Kernel;
|
||||
inherit (darwin.stubs) setfile rez derez;
|
||||
|
Loading…
Reference in New Issue
Block a user