Skip to content

Commit

Permalink
brlcad: format
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 8, 2024
1 parent 109f05c commit 899463d
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions pkgs/by-name/br/brlcad/package.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, fontconfig
, libX11
, libXi
, freetype
, mesa
{
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
fontconfig,
libX11,
libXi,
freetype,
mesa,
}:

stdenv.mkDerivation rec {
Expand All @@ -31,9 +32,7 @@ stdenv.mkDerivation rec {
})
];

nativeBuildInputs = [
cmake
];
nativeBuildInputs = [ cmake ];

buildInputs = [
fontconfig
Expand All @@ -43,9 +42,7 @@ stdenv.mkDerivation rec {
mesa
];

cmakeFlags = [
"-DBRLCAD_ENABLE_STRICT=OFF"
];
cmakeFlags = [ "-DBRLCAD_ENABLE_STRICT=OFF" ];

env.NIX_CFLAGS_COMPILE = toString [
# Needed with GCC 12
Expand Down

0 comments on commit 899463d

Please sign in to comment.