Skip to content

Commit

Permalink
riot-web: see if dropping hydraPlatforms causes ofborg to realize it …
Browse files Browse the repository at this point in the history
…changed.
  • Loading branch information
grahamc committed Jan 30, 2019
1 parent b2f6777 commit c7ba1c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
};

installPhase = ''
(bogus change)
mkdir -p $out/
cp -R . $out/
${lib.optionalString (conf != null) "ln -s ${configFile} $out/config.json"}
Expand All @@ -22,6 +23,5 @@ stdenv.mkDerivation rec {
maintainers = with stdenv.lib.maintainers; [ bachp ];
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.all;
hydraPlatforms = [];
};
}

0 comments on commit c7ba1c5

Please sign in to comment.