Commit f3463053 authored by Doron Behar's avatar Doron Behar
Browse files

qalculate-gtk: add 2 semantic spacings

parent dc1919a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,11 +30,13 @@ stdenv.mkDerivation (finalAttrs: {
    wrapGAppsHook3
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ];

  buildInputs = [
    libqalculate
    gtk3
    curl
  ];

  enableParallelBuilding = true;

  meta = {