We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent cd286d4 commit f0956b7Copy full SHA for f0956b7
pkgs/development/python-modules/keyring/default.nix
@@ -21,6 +21,8 @@ buildPythonPackage rec {
21
22
propagatedBuildInputs = [ secretstorage ];
23
24
+ doCheck = !stdenv.isDarwin;
25
+
26
checkPhase = ''
27
py.test $out
28
'';
pkgs/development/python-modules/secretstorage/default.nix
@@ -21,7 +21,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mitya57/secretstorage";
description = "Python bindings to FreeDesktop.org Secret Service API";
license = licenses.bsdOriginal;
- platforms = platforms.linux;
maintainer = with maintainers; [ teto ];
};
}
0 commit comments