1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

termscp: migrate to by-name

This commit is contained in:
Gutyina Gergő 2024-11-12 20:44:39 +01:00
parent 7feb128ce9
commit 074882f46a
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -5469,8 +5469,6 @@ with pkgs;
pythonPackages = python3Packages;
};
termscp = callPackage ../tools/networking/termscp { };
texmacs = libsForQt5.callPackage ../applications/editors/texmacs {
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
extraFonts = true;