pkgs/development: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkg-config, pure, octave }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, pure, octave }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
baseName = "octave";
|
||||
@@ -18,10 +18,10 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "An Octave module for the Pure programming language";
|
||||
homepage = "http://puredocs.bitbucket.org/pure-octave.html";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
# This is set to none for now because it does not work with the
|
||||
# current stable version of Octave.
|
||||
platforms = stdenv.lib.platforms.none;
|
||||
maintainers = with stdenv.lib.maintainers; [ asppsa ];
|
||||
platforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ asppsa ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user