mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +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 }:
|
{ stdenv, fetchurl, substituteAll, coreutils, python2, python2Packages }:
|
||||||
|
|
||||||
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
python2Packages.buildPythonPackage rec {
|
python2Packages.buildPythonPackage rec {
|
||||||
name = "trash-cli-${version}";
|
name = "trash-cli-${version}";
|
||||||
version = "0.12.9.14";
|
version = "0.12.9.14";
|
||||||
|
Loading…
Reference in New Issue
Block a user