fixed lambda
This commit is contained in:
parent
ad842e751c
commit
a21260e89d
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { }, ... }:
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "apache-hop";
|
pname = "apache-hop";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue