mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
sic: fix empty $out
Make needs () around variable names, or it'll interpret $out as $o followed by `ut`
This commit is contained in:
parent
f3a6991f3d
commit
785d303c64
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "sic-${version}";
|
||||
version = "1.2";
|
||||
|
||||
makeFlags = "PREFIX=$out";
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
src = fetchurl {
|
||||
url = "http://dl.suckless.org/tools/sic-${version}.tar.gz";
|
||||
sha256 = "ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185";
|
||||
|
Loading…
Reference in New Issue
Block a user