pkgs/applications: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent 2e34288f0d
commit 108bdac3d9
427 changed files with 1160 additions and 1154 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
{ stdenv
{ lib
, stdenv
, fetchurl
, fltk13
, libjpeg
@@ -26,8 +27,8 @@ stdenv.mkDerivation rec {
meta = {
description = "Digital modem message program";
homepage = "https://sourceforge.net/projects/fldigi/";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ dysinger ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ dysinger ];
platforms = lib.platforms.linux;
};
}