mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
xmlcopyeditor: move to pkgs/by-name
This commit is contained in:
@@ -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;
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user