* 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}:
|
{stdenv, fetchgit, perl}:
|
||||||
|
|
||||||
|
assert stdenv ? glibc;
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "7a9a5c48ede207eec881";
|
rev = "7a9a5c48ede207eec881";
|
||||||
in
|
in
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "FreePOPs is an extensible pop3 server.";
|
description = "An extensible pop3 server";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
FreePOPs is an extensible pop3 server. Its main purpose is to provide
|
FreePOPs is an extensible pop3 server. Its main purpose is to provide
|
||||||
a pop3 interface to a webmail.
|
a pop3 interface to a webmail.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user