Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cfcc9757982a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a3a441cd870e
Choose a head ref
  • 2 commits
  • 105 files changed
  • 1 contributor

Commits on Oct 8, 2019

  1. 4
    Copy the full SHA
    5aa4b19 View commit details
  2. nixos/tests/{ferm,networking}: fix eval with networkd

    The networking.virtual test does not work with networkd yet, for
    multiple reasons:
    
    - network-online.target is not reached, because tun0 and tap0 are
      considered as required for online but _not_ brought up or assigned
      the configured addresses
    - the commands later in the test rely on some units from the scripted
      network setup
    
    cc @fpletz networkd exper
    cc @globin we looked at this together
    lheckemann committed Oct 8, 2019
    Copy the full SHA
    a3a441c View commit details
Showing with 122 additions and 11 deletions.
  1. +1 −0 nixos/tests/ferm.nix
  2. +1 −0 nixos/tests/networking.nix
  3. +1 −0 pkgs/applications/audio/quodlibet/default.nix
  4. +1 −0 pkgs/applications/audio/sonic-pi/default.nix
  5. +1 −0 pkgs/applications/blockchains/polkadot/default.nix
  6. +1 −1 pkgs/applications/graphics/photoflow/default.nix
  7. +1 −0 pkgs/applications/misc/digitalbitbox/default.nix
  8. +1 −0 pkgs/applications/misc/opencpn/default.nix
  9. +1 −0 pkgs/applications/misc/opentx/default.nix
  10. +1 −0 pkgs/applications/misc/pbpst/default.nix
  11. +1 −0 pkgs/applications/misc/sleepyhead/default.nix
  12. +1 −0 pkgs/applications/networking/feedreaders/newsboat/default.nix
  13. +1 −0 pkgs/applications/networking/instant-messengers/psi-plus/default.nix
  14. +1 −0 pkgs/applications/networking/instant-messengers/telepathy/salut/default.nix
  15. +1 −0 pkgs/applications/networking/mailreaders/notbit/default.nix
  16. +1 −0 pkgs/applications/office/kmymoney/default.nix
  17. +1 −0 pkgs/applications/office/skrooge/default.nix
  18. +1 −0 pkgs/applications/science/biology/EZminc/default.nix
  19. +1 −0 pkgs/applications/science/biology/paml/default.nix
  20. +1 −0 pkgs/applications/science/biology/strelka/default.nix
  21. +1 −0 pkgs/applications/science/chemistry/pymol/default.nix
  22. +1 −0 pkgs/applications/science/electronics/kicad/unstable.nix
  23. +1 −0 pkgs/applications/science/logic/jonprl/default.nix
  24. +1 −0 pkgs/applications/science/logic/lean2/default.nix
  25. +2 −1 pkgs/applications/science/logic/monosat/default.nix
  26. +1 −0 pkgs/applications/science/robotics/qgroundcontrol/default.nix
  27. +1 −0 pkgs/applications/video/obs-studio/linuxbrowser.nix
  28. +1 −0 pkgs/desktops/plasma-5/kdecoration.nix
  29. +1 −0 pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/default.nix
  30. +1 −0 pkgs/desktops/xfce4-14/xfburn/default.nix
  31. +1 −0 pkgs/development/interpreters/love/0.9.nix
  32. +1 −0 pkgs/development/interpreters/proglodyte-wasm/default.nix
  33. +1 −0 pkgs/development/libraries/gdata-sharp/default.nix
  34. +1 −0 pkgs/development/libraries/libcef/default.nix
  35. +1 −0 pkgs/development/libraries/libclc/default.nix
  36. +1 −0 pkgs/development/libraries/science/biology/elastix/default.nix
  37. +1 −0 pkgs/development/libraries/torch/default.nix
  38. +1 −0 pkgs/development/misc/stm32/betaflight/default.nix
  39. +1 −0 pkgs/development/misc/stm32/inav/default.nix
  40. +2 −0 pkgs/development/python-modules/bidict/default.nix
  41. +1 −0 pkgs/development/python-modules/django-pipeline/default.nix
  42. +1 −0 pkgs/development/python-modules/django_evolution/default.nix
  43. +2 −1 pkgs/development/python-modules/django_taggit/default.nix
  44. +1 −0 pkgs/development/python-modules/exchangelib/default.nix
  45. +2 −0 pkgs/development/python-modules/filterpy/default.nix
  46. +2 −0 pkgs/development/python-modules/gensim/default.nix
  47. +1 −0 pkgs/development/python-modules/geopy/default.nix
  48. +1 −0 pkgs/development/python-modules/jenkinsapi/default.nix
  49. +1 −0 pkgs/development/python-modules/maildir-deduplicate/default.nix
  50. +1 −0 pkgs/development/python-modules/minidb/default.nix
  51. +2 −2 pkgs/development/python-modules/openrazer/daemon.nix
  52. +1 −0 pkgs/development/python-modules/paperspace/default.nix
  53. +1 −0 pkgs/development/python-modules/pgsanity/default.nix
  54. +2 −1 pkgs/development/python-modules/piccata/default.nix
  55. +1 −0 pkgs/development/python-modules/pip-tools/default.nix
  56. +1 −0 pkgs/development/python-modules/poetry/default.nix
  57. +2 −1 pkgs/development/python-modules/ptpython/default.nix
  58. +1 −0 pkgs/development/python-modules/py3exiv2/default.nix
  59. +1 −0 pkgs/development/python-modules/pybfd/default.nix
  60. +1 −0 pkgs/development/python-modules/pyezminc/default.nix
  61. +1 −0 pkgs/development/python-modules/pygbm/default.nix
  62. +2 −0 pkgs/development/python-modules/pykickstart/default.nix
  63. +1 −0 pkgs/development/python-modules/pyro-ppl/default.nix
  64. +1 −0 pkgs/development/python-modules/pysvn/default.nix
  65. +1 −0 pkgs/development/python-modules/pythonnet/default.nix
  66. +2 −1 pkgs/development/python-modules/pytorch/default.nix
  67. +1 −0 pkgs/development/python-modules/qscintilla-qt5/default.nix
  68. +1 −0 pkgs/development/python-modules/qutip/default.nix
  69. +2 −1 pkgs/development/python-modules/rubymarshal/default.nix
  70. +2 −0 pkgs/development/python-modules/snug/default.nix
  71. +1 −0 pkgs/development/python-modules/sparse/default.nix
  72. +1 −0 pkgs/development/python-modules/spectral-cube/default.nix
  73. +2 −0 pkgs/development/python-modules/ssdp/default.nix
  74. +1 −1 pkgs/development/python-modules/swagger-spec-validator/default.nix
  75. +1 −0 pkgs/development/python-modules/symengine/default.nix
  76. +1 −0 pkgs/development/python-modules/vmprof/default.nix
  77. +1 −0 pkgs/development/python-modules/word2vec/default.nix
  78. +2 −0 pkgs/development/python-modules/yt/default.nix
  79. +1 −0 pkgs/development/python-modules/zake/default.nix
  80. +1 −0 pkgs/development/python-modules/zope_contenttype/default.nix
  81. +1 −0 pkgs/development/python-modules/zope_i18n/default.nix
  82. +1 −0 pkgs/development/tools/fedpkg/default.nix
  83. +1 −0 pkgs/development/tools/vogl/default.nix
  84. +1 −0 pkgs/games/liquidwar/5.nix
  85. +1 −0 pkgs/games/simutrans/default.nix
  86. +1 −0 pkgs/games/spring/default.nix
  87. +1 −0 pkgs/misc/drivers/utsushi/default.nix
  88. +1 −0 pkgs/misc/emulators/qmc2/default.nix
  89. +3 −1 pkgs/misc/emulators/retroarch/cores.nix
  90. +1 −0 pkgs/misc/logging/beats/6.x.nix
  91. +1 −0 pkgs/servers/http/tengine/default.nix
  92. +1 −0 pkgs/servers/scylladb/default.nix
  93. +2 −0 pkgs/servers/x11/xorg/overrides.nix
  94. +1 −0 pkgs/tools/X11/winswitch/default.nix
  95. +1 −0 pkgs/tools/backup/wal-g/default.nix
  96. +1 −0 pkgs/tools/filesystems/irods/default.nix
  97. +1 −0 pkgs/tools/filesystems/nixpart/0.4/default.nix
  98. +1 −0 pkgs/tools/misc/svtplay-dl/default.nix
  99. +1 −0 pkgs/tools/networking/http-prompt/default.nix
  100. +1 −0 pkgs/tools/networking/p2p/tahoe-lafs/default.nix
  101. +1 −0 pkgs/tools/networking/unbound/python.nix
  102. +1 −0 pkgs/tools/security/mbox/default.nix
  103. +1 −0 pkgs/tools/security/meo/default.nix
  104. +1 −0 pkgs/tools/security/sequoia/default.nix
  105. +1 −0 pkgs/top-level/dotnet-packages.nix
