Commit graph

10 commits

Author SHA1 Message Date
Maximilian Bosch 4ba59baf97
cernlib: fix build w/glibc-2.32 2020-09-12 23:04:44 +02:00
zowoq 6fa13a7e2f cernlib: use patch file extension 2020-05-26 14:51:07 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dmitry Kalinkin f4131d260d
cernlib: add src mirror url 2020-01-23 15:03:34 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dmitry Kalinkin a1ef7fd877 cernlib: restrict supported arches 2018-12-10 17:05:22 +03:00
Dmitry Kalinkin 357f6a8b7e cernlib: fix build
The imake rules contain a comment line that looks like a pragma. Recently imake
in nixpkgs was switched to use tradcpp, which is a bit more strict about
interpreting unknown pragmas. To fix the build, the comments is changed to use
C++ style comments.
2018-12-10 06:38:45 +03:00
Daiderd Jordan 68f7e75517
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
2018-09-13 23:00:46 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Dmitry Kalinkin 6e95e2a161
cernlib: init at 2006 2017-05-28 18:51:16 -04:00