mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
trash-cli: assert we're on linux
This commit is contained in:
parent
beff50e501
commit
d2e6891be9
@ -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…
Reference in New Issue
Block a user