1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #172190 from WolfangAukang/proton-client-platform

python3Packages.proton-client|protonvpn-nm-lib: change platform to linux
This commit is contained in:
davidak 2022-05-09 15:49:58 +02:00 committed by GitHub
commit 5d52f39c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -56,5 +56,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ProtonMail/proton-python-client";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
platforms = platforms.linux;
};
}

View file

@ -53,5 +53,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ProtonVPN/protonvpn-nm-lib";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
platforms = platforms.linux;
};
}