mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
buildDartApplication: add sigtool on darwin
This commit is contained in:
parent
6fe245d92c
commit
bbbf5574c0
@ -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"
|
||||
|
||||
@ -54,6 +54,8 @@ stdenv.mkDerivation (args // {
|
||||
dartBuildHook
|
||||
dartInstallHook
|
||||
makeWrapper
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.sigtool
|
||||
];
|
||||
|
||||
# When stripping, it seems some ELF information is lost and the dart VM cli
|
||||
|
Loading…
Reference in New Issue
Block a user