Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d7e20ee25ed8
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 949d39135bb6
Choose a head ref

Commits on Jul 9, 2020

  1. bsequencer: 1.4.2 -> 1.6.0

    r-ryantm committed Jul 9, 2020
    Copy the full SHA
    c8adba6 View commit details

Commits on Jul 11, 2020

  1. Copy the full SHA
    84106ec View commit details

Commits on Jul 16, 2020

  1. pythonPackages.numexpr: fix darwin build by refactoring checkPhase

    This fixes a following error on python 3.8:
    
    FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/0s7kw66pav5c7bi38lb0gznxnxz31a1n-python3.8-numexpr-2.7.1/<stdin>'
    veprbl committed Jul 16, 2020
    Copy the full SHA
    c184c87 View commit details
  2. Copy the full SHA
    2370ca0 View commit details
  3. ucx: 1.7.0 -> 1.8.1

    markuskowa committed Jul 16, 2020
    Copy the full SHA
    0e2f98d View commit details
  4. Copy the full SHA
    fe2c68a View commit details
  5. Copy the full SHA
    8da4505 View commit details
  6. facter: 3.14.11 -> 3.14.12

    r-ryantm committed Jul 16, 2020
    Copy the full SHA
    a8387a9 View commit details

Commits on Jul 17, 2020

  1. mbelib: init at 1.3.0

    andrew-d committed Jul 17, 2020
    Copy the full SHA
    5601d74 View commit details
  2. it++: init at 4.3.1

    andrew-d committed Jul 17, 2020
    Copy the full SHA
    f856cb8 View commit details
  3. dsd: init at 2018-07-01

    andrew-d committed Jul 17, 2020
    Copy the full SHA
    6f1acf8 View commit details
  4. Copy the full SHA
    8c5c7d3 View commit details
  5. gfan: fix clang build on non-Darwin

    -fno-guess-branch-probability isn't a Darwin-specific thing, it's a
    clang-specific thing.
    alyssais committed Jul 17, 2020
    Copy the full SHA
    8f5eaa6 View commit details

Commits on Jul 18, 2020

  1. Copy the full SHA
    4265595 View commit details
  2. Copy the full SHA
    5bb8654 View commit details
  3. _3270font: init at 2.0.4

    marsam committed Jul 18, 2020
    Copy the full SHA
    4703d4d View commit details
  4. barlow: init at 1.422

    marsam committed Jul 18, 2020
    Copy the full SHA
    f1d5d21 View commit details
  5. rink: 0.4.5 -> 0.5.0

    dywedir committed Jul 18, 2020
    Copy the full SHA
    2076487 View commit details
  6. Copy the full SHA
    16d8632 View commit details
  7. Copy the full SHA
    2d8311d View commit details
  8. Copy the full SHA
    5868f8f View commit details
  9. rocksdb: 6.4.6 -> 6.10.2

    prusnak committed Jul 18, 2020
    Copy the full SHA
    4958158 View commit details
  10. Merge pull request #93410 from liff/patch-1

    nixos/manual: Fix reference to copy_from_host
    Ma27 authored Jul 18, 2020
    Copy the full SHA
    e6c1fae View commit details
  11. Merge pull request #93390 from danieldk/drawio-13.4.5

    drawio: 13.3.9 -> 13.4.5
    Ma27 authored Jul 18, 2020
    Copy the full SHA
    f80bb95 View commit details
  12. Merge pull request #93404 from dywedir/rink

    rink: 0.4.5 -> 0.5.0
    Br1ght0ne authored Jul 18, 2020
    Copy the full SHA
    b907241 View commit details
  13. apparmor: only apply the gnumake fix to the parser

    This is to avoid the huge rebuild for now, as it seems to be enough to
    fix the problem, but I'll revert this on staging anyway.
    vcunat committed Jul 18, 2020
    Copy the full SHA
    4b028ae View commit details
  14. petsc: Fix install_name_tool patch

    The PETSc library's config/install.py script checks whether
    /usr/bin/install_name_tool is an existing file:
    
    https://gitlab.com/petsc/petsc/-/blob/master/config/install.py#L368
    
    Therefore, it is not enough to replace it with something that we expect
    to be on the PATH, as this will cause the linked if statement to be
    silently skipped. The consequence is that applications linked against
    this version of petsc will fail at runtime on MacOS with a dynamic
    loading error.
    
    Instead, we should replace install_name_tool with the absolute path of a
    binary we know will be present at build time.
    
    Note that this should be fixed upstream as well, but this is sufficient
    to fix the runtime error.
    Jack Coughlin committed Jul 18, 2020
    Copy the full SHA
    8a65fe8 View commit details
  15. cvc4: 1.6 -> 1.8

    Co-authored-by: Gabriel Ebner <gebner@gebner.org>
    
    Update pkgs/applications/science/logic/cvc4/default.nix
    
    Co-authored-by: Gabriel Ebner <gebner@gebner.org>
    MrChico and gebner committed Jul 18, 2020
    Copy the full SHA
    424936e View commit details
  16. Copy the full SHA
    41a3237 View commit details
  17. Merge pull request #93363 from prusnak/rocksdb

    rocksdb: 6.4.6 -> 6.10.2
    danieldk authored Jul 18, 2020
    Copy the full SHA
    704bd03 View commit details
  18. ffmpeg_2_8: 2.8.16 -> 2.8.17

    (cherry picked from commit 92cfd28)
    The ffmpeg updates aren't build rebuilds, so I forward-pick them
    from staging to master.  I suspect they have important fixes.
    Originally from PR #93217.
    zowoq authored and vcunat committed Jul 18, 2020
    Copy the full SHA
    6af12c3 View commit details
  19. ffmpeg_3_4: 3.4.7 -> 3.4.8

    (cherry picked from commit 88c720f)
    See the parent commit.
    zowoq authored and vcunat committed Jul 18, 2020
    Copy the full SHA
    b9f8919 View commit details
  20. ffmpeg: 4.3 -> 4.3.1

    (cherry picked from commit 916bc99)
    See the grandparent commit.
    zowoq authored and vcunat committed Jul 18, 2020
    Copy the full SHA
    ba4f0c6 View commit details
  21. img2pdf: make a python package

    symphorien authored and veprbl committed Jul 18, 2020
    Copy the full SHA
    293d7c3 View commit details
  22. pdfarranger: 1.5.3 -> 1.6.0

    symphorien authored and veprbl committed Jul 18, 2020
    Copy the full SHA
    5f4a279 View commit details
  23. Merge pull request #93208 from veprbl/pr/numexpr_darwin_fix

    pythonPackages.numexpr: fix darwin build by refactoring checkPhase
    veprbl authored Jul 18, 2020
    Copy the full SHA
    012582c View commit details
  24. Merge pull request #92942 from jollheef/bump-jedi

    python: jedi: 0.17.0 -> 0.17.1
    veprbl authored Jul 18, 2020
    Copy the full SHA
    b815eff View commit details
  25. Merge pull request #93309 from r-ryantm/auto-update/facter

    facter: 3.14.11 -> 3.14.12
    Ma27 authored Jul 18, 2020
    Copy the full SHA
    8eb5f22 View commit details
  26. krunner: fix hash of patch

    Commit ee036bc put in hash *before* the normalization
    done by fetchpatch.
    vcunat committed Jul 18, 2020
    Copy the full SHA
    a5cc7d3 View commit details
  27. Merge pull request #93427 from marsam/fix-strip-nondeterminism-darwin

    strip-nondeterminism: fix build on darwin
    marsam authored Jul 18, 2020
    Copy the full SHA
    c28899b View commit details
  28. Merge pull request #93375 from MrChico/cvc4_1.8

    cvc4: 1.6 -> 1.8
    gebner authored Jul 18, 2020
    Copy the full SHA
    3ffc16a View commit details
  29. Merge pull request #93408 from justin-gerhardt/stm32cube

    stm32cubemx: 5.3.0 -> 5.6.1
    danieldk authored Jul 18, 2020
    Copy the full SHA
    3bcbebb View commit details
  30. Merge pull request #93402 from pacien/beamerpresenter-v0.1.2

    beamerpresenter: 0.1.1 -> 0.1.2
    danieldk authored Jul 18, 2020
    Copy the full SHA
    d05ea5c View commit details
  31. sd-switch: init at 0.1.0

    PR #93432
    rycee committed Jul 18, 2020
    Copy the full SHA
    60c9c3a View commit details
  32. gama: init at 2.09

    lsix committed Jul 18, 2020
    Copy the full SHA
    9eccd64 View commit details
  33. Merge pull request #93428 from johnbcoughlin/petsc-install_name_tool

    petsc: Fix install_name_tool patch
    danieldk authored Jul 18, 2020
    Copy the full SHA
    cf059b3 View commit details
  34. p7zip: fix build when enableUnfree is true

    `chmod +x install.sh` was only being executed when enableUnfree was
    false. Therefore, building p7zip with enableUnfree set to true would fail
    because install.sh was not an executable file.
    cript0nauta committed Jul 18, 2020
    Copy the full SHA
    410dbaa View commit details
  35. visualvm: 2.0.2 -> 2.0.3

    r-ryantm committed Jul 18, 2020
    Copy the full SHA
    bdc6bb9 View commit details
  36. weechat: 2.8 -> 2.9

    mweinelt committed Jul 18, 2020
    Copy the full SHA
    c3bf59e View commit details
  37. Merge pull request #93031 from andrew-d/andrew/dsd

    dsd: init at 2018-07-01
    markuskowa authored Jul 18, 2020
    Copy the full SHA
    533720c View commit details
Showing with 767 additions and 2,955 deletions.
  1. +1 −1 nixos/doc/manual/development/writing-nixos-tests.xml
  2. +2 −2 pkgs/applications/audio/bsequencer/default.nix
  3. +2 −2 pkgs/applications/graphics/drawio/default.nix
  4. +3 −2 pkgs/applications/misc/pdfarranger/default.nix
  5. +5 −2 pkgs/applications/networking/instant-messengers/zoom-us/default.nix
  6. +2 −2 pkgs/applications/networking/irc/weechat/default.nix
  7. +4 −17 pkgs/applications/office/beamerpresenter/default.nix
  8. +44 −0 pkgs/applications/radio/dsd/default.nix
  9. +24 −0 pkgs/applications/science/geometry/gama/default.nix
  10. +14 −9 pkgs/applications/science/logic/cvc4/default.nix
  11. +1 −1 pkgs/applications/science/math/gfan/default.nix
  12. +0 −2,631 pkgs/applications/science/misc/rink/cargo-lock.patch
  13. +7 −10 pkgs/applications/science/misc/rink/default.nix
  14. +26 −0 pkgs/data/fonts/3270font/default.nix
  15. +28 −0 pkgs/data/fonts/barlow/default.nix
  16. +31 −0 pkgs/development/libraries/audio/mbelib/default.nix
  17. +2 −2 pkgs/development/libraries/ffmpeg/2.8.nix
  18. +2 −2 pkgs/development/libraries/ffmpeg/3.4.nix
  19. +2 −2 pkgs/development/libraries/ffmpeg/4.nix
  20. +1 −1 pkgs/development/libraries/kde-frameworks/krunner.nix
  21. +2 −2 pkgs/development/libraries/openmpi/default.nix
  22. +20 −13 pkgs/development/libraries/rocksdb/default.nix
  23. +55 −0 pkgs/development/libraries/science/math/itpp/default.nix
  24. +2 −2 pkgs/development/libraries/science/math/petsc/default.nix
  25. +2 −2 pkgs/development/libraries/ucx/default.nix
  26. +7 −2 pkgs/development/perl-modules/strip-nondeterminism/default.nix
  27. +4 −5 pkgs/{applications/misc → development/python-modules}/img2pdf/default.nix
  28. +2 −2 pkgs/development/python-modules/jedi/default.nix
  29. +3 −10 pkgs/development/python-modules/numexpr/default.nix
  30. +1 −3 pkgs/development/tools/fedora-coreos-config-transpiler/default.nix
  31. +3 −3 pkgs/development/tools/golangci-lint/default.nix
  32. +2 −2 pkgs/development/tools/java/visualvm/default.nix
  33. +11 −23 pkgs/development/tools/misc/stm32cubemx/default.nix
  34. +2 −2 pkgs/games/steam/runtime.nix
  35. +355 −186 pkgs/misc/vim-plugins/generated.nix
  36. +12 −0 pkgs/misc/vim-plugins/overrides.nix
  37. +14 −0 pkgs/misc/vim-plugins/vim-plugin-names
  38. +13 −1 pkgs/os-specific/linux/apparmor/default.nix
  39. +26 −0 pkgs/os-specific/linux/sd-switch/default.nix
  40. +3 −3 pkgs/servers/etcd/3.4.nix
  41. +1 −1 pkgs/tools/archivers/p7zip/default.nix
  42. +7 −4 pkgs/tools/misc/coreboot-utils/default.nix
  43. +2 −2 pkgs/tools/system/facter/default.nix
  44. +15 −1 pkgs/top-level/all-packages.nix
  45. +2 −0 pkgs/top-level/python-packages.nix
2 changes: 1 addition & 1 deletion nixos/doc/manual/development/writing-nixos-tests.xml
Original file line number Diff line number Diff line change
@@ -390,7 +390,7 @@ start_all()
<listitem>
<para>
Copies a file from host to machine, e.g.,
<literal>copy_file_from_host("myfile", "/etc/my/important/file")</literal>.
<literal>copy_from_host("myfile", "/etc/my/important/file")</literal>.
</para>
<para>
The first argument is the file on the host. The file needs to be
4 changes: 2 additions & 2 deletions pkgs/applications/audio/bsequencer/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "BSEQuencer";
version = "1.4.2";
version = "1.6.0";

src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "${version}";
sha256 = "1fz0p0ba00b7k7a8q9mxwj01jwl8xwh9a2npn00pbbdrg9zv4fdr";
sha256 = "0w21kzq695xy4i1r6xvvh7sad5m0rlmdgc7ykmrlzfsm1252dz80";
};

nativeBuildInputs = [ pkgconfig ];
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/drawio/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
pname = "drawio";
version = "13.3.9";
version = "13.4.5";

src = fetchurl {
url = "https://github.com/jgraph/drawio-desktop/releases/download/v${version}/draw.io-x86_64-${version}.rpm";
sha256 = "1i1idjy80x6a0w40lziivyhg8nnlbpri7xdqxikxy982vffgihwp";
sha256 = "1vp5krgj0xzhkiidj658ij6j10d2p97l1nifx0nrqysblcz2km3g";
};

