replace "pkgs" arguments with individual packages
This commit is contained in:
parent
b32e181094
commit
428b2430ef
11 changed files with 35 additions and 39 deletions
|
@ -1,10 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
{ stdenv, unzip, requireFile }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "muller";
|
||||
version = "2015";
|
||||
|
||||
buildInputs = [ pkgs.unzip ];
|
||||
src = pkgs.requireFile {
|
||||
buildInputs = [ unzip ];
|
||||
src = requireFile {
|
||||
name = "Muller.zip";
|
||||
url = "https://cloud.niss.website";
|
||||
hash = "sha256-TfVk4El8geTSTsMko1Ej91it/OitXFloihpAAMcGAlg=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue