Merge pull request #317738 from viraptor/rtslib-linux

python311Packages.rtslib: set platform to Linux
This commit is contained in:
Stanisław Pitucha 2024-06-07 15:01:51 +10:00 committed by GitHub
commit 1e5c01fb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,5 +30,6 @@ buildPythonPackage rec {
mainProgram = "targetctl";
homepage = "https://github.com/open-iscsi/rtslib-fb";
license = licenses.asl20;
platforms = platforms.linux;
};
}