pkgs/development/interpreters: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, unzip, pkg-config, makeWrapper, ncurses }:
|
||||
{ lib, stdenv, fetchFromGitHub, unzip, pkg-config, makeWrapper, ncurses }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "qnial";
|
||||
@@ -33,8 +33,8 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "An array language from Nial Systems";
|
||||
homepage = "https://github.com/vrthra/qnial";
|
||||
license = stdenv.lib.licenses.artistic1;
|
||||
maintainers = [ stdenv.lib.maintainers.vrthra ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.artistic1;
|
||||
maintainers = [ lib.maintainers.vrthra ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user