about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2024-06-07 15:01:51 +1000
committerGitHub <noreply@github.com>2024-06-07 15:01:51 +1000
commit1e5c01fb2009f5e36fb416fe356157b5e41efb6b (patch)
tree0520f67ce39164651480b6399cf7c7223221bc01 /pkgs/development
parent10b96c5cd77043bfcf08d2ae4fef7238b61fbe1f (diff)
parentde8e7e2f8f5ca035defd263fd2541daf79bc15c6 (diff)
Merge pull request #317738 from viraptor/rtslib-linux
python311Packages.rtslib: set platform to Linux
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/rtslib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/rtslib/default.nix b/pkgs/development/python-modules/rtslib/default.nix
index 23ec072489945..5be26edebbfa3 100644
--- a/pkgs/development/python-modules/rtslib/default.nix
+++ b/pkgs/development/python-modules/rtslib/default.nix
@@ -30,5 +30,6 @@ buildPythonPackage rec {
     mainProgram = "targetctl";
     homepage = "https://github.com/open-iscsi/rtslib-fb";
     license = licenses.asl20;
+    platforms = platforms.linux;
   };
 }