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:
parent
7feb128ce9
commit
074882f46a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue