mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 17:04:42 +00:00
mate.mate-calc: fix cross compilation, format with nixfmt
This commit is contained in:
parent
b9da4f27d9
commit
326602a983
@ -1,15 +1,16 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenv
|
lib,
|
||||||
, fetchurl
|
stdenv,
|
||||||
, pkg-config
|
fetchurl,
|
||||||
, gettext
|
pkg-config,
|
||||||
, itstool
|
gettext,
|
||||||
, gtk3
|
itstool,
|
||||||
, libmpc
|
gtk3,
|
||||||
, libxml2
|
libmpc,
|
||||||
, mpfr
|
libxml2,
|
||||||
, wrapGAppsHook3
|
mpfr,
|
||||||
, mateUpdateScript
|
wrapGAppsHook3,
|
||||||
|
mateUpdateScript,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -21,9 +22,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "gEsSXR4oZLHnSvgW2psquLGUcrmvl0Q37nNVraXmKPU=";
|
sha256 = "gEsSXR4oZLHnSvgW2psquLGUcrmvl0Q37nNVraXmKPU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
gettext
|
gettext
|
||||||
itstool
|
itstool
|
||||||
|
libxml2 # xmllint
|
||||||
pkg-config
|
pkg-config
|
||||||
wrapGAppsHook3
|
wrapGAppsHook3
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user