ponyc, pony-corral: move to by-name

This commit is contained in:
Morgan Jones 2025-04-26 18:53:10 -07:00 committed by LordMZTE
parent f4286686cb
commit fd47d5d6b2
5 changed files with 0 additions and 5 deletions

View File

@ -4,7 +4,6 @@
fetchFromGitHub, fetchFromGitHub,
cmake, cmake,
coreutils, coreutils,
gcc,
libxml2, libxml2,
lto ? true, lto ? true,
makeWrapper, makeWrapper,

View File

@ -6799,10 +6799,6 @@ with pkgs;
open-watcom-bin-unwrapped = callPackage ../development/compilers/open-watcom/bin.nix { }; open-watcom-bin-unwrapped = callPackage ../development/compilers/open-watcom/bin.nix { };
open-watcom-bin = wrapWatcom open-watcom-bin-unwrapped { }; open-watcom-bin = wrapWatcom open-watcom-bin-unwrapped { };
ponyc = callPackage ../development/compilers/ponyc { };
pony-corral = callPackage ../development/compilers/ponyc/pony-corral.nix { };
replibyte = callPackage ../development/tools/database/replibyte { replibyte = callPackage ../development/tools/database/replibyte {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
}; };