File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 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
610stdenv . 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 } ;
Original file line number Diff line number Diff 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 { };
You can’t perform that action at this time.
0 commit comments