Archived
1
0
forked from rarias/bscpkgs

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,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -9,7 +10,7 @@
, strace
}:
with stdenv.lib;
with lib;
# Ensure the arguments are strings, to avoid problems with large numbers
assert (isString n);

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -11,7 +12,7 @@
, resultFromTrebuchet
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -9,7 +10,7 @@
, inputTre
}:
with stdenv.lib;
with lib;
let
varConf = { }; # Not used

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, pkgs
@@ -10,7 +11,7 @@
, enableHWC ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, pkgs
@@ -10,7 +11,7 @@
, enableHWC ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -6,6 +6,7 @@
# following keys:
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -13,11 +14,11 @@
, garlicTools
}:
# We import in the scope the content of the `stdenv.lib` attribute, which
# We import in the scope the content of the `lib` attribute, which
# contain useful functions like `toString`, which will be used later. This is
# handy to avoid writting `stdenv.lib.tostring`.
# handy to avoid writting `lib.tostring`.
with stdenv.lib;
with lib;
# We also have some functions specific to the garlic benchmark which we import
# as well. Take a look at the garlic/tools.nix file for more details.

View File

@@ -1,11 +1,12 @@
{
stdenv
, lib
, stdexp
, bsc
, stages
}:
with stdenv.lib;
with lib;
# Common definitions used by fwi experiments
rec {

View File

@@ -2,6 +2,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -10,7 +11,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -7,6 +7,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -15,7 +16,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
let
common = callPackage ./common.nix {};

View File

@@ -20,6 +20,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -27,7 +28,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
let

View File

@@ -4,6 +4,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -13,7 +14,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -15,7 +16,7 @@
# TODO: Finish HWC first
assert (enableHWC == false);
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,12 +1,13 @@
{
stdenv
, lib
, stdexp
, bsc
, stages
, callPackage
}:
with stdenv.lib;
with lib;
rec {

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
rec {

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -10,7 +11,7 @@
, enableStrong ? true
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,12 +1,13 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
, stages
}:
with stdenv.lib;
with lib;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, stages
@@ -7,7 +8,7 @@
, garlicTools
}:
with stdenv.lib;
with lib;
with garlicTools;
rec {

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -9,7 +10,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -7,7 +8,7 @@
, garlicTools
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -19,7 +20,7 @@
, nblocks0 ? null
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -18,7 +19,7 @@
, nblocks0 ? null
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,12 +1,13 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
, stages
}:
with stdenv.lib;
with lib;
let
# Initial variable configuration

View File

@@ -1,12 +1,13 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
, stages
}:
with stdenv.lib;
with lib;
let
# Initial variable configuration

View File

@@ -1,12 +1,13 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
, stages
}:
with stdenv.lib;
with lib;
let
# Initial variable configuration

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -8,7 +9,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -10,7 +11,7 @@
}:
with builtins;
with stdenv.lib;
with lib;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -7,7 +8,7 @@
}:
with builtins;
with stdenv.lib;
with lib;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -10,7 +11,7 @@
}:
with builtins;
with stdenv.lib;
with lib;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -11,7 +12,7 @@
}:
with builtins;
with stdenv.lib;
with lib;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -7,7 +8,7 @@
}:
with builtins;
with stdenv.lib;
with lib;
let

View File

@@ -26,6 +26,7 @@
# Common packages, tools and options
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -33,7 +34,7 @@
, garlicTools
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -27,6 +27,7 @@
# Common packages, tools and options
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -34,7 +35,7 @@
, garlicTools
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -7,7 +8,7 @@
, garlicTools
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -7,7 +8,7 @@
, garlicTools
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -7,7 +8,7 @@
, garlicTools
}:
with stdenv.lib;
with lib;
with garlicTools;
let