mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
flwrap: fix cross build
This commit is contained in:
parent
e7344062a5
commit
2a6ea1be57
1 changed files with 6 additions and 2 deletions
|
@ -16,13 +16,17 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "sha256-g1V7bOcgVHpD+Ndn02Nj4I3rGItuQ2qLGlrZZshfGP8=";
|
sha256 = "sha256-g1V7bOcgVHpD+Ndn02Nj4I3rGItuQ2qLGlrZZshfGP8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pkg-config
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
fltk13
|
fltk13
|
||||||
libjpeg
|
libjpeg
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
configureFlags = [
|
||||||
pkg-config
|
"FLTK_CONFIG=${lib.getExe' (lib.getDev fltk13) "fltk-config"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue