Merge pull request #109632 from siraben/stdenv-lib-2
This commit is contained in:
@@ -38,7 +38,7 @@ buildEnv {
|
||||
++ lib.optional enableDwarfTherapist dwarf-therapist
|
||||
++ lib.optional enableLegendsBrowser legends-browser;
|
||||
|
||||
meta = with stdenvNoCC.lib; {
|
||||
meta = with lib; {
|
||||
description = "An opinionated wrapper for Dwarf Fortress";
|
||||
maintainers = with maintainers; [ Baughn numinit ];
|
||||
license = licenses.mit;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenvNoCC, buildEnv, writeShellScriptBin, fetchurl, jre }:
|
||||
{ lib, stdenvNoCC, buildEnv, writeShellScriptBin, fetchurl, jre }:
|
||||
|
||||
let
|
||||
name = "legends-browser-${version}";
|
||||
@@ -26,7 +26,7 @@ buildEnv {
|
||||
inherit name;
|
||||
paths = [ script ];
|
||||
|
||||
meta = with stdenvNoCC.lib; {
|
||||
meta = with lib; {
|
||||
description = "A multi-platform, open source, java-based legends viewer for dwarf fortress";
|
||||
maintainers = with maintainers; [ Baughn ];
|
||||
license = licenses.mit;
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
cp -a *.png $art/data/art/
|
||||
'';
|
||||
|
||||
meta = with stdenvNoCC.lib; {
|
||||
meta = with lib; {
|
||||
description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface.";
|
||||
maintainers = with maintainers; [ Baughn numinit ];
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user