Commit 083b7a19 authored by Sigmanificient's avatar Sigmanificient
Browse files

vc4-newlib: set pname and version

parent a1356040
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@
}:

stdenvNoLibc.mkDerivation {
  name = "newlib";
  pname = "vc4-newlib";
  version = "0-unstable-2017-01-08";

  src = fetchFromGitHub {
    owner = "itszor";
    repo = "newlib-vc4";