mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Small cleanup
This commit is contained in:
parent
7268c1c008
commit
0f8345a7f2
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
# One test fails on mips.
|
||||
doCheck = if stdenv.isMips then false else true;
|
||||
doCheck = !stdenv.isMips;
|
||||
|
||||
meta = {
|
||||
description = "Linux user-space NFS utilities";
|
||||
|
Loading…
Reference in New Issue
Block a user