xmlcopyeditor: move to pkgs/by-name

This commit is contained in:
Weijia Wang
2024-11-11 23:38:23 +01:00
parent 1546e0871c
commit 0d0a2ad4d7
3 changed files with 0 additions and 7 deletions

View File

@@ -11,7 +11,6 @@
, pcre2
, wxGTK32
, xercesc
, Cocoa
}:
stdenv.mkDerivation rec {
@@ -46,8 +45,6 @@ stdenv.mkDerivation rec {
pcre2
wxGTK32
xercesc
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
Cocoa
];
enableParallelBuilding = true;

View File

@@ -16680,10 +16680,6 @@ with pkgs;
stdenv = gcc9Stdenv;
};
xmlcopyeditor = callPackage ../applications/editors/xmlcopyeditor {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
xmp = callPackage ../applications/audio/xmp {
inherit (darwin.apple_sdk.frameworks) AudioUnit CoreAudio;
};