Update pkgs/applications/misc/clipmenu/default.nix

Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
This commit is contained in:
Xaver Hellauer 2020-07-29 11:45:18 +02:00 committed by GitHub
parent cafe0e2cb1
commit f8e65461eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0ddj5xcwrdb2qvrndvhv8j6swcqc8dvv5i00pqk35rfk5mrl4hwv";
};
preBuild = ''
postPatch = ''
substituteInPlace ./Makefile --replace /usr "$out"
'';