Remove pkgs from slrn. Use stdenv.lib instead
This commit is contained in:
parent
715b90f784
commit
941682efba
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgs,
|
{ stdenv, fetchurl,
|
||||||
slang, ncurses
|
slang, ncurses
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -26,6 +26,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "The slrn (S-Lang read news) newsreader";
|
description = "The slrn (S-Lang read news) newsreader";
|
||||||
homepage = http://slrn.sourceforge.net/index.html;
|
homepage = http://slrn.sourceforge.net/index.html;
|
||||||
license = pkgs.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user