ponyc, pony-corral: move to by-name
This commit is contained in:
parent
f4286686cb
commit
fd47d5d6b2
@ -4,7 +4,6 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
coreutils,
|
coreutils,
|
||||||
gcc,
|
|
||||||
libxml2,
|
libxml2,
|
||||||
lto ? true,
|
lto ? true,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user