mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
added platform meta information to gpodder
This commit is contained in:
parent
ee9ffde1cb
commit
4ef371e1f6
@ -39,6 +39,7 @@ in buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "http://gpodder.org/";
|
||||
license = "GPLv3";
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
maintainers = [ stdenv.lib.maintainers.skeidel ];
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://thp.io/2010/mygpoclient/";
|
||||
license = "GPLv3";
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
maintainers = [ stdenv.lib.maintainers.skeidel ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user