mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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
|
||||
}:
|
||||
|
||||
@ -26,6 +26,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "The slrn (S-Lang read news) newsreader";
|
||||
homepage = http://slrn.sourceforge.net/index.html;
|
||||
license = pkgs.lib.licenses.gpl2;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user