pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, fetchpatch, cmake, flex, bison }:
|
||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, flex, bison }:
|
||||
let
|
||||
version = "2.4.3";
|
||||
in
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
|
||||
})
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://www.minizinc.org/";
|
||||
description = "A medium-level constraint modelling language";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user