mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
fltk13
|
||||
libjpeg
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
configureFlags = [
|
||||
"FLTK_CONFIG=${lib.getExe' (lib.getDev fltk13) "fltk-config"}"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue