Loading pkgs/development/tools/ilspycmd/deps.json→pkgs/by-name/il/ilspycmd/deps.json +0 −0 File moved. View file pkgs/development/tools/ilspycmd/default.nix→pkgs/by-name/il/ilspycmd/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ buildDotnetModule, dotnetCorePackages, powershell, autoSignDarwinBinariesHook, darwin, glibcLocales, }: buildDotnetModule (finalAttrs: { Loading @@ -15,7 +15,7 @@ buildDotnetModule (finalAttrs: { src = fetchFromGitHub { owner = "icsharpcode"; repo = "ILSpy"; rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}"; hash = "sha256-YkZEStCI6Omu8HgClm5qHnXxm5pKJVILtbydY8vAFic="; }; Loading @@ -23,7 +23,7 @@ buildDotnetModule (finalAttrs: { powershell ] ++ lib.optionals (stdenvNoCC.hostPlatform.isDarwin && stdenvNoCC.hostPlatform.isAarch64) [ autoSignDarwinBinariesHook darwin.autoSignDarwinBinariesHook ]; # https://github.com/NixOS/nixpkgs/issues/38991 Loading @@ -42,7 +42,7 @@ buildDotnetModule (finalAttrs: { description = "Tool for decompiling .NET assemblies and generating portable PDBs"; mainProgram = "ilspycmd"; homepage = "https://github.com/icsharpcode/ILSpy"; changelog = "https://github.com/icsharpcode/ILSpy/releases/tag/${finalAttrs.src.rev}"; changelog = "https://github.com/icsharpcode/ILSpy/releases/tag/${finalAttrs.src.tag}"; license = with lib.licenses; [ mit # third party dependencies Loading pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -2657,10 +2657,6 @@ with pkgs; packages = config.ihaskell.packages or (_: [ ]); }; ilspycmd = callPackage ../development/tools/ilspycmd { inherit (darwin) autoSignDarwinBinariesHook; }; incus-lts = callPackage ../by-name/in/incus/lts.nix { }; indexed-bzip2 = with python3Packages; toPythonApplication indexed-bzip2; Loading Loading
pkgs/development/tools/ilspycmd/deps.json→pkgs/by-name/il/ilspycmd/deps.json +0 −0 File moved. View file
pkgs/development/tools/ilspycmd/default.nix→pkgs/by-name/il/ilspycmd/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ buildDotnetModule, dotnetCorePackages, powershell, autoSignDarwinBinariesHook, darwin, glibcLocales, }: buildDotnetModule (finalAttrs: { Loading @@ -15,7 +15,7 @@ buildDotnetModule (finalAttrs: { src = fetchFromGitHub { owner = "icsharpcode"; repo = "ILSpy"; rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}"; hash = "sha256-YkZEStCI6Omu8HgClm5qHnXxm5pKJVILtbydY8vAFic="; }; Loading @@ -23,7 +23,7 @@ buildDotnetModule (finalAttrs: { powershell ] ++ lib.optionals (stdenvNoCC.hostPlatform.isDarwin && stdenvNoCC.hostPlatform.isAarch64) [ autoSignDarwinBinariesHook darwin.autoSignDarwinBinariesHook ]; # https://github.com/NixOS/nixpkgs/issues/38991 Loading @@ -42,7 +42,7 @@ buildDotnetModule (finalAttrs: { description = "Tool for decompiling .NET assemblies and generating portable PDBs"; mainProgram = "ilspycmd"; homepage = "https://github.com/icsharpcode/ILSpy"; changelog = "https://github.com/icsharpcode/ILSpy/releases/tag/${finalAttrs.src.rev}"; changelog = "https://github.com/icsharpcode/ILSpy/releases/tag/${finalAttrs.src.tag}"; license = with lib.licenses; [ mit # third party dependencies Loading
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -2657,10 +2657,6 @@ with pkgs; packages = config.ihaskell.packages or (_: [ ]); }; ilspycmd = callPackage ../development/tools/ilspycmd { inherit (darwin) autoSignDarwinBinariesHook; }; incus-lts = callPackage ../by-name/in/incus/lts.nix { }; indexed-bzip2 = with python3Packages; toPythonApplication indexed-bzip2; Loading