forked from rarias/bscpkgs
pkgs: update nixpkgs to 1614b96a
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, stdexp
|
||||
, bsc
|
||||
, stages
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
# Common definitions used by fwi experiments
|
||||
rec {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, stdexp
|
||||
, bsc
|
||||
, targetMachine
|
||||
@@ -10,7 +11,7 @@
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
with garlicTools;
|
||||
|
||||
let
|
||||
|
||||
@@ -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 {};
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, stdexp
|
||||
, bsc
|
||||
, targetMachine
|
||||
@@ -27,7 +28,7 @@
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, stdexp
|
||||
, bsc
|
||||
, targetMachine
|
||||
@@ -13,7 +14,7 @@
|
||||
, enableExtended ? false
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
with garlicTools;
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user