nix: openocd.src = openocd

master
Astro 2019-05-09 20:58:11 +02:00
parent 2583de36a8
commit 3d844977ef
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation {
openocd
makeWrapper
];
src = ./.;
src = openocd;
noBuild = true;
installPhase =
let