{ stdenv }: stdenv.mkDerivation { name = "sysprak.exc"; src = ./.; preInstall = '' sed -i s,/usr/local,$out, Makefile ''; }