forked from rarias/bscpkgs
pkgs: update nixpkgs to 1614b96a
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, cc
|
||||
, nanos6 ? null
|
||||
, mcxx ? null
|
||||
@@ -7,7 +8,7 @@
|
||||
, gitBranch
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bigsort";
|
||||
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, cc
|
||||
, mpi
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "genseq";
|
||||
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, cc
|
||||
, mpi
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shuffle";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user