pkgs/os-specific/linux/psmisc: added an assert to ensure that no build is attempted on non-Linux platforms
svn path=/nixpkgs/trunk/; revision=24470
This commit is contained in:
parent
ef4a03f3da
commit
7d7f7d8158
@ -1,5 +1,7 @@
|
|||||||
{stdenv, fetchurl, ncurses}:
|
{stdenv, fetchurl, ncurses}:
|
||||||
|
|
||||||
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "psmisc-22.12";
|
name = "psmisc-22.12";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user