mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 16:09:19 +03:00
imlib2: use multiple outputs
This commit is contained in:
parent
f983743d75
commit
d64bf1fdad
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ stdenv.mkDerivation rec {
|
||||||
configureFlags = optional stdenv.isDarwin "--enable-amd64=no"
|
configureFlags = optional stdenv.isDarwin "--enable-amd64=no"
|
||||||
++ optional (!x11Support) "--without-x";
|
++ optional (!x11Support) "--without-x";
|
||||||
|
|
||||||
|
outputs = [ "out" "bin" "dev" ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
moveToOutput bin/imlib2-config "$dev"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Image manipulation library";
|
description = "Image manipulation library";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue