spacebar: remove gcc9 hack

This commit is contained in:
K900 2023-03-18 01:39:35 +03:00
parent b07f4b040e
commit f08f903ea5
2 changed files with 2 additions and 7 deletions

View File

@ -75,7 +75,7 @@ let
plasma-settings = callPackage ./plasma-settings.nix {};
plasmatube = callPackage ./plasmatube {};
qmlkonsole = callPackage ./qmlkonsole.nix {};
spacebar = callPackage ./spacebar.nix { inherit srcs; };
spacebar = callPackage ./spacebar.nix {};
tokodon = callPackage ./tokodon.nix {};
};

View File

@ -1,7 +1,5 @@
{ lib
, mkDerivation
, gcc12Stdenv
, srcs
, cmake
, extra-cmake-modules
@ -17,17 +15,14 @@
, knotifications
, kpeople
, libphonenumber
, libqofono
, modemmanager-qt
, protobuf
, qcoro
, qtquickcontrols2
}:
# Workaround for AArch64 still using GCC9.
gcc12Stdenv.mkDerivation rec {
mkDerivation {
pname = "spacebar";
inherit (srcs.spacebar) version src;
nativeBuildInputs = [
cmake