mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
macdylibbundler: delete duplicate dylibbundler (#119486)
This commit is contained in:
parent
6e90599166
commit
ab6943a745
@ -1,22 +0,0 @@
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dylibbundler";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "auriamg";
|
||||
repo = "/macdylibbundler";
|
||||
rev = "27923fbf6d1bc4d18c18e118280c4fe51fc41a80";
|
||||
sha256 = "1mpd43hvpfp7pskfrjnd6vcmfii9v3p97q0ws50krkdvshp0bv2h";
|
||||
};
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Small command-line program that aims to make bundling .dylibs as easy as possible";
|
||||
homepage = "https://github.com/auriamg/macdylibbundler";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ alexfmpe ];
|
||||
platforms = with platforms; darwin ++ linux;
|
||||
};
|
||||
}
|
@ -176,6 +176,7 @@ mapAliases ({
|
||||
dvb_apps = throw "dvb_apps has been removed."; # added 2020-11-03
|
||||
dwarf_fortress = dwarf-fortress; # added 2016-01-23
|
||||
dwm-git = throw "dwm-git has been removed from nixpkgs, as it had no updates for 2 years not serving it's purpose."; # added 2021-02-07
|
||||
dylibbundler = macdylibbundler; # added 2021-04-24
|
||||
elasticmq = throw "elasticmq has been removed in favour of elasticmq-server-bin"; # added 2021-01-17
|
||||
emacsPackagesGen = emacsPackagesFor; # added 2018-08-18
|
||||
emacsPackagesNgGen = emacsPackagesFor; # added 2018-08-18
|
||||
|
@ -2372,8 +2372,6 @@ in
|
||||
enableSSH = true;
|
||||
};
|
||||
|
||||
dylibbundler = callPackage ../tools/misc/dylibbundler { };
|
||||
|
||||
dynamic-colors = callPackage ../tools/misc/dynamic-colors { };
|
||||
|
||||
dyncall = callPackage ../development/libraries/dyncall { };
|
||||
|
Loading…
Reference in New Issue
Block a user