pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, gtk2, pkg-config }:
|
||||
{lib, stdenv, fetchurl, gtk2, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gtkdialog-0.8.3";
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://code.google.com/archive/p/gtkdialog/";
|
||||
# community links: http://murga-linux.com/puppy/viewtopic.php?t=111923 -> https://github.com/01micko/gtkdialog
|
||||
description = "Small utility for fast and easy GUI building from many scripted and compiled languages";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user