forked from rarias/bscpkgs
pkgs: update nixpkgs to 1614b96a
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, stdexp
|
||||
, bsc
|
||||
, targetMachine
|
||||
@@ -11,7 +12,7 @@
|
||||
, resultFromTrebuchet
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
with garlicTools;
|
||||
|
||||
let
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, stdexp
|
||||
, bsc
|
||||
, targetMachine
|
||||
@@ -9,7 +10,7 @@
|
||||
, inputTre
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
varConf = { }; # Not used
|
||||
|
||||
Reference in New Issue
Block a user