giblib: fix compat with imlib2 multiple outputs
This commit is contained in:
parent
7974d7493a
commit
1d08acb305
@ -8,10 +8,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1b4bmbmj52glq0s898lppkpzxlprq9aav49r06j2wx4dv3212rhp";
|
sha256 = "1b4bmbmj52glq0s898lppkpzxlprq9aav49r06j2wx4dv3212rhp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [xlibsWrapper imlib2];
|
buildInputs = [ xlibsWrapper ];
|
||||||
|
propagatedBuildInputs = [ imlib2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://linuxbrit.co.uk/giblib/;
|
homepage = http://linuxbrit.co.uk/giblib/;
|
||||||
|
description = "wrapper library for imlib2, and other stuff";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user