mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +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
|
||||
, fetchurl
|
||||
, pkg-config
|
||||
, gettext
|
||||
, itstool
|
||||
, gtk3
|
||||
, libmpc
|
||||
, libxml2
|
||||
, mpfr
|
||||
, wrapGAppsHook3
|
||||
, mateUpdateScript
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
pkg-config,
|
||||
gettext,
|
||||
itstool,
|
||||
gtk3,
|
||||
libmpc,
|
||||
libxml2,
|
||||
mpfr,
|
||||
wrapGAppsHook3,
|
||||
mateUpdateScript,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -21,9 +22,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "gEsSXR4oZLHnSvgW2psquLGUcrmvl0Q37nNVraXmKPU=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
gettext
|
||||
itstool
|
||||
libxml2 # xmllint
|
||||
pkg-config
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user