test: cacpanel -> cac-panel

This commit is contained in:
tv 2016-02-04 01:59:40 +01:00
parent bbfef6bd25
commit f095b0267a

View File

@ -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