mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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"
|
||||
++ optional (!x11Support) "--without-x";
|
||||
|
||||
outputs = [ "out" "bin" "dev" ];
|
||||
|
||||
postInstall = ''
|
||||
moveToOutput bin/imlib2-config "$dev"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Image manipulation library";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue