summary refs log tree commit diff
path: root/pkgs/development/libraries/physics/cernlib/default.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-09-13 23:00:46 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-09-13 23:00:46 +0200
commit68f7e7551744268438cc8bf5f721cb926e5dc883 (patch)
treec02edd0e512fa91bfcb37fbe3eefd6eaf76edba2 /pkgs/development/libraries/physics/cernlib/default.nix
parent3c2a74719a8877b9129568335c14c4bb8b0eba27 (diff)
downloadnixpkgs-68f7e7551744268438cc8bf5f721cb926e5dc883.tar
nixpkgs-68f7e7551744268438cc8bf5f721cb926e5dc883.tar.gz
nixpkgs-68f7e7551744268438cc8bf5f721cb926e5dc883.tar.bz2
nixpkgs-68f7e7551744268438cc8bf5f721cb926e5dc883.tar.lz
nixpkgs-68f7e7551744268438cc8bf5f721cb926e5dc883.tar.xz
nixpkgs-68f7e7551744268438cc8bf5f721cb926e5dc883.tar.zst
nixpkgs-68f7e7551744268438cc8bf5f721cb926e5dc883.zip
cernlib: mark broken on darwin
Using gccStdenv makes the build go further, but then it fails with.

    kuipc /private/tmp/nix-build-cernlib-2006.drv-0/2006/src/packlib/kuip/code_kuip/kuipcdf.cdf kuipcdf.c
    Makefile:413: archive/kuipcdf.d: No such file or directory
    make[3]: *** [Makefile:473: kuipcdf.c] Abort trap: 6

/cc ZHF #45961
Diffstat (limited to 'pkgs/development/libraries/physics/cernlib/default.nix')
-rw-r--r--pkgs/development/libraries/physics/cernlib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/physics/cernlib/default.nix b/pkgs/development/libraries/physics/cernlib/default.nix
index f837d807219..92d2ab96232 100644
--- a/pkgs/development/libraries/physics/cernlib/default.nix
+++ b/pkgs/development/libraries/physics/cernlib/default.nix
@@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://cernlib.web.cern.ch;
     description = "Legacy collection of libraries and modules for data analysis in high energy physics";
+    broken = stdenv.isDarwin;
     platforms = stdenv.lib.platforms.unix;
     maintainers = with stdenv.lib.maintainers; [ veprbl ];
     license = stdenv.lib.licenses.gpl2;