pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, opencv, qtbase, qtsvg }:
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, opencv, qtbase, qtsvg }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
@@ -19,9 +19,9 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Open Source Biometric Recognition";
|
||||
homepage = "http://openbiometrics.org/";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [flosse];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [flosse];
|
||||
platforms = with lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user