commit
f2a2f732c7
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||||
homepage = http://pdos.csail.mit.edu/mbox/;
|
homepage = http://pdos.csail.mit.edu/mbox/;
|
||||||
maintainers = with maintainers; [ emery ];
|
maintainers = with maintainers; [ emery ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue