akkuPackages.bcaine-sld-stub-expand

akku-bcaine-sld-stub-expand 0.0.1

Expands library declarations (`define-unprocessed-library` instead of `define-library`), and generates export statements for all the identifiers in .stub files

Unspecified free software license
programs: -
Platforms (80)
riscv32-linuxx86_64-darwinor1k-nonearmv5tel-linuxarmv6l-nones390x-nonei686-freebsdmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  akkuPackages.bcaine-sld-stub-expand
];
Ad-hoc shell
nix-shell -p akkuPackages.bcaine-sld-stub-expand
Flake (nix run)
nix run nixpkgs#akkuPackages.bcaine-sld-stub-expand