mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 02:58:28 +00:00
mpc: darwin build fix (#355960)
This commit is contained in:
commit
6f4edbebba
@ -34,6 +34,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
python3Packages.sphinx
|
||||
];
|
||||
|
||||
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin { NIX_LDFLAGS = "-liconv"; };
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd mpc --bash $out/share/doc/mpc/contrib/mpc-completion.bash
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user