test: cacpanel -> cac-panel
This commit is contained in:
parent
bbfef6bd25
commit
f095b0267a
@ -1,4 +1,4 @@
|
||||
{ stdenv, coreutils,makeWrapper, cac-api, cacpanel, gnumake, gnused, jq, openssh, ... }:
|
||||
{ stdenv, coreutils,makeWrapper, cac-api, cac-panel, gnumake, gnused, jq, openssh, ... }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${shortname}-${version}";
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
path = stdenv.lib.makeSearchPath "bin" [
|
||||
coreutils
|
||||
cac-api
|
||||
cacpanel
|
||||
cac-panel
|
||||
gnumake
|
||||
gnused
|
||||
jq
|
||||
|
Loading…
Reference in New Issue
Block a user