mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* Fix some evaluation problems.
svn path=/nixpkgs/trunk/; revision=27457
This commit is contained in:
parent
b8950a9504
commit
12c9ba62ac
|
@ -1,5 +1,7 @@
|
|||
{stdenv, fetchgit, perl}:
|
||||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
let
|
||||
rev = "7a9a5c48ede207eec881";
|
||||
in
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "FreePOPs is an extensible pop3 server.";
|
||||
description = "An extensible pop3 server";
|
||||
longDescription = ''
|
||||
FreePOPs is an extensible pop3 server. Its main purpose is to provide
|
||||
a pop3 interface to a webmail.
|
||||
|
|
Loading…
Reference in a new issue