Merge pull request #130752 from Stunkymonkey/collectd-data-phases
This commit is contained in:
commit
a72368ec8b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
|||
|
||||
pname = "collectd-data";
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/collectd
|
||||
|
|
Loading…
Reference in a new issue