Merge pull request #109632 from siraben/stdenv-lib-2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ cabextract, fetchFromGitHub, readline, stdenv_32bit }:
|
||||
{ lib, cabextract, fetchFromGitHub, readline, stdenv_32bit }:
|
||||
|
||||
# stdenv_32bit is needed because the program depends upon 32-bit libraries and does not have
|
||||
# support for 64-bit yet: it requires libc6-dev:i386, libreadline-dev:i386.
|
||||
@@ -21,7 +21,7 @@ stdenv_32bit.mkDerivation rec {
|
||||
cp mpclient $out/bin/
|
||||
'';
|
||||
|
||||
meta = with stdenv_32bit.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/taviso/loadlibrary";
|
||||
description = "Porting Windows Dynamic Link Libraries to Linux";
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user