nativeBuildInputs = [
5 changes: 3 additions & 2 deletions pkgs/applications/misc/pdfarranger/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

python3Packages.buildPythonApplication rec {
pname = "pdfarranger";
version = "1.5.3";
version = "1.6.0";

src = fetchFromGitHub {
owner = "jeromerobert";
repo = pname;
rev = version;
sha256 = "0a9ap7p8iw57sn5nmhim7gp5as8gj6ir6l3p0bpmg4iqjsr4169h";
sha256 = "03siz4ar6flyvrrgh7hr7sslc6n9x5d9i13lc5rm2qnssd0qdich";
};

nativeBuildInputs = [
@@ -27,6 +27,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
pygobject3
pikepdf
img2pdf
setuptools
];

Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
, qtquickcontrols2, qtscript, qtsvg , qttools, qtwayland, qtwebchannel
, qtwebengine
# Runtime
, coreutils, libjpeg_turbo, pciutils, procps, utillinux
, coreutils, libjpeg_turbo, faac, pciutils, procps, utillinux
, pulseaudioSupport ? true, libpulseaudio ? null
}:

@@ -40,7 +40,7 @@ in mkDerivation {
nativeBuildInputs = [ autoPatchelfHook ];

buildInputs = [
dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo qtbase
dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo faac qtbase
qtdeclarative qtgraphicaleffects qtlocation qtquickcontrols qtquickcontrols2
qtscript qtwebchannel qtwebengine qtimageformats qtsvg qttools qtwayland
];
@@ -72,6 +72,9 @@ in mkDerivation {
# TODO Patch this somehow; tries to dlopen './libturbojpeg.so' from cwd
ln -s $(readlink -e "${libjpeg_turbo.out}/lib/libturbojpeg.so") $out/share/zoom-us/libturbojpeg.so
# Again, requires faac with a nonstandard filename.
ln -s $(readlink -e "${faac}/lib/libfaac.so") $out/share/zoom-us/libfaac1.so
runHook postInstall
'';

4 changes: 2 additions & 2 deletions pkgs/applications/networking/irc/weechat/default.nix
Original file line number Diff line number Diff line change
@@ -27,12 +27,12 @@ let
in
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec {
version = "2.8";
version = "2.9";
pname = "weechat";

src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.bz2";
sha256 = "0xpzl7985j47rpmly4r833jxd448xpy7chqphaxmhlql2c0gc08z";
sha256 = "12h4m4ag8cdab7q6f5n357mfg0fdayab1gcikncjkkid3bjd4r4g";
};

outputs = [ "out" "man" ] ++ map (p: p.name) enabledPlugins;
21 changes: 4 additions & 17 deletions pkgs/applications/office/beamerpresenter/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ stdenv, mkDerivation, fetchFromGitHub, makeDesktopItem, installShellFiles,
{ stdenv, mkDerivation, fetchFromGitHub, installShellFiles,
qmake, qtbase, poppler, qtmultimedia }:

mkDerivation rec {
pname = "beamerpresenter";
version = "0.1.1";
version = "0.1.2";

src = fetchFromGitHub {
owner = "stiglers-eponym";
repo = "BeamerPresenter";
rev = "v${version}";
sha256 = "0j7wx3qqwhda33ig2464bi0j0a473y5p7ndy5f7f8x9cqdal1d01";
sha256 = "12xngnhwa3haf0pdxczgvhq1j20zbsr30y2bfn9qwmlhbwklhkj2";
};

nativeBuildInputs = [ qmake installShellFiles ];
@@ -26,23 +26,10 @@ mkDerivation rec {
installPhase = ''
install -m755 beamerpresenter -Dt $out/bin/
install -m644 src/icons/beamerpresenter.svg -Dt $out/share/icons/hicolor/scalable/apps/
install -m644 $desktopItem/share/applications/*.desktop -Dt $out/share/applications/
install -m644 share/applications/beamerpresenter.desktop -Dt $out/share/applications/
installManPage man/*.{1,5}
'';

# TODO: replace with upstream's .desktop file once available.
# https://github.com/stiglers-eponym/BeamerPresenter/pull/4
desktopItem = makeDesktopItem {
name = pname;
desktopName = "BeamerPresenter";
genericName = "Beamer presentation viewer";
comment = "Simple dual screen pdf presentation software";
icon = "beamerpresenter";
categories = "Office;";
exec = "beamerpresenter %F";
mimeType = "application/pdf;application/x-pdf;";
};

meta = with stdenv.lib; {
description = "Simple dual screen pdf presentation software";
homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
44 changes: 44 additions & 0 deletions pkgs/applications/radio/dsd/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{ stdenv, fetchFromGitHub, cmake
, mbelib, libsndfile, itpp
, portaudioSupport ? true, portaudio ? null
}:

assert portaudioSupport -> portaudio != null;

stdenv.mkDerivation rec {
pname = "dsd";
version = "2018-07-01";

src = fetchFromGitHub {
owner = "szechyjs";
repo = "dsd";
rev = "f175834e45a1a190171dff4597165b27d6b0157b";
sha256 = "0w4r13sxvjwacdwxr326zr6p77a8p6ny0g6im574jliw5j3shlhr";
};

nativeBuildInputs = [ cmake ];
buildInputs = [
mbelib libsndfile itpp
] ++ stdenv.lib.optionals portaudioSupport [ portaudio ];

enableParallelBuilding = true;

doCheck = true;
preCheck = ''
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}$PWD
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH''${DYLD_LIBRARY_PATH:+:}$PWD
'';

meta = with stdenv.lib; {
description = "Digital Speech Decoder";
longDescription = ''
DSD is able to decode several digital voice formats from discriminator
tap audio and synthesize the decoded speech. Speech synthesis requires
mbelib, which is a separate package.
'';
homepage = https://github.com/szechyjs/dsd;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ andrew-d ];
};
}
24 changes: 24 additions & 0 deletions pkgs/applications/science/geometry/gama/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{ stdenv, fetchurl, lib, expat, octave, libxml2, texinfo }:
stdenv.mkDerivation rec {
pname = "gama";
version = "2.09";

src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
sha256 = "0c1b28frl6109arj09v4zr1xs859krn8871mkvis517g5pb55dc9";
};

buildInputs = [ expat ];

nativeBuildInputs = [ texinfo ];

checkInputs = [ octave libxml2 ];
doCheck = true;

meta = with lib ; {
description = "Tools for adjustment of geodetic networks";
homepage = "https://www.gnu.org/software/gama/";
license = licenses.gpl3Plus;
platforms = platforms.all;
};
}
23 changes: 14 additions & 9 deletions pkgs/applications/science/logic/cvc4/default.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{ stdenv, fetchurl, cln, gmp, swig, pkgconfig
, readline, libantlr3c, boost, jdk, autoreconfHook
, python3, antlr3_4
{ stdenv, fetchFromGitHub, cmake, cln, gmp, git, swig, pkgconfig
, readline, libantlr3c, boost, jdk, python3, antlr3_4
}:

stdenv.mkDerivation rec {
pname = "cvc4";
version = "1.6";
version = "1.8";

src = fetchurl {
url = "https://cvc4.cs.stanford.edu/downloads/builds/src/cvc4-${version}.tar.gz";
sha256 = "1iw793zsi48q91lxpf8xl8lnvv0jsj4whdad79rakywkm1gbs62w";
src = fetchFromGitHub {
owner = "cvc4";
repo = "cvc4";
rev = version;
sha256 = "1rhs4pvzaa1wk00czrczp58b2cxfghpsnq534m0l3snnya2958jp";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ gmp cln readline swig libantlr3c antlr3_4 boost jdk python3 ];
nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ gmp git python3.pkgs.toml cln readline swig libantlr3c antlr3_4 boost jdk python3 ];
configureFlags = [
"--enable-language-bindings=c,c++,java"
"--enable-gpl"
@@ -30,6 +31,10 @@ stdenv.mkDerivation rec {
preConfigure = ''
patchShebangs ./src/
'';
cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Production"
];


enableParallelBuilding = true;

2 changes: 1 addition & 1 deletion pkgs/applications/science/math/gfan/default.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "02pihqb1lb76a0xbfwjzs1cd6ay3ldfxsm8dvsbl6qs3vkjxax56";
};

patchPhase = stdenv.lib.optionalString stdenv.isDarwin ''
patchPhase = stdenv.lib.optionalString stdenv.cc.isClang ''
substituteInPlace Makefile --replace "-fno-guess-branch-probability" ""
'';

Loading