Merge remote-tracking branch 'origin/master' into staging-next
Conflicts: pkgs/tools/package-management/cargo-release/default.nix
This commit is contained in:
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
# http://deb.debian.org/debian/pool/main/r/rig/rig_1.11-1.diff.gz
|
||||
patches = [ ./rig_1.11-1.diff ];
|
||||
|
||||
makeFlags = [ "CXX=${stdenv.cc.targetPrefix}c++" ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://rig.sourceforge.net/";
|
||||
description = "Random identity generator";
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
, freetype
|
||||
, libxcb
|
||||
, python3
|
||||
, libiconv
|
||||
, AppKit
|
||||
, CoreText
|
||||
, Security
|
||||
@@ -29,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = [ llvmPackages.libclang expat freetype ]
|
||||
++ lib.optionals stdenv.isLinux [ libxcb ]
|
||||
++ lib.optionals stdenv.isDarwin [ AppKit CoreText Security ];
|
||||
++ lib.optionals stdenv.isDarwin [ libiconv AppKit CoreText Security ];
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ]
|
||||
++ lib.optionals stdenv.isLinux [ python3 ];
|
||||
|
||||
Reference in New Issue
Block a user