Merge pull request #39608 from timokau/rubiks-fix

rubiks: fix build
This commit is contained in:
xeji 2018-04-27 22:05:18 +02:00 committed by GitHub
commit ab6b47d060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildPhase = "true";
installFlags = [
"PREFIX=$out"
"PREFIX=$(out)"
];
patches = [