trash-cli: assert we're on linux

wip/yesman
Domen Kožar 10 years ago
parent beff50e501
commit d2e6891be9
  1. 2
      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";

Loading…
Cancel
Save