mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
openjpeg: multiple outputs
This commit is contained in:
parent
668f93c719
commit
b06f9aa015
@ -25,12 +25,14 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openjpeg-${version}";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/openjpeg.mirror/${version}/openjpeg-${version}.tar.gz";
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSTALL_NAME_DIR=\${CMAKE_INSTALL_PREFIX}/lib"
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
|
Loading…
Reference in New Issue
Block a user