diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-03 19:25:28 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-03 19:31:05 -0500 | 
| commit | d1903f4e3c44f3ea6b23b7fcdf0f108aeb0c9e71 (patch) | |
| tree | 4723955f152b2d08bfd096f56a76f2bb507019f4 /nix-overlays/dub/default.nix | |
| parent | nix build flake.nix fix (diff) | |
nix build housekeeping, ldc, follow nixpkgs build
Diffstat (limited to 'nix-overlays/dub/default.nix')
| -rw-r--r-- | nix-overlays/dub/default.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/nix-overlays/dub/default.nix b/nix-overlays/dub/default.nix index 0eec437..b2a2283 100644 --- a/nix-overlays/dub/default.nix +++ b/nix-overlays/dub/default.nix @@ -80,6 +80,7 @@ stdenv.mkDerivation rec {      description = "Package and build manager for D applications and libraries";      homepage = "https://code.dlang.org/";      license = licenses.mit; +    mainProgram = "dub";      maintainers = with maintainers; [ jtbx ];      platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];    }; | 