1 change: 1 addition & 0 deletions nixos/tests/ferm.nix
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ import ./make-test.nix ({ pkgs, ...} : {
networking = {
dhcpcd.enable = false;
useNetworkd = true;
useDHCP = false;
interfaces.eth1.ipv6.addresses = mkOverride 0 [ { address = "fd00::1"; prefixLength = 64; } ];
interfaces.eth1.ipv4.addresses = mkOverride 0 [ { address = "192.168.1.1"; prefixLength = 24; } ];
};
1 change: 1 addition & 0 deletions nixos/tests/networking.nix
Original file line number Diff line number Diff line change
@@ -450,6 +450,7 @@ let
name = "Virtual";
machine = {
networking.useNetworkd = networkd;
networking.useDHCP = false;
networking.interfaces.tap0 = {
ipv4.addresses = [ { address = "192.168.1.1"; prefixLength = 24; } ];
ipv6.addresses = [ { address = "2001:1470:fffd:2096::"; prefixLength = 64; } ];
1 change: 1 addition & 0 deletions pkgs/applications/audio/quodlibet/default.nix
Original file line number Diff line number Diff line change
@@ -65,5 +65,6 @@ python3.pkgs.buildPythonApplication rec {

maintainers = with maintainers; [ coroa sauyon ];
homepage = https://quodlibet.readthedocs.io/en/latest/;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/sonic-pi/default.nix
Original file line number Diff line number Diff line change
@@ -100,5 +100,6 @@ mkDerivation rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Phlogistique kamilchm ];
platforms = lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/polkadot/default.nix
Original file line number Diff line number Diff line change
@@ -26,5 +26,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3;
maintainers = [ maintainers.akru ];
platforms = platforms.linux;
broken = true;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/photoflow/default.nix
Original file line number Diff line number Diff line change
@@ -51,6 +51,6 @@ stdenv.mkDerivation {
license = licenses.gpl3Plus;
maintainers = [ maintainers.MtP ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/digitalbitbox/default.nix
Original file line number Diff line number Diff line change
@@ -138,5 +138,6 @@ in stdenv.mkDerivation rec {
vidbina
];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/opencpn/default.nix
Original file line number Diff line number Diff line change
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2;
homepage = https://opencpn.org/;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/opentx/default.nix
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ elitak ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/applications/misc/pbpst/default.nix
Original file line number Diff line number Diff line change
@@ -45,5 +45,6 @@ llvmPackages.stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ tmplt ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/sleepyhead/default.nix
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ in stdenv.mkDerivation {
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.krav ];
broken = true;
};

}
Original file line number Diff line number Diff line change
@@ -53,5 +53,6 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ dotlambda nicknovitski ];
license = licenses.mit;
platforms = platforms.unix;
broken = true;
};
}
Original file line number Diff line number Diff line change
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ orivej ];
license = licenses.gpl2;
platforms = platforms.linux;
broken = true;
};
}
Original file line number Diff line number Diff line change
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "Link-local XMPP connection manager for Telepathy";
platforms = platforms.gnu ++ platforms.linux; # Random choice
maintainers = [ maintainers.lethalman ];
broken = true;
};
}
Original file line number Diff line number Diff line change
@@ -25,5 +25,6 @@ stdenv.mkDerivation {
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ mog ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/office/kmymoney/default.nix
Original file line number Diff line number Diff line change
@@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
homepage = https://kmymoney.org/;
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Plus;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/office/skrooge/default.nix
Original file line number Diff line number Diff line change
@@ -37,5 +37,6 @@ mkDerivation rec {
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ joko ];
homepage = https://skrooge.org/;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/biology/EZminc/default.nix
Original file line number Diff line number Diff line change
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec { pname = "EZminc";
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix;
license = licenses.free;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/biology/paml/default.nix
Original file line number Diff line number Diff line change
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
longDescription = ''PAML is a package of programs for phylogenetic analyses of DNA or protein sequences using maximum likelihood. It is maintained and distributed for academic use free of charge by Ziheng Yang. ANSI C source codes are distributed for UNIX/Linux/Mac OSX, and executables are provided for MS Windows. PAML is not good for tree making. It may be used to estimate parameters and test hypotheses to study the evolutionary process, when you have reconstructed trees using other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.'';
license = "non-commercial";
homepage = http://abacus.gene.ucl.ac.uk/software/paml.html;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/biology/strelka/default.nix
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Illumina/strelka;
maintainers = with maintainers; [ jbedo ];
platforms = [ "x86_64-linux" ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/applications/science/chemistry/pymol/default.nix
Original file line number Diff line number Diff line change
@@ -47,5 +47,6 @@ python3Packages.buildPythonApplication {
description = description;
homepage = https://www.pymol.org/;
license = licenses.psfl;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/electronics/kicad/unstable.nix
Original file line number Diff line number Diff line change
@@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ berce ];
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/logic/jonprl/default.nix
Original file line number Diff line number Diff line change
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/logic/lean2/default.nix
Original file line number Diff line number Diff line change
@@ -32,5 +32,6 @@ stdenv.mkDerivation {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice gebner ];
broken = true;
};
}
3 changes: 2 additions & 1 deletion pkgs/applications/science/logic/monosat/default.nix
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ let
platforms = platforms.unix;
license = if includeGplCode then licenses.gpl2 else licenses.mit;
homepage = https://github.com/sambayless/monosat;
broken = true;
};
};

@@ -64,4 +65,4 @@ let
--replace '../../../../libmonosat.so' '${core}/lib/libmonosat.so'
'';
};
in core
in core
Original file line number Diff line number Diff line change
@@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ pxc ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/video/obs-studio/linuxbrowser.nix
Original file line number Diff line number Diff line change
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ puffnfresh ];
license = licenses.gpl2;
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/desktops/plasma-5/kdecoration.nix
Original file line number Diff line number Diff line change
@@ -8,4 +8,5 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ki18n ];
outputs = [ "out" "dev" ];
broken = true;
}
Original file line number Diff line number Diff line change
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
description = "Global Menu applet for XFCE4";
license = licenses.lgpl3;
maintainers = with maintainers; [ jD91mZM2 ];
meta.broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/desktops/xfce4-14/xfburn/default.nix
Original file line number Diff line number Diff line change
@@ -9,4 +9,5 @@ mkXfceDerivation {

nativeBuildInputs = [ libxslt docbook_xsl ];
buildInputs = [ exo gtk2 libburn libisofs libxfce4ui ];
meta.broken = true;
}
1 change: 1 addition & 0 deletions pkgs/development/interpreters/love/0.9.nix
Original file line number Diff line number Diff line change
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {

platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.raskin ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/interpreters/proglodyte-wasm/default.nix
Original file line number Diff line number Diff line change
@@ -55,5 +55,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ proglodyte ];
platforms = platforms.linux;
license = licenses.asl20;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/gdata-sharp/default.nix
Original file line number Diff line number Diff line change
@@ -37,5 +37,6 @@ in stdenv.mkDerivation {

license = licenses.asl20;
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libcef/default.nix
Original file line number Diff line number Diff line change
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ puffnfresh ];
license = licenses.bsd3;
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libclc/default.nix
Original file line number Diff line number Diff line change
@@ -32,5 +32,6 @@ stdenv.mkDerivation {
description = "Implementation of the library requirements of the OpenCL C programming language";
license = licenses.mit;
platforms = platforms.all;
broken = true;
};
}
Original file line number Diff line number Diff line change
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.linux;
license = licenses.asl20;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/torch/default.nix
Original file line number Diff line number Diff line change
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec{
license = stdenv.lib.licenses.bsd3 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/misc/stm32/betaflight/default.nix
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ in stdenv.mkDerivation rec {
homepage = https://github.com/betaflight/betaflight;
license = licenses.gpl3;
maintainers = with maintainers; [ elitak ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/misc/stm32/inav/default.nix
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ in stdenv.mkDerivation rec {
homepage = https://inavflight.github.io;
license = licenses.gpl3;
maintainers = with maintainers; [ elitak ];
broken = true;
};

}
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/bidict/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,13 @@
, pytest-benchmark
, sortedcollections
, sortedcontainers
, isPy3k
}:

buildPythonPackage rec {
pname = "bidict";
version = "0.18.2";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
Original file line number Diff line number Diff line change
@@ -32,5 +32,6 @@ buildPythonPackage rec {
description = "Pipeline is an asset packaging library for Django";
homepage = https://github.com/cyberdelia/django-pipeline;
license = licenses.mit;
broken = true;
};
}
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ buildPythonPackage rec {
description = "A database schema evolution tool for the Django web framework";
homepage = http://code.google.com/p/django-evolution/;
license = licenses.bsd0;
broken = true;
};

}
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/django_taggit/default.nix
Original file line number Diff line number Diff line change
@@ -6,12 +6,13 @@
, django
, mock
, isort
, isPy3k
}:

buildPythonPackage rec {
pname = "django-taggit";
version = "1.1.0";
disabled = pythonOlder "2.7";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
1 change: 1 addition & 0 deletions pkgs/development/python-modules/exchangelib/default.nix
Original file line number Diff line number Diff line change
@@ -28,5 +28,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ecederstrand/exchangelib";
license = licenses.bsd2;
maintainers = with maintainers; [ catern ];
broken = true;
};
}
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/filterpy/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,13 @@
, scipy
, matplotlib
, pytest
, isPy3k
}:

buildPythonPackage rec {
version = "1.4.5";
pname = "filterpy";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/gensim/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,13 @@
, scipy
, smart_open
, scikitlearn, testfixtures, unittest2
, isPy3k
}:

buildPythonPackage rec {
pname = "gensim";
version = "3.8.0";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
1 change: 1 addition & 0 deletions pkgs/development/python-modules/geopy/default.nix
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ buildPythonPackage rec {
homepage = "https://github.com/geopy/geopy";
description = "Python Geocoding Toolbox";
license = licenses.mit;
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/jenkinsapi/default.nix
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ buildPythonPackage rec {
homepage = https://github.com/salimfadhley/jenkinsapi;
maintainers = with maintainers; [ drets ];
license = licenses.mit;
broken = true;
};

}
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ buildPythonPackage rec {
description = "Command-line tool to deduplicate mails from a set of maildir folders";
homepage = "https://github.com/kdeldycke/maildir-deduplicate";
license = licenses.gpl2;
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/minidb/default.nix
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
buildPythonPackage rec {
pname = "minidb";
version = "2.0.2";
disabled = !isPy3k;

src = fetchFromGitHub {
owner = "thp";
Loading