summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/misc/trash-cli/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/trash-cli/default.nix b/pkgs/tools/misc/trash-cli/default.nix
index 8650b9ff67dd..30fc6a92d89e 100644
--- a/pkgs/tools/misc/trash-cli/default.nix
+++ b/pkgs/tools/misc/trash-cli/default.nix
@@ -1,5 +1,7 @@
 { stdenv, fetchurl, substituteAll, coreutils, python2, python2Packages }:
 
+assert stdenv.isLinux;
+
 python2Packages.buildPythonPackage rec {
   name = "trash-cli-${version}";
   version = "0.12.9.14";