treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
This commit is contained in:
parent
de9f8c36c9
commit
7b0167204d
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -15,7 +15,7 @@ Reviewing guidelines: https://hydra.nixos.org/job/nixpkgs/trunk/manual/latest/do
|
||||||
|
|
||||||
<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
|
<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
|
||||||
|
|
||||||
- [ ] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
|
- [ ] Tested using sandboxing ([nix.useSandbox](https://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](https://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
|
||||||
- Built on platform(s)
|
- Built on platform(s)
|
||||||
- [ ] NixOS
|
- [ ] NixOS
|
||||||
- [ ] macOS
|
- [ ] macOS
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The exact syntax and semantics of the Nix expression language, including the built-in function, are described in the Nix manual in the <link
|
The exact syntax and semantics of the Nix expression language, including the built-in function, are described in the Nix manual in the <link
|
||||||
xlink:href="http://hydra.nixos.org/job/nix/trunk/tarball/latest/download-by-type/doc/manual/#chap-writing-nix-expressions">chapter on writing Nix expressions</link>.
|
xlink:href="https://hydra.nixos.org/job/nix/trunk/tarball/latest/download-by-type/doc/manual/#chap-writing-nix-expressions">chapter on writing Nix expressions</link>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -167,7 +167,7 @@ parameters that the SDK composition function (the function shown in the
|
||||||
previous section) supports.
|
previous section) supports.
|
||||||
|
|
||||||
This build function is particularly useful when it is desired to use
|
This build function is particularly useful when it is desired to use
|
||||||
[Hydra](http://nixos.org/hydra): the Nix-based continuous integration solution
|
[Hydra](https://nixos.org/hydra): the Nix-based continuous integration solution
|
||||||
to build Android apps. An Android APK gets exposed as a build product and can be
|
to build Android apps. An Android APK gets exposed as a build product and can be
|
||||||
installed on any Android device with a web browser by navigating to the build
|
installed on any Android device with a web browser by navigating to the build
|
||||||
result page.
|
result page.
|
||||||
|
|
|
@ -18,7 +18,7 @@ The primary objective of this project is to use the Nix expression language to
|
||||||
specify how iOS apps can be built from source code, and to automatically spawn
|
specify how iOS apps can be built from source code, and to automatically spawn
|
||||||
iOS simulator instances for testing.
|
iOS simulator instances for testing.
|
||||||
|
|
||||||
This component also makes it possible to use [Hydra](http://nixos.org/hydra),
|
This component also makes it possible to use [Hydra](https://nixos.org/hydra),
|
||||||
the Nix-based continuous integration server to regularly build iOS apps and to
|
the Nix-based continuous integration server to regularly build iOS apps and to
|
||||||
do wireless ad-hoc installations of enterprise IPAs on iOS devices through
|
do wireless ad-hoc installations of enterprise IPAs on iOS devices through
|
||||||
Hydra.
|
Hydra.
|
||||||
|
|
|
@ -42,7 +42,7 @@ distributed as soon as all tests for that channel pass, e.g.
|
||||||
[this table](https://hydra.nixos.org/job/nixpkgs/trunk/unstable#tabs-constituents)
|
[this table](https://hydra.nixos.org/job/nixpkgs/trunk/unstable#tabs-constituents)
|
||||||
shows the status of tests for the `nixpkgs` channel.
|
shows the status of tests for the `nixpkgs` channel.
|
||||||
|
|
||||||
The tests are conducted by a cluster called [Hydra](http://nixos.org/hydra/),
|
The tests are conducted by a cluster called [Hydra](https://nixos.org/hydra/),
|
||||||
which also builds binary packages from the Nix expressions in Nixpkgs for
|
which also builds binary packages from the Nix expressions in Nixpkgs for
|
||||||
`x86_64-linux`, `i686-linux` and `x86_64-darwin`.
|
`x86_64-linux`, `i686-linux` and `x86_64-darwin`.
|
||||||
The binaries are made available via a [binary cache](https://cache.nixos.org).
|
The binaries are made available via a [binary cache](https://cache.nixos.org).
|
||||||
|
|
|
@ -286,7 +286,7 @@ export NIX_MIRRORS_sourceforge=http://osdn.dl.sourceforge.net/sourceforge/</prog
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
This release of Nixpkgs requires <link
|
This release of Nixpkgs requires <link
|
||||||
xlink:href='http://nixos.org/releases/nix/nix-0.10/'>Nix 0.10</link> or higher.
|
xlink:href='https://nixos.org/releases/nix/nix-0.10/'>Nix 0.10</link> or higher.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
@ -436,7 +436,7 @@ stdenv.mkDerivation {
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Distribution files have been moved to <link
|
Distribution files have been moved to <link
|
||||||
xlink:href="http://nixos.org/" />.
|
xlink:href="https://nixos.org/" />.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -79,7 +79,7 @@ def cli(jobset):
|
||||||
and print a summary of failed builds
|
and print a summary of failed builds
|
||||||
"""
|
"""
|
||||||
|
|
||||||
url = "http://hydra.nixos.org/jobset/{}".format(jobset)
|
url = "https://hydra.nixos.org/jobset/{}".format(jobset)
|
||||||
|
|
||||||
# get the last evaluation
|
# get the last evaluation
|
||||||
click.echo(click.style(
|
click.echo(click.style(
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
NixOS is a Linux distribution based on the purely functional package
|
NixOS is a Linux distribution based on the purely functional package
|
||||||
management system Nix. More information can be found at
|
management system Nix. More information can be found at
|
||||||
http://nixos.org/nixos and in the manual in doc/manual.
|
https://nixos.org/nixos and in the manual in doc/manual.
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
the package to your clone, and (optionally) submit a patch or pull request to
|
the package to your clone, and (optionally) submit a patch or pull request to
|
||||||
have it accepted into the main Nixpkgs repository. This is described in
|
have it accepted into the main Nixpkgs repository. This is described in
|
||||||
detail in the <link
|
detail in the <link
|
||||||
xlink:href="http://nixos.org/nixpkgs/manual">Nixpkgs
|
xlink:href="https://nixos.org/nixpkgs/manual">Nixpkgs
|
||||||
manual</link>. In short, you clone Nixpkgs:
|
manual</link>. In short, you clone Nixpkgs:
|
||||||
<screen>
|
<screen>
|
||||||
<prompt>$ </prompt>git clone https://github.com/NixOS/nixpkgs
|
<prompt>$ </prompt>git clone https://github.com/NixOS/nixpkgs
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
when managing complex systems. The syntax and semantics of the Nix language
|
when managing complex systems. The syntax and semantics of the Nix language
|
||||||
are fully described in the
|
are fully described in the
|
||||||
<link
|
<link
|
||||||
xlink:href="http://nixos.org/nix/manual/#chap-writing-nix-expressions">Nix
|
xlink:href="https://nixos.org/nix/manual/#chap-writing-nix-expressions">Nix
|
||||||
manual</link>, but here we give a short overview of the most important
|
manual</link>, but here we give a short overview of the most important
|
||||||
constructs useful in NixOS configuration files.
|
constructs useful in NixOS configuration files.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
expression language. It’s not complete. In particular, there are many other
|
expression language. It’s not complete. In particular, there are many other
|
||||||
built-in functions. See the
|
built-in functions. See the
|
||||||
<link
|
<link
|
||||||
xlink:href="http://nixos.org/nix/manual/#chap-writing-nix-expressions">Nix
|
xlink:href="https://nixos.org/nix/manual/#chap-writing-nix-expressions">Nix
|
||||||
manual</link> for the rest.
|
manual</link> for the rest.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<link xlink:href="https://github.com/NixOS/nixos-org-configurations/pull/18">
|
<link xlink:href="https://github.com/NixOS/nixos-org-configurations/pull/18">
|
||||||
Make sure a channel is created at http://nixos.org/channels/. </link>
|
Make sure a channel is created at https://nixos.org/channels/. </link>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[ # Use postgresql service from nixos-unstable channel.
|
[ # Use postgresql service from nixos-unstable channel.
|
||||||
# sudo nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
|
# sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable
|
||||||
<nixos-unstable/nixos/modules/services/databases/postgresql.nix>
|
<nixos-unstable/nixos/modules/services/databases/postgresql.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<para>
|
<para>
|
||||||
NixOS ISO images can be downloaded from the
|
NixOS ISO images can be downloaded from the
|
||||||
<link
|
<link
|
||||||
xlink:href="http://nixos.org/nixos/download.html">NixOS download
|
xlink:href="https://nixos.org/nixos/download.html">NixOS download
|
||||||
page</link>. There are a number of installation options. If you happen to
|
page</link>. There are a number of installation options. If you happen to
|
||||||
have an optical drive and a spare CD, burning the image to CD and booting
|
have an optical drive and a spare CD, burning the image to CD and booting
|
||||||
from that is probably the easiest option. Most people will need to prepare a
|
from that is probably the easiest option. Most people will need to prepare a
|
||||||
|
@ -26,7 +26,7 @@ xlink:href="https://nixos.wiki/wiki/NixOS_Installation_Guide#Making_the_installa
|
||||||
<para>
|
<para>
|
||||||
Using virtual appliances in Open Virtualization Format (OVF) that can be
|
Using virtual appliances in Open Virtualization Format (OVF) that can be
|
||||||
imported into VirtualBox. These are available from the
|
imported into VirtualBox. These are available from the
|
||||||
<link xlink:href="http://nixos.org/nixos/download.html">NixOS download
|
<link xlink:href="https://nixos.org/nixos/download.html">NixOS download
|
||||||
page</link>.
|
page</link>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<para>
|
<para>
|
||||||
Nix has been updated to 1.7
|
Nix has been updated to 1.7
|
||||||
(<link
|
(<link
|
||||||
xlink:href="http://nixos.org/nix/manual/#ssec-relnotes-1.7">details</link>).
|
xlink:href="https://nixos.org/nix/manual/#ssec-relnotes-1.7">details</link>).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
in excess of 8,000 Haskell packages. Detailed instructions on how to use
|
in excess of 8,000 Haskell packages. Detailed instructions on how to use
|
||||||
that infrastructure can be found in the
|
that infrastructure can be found in the
|
||||||
<link
|
<link
|
||||||
xlink:href="http://nixos.org/nixpkgs/manual/#users-guide-to-the-haskell-infrastructure">User's
|
xlink:href="https://nixos.org/nixpkgs/manual/#users-guide-to-the-haskell-infrastructure">User's
|
||||||
Guide to the Haskell Infrastructure</link>. Users migrating from an earlier
|
Guide to the Haskell Infrastructure</link>. Users migrating from an earlier
|
||||||
release may find helpful information below, in the list of
|
release may find helpful information below, in the list of
|
||||||
backwards-incompatible changes. Furthermore, we distribute 51(!) additional
|
backwards-incompatible changes. Furthermore, we distribute 51(!) additional
|
||||||
|
@ -555,7 +555,7 @@ nix-env -f "<nixpkgs>" -iA haskellPackages.pandoc
|
||||||
the compiler now is the <literal>haskellPackages.ghcWithPackages</literal>
|
the compiler now is the <literal>haskellPackages.ghcWithPackages</literal>
|
||||||
function. The
|
function. The
|
||||||
<link
|
<link
|
||||||
xlink:href="http://nixos.org/nixpkgs/manual/#users-guide-to-the-haskell-infrastructure">User's
|
xlink:href="https://nixos.org/nixpkgs/manual/#users-guide-to-the-haskell-infrastructure">User's
|
||||||
Guide to the Haskell Infrastructure</link> provides more information about
|
Guide to the Haskell Infrastructure</link> provides more information about
|
||||||
this subject.
|
this subject.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
xlink:href="https://reproducible-builds.org/specs/source-date-epoch/">SOURCE_DATE_EPOCH</envar>
|
xlink:href="https://reproducible-builds.org/specs/source-date-epoch/">SOURCE_DATE_EPOCH</envar>
|
||||||
to a deterministic value, and Nix has
|
to a deterministic value, and Nix has
|
||||||
<link
|
<link
|
||||||
xlink:href="http://nixos.org/nix/manual/#ssec-relnotes-1.11">gained
|
xlink:href="https://nixos.org/nix/manual/#ssec-relnotes-1.11">gained
|
||||||
an option</link> to repeat a build a number of times to test determinism.
|
an option</link> to repeat a build a number of times to test determinism.
|
||||||
An ongoing project, the goal of exact reproducibility is to allow binaries
|
An ongoing project, the goal of exact reproducibility is to allow binaries
|
||||||
to be verified independently (e.g., a user might only trust binaries that
|
to be verified independently (e.g., a user might only trust binaries that
|
||||||
|
|
|
@ -75,7 +75,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
link = mkOption {
|
link = mkOption {
|
||||||
default = "http://planet.nixos.org";
|
default = "https://planet.nixos.org";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Link to the main page.
|
Link to the main page.
|
||||||
|
|
|
@ -294,7 +294,7 @@ https://nixos.org/nixpkgs/manual/#sec-modify-via-packageOverrides
|
||||||
If you are not on NixOS or want to install this particular Emacs only for
|
If you are not on NixOS or want to install this particular Emacs only for
|
||||||
yourself, you can do so by adding it to your
|
yourself, you can do so by adding it to your
|
||||||
<filename>~/.config/nixpkgs/config.nix</filename> (see
|
<filename>~/.config/nixpkgs/config.nix</filename> (see
|
||||||
<link xlink:href="http://nixos.org/nixpkgs/manual/#sec-modify-via-packageOverrides">Nixpkgs
|
<link xlink:href="https://nixos.org/nixpkgs/manual/#sec-modify-via-packageOverrides">Nixpkgs
|
||||||
manual</link>):
|
manual</link>):
|
||||||
<example xml:id="module-services-emacs-config-nix">
|
<example xml:id="module-services-emacs-config-nix">
|
||||||
<title>Custom Emacs in <filename>~/.config/nixpkgs/config.nix</filename></title>
|
<title>Custom Emacs in <filename>~/.config/nixpkgs/config.nix</filename></title>
|
||||||
|
|
|
@ -283,7 +283,7 @@ in
|
||||||
trustedBinaryCaches = mkOption {
|
trustedBinaryCaches = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
example = [ "http://hydra.nixos.org/" ];
|
example = [ "https://hydra.nixos.org/" ];
|
||||||
description = ''
|
description = ''
|
||||||
List of binary cache URLs that non-root users can use (in
|
List of binary cache URLs that non-root users can use (in
|
||||||
addition to those specified using
|
addition to those specified using
|
||||||
|
|
|
@ -37,7 +37,7 @@ mapAttrs (channel: chromiumPkg: makeTest rec {
|
||||||
</head>
|
</head>
|
||||||
<body onload="javascript:document.title='startup done'">
|
<body onload="javascript:document.title='startup done'">
|
||||||
<img src="file://${pkgs.fetchurl {
|
<img src="file://${pkgs.fetchurl {
|
||||||
url = "http://nixos.org/logo/nixos-hex.svg";
|
url = "https://nixos.org/logo/nixos-hex.svg";
|
||||||
sha256 = "07ymq6nw8kc22m7kzxjxldhiq8gzmc7f45kq2bvhbdm0w5s112s4";
|
sha256 = "07ymq6nw8kc22m7kzxjxldhiq8gzmc7f45kq2bvhbdm0w5s112s4";
|
||||||
}}" />
|
}}" />
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -108,7 +108,7 @@ in {
|
||||||
inherit image;
|
inherit image;
|
||||||
sshPublicKey = snakeOilPublicKey;
|
sshPublicKey = snakeOilPublicKey;
|
||||||
|
|
||||||
# ### http://nixos.org/channels/nixos-unstable nixos
|
# ### https://nixos.org/channels/nixos-unstable nixos
|
||||||
userData = ''
|
userData = ''
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||||
let
|
let
|
||||||
|
|
||||||
stick = pkgs.fetchurl {
|
stick = pkgs.fetchurl {
|
||||||
url = "http://nixos.org/~eelco/nix/udisks-test.img.xz";
|
url = "https://nixos.org/~eelco/nix/udisks-test.img.xz";
|
||||||
sha256 = "0was1xgjkjad91nipzclaz5biv3m4b2nk029ga6nk7iklwi19l8b";
|
sha256 = "0was1xgjkjad91nipzclaz5biv3m4b2nk029ga6nk7iklwi19l8b";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules";
|
description = "Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules";
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
broken = true; # doesn't build http://hydra.nixos.org/build/25768319
|
broken = true; # doesn't build https://hydra.nixos.org/build/25768319
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
# hack: needed to fix build issues in
|
# hack: needed to fix build issues in
|
||||||
# http://hydra.nixos.org/build/38322959/nixlog/1
|
# https://hydra.nixos.org/build/38322959/nixlog/1
|
||||||
# should be an upstream issue but it's easy to fix
|
# should be an upstream issue but it's easy to fix
|
||||||
NIX_LDFLAGS = "-lz";
|
NIX_LDFLAGS = "-lz";
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ in
|
||||||
, # Shell code to build a netrc file for BASIC auth
|
, # Shell code to build a netrc file for BASIC auth
|
||||||
netrcPhase ? null
|
netrcPhase ? null
|
||||||
|
|
||||||
, # Impure env vars (http://nixos.org/nix/manual/#sec-advanced-attributes)
|
, # Impure env vars (https://nixos.org/nix/manual/#sec-advanced-attributes)
|
||||||
# needed for netrcPhase
|
# needed for netrcPhase
|
||||||
netrcImpureEnvVars ? []
|
netrcImpureEnvVars ? []
|
||||||
|
|
||||||
|
|
|
@ -371,7 +371,7 @@ self: super: {
|
||||||
static-resources = dontCheck super.static-resources;
|
static-resources = dontCheck super.static-resources;
|
||||||
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
||||||
svndump = dontCheck super.svndump;
|
svndump = dontCheck super.svndump;
|
||||||
tar = dontCheck super.tar; #http://hydra.nixos.org/build/25088435/nixlog/2 (fails only on 32-bit)
|
tar = dontCheck super.tar; #https://hydra.nixos.org/build/25088435/nixlog/2 (fails only on 32-bit)
|
||||||
th-printf = dontCheck super.th-printf;
|
th-printf = dontCheck super.th-printf;
|
||||||
thumbnail-plus = dontCheck super.thumbnail-plus;
|
thumbnail-plus = dontCheck super.thumbnail-plus;
|
||||||
tickle = dontCheck super.tickle;
|
tickle = dontCheck super.tickle;
|
||||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# Tests are currently broken on i686 see
|
# Tests are currently broken on i686 see
|
||||||
# http://hydra.nixos.org/build/24003763/nixlog/1
|
# https://hydra.nixos.org/build/24003763/nixlog/1
|
||||||
doCheck = if stdenv.isi686 then false else true;
|
doCheck = if stdenv.isi686 then false else true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "02zkfiyklckmivrfvdsrlzvzphkdsgjrz3igncw05dv5pshhq3xx";
|
sha256 = "02zkfiyklckmivrfvdsrlzvzphkdsgjrz3igncw05dv5pshhq3xx";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Test can randomly fail: http://hydra.nixos.org/build/7243912
|
# Test can randomly fail: https://hydra.nixos.org/build/7243912
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin CoreServices;
|
buildInputs = stdenv.lib.optional stdenv.isDarwin CoreServices;
|
||||||
|
|
|
@ -25,7 +25,7 @@ let self = stdenv.mkDerivation rec {
|
||||||
(stdenv.lib.enableFeature cxx "cxx")
|
(stdenv.lib.enableFeature cxx "cxx")
|
||||||
# Build a "fat binary", with routines for several sub-architectures
|
# Build a "fat binary", with routines for several sub-architectures
|
||||||
# (x86), except on Solaris where some tests crash with "Memory fault".
|
# (x86), except on Solaris where some tests crash with "Memory fault".
|
||||||
# See <http://hydra.nixos.org/build/2760931>, for instance.
|
# See <https://hydra.nixos.org/build/2760931>, for instance.
|
||||||
#
|
#
|
||||||
# no darwin because gmp uses ASM that clang doesn't like
|
# no darwin because gmp uses ASM that clang doesn't like
|
||||||
(stdenv.lib.enableFeature (!stdenv.isSunOS && stdenv.hostPlatform.isx86) "fat")
|
(stdenv.lib.enableFeature (!stdenv.isSunOS && stdenv.hostPlatform.isx86) "fat")
|
||||||
|
|
|
@ -27,7 +27,7 @@ let self = stdenv.mkDerivation rec {
|
||||||
(stdenv.lib.enableFeature cxx "cxx")
|
(stdenv.lib.enableFeature cxx "cxx")
|
||||||
# Build a "fat binary", with routines for several sub-architectures
|
# Build a "fat binary", with routines for several sub-architectures
|
||||||
# (x86), except on Solaris where some tests crash with "Memory fault".
|
# (x86), except on Solaris where some tests crash with "Memory fault".
|
||||||
# See <http://hydra.nixos.org/build/2760931>, for instance.
|
# See <https://hydra.nixos.org/build/2760931>, for instance.
|
||||||
#
|
#
|
||||||
# no darwin because gmp uses ASM that clang doesn't like
|
# no darwin because gmp uses ASM that clang doesn't like
|
||||||
(stdenv.lib.enableFeature (!stdenv.isSunOS && stdenv.hostPlatform.isx86) "fat")
|
(stdenv.lib.enableFeature (!stdenv.isSunOS && stdenv.hostPlatform.isx86) "fat")
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
assert guileBindings -> guile != null;
|
assert guileBindings -> guile != null;
|
||||||
let
|
let
|
||||||
# XXX: Gnulib's `test-select' fails on FreeBSD:
|
# XXX: Gnulib's `test-select' fails on FreeBSD:
|
||||||
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
|
# https://hydra.nixos.org/build/2962084/nixlog/1/raw .
|
||||||
doCheck = !stdenv.isFreeBSD && !stdenv.isDarwin && lib.versionAtLeast version "3.4";
|
doCheck = !stdenv.isFreeBSD && !stdenv.isDarwin && lib.versionAtLeast version "3.4";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
|
@ -11,7 +11,7 @@ let
|
||||||
version = "3.6.13";
|
version = "3.6.13";
|
||||||
|
|
||||||
# XXX: Gnulib's `test-select' fails on FreeBSD:
|
# XXX: Gnulib's `test-select' fails on FreeBSD:
|
||||||
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
|
# https://hydra.nixos.org/build/2962084/nixlog/1/raw .
|
||||||
doCheck = !stdenv.isFreeBSD && !stdenv.isDarwin && lib.versionAtLeast version "3.4"
|
doCheck = !stdenv.isFreeBSD && !stdenv.isDarwin && lib.versionAtLeast version "3.4"
|
||||||
&& stdenv.buildPlatform == stdenv.hostPlatform;
|
&& stdenv.buildPlatform == stdenv.hostPlatform;
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ in stdenv.mkDerivation (rec {
|
||||||
# For some reason, /bin/sh on OpenIndiana leads to this at the end of the
|
# For some reason, /bin/sh on OpenIndiana leads to this at the end of the
|
||||||
# `config.status' run:
|
# `config.status' run:
|
||||||
# ./config.status[1401]: shift: (null): bad number
|
# ./config.status[1401]: shift: (null): bad number
|
||||||
# (See <http://hydra.nixos.org/build/2931046/nixlog/1/raw>.)
|
# (See <https://hydra.nixos.org/build/2931046/nixlog/1/raw>.)
|
||||||
# Thus, re-run it with Bash.
|
# Thus, re-run it with Bash.
|
||||||
"${stdenv.shell} config.status";
|
"${stdenv.shell} config.status";
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface zope_testing ];
|
propagatedBuildInputs = [ zope_interface zope_testing ];
|
||||||
|
|
||||||
# tests fail, see http://hydra.nixos.org/build/4316603/log/raw
|
# tests fail, see https://hydra.nixos.org/build/4316603/log/raw
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -102,7 +102,7 @@ buildPythonPackage rec {
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
# Seems to fail unpredictably on Darwin. See http://hydra.nixos.org/build/49877419/nixlog/1
|
# Seems to fail unpredictably on Darwin. See https://hydra.nixos.org/build/49877419/nixlog/1
|
||||||
# for one example, but I've also seen ContextTests.test_set_verify_callback_exception fail.
|
# for one example, but I've also seen ContextTests.test_set_verify_callback_exception fail.
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ Tarn
|
||||||
On Fri, Oct 29, 2010 at 6:56 AM, <roconnor@theorem.ca> wrote:
|
On Fri, Oct 29, 2010 at 6:56 AM, <roconnor@theorem.ca> wrote:
|
||||||
> I'd like to distribute a *slightly* modified version of Dwarf Fortress which
|
> I'd like to distribute a *slightly* modified version of Dwarf Fortress which
|
||||||
> is needed to run it under the NixOS distribution of Linux (see
|
> is needed to run it under the NixOS distribution of Linux (see
|
||||||
> <http://nixos.org/>
|
> <https://nixos.org/>
|
||||||
>
|
>
|
||||||
> Modification: The interpreter location /lib/ld-linux.so.2 in
|
> Modification: The interpreter location /lib/ld-linux.so.2 in
|
||||||
> lib/Dwarf_Fortress is replaced with the location of ld-linux.so.2 under the
|
> lib/Dwarf_Fortress is replaced with the location of ld-linux.so.2 under the
|
||||||
|
|
|
@ -177,7 +177,7 @@ in rec {
|
||||||
nixStable = callPackage common (rec {
|
nixStable = callPackage common (rec {
|
||||||
name = "nix-2.3.4";
|
name = "nix-2.3.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
|
url = "https://nixos.org/releases/nix/${name}/${name}.tar.xz";
|
||||||
sha256 = "1c626a0de0acc69830b1891ec4d3c96aabe673b2a9fd04cef84f2304d05ad00d";
|
sha256 = "1c626a0de0acc69830b1891ec4d3c96aabe673b2a9fd04cef84f2304d05ad00d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
callPackage ./generic.nix (rec {
|
callPackage ./generic.nix (rec {
|
||||||
version = "1.6.1";
|
version = "1.6.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
|
url = "https://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
|
||||||
sha256 = "0lfx5fhyg3z6725ydsk0ibg5qqzp5s0x9nbdww02k8s307axiah3";
|
sha256 = "0lfx5fhyg3z6725ydsk0ibg5qqzp5s0x9nbdww02k8s307axiah3";
|
||||||
};
|
};
|
||||||
nixopsAzurePackages = with python2Packages; [
|
nixopsAzurePackages = with python2Packages; [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* TeX Live user docs
|
/* TeX Live user docs
|
||||||
- source: ../../../../../doc/languages-frameworks/texlive.xml
|
- source: ../../../../../doc/languages-frameworks/texlive.xml
|
||||||
- current html: http://nixos.org/nixpkgs/manual/#sec-language-texlive
|
- current html: https://nixos.org/nixpkgs/manual/#sec-language-texlive
|
||||||
*/
|
*/
|
||||||
{ stdenv, lib, fetchurl, runCommand, writeText, buildEnv
|
{ stdenv, lib, fetchurl, runCommand, writeText, buildEnv
|
||||||
, callPackage, ghostscriptX, harfbuzz, poppler_min
|
, callPackage, ghostscriptX, harfbuzz, poppler_min
|
||||||
|
|
|
@ -25948,7 +25948,7 @@ in
|
||||||
|
|
||||||
texFunctions = callPackage ../tools/typesetting/tex/nix pkgs;
|
texFunctions = callPackage ../tools/typesetting/tex/nix pkgs;
|
||||||
|
|
||||||
# TeX Live; see http://nixos.org/nixpkgs/manual/#sec-language-texlive
|
# TeX Live; see https://nixos.org/nixpkgs/manual/#sec-language-texlive
|
||||||
texlive = recurseIntoAttrs
|
texlive = recurseIntoAttrs
|
||||||
(callPackage ../tools/typesetting/tex/texlive { });
|
(callPackage ../tools/typesetting/tex/texlive { });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue