trash-cli: assert we're on linux

This commit is contained in:
Domen Kožar 2014-12-23 11:30:56 +01:00
parent beff50e501
commit d2e6891be9

View file

@ -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";