mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
Merge pull request #330494 from NickCao/cjs-cross
cjs: fix cross compilation, set strictDeps
This commit is contained in:
commit
a1894c2cc5
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
@ -56,6 +58,10 @@ stdenv.mkDerivation rec {
|
||||
"-Dprofiler=disabled"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs --build build/choose-tests-locale.sh
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/linuxmint/cjs";
|
||||
description = "JavaScript bindings for Cinnamon";
|
||||
|
Loading…
Reference in New Issue
Block a user