fetchnuget: run fixupPhase to honor propagatedBuildInputs

This commit is contained in:
Luca Bruno 2015-06-12 17:13:21 +02:00
parent 90f0bb83c3
commit 5c8a993a42
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@ attrs @
buildInputs = [ unzip ];
phases = [ "unpackPhase" "installPhase" ];
dontBuild = true;
preInstall = ''
function traverseRename () {

View file

@ -106,6 +106,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
Suave = fetchNuGet {
baseName = "Suave";
version = "0.29.0";
propagatedBuildInputs = [ FsPickler ];
sha256 = "0rgqy0afwm50gq5ca94w16s565yx5wf961683ghfld6ir0k3dhln";
outputFiles = [ "lib/net40/*" ];
};