pkgs: update nixpkgs to 1614b96a

This commit is contained in:
2022-09-01 16:27:29 +02:00
parent e57107024e
commit b60698b791
87 changed files with 229 additions and 146 deletions

View File

@@ -1,4 +1,5 @@
{ stdenv
, lib
, fetchFromGitHub
, boost
, libdwarf
@@ -50,9 +51,9 @@ stdenv.mkDerivation rec {
xml2
which
libxml2.dev
python37Packages.sphinx
#python37Packages.sphinx
]
++ stdenv.lib.optional stdenv.cc.isClang llvmPackages.openmp;
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;
preConfigure = ''
configureFlagsArray=(
@@ -79,13 +80,15 @@ stdenv.mkDerivation rec {
# Install the manuals only by hand, as we don't want to pull the complete
# LaTeX world
postBuild = ''
make -C docs man
'';
postInstall = ''
installManPage docs/builds/man/*/*
'';
# FIXME: sphinx is broken
#postBuild = ''
# make -C docs man
#'';
#
#postInstall = ''
# installManPage docs/builds/man/*/*
#'';
# ++ (
# if (openmp)