mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #175991 from flokli/libdigidocpp-multiple-outputs
libdigidocpp: enable multiple outputs
This commit is contained in:
commit
968964fa8a
@ -17,10 +17,12 @@ stdenv.mkDerivation rec {
|
||||
xml-security-c xsd zlib xalanc
|
||||
];
|
||||
|
||||
outputs = [ "out" "lib" "dev" "bin" ];
|
||||
|
||||
# replace this hack with a proper cmake variable or environment variable
|
||||
# once https://github.com/open-eid/cmake/pull/34 (or #35) gets merged.
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/digidoc-tool \
|
||||
wrapProgram $bin/bin/digidoc-tool \
|
||||
--prefix LD_LIBRARY_PATH : ${opensc}/lib/pkcs11/
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user