Skip to content

Commit 37e443a

Browse files
committed
ayatana-ido: move to pkgs/by-name
1 parent 9ea3418 commit 37e443a

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

pkgs/development/libraries/ayatana-ido/default.nix renamed to pkgs/by-name/ay/ayatana-ido/package.nix

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
{ lib, stdenv, fetchFromGitHub
2-
, pkg-config, cmake
3-
, gtk3
1+
{
2+
cmake,
3+
fetchFromGitHub,
4+
gtk3,
5+
lib,
6+
pkg-config,
7+
stdenv,
48
}:
59

610
stdenv.mkDerivation rec {
@@ -14,15 +18,21 @@ stdenv.mkDerivation rec {
1418
sha256 = "sha256-WEPW9BstDv2k/5dTEDQza3eOQ9bd6CEVvmd817sEPAs=";
1519
};
1620

17-
nativeBuildInputs = [ pkg-config cmake ];
21+
nativeBuildInputs = [
22+
cmake
23+
pkg-config
24+
];
1825

1926
buildInputs = [ gtk3 ];
2027

2128
meta = with lib; {
2229
description = "Ayatana Display Indicator Objects";
2330
homepage = "https://github.com/AyatanaIndicators/ayatana-ido";
2431
changelog = "https://github.com/AyatanaIndicators/ayatana-ido/blob/${version}/ChangeLog";
25-
license = [ licenses.lgpl3Plus licenses.lgpl21Plus ];
32+
license = [
33+
licenses.lgpl3Plus
34+
licenses.lgpl21Plus
35+
];
2636
maintainers = [ maintainers.nickhu ];
2737
platforms = platforms.linux;
2838
};

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19437,8 +19437,6 @@ with pkgs;
1943719437
inherit (darwin.apple_sdk.frameworks) CoreAudio AudioToolbox;
1943819438
};
1943919439

19440-
ayatana-ido = callPackage ../development/libraries/ayatana-ido { };
19441-
1944219440
ayatana-webmail = callPackage ../applications/networking/mailreaders/ayatana-webmail { };
1944319441

1944419442
azmq = callPackage ../development/libraries/azmq { };

0 commit comments

Comments
 (0)