mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
Merge pull request #237812 from wegank/dart-darwin
buildDartApplication: add sigtool on darwin
This commit is contained in:
commit
7873a6b249
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchDartDeps, writeText, dartHooks, makeWrapper, dart, nodejs }:
|
{ lib, stdenv, fetchDartDeps, writeText, dartHooks, makeWrapper, dart, nodejs, darwin }:
|
||||||
|
|
||||||
{ pubGetScript ? "dart pub get"
|
{ pubGetScript ? "dart pub get"
|
||||||
|
|
||||||
@ -54,6 +54,8 @@ stdenv.mkDerivation (args // {
|
|||||||
dartBuildHook
|
dartBuildHook
|
||||||
dartInstallHook
|
dartInstallHook
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
darwin.sigtool
|
||||||
];
|
];
|
||||||
|
|
||||||
# When stripping, it seems some ELF information is lost and the dart VM cli
|
# When stripping, it seems some ELF information is lost and the dart VM cli
|
||||||
|
Loading…
Reference in New Issue
Block a user